:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:0 0% 100%;--foreground:222 95% 7%;--surface-1:225 12% 94%;--surface-2:225 10% 92%;--muted:225 10% 92%;--muted-foreground:225 2% 44%;--primary:15 100% 50%;--primary-foreground:222 95% 7%;--primary-strong:15 100% 42%;--destructive:0 65% 51%;--border:225 6% 85%;--input:225 6% 80%;--ring:15 100% 50%;--grid-line:225 10% 88%;--hairline:#010b231a;--panel-tint:#010b2308;--tick:#010b234d;--shadow-surface:inset 0 1px 0 0 #010b230a, 0 1px 2px 0 #010b230f, 0 24px 48px -28px #010b232e;--shadow-surface-hover:inset 0 1px 0 0 #010b230d, 0 1px 2px 0 #010b230f, 0 24px 48px -24px #010b232e, 0 0 0 1px hsl(var(--primary) / .12), 0 12px 40px -12px hsl(var(--primary) / .14);--shadow-panel:inset 0 1px 0 0 #010b230d, 0 24px 48px -28px #010b2329;--glass-bg:#ffffff9e;--glass-saturate:120%;--shadow-btn:0 1px 2px 0 #010b231a, 0 10px 28px -10px hsl(var(--primary) / .55);--shadow-btn-hover:0 2px 4px 0 #010b231a, 0 14px 36px -8px hsl(var(--primary) / .7);--series-2:225 8% 42%;--radius:.75rem;--radius-lg:1rem;--font-sans:"Inter Variable", Inter, system-ui, -apple-system, "Segoe UI", sans-serif;--font-display:"Inter Tight", Inter, system-ui, sans-serif;--font-mono:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--text-xs:.6875rem;--text-sm:.8125rem;--text-base:.875rem;--text-md:1rem;--text-lg:1.1875rem;--text-xl:1.5rem;--text-2xl:1.875rem;--text-3xl:2.5rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem}.dark{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:226 38% 5%;--foreground:220 15% 94%;--surface-1:225 26% 9%;--surface-2:224 24% 12%;--muted:224 20% 12%;--muted-foreground:220 10% 62%;--primary:21 100% 48%;--primary-foreground:20 40% 7%;--primary-strong:21 100% 48%;--destructive:0 72% 60%;--border:224 20% 16%;--input:224 18% 21%;--ring:21 100% 48%;--grid-line:224 20% 17%;--hairline:#dae2f117;--panel-tint:#dae2f109;--tick:#dae2f152;--shadow-surface:inset 0 1px 0 0 #dae2f10d, 0 1px 2px 0 #02030866, 0 24px 48px -28px #020308b3;--shadow-surface-hover:inset 0 1px 0 0 #dae2f111, 0 1px 2px 0 #02030866, 0 24px 48px -24px #020308b3, 0 0 0 1px hsl(var(--primary) / .12), 0 12px 40px -12px hsl(var(--primary) / .14);--shadow-panel:inset 0 1px 0 0 #dae2f10e, 0 24px 48px -28px #020308b3;--glass-bg:#1316208c;--glass-saturate:140%;--shadow-btn:0 2px 8px -2px #02030880, 0 12px 32px -12px hsl(var(--primary) / .55);--shadow-btn-hover:0 2px 8px -2px #02030880, 0 16px 40px -10px hsl(var(--primary) / .7);--series-2:220 12% 66%}*,:before,:after{box-sizing:border-box}html,body,#root{min-height:100%}html{scrollbar-color:hsl(var(--border)) transparent}body{background:hsl(var(--background));color:hsl(var(--foreground));font-family:var(--font-sans);font-size:var(--text-md);letter-spacing:-.011em;font-feature-settings:"cv11", "ss01";-webkit-font-smoothing:antialiased;margin:0;line-height:1.5}h1,h2,h3{font-family:var(--font-display);letter-spacing:-.03em}h4{font-family:var(--font-display);letter-spacing:-.015em}a{color:hsl(var(--primary-strong))}button{font:inherit;cursor:pointer;color:inherit}input,select,textarea{caret-color:hsl(var(--primary))}select option{background:hsl(var(--background));color:hsl(var(--foreground))}::selection{background:hsl(var(--primary) / .28);color:hsl(var(--foreground))}:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:hsl(var(--border));border:2px solid hsl(var(--background));border-radius:5px}@media (prefers-reduced-motion:reduce){*,:before,:after{transition:none!important;animation:none!important}}.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}.surface{border-radius:var(--radius-lg);border:1px solid var(--hairline);background:hsl(var(--surface-1));box-shadow:var(--shadow-surface)}.glass-panel{border-radius:var(--radius-lg);border:1px solid var(--hairline);background:var(--glass-bg);box-shadow:var(--shadow-panel);-webkit-backdrop-filter:blur(20px) saturate(var(--glass-saturate));backdrop-filter:blur(20px) saturate(var(--glass-saturate))}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px) saturate(var(--glass-saturate));backdrop-filter:blur(20px) saturate(var(--glass-saturate))}.eyebrow{align-items:center;gap:var(--space-2);font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.2em;color:hsl(var(--primary-strong));font-size:12px;font-weight:500;display:inline-flex}.mono,.nums{font-family:var(--font-mono);font-variant-numeric:tabular-nums;letter-spacing:.01em}.mono-label{font-family:var(--font-mono);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.18em;color:hsl(var(--muted-foreground))}.btn,.btn-ghost,.btn-mini{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:.4rem;font-weight:500;text-decoration:none;transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s cubic-bezier(.16,1,.3,1),border-color .2s,color .2s,background-color .2s;display:inline-flex}.btn{background:hsl(var(--primary));min-height:40px;color:hsl(var(--primary-foreground));font-size:var(--text-base);box-shadow:var(--shadow-btn);border:0;padding:0 1.25rem}.btn:hover:not(:disabled){box-shadow:var(--shadow-btn-hover);transform:translateY(-1px)}.btn:active:not(:disabled){transform:translateY(0)}.btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.btn-ghost{border:1px solid var(--hairline);min-height:40px;color:hsl(var(--foreground));font-size:var(--text-base);background:0 0;padding:0 1.1rem}.btn-ghost:hover:not(:disabled){border-color:hsl(var(--primary) / .4);color:hsl(var(--primary-strong))}.btn-ghost:disabled{opacity:.45;cursor:not-allowed}.btn-mini{border:1px solid var(--hairline);background:var(--panel-tint);min-height:32px;color:hsl(var(--foreground));font-size:var(--text-sm);padding:0 .8rem}.btn-mini:hover:not(:disabled){border-color:hsl(var(--primary) / .4);color:hsl(var(--primary-strong))}.btn-mini:disabled,.btn-mini.off{opacity:.45;cursor:not-allowed}.btn-mini.danger{color:hsl(var(--muted-foreground))}.btn-mini.danger:hover:not(:disabled){border-color:hsl(var(--destructive) / .5);color:hsl(var(--destructive));background:hsl(var(--destructive) / .08)}.btn-link{color:hsl(var(--muted-foreground));font-size:var(--text-base);background:0 0;border:0;padding:0}.btn-link:hover:not(:disabled){color:hsl(var(--primary-strong))}.btn-link:disabled{opacity:.45;cursor:not-allowed}.tag{font-family:var(--font-mono);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.14em;border:1px solid var(--hairline);background:var(--panel-tint);color:hsl(var(--foreground));vertical-align:1px;border-radius:999px;margin-left:6px;padding:3px 9px;display:inline-block}.tag.now{border-color:hsl(var(--primary) / .45);color:hsl(var(--primary-strong));background:hsl(var(--primary) / .08)}.tag.stale{border-color:hsl(var(--destructive) / .4);color:hsl(var(--destructive));background:hsl(var(--destructive) / .08)}.shell{isolation:isolate;min-height:100vh;position:relative}.shell:before{content:"";z-index:-2;pointer-events:none;background-image:linear-gradient(hsl(var(--grid-line)) 1px, transparent 1px), linear-gradient(90deg, hsl(var(--grid-line)) 1px, transparent 1px);opacity:.55;background-size:48px 48px;position:fixed;inset:0}.shell:after{content:"";z-index:-1;pointer-events:none;background:radial-gradient(ellipse 55% 45% at 50% 30%, hsl(var(--primary) / .11) 0%, transparent 70%);position:fixed;inset:0}.topbar{z-index:20;justify-content:space-between;align-items:center;gap:var(--space-4);border-bottom:1px solid var(--hairline);height:72px;padding:0 clamp(1rem,3vw,2rem);display:flex;position:sticky;top:0}.topbar .brand{align-items:center;gap:.9rem;min-width:0;display:flex}.topbar .brand img{width:auto;height:34px;display:block}.topbar .tools{align-items:center;gap:var(--space-2);display:flex}.icon-btn{border:1px solid var(--hairline);width:40px;height:40px;color:hsl(var(--foreground));background:0 0;border-radius:999px;place-items:center;padding:0;transition:border-color .2s,color .2s;display:inline-grid}.icon-btn:hover{border-color:hsl(var(--primary) / .4);color:hsl(var(--primary-strong))}.user-pill{border:1px solid var(--hairline);background:var(--panel-tint);font-size:var(--text-sm);border-radius:999px;align-items:center;gap:.6rem;padding:4px 14px 4px 4px;display:flex}.user-pill img,.user-pill .avatar{background:hsl(var(--surface-2));width:30px;height:30px;font-size:var(--text-sm);border-radius:50%;place-items:center;font-weight:600;display:inline-grid}.user-pill span{text-overflow:ellipsis;white-space:nowrap;max-width:180px;overflow:hidden}.frame{gap:var(--space-5);padding:var(--space-5) clamp(1rem, 3vw, 2rem) 4rem;grid-template-columns:232px minmax(0,1fr);display:grid}.rail{top:calc(72px + var(--space-5));padding:var(--space-3);flex-direction:column;align-self:start;gap:2px;display:flex;position:sticky}.rail nav{flex-direction:column;gap:2px;display:flex}.rail nav a{color:hsl(var(--muted-foreground));font-size:var(--text-base);border-radius:12px;flex-direction:column;gap:2px;padding:.6rem .9rem;line-height:1.25;text-decoration:none;transition:background-color .2s,color .2s;display:flex}.rail nav a small{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.16em;opacity:.8;font-size:10px}.rail nav a:hover{color:hsl(var(--foreground));background:var(--panel-tint)}.rail nav a.on{color:hsl(var(--foreground));background:var(--panel-tint);box-shadow:inset 2px 0 0 hsl(var(--primary));font-weight:500}.rail-foot{margin-top:var(--space-3);padding:var(--space-3) .6rem .25rem;border-top:1px solid var(--hairline);justify-content:space-between;align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:hsl(var(--muted-foreground));display:flex}.rail-foot .btn-link{min-height:28px;padding:0 var(--space-3);border:1px solid var(--hairline);border-radius:999px}.rail-foot .btn-link:hover{border-color:hsl(var(--primary) / .4)}.main{gap:var(--space-5);flex-direction:column;min-width:0;display:flex}.tabbar{display:none}.panel{padding:var(--space-5) var(--space-5) var(--space-5);border-radius:var(--radius-lg);border:1px solid var(--hairline);background:hsl(var(--surface-1));box-shadow:var(--shadow-surface);margin:0}.term{border-radius:var(--radius-lg);border:1px solid var(--hairline);background:hsl(var(--background) / .5);box-shadow:var(--shadow-surface)}.quote-side,.section-card{border-radius:var(--radius-lg);border:1px solid var(--hairline);box-shadow:var(--shadow-panel);background:var(--glass-bg);-webkit-backdrop-filter:blur(20px) saturate(var(--glass-saturate));backdrop-filter:blur(20px) saturate(var(--glass-saturate))}.section-card{background:hsl(var(--background) / .5)}.be-tile,.be-chart,.be-method{border-radius:var(--radius-lg);border:1px solid var(--hairline);background:hsl(var(--background) / .5);box-shadow:var(--shadow-surface)}.panel-head{justify-content:space-between;align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-4);flex-wrap:wrap;display:flex}.panel-head h1{font-size:var(--text-2xl);margin:0;font-weight:700;line-height:1.1}.panel-head h2{font-size:var(--text-lg);margin:0;font-weight:600;line-height:1.2}.panel-head .intro{margin:.4rem 0 0}.intro{color:hsl(var(--muted-foreground));font-size:var(--text-base);max-width:70ch;line-height:1.5}.actions{gap:var(--space-2);flex-wrap:wrap;flex-shrink:0;align-items:center;display:flex}.meta{margin-top:var(--space-4);font-family:var(--font-mono);font-size:var(--text-sm);color:hsl(var(--muted-foreground))}.error{margin-top:var(--space-3);border-radius:var(--radius);border:1px solid hsl(var(--destructive) / .35);background:hsl(var(--destructive) / .08);color:hsl(var(--destructive));font-size:var(--text-base);padding:.6rem .9rem}.empty{padding:2.5rem var(--space-5);border:1px dashed var(--hairline);border-radius:var(--radius-lg);color:hsl(var(--muted-foreground));text-align:center;background:var(--panel-tint)}.empty strong{color:hsl(var(--foreground))}.skeleton{border:1px solid var(--hairline);border-radius:var(--radius-lg);flex-direction:column;gap:2px;display:flex;overflow:hidden}.skeleton-row{background:linear-gradient(90deg, var(--panel-tint) 25%, hsl(var(--muted) / .75) 37%, var(--panel-tint) 63%);background-size:400% 100%;height:44px;animation:1.4s ease-in-out infinite shimmer}.skeleton-row:first-child{height:38px}@keyframes shimmer{0%{background-position:100% 0}to{background-position:0 0}}@media (prefers-reduced-motion:reduce){.skeleton-row{background:var(--panel-tint)}}.loading-note{align-items:center;gap:var(--space-2);margin-top:var(--space-3);font-family:var(--font-mono);font-size:var(--text-sm);color:hsl(var(--muted-foreground));display:flex}.spinner{border:2px solid var(--hairline);border-top-color:hsl(var(--primary));border-radius:50%;width:13px;height:13px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.gate{min-height:100vh;padding:var(--space-6) var(--space-4);place-items:center;display:grid;position:relative}.gate:before{content:"";z-index:-1;background:radial-gradient(ellipse 60% 50% at 50% 40%, hsl(var(--primary) / .12) 0%, transparent 70%);position:fixed;inset:0}.gate-card{width:min(100%,400px);padding:2.25rem var(--space-6);text-align:center}.gate-card .brand-logo{height:40px;margin:0 auto var(--space-4);display:block}.gate-card h1{margin:var(--space-2) 0 .25rem;font-size:var(--text-xl)}.gate-card p{margin:0 0 var(--space-5);color:hsl(var(--muted-foreground));font-size:var(--text-base)}.gate-card .gsi{justify-content:center;min-height:44px;display:flex}.table-wrap{border:1px solid var(--hairline);border-radius:var(--radius-lg);background:radial-gradient(farthest-side at 100% 50%, hsl(var(--foreground) / .13), transparent) right center / 16px 100% no-repeat, radial-gradient(farthest-side at 0 50%, hsl(var(--foreground) / .13), transparent) left center / 16px 100% no-repeat;background-attachment:local,local;max-height:70vh;overflow:auto}.table-wrap.short{max-height:none}table{border-collapse:separate;border-spacing:0;width:100%;font-size:var(--text-base)}th,td{text-align:left;border-bottom:1px solid var(--hairline);white-space:nowrap;vertical-align:middle;padding:.65rem .9rem}thead th{z-index:2;height:38px;font-family:var(--font-mono);font-weight:500;font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.14em;color:hsl(var(--muted-foreground));background:hsl(var(--surface-2));position:sticky;top:0}thead tr:nth-child(2) th{top:38px}tbody tr:last-child td{border-bottom:0}tbody tr:hover td{background:var(--panel-tint)}td a{color:hsl(var(--foreground));text-decoration:none}td a:hover{color:hsl(var(--primary-strong))}td.wrap{white-space:normal;min-width:18rem}td.num,th.num{text-align:right;font-family:var(--font-mono);font-variant-numeric:tabular-nums}th.group{text-align:center;border-left:1px solid var(--hairline)}td code{font-family:var(--font-mono);font-size:.85em}.table-wrap.pin-first tbody>tr>:is(td,th):first-child{z-index:1;background:hsl(var(--surface-1));border-right:1px solid var(--hairline);position:sticky;left:0}.table-wrap.pin-first tbody>tr:hover>:is(td,th):first-child{background:hsl(var(--surface-2))}.table-wrap.pin-first thead th:first-child{z-index:3;border-right:1px solid var(--hairline);left:0}.table-wrap.pin-last tbody>tr>:is(td,th):last-child{z-index:1;background:hsl(var(--surface-1));border-left:1px solid var(--hairline);position:sticky;right:0}.table-wrap.pin-last tbody>tr:hover>:is(td,th):last-child{background:hsl(var(--surface-2))}.table-wrap.pin-last thead th:last-child{z-index:3;border-left:1px solid var(--hairline);right:0}.terms{gap:var(--space-3);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.term{padding:var(--space-4);gap:var(--space-1);flex-direction:column;display:flex}.term .k{font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.16em;text-transform:uppercase;color:hsl(var(--muted-foreground));font-weight:500}.term .v{font-family:var(--font-display);font-size:var(--text-xl);letter-spacing:-.03em;font-weight:700}.term .s{font-size:var(--text-sm);color:hsl(var(--muted-foreground))}.rules{gap:var(--space-3) var(--space-6);grid-template-columns:repeat(2,minmax(0,1fr));margin:0;display:grid}.rules dt{font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.14em;text-transform:uppercase;color:hsl(var(--muted-foreground));font-weight:500}.rules dd{font-size:var(--text-base);margin:.15rem 0 0}.crumbs{font-size:var(--text-base);color:hsl(var(--muted-foreground));margin:.25rem 0 .9rem}.crumbs a{color:hsl(var(--foreground));text-decoration:none}.crumbs a:hover{color:hsl(var(--primary-strong))}.crumbs .sep{opacity:.6;margin:0 .45rem}.newfolder{gap:var(--space-2);flex-wrap:wrap;margin-bottom:.9rem;display:flex}.newfolder input{font:inherit;font-size:var(--text-base);border:1px solid hsl(var(--input));background:hsl(var(--background) / .6);min-width:16rem;min-height:40px;color:hsl(var(--foreground));border-radius:999px;padding:.5rem .9rem}a.folder{font-weight:500}a.folder .ico{color:hsl(var(--muted-foreground))}.browser.drag{outline:2px dashed hsl(var(--primary));outline-offset:-6px}.row-actions{white-space:nowrap;text-align:right}th.row-actions{text-align:right}.filter-row{gap:var(--space-2);margin-bottom:var(--space-3);flex-wrap:wrap;align-items:center;display:flex}.filter-row input{font:inherit;font-size:var(--text-base);border:1px solid hsl(var(--input));background:hsl(var(--background) / .6);min-width:0;max-width:26rem;min-height:40px;color:hsl(var(--foreground));border-radius:999px;flex:22rem;padding:.5rem 1rem}.filter-row .count{font-family:var(--font-mono);font-size:var(--text-sm);color:hsl(var(--muted-foreground))}@media (width<=1100px){.frame{grid-template-columns:200px minmax(0,1fr)}}@media (width<=820px){.frame{padding:var(--space-4) var(--space-4) 6rem;grid-template-columns:1fr}.rail{display:none}.topbar{height:60px}.topbar .brand img{height:28px}.user-pill span{display:none}.user-pill{padding:4px}.table-wrap{max-height:none}.tabbar{inset-inline:0;z-index:20;height:calc(64px + env(safe-area-inset-bottom));padding:0 6px env(safe-area-inset-bottom);border-top:1px solid var(--hairline);display:flex;position:fixed;bottom:0}.tabbar a,.tabbar button{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:hsl(var(--muted-foreground));background:0 0;border:0;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;min-height:44px;font-size:10px;text-decoration:none;display:flex}.tabbar a.on,.tabbar button.on{color:hsl(var(--primary-strong))}.panel{padding:var(--space-4) var(--space-4) var(--space-5)}.panel-head h1{font-size:var(--text-xl)}.terms,.rules{grid-template-columns:1fr}}.sheet-menu{z-index:30;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#010b2380;align-items:end;display:grid;position:fixed;inset:0}.sheet-menu-card{margin:0 var(--space-3) calc(64px + env(safe-area-inset-bottom) + var(--space-3));padding:var(--space-3);flex-direction:column;gap:2px;display:flex}.sheet-menu-card a,.sheet-menu-card button{align-items:center;gap:var(--space-3);min-height:48px;padding:0 var(--space-3);color:hsl(var(--foreground));font-size:var(--text-md);text-align:left;background:0 0;border:0;border-radius:12px;width:100%;text-decoration:none;display:flex}.sheet-menu-card a.on{color:hsl(var(--primary-strong));background:var(--panel-tint)}@media print{.shell:before,.shell:after,.topbar,.rail,.tabbar,.sheet-menu{display:none!important}.frame{padding:0;display:block}.table-wrap{max-height:none;overflow:visible}body{color:#00183d;background:#fff}}.feed-wrap{position:relative}.icon-btn.has-news{border-color:hsl(var(--primary) / .5)}.dot-badge{background:hsl(var(--primary));width:8px;height:8px;box-shadow:0 0 0 2px hsl(var(--background));border-radius:50%;position:absolute;top:6px;right:6px}.feed{width:min(94vw,360px);max-height:70vh;padding:var(--space-3);z-index:30;position:absolute;top:calc(100% + 10px);right:0;overflow:auto}.feed-head{justify-content:space-between;align-items:center;gap:var(--space-3);padding:0 var(--space-2) var(--space-2);display:flex}.feed-block{border-top:1px solid var(--hairline);padding-top:var(--space-2);margin-top:var(--space-2)}.feed-block h4{margin:0 0 var(--space-1);padding:0 var(--space-2);font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.14em;text-transform:uppercase;color:hsl(var(--muted-foreground));font-weight:500}.feed-row{text-align:left;width:100%;padding:.45rem var(--space-2);color:hsl(var(--foreground));font-size:var(--text-base);background:0 0;border:0;border-radius:8px;flex-direction:column;gap:1px;display:flex}.feed-row:not(.static):hover{background:var(--panel-tint)}.feed-row.static{cursor:default}.feed-row .t{font-weight:500}.feed-row .d{font-size:var(--text-sm);color:hsl(var(--muted-foreground))}.feed-row.new .t:after{content:"";background:hsl(var(--primary));vertical-align:2px;border-radius:50%;width:6px;height:6px;margin-left:6px;display:inline-block}.feed-empty{padding:var(--space-2);font-size:var(--text-base);color:hsl(var(--muted-foreground))}@media (width<=820px){.feed{right:var(--space-3);left:var(--space-3);width:auto;position:fixed;top:64px}}.rail nav.grouped{gap:var(--space-3);flex-direction:column;display:flex}.nav-group{flex-direction:column;gap:1px;display:flex}.nav-group h2{margin:0 0 var(--space-1);font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.16em;text-transform:uppercase;color:hsl(var(--muted-foreground));padding:0 .65rem;font-weight:500}.rail nav.grouped a{font-size:var(--text-base);border-radius:10px;flex-direction:row;align-items:center;gap:.65rem;padding:.5rem .65rem;line-height:1.2}.rail nav.grouped a svg{opacity:.75;flex-shrink:0}.rail nav.grouped a.on svg{opacity:1;color:hsl(var(--primary-strong))}.rail nav.grouped a span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.stepper-wrap{gap:var(--space-2);flex-direction:column;display:flex}.step-count{font-size:var(--text-xs);letter-spacing:.16em;text-transform:uppercase;color:hsl(var(--muted-foreground));margin:0}.stepper{padding:0 0 var(--space-2);scrollbar-width:thin;gap:6px;margin:0;list-style:none;display:flex;position:relative;overflow-x:auto}.stepper li{flex:none}.stepper li button{align-items:center;gap:var(--space-2);border:1px solid var(--hairline);min-height:36px;color:hsl(var(--muted-foreground));font-size:var(--text-sm);background:0 0;border-radius:999px;padding:0 .8rem 0 .3rem;font-weight:500;transition:border-color .2s,background-color .2s,color .2s;display:flex}.stepper li button .n{background:hsl(var(--surface-2));width:24px;height:24px;color:hsl(var(--muted-foreground));font-family:var(--font-mono);font-size:var(--text-xs);border-radius:50%;place-items:center;font-weight:500;display:inline-grid}.stepper li button small{font-family:var(--font-mono);color:hsl(var(--muted-foreground));letter-spacing:.1em;text-transform:uppercase;font-size:10px}.stepper li button:disabled{opacity:.45;cursor:default}.stepper li button:not(:disabled):hover{border-color:hsl(var(--primary) / .35);color:hsl(var(--foreground))}.stepper li.done button{color:hsl(var(--foreground))}.stepper li.done button .n{background:hsl(var(--foreground));color:hsl(var(--background))}.stepper li.now button{border-color:hsl(var(--foreground));color:hsl(var(--foreground));background:var(--panel-tint);font-weight:600}.stepper li.now button .n{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.draft-banner{justify-content:space-between;align-items:center;gap:var(--space-3);margin-bottom:var(--space-4);border-radius:var(--radius);border:1px solid hsl(var(--primary) / .35);background:hsl(var(--primary) / .07);font-size:var(--text-base);flex-wrap:wrap;padding:.6rem .9rem;display:flex}.section-card{padding:var(--space-5)}.section h2{font-size:var(--text-lg);margin:0 0 .2rem;font-weight:600}.section h3{font-size:var(--text-lg);margin:.2rem 0 .3rem}.section .qsub{margin-bottom:var(--space-4)}.who label{font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.14em;text-transform:uppercase;color:hsl(var(--muted-foreground));gap:.3rem;font-weight:500;display:grid}.who label input{font-family:var(--font-sans);letter-spacing:-.011em;text-transform:none;color:hsl(var(--foreground));font-weight:400}.nav-row{border-top:1px solid var(--hairline);padding-top:var(--space-4);margin-top:var(--space-5)}.nav-row.inner{padding-top:var(--space-2);border-top:0;margin-top:.25rem}.nav-right{gap:var(--space-2);align-items:center;display:flex}.review-who{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-2) 0;border-bottom:1px solid var(--hairline);font-size:var(--text-base);display:flex}.review .table-wrap{margin-top:var(--space-3)}.sku-inline{font-family:var(--font-mono);font-size:var(--text-xs);color:hsl(var(--muted-foreground))}.save-row{gap:var(--space-2);margin-top:var(--space-4);flex-wrap:wrap;display:flex}.sub-row th,.sub-row td{background:var(--panel-tint);font-size:var(--text-sm)}.sub-mark{color:hsl(var(--muted-foreground))}.btn-link.revs{margin-left:var(--space-2);font-size:var(--text-sm);min-height:24px;padding:0 var(--space-2);border:1px solid var(--hairline);border-radius:999px}.btn-link.revs:hover{border-color:hsl(var(--primary) / .4)}@media (width<=820px){.section-card{padding:var(--space-4)}.stepper li button span:not(.n){display:none}.stepper li.now button span:not(.n){display:inline}.stepper li button small{display:none}}.watchlist{gap:var(--space-2);margin-bottom:var(--space-3);flex-wrap:wrap;display:flex}.watchlist .chip{align-items:center;gap:var(--space-2);border:1px solid var(--hairline);min-height:34px;color:hsl(var(--muted-foreground));font-size:var(--text-base);background:0 0;border-radius:999px;padding:0 .9rem;font-weight:500;transition:border-color .2s,color .2s,background-color .2s;display:inline-flex}.watchlist .chip b{font-family:var(--font-mono);font-weight:600}.watchlist .chip:hover:not(:disabled){border-color:hsl(var(--primary) / .4);color:hsl(var(--foreground))}.watchlist .chip.on{border-color:hsl(var(--foreground));color:hsl(var(--foreground));background:var(--panel-tint)}.watchlist .chip.warn b{color:hsl(var(--destructive))}.watchlist .chip.warn.on{border-color:hsl(var(--destructive) / .5);background:hsl(var(--destructive) / .08)}.watchlist .chip:disabled{opacity:.45;cursor:not-allowed}.case-row{justify-content:space-between;align-items:flex-start;gap:var(--space-3);margin-top:var(--space-4);border-radius:var(--radius);border:1px dashed var(--hairline);color:hsl(var(--muted-foreground));font-size:var(--text-base);padding:.8rem 1rem;line-height:1.5;display:flex}.case-row.on{border-style:solid;border-color:hsl(var(--primary) / .4);background:hsl(var(--primary) / .06);color:hsl(var(--foreground))}.case-row b{color:hsl(var(--foreground))}.diff-row td{background:var(--panel-tint);padding:0}.diff{padding:var(--space-4);gap:var(--space-2);white-space:normal;flex-direction:column;display:flex}.diff-head{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.diff-note{font-size:var(--text-base);color:hsl(var(--muted-foreground))}.diff-note b{color:hsl(var(--foreground))}.diff-lines{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.diff-lines li{gap:var(--space-3);border-top:1px solid var(--hairline);font-size:var(--text-base);grid-template-columns:84px minmax(0,1fr) 110px 170px;align-items:center;padding:.4rem 0;display:grid}.diff-lines .k{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;text-align:center;border-radius:999px;padding:2px 8px;font-size:10px}.diff-lines li.added .k{background:hsl(var(--primary) / .14);color:hsl(var(--primary-strong))}.diff-lines li.removed .k{background:hsl(var(--destructive) / .12);color:hsl(var(--destructive))}.diff-lines li.changed .k{background:var(--panel-tint);color:hsl(var(--muted-foreground));border:1px solid var(--hairline)}.diff-lines .q,.diff-lines .a{font-family:var(--font-mono);font-variant-numeric:tabular-nums;text-align:right;color:hsl(var(--muted-foreground))}.diff-total{border-top:1px solid var(--hairline);padding-top:var(--space-2);font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:var(--text-base)}.diff-total .up{color:hsl(var(--destructive))}.diff-total .down{color:hsl(var(--primary-strong))}@media (width<=820px){.diff-lines li{grid-template-columns:1fr;gap:2px}.diff-lines .q,.diff-lines .a{text-align:left}}.tag.status-draft{border-color:hsl(var(--muted-foreground) / .4);color:hsl(var(--muted-foreground))}.tag.status-approved{border-color:hsl(var(--primary) / .45);color:hsl(var(--primary-strong));background:hsl(var(--primary) / .08)}.tag.status-sent{color:#32855c;background:#3d8f661a;border-color:#38946680}.dark .tag.status-sent{color:#6ecf9e}.btn-mini.go{border-color:hsl(var(--primary) / .5);color:hsl(var(--primary-strong));background:hsl(var(--primary) / .08)}.btn-mini.go:hover:not(:disabled){background:hsl(var(--primary) / .14)}.comm-form{margin-bottom:var(--space-4)}.comm-form h2{font-size:var(--text-lg);margin:0 0 .2rem;font-weight:600}.comm-grid{gap:var(--space-3);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.comm-form label,.comm-note{font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.14em;text-transform:uppercase;color:hsl(var(--muted-foreground));gap:.3rem;font-weight:500;display:grid}.comm-note{margin-top:var(--space-3)}.comm-form input{font-family:var(--font-sans);font-size:var(--text-md);letter-spacing:-.011em;text-transform:none;color:hsl(var(--foreground));border:1px solid hsl(var(--input));border-radius:var(--radius);background:hsl(var(--background) / .6);min-width:0;min-height:44px;padding:.5rem .85rem;font-weight:400}.comm-form input:focus{border-color:hsl(var(--primary) / .6)}.comm-group{margin-top:var(--space-5)}.comm-group h2{margin:0 0 var(--space-2);font-size:var(--text-lg);font-weight:600}@media (width<=820px){.comm-grid{grid-template-columns:1fr}}.comm-table td,.comm-table th{vertical-align:middle}.comm-table .contact{flex-direction:column;line-height:1.25;display:flex}.comm-table .contact b{font-weight:500}.comm-table .contact small{font-size:var(--text-sm);color:hsl(var(--muted-foreground))}.comm-table .sent-cell{flex-direction:column;line-height:1.25;display:flex}.comm-table .sent-cell b{font-weight:500}.comm-table .sent-cell small{font-size:var(--text-sm);color:hsl(var(--muted-foreground))}.comm-table tr.same-company>th{font-weight:400}.comm-table .repeat{color:hsl(var(--muted-foreground));opacity:.55}.guide-apply{justify-content:space-between;align-items:flex-start;gap:var(--space-4);margin-top:var(--space-4);padding:var(--space-4);border:1px solid hsl(var(--primary) / .4);border-radius:var(--radius-lg);background:hsl(var(--primary) / .06);font-size:var(--text-base);line-height:1.5;display:flex}.guide-apply.done{border-color:var(--hairline);background:var(--panel-tint)}.guide-apply b{color:hsl(var(--foreground))}.guide-apply ul{margin:var(--space-2) 0 0;color:hsl(var(--muted-foreground));padding-left:1.1rem}.guide-apply li{margin-bottom:.2rem}.guide-apply .btn,.guide-apply .btn-ghost{flex-shrink:0}@media (width<=820px){.guide-apply{flex-direction:column}}.comm-table .doc-cell{flex-direction:column;align-items:flex-start;gap:4px;line-height:1.25;display:flex}.comm-table .doc-tags{flex-wrap:wrap;gap:4px;display:flex}.comm-table .doc-cell b{font-weight:500}.state{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;border:1px solid var(--hairline);white-space:nowrap;border-radius:999px;padding:2px 8px;font-size:10px;font-weight:500}.state.accepted{color:#307e57;background:#3d8f661f;border-color:#38946680}.dark .state.accepted{color:#75d1a3}.state.transit{border-color:hsl(var(--primary) / .45);color:hsl(var(--primary-strong));background:hsl(var(--primary) / .08)}.state.expired{border-color:hsl(var(--destructive) / .45);color:hsl(var(--destructive));background:hsl(var(--destructive) / .08)}.state.source{color:hsl(var(--muted-foreground));background:var(--panel-tint)}.term-toggle{border:1px solid var(--hairline);background:hsl(var(--surface-1));border-radius:999px;flex-wrap:wrap;gap:2px;padding:3px;display:inline-flex}.term-toggle button{min-height:34px;color:hsl(var(--muted-foreground));font:inherit;font-size:var(--text-base);white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:999px;align-items:baseline;gap:.4rem;padding:0 .95rem;font-weight:500;transition:background .16s,color .16s,box-shadow .16s;display:inline-flex}.term-toggle button small{font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.06em;opacity:.75}.term-toggle button:hover:not(.on){color:hsl(var(--foreground));background:var(--panel-tint)}.term-toggle button:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.term-toggle button.on{background:hsl(var(--background));color:hsl(var(--foreground));box-shadow:0 1px 2px #010b231a, inset 0 0 0 1px hsl(var(--primary) / .45)}.term-toggle button.on small{color:hsl(var(--primary-strong));opacity:1}.dark .term-toggle button.on{background:hsl(var(--surface-2))}@media (prefers-reduced-motion:reduce){.term-toggle button{transition:none}}table.rate{background:hsl(var(--background))}table.rate thead th{background:hsl(var(--background));color:hsl(var(--foreground) / .7);border-bottom:2px solid hsl(var(--foreground))}table.rate thead th.num{color:hsl(var(--primary-strong))}table.rate tbody th[scope=row]{font-weight:600}table.rate tbody tr:nth-child(2n)>*{background:hsl(var(--surface-1) / .5)}table.rate tbody tr:hover>*{background:hsl(var(--primary) / .06)}table.rate td.accent{color:hsl(var(--primary-strong));font-weight:600}.dark table.rate{background:0 0}.dark table.rate thead th{background:hsl(var(--surface-2));border-bottom:2px solid hsl(var(--primary) / .55)}.dark table.rate tbody tr:nth-child(2n)>*{background:hsl(var(--surface-1) / .35)}.dark table.rate tbody tr:hover>*{background:hsl(var(--primary) / .1)}.dark table.rate td.accent{color:hsl(var(--primary))}.table-wrap.pin-first table.rate tbody>tr>:is(td,th):first-child{background:hsl(var(--background))}.table-wrap.pin-first table.rate tbody>tr:nth-child(2n)>:is(td,th):first-child{background:hsl(var(--surface-1) / .5)}.table-wrap.pin-first table.rate tbody>tr:hover>:is(td,th):first-child{background:hsl(var(--primary) / .06)}.table-wrap.pin-first table.rate thead th:first-child{background:hsl(var(--background))}.dark .table-wrap.pin-first table.rate tbody>tr>:is(td,th):first-child{background:hsl(var(--surface-1))}.dark .table-wrap.pin-first table.rate tbody>tr:nth-child(2n)>:is(td,th):first-child{background:hsl(var(--surface-2))}.dark .table-wrap.pin-first table.rate tbody>tr:hover>:is(td,th):first-child{background:hsl(var(--primary) / .1)}.dark .table-wrap.pin-first table.rate thead th:first-child{background:hsl(var(--surface-2))}.chip{border:1px solid hsl(var(--primary) / .35);background:hsl(var(--primary) / .1);color:hsl(var(--primary-strong));font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.08em;text-transform:uppercase;vertical-align:middle;border-radius:999px;margin-left:.4rem;padding:.08rem .5rem;font-weight:500;display:inline-block}.dark .chip{color:hsl(var(--primary))}.chip.now{border-color:hsl(var(--foreground) / .25);background:var(--panel-tint);color:hsl(var(--muted-foreground))}@media (width<=820px){.term-toggle{justify-content:stretch;width:100%}.term-toggle button{flex:auto;justify-content:center}}.send-card{border:1px solid hsl(var(--primary) / .3);border-radius:var(--radius-lg);background:hsl(var(--primary) / .04);padding:var(--space-4);margin:0 0 var(--space-4)}.send-card h2{margin-top:0}.send-card .qsub{margin:0 0 var(--space-3);font-size:var(--text-sm);color:hsl(var(--muted-foreground))}.send-card .actions{gap:var(--space-2);flex-wrap:wrap;align-items:center;display:flex}.be{--br:var(--series-2)}.be-head{justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:1.25rem;display:flex}.be-head h3{text-wrap:balance;margin:.4rem 0;font-size:1.5rem;line-height:1.15}.be-head p{max-width:68ch;color:hsl(var(--muted-foreground));margin:0}.be-eyebrow{font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;color:hsl(var(--muted-foreground));font-size:11px;font-weight:500}.be-actions{flex-shrink:0;gap:.5rem;display:flex}.be-controls{border:1px solid var(--hairline);border-radius:var(--radius-lg);margin-bottom:var(--space-5);background:hsl(var(--background) / .4);grid-template-columns:repeat(6,minmax(0,1fr));display:grid}.be-ctl:first-child{border-top-left-radius:var(--radius-lg);border-bottom-left-radius:var(--radius-lg)}.be-ctl:last-child{border-top-right-radius:var(--radius-lg);border-bottom-right-radius:var(--radius-lg)}.be-ctl{border-right:1px solid var(--hairline);grid-template-rows:auto auto auto auto;row-gap:6px;min-width:0;padding:14px 12px 12px;display:grid}.be-ctl input[type=range]{height:28px}.be-ctl:last-child{border-right:0}.be-lblrow{justify-content:space-between;align-items:center;gap:6px;display:flex}.be-lblrow label{font-family:var(--font-mono);color:hsl(var(--muted-foreground));letter-spacing:.14em;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;font-size:10.5px;font-weight:500;overflow:hidden}.be-val{font-family:var(--font-mono);font-variant-numeric:tabular-nums;align-items:center;min-height:26px;font-size:.92rem;font-weight:500;line-height:1.3;display:flex}.be-ctrl{flex-direction:column;justify-content:center;gap:6px;min-height:34px;display:flex}.be-ctrl input[type=range]{width:100%;accent-color:hsl(var(--primary));margin:0}.be-ctrl select,.be-ctrl input[type=number]{font:inherit;border:1px solid hsl(var(--input));border-radius:var(--radius);background:hsl(var(--background) / .6);min-height:36px;color:hsl(var(--foreground));width:100%;min-width:0;padding:0 8px;font-size:.8rem}.be-two{gap:8px;display:flex}.be-two>*{width:50%}.be-seg{border:1px solid var(--hairline);border-radius:999px;flex-shrink:0;height:26px;display:inline-flex}.be-seg button:first-child{border-radius:999px 0 0 999px}.be-seg button:last-child{border-radius:0 999px 999px 0}.be-seg button{font-family:var(--font-mono);color:hsl(var(--muted-foreground));letter-spacing:.08em;text-transform:uppercase;background:0 0;border:0;padding:0 10px;font-size:10px;font-weight:500;line-height:24px}.be-seg button.on{background:hsl(var(--foreground));color:hsl(var(--background))}.be-fx{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:hsl(var(--muted-foreground));justify-content:space-between;align-items:center;gap:8px;font-size:10.5px;font-weight:500;display:flex}.be-fx input{text-align:right;width:76px!important}.be-hint{font-size:var(--text-xs);color:hsl(var(--muted-foreground));line-height:1.45}details.be-hint>summary{cursor:pointer;color:hsl(var(--muted-foreground));list-style:none}details.be-hint>summary::-webkit-details-marker{display:none}details.be-hint>summary:after{content:" more";color:hsl(var(--primary-strong));font-weight:500}details.be-hint[open]>summary{display:none}details.be-hint>p{margin:0}.be-tiles{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:1.25rem;display:grid}.be-tile{grid-template-rows:auto 32px auto;row-gap:6px;min-width:0;padding:14px 16px;display:grid}.be-tile .k{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:hsl(var(--muted-foreground));font-size:10.5px;font-weight:500;line-height:1.3}.be-tile .v{font-family:var(--font-display);font-variant-numeric:tabular-nums;letter-spacing:-.03em;white-space:nowrap;font-size:1.5rem;font-weight:700;line-height:32px}.be-tile .s{color:hsl(var(--muted-foreground));font-size:.78rem;line-height:1.35}.be-tile.verdict{border-color:hsl(var(--primary) / .5);box-shadow:var(--shadow-surface-hover)}.be-tile.verdict .v{color:hsl(var(--primary-strong))}.dot{vertical-align:1px;border-radius:2px;width:9px;height:9px;margin-right:6px;display:inline-block}.dot.gb{background:hsl(var(--primary))}.dot.br{background:hsl(var(--br))}.be-chart{margin-bottom:1.25rem;padding:16px 18px 10px;position:relative}.be-chart-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:6px;display:flex}.be-chart h4,.be-method h4,.be-register h4{margin:0 0 .5rem;font-size:1.05rem}.be-legend{color:hsl(var(--muted-foreground));gap:16px;font-size:.8rem;display:flex}.be-legend>span{align-items:center;gap:6px;display:flex}.be-legend i{border-radius:2px;width:16px;height:3px;display:inline-block}.be-legend i.br{background:repeating-linear-gradient(90deg, hsl(var(--br)) 0 7px, transparent 7px 11px)}.be-legend i.gb{background:hsl(var(--primary))}.be-chart svg{width:100%;height:auto;display:block;overflow:visible}.be-chart .grid{stroke:hsl(var(--grid-line))}.be-chart .tick{fill:hsl(var(--muted-foreground));font-size:12px;font-family:var(--font-mono);font-variant-numeric:tabular-nums}.be-chart .ax{stroke:var(--tick)}.be-chart .lbl{fill:hsl(var(--foreground));font-size:12px;font-weight:600}.be-chart .lbl.dim{fill:hsl(var(--muted-foreground));font-weight:500}.be-chart .shade{fill:hsl(var(--primary) / .1)}.be-chart .cap{stroke:hsl(var(--muted-foreground));stroke-dasharray:3 4}.be-chart .line-br{stroke:hsl(var(--br));stroke-width:2.5px;stroke-linecap:round;stroke-dasharray:7 5}.be-chart .line-gb{stroke:hsl(var(--primary));stroke-width:2.5px;stroke-linecap:round}.be-chart .line-gb.faint{stroke-dasharray:2 6;opacity:.5}.be-chart .be-marker{fill:hsl(var(--background));stroke:hsl(var(--foreground));stroke-width:2px}.be-chart .you{stroke:hsl(var(--foreground));stroke-width:1.2px}.be-chart .pt-br{fill:hsl(var(--br));stroke:hsl(var(--background));stroke-width:2px}.be-chart .pt-gb{fill:hsl(var(--primary));stroke:hsl(var(--background));stroke-width:2px}.be-chart .cross{stroke:hsl(var(--muted-foreground));stroke-dasharray:2 3}.be-src{color:hsl(var(--muted-foreground));margin-top:8px;font-size:.75rem;line-height:1.4}.be-tip{pointer-events:none;background:hsl(var(--foreground));color:hsl(var(--background));white-space:nowrap;z-index:10;font-size:12px;font-family:var(--font-mono);font-variant-numeric:tabular-nums;border-radius:6px;padding:7px 10px;position:fixed}.be-method{margin-bottom:1.25rem;padding:18px 20px}.be-method p{color:hsl(var(--muted-foreground));margin:0 0 .6rem;font-size:.9rem}.be-method p:last-child{margin:0}.be-register td{white-space:normal}.be-register td.num,.be-register th.num{text-align:right;white-space:nowrap}.be-foot{border-top:1px solid var(--hairline);color:hsl(var(--muted-foreground));flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-top:1.5rem;padding-top:.75rem;font-size:.75rem;display:flex}.be-print-inputs{display:none}@media (width<=1500px){.be-controls{grid-template-columns:repeat(3,minmax(0,1fr))}.be-ctl{border-bottom:1px solid var(--hairline)}.be-ctl:nth-child(3n){border-right:0}.be-ctl:nth-last-child(-n+3){border-bottom:0}}@media (width<=1100px){.be-tiles{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=820px){.be-controls{grid-template-columns:1fr 1fr}.be-ctl:nth-child(3n){border-right:1px solid var(--hairline)}.be-ctl:nth-child(2n){border-right:0}.be-tiles{grid-template-columns:1fr 1fr}.be-head{flex-direction:column}}@media (width<=560px){.be-controls{grid-template-columns:1fr}.be-ctl{grid-template-rows:auto auto auto auto;border-right:0!important}.be-lblrow{flex-wrap:wrap;row-gap:4px}.be-tiles{grid-template-columns:1fr}.be-tile{grid-template-rows:auto auto auto}.be-tile .v{white-space:normal;line-height:1.15}.be-chart .tick,.be-chart .lbl{font-size:15px}.be-val{white-space:normal}}@media print{.be-actions,.be-controls,.be-tip{display:none!important}.be-print-inputs{color:#3c4c66;border:1px solid #cfd6e0;border-radius:6px;margin-bottom:10px;padding:6px 10px;font-size:10px;display:block}.be-head h3{font-size:1.1rem}.be-tiles{gap:8px}.be-tile .v{font-size:1rem}.be-chart,.be-method,.be-register{break-inside:avoid}table{font-size:9.5px}}.be-chart-first{flex-direction:column;display:flex}.be-chart-first>.be-head{order:0}.be-chart-first>.be-print-inputs{order:1}.be-chart-first>.be-tiles{order:2}.be-chart-first>.be-chart{order:3}.be-chart-first>.be-controls{margin-bottom:var(--space-5);order:4}.be-chart-first>.be-method{order:5}.be-chart-first>.be-register{order:6}.be-chart-first>.be-foot{order:7}.be-controls-head{justify-content:space-between;align-items:baseline;gap:var(--space-3);margin-bottom:var(--space-2);display:flex}.be-controls-head h4{font-size:var(--text-lg);margin:0}.be-controls-head span{font-size:var(--text-sm);color:hsl(var(--muted-foreground))}@media (width<=820px){.be-chart-first>.be-head,.be-chart-first>.be-print-inputs,.be-chart-first>.be-tiles,.be-chart-first>.be-chart,.be-chart-first>.be-controls,.be-chart-first>.be-method,.be-chart-first>.be-register,.be-chart-first>.be-foot{order:0}}.quote-layout{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:1.5rem;display:grid}.quote-main{flex-direction:column;gap:1rem;min-width:0;display:flex}.qsub{color:hsl(var(--muted-foreground));max-width:70ch;margin:0 0 .75rem;font-size:.88rem;line-height:1.5}.who{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-bottom:.5rem;display:grid}.who input,.stor input{font:inherit;border:1px solid hsl(var(--input));border-radius:var(--radius);background:hsl(var(--background) / .6);min-height:44px;color:hsl(var(--foreground));min-width:0;padding:.5rem .85rem}.who input:focus,.stor input:focus{border-color:hsl(var(--primary) / .6)}.quote-side{flex-direction:column;padding:1.25rem 1.3rem 1.1rem;display:flex;position:sticky;top:calc(72px + 1.5rem)}.quote-side .k{font-family:var(--font-mono);letter-spacing:.2em;text-transform:uppercase;color:hsl(var(--primary-strong));font-size:12px;font-weight:500}.quote-side .total{font-family:var(--font-display);letter-spacing:-.03em;font-variant-numeric:tabular-nums;margin-top:.3rem;font-size:2.4rem;font-weight:700;line-height:1.05}.quote-side .s{color:hsl(var(--muted-foreground));margin:.25rem 0 .75rem;font-size:.8rem}.qlines>div{border-top:1px solid var(--hairline);justify-content:space-between;padding:.5rem 0;font-size:.88rem;display:flex}.qlines b{font-family:var(--font-mono);font-weight:500}.qlines .pending b{color:hsl(var(--primary-strong))}.saving{font-size:var(--text-base);color:hsl(var(--primary-strong));margin:.75rem 0 0;font-weight:500}.side-foot{margin-top:var(--space-3);padding-top:var(--space-3);border-top:1px solid var(--hairline);font-size:var(--text-xs);color:hsl(var(--muted-foreground))}.guided .steps{gap:4px;margin-bottom:.75rem;display:flex}.guided .steps span{background:var(--hairline);border-radius:2px;flex:1;height:3px}.guided .steps span.done{background:hsl(var(--foreground))}.guided .steps span.now{background:hsl(var(--primary))}.guided .qhead{font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;color:hsl(var(--muted-foreground));font-size:11px;font-weight:500}.opts{gap:.5rem;display:grid}.opt{text-align:left;border:1px solid var(--hairline);border-radius:var(--radius-lg);background:hsl(var(--background) / .4);color:hsl(var(--foreground));min-height:44px;padding:.85rem 1rem;transition:border-color .2s,background-color .2s;display:grid}.opt:hover{border-color:hsl(var(--primary) / .35)}.opt .t{font-weight:600}.opt .d{color:hsl(var(--muted-foreground));font-size:.85rem}.opt.on{border-color:hsl(var(--primary) / .5);background:hsl(var(--primary) / .06)}.why{color:hsl(var(--muted-foreground));background:var(--panel-tint);border:1px solid var(--hairline);border-radius:var(--radius);margin:.75rem 0;padding:.7rem .9rem;font-size:.82rem;line-height:1.5}.reco{border:1px solid hsl(var(--primary) / .4);background:hsl(var(--primary) / .06);border-radius:var(--radius-lg);margin-bottom:.75rem;padding:.8rem 1rem}.reco .t{font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;color:hsl(var(--primary-strong));font-size:11px;font-weight:500}.reco .v{font-size:1.05rem;font-weight:600}.reco .d{color:hsl(var(--muted-foreground));font-size:.85rem}.nav-row{justify-content:space-between;align-items:center;gap:.5rem;margin-top:.75rem;display:flex}.quotes .terms{margin-bottom:.5rem}.quotes .term{text-align:left;cursor:pointer;transition:border-color .2s,box-shadow .2s}.quotes .term:hover{border-color:hsl(var(--primary) / .25)}.quotes .term.on{border-color:hsl(var(--primary) / .5);box-shadow:var(--shadow-surface-hover)}.quotes .term.on .v{color:hsl(var(--primary-strong))}.fams{color:hsl(var(--muted-foreground));gap:.25rem;margin-bottom:.75rem;font-size:.82rem;display:grid}.fam{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;border-radius:999px;margin-right:8px;padding:2px 8px;font-size:10px;font-weight:500;display:inline-block}.fam.bal{background:hsl(var(--primary) / .12);color:hsl(var(--primary-strong))}.fam.com{color:#2a5fc0;background:#396ac624}.fam.mem{color:#32855c;background:#3d8f6629}.dark .fam.com{color:#7ea6f1}.dark .fam.mem{color:#6ecf9e}.irows{border:1px solid var(--hairline);border-radius:var(--radius-lg);background:hsl(var(--background) / .4);overflow:hidden}.irow{border-bottom:1px solid var(--hairline);grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:1rem;padding:.8rem 1rem;display:grid}.irow:last-child{border-bottom:0}.irow.active{background:hsl(var(--primary) / .06)}.irow .nm{font-size:.92rem;font-weight:600}.irow .sp{color:hsl(var(--muted-foreground));font-size:.8rem}.irow .sku{font-family:var(--font-mono);color:hsl(var(--muted-foreground));font-size:.72rem}.irow .pr{font-family:var(--font-mono);font-variant-numeric:tabular-nums;text-align:right;white-space:nowrap;font-size:1rem;font-weight:500}.irow .pr small{font-family:var(--font-sans);color:hsl(var(--muted-foreground));font-size:.72rem;font-weight:400;display:block}.qty{border:1px solid var(--hairline);background:var(--panel-tint);border-radius:999px;height:40px;display:inline-flex;overflow:hidden}.qty button{width:40px;color:hsl(var(--foreground));background:0 0;border:0;font-size:18px}.qty button:hover{color:hsl(var(--primary-strong))}.qty input{border:0;border-left:1px solid var(--hairline);border-right:1px solid var(--hairline);text-align:center;width:48px;font:inherit;font-family:var(--font-mono);color:hsl(var(--foreground));-moz-appearance:textfield;background:0 0;font-weight:500}.qty input::-webkit-outer-spin-button{-webkit-appearance:none}.qty input::-webkit-inner-spin-button{-webkit-appearance:none}.stor{gap:.6rem;display:grid}.stor label{grid-template-columns:minmax(0,1fr) 140px 130px;align-items:center;gap:.75rem;font-size:.88rem;display:grid}.stor b{text-align:right;font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-weight:500}.tiers{grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem;display:grid}.tier{text-align:left;border:1px solid var(--hairline);border-radius:var(--radius-lg);background:hsl(var(--background) / .4);color:hsl(var(--foreground));padding:.8rem 1rem;transition:border-color .2s,background-color .2s}.tier:hover:not(:disabled){border-color:hsl(var(--primary) / .35)}.tier.on{border-color:hsl(var(--primary) / .5);background:hsl(var(--primary) / .06)}.tier.off{opacity:.5;cursor:default}.tier .nm{font-weight:600}.tier .ds{color:hsl(var(--muted-foreground));font-size:.78rem}.tier .pr{margin-top:.3rem;font-size:.8rem}.sheetwrap{z-index:50;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#010b2399;place-items:start center;padding:2rem 1rem;display:grid;position:fixed;inset:0;overflow:auto}.sheet{color:#00183d;background:#fff;border-radius:12px;width:min(100%,860px);box-shadow:0 30px 80px #010b2373}.sheet-tools{border-bottom:1px solid #dbe1ea;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.sheet-tools .meta{color:#3c4c66;margin:0}.sheet-tools .grow{flex:1}.sheet-tools .btn-ghost{color:#00183d;border-color:#dbe1ea}.sheet-tools .btn{color:#fff;background:#ff3e00}.sheet-body{padding:2rem 2.25rem;font-family:Inter,system-ui,sans-serif;font-size:.9rem}.sheet-body header{border-bottom:1px solid #dbe1ea;justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem;padding-bottom:.75rem;display:flex}.sheet-body .brand{align-items:center;gap:.6rem;font-weight:600;display:flex}.sheet-body .brand-mark{background:#ff3e00;border-radius:2px;width:11px;height:11px;display:inline-block}.sheet-meta{text-align:right;color:#3c4c66;font-size:.8rem}.sheet-title .eyebrow{letter-spacing:.1em;color:#8090a8;font-size:11px}.sheet-title h1{color:#00183d;margin:.2rem 0;font-size:1.7rem}.sheet-title .sub{color:#3c4c66}.sheet-tiles{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin:1.25rem 0;display:grid}.sheet-tiles>div{border:1px solid #dbe1ea;border-radius:8px;padding:.7rem .9rem}.sheet-tiles .k{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:#8090a8;font-size:10.5px;font-weight:600}.sheet-tiles .v{font-family:var(--font-display);font-variant-numeric:tabular-nums;font-size:1.35rem;font-weight:700}.sheet-tiles .s{color:#3c4c66;font-size:.75rem}.sheet-table{border-collapse:collapse;width:100%;font-size:.85rem}.sheet-table th,.sheet-table td{text-align:left;vertical-align:top;white-space:normal;background:0 0;border-bottom:1px solid #edf1f6;padding:.45rem .6rem}.sheet-table th{font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;color:#8090a8;font-size:10.5px}.sheet-table .band th{color:#00183d;background:#f6f8fb;font-size:11px}.sheet-table td small{font-family:var(--font-mono);color:#8090a8;font-size:.7rem;display:block}.sheet-table .tot td{border-top:2px solid #00183d;border-bottom:0;font-weight:700}.sheet-table tbody tr:hover td{background:0 0}.sheet-note{color:#3c4c66;margin:1rem 0;font-size:.78rem;line-height:1.55}.sheet-note b{color:#00183d}.sheet-body footer{color:#8090a8;border-top:1px solid #dbe1ea;justify-content:space-between;gap:1rem;padding-top:.6rem;font-size:.72rem;display:flex}@media (width<=1100px){.quote-layout{grid-template-columns:1fr}.quote-side{position:static}}@media (width<=820px){.who,.tiers,.stor label{grid-template-columns:1fr}.stor b{text-align:left}.irow{grid-template-columns:minmax(0,1fr) auto}.irow .pr{text-align:left;grid-column:1}.irow .qty{grid-row:1/span 2}.sheet-body{padding:1.25rem 1rem}.sheet-tiles{grid-template-columns:1fr}}@media print{@page{size:A4;margin:12mm}*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}body:has(.sheetwrap) .shell{display:none!important}.sheetwrap{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;padding:0;display:block;position:static}.sheet{width:auto;box-shadow:none;border-radius:0}.sheet-tools{display:none}.sheet-body{padding:0;font-size:11px}.sheet-table tr,.sheet-tiles>div{break-inside:avoid}.sheet-table thead{display:table-header-group}}.kpis{gap:var(--space-3);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.kpi{border-radius:var(--radius-lg);border:1px solid var(--hairline);background:hsl(var(--background) / .5);box-shadow:var(--shadow-surface);padding:var(--space-4) var(--space-4) .9rem;flex-direction:column;gap:.2rem;min-width:0;display:flex}.kpi.attention{border-color:hsl(var(--primary) / .45)}.kpi .k{font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.14em;text-transform:uppercase;color:hsl(var(--muted-foreground));font-weight:500}.kpi .v{font-family:var(--font-display);font-size:var(--text-2xl);letter-spacing:-.03em;font-variant-numeric:tabular-nums;font-weight:700;line-height:1.15}.kpi .s{font-size:var(--text-sm);color:hsl(var(--muted-foreground))}.kpi .trend{font-weight:500}.kpi .trend.up{color:hsl(var(--primary-strong))}.kpi .trend.down,.kpi .sep{color:hsl(var(--muted-foreground))}.sample-band{margin-bottom:var(--space-4);border-radius:var(--radius);border:1px solid hsl(var(--primary) / .4);background:hsl(var(--primary) / .08);font-size:var(--text-base);padding:.7rem .95rem;line-height:1.5}.sample-band b{color:hsl(var(--primary-strong))}.ov-row{gap:var(--space-5);grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);display:grid}.ov-row>.panel{min-width:0}.ov-row+.ov-row{margin-top:0}.people{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.people li{align-items:center;gap:var(--space-3);border-bottom:1px solid var(--hairline);padding:.6rem 0;display:flex}.people li:last-child{border-bottom:0}.people .avatar{background:hsl(var(--surface-2));width:34px;height:34px;color:hsl(var(--muted-foreground));font-weight:600;font-size:var(--text-base);border-radius:50%;flex-shrink:0;place-items:center;display:inline-grid}.people .who{flex-direction:column;flex:1;min-width:0;display:flex}.people .who b{text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.people .who small{font-size:var(--text-sm);color:hsl(var(--muted-foreground));text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chart svg{width:100%;height:auto;display:block;overflow:visible}.chart .grid{stroke:hsl(var(--grid-line));stroke-width:1px}.chart .tick{fill:hsl(var(--muted-foreground));font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:11px}.chart .lbl{fill:hsl(var(--foreground));font-size:12px;font-weight:600;font-family:var(--font-sans)}.chart .line{fill:none;stroke:hsl(var(--primary));stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.chart .pt{fill:hsl(var(--primary));stroke:hsl(var(--background));stroke-width:2px}.chart .cross{stroke:hsl(var(--muted-foreground));stroke-dasharray:2 3}.chart .bar{fill:hsl(var(--primary))}.chart .bar.on{fill:hsl(var(--primary-strong))}.chart .hit{fill:#0000}.chart-read{margin-top:var(--space-2);font-size:var(--text-sm);color:hsl(var(--muted-foreground));min-height:1.4em}.chart-read b{color:hsl(var(--foreground))}@media (width<=1100px){.ov-row{grid-template-columns:1fr}}@media (width<=820px){.kpis{grid-template-columns:1fr}}.cat-break{margin-top:var(--space-4);border-top:1px solid var(--hairline);padding-top:var(--space-3)}.cat-head{font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.14em;text-transform:uppercase;color:hsl(var(--muted-foreground));margin-bottom:var(--space-2)}.cat-break ul{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.cat-break li{align-items:center;gap:var(--space-3);grid-template-columns:5.5rem minmax(0,1fr) 2rem;display:grid}.cat-name{font-size:var(--text-sm);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.cat-bar{background:hsl(var(--muted));border-radius:4px;height:8px;overflow:hidden}.cat-bar i{background:hsl(var(--primary));border-radius:4px;height:100%;display:block}.cat-n{font-family:var(--font-mono);font-size:var(--text-sm);font-variant-numeric:tabular-nums;text-align:right}.cust-list{gap:var(--space-3);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.cust{border:1px solid var(--hairline);border-radius:var(--radius-lg);background:hsl(var(--background) / .5);overflow:hidden}.cust.on{border-color:hsl(var(--primary) / .35)}.cust-head{align-items:center;gap:var(--space-3);width:100%;padding:var(--space-3) var(--space-4);font:inherit;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:auto minmax(0,1fr) auto auto 1.5rem;min-height:56px;display:grid}.cust-head:hover{background:var(--panel-tint)}.cust-head:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:-2px}.cust-who{flex-direction:column;min-width:0;display:flex}.cust-who b{text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.cust-who small{font-size:var(--text-sm);color:hsl(var(--muted-foreground));text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.cust-cats{flex-wrap:wrap;justify-content:flex-end;gap:.3rem;display:flex}.cust-cats .chip{margin-left:0}.cust-when{font-family:var(--font-mono);font-size:var(--text-xs);color:hsl(var(--muted-foreground));white-space:nowrap}.cust-caret{font-family:var(--font-mono);font-size:var(--text-md);color:hsl(var(--muted-foreground));text-align:center}.cust .table-wrap{border:0;border-top:1px solid var(--hairline);border-radius:0}@media (width<=820px){.cust-head{grid-template-columns:auto minmax(0,1fr) 1.5rem}.cust-cats,.cust-when{display:none}}
