:root{--bg: #0f172a;--surface: #ffffff;--surface-2: #f8fafc;--border: #e2e8f0;--text: #0f172a;--muted: #64748b;--primary: #2563eb;--primary-dark: #1d4ed8;--primary-soft: #eff6ff;--success: #047857;--success-soft: #ecfdf5;--error: #b91c1c;--error-soft: #fef2f2;--radius: 12px;--shadow: 0 1px 3px rgba(15, 23, 42, .08), 0 8px 24px rgba(15, 23, 42, .06);--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:var(--font);color:var(--text);background:var(--surface-2);-webkit-font-smoothing:antialiased}h1,h2,h3{margin:0 0 .25rem;font-weight:650;letter-spacing:-.01em}code{font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;background:var(--surface-2);padding:.1em .35em;border-radius:6px;font-size:.9em}.muted{color:var(--muted)}.centered{text-align:center;padding:3rem 1rem}.app-shell{min-height:100%;display:flex;flex-direction:column}.topbar{display:flex;align-items:center;gap:1.5rem;padding:0 1.5rem;height:60px;background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10}.brand{display:flex;align-items:baseline;gap:.4rem}.brand-mark{font-size:1.25rem}.brand-name{font-weight:700;font-size:1.15rem;letter-spacing:-.02em}.brand-sub{font-size:.7rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.nav{display:flex;gap:.25rem;flex:1}.nav-link{padding:.45rem .85rem;border-radius:8px;text-decoration:none;color:var(--muted);font-weight:550;font-size:.92rem}.nav-link:hover{background:var(--surface-2);color:var(--text)}.nav-link.active{background:var(--primary-soft);color:var(--primary-dark)}.user-box{display:flex;align-items:center;gap:.75rem}.user-name{font-size:.9rem;font-weight:550}.content{flex:1;padding:2rem 1.5rem}.page-narrow{max-width:720px;margin:0 auto}.page-wide{max-width:1200px;margin:0 auto}.page-head{margin-bottom:1.25rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.field{display:flex;flex-direction:column;gap:.4rem}.field>span{font-size:.82rem;font-weight:600;color:var(--muted)}.voice-preview{width:100%;height:36px;margin-top:.2rem}input,textarea,select{font:inherit;width:100%;padding:.6rem .75rem;border:1px solid var(--border);border-radius:9px;background:var(--surface);color:var(--text);transition:border-color .15s,box-shadow .15s}textarea{resize:vertical;line-height:1.5}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.btn{font:inherit;font-weight:600;border:1px solid transparent;border-radius:9px;padding:.6rem 1rem;cursor:pointer;transition:background .15s,border-color .15s,opacity .15s}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary-dark)}.btn-ghost{background:transparent;border-color:var(--border);color:var(--muted)}.btn-ghost:hover:not(:disabled){background:var(--surface-2);color:var(--text)}.btn-block{width:100%}.btn-sm{padding:.35rem .65rem;font-size:.85rem;align-self:flex-start}.alert{border-radius:9px;padding:.7rem .9rem;font-size:.9rem;line-height:1.4}.alert-error{background:var(--error-soft);color:var(--error);border:1px solid #fecaca}.alert-success{background:var(--success-soft);color:var(--success);border:1px solid #a7f3d0}.login-screen{min-height:100vh;display:grid;place-items:center;padding:1.5rem;background:radial-gradient(1200px 600px at 50% -10%,#1e293b,var(--bg))}.login-card{width:100%;max-width:380px;background:var(--surface);border-radius:16px;box-shadow:var(--shadow);padding:2rem;display:flex;flex-direction:column;gap:1rem}.login-brand{text-align:center;margin-bottom:.5rem}.login-brand .brand-mark{font-size:2rem}.login-brand h1{margin:.4rem 0 .1rem}.conversations{display:grid;grid-template-columns:280px 1fr;gap:1.5rem;align-items:start}.conv-sidebar{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1rem;position:sticky;top:84px}.conv-sidebar-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.conv-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem;max-height:70vh;overflow-y:auto}.conv-item{width:100%;text-align:left;border:none;background:transparent;padding:.55rem .65rem;border-radius:8px;cursor:pointer;font:inherit;font-size:.85rem;color:var(--muted)}.conv-item:hover{background:var(--surface-2);color:var(--text)}.conv-item.active{background:var(--primary-soft);color:var(--primary-dark);font-weight:600}.conv-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start}.conv-audio{width:100%;margin-bottom:.9rem}.conv-audio-missing{margin-bottom:.9rem;font-size:.82rem}.transcript{display:flex;flex-direction:column;gap:.6rem;max-height:65vh;overflow-y:auto}.bubble{max-width:85%;padding:.6rem .8rem;border-radius:12px;font-size:.9rem;line-height:1.45}.bubble-seekable{cursor:pointer;transition:box-shadow .15s ease,filter .15s ease}.bubble-seekable:hover{filter:brightness(.97)}.bubble-seekable:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.bubble-active{box-shadow:0 0 0 2px var(--primary)}.bubble-role{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;opacity:.7;margin-bottom:.15rem}.bubble-time{font-variant-numeric:tabular-nums;font-weight:600;opacity:.85}.bubble-user{align-self:flex-end;background:var(--primary);color:#fff;border-bottom-right-radius:3px}.bubble-assistant{align-self:flex-start;background:var(--surface-2);border:1px solid var(--border);border-bottom-left-radius:3px}.extraction{display:flex;flex-direction:column;gap:1rem}.extraction-head{display:flex;align-items:center;justify-content:space-between}.toggle{display:flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:550;color:var(--muted);cursor:pointer}.toggle input{width:auto}.fields{display:flex;flex-direction:column;gap:.5rem}.field-row{display:grid;grid-template-columns:1fr 1.6fr auto;gap:.5rem;align-items:center}.result{border-top:1px solid var(--border);padding-top:1rem}.json-output{background:var(--bg);color:#e2e8f0;border-radius:9px;padding:1rem;overflow-x:auto;font-size:.82rem;line-height:1.5;margin:0}.text-output{white-space:pre-wrap;line-height:1.55;font-size:.92rem}@media (max-width: 900px){.conversations,.conv-grid,.grid-2{grid-template-columns:1fr}.conv-sidebar{position:static}.nav{gap:0}}.table{width:100%;margin-top:1rem;border-collapse:collapse;font-size:.92rem}.table th,.table td{text-align:left;padding:.6rem .75rem;border-bottom:1px solid var(--border);vertical-align:top}.table th{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.row-actions{white-space:nowrap;text-align:right}
