@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";.overlay{position:fixed;inset:0;z-index:99999;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:2rem}.container{background:var(--surface);border:1px solid var(--border);border-radius:20px;box-shadow:0 25px 50px -12px #00000080;position:relative;overflow:hidden;width:95%;max-width:1200px;height:85vh;display:flex;flex-direction:column}.header{padding:1.5rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;background:#ffffff05}.title{font-size:1.25rem;font-weight:700;margin:0}.subtitle{font-size:.875rem;color:var(--text-muted);margin:0}.searchSection{padding:1.5rem;border-bottom:1px solid var(--border)}.tableArea{flex:1;overflow-y:auto;padding:1rem}.table{width:100%;border-collapse:collapse}.row{border-bottom:1px solid rgba(255,255,255,.05)}.footer{padding:1rem;border-top:1px solid var(--border);background:#0003;display:flex;justify-content:space-between;font-size:.75rem;color:var(--text-muted)}@layer properties;.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.container{width:100%}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-flex{display:inline-flex}.table{display:table}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.resize{resize:both}.border{border-style:var(--tw-border-style);border-width:1px}.uppercase{text-transform:uppercase}.italic{font-style:italic}.underline{text-decoration-line:underline}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease, ease);transition-duration:var(--tw-duration, 0s)}.grecaptcha-badge{visibility:hidden}@keyframes skeleton-pulse{0%{background-color:#ffffff08}50%{background-color:#ffffff0f}to{background-color:#ffffff08}}@keyframes pulse-shimmer{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}.shimmer-logo{position:relative;animation:pulse-shimmer 2s ease-in-out infinite}.shimmer-logo:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 0%,transparent 35%,rgba(255,255,255,.1) 45%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.1) 55%,transparent 65%,transparent 100%);animation:shimmer-swipe 3s infinite linear;pointer-events:none}@keyframes shimmer-swipe{0%{transform:translate(-30%,-30%) rotate(0)}to{transform:translate(30%,30%) rotate(0)}}.skeleton-box{animation:skeleton-pulse 1.5s ease-in-out infinite;border-radius:8px;background-color:#ffffff08}:root{--background: #111114;--surface: #1b1b1f;--primary: #5c6ac4;--primary-dark: #4754b0;--secondary: #6b7280;--text: #f3f4f6;--text-muted: #9ca3af;--danger: #ef4444;--success: #10b981;--border: #2e2e33}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Outfit,sans-serif;background-color:var(--background);color:var(--text);-webkit-font-smoothing:antialiased;overflow:hidden;height:100vh}.app-container{height:100vh;width:100vw;display:flex;flex-direction:column;overflow:hidden;position:relative}.lobby-layout{display:flex;height:100vh;width:100vw;background:var(--background);overflow:hidden}.lobby-sidebar-nav{width:72px;background:#0b0b0d;display:flex;flex-direction:column;align-items:center;padding:1.5rem 0;gap:1.2rem;border-right:1px solid var(--border);flex-shrink:0}.nav-icon{width:48px;height:48px;background:var(--surface);border-radius:16px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid transparent}.nav-icon:hover,.nav-icon.active{background:var(--primary);color:#fff;border-radius:14px;border-color:#ffffff1a}.lobby-main{flex:1;display:flex;flex-direction:column;overflow:hidden;background:linear-gradient(135deg,#111114,#09090b)}.lobby-header-bar{height:60px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;background:#17171d66;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-shrink:0}.hero-dashboard{padding:2rem 3rem;overflow-y:auto;flex:1}.dash-heading{margin-bottom:2rem;max-width:800px}.dash-heading h1{font-size:2.5rem;font-weight:800;margin-bottom:.6rem;letter-spacing:-1.2px;line-height:1.1}.dash-heading p{color:var(--text-muted);font-size:1rem;line-height:1.5;opacity:.8}.rooms-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.room-card-premium{background:#ffffff08;border:1px solid var(--border);border-radius:20px;padding:1.5rem;cursor:pointer;transition:all .5s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;display:flex;flex-direction:column;gap:1.2rem}.room-card-premium:hover{border-color:var(--primary);background:#5c6ac414;transform:translateY(-8px) scale(1.02);box-shadow:0 40px 80px #00000080}.room-card-premium:after{content:"";position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,var(--primary),#818cf8);opacity:0;transition:opacity .3s ease}.room-card-premium:hover:after{opacity:1}.room-card-top{display:flex;justify-content:space-between;align-items:flex-start}.room-badge-type{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:2px;padding:.5rem 1rem;background:#ffffff0d;border-radius:10px;color:var(--text-muted)}.room-card-mid h3{font-size:1.6rem;font-weight:700;margin-bottom:.8rem;display:flex;align-items:center;gap:12px}.room-meta-info{font-size:.9rem;color:var(--text-muted);display:flex;align-items:center;gap:15px;opacity:.7}.room-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.08)}.user-count-pill{display:flex;align-items:center;gap:8px;background:#10b98126;color:var(--success);padding:.6rem 1.2rem;border-radius:100px;font-size:.9rem;font-weight:700}.empty-grid-state{grid-column:1 / -1;text-align:center;padding:7rem 2rem;background:#0003;border:2px dashed var(--border);border-radius:32px;color:var(--text-muted)}@media(max-width:850px){.lobby-sidebar-nav{display:none}.hero-dashboard{padding:2rem}.lobby-header-bar{padding:0 1.5rem}.dash-heading h1{font-size:2.5rem}.rooms-grid{grid-template-columns:1fr}}.main-header{padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;z-index:100}.brand-logo{display:flex;align-items:center;gap:1rem}@media(max-width:600px){.main-header{padding:.8rem 1rem}.brand-logo>div:last-child{display:none}.controls-bar{bottom:1rem;padding:.5rem;gap:.5rem;width:calc(100% - 2rem)}.controls-bar .icon-btn{width:42px;height:42px}.side-panel{width:100%!important;border-left:none}}.video-grid{flex:1;display:flex;flex-wrap:wrap;align-content:safe center;justify-content:center;gap:1.5rem;padding:2rem;max-width:1800px;margin:0 auto;width:100%;overflow-y:auto;min-height:0}.video-grid>*{flex:1 1 calc(50% - 1.5rem);min-width:380px;max-width:800px}@media(max-width:800px){.video-grid>*{flex:1 1 100%;min-width:0}}.video-grid.single-user>*{max-width:1000px;height:70vh}@media(max-width:768px){.video-grid{grid-template-columns:1fr;gap:1rem;padding:1rem}}.video-card{position:relative;border-radius:12px;overflow:hidden;background:#000;aspect-ratio:16/9;border:1px solid var(--border);transition:none}.video-card:hover{border-color:var(--primary)}.video-element{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transform:scaleX(-1)}.video-element.not-mirrored{transform:scaleX(1)}.overlay-bottom{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);display:flex;justify-content:space-between;align-items:center;opacity:0;transition:opacity .3s ease}.video-card:hover .overlay-bottom{opacity:1}.user-tag{background:#0009;padding:.4rem .8rem;border-radius:6px;display:flex;align-items:center;gap:8px;font-weight:500;font-size:.85rem}.side-panel{position:fixed;top:0;right:0;bottom:0;width:320px;background:var(--surface);border-left:1px solid var(--border);z-index:1000;display:flex;flex-direction:column;box-shadow:-4px 0 20px #00000080;border-radius:0}.panel-header{display:flex;justify-content:space-between;align-items:center;padding:1.2rem;border-bottom:1px solid var(--border);flex-shrink:0}.panel-title{font-size:1rem;font-weight:600;color:var(--text)}.panel-content{flex:1;overflow-y:auto;min-height:0;padding:1.2rem}.participant-item{display:flex;align-items:center;gap:12px;padding:.75rem;border-radius:8px;background:#ffffff05;margin-bottom:.25rem;border:1px solid transparent}.participant-item:hover{background:#ffffff0d}.avatar{width:32px;height:32px;border-radius:6px;background:var(--primary);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.8rem}.controls-bar{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);background:var(--surface);padding:.75rem 1.5rem;border-radius:12px;display:flex;gap:1rem;border:1px solid var(--border);z-index:1000;box-shadow:0 10px 25px #0000004d}.icon-btn{width:48px;height:48px;border-radius:8px;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:background .2s ease;background:#ffffff0d;color:var(--text);position:relative}.icon-btn:hover{background:#ffffff1a;transform:none}.icon-btn.active{background:var(--primary);color:#fff}.icon-btn.danger{background:#ef44441a;color:var(--danger);box-shadow:none}.icon-btn.danger:hover{background:var(--danger);color:#fff}.primary-btn{background:var(--primary);color:#fff;padding:.8rem 1.5rem;border-radius:8px;font-weight:600;font-size:1rem;border:none;cursor:pointer;box-shadow:none;transition:background .2s ease}.primary-btn:hover{background:var(--primary-dark);transform:none;filter:none;box-shadow:none}.status-badge{display:flex;align-items:center;gap:8px;background:#10b9811a;color:var(--success);padding:.4rem 1rem;border-radius:100px;border:1px solid rgba(16,185,129,.2);font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:1px}.pulse-dot{width:8px;height:8px;background:var(--success);border-radius:50%;position:relative;display:inline-block}.pulse-dot:after{content:"";position:absolute;inset:0;border-radius:50%;background:inherit;animation:pulse-ring 2s cubic-bezier(.24,0,.38,1) infinite}@keyframes pulse-ring{0%{transform:scale(1);opacity:.6}to{transform:scale(3.5);opacity:0}}.rainbow-glow{border:1px solid var(--primary)}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.settings-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.6rem}.form-label{font-size:.75rem;font-weight:700;text-transform:uppercase;color:var(--text-muted)}.form-select,.form-input{background:#ffffff08;border:1px solid var(--border);border-radius:6px;padding:.6rem .8rem;color:var(--text);outline:none;width:100%}.form-select:focus,.form-input:focus{border-color:var(--primary);background:#ffffff0d}.form-select option{background:var(--surface)}.nickname-display{font-size:.7rem;color:var(--primary);font-weight:500}.modal-overlay{position:fixed;inset:0;z-index:10000;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:2rem}.modal-container,.lobby-card{background:var(--surface);border:1px solid var(--border);border-radius:20px;box-shadow:0 25px 50px -12px #00000080;position:relative;overflow:hidden}.modal-header{background:#ffffff05;border-bottom:1px solid var(--border)}.friend-item{display:flex;align-items:center;gap:12px;padding:1rem;background:#ffffff08;border:1px solid var(--border);border-radius:12px;transition:all .2s ease}.friend-item:hover{background:#ffffff0d;border-color:var(--primary)}.icon-btn.success{background:#10b9811a;color:var(--success)}.icon-btn.success:hover{background:var(--success);color:#fff}.icon-btn.primary{background:#5c6ac41a;color:var(--primary)}.icon-btn.primary:hover{background:var(--primary);color:#fff}.toast-container{position:fixed;bottom:24px;right:24px;display:flex;flex-direction:column;gap:12px;z-index:20000;pointer-events:none}.toast{pointer-events:auto;min-width:300px;max-width:450px;display:flex;align-items:center;gap:14px;padding:12px 16px;background:#0f172ae6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:12px;box-shadow:0 10px 30px #00000080;color:#fff}.toast-message{flex:1;font-size:.9rem;font-weight:500}.toast-icon{display:flex;align-items:center;justify-content:center}.toast-close{background:transparent;border:none;color:#fff6;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s}.toast-close:hover{background:#ffffff1a;color:#fff}.toast-success .toast-icon{color:#10b981}.toast-error .toast-icon{color:#ef4444}.toast-info .toast-icon{color:#3b82f6}.toast-warning .toast-icon{color:#f59e0b}.toast-success{border-left:4px solid #10b981}.toast-error{border-left:4px solid #ef4444}.toast-info{border-left:4px solid #3b82f6}.toast-warning{border-left:4px solid #f59e0b}.toast-action{background:var(--primary);color:#fff;border:none;padding:6px 12px;border-radius:6px;font-size:.75rem;font-weight:700;cursor:pointer;transition:all .2s}.toast-action:hover{background:var(--primary-dark);transform:translateY(-1px)}.login-container{height:100vh;width:100vw;display:flex;background:var(--background);overflow:hidden}.login-sidebar{flex:1;background:linear-gradient(135deg,#111114,#17171d);display:flex;align-items:center;justify-content:center;position:relative;border-right:1px solid var(--border)}.login-form-side{flex:0 0 500px;display:flex;align-items:center;justify-content:center;padding:4rem;background:var(--surface)}@media(max-width:1024px){.login-form-side{flex:0 0 450px;padding:3rem}}@media(max-width:850px){.login-sidebar{display:none}.login-form-side{flex:1;padding:2rem}}.chat-message{position:relative;transition:transform .2s ease}.chat-message:hover{transform:translate(4px)}.chat-message:hover .message-actions{opacity:1!important}.message-actions button:hover{transform:scale(1.3);transition:transform .1s ease}.reaction-pill{transition:all .2s}.reaction-pill:hover{background:#fff3!important;transform:scale(1.05)}@media(max-width:768px){.lobby-layout{display:block;position:relative;height:100vh;overflow:hidden}.lobby-sidebar-nav{position:fixed;bottom:0;left:0;width:100%;height:65px;flex-direction:row;justify-content:space-evenly;align-items:center;padding:0 5px;background:#0b0b0d;border-right:none;border-top:1px solid var(--border);z-index:9000;padding-bottom:env(safe-area-inset-bottom,10px);box-shadow:0 -4px 20px #00000080}.sidebar-bottom-actions{margin-top:0;display:contents}.nav-icon{width:40px;height:40px;min-width:40px;margin:0 2px;background:transparent;border:none}.nav-icon.active{background:#5c6ac433;color:var(--primary)}.lobby-main{width:100%;height:100%;padding-bottom:80px;overflow-y:auto}.hero-dashboard{padding:1rem 1rem 6rem}.lobby-header-bar{padding:0 1rem;height:60px}.dash-heading h1{font-size:1.8rem}.rooms-grid{grid-template-columns:1fr;gap:1rem}.side-panel{position:fixed!important;inset:0!important;width:100%!important;height:100%!important;z-index:9999;border-left:none;padding-top:60px}.controls-bar,.room-controls{width:90%!important;left:50%!important;transform:translate(-50%)!important;bottom:80px!important;padding:.5rem}.video-grid{flex-direction:column;justify-content:flex-start;padding:.5rem;gap:.5rem;height:auto;min-height:calc(100vh - 120px)}.video-grid>*{max-width:none;width:100%}.modal-content{width:95%;margin:10px auto;max-height:90vh}}@property --tw-rotate-x{syntax: "*"; inherits: false;}@property --tw-rotate-y{syntax: "*"; inherits: false;}@property --tw-rotate-z{syntax: "*"; inherits: false;}@property --tw-skew-x{syntax: "*"; inherits: false;}@property --tw-skew-y{syntax: "*"; inherits: false;}@property --tw-border-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-outline-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-blur{syntax: "*"; inherits: false;}@property --tw-brightness{syntax: "*"; inherits: false;}@property --tw-contrast{syntax: "*"; inherits: false;}@property --tw-grayscale{syntax: "*"; inherits: false;}@property --tw-hue-rotate{syntax: "*"; inherits: false;}@property --tw-invert{syntax: "*"; inherits: false;}@property --tw-opacity{syntax: "*"; inherits: false;}@property --tw-saturate{syntax: "*"; inherits: false;}@property --tw-sepia{syntax: "*"; inherits: false;}@property --tw-drop-shadow{syntax: "*"; inherits: false;}@property --tw-drop-shadow-color{syntax: "*"; inherits: false;}@property --tw-drop-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-drop-shadow-size{syntax: "*"; inherits: false;}@layer properties{@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x: initial;--tw-rotate-y: initial;--tw-rotate-z: initial;--tw-skew-x: initial;--tw-skew-y: initial;--tw-border-style: solid;--tw-outline-style: solid;--tw-blur: initial;--tw-brightness: initial;--tw-contrast: initial;--tw-grayscale: initial;--tw-hue-rotate: initial;--tw-invert: initial;--tw-opacity: initial;--tw-saturate: initial;--tw-sepia: initial;--tw-drop-shadow: initial;--tw-drop-shadow-color: initial;--tw-drop-shadow-alpha: 100%;--tw-drop-shadow-size: initial}}}
