:root{color-scheme:light;font-family:Inter,system-ui,sans-serif;background-color:#f4f6fb;color:#0f172a}*{box-sizing:border-box}body{margin:0;min-height:100vh}.page{max-width:1200px;margin:0 auto;padding:32px}.header{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:24px}.header h1{margin:4px 0 0}.eyebrow{text-transform:uppercase;font-size:12px;letter-spacing:.08em;color:#64748b;margin:0}.filter{display:flex;flex-direction:column;gap:8px;font-size:14px}.filter select{padding:8px 12px;border-radius:8px;border:1px solid #cbd5f5;background:#fff}.content{display:grid;grid-template-columns:1fr 2fr;gap:24px}.panel{background:#fff;border-radius:16px;padding:20px;box-shadow:0 10px 30px #0f172a14;min-height:400px}.panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.call-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.call-list li{padding:12px 16px;border-radius:12px;border:1px solid transparent;background:#f8fafc;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:border .2s ease,background .2s ease}.call-list li:hover{border-color:#cbd5f5;background:#eef2ff}.call-list li.active{border-color:#6366f1;background:#e0e7ff}.call-title{font-weight:600;margin:0 0 4px}.call-meta{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.status{text-transform:capitalize;padding:2px 8px;border-radius:999px;font-size:12px;font-weight:600}.status.in_progress{background:#fef3c7;color:#b45309}.status.completed{background:#dcfce7;color:#15803d}.status.failed{background:#fee2e2;color:#b91c1c}.detail{display:flex;flex-direction:column}.detail-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:24px}.detail-section h3{margin-top:0}.detail-row{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid #e2e8f0}.detail-row dt{font-weight:600}.detail-row dd{margin:0;text-align:right;color:#334155}.transcript{display:flex;flex-direction:column;gap:12px}.transcript-line{padding:12px;border-radius:12px;background:#f8fafc}.transcript-line p{margin:6px 0 0}.speaker{font-weight:600;margin-right:12px}.timestamp{font-size:12px;color:#64748b}.muted{color:#64748b;font-size:12px}.error{background:#fee2e2;color:#b91c1c;padding:12px 16px;border-radius:10px;margin-bottom:16px}.empty{color:#94a3b8;font-size:14px;padding:12px}@media (max-width: 980px){.content,.detail-grid{grid-template-columns:1fr}}
