.queue-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px;flex-wrap:wrap}.group-label{font-family:var(--font-mono);font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--text-mute);margin:26px 4px 12px;display:flex;align-items:center;gap:10px}.group-label:after{content:"";flex:1;height:1px;background:var(--border)}.group-label:first-of-type{margin-top:4px}.req{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);margin-bottom:10px;transition:border-color .25s var(--ease),transform .25s var(--ease),background .25s var(--ease);overflow:hidden}.req:hover{border-color:var(--border-2)}.req.is-progress{border-color:var(--border-2);background:linear-gradient(180deg,var(--surface-2),var(--surface))}.req.dragging{opacity:.5}.req-peek{display:grid;grid-template-columns:auto 1fr auto;gap:4px 16px;align-items:start;padding:16px 18px;cursor:pointer}.req-peek .qnum{font-family:var(--font-mono);font-size:12px;color:var(--text-mute);align-self:center;width:26px;text-align:center}.req-drag{cursor:grab;color:var(--text-mute);align-self:center;padding:0 2px;opacity:0;transition:opacity .2s,color .2s;touch-action:none}.req:hover .req-drag{opacity:1}.req-drag:hover{color:var(--text)}.req-drag:active{cursor:grabbing}.req-main{grid-column:2;min-width:0}.req-titlerow{display:flex;align-items:center;gap:12px}.req-title{font-weight:700;font-size:16px;letter-spacing:-.01em}.req-excerpt{color:var(--text-dim);font-size:14px;margin-top:5px;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:62ch}.req-right{grid-column:3;display:flex;align-items:center;gap:12px;align-self:center}.req-updated{font-family:var(--font-mono);font-size:11px;color:var(--text-mute);white-space:nowrap}.req-chev{color:var(--text-mute);transition:transform .3s var(--ease);display:inline-block}.req.open .req-chev{transform:rotate(90deg)}.spill{font-family:var(--font-mono);font-size:9.5px;letter-spacing:.12em;text-transform:uppercase;border:1px solid var(--border-2);border-radius:999px;padding:3px 9px;color:var(--text-dim);display:inline-flex;align-items:center;gap:6px;white-space:nowrap;flex:none}.spill.s-progress{color:var(--text)}.spill.s-progress .live{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:livePulse 2s var(--ease) infinite}.spill.s-queued{color:var(--text-mute)}.spill.s-review{color:var(--text-dim)}.spill.s-review .ring{width:6px;height:6px;border-radius:50%;border:1.5px solid var(--text-dim)}.spill.s-done{color:var(--text-mute)}@keyframes livePulse{0%,to{opacity:1;box-shadow:0 0 0 0 var(--glow)}50%{opacity:.55;box-shadow:0 0 0 4px transparent}}@media(prefers-reduced-motion:reduce){.spill.s-progress .live{animation:none}}.req-body{padding:0 18px 18px 60px;animation:bodyIn .35s var(--ease)}@keyframes bodyIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.req-body{animation:none}}.req-desc{color:var(--text-dim);font-size:14.5px;line-height:1.6;max-width:64ch;white-space:pre-line}.req-actions{display:flex;align-items:center;gap:10px;margin-top:18px}.completed-toggle{width:100%;text-align:left;display:flex;align-items:center;gap:10px;font-family:var(--font-mono);font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--text-mute);margin:26px 4px 12px;transition:color .2s}.completed-toggle:hover{color:var(--text-dim)}.completed-toggle .chev{transition:transform .3s var(--ease);display:inline-block}.completed-toggle.open .chev{transform:rotate(90deg)}.completed-toggle .line{flex:1;height:1px;background:var(--border)}.completed-list{display:none}.completed-list.open{display:block}.req.is-done .req-title{color:var(--text-dim)}.req.is-done{opacity:.9}.empty{text-align:center;padding:80px 24px;border:1px dashed var(--border-2);border-radius:var(--r-lg);background:var(--tint)}.empty h3{font-size:clamp(24px,3vw,32px);margin-bottom:10px}.empty p{color:var(--text-dim);font-size:16px}.timeline{position:relative;margin-top:8px}.tl-stream{position:relative;padding-left:0}.tl-ev{position:relative;padding:0 0 22px 34px}.tl-ev:before{content:"";position:absolute;left:9px;top:4px;bottom:-4px;width:1px;background:var(--border)}.tl-ev:last-child:before{display:none}.tl-node{position:absolute;left:4px;top:3px;width:12px;height:12px;border-radius:50%;background:var(--bg);border:1.5px solid var(--border-2);z-index:1}.tl-ev.t-created .tl-node{background:var(--accent);border-color:var(--accent)}.tl-ev.t-status .tl-node{background:var(--text-dim);border-color:var(--text-dim)}.tl-sys{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.tl-sys .label{font-size:13.5px;color:var(--text-dim)}.tl-sys .when{font-family:var(--font-mono);font-size:10.5px;color:var(--text-mute)}.tl-statuspill{font-family:var(--font-mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;border:1px solid var(--border-2);border-radius:999px;padding:3px 9px;color:var(--text)}.tl-diff-toggle{display:inline-flex;align-items:center;gap:8px;font-size:13.5px;color:var(--text-dim);cursor:pointer;transition:color .2s}.tl-diff-toggle:hover{color:var(--text)}.tl-diff-toggle .chev{font-size:10px;transition:transform .3s var(--ease);color:var(--text-mute);display:inline-block}.tl-diff-toggle.open .chev{transform:rotate(90deg)}.tl-diff{display:none;margin-top:12px;border:1px solid var(--border);border-radius:var(--r-sm);overflow:hidden}.tl-diff.open{display:block}.diff-row{padding:11px 14px;font-size:13.5px;line-height:1.5;display:flex;gap:10px}.diff-row+.diff-row{border-top:1px solid var(--border)}.diff-row .sign{font-family:var(--font-mono);font-size:12px;flex:none;width:14px}.diff-row.del{background:#ff50500d;color:var(--text-mute)}.diff-row.del .sign{color:#d98a8a}.diff-row.del .txt{text-decoration:line-through;text-decoration-color:var(--text-mute)}.diff-row.add{background:#78dc960d;color:var(--text)}.diff-row.add .sign{color:#8fcfa3}[data-theme=light] .diff-row.del{background:#c828280f}[data-theme=light] .diff-row.add{background:#1e964612}.tl-file{display:flex;align-items:center;gap:12px}.tl-file .thumb{width:46px;height:36px;border-radius:6px;flex:none;background:repeating-linear-gradient(135deg,var(--border) 0 2px,transparent 2px 9px),var(--surface-2);border:1px solid var(--border-2)}.tl-file .fmeta{font-size:13.5px}.tl-file .fmeta .fname{color:var(--text)}.tl-file .fmeta .fwhen{font-family:var(--font-mono);font-size:10.5px;color:var(--text-mute)}.tl-msg-wrap{padding:0 0 18px 34px}.ov-section-label{font-family:var(--font-mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--text-mute);margin-bottom:14px}.ov-details{margin-bottom:28px}.ov-desc{color:var(--text-dim);font-size:15px;line-height:1.65;max-width:64ch}.ov-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.add-attachment{display:flex;flex-wrap:wrap;align-items:flex-start;gap:12px;margin-top:16px}.ov-chip{font-family:var(--font-mono);font-size:12px;color:var(--text-dim);border:1px solid var(--border);border-radius:999px;padding:7px 13px;display:inline-flex;align-items:center;gap:8px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ov-chip:hover{border-color:var(--border-2);color:var(--text)}.ov-chip .ic{color:var(--text-mute);flex:none}.attachment-thumb{padding:0;border:1px solid var(--border);border-radius:var(--r-md);overflow:hidden;cursor:pointer;background:none;width:160px;height:160px;flex:none}.attachment-thumb img{width:100%;height:100%;object-fit:cover;display:block}.attachment-thumb:hover{border-color:var(--border-2)}.attachment-audio{display:flex;flex-direction:column;gap:6px;width:100%;max-width:360px}.attachment-audio-name{font-family:var(--font-mono);font-size:12px;color:var(--text-dim)}.edit-form{margin-top:18px}.reply{margin-top:8px;display:flex;gap:10px;align-items:flex-end;border-top:1px solid var(--border);padding-top:20px}.reply textarea{flex:1;resize:none;min-height:46px;max-height:160px;background:var(--bg-2);border:1px solid var(--border-2);border-radius:var(--r-md);padding:12px 15px;font-size:14.5px;line-height:1.5;transition:border-color .2s}.reply textarea:focus{outline:none;border-color:var(--accent)}.reply textarea:disabled{opacity:.6}.reply-error{margin-top:8px;font-size:12.5px;color:var(--danger)}.ribbon{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);margin-bottom:26px;transition:border-color .3s var(--ease)}.rib-collapsed{display:flex;align-items:center;gap:0;flex-wrap:wrap;padding:16px 20px}.rib-id{display:inline-flex;align-items:center;gap:11px;font-weight:700;font-size:15px}.rib-dot{width:9px;height:9px;border-radius:50%;background:var(--accent);flex:none;box-shadow:0 0 0 4px var(--glow)}.rib-sep{color:var(--border-2);margin:0 14px}.rib-meta{font-family:var(--font-mono);font-size:12.5px;color:var(--text-dim)}.rib-spacer{flex:1 1 auto}.rib-toggle{display:inline-flex;align-items:center;gap:7px;font-family:var(--font-mono);font-size:12px;letter-spacing:.04em;color:var(--text-mute);padding:6px 10px;border-radius:999px;transition:color .2s,background .2s}.rib-toggle:hover{color:var(--text);background:var(--tint)}.rib-toggle .chev{transition:transform .3s var(--ease);display:inline-block}.pill{font-family:var(--font-mono);font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;border:1px solid var(--border-2);border-radius:999px;padding:4px 10px;color:var(--text-dim);display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.pill.is-active{color:var(--text);border-color:var(--border-2)}.pill.is-active:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent)}.rib-expanded{padding:4px 8px 8px}.rib-head{display:flex;align-items:center;gap:14px;padding:14px 16px;border-bottom:1px solid var(--border)}.rib-head .rib-id{font-size:16px}.rib-sections{display:grid;grid-template-columns:1.05fr 1fr;gap:0}.rib-sec{padding:22px 20px}.rib-sec+.rib-sec{border-left:1px solid var(--border)}.rib-sec h4{font-family:var(--font-mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--text-mute);font-weight:400;margin-bottom:16px}.dl{display:grid;grid-template-columns:84px 1fr;gap:10px 16px;align-items:baseline}.dl dt{font-family:var(--font-mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--text-mute)}.dl dd{font-size:14.5px;color:var(--text)}.dl dd.dim{color:var(--text-dim)}.bill-row{display:grid;grid-template-columns:70px 1fr;gap:10px 16px;margin-bottom:8px;align-items:baseline}.bill-row .k{font-family:var(--font-mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--text-mute)}.bill-row .v{font-size:14.5px;color:var(--text)}.bill-row .v .sub{color:var(--text-dim)}.bill-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}@media(max-width:720px){.rib-sections{grid-template-columns:1fr}.rib-sec+.rib-sec{border-left:none;border-top:1px solid var(--border)}.rib-collapsed{gap:8px 0}.rib-sep{display:none}.rib-meta,.pill{flex-basis:auto}.rib-collapsed>.pill{order:2}}.appbar{position:sticky;top:0;z-index:60;background:var(--nav-bg);backdrop-filter:blur(16px) saturate(140%);-webkit-backdrop-filter:blur(16px) saturate(140%);border-bottom:1px solid var(--border)}.appbar-inner{max-width:var(--maxw);margin:0 auto;padding:0 24px;height:62px;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{display:flex;align-items:center;gap:9px;font-weight:800;font-size:20px;letter-spacing:-.04em}.brand .mark-bars{display:inline-flex;align-items:flex-end;gap:2.6px;height:16px;flex:none}.brand .mark-bars .vb{width:3.6px;border-radius:4px;background:var(--text)}.brand .mark-bars .vb:nth-child(1){height:45%}.brand .mark-bars .vb:nth-child(2){height:72%}.brand .mark-bars .vb:nth-child(3){height:100%}.brand .mark-word{color:var(--text);line-height:1.1;transition:color .4s var(--ease)}.brand .fx-h{display:inline-block;overflow:clip;max-width:0;opacity:0;transform:translateY(.12em);color:var(--text-mute);white-space:pre;vertical-align:baseline;transition:max-width .55s var(--ease),opacity .4s ease,transform .55s var(--ease)}.brand:hover .fx-h,.brand:focus-visible .fx-h{max-width:3.2ch;opacity:1;transform:translateY(0)}@keyframes brandFlicker{0%,to{transform:scaleY(1)}50%{transform:scaleY(.62)}}.brand:hover .mark-bars .vb,.brand:focus-visible .mark-bars .vb{animation:brandFlicker 1s cubic-bezier(.45,0,.55,1) infinite;transform-origin:bottom}.brand:hover .mark-bars .vb:nth-child(2),.brand:focus-visible .mark-bars .vb:nth-child(2){animation-delay:.15s}.brand:hover .mark-bars .vb:nth-child(3),.brand:focus-visible .mark-bars .vb:nth-child(3){animation-delay:.3s}@media(prefers-reduced-motion:reduce){.brand .fx-h{transition:none}.brand:hover .mark-bars .vb,.brand:focus-visible .mark-bars .vb{animation:none}}.appbar-right{display:flex;align-items:center;gap:16px}.theme-toggle{width:56px;height:28px;flex:none;position:relative;border-radius:999px;border:1px solid var(--border-2);background:var(--surface);transition:background .4s var(--ease),border-color .4s var(--ease)}.theme-toggle:hover{border-color:var(--text-mute)}.theme-toggle .tt-knob{position:absolute;top:50%;left:4px;transform:translateY(-50%);width:20px;height:20px;border-radius:50%;background:var(--text);transition:left .34s var(--ease),background .4s var(--ease)}:root[data-theme=light] .theme-toggle .tt-knob{left:32px}.theme-toggle .tt-sun,.theme-toggle .tt-moon{position:absolute;top:50%;transform:translateY(-50%);width:11px;height:11px;opacity:.5}.theme-toggle .tt-moon{left:8px;border-radius:50%;box-shadow:inset -4px -1px 0 0 var(--text-mute)}.theme-toggle .tt-sun{right:8px;border-radius:50%;border:1.5px solid var(--text-mute)}.avatar{width:30px;height:30px;border-radius:50%;flex:none;background:var(--surface-2);border:1px solid var(--border-2);display:grid;place-items:center;font-family:var(--font-mono);font-size:12px;color:var(--text-dim)}.page{max-width:var(--maxw);margin:0 auto;padding:28px 24px 120px}@media(max-width:720px){.page{padding:20px 16px 130px}.appbar-inner{padding:0 16px}}.staff-bar{display:flex;align-items:center;gap:14px;padding:16px 20px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);margin-bottom:26px}.staff-bar-label{display:inline-flex;align-items:center;gap:11px}.staff-pill{font-family:var(--font-mono);font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;border:1px solid var(--border-2);border-radius:999px;padding:4px 10px;color:var(--text);display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.staff-pill:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent)}.staff-name{font-weight:700;font-size:15px}.staff-bar .rib-spacer{flex:1 1 auto}.staff-bar .rib-toggle{display:inline-flex;align-items:center;gap:7px;font-family:var(--font-mono);font-size:12px;letter-spacing:.04em;color:var(--text-mute);padding:6px 10px;border-radius:999px;transition:color .2s,background .2s}.staff-bar .rib-toggle:hover{color:var(--text);background:var(--tint)}.auth-shell{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;padding:24px;position:relative;background:var(--bg);overflow:hidden}.auth-shell-glow{position:absolute;top:-20%;left:50%;transform:translate(-50%);width:900px;height:900px;border-radius:50%;background:radial-gradient(closest-side,var(--glow),transparent);pointer-events:none}.auth-brand{display:flex;align-items:center;gap:9px;font-weight:800;font-size:20px;letter-spacing:-.04em;color:var(--text);position:relative}.auth-brand .mark-bars{display:inline-flex;align-items:flex-end;gap:2.6px;height:16px;flex:none}.auth-brand .mark-bars .vb{width:3.6px;border-radius:4px;background:var(--text)}.auth-brand .mark-bars .vb:nth-child(1){height:45%}.auth-brand .mark-bars .vb:nth-child(2){height:72%}.auth-brand .mark-bars .vb:nth-child(3){height:100%}.auth-card{position:relative;width:100%;max-width:420px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:32px 28px}.auth-card .eyebrow{margin-bottom:10px}.auth-card h1{font-size:clamp(24px,3vw,30px);font-weight:800;letter-spacing:-.02em;margin-bottom:8px}.auth-card .auth-sub{color:var(--text-dim);font-size:15px;margin-bottom:24px;line-height:1.5}.auth-form .btn{width:100%;margin-top:4px}.auth-confirm{padding:4px 0}.auth-confirm p{color:var(--text-dim);font-size:15px;line-height:1.55;margin-bottom:14px}.auth-fineprint{margin-top:20px;font-family:var(--font-mono);font-size:11.5px;color:var(--text-mute);text-align:center}.auth-links{margin-top:16px;text-align:center}@media(max-width:480px){.auth-card{padding:26px 20px}}.staff-meta{font-family:var(--font-mono);font-size:12.5px;color:var(--text-dim)}.staff-dim{color:var(--text-dim)}.clients-page{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden}.clients-table{width:100%;border-collapse:collapse}.clients-table th{text-align:left;font-family:var(--font-mono);font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--text-mute);font-weight:400;padding:14px 18px;border-bottom:1px solid var(--border)}.clients-table td{padding:14px 18px;border-bottom:1px solid var(--border);font-size:14.5px;vertical-align:middle}.clients-table tr:last-child td{border-bottom:none}.clients-table tr:hover td{background:var(--tint)}.clients-row-link{display:flex;flex-direction:column;gap:2px}.clients-row-name{font-weight:700}.clients-row-company{font-size:12.5px;color:var(--text-dim)}.stage-pill{font-family:var(--font-mono);font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;border:1px solid var(--border-2);border-radius:999px;padding:4px 10px;color:var(--text-dim);display:inline-flex;white-space:nowrap}@media(max-width:720px){.clients-table{display:block;overflow-x:auto}}.client-queue-head{display:flex;align-items:baseline;gap:12px;margin-bottom:18px}.client-queue-name{font-weight:800;font-size:22px;letter-spacing:-.02em}.client-queue-company{color:var(--text-dim);font-size:14.5px}.staff-problem-view{max-width:760px}.status-control{display:flex;align-items:center;gap:10px;margin-top:18px}.status-control label{font-family:var(--font-mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--text-mute)}.status-control select{background:var(--bg-2);border:1px solid var(--border-2);border-radius:var(--r-sm);padding:8px 12px;font-size:14px;font-family:inherit;color:var(--text)}.status-control select:disabled{opacity:.6}.reply-as{font-family:var(--font-mono);font-size:11.5px;color:var(--text-mute);margin-bottom:8px}.people-section{margin-top:32px;padding-top:24px;border-top:1px solid var(--border)}.people-list{list-style:none;margin-bottom:16px}.people-row{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid var(--border)}.people-row:last-child{border-bottom:none}.people-name{font-weight:700;font-size:14.5px}.people-email{color:var(--text-dim);font-size:13px;flex:1}.people-add{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.people-add input{background:var(--bg-2);border:1px solid var(--border-2);border-radius:var(--r-sm);padding:9px 12px;font-size:14px;font-family:inherit;min-width:160px;flex:1}.people-add input:focus{outline:none;border-color:var(--accent)}.lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--scrim);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:120;display:flex;align-items:center;justify-content:center;padding:16px;cursor:zoom-out}:root,:root[data-theme=dark]{--bg: #000000;--bg-2: #0a0a0a;--surface: #111111;--surface-2: #1a1a1a;--border: rgba(255, 255, 255, .1);--border-2: rgba(255, 255, 255, .18);--text: #f5f5f5;--text-dim: #a2a2a2;--text-mute: #6e6e6e;--accent: #f5f5f5;--accent-2: #ffffff;--accent-ink:#000000;--glow: rgba(255, 255, 255, .07);--tint: rgba(255, 255, 255, .03);--nav-bg: rgba(0, 0, 0, .72);--scrim: rgba(0, 0, 0, .62);--shadow: rgba(0, 0, 0, .6);--danger: #e5484d;--danger-bg: rgba(229, 72, 77, .12);--danger-border: rgba(229, 72, 77, .4);--maxw: 940px;--r-sm: 10px;--r-md: 16px;--r-lg: 24px;--r-xl: 32px;--ease: cubic-bezier(.22, 1, .36, 1);--font-sans: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "Space Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--ui-surface: var(--surface);--ui-surface-2: var(--surface-2);--ui-border: var(--border-2);--ui-scrim: var(--scrim);--ui-text: var(--text);--ui-text-mid: var(--text-dim);--ui-accent: var(--accent);--ui-accent-contrast: var(--accent-ink);--ui-accent-bg: var(--glow);--ui-code-bg: var(--surface-2);--ui-shadow: var(--shadow);--ui-danger: var(--danger);--ui-danger-bg: var(--danger-bg);--ui-danger-border: var(--danger-border)}:root[data-theme=light]{--bg: #ffffff;--bg-2: #f6f6f6;--surface: #ffffff;--surface-2: #f1f1f1;--border: rgba(0, 0, 0, .11);--border-2: rgba(0, 0, 0, .18);--text: #0a0a0a;--text-dim: #565656;--text-mute: #8a8a8a;--accent: #111111;--accent-2: #000000;--accent-ink:#ffffff;--glow: rgba(0, 0, 0, .05);--tint: rgba(0, 0, 0, .025);--nav-bg: rgba(255, 255, 255, .78);--scrim: rgba(20, 20, 20, .34);--shadow: rgba(0, 0, 0, .18);--danger: #c62828;--danger-bg: rgba(198, 40, 40, .08);--danger-border: rgba(198, 40, 40, .35)}html{transition:background-color .4s var(--ease)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;min-height:100vh}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}input,textarea,select{font:inherit;color:inherit}::selection{background:var(--accent);color:var(--accent-ink)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:12px 22px;border-radius:999px;font-weight:700;font-size:14.5px;letter-spacing:-.01em;transition:transform .25s var(--ease),background .25s var(--ease),box-shadow .25s var(--ease),border-color .25s var(--ease),color .25s var(--ease),opacity .25s;white-space:nowrap}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--accent);color:var(--accent-ink);box-shadow:0 8px 30px -8px var(--glow)}.btn-primary:hover{background:var(--accent-2);transform:translateY(-2px);box-shadow:0 14px 38px -10px var(--glow)}.btn-ghost{border:1px solid var(--border-2);color:var(--text)}.btn-ghost:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}.btn-sm{padding:9px 16px;font-size:13.5px}.btn[disabled],.btn.is-disabled{opacity:.42;cursor:not-allowed;pointer-events:none;box-shadow:none;transform:none}.tlink{font-family:var(--font-mono);font-size:12.5px;letter-spacing:.02em;color:var(--text-mute);transition:color .2s;display:inline-flex;align-items:center;gap:6px}.tlink:hover{color:var(--text)}.eyebrow{font-family:var(--font-mono);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--text-mute)}.mono{font-family:var(--font-mono)}.modal-head{display:flex;align-items:flex-start;gap:14px;justify-content:space-between;padding:22px 24px;border-bottom:1px solid var(--border)}.modal-head .mh-title{display:flex;align-items:center;gap:13px;flex-wrap:wrap}.modal-head h2{font-size:clamp(20px,2.4vw,26px);letter-spacing:-.02em;font-weight:800}.modal-x{color:var(--text-mute);width:34px;height:34px;border-radius:50%;display:grid;place-items:center;flex:none;transition:background .2s,color .2s}.modal-x:hover{background:var(--tint);color:var(--text)}.modal-body{padding:24px}.modal-sub{color:var(--text-dim);font-size:15px;margin-bottom:22px;max-width:52ch}.lock-note{background:var(--tint);border:1px solid var(--border);border-radius:var(--r-sm);padding:14px 16px;font-size:14px;color:var(--text-dim);display:flex;align-items:center;gap:10px;flex-wrap:wrap}.field{margin-bottom:18px}.field>label{display:block;font-family:var(--font-mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--text-mute);margin-bottom:9px}.field input[type=text],.field input[type=url],.field input[type=email],.field textarea{width:100%;background:var(--bg-2);border:1px solid var(--border-2);border-radius:var(--r-md);padding:12px 15px;font-size:15px;line-height:1.5;transition:border-color .2s;font-family:inherit}.field input:focus,.field textarea:focus{outline:none;border-color:var(--accent)}.field textarea{resize:vertical;min-height:110px}.field .optional{text-transform:none;letter-spacing:0;opacity:.6}.field .field-hint{font-size:12.5px;color:var(--text-mute);margin-top:8px;line-height:1.4}.warn-note{background:var(--tint);border:1px solid var(--border-2);border-radius:var(--r-sm);padding:12px 15px;font-size:13.5px;color:var(--text-dim);margin-top:4px}.rqd-foot{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:16px 24px;border-top:1px solid var(--border)}.rqd-fineprint{font-family:var(--font-mono);font-size:11.5px;color:var(--text-mute);margin-left:auto;text-align:right}.form-error{font-size:12.5px;color:var(--danger);margin-top:4px}.auth-loading{min-height:100vh;background:var(--bg)}@media(prefers-reduced-motion:reduce){html,.btn{transition:none}}
