:root{font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:#eef2ff;background:#0b1020;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at top right,#1d3158,#0b1020 48%)}button,input{font:inherit}button{border:0;border-radius:10px;padding:.75rem 1rem;color:#0b1020;background:#a7f3d0;font-weight:700;cursor:pointer}button:hover{filter:brightness(1.08)}.landing-shell{min-height:100vh;display:grid;place-items:center;padding:1.5rem}.join-card{width:min(100%,440px);padding:2.5rem;border:1px solid #283858;border-radius:24px;background:#111a2d;box-shadow:0 24px 80px #0007}.eyebrow{margin:0 0 .75rem;color:#7dd3fc;font-size:.72rem;font-weight:800;letter-spacing:.14em}h1,h2,p{margin-top:0}h1{margin-bottom:.75rem;font-size:clamp(2rem,6vw,3.5rem);line-height:1}h2{font-size:.95rem}.muted,.status{color:#94a3b8;line-height:1.5}.status{min-height:1.5rem;margin:1rem 0 0;font-size:.85rem}.join-form{display:grid;gap:1rem;margin-top:2rem}label{display:grid;gap:.45rem;color:#cbd5e1;font-size:.85rem;font-weight:700}input{width:100%;border:1px solid #334566;border-radius:9px;padding:.75rem .85rem;color:#eef2ff;background:#0b1325;outline:none}input:focus{border-color:#7dd3fc}.meeting-shell{min-height:100vh;padding:1.5rem}.meeting-header{max-width:1500px;margin:0 auto 1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.meeting-header h1{margin:0;font-size:1.5rem}.connection-status{color:#a7f3d0;font-size:.85rem}.meeting-content{max-width:1500px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:1rem}.video-grid{min-height:560px;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;align-content:start}.video-card,.empty-state,.sidebar section{border:1px solid #283858;border-radius:16px;background:#111a2d;overflow:hidden}.video-card{position:relative;aspect-ratio:16 / 10}.video-card video{width:100%;height:100%;display:block;object-fit:cover;background:#050914}.video-card video:fullscreen{object-fit:contain;background:#000}.video-card span{position:absolute;left:.75rem;bottom:.7rem;padding:.35rem .55rem;border-radius:6px;color:#fff;background:#0008;font-size:.8rem}.fullscreen-button{position:absolute;top:.65rem;right:.65rem;width:34px;height:34px;padding:0;border:1px solid #fff5;border-radius:8px;color:#fff;background:#0008;font-size:1.15rem;line-height:1}.empty-state{min-height:220px;display:grid;place-items:center;color:#64748b}.sidebar{display:grid;align-content:start;gap:1rem}.sidebar section{padding:1rem}.participant-list{display:grid;gap:.7rem;padding:0;margin:0;list-style:none}.participant-list li{display:flex;align-items:center;gap:.6rem;color:#cbd5e1}.participant-list small{margin-left:auto;color:#64748b}.avatar{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;color:#0b1020;background:#93c5fd;font-weight:800}.chat-section{min-height:300px;display:grid;grid-template-rows:auto 1fr auto}.chat-messages{min-height:120px;max-height:260px;overflow:auto;color:#cbd5e1;font-size:.85rem}.chat-messages p{margin-bottom:.7rem}.chat-messages strong{display:block;color:#7dd3fc;font-size:.75rem}.chat-form{display:flex;gap:.5rem}.chat-form input{min-width:0}.chat-form button{padding-inline:.7rem}.controls{max-width:1500px;margin:1.5rem auto 0;display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap}.controls button{color:#dbeafe;background:#1e3152}.controls .leave-button{color:#fff;background:#be123c}@media(max-width:850px){.meeting-content{grid-template-columns:1fr}.sidebar{grid-template-columns:1fr 1fr}}@media(max-width:560px){.meeting-shell{padding:1rem}.sidebar{grid-template-columns:1fr}.meeting-header{align-items:flex-start;flex-direction:column}}
