*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;background:#0b0b0f;color:#e8e8ec;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}main{flex-direction:column;height:100dvh;padding:24px 16px calc(24px + env(safe-area-inset-bottom));gap:16px}.header,main{display:flex;align-items:center}.header{gap:10px}.header h1{font-size:20px;font-weight:600;letter-spacing:.02em}.pill{font-size:12px;padding:3px 10px;border-radius:999px;background:#1c1c24;color:#9a9aa5;text-transform:uppercase;letter-spacing:.08em}.pill.listening{background:#12321c;color:#5fd68a}.pill.speaking{background:#14263c;color:#6ab0ff}.transcript{flex:1 1;width:100%;max-width:560px;overflow-y:auto;display:flex;flex-direction:column;gap:10px;padding:8px 0}.turn{max-width:85%;padding:10px 14px;border-radius:14px;font-size:15px;line-height:1.4;white-space:pre-wrap}.turn.user{align-self:flex-end;background:#2a2a36}.turn.assistant{align-self:flex-start;background:#161620;border:1px solid #23232f}.mic{width:96px;height:96px;border-radius:50%;border:none;cursor:pointer;font-size:40px;background:#26263a;color:#e8e8ec;transition:transform .1s ease,background .2s ease}.mic:active{transform:scale(.95)}.mic.live{background:#b3382f}.hint{font-size:13px;color:#71717d}.error{width:100%;max-width:560px;background:#3a1512;color:#ff9f96;border-radius:10px;padding:10px 14px;font-size:14px}