:root{--background:#f7fafc;--surface:#fff;--surface-soft:#f1f4f6;--surface-muted:#ebeef0;--surface-accent:#dfe8ef;--text:#181c1e;--text-muted:#43474e;--text-soft:#66717b;--primary:#00172d;--primary-deep:#002c4e;--primary-soft:#d1e4ff;--secondary-soft:#d3e5f4;--success-soft:#dbf4df;--success-text:#20623d;--warning-soft:#ffedcf;--warning-text:#86581c;--danger-soft:#ffdad6;--danger-text:#93000a;--shadow-lg:0 30px 60px #00172d14;--shadow-md:0 16px 36px #00172d14;--radius-xl:28px;--content-width:1520px}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{color:var(--text);font-family:var(--font-body), Inter, sans-serif;background:radial-gradient(circle at 0 0,#d1e4ff99,#0000 24%),linear-gradient(#f7fafc 0%,#f1f4f6 100%)}h1,h2,h3,h4,p{margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}button{cursor:pointer}.admin-shell{min-height:100vh}.admin-topbar{z-index:40;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f7fafce0;border-bottom:1px solid #e0e3e5e6;position:sticky;top:0}.admin-topbar-inner{max-width:var(--content-width);grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"brand actions""nav nav";align-items:center;gap:24px;margin:0 auto;padding:18px 24px;display:grid}.brand-block{grid-area:brand;align-items:center;gap:16px;min-width:0;display:flex}.brand-logo{width:132px;height:auto}.brand-copy{gap:4px;display:grid}.brand-overline{letter-spacing:.22em;text-transform:uppercase;color:var(--text-soft);font-size:11px;font-weight:700;line-height:1}.brand-title{font-family:var(--font-headline), Manrope, sans-serif;letter-spacing:-.04em;color:var(--primary);font-size:28px;font-weight:800}.module-nav{flex-wrap:wrap;grid-area:nav;justify-content:flex-start;gap:10px;display:flex}.module-link{min-height:46px;color:var(--text-muted);border-radius:999px;align-items:center;gap:10px;padding:0 16px;font-size:14px;font-weight:600;transition:background-color .2s,color .2s,transform .2s;display:inline-flex}.module-link:hover{background:var(--surface-soft);color:var(--primary);transform:translateY(-1px)}.module-link.active{background:var(--primary);color:#fff;box-shadow:var(--shadow-md)}.module-link svg{width:18px;height:18px}.top-actions{grid-area:actions;justify-self:end;align-items:center;gap:10px;display:flex}.icon-button{background:var(--surface);width:44px;height:44px;color:var(--primary);border:0;border-radius:999px;justify-content:center;align-items:center;transition:transform .2s,background-color .2s;display:inline-flex;box-shadow:inset 0 0 0 1px #e0e3e5e6}.icon-button:hover{background:var(--surface-soft);transform:translateY(-1px)}.icon-button svg{width:19px;height:19px}.page-shell{max-width:var(--content-width);gap:28px;margin:0 auto;padding:34px 24px 48px;display:grid}.page-stack{gap:28px;display:grid}.page-header{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.page-header-copy{gap:10px;max-width:760px;display:grid}.page-header-copy h1{font-family:var(--font-headline), Manrope, sans-serif;letter-spacing:-.05em;color:var(--primary);font-size:clamp(34px,3vw,54px);line-height:.95}.page-kicker{letter-spacing:.28em;text-transform:uppercase;color:var(--text-soft);font-size:11px;font-weight:800}.page-rule{background:var(--surface-accent);border-radius:999px;width:40px;height:4px}.page-description{color:var(--text-muted);font-size:15px;line-height:1.65}.page-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}.button-primary,.button-secondary,.button-ghost{border:0;border-radius:12px;justify-content:center;align-items:center;gap:10px;min-height:46px;padding:0 18px;font-size:14px;font-weight:700;transition:transform .2s,opacity .2s;display:inline-flex}.button-primary{background:linear-gradient(135deg, var(--primary), var(--primary-deep));color:#fff;box-shadow:var(--shadow-md)}.button-secondary{background:var(--surface-soft);color:var(--primary)}.button-ghost{color:var(--text-muted);background:0 0;box-shadow:inset 0 0 0 1px #e0e3e5e6}.button-primary:hover,.button-secondary:hover,.button-ghost:hover,.inline-link:hover{transform:translateY(-1px)}.button-primary svg,.button-secondary svg,.button-ghost svg,.inline-link svg{width:16px;height:16px}.card{box-shadow:var(--shadow-lg);border-radius:var(--radius-xl);background:#ffffffeb;padding:26px}.card-soft{background:var(--surface);border-radius:24px;padding:22px;box-shadow:inset 0 0 0 1px #e0e3e580}.card-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.card-title{font-family:var(--font-headline), Manrope, sans-serif;letter-spacing:-.04em;color:var(--primary);font-size:24px}.card-subtitle{color:var(--text-muted);margin-top:6px;font-size:14px;line-height:1.6}.metric-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:16px;display:grid}.metric-card{background:var(--surface);min-height:150px;box-shadow:var(--shadow-md);border-radius:24px;align-content:space-between;gap:16px;padding:22px;display:grid}.metric-label{color:var(--text-muted);font-size:13px;font-weight:600}.metric-value{font-family:var(--font-headline), Manrope, sans-serif;letter-spacing:-.05em;color:var(--primary);font-size:44px;line-height:.95}.metric-meta{color:var(--text-soft);font-size:12px}.grid-two{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.dashboard-split{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:20px;display:grid}.chart-shell{grid-template-columns:280px minmax(0,1fr);align-items:center;gap:24px;display:grid}.donut-wrap{width:240px;height:240px;margin:0 auto;position:relative}.donut-chart{border-radius:50%;width:100%;height:100%}.donut-hole{background:var(--surface);border-radius:50%;position:absolute;inset:40px}.donut-center{text-align:center;z-index:1;place-items:center;display:grid;position:absolute;inset:0}.donut-center strong{font-family:var(--font-headline), Manrope, sans-serif;letter-spacing:-.05em;color:var(--primary);font-size:46px;line-height:1;display:block}.donut-center span{color:var(--text-muted);margin-top:6px;font-size:13px;display:block}.legend{gap:14px;display:grid}.legend-item{align-items:center;gap:12px;display:flex}.legend-item strong{color:var(--primary);font-size:15px;display:block}.legend-item span{color:var(--text-muted);font-size:13px;display:block}.swatch{border-radius:999px;flex:none;width:14px;height:14px}.list-stack{gap:12px;display:grid}.list-row{background:var(--surface-soft);border-radius:18px;grid-template-columns:minmax(0,1.3fr) auto;align-items:center;gap:16px;padding:16px 18px;display:grid}.list-row strong{color:var(--primary);font-size:15px;display:block}.list-row span,.list-row p{color:var(--text-muted);font-size:13px}.list-side{text-align:right;gap:4px;display:grid}.toolbar-card{background:var(--surface);box-shadow:var(--shadow-md);border-radius:24px;padding:18px}.toolbar{grid-template-columns:minmax(0,1.8fr) repeat(2,minmax(180px,.6fr)) auto;gap:12px;display:grid}.toolbar input,.toolbar select,.field input,.field textarea,.field select{background:var(--surface-soft);width:100%;color:var(--text);border:0;border-radius:14px;outline:none;padding:14px 16px}.field textarea{resize:vertical;min-height:140px}.field{gap:8px;display:grid}.field span{color:var(--text-muted);font-size:13px;font-weight:700}.table-card{background:var(--surface);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);overflow:hidden}.data-table{border-collapse:separate;border-spacing:0;width:100%}.data-table thead{background:var(--surface-soft)}.data-table th{text-align:left;letter-spacing:.16em;text-transform:uppercase;color:var(--text-soft);padding:18px 22px;font-size:11px;font-weight:800}.data-table td{vertical-align:top;padding:20px 22px}.data-table tbody tr{border-top:1px solid #e0e3e5cc}.data-table tbody tr:nth-child(2n){background:#f1f4f673}.company-cell{align-items:center;gap:14px;display:flex}.company-mark{background:linear-gradient(135deg, var(--primary), var(--primary-deep));color:#fff;border-radius:14px;flex:none;place-items:center;width:42px;height:42px;font-size:12px;font-weight:800;display:grid}.cell-primary{color:var(--primary);font-size:15px;font-weight:700}.cell-secondary{color:var(--text-muted);margin-top:4px;font-size:13px;line-height:1.5}.status-badge{white-space:nowrap;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-size:12px;font-weight:800;display:inline-flex}.status-draft{background:var(--surface-soft);color:var(--primary)}.status-sent,.status-open{background:var(--secondary-soft);color:var(--primary-deep)}.status-won,.status-accepted,.status-closed{background:var(--success-soft);color:var(--success-text)}.status-partial,.status-waiting_supplier{background:var(--warning-soft);color:var(--warning-text)}.status-lost,.status-rejected,.status-new,.status-received,.status-in_progress{background:var(--danger-soft);color:var(--danger-text)}.table-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.inline-link{color:var(--primary);align-items:center;gap:8px;font-size:13px;font-weight:700;transition:transform .2s;display:inline-flex}.quote-layout{grid-template-columns:minmax(0,1.35fr) minmax(320px,.7fr);gap:20px;display:grid}.section-stack{gap:20px;display:grid}.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.detail-tile{background:var(--surface-soft);border-radius:18px;gap:6px;padding:16px;display:grid}.detail-label{letter-spacing:.14em;text-transform:uppercase;color:var(--text-soft);font-size:12px;font-weight:800}.detail-value{color:var(--primary);font-size:16px;font-weight:700}.summary-card{background:linear-gradient(155deg, var(--primary), var(--primary-deep));color:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);gap:18px;padding:26px;display:grid;position:sticky;top:108px}.summary-card .detail-label,.summary-card .card-subtitle,.summary-card .page-kicker{color:#ffffffad}.summary-total{font-family:var(--font-headline), Manrope, sans-serif;letter-spacing:-.06em;font-size:48px;line-height:.95}.summary-line{justify-content:space-between;gap:12px;font-size:14px;display:flex}.quote-items{border-collapse:separate;border-spacing:0 10px;width:100%}.quote-items th{text-align:left;letter-spacing:.16em;text-transform:uppercase;color:var(--text-soft);padding:0 14px 6px;font-size:11px;font-weight:800}.quote-items td{background:var(--surface-soft);padding:14px}.quote-items td:first-child{border-radius:16px 0 0 16px}.quote-items td:last-child{border-radius:0 16px 16px 0}.heatmap-shell{background:var(--surface);border-radius:26px;min-height:720px;position:relative;overflow:hidden}.heatmap-preview{background:linear-gradient(#f7fafcd6,#fffffff5),radial-gradient(circle at 0 0,#d1e4ffbf,#0000 28%);min-height:720px;padding:28px;position:relative}.heatmap-overlay{pointer-events:none;mix-blend-mode:multiply;position:absolute;inset:0}.heat-point{filter:blur(12px);opacity:.9;background:radial-gradient(circle,#ff2d2df2 0%,#ff7400c7 18%,#ffd00075 42%,#ff03 58%,#ff00 74%);border-radius:50%;width:180px;height:180px;position:absolute;transform:translate(-50%,-50%)}.analytics-grid{grid-template-columns:minmax(0,1.4fr) minmax(320px,.8fr);gap:20px;display:grid}.analytics-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.public-shell{background:var(--background);min-height:100vh}.public-topbar{z-index:30;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffeb;border-bottom:1px solid #e0e3e5e6;position:sticky;top:0}.public-topbar-inner,.public-page{max-width:1200px;margin:0 auto;padding-left:24px;padding-right:24px}.public-topbar-inner{justify-content:space-between;align-items:center;gap:20px;min-height:86px;display:flex}.public-page{padding-top:44px;padding-bottom:48px}.public-layout{grid-template-columns:minmax(0,1.45fr) minmax(320px,.8fr);gap:24px;display:grid}.proposal-card{background:var(--surface);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);padding:30px}.proposal-item{grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:16px;padding:18px 0;display:grid}.proposal-item+.proposal-item{border-top:1px solid #e0e3e5b8}.proposal-checkbox{width:22px;height:22px;margin-top:2px}.proposal-summary{background:linear-gradient(155deg, var(--primary), var(--primary-deep));color:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);gap:18px;padding:30px;display:grid;position:sticky;top:110px}.proposal-note{color:#fff;background:#ffffff24;border:0;border-radius:16px;outline:none;width:100%;min-height:120px;padding:14px 16px}.form-stack{gap:14px;display:grid}.settings-grid{grid-template-columns:minmax(320px,.75fr) minmax(0,1.25fr);gap:20px;display:grid}.inline-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.empty-state{background:var(--surface-soft);color:var(--text-muted);border-radius:22px;padding:28px}.modal-backdrop{z-index:70;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00172d47;padding:40px 24px;position:fixed;inset:0;overflow-y:auto}.modal-card{background:#fffffffa;border-radius:28px;max-width:980px;margin:0 auto;padding:26px;box-shadow:0 36px 90px #00172d2e}.modal-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.modal-close{background:var(--surface-soft);width:42px;height:42px;color:var(--primary);border-radius:999px;justify-content:center;align-items:center;font-size:28px;line-height:1;display:inline-flex}.field-error{color:var(--danger-text);font-size:12px;font-weight:700}.form-message{background:var(--danger-soft);color:var(--danger-text);border-radius:14px;padding:12px 14px;font-size:13px;font-weight:700}.quote-builder-row{background:var(--surface);border-radius:18px;gap:12px;padding:16px;display:grid;box-shadow:inset 0 0 0 1px #e0e3e5bf}.quote-builder-grid{grid-template-columns:minmax(0,1.6fr) repeat(3,minmax(120px,.3fr));align-items:end;gap:12px;display:grid}.quote-builder-meta{justify-content:space-between;align-items:center;gap:16px;display:flex}.quote-builder-totals{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.summary-inline{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.summary-inline-item{background:var(--surface-soft);border-radius:18px;gap:6px;padding:16px 18px;display:grid}.summary-inline-item span{letter-spacing:.12em;text-transform:uppercase;color:var(--text-soft);font-size:12px;font-weight:800}.summary-inline-item strong{font-family:var(--font-headline), Manrope, sans-serif;letter-spacing:-.04em;color:var(--primary);font-size:28px}.stacked-tags{flex-wrap:wrap;gap:8px;display:flex}.stacked-tag{background:var(--surface-soft);min-height:30px;color:var(--primary);border-radius:999px;align-items:center;padding:6px 10px;font-size:12px;font-weight:700;line-height:1.2;display:inline-flex}.user-chip{background:var(--surface);border-radius:999px;gap:2px;min-width:0;padding:8px 14px;display:grid;box-shadow:inset 0 0 0 1px #e0e3e5e6}.user-chip-name{color:var(--primary);font-size:13px;font-weight:700}.user-chip-email{color:var(--text-soft);font-size:11px}.auth-shell{place-items:center;min-height:100vh;padding:32px 20px;display:grid}.auth-card{width:min(100%,460px);box-shadow:var(--shadow-lg);background:#fffffff0;border:1px solid #e0e3e5e6;border-radius:28px;gap:24px;padding:30px;display:grid}.auth-brand{justify-content:space-between;align-items:center;gap:16px;display:flex}.auth-logo{width:144px;height:auto}.auth-copy{gap:10px;display:grid}.auth-copy h1{font-family:var(--font-headline), Manrope, sans-serif;letter-spacing:-.05em;color:var(--primary);font-size:clamp(30px,5vw,42px);line-height:.96}.auth-copy p{color:var(--text-muted);font-size:15px;line-height:1.65}@media (max-width:1180px){.admin-topbar-inner{grid-template-columns:1fr;grid-template-areas:"brand""actions""nav";justify-items:stretch}.module-nav{justify-content:flex-start}.top-actions{justify-self:stretch}.metric-grid,.analytics-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-two,.dashboard-split,.quote-layout,.analytics-grid,.public-layout,.settings-grid{grid-template-columns:1fr}.summary-card,.proposal-summary{position:static}}@media (max-width:860px){.top-actions{flex-wrap:wrap;width:100%}.user-chip{width:100%}.page-header{flex-direction:column;align-items:flex-start}.toolbar,.metric-grid,.analytics-metrics,.detail-grid,.quote-builder-grid,.summary-inline{grid-template-columns:1fr}.quote-builder-meta{flex-direction:column;align-items:flex-start}.chart-shell{grid-template-columns:1fr}.data-table,.data-table thead,.data-table tbody,.data-table th,.data-table td,.data-table tr{display:block}.data-table thead{display:none}.data-table tbody tr{border-top:1px solid #e0e3e5cc;padding:18px}.data-table td{padding:10px 0}.table-actions,.inline-actions{justify-content:flex-start}.proposal-item{grid-template-columns:auto 1fr}}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.p.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_e33736c7-module__CVvo0G__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_e33736c7-module__CVvo0G__variable{--font-body:"Inter", "Inter Fallback"}
@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/a342834df7752944-s.10ev4cu2inrn-.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/d3fe2f289711ac3f-s.0i6ci0u~g4zml.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/58c4895d0a0ef7cc-s.0x1a9yg0jkq20.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/bfc7db5c00d21bc5-s.0dyk20wuvya7a.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/6ab0db14f70d8ed6-s.p.0ctuso5mgh_i..woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(../media/a343f882a40d2cc9-s.p.0kho-wj7-y-w1.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope Fallback;src:local(Arial);ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.0%;size-adjust:103.19%}.manrope_80ca8213-module__MZKI1q__className{font-family:Manrope,Manrope Fallback;font-style:normal}.manrope_80ca8213-module__MZKI1q__variable{--font-headline:"Manrope", "Manrope Fallback"}
