:root{--bg:#0b0f17;--surface:#121826;--surface-2:#1a2234;--border:#2a3548;--text:#eef2ff;--muted:#94a3b8;--primary:#3b82f6;--primary-hover:#2563eb;--danger:#ef4444;--danger-hover:#dc2626;--success:#22c55e;--warning:#f59e0b;--radius:14px;--shadow:0 20px 50px #00000059;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-family:Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.5}*{box-sizing:border-box}body{background:radial-gradient(ellipse 80% 50% at 50% -20%, #3b82f62e, transparent), var(--bg);min-height:100vh;margin:0}#root{min-height:100vh}.app{flex-direction:column;min-height:100vh;display:flex}.header{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10;background:#121826d9;position:sticky;top:0}.header-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex}.brand{align-items:center;gap:.875rem;display:flex}.brand-mark{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:12px;width:42px;height:42px;box-shadow:0 8px 24px #3b82f659}.brand h1{margin:0;font-size:1.125rem;font-weight:700}.brand p{color:var(--muted);margin:0;font-size:.8125rem}.nav{gap:.5rem;display:flex}.nav a{color:var(--muted);border-radius:999px;padding:.5rem 1rem;font-size:.9375rem;text-decoration:none;transition:all .2s}.nav a:hover{color:var(--text);background:var(--surface-2)}.nav a.active{color:var(--text);background:var(--primary)}.main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:1.5rem}.hero-card{background:var(--surface);border:1px solid var(--border);border-radius:calc(var(--radius) + 4px);box-shadow:var(--shadow);grid-template-columns:1.2fr .8fr;gap:1.5rem;margin-bottom:1.5rem;padding:2rem;display:grid}@media (width<=900px){.hero-card{grid-template-columns:1fr}.hero-visual{order:-1;min-height:200px}}.badge{text-transform:uppercase;letter-spacing:.06em;color:#93c5fd;background:#3b82f61f;border:1px solid #3b82f640;border-radius:999px;margin-bottom:.75rem;padding:.25rem .625rem;font-size:.75rem;font-weight:600;display:inline-block}.hero-content h2{margin:0 0 .75rem;font-size:clamp(1.75rem,4vw,2.25rem);line-height:1.15}.hero-content p{color:var(--muted);max-width:52ch;margin:0 0 1.5rem}.intake-form{flex-direction:column;gap:1rem;width:100%;max-width:420px;display:flex}.form-field{flex-direction:column;gap:.375rem;display:flex}.form-field label{color:var(--muted);font-size:.875rem;font-weight:600}.form-field input{border:1px solid var(--border);background:var(--surface-2);color:var(--text);border-radius:10px;padding:.75rem 1rem;font-family:inherit;font-size:1rem}.form-field input:focus{border-color:var(--primary);outline:2px solid #3b82f673}.caller-chip{color:var(--muted);margin:0;font-size:.875rem}.caller-chip strong{color:var(--text)}.call-controls{flex-direction:column;align-items:flex-start;gap:1rem;display:flex}.btn{cursor:pointer;border:none;border-radius:999px;font-family:inherit;font-weight:600;transition:all .2s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-lg{padding:.875rem 1.75rem;font-size:1rem}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary-hover)}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{background:var(--danger-hover)}.call-status{color:var(--muted);align-items:center;gap:.625rem;font-size:.9375rem;display:flex}.duration{font-variant-numeric:tabular-nums;color:var(--text);font-weight:600}.pulse{background:var(--muted);border-radius:50%;width:10px;height:10px}.pulse.listening,.pulse.speaking{background:var(--success);animation:1.5s infinite pulse;box-shadow:0 0 #22c55e80}.pulse.speaking{background:var(--primary);box-shadow:0 0 #3b82f680}@keyframes pulse{0%{box-shadow:0 0 #3b82f673}70%{box-shadow:0 0 0 12px #3b82f600}to{box-shadow:0 0 #3b82f600}}.hero-visual{justify-content:center;align-items:center;min-height:280px;display:flex}.orb{justify-content:center;align-items:center;width:160px;height:160px;display:flex;position:relative}.orb-core{background:linear-gradient(135deg,#3b82f6,#6366f1);border-radius:50%;width:72px;height:72px;transition:all .3s;box-shadow:0 0 40px #6366f173}.orb-active .orb-core{width:88px;height:88px;animation:2s ease-in-out infinite breathe}.orb-ring{border:1px solid #6366f159;border-radius:50%;animation:3s ease-out infinite ripple;position:absolute}.ring-1{width:100px;height:100px}.ring-2{width:130px;height:130px;animation-delay:.6s}.ring-3{width:160px;height:160px;animation-delay:1.2s}@keyframes breathe{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}@keyframes ripple{0%{opacity:.8;transform:scale(.9)}to{opacity:0;transform:scale(1.2)}}.transcript-card,.table-card,.detail-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.card-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.card-header h3{margin:0;font-size:1rem}.transcript-list{flex-direction:column;gap:.75rem;max-height:420px;padding:1rem;display:flex;overflow-y:auto}.transcript-line{background:var(--surface-2);border-radius:12px;padding:.875rem 1rem}.transcript-line.user{border-left:3px solid var(--primary)}.transcript-line.assistant{border-left:3px solid #8b5cf6}.transcript-line .role{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.25rem;font-size:.75rem;font-weight:700;display:block}.transcript-line p{margin:0}.empty-state,.loading,.muted{color:var(--muted)}.alert{border-radius:10px;margin-bottom:1rem;padding:.875rem 1rem;font-size:.9375rem}.alert code{background:#00000040;border-radius:4px;padding:.1rem .35rem;font-size:.85em}.alert-error{color:#fecaca;background:#ef44441f;border:1px solid #ef44444d}.alert-warning{color:#fde68a;background:#f59e0b1f;border:1px solid #f59e0b4d}.dashboard-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.dashboard-header h2{margin:0 0 .25rem}.tabs{background:var(--surface);border:1px solid var(--border);border-radius:999px;gap:.375rem;padding:.25rem;display:flex}.tab{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:.5rem 1rem;font-family:inherit;font-weight:600}.tab.active{background:var(--primary);color:#fff}.dashboard-grid{grid-template-columns:1.2fr .8fr;gap:1rem;display:grid}@media (width<=900px){.dashboard-grid{grid-template-columns:1fr}}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid var(--border);padding:.875rem 1rem;font-size:.9375rem}th{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.8125rem;font-weight:600}tbody tr{cursor:pointer;transition:background .15s}tbody tr:hover{background:#ffffff05}tbody tr.selected{background:#3b82f614}.empty-cell{text-align:center;color:var(--muted);padding:2rem!important}.status-pill{text-transform:capitalize;background:var(--surface-2);border-radius:999px;padding:.2rem .55rem;font-size:.75rem;font-weight:600;display:inline-block}.status-ended,.status-in-progress,.status-ringing{color:#93c5fd;background:#3b82f626}.detail-card{padding:1.25rem}.detail-card h3,.detail-card h4{margin:0 0 .75rem}.detail-list{grid-template-columns:auto 1fr;gap:.5rem 1rem;margin:0 0 1.25rem;font-size:.9375rem;display:grid}.detail-list dt{color:var(--muted)}.detail-list dd{margin:0}.mono{word-break:break-all;font-family:ui-monospace,monospace;font-size:.8125rem}.transcript-block{background:var(--surface-2);white-space:pre-wrap;word-break:break-word;border-radius:10px;max-height:320px;margin:0;padding:1rem;font-size:.875rem;line-height:1.6;overflow:auto}a{color:#93c5fd}
