@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap";:root{--bg-dark:#0f172a;--bg-panel:#1e293bbf;--primary:#3b82f6;--primary-hover:#2563eb;--text-main:#f8fafc;--text-muted:#94a3b8;--border:#ffffff1a}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--text-main);background:radial-gradient(circle at 100% 0,#1e1b4b,#0f172a);justify-content:center;align-items:center;min-height:100vh;font-family:Inter,sans-serif;display:flex}#root{justify-content:center;width:100%;display:flex}.container{flex-direction:column;gap:1.5rem;width:100%;max-width:1200px;padding:1.5rem;display:flex}.header{text-align:center;margin-bottom:.5rem;animation:.8s ease-out fadeInDown}.header h1{background:linear-gradient(90deg,#60a5fa,#c084fc);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:2.75rem;font-weight:700}.header p{color:var(--text-muted);font-size:1.05rem}.glass-panel{background:var(--bg-panel);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border);border-radius:1.5rem;padding:1.5rem;transition:all .3s;animation:1s ease-out fadeIn;box-shadow:0 25px 50px -12px #00000080}.login-screen{flex-direction:column;align-items:center;gap:1.25rem;width:100%;display:flex}.login-screen input{width:100%;max-width:400px}.button-group{flex-wrap:wrap;justify-content:center;gap:1rem;width:100%;max-width:400px;display:flex}.button-group button{flex:1;justify-content:center;min-width:160px}.status-text{color:var(--text-muted);text-align:center;margin-top:.5rem;font-size:.9rem}.room-layout{gap:1.5rem;width:100%;display:flex}.sidebar{border:1px solid var(--border);background:#00000040;border-radius:1rem;flex-direction:column;flex-shrink:0;width:260px;padding:1.25rem;display:flex}.sidebar h3{color:#fff;border-bottom:1px solid var(--border);margin-bottom:.75rem;padding-bottom:.5rem;font-size:1rem}.participants-list{flex-direction:column;gap:.5rem;max-height:50vh;list-style:none;display:flex;overflow-y:auto}.participants-list li{color:var(--text-main);background:#ffffff0d;border-radius:.5rem;justify-content:space-between;align-items:center;padding:.5rem .75rem;font-size:.9rem;display:flex}.room-screen{flex-direction:column;flex-grow:1;min-width:0;display:flex}.room-header{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.room-header h2{align-items:center;gap:.75rem;margin:0;font-size:1.35rem;display:flex}.badge{color:#60a5fa;background:#3b82f633;border-radius:1rem;padding:.2rem .6rem;font-size:.75rem}.settings-row{background:#00000040;border-radius:1rem;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1rem;padding:.85rem;display:flex}.setting-group{align-items:center;gap:.5rem;display:flex}.setting-group label{color:var(--text-muted);font-size:.85rem;font-weight:600}.action-group{flex-wrap:wrap;gap:.75rem;margin-left:auto;display:flex}.video-area{aspect-ratio:16/9;border:1px solid var(--border);background:#000;border-radius:1rem;width:100%;position:relative;overflow:hidden}.main-video{object-fit:contain;width:100%;height:100%}.empty-video{width:100%;height:100%;color:var(--text-muted);text-align:center;justify-content:center;align-items:center;padding:1rem;font-size:1.1rem;display:flex}.pip-video-container{aspect-ratio:16/9;border:2px solid var(--border);cursor:pointer;z-index:10;background:#111;border-radius:.75rem;width:25%;min-width:120px;max-width:220px;transition:transform .2s,border-color .2s;position:absolute;bottom:15px;right:15px;overflow:hidden;box-shadow:0 10px 25px #000c}.pip-video-container:hover{border-color:var(--primary);transform:scale(1.05)}.pip-video{object-fit:cover;width:100%;height:100%}.pip-overlay{color:#fff;opacity:0;background:#0009;justify-content:center;align-items:center;font-size:.85rem;font-weight:600;transition:opacity .2s;display:flex;position:absolute;inset:0}.pip-video-container:hover .pip-overlay{opacity:1}.unmute-btn{color:#000;z-index:12;cursor:pointer;background:#eab308;border:none;border-radius:.5rem;padding:.4rem .85rem;font-size:.85rem;font-weight:700;position:absolute;bottom:15px;left:15px}.unmute-btn:hover{background:#ca8a04}.fullscreen-btn{z-index:10;cursor:pointer;background:#0009;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.4rem;transition:background .2s;display:flex;position:absolute;top:12px;left:12px}.fullscreen-btn:hover{box-shadow:none;background:#000000e6;transform:none}.leave-row{justify-content:center;margin-top:1.25rem;display:flex}input,select{border:1px solid var(--border);color:#fff;background:#0f172a99;border-radius:.75rem;outline:none;padding:.65rem 1.25rem;font-size:.95rem;transition:border-color .3s}input:focus,select:focus{border-color:var(--primary)}select{cursor:pointer;appearance:menulist;padding-right:2rem}select option{background:var(--bg-dark);color:#fff}select:disabled{opacity:.5;cursor:not-allowed}button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:.75rem;align-items:center;gap:.4rem;padding:.65rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s;display:inline-flex}button:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 10px 15px -3px #3b82f666}button.secondary{background:#ffffff1a}button.secondary:hover{box-shadow:none;background:#fff3}button.active-btn{background:#10b981}button.active-btn:hover{background:#059669;box-shadow:0 10px 15px -3px #10b98166}.status-badge{background:#0000004d;border-radius:2rem;align-items:center;gap:.4rem;padding:.4rem .85rem;font-size:.85rem;display:flex}.pulse{background-color:#22c55e;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse}@keyframes pulse{0%{box-shadow:0 0 #22c55eb3}70%{box-shadow:0 0 0 6px #22c55e00}to{box-shadow:0 0 #22c55e00}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (width<=960px){.container{gap:1rem;padding:1rem}.header h1{font-size:2.2rem}.header p{font-size:.95rem}.room-layout{flex-direction:column-reverse}.sidebar{width:100%;max-height:180px}.participants-list{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem;max-height:120px;display:grid}.action-group{justify-content:flex-start;width:100%;margin-left:0}}@media (width<=600px){.container{padding:.5rem}.glass-panel{border-radius:1rem;padding:1rem}.header h1{font-size:1.8rem}.header p{font-size:.85rem}.login-screen input{min-width:0}.button-group{flex-direction:column;width:100%}.button-group button{width:100%}.room-header{flex-direction:column;align-items:flex-start}.status-badge{align-self:flex-start}.settings-row{flex-direction:column;align-items:stretch;gap:.75rem}.setting-group{justify-content:space-between;width:100%}.setting-group select{flex:1;max-width:160px}.action-group{flex-direction:column;width:100%}.action-group button{justify-content:center;width:100%}.pip-video-container{width:35%;min-width:90px;bottom:10px;right:10px}.unmute-btn{padding:.35rem .65rem;font-size:.75rem;bottom:10px;left:10px}.leave-row button{justify-content:center;width:100%}}
