:root{--bg:#f7f5ef;--panel:#fff;--panel-2:#f0f6f3;--ink:#17211d;--muted:#61706a;--line:#d9ded7;--accent:#0e7c66;--accent-2:#b23a48;--focus:#f2c14e}*{box-sizing:border-box}body{background:var(--bg);color:var(--ink);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,textarea,input{font:inherit}button{cursor:pointer;border:0}.app-shell{grid-template-columns:320px 1fr;min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--line);background:#fbfaf6;padding:28px}.brand{margin-bottom:32px;font-size:22px;font-weight:800}.status-list{gap:14px;display:grid}.status-item{border:1px solid var(--line);background:var(--panel);border-radius:8px;padding:14px}.status-item strong{margin-bottom:4px;font-size:14px;display:block}.status-item span{color:var(--muted);font-size:13px}.main{padding:32px}.topbar{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:28px;display:flex}.topbar h1{margin:0 0 8px;font-size:32px;line-height:1.1}.topbar p{color:var(--muted);max-width:680px;margin:0}.toolbar{flex-wrap:wrap;gap:10px;display:flex}.button{background:var(--accent);color:#fff;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 14px;font-weight:700;display:inline-flex}.button.secondary{background:var(--panel);color:var(--ink);border:1px solid var(--line)}.button.warning{background:var(--accent-2)}.grid{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:20px;display:grid}.panel{background:var(--panel);border:1px solid var(--line);border-radius:8px;padding:20px}.panel h2{margin:0 0 16px;font-size:18px}.conversation{flex-direction:column;gap:14px;min-height:520px;display:flex}.turn{border-left:4px solid var(--line);background:#fcfcfa;padding:12px 14px}.turn.ai{border-left-color:var(--accent);background:var(--panel-2)}.turn.user{border-left-color:var(--focus)}.turn-label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px;font-size:12px;font-weight:800}.transcript-editor{resize:vertical;border:1px solid var(--line);background:#fffdfa;border-radius:8px;width:100%;min-height:150px;padding:12px}.record-area{gap:14px;display:grid}.timer{background:#e3e7e1;border-radius:999px;height:10px;overflow:hidden}.timer>div{background:var(--accent);height:100%;width:var(--progress,0%)}.meta-list{gap:12px;display:grid}.meta-row{border-bottom:1px solid var(--line);justify-content:space-between;gap:18px;padding-bottom:10px;display:flex}.meta-row span{color:var(--muted)}.chips{flex-wrap:wrap;gap:8px;display:flex}.chip{color:#24473d;background:#e6eee9;border-radius:999px;padding:6px 10px;font-size:13px;font-weight:700}.spoken-text{flex-wrap:wrap;gap:7px;line-height:1.8;display:flex}.spoken-chunk{display:contents}.spoken-word{border-radius:6px;padding:0 3px;transition:background-color .12s,color .12s}.spoken-word.past{color:#486158}.spoken-word.active{background:var(--focus);color:#17211d}.call-status{color:var(--muted);align-items:center;gap:6px;margin-top:12px;font-size:13px;font-weight:700;display:inline-flex}@media (max-width:920px){.app-shell{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid var(--line)}.grid{grid-template-columns:1fr}.topbar{flex-direction:column}}
