:root{font-family:Inter,system-ui,sans-serif;color:#e8f1ee;background:#071a19}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 15% 0,#164d48,#071a19 48%);min-height:100vh}.shell{max-width:1100px;margin:auto;padding:48px 24px}.eyebrow{color:#6ed8bb;letter-spacing:.14em;font-size:.75rem;font-weight:700}h1{font-size:clamp(2.6rem,7vw,5.2rem);margin:.1em 0}h2{margin-top:0}.notice{background:#fff2ca;color:#483500;border-radius:12px;padding:14px 16px;margin:28px 0}.call-card{text-align:center;padding:32px;background:#0c2a28;border:1px solid #2a5650;border-radius:20px}.status{font-size:.9rem;color:#afd2c8}.status span:first-child{display:inline-block;width:9px;height:9px;background:#f3b64b;border-radius:50%;margin-right:7px}.status.ready span:first-child{background:#6ed8bb}.orb{width:92px;height:92px;border-radius:50%;display:grid;place-items:center;margin:22px auto;color:#09201e;font-size:2.2rem;background:#7ce5c7;box-shadow:0 0 0 14px #7ce5c722}.orb.listening{animation:pulse 1s infinite;background:#ffbd71}button{border:0;border-radius:9px;padding:12px 16px;background:#7ce5c7;color:#09201e;font-weight:800;cursor:pointer}button.secondary{background:#e8f1ee;width:100%;margin-top:12px}.grid{display:grid;grid-template-columns:1.25fr .9fr;gap:18px;margin-top:20px}.panel{background:#0c2a28;border:1px solid #2a5650;border-radius:16px;padding:20px}.messages{height:350px;overflow:auto;display:flex;flex-direction:column;gap:10px}.msg{padding:10px 12px;border-radius:10px;max-width:88%;line-height:1.4}.msg.user{align-self:flex-end;background:#245b54}.msg.agent{background:#163f3b}.msg.system{background:#563e21}form{display:flex;gap:8px;margin-top:14px}input,textarea{width:100%;border:1px solid #46736b;border-radius:8px;background:#08201e;color:#fff;padding:10px}form button{padding:10px 15px}label{display:block;font-size:.84rem;color:#b7d5ce;margin:12px 0 4px}.check{display:flex;gap:8px;align-items:center}.check input{width:auto}.result{min-height:2em;color:#9fe5d2}@keyframes pulse{50%{transform:scale(1.12);box-shadow:0 0 0 22px #ffbd7122}}@media(max-width:760px){.shell{padding:28px 15px}.grid{grid-template-columns:1fr}.messages{height:260px}}
