:root{--bg:#eef5f8;--panel:#fff;--panel-soft:#f7fbfc;--text:#102a43;--muted:#627d98;--line:#d7e5eb;--accent:#007f83;--accent-dark:#005f66;--accent-soft:#e4f5f5;--medical-blue:#1d5d9b;--medical-blue-soft:#e8f2ff;--surface-glass:#ffffffe6;--line-strong:#cfe4e4;--shadow-soft:0 16px 38px #102a4312;--shadow-hover:0 22px 48px #102a431c}*{box-sizing:border-box}body{background:radial-gradient(circle at 76% 9%, #007f8324, transparent 32rem), radial-gradient(circle at 14% 0%, #0aa39d1c, transparent 28rem), linear-gradient(180deg, #f8fcfd 0%, var(--bg) 42%, #f6f8fb 100%);color:var(--text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.navigation-feedback{z-index:80;pointer-events:none;opacity:0;background:0 0;width:100%;height:3px;transition:opacity .12s;position:fixed;top:0;left:0;overflow:hidden}.navigation-feedback.visible{opacity:1}.navigation-feedback:after{content:"";background:linear-gradient(90deg, var(--medical-blue), var(--accent));border-radius:999px;width:38%;height:100%;display:block;transform:translate(-120%);box-shadow:0 0 18px #007f8347}.navigation-feedback.visible:after{animation:1.05s ease-in-out infinite navigation-feedback-slide}@keyframes navigation-feedback-slide{0%{transform:translate(-120%)}to{transform:translate(270%)}}.dealer-header{border-bottom:1px solid var(--line-strong);z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(90deg,#fffffff5 0%,#f8fcfdeb 58%,#e4f5f5d1 100%);justify-content:space-between;align-items:center;gap:24px;padding:18px 40px;display:flex;position:sticky;top:0;box-shadow:0 10px 28px #102a430a}.dealer-header-main{min-width:260px}.dealer-brand{letter-spacing:0;align-items:center;gap:12px;font-size:20px;font-weight:800;line-height:1.2;display:inline-flex}.dealer-brand-logo{flex:none;width:118px;height:auto;display:block}.dealer-subtitle{color:var(--muted);margin:4px 0 0;font-size:13px}.dealer-nav{color:var(--muted);flex-wrap:wrap;justify-content:flex-end;gap:6px;font-size:14px;display:flex}.dealer-nav a{min-height:36px;color:var(--muted);border:1px solid #0000;border-radius:999px;align-items:center;padding:8px 11px;font-weight:700;line-height:1;transition:background-color .16s,border-color .16s,color .16s,box-shadow .16s;display:inline-flex;position:relative}.dealer-nav a span{align-items:center;display:inline-flex}.dealer-nav a:hover,.dealer-nav a:focus-visible{background:var(--panel-soft);color:var(--text);border-color:#007f8338;outline:none}.dealer-nav a.active{background:var(--accent-soft);color:var(--accent);border-color:#007f834d;box-shadow:0 8px 18px #007f8314}.dealer-nav a.pending{background:var(--medical-blue-soft);color:var(--medical-blue);border-color:#1d5d9b40}.dealer-nav a.pending:after{content:"";background:currentColor;border-radius:999px;width:6px;height:6px;margin-left:7px;animation:.8s ease-in-out infinite alternate nav-pulse}@keyframes nav-pulse{0%{opacity:.35;transform:scale(.78)}to{opacity:1;transform:scale(1)}}.dealer-main{max-width:1220px;margin:0 auto;padding:38px 36px 58px}.catalog-warning-page{max-width:980px;padding-top:28px}.page-header{border:1px solid var(--line-strong);box-shadow:var(--shadow-soft);background:linear-gradient(135deg,#fffffff7 0%,#f8fcfdf0 58%,#e4f5f5c7 100%);border-radius:24px;margin-bottom:24px;padding:22px 26px;position:relative;overflow:hidden}.page-header:before{content:"";pointer-events:none;background:linear-gradient(90deg,#007f830e 0%,#0000 46%);position:absolute;inset:0}.page-header h1{letter-spacing:0;max-width:920px;margin:0;font-size:34px;line-height:1.15;position:relative}.page-header p{color:var(--muted);max-width:760px;margin:10px 0 0;line-height:1.6;position:relative}.card{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:linear-gradient(#fff 0%,#fbfdff 100%);border-radius:18px;padding:24px}.grid{gap:18px;display:grid}.form-alert{margin:0 0 18px}.warning-strip{color:#5f3b00;background:linear-gradient(#fff9e8 0%,#fff3cf 100%);border:1px solid #f5c451;border-left:6px solid #d97706;border-radius:14px;justify-content:space-between;align-items:center;gap:18px;padding:14px 16px;display:flex;box-shadow:0 12px 28px #d9770617}.warning-strip .eyebrow{color:#9a5c00;margin:0 0 4px}.warning-strip h2{color:#5f3b00;letter-spacing:0;margin:0;font-size:17px;line-height:1.35}.warning-strip-message{color:#7a4b00;overflow-wrap:anywhere;margin-top:4px;font-size:14px;line-height:1.5}.warning-strip-actions{flex:none;align-items:center;gap:8px;display:flex}.warning-strip-actions .button{color:#7a4b00;background:#fff;border-color:#9a5c002e;min-height:34px;padding:8px 14px;box-shadow:0 8px 16px #d9770614}.warning-strip-actions .button:not(:disabled):hover,.warning-strip-actions .button:not(:disabled):focus-visible{background:#fff7db;box-shadow:0 10px 20px #d977061f}.button{background:linear-gradient(180deg, var(--accent) 0%, var(--accent-dark) 100%);color:#fff;white-space:nowrap;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:40px;padding:10px 18px;font-size:14px;font-weight:600;line-height:1;transition:background .16s,box-shadow .16s,transform .16s;display:inline-flex;box-shadow:0 10px 22px #007f8324}.button:not(:disabled):hover,.button:not(:disabled):focus-visible{background:linear-gradient(180deg, #008d90 0%, var(--accent-dark) 100%);outline:none;box-shadow:0 14px 28px #007f832e}.button:not(:disabled):active{transform:translateY(1px)}.button:disabled{color:#475569;cursor:not-allowed;background:#cbd5e1}.login-form{gap:18px;max-width:460px;display:grid}.login-brand{border-bottom:1px solid var(--line);gap:6px;padding-bottom:6px;display:grid}.login-brand strong{color:var(--text);font-size:22px;line-height:1.2}.login-brand p{color:var(--muted);margin:0;font-size:15px;line-height:1.45}.login-form label{color:var(--muted);gap:8px;font-size:14px;display:grid}.login-form input{border:1px solid var(--line);width:100%;color:var(--text);background:#fff;border-radius:12px;padding:12px 14px;font-size:16px}.login-form .login-remember{background:var(--accent-soft);color:var(--text);cursor:pointer;border-radius:12px;align-items:flex-start;gap:10px;padding:12px 14px;display:flex}.login-form .login-remember input{width:18px;height:18px;min-height:18px;accent-color:var(--accent);margin:2px 0 0;padding:0}.login-remember span{gap:3px;display:grid}.login-remember strong{font-size:14px}.login-remember small{color:var(--muted);font-size:12px;line-height:1.4}.login-form-links{color:var(--accent);flex-wrap:wrap;justify-content:space-between;gap:10px;font-size:13px;font-weight:800;display:flex}.login-form-links a{text-underline-offset:3px;text-decoration:underline}.form-error{color:#b42318;margin:0}.card h2{margin-top:0}.account-topbar{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:20px;display:flex}.account-card h2,.account-empty h2{margin:0 0 18px}.account-profile-hero{border-color:#007f833d;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:18px;display:flex}.account-profile-hero h2{margin:0;font-size:26px}.account-profile-hero p:last-child{color:var(--muted);margin:8px 0 0;line-height:1.55}.account-primary-grid{grid-template-columns:minmax(0,1fr) minmax(280px,360px);gap:18px;margin-bottom:18px;display:grid}.account-primary-grid .account-profile-hero{margin-bottom:0}.account-profile-copy{min-width:0}.account-profile-badges{flex-wrap:wrap;justify-content:flex-end;gap:8px;max-width:360px;display:flex}.account-profile-badges span{background:var(--accent-soft);min-height:32px;color:var(--accent);border-radius:999px;align-items:center;padding:7px 11px;font-size:12px;font-weight:800;display:inline-flex}.account-profile-meta{flex:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;margin-top:18px;display:grid}.account-profile-meta p{background:var(--panel-soft);border-radius:12px;gap:5px;margin:0;padding:12px;display:grid}.account-profile-meta span{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:700}.account-profile-meta strong{color:var(--text);overflow-wrap:anywhere}.account-overview-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;display:grid}.account-metric-grid{gap:10px;display:grid}.account-metric-grid p{background:var(--panel-soft);border-radius:12px;gap:5px;margin:0;padding:12px;display:grid}.account-metric-grid span{color:var(--muted);text-transform:uppercase;letter-spacing:0;font-size:12px;font-weight:800}.account-metric-grid strong{color:var(--text);overflow-wrap:anywhere}.eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:0;margin:0 0 8px;font-size:12px;font-weight:700}.detail-list,.permission-list{gap:12px;display:grid}.detail-list p,.permission-list p{color:var(--muted);justify-content:space-between;gap:16px;margin:0;display:flex}.detail-list strong{color:var(--text);text-align:right}.account-support-actions{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.account-whatsapp-button{width:fit-content}.account-collapsible{padding:0;overflow:hidden}.account-collapsible summary{cursor:pointer;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;list-style:none;display:flex}.account-collapsible summary::-webkit-details-marker{display:none}.account-collapsible summary:after{content:"+";background:var(--panel-soft);width:28px;height:28px;color:var(--accent);border-radius:999px;flex:none;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.account-collapsible[open] summary:after{content:"-"}.account-collapsible summary .eyebrow{margin:0}.account-collapsible summary strong{color:var(--text);margin-left:auto}.account-collapsible>.detail-list,.account-collapsible>.account-metric-grid,.account-collapsible>.permission-list,.account-collapsible>.account-authorized-list{border-top:1px solid var(--line);padding:16px 20px 20px}.account-authorized-list{gap:10px;display:grid}.account-authorized-item{background:var(--panel-soft);border:1px solid #2777801f;border-radius:12px;gap:5px;margin:0;padding:12px;display:grid}.account-authorized-item strong{color:var(--text);overflow-wrap:anywhere}.account-authorized-item span,.account-authorized-empty{color:var(--muted);font-size:12px;line-height:1.45}.account-authorized-item span{text-transform:uppercase;font-weight:650}.account-authorized-empty{margin:0}.status-yes,.status-no{font-weight:700}.permission-status{border-radius:999px;justify-content:center;align-items:center;min-width:82px;padding:5px 9px;font-size:12px;font-weight:800;display:inline-flex}.permission-status.enabled{color:#047857;background:#ecfdf5}.permission-status.disabled{color:#b42318;background:#fef2f2}.status-yes{color:#047857}.status-no{color:#b42318}.button-row{flex-wrap:wrap;gap:12px;display:flex}.button-secondary{background:#334155}.button-secondary:not(:disabled):hover,.button-secondary:not(:disabled):focus-visible{background:#1e293b}.dashboard-login-card{gap:18px;max-width:640px;display:grid}.dashboard-login-card p{color:var(--muted);margin:0;line-height:1.6}.app-home{gap:18px;width:100%;min-width:0;display:grid}.app-home>*,.app-home-hero-copy,.app-home-current>div{min-width:0}.app-home-hero{border:1px solid var(--line-strong);background:linear-gradient(135deg, #fffffffa, #eff9f9db), var(--panel);box-shadow:var(--shadow-soft);border-radius:22px;grid-template-columns:minmax(0,1fr) minmax(220px,320px);align-items:stretch;gap:18px;padding:22px;display:grid}.app-home-hero-copy{min-width:0}.app-home-hero h1{color:#0b1f33;letter-spacing:0;max-width:760px;margin:0;font-size:clamp(28px,4vw,44px);line-height:1.08}.app-home-hero p:last-child{color:var(--muted);margin:12px 0 0;font-size:15px;line-height:1.55}.app-home-support{background:#ffffffb8;border:1px solid #007f8329;border-radius:18px;align-content:center;gap:5px;padding:16px;display:grid}.app-home-support span,.app-home-metrics span,.app-home-metrics em,.app-action-tile span{color:var(--muted);font-size:12px;line-height:1.35}.app-home-support strong{color:var(--text);font-size:20px;line-height:1.25}.app-home-support em{overflow-wrap:anywhere;color:#08767a;font-size:13px;font-style:normal}.app-home-current{background:#fff;border:1px solid #1d5d9b24;border-radius:18px;justify-content:space-between;align-items:center;gap:18px;padding:18px 20px;display:flex;box-shadow:0 10px 26px #102a430b}.app-home-current h2{color:var(--text);margin:0;font-size:22px;line-height:1.2}.app-home-current p:last-child{color:var(--muted);margin:7px 0 0;line-height:1.55}.app-home-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.app-home-metrics div{border:1px solid var(--line);background:#ffffffdb;border-radius:16px;gap:5px;min-width:0;padding:14px;display:grid}.app-home-metrics strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:21px;line-height:1.2;overflow:hidden}.app-home-metrics em{text-overflow:ellipsis;white-space:nowrap;font-style:normal;overflow:hidden}.app-action-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;display:grid}.app-action-tile{border:1px solid var(--line);min-width:0;min-height:132px;color:var(--text);background:#fff;border-radius:18px;align-content:space-between;gap:9px;padding:15px;transition:border-color .16s,background .16s,transform .16s;display:grid;box-shadow:0 10px 24px #102a430b}.app-action-tile:hover,.app-action-tile:focus-visible{background:#f8fcfd;border-color:#007f8342;outline:none;transform:translateY(-1px)}.app-action-tile.primary{background:#e8f7f7;border-color:#007f8338}.app-action-icon{color:#08767a;background:#f1f8fa;border-radius:14px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.app-action-tile.primary .app-action-icon{background:#fff}.app-action-icon svg{width:22px;height:22px}.app-action-tile strong{text-overflow:ellipsis;white-space:nowrap;font-size:17px;line-height:1.18;overflow:hidden}.app-action-tile span:last-child{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.app-home-lists{margin-top:2px}.dashboard-action-card,.dashboard-next-card{justify-content:space-between;align-items:center;gap:24px;margin-bottom:18px;display:flex}.dashboard-action-card h2,.dashboard-next-card h2{margin:0 0 8px}.dashboard-action-card p:last-child,.dashboard-next-card p:last-child{color:var(--muted);margin:0;line-height:1.6}.dashboard-summary-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;margin-bottom:18px;display:grid}.dashboard-summary-card{gap:8px;display:grid}.dashboard-summary-card strong{font-size:24px;line-height:1.2}.dashboard-summary-card span{color:var(--muted);overflow-wrap:anywhere;font-size:13px}.dashboard-content-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:18px;display:grid}.dashboard-panel h2{margin:0}.dashboard-list{gap:10px;display:grid}.dashboard-list-row{border:1px solid var(--line);background:#fff;border-radius:12px;justify-content:space-between;align-items:flex-start;gap:18px;padding:12px;display:flex}.dashboard-list-row strong,.dashboard-list-row span,.dashboard-list-row em{display:block}.dashboard-list-row strong{color:var(--text);line-height:1.4}.dashboard-list-row span{color:var(--muted);overflow-wrap:anywhere;margin-top:4px;font-size:13px}.dashboard-list-row em{color:var(--accent);text-align:right;white-space:nowrap;font-size:13px;font-style:normal;font-weight:700}.dashboard-empty{color:var(--muted);margin:0;line-height:1.6}@media (max-width:720px){.account-topbar{display:block}.account-topbar .button{margin-bottom:24px}.account-profile-hero{display:block}.account-profile-hero h2{font-size:24px}.account-profile-badges{justify-content:flex-start;margin-top:16px}.dealer-header{padding:16px;display:block}.dealer-header-main{min-width:0}.dealer-brand{max-width:100%;font-size:18px;display:inline-flex}.dealer-brand-logo{width:96px}.dealer-subtitle{font-size:12px}.dealer-nav{overscroll-behavior-x:contain;scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;gap:8px;margin:14px -16px 0;padding:0 16px 4px;overflow-x:auto}.dealer-nav::-webkit-scrollbar{display:none}.dealer-nav a{white-space:nowrap;flex:none;min-height:34px;padding:8px 10px}.dealer-main{padding:24px 16px 32px}.page-header{border-radius:18px;margin-bottom:18px;padding:18px}.page-header h1{font-size:28px;line-height:1.2}.card{border-radius:14px;padding:18px}.warning-strip{gap:12px;padding:13px 14px;display:grid}.warning-strip-actions,.warning-strip-actions .button{width:100%}.dashboard-action-card,.dashboard-next-card,.dashboard-list-row{display:block}.dashboard-action-card .button,.dashboard-next-card .button{width:100%;margin-top:16px}.dashboard-content-grid{grid-template-columns:1fr}.dashboard-list-row em{text-align:left;margin-top:8px;display:inline-block}}.products-summary{border-color:#1d5d9b29;justify-content:space-between;align-items:center;gap:24px;margin-bottom:22px;display:flex}.products-summary h2{margin:0}.products-summary p:last-child{color:var(--muted);max-width:560px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(178px,1fr));align-items:stretch;gap:10px;display:grid}.sets-panel{gap:14px;margin-bottom:18px;display:grid}.sets-panel-heading{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:12px;display:flex}.sets-panel-heading h2{margin:0}.sets-panel-heading p:last-child{color:var(--muted);margin:0}.set-grid{grid-template-columns:repeat(auto-fill,minmax(238px,1fr));gap:10px;display:grid}.products-search-panel{gap:14px;margin-bottom:18px;display:grid}.products-search-panel.is-loading{border-color:#1d5d9b3d;box-shadow:0 18px 44px #123b6617}.products-search-mode{background:#f6f9fcd1;border:1px solid #1d5d9b1f;border-radius:999px;gap:4px;width:fit-content;padding:4px;display:inline-flex}.products-search-mode-button{color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:8px 13px;font-size:13px;font-weight:520;transition:background .16s,color .16s,box-shadow .16s}.products-search-mode-button:hover,.products-search-mode-button:focus-visible{color:var(--medical-blue);background:#e8f7f7bf;outline:none}.products-search-mode-button.active{color:#075d62;background:#fff;box-shadow:0 4px 12px #123b660f}.catalog-loading-state{background:var(--medical-blue-soft);width:fit-content;color:var(--medical-blue);border:1px solid #1d5d9b24;border-radius:999px;align-items:center;gap:10px;padding:8px 12px;font-size:13px;font-weight:700;display:inline-flex}.loading-dot{background:currentColor;border-radius:999px;width:8px;height:8px;animation:.8s ease-in-out infinite alternate nav-pulse}.products-search-form{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;display:grid}.products-search-field{gap:8px;display:grid}.products-search-field span{font-weight:700}.products-search-field input{border:1px solid var(--line);width:100%;font:inherit;color:var(--text);background:#fff;border-radius:8px;padding:11px 12px}.products-draft-status{color:var(--muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.products-search-helper{color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:10px;font-size:13px;display:flex}.product-search-empty{background:linear-gradient(180deg, #ffffffe6, #f8fbfff0), var(--panel);border-style:dashed;gap:10px;margin-bottom:18px;display:grid}.product-search-empty h2,.products-result-heading h2,.result-main h3{margin:0}.product-search-empty p:last-child{max-width:720px;color:var(--muted);margin:0;line-height:1.65}.product-results-layout{gap:20px;display:grid}.products-result-section{gap:10px;display:grid}.products-result-heading{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:10px;display:flex}.products-result-heading p:last-child{color:var(--muted);margin:0}.product-result-list,.set-result-list{gap:8px;display:grid}.product-result-list.is-loading,.set-result-list.is-loading{opacity:.58;pointer-events:none;transition:opacity .16s}.product-result-row,.set-result-row{background:#ffffffd6;border:1px solid #1d5d9b1f;border-radius:12px;align-items:center;gap:12px;padding:10px 12px;transition:border-color .16s,box-shadow .16s,transform .16s;display:grid;box-shadow:0 8px 18px #123b660b}.product-result-row:hover,.set-result-row:hover{border-color:#007f8338;transform:translateY(-1px);box-shadow:0 12px 24px #123b6613}.product-result-row{grid-template-columns:minmax(72px,112px) minmax(0,1fr) minmax(88px,116px) minmax(54px,72px) minmax(132px,auto)}.set-result-row{grid-template-columns:minmax(72px,112px) minmax(0,1fr) minmax(82px,100px) minmax(80px,auto)}.result-code{color:var(--accent);overflow-wrap:anywhere;font-size:12px;font-weight:900;line-height:1.3}.result-main{min-width:0}.result-main h3{color:var(--text);-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:14px;line-height:1.35;display:-webkit-box;overflow:hidden}.result-main p{color:var(--muted);-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:4px 0 0;font-size:12px;line-height:1.45;display:-webkit-box;overflow:hidden}.result-price,.result-uom,.result-status{color:var(--muted);justify-items:end;gap:2px;font-size:11px;font-weight:800;display:grid}.result-price strong,.result-uom strong,.result-status{color:var(--text);overflow-wrap:anywhere;font-size:13px}.result-price span,.result-uom span{color:var(--muted);text-transform:uppercase;font-size:10px}.result-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.result-actions .button{min-height:34px;padding:8px 13px;font-size:12px}.result-actions .product-add-button{min-width:62px}.product-inline-empty{color:var(--muted);background:#fff9;border:1px dashed #1d5d9b29;border-radius:12px;padding:14px}.draft-fly-feedback{left:var(--fly-start-x);top:var(--fly-start-y);z-index:60;pointer-events:none;background:linear-gradient(180deg, var(--accent) 0%, var(--accent-dark) 100%);color:#fff;border-radius:999px;padding:9px 13px;font-size:12px;font-weight:900;animation:.9s cubic-bezier(.2,.72,.2,1) forwards draft-fly-in;position:fixed;box-shadow:0 18px 36px #007f8338}@keyframes draft-fly-in{0%{opacity:0;transform:translate(-50%,-50%)scale(.86)}15%{opacity:1}to{opacity:0;transform:translate(calc(100vw - var(--fly-start-x) - 178px), calc(92px - var(--fly-start-y))) scale(.72)}}.products-filter-row{color:var(--muted);flex-wrap:wrap;justify-content:space-between;align-items:end;gap:12px;display:flex}.products-filter-meta{color:var(--muted);font-size:13px}.products-filter-row label{gap:8px;min-width:min(360px,100%);display:grid}.products-filter-row label span{color:var(--text);font-weight:700}.products-filter-row select{border:1px solid var(--line);width:100%;color:var(--text);font:inherit;background:#fff;border-radius:8px;padding:11px 12px}.products-filter-row select:disabled{color:#94a3b8;cursor:wait;background:#f1f5f9}.product-empty-state{color:var(--muted);margin-top:12px}.product-empty-state h2{color:var(--text);margin:0 0 8px}.product-empty-state p{margin:0}.product-card{border-color:#007f8324;grid-template-rows:auto minmax(76px,1fr) auto auto;gap:8px;min-height:100%;padding:12px;display:grid;box-shadow:0 10px 24px #123b6611}.product-card h2{margin:0;font-size:13px;line-height:1.32}.product-card-header{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.product-id-block{min-width:0;max-width:calc(100% - 76px)}.product-code{color:var(--accent);overflow-wrap:anywhere;margin:0;font-size:11px;font-weight:700;line-height:1.25}.product-id-block span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:11px;line-height:1.35;display:block;overflow:hidden}.product-price{background:var(--accent-soft);min-width:70px;max-width:82px;color:var(--accent);text-align:right;border-radius:10px;gap:2px;padding:6px 7px;display:grid}.product-price span{color:var(--muted);text-transform:uppercase;letter-spacing:0;font-size:9px;font-weight:800}.product-price strong{color:var(--text);overflow-wrap:anywhere;font-size:12px;line-height:1.2}.product-card-body{align-content:start;gap:8px;display:grid}.product-category{width:100%;color:var(--medical-blue);white-space:nowrap;text-overflow:ellipsis;background:#1d5d9b14;border-radius:999px;margin:0;padding:4px 8px;font-size:10px;font-weight:800;overflow:hidden}.product-name{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.product-card-footnote{border-top:1px solid var(--line);color:var(--muted);flex-wrap:wrap;gap:5px;margin:0;padding-top:8px;font-size:11px;line-height:1.25;display:flex}.product-card-footnote span{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:100%;overflow:hidden}.product-card-footnote span+span:before{content:"/";color:#9fb3c8;margin-right:5px}.product-add-button{justify-self:start}.product-set-card{border-color:#1d5d9b29;gap:10px;min-height:100%;padding:14px;display:grid}.product-set-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.product-set-header h2{margin:4px 0 0;font-size:14px;line-height:1.35}.product-set-family{background:var(--medical-blue-soft);min-height:26px;color:var(--medical-blue);white-space:nowrap;border-radius:999px;align-items:center;padding:5px 8px;font-size:11px;font-weight:800;display:inline-flex}.product-set-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.product-set-meta p{background:var(--panel-soft);border-radius:10px;gap:3px;margin:0;padding:8px 9px;display:grid}.product-set-meta span{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:800}.product-set-meta strong{color:var(--text);font-size:14px}.set-note,.set-warning{margin:0;font-size:12px;line-height:1.5}.set-note{color:var(--muted)}.set-warning{color:#b45309}.product-card-actions{border-top:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding-top:10px;display:flex}.product-card-actions .button{min-height:34px;padding:8px 12px;font-size:12px}.products-pagination{background:#ffffffb8;border:1px solid #1d5d9b1f;border-radius:16px;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-top:18px;padding:12px;display:flex}.products-pagination-compact{margin-top:2px;padding:10px}.pagination-pages{flex-wrap:wrap;justify-content:center;gap:6px;display:inline-flex}.pagination-page{border:1px solid var(--line);min-width:36px;height:36px;color:var(--muted);font:inherit;cursor:pointer;background:#fff;border-radius:999px;font-weight:800}.pagination-page:hover:not(:disabled),.pagination-page:focus-visible:not(:disabled){color:var(--accent);border-color:#007f8347;outline:none}.pagination-page.active{background:var(--accent-soft);color:var(--accent);border-color:#007f8352}.pagination-page:disabled,.pagination-jump select:disabled{cursor:wait;opacity:.68}.pagination-jump{color:var(--muted);align-items:center;gap:8px;font-size:13px;font-weight:700;display:inline-flex}.pagination-jump select{border:1px solid var(--line);min-width:76px;color:var(--text);font:inherit;background:#fff;border-radius:999px;padding:8px 12px}.product-detail-hero{border-color:#007f833d;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:18px;display:flex}.product-detail-hero h2{margin:0}.product-detail-hero p:last-child{color:var(--muted);margin-bottom:0}.product-detail-price{text-align:right;gap:6px;display:grid}.product-detail-price span{color:var(--muted);font-size:13px}.product-detail-price strong{color:var(--text);font-size:28px}.product-detail-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;display:grid}.product-detail-description{color:var(--muted);margin-bottom:0;line-height:1.65}.product-detail-action-card{gap:12px;display:grid}.product-detail-action-card h2{margin:0}.product-detail-action-card p:last-of-type{color:var(--muted);line-height:1.6}.product-detail-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.product-detail-actions .form-alert{flex-basis:100%}.product-set-detail-hero{border-color:#1d5d9b33;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:18px;display:flex}.product-set-detail-copy h2{margin:0}.product-set-detail-copy p:last-child{color:var(--muted);margin-bottom:0}.product-set-status-badges{flex-wrap:wrap;justify-content:flex-end;gap:8px;max-width:360px;display:flex}.product-set-summary-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-bottom:18px;display:grid}.product-set-summary-card{gap:8px;display:grid}.product-set-summary-card strong{font-size:30px;line-height:1}.product-set-summary-card span{color:var(--muted);line-height:1.55}.product-set-detail-grid{gap:18px;display:grid}.product-set-action-card{gap:12px;display:grid}.product-set-action-card h2,.product-set-lines-header h2,.product-set-empty h3,.product-set-line h3{margin:0}.product-set-action-card p:last-of-type,.product-set-lines-header p:last-child,.product-set-empty p{color:var(--muted);margin-bottom:0;line-height:1.6}.product-set-detail-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.product-set-detail-actions .form-alert{flex-basis:100%}.product-set-lines-card{gap:16px;display:grid}.product-set-lines-header{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:16px;display:flex}.product-set-lines{gap:12px;display:grid}.product-set-line{background:linear-gradient(#fff 0%,#f9fcff 100%);border:1px solid #1d5d9b24;border-radius:16px;gap:12px;padding:16px;display:grid}.product-set-line-header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.product-set-line-copy{min-width:0}.product-set-line-copy h3{line-height:1.4}.product-set-line-meta{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;display:grid}.product-set-line-meta p{background:var(--panel-soft);border-radius:12px;gap:4px;margin:0;padding:10px 12px;display:grid}.product-set-line-meta span{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:800}.product-set-line-meta strong{color:var(--text);overflow-wrap:anywhere}.product-set-line-note{color:var(--muted);margin:0;line-height:1.6}.product-set-line-actions{justify-content:flex-end;display:flex}.product-set-empty{background:var(--panel-soft);border-radius:16px;gap:8px;padding:18px;display:grid}.text-link.muted{color:var(--muted);cursor:default}@media (max-width:720px){.products-summary{display:block}.products-search-form{grid-template-columns:1fr}.products-search-helper,.products-result-heading{display:grid}.products-search-form .button,.products-draft-status .button,.product-detail-actions .button,.product-set-detail-actions .button{justify-content:center;width:100%}.product-card-header,.product-card-actions,.product-set-header,.product-set-line-header{display:grid}.product-result-row,.set-result-row{grid-template-columns:1fr;align-items:start}.result-price,.result-uom,.result-status{justify-items:start}.result-actions{justify-content:flex-start}.product-price{text-align:left;min-width:0;max-width:none}.product-id-block{max-width:none}.product-card-actions .button{width:100%}.product-detail-hero{display:block}.product-detail-price{text-align:left;margin-top:16px}.product-set-detail-hero{display:block}.product-set-status-badges{justify-content:flex-start;max-width:none;margin-top:16px}.product-set-meta,.product-set-line-meta{grid-template-columns:1fr}}.orders-summary{border-color:#007f833d;grid-template-columns:minmax(0,1fr) auto;justify-content:space-between;align-items:stretch;gap:24px;margin-bottom:22px;display:grid}.orders-summary h2{margin:0;font-size:26px}.orders-summary p:last-child{color:var(--muted);max-width:640px;line-height:1.55}.orders-summary-metrics{grid-template-columns:repeat(4,minmax(86px,1fr));gap:10px;min-width:430px;display:grid}.orders-summary-metrics p{background:var(--panel-soft);border-radius:12px;gap:6px;min-height:76px;margin:0;padding:12px;display:grid}.orders-summary-metrics span{color:var(--muted);font-size:12px;font-weight:800}.orders-summary-metrics strong{color:var(--text);font-size:24px;line-height:1}.order-status-tabs{scrollbar-width:thin;gap:10px;max-width:100%;margin:0 0 22px;padding:2px 1px 8px;display:flex;overflow-x:auto}.order-status-tab{border:1px solid var(--line);color:var(--text);background:#fff;border-radius:999px;flex:none;align-items:center;gap:9px;min-height:42px;padding:0 14px;text-decoration:none;display:inline-flex}.order-status-tab span{font-size:.82rem;font-weight:800}.order-status-tab strong{background:var(--panel-soft);border-radius:999px;justify-content:center;align-items:center;min-width:25px;padding:4px 7px;font-size:.76rem;display:inline-flex}.order-status-tab:hover,.order-status-tab:focus-visible{border-color:#007f8380;outline:0}.order-status-tab.active{background:var(--accent);border-color:var(--accent);color:#fff}.order-status-tab.active strong{color:#fff;background:#fff3}.order-list{gap:18px;display:grid}.order-card{border-radius:16px;gap:16px;transition:border-color .16s,box-shadow .16s;display:grid}.order-card:hover{border-color:#007f8342;box-shadow:0 16px 34px #10203314}.order-card-header{grid-template-columns:minmax(0,1fr) auto;justify-content:space-between;align-items:flex-start;gap:18px;display:grid}.order-card h2{margin:0;font-size:20px}.order-title-block{min-width:0}.order-name{color:var(--accent);margin:0 0 6px;font-size:13px;font-weight:700}.order-subline{color:var(--muted);overflow-wrap:anywhere;margin:8px 0 0;font-size:13px}.order-amount,.order-amount-block{white-space:nowrap}.order-amount-block{text-align:right;gap:5px;min-width:160px;display:grid}.order-amount-block span{color:var(--muted);font-size:12px;font-weight:800}.order-amount,.order-amount-block strong{color:var(--text);font-size:18px;font-weight:800}.order-status-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.order-status,.order-pill{color:var(--accent);background:#007f831a;border-radius:999px;padding:6px 10px;font-size:13px;font-weight:700;display:inline-flex}.order-status.complete{color:#047857;background:#ecfdf5}.order-status.shipping{background:var(--medical-blue-soft);color:var(--medical-blue)}.order-status.payment{color:#b45309;background:#fff7ed}.order-status.review{background:var(--panel-soft);color:#475569}.order-pill.muted{background:var(--panel-soft);color:var(--muted)}.order-meta,.order-metric-grid{border-top:1px solid var(--line);grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;padding-top:16px;display:grid}.order-meta p,.order-metric-grid p{background:var(--panel-soft);border-radius:12px;gap:5px;min-width:0;margin:0;padding:12px;display:grid}.order-meta span,.order-metric-grid span{color:var(--muted);font-size:12px;font-weight:800}.order-meta strong,.order-metric-grid strong{color:var(--text);overflow-wrap:anywhere;font-size:14px}.order-card-footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;padding-top:14px;display:flex}.order-card-footer span{color:var(--muted);font-size:13px;line-height:1.5}.order-detail-link{white-space:nowrap;flex:none}.text-link{color:var(--accent);width:fit-content;font-weight:700}@media (max-width:720px){.orders-summary,.order-card-header,.order-card-footer{display:block}.orders-summary-metrics{grid-template-columns:repeat(2,minmax(0,1fr));min-width:0;margin-top:16px}.order-amount,.order-amount-block{text-align:left;white-space:normal;margin-top:10px;display:block}.order-metric-grid{grid-template-columns:1fr}.order-detail-link{margin-top:12px;display:inline-flex}}.detail-topbar{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:20px;display:flex}.detail-topbar .page-header{flex:auto;margin-bottom:0}.detail-topbar .detail-actions{flex:none;padding-top:4px}.order-detail-hero{border-color:#007f833d;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:20px;display:flex}.order-detail-hero h2{margin:0}.order-detail-status{color:#647688;white-space:nowrap;background:#eef3f5;border-radius:999px;align-items:center;min-height:32px;margin:12px 0 0;padding:7px 12px;font-size:12px;font-weight:850;line-height:normal;display:inline-flex}.public-catalog-share-page{background:radial-gradient(circle at 10% 0,#1f9d9f14,#0000 30%),#f5f9fa;min-height:100vh}.public-catalog-share-header{border-bottom:1px solid var(--line);z-index:40;background:#fffffff5;justify-content:space-between;align-items:center;gap:20px;min-height:74px;padding:12px clamp(18px,4vw,64px);display:flex;position:sticky;top:0}.public-catalog-share-brand{color:var(--text);align-items:center;gap:12px;text-decoration:none;display:inline-flex}.public-catalog-share-brand img{width:104px;height:auto}.public-catalog-share-brand span{gap:2px;display:grid}.public-catalog-share-brand small{color:var(--muted)}.public-catalog-share-account-actions{align-items:center;gap:14px;display:flex}.public-catalog-share-main{padding-top:28px;padding-bottom:80px}.public-catalog-share-hero{background:linear-gradient(135deg,#fff,#eefafa);border:1px solid #2084872e;border-radius:18px;max-width:1380px;margin:0 auto 24px;padding:clamp(22px,4vw,38px);box-shadow:0 14px 40px #14444c14}.public-catalog-share-hero h1{color:var(--text);margin:5px 0 10px;font-size:clamp(1.7rem,3vw,2.5rem)}.public-catalog-share-hero>p:not(.eyebrow){color:var(--muted);max-width:780px;margin:0}.public-catalog-share-hero>span{color:#176f73;margin-top:14px;font-size:.9rem;font-weight:750;display:inline-block}.catalog-web-viewer--public-share .catalog-toolbar-summary{min-width:0}.catalog-access-backdrop{z-index:200;background:#0e1e2694;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.catalog-access-dialog{background:#fff;border:1px solid #176f7333;border-radius:18px;width:100%;max-width:520px;padding:30px;position:relative;box-shadow:0 24px 80px #08252c47}.catalog-access-dialog h2{color:var(--text);margin:5px 36px 10px 0}.catalog-access-dialog>p:not(.eyebrow){color:var(--muted);margin:0;line-height:1.6}.catalog-access-close{color:var(--text);cursor:pointer;background:#eef5f5;border:0;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;font-size:24px;display:inline-flex;position:absolute;top:18px;right:18px}.catalog-access-actions{gap:10px;margin-top:24px;display:grid}.catalog-access-actions .button,.catalog-access-actions .text-button{text-align:center;justify-content:center;width:100%}.public-activation-return{margin-top:10px;text-decoration:none}@media (max-width:720px){.order-status-tabs{margin-left:-4px;margin-right:-4px;padding-left:4px;padding-right:4px}.public-catalog-share-header{flex-direction:column;align-items:flex-start}.public-catalog-share-account-actions,.public-catalog-share-account-actions .button{width:100%}.public-catalog-share-account-actions{justify-content:space-between}.public-catalog-share-main{padding-top:18px}.catalog-access-dialog{padding:24px 20px}}.order-detail-amount{text-align:right;gap:6px;display:grid}.order-detail-amount span{color:var(--muted);font-size:13px}.order-detail-amount strong{color:var(--text);font-size:28px}.order-detail-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;margin-bottom:18px;display:grid}.shipment-batch-section{gap:20px;display:grid}.shipment-batch-list{gap:14px;display:grid}.shipment-batch-card{background:linear-gradient(145deg,#fff 0%,#faf8fd 100%);border:1px solid #e4dfef;border-radius:18px;padding:18px}.shipment-batch-head,.shipment-batch-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.shipment-batch-head div{gap:4px;display:grid}.shipment-batch-head span,.shipment-batch-head em{color:#73599d;text-transform:uppercase;letter-spacing:.04em;font-size:.82rem;font-style:normal;font-weight:800}.shipment-batch-head strong{font-size:1.08rem}.shipment-batch-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:16px 0;display:grid}.shipment-batch-metrics p{background:#fff;border:1px solid #eeeaf4;border-radius:12px;gap:3px;margin:0;padding:10px 12px;display:grid}.shipment-batch-metrics span,.shipment-batch-tracking{color:#746d80;font-size:.82rem}.shipment-batch-tracking{margin:0 0 14px}.shipment-batch-actions{justify-content:flex-start}.shipment-batch-actions .button{text-align:center;min-width:132px}@media (max-width:760px){.shipment-batch-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.shipment-batch-actions .button{flex:130px}}.order-detail-payment-upload{width:100%;margin:0 0 18px}.order-detail-payment-upload .public-quote-upload-panel{width:100%;margin:0}.order-timeline-card{margin-bottom:18px;padding:0;overflow:hidden}.order-timeline-card summary{cursor:pointer;padding:20px 24px;list-style:none}.order-timeline-card summary::-webkit-details-marker{display:none}.order-timeline-summary{margin-bottom:0}.order-timeline-summary p:last-child{color:var(--muted);margin:6px 0 0;line-height:1.5}.order-timeline-toggle{background:var(--panel-soft);height:34px;color:var(--accent);white-space:nowrap;border-radius:999px;align-items:center;padding:8px 12px;font-size:12px;font-weight:900;display:inline-flex}.order-timeline-card[open] .order-timeline-toggle{background:var(--accent-soft)}.order-timeline-list{border-top:1px solid var(--line);gap:10px;padding:14px 24px 22px;display:grid}.order-timeline-row{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:160px minmax(0,1fr);gap:14px;padding:14px;display:grid}.order-timeline-date{color:var(--muted);gap:6px;font-size:12px;font-weight:800;display:grid}.order-timeline-date strong{background:var(--accent-soft);width:fit-content;color:var(--accent);border-radius:999px;padding:5px 8px}.order-timeline-row>div:last-child{min-width:0}.order-timeline-row>div:last-child strong{color:var(--text)}.order-timeline-row p{color:var(--muted);margin:6px 0 0;line-height:1.5}.order-note-card{margin-bottom:18px}.order-note-card p:last-child{color:var(--muted);margin-bottom:0;line-height:1.6}.order-lines-card h2{margin:0}.order-lines-card{margin-bottom:18px}.order-lines-intro{color:var(--muted);margin:8px 0 0;line-height:1.6}.section-heading-row{justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;display:flex}.order-lines-stack{grid-template-columns:1fr;gap:12px;display:grid}.order-line-group{gap:12px;display:grid}.order-line-group.sales-set{background:linear-gradient(135deg,#f4f0fce6,#fffffffa);border:1px solid #6e55ac47;border-radius:18px;padding:12px;box-shadow:0 10px 26px #503d7d0f}.order-line-group-header{border-bottom:1px solid #6e55ac2e;justify-content:space-between;align-items:flex-start;gap:14px;padding:0 0 10px;display:flex}.order-line-group-header h3{color:var(--text);overflow-wrap:anywhere;margin:3px 0 2px;font-size:15px;line-height:1.4}.order-line-group-header span{color:var(--muted);font-size:12px;line-height:1.5}.order-line-group-header>strong{color:#6e55ac;background:#ffffffe0;border:1px solid #6e55ac33;border-radius:999px;flex:none;padding:7px 10px;font-size:12px}.order-line-group.sales-set .order-line-group-header .eyebrow{color:#6e55ac}.order-line-card{border:1px solid #d8e5e9;border-left:6px solid var(--accent);background:linear-gradient(#fff 0%,#fbfdff 100%);border-radius:14px;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);align-items:start;gap:12px 16px;min-height:100%;padding:14px 16px 14px 14px;display:grid;box-shadow:0 10px 24px #102a430e}.order-line-card.generated{border-left-color:#347fb5}.order-line-card.temporary{border-left-color:#b87318}.order-line-card.set-component{border-left-color:#6e55ac}.order-line-card-top{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.order-line-identity{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:14px;min-width:0;display:grid}.order-line-sequence{background:var(--accent);color:#fff;font-variant-numeric:tabular-nums;letter-spacing:.04em;border-radius:999px;justify-content:center;align-items:center;min-width:50px;min-height:32px;font-size:13px;font-weight:900;line-height:1;display:inline-flex}.order-line-card.generated .order-line-sequence{background:#347fb5}.order-line-card.temporary .order-line-sequence{background:#b87318}.order-line-card.set-component .order-line-sequence{background:#6e55ac}.order-line-copy{min-width:0}.order-line-copy h3{color:var(--text);overflow-wrap:anywhere;margin:6px 0 0;font-size:15px;line-height:1.4}.order-line-code{color:var(--accent);letter-spacing:.02em;text-transform:uppercase;margin:0;font-size:12px;font-weight:800}.order-line-badges{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.order-line-badge{background:var(--accent-soft);min-height:28px;color:var(--accent);white-space:nowrap;border-radius:999px;align-items:center;padding:5px 10px;font-size:11px;font-weight:800;display:inline-flex}.order-line-badge.muted{background:var(--panel-soft);color:var(--muted)}.order-line-badge.catalog{color:#087e82;background:#e8f6f6}.order-line-badge.generated{color:#2d6f9f;background:#eaf3fa}.order-line-badge.temporary{color:#9b5c0b;background:#fff3df}.order-line-badge.set-component{color:#6e55ac;background:#f0ebfa}.order-line-note{background:#f7fafb;border:1px solid #edf2f4;border-radius:10px;grid-column:1/-1;grid-template-columns:88px minmax(0,1fr);align-items:start;gap:8px;margin:0;padding:10px 12px;display:grid}.order-line-note span{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:800}.order-line-note strong{color:var(--text);font-size:13px;line-height:1.5}.order-line-stats{grid-area:1/2;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.order-line-stats p{background:#f7fafb;border:1px solid #edf2f4;border-radius:12px;gap:5px;margin:0;padding:10px;display:grid}.order-line-stats span{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:800}.order-line-stats strong{color:var(--text);overflow-wrap:anywhere;font-size:14px;line-height:1.4}@media (max-width:920px){.detail-topbar,.order-detail-hero{display:block}.order-detail-amount{text-align:left;margin-top:18px}.order-timeline-row{grid-template-columns:1fr}.order-line-card-top{display:block}.order-line-card{grid-template-columns:1fr}.order-line-group.sales-set{padding:10px}.order-line-group-header{flex-direction:column}.order-line-note{grid-column:auto;grid-template-columns:1fr}.order-line-badges{justify-content:flex-start;margin-top:10px}.order-line-stats{grid-area:auto;grid-template-columns:repeat(3,minmax(0,1fr))}}.documents-summary{justify-content:space-between;align-items:center;gap:24px;margin-bottom:18px;display:flex}.documents-summary h2{margin:0}.documents-summary>div:first-child>p:last-child{color:var(--muted);max-width:560px;margin:8px 0 0;line-height:1.55}.documents-summary-metrics{grid-template-columns:repeat(2,minmax(96px,1fr));gap:10px;min-width:230px;display:grid}.documents-summary-metrics p{background:var(--panel-soft);text-align:center;border-radius:12px;margin:0;padding:12px}.documents-summary-metrics span,.documents-summary-metrics strong{display:block}.documents-summary-metrics span{color:var(--muted);text-transform:uppercase;letter-spacing:0;font-size:12px;font-weight:700}.documents-summary-metrics strong{color:var(--text);margin-top:4px;font-size:24px}.document-category-strip{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.document-category-chip{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:999px;align-items:center;gap:8px;padding:7px 10px;font-size:12px;font-weight:700;text-decoration:none;transition:border-color .16s,background .16s,color .16s;display:inline-flex}.document-category-chip:hover{color:#086f74;background:#f2fbfb;border-color:#8fc7cb}.document-category-chip:focus-visible{outline-offset:2px;outline:3px solid #007f8329}.document-category-chip[aria-current=page]{color:#075f64;background:#eaf8f7;border-color:#79bfc3;box-shadow:inset 0 0 0 1px #007f8314}.document-category-chip strong{background:var(--accent-soft);min-width:22px;height:22px;color:var(--accent);border-radius:999px;justify-content:center;align-items:center;font-size:12px;display:inline-flex}.document-grid{grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:18px;display:grid}.document-card{grid-template-rows:auto auto minmax(0,1fr) auto auto;gap:14px;display:grid}.document-card h2{margin:0;font-size:19px;line-height:1.35}.document-card-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.document-category{color:var(--accent);text-transform:uppercase;letter-spacing:0;margin:0 0 6px;font-size:12px;font-weight:800}.document-size{white-space:nowrap;background:var(--panel-soft);color:var(--text);border-radius:999px;padding:5px 9px;font-size:13px;font-weight:800}.document-filename{border:1px solid var(--line);background:var(--panel-soft);color:var(--muted);word-break:break-word;border-radius:12px;margin:0;padding:10px 12px;font-size:13px}.document-description{color:var(--muted);margin:0;line-height:1.55}.document-meta{border-top:1px solid var(--line);grid-template-columns:1fr 1fr;gap:14px;padding-top:12px;display:grid}.document-meta p{gap:4px;margin:0;display:grid}.document-meta span{color:var(--muted);font-size:12px}.document-meta strong{color:var(--text);font-size:14px}.document-card-footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:14px;padding-top:14px;display:flex}.document-card-footer span{color:var(--muted);font-size:13px;font-weight:700}.document-card-footer .button{text-align:center;min-width:118px}@media (max-width:720px){.documents-summary,.document-card-header{display:block}.documents-summary-metrics{grid-template-columns:1fr 1fr;min-width:0;margin-top:16px}.document-size{margin-top:10px;display:block}.document-card-footer{display:grid}.document-card-footer .button{width:100%}}.detail-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.button-disabled{color:#475569;cursor:not-allowed;background:#cbd5e1}@media (max-width:720px){.detail-actions{justify-content:flex-start;margin-bottom:20px}}.payment-slip-card{margin-bottom:18px}.order-files-overview{border-color:#007f833d;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:24px;margin-bottom:18px;display:grid}.order-files-overview h2{margin:0}.order-files-overview>div:first-child>p:last-child{color:var(--muted);max-width:620px;margin:8px 0 0;line-height:1.55}.order-file-metrics{grid-template-columns:repeat(3,minmax(96px,1fr));gap:10px;min-width:330px;display:grid}.order-file-metrics p{background:var(--panel-soft);border-radius:12px;gap:6px;margin:0;padding:12px;display:grid}.order-file-metrics span{color:var(--muted);font-size:12px;font-weight:800}.order-file-metrics strong{color:var(--text);font-size:18px}.order-file-list,.payment-slip-list{gap:12px;display:grid}.order-file-row,.payment-slip-row{border:1px solid var(--line);background:#fff;border-radius:14px;justify-content:space-between;align-items:center;gap:18px;padding:14px;display:flex}.order-file-info{min-width:0}.payment-slip-row strong,.payment-slip-row span,.payment-slip-row em{display:block}.payment-slip-row strong{color:var(--text)}.payment-slip-row span{color:var(--muted);word-break:break-word;margin-top:4px}.payment-slip-row em{color:var(--muted);margin-top:4px;font-size:12px;font-style:normal}.order-file-download{min-width:0;min-height:32px;box-shadow:none;color:#647688;white-space:nowrap;background:#eef3f5;border:0;border-radius:999px;justify-content:center;align-items:center;padding:7px 12px;font-size:12px;font-weight:850;line-height:normal;display:inline-flex}@media (max-width:720px){.order-files-overview,.order-file-row,.payment-slip-row{display:block}.order-file-metrics{grid-template-columns:1fr;min-width:0;margin-top:16px}.payment-slip-row .button,.order-file-download{width:100%;margin-top:12px}}.request-submit-grid{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:22px;display:grid}.request-form{gap:18px;display:grid}.form-section-heading h2,.request-side-note h2{margin:4px 0 8px}.request-draft-heading h3{margin:4px 0 0;font-size:18px}.form-section-heading p,.request-side-note p,.request-side-note li{color:var(--muted);line-height:1.65}.form-field{gap:8px;display:grid}.form-field span{color:var(--text);font-weight:700}.form-field span em{color:var(--muted);font-style:normal;font-weight:500}.request-draft-lines{border:1px solid var(--line);background:var(--panel-soft);border-radius:14px;gap:12px;padding:16px;display:grid}.request-draft-lines p{color:var(--muted);margin:0}.request-draft-list{gap:10px;display:grid}.request-list-add-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.request-list-add-actions .button{width:100%}.request-search-add-panel,.request-quick-add-panel{background:#e8f7f775;border:1px solid #007f8329;border-radius:14px;gap:12px;padding:14px;display:grid}.request-search-add-form{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;display:grid}.request-search-add-results{gap:8px;display:grid}.request-search-add-result{border-top:1px solid #1d5d9b1a;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding-top:10px;display:grid}.request-search-add-result div{gap:3px;display:grid}.request-search-add-result strong{color:var(--ink);font-size:15px;line-height:1.35}.request-search-add-result span{color:var(--muted);font-size:13px}.request-search-add-result .button{min-width:82px}.request-quick-add-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.request-quick-add-status{color:var(--muted);margin:0;font-size:13px;line-height:1.45}.request-line-group{background:#ffffffb8;border:1px solid #1d5d9b1f;border-radius:14px;gap:10px;padding:12px;display:grid}.request-line-group-heading{border-bottom:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:10px;padding-bottom:10px;display:flex}.request-line-group-heading div{gap:4px;display:grid}.request-line-group-heading .request-line-group-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;min-width:fit-content;display:inline-flex}.request-line-group-heading strong{color:var(--text);line-height:1.35}.request-line-group-heading span{color:var(--muted);font-size:13px}.request-draft-line{border-top:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:16px;padding-top:10px;display:flex}.request-draft-line:first-child{border-top:0;padding-top:0}.request-draft-line div{gap:4px;display:grid}.request-draft-line strong{color:var(--text);line-height:1.35}.request-draft-line span{color:var(--muted);font-size:13px}.request-builder-line{border-top:1px solid var(--line);grid-template-columns:minmax(0,1fr) 96px auto;align-items:center;gap:14px;padding-top:12px;display:grid}.request-builder-line:first-child{border-top:0;padding-top:0}.request-builder-line div{gap:4px;display:grid}.request-builder-line strong,.request-builder-line span,.request-builder-line em{display:block}.request-builder-line strong{color:var(--text);line-height:1.35}.request-builder-line span,.request-builder-line em{color:var(--muted);font-size:13px;font-style:normal}.request-builder-line label{gap:6px;display:grid}.request-builder-line label span{color:var(--muted);font-size:12px;font-weight:700}.request-builder-line input{border:1px solid var(--line);width:100%;color:var(--text);font:inherit;border-radius:8px;padding:9px 10px}.request-custom-line{border:1px solid var(--line);background:#fff;border-radius:14px;gap:0;padding:0;display:block}.request-extra-details{border:1px solid var(--line);background:#fff;border-radius:14px}.request-collapsible-summary{cursor:pointer;grid-template-columns:118px minmax(0,1fr) 32px;align-items:center;gap:12px;padding:15px 16px;list-style:none;display:grid}.request-collapsible-summary::-webkit-details-marker{display:none}.request-collapsible-summary span{color:var(--accent);letter-spacing:.03em;text-transform:uppercase;font-size:12px;font-weight:800}.request-collapsible-summary strong{color:var(--text);font-size:16px;line-height:1.25}.request-collapsible-summary:after{content:"+";border:1px solid var(--line);width:28px;height:28px;color:var(--accent);border-radius:999px;justify-content:center;justify-self:end;align-items:center;font-size:18px;font-weight:700;display:inline-flex}.request-custom-line[open] .request-collapsible-summary:after,.request-extra-details[open] .request-collapsible-summary:after{content:"-"}.request-collapsible-content{gap:14px;padding:0 16px 16px;display:grid}.text-button{color:var(--accent);cursor:pointer;font:inherit;background:0 0;border:0;width:fit-content;padding:0;font-weight:700}.text-button:hover{text-decoration:underline}.form-field span strong{color:#0f766e;margin-left:6px;font-size:12px}.login-form input,.products-search-field input,.products-filter-row select,.form-field input,.form-field textarea,.request-builder-line input{border:1px solid var(--line);width:100%;min-height:44px;color:var(--text);font:inherit;background:#fff;border-radius:14px;outline:none;padding:12px 14px;transition:border-color .16s,box-shadow .16s,background-color .16s}.products-filter-row select{appearance:none;background-image:linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%);background-position:calc(100% - 18px),calc(100% - 12px);background-repeat:no-repeat;background-size:6px 6px,6px 6px;padding-right:34px}.form-field textarea{resize:vertical;min-height:112px}.login-form input::placeholder,.products-search-field input::placeholder,.form-field input::placeholder,.form-field textarea::placeholder{color:#98a2b3}.login-form input:focus,.products-search-field input:focus,.products-filter-row select:focus,.form-field input:focus,.form-field textarea:focus,.request-builder-line input:focus{border-color:#0f766e;box-shadow:0 0 0 3px #007f831f}.form-row{grid-template-columns:180px minmax(0,1fr);gap:14px;display:grid}.form-actions{flex-wrap:wrap;gap:10px;display:flex}.form-alert{border-radius:12px;flex-direction:column;gap:6px;padding:12px 16px;line-height:1.45;display:flex;box-shadow:0 10px 24px #102a4314}.form-alert-error,.form-alert-warning{color:#7a4b00;background:#fff7d6;border:1px solid #f6d365;border-left:5px solid #f59e0b}.form-alert-error .form-error,.form-alert-warning .form-error{color:#7a4b00}.inline-warning-strip{flex-direction:row;justify-content:space-between;align-items:center;gap:14px;margin:0}.inline-warning-strip strong{color:#8a5a00;flex:none}.inline-warning-strip span{overflow-wrap:anywhere;min-width:0}.warning-strip{border-radius:14px;flex-direction:row;justify-content:space-between;align-items:center;gap:16px;width:100%;margin:0 0 16px;box-shadow:0 8px 22px #7a4b0014}.warning-strip-copy{min-width:0}.warning-strip h2{margin:0;font-size:17px;line-height:1.3}.warning-strip .eyebrow{color:#8a5a00;margin-bottom:5px}.warning-strip-message{color:#7a4b00;gap:3px;margin-top:5px;font-size:14px;display:grid}.warning-strip-detail{color:#8a5a00;overflow-wrap:anywhere;font-size:13px;font-weight:700;line-height:1.45}.warning-strip-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.warning-strip-actions .button{min-height:36px;padding:9px 15px}@media (max-width:720px){.warning-strip{flex-direction:column;align-items:stretch}.warning-strip-actions{justify-content:flex-start}.inline-warning-strip{flex-direction:column;align-items:flex-start}}.catalog-warning-banner h1{margin:4px 0 8px;font-size:clamp(24px,3vw,34px)}.catalog-warning-banner p{max-width:760px}.form-alert-success{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0}.request-side-note ol{margin-bottom:0;padding-left:18px}.nexus-assistant-launcher{z-index:70;background:linear-gradient(135deg, var(--medical-blue), var(--accent));color:#fff;letter-spacing:0;cursor:pointer;border:1px solid #ffffffc2;border-radius:999px;justify-content:center;align-items:center;width:52px;height:52px;font-weight:900;transition:transform .16s,box-shadow .16s,filter .16s;display:inline-flex;position:fixed;bottom:22px;right:22px;box-shadow:0 18px 36px #102a4333}.nexus-assistant-launcher:hover,.nexus-assistant-launcher:focus-visible{filter:saturate(1.08);outline:none;transform:translateY(-2px);box-shadow:0 22px 42px #102a433d}.nexus-assistant-drawer{z-index:69;background:linear-gradient(180deg, #fffffff7, #f8fbfcf7), var(--panel);opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid #d7e5ebeb;border-radius:18px;gap:10px;width:min(390px,100vw - 28px);max-height:min(520px,100vh - 112px);padding:16px;transition:opacity .18s,transform .18s;display:grid;position:fixed;bottom:84px;right:22px;transform:translateY(12px)scale(.98);box-shadow:0 26px 70px #102a432e}.nexus-assistant-drawer.open{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.nexus-assistant-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.nexus-assistant-header h2{color:var(--text);margin:0;font-size:18px;line-height:1.15}.nexus-assistant-header p{color:var(--muted);margin:4px 0 0;font-size:11px;font-weight:750}.nexus-assistant-boundary{flex-wrap:wrap;gap:6px;display:flex}.nexus-assistant-boundary span{color:var(--accent-dark);background:#007f8314;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:800}.nexus-assistant-header button{border:1px solid var(--line);color:var(--muted);font:inherit;cursor:pointer;background:#fff;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800}.nexus-assistant-messages{background:#ffffff9e;border:1px solid #d7e5ebb8;border-radius:14px;gap:8px;min-height:150px;max-height:300px;padding:10px 4px 10px 10px;display:grid;overflow:auto}.nexus-assistant-messages:empty{display:block}.nexus-assistant-message{border-radius:14px;padding:10px 12px;font-size:13px;line-height:1.55}.nexus-assistant-message p{margin:0}.nexus-assistant-actions{gap:7px;margin-top:10px;display:grid}.nexus-assistant-actions a{color:var(--text);background:#007f830d;border:1px solid #007f8333;border-radius:10px;gap:2px;padding:8px 10px;text-decoration:none;display:grid}.nexus-assistant-actions a:hover,.nexus-assistant-actions a:focus-visible{border-color:var(--accent);background:#007f831a;outline:none}.nexus-assistant-actions strong{font-size:12px}.nexus-assistant-actions span{color:var(--muted);font-size:10px;line-height:1.4}.nexus-assistant-message.assistant{border:1px solid var(--line);color:var(--text);background:#fff;margin-right:22px}.nexus-assistant-message.user{background:var(--accent);color:#fff;margin-left:34px}.nexus-assistant-form{grid-template-columns:minmax(0,1fr) auto;gap:8px;padding-top:2px;display:grid}.nexus-assistant-form input{border:1px solid var(--line);width:100%;min-height:42px;color:var(--text);font:inherit;background:#fff;border-radius:999px;outline:none;padding:10px 13px}.nexus-assistant-form input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #007f831f}.nexus-assistant-form button{background:var(--medical-blue);color:#fff;min-height:42px;font:inherit;cursor:pointer;border:0;border-radius:999px;padding:10px 16px;font-weight:900}@media (max-width:900px){.request-submit-grid,.form-row,.request-builder-line{grid-template-columns:1fr}.form-actions .button{width:100%}.nexus-assistant-launcher{bottom:16px;right:16px}.nexus-assistant-drawer{bottom:78px;right:14px}}body{font-weight:400}strong,b{font-weight:600}.dealer-brand,.dealer-nav a,.eyebrow,.warning-strip-title,.warning-strip-message,.account-profile-badges span,.account-metric-grid span,.account-metric-grid strong,.permission-status,.status-yes,.status-no,.products-search-field span,.products-filter-row label span,.catalog-loading-state,.result-code,.result-price,.result-uom,.result-status,.draft-fly-feedback,.product-code,.product-price span,.product-category,.product-set-family,.product-set-meta span,.pagination-page,.pagination-jump,.payment-slip-status,.document-card-meta strong{font-weight:500}.page-header h1,.card h2,.card h3,.account-card h2,.account-empty h2,.account-profile-hero h2,.products-summary h2,.products-result-heading h2,.result-main h3,.product-card h3,.product-set-card h3,.product-detail-card h2,.product-set-detail-card h2,.order-card h2,.detail-card h2,.document-card h3,.payment-card h3,.request-line-card h3,.ai-drawer-title{font-weight:600}.page-header p,.card p,.account-card p,.products-summary p,.products-search-helper,.products-empty-state p,.result-description,.result-meta,.product-description,.product-set-description,.detail-list,.document-card p,.payment-card p{font-weight:400}.dealer-nav a.active{box-shadow:none}.button{color:#006f73;box-shadow:none;background:#e8f7f7;border-color:#b8dcdf;font-weight:500}.button:not(:disabled):active{box-shadow:none}.button-secondary{color:#27435f;box-shadow:none;background:#f4f8fb;border-color:#d7e5eb}.products-search-form .button,.products-draft-status .button,.product-card-actions .button,.result-actions .button{min-height:38px}body,button,input,select,textarea{letter-spacing:0;font-weight:400}p,li,td,th,label,input,select,textarea,.page-header p,.card p,.account-card p,.detail-list,.result-description,.result-meta,.product-description,.product-set-description,.products-search-helper,.products-draft-status,.document-card p,.payment-card p,.request-line-card p{font-weight:400}.dealer-brand,.dealer-nav a,.eyebrow,.products-search-field span,.products-filter-row label span,.account-profile-badges span,.account-metric-grid span,.permission-status,.status-yes,.status-no,.result-code,.result-price,.result-uom,.result-status,.product-code,.product-price span,.product-category,.product-set-badge,.product-set-family,.product-set-meta span,.pagination-page,.pagination-jump,.document-card-meta strong{font-weight:460}strong,b,.account-metric-grid strong,.detail-list strong,.order-meta strong,.document-card strong,.payment-card strong,.request-line-card strong{font-weight:520}.page-header h1,.products-summary h2,.products-result-heading h2,.account-profile-hero h2,.account-card h2,.order-card h2,.detail-card h2,.document-card h3,.payment-card h3,.request-line-card h3,.product-detail-card h2,.product-set-detail-card h2{font-weight:560}.card h2,.card h3,.result-main h3,.product-card h3,.product-set-card h3,.ai-drawer-title{font-weight:520}.button,.products-search-form .button,.products-draft-status .button,.product-card-actions .button,.result-actions .button,.form-actions .button{color:#00777b;min-height:38px;box-shadow:none;background:#f2fbfb;border-color:#b8dde0;font-weight:500}.button:not(:disabled):hover,.button:not(:disabled):focus-visible{color:#00666a;background:#e7f7f7;border-color:#96cfd3;box-shadow:0 6px 16px #007f830f}.button-secondary,.products-draft-status .button-secondary,.form-actions .button-secondary{color:#27435f;background:#f7fafc;border-color:#d7e5eb}.button-secondary:not(:disabled):hover,.button-secondary:not(:disabled):focus-visible{color:#18324f;box-shadow:none;background:#eef5f8;border-color:#c8dce6}.dealer-nav a.active,.account-profile-badges span,.permission-status,.status-yes,.status-no,.product-category,.product-set-badge,.result-status{font-weight:500}.card,.account-card,.products-search-panel,.products-result-row,.product-card,.product-set-card,.product-detail-card,.product-set-detail-card,.order-card,.detail-card,.document-card,.payment-card,.request-line-card{box-shadow:0 8px 22px #102a4309}strong,b,.account-metric-grid strong,.detail-list strong,.order-meta strong,.order-metric-grid strong,.orders-summary-metrics strong,.documents-summary-metrics strong,.document-card strong,.payment-card strong,.request-line-card strong,.product-detail-card strong,.product-set-detail-card strong,.result-price strong,.result-uom strong{font-weight:480}.dealer-brand,.dealer-nav a,.dealer-nav a.active,.eyebrow,.products-search-field span,.products-filter-row label span,.account-profile-badges span,.permission-status,.status-yes,.status-no,.product-category,.product-set-badge,.result-status,.pagination-page,.pagination-jump{font-weight:450}.page-header h1,.account-profile-hero h2,.products-summary h2,.products-result-heading h2,.account-card h2,.order-card h2,.detail-card h2,.product-detail-card h2,.product-set-detail-card h2{font-weight:520}.card h2,.card h3,.result-main h3,.product-card h3,.product-set-card h3,.document-card h3,.payment-card h3,.request-line-card h3,.ai-drawer-title{font-weight:500}.button,.button-secondary,.products-search-form .button,.products-draft-status .button,.products-draft-status .button-secondary,.product-card-actions .button,.result-actions .button,.form-actions .button,.form-actions .button-secondary{color:#087277;min-height:38px;box-shadow:none;background:#f5fbfb;border-color:#c7e2e4;font-weight:470}.button:not(:disabled):hover,.button:not(:disabled):focus-visible,.button-secondary:not(:disabled):hover,.button-secondary:not(:disabled):focus-visible{color:#075d62;background:#edf8f8;border-color:#a9d5d8;box-shadow:0 5px 14px #00757a0b}.products-draft-status .button-secondary:not(:disabled):hover,.form-actions .button-secondary:not(:disabled):hover,.result-actions .button-secondary:not(:disabled):hover,a.button-secondary:hover{color:#243b53;background:#f1f6f9;border-color:#cedfe8}.account-card,.order-card,.detail-card,.products-search-panel,.products-result-row,.document-card,.payment-card,.request-line-card{color:#1f3b57}p,li,td,th,label,input,select,textarea,.page-header p,.card p,.account-card p,.products-summary p,.products-search-helper,.products-draft-status,.products-empty-state p,.result-description,.result-meta,.product-description,.product-set-description,.detail-list,.document-card p,.payment-card p,.request-line-card p{color:#627d98;font-weight:360;line-height:1.56}strong,b,.account-metric-grid strong,.detail-list strong,.order-meta strong,.order-metric-grid strong,.orders-summary-metrics strong,.documents-summary-metrics strong,.document-card strong,.payment-card strong,.request-line-card strong,.product-detail-card strong,.product-set-detail-card strong,.result-price strong,.result-uom strong{color:#18324f;font-weight:440}.dealer-brand,.dealer-nav a,.dealer-nav a.active,.eyebrow,.products-search-field span,.products-filter-row label span,.account-profile-badges span,.permission-status,.status-yes,.status-no,.product-category,.product-set-badge,.result-status,.result-code,.result-price,.result-uom,.pagination-page,.pagination-jump{font-weight:420}.page-header h1,.account-profile-hero h2,.products-summary h2,.products-result-heading h2,.account-card h2,.order-card h2,.detail-card h2,.product-detail-card h2,.product-set-detail-card h2{color:#102a43;font-weight:500}.card h2,.card h3,.result-main h3,.product-card h3,.product-set-card h3,.document-card h3,.payment-card h3,.request-line-card h3,.ai-drawer-title{color:#102a43;font-weight:470}.dealer-nav a.active{color:#0d7175;box-shadow:none;background:#e8f5f5a3;border-color:#007f8333}.button,.button-secondary,.products-search-form .button,.products-draft-status .button,.products-draft-status .button-secondary,.product-card-actions .button,.result-actions .button,.form-actions .button,.form-actions .button-secondary,a.button-secondary{color:#286c72;box-shadow:none;background:#f6fbfb;border-color:#d4e8ea;font-weight:420}.products-draft-status .button-secondary,.form-actions .button-secondary,.result-actions .button-secondary,a.button-secondary{color:#334e68;background:#f8fafc;border-color:#dce7ee}.button:not(:disabled):hover,.button:not(:disabled):focus-visible,.button-secondary:not(:disabled):hover,.button-secondary:not(:disabled):focus-visible,.products-search-form .button:not(:disabled):hover,.products-search-form .button:not(:disabled):focus-visible,.product-add-button:not(:disabled):hover,.product-add-button:not(:disabled):focus-visible{color:#0a656a;background:#eef8f8;border-color:#b9dde0;box-shadow:0 4px 12px #00757a09}.account-profile-badges span,.permission-status,.status-yes,.status-no,.product-category,.product-set-badge,.result-status{color:#247176;background:#f0f8f8}body,button,input,select,textarea{text-rendering:optimizelegibility;font-weight:400}p,li,td,label,input,select,textarea,.dealer-subtitle,.page-header p,.card p,.account-card p,.products-summary p,.products-search-helper,.products-draft-status,.products-empty-state p,.result-description,.result-meta,.product-description,.product-set-description,.detail-list,.document-card p,.payment-card p,.request-line-card p,.nexus-assistant-message{color:#5f7891;font-weight:400;line-height:1.6}th,.eyebrow,.dealer-nav a,.products-search-field span,.products-filter-row label span,.result-code,.result-price,.result-uom,.product-code,.product-category,.product-set-badge,.product-set-family,.product-set-meta span,.pagination-page,.pagination-jump,.permission-status,.status-yes,.status-no{font-weight:430}.product-group-suggestions{gap:14px;margin-bottom:18px;display:grid}.product-group-suggestion-list{gap:8px;display:grid}.product-group-suggestion{width:100%;color:var(--text);font:inherit;text-align:left;cursor:pointer;background:#ffffffeb;border:1px solid #1d5d9b24;border-radius:8px;grid-template-columns:92px minmax(112px,180px) minmax(0,1fr) auto;align-items:center;gap:12px;padding:11px 13px;transition:border-color .16s,box-shadow .16s,transform .16s;display:grid}.product-group-suggestion:hover,.product-group-suggestion:focus-visible{border-color:#007f8357;outline:none;transform:translateY(-1px);box-shadow:0 10px 24px #123b6614}.product-group-kind{white-space:nowrap;border-radius:999px;justify-content:center;padding:5px 8px;font-size:11px;font-weight:800;display:inline-flex}.product-group-kind.is-category{color:#69439e;background:#744eaa1a}.product-group-kind.is-set{color:#076d70;background:#007f831a}.product-group-kind.is-product{color:#1d5d9b;background:#1d5d9b1a}.product-group-suggestion-code{color:var(--accent);overflow-wrap:anywhere;font-weight:850}.product-group-suggestion-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.product-group-suggestion-action{color:var(--medical-blue);font-size:12px;font-weight:800}.product-group-suggestion-more{color:var(--muted);margin:0;font-size:13px}@media (max-width:720px){.product-group-suggestion{grid-template-columns:auto minmax(0,1fr) auto}.product-group-suggestion-name{white-space:normal;grid-column:1/-1}}.dealer-brand{font-weight:520}.button:not(:disabled):hover,.button:not(:disabled):focus-visible,.button-secondary:not(:disabled):hover,.button-secondary:not(:disabled):focus-visible,a.button:hover,a.button:focus-visible,a.button-secondary:hover,a.button-secondary:focus-visible{color:#0c6268;background:#eff8f8;border-color:#afd8dd;box-shadow:0 5px 14px #00757a09}.button:not(:disabled):active,.button-secondary:not(:disabled):active{box-shadow:none;transform:translateY(0)}body{color:#203a52;font-weight:360}p,li,td,label,input,select,textarea,.dealer-subtitle,.page-header p,.card p,.account-card p,.account-metric-grid p,.detail-list p,.permission-list p,.products-summary p,.products-search-helper,.products-draft-status,.products-empty-state p,.products-result-row p,.result-description,.result-meta,.product-description,.product-set-description,.document-card p,.payment-card p,.request-line-card p,.nexus-assistant-message{color:#668096;font-weight:360;line-height:1.66}.dealer-header{padding:16px 34px}.dealer-brand{color:#18334f;gap:14px;font-size:18px;font-weight:430}.dealer-brand-logo{width:100px}.dealer-subtitle{color:#748ca2;letter-spacing:0;margin-top:2px;font-size:12px}.dealer-nav a{color:#5b748c;font-weight:400}.dealer-nav a.active{color:#08767a;box-shadow:none;background:#eff9f994;border-color:#007f8329;font-weight:420}.eyebrow,.products-search-field span,.products-filter-row label span,.account-metric-grid span,.detail-list span,.permission-list span,.result-code,.result-price,.result-uom,.product-code,.product-category,.product-set-badge,.product-set-family,.product-set-meta span,.pagination-page,.pagination-jump,.permission-status,.status-yes,.status-no{font-weight:420}strong,b,.account-card strong,.account-metric-grid strong,.order-meta strong,.order-metric-grid strong,.orders-summary-metrics strong,.documents-summary-metrics strong,.detail-list strong,.document-card strong,.payment-card strong,.request-line-card strong,.product-detail-card strong,.product-set-detail-card strong,.result-price strong,.result-uom strong{color:#17324d;font-weight:420}.page-header h1,.account-profile-hero h2,.products-summary h2,.products-result-heading h2,.account-card h2,.order-card h2,.detail-card h2,.product-detail-card h2,.product-set-detail-card h2{color:#102a43;letter-spacing:0;font-weight:480}.card h2,.card h3,.result-main h3,.product-card h3,.product-set-card h3,.document-card h3,.payment-card h3,.request-line-card h3,.ai-drawer-title{color:#102a43;letter-spacing:0;font-weight:430}.page-header{padding:34px 36px}.page-header,.card,.account-card,.products-search-panel,.products-result-row,.product-card,.product-set-card,.product-detail-card,.product-set-detail-card,.order-card,.detail-card,.document-card,.payment-card,.request-line-card{box-shadow:0 4px 14px #102a4305}.button,.button-secondary,.products-search-form .button,.products-draft-status .button,.products-draft-status .button-secondary,.product-card-actions .button,.result-actions .button,.form-actions .button,.form-actions .button-secondary,.order-file-download,a.button,a.button-secondary{color:#315d72;min-height:38px;box-shadow:none;background:#f9fcfd;border-color:#dcebf0;font-weight:400}.products-search-form .button,.product-add-button,.result-actions .product-add-button{color:#087479;background:#f3fbfb;border-color:#c7e2e5}.button-secondary,.products-draft-status .button-secondary,.form-actions .button-secondary,.result-actions .button-secondary,a.button-secondary{color:#425e75;background:#fbfdfe;border-color:#e1ebf0}.button:not(:disabled):hover,.button:not(:disabled):focus-visible,.button-secondary:not(:disabled):hover,.button-secondary:not(:disabled):focus-visible,.products-search-form .button:not(:disabled):hover,.products-search-form .button:not(:disabled):focus-visible,.product-add-button:not(:disabled):hover,.product-add-button:not(:disabled):focus-visible,a.button:hover,a.button:focus-visible,a.button-secondary:hover,a.button-secondary:focus-visible{color:#0c686d;background:#f0f9f9;border-color:#b8dce1;box-shadow:0 4px 12px #00757a07}.button.order-file-download,a.button.order-file-download{min-width:0;min-height:32px;box-shadow:none;color:#647688;white-space:nowrap;background:#eef3f5;border:0;border-radius:999px;justify-content:center;align-items:center;padding:7px 12px;font-size:12px;font-weight:850;line-height:normal;display:inline-flex}.button.order-file-download:not(:disabled):hover,.button.order-file-download:not(:disabled):focus-visible,a.button.order-file-download:hover,a.button.order-file-download:focus-visible{box-shadow:none;color:#647688;background:#eef3f5;outline:none}.button.order-file-download:not(:disabled):active,a.button.order-file-download:active{transform:none}.products-search-form .button{padding-inline:22px}.products-draft-status .button-secondary{color:#2f5068;background:#f8fbfc}.account-profile-badges span,.permission-status,.status-yes,.status-no,.product-category,.product-set-badge,.result-status{color:#2c7477;background:#f5fbfb;font-weight:400}@media (max-width:720px){.dealer-header{padding:14px 20px}.dealer-brand{font-size:16px}.dealer-brand-logo{width:88px}}.public-quote-page{--public-quote-shell:min(1180px, 100%);color:#152331;background:linear-gradient(#f7fbfc 0%,#fff 34%,#f4f7f8 100%);min-height:100vh;padding:24px clamp(18px,4vw,56px) 42px}.public-quote-header,.public-quote-hero,.public-quote-actions,.public-quote-info-grid,.public-quote-lines{width:var(--public-quote-shell);margin-inline:auto}.public-quote-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:28px;display:flex}.public-quote-logo{width:clamp(124px,24vw,184px);height:auto;display:block}.public-quote-header span{color:#355d69;white-space:nowrap;background:#fff;border:1px solid #d6e5ea;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:700}.public-quote-hero{border-top:1px solid #dce7eb;border-bottom:1px solid #dce7eb;grid-template-columns:minmax(0,1fr) minmax(220px,320px);align-items:stretch;gap:24px;padding:28px 0;display:grid}.public-quote-kicker{color:#0f777a;text-transform:uppercase;margin:0 0 8px;font-size:13px;font-weight:800}.public-quote-hero h1{color:#111827;overflow-wrap:anywhere;margin:0;font-size:clamp(28px,5vw,48px);line-height:1.08}.public-quote-hero p{color:#516273;margin:14px 0 0;font-size:16px}.public-quote-amount{background:#fff;border:1px solid #dae6eb;border-radius:8px;flex-direction:column;justify-content:center;padding:18px;display:flex;box-shadow:0 14px 30px #1a3d4e14}.public-quote-amount span,.public-quote-info-grid span{color:#678;text-transform:uppercase;font-size:12px;font-weight:800}.public-quote-amount strong{color:#111827;margin-top:8px;font-size:clamp(26px,4vw,38px);line-height:1.05}.public-quote-amount small{color:#516273;margin-top:8px;font-size:13px;line-height:1.35}.public-quote-actions{flex-wrap:wrap;gap:12px;margin-top:22px;display:flex}.public-quote-button{border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:10px;min-height:46px;padding:12px 18px;font-size:15px;font-weight:800;text-decoration:none;transition:transform .14s,border-color .14s,background .14s;display:inline-flex}.public-quote-button-icon{color:currentColor;background:#ffffff38;border-radius:999px;justify-content:center;align-items:center;min-width:24px;height:24px;display:inline-flex}.public-quote-button-icon svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.public-quote-button.primary{color:#fff;background:#735c97;box-shadow:0 10px 22px #735c9738}.public-quote-button.secondary{color:#0c686d;background:#eef8f8;border-color:#b8dce1}.public-quote-button.ghost{color:#315d72;background:#fff;border-color:#d7e5e9}.public-quote-button:not(.disabled):hover,.public-quote-button:not(.disabled):focus-visible{transform:translateY(-1px)}.public-quote-button.disabled{cursor:not-allowed;opacity:.58}.public-quote-button.paid{cursor:default;color:#0b6b3a;box-shadow:none;background:#eaf8f0;border-color:#b7e4cd}.public-quote-payment-note{width:var(--public-quote-shell);color:#5f4511;background:#fff8e8;border:1px solid #ead8a6;border-radius:8px;gap:5px;margin:14px auto 0;padding:12px 14px;font-size:14px;display:grid}.public-quote-payment-note strong{color:#3e2d0c;font-size:14px}.public-quote-payment-note span{color:#76581a}.public-quote-payment-note.ready{color:#315d72;background:#eef8f8;border-color:#b8dce1}.public-quote-payment-note.ready strong{color:#0c686d}.public-quote-payment-note.ready span{color:#315d72}.public-quote-payment-note.paid{color:#0b6b3a;background:#eaf8f0;border-color:#b7e4cd}.public-quote-payment-note.paid strong{color:#0b6b3a}.public-quote-payment-note.paid span{color:#315f46}.public-quote-payment-note.processing{color:#29467c;background:#f0f5ff;border-color:#c7d7f2}.public-quote-payment-note.processing strong{color:#29467c}.public-quote-payment-note.processing span{color:#49628e}.public-quote-payment-note.cancelled{color:#5f4511;background:#fff8e8;border-color:#ead8a6}.public-quote-upload-panel{width:var(--public-quote-shell);background:#fff;border:1px solid #dce7eb;border-radius:8px;grid-template-columns:minmax(0,.9fr) minmax(0,1.4fr);align-items:center;gap:16px;margin:16px auto 0;padding:16px;display:grid}.public-quote-upload-panel strong,.public-quote-upload-panel span{display:block}.public-quote-upload-panel strong{color:#162231;font-size:15px}.public-quote-upload-panel span{color:#607080;margin-top:5px;font-size:13px;line-height:1.45}.public-quote-upload-panel form{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.public-quote-upload-panel input[type=file],.public-quote-upload-panel input[type=text]{color:#162231;background:#f9fbfc;border:1px solid #ccd8de;border-radius:8px;min-width:0;height:42px;font-size:13px}.public-quote-upload-panel input[type=text]{padding:0 12px}.public-quote-upload-panel input[type=text]::placeholder{color:#a9b6c3;opacity:1}.public-quote-upload-panel input[type=file]{padding:9px 10px}.public-quote-upload-panel button{color:#fff;cursor:pointer;white-space:nowrap;background:#0f7d82;border:0;border-radius:8px;height:42px;padding:0 16px;font-weight:700}.public-quote-upload-panel button:disabled,.public-quote-upload-panel input:disabled{cursor:not-allowed;opacity:.55}.public-quote-upload-unavailable{color:#607080;background:#f8fbfc;border:1px solid #d8e6ea;border-radius:8px;margin:0;padding:12px;font-size:13px}.public-quote-upload-message{border-radius:8px;grid-column:1/-1;margin:0;padding:10px 12px;font-size:13px}.public-quote-upload-message.success{color:#0b6b3a;background:#eaf8f0}.public-quote-upload-message.error{color:#923020;background:#fff0ed}.public-quote-info-grid{background:#dce7eb;border:1px solid #dce7eb;border-radius:8px;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-top:26px;display:grid;overflow:hidden}.public-quote-info-grid div{background:#fff;min-width:0;padding:16px}.public-quote-info-grid strong{color:#162231;overflow-wrap:anywhere;margin-top:8px;font-size:15px;display:block}.public-quote-lines{margin-top:32px}.public-quote-section-heading{justify-content:space-between;align-items:end;gap:18px;margin-bottom:14px;display:flex}.public-quote-section-heading h2{margin:0;font-size:22px;line-height:1.2}.public-quote-section-heading p{color:#607080;max-width:420px;margin:0;font-size:14px;line-height:1.45}.public-quote-table{background:#fff;border:1px solid #dce7eb;border-radius:8px;overflow:hidden}.public-quote-table-row{border-top:1px solid #edf2f4;grid-template-columns:minmax(220px,1fr) minmax(92px,.28fr) minmax(120px,.34fr) minmax(120px,.34fr);align-items:start;gap:12px;padding:14px 16px;display:grid}.public-quote-table-row:first-child{border-top:0}.public-quote-table-head{color:#496170;text-transform:uppercase;background:#f4f8f9;font-size:12px;font-weight:900}.public-quote-table-row span{overflow-wrap:anywhere;min-width:0}.public-quote-table-row strong,.public-quote-table-row em{display:block}.public-quote-table-row em{color:#678;margin-top:4px;font-style:normal;line-height:1.42}.public-quote-error{text-align:center;background:#fff;border:1px solid #dce7eb;border-radius:8px;width:min(520px,100%);margin:14vh auto 0;padding:28px;box-shadow:0 16px 40px #1a3d4e14}.public-quote-error img{width:150px;height:auto;margin-bottom:22px}.public-quote-error h1{margin:0 0 10px;font-size:26px}.public-quote-error p{color:#637384;margin:0}@media (max-width:760px){.public-quote-page{--public-quote-shell:min(100%, 100%);padding:18px 16px 32px}.public-quote-header{margin-bottom:18px}.public-quote-header span{font-size:12px}.public-quote-hero{grid-template-columns:1fr;padding:22px 0}.public-quote-actions{grid-template-columns:1fr;display:grid}.public-quote-button{width:100%}.public-quote-info-grid{grid-template-columns:1fr 1fr}.public-quote-section-heading{display:block}.public-quote-section-heading p{margin-top:8px}.public-quote-table-row{grid-template-columns:1fr;gap:8px}.public-quote-table-head{display:none}}@media (max-width:420px){.public-quote-upload-panel,.public-quote-upload-panel form{grid-template-columns:1fr}.public-quote-upload-panel button{width:100%}.public-quote-info-grid{grid-template-columns:1fr}}.public-activation-page{color:#152331;background:linear-gradient(#f7fbfc 0%,#fff 40%,#f4f7f8 100%);width:100%;min-height:100vh;padding:28px clamp(16px,4vw,48px) 46px;overflow-x:clip}.public-activation-shell,.public-activation-error-card{width:min(560px,100%);min-width:0;margin-inline:auto}.public-activation-header{text-align:center;gap:22px;min-width:0;margin:18px 0 24px;display:grid}.public-activation-header>div{min-width:0;max-width:100%}.public-activation-header img,.public-activation-error-card img{width:clamp(148px,40vw,220px);height:auto;margin-inline:auto;display:block}.public-activation-header h1{color:#2f3a43;overflow-wrap:anywhere;text-wrap:balance;margin:0;font-size:clamp(24px,8vw,42px);font-weight:620;line-height:1.12}.public-activation-header p{color:#607080;overflow-wrap:anywhere;max-width:440px;margin:12px auto 0;font-size:16px;line-height:1.55}.public-apply-header>div{width:100%;max-width:560px;margin-inline:auto}.public-apply-header h1{font-size:clamp(22px,4.8vw,32px)}.public-activation-card,.public-activation-error-card{background:#fff;border:1px solid #dce7eb;border-radius:8px;min-width:0;max-width:100%;box-shadow:0 16px 40px #1a3d4e14}.public-activation-card{gap:16px;padding:clamp(22px,5vw,34px);display:grid}.public-activation-card-head{text-align:center;border-bottom:1px solid #e5edf0;justify-content:center;align-items:center;min-width:0;padding-bottom:14px;display:flex}.public-activation-card-head strong{color:#2f3a43;overflow-wrap:anywhere;min-width:0;max-width:100%;font-size:clamp(16px,4vw,20px);line-height:1.25;display:block}.public-activation-card-head span,.public-activation-form label span{color:#678;font-size:clamp(14px,1.15vw,15px);font-weight:800;line-height:1.35}.public-activation-form label{gap:8px;min-width:0;display:grid}.public-activation-form input,.public-activation-form select,.public-activation-form textarea{color:#111827;width:100%;min-width:0;max-width:100%;font:inherit;background:#fff;border:1px solid #dce7eb;border-radius:8px;padding:14px 15px;font-size:17px}.public-activation-form select{appearance:auto}.public-country-select{color:#111827;width:100%;min-height:50px;font:inherit;text-align:left;background:#fff;border:1px solid #dce7eb;border-radius:8px;justify-content:space-between;align-items:center;gap:14px;padding:13px 14px;font-size:16px;display:flex}.public-country-select:not(:disabled){cursor:pointer}.public-country-select:focus-visible,.public-country-search:focus-visible,.public-country-option:focus-visible{outline-offset:1px;border-color:#0b8a84;outline:3px solid #0b8a8424}.public-country-select.is-selected{color:#111827}.public-country-select-chevron{color:#607080;font-size:14px;font-weight:900}.public-country-hint{color:#9a3412;font-size:13px;line-height:1.4}.public-country-picker-backdrop{z-index:1000;background:#0f172a6b;justify-content:center;align-items:flex-end;padding:18px;display:flex;position:fixed;inset:0}.public-country-picker{background:#fff;border:1px solid #dce7eb;border-radius:8px;grid-template-rows:auto auto minmax(0,1fr);gap:14px;width:min(560px,100%);max-height:min(76vh,680px);padding:18px;display:grid;box-shadow:0 28px 70px #0f172a3d}.public-country-picker-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.public-country-picker-head h2{color:#111827;margin:0;font-size:24px;line-height:1.16}.public-country-picker-head button{color:#516273;font:inherit;background:#fff;border:1px solid #dce7eb;border-radius:8px;padding:9px 13px;font-size:14px;font-weight:800}.public-country-search{color:#111827;width:100%;font:inherit;background:#fff;border:1px solid #dce7eb;border-radius:8px;padding:13px 14px;font-size:16px}.public-country-list{gap:8px;min-height:0;padding-right:2px;display:grid;overflow:auto}.public-country-option{color:#152331;width:100%;font:inherit;text-align:left;background:#fff;border:1px solid #e5edf0;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;font-size:16px;font-weight:760;display:flex}.public-country-option.is-selected{color:#0b7771;background:#eefbf8;border-color:#0b8a84}.public-country-option small{color:#607080;letter-spacing:.02em;font-size:12px;font-weight:900}.public-country-empty{color:#607080;text-align:center;border:1px dashed #dce7eb;border-radius:8px;margin:0;padding:16px}.public-activation-form textarea{resize:vertical;min-height:108px}.public-activation-form input[readonly]{color:#516273;background:#f6f9fa}.public-activation-hint,.public-activation-error,.public-activation-status{overflow-wrap:anywhere;margin:-4px 0 0;font-size:14px;line-height:1.45}.public-activation-hint{color:#678}.public-activation-error{color:#b42318;background:#fff4f2;border:1px solid #ffd2cc;border-radius:8px;padding:10px 12px}.public-activation-status{color:#087443;background:#effbf3;border:1px solid #b7ebca;border-radius:8px;padding:10px 12px}.public-activation-links{color:#147073;flex-wrap:wrap;justify-content:center;gap:10px 28px;margin-top:18px;font-size:14px;font-weight:800;display:flex}.public-activation-links a{text-underline-offset:3px;text-decoration:underline}.public-activation-button{color:#fff;min-width:0;max-width:100%;min-height:48px;font:inherit;text-align:center;overflow-wrap:anywhere;background:#147073;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;padding:13px 18px;font-size:16px;font-weight:800;text-decoration:none;transition:background .14s,transform .14s;display:inline-flex;box-shadow:0 10px 22px #14707333}.public-activation-button:not(:disabled):hover,.public-activation-button:not(:disabled):focus-visible{background:#0f5f62;outline:none;transform:translateY(-1px)}.public-activation-button:disabled{cursor:progress;opacity:.68}.public-activation-success{text-align:center}.public-activation-success h1,.public-activation-error-card h1{color:#111827;overflow-wrap:anywhere;margin:0;font-size:28px;line-height:1.18}.public-activation-success p,.public-activation-error-card p{color:#607080;overflow-wrap:anywhere;margin:0;line-height:1.6}.public-activation-mark{color:#0a7d4f;background:#eaf7f0;border-radius:999px;justify-content:center;align-items:center;width:54px;height:54px;margin-inline:auto;font-size:28px;font-weight:900;display:inline-flex}.public-activation-error-card{text-align:center;margin-top:14vh;padding:clamp(24px,5vw,36px)}.public-activation-error-card img{margin-bottom:22px}@media (max-width:560px){.public-activation-page{padding:16px 12px 30px}.public-activation-header{gap:16px;margin:10px 0 18px}.public-activation-header img,.public-activation-error-card img{width:clamp(132px,46vw,178px)}.public-activation-card{gap:14px;padding:18px 14px}.public-activation-card-head{justify-content:center;gap:4px;display:grid}.public-activation-button{width:100%}}.nav-icon{flex:none;width:17px;height:17px;display:inline-flex}.dealer-nav a{gap:7px}.mobile-app-nav,.mobile-account-link{display:none}@media (max-width:820px){body{padding-bottom:calc(82px + env(safe-area-inset-bottom))}.dealer-header{align-items:center;min-height:66px;padding:12px 16px;display:flex}.dealer-header-main{flex:auto;align-items:center;gap:10px;min-width:0;display:flex}.dealer-brand{gap:9px;min-width:0}.dealer-brand span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dealer-brand-logo{width:92px}.dealer-subtitle,.dealer-nav-desktop{display:none}.dealer-main{padding:22px 16px calc(104px + env(safe-area-inset-bottom))}.mobile-app-nav{z-index:72;padding:8px 8px calc(8px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fcfefff0;border-top:1px solid #b7cfd7d1;grid-template-columns:repeat(6,minmax(0,1fr));gap:2px;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -12px 28px #102a4314}.mobile-app-nav a{color:#5b748c;border:1px solid #0000;border-radius:13px;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-width:0;min-height:54px;font-size:10px;font-weight:520;line-height:1.05;transition:background-color .16s,color .16s,border-color .16s;display:flex}.mobile-app-nav a span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;overflow:hidden}.mobile-app-nav .nav-icon{width:21px;height:21px}.mobile-app-nav a.active{color:#006f73;background:#e8f7f7;border-color:#007f832e}.mobile-app-nav a.pending{color:#1d5d9b;background:#eef6ff;border-color:#1d5d9b33}.mobile-app-nav a.pending:after{content:"";background:currentColor;border-radius:999px;width:5px;height:5px;animation:.8s ease-in-out infinite alternate nav-pulse}.mobile-account-link{color:#27435f;background:#ffffffd1;border:1px solid #b7cfd7b8;border-radius:999px;flex:none;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex;box-shadow:0 6px 16px #102a430d}.mobile-account-link svg{width:20px;height:20px}.nexus-assistant-launcher{bottom:calc(92px + env(safe-area-inset-bottom))}.nexus-assistant-drawer{bottom:calc(154px + env(safe-area-inset-bottom));max-height:calc(100vh - 184px - env(safe-area-inset-bottom))}}@media (max-width:1100px){.app-action-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:820px){.app-home{gap:14px}.app-home-hero{border-radius:20px;grid-template-columns:1fr;min-width:0;padding:18px;overflow:hidden}.app-home-hero h1{font-size:30px;line-height:1.12}.app-home-support{border-radius:16px;align-content:start}.app-home-current{border-radius:16px;grid-template-columns:minmax(0,1fr);gap:14px;min-width:0;padding:16px;display:grid;overflow:hidden}.app-home-current .button{white-space:normal;width:100%;min-width:0;max-width:100%}.app-home-hero-copy p,.app-home-current h2,.app-home-current p{overflow-wrap:anywhere;word-break:break-word;max-width:100%}.app-home-metrics{grid-template-columns:1fr;gap:9px}.app-home-metrics div{border-radius:15px;padding:13px 14px}.app-action-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.app-action-tile{border-radius:16px;min-height:124px;padding:14px}.app-action-tile strong{font-size:16px}}@media (max-width:420px){.app-home-hero h1{font-size:27px}.app-action-grid{gap:8px}.app-action-tile{min-height:116px;padding:12px}.app-action-icon{border-radius:12px;width:34px;height:34px}}@media (max-width:820px){.dealer-main{padding:14px 12px calc(98px + env(safe-area-inset-bottom))}.page-header{border-radius:18px;margin-bottom:12px;padding:16px 18px}.page-header h1{font-size:27px;line-height:1.12}.page-header p{margin-top:8px;font-size:14px;line-height:1.45}.card{border-radius:16px;padding:16px}.products-search-panel,.request-form{gap:12px}.products-search-panel{margin-bottom:0}.products-search-mode{width:100%}.products-search-mode-button{flex:1 1 0;padding:8px 10px;font-size:12px}.products-search-form{grid-template-columns:1fr;gap:9px}.products-search-field{gap:6px}.products-search-field span{font-size:13px}.products-search-field input,.form-field input,.form-field textarea,.request-builder-line input{border-radius:12px;min-height:42px;padding:10px 12px;font-size:14px}.form-field textarea{min-height:86px}.products-search-helper,.products-draft-status{font-size:12px;line-height:1.45}.products-draft-status{gap:9px;display:grid}.products-draft-status .button,.products-search-form .button{width:100%}.product-search-empty{display:none}.product-results-layout{gap:12px;margin-top:12px}.products-result-heading{gap:4px;display:grid}.products-result-heading h2{font-size:20px}.product-result-row,.set-result-row{border-radius:14px;grid-template-columns:1fr;gap:8px;padding:12px}.result-price,.result-uom,.result-status{justify-items:start}.result-actions{justify-content:stretch}.result-actions .button,.result-actions .text-link{text-align:center;flex:1 1 0}.form-section-heading{display:none}.request-draft-lines,.request-custom-line{border-radius:14px;gap:10px;padding:13px}.request-draft-heading h3{font-size:17px}.request-builder-line,.request-line-group-heading{gap:8px}.request-custom-line .request-draft-heading h3{font-size:16px;line-height:1.35}.form-field{gap:6px}.form-field span{font-size:13px}.form-actions{gap:8px;display:grid}.request-side-note{display:none}.nexus-assistant-launcher{width:48px;height:48px;right:14px;bottom:calc(88px + env(safe-area-inset-bottom));font-size:13px}}@media (max-width:420px){.dealer-header{min-height:58px;padding:10px 14px}.dealer-brand-logo{width:78px}.dealer-main{padding-left:10px;padding-right:10px}.page-header{padding:14px 15px}.page-header h1{font-size:24px}}@media (max-width:820px){body{padding-bottom:0}.dealer-header{min-height:56px;padding:9px 14px}.dealer-brand{gap:8px}.dealer-brand-logo{width:82px}.dealer-brand span{font-size:13px;line-height:1.1}.dealer-main{padding:12px 12px calc(86px + env(safe-area-inset-bottom))}.page-header{box-shadow:none;background:0 0;border:0;border-radius:0;margin-bottom:10px;padding:2px 2px 4px}.page-header:before,.page-header p{display:none}.page-header h1{font-size:22px;line-height:1.2}.account-topbar{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;margin-bottom:10px;display:grid}.account-topbar .button{border-radius:11px;min-height:34px;margin-bottom:0;padding:7px 10px;font-size:12px}.account-primary-grid{grid-template-columns:1fr;gap:10px;margin-bottom:10px}.account-profile-hero{gap:10px;padding:14px;display:grid}.account-profile-hero h2{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:20px;line-height:1.24;display:-webkit-box;overflow:hidden}.account-profile-hero p:last-child{margin-top:6px;font-size:13px;line-height:1.4}.account-profile-badges{justify-content:flex-start;gap:6px;margin-top:0}.account-profile-badges span{min-height:26px;padding:5px 8px;font-size:10px;font-weight:500}.account-profile-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-top:0}.account-profile-meta p{border-radius:10px;padding:9px}.account-profile-meta span{font-size:10px;font-weight:500}.account-profile-meta strong{font-size:12px}.account-overview-grid{grid-template-columns:1fr;gap:10px}.account-support-card{padding:14px}.account-support-card h2{margin-bottom:12px;font-size:18px}.account-support-card .detail-list{gap:8px}.account-support-card .detail-list p,.account-collapsible .detail-list p,.account-collapsible .permission-list p{gap:10px;font-size:13px}.account-support-card .detail-list strong,.account-collapsible .detail-list strong{overflow-wrap:anywhere;max-width:58%}.account-support-actions{margin-top:12px}.account-whatsapp-button{width:100%}.account-collapsible summary{padding:13px 14px}.account-collapsible summary:after{width:24px;height:24px;font-size:14px}.account-collapsible summary strong{font-size:14px}.account-collapsible>.detail-list,.account-collapsible>.account-metric-grid,.account-collapsible>.permission-list,.account-collapsible>.account-authorized-list{padding:12px 14px 14px}.account-collapsible .account-metric-grid{gap:8px}.account-collapsible .account-metric-grid p{border-radius:10px;padding:9px}.account-collapsible .account-metric-grid span,.account-collapsible .permission-list span{font-size:11px;font-weight:500}.permission-status{min-width:68px;padding:4px 7px;font-size:10px;font-weight:500}.mobile-app-nav{padding:6px 6px calc(6px + env(safe-area-inset-bottom));grid-template-columns:repeat(auto-fit,minmax(54px,1fr));gap:0;box-shadow:0 -8px 20px #102a4312}.mobile-app-nav a{border-radius:11px;min-height:48px;font-size:9px;font-weight:500}.mobile-app-nav .nav-icon{width:20px;height:20px}.mobile-app-nav a.active{background:#e8f7f7db;border-color:#007f831f}.nexus-assistant-launcher{bottom:calc(76px + env(safe-area-inset-bottom))}.orders-summary{display:none}.order-list{gap:10px}.order-card{border-radius:14px;gap:10px;padding:13px}.order-card:hover{transform:none;box-shadow:0 8px 22px #102a4309}.order-card-header{grid-template-columns:minmax(0,1fr) auto;gap:10px;display:grid}.order-name,.order-subline,.order-amount-block span,.order-card-footer span{display:none}.order-card h2{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:16px;line-height:1.28;display:-webkit-box;overflow:hidden}.order-amount-block{text-align:right;min-width:0;margin-top:0}.order-amount-block strong{font-size:16px}.order-status-row{gap:6px}.order-status,.order-pill{padding:4px 8px;font-size:11px;font-weight:600}.order-metric-grid{border-top:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding-top:0}.order-metric-grid p{border-radius:10px;padding:8px}.order-metric-grid p:nth-child(2),.order-metric-grid p:nth-child(3),.order-metric-grid p:nth-child(6){display:none}.order-metric-grid span{font-size:10px;font-weight:500}.order-metric-grid strong{font-size:12px}.order-card-footer{border-top:0;padding-top:0;display:block}.order-detail-link{background:#f7fafc;border:1px solid #d7e5eb;border-radius:12px;justify-content:center;align-items:center;width:100%;min-height:38px;text-decoration:none;display:flex}.detail-topbar{gap:8px;margin-bottom:10px;display:grid}.detail-actions{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:0;display:grid}.detail-actions .button{width:100%}.order-detail-hero,.order-lines-card,.order-timeline-card,.order-detail-grid,.order-note-card,.order-files-overview,.order-file-card{margin-bottom:12px}.order-detail-hero{gap:10px;display:grid}.order-detail-hero h2{font-size:17px}.order-detail-status{margin-top:8px;padding:7px 12px;font-size:12px}.order-detail-amount{text-align:left;margin-top:0}.order-detail-amount strong{font-size:22px}.order-lines-intro,.order-files-overview>div:first-child>p:last-child{display:none}.section-heading-row{gap:10px;margin-bottom:12px}.order-line-group.sales-set{border-radius:14px;padding:9px}.order-line-card{border-radius:12px;gap:9px;padding:10px 10px 10px 9px}.order-line-identity{grid-template-columns:46px minmax(0,1fr);gap:10px}.order-line-sequence{min-width:46px;min-height:28px;font-size:12px}.order-line-copy h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;line-height:1.35;display:-webkit-box;overflow:hidden}.order-line-badges{display:none}.order-line-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.order-line-stats p{padding:8px 6px}.order-line-stats span{font-size:9px;font-weight:500}.order-line-stats strong{font-size:12px}.order-detail-grid,.order-files-overview{grid-template-columns:1fr;gap:10px}.order-file-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:0}.order-file-metrics p{min-height:auto;padding:9px 6px}.documents-summary{display:none}.document-category-strip{flex-wrap:nowrap;gap:6px;margin-bottom:10px;padding-bottom:2px;overflow-x:auto}.document-category-chip{flex:none;padding:6px 9px;font-size:11px}.document-grid{grid-template-columns:1fr;gap:10px}.document-card{border-radius:14px;gap:9px;padding:13px}.document-card-header{gap:6px;display:grid}.document-card h2{font-size:16px}.document-size{display:none}.document-filename{border-radius:10px;padding:8px 9px;font-size:12px}.document-description{display:none}.document-meta{grid-template-columns:1fr 1fr;gap:6px;padding-top:8px}.document-meta span{font-size:10px}.document-meta strong{font-size:12px}.document-card-footer{gap:8px;padding-top:8px}}@media (max-width:420px){.dealer-brand span{display:none}.dealer-main{padding-left:10px;padding-right:10px}.mobile-app-nav a{min-height:46px;font-size:8.5px}.order-card-header{grid-template-columns:1fr}.order-amount-block{text-align:left}}@media (max-width:820px){body{padding-bottom:calc(96px + env(safe-area-inset-bottom))}.dealer-main{padding-bottom:calc(118px + env(safe-area-inset-bottom))}.request-submit-grid{display:block}.request-form.card{box-shadow:none;background:0 0;border:0;gap:10px;padding:0}.request-draft-lines{background:#ffffffeb;border-radius:18px;gap:12px;padding:15px;box-shadow:0 12px 28px #102a430b}.request-draft-heading{justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.request-draft-heading h3{font-size:18px}.request-line-group{background:0 0;border:0;border-radius:0;gap:0;padding:0}.request-line-group-heading{display:none}.request-builder-line{grid-template-columns:minmax(0,1fr) 72px;align-items:start;gap:8px 10px;padding:12px 0}.request-builder-line:first-child{padding-top:0}.request-builder-line strong{font-size:14px;line-height:1.28}.request-builder-line span,.request-builder-line em{font-size:12px;line-height:1.25}.request-builder-line label{gap:4px}.request-builder-line label span{font-size:10px}.request-builder-line input{text-align:center;border-radius:12px;min-height:38px;padding:8px 10px}.request-builder-line>.text-button{color:#0f766e;text-align:left;border-radius:10px;grid-column:1/-1;min-height:28px;font-size:13px}.request-draft-lines>.text-button{border-top:1px solid var(--line);min-height:34px;padding-top:10px;font-size:14px}.request-list-add-actions{gap:8px;padding-top:2px}.request-list-add-actions .button{border-radius:13px;min-height:42px;padding:9px 8px;font-size:13px}.request-search-add-panel,.request-quick-add-panel{border-radius:14px;gap:10px;padding:12px}.request-search-add-form,.request-search-add-result{grid-template-columns:1fr}.request-search-add-result .button{width:100%}.request-quick-add-panel textarea{min-height:82px}.request-quick-add-actions{grid-template-columns:minmax(0,1fr) auto;display:grid}.request-custom-line,.request-extra-details{background:#ffffffe6;border-radius:16px;padding:0;display:block;overflow:hidden;box-shadow:0 10px 24px #102a4309}.request-collapsible-summary{grid-template-columns:82px minmax(0,1fr) 28px;gap:10px;min-height:58px;padding:13px 15px}.request-custom-line>.request-collapsible-summary,.request-extra-details>.request-collapsible-summary{grid-template-columns:92px minmax(0,1fr) 32px;padding:16px 18px}.request-collapsible-summary span{font-size:10px;font-weight:700}.request-collapsible-summary strong{font-size:15px}.request-collapsible-summary:after{width:26px;height:26px;font-size:17px}.request-collapsible-content{gap:12px;padding:0 15px 15px}.request-collapsible-content .form-row{grid-template-columns:1fr;gap:12px}.request-collapsible-content .form-field input,.request-collapsible-content .form-field textarea{border-radius:13px;min-height:42px;padding:10px 12px}.request-collapsible-content .form-field textarea{min-height:86px}.request-form .form-actions{bottom:calc(86px + env(safe-area-inset-bottom));z-index:18;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff0;border:1px solid #b7cfd79e;border-radius:18px;grid-template-columns:1fr;gap:8px;padding:8px;position:sticky;box-shadow:0 12px 30px #102a431f}.request-form .form-actions .button{border-radius:14px;min-height:44px;padding:10px 8px;font-size:13px}.mobile-app-nav{grid-template-columns:repeat(var(--mobile-nav-count,5), minmax(0, 1fr));padding:8px 8px calc(8px + env(safe-area-inset-bottom));gap:4px}.mobile-app-nav a{border-radius:18px;min-height:64px;font-size:12px;font-weight:650}.mobile-app-nav .nav-icon{width:25px;height:25px}.nexus-assistant-launcher{bottom:calc(104px + env(safe-area-inset-bottom))}body:has(.request-form) .nexus-assistant-launcher{bottom:calc(162px + env(safe-area-inset-bottom))}.login-page .page-header{text-align:center}.login-page .page-header h1{margin:0 auto}.login-page .login-brand strong{font-size:20px;line-height:1.16}.login-page .login-brand p{white-space:nowrap;font-size:12px;line-height:1.35}}@media (max-width:360px){.login-page .login-brand p{font-size:11px}}.account-topbar{border:1px solid var(--line-strong);box-shadow:var(--shadow-soft);background:linear-gradient(135deg,#fffffff7 0%,#f8fcfdf0 58%,#e4f5f5c7 100%);border-radius:24px;align-items:center;margin-bottom:24px;padding:22px 26px}.account-topbar .page-header{box-shadow:none;background:0 0;border:0;border-radius:0;margin-bottom:0;padding:0}.account-topbar .page-header:before{display:none}.account-topbar .button{white-space:nowrap;min-width:108px}@media (max-width:720px){.account-topbar{border-radius:16px;grid-template-columns:minmax(0,1fr) auto;gap:12px;margin-bottom:12px;padding:14px;display:grid}.account-topbar .button{border-radius:11px;min-width:0;min-height:34px;margin-bottom:0;padding:7px 10px;font-size:12px}}.forwarder-page{background:linear-gradient(#f8fcfd 0%,#eef7f8 48%,#f6f8fb 100%);min-height:100vh;padding:26px clamp(18px,4vw,54px) 52px}.forwarder-topbar{max-width:1180px;color:var(--muted);justify-content:space-between;align-items:center;gap:16px;margin:0 auto 28px;font-size:14px;font-weight:700;display:flex}.forwarder-topbar-actions{justify-content:flex-end;align-items:center;gap:10px;min-width:0;display:flex}.forwarder-topbar-actions span{overflow-wrap:anywhere;min-width:0}.forwarder-brand{color:var(--accent);font-size:22px;font-weight:850}.forwarder-hero,.forwarder-card{border:1px solid var(--line-strong);max-width:1180px;box-shadow:var(--shadow-soft);background:#fffffff0;border-radius:20px;margin:0 auto 18px}.forwarder-hero{grid-template-columns:minmax(0,1fr) 300px;align-items:center;gap:24px;padding:28px;display:grid}.forwarder-hero h1{letter-spacing:0;margin:4px 0 8px;font-size:clamp(30px,5vw,54px);line-height:1.02}.forwarder-hero p{color:var(--muted);margin:0;font-size:17px;line-height:1.55}.forwarder-status-card{background:#eef8f8;border:1px solid #cfe4e8;border-radius:16px;padding:18px}.forwarder-status-card span,.forwarder-contact-grid span,.forwarder-item span,.forwarder-form label span,.forwarder-current-tracking span{color:var(--muted);text-transform:uppercase;letter-spacing:.02em;font-size:12px;font-weight:750;display:block}.forwarder-status-card strong{color:var(--text);margin-top:8px;font-size:22px;display:block}.forwarder-status-card em,.forwarder-current-tracking em{color:var(--muted);margin-top:5px;font-style:normal;display:block}.forwarder-grid-main{grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);gap:18px;max-width:1180px;margin:0 auto;display:grid}.forwarder-card{padding:24px}.forwarder-card-heading{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.forwarder-card-heading h2{margin-bottom:0}.forwarder-dashboard-link{flex:none}.forwarder-action-card{gap:12px;display:grid}.forwarder-overview-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;max-width:1180px;margin:0 auto 18px;display:grid}.forwarder-overview-grid div{background:#ffffffeb;border:1px solid #2852681f;border-radius:14px;min-width:0;padding:14px;box-shadow:0 10px 24px #1b3e4e0d}.forwarder-overview-grid span,.forwarder-overview-grid em{color:var(--muted);font-size:12px;font-weight:800;display:block}.forwarder-overview-grid strong{color:var(--text);margin-top:8px;font-size:28px;line-height:1;display:block}.forwarder-overview-grid em{margin-top:7px;font-style:normal;line-height:1.3}.forwarder-home-queue{gap:12px;display:grid}.forwarder-home-queue-list{gap:10px;display:grid}.forwarder-home-queue-row{background:#fbfdfd;border:1px solid #2852681f;border-radius:12px;grid-template-columns:minmax(180px,1.2fr) minmax(150px,1fr) minmax(140px,.8fr) auto;align-items:center;gap:12px;padding:13px 14px;display:grid}.forwarder-home-queue-row.has-problem{background:#fffdf9;border-color:#b8672642}.forwarder-home-queue-row span{color:#7890a4;text-transform:uppercase;font-size:12px;font-weight:800;display:block}.forwarder-home-queue-row strong{color:#173247;overflow-wrap:anywhere;margin-top:4px;font-size:15px;line-height:1.35;display:block}.forwarder-queue-action{white-space:nowrap;border-radius:999px;min-height:36px;padding:8px 13px}.forwarder-qr-widget{gap:14px;display:grid}.forwarder-qr-actions{grid-template-columns:minmax(170px,220px) minmax(0,1fr);align-items:stretch;gap:12px;display:grid}.forwarder-primary-action{color:#fff;background:#0f7d82;justify-content:center;min-height:48px;box-shadow:0 14px 28px #0f7d822e}.forwarder-marking-form{grid-template-columns:minmax(0,1fr) auto;gap:10px;display:grid}.forwarder-marking-form input{color:#173247;min-width:0;font:inherit;background:#fff;border:1px solid #28526829;border-radius:8px;min-height:48px;padding:0 14px}.forwarder-scan-panel{background:#f8fcfd;border:1px solid #d6e8ed;border-radius:16px;gap:12px;padding:14px;display:grid}.forwarder-scan-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.forwarder-scan-header strong,.forwarder-scan-header span{display:block}.forwarder-scan-header span{color:var(--muted);margin-top:3px;font-size:13px}.forwarder-scan-close{color:#647688;cursor:pointer;font:inherit;background:#fff;border:1px solid #d9e8ec;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:850}.forwarder-video-frame{aspect-ratio:16/9;background:#10242f;border:1px solid #cfe4e8;border-radius:14px;position:relative;overflow:hidden}.forwarder-video-frame video{object-fit:cover;width:100%;height:100%;display:block}.forwarder-scan-guide{pointer-events:none;border:2px solid #ffffffd1;border-radius:14px;position:absolute;inset:18%;box-shadow:0 0 0 999px #0003}.forwarder-scan-message{color:#647688;background:#eef3f5;border-radius:12px;margin:0;padding:10px 12px;font-size:13px;font-weight:750}.forwarder-scan-message.error{color:#9f1d1d;background:#fff2f2}.forwarder-scan-message.success{color:#0f6b2b;background:#ecfff1}.forwarder-card h2{letter-spacing:0;margin:4px 0 14px;font-size:24px}.forwarder-address{color:var(--text);gap:6px;margin:14px 0 18px;font-size:17px;line-height:1.45;display:grid}.forwarder-contact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.forwarder-contact-grid div,.forwarder-current-tracking,.forwarder-item{background:#fbfcfe;border:1px solid #e5edf1;border-radius:12px;min-width:0;padding:12px}.forwarder-contact-grid strong,.forwarder-item strong{overflow-wrap:anywhere;margin-top:5px;display:block}.forwarder-form{gap:12px;display:grid}.forwarder-form label{gap:6px;display:grid}.forwarder-form input,.forwarder-form select,.forwarder-form textarea{border:1px solid var(--line);width:100%;color:var(--text);font:inherit;background:#fff;border-radius:12px;padding:11px 12px}.forwarder-submit{justify-content:center;width:100%}.forwarder-form-message{border-radius:12px;margin:0;padding:11px 12px;font-weight:700}.forwarder-form-message.success{color:#0f6b2b;background:#ecfff1;border:1px solid #b7e5c3}.forwarder-form-message.error{color:#9f1d1d;background:#fff2f2;border:1px solid #f3c2c2}.forwarder-items{gap:10px;display:grid}.forwarder-item{grid-template-columns:minmax(0,1fr) 140px 140px;align-items:center;gap:12px;display:grid}.forwarder-step-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.forwarder-step-grid div{background:#fbfcfe;border:1px solid #e5edf1;border-radius:14px;padding:14px}.forwarder-step-grid span{background:var(--accent-soft);width:30px;height:30px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;font-weight:850;display:inline-flex}.forwarder-step-grid strong{margin-top:10px;display:block}.forwarder-step-grid p{color:var(--muted);margin:6px 0 0;line-height:1.45}.forwarder-message-card{text-align:left}.forwarder-message-card p{color:var(--muted);line-height:1.55}.forwarder-message-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:16px;display:flex}.forwarder-process-card{gap:10px;display:grid}.forwarder-process-actions{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.forwarder-process-actions a{color:inherit;background:#fbfdfe;border:1px solid #e1edf1;border-radius:12px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:9px;padding:10px 12px;text-decoration:none;display:grid}.forwarder-process-actions a:hover{border-color:#0a7c806b;box-shadow:0 10px 22px #185a6914}.forwarder-process-actions span{background:var(--accent-soft);width:28px;height:28px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;font-size:13px;font-weight:850;display:inline-flex}.forwarder-process-actions strong,.forwarder-process-actions em{overflow-wrap:anywhere;min-width:0}.forwarder-process-actions em{color:var(--muted);font-size:12px;font-style:normal}.forwarder-domestic-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.forwarder-domestic-grid div{background:#fbfcfe;border:1px solid #e5edf1;border-radius:12px;min-width:0;padding:12px}.forwarder-domestic-grid span{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:800;display:block}.forwarder-domestic-grid strong{color:var(--text);overflow-wrap:anywhere;margin-top:5px;display:block}.forwarder-muted-note{color:var(--muted);background:#f3f8f9;border-radius:12px;margin:12px 0 0;padding:10px 12px}.forwarder-tracking-step{gap:14px;display:grid}.forwarder-card,.forwarder-anchor-block{scroll-margin-top:22px}@media (max-width:900px){.forwarder-hero,.forwarder-grid-main,.forwarder-item,.forwarder-step-grid,.forwarder-process-actions,.forwarder-qr-actions,.forwarder-overview-grid,.forwarder-domestic-grid,.forwarder-filter-row,.forwarder-card-heading,.forwarder-contact-grid{grid-template-columns:1fr}.forwarder-card-heading{display:grid}.forwarder-dashboard-link{width:fit-content}.forwarder-topbar{align-items:flex-start}.forwarder-topbar-actions{flex-wrap:wrap}}.forwarder-dashboard-hero{align-items:stretch}.forwarder-dashboard-controls{gap:16px;display:grid}.forwarder-filter-row{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.forwarder-filter-pill{color:#31576a;background:#f6fbfb;border:1px solid #0a7c802e;border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px;font-weight:800;text-decoration:none;display:grid}.forwarder-filter-pill.active{color:#fff;background:#0f7d82;border-color:#0f7d82}.forwarder-filter-label,.forwarder-filter-pill em{overflow-wrap:anywhere;min-width:0}.forwarder-filter-label{color:inherit;font-size:13px;line-height:1.25}.forwarder-filter-pill em{color:#6f8799;font-size:11px;font-style:normal;font-weight:750;line-height:1.25}.forwarder-filter-pill strong{color:#0f4150;background:#ffffffb8;border-radius:999px;grid-column:2;justify-content:center;align-items:center;min-width:30px;height:30px;font-size:13px;display:inline-flex}.forwarder-filter-pill.active em{color:#ffffffc7}.forwarder-filter-pill.active strong{color:#fff;background:#ffffff2e}.forwarder-search-form{grid-template-columns:minmax(220px,1fr) auto;gap:10px;display:grid}.forwarder-search-form input{color:#173247;font:inherit;border:1px solid #28526829;border-radius:8px;min-height:46px;padding:0 14px}.forwarder-dashboard-list{gap:10px;display:grid}.forwarder-dashboard-row{color:inherit;background:#fbfdfd;border:1px solid #2852681f;border-radius:12px;grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;gap:12px;padding:14px 16px;display:grid}.forwarder-dashboard-row:hover,.forwarder-dashboard-row:focus-within{border-color:#0a7c806b;box-shadow:0 12px 28px #185a6914}.forwarder-dashboard-row.has-problem{background:#fffdf9;border-color:#b8672642}.forwarder-dashboard-row span{color:#7890a4;text-transform:uppercase;font-size:12px;font-weight:800;display:block}.forwarder-dashboard-row strong{color:#173247;overflow-wrap:anywhere;margin-top:4px;font-size:15px;line-height:1.35;display:block}.forwarder-dashboard-actions{border-top:1px solid #e9f0f3;flex-wrap:wrap;grid-column:1/-1;gap:8px;padding-top:10px;display:flex}.forwarder-row-primary,.forwarder-row-secondary,.forwarder-row-disabled{border-radius:999px;min-height:36px;padding:8px 13px;font-size:12px;font-weight:850}.forwarder-row-primary{color:#fff;background:#0f7d82}.forwarder-row-secondary{color:#647688;box-shadow:none;background:#eef3f5}.forwarder-row-disabled{color:#8a9bab;background:#f3f6f8;justify-content:center;align-items:center;display:inline-flex}.forwarder-empty-list{background:#f7fbfb;border:1px dashed #0a7c8040;border-radius:8px;padding:28px}.forwarder-empty-list h3{color:#173247;margin:0 0 8px;font-size:20px}.forwarder-empty-list p{color:#6e8295;margin:0}@media (max-width:1120px){.forwarder-overview-grid,.forwarder-filter-row,.forwarder-home-queue-row,.forwarder-dashboard-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.forwarder-overview-grid,.forwarder-filter-row,.forwarder-search-form,.forwarder-dashboard-row,.forwarder-home-queue-row{grid-template-columns:1fr}.forwarder-queue-action{justify-content:center;width:100%}}.public-shipping-address{background:#fff;border:1px solid #c9e0e5;border-radius:12px;gap:0;width:min(1000px,100%);margin:18px auto 0;display:grid;overflow:hidden;box-shadow:0 10px 26px #102a430d}.public-quote-page .public-shipping-address{width:var(--public-quote-shell)}.public-shipping-address.compact{width:100%;margin:18px 0}.public-shipping-address-header{background:#f4fbfb;border-bottom:1px solid #d9e9ed;justify-content:space-between;align-items:center;gap:18px;padding:16px 20px;display:flex}.public-shipping-address-header strong{color:#162231;margin-top:3px;font-size:18px;line-height:1.25;display:block}.public-shipping-address-header p{color:#607080;margin:6px 0 0;font-size:13px;line-height:1.5}.public-shipping-address-kicker{color:#0f7d82;letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:850;display:block}.public-shipping-address-status{white-space:nowrap;border:1px solid #0000;border-radius:999px;flex:none;align-items:center;min-height:34px;padding:7px 13px;font-size:12px;font-weight:850;display:inline-flex}.public-shipping-address-status.open{color:#2f6872;background:#f4fafb;border-color:#cfe2e8}.public-shipping-address-status.confirmed{color:#647688;background:#eef3f5;min-height:32px;padding:7px 12px;font-size:12px;font-weight:850}.public-shipping-address-status.locked{color:#526375;background:#eef2f6}.public-shipping-address-tools{flex:none;justify-content:flex-end;align-items:center;gap:12px;display:flex}.public-shipping-address-history-button{color:#0f6772;cursor:pointer;background:#fff;border:1px solid #c8dce2;border-radius:999px;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;padding:0;font-weight:850;display:inline-flex}.public-shipping-address-history-button:hover{background:#f3fbfc;border-color:#9ecbd3}.public-shipping-address-history-button svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.public-shipping-address-history-panel{background:#fbfdfd;border-bottom:1px solid #d9e9ed;gap:12px;padding:14px 16px 16px;display:grid}.public-shipping-address-history-head{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.public-shipping-address-history-head strong{color:#173247;font-size:14px;font-weight:900;display:block}.public-shipping-address-history-head p{color:#667789;margin:4px 0 0;font-size:13px}.public-shipping-address-history-head button,.public-shipping-address-history-actions button{color:#fff;background:#0f7d82;border:0;border-radius:8px;min-height:34px;padding:6px 12px;font-weight:850}.public-shipping-address-history-list{gap:10px;display:grid}.public-shipping-address-history-card{background:#fff;border:1px solid #dbe8ec;border-radius:10px;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:12px;display:grid}.public-shipping-address-history-summary{gap:4px;min-width:0;display:grid}.public-shipping-address-history-summary strong{color:#173247;font-size:14px}.public-shipping-address-history-summary p{color:#33485b;overflow-wrap:anywhere;margin:0;font-size:13px;line-height:1.45}.public-shipping-address-history-summary span{color:#738496;font-size:12px}.public-shipping-address-history-edit{grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.public-shipping-address-history-edit input,.public-shipping-address-history-edit textarea{color:#173247;min-width:0;font:inherit;border:1px solid #ccd8de;border-radius:8px;padding:9px 11px}.public-shipping-address-history-edit textarea{resize:vertical;grid-column:span 2}.public-shipping-address-history-edit input::placeholder,.public-shipping-address-history-edit textarea::placeholder{color:#bdc7d1;opacity:1}.public-shipping-address-history-actions{justify-content:flex-end;align-items:flex-start;gap:8px;display:flex}.public-shipping-address-history-actions button.secondary{color:#304155;background:#e9eef3}.public-shipping-address-history-actions button.danger{color:#923020;background:#fff0ed}.public-shipping-address-history-head button:disabled,.public-shipping-address-history-actions button:disabled{cursor:not-allowed;opacity:.58}.public-shipping-address-body{padding:16px 20px 20px}.public-shipping-address-form{background:#fff;gap:14px;display:grid}.public-shipping-address-ai-panel{background:#fff;border:1px solid #dbe7ee;border-radius:8px;grid-template-columns:minmax(0,1fr) minmax(132px,160px);align-items:stretch;gap:10px 14px;padding:14px 16px;display:grid}.public-shipping-address-ai-field span{color:#63768d;font-size:13px;font-weight:850}.public-shipping-address-ai-field{gap:6px;min-width:0;display:grid}.public-shipping-address-ai-panel textarea{resize:vertical;color:#173247;width:100%;min-height:64px;font:inherit;border:1px solid #ccd8de;border-radius:8px;padding:10px 12px;line-height:1.4}.public-shipping-address-fields{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:12px 16px;display:grid}.public-shipping-address.compact .public-shipping-address-fields{row-gap:10px}.public-shipping-address.compact .public-shipping-address-body{padding:14px 18px 18px}.public-shipping-address.compact .public-shipping-address-form{gap:12px}.public-shipping-address.compact .public-shipping-address-form input{height:40px}.public-shipping-address .public-shipping-address-field{grid-column:1}.public-shipping-address .public-shipping-address-field:nth-child(6){grid-area:5/2}.public-shipping-address .public-shipping-address-field:nth-child(7){grid-area:1/2}.public-shipping-address .public-shipping-address-field:nth-child(8){grid-area:2/2}.public-shipping-address .public-shipping-address-field:nth-child(9){grid-area:3/2}.public-shipping-address .public-shipping-address-field:nth-child(10){grid-area:4/2}.public-shipping-address .public-shipping-address-field.wide{grid-column:2}.public-shipping-address-form input{color:#173247;border:1px solid #ccd8de;border-radius:8px;min-width:0;height:44px;padding:0 12px}.public-shipping-address-ai-panel textarea::placeholder,.public-shipping-address-form input::placeholder{color:#bdc7d1;opacity:1}.public-shipping-address-field{color:#536579;gap:6px;min-width:0;font-size:13px;font-weight:700;display:grid}.public-shipping-address-field span{overflow-wrap:anywhere}.public-shipping-address-field.wide{grid-column:2}.public-shipping-address-form button,.public-shipping-address-ai-panel button{color:#fff;background:#0f7d82;border:0;border-radius:8px;height:44px;font-weight:800}.public-shipping-address-ai-panel button{background:#0f7d82;align-self:end;width:100%;height:40px;min-height:40px;padding:0 12px;font-size:13px;line-height:1.2}.public-shipping-address-actions{border-top:1px solid #e8f0f3;justify-content:flex-end;align-items:center;gap:12px;padding-top:14px;display:flex}.public-shipping-address-submit{min-width:180px}.public-shipping-address-form button:disabled,.public-shipping-address-form input:disabled,.public-shipping-address-ai-panel button:disabled,.public-shipping-address-ai-panel textarea:disabled{cursor:not-allowed;opacity:.58}.public-shipping-address-message{border-radius:8px;grid-column:1/-1;margin:0;padding:10px 12px;font-size:13px}.public-shipping-address-actions .public-shipping-address-message{flex:auto}.public-shipping-address-message.success{color:#0b6b3a;background:#eaf8f0}.public-shipping-address-message.error{color:#923020;background:#fff0ed}@media (max-width:760px){.public-shipping-address{grid-template-columns:1fr}.public-shipping-address-header{gap:10px;display:grid}.public-shipping-address-tools,.public-shipping-address-history-head,.public-shipping-address-history-card,.public-shipping-address-history-actions{justify-content:stretch;display:grid}.public-shipping-address-history-edit{grid-template-columns:1fr}.public-shipping-address-history-edit textarea{grid-column:auto}.public-shipping-address-ai-panel,.public-shipping-address-fields,.public-shipping-address-actions{grid-template-columns:1fr;display:grid}.public-shipping-address-field.wide{grid-column:auto}.public-shipping-address .public-shipping-address-field{grid-area:auto}.public-shipping-address-submit{width:100%;min-width:0}.public-quote-page .public-shipping-address-body{padding:14px}.public-quote-page .public-shipping-address-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.public-quote-page .public-shipping-address .public-shipping-address-field,.public-quote-page .public-shipping-address .public-shipping-address-field.wide{grid-area:auto;min-width:0}.public-quote-page .public-shipping-address-field span{min-width:0}.public-quote-page .public-shipping-address-form input{width:100%;min-width:0;padding-inline:10px}}@media (max-width:360px){.public-quote-page .public-shipping-address-fields{grid-template-columns:1fr}}.forwarder-declaration-box{color:#173247;white-space:pre-wrap;background:#f8fcfd;border:1px solid #d9e8ec;border-radius:8px;min-height:96px;margin:14px 0;padding:14px;line-height:1.55}.packing-info-panel{color:#173247;background:#fff;border:1px solid #d6e8ed;border-radius:16px;width:min(1180px,100%);margin:0 auto 18px;padding:20px;box-shadow:0 14px 32px #1b3e4e12}.public-quote-page .packing-info-panel{width:var(--public-quote-shell);margin-top:18px}.dealer-packing-info-panel{width:100%;margin:0 0 18px}.packing-info-header{border-bottom:1px solid #e6f0f3;justify-content:space-between;align-items:flex-start;gap:14px;padding-bottom:14px;display:flex}.packing-info-header h2{color:#152331;letter-spacing:0;margin:4px 0 0;font-size:22px;line-height:1.2}.packing-info-badge{color:#0f777a;white-space:nowrap;background:#edf6f7;border-radius:999px;align-items:center;min-height:32px;padding:7px 12px;font-size:12px;font-weight:850;display:inline-flex}.packing-info-panel-warehouse .packing-info-badge,.forwarder-page .packing-info-panel-warehouse .packing-info-badge{color:#647688;background:#eef3f5}.packing-info-panel-sales .packing-info-badge{color:#6d569f;background:#f2eefb}.packing-info-panel-empty .packing-info-badge{color:#647688;background:#eef3f5}.packing-info-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:16px 0;display:grid}.packing-info-metrics div{background:#fbfdfe;border:1px solid #e1edf1;border-radius:12px;min-width:0;padding:12px}.packing-info-metrics span{color:#617487;text-transform:uppercase;letter-spacing:0;font-size:12px;font-weight:800;display:block}.packing-info-metrics strong{color:#152331;overflow-wrap:anywhere;margin-top:6px;font-size:18px;line-height:1.2;display:block}.packing-info-table-wrap{background:#fff;border:1px solid #e1edf1;border-radius:12px;overflow-x:auto}.packing-info-table{border-collapse:collapse;width:100%;min-width:760px}.packing-info-table th,.packing-info-table td{text-align:left;vertical-align:top;border-bottom:1px solid #edf3f5;padding:11px 12px}.packing-info-table th{color:#52697c;text-transform:uppercase;letter-spacing:0;background:#f6fafb;font-size:12px;font-weight:850}.packing-info-table td{color:#173247;overflow-wrap:anywhere;font-size:14px;line-height:1.35}.packing-info-table th:nth-child(n+3):nth-child(-n+5),.packing-info-table td:nth-child(n+3):nth-child(-n+5){text-align:right;white-space:nowrap}.packing-info-table tr:last-child td{border-bottom:0}.packing-info-empty{color:#678;background:#f9fcfd;border:1px dashed #d4e4e9;border-radius:12px;margin:0;padding:14px;line-height:1.5}@media (max-width:760px){.packing-info-panel{padding:16px}.packing-info-header{display:grid}.packing-info-badge{width:fit-content}.packing-info-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}.forwarder-small-button{min-width:0;min-height:32px;box-shadow:none;color:#647688;white-space:nowrap;background:#eef3f5;border:0;border-radius:999px;justify-content:center;align-items:center;padding:7px 12px;font-size:12px;font-weight:850;line-height:normal;display:inline-flex}.button.forwarder-small-button:not(:disabled):hover,.button.forwarder-small-button:not(:disabled):focus-visible{box-shadow:none;color:#647688;background:#eef3f5;outline:none}.button.forwarder-small-button:not(:disabled):active{transform:none}.forwarder-declaration-table-wrap{background:#fff;border:1px solid #d9e8ec;border-radius:8px;margin:14px 0;overflow-x:auto}.forwarder-declaration-table{border-collapse:collapse;color:#173247;width:100%;min-width:620px}.forwarder-declaration-table th,.forwarder-declaration-table td{text-align:left;vertical-align:top;border-bottom:1px solid #edf3f5;padding:12px 14px}.forwarder-declaration-table th{color:#40566a;text-transform:uppercase;letter-spacing:0;background:#f3f8f9;font-size:12px;font-weight:800}.forwarder-declaration-table th:nth-child(n+2),.forwarder-declaration-table td:nth-child(n+2){text-align:right;white-space:nowrap}.forwarder-declaration-table tr:last-child td{border-bottom:0}.forwarder-login-page{min-height:100vh;color:var(--text);background:linear-gradient(#f8fcfdf5,#eef5f8f0),radial-gradient(circle at 84% 10%,#007f8329,#0000 34rem);padding:32px}.forwarder-login-shell{width:min(1120px,100%);margin:0 auto}.forwarder-login-header{justify-content:space-between;align-items:center;gap:20px;padding:14px 0 34px;display:flex}.forwarder-login-header div{align-items:center;gap:14px;min-width:0;display:flex}.forwarder-login-header img{width:118px;height:auto;display:block}.forwarder-login-header strong{font-size:20px;font-weight:850;line-height:1.2}.forwarder-login-header span{border:1px solid var(--line);color:var(--muted);white-space:nowrap;background:#ffffffd1;border-radius:999px;padding:8px 12px;font-weight:750}.forwarder-login-grid{grid-template-columns:minmax(0,1.05fr) minmax(360px,.72fr);align-items:stretch;gap:28px;display:grid}.forwarder-login-copy,.forwarder-login-card{border:1px solid var(--line);background:#ffffffe6;border-radius:8px;box-shadow:0 20px 44px #102a4314}.forwarder-login-copy{flex-direction:column;justify-content:center;min-height:430px;padding:44px;display:flex}.forwarder-login-copy h1{max-width:620px;margin:10px 0 16px;font-size:42px;font-weight:900;line-height:1.08}.forwarder-login-copy p{max-width:660px;color:var(--muted);margin:0;font-size:17px;line-height:1.65}.forwarder-login-badges{flex-wrap:wrap;gap:10px;margin-top:30px;display:flex}.forwarder-login-badges span{background:var(--accent-soft);color:var(--accent-dark);border:1px solid #007f8333;border-radius:999px;padding:9px 12px;font-size:13px;font-weight:800}.forwarder-login-card{flex-direction:column;justify-content:center;padding:34px;display:flex}.forwarder-login-card-head{margin-bottom:22px}.forwarder-login-card-head h2,.forwarder-login-session h2{margin:8px 0 0;font-size:30px;line-height:1.15}.forwarder-login-form{gap:18px;display:grid}.forwarder-login-field{color:var(--muted);gap:8px;font-weight:750;display:grid}.forwarder-login-input{border:1px solid var(--line);width:100%;min-height:52px;color:var(--text);font:inherit;background:#fff;border-radius:8px;outline:none;padding:0 14px;font-weight:650}.forwarder-login-input:focus{border-color:var(--accent);box-shadow:0 0 0 4px #007f831f}.forwarder-login-button{border:1px solid var(--accent);background:var(--accent);color:#fff;min-height:48px;font:inherit;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:0 18px;font-weight:850;display:inline-flex}.forwarder-login-button:disabled{cursor:not-allowed;opacity:.62}.forwarder-login-note,.forwarder-login-session p{color:var(--muted);margin:0;line-height:1.5}.forwarder-login-error{color:#8d2c2c;background:#fff4f4eb;border:1px solid #b64a4a3d;border-radius:8px;padding:12px 14px;font-weight:750}.forwarder-login-session{gap:16px;display:grid}.forwarder-login-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.forwarder-login-actions .button{min-height:48px;color:var(--accent-dark);border:1px solid var(--line);background:#fff;border-radius:8px;padding:0 18px;font-weight:850}@media (max-width:860px){.forwarder-login-page{padding:20px}.forwarder-login-header{flex-direction:column;align-items:flex-start;padding-bottom:22px}.forwarder-login-grid{grid-template-columns:1fr}.forwarder-login-copy{min-height:0;padding:28px}.forwarder-login-copy h1{font-size:30px}.forwarder-login-card{padding:26px}}@media (max-width:480px){.forwarder-login-page{padding:16px}.forwarder-login-header strong{font-size:18px}.forwarder-login-header img{width:104px}.forwarder-login-copy,.forwarder-login-card{padding:22px}.forwarder-login-copy h1{font-size:26px}.forwarder-login-actions,.forwarder-login-actions .button,.forwarder-login-actions .forwarder-login-button{width:100%}}.catalog-web-viewer{flex-direction:column;gap:18px;width:100%;max-width:1120px;margin:0 auto;display:flex}.catalog-toolbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;padding:0 0 16px;display:flex}.catalog-toolbar h2{color:var(--text);margin:2px 0 4px;font-size:1.2rem;line-height:1.2}.catalog-toolbar p{color:var(--muted);margin:0;font-size:.9rem}.catalog-toolbar-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.catalog-toolbar-actions span{color:var(--muted);white-space:nowrap;font-size:.88rem}.catalog-page-stack{flex-direction:column;gap:28px;display:flex}.catalog-page-shell{justify-content:center;display:flex}.catalog-page-canvas{cursor:pointer;background:#fff;border:1px solid #0f172a1f;border-radius:8px;width:100%;max-width:900px;position:relative;overflow:hidden;box-shadow:0 18px 42px #0f172a14}.catalog-page-canvas img{object-fit:contain;width:100%;height:100%;display:block}.catalog-hotspot{cursor:pointer;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:2;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:flex-start;align-items:flex-start;min-width:44px;min-height:20px;padding:3px;transition:background .16s,border-color .16s,box-shadow .16s;display:none;position:absolute}.catalog-hotspot span{color:#fff;pointer-events:none;text-overflow:ellipsis;white-space:nowrap;background:#123768db;border-radius:4px;max-width:100%;padding:4px 5px;font-size:.68rem;font-weight:700;line-height:1;display:none;overflow:hidden}.catalog-hotspot:hover,.catalog-hotspot:focus-visible{background:#1667a20f;border-color:#1667a29e;outline:none;box-shadow:0 0 0 2px #1667a21f}.catalog-hotspot:disabled{cursor:wait;opacity:.78;background:#1667a214;border-color:#1667a280}@media (max-width:720px){.catalog-toolbar{flex-direction:column;align-items:flex-start}.catalog-toolbar-actions{justify-content:flex-start;width:100%}.catalog-toolbar-actions .button{width:100%}.catalog-page-stack{gap:18px}.catalog-page-canvas{border-radius:4px}.catalog-hotspot span{padding:3px 4px;font-size:.58rem}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.catalog-web-viewer{max-width:1380px}.dealer-main.dealer-main--catalog{max-width:1452px}.catalog-library{gap:20px;margin-bottom:28px;display:grid}.catalog-library-heading{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:24px;display:grid}.catalog-library-heading h2{margin:4px 0 8px;font-size:clamp(1.55rem,2.5vw,2.25rem)}.catalog-library-heading>div:first-child>p:last-child{color:var(--muted);max-width:760px;margin:0;line-height:1.55}.catalog-library-context{place-items:flex-end end;gap:5px;display:grid}.catalog-library-context span{color:var(--accent);background:#007f831a;border-radius:999px;padding:7px 11px;font-size:.78rem;font-weight:800}.catalog-library-context strong{color:var(--muted);font-size:.82rem}.catalog-library-search{border:1px solid var(--line);background:#fff;border-radius:16px;align-items:end;gap:12px;padding:16px;display:flex}.catalog-library-search label{flex:1;gap:6px;display:grid}.catalog-library-search label>span{color:var(--muted);text-transform:uppercase;font-size:.76rem;font-weight:800}.catalog-library-search input{border:1px solid var(--line);color:var(--text);font:inherit;border-radius:10px;width:100%;min-height:44px;padding:0 13px}.catalog-library-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;display:grid}.catalog-library-card{border:1px solid var(--line);background:#fff;border-radius:18px;grid-template-rows:auto 1fr;gap:12px;min-width:0;padding:12px;transition:border-color .15s,box-shadow .15s,transform .15s;display:grid}.catalog-library-card:hover,.catalog-library-card:focus-within,.catalog-library-card.selected{border-color:#007f8380;transform:translateY(-2px);box-shadow:0 18px 40px #10203317}.catalog-library-cover-link{border-radius:14px;min-width:0;display:block}.catalog-library-cover-link:focus-visible{outline-offset:3px;outline:3px solid #007f836b}.catalog-library-cover{aspect-ratio:4/5;border:1px solid var(--line);background:#fff;border-radius:14px;display:block;position:relative;overflow:hidden}.catalog-library-cover img{object-fit:contain;width:100%;height:100%;display:block}.catalog-library-cover.is-fallback{background:linear-gradient(145deg,#e4f5f5 0%,#eef5ff 100%)}.catalog-library-cover-fallback{align-content:space-between;height:100%;padding:18px;display:grid}.catalog-library-cover-fallback strong{color:var(--accent);letter-spacing:.04em;font-size:.9rem}.catalog-library-cover-fallback>span{color:var(--text);opacity:.1;justify-self:end;font-size:clamp(2.8rem,5vw,4.5rem);font-weight:900;line-height:.8}.catalog-library-cover-action{color:#fff;opacity:0;white-space:nowrap;background:#005f66eb;justify-content:center;align-items:center;gap:5px;min-height:32px;padding:7px 12px;font-size:.78rem;font-weight:800;transition:opacity .15s,transform .15s;display:inline-flex;position:absolute;bottom:10px;left:50%;transform:translate(-50%,6px)}.catalog-library-cover-link:hover .catalog-library-cover-action,.catalog-library-cover-link:focus-visible .catalog-library-cover-action{opacity:1;transform:translate(-50%)}.catalog-library-card-copy h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.7em;margin:8px 0;font-size:.96rem;line-height:1.35;display:-webkit-box;overflow:hidden}.catalog-library-card-copy>p{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.82rem;line-height:1.5;display:-webkit-box;overflow:hidden}.catalog-library-card-badges,.catalog-library-meta{flex-wrap:wrap;gap:8px;display:flex}.catalog-library-card-badges span,.catalog-library-meta span{background:var(--panel-soft);color:var(--muted);border-radius:999px;padding:5px 8px;font-size:.72rem;font-weight:800}.catalog-library-card-badges span:first-child{color:var(--accent);background:#007f831a}.catalog-library-meta{margin-top:14px}.catalog-library-categories{font-size:.78rem;margin-top:10px!important}.catalog-library-empty{text-align:center}.catalog-library-safety{color:var(--muted);text-align:center;margin:0;font-size:.82rem}.catalog-library-viewer{scroll-margin-top:92px}.catalog-picker{gap:6px;min-width:230px;display:grid}.catalog-picker span,.catalog-selected-item label span{color:var(--muted);text-transform:uppercase;font-size:.76rem;font-weight:800}.catalog-picker select{appearance:none;border:1px solid var(--line);color:var(--text);font:inherit;background:#fff;border-radius:8px;min-height:42px;padding:0 34px 0 12px}.catalog-toolbar-summary{flex:1;min-width:220px}.catalog-selection-layout{grid-template-columns:minmax(0,1fr) 340px;grid-template-areas:"pages selection";align-items:flex-start;gap:20px;display:grid}.catalog-page-stack{grid-area:pages}.catalog-selection-panel{border:1px solid var(--line);max-height:calc(100vh - 150px);max-height:calc(100dvh - 150px - env(safe-area-inset-bottom));background:#fff;border-radius:8px;flex-direction:column;grid-area:selection;gap:14px;min-height:0;padding:16px;display:flex;position:sticky;top:104px;overflow:hidden;box-shadow:0 18px 42px #0f172a14}.catalog-selection-panel-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:12px;display:flex}.catalog-selection-panel-head h2{margin:2px 0 0;font-size:1rem;line-height:1.2}.catalog-selection-panel-head>span{color:var(--brand-dark);white-space:nowrap;background:#1483891a;border-radius:999px;padding:6px 9px;font-size:.8rem;font-weight:800}.catalog-selection-toggle{display:none}.catalog-selection-panel-body{flex-direction:column;flex:auto;gap:14px;min-height:0;display:flex;overflow:hidden}.catalog-selection-scroll{overscroll-behavior:contain;scrollbar-gutter:stable;flex-direction:column;flex:auto;gap:14px;min-height:0;padding-right:3px;display:flex;overflow-y:auto}.catalog-selected-list{gap:10px;display:grid}.catalog-selected-item{border:1px solid #0f172a14;border-radius:8px;grid-template-columns:minmax(0,1fr) 64px auto;align-items:center;gap:10px;padding:10px;display:grid}.catalog-selected-item strong,.catalog-selected-item span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.catalog-selected-item strong{color:var(--text);font-size:.9rem}.catalog-selected-item div>span,.catalog-selection-empty,.catalog-custom-note{color:var(--muted);font-size:.82rem;line-height:1.5}.catalog-selected-item label{gap:4px;display:grid}.catalog-selected-item input{border:1px solid var(--line);font:inherit;text-align:center;border-radius:7px;width:100%;height:34px}.catalog-selection-actions{border-top:1px solid var(--line);flex:none;gap:10px;padding-top:12px;display:grid}.catalog-selection-actions .button{width:100%}.catalog-clear-selection-button{color:#b42318;cursor:pointer;font:inherit;background:0 0;border:0;justify-self:center;padding:3px 6px;font-size:.76rem;font-weight:700;line-height:1.25}.catalog-clear-selection-button:hover{color:#8f1d14;text-decoration:underline}.catalog-clear-selection-button:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #b4231859}.catalog-hotspot-layer{pointer-events:none;position:absolute;inset:0}.catalog-page-group-hitbox{box-sizing:border-box;cursor:pointer;touch-action:manipulation;z-index:6;background:0 0;border:1px solid #0000;border-radius:3px;min-width:18px;min-height:16px;padding:0;transition:background .12s,border-color .12s,box-shadow .12s;position:absolute}.catalog-page-group-hitbox:hover,.catalog-page-group-hitbox:focus-visible{background:#007f831a;border-color:#007f83b8;outline:0}.catalog-page-group-hitbox.partial{background:#007f8314;border-style:dashed;border-color:#007f8394}.catalog-page-group-hitbox.all{background:#007f8329;border-color:#007f83;box-shadow:inset 0 -2px #007f83}.catalog-page-group-hitbox:disabled{cursor:default;opacity:.45}.catalog-selection-hitbox{cursor:pointer;pointer-events:auto;touch-action:manipulation;z-index:3;background:0 0;border:0;min-width:0;min-height:0;padding:0;position:absolute}.catalog-selection-hitbox.product-area{z-index:2}.catalog-selection-hitbox.checkbox-area{z-index:3}.catalog-selection-hitbox:hover,.catalog-selection-hitbox:focus-visible{background:0 0;outline:0}.catalog-selection-hitbox.selected{background:0 0}.catalog-selection-hitbox.pending-product{cursor:help}.catalog-checkbox{--catalog-checkbox-size:1.08%;--catalog-checkbox-border-width:1px;--catalog-checkbox-radius:2px;--catalog-checkbox-min-size:9px;--catalog-checkbox-max-size:9px;aspect-ratio:1;border:var(--catalog-checkbox-border-width) solid #007f83;border-radius:var(--catalog-checkbox-radius);box-sizing:border-box;pointer-events:none;width:clamp(var(--catalog-checkbox-min-size), var(--catalog-checkbox-size), var(--catalog-checkbox-max-size));z-index:4;background:#fff;transition:background .14s,border-color .14s,box-shadow .14s,transform .12s;display:block;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 0 .5px #007f832e}.catalog-checkbox.dense{--catalog-checkbox-check-width:1px}.catalog-checkbox.selected{background:#007f83;border-color:#006c70;box-shadow:0 0 0 1px #007f8347}.catalog-checkbox.selected:after{border-bottom:var(--catalog-checkbox-check-width,1.2px) solid #fff;border-right:var(--catalog-checkbox-check-width,1.2px) solid #fff;content:"";width:24%;height:48%;display:block;position:absolute;top:18%;left:34%;transform:rotate(42deg)}.catalog-selection-hitbox.checkbox-area:hover+.catalog-checkbox,.catalog-selection-hitbox.checkbox-area:focus-visible+.catalog-checkbox{border-color:#007f83;transform:translate(-50%,-50%);box-shadow:0 0 0 1.25px #007f8342}.catalog-selection-hitbox.checkbox-area.selected+.catalog-checkbox{box-shadow:0 0 0 1px #007f8347}.catalog-loading-card{justify-content:center;align-items:center;gap:10px;min-height:140px;display:flex}.catalog-empty-state{text-align:left}@media (max-width:1320px){.catalog-library-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.catalog-selection-layout{display:block}.catalog-selection-panel{max-height:min(72dvh,680px);margin-bottom:20px;position:static}}@media (max-width:1060px){.catalog-library-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:820px){.catalog-library-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-page-group-hitbox{min-height:20px}.catalog-selection-panel{max-height:calc(100dvh - 156px - env(safe-area-inset-bottom));z-index:19;gap:0;margin-bottom:12px;padding:0;position:sticky;top:74px;overflow:hidden}.catalog-selection-panel.is-empty,.catalog-selection-panel-head{display:none}.catalog-selection-toggle{color:var(--text);cursor:pointer;text-align:left;background:#fff;border:0;grid-template-columns:minmax(0,1fr) auto 18px;align-items:center;gap:10px;width:100%;min-height:58px;padding:10px 12px;display:grid}.catalog-selection-toggle:focus-visible{outline-offset:-2px;outline:2px solid #007f836b}.catalog-selection-toggle-copy,.catalog-selection-toggle-copy span,.catalog-selection-toggle-copy strong{min-width:0;display:block}.catalog-selection-toggle-copy strong{margin-top:2px;font-size:.94rem;line-height:1.25}.catalog-selection-toggle-count{color:var(--brand-dark);white-space:nowrap;background:#1483891a;border-radius:999px;padding:6px 9px;font-size:.78rem;font-weight:800}.catalog-selection-toggle-icon{border-bottom:2px solid;border-right:2px solid;justify-self:center;width:9px;height:9px;transition:transform .16s;transform:rotate(45deg)translate(-2px,-2px)}.catalog-selection-panel.is-expanded .catalog-selection-toggle-icon{transform:rotate(225deg)translate(-1px,-1px)}.catalog-selection-panel-body{max-height:calc(100dvh - 222px - env(safe-area-inset-bottom));overscroll-behavior:contain;padding:0 12px 12px;display:none;overflow:hidden}.catalog-selection-panel.is-expanded .catalog-selection-panel-body{display:flex}}@media (max-width:720px){.catalog-library-heading,.catalog-library-search{display:grid}.dealer-main--catalog .catalog-library-heading{grid-template-columns:minmax(0,1fr);gap:14px}.dealer-main--catalog .catalog-library-heading>div:first-child{min-width:0}.dealer-main--catalog .catalog-library-heading>div:first-child>p:last-child{overflow-wrap:anywhere;max-width:none}.dealer-main--catalog .catalog-library-context{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px 12px;width:100%;display:flex}.dealer-main--catalog .catalog-library-context strong{overflow-wrap:anywhere;text-align:right;min-width:0}.catalog-library-grid{grid-template-columns:1fr}.catalog-library-search .button,.catalog-library-search .text-link,.catalog-picker,.catalog-picker select{width:100%}.catalog-selection-panel{padding:0}.catalog-selected-item{grid-template-columns:minmax(0,1fr) 58px}.catalog-selected-item .text-button{grid-column:1/-1;justify-self:start}}@media (hover:none){.catalog-library-cover-action{opacity:1;transform:translate(-50%)}}@media (max-width:420px){.catalog-page-shell{overscroll-behavior-x:contain;justify-content:flex-start;overflow-x:auto}.catalog-page-canvas{min-width:368px;max-width:none}}.documents-summary-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.document-origin-row,.document-card-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.document-origin{color:#087c78;letter-spacing:.03em;text-transform:uppercase;background:#e7f7f5;border-radius:999px;align-items:center;min-height:26px;padding:4px 10px;font-size:.72rem;font-weight:800;display:inline-flex}.document-origin--pi,.document-origin--po{color:#235fa5;background:#eaf2ff}.document-origin--payment_slip{color:#7146ad;background:#f2ebff}.document-origin--shipping{color:#865d0b;background:#fff3d9}.document-origin--declaration{color:#12664f;background:#e7f7f2}.document-card-footer{gap:16px}.document-preview-backdrop{z-index:120;background:#05182bad;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.document-preview-panel{background:#fff;border-radius:22px;grid-template-rows:auto minmax(320px,1fr) auto;width:min(1080px,100%);height:min(820px,100dvh - 48px);display:grid;overflow:hidden;box-shadow:0 28px 80px #041a3052}.document-preview-panel header,.document-preview-panel footer{justify-content:space-between;align-items:center;gap:20px;padding:18px 22px;display:flex}.document-preview-panel header{border-bottom:1px solid #dce8ee}.document-preview-panel footer{color:#577184;border-top:1px solid #dce8ee;font-size:.82rem}.document-preview-panel h2,.document-preview-panel p{margin:0}.document-preview-close{color:#0b7775;font:inherit;cursor:pointer;background:0 0;border:0;font-weight:800}.document-preview-frame{background:#eef4f7;border:0;width:100%;height:100%}.account-workspace{gap:18px;margin-top:22px;display:grid}.account-workspace-tabs{scrollbar-width:thin;gap:10px;padding:4px;display:flex;overflow-x:auto}.account-workspace-tabs button{color:#19394e;min-height:44px;font:inherit;cursor:pointer;background:#fff;border:1px solid #c9dce5;border-radius:999px;flex:none;padding:10px 18px;font-weight:750}.account-workspace-tabs button.active{color:#fff;background:#078c88;border-color:#078c88}.account-workspace-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.account-permission-workspace{grid-template-columns:minmax(0,.8fr) minmax(300px,1.2fr);gap:30px;display:grid}.account-security-heading,.trusted-device{justify-content:space-between;align-items:center;gap:18px;display:flex}.trusted-device-list{gap:12px;margin-top:22px;display:grid}.trusted-device{background:#fbfdfe;border:1px solid #d8e6ec;border-radius:16px;padding:18px}.trusted-device>:nth-child(2){flex:1;min-width:0}.trusted-device h3,.trusted-device p{margin:0}.trusted-device p,.trusted-device span{color:#607889;font-size:.82rem}.trusted-device-icon{color:#087e55;background:#e1f5ee;border-radius:50%;place-items:center;width:34px;height:34px;font-weight:900;display:grid}.trusted-device-current{background:#e7f7f5;border-radius:999px;padding:6px 10px;font-weight:800;color:#087c78!important}.button-danger{color:#b33b2e;background:#fff1ef;border-color:#f1c7c1}.button-small{min-height:36px;padding:7px 13px}.account-security-error{color:#9d3428;background:#fff0ed;border-radius:12px;margin:16px 0 0;padding:12px 14px}.account-security-notice{background:#f4fafc;border:1px solid #cfe2ea;border-radius:14px;justify-content:space-between;align-items:center;gap:18px;margin-top:16px;padding:13px 14px;display:flex}.account-security-notice>div{gap:4px;min-width:0;display:grid}.account-security-notice strong{color:#19394e}.account-security-notice span,.trusted-device-summary{color:#607889;font-size:.86rem;line-height:1.45}.trusted-device-summary{text-align:center;margin:12px 0 0}@media (max-width:760px){.documents-summary-metrics,.account-workspace-grid,.account-permission-workspace{grid-template-columns:1fr}.document-card-footer,.account-security-heading,.account-security-notice,.trusted-device,.document-preview-panel header,.document-preview-panel footer{flex-direction:column;align-items:stretch}.document-card-actions,.document-card-actions .button,.document-preview-panel footer .button,.account-security-heading .button,.account-security-notice .button,.trusted-device .button{width:100%}.document-preview-backdrop{padding:0}.document-preview-panel{border-radius:0;width:100%;height:100dvh}}.customer-declaration-panel{color:#1f3039;background:#fff;border:1px solid #dbe5e8;border-radius:24px;width:100%;margin:28px 0;padding:26px;box-shadow:0 14px 35px #14384612}.customer-declaration-panel.compact{border-radius:18px;margin:20px 0}.customer-declaration-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.customer-declaration-header h2,.customer-declaration-document h3{color:#193444;margin:4px 0 6px}.customer-declaration-header p,.customer-declaration-document p,.customer-declaration-locked-note,.customer-declaration-timestamp{color:#647781;margin:0;line-height:1.55}.customer-declaration-status{color:#48616d;letter-spacing:.02em;background:#eef4f6;border-radius:999px;flex:none;padding:7px 12px;font-size:.78rem;font-weight:800}.customer-declaration-status.submitted{color:#855d08;background:#fff3d9}.customer-declaration-status.approved{color:#17643e;background:#dcf6e8}.customer-declaration-status.changes_requested,.customer-declaration-status.rejected{color:#993a32;background:#ffe7e4}.customer-declaration-message{color:#365561;background:#eef5f7;border-radius:12px;margin:12px 0 18px;padding:12px 14px;line-height:1.45}.customer-declaration-message.error{color:#9b352e;background:#fff0ee}.customer-declaration-message.success,.customer-declaration-message.ready{color:#17643e;background:#e5f7ec}.customer-declaration-message button{color:inherit;cursor:pointer;background:0 0;border:0;margin-left:10px;font-weight:800;text-decoration:underline}.customer-declaration-locked-note{background:#f5f7f8;border-left:4px solid #9baab2;margin-bottom:16px;padding:12px 14px}.customer-declaration-lines{gap:14px;display:grid}.customer-declaration-line{background:#fbfcfc;border:1px solid #dce5e8;border-radius:16px;padding:16px}.customer-declaration-line-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:13px;display:flex}.customer-declaration-line-heading button{color:#a23e36;cursor:pointer;background:0 0;border:0;font-weight:700}.customer-declaration-fields{grid-template-columns:minmax(150px,2fr) repeat(3,minmax(110px,1fr));align-items:end;gap:12px;display:grid}.customer-declaration-fields label,.customer-declaration-note{gap:6px;min-width:0;display:grid}.customer-declaration-fields label>span,.customer-declaration-note>span,.customer-declaration-total>span{color:#657984;text-transform:uppercase;letter-spacing:.04em;font-size:.76rem;font-weight:800}.customer-declaration-fields input,.customer-declaration-note textarea{color:#1f3039;width:100%;font:inherit;background:#fff;border:1px solid #cbd8dd;border-radius:10px;padding:11px 12px}.customer-declaration-fields input:focus,.customer-declaration-note textarea:focus{border-color:#3d879e;outline:3px solid #2a7e9726}.customer-declaration-fields input:disabled,.customer-declaration-note textarea:disabled{color:#53656e;opacity:1;background:#f1f4f5}.customer-declaration-total{background:#edf3f5;border-radius:10px;gap:7px;padding:10px 12px;display:grid}.customer-declaration-empty{color:#71838c;text-align:center;border:1px dashed #cbd8dd;border-radius:14px;margin:0;padding:24px}.customer-declaration-add-button,.customer-declaration-primary-button,.customer-declaration-secondary-button,.customer-declaration-download-fallbacks a,.customer-declaration-download-fallbacks button,.customer-declaration-login-link{cursor:pointer;border-radius:11px;justify-content:center;align-items:center;min-height:42px;padding:10px 16px;font-weight:800;text-decoration:none;display:inline-flex}.customer-declaration-add-button{color:#2e6679;background:#f3f8f9;border:1px dashed #6992a0;margin-top:14px}.customer-declaration-note{margin-top:18px}.customer-declaration-actions{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.customer-declaration-primary-button{color:#fff;background:#196b80;border:1px solid #196b80}.customer-declaration-secondary-button,.customer-declaration-download-fallbacks a,.customer-declaration-download-fallbacks button,.customer-declaration-login-link{color:#315c6b;background:#fff;border:1px solid #b8c9cf}.customer-declaration-primary-button:disabled,.customer-declaration-secondary-button:disabled{cursor:wait;opacity:.65}.customer-declaration-timestamp{text-align:right;margin-top:12px;font-size:.82rem}.customer-declaration-document{background:#f0faf4;border:1px solid #bee2cd;border-radius:16px;justify-content:space-between;align-items:center;gap:22px;margin-top:22px;padding:18px;display:flex}.customer-declaration-document.expired,.customer-declaration-document.source_changed,.customer-declaration-document.revoked,.customer-declaration-document.unavailable{background:#fbf7ef;border-color:#e1d7c4}.customer-declaration-download{text-align:right;flex:0 0 min(280px,42%)}.customer-declaration-download .customer-declaration-message{text-align:left;margin:8px 0;padding:8px 10px;font-size:.82rem}.customer-declaration-download-fallbacks{justify-content:flex-end;gap:8px;margin-top:8px;display:flex}.customer-declaration-download-fallbacks a,.customer-declaration-download-fallbacks button,.customer-declaration-login-link{min-height:36px;padding:7px 11px;font-size:.82rem}@media (max-width:760px){.customer-declaration-panel,.customer-declaration-panel.compact{border-radius:18px;margin:18px 0;padding:18px 14px}.customer-declaration-header,.customer-declaration-document{flex-direction:column;align-items:stretch}.customer-declaration-status{align-self:flex-start}.customer-declaration-fields{grid-template-columns:1fr 1fr}.customer-declaration-fields .wide,.customer-declaration-total{grid-column:1/-1}.customer-declaration-actions{grid-template-columns:1fr 1fr;display:grid}.customer-declaration-download{text-align:left;flex-basis:auto}.customer-declaration-download .customer-declaration-primary-button{width:100%}.customer-declaration-download-fallbacks{flex-wrap:wrap;justify-content:flex-start}}@media (max-width:430px){.customer-declaration-fields,.customer-declaration-actions{grid-template-columns:1fr}.customer-declaration-fields .wide,.customer-declaration-total{grid-column:auto}.customer-declaration-actions button,.customer-declaration-add-button{width:100%}}.public-quote-page .quote-workflow{width:var(--public-quote-shell);gap:14px;margin:18px auto 0;display:grid}.dealer-order-modules{gap:14px;margin:18px 0 24px;display:grid}.public-quote-page .quote-module-shell,.dealer-order-modules .quote-module-shell{--quote-module-accent:#60758a;--quote-module-soft:#f4f7f9;border:1px solid #d7e1e6;border-left:4px solid var(--quote-module-accent);color:#1d303b;background:#fff;border-radius:14px;position:relative;overflow:hidden;box-shadow:0 5px 16px #19344412}.public-quote-page .quote-module-shell--payment,.dealer-order-modules .quote-module-shell--payment{--quote-module-accent:#7057a5;--quote-module-soft:#f5f1fb}.public-quote-page .quote-module-shell--address,.dealer-order-modules .quote-module-shell--address{--quote-module-accent:#167f86;--quote-module-soft:#eff8f8}.public-quote-page .quote-module-shell--declaration,.dealer-order-modules .quote-module-shell--declaration{--quote-module-accent:#3976a8;--quote-module-soft:#f0f6fb}.public-quote-page .quote-module-shell--packing,.dealer-order-modules .quote-module-shell--packing{--quote-module-accent:#4c806d;--quote-module-soft:#f1f8f5}.public-quote-page .quote-module-shell__header,.dealer-order-modules .quote-module-shell__header{background:linear-gradient(90deg, var(--quote-module-soft), #fff 64%);grid-template-columns:minmax(0,1fr) auto;align-items:stretch;display:grid}.public-quote-page .quote-module-shell__toggle,.dealer-order-modules .quote-module-shell__toggle{width:100%;min-width:0;min-height:68px;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:38px minmax(0,1fr) 22px;align-items:center;gap:12px;padding:12px 16px;display:grid}.public-quote-page .quote-module-shell__toggle:focus-visible,.dealer-order-modules .quote-module-shell__toggle:focus-visible{outline:3px solid #3976a840;outline:3px solid color-mix(in srgb, var(--quote-module-accent) 35%, transparent);outline-offset:-3px}.public-quote-page .quote-module-shell__step,.dealer-order-modules .quote-module-shell__step{background:var(--quote-module-accent);color:#fff;width:36px;height:36px;box-shadow:0 3px 9px #3976a82e;box-shadow:0 3px 9px color-mix(in srgb, var(--quote-module-accent) 22%, transparent);border-radius:11px;justify-content:center;align-items:center;font-size:14px;font-weight:850;display:inline-flex}.public-quote-page .quote-module-shell__heading,.dealer-order-modules .quote-module-shell__heading{gap:5px;min-width:0;display:grid}.public-quote-page .quote-module-shell__title-row,.dealer-order-modules .quote-module-shell__title-row{align-items:center;gap:9px;min-width:0;display:flex}.public-quote-page .quote-module-shell__title,.dealer-order-modules .quote-module-shell__title{color:#182c38;font-size:16px;font-weight:850;line-height:1.25}.public-quote-page .quote-module-shell__status,.dealer-order-modules .quote-module-shell__status{border:1px solid #c8d7df;border:1px solid color-mix(in srgb, var(--quote-module-accent) 22%, #dce5e9);min-height:24px;color:var(--quote-module-accent);white-space:nowrap;background:#fff;border-radius:999px;align-items:center;padding:3px 8px;font-size:11px;font-weight:800;line-height:1.2;display:inline-flex}.public-quote-page .quote-module-shell__summary,.dealer-order-modules .quote-module-shell__summary{color:#62747f;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:1.4;display:-webkit-box;overflow:hidden}.public-quote-page .quote-module-shell__chevron,.dealer-order-modules .quote-module-shell__chevron{width:22px;height:22px;color:var(--quote-module-accent);justify-content:center;align-items:center;transition:transform .18s;display:inline-flex}.public-quote-page .quote-module-shell__chevron svg,.dealer-order-modules .quote-module-shell__chevron svg{width:18px;height:18px}.public-quote-page .quote-module-shell.is-open .quote-module-shell__chevron,.dealer-order-modules .quote-module-shell.is-open .quote-module-shell__chevron{transform:rotate(180deg)}.public-quote-page .quote-module-shell__header-action,.dealer-order-modules .quote-module-shell__header-action{border-left:1px solid #e1e8eb;align-items:center;padding:10px 14px;display:flex}.public-quote-page .quote-module-shell__content,.dealer-order-modules .quote-module-shell__content{background:#fff;border-top:1px solid #e1e9ed}.public-quote-page .quote-module-shell__content[hidden],.dealer-order-modules .quote-module-shell__content[hidden]{display:none}.public-quote-page .quote-module-shell__content-inner,.dealer-order-modules .quote-module-shell__content-inner{min-width:0}.public-quote-page .quote-module-payment-stack,.dealer-order-modules .quote-module-payment-stack{gap:12px;padding:16px;display:grid}.public-quote-page .quote-module-shell .public-quote-payment-note,.dealer-order-modules .quote-module-shell .public-quote-payment-note,.public-quote-page .quote-module-shell .public-quote-upload-panel,.dealer-order-modules .quote-module-shell .public-quote-upload-panel{width:100%;margin:0}.public-quote-page .quote-module-shell .public-shipping-address,.dealer-order-modules .quote-module-shell .public-shipping-address,.public-quote-page .quote-module-shell .packing-info-panel,.dealer-order-modules .quote-module-shell .packing-info-panel{width:100%;box-shadow:none;border:0;border-radius:0;margin:0}.public-quote-page .quote-module-shell--address .public-shipping-address-kicker,.dealer-order-modules .quote-module-shell--address .public-shipping-address-kicker,.public-quote-page .quote-module-shell--packing .packing-info-header,.dealer-order-modules .quote-module-shell--packing .packing-info-header{display:none}.public-quote-page .quote-module-shell--packing .packing-info-metrics,.dealer-order-modules .quote-module-shell--packing .packing-info-metrics{margin-top:0}.public-quote-page .quote-module-state-note,.dealer-order-modules .quote-module-state-note{color:#566b76;background:#f7fafb;border:1px solid #dbe5e9;border-radius:10px;margin:0;padding:12px 14px;font-size:13px;line-height:1.5}.public-quote-page .quote-module-state-note.is-complete,.dealer-order-modules .quote-module-state-note.is-complete{color:#286548;background:#eef8f2;border-color:#cfe7da}@media (max-width:620px){.public-quote-page .quote-workflow,.dealer-order-modules{gap:12px}.public-quote-page .quote-module-shell,.dealer-order-modules .quote-module-shell{border-radius:12px}.public-quote-page .quote-module-shell__toggle,.dealer-order-modules .quote-module-shell__toggle{grid-template-columns:34px minmax(0,1fr) 20px;gap:10px;min-height:64px;padding:11px 12px}.public-quote-page .quote-module-shell__step,.dealer-order-modules .quote-module-shell__step{border-radius:9px;width:32px;height:32px;font-size:13px}.public-quote-page .quote-module-shell__title-row,.dealer-order-modules .quote-module-shell__title-row{flex-direction:column;align-items:flex-start;gap:4px}.public-quote-page .quote-module-shell__title,.dealer-order-modules .quote-module-shell__title{font-size:15px}.public-quote-page .quote-module-shell.has-header-action .quote-module-shell__header,.dealer-order-modules .quote-module-shell.has-header-action .quote-module-shell__header{grid-template-columns:1fr}.public-quote-page .quote-module-shell__header-action,.dealer-order-modules .quote-module-shell__header-action{border-top:1px solid #e1e8eb;border-left:0;justify-content:stretch;padding:9px 12px}.public-quote-page .quote-module-shell__header-action>*,.dealer-order-modules .quote-module-shell__header-action>*{width:100%}.public-quote-page .quote-module-payment-stack,.dealer-order-modules .quote-module-payment-stack{padding:12px}}.public-quote-page .customer-declaration-module .quote-module-shell__summary,.dealer-order-modules .customer-declaration-module .quote-module-shell__summary{display:block;overflow:visible}.public-quote-page .customer-declaration-module-summary,.dealer-order-modules .customer-declaration-module-summary{flex-wrap:wrap;gap:2px 12px;display:flex}.public-quote-page .customer-declaration-module-summary>span,.dealer-order-modules .customer-declaration-module-summary>span{white-space:nowrap;margin-right:0}.public-quote-page .customer-declaration-module-summary strong,.dealer-order-modules .customer-declaration-module-summary strong{color:#496675;font-weight:800}.public-quote-page .customer-declaration-module-status,.dealer-order-modules .customer-declaration-module-status{color:inherit;font:inherit}.public-quote-page .customer-declaration-module-status.error,.public-quote-page .customer-declaration-module-status.changes_requested,.public-quote-page .customer-declaration-module-status.rejected,.dealer-order-modules .customer-declaration-module-status.error,.dealer-order-modules .customer-declaration-module-status.changes_requested,.dealer-order-modules .customer-declaration-module-status.rejected{color:#a33d34}.public-quote-page .customer-declaration-module-pdf-state.active,.dealer-order-modules .customer-declaration-module-pdf-state.active{color:#23704e}.public-quote-page .customer-declaration-collapsible-body,.dealer-order-modules .customer-declaration-collapsible-body{gap:12px;padding:14px 16px 16px;display:grid}.public-quote-page .customer-declaration-collapsible-body .customer-declaration-message,.dealer-order-modules .customer-declaration-collapsible-body .customer-declaration-message{margin:0}.public-quote-page .customer-declaration-collapsible-state,.dealer-order-modules .customer-declaration-collapsible-state{background:#f5f9fc;border:1px solid #dbe7ee;border-radius:11px;gap:4px;padding:11px 13px;display:grid}.public-quote-page .customer-declaration-collapsible-state p,.dealer-order-modules .customer-declaration-collapsible-state p{color:#60747f;margin:0;font-size:13px;line-height:1.45}.public-quote-page .customer-declaration-collapsible-state strong,.dealer-order-modules .customer-declaration-collapsible-state strong{color:#284c61}.public-quote-page .customer-declaration-editor-trigger,.dealer-order-modules .customer-declaration-editor-trigger{justify-self:start;min-width:150px}.public-quote-page .customer-declaration-readonly-lines,.dealer-order-modules .customer-declaration-readonly-lines{gap:9px;display:grid}.public-quote-page .customer-declaration-readonly-line,.dealer-order-modules .customer-declaration-readonly-line{background:#fff;border:1px solid #dce6eb;border-radius:11px;gap:9px;padding:11px 13px;display:grid}.public-quote-page .customer-declaration-readonly-line-title,.dealer-order-modules .customer-declaration-readonly-line-title{align-items:baseline;gap:8px;min-width:0;display:flex}.public-quote-page .customer-declaration-readonly-line-title strong,.dealer-order-modules .customer-declaration-readonly-line-title strong{color:#3976a8;flex:none;font-size:12px}.public-quote-page .customer-declaration-readonly-line-title span,.dealer-order-modules .customer-declaration-readonly-line-title span{color:#253e4b;overflow-wrap:anywhere;font-size:13px;font-weight:750}.public-quote-page .customer-declaration-readonly-line dl,.dealer-order-modules .customer-declaration-readonly-line dl{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:0;display:grid}.public-quote-page .customer-declaration-readonly-line dl>div,.dealer-order-modules .customer-declaration-readonly-line dl>div{min-width:0}.public-quote-page .customer-declaration-readonly-line dt,.dealer-order-modules .customer-declaration-readonly-line dt{color:#748791;letter-spacing:.03em;text-transform:uppercase;font-size:10px;font-weight:800}.public-quote-page .customer-declaration-readonly-line dd,.dealer-order-modules .customer-declaration-readonly-line dd{color:#304b59;overflow-wrap:anywhere;margin:3px 0 0;font-size:12px;font-weight:700}.public-quote-page .customer-declaration-readonly-note,.dealer-order-modules .customer-declaration-readonly-note{background:#f5f9fc;border-left:3px solid #8bb3ce;padding:10px 12px}.public-quote-page .customer-declaration-readonly-note strong,.dealer-order-modules .customer-declaration-readonly-note strong{color:#395d70;font-size:12px}.public-quote-page .customer-declaration-readonly-note p,.dealer-order-modules .customer-declaration-readonly-note p{color:#60747f;white-space:pre-wrap;margin:4px 0 0;font-size:12px;line-height:1.5}.public-quote-page .customer-declaration-document-summary,.dealer-order-modules .customer-declaration-document-summary{border-radius:11px;margin:0;padding:12px 14px}.public-quote-page .customer-declaration-document-summary h3,.dealer-order-modules .customer-declaration-document-summary h3{margin:2px 0 3px;font-size:14px}.public-quote-page .customer-declaration-document-summary p,.dealer-order-modules .customer-declaration-document-summary p{font-size:12px;line-height:1.45}.public-quote-page .customer-declaration-module-download .customer-declaration-download,.dealer-order-modules .customer-declaration-module-download .customer-declaration-download{text-align:left;flex:none;width:auto;max-width:270px}.public-quote-page .customer-declaration-module-download .customer-declaration-primary-button,.dealer-order-modules .customer-declaration-module-download .customer-declaration-primary-button{white-space:nowrap;min-height:42px;padding:8px 12px;font-size:12px}.public-quote-page .customer-declaration-module-download .customer-declaration-message,.dealer-order-modules .customer-declaration-module-download .customer-declaration-message{max-width:240px;margin:6px 0 0;padding:7px 8px;font-size:11px}.customer-declaration-editor-backdrop{z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#11222d9e;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.customer-declaration-editor-dialog{color:#1f3039;background:#f8fafb;border:1px solid #cbdbe2;border-radius:20px;flex-direction:column;width:min(980px,100%);min-height:min(680px,100dvh - 48px);max-height:calc(100dvh - 48px);display:flex;overflow:hidden;box-shadow:0 28px 80px #0a1f2b52}.customer-declaration-editor-header{background:#fff;border-bottom:1px solid #dce6ea;flex:none;justify-content:space-between;align-items:flex-start;gap:18px;padding:18px 20px 16px;display:flex}.customer-declaration-editor-header h2{color:#193444;margin:3px 0 4px;font-size:20px}.customer-declaration-editor-header p{color:#647781;max-width:720px;margin:0;font-size:13px;line-height:1.45}.customer-declaration-editor-close{color:#2d5264;cursor:pointer;background:#fff;border:1px solid #cad8de;border-radius:12px;flex:0 0 44px;justify-content:center;align-items:center;width:44px;height:44px;font-size:27px;line-height:1;display:inline-flex}.customer-declaration-editor-close:focus-visible{outline-offset:2px;outline:3px solid #3976a840}.customer-declaration-editor-content{overscroll-behavior:contain;flex:auto;min-height:0;padding:20px;overflow-y:auto}.customer-declaration-editor-content .customer-declaration-message{margin-top:0}.customer-declaration-editor-actions{z-index:2;padding:14px 20px calc(14px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff7;border-top:1px solid #dce6ea;margin:20px -20px -20px;position:sticky;bottom:-20px}@media (max-width:760px){.customer-declaration-editor-backdrop{align-items:stretch;padding:0}.customer-declaration-editor-dialog{border:0;border-radius:0;width:100%;min-height:100dvh;max-height:100dvh}.customer-declaration-editor-header{padding:calc(12px + env(safe-area-inset-top)) 14px 12px}.customer-declaration-editor-header h2{font-size:18px}.customer-declaration-editor-content{padding:14px}.customer-declaration-editor-actions{padding:12px 14px calc(12px + env(safe-area-inset-bottom));margin:18px -14px -14px;bottom:-14px}}@media (max-width:620px){.public-quote-page .customer-declaration-collapsible-body,.dealer-order-modules .customer-declaration-collapsible-body{padding:12px}.public-quote-page .customer-declaration-editor-trigger,.dealer-order-modules .customer-declaration-editor-trigger{width:100%}.public-quote-page .customer-declaration-readonly-line dl,.dealer-order-modules .customer-declaration-readonly-line dl{grid-template-columns:1fr 1fr}.public-quote-page .customer-declaration-module-download,.public-quote-page .customer-declaration-module-download .customer-declaration-download,.dealer-order-modules .customer-declaration-module-download,.dealer-order-modules .customer-declaration-module-download .customer-declaration-download{width:100%;max-width:none}.public-quote-page .customer-declaration-module-download .customer-declaration-primary-button,.dealer-order-modules .customer-declaration-module-download .customer-declaration-primary-button{width:100%;min-height:44px}}@media (prefers-reduced-motion:reduce){.public-quote-page .quote-module-shell__chevron,.dealer-order-modules .quote-module-shell__chevron{transition:none}}.exact-code-results{gap:14px;margin-bottom:20px;display:grid}.exact-code-results-heading,.exact-code-card-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.exact-code-results-heading h2,.exact-code-card h3,.exact-code-product-row h4{margin:0}.exact-code-results-heading>span{color:var(--muted);font-size:13px;font-weight:700}.exact-code-card{background:linear-gradient(140deg, #f6f1fff5, #fffffffa 55%), var(--panel);border:1px solid #6f53a63d;border-radius:18px;gap:14px;padding:18px;display:grid;box-shadow:0 16px 34px #2e264e12}.exact-code-set-card{background:linear-gradient(140deg, #ebfbf9f0, #fffffffa 55%), var(--panel);border-color:#007f833d}.exact-code-card-head>div{min-width:0}.exact-code-card h3{color:var(--text);overflow-wrap:anywhere;font-size:clamp(16px,2vw,20px);line-height:1.35}.exact-code-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.exact-code-metrics span{min-width:0;color:var(--muted);background:#ffffffb8;border:1px solid #1d5d9b1a;border-radius:12px;gap:3px;padding:10px 12px;font-size:11px;line-height:1.3;display:grid}.exact-code-metrics strong{color:var(--text);font-size:20px;line-height:1}.exact-code-add-all{width:100%}.exact-code-row-list{border-top:1px solid #1d5d9b1a;gap:8px;padding-top:12px;display:grid}.exact-code-product-row{background:#ffffffd1;border:1px solid #1d5d9b1a;border-radius:12px;grid-template-columns:minmax(76px,120px) minmax(0,1fr) minmax(76px,100px) auto;align-items:center;gap:12px;padding:10px 12px;display:grid}.exact-code-product-row h4{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.35;overflow:hidden}.exact-code-product-row .result-status.is-existing{color:#237354}.exact-code-load-more{justify-self:center}@media (max-width:760px){.exact-code-card{border-radius:15px;padding:14px}.exact-code-card-head,.exact-code-card-head>.button{width:100%}.exact-code-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.exact-code-product-row{grid-template-columns:minmax(0,1fr) auto}.exact-code-product-row .result-code,.exact-code-product-row .result-main{grid-column:1/-1}.exact-code-product-row .result-status{justify-items:start}.exact-code-product-row .button{min-width:112px}}.public-catalog-mobile-dock,.public-catalog-selection-backdrop{display:none}@media (max-width:820px){.public-catalog-share-page .public-catalog-share-header{flex-direction:column;align-items:stretch;gap:10px;min-height:0;padding:11px 14px 12px;position:static}.public-catalog-share-page .public-catalog-share-brand{gap:10px;width:100%;min-width:0}.public-catalog-share-page .public-catalog-share-brand img{flex:none;width:92px}.public-catalog-share-page .public-catalog-share-brand span{min-width:0}.public-catalog-share-page .public-catalog-share-brand strong{font-size:1rem;line-height:1.15}.public-catalog-share-page .public-catalog-share-brand small{font-size:.78rem;line-height:1.2}.public-catalog-share-page .public-catalog-share-account-actions{align-items:stretch;gap:9px;justify-content:initial;grid-template-columns:minmax(88px,max-content) minmax(0,1fr);width:100%;display:grid}.public-catalog-share-page .public-catalog-share-account-actions .text-link,.public-catalog-share-page .public-catalog-share-account-actions .button{text-align:center;white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;width:auto;min-width:0;min-height:42px;padding:0 13px;display:inline-flex}.public-catalog-share-page .public-catalog-share-account-actions .text-link{background:#fff;border:1px solid #176f7347;flex-shrink:0;text-decoration:none}.public-catalog-share-page .public-catalog-share-main{padding:14px 14px calc(116px + env(safe-area-inset-bottom))}.public-catalog-share-page .public-catalog-share-hero{border-radius:14px;margin:0 auto 14px;padding:17px 18px;box-shadow:0 8px 24px #14444c12}.public-catalog-share-page .public-catalog-share-hero h1{margin:4px 0 8px;font-size:clamp(1.42rem,6.8vw,1.8rem);line-height:1.12}.public-catalog-share-page .public-catalog-share-hero>p:not(.eyebrow){font-size:.92rem;line-height:1.45}.public-catalog-share-page .public-catalog-share-hero>span{margin-top:10px;font-size:.82rem}.public-catalog-share-page .catalog-web-viewer--public-share{gap:12px}.public-catalog-share-page .catalog-web-viewer--public-share .catalog-toolbar{border-bottom:1px solid var(--line);gap:0;padding:0 0 10px}.public-catalog-share-page .catalog-web-viewer--public-share .catalog-toolbar-summary .eyebrow,.public-catalog-share-page .catalog-web-viewer--public-share .catalog-toolbar-summary h2,.public-catalog-share-page .catalog-web-viewer--public-share .catalog-toolbar-actions{display:none}.public-catalog-share-page .catalog-web-viewer--public-share .catalog-toolbar-summary{width:100%;min-width:0}.public-catalog-share-page .catalog-web-viewer--public-share .catalog-toolbar-summary>p:not(.eyebrow){font-size:.78rem;line-height:1.35}.public-catalog-share-page .public-catalog-toast,.public-catalog-share-page .public-catalog-error{bottom:calc(86px + env(safe-area-inset-bottom));z-index:94;width:calc(100% - 24px);max-width:680px;margin:0;padding:10px 13px;position:fixed;left:50%;transform:translate(-50%);box-shadow:0 12px 34px #0f463d29}.public-catalog-share-page .public-catalog-mobile-dock{bottom:calc(8px + env(safe-area-inset-bottom));z-index:94;background:#fffffffa;border:1px solid #176f7338;border-radius:16px;grid-template-columns:minmax(0,1fr) minmax(138px,auto);align-items:stretch;gap:9px;width:calc(100% - 20px);max-width:680px;padding:8px;transition:opacity .15s,transform .15s;display:grid;position:fixed;left:50%;transform:translate(-50%);box-shadow:0 18px 52px #08252c38}.public-catalog-share-page .public-catalog-mobile-dock.is-hidden{opacity:0;pointer-events:none;transform:translate(-50%,14px)}.public-catalog-share-page .public-catalog-mobile-review{color:var(--text);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:10px;flex-direction:column;justify-content:center;min-width:0;padding:5px 8px;display:flex}.public-catalog-share-page .public-catalog-mobile-review span{color:var(--brand-dark);letter-spacing:.05em;text-transform:uppercase;font-size:.7rem;font-weight:800}.public-catalog-share-page .public-catalog-mobile-review strong{text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:.84rem;line-height:1.25;overflow:hidden}.public-catalog-share-page .public-catalog-mobile-submit{color:#fff;white-space:nowrap;background:#087f83;border-color:#087f83;min-height:50px;padding:0 14px}.public-catalog-share-page .public-catalog-mobile-submit:not(:disabled):hover,.public-catalog-share-page .public-catalog-mobile-submit:not(:disabled):focus-visible{color:#fff;background:#066d71;border-color:#066d71}.public-catalog-share-page .public-catalog-selection-backdrop{z-index:95;background:#0e1e2680;border:0;width:100%;padding:0;display:block;position:fixed;inset:0}.public-catalog-share-page .catalog-web-viewer--public-share .catalog-selection-panel:not(.is-expanded){display:none}.public-catalog-share-page .catalog-web-viewer--public-share .catalog-selection-panel.is-expanded{bottom:calc(8px + env(safe-area-inset-bottom));z-index:96;border-radius:20px 20px 14px 14px;width:calc(100% - 20px);max-width:680px;max-height:72dvh;margin:0;display:flex;position:fixed;top:auto;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 24px 70px #08252c52}.public-catalog-share-page .catalog-web-viewer--public-share .catalog-selection-toggle{flex:none}.public-catalog-share-page .catalog-web-viewer--public-share .catalog-selection-panel.is-expanded .catalog-selection-panel-body{max-height:calc(72dvh - 58px - env(safe-area-inset-bottom));overscroll-behavior:contain;padding-bottom:calc(12px + env(safe-area-inset-bottom));display:flex;overflow:hidden}.public-catalog-share-page .catalog-web-viewer--public-share .catalog-selection-actions{z-index:2;background:#fff;position:relative;bottom:auto}.public-catalog-share-page .catalog-web-viewer--public-share .catalog-selection-actions>.button{color:#fff;background:#087f83;border-color:#087f83}.public-catalog-share-page .catalog-web-viewer--public-share .catalog-selection-actions>.button:not(:disabled):hover,.public-catalog-share-page .catalog-web-viewer--public-share .catalog-selection-actions>.button:not(:disabled):focus-visible{color:#fff;background:#066d71;border-color:#066d71}.public-catalog-share-page .catalog-access-backdrop{align-items:flex-end;padding:0}.public-catalog-share-page .catalog-access-dialog{max-width:680px;max-height:calc(100dvh - 18px);padding:26px 20px calc(20px + env(safe-area-inset-bottom));border-radius:20px 20px 0 0;overflow-y:auto}}@media (max-width:380px){.public-catalog-share-page .public-catalog-share-account-actions{grid-template-columns:84px minmax(0,1fr)}.public-catalog-share-page .public-catalog-share-account-actions .button{padding:0 10px;font-size:.86rem}.public-catalog-share-page .public-catalog-mobile-dock{grid-template-columns:minmax(0,1fr) 132px;gap:6px}.public-catalog-share-page .public-catalog-mobile-submit{padding:0 9px;font-size:.84rem}}.order-edit-layout{gap:22px;max-width:1220px;margin:0 auto;display:grid}.order-edit-safety,.order-edit-line-heading{justify-content:space-between;align-items:center;gap:14px;display:flex}.order-edit-safety h2,.order-edit-lines h2{margin:4px 0 8px}.order-edit-safety p,.order-edit-protected-note{color:var(--muted,#60748a);margin:0}.order-edit-count{flex-direction:column;align-items:flex-end;min-width:110px;display:flex}.order-edit-count strong{color:#087f83;font-size:2rem}.order-edit-add-controls input,.order-edit-fields input,.order-edit-fields textarea{color:#132d45;font:inherit;background:#fff;border:1px solid #c9d8de;border-radius:12px;width:100%;min-height:44px;padding:10px 12px}.order-edit-search-results{z-index:50;background:#fff;border:1px solid #b9d5dc;border-radius:16px;width:calc(100% - 28px);max-width:760px;position:absolute;bottom:calc(100% + 10px);left:14px;overflow:hidden;box-shadow:0 18px 48px #132d4533}.order-edit-search-results-heading{border-bottom:1px solid #dce9ec;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.order-edit-search-results-heading>button{color:#526b80;cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.35rem;display:inline-flex}.order-edit-search-results-list{overscroll-behavior:contain;gap:8px;max-height:320px;padding:10px;display:grid;overflow-y:auto}.order-edit-search-results-list>button{color:#132d45;cursor:pointer;text-align:left;background:#f7fbfc;border:1px solid #cde2e5;border-radius:12px;grid-template-columns:minmax(80px,.5fr) minmax(180px,2fr) auto 54px;align-items:center;gap:10px;padding:11px 12px;display:grid}.order-edit-search-results-list>button:hover,.order-edit-search-results-list>button:focus-visible{border-color:#087f83;box-shadow:0 0 0 3px #087f831f}.order-edit-search-results-list b{color:#fff;text-align:center;background:#087f83;border-radius:999px;padding:7px 10px;font-size:.78rem}.order-edit-search-results-list small,.order-edit-fields label>span{color:#64798c;font-size:.82rem}.order-edit-total{color:#087f83}.order-edit-line-list{gap:0;margin-top:18px;display:grid}.order-edit-line-block{display:grid}.order-edit-line{background:#fff;border:1px solid #b9d2d9;border-left:6px solid #12888c;border-radius:16px;padding:16px 18px;box-shadow:0 6px 18px #132d450b}.order-edit-line.temporary{background:#fff9ec;border-color:#e9c77e #e9c77e #e9c77e #cf8613}.order-edit-line.protected{background:#faf8ff;border-color:#cfc5e5 #cfc5e5 #cfc5e5 #7658ad}.order-edit-line.new{box-shadow:0 0 0 3px #1c8f5b21,0 8px 20px #132d450f}.order-edit-line-identity,.order-edit-fields label{gap:6px;display:flex}.order-edit-line-identity{flex-direction:row;align-items:center}.order-edit-line-identity>div{flex-direction:column;gap:2px;display:flex}.order-edit-line-identity>div>span{color:#64798c;font-size:.78rem}.order-edit-line-number{color:#fff;text-align:center;text-transform:uppercase;background:#087f83;border-radius:999px;min-width:76px;padding:8px 12px;font-size:.76rem;font-weight:700}.order-edit-line.temporary .order-edit-line-number{background:#cf8613}.order-edit-line.protected .order-edit-line-number{background:#7658ad}.order-edit-line-heading .detail-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.order-edit-line-heading .button{min-height:40px;padding:0 14px}.order-edit-fields{grid-template-columns:minmax(220px,2fr) minmax(90px,.55fr) minmax(100px,.65fr) minmax(140px,.85fr) minmax(170px,1.25fr);gap:12px;margin-top:14px;display:grid}.order-edit-fields label{flex-direction:column;min-width:0}.order-edit-fields p{overflow-wrap:anywhere;background:#f0f5f7;border-radius:12px;min-height:44px;margin:0;padding:11px 12px}.order-edit-fields textarea{resize:vertical;min-height:44px}.order-edit-fields .readonly-price p{color:#086f73;background:#eef8f7;font-weight:700}.order-edit-protected-note{margin-top:12px;font-size:.88rem}.order-edit-insert-rail{color:#5e7588;cursor:pointer;font:inherit;background:0 0;border:0;border-top:1px solid #b8d2d8;justify-content:center;align-self:center;align-items:center;gap:7px;width:calc(100% - 48px);height:38px;margin:0 24px;padding:0 12px;font-size:.78rem;display:flex}.order-edit-insert-rail>span{background:#fff;border:1px solid #9fc4cc;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:1rem;display:inline-flex}.order-edit-insert-rail:hover,.order-edit-insert-rail:focus-visible,.order-edit-insert-rail.active{color:#087f83;border-top-color:#087f83;font-weight:700}.order-edit-insert-rail.active>span{color:#fff;background:#087f83;border-color:#087f83}.order-edit-insert-rail:disabled{cursor:not-allowed;opacity:.55}.order-edit-set-rail{color:#7658ad;justify-content:center;align-items:center;height:38px;font-size:.76rem;display:flex}.order-edit-set-rail:before,.order-edit-set-rail:after{content:"";border-top:1px dashed #c9bce1;flex:1;margin:0 12px}.order-edit-workbench{z-index:40;background:#fffffff5;border:1px solid #d4e2e6;border-radius:16px 16px 0 0;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px;display:grid;position:sticky;bottom:0;box-shadow:0 -10px 30px #19404e14}.order-edit-add-controls{grid-template-columns:minmax(170px,.65fr) minmax(210px,1.35fr) auto auto;align-items:end;gap:8px;min-width:0;display:grid}.order-edit-workbench-label{flex-direction:column;gap:4px;min-width:0;display:flex}.order-edit-workbench-label>span{color:#60748a;letter-spacing:.06em;text-transform:uppercase;font-size:.7rem;font-weight:700}.order-edit-workbench-label>button{color:#087f83;cursor:pointer;font:inherit;text-overflow:ellipsis;white-space:nowrap;background:#eaf7f7;border:0;border-radius:999px;min-height:34px;padding:7px 11px;font-size:.78rem;font-weight:700;overflow:hidden}.order-edit-workbench-label>button:disabled{cursor:not-allowed;opacity:.55}.order-edit-actions{border-left:1px solid #d5e3e7;justify-content:flex-end;align-items:center;gap:8px;padding-left:14px;display:flex}.order-edit-workbench .button{white-space:nowrap;min-height:44px}.order-edit-layout [data-busy-disabled=true]:disabled{opacity:1}.order-edit-layout .button[data-busy-disabled=true]:disabled{box-shadow:none;color:#315d72;cursor:not-allowed;background:#f9fcfd;border-color:#dcebf0}.order-edit-layout .button.button-secondary[data-busy-disabled=true]:disabled{color:#425e75;background:#fbfdfe;border-color:#e1ebf0}.order-edit-layout .button[data-loading=true]:disabled{color:#087f83;cursor:wait;background:#eaf7f7;border-color:#9fcfd2}.order-edit-layout .button[data-loading=true]:disabled:before{content:"";border:2px solid;border-right-color:#0000;border-radius:50%;width:12px;height:12px;margin-right:7px;animation:.8s linear infinite order-edit-button-spin}@keyframes order-edit-button-spin{to{transform:rotate(360deg)}}@media (max-width:1120px){.order-edit-workbench{grid-template-columns:1fr}.order-edit-actions{border-top:1px solid #d5e3e7;border-left:0;padding-top:10px;padding-left:0}}@media (max-width:900px){.order-edit-fields{grid-template-columns:minmax(200px,2fr) minmax(90px,.7fr) minmax(100px,.8fr)}.order-edit-fields label:nth-child(5){grid-column:span 2}}@media (max-width:720px){.order-edit-safety,.order-edit-line-heading{flex-direction:column;align-items:stretch}.order-edit-count{align-items:flex-start}.order-edit-fields{grid-template-columns:1fr}.order-edit-fields label:nth-child(5){grid-column:auto}.order-edit-add-controls{grid-template-columns:1fr 1fr}.order-edit-workbench-label,.order-edit-add-controls input{grid-column:span 2}.order-edit-actions{grid-template-columns:1fr 1fr .7fr;display:grid}.order-edit-actions .button{width:100%}.order-edit-search-results{width:calc(100% - 16px);left:8px}.order-edit-search-results-list>button{grid-template-columns:minmax(70px,.6fr) minmax(130px,1.6fr) auto}.order-edit-search-results-list>button small{display:none}}.dealer-main--documents .documents-filter-panel{gap:18px;margin-bottom:18px;display:grid}.dealer-main--documents .documents-filter-heading{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.dealer-main--documents .documents-filter-heading h2{margin:0;font-size:20px}.dealer-main--documents .documents-filter-status{color:#087479;background:#eef8f8;border:1px solid #c7e2e5;border-radius:999px;flex:none;padding:6px 10px;font-size:12px}.dealer-main--documents .documents-filter-form{grid-template-columns:minmax(260px,1fr) minmax(190px,.34fr) auto;align-items:end;gap:12px;display:grid}.dealer-main--documents .documents-filter-field{gap:7px;min-width:0;display:grid}.dealer-main--documents .documents-filter-field>span{color:#526d85;font-size:12px;font-weight:500}.dealer-main--documents .documents-filter-field input,.dealer-main--documents .documents-filter-field select{color:#17324d;font:inherit;background:#fff;border:1px solid #cbdde5;border-radius:12px;width:100%;min-height:44px;padding:10px 12px}.dealer-main--documents .documents-filter-field input:focus-visible,.dealer-main--documents .documents-filter-field select:focus-visible{border-color:#78bcc1;outline:none;box-shadow:0 0 0 3px #007f831a}.dealer-main--documents .documents-filter-actions{gap:8px;display:flex}.dealer-main--documents .documents-order-note{color:#425e75;background:#f6fafb;border:1px solid #d7e6eb;border-radius:14px;justify-content:space-between;align-items:center;gap:18px;margin:0 0 18px;padding:13px 16px;display:flex}.dealer-main--documents .documents-order-note>div{gap:3px;min-width:0;display:grid}.dealer-main--documents .documents-order-note strong{color:#17324d;font-size:14px}.dealer-main--documents .documents-order-note span{color:#627d98;font-size:13px}.dealer-main--documents .document-description--empty{color:#8295a7;font-style:italic}.dealer-main--documents .document-meta--complete{grid-template-columns:repeat(2,minmax(0,1fr))}.dealer-main--documents .documents-empty-state{grid-column:1/-1}.dealer-main--documents .documents-empty-actions{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.dealer-main--documents .documents-load-more{justify-items:center;gap:10px;margin-top:20px;display:grid}.dealer-main--documents .documents-load-more p{color:#9f3a38;text-align:center;margin:0}.dealer-main--documents .documents-load-more .button{min-width:180px}@media (max-width:860px){.dealer-main--documents .documents-filter-form{grid-template-columns:minmax(0,1fr) minmax(180px,.45fr)}.dealer-main--documents .documents-filter-actions{grid-column:1/-1}}@media (max-width:720px){.dealer-main--documents .documents-filter-panel{gap:14px;padding:15px}.dealer-main--documents .documents-filter-heading,.dealer-main--documents .documents-order-note{flex-direction:column;align-items:stretch}.dealer-main--documents .documents-filter-status{align-self:flex-start}.dealer-main--documents .documents-filter-form{grid-template-columns:1fr}.dealer-main--documents .documents-filter-actions{grid-column:auto;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.dealer-main--documents .documents-filter-actions .button{width:100%}.dealer-main--documents .documents-order-note .text-link{min-height:40px}.dealer-main--documents .document-description{font-size:12px;display:block}.dealer-main--documents .document-meta--complete{grid-template-columns:repeat(2,minmax(0,1fr))}.dealer-main--documents .document-card-footer{display:grid}.dealer-main--documents .document-card-footer .button{width:100%;min-height:42px}.dealer-main--documents .documents-empty-actions{grid-template-columns:1fr;display:grid}.dealer-main--documents .documents-empty-actions .button,.dealer-main--documents .documents-load-more .button{width:100%}}.nexus-assistant-backdrop{z-index:95;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#102a432e;position:fixed;inset:0}.skip-link{z-index:220;color:#102a43;background:#fff;border:2px solid #1d5d9b;border-radius:10px;max-width:calc(100vw - 24px);padding:10px 14px;font-size:15px;font-weight:650;transition:transform .16s;position:fixed;top:10px;left:12px;transform:translateY(calc(-100% - 20px))}.skip-link:focus{outline-offset:2px;outline:2px solid #fff;transform:translateY(0)}.nexus-assistant-drawer[hidden]{display:none}.nexus-assistant-drawer.open{z-index:96}.nexus-assistant-launcher[aria-expanded=true]{z-index:97}.nexus-assistant-header button,.nexus-assistant-form input,.nexus-assistant-form button{min-height:44px}.nexus-assistant-launcher:focus-visible,.nexus-assistant-header button:focus-visible,.nexus-assistant-form input:focus-visible,.nexus-assistant-form button:focus-visible{outline-offset:2px;outline:2px solid #1d5d9b}@media (max-width:820px){.mobile-app-nav{grid-template-columns:repeat(var(--mobile-nav-count,6), minmax(0, 1fr))}.mobile-account-link{width:44px;height:44px}.order-edit-layout{padding-bottom:calc(96px + env(safe-area-inset-bottom))}.order-edit-workbench{bottom:calc(82px + env(safe-area-inset-bottom))}body:has(.order-edit-layout) .nexus-assistant-launcher:not([aria-expanded=true]){bottom:calc(310px + env(safe-area-inset-bottom))}.nexus-assistant-drawer.open{right:12px;bottom:calc(18px + env(safe-area-inset-bottom));width:calc(100vw - 24px);max-height:calc(100dvh - 36px - env(safe-area-inset-bottom))}}@media (max-width:720px){.order-edit-actions{grid-template-columns:1fr 1fr}.order-edit-actions .button:first-child{grid-area:2/1}.order-edit-actions .button:nth-child(2){grid-area:1/1/auto/-1}.order-edit-actions .button:nth-child(3){grid-area:2/2}}@media (prefers-reduced-motion:reduce){.nexus-assistant-launcher,.nexus-assistant-drawer,.nexus-assistant-message,.loading-dot{scroll-behavior:auto!important;transition:none!important;animation:none!important}.nexus-assistant-drawer,.nexus-assistant-drawer.open{transform:none}}@media (max-width:420px){.dealer-main--documents .documents-filter-actions,.dealer-main--documents .document-meta--complete{grid-template-columns:1fr}}[data-sticky-context]{z-index:18;position:sticky;top:88px}.products-search-panel[data-sticky-context=products]{overscroll-behavior:contain;scrollbar-gutter:stable;max-height:calc(100dvh - 112px);overflow-y:auto;box-shadow:0 16px 34px #102a431c}.detail-topbar[data-sticky-context=order-detail]{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fcfefff2;border:1px solid #b7cfd7c7;border-radius:16px;align-items:center;margin:-8px 0 20px;padding:10px 12px;box-shadow:0 12px 28px #102a431a}.detail-topbar[data-sticky-context=order-detail] .page-header{min-width:220px}.detail-topbar[data-sticky-context=order-detail] .detail-actions{overscroll-behavior-x:contain;scrollbar-width:thin;flex-wrap:nowrap;max-width:min(760px,62vw);padding:4px 2px 6px;overflow-x:auto}.detail-topbar[data-sticky-context=order-detail] .detail-actions>*{flex:none}[data-workflow-action-dock]{z-index:66;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff5;border:1px solid #b7cfd7d1;position:fixed;bottom:16px;box-shadow:0 18px 42px #102a432e}.request-form{padding-bottom:104px}.request-form .form-actions[data-workflow-action-dock=request]{border-radius:18px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;width:min(806px,100vw - 414px);margin:0;padding:10px 12px;display:grid;left:max(36px,50% - 574px);transform:none}.workflow-action-summary{min-width:0;color:var(--muted);align-items:baseline;gap:7px;font-size:.82rem;display:flex}.workflow-action-summary strong{color:var(--accent);font-size:1.05rem}.form-actions[data-workflow-action-dock=request] .button{min-width:170px}.products-request-dock{z-index:65;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff5;border:1px solid #b7cfd7d1;border-radius:18px;align-items:center;gap:14px;padding:10px 12px 10px 16px;display:flex;position:fixed;bottom:16px;right:88px;box-shadow:0 18px 42px #102a4329}.products-request-dock>span{color:var(--muted);white-space:nowrap;font-size:.82rem}.products-request-dock>span strong{color:var(--accent);font-size:1rem}.order-edit-layout{padding-bottom:116px}.order-edit-workbench[data-workflow-action-dock=order-edit]{border-radius:16px;width:min(1220px,100vw - 48px);margin:0;position:fixed;bottom:14px;left:50%;transform:translate(-50%)}:is(body:has([data-workflow-action-dock=request]) .nexus-assistant-launcher,body:has(.order-edit-workbench[data-workflow-action-dock=order-edit]) .nexus-assistant-launcher){bottom:112px}@media (max-width:1120px){.order-edit-layout{padding-bottom:188px}}@media (max-width:900px){.request-form .form-actions[data-workflow-action-dock=request]{width:calc(100vw - 72px);left:36px}.detail-topbar[data-sticky-context=order-detail]{grid-template-columns:1fr;align-items:stretch;gap:8px;display:grid}.detail-topbar[data-sticky-context=order-detail] .page-header{min-width:0}.detail-topbar[data-sticky-context=order-detail] .detail-actions{justify-content:flex-start;width:100%;max-width:100%}}@media (max-width:820px){[data-sticky-context]{top:58px}.products-search-panel[data-sticky-context=products]{scrollbar-gutter:auto;max-height:none;position:static;overflow:visible}.request-form{padding-bottom:172px}.request-form .form-actions[data-workflow-action-dock=request]{left:10px;bottom:calc(88px + env(safe-area-inset-bottom));border-radius:16px;grid-template-columns:minmax(0,1fr) auto;width:calc(100vw - 20px)}.form-actions[data-workflow-action-dock=request] .button{min-width:148px}.products-request-dock{right:10px;bottom:calc(88px + env(safe-area-inset-bottom));justify-content:space-between;left:10px}.order-edit-layout{padding-bottom:calc(292px + env(safe-area-inset-bottom))}.order-edit-workbench[data-workflow-action-dock=order-edit]{bottom:calc(88px + env(safe-area-inset-bottom));width:calc(100vw - 20px);max-height:calc(100dvh - 166px - env(safe-area-inset-bottom));overscroll-behavior:contain;overflow-y:auto}:is(body:has([data-workflow-action-dock=request]) .nexus-assistant-launcher,body:has(.products-request-dock) .nexus-assistant-launcher){bottom:calc(178px + env(safe-area-inset-bottom))}body:has(.order-edit-workbench[data-workflow-action-dock=order-edit]) .nexus-assistant-launcher{bottom:calc(310px + env(safe-area-inset-bottom))}}@media (max-width:560px){.detail-topbar[data-sticky-context=order-detail]{margin-left:-4px;margin-right:-4px;padding:8px}.request-form .form-actions[data-workflow-action-dock=request]{gap:8px}.workflow-action-summary{gap:0;display:grid}.form-actions[data-workflow-action-dock=request] .button{min-width:140px;padding-left:12px;padding-right:12px}}.order-edit-mobile-only,.order-edit-mobile-line,.order-edit-mobile-action-dock,.order-edit-mobile-backdrop,.order-edit-product-drawer,.order-edit-mobile-dialog{display:none}.order-edit-desktop-line{display:block}.order-edit-product-drawer{bottom:calc(82px + env(safe-area-inset-bottom));position:fixed}.order-edit-mobile-action-dock{bottom:calc(82px + env(safe-area-inset-bottom));height:68px;position:fixed}.order-edit-mobile-action-dock .button{min-height:48px}@media (max-width:820px){.order-edit-layout{padding-bottom:calc(168px + env(safe-area-inset-bottom));gap:12px}body:has(.order-edit-layout) .dealer-main>.page-header{box-shadow:none;background:0 0;border:0;border-radius:0;margin-bottom:8px;padding:2px 4px;overflow:visible}body:has(.order-edit-layout) .dealer-main>.page-header:before{display:none}body:has(.order-edit-layout) .dealer-main>.page-header p{display:none}body:has(.order-edit-layout) .dealer-main>.page-header h1{font-size:clamp(1.34rem,6vw,1.62rem);line-height:1.15}.order-edit-desktop-only,.order-edit-desktop-line,.order-edit-workbench[data-workflow-action-dock=order-edit]{display:none!important}.order-edit-mobile-only,.order-edit-mobile-line,.order-edit-mobile-action-dock{display:flex}.order-edit-safety{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;padding:16px;display:grid}.order-edit-safety .eyebrow{letter-spacing:.075em;margin-bottom:3px;font-size:.68rem}.order-edit-safety h2{display:none}.order-edit-safety p:not(.eyebrow){-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.81rem;line-height:1.45;display:-webkit-box;overflow:hidden}.order-edit-count{background:linear-gradient(145deg,#e8f8f7,#f4fbfb);border:1px solid #c8e6e5;border-radius:14px;align-self:center;align-items:center;min-width:66px;padding:9px 8px}.order-edit-count strong{font-size:1.35rem;line-height:1}.order-edit-count span{color:#60748a;white-space:nowrap;margin-top:3px;font-size:.66rem}.order-edit-lines{border-radius:18px;padding:12px 10px 16px}.order-edit-lines .section-heading-row{align-items:end;gap:8px;padding:2px 4px 9px}.order-edit-lines .section-heading-row h2{margin:2px 0 0;font-size:1.05rem;line-height:1.22}.order-edit-lines .section-heading-row .eyebrow{font-size:.65rem}.order-edit-total{text-overflow:ellipsis;white-space:nowrap;background:#edf8f7;border-radius:999px;max-width:44%;padding:6px 9px;font-size:.72rem;overflow:hidden}.order-edit-line-list{margin-top:0}.order-edit-mobile-line{background:#fff;border-left-width:4px;border-radius:15px;flex-direction:column;padding:0;overflow:hidden;box-shadow:0 6px 18px #132d450e}.order-edit-mobile-line.expanded{border-color:#8fc8c9 #8fc8c9 #8fc8c9 #087f83;box-shadow:0 10px 28px #0e60641f}.order-edit-line-toggle{color:#132d45;cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;grid-template-columns:minmax(0,1fr) auto auto 22px;align-items:center;gap:8px;width:100%;min-height:44px;padding:11px 10px 11px 12px;display:grid}.order-edit-line-toggle:focus-visible{outline-offset:-3px;border-radius:12px;outline:3px solid #087f8338}.order-edit-mobile-line-main{gap:2px;min-width:0;display:grid}.order-edit-mobile-line-main .order-edit-line-number{color:#087f83;text-align:left;background:0 0;min-width:0;padding:0;font-size:.64rem}.order-edit-mobile-line.temporary .order-edit-mobile-line-main .order-edit-line-number{color:#ad6710;background:0 0}.order-edit-mobile-line.protected .order-edit-mobile-line-main .order-edit-line-number{color:#7658ad;background:0 0}.order-edit-mobile-line-main>strong{text-overflow:ellipsis;white-space:nowrap;font-size:.93rem;line-height:1.2;overflow:hidden}.order-edit-mobile-line-description{color:#63788c;text-overflow:ellipsis;white-space:nowrap;font-size:.74rem;line-height:1.25;overflow:hidden}.order-edit-mobile-line-quantity,.order-edit-mobile-line-price{white-space:nowrap;flex-direction:column;align-items:flex-end;font-size:.78rem;font-weight:700;display:flex}.order-edit-mobile-line-price{color:#087f83}.order-edit-mobile-line-quantity small,.order-edit-mobile-line-price small{color:#75889a;margin-top:2px;font-size:.58rem;font-weight:500}.order-edit-line-chevron{color:#087f83;background:#edf8f7;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.86rem;display:inline-flex}.order-edit-mobile-line-editor{background:linear-gradient(#f7fbfc 0%,#fff 100%);border-top:1px solid #dce9ec;gap:12px;padding:12px;display:grid}.order-edit-mobile-line-editor[hidden]{display:none}.order-edit-mobile-line-editor label,.order-edit-mobile-quantity-field{color:#526b80;gap:6px;min-width:0;font-size:.72rem;font-weight:700;display:grid}.order-edit-mobile-line-editor input,.order-edit-mobile-line-editor textarea{color:#132d45;font:inherit;background:#fff;border:1px solid #c7dce1;border-radius:12px;width:100%;min-height:48px;padding:10px 12px;font-size:16px}.order-edit-mobile-line-editor textarea{resize:vertical;min-height:84px}.order-edit-mobile-field-row{grid-template-columns:minmax(0,1.2fr) minmax(105px,.8fr);gap:10px;display:grid}.order-edit-mobile-field-row .readonly-price p{color:#087579;background:#eaf7f7;border-radius:12px;align-items:center;min-height:48px;margin:0;padding:10px 11px;font-size:.84rem;display:flex}.order-edit-quantity-stepper{background:#fff;border:1px solid #c7dce1;border-radius:12px;grid-template-columns:44px minmax(58px,1fr) 44px;align-items:stretch;display:grid;overflow:hidden}.order-edit-quantity-stepper button{color:#087f83;cursor:pointer;background:#f1f8f8;border:0;min-height:48px;font-size:1.25rem;font-weight:700}.order-edit-quantity-stepper button:first-child{border-right:1px solid #d7e7e9}.order-edit-quantity-stepper button:last-child{border-left:1px solid #d7e7e9}.order-edit-quantity-stepper input{text-align:center;border:0;border-radius:0;min-width:0;padding:8px 4px}.order-edit-mobile-line-actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.order-edit-mobile-line-actions .button{min-height:48px;padding:0 10px}.order-edit-remove-button,.order-edit-confirm-remove{color:#a23b32!important;background:#fff7f6!important;border-color:#e6aaa4!important}.order-edit-protected-note{color:#5e4a83;background:#f2eef9;border-radius:10px;margin:0;padding:9px 10px;font-size:.73rem}.order-edit-insert-rail{color:#658092;background:0 0;border:1px dashed #0000;border-radius:11px;gap:6px;width:calc(100% - 20px);height:44px;margin:2px 10px;font-size:.72rem}.order-edit-insert-rail>span{background:#eff8f8;border-color:#acd1d3;width:22px;height:22px}.order-edit-insert-rail:hover,.order-edit-insert-rail:focus-visible,.order-edit-insert-rail.active{background:#eff9f8;border-color:#8fc8c9}.order-edit-set-rail{height:34px;font-size:.69rem}.order-edit-mobile-action-dock{bottom:calc(82px + env(safe-area-inset-bottom));z-index:72;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff7;border:1px solid #b8d2d8e6;border-radius:17px;grid-template-columns:minmax(68px,.76fr) minmax(98px,1.12fr) minmax(104px,1.2fr);align-items:center;gap:7px;height:68px;padding:9px;left:8px;right:8px;box-shadow:0 14px 34px #102a4330}.order-edit-mobile-action-dock .button{white-space:nowrap;min-height:48px;padding:0 7px;font-size:clamp(.71rem,3.2vw,.84rem)}.order-edit-mobile-backdrop{z-index:110;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0c20306b;border:0;width:100%;position:fixed;inset:0}.order-edit-product-drawer{bottom:calc(82px + env(safe-area-inset-bottom));max-height:min(calc(100dvh - 94px - env(safe-area-inset-bottom)), 720px);overscroll-behavior:contain;z-index:112;background:#fff;border:1px solid #c7dde1;border-radius:24px 24px 0 0;gap:12px;padding:8px 14px 16px;display:grid;left:0;right:0;overflow-y:auto;box-shadow:0 -20px 50px #0d2a3d3d}.order-edit-product-drawer-handle{background:#c4d6da;border-radius:999px;justify-self:center;width:42px;height:4px}.order-edit-product-drawer-heading{justify-content:space-between;align-items:start;gap:12px;display:flex}.order-edit-product-drawer-heading h2{margin:3px 0 0;font-size:1.14rem;line-height:1.2}.order-edit-product-drawer-heading>button{color:#34576b;cursor:pointer;background:#eef7f8;border:0;border-radius:50%;flex:0 0 44px;justify-content:center;align-items:center;height:44px;font-size:1.35rem;display:inline-flex}.order-edit-product-drawer-search{grid-template-columns:minmax(0,1fr) 92px;gap:8px;display:grid}.order-edit-product-drawer-search input{color:#132d45;font:inherit;background:#fff;border:1px solid #bed7dc;border-radius:13px;width:100%;min-height:48px;padding:10px 12px;font-size:16px}.order-edit-product-drawer-search .button,.order-edit-add-temporary{min-height:48px}.order-edit-product-drawer-results{overscroll-behavior:contain;gap:8px;max-height:min(40dvh,380px);display:grid;overflow-y:auto}.order-edit-product-drawer-results>button{color:#132d45;cursor:pointer;text-align:left;background:#f8fbfc;border:1px solid #d5e5e8;border-radius:13px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:3px 8px;min-height:58px;padding:10px 11px;display:grid}.order-edit-product-drawer-results>button strong,.order-edit-product-drawer-results>button span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.order-edit-product-drawer-results>button span,.order-edit-product-drawer-results>button small{color:#677e90;font-size:.72rem}.order-edit-product-drawer-results>button b{color:#fff;background:#087f83;border-radius:999px;grid-area:1/2/span 2;padding:7px 10px}.order-edit-product-drawer-hint{color:#60748a;text-align:center;background:#f4f9fa;border-radius:12px;margin:0;padding:15px;font-size:.82rem}.order-edit-add-temporary{width:100%}.order-edit-modal-backdrop{z-index:113}.order-edit-mobile-dialog{bottom:calc(92px + env(safe-area-inset-bottom));max-height:calc(100dvh - 126px - env(safe-area-inset-bottom));z-index:114;background:#fff;border:1px solid #c4dade;border-radius:20px;padding:18px;display:block;position:fixed;left:12px;right:12px;overflow-y:auto;box-shadow:0 22px 58px #0c253747}.order-edit-mobile-dialog h2{margin:4px 0 10px;font-size:1.2rem;line-height:1.25}.order-edit-mobile-dialog p,.order-edit-mobile-dialog li{color:#5b7185;font-size:.84rem;line-height:1.5}.order-edit-mobile-dialog ul{background:#f2f8f8;border-radius:12px;margin:10px 0;padding:10px 10px 10px 29px}.order-edit-mobile-dialog-actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:16px;display:grid}.order-edit-mobile-dialog-actions .button{min-height:48px;padding:0 10px}:is(body:has(.order-edit-layout[data-product-drawer-open=true]),body:has(.order-edit-layout[data-mobile-modal-open=true])){overflow:hidden}:is(body:has(.order-edit-layout[data-product-drawer-open=true]) .nexus-assistant-launcher,body:has(.order-edit-layout[data-mobile-modal-open=true]) .nexus-assistant-launcher,body:has(.order-edit-layout input:focus) .nexus-assistant-launcher,body:has(.order-edit-layout textarea:focus) .nexus-assistant-launcher){display:none}body:has(.order-edit-layout):not(:has(.order-edit-layout[data-product-drawer-open=true])):not(:has(.order-edit-layout[data-mobile-modal-open=true])) .nexus-assistant-launcher:not([aria-expanded=true]){bottom:calc(166px + env(safe-area-inset-bottom))}}@media (max-width:390px){.order-edit-line-toggle{grid-template-columns:minmax(0,1fr) auto auto 20px;gap:5px}.order-edit-mobile-line-price,.order-edit-mobile-line-quantity{font-size:.72rem}.order-edit-line-chevron{width:20px;height:20px}.order-edit-mobile-action-dock{gap:5px;padding:8px 6px;left:6px;right:6px}.order-edit-mobile-action-dock .button{padding:0 5px;font-size:.7rem}}@media (max-width:360px){.order-edit-mobile-field-row{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.order-edit-mobile-line,.order-edit-product-drawer,.order-edit-mobile-dialog{scroll-behavior:auto!important;transition:none!important}}.order-detail-overview{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff7;border-color:#b7cfd7e0;grid-template-columns:44px minmax(0,1fr) max-content;grid-template-areas:"back identity amount"".statuses actions";align-items:center;gap:10px 14px;margin:-8px 0 16px;padding:14px 16px;display:grid;box-shadow:0 12px 28px #102a4314}.order-overview-back{width:44px;height:44px;color:var(--text);background:#fbfdff;border:1px solid #d7e5eb;border-radius:12px;grid-area:back;justify-content:center;align-items:center;transition:border-color .16s,background-color .16s,color .16s;display:inline-flex}.order-overview-back:hover,.order-overview-back:focus-visible{background:var(--accent-soft);color:var(--accent-dark);outline-offset:2px;border-color:#007f837a;outline:3px solid #007f8329}.order-overview-back svg,.order-overview-action svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;flex:none;width:20px;height:20px}.order-overview-identity{grid-area:identity;min-width:0}.order-overview-label{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;font-size:11px;font-weight:700;line-height:1.25;display:block}.order-overview-identity h1{color:var(--text);letter-spacing:-.015em;text-overflow:ellipsis;white-space:nowrap;margin:3px 0 0;font-size:clamp(20px,2.2vw,26px);font-weight:680;line-height:1.15;overflow:hidden}.order-overview-amount{text-align:right;grid-area:amount}.order-overview-amount strong{color:var(--text);font-variant-numeric:tabular-nums;white-space:nowrap;margin-top:3px;font-size:clamp(20px,2.1vw,25px);font-weight:720;line-height:1.15;display:block}.order-overview-statuses{flex-wrap:wrap;grid-area:statuses;gap:6px;min-width:0;display:flex}.order-overview-status{color:#60748a;white-space:nowrap;background:#eef3f5;border-radius:999px;align-items:center;min-height:28px;padding:5px 10px;font-size:12px;font-weight:700;line-height:1;display:inline-flex}.order-overview-pi-status{color:#6e55ac;background:#f2ecfb}.order-overview-pi-status.ready{color:#24754f;background:#e7f6ef}.order-overview-actions{flex-wrap:wrap;grid-area:actions;justify-content:flex-end;gap:8px;min-width:0;display:flex}.order-overview-action{min-width:0;min-height:44px;color:var(--accent-dark);white-space:nowrap;background:#fff;border:1px solid #007f83cc;border-radius:12px;justify-content:center;align-items:center;gap:7px;padding:0 14px;font-size:14px;font-weight:680;line-height:1;transition:border-color .16s,background-color .16s,box-shadow .16s,transform .16s;display:inline-flex}.order-overview-action:hover,.order-overview-action:focus-visible{border-color:var(--accent);background:var(--accent-soft);outline-offset:2px;outline:3px solid #007f8329;box-shadow:0 8px 18px #007f831a}.order-overview-action:active{transform:translateY(1px)}.order-overview-action-primary{background:linear-gradient(180deg, var(--accent) 0%, var(--accent-dark) 100%);color:#fff;border-color:#0000;box-shadow:0 8px 18px #007f8324}.order-overview-action-primary:hover,.order-overview-action-primary:focus-visible{background:linear-gradient(180deg, #008d90 0%, var(--accent-dark) 100%);color:#fff;border-color:#0000}.order-overview-action-document{background:#f1f9f9;padding-left:12px;padding-right:12px}@media (max-width:900px){.order-detail-overview{grid-template-areas:"back identity amount"".statuses statuses""actions actions actions"}.order-overview-actions{justify-content:flex-start}}@media (max-width:820px){.order-detail-overview[data-sticky-context=order-detail]{z-index:auto;-webkit-backdrop-filter:none;backdrop-filter:none;border-radius:18px;margin:0 0 12px;padding:14px;position:static}.order-overview-identity h1,.order-overview-amount strong{font-size:18px}.order-overview-action-primary{flex:112px}.order-overview-action-secondary{flex:116px}.order-overview-action-document{flex:0 0 60px}}@media (max-width:340px){.order-overview-action-primary{flex-basis:100%}}@media print{[data-workflow-action-dock],.products-request-dock,.order-edit-product-drawer,.order-edit-mobile-backdrop,.order-edit-mobile-dialog{display:none!important}[data-sticky-context]{position:static}}
