:root{--bg:#f7f5f1;--bg-elev:#fdfcfa;--bg-sunken:#f1eee8;--bg-hover:#ece9e2;--bg-active:#e2ded4;--border:#ebe7df;--border-strong:#d8d3c8;--text:#2a2823;--text-muted:#6b665d;--text-faint:#9a948a;--text-ghost:#c5beb1;--accent:#ed4402;--accent-hover:#c73602;--accent-soft:#fdeee0;--accent-line:#f4c0a3;--pass:#16a34a;--pass-soft:#dcfce7;--warn:#b45309;--warn-soft:#fef3c7;--fail:#dc2626;--fail-soft:#fee2e2;--info:#0369a1;--info-soft:#e0f2fe;--shadow-sm:0 1px 0 rgba(70,55,30,0.04);--shadow-md:0 6px 20px -8px rgba(70,55,30,0.12),0 1px 0 rgba(70,55,30,0.04);--shadow-lg:0 24px 60px -20px rgba(70,55,30,0.22),0 2px 0 rgba(70,55,30,0.04);--serif:var(--font-newsreader),"Source Serif 4",Georgia,"Times New Roman",serif;--sans:var(--font-inter),ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;--mono:var(--font-jetbrains),ui-monospace,"SF Mono",Menlo,monospace;--radius-sm:4px;--radius:8px;--radius-lg:14px}html[data-theme=dark]{--bg:#15140f;--bg-elev:#1c1a14;--bg-sunken:#11100c;--bg-hover:#25221a;--bg-active:#2e2a20;--border:#2a2620;--border-strong:#3a3528;--text:#ece6d6;--text-muted:#a8a191;--text-faint:#6f6a5c;--text-ghost:#4a463d;--accent:#fb7a4a;--accent-hover:#ff8a5c;--accent-soft:#2c1909;--accent-line:#5a2f1a;--pass:#4ade80;--pass-soft:#14241a;--warn:#fbbf24;--warn-soft:#241c08;--fail:#f87171;--fail-soft:#241313;--info:#56b6e6;--info-soft:#0d1a24}*{box-sizing:border-box}body,html{height:100%;margin:0;padding:0}body{font-family:var(--sans);font-size:15px;line-height:1.55;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input,select,textarea{font-family:inherit;font-size:inherit;color:inherit}button{background:none;border:none;padding:0;cursor:pointer}a{color:inherit;text-decoration:none}::selection{background:var(--accent-soft);color:var(--accent)}h1,h2,h3,h4{font-family:var(--serif);font-weight:500;letter-spacing:-.015em;margin:0}.app{display:grid;grid-template-columns:240px minmax(0,1fr);height:100vh;overflow:hidden}.main{min-width:0;position:relative}.main,.sidebar{display:flex;flex-direction:column;overflow:hidden}.sidebar{background:var(--bg-sunken);border-right:1px solid var(--border)}.sidebar-head{padding:18px 18px 14px;display:flex;align-items:baseline;gap:10px;border-bottom:1px solid var(--border)}.brand-name{font-family:var(--serif);font-weight:500;font-size:19px;letter-spacing:-.01em}.brand-meta{font-family:var(--mono);font-size:10px;color:var(--text-faint);margin-left:auto;letter-spacing:.04em}.client-switcher{padding:12px;border-bottom:1px solid var(--border);position:relative}.client-switcher-btn{display:flex;align-items:center;gap:10px;width:100%;padding:8px 10px;background:var(--bg-elev);border:1px solid var(--border-strong);border-radius:var(--radius);cursor:pointer;transition:background .12s,border-color .12s;text-align:left;min-width:0}.client-switcher-btn:hover{background:var(--bg-hover)}.client-picker{position:absolute;top:calc(100% - 4px);left:12px;right:12px;background:var(--bg-elev);border:1px solid var(--border-strong);border-radius:var(--radius);box-shadow:var(--shadow-md);z-index:50;overflow:hidden;max-height:70vh;overflow-y:auto}.client-picker-head{padding:8px 12px;border-bottom:1px solid var(--border);background:var(--bg-sunken);font-family:var(--mono);font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-faint);display:flex;justify-content:space-between;position:-webkit-sticky;position:sticky;top:0}.client-picker-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:none;background:transparent;cursor:pointer;text-align:left;border-bottom:1px solid var(--border)}.client-picker-item:last-of-type{border-bottom:none}.client-picker-item:hover{background:var(--bg-sunken)}.client-picker-item.active{background:var(--accent-soft)}.client-picker-foot{padding:8px 12px;border-top:1px solid var(--border);background:var(--bg-sunken);position:-webkit-sticky;position:sticky;bottom:0}.sidebar-section{padding:16px 8px 4px}.sidebar-nav{display:flex;flex-direction:column;gap:1px}.nav-item{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:6px;color:var(--text-muted);font-size:14px;cursor:pointer;transition:background .12s,color .12s;width:100%;text-align:left;white-space:nowrap;min-width:0}.nav-item>span{overflow:hidden;text-overflow:ellipsis;min-width:0;flex:1 1}.nav-item:hover{background:var(--bg-hover);color:var(--text)}.nav-item.active{background:var(--bg-active);color:var(--text);font-weight:500}.sidebar-foot{margin-top:auto;border-top:1px solid var(--border);padding:10px 12px 12px}.user-chip{display:flex;align-items:center;gap:10px;padding:6px 8px;border-radius:6px;cursor:pointer;width:100%;text-align:left}.user-chip:hover{background:var(--bg-hover)}.avatar{width:26px;height:26px;border-radius:50%;background:var(--accent);color:white;display:grid;place-items:center;font-size:11px;font-weight:600;flex-shrink:0}.user-chip-name{font-size:13px;font-weight:500}.user-chip-role{font-family:var(--mono);font-size:10px;color:var(--text-faint)}.topbar{gap:14px;padding:0 20px;height:52px;border-bottom:1px solid var(--border);background:var(--bg);flex-shrink:0}.crumb,.topbar{display:flex;align-items:center}.crumb{gap:8px;font-size:14px;color:var(--text-muted);white-space:nowrap;min-width:0;overflow:hidden}.crumb>span{overflow:hidden;text-overflow:ellipsis}.crumb-sep{color:var(--text-ghost)}.crumb-current{color:var(--text);font-weight:500}.topbar-spacer{flex:1 1}.icon-btn{width:32px;height:32px;display:grid;place-items:center;border-radius:6px;color:var(--text-muted);cursor:pointer;transition:background .12s}.icon-btn:hover{background:var(--bg-hover);color:var(--text)}.icon-btn.active{background:var(--bg-active);color:var(--text)}.scroll{flex:1 1;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent}.page{padding:36px 48px 96px;max-width:1280px;margin:0 auto;min-width:0}.page-narrow{max-width:880px}.page-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:28px;gap:16px}.page-title{font-family:var(--serif);font-size:34px;font-weight:500;letter-spacing:-.02em;line-height:1.1;margin:0}.page-subtitle{font-size:15px;color:var(--text-muted);margin:8px 0 0;max-width:640px;line-height:1.55}.page-actions{display:flex;gap:8px;align-items:center}.btn{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:6px;font-size:13px;font-weight:500;border:1px solid var(--border-strong);background:var(--bg-elev);color:var(--text);cursor:pointer;transition:all .12s;white-space:nowrap}.btn:hover{background:var(--bg-hover);border-color:var(--text-ghost)}.btn-primary{background:var(--accent);border-color:var(--accent);color:white}.btn-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.btn-ghost{background:transparent;border-color:transparent;color:var(--text-muted)}.btn-ghost:hover{background:var(--bg-hover);color:var(--text)}.btn-sm{padding:4px 10px;font-size:12px}.btn:disabled{opacity:.55;cursor:not-allowed}.card{background:var(--bg-elev);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;min-width:0}.card-head{padding:14px 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);gap:10px}.card-title{font-family:var(--serif);font-size:17px;font-weight:500;letter-spacing:-.01em}.card-subtitle{font-size:13px;color:var(--text-muted);margin-top:2px}.tabs{display:flex;gap:4px;border-bottom:1px solid var(--border);margin-bottom:24px}.tab{padding:10px 14px;font-size:14px;color:var(--text-muted);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;display:inline-flex;align-items:center;gap:8px;transition:color .12s}.tab.active,.tab:hover{color:var(--text)}.tab.active{border-bottom-color:var(--accent);font-weight:500}.tab-count{font-family:var(--mono);font-size:11px;color:var(--text-faint);padding:0 6px}.tag{display:inline-flex;align-items:center;gap:5px;padding:1px 8px;font-size:12px;border-radius:99px;color:var(--text-muted);background:var(--bg-sunken);white-space:nowrap}.tag-pass{color:var(--pass);background:var(--pass-soft)}.tag-warn{color:var(--warn);background:var(--warn-soft)}.tag-fail{color:var(--fail);background:var(--fail-soft)}.tag-info{color:var(--info);background:var(--info-soft)}.tag-accent{color:var(--accent);background:var(--accent-soft)}.tag .dot{width:5px;height:5px;border-radius:50%;background:currentColor}.row{gap:10px;align-items:center}.col,.row{display:flex}.col{flex-direction:column;gap:8px}.mono{font-family:var(--mono)}.serif{font-family:var(--serif)}.muted{color:var(--text-muted)}.faint{color:var(--text-faint)}.lead{font-size:17px;line-height:1.6;color:var(--text-muted)}.section-label{font-family:var(--mono);font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--text-faint);margin-bottom:10px}.divider{height:1px;background:var(--border);margin:24px 0}.empty{padding:60px 24px;text-align:center;color:var(--text-faint);font-size:14px;font-family:var(--serif);font-style:italic}.board{position:relative;flex:1 1;overflow:hidden;background:radial-gradient(circle at 1px 1px,var(--text-ghost) 1px,transparent 0);background-size:24px 24px}.board-tabs{display:flex;align-items:center;gap:4px;padding:10px 20px;border-bottom:1px solid var(--border);background:var(--bg);flex-shrink:0;flex-wrap:wrap}.board-tab{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:99px;font-size:13px;color:var(--text-muted);cursor:pointer;border:1px solid transparent;transition:all .12s}.board-tab:hover{color:var(--text);background:var(--bg-hover)}.board-tab.active{color:var(--text);background:var(--bg-elev);border-color:var(--border-strong);font-weight:500}.board-tab .dot{width:6px;height:6px;border-radius:50%;background:var(--accent)}.board-viewport{position:absolute;inset:0;overflow:hidden;cursor:-webkit-grab;cursor:grab}.board-viewport.dragging{cursor:-webkit-grabbing;cursor:grabbing}.board-stage{position:absolute;top:0;left:0;transform-origin:0 0;width:4000px;height:3000px}.sticky{position:absolute;background:var(--bg-elev);border:1px solid var(--border-strong);border-radius:10px;padding:14px 16px;box-shadow:var(--shadow-sm);width:300px;cursor:-webkit-grab;cursor:grab;transition:box-shadow .16s,transform 80ms}.sticky:hover{box-shadow:var(--shadow-md)}.sticky.dragging{cursor:-webkit-grabbing;cursor:grabbing;z-index:10;box-shadow:var(--shadow-lg)}.sticky-head{display:flex;align-items:center;gap:6px;margin-bottom:8px;font-family:var(--mono);font-size:10px;color:var(--text-faint);text-transform:uppercase;letter-spacing:.08em}.sticky-time{margin-left:auto}.sticky-title{font-family:var(--serif);font-size:16px;font-weight:500;margin-bottom:6px;line-height:1.3}.sticky-body{font-size:13px;color:var(--text-muted);line-height:1.55}.sticky-actions{margin-top:12px;display:flex;gap:6px;flex-wrap:wrap}.sticky.approval{border-color:var(--accent-line)}.sticky.approval .sticky-head{color:var(--accent)}.sticky.flag{border-color:var(--fail)}.sticky.flag .sticky-head{color:var(--fail)}.sticky.note{background:#fdf8ec;border-color:#e4d9bc;font-family:var(--serif)}html[data-theme=dark] .sticky.note{background:#1f1a0e;border-color:#3a311f}.sticky.note .sticky-body{font-family:var(--serif);font-size:14px;color:var(--text)}.sticky.suggestion{border-color:var(--accent-line)}.sticky.suggestion .sticky-head{color:var(--accent)}.zoom-ctl{position:absolute;bottom:24px;left:24px;display:flex;align-items:center;background:var(--bg-elev);border:1px solid var(--border-strong);border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow:hidden;z-index:20}.zoom-ctl button{padding:6px 10px;color:var(--text-muted);border-right:1px solid var(--border)}.zoom-ctl button:last-child{border-right:none}.zoom-ctl button:hover{background:var(--bg-hover);color:var(--text)}.zoom-ctl .zoom-label{padding:6px 12px;font-family:var(--mono);font-size:12px;color:var(--text-muted);border-right:1px solid var(--border);min-width:56px;text-align:center}.voice-fab{position:fixed;bottom:24px;right:24px;display:flex;align-items:center;gap:10px;padding:10px 14px 10px 12px;background:var(--bg-elev);border:1px solid var(--border-strong);border-radius:99px;box-shadow:var(--shadow-md);cursor:pointer;z-index:60;transition:transform .12s}.voice-fab:hover{transform:translateY(-1px)}.voice-fab.listening{border-color:var(--accent)}.voice-mic{width:28px;height:28px;border-radius:50%;background:var(--accent);color:white;display:grid;place-items:center;position:relative}.voice-mic:after,.voice-mic:before{content:"";position:absolute;inset:0;border-radius:50%;border:1px solid var(--accent);opacity:0}.voice-fab.listening .voice-mic:before{animation:voice-ring 1.6s infinite}.voice-fab.listening .voice-mic:after{animation:voice-ring 1.6s .6s infinite}@keyframes voice-ring{0%{transform:scale(1);opacity:.6}to{transform:scale(2.2);opacity:0}}.voice-label{font-size:13px;color:var(--text-muted)}.voice-label kbd{font-family:var(--mono);font-size:10px;padding:1px 5px;border:1px solid var(--border);border-radius:3px;background:var(--bg-sunken);margin-left:8px;color:var(--text-faint)}.voice-panel{position:fixed;bottom:84px;right:24px;width:360px;background:var(--bg-elev);border:1px solid var(--border-strong);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);z-index:61;overflow:hidden}.voice-panel-head{display:flex;align-items:center;gap:10px;padding:14px 16px;border-bottom:1px solid var(--border)}.voice-panel-body{padding:16px}.voice-wave{display:flex;gap:4px;align-items:center;justify-content:center;height:56px}.voice-wave-bar{width:3px;background:var(--accent);border-radius:99px;animation:voice-wave .9s ease-in-out infinite}.voice-wave-bar:first-child{height:10px;animation-delay:0s}.voice-wave-bar:nth-child(2){height:22px;animation-delay:.1s}.voice-wave-bar:nth-child(3){height:30px;animation-delay:.2s}.voice-wave-bar:nth-child(4){height:38px;animation-delay:.3s}.voice-wave-bar:nth-child(5){height:30px;animation-delay:.4s}.voice-wave-bar:nth-child(6){height:22px;animation-delay:.5s}.voice-wave-bar:nth-child(7){height:10px;animation-delay:.6s}@keyframes voice-wave{0%,to{transform:scaleY(.4)}50%{transform:scaleY(1)}}.voice-transcript{font-size:13px;color:var(--text-muted);line-height:1.6;margin-top:12px;font-style:italic;min-height:40px}.voice-hint{font-family:var(--mono);font-size:10px;color:var(--text-faint);text-transform:uppercase;letter-spacing:.06em}.proc-list-item{display:flex;align-items:center;gap:16px;padding:18px 4px;border-bottom:1px solid var(--border);cursor:pointer;transition:background .12s;width:100%;text-align:left;background:none}.proc-list-item:hover{background:var(--bg-sunken);padding-left:12px;padding-right:12px;border-radius:4px}.proc-list-name{font-family:var(--serif);font-size:19px;font-weight:500}.proc-list-meta{font-size:13px;color:var(--text-muted);margin-top:4px;line-height:1.5}.proc-list-side{text-align:right;flex-shrink:0}.proc-list-pct{font-size:28px;font-weight:500;letter-spacing:-.02em;line-height:1}.proc-list-pct,.prose{font-family:var(--serif)}.prose{font-size:16px;line-height:1.7;color:var(--text);max-width:720px}.prose h2{font-size:22px;margin:28px 0 12px}.prose h3{font-size:17px;margin:22px 0 8px;font-style:italic;font-weight:400}.prose p,.prose ul{margin:0 0 14px}.prose ul{padding-left:22px}.prose li{margin:4px 0}.prose blockquote{margin:18px 0;padding:6px 0 6px 18px;border-left:2px solid var(--accent-line);font-style:italic;color:var(--text-muted)}.prose code{font-family:var(--mono);font-size:.88em;background:var(--bg-sunken);padding:1px 5px;border-radius:3px}.prose .callout{background:var(--accent-soft);border-left:3px solid var(--accent);padding:14px 18px;border-radius:0 6px 6px 0;font-family:var(--serif);font-size:15px;margin:18px 0;font-style:normal;color:var(--text)}.file-tree{font-family:var(--mono);font-size:13px}.file-row{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:6px;cursor:pointer;width:100%;text-align:left;background:none;color:inherit}.file-row:hover{background:var(--bg-hover)}.file-row.active{background:var(--bg-active);color:var(--text)}.file-row .file-icon{color:var(--text-faint);flex-shrink:0}.file-row .file-meta{margin-left:auto;font-size:11px;color:var(--text-faint)}.spec-content{background:var(--bg-elev);border:1px solid var(--border);border-radius:var(--radius);padding:28px 36px;min-width:0}.prose pre,.spec-content pre{background:var(--bg-sunken);padding:14px 16px;border-radius:6px;font-family:var(--mono);font-size:12px;overflow:auto;line-height:1.55;white-space:pre-wrap;word-break:break-word}.chip-row{display:flex;flex-wrap:wrap;gap:6px}.chip{font-family:var(--mono);font-size:11px;padding:2px 8px;border-radius:6px;background:var(--bg-sunken);border:1px solid var(--border);color:var(--text-muted)}.chip.deny{color:var(--fail);background:var(--fail-soft);border-color:transparent}.statbar{display:flex;height:8px;border-radius:99px;overflow:hidden;background:var(--bg-sunken)}.statbar>span{display:block;height:100%}.drive-toolbar{display:flex;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid var(--border);margin-bottom:20px}.drive-breadcrumb{display:flex;align-items:center;gap:6px;font-size:14px;color:var(--text-muted);flex-wrap:wrap}.drive-breadcrumb-current{color:var(--text);font-weight:500}.drive-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));grid-gap:16px;gap:16px}.drive-tile{background:var(--bg-elev);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;cursor:pointer;transition:border-color .12s;text-align:left}.drive-tile:hover{border-color:var(--text-ghost)}.drive-tile-preview{height:110px;background:var(--bg-sunken);display:grid;place-items:center;color:var(--text-faint);position:relative}.drive-tile-preview .file-type{position:absolute;bottom:8px;right:8px;font-family:var(--mono);font-size:10px;color:var(--text-faint);background:var(--bg-elev);padding:1px 6px;border-radius:3px;border:1px solid var(--border)}.drive-tile-body{padding:10px 12px}.drive-tile-name{font-size:13px;font-weight:500;line-height:1.35;word-break:break-word}.drive-tile-meta{font-size:11px;color:var(--text-faint);margin-top:4px;font-family:var(--mono)}.drive-folder-tile{background:var(--bg-elev);border:1px solid var(--border);border-radius:var(--radius);padding:18px 16px;cursor:pointer;transition:border-color .12s;display:flex;flex-direction:column;gap:8px;text-align:left}.drive-folder-tile:hover{border-color:var(--text-ghost)}.drive-folder-name{font-family:var(--serif);font-size:17px;font-weight:500;word-break:break-word}.drive-folder-meta{font-size:12px;color:var(--text-faint);font-family:var(--mono)}.modal-overlay{position:fixed;inset:0;background:rgba(20,18,12,.5);display:grid;place-items:center;z-index:80;padding:40px}.modal{background:var(--bg-elev);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:760px;max-height:85vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:var(--shadow-lg)}.modal-head{padding:14px 18px;display:flex;align-items:center;border-bottom:1px solid var(--border);gap:10px}.modal-title{font-family:var(--serif);font-size:16px;font-weight:500;flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal-body{padding:24px;overflow:auto;flex:1 1;background:var(--bg-sunken)}.ask-input-wrap{border:1px solid var(--accent-line);border-radius:var(--radius);background:var(--bg-elev);padding:14px 16px}.ask-input-wrap textarea{width:100%;border:none;outline:none;background:transparent;resize:none;font-family:var(--serif);font-size:17px;line-height:1.55;min-height:56px;color:var(--text)}.integ-row{display:grid;grid-template-columns:32px minmax(140px,1fr) minmax(160px,1.4fr) auto auto;align-items:center;grid-gap:16px;gap:16px;padding:14px 16px;border-bottom:1px solid var(--border);cursor:pointer;width:100%;text-align:left;background:none}.integ-row:last-child{border-bottom:none}.integ-icon,.integ-row:hover{background:var(--bg-sunken)}.integ-icon{width:32px;height:32px;border:1px solid var(--border);border-radius:6px;display:grid;place-items:center;color:var(--text-muted)}.integ-name{font-weight:500;font-size:14px}.integ-scope{font-size:13px;color:var(--text-muted)}.audit-row{display:grid;grid-template-columns:1fr;grid-gap:4px;gap:4px;padding:10px 0;border-bottom:1px solid var(--border);font-size:13px}.audit-row:last-child{border-bottom:none}.client-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:16px;gap:16px}.client-card{background:var(--bg-elev);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;cursor:pointer;transition:border-color .12s,transform .12s;display:block;text-align:left}.client-card:hover{border-color:var(--text-ghost);transform:translateY(-1px)}.client-card-body{padding:20px 22px}.client-card-name{font-family:var(--serif);font-size:22px;font-weight:500;letter-spacing:-.015em}.client-card-meta{font-size:13px;color:var(--text-muted);margin-top:4px}.client-card-stats{display:flex;gap:24px;margin-top:14px}.client-card-stat{display:flex;flex-direction:column;gap:2px}.client-card-stat-val{font-family:var(--serif);font-size:24px;font-weight:500;letter-spacing:-.02em;line-height:1}.client-card-stat-label{font-family:var(--mono);font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-faint)}.client-card-tags{margin-top:16px;display:flex;flex-wrap:wrap;gap:6px}.client-card-foot{display:flex;justify-content:space-between;padding:12px 22px;border-top:1px solid var(--border)}.client-card-foot,.scope-chip{align-items:center;background:var(--bg-sunken)}.scope-chip{display:inline-flex;gap:6px;padding:3px 10px;border:1px solid var(--border);border-radius:99px;font-size:12px;color:var(--text-muted)}.scope-chip .dot{width:5px;height:5px;border-radius:50%;background:var(--accent)}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 30% 20%,var(--accent-soft) 0,var(--bg) 55%)}.auth-card{width:100%;max-width:400px;background:var(--bg-elev);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:36px 32px}.auth-title{font-family:var(--serif);font-size:26px;font-weight:500;letter-spacing:-.02em}.auth-sub{color:var(--text-muted);font-size:14px;margin:8px 0 22px}.auth-input{width:100%;padding:11px 13px;border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--bg);font-size:15px;outline:none;transition:border-color .12s}.auth-input:focus{border-color:var(--accent)}.auth-note{font-size:13px;margin-top:14px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border:3px solid transparent;background-clip:padding-box;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--text-ghost);background-clip:padding-box;border:3px solid transparent}@font-face{font-family:Newsreader;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7088c2b12ccac062-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Newsreader;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/665e920483964785-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:Newsreader;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/5611c55482296524-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Newsreader;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7088c2b12ccac062-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Newsreader;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/665e920483964785-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:Newsreader;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/5611c55482296524-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Newsreader;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7088c2b12ccac062-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Newsreader;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/665e920483964785-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:Newsreader;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/5611c55482296524-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Newsreader Fallback;src:local("Times New Roman");ascent-override:69.68%;descent-override:25.12%;line-gap-override:0.00%;size-adjust:105.48%}.__className_ea512a{font-family:Newsreader,Newsreader Fallback;font-style:normal}.__variable_ea512a{--font-newsreader:"Newsreader","Newsreader Fallback"}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,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.00%;size-adjust:107.12%}.__className_37ef13{font-family:Inter,Inter Fallback;font-style:normal}.__variable_37ef13{--font-inter:"Inter","Inter Fallback"}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/edc640959b0c7826-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ac0e76ddaeeb7981-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/64d784ea54a4acde-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ff71da380fbe67dd-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6d831b18ae5b01dc-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/558ca1a6aa3cb55e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/edc640959b0c7826-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ac0e76ddaeeb7981-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/64d784ea54a4acde-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ff71da380fbe67dd-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/6d831b18ae5b01dc-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/558ca1a6aa3cb55e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:JetBrains Mono Fallback;src:local("Arial");ascent-override:75.79%;descent-override:22.29%;line-gap-override:0.00%;size-adjust:134.59%}.__className_6d24ac{font-family:JetBrains Mono,JetBrains Mono Fallback;font-style:normal}.__variable_6d24ac{--font-jetbrains:"JetBrains Mono","JetBrains Mono Fallback"}