:root{--bg:#0a0a09;--card:#131211;--raise:#100f0e;--line:#1e1d1a;--bone:#efe7d6;--ink:#f7f5f0;--dim:#938e84;--mute:#726d65;--live:#7fb49c;--surface:var(--card);--surface-2:var(--raise);--border:var(--line);--text:var(--ink);--text-muted:var(--dim);--text-faint:var(--mute);--accent:var(--bone);--accent-contrast:#14140f;--danger:#d97a63;--radius:14px;--font-sans:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}body,html{padding:0;margin:0}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;line-height:1.5}a{color:inherit}button{font-family:inherit}::selection{background:var(--bone);color:var(--accent-contrast)}.wordmark{font-weight:600;font-size:15px;letter-spacing:.22em;text-transform:uppercase;color:var(--text)}.page{min-height:100dvh;justify-content:center;padding:24px}.card,.page{display:flex;flex-direction:column;align-items:center}.card{width:100%;max-width:400px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:40px 36px 32px;text-align:center}.card-title{font-size:20px;font-weight:600;letter-spacing:-.01em;line-height:1.3;margin:20px 0 6px}.card-subtitle{font-size:14px;color:var(--text-muted);line-height:1.5;margin:0 0 28px}.btn-stack{flex-direction:column}.btn,.btn-stack{width:100%;display:flex;gap:10px}.btn{align-items:center;justify-content:center;height:44px;border-radius:10px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);font-size:14px;font-weight:500;letter-spacing:.01em;cursor:pointer;transition:background .15s ease,border-color .15s ease,opacity .15s ease}.btn:hover:not(:disabled){background:#171613;border-color:#2a2925}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-accent{background:var(--bone);border-color:var(--bone);color:var(--accent-contrast);font-weight:600}.btn-accent:hover:not(:disabled){background:#f7f2e6;border-color:#f7f2e6}.btn-note{font-size:11px;margin-top:-4px}.btn-note,.divider{color:var(--text-faint)}.divider{width:100%;display:flex;align-items:center;gap:12px;margin:20px 0;font-size:12px;letter-spacing:.04em;text-transform:uppercase}.divider:after,.divider:before{content:"";flex:1 1;height:1px;background:var(--border)}.field{width:100%;text-align:left;margin-bottom:14px}.field label{display:block;font-size:12px;color:var(--text-muted);margin-bottom:6px;letter-spacing:.01em}.input{width:100%;height:42px;padding:0 14px;border-radius:10px;border:1px solid var(--border);background:var(--bg);color:var(--text);font-size:14px;outline:none;transition:border-color .15s ease}.input:focus{border-color:var(--bone)}.consent-row{width:100%;display:flex;align-items:flex-start;gap:10px;margin:4px 0 18px;text-align:left}.consent-row input[type=checkbox]{margin-top:3px;width:15px;height:15px;accent-color:var(--bone);flex-shrink:0}.consent-row label{font-size:12.5px;color:var(--text-muted);line-height:1.5}.consent-row a{color:var(--text);text-decoration:underline;text-underline-offset:2px}.status-text{font-size:13px;color:var(--text-muted);margin-top:16px;min-height:18px}.status-text.error{color:var(--danger)}.status-text.success{color:var(--live)}footer.site-footer{margin-top:32px;text-align:center;font-size:12px;color:var(--text-faint);line-height:1.7}footer.site-footer a{color:var(--text-faint);text-decoration:underline;text-underline-offset:2px}footer.site-footer a:hover{color:var(--text-muted)}.shell{min-height:100dvh;align-items:center;padding:48px 24px 64px}.shell,.shell-inner{display:flex;flex-direction:column}.shell-inner{width:100%;max-width:560px;gap:20px}.shell-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:28px}.balance-figure{font-size:40px;font-weight:600;letter-spacing:-.02em;margin:6px 0 2px}.balance-label{font-size:12px}.balance-label,.panel-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}.panel-title{font-size:13px;font-weight:600;margin:0 0 16px}.topup-row{display:flex;gap:10px}.topup-row .btn{flex:1 1}.ledger-row{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--border);font-size:13px}.ledger-row:last-child{border-bottom:none}.ledger-meta{color:var(--text-muted);font-size:12px}.ledger-amount.positive{color:var(--live)}.ledger-amount.negative{color:var(--text)}.discount-pill{display:inline-flex;align-items:center;font-size:11px;font-weight:600;color:var(--accent-contrast);background:var(--bone);border-radius:999px;padding:2px 8px;margin-left:8px}.btn-danger,.danger-zone{border-color:#3a241e}.btn-danger{color:var(--danger)}.btn-danger:hover:not(:disabled){background:#1a1210;border-color:#4a2c22}.prose{max-width:640px;margin:0 auto;padding:64px 24px;color:var(--text);line-height:1.7}.prose h1{font-size:24px;letter-spacing:-.01em;margin-bottom:8px}.prose h2{font-size:16px;margin-top:32px;color:var(--text)}.prose li,.prose p{font-size:14.5px;color:var(--text-muted)}.prose a{color:var(--text)}.research-shell{min-height:100dvh;align-items:center;padding:56px 24px 72px}.research-inner,.research-shell{display:flex;flex-direction:column}.research-inner{width:100%;max-width:680px;gap:22px}.research-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.research-hero{text-align:center;padding:64px 24px}.research-hero h1{font-size:32px;font-weight:600;letter-spacing:-.015em;margin:20px 0 10px}.research-hero p{font-size:15px;color:var(--text-muted);margin:0 0 32px;line-height:1.6}.intent-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:24px}.intent-textarea{width:100%;min-height:120px;resize:vertical;background:var(--bg);border:1px solid var(--border);border-radius:10px;color:var(--text);font-family:inherit;font-size:15px;line-height:1.55;padding:14px 16px;outline:none;transition:border-color .15s ease}.intent-textarea:focus{border-color:var(--bone)}.intent-textarea::placeholder{color:var(--text-faint)}.intent-hint{font-size:11.5px;color:var(--text-faint);margin-top:8px}.depth-row{display:flex;gap:8px;margin-top:18px}.depth-option{flex:1 1;border:1px solid var(--border);background:var(--surface-2);color:var(--text-muted);border-radius:10px;padding:12px 14px;text-align:left;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.depth-option:hover{border-color:#33322c}.depth-option.active{border-color:var(--bone);background:var(--raise);color:var(--text)}.depth-option-title{font-size:13.5px;font-weight:600;color:inherit}.depth-option-sub{font-size:11.5px;color:var(--text-faint);margin-top:2px}.run-meta-row{display:flex;align-items:center;justify-content:space-between;margin-top:18px;gap:16px;flex-wrap:wrap}.run-meta-stats{display:flex;gap:20px;flex-wrap:wrap}.run-meta-stat{display:flex;flex-direction:column;gap:2px}.run-meta-label{font-size:10.5px;color:var(--text-faint);text-transform:uppercase;letter-spacing:.07em}.run-meta-value{font-size:15px;font-weight:600;color:var(--text)}.run-meta-value.live{color:var(--live)}.run-submit{min-width:140px;width:auto;padding:0 22px}.topup-notice{font-size:12.5px;color:var(--danger);margin-top:12px}.progress-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:24px}.progress-steps{display:flex;flex-direction:column;gap:10px}.progress-step{display:flex;align-items:center;gap:12px;font-size:13.5px;color:var(--text-faint)}.progress-step.active{color:var(--text)}.progress-step.done{color:var(--dim)}.progress-dot{width:8px;height:8px;border-radius:50%;background:var(--border);flex-shrink:0}.progress-step.active .progress-dot{background:var(--live);box-shadow:0 0 0 3px rgba(127,180,156,.18)}.progress-step.done .progress-dot{background:var(--dim)}.progress-elapsed{margin-top:16px;font-size:12px;color:var(--text-faint)}.report-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:28px}.report-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;gap:12px;flex-wrap:wrap}.report-actions{display:flex;gap:8px}.report-actions .btn{width:auto;height:36px;padding:0 14px;font-size:13px}.report-body{font-size:14.5px;line-height:1.7;color:var(--text)}.report-body h1,.report-body h2,.report-body h3{color:var(--text);letter-spacing:-.01em;margin:24px 0 10px}.report-body h1:first-child,.report-body h2:first-child,.report-body h3:first-child{margin-top:0}.report-body li,.report-body p{color:var(--text-muted)}.report-body a{color:var(--bone)}.report-body code{background:var(--raise);border-radius:4px;padding:1px 5px;font-size:.9em}.report-body pre{background:var(--raise);border:1px solid var(--border);border-radius:8px;padding:14px;overflow-x:auto}.report-body blockquote{border-left:2px solid var(--border);margin:12px 0;padding-left:14px;color:var(--text-faint)}.error-panel{background:var(--surface);border:1px solid #3a241e;border-radius:var(--radius);padding:24px}.error-code{display:inline-block;font-size:11px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--danger);background:#1a1210;border:1px solid #3a241e;border-radius:6px;padding:3px 8px;margin-bottom:10px}.error-message{font-size:14px;color:var(--text);line-height:1.6;margin:0 0 8px}.error-charge-note{font-size:12.5px;color:var(--text-faint)}.history-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:24px}.history-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 0;cursor:pointer;background:none;border:none;border-bottom:1px solid var(--border);width:100%;text-align:left;color:inherit;font-family:inherit}.history-row:last-child{border-bottom:none}.history-row:hover .history-intent{color:var(--bone)}.history-intent{font-size:13.5px;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:color .15s ease}.history-meta{font-size:11.5px;color:var(--text-faint);margin-top:4px}.history-status{font-size:11px;text-transform:uppercase;letter-spacing:.06em;padding:3px 8px;border-radius:999px;border:1px solid var(--border);color:var(--text-faint);flex-shrink:0}.history-status.complete{color:var(--live);border-color:rgba(127,180,156,.35)}.history-status.failed{color:var(--danger);border-color:#3a241e}.history-status.running{color:var(--text);border-color:var(--border)}.section-label{font-size:12px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin:0 0 4px}@media (max-width:480px){.research-hero h1{font-size:26px}.depth-row,.run-meta-row{flex-direction:column}.run-meta-row{align-items:stretch}.run-submit{width:100%}.report-header{flex-direction:column;align-items:flex-start}}