*{box-sizing:border-box;margin:0;padding:0}body{background:radial-gradient(circle at top,#0f172a,#020617);color:#e5e7eb;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.app,body{height:100vh}.app{display:flex;flex-direction:column}.header{align-items:center;border-bottom:1px solid #1e293b;display:flex;justify-content:space-between;padding:16px 24px}.header h1{color:#f8fafc;font-size:18px;font-weight:600}.session-btn{background:#1e293b;border:none;border-radius:8px;color:#e5e7eb;cursor:pointer;padding:8px 14px}.session-btn:hover{background:#334155}.main{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:22px;justify-content:center;text-align:center}.status{color:#94a3b8;font-size:14px}.caption{background:#1e293b99;border-radius:12px;color:#e5e7eb;font-size:14px;line-height:1.4;max-width:600px;padding:12px 16px}.controls{display:flex;gap:20px}.mic{border:none;border-radius:50%;cursor:pointer;font-size:18px;height:140px;transition:transform .2s ease,box-shadow .2s ease;width:140px}.mic:hover{transform:scale(1.05)}.mic.green{background:#22c55e;color:#052e16}.mic.green:hover{box-shadow:0 0 0 28px #22c55e26}.mic.red{background:#ef4444;color:#fff}.mic.red:hover{box-shadow:0 0 0 28px #ef444440}@keyframes pulse{0%{box-shadow:0 0 0 0 #ef444499}to{box-shadow:0 0 0 28px #ef444400}}.waveform{align-items:center;display:flex;gap:6px;height:40px}.bar{background:#22c55e;border-radius:4px;height:10px;opacity:.6;width:6px}.bar.animate{animation:wave 1s ease-in-out infinite}@keyframes wave{0%,to{height:10px;opacity:.4}50%{height:36px;opacity:1}}
/*# sourceMappingURL=main.2c03740a.css.map*/