:root{--nav:#0f172a;--nav2:#172554;--blue:#2563eb;--blue2:#1d4ed8;--green:#059669;--bg:#f0f1f1;--card:#fff;--line:#e2e8f0;--text:#0f172a;--muted:#64748b;--danger:#dc2626;--warning:#d97706;--soft:#eff6ff;--shadow:0 8px 30px #0f172a0f;--type-caption:12px;--type-secondary:13px;--type-body:14px;--type-subtitle:16px;--type-title:20px;--type-page-title:28px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);margin:0;font-family:Inter,Segoe UI,Arial,sans-serif}button{cursor:pointer}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:2px;outline:3px solid #2563eb6b}.app{grid-template-columns:236px 1fr;min-height:100vh;display:grid}.sidebar{background:linear-gradient(180deg,var(--nav),var(--nav2));color:#fff;height:100vh;padding:20px 14px;position:sticky;top:0;overflow:auto}.brand{gap:8px;padding:0 2px 20px;display:grid}.logo{background:linear-gradient(135deg,#38bdf8,#2563eb);border-radius:12px;place-items:center;width:38px;height:38px;font-weight:900;display:grid;box-shadow:0 8px 20px #2563eb59}.company-logo-shell{background:#fff;border:1px solid #ffffffb3;border-radius:14px;place-items:center;min-height:76px;padding:8px 9px;display:grid;box-shadow:0 10px 28px #0000002e}.company-logo{object-fit:contain;width:100%;height:auto;max-height:62px;display:block}.brand-product{justify-content:space-between;align-items:baseline;padding:0 6px;display:flex}.brand h1{margin:0;font-size:17px}.brand p{color:#bfdbfe;margin:0;font-size:10px}.nav{gap:7px;display:grid}.nav button{color:#cbd5e1;text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:10px;width:100%;padding:11px 12px;font-weight:700;display:flex}.nav button:hover{color:#fff;background:#ffffff14}.nav button.active{color:#1e3a8a;background:#fff}.nav .ico{flex:0 0 22px;place-items:center;width:22px;display:grid}.nav-group{gap:4px;display:grid}.nav .nav-parent.section-active{color:#fff;background:#ffffff14}.nav-chevron{margin-left:auto;font-size:16px;line-height:1;transition:transform .18s}.nav-chevron.open{transform:rotate(180deg)}.nav-submenu{gap:3px;padding-left:32px;display:grid}.nav-submenu button{border-radius:8px;padding:8px 10px;font-size:11px}.nav-submenu button:before{content:"";background:#64748b;border-radius:50%;width:5px;height:5px}.nav-submenu button.active:before{background:#2563eb}.nav-separator{background:#fff3;height:1px;margin:5px 12px}.signerp-icon{flex:none;display:block;overflow:visible}.with-icon{justify-content:center;align-items:center;gap:7px;display:inline-flex}.title-with-icon{align-items:center;gap:10px;display:flex}.title-with-icon .signerp-icon{color:var(--blue)}.sidebar-foot{color:#cbd5e1;border:1px solid #ffffff1f;border-radius:12px;margin-top:22px;padding:13px;font-size:11px;line-height:1.55}.cloud-line{align-items:center;gap:8px;margin-bottom:5px;display:flex}.dot{background:#f59e0b;border-radius:50%;width:8px;height:8px}.dot.online{background:#22c55e;box-shadow:0 0 10px #22c55e}.main{min-width:0}.topbar{border-bottom:1px solid var(--line);height:68px;padding:0 var(--space-6);z-index:20;background:#fff;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.topbar h2{margin:0;font-size:20px}.topbar small{color:var(--muted)}.content{padding:var(--space-5) var(--space-6) var(--space-8);max-width:1540px;margin:auto}.content.production-tracking-content{max-width:none;margin:0}.page{display:none}.page.active{display:block}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-card);box-shadow:var(--shadow-sm)}.card-head{padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.card-head h3{margin:0;font-size:15px}.form-grid{gap:var(--space-3);grid-template-columns:repeat(12,1fr);display:grid}.field{grid-column:span 4;min-width:0;position:relative}.field.s2{grid-column:span 2}.field.s3{grid-column:span 3}.field.s4{grid-column:span 4}.field.s6{grid-column:span 6}.field.s8{grid-column:span 8}.field.s12{grid-column:span 12}label{font-size:var(--type-secondary);color:#475569;margin-bottom:var(--space-1);text-transform:none;font-weight:800;display:block}input,select,textarea{width:100%;min-height:var(--control-height-md);border-radius:var(--radius-sm);padding:var(--space-2) var(--space-3);color:var(--text);background:#fff;border:1px solid #cbd5e1;outline:none}input[readonly]{color:#475569;background:#f8fafc}.money{font-variant-numeric:tabular-nums}.calc-layout{grid-template-columns:minmax(0,1fr) 320px;gap:15px;display:grid}.section-title{color:#1e3a8a;text-transform:uppercase;letter-spacing:.04em;margin:2px 0 9px;font-size:12px;font-weight:900}.subcard{border:1px solid var(--line);background:#fff;border-radius:12px;padding:13px}.process-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.mini{border:1px solid var(--line);background:#f8fafc;border-radius:11px;padding:11px}.mini h4{color:#334155;margin:0 0 9px;font-size:12px}.summary{height:max-content;position:sticky;top:88px}.summary-row{border-bottom:1px dashed #e2e8f0;justify-content:space-between;gap:12px;padding:8px 0;font-size:12px;display:flex}.summary-row strong{font-variant-numeric:tabular-nums}.total-box{background:linear-gradient(135deg,#eff6ff,#e0f2fe);border:1px solid #bfdbfe;border-radius:13px;margin-top:12px;padding:15px}.total-box span{color:#1e40af;font-size:12px}.total-box strong{color:#1d4ed8;margin-top:4px;font-size:27px;display:block}.btns{flex-wrap:wrap;gap:8px;display:flex}.btn{min-height:var(--control-height-md);border-radius:var(--radius-sm);padding:var(--space-2) var(--space-3);border:0;font-weight:800}.btn.primary{background:var(--blue);color:#fff}.btn.primary:hover{background:var(--blue2)}.btn.secondary{color:#1d4ed8;background:#eaf2ff}.btn.green{color:#fff;background:#059669}.btn.danger{color:#b91c1c;background:#fef2f2}.btn.ghost{border:1px solid var(--line);color:#334155;background:#fff}.btn.sm{padding:6px 9px;font-size:13px}.toolbar{gap:var(--space-2);flex-wrap:wrap;align-items:center;display:flex}.toolbar input,.toolbar select{width:auto;min-width:180px}.kpis{grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:14px;display:grid}.kpi{border:1px solid var(--line);background:#fff;border-radius:13px;padding:13px}.kpi span{color:var(--muted);font-size:11px}.kpi strong{color:#1d4ed8;margin-top:5px;font-size:19px;display:block}.tablewrap{max-height:68vh;overflow:auto}table{border-collapse:collapse;width:100%;font-size:var(--type-secondary)}th,td{padding:var(--space-2) var(--space-3);text-align:right;white-space:nowrap;border-bottom:1px solid #edf2f7}th{color:#475569;z-index:2;font-size:var(--type-caption);text-transform:uppercase;letter-spacing:.03em;background:#f8fafc;position:sticky;top:0}th.left,td.left{text-align:left}td.wrap{white-space:normal;min-width:190px}tr:hover td{background:#fafcff}.badge{border-radius:999px;padding:4px 8px;font-size:10px;font-weight:900;display:inline-flex}.badge.retail{color:#3730a3;background:#eef2ff}.badge.worker{color:#047857;background:#ecfdf5}.badge.new{color:#c2410c;background:#fff7ed}.hint{color:var(--muted);font-size:11px;line-height:1.55}.alert{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:10px;padding:10px 12px;font-size:11px}.auto-list{border:1px solid var(--line);z-index:30;background:#fff;border-radius:10px;max-height:220px;display:none;position:absolute;top:62px;left:0;right:0;overflow:auto;box-shadow:0 12px 30px #0f172a26}.auto-list.show{display:block}.auto-item{cursor:pointer;border-bottom:1px solid #f1f5f9;padding:9px 10px}.auto-item:hover{background:#eff6ff}.auto-item strong{font-size:12px;display:block}.auto-item small{color:var(--muted)}.empty{text-align:center;color:var(--muted);padding:28px}.quote-empty{padding:42px 28px!important}.quote-empty-state{justify-items:center;gap:13px;max-width:620px;margin:0 auto;display:grid}.quote-empty-icon{color:#d8dee8}.quote-empty-state span{color:#94a3b8;font-size:12px;line-height:1.55}.modal{z-index:100;background:#0f172a8c;justify-content:center;align-items:center;padding:20px;display:none;position:fixed;inset:0}.modal.show{display:flex}.modal-box{background:#fff;border-radius:16px;width:min(760px,96vw);max-height:90vh;overflow:auto;box-shadow:0 25px 70px #00000040}.modal-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.modal-body{padding:18px}.modal-foot{border-top:1px solid var(--line);justify-content:flex-end;gap:8px;padding:14px 18px;display:flex}.close{background:#f1f5f9;border:0;border-radius:8px;width:30px;height:30px;font-weight:900}.topbar-title{align-items:center;gap:12px;min-width:0;display:flex}.topbar-title>div{min-width:0}.mobile-menu{width:42px;height:42px;color:var(--text);background:0 0;border:0;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:9px;display:none}.mobile-menu span{background:currentColor;border-radius:3px;width:23px;height:3px;display:block}.mobile-nav-backdrop{display:none}.hidden{display:none!important}@media (width<=1100px){.calc-layout{grid-template-columns:1fr}.summary{position:static}.process-grid{grid-template-columns:1fr 1fr}.field,.field.s2,.field.s3{grid-column:span 6}.field.s4{grid-column:span 4}}@media (width<=780px){body.mobile-nav-open{overflow:hidden}.app{grid-template-columns:1fr}.sidebar{z-index:90;width:min(82vw,290px);transition:transform .22s;position:fixed;top:0;left:0;transform:translate(-105%);box-shadow:14px 0 40px #0f172a47}.sidebar.open{transform:translate(0)}.mobile-nav-backdrop{z-index:85;opacity:0;pointer-events:none;background:#0f172a8c;border:0;transition:opacity .22s;position:fixed;inset:0}.mobile-nav-backdrop.show{opacity:1;pointer-events:auto;display:block}.mobile-menu{display:inline-flex}.topbar{height:70px;padding:0 12px}.content{padding:14px}.topbar-title{flex:1}.topbar h2{text-overflow:ellipsis;white-space:nowrap;font-size:18px;overflow:hidden}.topbar-title small,.quote-chip,.signed-user>div:last-child{display:none}.top-actions{gap:7px}.top-actions .btn{padding:8px}.top-actions .btn .signerp-icon{margin:0}.form-grid{grid-template-columns:1fr}.field,.field.s2,.field.s3,.field.s4,.field.s6,.field.s8,.field.s12{grid-column:1}.process-grid{grid-template-columns:1fr}.kpis{grid-template-columns:1fr 1fr}}.dashboard-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:14px;display:grid}.quick-card{flex-direction:column;gap:12px;padding:18px;display:flex}.quick-card h3{margin:0;font-size:16px}.quick-card p{color:var(--muted);margin:0;font-size:12px;line-height:1.55}.quick-icon{border-radius:13px;place-items:center;width:46px;height:46px;font-size:23px;display:grid}.quick-print .quick-icon{background:#dcfce7}.quick-cnc .quick-icon{background:#dbeafe}.quick-saved .quick-icon{background:#ede9fe}.home-layout{grid-template-columns:minmax(0,1.6fr) minmax(300px,.8fr);gap:14px;display:grid}.service-switch{gap:8px;display:flex}.service-switch button{border:1px solid var(--line);background:#fff;border-radius:9px;flex:1;padding:10px;font-weight:900}.service-switch .cnc-active{color:#fff;background:#123a73;border-color:#123a73}.service-switch .laser-active{color:#fff;background:#c62828;border-color:#c62828}.cnc-accent{color:#123a73}.laser-accent{color:#c62828}.cnc-total{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#93c5fd}.laser-total{background:linear-gradient(135deg,#fff1f2,#fee2e2);border-color:#fecaca}.material-filter{min-width:150px!important}.quote-type-print{color:#166534;background:#dcfce7}.quote-type-cnc{color:#1d4ed8;background:#dbeafe}.quote-type-laser{color:#b91c1c;background:#fee2e2}@media (width<=1000px){.dashboard-grid,.home-layout{grid-template-columns:1fr}}.nav button{position:relative}.nav button em{color:#fff;background:#2563eb;border-radius:999px;place-items:center;min-width:20px;height:20px;margin-left:auto;font-size:10px;font-style:normal;display:grid}.top-actions{align-items:center;gap:10px;display:flex}.quote-chip{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;padding:8px 13px;font-size:11px;font-weight:800}.avatar{color:#fff;background:#0f172a;border-radius:10px;place-items:center;width:34px;height:34px;font-size:11px;font-weight:900;display:grid}.page-title{justify-content:space-between;align-items:flex-start;gap:var(--space-4);margin:var(--space-1) 0 var(--space-4);display:flex}.page-title h1{font-size:var(--type-page-title);margin:0 0 var(--space-1);letter-spacing:-.02em}.page-title p{color:var(--muted);margin:0;font-size:12px;line-height:1.5}.embedded-quote-title{border-top:2px solid var(--line);margin-top:32px;padding-top:24px}.source-pill{border:1px solid var(--line);color:#475569;white-space:nowrap;background:#f8fafc;border-radius:999px;padding:7px 10px;font-size:10px}.pricing-preview-pill.matched{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.pricing-preview-pill.mismatch{color:#c2410c;background:#fff7ed;border-color:#fed7aa}.pricing-preview-pill.fallback{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.pricing-shadow-status{border:1px solid var(--line);background:#f8fafc;border-radius:10px;align-items:center;gap:10px;margin-bottom:14px;padding:10px 12px;display:flex}.pricing-shadow-status b{flex:none;font-size:11px}.pricing-shadow-status span{color:#64748b;font-size:10px}.pricing-shadow-status.matched{background:#ecfdf5;border-color:#a7f3d0}.pricing-shadow-status.matched b{color:#047857}.pricing-shadow-status.mismatch{background:#fff7ed;border-color:#fed7aa}.pricing-shadow-status.mismatch b{color:#c2410c}.pricing-shadow-status.fallback{background:#fef2f2;border-color:#fecaca}.pricing-shadow-status.fallback b{color:#b91c1c}.customer-strip{background:linear-gradient(90deg,#fff,#f8fbff);margin-bottom:16px;overflow:visible}.compact-customer-row{justify-content:space-between;align-items:flex-end;gap:14px;display:flex;padding:12px 16px!important}.compact-customer-picker{flex:1;min-width:0;position:relative}.compact-customer-picker>label{color:#334155;margin-bottom:5px;font-size:12px;font-weight:900;display:block}.customer-combobox{position:relative}.customer-search-input{border:1px solid var(--line);color:#64748b;background:#fff;border-radius:9px;align-items:center;gap:7px;padding:0 10px;display:flex}.customer-search-input input{width:100%;box-shadow:none;border:0;padding:9px 0}.customer-suggestions{z-index:30;border:1px solid var(--line);background:#fff;border-radius:10px;padding:5px;position:absolute;top:calc(100% + 5px);left:0;right:0;box-shadow:0 14px 35px #0f172a29}.customer-suggestions>button{text-align:left;cursor:pointer;background:#fff;border:0;border-radius:8px;align-items:center;gap:9px;width:100%;padding:8px;display:flex}.customer-suggestions>button:hover{background:#f1f5f9}.customer-suggestions button>span:not(.customer-avatar){gap:2px;display:grid}.customer-suggestions small{color:#64748b;font-size:9px}.customer-suggestions .create-customer-suggestion{border-top:1px solid var(--line);color:#1d4ed8;border-radius:0 0 8px 8px;margin-top:4px}.customer-avatar{color:#1d4ed8;background:#dbeafe;border-radius:50%;flex:none;place-items:center;width:32px;height:32px;font-weight:900;display:grid}.customer-avatar.small{width:28px;height:28px;font-size:10px}.selected-customer-card{background:#eff6ff;border:1px solid #bfdbfe;border-radius:9px;align-items:center;gap:9px;min-height:40px;padding:4px 5px;display:flex}.selected-customer-card>div:nth-child(2){flex:1;gap:2px;min-width:0;display:grid}.selected-customer-card span{color:#64748b;text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.new-customer-inline{grid-template-columns:1.1fr .8fr 1fr auto;gap:6px;display:grid}.new-customer-inline input{padding:9px 10px}.compact-pricing-fields{flex:none;grid-template-columns:180px 210px;gap:8px;display:grid}.compact-pricing-fields .field{min-width:0}.compact-pricing-fields label{white-space:nowrap}.customer-suggestions .create-customer-suggestion.top{border:0;border-bottom:1px solid var(--line);color:#1d4ed8;border-radius:8px 8px 0 0;margin:0 0 4px}.suggestion-section-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;padding:7px 9px 4px;font-size:8px;font-weight:900}.suggestion-empty{text-align:center;color:#94a3b8;padding:12px;font-size:10px}.selected-customer-card{background:#fff;border-color:#dbe3ee;padding:0;display:block}.selected-customer-main{border-bottom:1px solid var(--line);align-items:center;gap:9px;padding:8px 10px;display:flex}.selected-customer-main>div:nth-child(2){flex:1;gap:2px;min-width:0;display:grid}.selected-customer-main span{color:#64748b;text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.customer-remove{color:#64748b;cursor:pointer;background:0 0;border:0;font-size:22px;line-height:1}.selected-customer-detail{grid-template-columns:minmax(0,1fr) minmax(240px,.65fr);gap:14px;padding:10px;display:grid}.selected-customer-detail>div:first-child{gap:3px;display:grid}.selected-customer-detail small{color:#64748b;font-size:8px;font-weight:900}.selected-customer-detail strong{color:#1f334a;font-size:10px}.selected-customer-detail span{color:#64748b;font-size:9px}.selected-customer-stats{border:1px dashed #cbd5e1;border-radius:8px;grid-template-columns:1fr 1fr;gap:7px;padding:7px;display:grid}.selected-customer-stats>span{gap:3px;display:grid}.selected-customer-stats strong{color:#1d4ed8}.spaced{margin-top:22px}.status{border-radius:10px;margin-top:16px;padding:11px 13px;font-size:11px;line-height:1.5}.status.ok{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}.status.error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.status ul{margin:5px 0 0;padding-left:18px}.info-note{color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;margin-top:16px;padding:11px 13px;font-size:11px;line-height:1.55}.frame-reinforcement-note{color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;grid-column:span 12;margin-top:-2px;padding:8px 10px;font-size:11px;line-height:1.45}.frame-structure-preview{background:#fff;border:1px solid #dbe3ee;border-radius:12px;margin:16px 0 12px;overflow:hidden}.frame-structure-preview-head{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:12px;padding:11px 13px;display:flex}.frame-structure-preview-head>div:first-child{gap:2px;display:grid}.frame-structure-preview-head strong{color:#1f334a;font-size:12px}.frame-structure-preview-head span{color:#64748b;font-size:9px}.frame-structure-tabs{flex-wrap:wrap;justify-content:flex-end;gap:5px;display:flex}.frame-structure-tabs button{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:7px;padding:5px 8px;font-size:9px;font-weight:800}.frame-structure-tabs button.active{color:#1d4ed8;background:#eff6ff;border-color:#2563eb}.frame-structure-empty{text-align:center;color:#64748b;padding:28px 16px;font-size:11px}.frame-structure-svg{background:#fff;width:100%;height:auto;max-height:310px;display:block}.frame-structure-lines{fill:none;stroke:#334155;stroke-width:2px}.frame-dimensions{fill:#1474b8;stroke:#1474b8;stroke-width:1.25px}.frame-dimensions text{stroke:#fff;stroke-width:5px;paint-order:stroke;fill:#1474b8;text-anchor:middle;font-size:15px;font-weight:700}.frame-structure-legend{background:#f8fafc;border-top:1px solid #e2e8f0;flex-wrap:wrap;gap:7px;padding:9px 13px;display:flex}.frame-structure-legend span{color:#475569;background:#fff;border:1px solid #dbe3ee;border-radius:999px;padding:5px 8px;font-size:9px}.frame-structure-legend b{color:#1d4ed8}@media (width<=720px){.frame-structure-preview-head{flex-direction:column;align-items:flex-start}.frame-structure-tabs{justify-content:flex-start}.frame-structure-svg{min-height:210px}.frame-structure-legend{gap:5px}}.btn.full{width:100%;margin-top:12px;padding:11px}.btn:disabled{opacity:.45;cursor:not-allowed}.segmented{background:#e2e8f0;border-radius:11px;margin:0 0 14px;padding:4px;display:inline-flex}.segmented button{color:#475569;background:0 0;border:0;border-radius:8px;padding:8px 20px;font-weight:900}.segmented button.active{color:#1d4ed8;background:#fff;box-shadow:0 2px 8px #0f172a1a}.decal-operation-segmented{grid-template-columns:repeat(3,minmax(0,1fr));width:100%;display:grid}.decal-operation-segmented button{padding:8px 10px}.route{color:#334155;background:#e2e8f0;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:900}.route.cnc{color:#1d4ed8;background:#dbeafe}.route.laser{color:#b91c1c;background:#fee2e2}.route.cat_tia{color:#166534;background:#dcfce7}.hero{color:#fff;background:radial-gradient(circle at 90% 15%,#38bdf852,#0000 32%),linear-gradient(135deg,#0f172a,#172554 58%,#1d4ed8);border-radius:20px;justify-content:space-between;align-items:center;gap:25px;min-height:230px;margin-bottom:15px;padding:34px;display:flex;box-shadow:0 20px 45px #0f172a26}.hero h1{letter-spacing:-.04em;margin:9px 0;font-size:34px}.hero p{color:#cbd5e1;max-width:670px;font-size:13px;line-height:1.65}.eyebrow{letter-spacing:.16em;color:#7dd3fc;font-size:10px;font-weight:900}.btn.light{color:#1e3a8a;white-space:nowrap;background:#fff;padding:12px 17px}.module-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:14px;display:grid}.module-card{border:1px solid var(--line);text-align:left;box-shadow:var(--shadow);background:#fff;border-radius:15px;grid-template-columns:46px 1fr;column-gap:12px;padding:17px;transition:all .18s;display:grid}.module-card:hover{border-color:#93c5fd;transform:translateY(-2px);box-shadow:0 12px 28px #2563eb1f}.module-card i{color:#1d4ed8;background:#eff6ff;border-radius:13px;grid-row:span 3;place-items:center;width:46px;height:46px;font-size:21px;font-style:normal;display:grid}.module-card b.with-icon{justify-content:flex-start}.module-card strong{font-size:15px}.module-card span{color:var(--muted);margin-top:4px;font-size:11px;line-height:1.5}.module-card b{color:#2563eb;margin-top:12px;font-size:10px}.recent-card{margin-top:14px}.feature-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.feature-grid>div{border-left:3px solid #bfdbfe;padding:8px 12px}.feature-grid b{color:#60a5fa;font-size:11px}.feature-grid strong{margin:5px 0;font-size:13px;display:block}.feature-grid p{color:var(--muted);margin:0;font-size:11px;line-height:1.5}tfoot td{background:#f8fafc}.grand{color:#1d4ed8;font-size:16px}.saved-layout{grid-template-columns:minmax(320px,.8fr) minmax(480px,1.5fr);gap:14px;display:grid}.quote-list{max-height:68vh;overflow:auto}.quote-list>button{text-align:left;background:#fff;border:0;border-bottom:1px solid #edf2f7;justify-content:space-between;gap:15px;width:100%;padding:13px 15px;display:flex}.quote-list>button:hover,.quote-list>button.active{background:#eff6ff}.quote-list>button>div{gap:4px;display:grid}.quote-list span,.quote-list small{color:var(--muted);font-size:10px}.quote-list b{color:#1d4ed8;font-size:12px}.order-review{min-height:430px}.empty.tall{padding-top:150px}.review-head{background:#f8fafc;border-radius:12px;justify-content:space-between;margin-bottom:14px;padding:14px;display:flex}.review-head>div{gap:3px;display:grid}.review-head small,.review-head span{color:var(--muted);font-size:10px}.review-items{gap:8px;display:grid}.review-items>div{border:1px solid var(--line);border-radius:10px;grid-template-columns:30px 1fr auto;align-items:center;gap:11px;padding:11px;display:grid}.review-items .index{color:#2563eb;background:#eff6ff;border-radius:8px;place-items:center;width:27px;height:27px;font-size:11px;font-weight:900;display:grid}.review-items p{color:var(--muted);margin:4px 0;font-size:10px}.review-items small{color:#1d4ed8;font-size:9px;font-weight:900}.review-total{color:#fff;background:#0f172a;border-radius:12px;justify-content:space-between;align-items:center;margin-top:15px;padding:15px;display:flex}.review-total strong{font-size:21px}.admin-grid{grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:14px;display:grid}.source-list{gap:10px;display:grid}.source-list>div{border:1px solid var(--line);border-radius:9px;grid-template-columns:12px 1fr;align-items:center;padding:9px;display:grid}.source-list small{color:var(--muted);grid-column:2;margin-top:3px;font-size:10px}.param-list{gap:3px;display:grid}.param-list>div{border-bottom:1px dashed var(--line);justify-content:space-between;gap:15px;padding:9px 0;font-size:11px;display:flex}.param-list>div:last-child{border-bottom:0}.current-order-layout{grid-template-columns:minmax(0,1fr) minmax(330px,390px);align-items:start;gap:14px;display:grid}.current-order-main{gap:14px;min-width:0;display:grid}.order-products-card{overflow:hidden}.order-products-card .card-head>div{gap:3px;display:grid}.order-products-card .card-head small{color:var(--muted)}.current-order-contact-grid{grid-template-columns:minmax(0,1fr) 360px;align-items:stretch;gap:14px;margin-bottom:14px;display:grid}.current-order-contact-grid .customer-strip{margin:0}.current-order-contact-grid .compact-customer-row{align-items:flex-start;height:100%}.order-customer-strip .selected-customer-card{grid-template-columns:minmax(0,1fr) minmax(260px,.52fr);align-items:stretch;display:grid}.order-customer-strip .selected-customer-main{border-bottom:0;border-right:1px solid var(--line)}.order-customer-strip .selected-customer-detail{display:contents}.order-customer-strip .selected-customer-detail>div:first-child{border-top:1px solid var(--line);align-content:center;gap:3px;padding:10px;display:grid}.order-customer-strip .selected-customer-stats{border-color:#cbd5e1;grid-area:1/2/span 2;align-content:center;margin:10px}.order-supplement-card{overflow:hidden}.order-supplement-card .card-head>div{gap:3px;display:grid}.order-supplement-card .card-head small{color:var(--muted)}.order-supplement-body{gap:10px;padding:13px 16px;display:grid}.order-supplement-body .field{grid-template-columns:82px minmax(0,1fr);align-items:center;gap:8px;display:grid}.order-supplement-body .field label{margin:0;font-size:11px}.order-supplement-body input,.order-supplement-body select{min-width:0;padding:8px 9px}.order-products-head{background:#fbfdff}.order-lines-table table{min-width:860px}.order-lines-table th,.order-lines-table td{padding:10px 9px}.order-lines-table th:first-child,.order-lines-table td:first-child{width:52px}.order-lines-table td:nth-child(4){width:72px}.order-lines-table td:nth-child(5),.order-lines-table td:nth-child(6){white-space:nowrap;width:110px}.order-lines-table td small{color:#64748b;margin-top:3px;font-size:10px;display:block}.current-order-bottom-grid{grid-template-columns:minmax(0,1fr) minmax(420px,.85fr);gap:14px;margin-top:14px;display:grid}.order-note-card .card-head>div,.delivery-card .card-head>div{gap:3px;display:grid}.order-note-card .card-head small,.delivery-card .card-head small{color:var(--muted)}.order-note-card textarea{resize:vertical;min-height:88px}.delivery-methods{flex-wrap:wrap;gap:8px;padding:14px 16px;display:flex}.delivery-methods button{border:1px solid var(--line);color:#475569;background:#fff;border-radius:9px;flex:150px;padding:11px 9px;font-size:12px;font-weight:800}.delivery-methods button.active{color:#1d4ed8;background:#eff6ff;border-color:#60a5fa;box-shadow:inset 0 0 0 1px #bfdbfe}.selected-customer-card>.selected-customer-stats{margin:10px}.order-customer-strip .selected-customer-profile{border-right:1px solid var(--line);min-width:0}.order-customer-strip .selected-customer-main{border-right:0;border-bottom:1px solid var(--line)}.order-customer-strip .selected-customer-detail{grid-template-columns:1fr;gap:0;padding:10px;display:grid}.order-customer-strip .selected-customer-detail>div:first-child{border-top:0;padding:0}.order-customer-strip .selected-customer-stats{border-color:#cbd5e1;grid-area:1/2;grid-template-columns:1fr;align-content:center;margin:10px;display:grid}.order-customer-strip .selected-customer-stats>span{border-bottom:1px solid #edf2f7;justify-content:space-between;align-items:center;gap:14px;padding:8px 3px;display:flex}.order-customer-strip .selected-customer-stats>span:last-child{border-bottom:0}.order-customer-strip .selected-customer-stats strong{white-space:nowrap}.order-page-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.quote-discount-card{margin-bottom:0;overflow:hidden}.quote-discount-card>summary{cursor:pointer;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;list-style:none;display:flex}.quote-discount-card>summary::-webkit-details-marker{display:none}.quote-discount-card>summary span{color:#1f334a;font-weight:900}.quote-discount-card>summary small{color:#64748b}.quote-discount-card[open]>summary{border-bottom:1px solid var(--line)}.discount-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.discount-grid .field{grid-column:auto}.quote-additional-charges-card{margin-bottom:0}.quote-additional-charges-card .card-head>div{gap:3px;display:grid}.quote-additional-charges-card .card-head small{color:#64748b}.additional-charge-grid{grid-template-columns:minmax(150px,.65fr) minmax(240px,1.35fr);gap:12px;display:grid}.additional-charge-policy{color:#1d4ed8;background:#eff6ff;border-radius:8px;grid-column:1/-1;padding:10px 12px;font-size:12px;font-weight:700}.design-fee-input strong{color:#2563eb}.order-payment-card{position:sticky;top:14px;overflow:hidden}.order-payment-card .card-head>div{gap:3px;display:grid}.order-payment-card .card-head small{color:#2563eb;font-weight:800}.payment-summary{gap:0;padding:8px 16px;display:grid}.payment-summary>div{border-bottom:1px solid #edf2f7;justify-content:space-between;align-items:center;gap:18px;min-height:42px;display:flex}.payment-summary span{color:#475569;font-size:12px}.payment-summary strong{white-space:nowrap;font-size:13px}.shipping-fee-input input{text-align:right;width:132px;padding:7px 9px}.payment-must-pay{background:#eff6ff;margin:5px -16px 0;padding:12px 16px;border-bottom:0!important}.payment-must-pay span,.payment-must-pay strong{font-weight:900;color:#1d4ed8!important;font-size:16px!important}.payment-received-head{justify-content:space-between;align-items:center;padding:15px 16px 8px;display:flex}.payment-received-head b{font-size:13px}.payment-received-head strong{color:#059669;font-size:15px}.payment-method-list{gap:8px;padding:0 16px 15px;display:grid}.payment-method-row{grid-template-columns:minmax(110px,1fr) 120px 28px;align-items:center;gap:7px;display:grid}.payment-method-row select,.payment-method-row input{min-width:0;padding:8px}.payment-method-row input{text-align:right}.payment-remove{color:#dc2626;cursor:pointer;background:#fef2f2;border:0;border-radius:7px;width:28px;height:28px;font-size:18px}.add-payment-button{color:#1d4ed8;cursor:pointer;background:0 0;border:0;justify-self:start;padding:5px 0;font-size:12px;font-weight:900}.add-payment-button:hover{text-decoration:underline}.payment-balance,.payment-change{border-top:1px solid var(--line);justify-content:space-between;align-items:center;padding:15px 16px;display:flex}.payment-balance{color:#fff;background:#0f172a}.payment-balance span{text-transform:uppercase;font-size:12px;font-weight:900}.payment-balance strong{font-size:21px}.payment-change{color:#047857;background:#ecfdf5}.payment-change strong{font-size:16px}.order-save-payment{justify-content:center;width:calc(100% - 32px);margin:14px 16px 16px}.saved-customer-code{margin-top:3px;display:block}.customer-profile-modal .modal-box{width:min(720px,96vw)}.customer-profile-modal .modal-head>div{gap:3px;display:grid}.customer-profile-modal .modal-head small{color:#1d4ed8;font-weight:900}.customer-profile-summary{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:18px;display:grid}.customer-profile-summary>div{border:1px solid var(--line);background:#f8fafc;border-radius:10px;gap:5px;padding:12px;display:grid}.customer-profile-summary small,.customer-profile-fields small{color:#64748b;font-size:11px}.customer-profile-summary strong{font-size:14px}.customer-profile-fields{border-top:1px solid var(--line);grid-template-columns:1fr 1fr;gap:0 22px;display:grid}.customer-profile-fields>span{border-bottom:1px solid #edf2f7;gap:4px;padding:12px 0;display:grid}.customer-profile-fields .wide{grid-column:1/-1}.discount-admin-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.discount-admin-grid .field{grid-column:auto}.discount-admin-grid small{color:var(--muted);margin-top:5px;font-size:9px;line-height:1.45;display:block}.panel-metrics{grid-template-columns:repeat(4,1fr);gap:9px;margin-bottom:11px;display:grid}.panel-metrics>div{border:1px solid var(--line);background:#f8fafc;border-radius:10px;padding:10px}.panel-metrics span{color:var(--muted);margin-bottom:4px;font-size:9px;display:block}.panel-metrics strong{color:#1e3a8a;font-size:12px}.panel-preview{background:linear-gradient(135deg,#eff6ff,#f8fafc);border:1px solid #bfdbfe;border-radius:12px;grid-template-columns:180px 1fr;align-items:center;gap:14px;padding:13px;display:grid}.panel-sheet{aspect-ratio:1.28;text-align:center;background:repeating-linear-gradient(0deg,#2563eb14 0 1px,#0000 1px 10px),repeating-linear-gradient(90deg,#2563eb14 0 1px,#0000 1px 10px),#fff;border:2px solid #2563eb;border-radius:8px;place-content:center;display:grid;box-shadow:inset 0 0 0 8px #3b82f614}.panel-sheet span{color:#1d4ed8;font-size:10px}.panel-sheet b{margin-top:4px;font-size:13px}.panel-copy{gap:5px;display:grid}.panel-copy strong{font-size:12px}.panel-copy span,.panel-copy small{color:var(--muted);font-size:10px;line-height:1.5}.sticker-settings-card{grid-column:1/-1}.parameter-demo{grid-column:1/-1;overflow:hidden}.demo-head{background:linear-gradient(90deg,#f8fbff,#fff)}.demo-title-line{align-items:center;gap:10px;margin-bottom:4px;display:flex}.demo-title-line h3{margin:0}.parameter-tabs{background:#eaf0f7;border-radius:12px;gap:8px;margin-bottom:14px;padding:5px;display:flex}.parameter-tabs button{color:#53657a;background:0 0;border:0;border-radius:9px;flex:1;padding:11px;font-weight:900}.parameter-tabs button.active{color:#1d4ed8;background:#fff;box-shadow:0 3px 12px #0f172a1a}.parameter-main-tabs{border:1px solid var(--line);background:#eaf0f7;border-radius:12px;gap:7px;margin:-4px 0 15px;padding:5px;display:flex}.parameter-main-tabs button{color:#53657a;background:0 0;border:0;border-radius:9px;flex:1;padding:11px 8px;font-size:11px;font-weight:900}.parameter-main-tabs button.active{color:#1d4ed8;background:#fff;box-shadow:0 3px 12px #0f172a1a}.demo-module-summary{grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:12px;display:grid}.demo-module-summary>div{border:1px solid var(--line);background:#f8fafc;border-radius:10px;gap:4px;padding:11px 13px;display:grid}.demo-module-summary span{color:var(--muted);text-transform:uppercase;font-size:9px;font-weight:800}.demo-module-summary strong{font-size:12px}.demo-safe{color:#047857}.parameter-section{border:1px solid var(--line);background:#fff;border-radius:12px;margin-top:10px;overflow:hidden}.parameter-section summary{cursor:pointer;background:#f8fafc;justify-content:space-between;align-items:center;gap:12px;padding:13px 15px;list-style:none;display:flex}.parameter-section summary::-webkit-details-marker{display:none}.parameter-section summary>span{gap:3px;display:grid}.parameter-section summary b{color:#233b56;font-size:12px}.parameter-section summary small{color:var(--muted);font-size:9px;font-weight:500}.parameter-section summary em{color:#1d4ed8;background:#eaf2ff;border-radius:999px;padding:5px 8px;font-size:9px;font-style:normal;font-weight:900}.parameter-section[open] summary{border-bottom:1px solid var(--line)}.parameter-section-body{padding:14px}.parameter-split{grid-template-columns:1fr 1fr;gap:16px;display:grid}.demo-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.demo-grid.compact{grid-template-columns:repeat(2,1fr)}.demo-field{gap:5px;margin:0;display:grid}.demo-field>span{color:#475569;font-size:10px;font-weight:800}.demo-field>div{align-items:stretch;display:flex}.demo-field input{text-align:right;border-radius:8px 0 0 8px;min-width:0;font-weight:700}.demo-field em,.demo-row-list em{color:#64748b;white-space:nowrap;background:#f1f5f9;border:1px solid #cbd5e1;border-left:0;border-radius:0 8px 8px 0;place-items:center;min-width:55px;padding:0 8px;font-size:9px;font-style:normal;display:grid}.demo-field.derived>div{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;min-height:37px}.demo-field.derived strong{color:#1d4ed8;flex:1;place-items:center;display:grid}.demo-field.derived em{border-width:0 0 0 1px;border-color:#bfdbfe}.demo-row-list{gap:7px;display:grid}.demo-row-list>div{grid-template-columns:minmax(130px,1fr) 110px 70px;align-items:stretch;display:grid}.demo-row-list span{color:#475569;align-items:center;padding-right:8px;font-size:10px;display:flex}.demo-row-list input{text-align:right;border-radius:8px 0 0 8px;font-weight:700}.demo-catalog-callout,.linked-data-note,.recommendation-banner{background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;justify-content:space-between;align-items:center;gap:15px;margin-top:13px;padding:12px 13px;display:flex}.demo-catalog-callout>div,.linked-data-note,.recommendation-banner{font-size:10px}.demo-catalog-callout b,.linked-data-note b,.recommendation-banner b{color:#1d4ed8}.demo-catalog-callout span,.linked-data-note span,.recommendation-banner span{color:#52677e;margin-top:3px;line-height:1.45;display:block}.linked-data-note,.recommendation-banner{margin-top:0;margin-bottom:12px;display:block}.recommendation-banner{background:#ecfdf5;border-color:#a7f3d0}.recommendation-banner b{color:#047857}.suggestion-mode{color:#047857!important;background:#dcfce7!important}.suggestion-table{border:1px solid var(--line);border-radius:10px;display:grid;overflow:hidden}.suggestion-table>div{border-bottom:1px solid #edf2f7;grid-template-columns:1.2fr 1fr 90px;padding:8px 11px;font-size:10px;display:grid}.suggestion-table>div:last-child{border-bottom:0}.suggestion-table strong{text-align:right;color:#047857}.suggestion-head{color:#64748b;text-transform:uppercase;background:#f8fafc;font-weight:900;font-size:9px!important}.advanced summary{background:#fffaf0}.advanced-warning{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:9px;padding:12px;font-size:10px;line-height:1.55}.route-demo{gap:8px;display:grid}.route-demo>div{border:1px solid var(--line);background:#f8fafc;border-radius:9px;padding:11px}.route-demo b{color:#1d4ed8;font-size:10px}.route-demo span{color:var(--muted);margin-top:3px;font-size:9px;line-height:1.45;display:block}.catalog-toolbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.catalog-toolbar>input{max-width:310px}.catalog-switch{flex-wrap:wrap;gap:6px;display:flex}.catalog-switch button{border:1px solid var(--line);color:#52677e;background:#fff;border-radius:9px;padding:8px 11px;font-size:10px;font-weight:900}.catalog-switch button.active{color:#1d4ed8;background:#eff6ff;border-color:#93c5fd}.catalog-panel{border:1px solid var(--line);border-radius:12px;overflow:hidden}.catalog-panel-head{border-bottom:1px solid var(--line);background:#f8fafc;justify-content:space-between;align-items:center;gap:12px;padding:13px 15px;display:flex}.catalog-panel-head>div{gap:3px;display:grid}.catalog-panel-head b{color:#233b56;font-size:12px}.catalog-panel-head span{color:var(--muted);font-size:9px}.catalog-panel-head em{color:#1d4ed8;background:#eaf2ff;border-radius:999px;padding:5px 8px;font-size:9px;font-style:normal;font-weight:900}.catalog-panel-head>.toolbar{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px;display:flex}.export-scope-options{gap:10px;display:grid}.export-scope-options label{border:1px solid var(--line);cursor:pointer;border-radius:10px;align-items:flex-start;gap:10px;padding:13px;display:flex}.export-scope-options label:has(input:checked){background:#eff6ff;border-color:#60a5fa}.export-scope-options input{width:17px;height:17px;margin-top:2px}.export-scope-options span{gap:3px;display:grid}.export-scope-options b{font-size:12px}.export-scope-options small{color:var(--muted);font-size:10px}.import-guide{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:14px;display:grid}.import-guide span{background:#f1f5f9;border-radius:9px;align-items:center;gap:7px;padding:9px;display:flex}.import-guide b{color:#fff;background:#2563eb;border-radius:999px;place-items:center;width:23px;height:23px;display:grid}.import-guide em{font-size:10px;font-style:normal;font-weight:800}.import-file-drop{cursor:pointer;background:#f8fbff;border:1px dashed #60a5fa;border-radius:12px;place-items:center;gap:4px;margin:14px 0;padding:24px;display:grid}.import-file-drop b{color:#1d4ed8}.import-file-drop small{color:var(--muted)}.catalog-table-wrap{max-height:min(64vh,680px);overflow:auto}.catalog-table{min-width:850px}.catalog-table th{top:0}.catalog-table th,.catalog-table td{vertical-align:middle;padding:3px 6px}.catalog-table tbody tr{height:36px}.catalog-table .sale-permission-col{text-align:center;white-space:normal;width:70px;min-width:70px;max-width:70px;padding-left:3px;padding-right:3px}.catalog-table .price-col{width:108px;min-width:108px;max-width:108px}.catalog-table input[type=checkbox]{width:15px;height:15px;min-height:15px;padding:0}.catalog-table input:not([type=checkbox]):not([type=radio]),.catalog-table select{box-sizing:border-box;height:30px;min-height:30px;padding:2px 7px}.catalog-table select{min-width:82px;font-size:10px}.catalog-table .material-code-button,.catalog-table .material-name-button{box-sizing:border-box;height:30px;min-height:30px}.catalog-money{text-align:right;width:100px;height:30px;min-height:30px;padding:2px 7px;font-weight:700}.catalog-text-input{min-width:190px;height:30px;min-height:30px;padding:2px 7px}.catalog-group-input{width:110px;height:30px;min-height:30px;padding:2px 7px}.catalog-number-input{text-align:right;width:74px;height:30px;min-height:30px;padding:2px 7px}.catalog-note-input{width:140px;min-width:140px;max-width:140px;height:30px;min-height:30px;padding:2px 6px;font-size:12px}.linked-price{color:#1d4ed8;white-space:nowrap;font-weight:900}.material-page-card{overflow:hidden}.material-page-head{gap:15px}.material-type-tabs{background:#eaf0f7;border-radius:10px;gap:6px;padding:4px;display:flex}.material-type-tabs button{color:#52677e;background:0 0;border:0;border-radius:8px;padding:9px 14px;font-size:11px;font-weight:900}.material-type-tabs button.active{color:#1d4ed8;background:#fff;box-shadow:0 2px 8px #0f172a1a}.material-page-summary{border-bottom:1px solid var(--line);background:#fbfdff;grid-template-columns:repeat(4,1fr);gap:9px;padding:13px 15px;display:grid}.material-page-summary>div{border:1px solid var(--line);background:#fff;border-radius:10px;gap:4px;padding:10px 12px;display:grid}.material-page-summary span{color:var(--muted);text-transform:uppercase;font-size:9px;font-weight:800}.material-page-summary strong{color:#233b56;font-size:12px}.material-table-wrap{max-height:66vh;overflow:auto}.material-table{min-width:1080px}.material-table th,.material-table td{padding:6px 7px}.material-table input[type=checkbox]{width:16px;height:16px}.material-purchase-column,.material-purchase-cell{width:100px;min-width:100px;max-width:100px}.material-unit-column,.material-unit-cell{width:76px;min-width:76px;max-width:76px}.material-note-column,.material-note-cell{width:150px;min-width:150px;max-width:150px}.material-price-input{display:block}.material-price-input input{box-sizing:border-box;text-align:right;width:88px;min-width:88px;max-width:88px;height:30px;min-height:30px;padding:2px 6px;font-size:13px;font-weight:800}.material-unit-value{color:#334155;white-space:nowrap;align-items:center;min-height:32px;font-size:13px;font-weight:700;display:inline-flex}.material-unit-readonly{cursor:not-allowed;color:#475569!important;background:#f8fafc!important}.material-note-input{box-sizing:border-box;width:140px;min-width:140px;max-width:140px;height:30px;min-height:30px;padding:2px 6px;font-size:12px}.material-date{color:#64748b;background:#f1f5f9;border-radius:999px;padding:3px 7px;font-size:9px;font-weight:800;display:inline-flex}.material-date.updated{color:#047857;background:#dcfce7}.material-code-button,.material-name-button{text-align:left;color:inherit;cursor:pointer;background:0 0;border:0;padding:0}.material-code-button{color:#1d4ed8;white-space:nowrap;font-size:10px;font-weight:900}.material-code-button:hover{text-decoration:underline}.material-name-button{align-items:center;gap:6px;display:flex}.material-name-button:hover strong{color:#1d4ed8}.material-role-list{vertical-align:middle;flex-wrap:wrap;gap:2px;margin-left:4px;display:inline-flex}.material-role-list small{color:#4338ca;background:#eef2ff;border-radius:999px;padding:2px 5px;font-size:8px;font-weight:800}.material-editor .modal-box{width:min(820px,96vw)}.material-editor .modal-head>div{gap:3px;display:grid}.material-editor .modal-head small{color:#64748b}.material-editor-section{border-top:1px solid var(--line);margin-top:16px;padding-top:14px}.material-editor-section>b{color:#0f172a;margin-bottom:8px;display:block}.material-option-grid{flex-wrap:wrap;gap:8px 16px;display:flex}.material-option-grid label{color:#334155;align-items:center;gap:6px;font-size:12px;font-weight:700;display:inline-flex}.material-option-grid input{width:16px;height:16px}.material-editor-note{margin-top:16px;display:grid}.material-editor-note span{margin-bottom:5px;font-weight:800}.customer-directory{overflow:hidden}.customer-directory-head{border-bottom:1px solid var(--line);background:#fff;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.customer-view-tabs{flex:none;gap:7px;display:flex}.customer-view-tabs button{color:#64748b;white-space:nowrap;background:0 0;border:0;border-radius:9px;min-width:142px;padding:10px 15px;font-size:11px;font-weight:900}.customer-view-tabs button.active{color:#1d4ed8;background:#eaf2ff}.customer-view-tabs b{background:#dbeafe;border-radius:999px;place-items:center;min-width:20px;height:20px;margin-left:4px;padding:0 5px;display:inline-grid}.customer-search{border:1px solid var(--line);color:#64748b;border-radius:9px;flex:360px;align-items:center;gap:8px;width:auto;min-width:280px;padding:0 10px;display:flex}.customer-search input{width:100%;box-shadow:none;border:0;padding:10px 0}.customer-directory-head>select{flex:0 190px;width:auto;min-width:150px}.customer-table{min-width:1050px}.customer-table th,.customer-table td{padding:10px 12px}.customer-code-link{color:#1d4ed8;cursor:pointer;background:0 0;border:0;padding:0;font-size:11px;font-weight:900}.customer-code-link:hover{text-decoration:underline}.customer-address{color:#94a3b8;margin-top:3px;font-size:9px;display:block}.customer-directory-foot{border-top:1px solid var(--line);color:#64748b;background:#f8fafc;padding:10px 15px;font-size:10px;font-weight:800}.customer-editor .modal-box{width:min(720px,96vw)}.customer-editor .modal-head>div{gap:3px;display:grid}.customer-editor .modal-head small{color:#64748b}.material-toolbar select{min-width:130px}.material-pagination{border-top:1px solid var(--line);color:#64748b;background:#f8fafc;justify-content:space-between;align-items:center;padding:9px 14px;font-size:11px;font-weight:800;display:flex}.material-pagination>div,.material-pagination label{align-items:center;gap:7px;display:flex}.material-pagination select{padding:5px 7px}.material-advanced{border:1px solid var(--line);background:#f8fafc;border-radius:12px;margin-top:16px}.material-advanced summary{cursor:pointer;justify-content:space-between;align-items:center;padding:12px 14px;list-style:none;display:flex}.material-advanced summary::-webkit-details-marker{display:none}.material-advanced summary span{gap:2px;display:grid}.material-advanced summary small,.material-advanced summary em{color:#64748b;font-size:10px;font-style:normal}.material-advanced-body{padding:0 14px 14px}.material-editor-section.first{border-top:1px solid var(--line);margin-top:0;padding-top:12px}.material-page-foot{border-top:1px solid var(--line);background:#f8fafc;justify-content:space-between;align-items:center;gap:15px;padding:13px 15px;display:flex}.material-page-foot>div{gap:3px;display:grid}.material-page-foot b{color:#233b56;font-size:10px}.material-page-foot span{color:var(--muted);font-size:9px}.material-toolbar input{min-width:230px}.material-mirror-badge.checking{color:#1d4ed8;background:#eff6ff}.material-mirror-badge.matched{color:#047857;background:#dcfce7}.material-mirror-badge.mismatch{color:#c2410c;background:#fff7ed}.material-mirror-badge.error,.material-mirror-badge.fallback{color:#dc2626;background:#fef2f2}.print-reference-page{grid-column:1/-1;overflow:hidden}.print-reference-head{align-items:flex-start}.print-reference-head>div:first-child{gap:3px;display:grid}.print-reference-head small{color:var(--muted)}.print-reference-summary{border-bottom:1px solid var(--line);background:#fbfdff;grid-template-columns:repeat(3,1fr);gap:9px;padding:12px 15px;display:grid}.print-reference-summary>div{border:1px solid var(--line);background:#fff;border-radius:9px;gap:3px;padding:9px 11px;display:grid}.print-reference-summary span{color:var(--muted);text-transform:uppercase;font-size:9px;font-weight:800}.print-reference-summary strong{color:#233b56;font-size:11px}.print-reference-tabs{margin:12px 15px}.print-reference-table th,.print-reference-table td{padding:7px}.print-reference-table input:not([type=checkbox]),.print-reference-table select{min-width:135px;padding:7px;font-size:10px}.print-reference-table .reference-code-input{color:#1d4ed8;min-width:115px;font-weight:900}.print-reference-table input:disabled{color:#475569;background:#f1f5f9}.print-reference-table input[type=checkbox]{width:16px;height:16px}.reference-change-list{gap:6px;margin-top:12px;display:grid}.reference-change-list>div{border:1px solid var(--line);border-radius:8px;justify-content:space-between;padding:8px 10px;display:flex}.reference-change-list span{color:var(--muted);font-size:10px}.print-reference-table-modes{table-layout:fixed;width:100%;min-width:1274px}.print-reference-table-modes.print-reference-table-has-actions{min-width:1327px}.print-reference-table-modes th:first-child{white-space:nowrap;width:104px}.print-reference-table-modes th:nth-child(2){width:170px}.print-reference-table-modes th:nth-child(3){width:272px}.print-reference-table-modes th:nth-child(4){width:190px}.print-reference-table-modes th:nth-child(5){width:105px}.print-reference-table-modes th:nth-child(6){width:135px}.print-reference-table-modes th:nth-child(7){width:150px}.print-reference-table-modes th:nth-child(8){width:125px}.print-reference-table-modes th:nth-child(9){width:53px}.print-reference-table-modes input:not([type=checkbox]),.print-reference-table-modes select{box-sizing:border-box;width:100%;min-width:0}.print-reference-table-modes .reference-code-input,.print-reference-table-modes .reference-amount-input{width:100%;min-width:0}.print-reference-table-modes td:nth-child(3) input{font-size:12px}.print-reference-table-modes td:nth-child(4) small,.mode-final-price small{white-space:normal;margin-top:4px;line-height:1.35;display:block}.print-reference-table-modes td:nth-child(8) .btn{white-space:nowrap;width:100%;padding-left:6px;padding-right:6px}.print-reference-table-modes th:first-child,.print-reference-table-modes td:first-child,.print-reference-table-modes th:nth-child(9),.print-reference-table-modes td:nth-child(9){text-align:center}.mode-final-price{display:block}.mode-final-price b{color:var(--color-brand-700);font-size:12px}.mode-final-price small{color:var(--muted);font-size:9px}.sticker-param-grid{grid-template-columns:repeat(4,1fr)}.tier-editor{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px;display:grid}.tier-row{border:1px solid var(--line);background:#f8fafc;border-radius:10px;grid-template-columns:auto 1fr 1.4fr;align-items:end;gap:9px;padding:10px;display:grid}.tier-row>strong{color:#1e3a8a;align-self:center;font-size:11px}.tier-row .field{grid-column:auto}.dashboard-title{justify-content:space-between;align-items:center;gap:18px;margin-bottom:16px;display:flex}.dashboard-title h1{margin:4px 0 3px;font-size:28px}.dashboard-title p{color:var(--muted);margin:0;font-size:11px}.dashboard-filter{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.range-tabs{border:1px solid var(--line);background:#fff;border-radius:10px;flex-wrap:wrap;gap:5px;padding:4px;display:flex}.range-tabs button,.metric-switch button{color:#64748b;background:0 0;border:0;border-radius:7px;padding:7px 10px;font-size:10px;font-weight:900}.range-tabs button.active,.metric-switch button.active{color:#fff;background:#1d4ed8;box-shadow:0 3px 8px #1d4ed82e}.custom-range{color:#64748b;align-items:center;gap:7px;font-size:10px;display:flex}.custom-range input{padding:7px 8px}.dashboard-kpis{grid-template-columns:1.35fr repeat(3,1fr);gap:12px;margin-bottom:14px;display:grid}.dashboard-kpi{border:1px solid var(--line);background:#fff;border-radius:13px;gap:7px;padding:16px;display:grid;box-shadow:0 5px 16px #0f172a0a}.dashboard-kpi.revenue{color:#fff;background:linear-gradient(135deg,#123a73,#1d4ed8);border-color:#1d4ed8}.dashboard-kpi span{color:#64748b;font-size:12px;font-weight:800}.dashboard-kpi.revenue span,.dashboard-kpi.revenue small{color:#dbeafe}.dashboard-kpi small{color:#94a3b8;font-size:11px}.dashboard-kpi small.up{color:#bbf7d0}.dashboard-kpi small.down{color:#fecaca}.dashboard-main-grid{grid-template-columns:minmax(0,1fr) 290px;align-items:start;gap:14px;display:grid}.dashboard-left{gap:14px;min-width:0;display:grid}.dashboard-chart-card .card-head>div{gap:3px;display:grid}.dashboard-chart-card .card-head small,.activity-card .card-head small{color:var(--muted);font-size:11px}.dashboard-chart-card .card-head>strong{color:#1d4ed8;font-size:18px}.module-bars{gap:14px;display:grid}.module-bars>div>div:first-child{justify-content:space-between;gap:12px;margin-bottom:6px;font-size:12px;display:flex}.module-bars b{color:#334155}.bar-track{background:#eaf0f7;border-radius:999px;height:9px;overflow:hidden}.bar-track i{border-radius:inherit;background:linear-gradient(90deg,#1d4ed8,#38bdf8);min-width:0;height:100%;transition:width .25s;display:block}.dashboard-ranking-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.metric-switch{background:#eef2f7;border-radius:8px;padding:3px;display:flex}.ranking-list{display:grid}.ranking-list>div:not(.empty){border-bottom:1px solid #edf2f7;grid-template-columns:26px minmax(0,1fr) auto;align-items:center;gap:9px;padding:10px 14px;display:grid}.ranking-list>div:last-child{border-bottom:0}.ranking-list em{color:#1d4ed8;background:#eaf2ff;border-radius:7px;place-items:center;width:23px;height:23px;font-size:11px;font-style:normal;font-weight:900;display:grid}.ranking-list span{gap:3px;min-width:0;display:grid}.ranking-list span b{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.ranking-list span small{color:var(--muted);font-size:10px}.ranking-list>div>strong{color:#1d4ed8;white-space:nowrap;font-size:12px}.recent-quotes-card table{min-width:720px}.status-pill{color:#64748b;background:#f1f5f9;border-radius:999px;padding:4px 7px;font-size:10px;font-weight:900;display:inline-flex}.status-pill.confirmed{color:#047857;background:#dcfce7}.activity-card{position:sticky;top:78px;overflow:hidden}.activity-list{display:grid}.activity-list>div:not(.empty){border-bottom:1px solid #edf2f7;grid-template-columns:31px 1fr;gap:9px;padding:12px 14px;display:grid}.activity-list>div:last-child{border-bottom:0}.activity-list i{color:#1d4ed8;background:#eaf2ff;border-radius:9px;place-items:center;width:29px;height:29px;display:grid}.activity-list span{gap:3px;display:grid}.activity-list b{font-size:11px}.activity-list p{color:#475569;margin:0;font-size:11px;line-height:1.45}.activity-list small{color:#94a3b8;font-size:10px}.searchable-select{position:relative}.searchable-select-input{color:#64748b;background:#fff;border:1px solid #cbd5e1;border-radius:9px;align-items:center;gap:8px;height:39px;padding:0 7px 0 10px;display:flex}.searchable-select-input:focus-within{border-color:#60a5fa;box-shadow:0 0 0 3px #3b82f61a}.searchable-select-input input{width:100%;box-shadow:none;background:0 0;border:0;padding:0}.searchable-toggle{color:#64748b;background:0 0;border:0;border-radius:7px;flex:none;place-items:center;width:28px;height:28px;transition:transform .15s,background .15s;display:grid}.searchable-toggle:hover{color:#1d4ed8;background:#eff6ff}.searchable-toggle.open{transform:rotate(180deg)}.searchable-options{z-index:40;border:1px solid var(--line);background:#fff;border-radius:10px;max-height:310px;padding:5px;position:absolute;top:calc(100% + 5px);left:0;right:0;overflow:auto;box-shadow:0 16px 38px #0f172a2e}.searchable-options button{color:#334155;text-align:left;background:#fff;border:0;border-radius:7px;justify-content:space-between;align-items:center;gap:10px;width:100%;padding:9px 10px;font-size:12px;font-weight:700;display:flex}.searchable-options button:hover,.searchable-options button.highlighted{color:#334155;background:#f8fafc}.searchable-options button.selected{color:#1d4ed8;background:#eff6ff}.searchable-empty{color:#94a3b8;text-align:center;padding:14px;font-size:11px}.saved-toolbar{grid-template-columns:minmax(320px,1fr) repeat(3,150px);gap:8px;margin-bottom:10px;padding:10px;display:grid}.saved-search{border:1px solid var(--line);border-radius:var(--radius-sm);color:#64748b;background:#fff;align-items:center;gap:7px;padding:0 9px;display:flex}.saved-search input{width:100%;box-shadow:none;border:0;padding:7px 0}.saved-toolbar select{min-width:0;min-height:34px;padding:6px 8px}.saved-orders-card{overflow:hidden}.saved-orders-table{max-height:60vh}.saved-orders-table table{min-width:1030px}.saved-orders-table tbody tr:hover,.saved-orders-table tbody tr.selected{background:#eff6ff}.saved-orders-table td{padding:8px 9px}.saved-orders-table td small{color:#94a3b8;font-size:var(--type-caption);margin-top:2px;display:block}.order-code-link{color:#1d4ed8;min-height:0;font-size:var(--type-caption);cursor:pointer;background:0 0;border:0;padding:0;font-weight:900}.order-code-link:hover{text-decoration:underline}.saved-expand-column{width:34px}.saved-expand-cell{text-align:center!important}.saved-expand-button{border-radius:var(--radius-sm);color:#64748b;width:24px;height:24px;min-height:24px;transition:transform var(--motion-fast),background var(--motion-fast),color var(--motion-fast);background:0 0;border:0;font-size:22px;line-height:1}.saved-expand-button:hover{color:#1d4ed8;background:#dbeafe}.saved-expand-button.open{color:#1d4ed8;transform:rotate(90deg)}.saved-orders-table tr.expanded td{border-bottom-color:#bfdbfe}.saved-expanded-row{background:#f8fbff;cursor:default!important}.saved-expanded-row:hover{background:#f8fbff!important}.saved-expanded-row>td{white-space:normal;text-align:left;padding:0 14px 12px 48px!important}.saved-inline-detail{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;border:1px solid #cbdff8;padding:12px;position:relative}.saved-inline-overview{grid-template-columns:repeat(4,1fr);gap:0;margin-bottom:10px;display:grid}.saved-inline-overview section{border-right:1px solid var(--line);align-content:start;gap:5px;padding:0 13px;display:grid}.saved-inline-overview section:first-child{padding-left:0}.saved-inline-overview section:last-child{border-right:0;padding-right:0}.saved-inline-overview section>b{color:#1f334a;font-size:var(--type-secondary);margin-bottom:2px}.saved-inline-overview section>span{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.saved-inline-overview small{color:#64748b;font-size:var(--type-caption)}.saved-inline-overview strong{color:#334155;font-size:var(--type-secondary);text-align:right}.saved-inline-total{color:#1d4ed8!important;font-size:var(--type-subtitle)!important}.saved-inline-products{border:1px solid var(--line);border-radius:var(--radius-md);overflow:hidden}.saved-inline-product-head{border-bottom:1px solid var(--line);background:#f8fafc;justify-content:space-between;gap:12px;padding:8px 10px;display:flex}.saved-inline-product-head span{color:#64748b;font-size:var(--type-caption)}.saved-inline-product{border-bottom:1px solid #edf2f7;grid-template-columns:25px minmax(0,1fr) auto;align-items:center;gap:9px;padding:8px 10px;display:grid}.saved-inline-product:last-child{border-bottom:0}.saved-inline-product em{color:#1d4ed8;width:23px;height:23px;font-size:var(--type-caption);background:#eaf2ff;border-radius:7px;place-items:center;font-style:normal;font-weight:900;display:grid}.saved-inline-product>span{gap:2px;display:grid}.saved-inline-product small{color:#64748b;font-size:var(--type-caption)}.saved-inline-product>span .product-note-value{color:#dc2626!important}.saved-inline-product>b{color:#1d4ed8;white-space:nowrap}.saved-collapse-button{color:#1d4ed8;min-height:0;font-size:var(--type-secondary);background:0 0;border:0;margin:10px auto 0;font-weight:900;display:block}.saved-collapse-button:hover{text-decoration:underline}.saved-detail-back{color:#2563eb;min-height:0;font-size:var(--type-secondary);cursor:pointer;background:0 0;border:0;padding:0;font-weight:800}.saved-detail-layout{grid-template-columns:minmax(0,1fr) 280px;gap:12px;display:grid}.saved-detail-main,.saved-detail-side{align-content:start;gap:12px;display:grid}.saved-detail-card{overflow:hidden}.saved-detail-card .card-head{font-size:var(--type-secondary);padding:10px 12px}.saved-detail-customer{grid-template-columns:minmax(0,1fr) 235px;gap:16px;padding:12px;display:grid}.saved-detail-customer>div:first-child{align-content:start;gap:5px;display:grid}.saved-detail-customer>div:first-child strong{color:#1d4ed8;font-size:var(--type-subtitle)}.saved-detail-customer>div:first-child span{color:#64748b;font-size:var(--type-secondary)}.saved-detail-payment{background:#f5faff;border:1px solid #cbdff8;gap:4px;padding:8px 10px;display:grid}.saved-detail-payment span,.saved-detail-total span,.saved-detail-total>strong{justify-content:space-between;gap:12px;display:flex}.saved-detail-payment small,.saved-detail-meta small{color:#64748b;font-size:var(--type-caption)}.saved-detail-payment b{color:#334155;font-size:var(--type-secondary)}.saved-detail-payment span:first-child b,.saved-detail-payment span:last-child b{color:#1d4ed8}.saved-detail-product-heading{justify-content:space-between;gap:12px;display:flex}.saved-detail-product-heading small{color:#64748b;font-size:var(--type-caption);font-weight:700}.saved-detail-products-table td{padding:8px 10px}.saved-detail-products-table td small{color:#64748b;font-size:var(--type-caption);margin-top:2px;display:block}.saved-detail-total{border-top:1px solid var(--line);color:#64748b;font-size:var(--type-secondary);justify-content:end;gap:5px;padding:10px 12px;display:grid}.saved-detail-total span b{color:#334155;text-align:right;min-width:120px}.saved-detail-total>strong{color:#1d4ed8;font-size:var(--type-subtitle);margin-top:2px}.saved-detail-total>strong b{text-align:right;min-width:120px}.saved-detail-meta{display:grid}.saved-detail-meta span{border-bottom:1px solid #edf2f7;justify-content:space-between;gap:12px;padding:8px 12px;display:flex}.saved-detail-meta span:last-child{border-bottom:0}.saved-detail-meta b{color:#334155;font-size:var(--type-secondary);text-align:right}.saved-detail-note{color:#64748b;font-size:var(--type-secondary);margin:0;padding:12px;line-height:1.5}.saved-detail-customer-link,.saved-detail-customer-contact{color:#1d4ed8;width:max-content;min-height:0;font:800 var(--type-subtitle)/1.3 var(--font-sans);text-align:left;cursor:pointer;background:0 0;border:0;padding:0}.saved-detail-customer-contact{font-size:var(--type-secondary);font-weight:700}.saved-detail-customer-link:hover,.saved-detail-customer-contact:hover{text-decoration:underline}.customer-detail-layout{grid-template-columns:minmax(0,1fr) 280px;gap:12px;display:grid}.customer-detail-main,.customer-detail-side{align-content:start;gap:12px;display:grid}.customer-detail-fields{grid-template-columns:1fr 1fr;gap:0 20px;padding:4px 12px;display:grid}.customer-detail-fields>span{border-bottom:1px solid #edf2f7;gap:4px;padding:9px 0;display:grid}.customer-detail-fields .wide{grid-column:1/-1}.customer-detail-fields small,.customer-detail-side-fields small,.customer-purchase-summary small{color:#64748b;font-size:var(--type-caption)}.customer-detail-fields b,.customer-detail-side-fields b{color:#334155;font-size:var(--type-secondary)}.customer-purchase-summary{padding:3px 12px;display:grid}.customer-purchase-summary span{border-bottom:1px solid #edf2f7;justify-content:space-between;align-items:baseline;gap:10px;padding:9px 0;display:flex}.customer-purchase-summary span:last-child{border-bottom:0}.customer-purchase-summary b{color:#1d4ed8;font-size:var(--type-secondary);text-align:right}.customer-detail-side-fields{padding:3px 12px;display:grid}.customer-detail-side-fields span{border-bottom:1px solid #edf2f7;gap:4px;padding:9px 0;display:grid}.customer-detail-side-fields span:last-child{border-bottom:0}.customer-history-table td{padding:8px 10px}.customer-history-table td strong{white-space:nowrap}.revision-badge{color:#6d28d9;background:#ede9fe;border-radius:999px;margin:4px 0 0 7px;padding:2px 7px;font-weight:800;display:inline-flex}.saved-revision-action{justify-content:flex-end;margin-top:14px;display:flex}.revision-modal{max-width:560px}.warning-note{color:#92400e;background:#fffbeb;border:1px solid #fbbf24;border-radius:10px;padding:12px;line-height:1.5}.revision-reason-field{gap:7px;margin-top:16px;display:grid}.revision-reason-field span{font-weight:800}.revision-reason-field span b{color:#dc2626}.revision-reason-field textarea{resize:vertical;min-height:120px}.revision-reason-field small{text-align:right;color:#64748b}.error-box{color:#b91c1c;background:#fef2f2;border-radius:8px;margin-top:12px;padding:10px 12px}@media (width<=1000px){.module-grid,.feature-grid,.saved-layout{grid-template-columns:1fr}.hero{flex-direction:column;align-items:flex-start}.hero h1{font-size:28px}.admin-grid{grid-template-columns:1fr}}@media (width<=1100px){.dashboard-main-grid{grid-template-columns:1fr}.activity-card{position:static}.dashboard-kpis{grid-template-columns:1fr 1fr}}@media (width<=1000px){.discount-grid,.panel-metrics,.sticker-param-grid,.tier-editor,.demo-grid{grid-template-columns:repeat(2,1fr)}.parameter-split{grid-template-columns:1fr}}@media (width<=780px){.quote-chip{display:none}.page-title{flex-direction:column}.source-pill{white-space:normal}.hero{padding:23px}.hero h1{font-size:26px}.kpis{grid-template-columns:1fr 1fr}.discount-grid,.discount-admin-grid,.sticker-param-grid,.panel-preview{grid-template-columns:1fr}.panel-sheet{max-width:220px}.tier-editor{grid-template-columns:1fr}.tier-row{grid-template-columns:1fr 1fr}.tier-row>strong{grid-column:1/-1}.demo-head{flex-direction:column;align-items:flex-start}.parameter-tabs{grid-template-columns:1fr;display:grid}.demo-module-summary,.demo-grid,.demo-grid.compact{grid-template-columns:1fr}.parameter-section summary{align-items:flex-start}.demo-row-list>div{grid-template-columns:minmax(100px,1fr) 90px 62px}.suggestion-table>div{grid-template-columns:1fr 1fr 55px}.demo-catalog-callout{flex-direction:column;align-items:flex-start}.parameter-main-tabs{grid-template-columns:1fr 1fr;display:grid}.parameter-main-tabs button:last-child{grid-column:span 2}.catalog-toolbar{flex-direction:column;align-items:stretch}.catalog-toolbar>input{max-width:none}.catalog-switch{grid-template-columns:1fr;display:grid}.catalog-panel-head{align-items:flex-start}.catalog-table-wrap{max-height:390px}.material-page-head,.material-page-foot{flex-direction:column;align-items:stretch}.material-type-tabs{grid-template-columns:1fr;display:grid}.material-toolbar{align-items:stretch}.material-toolbar input,.material-toolbar select{width:100%;min-width:0}.material-page-summary{grid-template-columns:1fr 1fr}.material-table-wrap{max-height:60vh}.material-pagination{flex-direction:column;align-items:stretch;gap:8px}.material-pagination>div{flex-wrap:wrap}.customer-directory-head{flex-direction:column;align-items:stretch}.customer-view-tabs{grid-template-columns:repeat(2,minmax(142px,1fr));padding-bottom:2px;display:grid;overflow-x:auto}.customer-view-tabs button{min-width:142px}.customer-search{flex:0 auto;width:auto;min-width:0}.customer-directory-head>select{flex:auto;width:100%;min-width:0}.customer-table-wrap{max-height:65vh}.dashboard-title,.dashboard-filter{flex-direction:column;align-items:stretch}.range-tabs{grid-template-columns:repeat(3,1fr);display:grid}.custom-range{grid-template-columns:1fr auto 1fr;display:grid}.dashboard-kpis,.dashboard-ranking-grid{grid-template-columns:1fr}.dashboard-kpi strong{font-size:20px}}@media (width<=1100px){.saved-toolbar{grid-template-columns:1fr 1fr}.saved-search{grid-column:1/-1}}@media (width>=781px) and (width<=1100px){.material-toolbar{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;width:100%;display:grid}.material-toolbar input,.material-toolbar select{width:100%;min-width:0}.material-toolbar .btn{justify-content:center;width:100%}}@media (width<=700px){.saved-toolbar{grid-template-columns:1fr}.saved-search{grid-column:auto}.order-detail-panel .card-head{flex-direction:column;align-items:flex-start}}@media (width<=900px){.compact-customer-row{flex-direction:column;align-items:stretch}.compact-pricing-fields{grid-template-columns:1fr 1fr;width:100%}.new-customer-inline{grid-template-columns:1fr 1fr}.new-customer-inline .btn{grid-column:span 2}.selected-customer-detail{grid-template-columns:1fr}}.auth-loading,.login-page{background:radial-gradient(circle at 15% 15%,#2068b22e,#0000 34%),linear-gradient(135deg,#f4f8fc 0%,#eaf1f8 100%);place-items:center;min-height:100vh;display:grid}.auth-loading{color:#38506a;align-content:center;gap:14px}.loading-logo-shell{background:#fff;border:1px solid #dbe5ef;border-radius:16px;width:230px;padding:10px 13px;box-shadow:0 18px 42px #203b5924}.loading-logo-shell img{width:100%;height:auto;display:block}.login-card{background:#fffffff5;border:1px solid #dbe5ef;border-radius:22px;width:min(440px,100vw - 32px);padding:34px;box-shadow:0 24px 70px #203b5929}.login-brand{gap:11px;margin-bottom:28px;display:grid}.login-company-logo{width:min(290px,100%);height:auto;display:block}.login-product{border-top:1px solid #e4ebf2;align-items:baseline;gap:9px;padding-top:11px;display:flex}.login-brand h1{margin:0;font-size:22px}.login-brand p{color:#718399;margin:2px 0 0;font-size:12px}.login-copy h2{color:#172b40;margin:8px 0;font-size:28px}.login-copy p{color:#64778b;margin:0;line-height:1.55}.login-kicker{color:#1769aa;letter-spacing:.12em;font-size:11px;font-weight:800}.login-form{gap:18px;margin-top:28px;display:grid}.login-form label{color:#31485f;gap:7px;font-size:13px;font-weight:700;display:grid}.login-form input{height:46px}.login-submit{width:100%;min-height:46px;margin-top:2px}.login-error{color:#a63731;background:#fff1f0;border:1px solid #f3c7c4;border-radius:9px;padding:11px 13px;font-size:13px}.login-help{color:#8190a0;text-align:center;margin:22px 0 0;font-size:11px;line-height:1.5}.signed-user{align-items:center;gap:9px;display:flex}.signed-user>div:last-child{display:grid}.signed-user strong{text-overflow:ellipsis;white-space:nowrap;max-width:150px;font-size:14px;overflow:hidden}.signed-user small{color:#73859a;font-size:12px}.product-note-label{color:#dc2626;font-weight:900}.product-note-value{font-size:13px;color:#dc2626!important;font-weight:900!important}.nav button,input,select,textarea,.btn{font-size:14px}.brand h1{font-size:18px}.brand p,.sidebar-foot{font-size:12px}.topbar h2{font-size:21px}.topbar small{font-size:12px}.card-head h3{font-size:17px}.section-title,.mini h4,label,.compact-customer-picker>label,.demo-field>span,.demo-row-list span{font-size:14px}.summary-row,.total-box span,.param-list>div,.panel-copy strong,.panel-metrics strong,.demo-module-summary strong,.parameter-section summary b,.catalog-panel-head b,.material-page-summary strong,.material-option-grid label{font-size:13px}.hint,.alert,.status,.info-note,.quick-card p,.module-card span,.feature-grid p,.source-list small,.discount-admin-grid small,.panel-copy span,.panel-copy small,.parameter-section summary small,.demo-catalog-callout>div,.linked-data-note,.recommendation-banner,.advanced-warning,.route-demo span,.catalog-panel-head span,.material-page-summary span,.material-page-foot span,.customer-address,.customer-directory-foot,.saved-orders-table td small,.order-detail-panel .card-head small,.review-head small,.review-head span,.review-items p,.review-items small{font-size:12px}.badge,.status-pill,.route,.source-pill,.material-date,.material-role-list small{font-size:11px}.customer-suggestions small,.selected-customer-main span,.selected-customer-detail span,.selected-customer-detail small,.suggestion-section-label,.suggestion-empty{font-size:12px}.selected-customer-detail strong,.customer-code-link,.material-code-button,.order-code-link{font-size:13px}.parameter-main-tabs button,.material-type-tabs button,.customer-view-tabs button,.catalog-switch button,.range-tabs button,.metric-switch button,.custom-range,.demo-field em,.demo-row-list em,.suggestion-table>div,.route-demo b,.material-advanced summary small,.material-advanced summary em,.material-page-foot b{font-size:12px}.demo-row-list span,.suggestion-table>div,.catalog-table select{font-size:13px}.quick-card h3{font-size:17px}.kpi span{font-size:13px}.kpi strong{font-size:21px}.dashboard-title h1{font-size:30px}.dashboard-kpi span{font-size:14px}.dashboard-kpi strong{font-size:26px}.dashboard-kpi small{font-size:13px}.dashboard-chart-card .card-head small,.activity-card .card-head small{font-size:12px}.module-bars>div>div:first-child,.ranking-list span b,.ranking-list>div>strong{font-size:13px}.ranking-list span small{font-size:12px}.activity-list b,.activity-list p{font-size:13px}.activity-list small{font-size:12px}.product-note-label,.product-note-value{font-size:14px}@media (width<=1100px){.current-order-contact-grid,.current-order-bottom-grid,.current-order-layout{grid-template-columns:1fr}.order-payment-card{position:static}}@media (width<=900px){.order-customer-strip .selected-customer-card{grid-template-columns:1fr}.order-customer-strip .selected-customer-profile{border-right:0}.order-customer-strip .selected-customer-main{border-right:0;border-bottom:1px solid var(--line)}.order-customer-strip .selected-customer-detail{grid-template-columns:1fr;padding:10px;display:grid}.order-customer-strip .selected-customer-detail>div:first-child{border-top:0;padding:0 0 10px}.order-customer-strip .selected-customer-stats{grid-area:auto;margin:0}.discount-grid,.customer-profile-summary{grid-template-columns:repeat(2,1fr)}.saved-inline-overview{grid-template-columns:1fr;gap:14px}.saved-inline-overview section,.saved-inline-overview section:first-child,.saved-inline-overview section:last-child{border-right:0;border-bottom:1px solid var(--line);padding:0 0 14px}.saved-inline-overview section:last-child{border-bottom:0;padding-bottom:0}.saved-expanded-row>td{padding-left:12px!important;padding-right:12px!important}}@media (width<=560px){.order-page-actions{justify-content:stretch;width:100%}.order-page-actions .btn{flex:1;justify-content:center}.discount-grid,.additional-charge-grid,.customer-profile-summary,.customer-profile-fields{grid-template-columns:1fr}.customer-profile-fields .wide{grid-column:auto}.payment-method-row{grid-template-columns:1fr 1fr 28px}}.list-pagination{border-top:1px solid var(--line);color:#334155;background:#fff;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;min-height:62px;padding:10px 16px;display:grid}.list-pagination>label{align-items:center;gap:9px;margin:0;font-size:14px;font-weight:500;display:flex}.list-pagination select{width:auto;min-width:74px;padding:7px 28px 7px 10px}.list-pagination>span{white-space:nowrap;font-size:14px}.pagination-pages{justify-content:flex-end;align-items:center;gap:3px;display:flex}.pagination-pages button,.pagination-pages em{color:#334155;background:0 0;border:0;border-radius:50%;place-items:center;width:34px;height:34px;font-size:14px;font-style:normal;display:grid}.pagination-pages button:hover:not(:disabled){color:#1d4ed8;background:#eff6ff}.pagination-pages button.active{color:#fff;background:#168af3}.pagination-pages button:disabled{color:#cbd5e1;cursor:not-allowed}.pagination-pages em{width:28px}.production-cursor-pagination>label{gap:5px}.production-cursor-pagination>label small{color:var(--muted);font-weight:700}.production-load-note{color:#9a3412;background:#fff7ed;border:1px solid #fdba74;border-radius:9px;margin:-2px 0 12px;padding:9px 12px;font-size:11px;font-weight:800}.saved-check-column{width:42px}.saved-check-cell{text-align:center!important}.saved-check-column input,.saved-check-cell input{accent-color:#168af3;width:17px;height:17px}.saved-check-cell input:disabled{opacity:.35;cursor:not-allowed}.saved-bulk-actions{color:#475569;background:#eff6ff;border-bottom:1px solid #bfdbfe;align-items:center;gap:12px;min-height:54px;padding:9px 16px;display:flex}.saved-bulk-actions span{margin-right:auto}.status-pill.cancelled{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}@media (width<=900px){.list-pagination{grid-template-columns:1fr;justify-items:center;gap:10px}.pagination-pages{flex-wrap:wrap;justify-content:center}.saved-bulk-actions{flex-direction:column;align-items:stretch}.saved-bulk-actions span{margin-right:0}}@media (width<=760px){.signed-user>div:last-child{display:none}.login-card{padding:26px 22px}}.reference-amount-input{text-align:right;min-width:120px}.mode-material-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:55vh;display:grid;overflow:auto}.mode-material-grid>label{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:9px;align-items:flex-start;gap:9px;padding:9px 10px;display:flex}.mode-material-grid input{accent-color:#168af3;width:17px;height:17px;margin-top:2px}.mode-material-grid span{gap:2px;display:grid}.mode-material-grid b{color:#1d4ed8;font-size:11px}.mode-material-grid small{color:#475569;font-size:11px}.print-reference-table{min-width:980px}@media (width<=760px){.mode-material-grid{grid-template-columns:1fr}}.publish-version-strip{background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;grid-template-columns:auto auto 1fr;align-items:center;gap:10px;margin-top:10px;padding:11px 13px;display:grid}.publish-version-strip span{color:#64748b;font-size:11px;font-weight:800}.publish-version-strip strong{color:#1d4ed8;font-size:12px}.publish-version-strip small{color:#64748b;justify-self:end;font-size:10px}.publish-review{background:#fff;border:1px solid #93c5fd;border-radius:12px;gap:12px;margin-top:12px;padding:15px;display:grid;box-shadow:0 8px 24px #2563eb14}.publish-review-head{justify-content:space-between;align-items:flex-start;gap:15px;display:flex}.publish-review-head h4{margin:0 0 4px;font-size:15px}.publish-review-head p{color:#64748b;margin:0;font-size:11px}.publish-check-ok,.publish-check-error{border-radius:999px;padding:6px 10px;font-size:10px;font-weight:900}.publish-check-ok{color:#15803d;background:#dcfce7}.publish-check-error{color:#b91c1c;background:#fee2e2}.publish-errors,.publish-warnings{border-radius:9px;gap:5px;padding:10px 12px;font-size:11px;display:grid}.publish-errors{color:#b91c1c;background:#fef2f2}.publish-warnings{color:#c2410c;background:#fff7ed}.publish-change-summary{background:#f8fafc;border-radius:9px;justify-content:space-between;align-items:center;gap:12px;padding:9px 11px;display:flex}.publish-change-summary b{font-size:12px}.publish-change-summary span{color:#64748b;font-size:10px}.publish-change-list{border:1px solid var(--line);border-radius:9px;max-height:300px;overflow:auto}.publish-change{border-bottom:1px solid var(--line);grid-template-columns:minmax(210px,1fr) 80px minmax(230px,auto);align-items:center;gap:10px;padding:9px 11px;display:grid}.publish-change:last-child{border-bottom:0}.publish-change>span:first-child{gap:2px;display:grid}.publish-change small{color:#64748b;font-size:9px}.publish-change em{color:#475569;background:#e2e8f0;border-radius:999px;justify-self:start;padding:4px 7px;font-size:9px;font-style:normal;font-weight:900}.publish-change.increased em,.publish-change.enabled em,.publish-change.added em{color:#15803d;background:#dcfce7}.publish-change.decreased em,.publish-change.disabled em,.publish-change.removed em{color:#b91c1c;background:#fee2e2}.publish-price-change{color:#475569;justify-content:flex-end;align-items:center;gap:8px;font-size:10px;font-weight:800;display:flex}.publish-price-change b{color:#1d4ed8}.publish-review-actions{justify-content:flex-end;gap:8px;display:flex}.publish-review-modal{width:min(940px,96vw);padding:16px}.publish-review-modal .publish-review{box-shadow:none;margin-top:0}.version-history-panel{border:1px solid var(--line);background:#f8fafc;border-radius:12px;gap:12px;margin-top:12px;padding:15px;display:grid}.version-history-head{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.version-history-head h4{margin:0 0 4px;font-size:15px}.version-history-head p{color:#64748b;margin:0;font-size:11px}.version-history-head>b{color:#475569;background:#e2e8f0;border-radius:999px;padding:5px 8px;font-size:10px}.version-history-layout{grid-template-columns:minmax(310px,.9fr) minmax(340px,1.1fr);gap:12px;display:grid}.version-history-list{border:1px solid var(--line);background:#fff;border-radius:10px;max-height:330px;overflow:auto}.version-history-list>button{border:0;border-bottom:1px solid var(--line);text-align:left;cursor:pointer;background:#fff;justify-content:space-between;align-items:center;gap:10px;width:100%;padding:11px;display:flex}.version-history-list>button:last-child{border-bottom:0}.version-history-list>button:hover,.version-history-list>button.selected{background:#eff6ff}.version-history-list>button>span{gap:3px;display:grid}.version-history-list>button>span:last-child{text-align:right}.version-history-list b{color:#1d4ed8;font-size:11px}.version-history-list small{color:#64748b;font-size:9px}.version-history-list em{color:#475569;font-size:9px;font-style:normal;font-weight:900}.version-history-detail{border:1px solid var(--line);background:#fff;border-radius:10px;align-content:start;gap:12px;min-height:190px;padding:13px;display:grid}.version-empty{color:#94a3b8;text-align:center;align-self:center;font-size:11px}.version-detail-title{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.version-detail-title>span{gap:3px;display:grid}.version-detail-title b{font-size:12px}.version-detail-title small{color:#64748b;font-size:9px}.version-detail-title em{color:#1d4ed8;background:#dbeafe;border-radius:999px;padding:5px 8px;font-size:9px;font-style:normal;font-weight:900}.version-diff-summary{grid-template-columns:repeat(4,1fr);gap:7px;display:grid}.version-diff-summary span{color:#64748b;background:#f8fafc;border-radius:8px;justify-content:space-between;align-items:center;padding:8px;font-size:10px;display:flex}.version-diff-summary b{color:#1e293b}.version-restore-note{color:#9a3412;background:#fff7ed;border-radius:8px;padding:10px;font-size:10px;line-height:1.5}.version-history-detail .btn{justify-self:start}.settings-change-list{border:1px solid var(--line);border-radius:9px;max-height:260px;overflow:auto}.settings-change-list>div{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:9px 11px;font-size:10px;display:flex}.settings-change-list>div:last-child{border-bottom:0}.settings-change-list b{color:#334155}.settings-change-list span{color:#1d4ed8;font-weight:800}body{font-size:var(--type-body);line-height:1.5}button,input,select,textarea,.btn,.btn.sm,.nav button{font-size:var(--type-body)}.nav-submenu button{font-size:var(--type-secondary)}.page-title h1{font-size:var(--type-page-title)}.page-title p,.dashboard-title p{font-size:var(--type-secondary)}.card-head h3,.publish-review-head h4,.version-history-head h4{font-size:var(--type-subtitle)}small,[class] small{font-size:var(--type-secondary)}label,.compact-customer-picker>label,table{font-size:var(--type-body)}.badge,.status-pill,.route,.source-pill,.material-date,.avatar,.nav button em,.eyebrow,.ranking-list em,.demo-module-summary span,.catalog-panel-head em{font-size:var(--type-caption)}.selected-customer-main strong,.selected-customer-detail strong,.selected-customer-stats strong{font-size:var(--type-body)}.selected-customer-main span,.selected-customer-detail span,.selected-customer-detail small,.selected-customer-stats small,.order-supplement-body .field label,.order-products-card .card-head small,.order-lines-table td small{font-size:var(--type-secondary)}.payment-summary span,.payment-summary strong,.payment-received-head b,.payment-method-row select,.payment-method-row input,.add-payment-button{font-size:var(--type-body)}.hint,.alert,.status,.info-note,.source-list small,.param-list>div,.review-head small,.review-head span,.review-items p,.review-items small,.saved-orders-table td small,.order-detail-panel .card-head small,.saved-inline-overview small,.saved-inline-product small,.customer-address,.customer-directory-foot,.parameter-main-tabs button,.parameter-section summary b,.parameter-section summary small,.material-type-tabs button,.customer-view-tabs button,.catalog-switch button,.range-tabs button,.metric-switch button,.custom-range,.demo-field>span,.demo-field em,.demo-row-list span,.demo-row-list em,.suggestion-table>div,.catalog-table select,.material-advanced summary small,.material-advanced summary em,.material-page-foot b,.material-page-foot span,.print-reference-table input:not([type=checkbox]),.print-reference-table select,.mode-material-grid b,.mode-material-grid small,.publish-version-strip span,.publish-version-strip strong,.publish-version-strip small,.publish-review-head p,.publish-check-ok,.publish-check-error,.publish-errors,.publish-warnings,.publish-change-summary b,.publish-change-summary span,.publish-change small,.publish-change em,.publish-price-change,.version-history-head p,.version-history-head>b,.version-history-list b,.version-history-list small,.version-history-list em,.version-empty,.version-detail-title b,.version-detail-title small,.version-detail-title em,.version-diff-summary span,.version-restore-note,.settings-change-list>div{font-size:var(--type-secondary)}.customer-strip .selected-customer-card{grid-template-columns:minmax(0,1fr) minmax(260px,.52fr);align-items:stretch;gap:0;display:grid}.customer-strip .selected-customer-profile{border-right:1px solid var(--line);min-width:0}.customer-strip .selected-customer-main{border-right:0;border-bottom:1px solid var(--line)}.customer-strip .selected-customer-detail{grid-template-columns:1fr;gap:0;padding:10px;display:grid}.customer-strip .selected-customer-detail>div:first-child{border-top:0;padding:0}.customer-strip .selected-customer-card>.selected-customer-stats{border-color:#cbd5e1;grid-area:1/2;grid-template-columns:1fr;align-content:center;gap:0;margin:10px;display:grid}.customer-strip .selected-customer-stats>span{border-bottom:1px solid #edf2f7;justify-content:space-between;align-items:center;gap:14px;padding:8px 3px;display:flex}.customer-strip .selected-customer-stats>span:last-child{border-bottom:0}.customer-strip .selected-customer-stats strong{white-space:nowrap}.material-import-preview{gap:10px;margin-top:12px;display:grid}.material-import-summary{grid-template-columns:repeat(3,1fr);gap:9px;display:grid}.material-import-summary>span{border:1px solid var(--line);background:#f8fafc;border-radius:9px;gap:4px;padding:11px;display:grid}.material-import-summary small{color:#64748b}.material-import-summary strong{color:#1d4ed8;font-size:var(--type-subtitle)}@media (width<=720px){.customer-strip .selected-customer-card{grid-template-columns:1fr}.customer-strip .selected-customer-profile{border-right:0}.customer-strip .selected-customer-card>.selected-customer-stats{grid-area:auto}.material-import-summary{grid-template-columns:1fr}}.order-print-modal{z-index:120}.order-print-modal-box{width:min(1120px,96vw);max-height:96vh}.order-print-controls>div:first-child{gap:3px;display:grid}.order-print-title{color:var(--text);align-items:center;gap:8px;display:flex}.order-print-title .signerp-icon{color:var(--blue)}.order-print-controls small{color:var(--muted);font-size:var(--type-secondary)}.order-print-actions{flex-wrap:wrap;align-items:end;gap:8px;display:flex}.order-print-actions label{gap:3px;margin:0;font-size:10px;display:grid}.order-print-actions select{width:auto;min-width:112px;padding:6px 8px;font-size:12px}.order-print-canvas{background:#dfe4eb;max-height:calc(96vh - 82px);padding:24px;overflow:auto}.order-print-sheet{color:#111;background:#fff;width:794px;min-height:561px;margin:auto;padding:18px 24px 16px;font-family:Arial,Helvetica,sans-serif;font-size:11px;line-height:1.35;box-shadow:0 5px 18px #0f172a38}.order-print-sheet.a4-portrait{width:595px;min-height:842px;padding:27px 31px}.order-print-header{border-bottom:1.5px solid #111;justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:8px;display:flex}.order-print-company{align-items:center;gap:9px;min-width:0;display:flex}.order-print-company img{object-fit:contain;width:54px;height:35px}.order-print-company>div{gap:2px;display:grid}.order-print-company strong{letter-spacing:.01em;font-size:10px}.order-print-company small,.order-print-document small{color:#333;font-size:9px}.order-print-document{text-align:right;justify-items:end;gap:1px;display:grid}.order-print-document h1{letter-spacing:.02em;margin:0;font-size:16px}.order-print-document>b{font-size:11px}.order-print-code{justify-items:end;gap:0;display:grid}.order-print-code small{font-weight:700}.order-print-customer{border-bottom:1px solid #777;flex-wrap:wrap;align-items:baseline;gap:3px 18px;margin:8px 0;padding:5px 0;display:flex}.order-print-customer span{align-items:baseline;gap:5px;display:flex}.order-print-customer small{color:#333;font-size:8.5px;font-weight:800}.order-print-customer b{font-size:10.5px}.order-print-address{color:#333;flex-basis:100%;font-size:9px}.order-print-table{border-collapse:collapse;width:100%;font-size:10px}.order-print-table th{color:#111;text-align:left;background:#f1f1f1;border-top:1.5px solid #111;border-bottom:1.5px solid #111;padding:6px 7px;font-size:8.5px;position:static}.order-print-table th:first-child,.order-print-table td:first-child{text-align:center;width:31px}.order-print-table th:last-child,.order-print-table td:last-child{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums;width:105px}.order-print-table td{vertical-align:top;text-align:left;white-space:normal;border-bottom:1px solid #777;padding:7px}.order-print-table td b{display:block}.order-print-table td small{color:#333;margin-top:2px;font-size:9px;display:block}.order-print-bottom{grid-template-columns:minmax(0,1fr) 220px;gap:18px;margin-top:10px;display:grid}.order-print-note{border-top:1px solid #111;padding-top:7px;font-size:9px}.order-print-note p{color:#222;margin:3px 0 0;line-height:1.45}.order-print-payment{border-top:1.5px dashed #111;border-bottom:1px solid #111;padding:5px 0}.order-print-payment>div{font-variant-numeric:tabular-nums;justify-content:space-between;gap:10px;padding:3px 2px;display:flex}.order-print-payment .order-print-must-pay{padding-top:5px;font-size:12px;font-weight:900}.order-print-payment .order-print-balance{border-top:1px solid #777;margin-top:3px;padding-top:6px;font-size:11px;font-weight:900}.order-print-words{border:1px solid #111;margin-top:6px;padding:6px 8px;font-size:9px}.order-print-signatures{text-align:center;grid-template-columns:repeat(2,1fr);gap:36px;margin-top:15px;display:grid}.order-print-signatures span{gap:2px;display:grid}.order-print-signatures b{text-transform:uppercase;margin-bottom:27px;font-size:10px}.order-print-signatures small{color:#333;font-size:9px}.order-print-sheet.a4-portrait .order-print-customer{gap:4px 12px}.order-print-sheet.a4-portrait .order-print-bottom{grid-template-columns:1fr;gap:10px}.order-print-sheet.a4-portrait .order-print-payment{justify-self:end;width:250px}.configuration-groups{gap:16px;display:grid}.configuration-group{overflow:hidden}.configuration-group .card-head{font-size:var(--type-title);font-weight:800}.configuration-grid{grid-template-columns:repeat(auto-fit,minmax(225px,1fr));gap:12px;padding:16px;display:grid}.configuration-tile{color:#1f2937;text-align:left;background:#f5faff;border:1px solid #dbeafe;border-radius:10px;align-items:flex-start;gap:12px;min-height:116px;padding:14px;display:flex}.configuration-tile:hover{background:#eff6ff;border-color:#93c5fd}.configuration-tile>.signerp-icon{color:#1683f7;margin-top:2px}.configuration-tile>span{gap:5px;display:grid}.configuration-tile b{font-size:var(--type-subtitle)}.configuration-tile small{color:#64748b;font-size:var(--type-body);line-height:1.5}.web-appearance-card{max-width:720px}.web-appearance-option{justify-content:space-between;align-items:center;gap:24px;margin:0;padding:16px;display:flex}.web-appearance-option span{gap:4px;display:grid}.web-appearance-option small{color:var(--muted)}.web-appearance-option input{width:20px;height:20px;accent-color:var(--blue)}.configuration-nav-button{margin-top:12px}.order-print-sheet,.order-print-sheet button,.order-print-sheet input,.order-print-sheet select{font-family:Aptos,Aptos Display,Arial,sans-serif}.order-print-sheet b,.order-print-sheet strong,.order-print-sheet th,.order-print-sheet h1{font-family:Aptos,Aptos Display,Arial,sans-serif;font-weight:700}.consultation-staff-card{max-width:980px}.consultation-staff-card td small{color:var(--muted);margin-top:3px;display:block}.consultation-staff-steps{gap:10px;margin:0;padding:4px 20px 0;line-height:1.55;display:grid}.consultation-staff-note,.consultation-staff-error{color:var(--muted);margin:16px 0 0;line-height:1.5}.consultation-staff-error{color:#b42318}.staff-admin-page{gap:var(--space-4);display:grid}.staff-admin-page .page-title{margin-bottom:0}.staff-admin-header-actions{justify-content:flex-end;gap:var(--space-2);flex-wrap:wrap;display:flex}.staff-admin-alert{margin:0}.staff-admin-alert.success{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.staff-admin-alert.error{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.staff-admin-layout{align-items:start;gap:var(--space-4);grid-template-columns:minmax(270px,.8fr) minmax(0,1.4fr);display:grid}.staff-admin-directory,.staff-admin-detail{min-width:0;overflow:hidden}.staff-admin-toolbar{gap:var(--space-2);padding:var(--space-4);border-bottom:1px solid var(--color-border);grid-template-columns:minmax(0,1fr) auto;display:grid}.staff-admin-toolbar select{width:auto;min-width:126px}.staff-admin-search{min-width:0;padding:0 var(--space-2);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);color:var(--color-text-muted);align-items:center;display:flex}.staff-admin-search:focus-within{border-color:var(--color-brand-600);box-shadow:0 0 0 3px var(--color-focus-ring)}.staff-admin-search input{width:100%;min-width:0;box-shadow:none;background:0 0;border:0;outline:0}.staff-admin-list{max-height:650px;overflow:auto}.staff-admin-person{align-items:center;gap:var(--space-3);width:100%;padding:var(--space-3) var(--space-4);border:0;border-bottom:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);text-align:left;grid-template-columns:42px minmax(0,1fr) auto;display:grid}.staff-admin-person:hover{background:var(--color-surface-subtle)}.staff-admin-person.selected{background:var(--color-brand-50);box-shadow:inset 3px 0 var(--color-brand-600)}.staff-admin-avatar{border-radius:var(--radius-md);background:var(--color-brand-50);width:42px;height:42px;color:var(--color-brand-700);place-items:center;font-weight:800;display:grid}.staff-admin-avatar.large{width:48px;height:48px;font-size:var(--type-subtitle)}.staff-admin-person-copy{gap:2px;min-width:0;display:grid}.staff-admin-person-copy b,.staff-admin-person-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.staff-admin-person-copy small{color:var(--color-text-muted);font-size:var(--type-caption)}.staff-admin-person .badge{white-space:nowrap}.staff-admin-count{padding:var(--space-3) var(--space-4);border-top:1px solid var(--color-border);color:var(--color-text-muted);font-size:var(--type-caption)}.staff-admin-empty{padding:var(--space-6);color:var(--color-text-muted);text-align:center}.staff-admin-detail-head{align-items:center;gap:var(--space-3);padding:var(--space-5);border-bottom:1px solid var(--color-border);display:flex}.staff-admin-detail-head h2{font-size:var(--type-title);margin:0}.staff-admin-detail-head p{color:var(--color-text-muted);margin:2px 0 0}.staff-admin-tabs{gap:var(--space-5);padding:0 var(--space-5);border-bottom:1px solid var(--color-border);display:flex;overflow:auto}.staff-admin-tabs button{min-height:44px;color:var(--color-text-muted);white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;padding:10px 0;font-weight:700}.staff-admin-tabs button[aria-selected=true]{border-bottom-color:var(--color-brand-600);color:var(--color-brand-600)}.staff-admin-panel{padding:var(--space-5)}.staff-admin-fields{gap:var(--space-4);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.staff-admin-fields .field{grid-column:auto;display:block}.staff-admin-fields .field.staff-admin-field-wide{grid-column:1/-1}.staff-admin-fields input,.staff-admin-fields select{width:100%;min-width:0}.staff-admin-section{margin-top:var(--space-5)}.staff-admin-section h3{margin:0 0 var(--space-3);font-size:var(--type-secondary);letter-spacing:.035em;text-transform:uppercase}.staff-admin-choice{align-items:flex-start;gap:var(--space-3);margin-top:var(--space-2);padding:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);display:flex}.staff-admin-choice>input{width:18px;height:18px;accent-color:var(--color-brand-600);flex:none;margin:2px 0}.staff-admin-choice>span{gap:3px;display:grid}.staff-admin-choice small{color:var(--color-text-muted);font-size:var(--type-secondary);line-height:1.45}.staff-admin-note{margin:var(--space-3) 0 0;color:var(--color-text-muted);font-size:var(--type-secondary)}.staff-admin-savebar{justify-content:flex-end;align-items:center;gap:var(--space-2);padding:var(--space-4) var(--space-5);border-top:1px solid var(--color-border);display:flex}.staff-admin-savebar>span{color:var(--color-text-muted);font-size:var(--type-secondary);margin-right:auto}.staff-admin-account-action{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-4) 0;border-bottom:1px solid var(--color-border);display:flex}.staff-admin-account-action:first-child{padding-top:0}.staff-admin-account-action:last-child{border-bottom:0}.staff-admin-account-action>div{gap:3px;display:grid}.staff-admin-account-action small{color:var(--color-text-muted);font-size:var(--type-secondary)}.staff-admin-account-action .staff-admin-action-hint{color:var(--color-warning)}.staff-admin-history{gap:var(--space-4);margin:0;padding-left:20px;display:grid}.staff-admin-history li{padding-left:var(--space-1)}.staff-admin-history small{color:var(--color-text-muted);font-size:var(--type-caption);margin-top:3px;display:block}.staff-admin-history-empty{color:var(--color-text-muted)}.staff-admin-dialog{width:min(680px,96vw)}.staff-admin-dialog .modal-head small{color:var(--color-text-muted);margin-top:3px;font-weight:400;display:block}.staff-admin-dialog .modal-body>.field{display:block}.staff-admin-dialog .modal-body>.field input{width:100%}@media (width<=900px){.staff-admin-layout{grid-template-columns:1fr}.staff-admin-list{max-height:360px}}@media (width<=620px){.staff-admin-header-actions,.staff-admin-toolbar,.staff-admin-fields{grid-template-columns:1fr}.staff-admin-header-actions{width:100%;display:grid}.staff-admin-toolbar select{width:100%}.staff-admin-person{grid-template-columns:40px minmax(0,1fr)}.staff-admin-person>.badge{grid-column:2;justify-self:start}.staff-admin-fields .field.staff-admin-field-wide{grid-column:auto}.staff-admin-account-action{flex-direction:column;align-items:flex-start}.staff-admin-account-action .btn{width:100%}.staff-admin-savebar{flex-wrap:wrap;align-items:stretch}.staff-admin-savebar>span{flex-basis:100%;margin-right:0}.staff-admin-savebar .btn{flex:120px}}.theme-toggle{border:1px solid var(--line);background:var(--card);min-height:36px;color:var(--text);border-radius:10px;align-items:center;gap:7px;padding:0 10px;font-size:18px;line-height:1;display:inline-flex}.theme-toggle-label{font-size:var(--type-secondary);font-weight:700}.theme-option-list{gap:10px;padding:14px;display:grid}.theme-option{border:1px solid var(--line);background:var(--card);cursor:pointer;border-radius:12px;align-items:flex-start;gap:11px;margin:0;padding:12px;display:flex}.theme-option input{width:18px;height:18px;min-height:18px;accent-color:var(--blue);margin:2px 0 0}.theme-option span{gap:3px;display:grid}.theme-option small{color:var(--muted);line-height:1.45}.theme-option.selected{border-color:var(--blue);box-shadow:0 0 0 2px #2563eb29}.theme-option.dark{color:#eff8f0;background:#0e1714;border-color:#30453b}.theme-option.dark small{color:#a8b8ae}.theme-option.dark.selected{border-color:#a3e635;box-shadow:0 0 0 2px #a3e63538}.price-list-tabs{border-bottom:1px solid var(--line);align-items:end;gap:4px;margin:-4px 0 16px;display:flex}.price-list-tabs button{min-height:40px;color:var(--muted);background:0 0;border:0;border-bottom:2px solid #0000;align-items:center;gap:7px;padding:8px 13px;font-weight:700;display:flex}.price-list-tabs button small{color:#64748b;min-width:23px;height:19px;font-size:var(--type-caption);background:#eef2f7;border-radius:10px;place-items:center;padding:0 6px;display:inline-grid}.price-list-tabs button[aria-selected=true]{color:var(--blue);border-bottom-color:var(--blue)}.price-list-tabs button[aria-selected=true] small{color:#1d4ed8;background:#dbeafe}.price-list-card{overflow:hidden}.price-list-toolbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.price-list-toolbar>div{gap:3px;display:grid}.price-list-toolbar small{color:var(--muted);max-width:680px;line-height:1.45}.price-list-search{border:1px solid var(--line);border-radius:var(--radius-input);color:#64748b;background:#fff;align-items:center;width:min(330px,100%);min-height:38px;padding:0 10px;display:flex}.price-list-search:focus-within{border-color:#60a5fa;box-shadow:0 0 0 3px #3b82f61f}.price-list-search input{background:0 0;border:0;outline:0;width:100%;min-height:36px;padding:7px 8px}.price-list-summary{border-bottom:1px solid var(--line);color:#64748b;font-size:var(--type-secondary);background:#f8fafc;justify-content:space-between;align-items:center;gap:12px;padding:8px 16px;display:flex}.price-list-summary b{color:#334155}.price-list-summary small{font-size:var(--type-caption)}.price-list-table{table-layout:auto;width:100%;min-width:760px}.price-list-table .table-index-column{width:44px}.price-list-table .price-list-material-column{width:auto}.price-list-table .price-list-machine-column{width:23%}.price-list-table .price-list-finish-column{width:19%}.price-list-table .price-list-group-column{width:18%}.price-list-table .price-list-route-column{width:15%}.price-list-table .price-list-thickness-column,.price-list-table .price-list-money-column{width:1%}.price-list-table th{z-index:1;white-space:nowrap;top:0}.price-list-table th,.price-list-table td{padding:8px 12px}.price-list-table th:first-child,.price-list-table td:first-child{text-align:center;white-space:nowrap;width:44px;min-width:44px;max-width:44px;padding-left:4px;padding-right:4px}.price-list-table tbody tr:hover td{background:#f5f9ff}.price-list-primary{color:#1f2937;font-weight:750}.price-list-money{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums;font-weight:800}.price-list-table .center{text-align:center;white-space:nowrap}.price-list-empty{text-align:center;color:var(--muted);padding:36px 16px!important}.price-list-empty .signerp-icon{margin:0 auto 7px;display:block}.price-list-empty b,.price-list-empty small{display:block}.price-list-empty b{color:#334155}.price-list-empty small{font-size:var(--type-caption);margin-top:3px}@media (width<=720px){.price-list-tabs{overflow-x:auto}.price-list-tabs button{white-space:nowrap}.price-list-toolbar{align-items:stretch;display:grid}.price-list-search{width:100%}.price-list-summary{align-items:flex-start}.price-list-summary small{text-align:right}}.price-list-table th.left,.price-list-table td.left{text-align:left}.price-list-table th.center,.price-list-table td.center{text-align:center;white-space:nowrap}.price-list-table th.right,.price-list-table td.right{text-align:right}.production-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0 0 16px;display:grid}.production-summary .card{gap:5px;padding:14px 16px;display:grid}.production-summary small,.production-toolbar small,.production-table td small{color:var(--muted);font-size:var(--type-caption)}.production-summary strong{color:#1d4ed8;font-variant-numeric:tabular-nums;font-size:25px}.production-card{overflow:hidden}.production-toolbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:end;gap:18px;padding:14px 16px;display:flex}.production-toolbar h3{margin:0 0 4px;font-size:15px}.production-toolbar small{max-width:650px;line-height:1.45;display:block}.production-filters{flex:0 470px;align-items:end;gap:8px;display:flex}.production-filters label{color:#64748b;text-transform:uppercase;letter-spacing:.03em;gap:4px;min-width:145px;margin:0;font-size:10px;font-weight:800;display:grid}.production-filters .production-search{flex:1}.production-table{max-height:60vh}.production-table td{padding:9px 10px}.production-table td small{margin-top:3px;display:block}.production-table .badge{white-space:nowrap}@media (width<=900px){.production-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.production-toolbar{align-items:stretch;display:grid}.production-filters{max-width:none}}@media (width<=560px){.production-summary{grid-template-columns:1fr}.production-filters{grid-template-columns:1fr;display:grid}.production-filters label{min-width:0}}.production-control-card{justify-content:space-between;align-items:end;gap:16px;margin-bottom:16px;padding:14px 16px;display:flex}.production-period{gap:10px;display:grid}.production-period-tabs{border:1px solid var(--line);background:#f8fafc;border-radius:10px;gap:3px;padding:3px;display:flex}.production-period-tabs button{min-width:62px;color:var(--muted);font-size:var(--type-secondary);background:0 0;border:0;border-radius:7px;padding:7px 10px;font-weight:800}.production-period-tabs button.active{color:var(--blue);box-shadow:var(--shadow-sm);background:#fff}.production-period-nav{align-items:center;gap:7px;display:flex}.production-period-nav button{border:1px solid var(--line);color:#334155;background:#fff;border-radius:8px;width:31px;height:31px;font-size:20px;line-height:1}.production-period-nav strong{color:#1f334a;min-width:215px;font-size:var(--type-secondary);text-transform:capitalize}.production-period-nav input{color:#0000;background:0 0;border:0;width:38px;min-height:31px;padding:2px}.production-control-card .production-filters{flex:1;max-width:610px}.production-control-card .production-search{min-width:260px}.production-breakdown{margin-bottom:16px;overflow:hidden}.production-breakdown .card-head{padding:12px 16px}.production-breakdown small,.production-table-head small{color:var(--muted);font-size:var(--type-caption);margin-top:3px;display:block}.production-table-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.production-table-head h3{margin:0;font-size:15px}.production-table table{min-width:1050px}.production-table th,.production-table td{vertical-align:middle;padding:7px 8px}.production-table th:first-child{min-width:185px}.production-table th:nth-child(4){min-width:125px}.production-table th:nth-child(5){min-width:138px}.production-table th:nth-child(6){min-width:175px}@media (width<=1050px){.production-control-card{grid-template-columns:minmax(0,1fr);align-items:stretch;display:grid}.production-control-card .production-filters{width:100%;max-width:none}}@media (width<=560px){.production-period-nav strong{flex:1;min-width:0}.production-period-nav input{display:none}.production-control-card .production-search{min-width:0}}.file-transfer-note{color:var(--muted);font-size:var(--type-caption);margin-top:4px;display:block}.file-transfer-table table{min-width:1120px}.file-transfer-table th:first-child{min-width:220px}.file-transfer-table th:nth-child(2){min-width:130px}.file-transfer-table th:nth-child(3),.file-transfer-table th:nth-child(4),.file-transfer-table th:nth-child(5),.file-transfer-table th:nth-child(6){min-width:145px}.file-transfer-table th:nth-child(7){min-width:130px}.agent-status-card{margin-bottom:16px;overflow:hidden}.agent-status-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:13px 16px;display:flex}.agent-status-head h3{margin:0;font-size:15px}.agent-status-head small,.agent-status-item small{color:var(--muted);font-size:var(--type-caption);margin-top:3px;display:block}.agent-status-list{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.agent-status-item{border-right:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.agent-status-item:last-child{border-right:0}.agent-status-item b{font-size:var(--type-secondary);color:#1f334a}.agent-status-meta{text-align:right;justify-items:end;gap:5px;display:grid}@media (width<=1100px){.agent-status-list{grid-template-columns:repeat(2,minmax(0,1fr))}.agent-status-item:nth-child(2){border-right:0}.agent-status-item:nth-child(n+3){border-top:1px solid var(--line)}}@media (width<=560px){.agent-status-head{flex-direction:column;align-items:flex-start}.agent-status-list{grid-template-columns:1fr}.agent-status-item,.agent-status-item:nth-child(2){border-right:0;border-top:1px solid var(--line)}.agent-status-item:first-child{border-top:0}}@media (width<=1100px){.production-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.production-toolbar{align-items:stretch;display:grid}.production-filters{max-width:none}}.order-print-table{table-layout:fixed}.order-print-col-index{width:4%}.order-print-col-content{width:25%}.order-print-col-finish{width:14%}.order-print-col-unit{width:9%}.order-print-col-spec{width:21%}.order-print-col-quantity{width:8%}.order-print-col-amount{width:19%}.order-print-table th:first-child,.order-print-table td:first-child{text-align:center;white-space:nowrap;width:auto;min-width:0;padding-left:2px;padding-right:2px}.order-print-table th:nth-child(4),.order-print-table td:nth-child(4),.order-print-table th:nth-child(6),.order-print-table td:nth-child(6){text-align:center;white-space:nowrap}.order-print-company img{width:86px;height:56px}.order-print-words{text-align:right}.order-print-note{font-size:10px}.order-print-signatures b{margin-bottom:40px}.saved-detail-products-table{table-layout:auto;width:100%;min-width:0}.saved-detail-products-table .table-index-column{width:44px}.saved-detail-products-table .saved-detail-product-column{width:auto}.saved-detail-products-table .saved-detail-finish-column{width:16%}.saved-detail-products-table .saved-detail-unit-column,.saved-detail-products-table .saved-detail-quantity-column,.saved-detail-products-table .saved-detail-total-column{width:1%}.saved-detail-products-table .saved-detail-spec-column{width:20%}.saved-detail-products-table th:first-child,.saved-detail-products-table td:first-child{text-align:center;white-space:nowrap;width:44px;min-width:44px;max-width:44px;padding-left:4px;padding-right:4px}.saved-detail-products-table th:nth-child(4),.saved-detail-products-table td:nth-child(4),.saved-detail-products-table th:nth-child(6),.saved-detail-products-table td:nth-child(6){text-align:center}.saved-detail-products-table th:nth-child(4),.saved-detail-products-table td:nth-child(4),.saved-detail-products-table td:nth-child(6){white-space:nowrap}.saved-detail-products-table th:nth-child(6){white-space:normal;padding-left:4px;padding-right:4px;line-height:1.1}.saved-detail-products-table th:last-child,.saved-detail-products-table td:last-child{text-align:right;white-space:nowrap}.order-products-actions{justify-content:flex-end;align-items:flex-end;gap:9px;display:flex}.order-price-tier{gap:3px;display:grid}.order-price-tier span{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:800}.order-price-tier select{border:1px solid var(--line);color:#334155;background:#fff;border-radius:8px;min-width:140px;padding:7px 30px 7px 9px;font-size:12px;font-weight:700}@media print{@page{margin:8mm}html,body,#root{background:#fff!important;margin:0!important;padding:0!important}body *{visibility:hidden!important}.app,.main,.content{height:auto!important;min-height:0!important;margin:0!important;padding:0!important;display:block!important}.order-print-modal,.order-print-modal *{visibility:visible!important}.modal:not(.order-print-modal){display:none!important}.order-print-modal{background:#fff!important;padding:0!important;display:block!important;position:absolute!important;inset:0!important}.order-print-modal-box{width:auto!important;max-height:none!important;box-shadow:none!important;border-radius:0!important;overflow:visible!important}.order-print-controls{display:none!important}.order-print-canvas{background:#fff!important;max-height:none!important;padding:0!important;overflow:visible!important}.order-print-sheet{box-shadow:none!important;margin:0!important}.order-print-sheet.a5-landscape{width:194mm!important;min-height:132mm!important;padding:6mm 8mm!important}.order-print-sheet.a4-portrait{width:194mm!important;min-height:281mm!important;padding:10mm 11mm!important}.order-print-table tr,.order-print-bottom,.order-print-signatures{break-inside:avoid}.order-print-sheet.a5-landscape{min-height:0!important;padding:4mm 6mm!important;font-size:10.5px!important;line-height:1.15!important}.order-print-sheet.a5-landscape .order-print-header{border-bottom-width:1px;gap:12px;padding-bottom:4px}.order-print-sheet.a5-landscape .order-print-company{gap:6px}.order-print-sheet.a5-landscape .order-print-company img{width:67px;height:46px}.order-print-sheet.a5-landscape .order-print-company>div{gap:0}.order-print-sheet.a5-landscape .order-print-company strong{font-size:10px}.order-print-sheet.a5-landscape .order-print-company small,.order-print-sheet.a5-landscape .order-print-document small{font-size:8.8px}.order-print-sheet.a5-landscape .order-print-document{gap:0}.order-print-sheet.a5-landscape .order-print-document h1{font-size:14px}.order-print-sheet.a5-landscape .order-print-code b{font-size:10.5px}.order-print-sheet.a5-landscape .order-print-customer{border-bottom-width:1px;gap:1px 12px;margin:4px 0;padding:3px 0}.order-print-sheet.a5-landscape .order-print-customer small{font-size:8.7px}.order-print-sheet.a5-landscape .order-print-customer b{font-size:10px}.order-print-sheet.a5-landscape .order-print-address{font-size:9px}.order-print-sheet.a5-landscape .order-print-table{font-size:9.7px}.order-print-sheet.a5-landscape .order-print-table th{border-top-width:1px;border-bottom-width:1px;padding:3px 4px;font-size:8.6px}.order-print-sheet.a5-landscape .order-print-table th:first-child,.order-print-sheet.a5-landscape .order-print-table td:first-child{width:22px}.order-print-sheet.a5-landscape .order-print-table th:last-child,.order-print-sheet.a5-landscape .order-print-table td:last-child{width:78px}.order-print-sheet.a5-landscape .order-print-table th:nth-child(2),.order-print-sheet.a5-landscape .order-print-table td:nth-child(2){width:22%}.order-print-sheet.a5-landscape .order-print-table th:nth-child(3),.order-print-sheet.a5-landscape .order-print-table td:nth-child(3){width:13%}.order-print-sheet.a5-landscape .order-print-table th:nth-child(4),.order-print-sheet.a5-landscape .order-print-table td:nth-child(4){width:8%}.order-print-sheet.a5-landscape .order-print-table th:nth-child(5),.order-print-sheet.a5-landscape .order-print-table td:nth-child(5){width:21%}.order-print-sheet.a5-landscape .order-print-table th:nth-child(6),.order-print-sheet.a5-landscape .order-print-table td:nth-child(6){width:7%}.order-print-sheet.a5-landscape .order-print-table td{border-bottom-color:#999;padding:3px 4px}.order-print-sheet.a5-landscape .order-print-bottom{grid-template-columns:minmax(0,1fr) 170px;gap:12px;margin-top:5px}.order-print-sheet.a5-landscape .order-print-note{padding-top:4px;font-size:10px}.order-print-sheet.a5-landscape .order-print-note p{margin-top:2px;line-height:1.25}.order-print-sheet.a5-landscape .order-print-payment{border-top-width:1px;padding:2px 0}.order-print-sheet.a5-landscape .order-print-payment>div{gap:6px;padding:1.5px 1px;font-size:9.4px}.order-print-sheet.a5-landscape .order-print-payment .order-print-must-pay{padding-top:3px;font-size:11px}.order-print-sheet.a5-landscape .order-print-payment .order-print-balance{margin-top:1px;padding-top:3px;font-size:10.5px}.order-print-sheet.a5-landscape .order-print-words{text-align:right;margin-top:4px;padding:3px 5px;font-size:9px}.order-print-sheet.a5-landscape .order-print-signatures{gap:26px;margin-top:7px}.order-print-sheet.a5-landscape .order-print-signatures span{gap:1px}.order-print-sheet.a5-landscape .order-print-signatures b{margin-bottom:26px;font-size:9.5px}.order-print-sheet.a5-landscape .order-print-signatures small{font-size:8.5px}}.file-transfer-date-card{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:20px;padding:16px 20px;display:grid}.file-transfer-date-nav{white-space:nowrap;justify-content:flex-start;align-items:center;gap:8px;min-width:0;margin-right:2px;display:flex}.file-transfer-date-nav button{border:1px solid var(--line);color:#334155;background:#fff;border-radius:8px;flex:0 0 32px;width:32px;height:32px;font-size:20px;line-height:1}.file-transfer-date-nav button:disabled{opacity:.4;cursor:not-allowed}.file-transfer-date-nav strong{text-align:center;color:#1f334a;min-width:120px}.file-transfer-date-nav input{box-sizing:border-box;width:132px;min-width:132px;min-height:32px;padding:4px 6px}@media (width<=700px){.file-transfer-date-card{grid-template-columns:1fr;align-items:start;padding:14px 16px}.file-transfer-date-nav{flex-wrap:wrap;width:max-content;max-width:100%;margin-right:0}.file-transfer-date-nav strong{min-width:120px}.file-transfer-date-nav input{width:132px;min-width:132px}}.production-card .production-table table{min-width:980px}.production-card .production-table th,.production-card .production-table td{font-size:var(--type-secondary);padding:5px 7px;line-height:1.25}.production-card .production-table th{white-space:nowrap}.production-card .production-table th:first-child{min-width:170px}.production-card .production-table th:nth-child(4){min-width:112px}.production-card .production-table th:nth-child(5){min-width:124px}.production-card .production-table th:nth-child(6){min-width:150px}.production-card .production-table td b,.production-card .production-table td small{text-overflow:ellipsis;white-space:nowrap;max-width:240px;overflow:hidden}.production-card .production-table td small{font-size:var(--type-caption);margin-top:1px;line-height:1.1}.production-card .production-table td:nth-child(2),.production-card .production-table td:nth-child(3),.production-card .production-table td:nth-child(4),.production-card .production-table td:nth-child(5),.production-card .production-table td:nth-child(7){white-space:nowrap}.production-card .production-table .badge{font-size:var(--type-caption);padding:4px 7px}.production-card .production-table tr.nested-print-row td:first-child{border-left:3px solid #3b82f6}.production-card .production-table .nest-group-note{color:#2563eb;font-weight:800}.production-card .production-table tr.nested-print-row+tr.nested-print-row td{border-top-color:#dbeafe}.agent-status-card{margin-bottom:8px}.agent-status-head{padding:8px 12px}.agent-status-head small,.agent-status-item small{margin-top:2px;font-size:10px}.agent-status-list{min-height:0}.agent-status-item{gap:8px;padding:8px 12px}.agent-status-item b{font-size:12px}.agent-status-meta{gap:3px}.production-control-card{gap:10px;margin-bottom:8px;padding:8px 12px}.production-period{gap:6px}.production-period-tabs{padding:2px}.production-period-tabs button{min-width:56px;padding:5px 8px}.production-period-nav{gap:5px}.production-period-nav button{width:28px;height:28px}.production-period-nav strong{min-width:190px;font-size:12px}.production-filters{gap:6px}.production-filters label{gap:3px;font-size:9px}.production-filters input,.production-filters select{min-height:30px;padding:4px 7px;font-size:11px}.production-summary{gap:8px;margin-bottom:10px}.production-summary .card{gap:3px;padding:8px 12px}.production-summary strong{font-size:22px}.production-table .nest-parent-row td{background:#f8fafc;border-top:2px solid #dbeafe;font-weight:700}.production-table .nest-parent-row td:first-child{border-left:3px solid #2563eb}.production-table .nest-parent-row small{color:var(--muted)}.production-table .nest-child-row td{background:#fff}.production-table .nest-child-row td:first-child{border-left:3px solid #60a5fa;padding-left:28px}.production-table .nest-child-row:last-of-type td{border-bottom:1px solid #dbeafe}.decal-color-control{gap:8px;display:grid}.decal-color-preview{border:1px solid var(--border);background:var(--surface,#fff);border-radius:10px;align-items:center;gap:10px;min-height:54px;padding:8px 10px;display:flex}.decal-color-swatch{border:1px solid #94a3b8;border-radius:7px;flex:0 0 52px;width:52px;height:36px;box-shadow:inset 0 0 0 1px #ffffff73}.decal-color-preview span:last-child{min-width:0;display:grid}.decal-color-preview small{color:var(--muted);overflow-wrap:anywhere}.decal-cut-material-table .material-active-toggle{white-space:nowrap;color:#334155;align-items:center;gap:6px;font-size:11px;font-weight:800;display:inline-flex}.decal-cut-material-table td{vertical-align:middle}.decal-cut-material-table input:not([type=checkbox]){width:100%;min-width:120px;height:30px}.decal-material-color{align-items:center;gap:8px;display:flex}.decal-material-color i{border:1px solid #94a3b8;border-radius:6px;flex:0 0 24px;width:24px;height:24px;display:block}.decal-material-color span{gap:1px;display:grid}.decal-material-color small{color:var(--muted);font-size:10px}.frame-shared-material-table{min-width:1080px}.frame-shared-material-table td{vertical-align:middle}.frame-shared-material-table td:nth-child(6){min-width:150px}.frame-shared-material-table td:nth-child(6) input{width:100%;min-width:120px;height:30px}.frame-shared-material-table td small{color:var(--muted);margin-top:2px;font-size:10px;display:block}.consultation-page{gap:var(--space-4);display:grid}.consultation-page .page-title{margin-bottom:0}.consultation-summary{gap:var(--space-3);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.consultation-summary .card{gap:2px var(--space-3);padding:var(--space-4);grid-template-columns:1fr auto;display:grid}.consultation-summary span{color:var(--color-text-secondary);align-self:end;font-weight:750}.consultation-summary strong{color:var(--color-brand-600);font-variant-numeric:tabular-nums;grid-area:1/2/3;align-self:center;font-size:28px}.consultation-summary small{color:var(--color-text-muted)}.consultation-toolbar{align-items:end;gap:var(--space-3);padding:var(--space-3) var(--space-4);grid-template-columns:minmax(260px,1fr) minmax(160px,220px) minmax(220px,300px);display:grid}.consultation-toolbar label{gap:var(--space-1);margin:0;display:grid}.consultation-toolbar label>span{color:var(--color-text-muted);font-size:var(--type-caption);text-transform:uppercase;letter-spacing:.03em;font-weight:800}.consultation-toolbar :is(input,select){width:100%}.consultation-workspace{align-items:start;gap:var(--space-4);grid-template-columns:minmax(520px,.95fr) minmax(460px,1.05fr);display:grid}.consultation-queue,.consultation-detail{overflow:hidden}.consultation-queue>.card-head{padding:var(--space-3) var(--space-4)}.consultation-queue>.card-head h3{margin:0}.consultation-queue>.card-head small{color:var(--color-text-muted);margin-top:2px;display:block}.consultation-table{max-height:calc(100vh - 330px)}.consultation-table table{min-width:690px}.consultation-table th,.consultation-table td{padding:var(--space-2);vertical-align:middle}.consultation-table td small{color:var(--color-text-muted);margin-top:2px;display:block}.consultation-table tr.selected td{background:var(--soft)}.consultation-table tr.selected td:first-child{box-shadow:inset 3px 0 var(--color-brand-600)}.consultation-row-button{width:100%;min-height:0;color:inherit;text-align:left;background:0 0;border:0;padding:0;display:grid}.consultation-row-button b{color:var(--color-text)}.consultation-row-button>span{color:var(--color-text-secondary);margin-top:2px}.consultation-row-button:hover>span{color:var(--color-brand-600)}.consultation-request-meta{white-space:nowrap;align-items:center;gap:5px;min-width:0;max-width:100%;display:flex!important}.consultation-request-meta span{min-width:0}.consultation-request-meta span:last-child{text-overflow:ellipsis;overflow:hidden}.consultation-detail{top:var(--space-4);position:sticky}.consultation-detail-head{justify-content:space-between;align-items:flex-start;gap:var(--space-3);padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--color-border);display:flex}.consultation-detail-head>div>small{color:var(--color-brand-600);font-weight:800}.consultation-detail-head h2{font-size:var(--type-title);margin:3px 0}.consultation-detail-head p{color:var(--color-text-muted);font-size:var(--type-secondary);margin:0}.consultation-contact{border-bottom:1px solid var(--color-border);background:var(--color-surface-subtle);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.consultation-contact>div{padding:var(--space-3) var(--space-4);border-right:1px solid var(--color-border);gap:2px;display:grid}.consultation-contact>div:last-child{border-right:0}.consultation-contact span{color:var(--color-text-muted);font-size:var(--type-caption)}.consultation-contact b{overflow-wrap:anywhere;font-size:var(--type-secondary)}.consultation-section{gap:var(--space-3);padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--color-border);display:grid}.consultation-section>h3,.consultation-section-title h3{font-size:var(--type-subtitle);margin:0}.consultation-section-title{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.consultation-section-title small,.consultation-section>small{color:var(--color-text-muted);margin-top:2px;display:block}.consultation-fields{border:1px solid var(--color-border);border-radius:var(--radius-md);grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:0;display:grid;overflow:hidden}.consultation-fields>div{gap:var(--space-2);padding:var(--space-2) var(--space-3);border-bottom:1px solid var(--color-border);grid-template-columns:minmax(100px,.42fr) 1fr;display:grid}.consultation-fields>div:nth-last-child(-n+2){border-bottom:0}.consultation-fields>div:nth-child(odd){border-right:1px solid var(--color-border)}.consultation-fields dt{color:var(--color-text-muted);font-size:var(--type-secondary)}.consultation-fields dd{color:var(--color-text);font-size:var(--type-secondary);overflow-wrap:anywhere;margin:0;font-weight:700}.consultation-brief{padding:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-subtle);color:var(--color-text-secondary);white-space:pre-wrap;line-height:1.6}.consultation-section textarea{resize:vertical;width:100%}.consultation-history{gap:var(--space-2);margin:0;padding:0;list-style:none;display:grid}.consultation-history li{gap:var(--space-2);grid-template-columns:12px 1fr;display:grid}.consultation-history li>span{background:var(--color-brand-600);width:8px;height:8px;box-shadow:0 0 0 3px var(--soft);border-radius:50%;margin-top:5px}.consultation-history li div{display:grid}.consultation-history b{font-size:var(--type-secondary)}.consultation-history small{color:var(--color-text-muted)}.consultation-feedback{margin:var(--space-3) var(--space-5) 0;padding:var(--space-2) var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--soft);color:var(--color-brand-700);font-size:var(--type-secondary);font-weight:700}.consultation-actions{gap:var(--space-2);padding:var(--space-4) var(--space-5);flex-wrap:wrap;align-items:center;display:flex}.consultation-designer-select{min-width:170px}.consultation-action-guidance{margin:var(--space-3) var(--space-5) 0;padding:var(--space-2) var(--space-3);border-left:3px solid var(--color-brand-600);border-radius:var(--radius-sm);background:var(--color-surface-subtle);color:var(--color-text-secondary);font-size:var(--type-secondary);line-height:1.5}@media (width<=1180px){.consultation-workspace{grid-template-columns:1fr}.consultation-detail{position:static}.consultation-table{max-height:none}}@media (width<=780px){.consultation-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.consultation-toolbar{grid-template-columns:1fr 1fr}.consultation-toolbar label:first-child{grid-column:1/-1}.consultation-contact{grid-template-columns:repeat(2,minmax(0,1fr))}.consultation-contact>div:nth-child(2){border-right:0}.consultation-contact>div:nth-child(-n+2){border-bottom:1px solid var(--color-border)}.consultation-fields{grid-template-columns:1fr}.consultation-fields>div,.consultation-fields>div:nth-last-child(-n+2){border-right:0;border-bottom:1px solid var(--color-border)}.consultation-fields>div:last-child{border-bottom:0}}@media (width<=520px){.consultation-summary,.consultation-toolbar{grid-template-columns:1fr}.consultation-toolbar label:first-child{grid-column:auto}.consultation-contact{grid-template-columns:1fr}.consultation-contact>div,.consultation-contact>div:nth-child(2){border-right:0;border-bottom:1px solid var(--color-border)}.consultation-contact>div:last-child{border-bottom:0}.consultation-detail-head,.consultation-section-title{flex-direction:column;align-items:flex-start}.consultation-actions .btn,.consultation-designer-select{width:100%}}.customer-phone-error{color:var(--danger);grid-column:1/-1;font-size:10px;font-weight:700}.purchasing-demo-notice{align-items:center;gap:var(--space-3);margin:0 0 var(--space-4);padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);color:#854d0e;font-size:var(--type-secondary);background:#fffbeb;border:1px solid #fde68a;line-height:1.45;display:flex}.purchasing-demo-notice .badge{flex:none}.purchasing-list-card{overflow:hidden}.purchasing-toolbar{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--color-border);display:flex}.purchasing-toolbar>select{min-width:190px}.purchasing-search{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);flex:1;align-items:center;min-width:260px;padding:0 10px;display:flex}.purchasing-search .signerp-icon{color:var(--color-text-muted)}.purchasing-search input{width:100%;box-shadow:none;background:0 0;border:0}.purchasing-search input:focus{box-shadow:none}.purchasing-operational-notice{align-items:center;gap:var(--space-3);margin:0 0 var(--space-4);padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);color:#1e40af;font-size:var(--type-secondary);background:#eff6ff;border:1px solid #bfdbfe;line-height:1.45;display:flex}.purchasing-operational-notice .badge{flex:none}.purchasing-editor .purchasing-operational-notice{margin:0}.purchasing-alert{margin:0 0 var(--space-4)}.purchasing-table{min-width:900px}.purchasing-table th,.purchasing-table td{vertical-align:middle}.purchasing-table td small,.purchasing-material-name{color:var(--color-text-muted);font-size:var(--type-caption);margin-top:3px;display:block}.purchasing-code-link{color:var(--color-brand-600);text-underline-offset:2px;background:0 0;border:0;padding:0;font-weight:800;text-decoration:underline}.purchasing-code-link:hover{color:var(--color-brand-700)}.purchasing-modal-box{width:min(1100px,96vw)}.purchasing-editor .modal-body{gap:var(--space-4);display:grid}.purchasing-editor .purchasing-demo-notice{margin:0}.purchasing-section-title{font-size:var(--type-subtitle);margin:0}.purchasing-editor .tablewrap{margin-bottom:var(--space-2)}.purchasing-editor table{min-width:760px}.purchasing-editor td select{min-width:240px}.purchasing-number{width:112px;min-width:90px}.purchasing-remove{color:var(--danger);background:0 0;border:0;padding:4px 7px;font-weight:700}.purchasing-remove:disabled{opacity:.35}.purchasing-phase2-note{align-items:center;gap:var(--space-2);padding:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface-subtle);color:var(--color-text-muted);font-size:var(--type-secondary);display:flex}@media (width<=760px){.purchasing-demo-notice,.purchasing-toolbar,.purchasing-phase2-note{flex-direction:column;align-items:flex-start}.purchasing-toolbar>select,.purchasing-search{width:100%;min-width:0}.purchasing-modal-box{border-radius:0;width:100vw;max-height:100vh}.purchasing-editor .modal-foot{flex-wrap:wrap}.purchasing-editor .modal-foot .btn{flex:160px}.purchasing-operational-notice{flex-direction:column;align-items:flex-start}}.customer-inbox-page{gap:var(--space-4);min-width:0;display:grid}.customer-inbox-toolbar{align-items:center;gap:var(--space-3);padding:var(--space-3);grid-template-columns:auto minmax(260px,1fr) auto;display:grid}.customer-inbox-channel-tabs{gap:var(--space-1);display:flex}.customer-inbox-channel-tabs button{align-items:center;gap:var(--space-2);min-height:var(--control-height-md);padding:0 var(--space-3);border-radius:var(--radius-sm);color:var(--color-text-secondary);background:0 0;border:0;font-weight:700;display:flex}.customer-inbox-channel-tabs button.active{background:var(--color-brand-50);color:var(--color-brand-700)}.customer-inbox-channel-tabs button span{background:var(--color-surface-subtle);min-width:20px;height:20px;font-size:var(--type-caption);border-radius:999px;place-items:center;padding:0 5px;display:grid}.customer-inbox-search input{width:100%}.customer-inbox-unread-toggle{align-items:center;gap:var(--space-2);white-space:nowrap;display:flex}.customer-inbox-unread-toggle input{width:16px;min-height:16px}.customer-inbox-unread-toggle b{background:var(--danger);color:#fff;min-width:24px;height:24px;font-size:var(--type-caption);border-radius:999px;place-items:center;display:grid}.customer-inbox-workspace{grid-template-columns:300px minmax(460px,1fr) 320px;min-height:680px;padding:0;display:grid;overflow:hidden}.customer-inbox-list,.customer-inbox-thread{border-right:1px solid var(--color-border)}.customer-inbox-list{min-width:0}.customer-inbox-panel-head,.customer-inbox-thread-head,.customer-inbox-customer-head{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-4);border-bottom:1px solid var(--color-border);display:flex}.customer-inbox-panel-head h2,.customer-inbox-thread-head h2,.customer-inbox-customer-head h2{font-size:var(--type-subtitle);margin:0}.customer-inbox-panel-head small,.customer-inbox-thread-head small,.customer-inbox-customer-head small{color:var(--color-text-muted)}.customer-inbox-panel-head button{color:var(--color-brand-600);background:0 0;border:0;font-weight:700}.customer-inbox-conversations{max-height:750px;overflow:auto}.customer-inbox-conversation{gap:var(--space-3);width:100%;padding:var(--space-3);border:0;border-bottom:1px solid var(--color-border);background:var(--color-surface);text-align:left;grid-template-columns:42px minmax(0,1fr);display:grid;position:relative}.customer-inbox-conversation:hover{background:var(--color-surface-subtle)}.customer-inbox-conversation.selected{background:var(--color-brand-50);box-shadow:inset 3px 0 var(--color-brand-600)}.customer-inbox-avatar-wrap{width:42px;height:42px;position:relative}.customer-inbox-avatar{background:var(--color-brand-50);width:42px;height:42px;color:var(--color-brand-700);border-radius:50%;flex:none;place-items:center;font-weight:800;display:grid;position:relative;overflow:hidden}.customer-inbox-avatar img{object-fit:cover;width:100%;height:100%}.customer-inbox-avatar.compact{width:38px;height:38px}.customer-inbox-avatar.large{width:52px;height:52px}.channel-dot{border:2px solid var(--color-surface);color:#fff;border-radius:50%;place-items:center;width:18px;height:18px;font-size:9px;font-style:normal;display:grid;position:absolute;bottom:-2px;right:-2px}.channel-dot.facebook{background:#1877f2}.channel-dot.zalo{background:#0787f6}.customer-inbox-conversation-copy{min-width:0}.customer-inbox-conversation-copy>span{justify-content:space-between;gap:var(--space-2);display:flex}.customer-inbox-conversation-copy b{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.customer-inbox-conversation-copy time{color:var(--color-text-muted);font-size:var(--type-caption);white-space:nowrap}.customer-inbox-conversation-copy small{color:var(--color-text-secondary);text-overflow:ellipsis;white-space:nowrap;margin-top:5px;display:block;overflow:hidden}.customer-inbox-conversation-copy em{background:var(--color-surface-subtle);color:var(--color-text-muted);border-radius:999px;margin-top:6px;padding:3px 7px;font-size:10px;font-style:normal;display:inline-block}.customer-inbox-unread{background:var(--danger);color:#fff;text-align:center;border-radius:999px;min-width:20px;height:20px;padding:0 5px;font-size:10px;line-height:20px;position:absolute;bottom:12px;right:12px}.customer-inbox-empty{padding:var(--space-6);color:var(--color-text-muted);text-align:center}.customer-inbox-thread{grid-template-rows:auto auto minmax(300px,1fr) auto;min-width:0;display:grid}.customer-inbox-thread-head>div{align-items:center;gap:var(--space-2);display:flex}.customer-inbox-ai-summary{justify-content:space-between;align-items:flex-start;gap:var(--space-3);margin:var(--space-3) var(--space-4) 0;padding:var(--space-3);border:1px solid var(--color-brand-200);border-radius:var(--radius-sm);background:var(--color-brand-50);display:flex}.customer-inbox-ai-summary b{color:var(--color-brand-700)}.customer-inbox-ai-summary p{color:var(--color-text-secondary);margin:4px 0 0;line-height:1.45}.customer-inbox-messages{gap:var(--space-2);padding:var(--space-4);background:var(--color-surface-subtle);flex-direction:column;display:flex;overflow:auto}.customer-inbox-day{align-self:center}.customer-inbox-day span{background:var(--color-surface);color:var(--color-text-muted);font-size:var(--type-caption);border-radius:999px;padding:4px 8px}.customer-inbox-message{max-width:76%;box-shadow:var(--shadow-sm);border-radius:13px;padding:9px 11px}.customer-inbox-message.in{border:1px solid var(--color-border);background:var(--color-surface);border-bottom-left-radius:4px;align-self:flex-start}.customer-inbox-message.out{background:var(--color-brand-600);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.customer-inbox-message p{margin:0;line-height:1.45}.customer-inbox-message time{opacity:.75;text-align:right;margin-top:4px;font-size:10px;display:block}.customer-inbox-message-attachment{margin-bottom:var(--space-2)}.customer-inbox-message-attachment img{border-radius:var(--radius-sm);object-fit:cover;width:min(260px,100%);max-height:220px;display:block}.customer-inbox-message-attachment small{text-overflow:ellipsis;white-space:nowrap;margin-top:5px;display:block;overflow:hidden}.customer-inbox-composer{padding:var(--space-3) var(--space-4);border-top:1px solid var(--color-border)}.customer-inbox-composer-tools{align-items:center;gap:var(--space-3);margin-bottom:var(--space-2);display:flex}.customer-inbox-composer-tools button{color:var(--color-brand-600);background:0 0;border:0;padding:0;font-weight:700}.customer-inbox-composer-tools span{color:var(--color-text-muted);font-size:var(--type-caption);margin-left:auto}.customer-inbox-composer textarea{resize:vertical;width:100%}.customer-inbox-composer-foot{justify-content:space-between;align-items:center;gap:var(--space-3);margin-top:var(--space-2);display:flex}.customer-inbox-composer-foot small{color:var(--color-text-muted)}.customer-inbox-feedback{margin-top:var(--space-2);padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);background:var(--color-brand-50);color:var(--color-brand-700);font-size:var(--type-secondary);font-weight:700}.customer-inbox-attachment-preview{gap:var(--space-3);margin-bottom:var(--space-2);padding:var(--space-2);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface-subtle);grid-template-columns:76px minmax(0,1fr) auto;align-items:center;display:grid}.customer-inbox-attachment-preview img{border-radius:var(--radius-sm);object-fit:cover;width:76px;height:58px}.customer-inbox-attachment-preview b,.customer-inbox-attachment-preview small,.customer-inbox-attachment-preview span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.customer-inbox-attachment-preview small{color:var(--color-text-muted);margin-top:3px}.customer-inbox-attachment-preview span{color:var(--success);font-size:var(--type-caption);margin-top:4px;font-weight:700}.customer-inbox-attachment-preview>button{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);width:30px;height:30px;color:var(--color-text-muted)}.customer-inbox-customer{min-width:0;overflow:auto}.customer-inbox-customer-head{justify-content:flex-start}.customer-inbox-customer section{gap:var(--space-2);padding:var(--space-4);border-bottom:1px solid var(--color-border);display:grid}.customer-inbox-customer h3{margin:0 0 var(--space-1);font-size:var(--type-body)}.customer-inbox-customer dl{gap:var(--space-2);margin:0;display:grid}.customer-inbox-customer dl div{justify-content:space-between;gap:var(--space-3);display:flex}.customer-inbox-customer dt{color:var(--color-text-muted)}.customer-inbox-customer dd{text-align:right;margin:0}.customer-inbox-customer label span{margin-bottom:var(--space-1);color:var(--color-text-muted);display:block}.customer-inbox-tags{gap:var(--space-1);flex-wrap:wrap;display:flex}.customer-inbox-tags span,.customer-inbox-tags button{background:var(--color-surface-subtle);color:var(--color-text-secondary);font-size:var(--type-caption);border:0;border-radius:999px;padding:4px 7px}.customer-inbox-missing{gap:var(--space-1);margin:0;padding:0;list-style:none;display:grid}.customer-inbox-missing li:before{margin-right:var(--space-2);content:"○";color:var(--warning)}.customer-inbox-business-actions .btn{width:100%}@media (width<=1250px){.customer-inbox-workspace{grid-template-columns:280px minmax(420px,1fr)}.customer-inbox-customer{border-top:1px solid var(--color-border);grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.customer-inbox-customer-head{grid-column:1/-1}.customer-inbox-customer section{border-right:1px solid var(--color-border)}}@media (width<=900px){.customer-inbox-toolbar{grid-template-columns:1fr}.customer-inbox-channel-tabs{overflow:auto}.customer-inbox-workspace{grid-template-columns:1fr}.customer-inbox-list,.customer-inbox-thread{border-right:0;border-bottom:1px solid var(--color-border)}.customer-inbox-conversations{max-height:360px}.customer-inbox-customer{grid-template-columns:1fr 1fr}.customer-inbox-customer-head{grid-column:1/-1}}@media (width<=620px){.customer-inbox-customer{grid-template-columns:1fr}.customer-inbox-customer-head{grid-column:auto}.customer-inbox-composer-tools,.customer-inbox-composer-foot{flex-direction:column;align-items:flex-start}.customer-inbox-composer-tools span{margin-left:0}.customer-inbox-composer-foot .btn{width:100%}.customer-inbox-message{max-width:90%}}.customer-inbox-attachment-preview{grid-template-columns:76px minmax(0,1fr) auto auto}.customer-inbox-draft-media{gap:var(--space-2);margin-bottom:var(--space-2);padding:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface-subtle);display:grid}.customer-inbox-draft-media>small{color:var(--color-text-muted)}.customer-inbox-draft-media ul{gap:var(--space-2);margin:0;padding:0;list-style:none;display:grid}.customer-inbox-draft-media li{align-items:center;gap:var(--space-2);padding-top:var(--space-2);border-top:1px solid var(--color-border);display:flex}.customer-inbox-draft-media li span{min-width:0;margin-right:auto;display:grid}.customer-inbox-draft-media li strong,.customer-inbox-draft-media li small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.customer-inbox-draft-media li small{color:var(--color-text-muted)}.customer-inbox-draft-media li button{min-height:36px;padding:0 var(--space-2);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);color:var(--color-brand-700);font-weight:700}@media (width<=620px){.customer-inbox-attachment-preview{grid-template-columns:64px minmax(0,1fr)}.customer-inbox-draft-media li{flex-wrap:wrap;align-items:stretch}.customer-inbox-draft-media li span{flex-basis:100%}}.customer-inbox-message-status{font-weight:700}.customer-inbox-conversation-version{font-size:var(--type-caption);margin-top:3px;display:block}.inventory-policy-card,.inventory-movement-card{margin-bottom:var(--space-4)}.inventory-policy-head,.inventory-movement-head,.inventory-policy-actions{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-4);display:flex}.inventory-policy-head p,.inventory-movement-head p{color:var(--color-text-muted);font-size:var(--type-secondary);margin:4px 0 0}.inventory-policy-toggle{justify-content:space-between;align-items:center;gap:var(--space-5);padding:var(--space-4);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);display:flex}.inventory-policy-toggle span{gap:4px;display:grid}.inventory-policy-toggle small,.inventory-policy-actions small{color:var(--color-text-muted)}.inventory-policy-toggle input{width:22px;height:22px;accent-color:var(--color-primary);flex:none}.inventory-policy-alert{margin:var(--space-3) var(--space-4) 0}.inventory-policy-actions{padding-top:var(--space-3)}.inventory-policy-history{border-top:1px solid var(--color-border)}.inventory-policy-history summary{cursor:pointer;padding:var(--space-3) var(--space-4);font-weight:700}.inventory-movement-head>select{min-width:min(420px,50%)}.inventory-negative-quantity,.inventory-negative-after{color:var(--color-danger)}.inventory-balance-after,.inventory-negative-after{font-size:var(--type-caption);margin-top:3px;font-weight:700;display:block}.inventory-balance-after{color:var(--color-text-muted)}@media (width<=720px){.inventory-policy-head,.inventory-movement-head,.inventory-policy-actions,.inventory-policy-toggle{flex-direction:column;align-items:flex-start}.inventory-policy-toggle input{order:-1}.inventory-movement-head>select{width:100%;min-width:0}}:root{--color-brand-600:#2563eb;--color-brand-700:#1d4ed8;--color-brand-50:#eff6ff;--color-brand-200:#bfdbfe;--color-nav-900:#0f172a;--color-nav-800:#172554;--color-surface:#fff;--color-surface-subtle:#f8fafc;--color-canvas:#f0f1f1;--color-border:#e2e8f0;--color-border-strong:#cbd5e1;--color-text:#0f172a;--color-text-primary:var(--color-text);--color-text-secondary:#475569;--color-text-muted:#64748b;--color-success:#059669;--color-warning:#d97706;--color-danger:#dc2626;--color-focus-ring:#2563eb38;--nav:var(--color-nav-900);--nav2:var(--color-nav-800);--blue:var(--color-brand-600);--blue2:var(--color-brand-700);--green:var(--color-success);--bg:var(--color-canvas);--card:var(--color-surface);--line:var(--color-border);--text:var(--color-text);--muted:var(--color-text-muted);--danger:var(--color-danger);--warning:var(--color-warning);--soft:#eff6ff;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--radius-sm:8px;--radius-md:10px;--radius-lg:12px;--radius-xl:16px;--radius-card:var(--radius-xl);--border:var(--color-border);--control-height-sm:32px;--control-height-md:38px;--control-height-lg:40px;--table-row-padding-y-compact:var(--space-1);--table-control-height-compact:36px;--shadow-sm:0 1px 2px #0f172a0f;--shadow-md:0 8px 30px #0f172a0f;--shadow-lg:0 18px 44px #0f172a29;--shadow:var(--shadow-md);--font-sans:Inter, "Segoe UI", Arial, sans-serif;--type-caption:12px;--type-secondary:13px;--type-body:14px;--type-subtitle:16px;--type-title:20px;--type-page-title:28px;--line-height-body:1.5;--motion-fast:.16s ease}body{font-family:var(--font-sans);font-size:var(--type-body);line-height:var(--line-height-body);background:var(--color-canvas);color:var(--color-text)}button,input,select,textarea{font:inherit}button,[role=button]{min-height:36px}button:disabled,input:disabled,select:disabled,textarea:disabled{cursor:not-allowed;opacity:.55}:where(button,input,select,textarea,a):focus-visible{outline:3px solid var(--color-focus-ring);outline-offset:2px}.page-loading{min-height:220px;color:var(--color-text-muted);font-size:var(--type-body);place-items:center;font-weight:700;display:grid}.app-error{place-content:center;gap:var(--space-4);text-align:center;width:min(560px,100% - 32px);min-height:100vh;margin:0 auto;display:grid}.app-error img{max-height:72px;margin:0 auto}.app-error h1{font-size:var(--type-page-title);margin:0}.app-error p{color:var(--color-text-secondary);margin:0}.app-error .btn{justify-self:center}.frame-line-editor{padding:var(--space-4);margin-bottom:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-surface-subtle)}.frame-line-heading{margin-bottom:var(--space-3);justify-content:space-between;align-items:center;display:flex}.card,.subcard,.mini{border-color:var(--color-border)}.card{border-radius:var(--radius-xl);box-shadow:var(--shadow-sm)}.card-head{padding:var(--space-4) var(--space-5)}.card-body{padding:var(--space-4)}.btn{border-radius:var(--radius-sm);min-height:36px;padding:8px var(--space-3);transition:background-color var(--motion-fast), border-color var(--motion-fast), box-shadow var(--motion-fast), transform var(--motion-fast)}.btn:hover:not(:disabled){box-shadow:var(--shadow-sm)}.disclosure-chevron{color:currentColor;transform-origin:50%;width:1.2em;transition:transform var(--motion-fast);place-items:center;font-size:1.2em;font-weight:900;line-height:1;display:inline-grid}.disclosure-chevron.is-down{transform:rotate(90deg)}.disclosure-chevron.is-up{transform:rotate(-90deg)}.btn:active:not(:disabled){transform:translateY(1px)}.btn.primary{background:var(--color-brand-600)}.btn.primary:hover:not(:disabled){background:var(--color-brand-700)}.btn.green{background:var(--color-success)}.btn.danger{color:#b91c1c}.btn.ghost{border-color:var(--color-border);color:var(--color-text-secondary)}.page-title-actions{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.card-foot{padding:var(--space-3) var(--space-4);border-top:1px solid var(--color-border)}.field-hint{margin-top:var(--space-1);color:var(--color-text-muted);font-size:var(--type-secondary);display:block}.badge-info{color:#3730a3;background:#eef2ff}.badge-success{color:#047857;background:#ecfdf5}.badge-warning{color:#c2410c;background:#fff7ed}.badge-danger{color:#b91c1c;background:#fef2f2}.badge-neutral{color:#475569;background:#e2e8f0}input,select,textarea{border-color:var(--color-border-strong);border-radius:var(--radius-sm);min-height:38px}input:focus,select:focus,textarea:focus{border-color:var(--color-brand-600);box-shadow:0 0 0 3px var(--color-focus-ring)}table{font-size:var(--type-body)}th{font-size:var(--type-secondary)}.badge,.status-pill,.route,.source-pill,.material-date{font-size:var(--type-caption)}.table-density-compact>table>:is(thead,tbody,tfoot)>tr>:is(th,td):not(.empty){padding-block:var(--table-row-padding-y-compact)}.table-density-compact>table>tbody>tr:has(input:not([type=checkbox]):not([type=radio]),select,textarea)>td{padding-block:0}.table-density-compact>table>tbody>tr>td :is(input:not([type=checkbox]):not([type=radio]),select,textarea){min-height:var(--table-control-height-compact);height:var(--table-control-height-compact);padding-block:var(--space-1)}.table-density-compact>table.material-table>tbody>tr>td input.material-note-input,.table-density-compact>table.material-table>tbody>tr>td .material-price-input input{height:30px!important;min-height:30px!important}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:1ms!important}}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-brand-600:#a3e635;--color-brand-700:#84cc16;--color-brand-50:#1a2a1e;--color-brand-200:#466b2b;--color-nav-900:#070d0c;--color-nav-800:#0b1512;--color-surface:#101816;--color-surface-subtle:#14201c;--color-canvas:#060b0a;--color-border:#263530;--color-border-strong:#42534c;--color-text:#f1f5f2;--color-text-secondary:#c4cfca;--color-text-muted:#92a19a;--color-success:#71d49a;--color-warning:#f7bd57;--color-danger:#ff8585;--color-focus-ring:#a3e63552;--soft:#1a2a1e;--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 10px 30px #00000047;--shadow-lg:0 18px 44px #00000075;--nav:var(--color-nav-900);--nav2:var(--color-nav-800);--blue:var(--color-brand-600);--blue2:var(--color-brand-700);--green:var(--color-success);--bg:var(--color-canvas);--card:var(--color-surface);--surface:var(--color-surface);--border:var(--color-border);--line:var(--color-border);--text:var(--color-text);--muted:var(--color-text-muted);--danger:var(--color-danger);--warning:var(--color-warning);--shadow:var(--shadow-md)}:root[data-theme=dark] .topbar,:root[data-theme=dark] .card,:root[data-theme=dark] .subcard,:root[data-theme=dark] .kpi,:root[data-theme=dark] .mini,:root[data-theme=dark] .modal-box,:root[data-theme=dark] .auto-list,:root[data-theme=dark] .customer-search-input,:root[data-theme=dark] .customer-suggestions,:root[data-theme=dark] .searchable-select-input,:root[data-theme=dark] .searchable-options,:root[data-theme=dark] .saved-search,:root[data-theme=dark] .customer-search,:root[data-theme=dark] .price-list-search,:root[data-theme=dark] .parameter-page-actions{background:var(--color-surface);color:var(--color-text)}:root[data-theme=dark] input,:root[data-theme=dark] select,:root[data-theme=dark] textarea,:root[data-theme=dark] input[readonly]{border-color:var(--color-border-strong);color:var(--color-text);background:#0c1311}:root[data-theme=dark] label,:root[data-theme=dark] th{color:var(--color-text-secondary)}:root[data-theme=dark] th{background:#14201c}:root[data-theme=dark] th,:root[data-theme=dark] td{border-bottom-color:var(--color-border)}:root[data-theme=dark] tr:hover td{background:#17241f}:root[data-theme=dark] .btn.secondary{color:#d4ff7b;background:#1c3020}:root[data-theme=dark] .btn.ghost{border-color:var(--color-border);color:var(--color-text-secondary);background:#101816}:root[data-theme=dark] .btn.danger{color:#ffb2b2;background:#341c20}:root[data-theme=dark] .btn.primary,:root[data-theme=dark] .btn.green{color:#07110d}:root[data-theme=dark] .quote-chip{color:#d4ff7b;background:#17291b;border-color:#466b2b}:root[data-theme=dark] .avatar{color:#102010;background:#b6f544}:root[data-theme=dark] .nav button.active{color:#d4ff7b;background:#1d3020}:root[data-theme=dark] .nav .nav-parent.section-active,:root[data-theme=dark] .nav button:hover{color:#f4fff0;background:#14241a}:root[data-theme=dark] .nav-submenu button.active:before{background:#b6f544}:root[data-theme=dark] .total-box{background:linear-gradient(135deg,#182819,#20381b);border-color:#4e712d}:root[data-theme=dark] .total-box span,:root[data-theme=dark] .total-box strong,:root[data-theme=dark] .kpi strong{color:#d4ff7b}:root[data-theme=dark] .close{color:var(--color-text);background:#23332d}:root[data-theme=dark] .badge-info{color:#c5d4ff;background:#202b4a}:root[data-theme=dark] .badge-success{color:#9ce8ba;background:#173326}:root[data-theme=dark] .badge-warning{color:#ffd792;background:#382c18}:root[data-theme=dark] .badge-danger{color:#ffb6b6;background:#3b2024}:root[data-theme=dark] .badge-neutral{color:#ccd7d2;background:#26332f}:root[data-theme=dark] .company-logo-shell{background:#f7faf7;border-color:#2e4239}:root[data-theme=dark] .searchable-select-input,:root[data-theme=dark] .saved-search,:root[data-theme=dark] .customer-search,:root[data-theme=dark] .price-list-search{border-color:var(--color-border-strong);color:var(--color-text-muted)}:root[data-theme=dark] .searchable-select-input input,:root[data-theme=dark] .customer-search-input input,:root[data-theme=dark] .saved-search input,:root[data-theme=dark] .customer-search input,:root[data-theme=dark] .price-list-search input{color:var(--color-text);background:0 0}:root[data-theme=dark] .searchable-select-input:focus-within,:root[data-theme=dark] .customer-search-input:focus-within,:root[data-theme=dark] .saved-search:focus-within,:root[data-theme=dark] .customer-search:focus-within,:root[data-theme=dark] .price-list-search:focus-within{border-color:var(--color-brand-600);box-shadow:0 0 0 3px var(--color-focus-ring)}:root[data-theme=dark] .searchable-toggle{color:var(--color-text-muted)}:root[data-theme=dark] .searchable-toggle:hover{color:#d4ff7b;background:#24342b}:root[data-theme=dark] .searchable-options button,:root[data-theme=dark] .customer-suggestions>button{color:var(--color-text);background:0 0}:root[data-theme=dark] .searchable-options button:hover,:root[data-theme=dark] .searchable-options button.highlighted,:root[data-theme=dark] .customer-suggestions>button:hover{color:#f4fff0;background:#1b2b23}:root[data-theme=dark] .searchable-options button.selected{color:#d4ff7b;background:#263b20}:root[data-theme=dark] .searchable-options button.selected svg{color:#b6f544}:root[data-theme=dark] .customer-suggestions .create-customer-suggestion,:root[data-theme=dark] .customer-suggestions .create-customer-suggestion.top{color:#d4ff7b}:root[data-theme=dark] .searchable-empty,:root[data-theme=dark] .suggestion-empty,:root[data-theme=dark] .customer-suggestions small{color:var(--color-text-muted)}:root[data-theme=dark] .customer-strip{background:linear-gradient(90deg,#101816,#14201c)}:root[data-theme=dark] .selected-customer-card{background:#17291b;border-color:#466b2b}:root[data-theme=dark] .customer-avatar{color:#d4ff7b;background:#263b20}:root[data-theme=dark] .configuration-tile{border-color:var(--color-border);color:var(--color-text);background:#14201c}:root[data-theme=dark] .configuration-tile:hover{background:#1a2a1e;border-color:#4e712d}:root[data-theme=dark] .staff-admin-alert.success{color:#9ce8ba;background:#173326;border-color:#315f45}:root[data-theme=dark] .staff-admin-alert.error{color:#ffb6b6;background:#3b2024;border-color:#704047}:root[data-theme=dark] .subcard,:root[data-theme=dark] .mini,:root[data-theme=dark] .order-products-head,:root[data-theme=dark] .customer-directory-head,:root[data-theme=dark] .customer-directory-foot,:root[data-theme=dark] .material-page-summary,:root[data-theme=dark] .material-page-summary>div,:root[data-theme=dark] .material-pagination,:root[data-theme=dark] .material-page-foot,:root[data-theme=dark] .material-advanced,:root[data-theme=dark] .catalog-panel-head,:root[data-theme=dark] .list-pagination,:root[data-theme=dark] .saved-expanded-row,:root[data-theme=dark] .saved-inline-detail,:root[data-theme=dark] .saved-inline-product-head,:root[data-theme=dark] .customer-profile-summary>div,:root[data-theme=dark] .version-history-panel,:root[data-theme=dark] .version-history-list,:root[data-theme=dark] .version-history-list>button,:root[data-theme=dark] .version-history-detail,:root[data-theme=dark] .version-diff-summary span,:root[data-theme=dark] .production-period-tabs,:root[data-theme=dark] .production-period-nav button,:root[data-theme=dark] .file-transfer-date-nav button,:root[data-theme=dark] .dashboard-kpi{background:var(--color-surface);color:var(--color-text)}:root[data-theme=dark] .material-page-summary,:root[data-theme=dark] .material-pagination,:root[data-theme=dark] .material-page-foot,:root[data-theme=dark] .customer-directory-foot,:root[data-theme=dark] .list-pagination,:root[data-theme=dark] .version-history-panel,:root[data-theme=dark] .production-period-tabs,:root[data-theme=dark] .catalog-panel-head{background:var(--color-surface-subtle)}:root[data-theme=dark] .order-products-head,:root[data-theme=dark] .material-page-summary>div,:root[data-theme=dark] .saved-inline-detail,:root[data-theme=dark] .version-history-list,:root[data-theme=dark] .version-history-detail{border-color:var(--color-border)}:root[data-theme=dark] .material-page-summary strong,:root[data-theme=dark] .catalog-panel-head b,:root[data-theme=dark] .material-page-foot b,:root[data-theme=dark] .production-period-nav strong,:root[data-theme=dark] .file-transfer-date-nav strong,:root[data-theme=dark] .version-diff-summary b,:root[data-theme=dark] .saved-inline-overview section>b,:root[data-theme=dark] .saved-inline-overview strong{color:var(--color-text)}:root[data-theme=dark] .customer-view-tabs button.active,:root[data-theme=dark] .material-type-tabs button.active,:root[data-theme=dark] .production-period-tabs button.active,:root[data-theme=dark] .version-history-list>button:hover,:root[data-theme=dark] .version-history-list>button.selected,:root[data-theme=dark] .pagination-pages button:hover:not(:disabled){color:#d4ff7b;background:#20351f}:root[data-theme=dark] .customer-view-tabs b,:root[data-theme=dark] .material-type-tabs,:root[data-theme=dark] .version-detail-title em{color:#d4ff7b;background:#263b20}:root[data-theme=dark] .pagination-pages button.active{background:var(--color-brand-600);color:#102010}:root[data-theme=dark] .pagination-pages button:disabled{color:#5f7169}:root[data-theme=dark] .production-table .nest-parent-row td{background:#15241e;border-top-color:#34523d}:root[data-theme=dark] .production-table .nest-child-row td{background:var(--color-surface)}:root[data-theme=dark] .production-table .nest-parent-row td:first-child,:root[data-theme=dark] .production-table .nest-child-row td:first-child{border-left-color:var(--color-brand-600)}:root[data-theme=dark] .info-note,:root[data-theme=dark] .frame-reinforcement-note{color:#c4cfca;background:#14251e;border-color:#34523d}:root[data-theme=dark] .status.ok{color:#9ce8ba;background:#143224;border-color:#28744c}:root[data-theme=dark] .segmented{background:#1b2824}:root[data-theme=dark] .segmented button{color:var(--color-text-secondary)}:root[data-theme=dark] .segmented button.active{color:#d4ff7b;box-shadow:none;background:#263b20}:root[data-theme=dark] .panel-metrics>div{background:var(--color-surface-subtle)}:root[data-theme=dark] .panel-metrics strong{color:#d4ff7b}:root[data-theme=dark] .panel-preview{background:#14201c;border-color:#34523d}:root[data-theme=dark] .panel-sheet{border-color:var(--color-brand-600);background-color:var(--color-surface)}:root[data-theme=dark] .parameter-demo .demo-head,:root[data-theme=dark] .parameter-demo .card-body,:root[data-theme=dark] .sticker-settings-card .card-body{background:var(--color-surface);color:var(--color-text)}:root[data-theme=dark] .publish-version-strip,:root[data-theme=dark] .linked-data-note,:root[data-theme=dark] .demo-catalog-callout{background:#14251e;border-color:#34523d}:root[data-theme=dark] .publish-version-strip span,:root[data-theme=dark] .publish-version-strip small,:root[data-theme=dark] .linked-data-note span,:root[data-theme=dark] .demo-catalog-callout span{color:var(--color-text-secondary)}:root[data-theme=dark] .publish-version-strip strong,:root[data-theme=dark] .linked-data-note b,:root[data-theme=dark] .demo-catalog-callout b{color:#d4ff7b}:root[data-theme=dark] .parameter-tabs,:root[data-theme=dark] .parameter-main-tabs{border-color:var(--color-border);background:#1b2824}:root[data-theme=dark] .parameter-tabs button,:root[data-theme=dark] .parameter-main-tabs button{color:var(--color-text-secondary)}:root[data-theme=dark] .parameter-tabs button.active,:root[data-theme=dark] .parameter-main-tabs button.active{color:#d4ff7b;box-shadow:none;background:#263b20}:root[data-theme=dark] .demo-module-summary>div,:root[data-theme=dark] .tier-row,:root[data-theme=dark] .route-demo>div{background:var(--color-surface-subtle);border-color:var(--color-border)}:root[data-theme=dark] .demo-module-summary strong,:root[data-theme=dark] .tier-row>strong,:root[data-theme=dark] .route-demo b{color:var(--color-text)}:root[data-theme=dark] .demo-safe{color:#9ce8ba}:root[data-theme=dark] .parameter-section{background:var(--color-surface);border-color:var(--color-border)}:root[data-theme=dark] .parameter-section summary{background:var(--color-surface-subtle)}:root[data-theme=dark] .parameter-section summary b{color:var(--color-text)}:root[data-theme=dark] .parameter-section summary small,:root[data-theme=dark] .demo-field>span,:root[data-theme=dark] .demo-row-list span{color:var(--color-text-secondary)}:root[data-theme=dark] .parameter-section summary em{color:#d4ff7b;background:#263b20}:root[data-theme=dark] .demo-field em,:root[data-theme=dark] .demo-row-list em{border-color:var(--color-border-strong);color:var(--color-text-secondary);background:#1b2824}:root[data-theme=dark] .demo-field.derived>div{background:#14251e;border-color:#34523d}:root[data-theme=dark] .demo-field.derived strong{color:#d4ff7b}:root[data-theme=dark] .publish-review{background:var(--color-surface);box-shadow:var(--shadow-sm);border-color:#34523d}:root[data-theme=dark] .publish-change-summary{background:var(--color-surface-subtle)}:root[data-theme=dark] .settings-change-list b{color:var(--color-text)}:root[data-theme=dark] .settings-change-list span{color:#d4ff7b}:root[data-theme=dark] .version-history-head>b{color:#d4ff7b;background:#263b20}:root[data-theme=dark] .version-restore-note{color:#ffd792;background:#302718}:root[data-theme=dark] .price-list-table td{color:var(--color-text-secondary)}:root[data-theme=dark] .price-list-primary,:root[data-theme=dark] .price-list-money{color:var(--color-text)}:root[data-theme=dark] .auth-loading,:root[data-theme=dark] .login-page{background:radial-gradient(circle at 15% 15%,#a3e6351a,#0000 34%),linear-gradient(135deg,#08110e 0%,#101816 100%)}:root[data-theme=dark] .auth-loading{color:var(--color-text-secondary)}:root[data-theme=dark] .loading-logo-shell{border-color:var(--color-border-strong);background:#f7faf7;box-shadow:0 18px 42px #00000057}:root[data-theme=dark] .login-card{border-color:var(--color-border);background:var(--color-surface);box-shadow:0 24px 70px #00000061}:root[data-theme=dark] .login-product{border-top-color:var(--color-border)}:root[data-theme=dark] .login-brand p,:root[data-theme=dark] .login-copy p,:root[data-theme=dark] .login-help,:root[data-theme=dark] .signed-user small{color:var(--color-text-muted)}:root[data-theme=dark] .login-copy h2,:root[data-theme=dark] .login-form label{color:var(--color-text)}:root[data-theme=dark] .login-kicker{color:#d4ff7b}:root[data-theme=dark] .login-error{color:#ffb6b6;background:#341c20;border-color:#7a3d43}@media (width<=780px){.content{padding:var(--space-3)}.card-head{padding:var(--space-3) var(--space-4)}.card-body{padding:var(--space-3)}}.parameter-page-actions{top:var(--space-3);z-index:6;justify-content:space-between;align-items:center;gap:var(--space-2);margin:0 0 var(--space-4);padding:var(--space-2) var(--space-3);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-sm);display:flex;position:sticky}.parameter-page-actions-feedback{flex:320px;min-width:0}.parameter-page-actions-feedback .publish-review{gap:var(--space-2);padding:var(--space-2) var(--space-3);box-shadow:none;margin:0}.parameter-page-actions-feedback .publish-review-head{align-items:center}.parameter-page-actions-feedback .publish-review-head h4{font-size:var(--type-body);margin-bottom:2px}.parameter-page-actions-buttons{justify-content:flex-end;gap:var(--space-2);flex:none;margin-left:auto;display:flex}.frame-settings-page{gap:var(--space-4);display:grid}.frame-settings-page .parameter-page-actions{margin-bottom:0}.frame-settings-page .card{margin:0}.frame-settings-page .card-head h3{align-items:center;gap:var(--space-2);margin:0;display:flex}.frame-settings-grid{gap:var(--space-2) var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.frame-settings-grid .field{min-width:0}.frame-settings-grid input{width:100%}.frame-parameter-row{align-items:center;gap:var(--space-2);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);grid-template-columns:minmax(170px,1fr) minmax(120px,.72fr);min-width:0;padding:6px 8px;display:grid}.frame-parameter-row>span{gap:1px;min-width:0;display:grid}.frame-parameter-row b{color:var(--color-text);font-size:var(--type-secondary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.frame-parameter-row small{color:var(--color-text-muted);font-size:var(--type-caption);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.frame-parameter-row input{text-align:right;font-variant-numeric:tabular-nums;min-height:32px;padding:5px 8px}.frame-percent-input{grid-template-columns:minmax(0,1fr) 20px;align-items:center;gap:4px;min-width:0;display:grid}.frame-percent-input>span{color:var(--color-text-secondary);text-align:center;font-weight:700}.frame-parameter-row>.frame-money-input,.frame-material-row>.frame-money-input{grid-template-columns:minmax(0,1fr) 20px;align-items:center;gap:4px;min-width:0;display:grid}.frame-money-input>span{color:var(--color-text-secondary);text-align:center;font-weight:700}.frame-settings-grid input[readonly]{background:var(--color-surface-subtle);color:var(--color-text-secondary)}.frame-settings-audit{gap:var(--space-3);display:grid}.frame-settings-audit textarea{resize:vertical;width:100%}.frame-settings-summary{align-items:center;gap:var(--space-3);color:var(--color-text-secondary);display:flex}.frame-settings-diff{border:1px solid var(--color-border);border-radius:var(--radius-sm);max-height:300px;overflow:auto}.frame-settings-diff>div{gap:var(--space-3);padding:var(--space-2) var(--space-3);border-bottom:1px solid var(--color-border);grid-template-columns:minmax(220px,1fr) minmax(240px,1fr);display:grid}.frame-settings-diff>div:last-child{border-bottom:0}.frame-settings-diff span{text-align:right;font-variant-numeric:tabular-nums}.frame-tier-list{gap:var(--space-2) var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.frame-tier-row{align-items:center;gap:var(--space-2);border:1px solid var(--color-border);border-radius:var(--radius-sm);grid-template-columns:54px minmax(210px,1fr) minmax(145px,.72fr);min-width:0;padding:6px 8px;display:grid}.frame-tier-row>b{align-self:center}.frame-tier-row input{text-align:right;font-variant-numeric:tabular-nums;width:100%;min-height:32px;padding:5px 8px}.frame-tier-range{grid-template-columns:minmax(72px,1fr) 12px minmax(72px,1fr) 24px;align-items:center;gap:4px;display:grid}.frame-tier-range>label,.frame-tier-rate{min-width:0;color:var(--color-text-secondary);font-size:var(--type-caption);grid-template-columns:auto minmax(0,1fr);align-items:center;gap:5px;display:grid}.frame-tier-range>span{color:var(--color-text-muted);text-align:center}.frame-tier-rate .frame-percent-input{min-width:90px}.frame-material-table{border:1px solid var(--color-border);border-radius:var(--radius-sm);display:grid;overflow:hidden}.frame-material-row{align-items:center;gap:var(--space-2);border-bottom:1px solid var(--color-border);grid-template-columns:minmax(120px,.6fr) minmax(210px,1.5fr) minmax(125px,.72fr);padding:6px 10px;display:grid}.frame-material-row:last-child{border-bottom:0}.frame-material-row span{display:grid}.frame-material-row small{color:var(--color-text-muted)}.frame-material-row input{text-align:right;font-variant-numeric:tabular-nums;width:100%;min-height:32px;padding:5px 8px}.print-cost-machine{gap:var(--space-2);padding:var(--space-3) 0;border-bottom:1px solid var(--color-border);display:grid}.print-cost-machine:first-child{padding-top:0}.print-cost-machine:last-child{border-bottom:0;padding-bottom:0}.print-cost-machine h4{justify-content:space-between;align-items:center;gap:var(--space-2);margin:0;display:flex}@media (width<=700px){.frame-settings-grid{grid-template-columns:1fr}.frame-parameter-row{grid-template-columns:minmax(150px,1fr) minmax(110px,.8fr)}.frame-tier-list{grid-template-columns:1fr}.frame-tier-row{grid-template-columns:54px minmax(180px,1fr) minmax(130px,.72fr)}.frame-material-row,.frame-settings-diff>div{grid-template-columns:1fr}.frame-settings-diff span{text-align:left}}@media (width<=520px){.frame-tier-row{grid-template-columns:48px 1fr}.frame-tier-rate{grid-column:2}}@media (width<=700px){.parameter-page-actions{flex-wrap:wrap;justify-content:stretch;align-items:stretch}.parameter-page-actions-feedback{flex-basis:100%;order:2}.parameter-page-actions-buttons{flex-wrap:wrap;flex:100%;margin-left:0}.parameter-page-actions-buttons .btn{flex:140px}}.app{transition:grid-template-columns var(--motion-fast)}.sidebar{transition:width var(--motion-fast), padding var(--motion-fast)}.brand{padding:0 42px 20px 2px;position:relative}.sidebar-toggle{z-index:1;border-radius:var(--radius-sm);color:#fff;width:36px;min-height:36px;transition:background-color var(--motion-fast);background:#ffffff1a;border:0;font-size:25px;line-height:1;position:absolute;top:10px;right:0}.sidebar-toggle:hover{background:#ffffff2e}@media (width>=781px){.company-logo-shell{min-height:56px;padding:6px 8px}.company-logo{max-height:42px}.app.sidebar-collapsed{grid-template-columns:72px minmax(0,1fr)}.sidebar.collapsed{padding:var(--space-3) 10px;overflow:visible}.sidebar.collapsed .brand{min-height:44px;padding:0 0 var(--space-2)}.sidebar.collapsed .company-logo-shell,.sidebar.collapsed .brand-product,.sidebar.collapsed .sidebar-foot,.sidebar.collapsed .nav-label,.sidebar.collapsed .nav-chevron,.sidebar.collapsed .nav-submenu{display:none}.sidebar.collapsed .nav{gap:var(--space-2)}.sidebar.collapsed .nav button{justify-content:center;gap:0;padding:10px}.sidebar.collapsed .nav .ico{flex-basis:22px;width:22px}.sidebar.collapsed .nav button em{margin-left:0;position:absolute;top:2px;right:2px}.sidebar.collapsed .sidebar-toggle{top:0;left:50%;right:auto;transform:translate(-50%)}}@media (width<=780px){.sidebar-toggle{display:none}.sidebar.collapsed{padding:20px 14px}.sidebar.collapsed .brand-product,.sidebar.collapsed .sidebar-foot,.sidebar.collapsed .nav-label,.sidebar.collapsed .nav-chevron{display:revert}}.line-actions{margin-top:var(--space-3)}.raised-letter-import-preview{justify-content:space-between;align-items:center;gap:var(--space-4);margin-bottom:var(--space-4);padding:var(--space-3);border:1px solid var(--color-brand-200);border-radius:var(--radius-md);background:var(--color-brand-50);display:flex}.raised-letter-import-preview-copy{flex:auto;gap:3px;min-width:0;display:grid}.raised-letter-import-preview-copy strong{color:var(--color-brand-700)}.raised-letter-import-preview-copy span{color:var(--color-text-secondary);font-size:var(--type-secondary);line-height:1.4}.raised-letter-import-preview-actions{justify-content:flex-end;gap:var(--space-2);flex:none;display:flex}.raised-letter-file-toolbar{justify-content:space-between;align-items:center;gap:var(--space-4);margin-bottom:var(--space-4);padding:var(--space-3);border:1px solid var(--color-brand-200);border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--color-brand-50),var(--color-surface));display:flex}.raised-letter-file-toolbar-copy{flex:250px;gap:3px;min-width:0;display:grid}.raised-letter-file-toolbar-copy strong{color:var(--color-brand-700);font-size:var(--type-body)}.raised-letter-file-toolbar-copy span{color:var(--color-text-secondary);font-size:var(--type-secondary);line-height:1.4}.raised-letter-file-actions{gap:var(--space-2);flex:none;display:flex}.raised-letter-file-button{min-width:168px;min-height:48px;padding:7px var(--space-3);text-align:left;justify-content:flex-start}.raised-letter-file-button>span{gap:1px;line-height:1.15;display:grid}.raised-letter-file-button>span strong{font-size:var(--type-secondary)}.raised-letter-file-button>span small{color:inherit;font-size:var(--type-caption);opacity:.78;font-weight:600}.calc-breakdown.raised-letter-line-result{margin-top:var(--space-3);border:1px solid var(--color-brand-200);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm);color:var(--color-text-secondary);grid-template-columns:1fr;gap:0;padding:0;display:grid;overflow:hidden}.raised-letter-line-result-head{justify-content:space-between;align-items:center;gap:var(--space-3);padding:8px var(--space-3);border-bottom:1px solid var(--color-border);background:var(--color-surface-subtle);display:flex}.raised-letter-line-status{min-height:24px;font-size:var(--type-caption);letter-spacing:.04em;border-radius:999px;align-items:center;padding:3px 9px;font-weight:900;display:inline-flex}.raised-letter-line-status.ok{color:#047857;background:#dcfce7}.raised-letter-line-status.warning{color:#c2410c;background:#fff7ed}.raised-letter-line-difficulty{color:var(--color-text-muted);font-size:var(--type-secondary)}.raised-letter-line-difficulty strong{color:var(--color-text-primary);font-size:var(--type-body)}.raised-letter-line-result-body{gap:var(--space-3);padding:var(--space-3);grid-template-columns:minmax(0,1fr) minmax(220px,.75fr);display:grid}.raised-letter-line-metrics,.raised-letter-line-prices{gap:var(--space-2);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.raised-letter-line-metrics>div,.raised-letter-line-prices>div{border-radius:var(--radius-md);align-content:center;gap:4px;min-width:0;padding:9px 10px;display:grid}.raised-letter-line-metrics>div{border:1px solid var(--color-border);background:var(--color-surface-subtle)}.raised-letter-line-metrics span,.raised-letter-line-prices span{color:var(--color-text-muted);font-size:var(--type-caption);font-weight:800}.raised-letter-line-metrics strong{color:var(--color-text-primary);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:15px}.raised-letter-line-metrics .profit strong{color:var(--color-success)}.raised-letter-line-metrics .loss strong{color:var(--danger)}.raised-letter-line-prices{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}.raised-letter-line-prices>div{border:1px solid var(--color-brand-200);background:var(--color-brand-50)}.raised-letter-line-prices .wholesale strong{color:var(--color-brand-700);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:16px}.raised-letter-line-prices .retail{border-color:var(--color-brand-600);background:var(--color-brand-600);box-shadow:0 6px 14px color-mix(in srgb,var(--color-brand-600) 24%,transparent)}.raised-letter-line-prices .retail span{color:#ffffffd1}.raised-letter-line-prices .retail strong{color:#fff;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:20px;line-height:1.1}.raised-letter-pricing-breakdown{margin:var(--space-4) 0;padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface-subtle)}.raised-letter-breakdown-heading{justify-content:space-between;align-items:baseline;gap:var(--space-3);margin-bottom:var(--space-3);display:flex}.raised-letter-breakdown-heading strong{font-size:var(--type-subtitle)}.raised-letter-breakdown-heading span,.raised-letter-breakdown-note{color:var(--color-text-muted);font-size:var(--type-caption)}.raised-letter-layout{grid-template-columns:minmax(0,1fr) minmax(360px,420px)}.raised-letter-breakdown-grid{gap:var(--space-4);grid-template-columns:1fr;display:grid}.raised-letter-breakdown-section{padding:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface)}.raised-letter-breakdown-section h4{margin:0 0 var(--space-2);color:var(--color-text-secondary);font-size:var(--type-secondary)}.raised-letter-breakdown-row,.raised-letter-breakdown-total{justify-content:space-between;align-items:baseline;gap:var(--space-3);font-size:var(--type-secondary);padding:5px 0;display:flex}.raised-letter-breakdown-row{border-bottom:1px dashed var(--color-border)}.raised-letter-breakdown-row strong,.raised-letter-breakdown-total strong{font-variant-numeric:tabular-nums;white-space:nowrap}.raised-letter-breakdown-total{margin-top:var(--space-2);padding-top:var(--space-2);border-top:2px solid var(--color-border-strong);font-weight:800}.raised-letter-breakdown-total.profit{color:var(--color-success)}.raised-letter-breakdown-note{margin:var(--space-3) 0 0;line-height:1.5}.raised-letter-settings-section-grid{gap:var(--space-4);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.raised-letter-settings-section{min-width:0}.raised-letter-settings-section .frame-settings-grid{grid-template-columns:1fr}.raised-letter-settings-section .card-head{align-items:flex-start}.raised-letter-settings-section .card-head>div{gap:3px;display:grid}.raised-letter-settings-section .card-head small{color:var(--color-text-muted);font-size:var(--type-caption);font-weight:500;line-height:1.4}.raised-letter-settings-provenance{gap:var(--space-3);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.raised-letter-settings-provenance>div{gap:var(--space-1);min-width:0;padding:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-subtle);display:grid}.raised-letter-settings-provenance span{color:var(--color-text-muted);font-size:var(--type-caption)}.raised-letter-settings-provenance strong{color:var(--color-text);font-size:var(--type-secondary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.raised-letter-settings-provenance .badge{justify-self:start}.raised-letter-derived-grid{gap:var(--space-3);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.raised-letter-derived-grid>div{gap:var(--space-1);padding:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-subtle);display:grid}.raised-letter-derived-grid span{color:var(--color-text-muted);font-size:var(--type-caption)}.raised-letter-derived-grid strong{color:var(--color-brand-700);font-size:var(--type-subtitle);font-variant-numeric:tabular-nums}.raised-letter-settings-table-grid{gap:var(--space-4);grid-template-columns:minmax(360px,.75fr) minmax(540px,1.25fr);display:grid}.raised-letter-settings-table-grid .card{min-width:0}.raised-letter-settings-page .tablewrap{border-radius:0 0 var(--radius-xl) var(--radius-xl);border:0;margin:0}.raised-letter-settings-page table input{text-align:right;font-variant-numeric:tabular-nums;width:100%;min-width:74px}.raised-letter-material-groups{gap:var(--space-3);display:grid}.raised-letter-material-groups section{gap:var(--space-3);padding:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-subtle);grid-template-columns:minmax(180px,.45fr) minmax(0,1.55fr);display:grid}.raised-letter-material-groups h4{color:var(--color-text);font-size:var(--type-body);margin:0}.raised-letter-material-groups p{color:var(--color-text-muted);font-size:var(--type-caption);margin:4px 0 0;line-height:1.4}.raised-letter-material-groups section>div:last-child{align-content:flex-start;gap:var(--space-1);flex-wrap:wrap;display:flex}.raised-letter-material-groups section>div:last-child span{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-secondary);font-size:var(--type-caption);border-radius:999px;padding:4px 8px}@media (width<=1100px){.raised-letter-layout,.raised-letter-settings-section-grid,.raised-letter-settings-table-grid{grid-template-columns:1fr}.raised-letter-derived-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.raised-letter-import-preview{flex-direction:column;align-items:stretch}.raised-letter-import-preview-actions{justify-content:flex-end}.raised-letter-file-toolbar{flex-direction:column;align-items:stretch}.raised-letter-file-actions{grid-template-columns:1fr;display:grid}.raised-letter-file-button{width:100%}.raised-letter-line-result-body{grid-template-columns:1fr}.raised-letter-breakdown-heading{gap:2px;display:grid}.raised-letter-settings-provenance,.raised-letter-derived-grid,.raised-letter-material-groups section{grid-template-columns:1fr}}
