:root{--color-primary:#3730a3;--color-primary-hover:#4f46e5;--color-primary-soft:#818cf8;--color-primary-rgb:55, 48, 163;--color-on-primary:#fff;--color-danger:#ef4444;--color-danger-hover:#dc2626;--color-danger-soft:#ef44441f;--color-danger-text:#fca5a5;--color-success:#22c55e;--color-success-soft:#22c55e26;--color-info:#6366f1;--color-info-soft:#6366f11f;--color-warm:#f59e0b;--color-bg:#09090f;--color-bg-elevated:#111118;--color-bg-overlay:#000000d9;--color-surface:#111118;--color-surface-elevated:#1a1a24;--color-surface-hover:#252533;--color-border:#262636;--color-border-subtle:#ffffff14;--color-text:#f0f6fc;--color-text-muted:#9ca3af;--color-text-inverse:#0b0c10;--color-text-on-primary:var(--color-on-primary);--shadow-sm:0 1px 2px #00000040;--shadow-md:0 4px 14px #00000040;--shadow-lg:0 8px 30px #00000059;--shadow-glow-primary:0 0 40px rgba(var(--color-primary-rgb), .25);--font-display:clamp(42px, 12vw, 152px);--font-h1:clamp(36px, 5vw, 52px);--font-h2:clamp(28px, 4vw, 40px);--font-h3:clamp(22px, 3vw, 30px);--font-body:clamp(14px, 1.8vw, 18px);--font-caption:13px;--font-small:11px;--line-height-display:1.05;--line-height-heading:1.2;--line-height-body:1.55;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--space-3xl:64px;--space-4xl:80px;--radius-sm:8px;--radius-md:10px;--radius-lg:12px;--radius-xl:16px;--radius-pill:999px;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-smooth:.3s cubic-bezier(.22, 1, .36, 1);--bg:var(--color-bg);--surface:var(--color-surface);--surface-hover:var(--color-surface-hover);--border:var(--color-border);--text:var(--color-text);--text-muted:var(--color-text-muted);--accent:var(--color-primary);--accent-rgb:var(--color-primary-rgb);--accent-hover:var(--color-primary-hover);--accent-text:var(--color-on-primary);--accent-secondary:var(--color-primary-soft);--danger:var(--color-danger);--danger-hover:var(--color-danger-hover);--success:var(--color-success)}html[data-theme=light]{--color-bg:#f8f9fb;--color-bg-elevated:#fff;--color-bg-overlay:#0f172abf;--color-surface:#fff;--color-surface-elevated:#f1f5f9;--color-surface-hover:#e2e8f0;--color-border:#e2e8f0;--color-border-subtle:#0f172a14;--color-text:#0f172a;--color-text-muted:#64748b;--color-text-inverse:#fff;--shadow-sm:0 1px 2px #0f172a14;--shadow-md:0 4px 14px #0f172a1f;--shadow-lg:0 8px 30px #0f172a26;--shadow-glow-primary:0 0 40px rgba(var(--color-primary-rgb), .18);--bg:var(--color-bg);--surface:var(--color-surface);--surface-hover:var(--color-surface-hover);--border:var(--color-border);--text:var(--color-text);--text-muted:var(--color-text-muted);--accent-text:var(--color-on-primary)}.surface{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.surface-elevated{background:var(--color-surface-elevated);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.text{color:var(--color-text)}.text-muted{color:var(--color-text-muted)}.text-inverse{color:var(--color-text-inverse)}.text-primary{color:var(--color-primary)}.text-danger{color:var(--color-danger)}.text-success{color:var(--color-success)}.btn{justify-content:center;align-items:center;gap:var(--space-sm);border-radius:var(--radius-sm);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);border:none;padding:10px 16px;font-size:14px;font-weight:600;display:inline-flex}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-sm{padding:8px 12px;font-size:13px}.btn-primary:hover:not(:disabled){background:var(--color-primary-hover)}.btn-secondary:hover:not(:disabled){background:var(--color-surface-elevated)}.btn-danger:hover:not(:disabled){background:var(--color-danger-hover)}.btn-ghost{color:var(--color-text);background:0 0}.btn-ghost:hover:not(:disabled){background:var(--color-surface-hover)}.badge{border-radius:var(--radius-pill);font-size:var(--font-small);text-transform:uppercase;letter-spacing:.02em;align-items:center;padding:2px 8px;font-weight:600;display:inline-flex}.badge-success{background:var(--color-success-soft);color:var(--color-success)}.badge-danger{background:var(--color-danger-soft);color:var(--color-danger)}.badge-info{background:var(--color-info-soft);color:var(--color-primary-soft)}.badge-muted{background:var(--color-surface-hover);color:var(--color-text-muted)}.card-hover:hover{background:var(--color-surface-hover)}.input{border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-bg);width:100%;color:var(--color-text);transition:border-color var(--transition-fast);outline:none;padding:10px 12px;font-family:inherit;font-size:14px}.input:focus{border-color:var(--color-primary)}.empty-state{text-align:center;padding:var(--space-3xl) var(--space-xl);color:var(--color-text-muted)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.focus-ring:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-pill)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}.console-empty-state{padding:24px}.active-rooms-list{flex-direction:column;gap:10px;display:flex}.active-room-link{color:inherit;text-decoration:none}.active-room-name{font-size:16px;font-weight:700}.active-room-meta{color:var(--text-muted);margin-top:2px;font-size:12px}.active-room-join{background:var(--accent);color:var(--accent-text);border-radius:8px;justify-content:center;align-items:center;padding:8px 14px;font-size:13px;display:inline-flex}.about-page{padding-top:80px;padding-bottom:80px}.about-page--loading,.about-page--error{text-align:center;padding-top:120px}.about-page--loading{color:var(--text-muted)}.about-page--error{color:var(--danger)}.about-page__title{font-size:var(--font-h1);color:var(--text);margin-bottom:32px}.about-page__body{color:var(--text);font-size:var(--font-body);line-height:var(--line-height-body);flex-direction:column;gap:20px;display:flex}.about-page__body p{margin:0}.room-moments-section{margin-top:14px}.room-controls-group--wrap{flex-wrap:wrap}.room-modal-card--ended{text-align:center;max-width:360px}.room-modal-icon{margin-bottom:8px;font-size:28px}.video-preview-title{margin-bottom:12px;padding-right:40px;font-size:16px;font-weight:700}.video-preview-iframe{border:0;width:100%;height:100%;position:absolute;top:0;left:0}.video-preview-actions{text-align:center;margin-top:12px}.icon-btn{border-radius:10px;flex:1;justify-content:center;align-items:center;padding:10px 0;font-size:18px;display:flex}.search-error{background:var(--color-danger-soft);color:var(--color-danger-text);border:1px solid #ef444459;border-radius:8px;margin-top:4px;padding:10px 12px;font-size:13px}.reaction-pill{bottom:max(24px, calc(env(safe-area-inset-bottom) + 12px));background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-md);z-index:50;border-radius:999px;align-items:center;gap:8px;padding:6px 10px;display:flex;position:fixed;left:16px}.reaction-pill__btn{cursor:pointer;background:0 0;border:none;border-radius:999px;padding:4px 6px;font-size:22px;transition:transform .12s ease-out;transform:scale(1)}.reaction-pill__btn--popped{transform:scale(1.45)}.up-next-banner{background:var(--color-info-soft);color:var(--color-primary-soft);border:1px solid #6366f173;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;padding:14px 16px;font-size:15px;font-weight:600;display:flex}.up-next-banner__dismiss{background:var(--surface-hover);color:var(--text);cursor:pointer;border:none;border-radius:8px;padding:6px 10px;font-size:12px;transition:background .15s}.up-next-banner__dismiss:hover{background:var(--surface)}.active-moment{background:var(--color-info-soft);border:1px solid #6366f159;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;margin-top:12px;padding:10px 12px;display:flex}.active-moment--end{background:var(--color-danger-soft);border:1px solid #ef444459}.active-moment__title{font-size:14px;font-weight:600}.active-moment__desc{color:var(--text-muted);margin-top:2px;font-size:12px}button{cursor:pointer;border:none;border-radius:8px;padding:10px 16px;font-family:inherit;font-size:14px;font-weight:600;transition:background .15s}input{border:1px solid var(--border);background:var(--bg);color:var(--text);border-radius:8px;outline:none;padding:10px 12px;font-family:inherit;font-size:14px}input:focus{border-color:var(--accent)}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:16px}.btn-primary{background:var(--accent);color:var(--accent-text)}.btn-primary:hover{background:var(--accent-hover)}.btn-danger{background:var(--danger);color:var(--color-on-primary)}.btn-danger:hover{background:var(--danger-hover)}.btn-secondary{background:var(--surface-hover);color:var(--text)}.btn-secondary:hover{background:var(--surface-elevated)}.badge{text-transform:uppercase;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.badge-open{color:var(--success);background:#22c55e26}.badge-closed{color:var(--danger);background:#ef444426}.queue-item{background:var(--surface);border:1px solid var(--border);border-radius:10px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;padding:14px 16px;display:flex}.queue-item.active{border-color:var(--accent);background:#3730a314}.queue-number{background:var(--surface-hover);width:28px;height:28px;color:var(--text);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.queue-item.active .queue-number{background:var(--accent);color:var(--accent-text)}.empty-state{text-align:center;color:var(--text-muted);padding:48px 24px}.yt-card{scroll-snap-align:start}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}input,textarea{-webkit-user-select:text;user-select:text}button,.no-select{-webkit-user-select:none;user-select:none}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}html,body,#root{overscroll-behavior:none;height:100%}body{background:var(--bg);color:var(--text);padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}.page-home,.page-room{max-width:900px;margin:0 auto;padding:16px}.page-home{max-width:720px}.page-join{justify-content:center;align-items:center;max-width:400px;min-height:100dvh;margin:auto;padding:16px;display:flex}.room-header{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:16px;display:flex}.room-header-name{color:var(--text);font-size:16px;font-weight:600}.room-actions{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:16px;display:flex}.room-error{color:#fca5a5;background:#ef44441f;border:1px solid #ef444459;border-radius:10px;margin-bottom:16px;padding:12px 16px;font-size:14px;font-weight:500}.queue-list{margin-bottom:20px;padding-bottom:120px}.fab-add{bottom:max(24px, calc(env(safe-area-inset-bottom) + 16px));right:max(16px, env(safe-area-inset-right));background:var(--accent);width:64px;height:64px;color:var(--color-on-primary);box-shadow:var(--shadow-lg);z-index:100;cursor:pointer;will-change:transform;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:32px;font-weight:700;transition:transform .3s cubic-bezier(.22,1,.36,1),opacity .25s;animation:2s ease-in-out infinite fab-pulse;display:flex;position:fixed;transform:translateZ(0)}.fab-add--hidden{opacity:0;pointer-events:none;animation:none;transform:translateY(150%)scale(.8)translateZ(0)}.fab-add:active{transform:scale(.92)translateZ(0)}@keyframes fab-pulse{0%,to{box-shadow:0 6px 24px #00000073}50%{box-shadow:0 6px 28px #3730a38c}}.reaction-fab-group{bottom:max(104px, calc(env(safe-area-inset-bottom) + 96px));right:max(16px, env(safe-area-inset-right));z-index:99;flex-direction:column;gap:10px;transition:transform .3s cubic-bezier(.22,1,.36,1),opacity .25s;display:flex;position:fixed}.reaction-fab-group--hidden{opacity:0;pointer-events:none;transform:translateY(150%)scale(.8)}.reaction-fab-btn{background:var(--surface);border:1px solid var(--border);width:56px;height:56px;color:var(--text);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:28px;transition:transform .15s,background .15s;display:flex;box-shadow:0 4px 16px #00000059}.reaction-fab-btn:active{transform:scale(.92)}@media (width<=640px){.reaction-fab-group{bottom:max(96px, calc(env(safe-area-inset-bottom) + 88px));right:max(12px, env(safe-area-inset-right))}.reaction-fab-btn{width:52px;height:52px;font-size:26px}.fab-add{width:60px;height:60px;bottom:max(20px, calc(env(safe-area-inset-bottom) + 12px));right:max(12px, env(safe-area-inset-right));font-size:30px}.queue-list{padding-bottom:100px}}.room-ended-overlay{z-index:2000;text-align:center;background:#000000d9;justify-content:center;align-items:center;padding:12px;display:flex;position:fixed;inset:0}.room-ended-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;width:100%;max-width:360px;padding:24px}.video-preview-overlay{z-index:1000;background:#000000d9;justify-content:center;align-items:center;padding:12px;display:flex;position:fixed;inset:0}.video-preview-card{background:var(--surface);border-radius:12px;width:100%;max-width:720px;padding:12px;position:relative}.video-preview-close{background:var(--surface-hover);color:var(--text);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:16px;display:flex;position:absolute;top:8px;right:8px}.video-preview-frame{border-radius:8px;width:100%;padding-top:56.25%;position:relative;overflow:hidden}.video-preview-frame iframe{border:0;width:100%;height:100%;position:absolute;top:0;left:0}.big-picture-next-queue{left:max(24px, env(safe-area-inset-left));bottom:max(24px, env(safe-area-inset-bottom));z-index:60;position:absolute}.splash-screen{background:var(--bg);z-index:3000;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.join-room-split{background:var(--bg);width:100%;min-height:100dvh;display:flex}.join-room-left{background:var(--bg);border-right:1px solid var(--border);flex-direction:column;flex:.6;justify-content:center;padding:48px 64px;display:none;position:relative;overflow:hidden}@media (width>=768px){.join-room-left{display:flex}}.join-room-glow{background:rgba(var(--color-primary-rgb), .12);filter:blur(60px);border-radius:200px;width:400px;height:400px;position:absolute;top:-100px;left:-100px}.join-room-carousel{align-items:center;max-width:520px;height:320px;display:flex;position:relative}.join-room-slide{width:100%;transition:opacity .6s ease-in-out;position:absolute}.join-room-icon{border-radius:12px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:24px;font-size:28px;display:flex}.join-room-icon--primary{background:var(--accent)}.join-room-icon--success{background:var(--success)}.join-room-slide-title{color:var(--text);margin:0 0 16px;font-size:42px;font-weight:700;line-height:1.1}.join-room-slide-desc{color:var(--text-muted);margin:0;font-size:18px;line-height:1.6}.join-room-dots{z-index:10;gap:10px;margin-top:32px;display:flex}.join-room-dot{cursor:pointer;background:var(--border);border:none;border-radius:4px;height:8px;transition:all .3s}.join-room-dot.active{background:#3730a3;width:32px}.join-room-dot:not(.active){width:8px}.join-room-right{flex-direction:column;flex:1;justify-content:space-evenly;align-items:center;width:100%;padding:24px 16px;display:flex}@media (width>=768px){.join-room-right{flex:1.4;padding:24px}}.join-room-form-card{text-align:left;flex-direction:column;justify-content:center;width:100%;max-width:380px;height:95%;display:flex}@media (width>=768px){.join-room-form-card{text-align:center;width:95%}}.join-room-mobile-header-logo{clear:both;width:100%;height:5%}.join-room-mobile-header{text-align:center;margin-bottom:24px}.join-room-logo{height:36px;margin:0 auto 16px;display:block}@media (width>=768px){.join-room-logo{height:40px;margin:0 auto 24px}}.join-room-heading{color:var(--text);margin:0;font-size:44px;font-weight:800;line-height:1.1}.join-room-lead{color:var(--text-muted);margin:20px 0 0;font-size:14px}.join-room-google-wrap{justify-content:center;width:100%;margin-bottom:16px;display:flex}.join-room-google-wrap iframe{max-width:100%!important}.skeleton-thumb,.skeleton-text,.skeleton-btn{background:linear-gradient(90deg, var(--surface-hover) 25%, var(--color-border) 50%, var(--surface-hover) 75%);background-size:200% 100%;animation:1.2s linear infinite skeletonShimmer}@keyframes skeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.join-room-divider{color:var(--text-muted);align-items:center;gap:12px;margin:12px 0 16px;font-size:12px;display:flex}.join-room-divider:before,.join-room-divider:after{content:"";background:var(--border);flex:1;height:1px}.join-room-form{flex-direction:column;gap:16px;display:flex}.join-room-field{text-align:left;flex-direction:column;gap:6px;display:flex}.join-room-field label{color:var(--text-muted);font-size:13px;font-weight:600}.join-room-field input{border:none;border-bottom:1px solid var(--border);width:100%;color:var(--text);background:0 0;border-radius:0;outline:none;padding:10px 0;font-size:16px}.join-room-field input:focus{border-bottom-color:var(--accent)}.join-room-error{color:var(--danger);text-align:left;font-size:13px}.join-room-actions{gap:10px;margin-top:8px;display:flex}.join-room-back{flex:none}.join-room-submit{border-radius:10px;flex:1;width:100%;padding:14px 16px;font-size:15px}.big-picture-paused-overlay{z-index:150;background:#000000b8;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.big-picture-paused-text{letter-spacing:3px;color:var(--accent-secondary);text-shadow:0 0 40px #818cf88c,0 2px 20px #00000080;font-size:clamp(32px,6vw,80px);font-weight:800}.big-picture-paused-overlay--leaderboard{background:#0b0c10eb;flex-direction:column;justify-content:flex-end;padding:0}.big-picture-paused-middle{flex-direction:row;width:100%;height:65%;display:flex}.big-picture-paused-left{background:#0b0c10b3;flex-direction:column;flex:2;justify-content:center;align-items:center;padding:24px;display:flex;overflow-y:auto}.big-picture-paused-right{background:#0b0c10b3;border-left:1px solid #ffffff1a;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:24px;display:flex}.big-picture-paused-qr{background:#fff;border-radius:16px;width:min(20vw,220px);height:min(20vw,220px);margin-bottom:16px;padding:12px}.big-picture-paused-qr-text{color:var(--text);text-align:center;margin-bottom:6px;font-size:clamp(16px,2vw,24px);font-weight:700}.big-picture-paused-qr-url{color:#fffc;word-break:break-all;text-align:center;max-width:90%;font-size:clamp(12px,1.2vw,16px)}.big-picture-paused-bottom{background:#0b0c10b3;border-top:1px solid #ffffff14;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;height:35%;display:flex}.big-picture-paused-logo{width:auto;height:clamp(32px,5vh,56px)}.big-picture-paused-title{color:var(--text);text-align:center;margin-bottom:16px;font-size:clamp(22px,3vw,36px);font-weight:700}.big-picture-leaderboard{width:100%;max-width:720px}.big-picture-leaderboard-row{background:#ffffff0f;border-radius:14px;align-items:center;gap:14px;margin-bottom:10px;padding:12px 16px;display:flex}.big-picture-leaderboard-rank{color:var(--accent);text-align:center;min-width:44px;font-size:clamp(18px,2.2vw,26px);font-weight:800}.big-picture-leaderboard-avatar{object-fit:cover;border:2px solid #ffffff26;border-radius:50%;flex-shrink:0;width:clamp(36px,4vw,52px);height:clamp(36px,4vw,52px)}.big-picture-leaderboard-info{flex-direction:column;flex:1;min-width:0;display:flex}.big-picture-leaderboard-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:clamp(16px,1.8vw,22px);font-weight:700;overflow:hidden}.big-picture-leaderboard-score{color:var(--color-on-primary);text-align:right;min-width:64px;font-size:clamp(16px,1.8vw,22px);font-weight:700}@media (width<=768px){.big-picture-paused-middle{flex-direction:column}.big-picture-paused-right{border-top:1px solid #ffffff1a;border-left:none;flex:none;height:35%}.big-picture-paused-left{flex:none;height:65%}.big-picture-paused-qr{width:min(35vw,160px);height:min(35vw,160px)}.big-picture-leaderboard-row{gap:10px;padding:10px 12px}.big-picture-leaderboard-reactions{gap:8px}}.host-controls-pill{bottom:max(24px, calc(env(safe-area-inset-bottom) + 12px));background:var(--surface);border:1px solid var(--border);z-index:50;border-radius:999px;flex-wrap:wrap;align-items:center;gap:8px;max-width:420px;padding:8px 12px;display:flex;position:fixed;left:16px;right:16px;box-shadow:0 4px 14px #00000040}.host-control-btn{background:var(--surface-hover);color:var(--text);cursor:pointer;white-space:nowrap;border:none;border-radius:999px;min-height:40px;padding:10px 14px;font-size:14px;font-weight:600}.host-control-btn:hover,.host-control-btn.primary{background:var(--accent);color:var(--accent-text)}.host-control-btn.primary:hover{background:var(--accent-hover)}.big-picture-next-queue-label{text-transform:lowercase;opacity:.7;letter-spacing:.2px;margin-bottom:6px;font-size:12px}.big-picture-next-queue-row{align-items:center;gap:10px;display:flex}.big-picture-next-queue-avatar{object-fit:cover;border-radius:8px;flex-shrink:0;width:40px;height:40px}.big-picture-next-queue-info{flex-direction:column;gap:2px;display:flex}.big-picture-next-queue-title{font-size:16px;font-weight:700;line-height:1.2}.big-picture-next-queue-singer{opacity:.75;font-size:13px}.room-row{background:var(--bg);border:1px solid var(--border);cursor:pointer;border-radius:10px;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.queue-action-btn{border:1px solid var(--border);background:var(--surface-hover);width:32px;height:32px;color:var(--text-muted);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.queue-action-btn:hover{background:var(--surface);color:var(--text);border-color:var(--accent)}.queue-action-btn--youtube:hover{color:red;border-color:#f006}.queue-action-btn--danger:hover{color:var(--danger);border-color:#ef444466}.queue-action-btn svg{display:block}.queue-now-playing{color:var(--accent-secondary);text-transform:uppercase;letter-spacing:.04em;background:#3730a333;border-radius:999px;align-items:center;gap:4px;padding:2px 8px;font-size:11px;font-weight:700;display:inline-flex}.queue-now-playing svg{display:block}.queue-drag-handle{color:var(--text-muted);letter-spacing:-1px;-webkit-user-select:none;user-select:none;opacity:.6;font-size:12px}.queue-item--dragging{opacity:.5;transform:scale(.98);box-shadow:0 8px 30px #00000059}.queue-item--drag-over{border-color:var(--accent);background:rgba(var(--accent-rgb), .12)}.queue-item--draggable{cursor:grab}.queue-item__start{align-items:center;gap:12px;display:flex}.queue-item__moment-icon{background:var(--accent);width:64px;height:36px;color:var(--accent-text);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:20px;display:flex}.queue-item__thumb{object-fit:cover;border-radius:6px;flex-shrink:0;width:64px;height:36px}.queue-item__title{font-size:15px;font-weight:600}.queue-item__meta{color:var(--text-muted);align-items:center;gap:8px;font-size:12px;display:flex}.queue-item__actions{align-items:center;gap:6px;display:flex}.queue-item__reorder{padding:4px 8px;font-size:12px}.queue-item__reorder--disabled{opacity:.35}.queue-item__youtube-link{text-decoration:none}.queue-item[draggable=true]:active{cursor:grabbing}.room-users-panel{background:linear-gradient(135deg, #3730a314 0%, var(--surface) 60%);border:1px solid var(--border);padding:var(--space-lg);border-radius:20px;margin-top:20px}.room-users-title{font-size:var(--font-caption);text-transform:uppercase;letter-spacing:.06em;color:var(--accent-secondary);margin-bottom:var(--space-md);font-weight:700}.room-moments-list{flex-direction:column;gap:5px;display:flex}.room-user-row--draggable{cursor:grab}.moment-slot-icon{background:var(--accent);width:36px;height:36px;color:var(--accent-text);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;display:flex}.room-users-list{gap:var(--space-sm);max-height:220px;padding-right:var(--space-xs);flex-direction:column;display:flex;overflow-y:auto}.room-user-row{justify-content:space-between;align-items:center;gap:var(--space-sm);padding:var(--space-sm);background:var(--surface-hover);border:1px solid var(--border);border-radius:12px;display:flex}.room-user-info{align-items:center;gap:var(--space-sm);min-width:0;display:flex}.room-user-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:28px;height:28px}.room-user-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.room-user-status{color:var(--text-muted);font-size:12px}.room-user-status--blocked{color:var(--danger)}.room-user-actions{align-items:center;gap:var(--space-xs);flex-shrink:0;display:flex}.room-user-btn{cursor:pointer;background:var(--surface-hover);width:32px;height:32px;color:var(--text);border:none;border-radius:8px;justify-content:center;align-items:center;padding:0;font-size:12px;font-weight:600;transition:background .15s;display:inline-flex}.room-user-btn:hover{background:var(--accent);color:var(--accent-text)}.room-user-btn--danger{color:var(--danger);background:#ef44441f}.room-user-btn--danger:hover{background:var(--danger);color:var(--color-on-primary)}@media (width<=480px){.room-header-logo{display:none}.card{border-radius:10px;padding:12px}button{padding:8px 12px;font-size:13px}input{padding:8px 10px;font-size:16px}.queue-item{flex-wrap:wrap;gap:8px;padding:10px 12px}.queue-number{width:24px;height:24px;font-size:11px}.empty-state{padding:32px 16px}}.festival-header{margin-bottom:24px}.festival-title{color:var(--text);margin:0 0 8px;font-size:28px}.festival-subtitle{color:var(--text-muted);margin:0}.festival-filters{flex-wrap:wrap;gap:12px;margin-bottom:20px;display:flex}.festival-select{background:var(--bg);color:var(--text);border:1px solid var(--border);border-radius:8px;min-width:240px;padding:10px 12px;font-size:14px}.festival-list{flex-direction:column;gap:16px;padding-bottom:40px;display:flex}.festival-card{flex-direction:column;gap:10px;display:flex}.festival-card-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.festival-card-title{color:var(--text);margin:0;font-size:18px;font-weight:700}.festival-card-meta{color:var(--text-muted);margin:0;font-size:13px}.festival-tags{flex-wrap:wrap;gap:6px;display:flex}.festival-tag{text-transform:uppercase;background:var(--surface-hover);color:var(--text-muted);border-radius:999px;padding:3px 8px;font-size:11px;font-weight:600}.festival-events h3{color:var(--text);margin:8px 0 10px;font-size:14px}.festival-events ul{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.festival-event{background:var(--bg);border:1px solid var(--border);border-radius:8px;flex-wrap:wrap;align-items:center;gap:8px 16px;padding:10px 12px;font-size:13px;display:flex}.festival-event-price{color:var(--text-muted);margin-left:auto}@keyframes floatUp{0%{opacity:0;transform:translateY(0)scale(.6)}15%{opacity:1;transform:translateY(-30px)scale(1)}to{opacity:0;transform:translateY(-220px)scale(.9)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes tickPop{0%{transform:scale(1)}50%{transform:scale(1.12)}to{transform:scale(1)}}.big-picture{background:var(--bg);width:100vw;height:100dvh;color:var(--text);--bg:#09090f;--surface:#111118;--surface-hover:#1a1a24;--border:#262636;--text:#f0f6fc;--text-muted:#9ca3af;--accent:#3730a3;--accent-hover:#4f46e5;--accent-text:#fff;--accent-secondary:#818cf8;--danger:#ef4444;--danger-hover:#dc2626;--success:#22c55e;position:relative;overflow:hidden}.big-picture--centered{text-align:center;justify-content:center;align-items:center;padding:24px;font-size:24px;display:flex}.big-picture--error{color:var(--danger)}.big-picture--connecting{color:var(--text-muted)}.big-picture-moment{text-align:center;z-index:90;background:var(--color-info-soft);flex-direction:column;justify-content:center;align-items:center;padding:40px;display:flex;position:absolute;inset:0}.big-picture-moment--end{background:var(--color-danger-soft)}.big-picture-moment__title{margin-bottom:16px;font-size:clamp(24px,5vw,64px);font-weight:700}.big-picture-moment__desc{opacity:.85;max-width:800px;font-size:clamp(18px,3vw,36px)}.big-picture-moment__endnote{opacity:.7;margin-top:24px;font-size:clamp(16px,2.5vw,28px)}.big-picture-qr-overlay{background:var(--color-bg-overlay);z-index:100;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:24px;display:flex;position:absolute;inset:0}.big-picture-qr-image{background:#fff;border-radius:16px;width:min(50vw,280px);height:min(50vw,280px);margin-bottom:20px;padding:12px}.big-picture-qr-title{margin-bottom:8px;font-size:clamp(18px,3vw,32px);font-weight:700}.big-picture-qr-url{word-break:break-all;max-width:800px;font-size:clamp(14px,2vw,22px)}.big-picture-qr-close{margin-top:24px}.big-picture-leaderboard-overlay{background:var(--color-bg-overlay);z-index:100;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:24px;display:flex;position:absolute;inset:0}.big-picture-leaderboard-overlay__title{margin-bottom:24px;font-size:clamp(24px,5vw,64px);font-weight:700}.big-picture-leaderboard-overlay__list{flex-direction:column;gap:12px;width:min(80vw,600px);display:flex}.big-picture-leaderboard-overlay__row{background:#ffffff0f;border-radius:12px;align-items:center;gap:16px;padding:12px 16px;display:flex}.big-picture-leaderboard-overlay__rank{width:40px;font-size:clamp(18px,3vw,28px);font-weight:700}.big-picture-leaderboard-overlay__avatar{border-radius:50%;width:48px;height:48px}.big-picture-leaderboard-overlay__name{text-align:left;flex:1;font-size:clamp(16px,2.5vw,24px)}.big-picture-leaderboard-overlay__score{font-size:clamp(18px,3vw,28px);font-weight:700}.big-picture-leaderboard-overlay__close{margin-top:24px}.big-picture-intro{z-index:4;padding:6dvh 6vw;transition:transform .8s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}.big-picture-stage{width:100%;height:100%;position:relative}.big-picture-header{justify-content:space-between;align-items:center;display:flex}.big-picture-logo{opacity:.95;filter:drop-shadow(0 0 16px #3730a359);width:140px;height:auto}.big-picture-vignette{pointer-events:none;z-index:2;background:radial-gradient(#0000 0%,#0000008c 100%);position:absolute;inset:0}.big-picture-spotlight{pointer-events:none;z-index:1;opacity:.6;mix-blend-mode:screen;background:radial-gradient(circle at 30% 30%,#6366f12e 0%,#0000 45%);position:absolute;inset:0}.big-picture-header-singer{pointer-events:none;align-items:center;gap:12px;transition:all .6s cubic-bezier(.22,1,.36,1);display:flex}.big-picture-header-avatar{object-fit:cover;border-radius:50%;width:48px;height:48px;box-shadow:0 4px 14px #0000001f}.big-picture-stage1{flex-direction:column;justify-content:center;align-items:center;transition:all .8s cubic-bezier(.22,1,.36,1);display:flex;position:absolute;inset:0}.big-picture-stage1--compact{justify-content:flex-start;padding-top:10dvh}.big-picture-stage1--compact .big-picture-singer-name{font-size:clamp(24px,4vw,56px)}.big-picture-stage1--compact .big-picture-singer-avatar{width:clamp(48px,8vw,100px);height:clamp(48px,8vw,100px)}.big-picture-stage1--compact .big-picture-singer{gap:16px}.big-picture-upnext-slider{text-transform:uppercase;letter-spacing:.08em;width:100%;color:var(--text);text-shadow:0 0 40px #6366f199,0 0 80px #6366f14d;will-change:transform;z-index:2;justify-content:flex-end;align-items:center;padding-right:6vw;font-size:clamp(48px,10vw,180px);font-weight:900;display:flex;position:absolute;top:0;bottom:0;right:0}.big-picture-singer{flex-wrap:wrap;justify-content:center;align-items:center;gap:3vw;display:flex}.big-picture-singer-name{color:var(--text);text-shadow:0 0 40px #6366f173,0 0 80px #6366f140,0 2px 8px #0006;font-size:clamp(40px,8vw,140px);font-weight:800;line-height:1.05}.big-picture-artist{color:var(--accent);text-align:center;margin-top:12px;font-size:clamp(20px,3.5vw,48px);font-weight:500}.big-picture-singer-avatar{object-fit:cover;border-radius:50%;width:clamp(80px,14vw,220px);height:clamp(80px,14vw,220px);box-shadow:0 0 0 4px #6366f14d,0 10px 40px #00000059}.big-picture-stage2{text-align:center;color:var(--text);text-shadow:0 0 60px #6366f180,0 0 120px #6366f14d,0 2px 10px #00000080;flex-direction:column;justify-content:center;align-items:center;padding:0 6vw;transition:opacity .8s cubic-bezier(.22,1,.36,1);display:flex;position:absolute;inset:0}.big-picture-stage2-title{margin-bottom:2dvh;font-size:clamp(36px,7vw,120px);font-weight:800;line-height:1.1}.big-picture-stage2-artist{color:var(--accent);text-shadow:0 0 30px #6366f166;font-size:clamp(20px,3.5vw,48px);font-weight:500}.big-picture-countdown{bottom:max(24px, calc(env(safe-area-inset-bottom) + 12px));right:max(24px, env(safe-area-inset-right));position:absolute}.big-picture-countdown-right{bottom:max(24px, env(safe-area-inset-bottom));right:max(24px, env(safe-area-inset-right));z-index:1;line-height:.75;position:absolute}.big-picture-countdown-number{color:var(--accent);text-shadow:0 0 100px #6366f173;will-change:transform, opacity;opacity:.16;font-size:clamp(320px,60vw,1200px);font-weight:900;line-height:.75}.big-picture-upnext{opacity:.95;color:var(--accent);text-transform:uppercase;letter-spacing:.12em;text-shadow:0 0 30px #6366f180,0 0 60px #6366f140;margin-bottom:3dvh;font-size:clamp(24px,4vw,56px);font-weight:500}.stage-logo-bottom-right{bottom:max(24px, env(safe-area-inset-bottom));right:max(24px, env(safe-area-inset-right));opacity:.85;z-index:20;filter:drop-shadow(0 0 12px #3730a34d);width:80px;height:auto;position:fixed}.stage-splash{background:var(--bg);z-index:1000;pointer-events:none;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.stage-splash-logo{opacity:.95;filter:drop-shadow(0 0 40px #3730a359);will-change:transform, opacity;width:clamp(180px,30vw,360px);height:auto}.stage-song-info{bottom:max(24px, calc(env(safe-area-inset-bottom) + 12px));text-align:center;z-index:10;padding:0 24px;position:absolute;left:50%;transform:translate(-50%)}.stage-song-title{color:var(--text);text-shadow:0 0 40px #6366f180,0 2px 8px #0006;margin-bottom:8px;font-size:clamp(28px,5vw,72px);font-weight:800}.stage-song-artist{color:var(--accent);text-shadow:0 0 20px #6366f166;font-size:clamp(18px,3vw,36px);font-weight:500}.stage-pause-btn{z-index:200;background:var(--surface);border:1px solid var(--border);width:40px;height:40px;color:var(--text);cursor:pointer;opacity:.35;border-radius:50%;justify-content:center;align-items:center;font-size:16px;transition:opacity .2s;display:flex;position:fixed;top:16px;right:16px}.stage-pause-btn:hover{opacity:1}.stage-dev-controls{z-index:200;opacity:.35;gap:8px;transition:opacity .2s;display:flex;position:fixed;bottom:16px;left:16px}.stage-dev-controls:hover{opacity:1}.stage-dev-controls button{border-radius:8px;padding:6px 12px;font-size:12px}.countdown-ring{filter:drop-shadow(0 0 18px #3730a359);width:80px;height:80px;color:var(--accent);justify-content:center;align-items:center;display:flex;position:relative}.countdown-ring__svg{transform:rotate(-90deg)}.countdown-ring__track{stroke:var(--border)}.countdown-ring__progress{stroke:currentColor}.countdown-ring-label{color:var(--accent);justify-content:center;align-items:center;font-size:26px;font-weight:800;display:flex;position:absolute;inset:0}.big-picture-empty{opacity:.7;font-size:clamp(32px,6vw,80px);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.big-picture-player{z-index:6;background:#000;flex-direction:column;justify-content:center;align-items:center;transition:transform .8s cubic-bezier(.22,1,.36,1);display:flex;position:absolute;inset:0}.big-picture-player-frame{width:100vw;height:100vh;position:relative;overflow:hidden}.big-picture-player-frame iframe{border:0;width:100%;height:100%;position:absolute;top:0;left:0}.big-picture-bubbles{pointer-events:none;width:35%;height:40%;position:absolute;bottom:0;right:0;overflow:hidden}.big-picture-bubble{font-size:clamp(28px,4vw,56px);animation:2.5s ease-out forwards floatUp;position:absolute;bottom:20px}.big-picture-summary{z-index:100;flex-direction:column;justify-content:center;align-items:center;padding:24px;animation:.4s fadeIn;display:flex;position:absolute;inset:0}.big-picture-summary-columns{grid-template-columns:1fr;align-items:start;gap:24px;width:100%;max-width:1100px;display:grid}@media (width>=768px){.big-picture-summary-columns{grid-template-columns:1fr 1fr;gap:40px}}.big-picture-summary-col{flex-direction:column;justify-content:flex-start;align-items:center;display:flex}.big-picture-summary-title{text-align:center;margin-bottom:20px;font-size:clamp(24px,3.5vw,44px);font-weight:700}.big-picture-summary-grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:24px;display:flex}@media (width>=768px){.big-picture-summary-grid{gap:40px}}.big-picture-summary-item{text-align:center}.big-picture-summary-emoji{font-size:clamp(40px,6vw,72px)}.big-picture-summary-count{margin-top:4px;font-size:clamp(22px,2.5vw,36px);font-weight:700}.big-picture-summary-label{color:var(--text-muted);margin-top:2px;font-size:clamp(12px,1.5vw,16px)}.big-picture-leaderboard{flex-direction:column;gap:10px;width:100%;max-width:520px;display:flex}.big-picture-leaderboard-row{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:12px;padding:10px 14px;display:flex}.big-picture-leaderboard-rank{color:var(--text-muted);text-align:center;width:32px;font-size:14px;font-weight:700}.big-picture-leaderboard-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:40px;height:40px}.big-picture-leaderboard-info{text-align:left;flex:1;min-width:0}.big-picture-leaderboard-name{white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.big-picture-leaderboard-reactions{color:var(--text-muted);gap:8px;margin-top:2px;font-size:12px;display:flex}.big-picture-leaderboard-score{color:#3730a3;white-space:nowrap;font-size:16px;font-weight:700}.big-picture-leaderboard-empty{text-align:center;color:var(--text-muted);padding:16px;font-size:14px}.landing-page{background:var(--bg);min-height:100dvh;position:relative;overflow-x:hidden}.landing-page:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(at 20% 0,#f59e0b38 0%,#0000 45%),radial-gradient(at 90% 90%,#f973161f 0%,#0000 40%);position:fixed;inset:0}.landing-hero-glow{filter:blur(80px);pointer-events:none;z-index:0;background:radial-gradient(circle,#f59e0b47 0%,#0000 70%);border-radius:50%;width:55vw;height:55vh;position:fixed;top:-15vh;left:-5vw}.console-hero-glow{filter:blur(90px);pointer-events:none;z-index:0;background:radial-gradient(circle,#4f46e552 0%,#0000 70%);border-radius:50%;width:60vw;height:60vh;position:fixed;top:-20vh;right:-10vw}.room-hero-glow{filter:blur(80px);pointer-events:none;z-index:0;background:radial-gradient(circle,#3730a32e 0%,#0000 70%);border-radius:50%;width:40vw;height:40vh;position:fixed;top:-10vh;right:-5vw}.landing-content{z-index:2;width:100%;position:relative}.landing-hero{min-height:85dvh;padding:var(--space-xl) var(--space-md) var(--space-xl);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}@media (width<=480px){.landing-header{min-height:5dvh}.landing-hero{min-height:78dvh;padding:var(--space-lg) var(--space-md) var(--space-lg);text-align:center}}.landing-hero-inner{align-items:center;gap:var(--space-2xl);flex-direction:column;max-width:1100px;display:flex}.landing-hero h1{color:var(--text);margin:0;font-weight:800}.rotating-headline{width:100%;max-width:1000px;font-size:var(--font-display);line-height:var(--line-height-display);letter-spacing:-.04em;flex-direction:column;align-self:flex-end;align-items:stretch;gap:.02em;display:flex}.rotating-headline__line{display:block}.rotating-headline__line--base{text-align:left;white-space:nowrap}.rotating-headline__line--phrase{text-align:right}.rotating-headline__slot-wrapper{vertical-align:bottom;text-align:left;height:1.1em;display:inline-block;position:relative;overflow:hidden}.rotating-headline__slot-wrapper--base{white-space:nowrap;align-items:baseline;width:auto;display:inline-flex}.rotating-headline__slot-wrapper--phrase{text-align:right;width:7em}.rotating-headline__slot-text{will-change:transform;white-space:nowrap;color:var(--text);line-height:1.1;display:inline}.rotating-headline__slot-text--base{display:inline}.rotating-headline__slot-text--phrase{background-image:linear-gradient(90deg, var(--accent-secondary) 0%, var(--accent) 100%);-webkit-text-fill-color:transparent;background-size:100% 100%;-webkit-background-clip:text;background-clip:text;display:inline-block}.rotating-headline__connector,.rotating-headline__connector--inside{color:var(--text)}.rotating-headline__connector--inside{white-space:pre;display:inline}@media (width<=640px){.rotating-headline{letter-spacing:-.02em;align-self:flex-end;gap:.04em;max-width:100%;font-size:clamp(30px,9vw,52px);line-height:1.08}.rotating-headline__slot-wrapper--phrase{width:auto;min-width:5.5em}}@media (prefers-reduced-motion:reduce){.rotating-headline__slot-text{will-change:auto}}.headline{font-size:inherit;font-weight:inherit;line-height:inherit;color:inherit;margin:0}.headline-word{vertical-align:bottom;padding-bottom:2px;display:inline-block;overflow:hidden}.headline-word+.headline-word{margin-left:.25em}.headline-word-inner{will-change:transform;display:inline-block}.headline-word--highlight{color:var(--accent-secondary);background-image:linear-gradient(90deg, var(--accent), var(--accent-secondary));-webkit-text-fill-color:transparent;background-position:0 0;background-repeat:no-repeat;background-size:100% 100%;-webkit-background-clip:text;background-clip:text}@media (prefers-reduced-motion:reduce){.headline-word-inner{will-change:auto}}.scribble-underline{color:var(--text);display:inline-block;position:relative}.scribble-svg{pointer-events:none;width:calc(100% + 8px);height:10px;position:absolute;bottom:-4px;left:-4px;right:-4px}.landing-hero p{color:var(--text-muted);max-width:640px;margin:0;font-size:clamp(16px,3vw,26px);line-height:1.5}.landing-cta{background:var(--accent);color:var(--accent-text);cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;padding:14px 28px;font-size:16px;font-weight:700;text-decoration:none;transition:transform .15s,background .2s;display:inline-flex;box-shadow:0 0 30px #3730a359}.landing-cta:hover{background:var(--accent-hover);background:var(--accent-hover);transform:translateY(-1px)}.landing-cta--secondary{background:var(--surface-hover);color:var(--text);box-shadow:none;border:1px solid var(--border)}.landing-cta--secondary:hover{background:var(--surface);border-color:var(--accent)}.landing-nav{justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;padding:16px;display:flex}.landing-nav__links{align-items:center;gap:8px;display:flex}.landing-nav__link,.landing-nav__cta{white-space:nowrap;border-radius:10px;padding:10px 14px;font-size:14px;font-weight:600;text-decoration:none;transition:background .15s,color .15s}.landing-nav__link{color:var(--text-muted)}.landing-nav__link:hover{color:var(--text);background:var(--surface-hover)}.landing-nav__cta{background:var(--accent);color:var(--accent-text)}.landing-nav__cta:hover{background:var(--accent-hover)}.landing-nav__theme-btn{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;transition:background .15s,border-color .15s;display:flex}.landing-nav__theme-btn:hover{background:var(--surface-hover);border-color:var(--accent)}.landing-hero-lead{font-size:var(--font-body);max-width:900px;line-height:var(--line-height-body);text-shadow:0 1px 28px #f59e0b38;background-image:linear-gradient(135deg, var(--accent-secondary) 0%, #fbbf24 100%);-webkit-text-fill-color:transparent;text-align:center;background-size:100% 100%;-webkit-background-clip:text;background-clip:text;margin:0;display:inline-block}@media (width<=640px){.landing-hero-lead{max-width:320px}}.landing-hero-actions{justify-content:center;align-items:center;gap:var(--space-md);margin-top:var(--space-sm);flex-wrap:wrap;display:flex}.landing-hero-link{color:var(--accent-secondary);padding:10px 6px;font-size:14px;font-weight:600;text-decoration:none}.landing-hero-link:hover{text-decoration:underline}.landing-section-title--center{text-align:left;margin-bottom:var(--space-2xl)}.landing-how{margin-bottom:64px}.landing-steps{grid-template-columns:1fr;gap:24px;max-width:960px;margin:70px auto 0;padding:0 8px;display:grid}@media (width>=640px){.landing-steps{grid-template-columns:repeat(3,1fr)}}.landing-step{background:linear-gradient(180deg, #3730a31a 0%, var(--surface) 100%);border:1px solid var(--border);border-radius:16px;padding:28px;transition:transform .15s,border-color .2s;position:relative;overflow:visible}.landing-step:hover{border-color:#3730a380;transform:translateY(-2px)}.landing-step__number{background:linear-gradient(180deg, var(--accent-secondary), var(--accent));-webkit-text-fill-color:transparent;color:#0000;opacity:.22;pointer-events:none;z-index:0;-webkit-background-clip:text;background-clip:text;font-size:clamp(80px,15vw,150px);font-weight:800;line-height:1;position:absolute;top:-55px;left:-18px}.landing-step__icon{width:22px;height:22px;color:var(--accent-secondary);opacity:.9;z-index:1;position:absolute;top:16px;right:16px}.landing-step__icon svg{width:100%;height:100%}.landing-step__title{color:var(--text);z-index:1;margin:0 0 8px;font-size:18px;font-weight:700;position:relative}.landing-step__desc{color:var(--text-muted);z-index:1;margin:0;font-size:14px;line-height:1.5;position:relative}.landing-section{width:100%;max-width:1000px;margin:0 auto 40px;padding:0 16px}.landing-section-title{font-size:var(--font-h2);font-weight:800;line-height:var(--line-height-heading);text-align:center;margin-bottom:var(--space-2xl);color:var(--text)}.landing-features{margin-top:24px}.landing-features-list{gap:var(--space-xl);flex-direction:column;max-width:1000px;margin:0 auto;display:flex}.landing-feature-section{min-height:45vh;padding:var(--space-xl) var(--space-lg);background:linear-gradient(135deg, #3730a31f 0%, var(--surface) 60%);border:1px solid var(--border);align-items:center;gap:var(--space-lg);text-align:center;border-radius:24px;grid-template-columns:1fr;display:grid;position:relative;overflow:hidden}.landing-feature-section:nth-child(2){min-height:52vh}@media (width>=768px){.landing-feature-section{padding:var(--space-2xl) var(--space-xl);gap:var(--space-xl);text-align:left;grid-template-columns:1fr 1fr}.landing-feature-section--reversed .landing-feature-section__visual{order:2}.landing-feature-section--reversed .landing-feature-section__content{text-align:right;order:1}}.landing-feature-section__visual{background:var(--color-surface-elevated);border:1px dashed var(--color-border);border-radius:20px;flex-direction:column;justify-content:center;align-items:center;min-height:220px;display:flex;position:relative}.landing-feature-section__icon{z-index:1;width:64px;height:64px;color:var(--accent-secondary);background:0 0;border-radius:18px;padding:14px;position:relative}.landing-feature-section__icon svg{width:100%;height:100%}.landing-feature-reactions{justify-content:center;align-items:center;gap:8px;font-size:36px;line-height:1;display:flex}.landing-feature-section__content{z-index:1;position:relative}.landing-feature-section__title{font-size:var(--font-h3);margin:0 0 var(--space-md);font-weight:800;line-height:var(--line-height-heading);color:var(--text)}.landing-feature-section__desc{font-size:var(--font-body);line-height:var(--line-height-body);color:var(--text-muted);max-width:420px;margin:0}@media (width>=768px){.landing-feature-section__desc{margin:0}.landing-feature-section--reversed .landing-feature-section__desc{margin-left:auto}}.landing-footer{background:linear-gradient(180deg, transparent 0%, var(--color-surface-elevated) 30%, var(--color-surface) 100%);margin-top:40px;padding:48px 16px 32px;position:relative}.landing-footer-separator{background:var(--border);width:100%;height:1px;position:absolute;top:0;left:0}.landing-footer-inner{text-align:center;grid-template-columns:1fr;gap:32px;max-width:1000px;margin:0 auto;display:grid}@media (width>=768px){.landing-footer-inner{text-align:left;grid-template-columns:1.2fr .8fr .8fr 1fr;align-items:start;gap:24px}}.landing-footer-brand{flex-direction:column;align-items:center;gap:10px;display:flex}@media (width>=768px){.landing-footer-brand{align-items:flex-start}}.landing-footer-logo{opacity:.95;height:32px}.landing-footer-copy{color:var(--text-muted);font-size:13px}.landing-footer-links{flex-direction:column;align-items:center;gap:10px;display:flex}@media (width>=768px){.landing-footer-links{align-items:flex-start}}.landing-footer-links-title{text-transform:uppercase;letter-spacing:.08em;color:var(--accent-secondary);margin-bottom:4px;font-size:12px;font-weight:700}.landing-footer-link{color:var(--text-muted);font-size:14px;text-decoration:none;transition:color .15s}.landing-footer-link:hover{color:var(--text)}.landing-footer-cta{flex-direction:column;align-items:center;gap:12px;display:flex}@media (width>=768px){.landing-footer-cta{align-items:flex-end}}.landing-footer-cta-title{color:var(--text-muted);font-size:14px}.landing-footer-cta-button{background:var(--accent);color:var(--accent-text);border-radius:10px;justify-content:center;align-items:center;padding:12px 22px;font-size:14px;font-weight:700;text-decoration:none;transition:background .15s,transform .15s;display:inline-flex;box-shadow:0 0 24px #3730a359}.landing-footer-cta-button:hover{background:var(--accent-hover);transform:translateY(-1px)}.console-page{width:100%;max-width:720px;padding:var(--space-xl) var(--space-md) var(--space-3xl);margin:0 auto}.console-hero{padding:var(--space-xl) 0 var(--space-2xl);text-align:left}.console-hero-inner{gap:var(--space-md);flex-direction:column;display:flex}.console-hero-title{font-size:var(--font-h1);font-weight:800;line-height:var(--line-height-heading);color:var(--text);margin:0}.console-hero-lead{font-size:var(--font-body);line-height:var(--line-height-body);color:var(--text-muted);max-width:540px;margin:0}.console-section{margin-bottom:var(--space-xl)}.console-card{background:linear-gradient(135deg, #3730a31a 0%, var(--surface) 60%);border:1px solid var(--border);padding:var(--space-xl);border-radius:24px}.console-card-title{font-size:var(--font-h3);font-weight:800;line-height:var(--line-height-heading);color:var(--text);margin:0 0 var(--space-lg)}.console-form{gap:var(--space-lg);flex-direction:column;display:flex}.console-form-grid{gap:var(--space-md);grid-template-columns:1fr;display:grid}@media (width>=640px){.console-form-grid{grid-template-columns:1fr 1fr}}.console-field{gap:var(--space-xs);flex-direction:column;display:flex}.console-field--full{grid-column:1/-1}.console-label{font-size:var(--font-caption);text-transform:uppercase;letter-spacing:.06em;color:var(--accent-secondary);font-weight:700}.console-field input{background:var(--bg);border:1px solid var(--border);width:100%;font-size:var(--font-body);color:var(--text);border-radius:12px;padding:12px 14px;transition:border-color .15s,box-shadow .15s}.console-field input:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb), .15)}.console-actions{gap:var(--space-md);flex-wrap:wrap;align-items:center;display:flex}.console-actions .landing-cta{box-shadow:0 0 30px #3730a359}.console-actions .landing-cta--secondary{box-shadow:none}.console-auth{align-items:flex-start;gap:var(--space-md);flex-direction:column;display:flex}.console-auth-lead{font-size:var(--font-body);line-height:var(--line-height-body);color:var(--text-muted);max-width:480px;margin:0}.console-google-wrap{justify-content:flex-start;display:flex}.console-auth-header{align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);background:rgba(var(--accent-rgb), .1);border:1px solid rgba(var(--accent-rgb), .25);border-radius:999px;display:flex}.console-auth-avatar{object-fit:cover;border-radius:50%;width:28px;height:28px}.console-auth-name{font-size:var(--font-caption);color:var(--accent-secondary);font-weight:600}@media (width<=480px){.console-page{padding:var(--space-lg) var(--space-md) var(--space-2xl)}.console-hero{padding:var(--space-xl) 0 var(--space-lg)}.console-card{padding:var(--space-lg);border-radius:20px}.console-actions .landing-cta{justify-content:center;width:100%}.console-google-wrap{justify-content:center}.console-auth{text-align:center;align-items:center}}.room-page{min-height:100dvh;padding-bottom:max(120px, calc(env(safe-area-inset-bottom) + 100px))}.room-page-inner{width:100%;max-width:1400px;padding:var(--space-md) var(--space-lg);margin:0 auto}.room-layout{grid-template-columns:1fr;align-items:start;gap:20px;display:grid}@media (width>=900px){.room-layout{grid-template-columns:65% 1fr}}.room-layout__main{min-width:0;max-height:70vh;padding-right:var(--space-xs);overflow-y:auto}.room-layout__side{min-width:0;padding-right:var(--space-xs)}.room-layout__main .queue-list,.room-layout__side .queue-list{padding-bottom:0}.room-controls-panel{background:linear-gradient(135deg, #3730a31a 0%, var(--surface) 60%);border:1px solid var(--border);padding:var(--space-lg);gap:var(--space-md);border-radius:20px;flex-direction:column;display:flex}.room-controls-title{font-size:var(--font-caption);text-transform:uppercase;letter-spacing:.06em;color:var(--accent-secondary);font-weight:700}.room-controls-group{gap:var(--space-sm);flex-wrap:wrap;display:flex}.room-controls-group .host-control-btn{flex:1 1 calc(50% - var(--space-sm));justify-content:center;min-width:120px}.room-controls-group>div{flex:1 1 calc(50% - var(--space-sm));min-width:120px}.room-controls-dropdown{background:var(--surface);border:1px solid var(--border);z-index:100;border-radius:12px;flex-direction:column;gap:6px;min-width:180px;padding:8px;display:flex;position:absolute;top:calc(100% + 10px);left:0;box-shadow:0 8px 30px #00000059}@media (width>=640px){.room-controls-dropdown{top:auto;bottom:calc(100% + 10px)}}.room-controls-dropdown .host-control-btn{justify-content:flex-start;width:100%}.room-header-bar{justify-content:space-between;align-items:center;gap:var(--space-sm);padding:var(--space-xs) 0;margin-bottom:var(--space-md);border-bottom:1px solid var(--border);display:flex}.room-header-brand{align-items:center;gap:var(--space-sm);min-width:0;display:flex}.room-header-logo{flex-shrink:0;width:auto;height:26px}.room-header-info{min-width:0}.room-header-name{font-size:var(--font-body);font-weight:700;line-height:var(--line-height-body);color:var(--text);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.room-header-role{text-transform:uppercase;letter-spacing:.06em;color:var(--accent-secondary);font-size:11px;font-weight:700}.room-header-actions{align-items:center;gap:var(--space-xs);flex-shrink:0;display:flex}.room-badge{cursor:pointer;text-transform:uppercase;letter-spacing:.04em;border:none;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700}.room-badge--open{color:var(--success);background:#22c55e26}.room-badge--closed{color:var(--danger);background:#ef444426}.room-avatar-btn{cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;width:32px;height:32px;padding:0;overflow:hidden}.room-avatar-btn img{object-fit:cover;width:100%;height:100%}.room-dropdown{background:var(--surface);border:1px solid var(--border);z-index:50;border-radius:12px;min-width:200px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 8px 30px #00000059}.room-dropdown-header{border-bottom:1px solid var(--border);padding:10px 14px;font-size:13px}.room-dropdown-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-weight:700;overflow:hidden}.room-dropdown-email{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:12px;overflow:hidden}.room-dropdown-item{cursor:pointer;color:var(--text);align-items:center;gap:10px;padding:10px 14px;font-size:14px;transition:background .15s;display:flex}.room-dropdown-item:hover{background:var(--surface-hover)}.room-dropdown-item--danger{color:#fca5a5;border-top:1px solid var(--border)}.room-dropdown-link{color:inherit;text-decoration:none;display:block}.room-controls-group--column{flex-direction:column;align-items:stretch;gap:10px}.singer-spot-count{color:var(--text-muted);font-size:14px}.singer-spot-count strong{color:var(--text)}.singer-spot-hint{color:var(--text-muted);font-size:13px}.video-preview-thumb{object-fit:cover;border-radius:8px;width:100%;height:100%;position:absolute;inset:0}.room-dropdown-item--muted{color:var(--text-muted);opacity:.6;cursor:default}.room-dropdown-item--muted:hover{background:0 0}.room-empty{text-align:center;padding:var(--space-3xl) var(--space-md);color:var(--text-muted);font-size:var(--font-body);background:linear-gradient(135deg, #3730a314 0%, var(--surface) 60%);border:1px solid var(--border);border-radius:20px}.room-joined-loading{text-align:center;padding:var(--space-3xl) var(--space-md);color:var(--text-muted);font-size:var(--font-body)}.room-modal-card{background:var(--surface);border:1px solid var(--border);padding:var(--space-xl);border-radius:20px;box-shadow:0 20px 60px #00000073}.room-modal-title{font-size:var(--font-h3);font-weight:800;line-height:var(--line-height-heading);margin:0 0 var(--space-sm);color:var(--text)}.room-modal-lead{color:var(--text-muted);font-size:var(--font-body);line-height:var(--line-height-body);margin:0 0 var(--space-lg)}.room-setting-row{justify-content:space-between;align-items:center;gap:var(--space-md);display:flex}.room-setting-label{font-size:var(--font-body);color:var(--text-muted)}.room-setting-input{text-align:center;width:80px;padding:8px 10px;font-size:14px}.room-setting-input--narrow{width:88px}.room-setting-row--top{align-items:flex-start}.room-setting-checkbox{cursor:pointer;align-items:center;gap:10px;display:flex}.room-setting-checkbox-input{width:18px;height:18px;accent-color:var(--primary)}.room-setting-checkbox span{font-size:14px}.room-modal-card--settings{width:90%;max-width:360px;position:relative}.room-modal-title--padded{padding-right:40px}.room-modal-body{flex-direction:column;gap:14px;display:flex}.room-modal-divider{border-top:1px solid var(--border);margin-top:6px;padding-top:14px}.room-modal-card--centered{text-align:center;width:85%;max-width:320px}.room-modal-actions{gap:10px;display:flex}.btn-flex{flex:1}.btn-block{width:100%}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.fab-add,.big-picture-bubble{animation:none!important}}.reaction-burst{z-index:95;pointer-events:none;background:radial-gradient(circle,#3730a373 0%,#0b0c10fa 60%);position:fixed;inset:0;overflow:hidden}.reaction-burst-emoji{animation:1.2s ease-out forwards burstPop;position:absolute}@keyframes burstPop{0%{opacity:0;transform:scale(0)rotate(-20deg)}40%{opacity:1;transform:scale(1.3)rotate(5deg)}70%{opacity:1;transform:scale(1)rotate(0)}to{opacity:0;transform:scale(0)rotate(20deg)}}.big-picture-upnext-corner{z-index:80;pointer-events:none;align-items:center;gap:12px;transition:transform .6s cubic-bezier(.22,1,.36,1);display:flex;position:fixed;top:24px;right:24px;transform:translate(120%)}.big-picture-upnext-corner.visible{transform:translate(0)}.big-picture-upnext-corner-avatar{object-fit:cover;border:2px solid #ffffff26;border-radius:50%;flex-shrink:0;width:56px;height:56px;box-shadow:0 4px 14px #00000040}.big-picture-upnext-corner-box{color:var(--text);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0b0c10d9;border:1px solid #ffffff1a;border-radius:999px;padding:10px 18px}.big-picture-upnext-corner-label{opacity:.85;text-transform:uppercase;letter-spacing:1px;margin-bottom:2px;font-size:12px}.big-picture-upnext-corner-name{font-size:clamp(16px,2.5vw,28px);font-weight:700}.big-picture-results{z-index:100;color:var(--text);background:radial-gradient(circle at 50% 30%,#3730a380 0%,#0b0c10fa 65%),#0b0c10f5;justify-content:center;align-items:center;padding:24px;animation:.4s fadeIn;display:flex;position:fixed;inset:0;overflow:auto}.big-picture-results-columns{grid-template-columns:1fr;align-items:start;gap:24px;width:100%;max-width:1200px;display:grid}@media (width>=768px){.big-picture-results-columns{grid-template-columns:1fr 1fr;gap:48px}}.big-picture-results-col{flex-direction:column;justify-content:flex-start;align-items:center;display:flex}.big-picture-results-singer{flex-direction:column;align-items:center;gap:16px;margin-bottom:32px;display:flex}.big-picture-results-singer-avatar{object-fit:cover;border-radius:50%;width:clamp(120px,20vw,220px);height:clamp(120px,20vw,220px);box-shadow:0 0 0 6px #6366f140,0 10px 40px #00000059}.big-picture-results-singer-name{text-align:center;font-size:clamp(32px,5vw,64px);font-weight:800}.big-picture-results-title{text-align:center;margin-bottom:20px;font-size:clamp(24px,3.5vw,44px);font-weight:700}.big-picture-results-grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:24px;display:flex}@media (width>=768px){.big-picture-results-grid{gap:40px}}.big-picture-results-item{text-align:center}.big-picture-results-emoji{font-size:clamp(48px,8vw,96px)}.big-picture-results-count{margin-top:4px;font-size:clamp(24px,3vw,44px);font-weight:700}.big-picture-results-label{color:var(--text-muted);margin-top:2px;font-size:clamp(14px,1.5vw,18px)}.big-picture-results-leaderboard{flex-direction:column;gap:14px;width:100%;max-width:720px;display:flex}.big-picture-results-leaderboard-row{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:16px;align-items:center;gap:16px;padding:16px 20px;display:flex}.big-picture-results-leaderboard-rank{color:var(--accent);text-align:center;min-width:48px;font-size:clamp(24px,3vw,36px);font-weight:800}.big-picture-results-leaderboard-avatar{object-fit:cover;border:2px solid #ffffff26;border-radius:50%;flex-shrink:0;width:clamp(56px,6vw,80px);height:clamp(56px,6vw,80px)}.big-picture-results-leaderboard-info{flex-direction:column;flex:1;min-width:0;display:flex}.big-picture-results-leaderboard-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:clamp(22px,2.5vw,32px);font-weight:700;overflow:hidden}.big-picture-results-leaderboard-score{color:var(--color-on-primary);text-align:right;min-width:80px;font-size:clamp(24px,3vw,40px);font-weight:800}@media (width<=768px){.big-picture-results-leaderboard-row{gap:12px;padding:12px 14px}.big-picture-results-leaderboard-name{font-size:clamp(18px,2.2vw,24px)}.big-picture-results-leaderboard-score{font-size:clamp(20px,2.5vw,28px)}.big-picture-upnext-corner{top:16px;right:16px}}@media (prefers-reduced-motion:reduce){.reaction-burst-emoji{animation:none!important}.big-picture-upnext-corner{transition:none!important}.big-picture-results{animation:none!important}}
