@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";#root{min-height:100%}:root{--ink:#1a1a1a;--muted:#5c5c5c;--line:#cfcfcf;--panel:#f3f3f3;--head:#3a3a3a;--accent:#e91e63;--bg:#e8ebe9;--card:#fff;--brand:#0d7377}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:radial-gradient(ellipse 80% 50% at 10% 0%, #d4e8e6 0%, transparent 55%), radial-gradient(ellipse 60% 40% at 100% 10%, #e5ddd0 0%, transparent 50%), var(--bg);color:var(--ink);font-family:Manrope,system-ui,sans-serif}button,input,select{font:inherit}.app{width:100%;max-width:none;margin:0;padding:16px 20px 40px}.app-header{justify-content:space-between;align-items:flex-start;gap:16px;max-width:1800px;margin-bottom:16px;margin-left:auto;margin-right:auto;display:flex}.app-header h1{letter-spacing:-.02em;margin:0;font-size:1.55rem}.app-header p{color:var(--muted);margin:4px 0 0;font-size:.95rem}.btn-primary,.btn-ghost,.rates-toggle,.rates-actions button{cursor:pointer;border:none;border-radius:10px;padding:10px 16px}.btn-primary{background:var(--ink);color:#fff;font-weight:700}.btn-primary:disabled{opacity:.6;cursor:wait}.btn-ghost{border:1px solid var(--line);color:var(--ink);background:0 0}.rates-panel{background:var(--card);border-radius:16px;max-width:1800px;margin:0 auto 16px;padding:0;overflow:hidden;box-shadow:0 10px 30px #141e280f}.workspace{flex-direction:column;gap:20px;width:100%;max-width:1800px;margin:0 auto;display:flex}.workspace-form{width:100%;min-width:0;overflow:visible}.workspace-bottom{grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);align-items:start;gap:20px;display:grid}.form-card,.message-card{background:var(--card);border-radius:16px;padding:18px;box-shadow:0 10px 30px #141e280f}.form-card{width:100%;overflow:visible}.form-card h2{margin:0 0 14px;font-size:1.1rem}.form-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px 14px;display:grid}.form-grid-pair{display:contents}.field{flex-direction:column;gap:4px;min-width:0;display:flex}.field-label{color:var(--muted);text-transform:uppercase;letter-spacing:.03em;font-size:.75rem;font-weight:600}.field input,.field select{border:1px solid var(--line);background:#fff;border-radius:8px;width:100%;min-width:0;max-width:100%;padding:8px 10px}.field select{text-overflow:ellipsis}.money-input{border:1px solid var(--line);background:#fff;border-radius:8px;align-items:stretch;display:flex;overflow:hidden}.money-input input{border:none;border-radius:0;flex:1;min-width:0}.money-input input:focus{outline:none}.money-input .btn-price-action{border:none;border-left:1px solid var(--line);white-space:nowrap;border-radius:0;padding:0 8px;font-size:.75rem}.money-currency{background:var(--panel);color:var(--muted);border-left:1px solid var(--line);align-items:center;padding:0 10px;font-size:.85rem;font-weight:700;display:flex}.price-live{color:#fff;background:linear-gradient(135deg,#1f2a2e,#0d7377);border-radius:12px;margin-top:16px;padding:14px}.price-live-meta{opacity:.85;font-size:.8rem}.price-live-value{margin:0;font-size:1.8rem;font-weight:800}.price-live-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:6px;display:flex}.price-edit{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.price-edit input{border:none;border-radius:8px;width:140px;max-width:100%;padding:8px 10px;font-size:1.35rem;font-weight:800}.price-edit-currency{opacity:.9;font-weight:700}.btn-price-action{color:#fff;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #ffffff59;border-radius:8px;margin-left:auto;padding:7px 12px;font-size:.8rem;font-weight:600}.btn-price-action:hover{background:#ffffff1f}.price-live-hint{opacity:.8;margin-top:6px;font-size:.8rem}.message-card{align-self:start;max-height:calc(100vh - 32px);margin-top:0;position:sticky;top:16px;overflow:auto}.message-card-head{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.message-card h3{margin:0;font-size:.95rem}.message-card pre{white-space:pre-wrap;color:var(--muted);background:var(--panel);border-radius:10px;margin:0;padding:12px;font-family:Manrope,system-ui,sans-serif;font-size:.85rem;line-height:1.45}.rates-toggle{text-align:left;background:var(--card);border-radius:16px;width:100%;font-weight:700}.rates-body{border-top:1px solid var(--line);padding:0 18px 18px}.rates-body section{margin-top:14px}.rates-body h4{margin:0 0 8px;font-size:.85rem}.rates-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));align-items:end;gap:8px;display:grid}.rates-grid label{color:var(--muted);flex-direction:column;gap:4px;min-width:0;font-size:.75rem;display:flex}.rates-field-cap{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;min-height:2.4em;line-height:1.2;display:-webkit-box;overflow:hidden}.rates-grid-options{grid-template-columns:repeat(auto-fill,minmax(110px,1fr))}.rates-grid input{border:1px solid var(--line);box-sizing:border-box;border-radius:6px;width:100%;padding:6px 8px}.rates-hint{color:var(--muted);margin:0 0 10px;font-size:.85rem}.rates-preset-list{flex-direction:column;gap:12px;display:flex}.rates-preset-row{border:1px solid var(--line);background:var(--panel);border-radius:8px;padding:10px}.rates-preset-label{margin-bottom:8px;font-size:.8rem;font-weight:700}.form-hint{color:var(--muted);grid-column:1/-1;margin:0;font-size:.8rem}.form-checks{flex-direction:column;grid-column:1/-1;gap:8px;display:flex}.check-field{cursor:pointer;align-items:center;gap:8px;font-size:.9rem;display:flex}.check-field input{width:auto}.rates-presets{gap:8px;margin-bottom:10px;display:flex}.rates-presets button{border:1px solid var(--line);background:var(--panel);cursor:pointer;border-radius:8px;padding:6px 12px;font-size:.85rem;font-weight:600}.rates-presets button:hover{background:#e4e8e7}.benchmarks{margin-top:12px;font-size:.85rem}.bench{margin-top:4px}.bench.ok{color:#1b7a3d}.bench.bad{color:#b00020}.bench.pending{color:var(--muted)}.rates-actions{gap:8px;margin-top:14px;display:flex}.rates-actions button{background:var(--panel);border:1px solid var(--line)}.workspace-preview{background:var(--card);border-radius:16px;min-width:0;padding:14px;overflow:hidden;box-shadow:0 10px 30px #141e280f}.preview-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px;font-weight:700;display:flex}.preview-toolbar-actions{flex-wrap:wrap;gap:8px;display:flex}.preview-scroll{background:#d8d8d8;border-radius:10px;justify-content:center;align-items:flex-start;max-height:calc(100vh - 160px);padding:20px;display:flex;overflow:auto}.a4-scale{transform-origin:top;flex-shrink:0;width:210mm}.a4-sheet{color:#222;box-sizing:border-box;background:#fff;flex-direction:column;gap:0;width:210mm;height:297mm;min-height:297mm;padding:8mm 10mm 6mm;font-family:Manrope,Arial,sans-serif;display:flex;overflow:hidden;box-shadow:0 4px 20px #141e2826}.a4-sheet>*+*{margin-top:3mm}.a4-sheet--pdf,.a4-sheet--pdf *{letter-spacing:normal!important;word-spacing:normal!important;font-family:Arial,Helvetica,sans-serif!important}.kp-header{background:#e8e8e8;flex:none;grid-template-columns:44mm 1fr 30mm;align-items:center;gap:0 3mm;margin:-8mm -10mm 0;padding:3.5mm 10mm;display:grid}.kp-logo{justify-content:flex-start;align-items:center;width:fit-content;max-width:100%;display:flex}.kp-logo img{width:auto;height:13mm;display:block}.kp-header h1{text-align:center;letter-spacing:.02em;margin:0;font-size:13pt;font-weight:800}.kp-city{text-align:right;font-size:12pt;font-weight:700}.kp-hero{flex:none;grid-template-columns:64mm 1fr;align-items:stretch;column-gap:3mm;height:62mm;display:grid}.kp-badges{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:2mm;height:100%;min-height:0;display:grid}.badge{text-align:center;background:#fff;border:none;border-radius:0;flex-direction:column;justify-content:center;align-items:center;gap:0;height:100%;min-height:0;padding:0;font-size:7.5pt;font-weight:700;line-height:1.2;display:flex;overflow:hidden}.badge--art{position:relative}.badge--art img{object-fit:contain;width:100%;height:100%;display:block}.kp-photos{grid-template-columns:1fr 1fr;gap:2mm;height:100%;min-height:0;display:grid}.kp-photos img{object-fit:cover;background:#ececec;border-radius:1mm;width:100%;height:100%}.kp-table{border:none;flex:none}.kp-table-head{background:var(--head);color:#fff;grid-template-columns:1fr 16mm;font-size:10.5pt;font-weight:700;display:grid}.kp-table-title{word-break:break-word;padding:2.8mm 4mm 2.8mm 3.5mm;overflow:hidden}.kp-table-qty{border-left:1px solid #ffffff73;flex-direction:column;justify-content:center;align-items:center;font-size:12pt;line-height:1;display:flex}.kp-table-qty small{opacity:.9;margin-top:.5mm;font-size:7.5pt}.kp-table-row{border-top:none;grid-template-columns:1fr 16mm;min-height:8.5mm;font-size:9.5pt;display:grid}.kp-table-row>div:first-child{word-break:break-word;align-items:center;padding:2.2mm 4mm 2.2mm 3.5mm;line-height:1.35;display:flex;overflow:hidden}.kp-table-row-qty{border-left:none;justify-content:center;align-items:center;font-size:10.5pt;font-weight:700;display:flex}.kp-chars{flex-direction:column;flex:1;min-width:0;height:100%;display:flex}.kp-chars-head{background:var(--head);color:#fff;text-align:center;flex:none;max-width:calc(100% - 58mm);margin:0;padding:2.6mm 3.5mm;font-size:10.5pt;font-weight:700}.kp-chars-main{flex:none;grid-template-columns:1fr 12mm 46mm;align-items:stretch;column-gap:1mm;min-height:0;padding:3.5mm 0 0;display:grid}.char-block{flex-direction:column;gap:0;min-width:0;display:flex}.kp-price-brace{object-fit:fill;object-position:center;align-self:stretch;width:100%;height:100%;min-height:42mm}.kp-price{text-align:center;flex-direction:column;justify-content:center;align-self:center;align-items:center;min-width:0;display:flex}.kp-price-label{letter-spacing:.02em;color:#222;font-size:9.5pt;font-weight:700}.kp-price-value{color:#111;letter-spacing:.01em;margin-top:2.5mm;font-size:22pt;font-weight:800}.kp-price-swoosh{width:38mm;height:auto;margin-top:3mm;display:block}.kp-bottom{flex-direction:column;flex:auto;min-height:0;display:flex}.char-extra{flex-direction:column;gap:4mm;max-width:calc(100% - 58mm);margin-top:auto;margin-bottom:2mm;padding-top:8mm;padding-bottom:8mm;font-size:10pt;display:flex}.char-row{grid-template-columns:38mm 4mm 1fr;align-items:start;column-gap:0;padding:2.5mm 0;font-size:9pt;display:grid}.char-label{white-space:nowrap;padding-top:.4mm;font-weight:700}.char-pipe{color:#222;text-align:center;padding-top:.4mm;font-weight:400}.char-opts{align-items:center;gap:2mm 5mm;display:grid}.char-opts--hw{grid-template-columns:repeat(3,max-content)}.char-opts--glass{grid-template-columns:repeat(2,max-content)}.char-opts--frost{grid-template-columns:repeat(3,max-content)}.char-opts label{white-space:nowrap;align-items:center;gap:1.6mm;margin:0;display:inline-flex}.chk{color:#0000;border:1.1px solid #333;flex-shrink:0;justify-content:center;align-items:center;width:3.4mm;height:3.4mm;font-size:7pt;font-weight:800;line-height:1;display:inline-flex}.chk.on{color:var(--accent);border-color:#333}.char-divider{border-top:.35mm solid #bdbdbd;height:0;margin:.5mm 0}.char-service{grid-template-columns:22mm 1fr;align-items:end;column-gap:2mm;max-width:95mm;display:grid}.char-service-label{font-weight:400}.char-service-line{border-bottom:.35mm solid #222;min-height:4.5mm;padding:0 1mm .6mm;font-size:9.5pt;line-height:1.2}.kp-footer{background:#d9dada;border-top:none;flex:none;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:0;margin:auto -10mm -6mm;padding:3mm 8mm;display:grid}.kp-footer-cell{background:0 0;justify-content:center;align-items:center;min-width:0;padding:0 3mm;display:flex}.kp-footer-cell+.kp-footer-cell{border-left:.4mm solid #fff}.kp-footer-safe{justify-content:flex-start}.kp-footer-safe img,.kp-footer-days img{object-fit:contain;background:0 0;width:auto;max-width:100%;height:13mm;display:block}.kp-footer-days{justify-content:flex-end}.kp-footer-brand{text-align:center;flex-direction:column;align-items:center}.kp-footer-brand img{object-fit:contain;width:auto;max-width:42mm;height:9mm;margin:0 auto 1.2mm;display:block}.kp-site{letter-spacing:.04em;text-align:center;text-transform:uppercase;width:100%;font-size:9pt;font-weight:800;line-height:1.1}.mobile-bar{z-index:100;padding:10px 12px calc(10px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--line);background:#fffffff5;justify-content:space-between;align-items:center;gap:12px;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 24px #00000014}.mobile-bar-price{flex-direction:column;gap:2px;min-width:0;display:flex}.mobile-bar-price span{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.7rem;font-weight:600}.mobile-bar-price strong{white-space:nowrap;text-overflow:ellipsis;font-size:1.15rem;font-weight:800;overflow:hidden}.mobile-bar .btn-primary{flex-shrink:0;min-height:44px;padding:12px 14px;font-size:.9rem}.mobile-bar-actions{flex-shrink:0;gap:8px;display:flex}.mobile-bar-actions .btn-primary:last-child{background:var(--brand)}@media (width<=1200px){.form-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.workspace-bottom{grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr)}}@media (width<=980px){.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.workspace-bottom{grid-template-columns:1fr}.message-card{order:2;max-height:none;position:static}.workspace-preview{order:1}.preview-scroll{max-height:min(85vh,900px)}}@media (width<=760px){.app{padding:12px 12px 88px}.app-header{flex-direction:column;align-items:stretch;gap:12px;margin-bottom:12px}.app-header h1{font-size:1.2rem;line-height:1.25}.app-header p{font-size:.85rem}.app-header-actions{width:100%;display:block}.app-header-actions .btn-primary{width:100%;min-height:44px}.workspace,.workspace-bottom{gap:12px}.form-card,.message-card{border-radius:14px;padding:14px}.form-card h2{font-size:1rem}.form-grid{grid-template-columns:1fr 1fr;gap:12px}.form-grid-pair{display:contents}.field-label{font-size:.7rem}.field input,.field select,.money-input input,.btn-primary,.btn-ghost,.rates-toggle,.rates-actions button,.rates-presets button{min-height:44px;font-size:16px}.price-live{padding:12px}.price-live-value{font-size:1.45rem}.price-live-row{gap:8px}.btn-price-action{width:100%;min-height:40px;margin-left:0}.message-card-head{flex-wrap:wrap;gap:8px}.message-card pre{font-size:.8rem}.rates-panel{border-radius:14px;margin-bottom:12px}.rates-toggle{padding:14px 16px;font-size:.95rem}.rates-presets{flex-wrap:wrap}.rates-presets button{flex:calc(50% - 4px)}.rates-grid{grid-template-columns:1fr 1fr}.rates-actions{flex-direction:column}.rates-actions button{width:100%}.workspace-preview{border-radius:14px;padding:12px}.preview-toolbar{flex-wrap:wrap;gap:8px;margin-bottom:10px;font-size:.95rem}.preview-toolbar .btn-primary{min-height:40px;display:inline-flex}.preview-scroll{border-radius:8px;max-height:none;padding:12px 8px}.mobile-bar{display:flex}}@media (width<=420px){.form-grid,.rates-grid{grid-template-columns:1fr}}@media print{.app-header,.rates-panel,.workspace-form,.preview-toolbar,.mobile-bar{display:none!important}.preview-scroll{background:0 0;max-height:none;padding:0;overflow:visible}.a4-scale{margin-bottom:0!important;transform:none!important}.a4-sheet{box-shadow:none;margin:0}}
