: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}.live-call{margin-top:1.25rem;gap:.85rem}.live-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.live-ended{color:var(--muted);font-weight:400;font-size:.9rem}.zone-badge{padding:.25rem .7rem;border-radius:999px;font-size:.85rem;font-weight:650;color:#fff}.zone-badge.zone-green{background:#16a34a}.zone-badge.zone-yellow{background:#d97706}.zone-badge.zone-red{background:#dc2626}.thermo-track{height:12px;border-radius:999px;background:var(--surface-2);border:1px solid var(--border);overflow:hidden}.thermo-fill{height:100%;border-radius:999px;transition:width .6s ease,background .6s ease}.thermo-fill.zone-green{background:#16a34a}.thermo-fill.zone-yellow{background:#d97706}.thermo-fill.zone-red{background:#dc2626}.thermo-meta{display:flex;justify-content:space-between;margin-top:.35rem;font-size:.9rem}.live-rationale{margin:0;font-size:.88rem}.alert-warn{background:#fef3c7;border:1px solid #f59e0b;color:#92400e;border-radius:8px;padding:.6rem .85rem;font-size:.92rem}.transfer-status{margin-top:.35rem;font-weight:650}.live-transcript{max-height:320px;overflow-y:auto;display:flex;flex-direction:column;gap:.45rem;padding-top:.25rem;border-top:1px solid var(--border)}.live-turn{display:flex;gap:.6rem;font-size:.92rem;line-height:1.4}.live-turn .live-role{flex:0 0 4.2rem;font-weight:650;color:var(--muted);font-size:.82rem;padding-top:.1rem}.live-turn.user .live-role{color:var(--primary-dark)}.admin-tabs{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.25rem;border-bottom:1px solid var(--border);padding-bottom:.75rem}.admin-tab{padding:.45rem .9rem;border-radius:8px;border:1px solid transparent;background:transparent;color:var(--muted);font-weight:550;font-size:.92rem;cursor:pointer}.admin-tab:hover{background:var(--surface-2);color:var(--text)}.admin-tab.active{background:var(--primary-soft);color:var(--primary-dark)}.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}.coach-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:1.5rem;align-items:start}.coach-main,.coach-side{display:flex;flex-direction:column;gap:1.5rem}.coach-controls{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.coach-speaker{display:flex;align-items:center;gap:.5rem}.coach-transcript{display:flex;flex-direction:column;gap:.6rem;min-height:180px;max-height:45vh;overflow-y:auto}.coach-interim{opacity:.6;font-style:italic}.coach-manual{display:flex;gap:.5rem;align-items:center}.coach-manual input{flex:1}.coach-manual .btn{align-self:auto;white-space:nowrap}.coach-sentiment-head{display:flex;align-items:center;gap:.75rem}.coach-sentiment-emoji{font-size:2rem}.coach-sentiment-positive{border-color:#a7f3d0}.coach-sentiment-negative{border-color:#fecaca}.coach-gauge{height:10px;border-radius:5px;background:linear-gradient(90deg,#fecaca,var(--border) 50%,#a7f3d0);position:relative;overflow:hidden}.coach-gauge-fill{position:absolute;inset:0 auto 0 0;border-right:3px solid var(--text);transition:width .4s ease}.coach-gauge-objective{background:var(--primary);border-right:none;border-radius:5px}.coach-suggestions,.coach-checklist,.coach-quality{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.coach-suggestion{border-radius:9px;padding:.6rem .8rem;font-size:.9rem;line-height:1.4;background:var(--primary-soft);color:var(--primary-dark)}.coach-suggestion-warn{background:#fffbeb;color:#92400e}.coach-suggestion-urgent{background:var(--error-soft);color:var(--error);font-weight:600}.coach-checklist-head{display:flex;align-items:center;justify-content:space-between}.coach-badge{font-size:.8rem;font-weight:700;padding:.15rem .55rem;border-radius:999px;background:var(--surface-2);border:1px solid var(--border)}.coach-badge-ok{background:var(--success-soft);color:var(--success);border-color:#a7f3d0}.coach-check,.coach-quality-item{display:flex;gap:.5rem;font-size:.9rem;line-height:1.4;align-items:baseline}.coach-check span:nth-child(2),.coach-quality-item span:nth-child(2){flex:1}.coach-check-done{color:var(--success)}.coach-remove{border:none;background:transparent;color:var(--muted);cursor:pointer;font-size:1rem;padding:0 .25rem;border-radius:6px}.coach-remove:hover{background:var(--error-soft);color:var(--error)}@media (max-width: 900px){.conversations,.conv-grid,.coach-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}.insight-form{display:flex;flex-direction:column;gap:.6rem;padding-bottom:.9rem;margin-bottom:.9rem;border-bottom:1px solid var(--border)}.insight-report{display:flex;flex-direction:column;gap:1rem}.insight-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.insight-card h3{margin-bottom:.6rem}.insight-card h4{margin:.75rem 0 .4rem;font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.insight-focus{font-style:italic}.insight-item-title{display:block;margin-bottom:.2rem}.insight-list{margin:0;padding-left:1.2rem}.insight-list li{margin-bottom:.35rem}.pattern-item{padding:.6rem 0;border-bottom:1px solid var(--border)}.pattern-item:last-child{border-bottom:none}.pattern-item p{margin:.25rem 0 0}.badge{display:inline-block;padding:.1rem .55rem;border-radius:999px;font-size:.72rem;font-weight:600;vertical-align:middle;background:var(--surface-2);color:var(--muted);border:1px solid var(--border)}.badge-completed{background:var(--success-soft);color:var(--success);border-color:transparent}.badge-failed{background:var(--error-soft);color:var(--error);border-color:transparent}.badge-running,.badge-pending{background:var(--primary-soft);color:var(--primary-dark);border-color:transparent}.dist-row{display:grid;grid-template-columns:minmax(110px,40%) 1fr 2.5rem;align-items:center;gap:.5rem;margin-bottom:.35rem;font-size:.9rem}.dist-bar{display:block;height:8px;border-radius:999px;background:var(--surface-2);overflow:hidden}.dist-fill{display:block;height:100%;border-radius:999px;background:var(--primary)}.dist-count{text-align:right;color:var(--muted);font-variant-numeric:tabular-nums}.chips{display:flex;flex-wrap:wrap;gap:.4rem}.chip{padding:.2rem .6rem;border-radius:999px;background:var(--surface-2);border:1px solid var(--border);font-size:.85rem}.chip strong{color:var(--primary-dark)}.coach-engine{display:inline-flex;align-items:center;gap:.5rem}
