@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&display=swap";:root{color-scheme:light;font-family:Space Grotesk,Segoe UI,sans-serif;line-height:1.4;font-weight:400;background:#06263f;color:#f8fafc}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(1200px 600px at 10% 10%,rgba(20,184,166,.35),transparent 55%),radial-gradient(900px 500px at 90% 80%,rgba(249,115,22,.25),transparent 52%),linear-gradient(145deg,#03121e,#0b2f4b)}#root{min-height:100vh}.app-shell{min-height:100vh;padding:1.2rem;display:grid;place-items:center}.voice-card{width:min(1280px,100%);border-radius:20px;padding:1.2rem;background:#03121ebf;border:1px solid rgba(226,232,240,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 18px 55px #02061773}.voice-header{margin-bottom:1rem}.voice-header h1{margin:0;font-size:2rem;font-weight:700;letter-spacing:.02em}.voice-header p{margin:.25rem 0 0;color:#bfdbfe}.join-form,.room-panel{display:grid;gap:.8rem}label{display:grid;gap:.3rem;font-size:.92rem;color:#e2e8f0}input,select,button{font:inherit}input,select{width:100%;border-radius:10px;border:1px solid rgba(226,232,240,.35);background:#082338a6;color:#f8fafc;padding:.65rem .75rem;outline:none}input:focus,select:focus{border-color:#14b8a6;box-shadow:0 0 0 2px #14b8a633}button{border:0;border-radius:10px;padding:.65rem .95rem;font-weight:700;color:#081623;background:linear-gradient(120deg,#14b8a6,#22d3ee);cursor:pointer;transition:transform .12s ease,filter .12s ease}button:hover{filter:brightness(1.05);transform:translateY(-1px)}button:disabled{cursor:not-allowed;opacity:.65;transform:none}button.danger{background:linear-gradient(120deg,#f97316,#fb7185)}button.secondary{background:linear-gradient(120deg,#38bdf8,#a78bfa)}.room-meta{display:flex;justify-content:space-between;gap:.8rem;flex-wrap:wrap;font-size:.9rem;color:#cbd5e1}.controls{display:flex;gap:.6rem;flex-wrap:wrap}.controls button{flex:1 1 160px}.share-stage{border:1px solid rgba(226,232,240,.2);border-radius:12px;padding:.75rem;background:#071f318c}.share-stage h2{margin:0;font-size:.95rem;color:#bfdbfe}.share-header{display:flex;align-items:center;justify-content:space-between;gap:.6rem;flex-wrap:wrap;margin-bottom:.45rem}.share-header button{min-width:150px}.video-stage{width:100%;min-height:230px;max-height:560px;aspect-ratio:32 / 9;border-radius:10px;border:1px solid rgba(148,163,184,.25);background:#020617;display:grid;place-items:center;overflow:hidden}.remote-screen-video{width:100%;height:100%;object-fit:contain;background:#020617}.video-stage.video-stage--fullscreen:fullscreen{width:100vw;height:100vh;max-height:none;min-height:0;aspect-ratio:auto;border:0;border-radius:0;background:#000}.video-stage.video-stage--fullscreen:fullscreen .remote-screen-video{width:100%;height:100%;object-fit:contain;background:#000}.video-stage.video-stage--fullscreen:-webkit-full-screen{width:100vw;height:100vh;max-height:none;min-height:0;aspect-ratio:auto;border:0;border-radius:0;background:#000}.video-stage.video-stage--fullscreen:-webkit-full-screen .remote-screen-video{width:100%;height:100%;object-fit:contain;background:#000}.video-placeholder{color:#94a3b8;font-size:.9rem;text-align:center;padding:.75rem}.share-note{margin:.5rem 0 0;font-size:.82rem;color:#93c5fd}.participants{border:1px solid rgba(226,232,240,.2);border-radius:12px;padding:.75rem;background:#071f318c}.participants h2{margin:0 0 .45rem;font-size:.95rem;color:#bfdbfe}.participants ul{margin:0;padding-left:1rem;display:grid;gap:.25rem;font-size:.9rem}.status-line{margin-top:1rem;border-top:1px solid rgba(226,232,240,.2);padding-top:.75rem;font-size:.9rem;color:#e2e8f0;min-height:1.2rem}@media (max-width: 520px){.app-shell{padding:.7rem}.voice-card{border-radius:14px;padding:.95rem}.voice-header h1{font-size:1.65rem}.video-stage{min-height:160px}}
