:root{--bg:#07131f;--surface:#091929b8;--surface-2:#10263db8;--surface-3:#193c60b8;--border:#9ed7ff29;--border-light:#9ed7ff4d;--text:#eef8ff;--text-muted:#b8def8;--text-dim:#76a9cf;--accent:#73d3ff;--accent-strong:#3f9fff;--accent-muted:#73d3ff29;--shadow:0 20px 60px #030a1480;--backdrop-image:url(/banner.png);--bg-color:var(--bg);--surface-color:var(--surface);--surface-lighter:var(--surface-2);--primary-color:var(--accent);--primary-glow:#3f9fff47;--text-primary:var(--text);--text-secondary:var(--text-muted);--accent-color:var(--accent-strong);--glass-bg:#091929b8;--glass-border:var(--border)}*{box-sizing:border-box;margin:0;padding:0}html{min-height:100%}body{background:var(--bg);color:var(--text);min-height:100vh;font-family:Trebuchet MS,Avenir Next,Segoe UI,sans-serif;position:relative;overflow-x:hidden}body:before,body:after{content:"";pointer-events:none;position:fixed;inset:0}body:before{background:linear-gradient(180deg, #040e1838 0%, #040e18ad 58%, #040e18eb 100%), linear-gradient(90deg, #73d3ff29 0%, #73d3ff00 36%, #3f9fff24 100%), var(--backdrop-image) center top / cover no-repeat;filter:saturate(1.08)contrast(1.02);z-index:-2;transform:scale(1.04)}body:after{z-index:-1;background:radial-gradient(circle at 100% 0,#82efff29,#0000 28%),radial-gradient(circle at 0 0,#63a1ff2e,#0000 35%),linear-gradient(#040a1214,#040a128c)}#root{min-height:100vh}.app-container{flex-direction:column;min-height:100vh;display:flex;position:relative}.glass-panel{background:var(--surface);border:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow);border-radius:16px}.btn{color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1.4rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .2s,transform .2s,opacity .2s,box-shadow .2s;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);color:#04101e;box-shadow:0 10px 24px #3f9fff3d}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 14px 30px #3f9fff4d}.btn-primary:active{transform:scale(.98)}.btn-secondary{border:1px solid var(--border);color:var(--text);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0a1f318f}.btn-secondary:hover{background:#13314cc2}.btn-ghost{color:var(--text-muted);border:1px solid var(--border);background:0 0}.btn-ghost:hover{color:var(--text);border-color:var(--border-light);background:#9ed7ff14}.btn-icon{border-radius:999px;padding:.6rem}.btn:disabled{opacity:.4;cursor:not-allowed}.heading-gradient{background:linear-gradient(135deg,#f2fbff 0%,#73d3ff 52%,#3f9fff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-secondary{color:var(--text-muted)}.text-center{text-align:center}.container{width:100%;max-width:1200px;margin:0 auto;padding:2rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse-glow{0%{box-shadow:0 0 #3f9fff4d}70%{box-shadow:0 0 0 10px #3f9fff00}to{box-shadow:0 0 #3f9fff00}}.animate-float{animation:.4s both fadeUp}.pulse-glow{animation:2s infinite pulse-glow}.page-transition-enter-active{animation:.3s both fadeUp}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#050d18e0}::-webkit-scrollbar-thumb{background:#73d3ff42;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#73d3ff66}@media (width<=768px){.container{padding:1.25rem}body:before{background-position:50%;transform:scale(1.08)}}.navbar{z-index:100;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#06121e85;border-bottom:1px solid #9ed7ff1f;height:68px;padding:0 2rem;position:sticky;top:0;box-shadow:0 12px 30px #030a1438}.navbar-content{align-items:center;gap:2rem;max-width:1200px;height:100%;margin:0 auto;display:flex}.brand{color:var(--text);border-radius:999px;flex-shrink:0;align-items:center;gap:.7rem;padding:.4rem .75rem .4rem .5rem;text-decoration:none;transition:background .2s,transform .2s;display:flex}.brand:hover{background:#9ed7ff14;transform:translateY(-1px)}.brand svg{color:#04101e;background:linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);box-sizing:content-box;border-radius:999px;padding:.45rem;box-shadow:0 8px 18px #3f9fff3d}.brand-text{letter-spacing:-.02em;text-shadow:0 2px 12px #00000040;font-size:1.02rem;font-weight:700}.nav-links{flex:1;gap:.45rem;display:flex}.nav-link{color:var(--text-muted);border:1px solid #0000;border-radius:999px;align-items:center;gap:.45rem;padding:.58rem .95rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .2s,background .2s,border-color .2s,transform .2s;display:flex}.nav-link:hover{color:var(--text);background:#9ed7ff14;border-color:#9ed7ff1a;transform:translateY(-1px)}.nav-link.active{color:#04101e;background:linear-gradient(135deg,#73d3fff2 0%,#3f9ffff2 100%);box-shadow:0 8px 20px #3f9fff3d}.navbar-right{align-items:center;gap:.75rem;margin-left:auto;display:flex}.nav-user{color:var(--text);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#9ed7ff14;border:1px solid #9ed7ff1a;border-radius:999px;align-items:center;gap:.45rem;padding:.55rem .9rem;font-size:.82rem;display:flex}.logout-btn{color:var(--text-muted);cursor:pointer;background:#9ed7ff0f;border:1px solid #9ed7ff1a;border-radius:999px;justify-content:center;align-items:center;width:38px;height:38px;padding:.3rem;transition:color .2s,background .2s,transform .2s,border-color .2s;display:flex}.logout-btn:hover{color:var(--text);background:#9ed7ff1f;border-color:#9ed7ff2e;transform:translateY(-1px)}@media (width<=768px){.navbar{height:auto;padding:0 1rem}.navbar-content{flex-wrap:wrap;gap:.75rem;padding:.9rem 0}.nav-links{order:3;width:100%;padding-bottom:.1rem;overflow-x:auto}.navbar-right{margin-left:auto}.nav-user{white-space:nowrap;text-overflow:ellipsis;max-width:150px;overflow:hidden}}.home-page{flex-direction:column;gap:3rem;padding-top:2.5rem;padding-bottom:3rem;display:flex}.home-section{flex-direction:column;display:flex}.section-head{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.section-head h2{color:var(--text);font-size:1.1rem;font-weight:600}.btn-sm{border-radius:7px;padding:.35rem .8rem;font-size:.8rem}.spinner{border:2px solid var(--surface-3);border-top-color:var(--text-muted);border-radius:50%;width:32px;height:32px;margin:3rem auto;animation:.7s linear infinite spin}.empty-state{border:1px dashed var(--border);color:var(--text-dim);border-radius:14px;flex-direction:column;align-items:center;gap:.75rem;padding:3rem;display:flex}.cards-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem;display:grid}.movie-card{color:inherit;border-radius:12px;flex-direction:column;gap:.6rem;text-decoration:none;transition:transform .15s;display:flex;overflow:hidden}.movie-card:hover{transform:translateY(-3px)}.movie-thumb{aspect-ratio:16/9;background:var(--surface-2);border-radius:10px;position:relative;overflow:hidden}.movie-thumb img{object-fit:cover;width:100%;height:100%;display:block}.thumb-placeholder{width:100%;height:100%;color:var(--text-dim);justify-content:center;align-items:center;display:flex}.thumb-overlay{opacity:0;background:#00000073;justify-content:center;align-items:center;transition:opacity .15s;display:flex;position:absolute;inset:0}.movie-card:hover .thumb-overlay{opacity:1}.duration-badge{color:#fff;background:#000000b3;border-radius:5px;padding:2px 6px;font-size:.72rem;position:absolute;bottom:6px;right:6px}.movie-meta{flex-direction:column;gap:.2rem;padding:0 .1rem;display:flex}.movie-title{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:500;overflow:hidden}.movie-date{color:var(--text-dim);font-size:.78rem}.sessions-list{flex-direction:column;gap:.5rem;display:flex}.session-row{background:var(--surface);border:1px solid var(--border);color:inherit;border-radius:12px;align-items:center;gap:1rem;padding:.85rem 1rem;text-decoration:none;transition:background .15s,border-color .15s;display:flex}.session-row:hover{background:var(--surface-2);border-color:var(--border-light)}.session-icon{color:var(--text-dim);flex-shrink:0}.session-info{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.session-title{white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:500;overflow:hidden}.session-meta{color:var(--text-dim);gap:1rem;font-size:.77rem;display:flex}.session-meta span{align-items:center;gap:.3rem;display:flex}.session-position{color:var(--text-muted);font-variant-numeric:tabular-nums;flex-shrink:0;font-size:.8rem}.session-play{color:var(--text-dim);flex-shrink:0;transition:color .15s}.session-row:hover .session-play{color:var(--text)}.watch-room{padding-top:1.5rem;padding-bottom:1.5rem}.watch-layout{align-items:stretch;gap:1.5rem;height:calc(100vh - 56px - 3rem);display:flex}.video-section{flex-direction:column;flex:3;gap:1rem;min-width:0;display:flex}.video-container{background:#000;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;flex:1;min-height:460px;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 60px #00000047}.fullscreen-toast{z-index:12;color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);pointer-events:none;background:#0a0e16c7;border:1px solid #ffffff1f;border-radius:14px;flex-direction:column;gap:.2rem;min-width:240px;max-width:min(360px,100% - 2rem);padding:.85rem 1rem;display:flex;position:absolute;top:1rem;right:1rem;box-shadow:0 18px 50px #00000059}.fullscreen-toast-user{letter-spacing:.04em;text-transform:uppercase;color:#ffffffb8;font-size:.76rem;font-weight:700}.fullscreen-toast-text{color:#fff;word-break:break-word;font-size:.96rem;line-height:1.35}.main-video{object-fit:contain;background:#02060a;width:100%;height:100%;display:block}.video-placeholder{color:var(--text-dim);background:var(--surface);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;display:flex}.controls-overlay{opacity:0;background:linear-gradient(#0000 0%,#000000d9 100%);padding:2rem 1.25rem 1rem;transition:opacity .2s;position:absolute;bottom:0;left:0;right:0}.video-container:hover .controls-overlay{opacity:1}@media (hover:none),(pointer:coarse){.controls-overlay{opacity:1}}.progress-bar{cursor:pointer;background:#fff3;border-radius:2px;height:4px;margin-bottom:.9rem;transition:height .15s;position:relative}.progress-bar:hover{height:6px}.progress-fill{pointer-events:none;background:#fff;border-radius:2px;height:100%}.progress-knob{opacity:0;pointer-events:none;background:#fff;border-radius:50%;width:13px;height:13px;transition:opacity .15s;position:absolute;top:50%;transform:translate(-50%,-50%)}.progress-bar:hover .progress-knob{opacity:1}.controls-row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.controls-left,.controls-right{align-items:center;gap:1rem;display:flex}.ctrl-btn{color:#ffffffd9;cursor:pointer;background:0 0;border:none;align-items:center;gap:.45rem;padding:0;transition:color .15s,transform .15s,opacity .15s;display:flex}.ctrl-btn:hover{color:#fff;transform:scale(1.06)}.ctrl-btn:disabled{opacity:.55;cursor:wait}.mic-btn{background:#ffffff14;border:1px solid #ffffff29;border-radius:999px;padding:.45rem .8rem;font-size:.8rem}.mic-btn.active{color:#7bf1b2;background:#2fad7024;border-color:#7bf1b273}.vol-slider{accent-color:#fff;cursor:pointer;width:70px}.time-display{color:#ffffffbf;font-variant-numeric:tabular-nums;font-size:.82rem}.sync-badge{color:var(--text-dim);background:#ffffff14;border-radius:20px;align-items:center;gap:.4rem;padding:.2rem .6rem;font-size:.78rem;display:flex}.sync-badge.ok{color:#4ade80;background:#4ade801a}.sync-dot{background:currentColor;border-radius:50%;width:6px;height:6px}.video-info{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:0 .25rem;display:flex}.vi-title{font-size:1.1rem;font-weight:600}.vi-sub{color:var(--text-muted);margin-top:.2rem;font-size:.82rem}.voice-summary{flex-direction:column;align-items:flex-end;gap:.2rem;display:flex}.voice-status,.voice-count{color:var(--text-muted);font-size:.76rem}.voice-status.live{color:#4ade80}.voice-error{color:#fca5a5;background:#f871711a;border:1px solid #f8717140;border-radius:12px;padding:.85rem 1rem;font-size:.82rem}.sidebar{background:var(--surface);border:1px solid var(--border);border-radius:14px;flex-direction:column;flex-shrink:0;width:320px;min-height:0;display:flex;overflow:hidden}.sidebar-head{border-bottom:1px solid var(--border);color:var(--text-muted);justify-content:space-between;align-items:center;gap:.5rem;padding:1rem 1.25rem;font-size:.875rem;font-weight:600;display:flex}.sidebar-meta{color:var(--text-dim);font-size:.72rem}.voice-users{flex-direction:column;gap:.55rem;padding:.8rem 1rem 0;display:flex}.voice-user{background:var(--surface-2);border:1px solid var(--border);border-radius:12px;justify-content:space-between;align-items:center;gap:.8rem;padding:.65rem .75rem;display:flex}.voice-user-name{color:var(--text);font-size:.82rem}.voice-pill{color:var(--text-dim);background:#ffffff0d;border-radius:999px;padding:.2rem .55rem;font-size:.7rem}.voice-pill.on{color:#7bf1b2;background:#2fad7024}.chat-messages{flex-direction:column;flex:1;gap:.75rem;padding:1rem;display:flex;overflow-y:auto}.sys-msg{color:var(--text-dim);text-align:center;flex-direction:column;align-items:center;gap:.18rem;padding:.35rem 0;font-size:.75rem;display:flex}.sys-msg-text{overflow-wrap:anywhere;max-width:100%}.sys-msg-time{color:#ffffff6b;font-size:.68rem}.message{flex-direction:column;max-width:88%;display:flex}.message.mine{align-self:flex-end}.message.other{align-self:flex-start}.msg-user{color:var(--text-dim);margin-bottom:.2rem;padding-left:.25rem;font-size:.72rem}.msg-bubble{white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;border-radius:12px;padding:.55rem .85rem;font-size:.875rem;line-height:1.45}.message.mine .msg-bubble{color:#000;background:#fff;border-bottom-right-radius:3px}.message.other .msg-bubble{background:var(--surface-2);border:1px solid var(--border);border-bottom-left-radius:3px}.msg-time{color:var(--text-dim);margin-top:.2rem;padding:0 .25rem;font-size:.7rem}.message.mine .msg-time{align-self:flex-end}.message.other .msg-time{align-self:flex-start}.chat-input-area{border-top:1px solid var(--border);flex-direction:column;gap:.6rem;padding:.85rem 1rem;display:flex}.reactions{justify-content:center;gap:.4rem;display:flex}.reaction-btn{background:var(--surface-2);border:1px solid var(--border);cursor:pointer;border-radius:8px;padding:.3rem .5rem;font-size:1.1rem;transition:background .15s,transform .15s}.reaction-btn:hover{background:var(--surface-3);transform:scale(1.15)}.input-row{gap:.5rem;display:flex}.chat-input{background:var(--surface-2);border:1px solid var(--border);color:var(--text);resize:vertical;white-space:pre-wrap;border-radius:9px;outline:none;flex:1;min-height:92px;max-height:220px;padding:.6rem .85rem;font-family:inherit;font-size:.875rem;line-height:1.45;transition:border-color .15s}.chat-input:focus{border-color:var(--border-light)}.chat-input::placeholder{color:var(--text-dim)}.send-btn{color:#000;cursor:pointer;background:#fff;border:none;border-radius:9px;align-items:center;padding:.6rem .75rem;transition:background .15s;display:flex}.send-btn:hover{background:#e0e0e0}.remote-audio-stage{opacity:0;pointer-events:none;width:0;height:0;position:absolute;overflow:hidden}@media (width<=1100px){.watch-room{padding-top:1rem;padding-bottom:1rem}.watch-layout{flex-direction:column;gap:1rem;height:auto}.sidebar{width:100%;min-height:520px}.video-info{flex-direction:column;align-items:flex-start}.voice-summary{align-items:flex-start}.voice-users{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid}}@media (width<=760px){.watch-room{padding-top:.75rem;padding-bottom:1rem}.watch-layout{gap:.85rem}.video-container{aspect-ratio:16/9;border-radius:18px;min-height:auto}.fullscreen-toast{border-radius:12px;min-width:0;max-width:none;padding:.75rem .85rem;top:.75rem;left:.75rem;right:.75rem}.controls-row{flex-direction:column;align-items:flex-start;gap:.75rem}.controls-left,.controls-right{flex-wrap:wrap;gap:.65rem;width:100%}.controls-left{align-items:center}.controls-right{justify-content:space-between}.controls-overlay{padding:1rem .85rem .85rem}.progress-bar{margin-bottom:.7rem}.ctrl-btn{min-height:38px}.mic-btn span{display:none}.vol-slider{width:84px}.time-display{text-align:right;width:100%;font-size:.78rem}.video-info{gap:.6rem;padding:0 .1rem}.vi-title{font-size:1rem;line-height:1.25}.vi-sub{font-size:.76rem}.voice-status,.voice-count{font-size:.72rem}.sidebar{border-radius:18px;min-height:460px}.sidebar-head{flex-direction:column;align-items:flex-start;padding:.9rem 1rem}.voice-user{flex-direction:column;align-items:flex-start;padding:.7rem}.voice-users{scroll-snap-type:x proximity;gap:.5rem;padding:.75rem .85rem 0;display:flex;overflow-x:auto}.voice-user{scroll-snap-align:start;min-width:200px}.chat-messages{gap:.65rem;padding:.85rem}.message{max-width:92%}.msg-bubble{padding:.52rem .75rem;font-size:.82rem}.chat-input-area{padding:.75rem .85rem}.reactions{justify-content:flex-start;padding-bottom:.1rem;overflow-x:auto}.reaction-btn{flex:none}.send-btn{padding-inline:.8rem}}@media (width<=520px){.watch-room{padding-top:.5rem}.video-container{aspect-ratio:16/10}.controls-overlay{padding:.85rem .75rem .75rem}.controls-left,.controls-right{gap:.5rem}.sync-badge{padding:.2rem .5rem;font-size:.72rem}.voice-user{min-width:180px}.chat-input{padding:.58rem .75rem;font-size:.82rem}}.upload-page{max-width:560px;margin:0 auto;padding-top:2.5rem}.upload-header{margin-bottom:2rem}.upload-header h1{margin-bottom:.35rem;font-size:1.5rem;font-weight:700}.upload-header .subtitle{color:var(--text-muted);font-size:.9rem}.upload-form-panel{background:var(--surface);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:1.1rem;padding:1.75rem;display:flex}.drop-zone{border:1px dashed var(--border-light);text-align:center;cursor:pointer;border-radius:12px;padding:2.5rem 1.5rem;transition:border-color .15s,background .15s}.drop-zone:hover,.drop-zone.drag-active,.drop-zone.has-file{background:var(--surface-2);border-color:#555}.drop-content{flex-direction:column;align-items:center;gap:.6rem;display:flex}.upload-icon{color:var(--text-muted)}.drop-content h2{font-size:1rem;font-weight:500}.drop-content p{color:var(--text-muted);font-size:.85rem}.file-selected-name{color:var(--text);word-break:break-all;font-size:.9rem}.file-input{display:none}.upload-fields{flex-direction:column;gap:.65rem;display:flex}.upload-input{background:var(--surface-2);border:1px solid var(--border);width:100%;color:var(--text);box-sizing:border-box;border-radius:10px;outline:none;padding:.65rem 1rem;font-family:inherit;font-size:.9rem;transition:border-color .15s}.upload-input:focus{border-color:var(--border-light)}.upload-input::placeholder{color:var(--text-dim)}.secret-input-wrapper{align-items:center;display:flex;position:relative}.secret-icon{color:var(--text-dim);pointer-events:none;position:absolute;left:.9rem}.secret-input{padding-left:2.5rem}.upload-error{color:#ff6b6b;background:#ff6b6b14;border:1px solid #ff6b6b33;border-radius:8px;padding:.55rem .85rem;font-size:.85rem}.upload-submit{justify-content:center;width:100%}.uploading-state{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:16px;padding:3rem 2rem}.uploading-state h2{color:var(--text);margin-bottom:1.5rem;font-size:1.1rem;font-weight:600}.progress-container{max-width:400px;margin:0 auto 1rem;position:relative}.progress-bar-bg{background:var(--surface-3);border-radius:3px;height:6px;overflow:hidden}.progress-bar-fill{background:#fff;border-radius:3px;height:100%;transition:width .15s}.progress-text{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:.82rem;position:absolute;top:-26px;right:0}.loading-subtext{color:var(--text-dim);margin-top:.5rem;font-size:.85rem}.success-state{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:16px;flex-direction:column;align-items:center;gap:.75rem;padding:3rem 2rem;display:flex}.success-icon{color:#4ade80}.success-state h2{font-size:1.3rem;font-weight:700}.success-state p{color:var(--text-muted)}.mt-4{margin-top:1rem}.login-page{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.login-box{background:var(--surface);border:1px solid var(--border);border-radius:20px;flex-direction:column;gap:1.75rem;width:100%;max-width:400px;padding:2.5rem;animation:.3s fadeUp;display:flex}.login-logo{align-items:center;gap:.6rem;display:flex}.logo-icon{color:var(--text);font-size:1.2rem}.logo-text{color:var(--text);letter-spacing:-.02em;font-size:1.1rem;font-weight:600}.login-title{color:var(--text);letter-spacing:-.03em;font-size:1.6rem;font-weight:700}.login-form{flex-direction:column;gap:1rem;display:flex}.field{flex-direction:column;gap:.4rem;display:flex}.field label{color:var(--text-muted);font-size:.85rem;font-weight:500}.field input{background:var(--surface-2);border:1px solid var(--border);color:var(--text);border-radius:10px;outline:none;padding:.7rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .15s}.field input:focus{border-color:var(--border-light)}.field input::placeholder{color:var(--text-dim)}.login-error{color:#ff6b6b;background:#ff6b6b14;border:1px solid #ff6b6b33;border-radius:8px;padding:.6rem .9rem;font-size:.85rem}.login-submit{width:100%;margin-top:.25rem;padding:.8rem;font-size:.95rem}.login-switch{color:var(--text-muted);text-align:center;justify-content:center;align-items:center;gap:.4rem;font-size:.85rem;display:flex}.switch-btn{color:var(--text);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:0;font-size:.85rem;font-weight:600;text-decoration:underline}
