.dashboard-shell,:root:has(.dashboard-shell){--studio-bg:#07080f;--studio-bg-2:#0d1020;--studio-surface:rgba(18,22,34,0.72);--studio-surface-solid:#121622;--studio-elevated:rgba(28,34,52,0.82);--studio-glass-border:rgba(255,255,255,0.08);--studio-glass-bg:rgba(255,255,255,0.03);--studio-glass-highlight:rgba(255,255,255,0.04);--neon-cyan:#00f2ff;--neon-magenta:#ff007a;--neon-purple:#a855f7;--neon-lime:#c6ff3d;--neon-amber:#ffb020;--glow-cyan:color-mix(in srgb,var(--neon-cyan) 45%,transparent);--glow-magenta:color-mix(in srgb,var(--neon-magenta) 45%,transparent);--glow-purple:color-mix(in srgb,var(--neon-purple) 40%,transparent);--background:var(--studio-bg);--foreground:#eef0f8;--card:var(--studio-surface);--card-foreground:#eef0f8;--popover:var(--studio-elevated);--popover-foreground:#eef0f8;--primary:var(--neon-cyan);--primary-foreground:#041018;--secondary:rgba(255,255,255,0.06);--secondary-foreground:#eef0f8;--muted:rgba(255,255,255,0.05);--muted-foreground:#8b90a8;--accent:rgba(0,242,255,0.1);--accent-foreground:var(--neon-cyan);--destructive:#ff4d6a;--border:var(--studio-glass-border);--input:rgba(255,255,255,0.1);--ring:var(--neon-cyan);--sidebar:rgba(12,14,24,0.88);--sidebar-foreground:#eef0f8;--sidebar-primary:var(--neon-cyan);--sidebar-primary-foreground:#041018;--sidebar-accent:rgba(0,242,255,0.1);--sidebar-accent-foreground:var(--neon-cyan);--sidebar-border:var(--studio-glass-border);--sidebar-ring:var(--neon-cyan);--radius:1rem}.dashboard-shell{position:relative;isolation:isolate;color-scheme:dark;background:var(--studio-bg);color:var(--foreground)}.dashboard-shell .dashboard-main-scroll{position:relative;z-index:1}.dashboard-ambient{pointer-events:none;position:fixed;inset:0;z-index:0;overflow:hidden}.dashboard-ambient__orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.55;will-change:transform}.dashboard-ambient__orb--cyan{top:-8%;inset-inline-start:12%;width:min(42vw,520px);height:min(42vw,520px);background:radial-gradient(circle,var(--neon-cyan) -20%,transparent 50%);animation:studio-drift-a 22s ease-in-out infinite}.dashboard-ambient__orb--magenta{top:28%;inset-inline-end:-6%;width:min(38vw,480px);height:min(38vw,480px);background:radial-gradient(circle,var(--neon-magenta) -20%,transparent 50%);animation:studio-drift-b 26s ease-in-out infinite}.dashboard-ambient__orb--purple{bottom:-12%;inset-inline-start:32%;width:min(44vw,560px);height:min(44vw,560px);background:radial-gradient(circle,var(--neon-purple) -20%,transparent 50%);animation:studio-drift-c 30s ease-in-out infinite}.dashboard-ambient__grid{position:absolute;inset:0;opacity:.35;background-image:linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 0),linear-gradient(180deg,rgba(255,255,255,.03) 1px,transparent 0);background-size:56px 56px;mask-image:radial-gradient(ellipse 80% 70% at 50% 40%,black 20%,transparent 75%)}@keyframes studio-drift-a{0%,to{transform:translate(0) scale(1)}50%{transform:translate(4%,6%) scale(1.08)}}@keyframes studio-drift-b{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-5%,4%) scale(1.06)}}@keyframes studio-drift-c{0%,to{transform:translate(0) scale(1)}50%{transform:translate(3%,-5%) scale(1.1)}}.glass-panel{background:var(--studio-surface);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--studio-glass-border);box-shadow:inset 0 1px 0 var(--studio-glass-highlight),0 8px 32px -12px rgba(0,0,0,.45)}.glass-panel-elevated{background:var(--studio-elevated);border:1px solid color-mix(in srgb,var(--studio-glass-border) 80%,var(--neon-cyan) 20%)}.dashboard-sidebar,.glass-panel-elevated{backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.dashboard-sidebar{--sidebar-width:17.5rem;position:relative;z-index:30;display:none;height:100dvh;max-height:100dvh;width:var(--sidebar-width);flex-direction:column;overflow:hidden;background:var(--sidebar);border-inline-end:1px solid var(--sidebar-border)}@media (min-width:768px){.dashboard-sidebar{display:flex}.dashboard-sidebar--rail{--sidebar-rail-width:5.25rem;--sidebar-width:var(--sidebar-rail-width)}}.dashboard-sidebar-header{padding:1rem .875rem .625rem;border-bottom:1px solid color-mix(in srgb,var(--sidebar-border) 80%,transparent)}.dashboard-sidebar-brand{position:relative;display:flex;align-items:center;justify-content:center;gap:.75rem;min-width:0;border-radius:calc(var(--radius) * .9);padding:.375rem .5rem;color:inherit;transition:background .2s ease}.dashboard-sidebar-brand:hover{background:rgba(255,255,255,.04)}.dashboard-sidebar-brand-logo-wrap{display:flex;shrink:0;align-items:center;justify-content:center;padding:.3125rem .5rem;border-radius:calc(var(--radius) * .85);background:linear-gradient(145deg,rgb(82 0 168/22%),rgb(16 199 222/14%));box-shadow:inset 0 1px 0 rgb(255 255 255/10%),0 0 0 1px rgb(255 255 255/8%),0 0 20px rgb(16 199 222/16%),0 0 28px rgb(82 0 168/14%)}.dashboard-sidebar-brand-logo{filter:none}.dashboard-sidebar-brand-copy{display:flex;min-width:0;flex-direction:column;gap:.125rem}.dashboard-sidebar-brand-name{font-size:1.125rem;line-height:1;letter-spacing:.05em}.dashboard-sidebar-nav{padding:.75rem .625rem .5rem;scrollbar-gutter:stable}.dashboard-sidebar-section{margin-bottom:.75rem;padding:.5rem;border-radius:calc(var(--radius) * .85);border:1px solid rgba(255,255,255,.05);background:rgba(255,255,255,.02)}.dashboard-sidebar-section:last-child{margin-bottom:0}.dashboard-sidebar-section-title{padding:.25rem .5rem .375rem;font-size:.625rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:color-mix(in srgb,var(--muted-foreground) 92%,var(--neon-cyan) 8%)}.dashboard-sidebar-item-list{display:flex;flex-direction:column;gap:.125rem;list-style:none;margin:0;padding:0}.dashboard-sidebar-item{position:relative;display:flex;align-items:center;gap:.75rem;min-height:2.625rem;padding:.5rem .625rem;border-radius:calc(var(--radius) * .75);font-size:.875rem;font-weight:500;color:var(--muted-foreground);transition:background .2s ease,color .2s ease,box-shadow .2s ease}.dashboard-sidebar-item:hover{background:rgba(255,255,255,.05);color:var(--foreground)}.dashboard-sidebar-item--active{background:linear-gradient(90deg,color-mix(in srgb,var(--neon-cyan) 18%,transparent),color-mix(in srgb,var(--neon-cyan) 4%,transparent));color:var(--foreground);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--neon-cyan) 22%,transparent)}.dashboard-sidebar-item--active:before{content:"";position:absolute;inset-block:.5rem;inset-inline-start:0;width:3px;border-radius:9999px;background:var(--neon-cyan);box-shadow:0 0 10px var(--glow-cyan)}.dashboard-sidebar-item-icon{position:relative;display:flex;size:2rem;width:2rem;height:2rem;shrink:0;align-items:center;justify-content:center;border-radius:calc(var(--radius) * .65);background:rgba(255,255,255,.04);color:inherit;transition:background .2s ease,color .2s ease}.dashboard-sidebar-item-badge{position:absolute;top:-.2rem;inset-inline-end:-.28rem;z-index:1;min-width:1.05rem;height:1.05rem;padding:0 .28rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:.62rem;font-weight:800;line-height:1;letter-spacing:0;color:#fff;background:#ef4444;box-shadow:0 0 0 2px color-mix(in srgb,var(--background) 88%,black)}.dashboard-sidebar-item-badge--lock{color:#fde68a;background:color-mix(in srgb,#b45309 88%,black)}.dashboard-sidebar-item--locked{opacity:.72}.dashboard-sidebar-item--active .dashboard-sidebar-item-icon{background:color-mix(in srgb,var(--neon-cyan) 20%,transparent);color:var(--neon-cyan)}.dashboard-sidebar-item-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-sidebar-item-flyout{position:fixed;top:var(--sidebar-flyout-y,-100vh);inset-inline-start:calc(var(--sidebar-rail-width, 5.25rem) + .375rem);z-index:120;transform:translateY(-50%);pointer-events:none;white-space:nowrap;max-width:min(16rem,50vw);overflow:hidden;text-overflow:ellipsis;padding:.4375rem .75rem;border-radius:calc(var(--radius) * .65);font-size:.8125rem;font-weight:600;color:var(--foreground);background:var(--studio-elevated);border:1px solid color-mix(in srgb,var(--neon-cyan) 22%,var(--studio-glass-border));box-shadow:0 10px 28px rgba(0,0,0,.45),0 0 0 1px rgba(255,255,255,.04),0 0 20px color-mix(in srgb,var(--neon-cyan) 12%,transparent);opacity:0;visibility:hidden;transition:opacity .15s ease,visibility .15s ease}.dashboard-sidebar-brand:focus-visible .dashboard-sidebar-item-flyout,.dashboard-sidebar-brand:hover .dashboard-sidebar-item-flyout,.dashboard-sidebar-item:focus-visible .dashboard-sidebar-item-flyout,.dashboard-sidebar-item:hover .dashboard-sidebar-item-flyout,.dashboard-sidebar-profile-avatar-wrap:focus-within .dashboard-sidebar-item-flyout,.dashboard-sidebar-profile-avatar-wrap:hover .dashboard-sidebar-item-flyout{opacity:1;visibility:visible}.dashboard-sidebar-profile-flyout{display:flex;flex-direction:column;gap:.125rem;white-space:normal;max-width:14rem}.dashboard-sidebar-profile-flyout-handle{font-size:.6875rem;font-weight:500;color:var(--muted-foreground)}.dashboard-sidebar-profile-avatar-wrap{position:relative;display:flex;shrink:0}.dashboard-sidebar-footer{padding:.625rem;border-top:1px solid color-mix(in srgb,var(--sidebar-border) 80%,transparent);background:color-mix(in srgb,var(--sidebar) 88%,black 12%)}.dashboard-sidebar-profile{margin:0;padding:.75rem;border-radius:calc(var(--radius) * .95)}.dashboard-sidebar-profile-inner{display:flex;align-items:flex-start;gap:.625rem}.dashboard-sidebar-profile-copy{display:block}.dashboard-sidebar-profile-action{size:2.25rem;width:2.25rem;height:2.25rem;margin-inline-start:auto;border-radius:calc(var(--radius) * .85);color:var(--muted-foreground)}.dashboard-sidebar-profile-action:hover{background:rgba(255,255,255,.06);color:var(--foreground)}.dashboard-sidebar-profile-action--logout:hover{color:#ffb3c0;background:color-mix(in srgb,var(--destructive) 12%,transparent)}.dashboard-sidebar-profile-avatar{display:flex;size:2.75rem;width:2.75rem;height:2.75rem;shrink:0;align-items:center;justify-content:center;border-radius:9999px;background:linear-gradient(135deg,var(--neon-purple),var(--neon-magenta));font-size:.9375rem;font-weight:700;color:white;box-shadow:0 0 16px var(--glow-magenta)}.dashboard-sidebar-pro-badge{display:inline-flex;align-items:center;gap:.25rem;border-radius:9999px;border:1px solid color-mix(in srgb,var(--neon-purple) 50%,transparent);background:color-mix(in srgb,var(--neon-purple) 18%,transparent);padding:.125rem .5rem;font-size:.625rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#e9d5ff}@media (min-width:768px){.dashboard-sidebar--rail .dashboard-sidebar-header{padding:.75rem .375rem .5rem}.dashboard-sidebar--rail .dashboard-sidebar-brand{flex-direction:column;gap:0;padding-inline:.25rem}.dashboard-sidebar--rail .dashboard-sidebar-brand-copy,.dashboard-sidebar--rail .dashboard-sidebar-profile-copy,.dashboard-sidebar--rail .dashboard-sidebar-section-title{display:none}.dashboard-sidebar--rail .dashboard-sidebar-nav{padding:.5rem .3125rem .375rem;overflow-x:hidden;scrollbar-gutter:auto}.dashboard-sidebar--rail .dashboard-sidebar-section{margin-bottom:.375rem;padding:.125rem 0;border:none;background:transparent}.dashboard-sidebar--rail .dashboard-sidebar-section+.dashboard-sidebar-section{padding-top:.375rem;border-top:1px solid color-mix(in srgb,var(--sidebar-border) 65%,transparent)}.dashboard-sidebar--rail .dashboard-sidebar-item{flex-direction:column;align-items:center;justify-content:center;gap:.3125rem;min-height:0;padding:.4375rem .25rem;text-align:center}.dashboard-sidebar--rail .dashboard-sidebar-item--active:before{inset-block:.375rem;inset-inline-start:-.125rem}.dashboard-sidebar--rail .dashboard-sidebar-item-label{width:100%;font-size:.625rem;font-weight:600;line-height:1.15;white-space:normal;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;display:-webkit-box;color:color-mix(in srgb,var(--muted-foreground) 95%,var(--foreground) 5%)}.dashboard-sidebar--rail .dashboard-sidebar-item--active .dashboard-sidebar-item-label{color:var(--foreground)}.dashboard-sidebar--rail .dashboard-sidebar-item-icon{width:2.25rem;height:2.25rem}.dashboard-sidebar--rail .dashboard-sidebar-footer{padding:.375rem .3125rem .625rem}.dashboard-sidebar--rail .dashboard-sidebar-profile{padding:.5rem .375rem}.dashboard-sidebar--rail .dashboard-sidebar-profile-inner{flex-direction:column;align-items:center;gap:.5rem}.dashboard-sidebar--rail .dashboard-sidebar-profile-action{margin-inline-start:0;width:2.125rem;height:2.125rem}.dashboard-sidebar--rail .dashboard-sidebar-profile-avatar{width:2.375rem;height:2.375rem;font-size:.8125rem}}@media (max-width:1023px){.dashboard-nav-item--desktop-only{display:none!important}}.dashboard-mobile-nav{position:fixed;inset-inline:0;bottom:0;z-index:40;display:block;pointer-events:none;padding:0 max(.75rem,env(safe-area-inset-right,0px)) max(.625rem,env(safe-area-inset-bottom,0px)) max(.75rem,env(safe-area-inset-left,0px))}@media (min-width:768px){.dashboard-mobile-nav{display:none}}.dashboard-mobile-nav--hidden{visibility:hidden;pointer-events:none}.dashboard-mobile-nav-shell{pointer-events:auto;display:flex;align-items:center;gap:.3rem;border-radius:1.1rem;border:1px solid color-mix(in srgb,var(--studio-glass-border) 85%,var(--neon-cyan) 15%);background:color-mix(in srgb,var(--sidebar) 88%,black 12%);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);box-shadow:0 12px 40px -12px rgba(0,0,0,.65),inset 0 1px 0 rgba(255,255,255,.06);padding:.22rem}.dashboard-mobile-nav-studio-tools-trigger{display:flex;min-height:2.1rem;min-width:2.1rem;align-items:center;justify-content:center;padding:.2rem;border:0;border-radius:.85rem;background:transparent;color:var(--muted-foreground);cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background .15s ease,color .15s ease}.dashboard-mobile-nav-studio-tools-trigger:active{transform:scale(.96)}.dashboard-mobile-nav-studio-tools-trigger--open,.dashboard-mobile-nav-studio-tools-trigger[aria-expanded=true],.dashboard-mobile-nav-studio-tools-trigger[data-popup-open]{color:var(--neon-cyan);background:color-mix(in srgb,var(--neon-cyan) 14%,transparent)}.dashboard-mobile-nav-studio-tools-popover{z-index:60;width:auto!important;max-width:calc(100vw - 1.5rem);padding:.45rem!important;border-radius:1rem!important;border:1px solid color-mix(in srgb,var(--studio-glass-border) 80%,var(--neon-cyan) 20%)!important;background:color-mix(in srgb,var(--sidebar) 92%,black 8%)!important;box-shadow:0 16px 40px -12px rgba(0,0,0,.7),inset 0 1px 0 rgba(255,255,255,.05)!important;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.dashboard-mobile-nav-studio-tools{display:grid;grid-template-columns:repeat(2,minmax(4.5rem,1fr));gap:.4rem}.dashboard-mobile-nav-studio-tools .mobile-studio-fab{position:relative;inset:auto;z-index:auto;display:inline-flex;width:4.75rem;height:4.75rem;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;border-radius:.9rem;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;background:color-mix(in srgb,var(--studio-bg) 45%,black 55%);border:1px solid color-mix(in srgb,var(--studio-glass-border) 70%,transparent);color:var(--muted-foreground)}.dashboard-mobile-nav-studio-tools .mobile-studio-fab svg{width:1.35rem;height:1.35rem}.dashboard-mobile-nav-studio-tools .mobile-studio-fab__label{max-width:100%;padding-inline:.15rem;font-size:.625rem;font-weight:700;line-height:1.15;text-align:center;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.dashboard-mobile-nav-studio-tools .mobile-studio-fab:focus-visible,.dashboard-mobile-nav-studio-tools .mobile-studio-fab:hover{color:var(--foreground);border-color:color-mix(in srgb,var(--neon-cyan) 40%,transparent);background:color-mix(in srgb,var(--neon-cyan) 14%,rgba(0,0,0,.35))}.dashboard-mobile-nav-studio-tools .mobile-studio-fab:disabled{opacity:.32;cursor:default;transform:none}.dashboard-mobile-nav-studio-tools .mobile-studio-fab[aria-expanded=true]{color:var(--neon-cyan);background:color-mix(in srgb,var(--neon-cyan) 16%,transparent);border-color:color-mix(in srgb,var(--neon-cyan) 35%,transparent)}.dashboard-mobile-nav--with-studio-tools .dashboard-mobile-nav-game{max-width:24%;flex-basis:22%;border-inline-start:1px solid color-mix(in srgb,var(--studio-glass-border) 70%,transparent);padding-inline-start:.3rem}.dashboard-mobile-nav-game{flex:1 1 25%;display:flex;align-items:center;justify-content:center;gap:.35rem;min-width:0;max-width:28%;padding-inline:.25rem;border-inline-end:1px solid color-mix(in srgb,var(--studio-glass-border) 70%,transparent)}.dashboard-mobile-nav-game-btn{display:inline-flex;width:2.1rem;height:2.1rem;flex:0 0 auto;align-items:center;justify-content:center;padding:0;border:0;border-radius:.75rem;background:transparent;color:var(--muted-foreground);cursor:pointer;-webkit-tap-highlight-color:transparent}.dashboard-mobile-nav-game-btn:disabled{opacity:.35;cursor:default}.dashboard-mobile-nav-game-btn:not(:disabled):active{transform:scale(.94)}.dashboard-mobile-nav-game-btn--auto-on{color:#6ee7b7;background:rgba(16,185,129,.16)}.dashboard-mobile-nav-game-btn--primary.dashboard-mobile-nav-game-btn--waiting:disabled,.dashboard-mobile-nav-game-btn--primary.dashboard-mobile-nav-game-btn--waiting:not(:disabled){color:#fff7ed;background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 0 0 0 rgba(245,158,11,.4);animation:game-host-waiting-pulse 1.8s ease-in-out infinite;opacity:1}.dashboard-mobile-nav-game-btn--primary.dashboard-mobile-nav-game-btn--door:not(:disabled){color:#041018;background:linear-gradient(135deg,#38bdf8,#6366f1);box-shadow:0 0 0 0 rgba(56,189,248,.45);animation:game-host-door-pulse 1.7s ease-in-out infinite}.dashboard-mobile-nav-game-btn--primary.dashboard-mobile-nav-game-btn--start:not(:disabled){color:#041018;background:linear-gradient(135deg,#14d9ef,#34d399);box-shadow:0 0 0 0 rgba(20,217,239,.45);animation:game-host-start-pulse 1.55s ease-in-out infinite}.dashboard-mobile-nav-game-btn--primary.dashboard-mobile-nav-game-btn--continue:not(:disabled){color:#1a1200;background:linear-gradient(135deg,#ffd76b,#e8b84b)}.dashboard-mobile-nav-game-btn--primary.dashboard-mobile-nav-game-btn--stop:not(:disabled){color:#fff;background:linear-gradient(135deg,#ff5a6a,#c22f47)}.dashboard-mobile-nav-game-btn--primary.dashboard-mobile-nav-game-btn--replay:not(:disabled){color:#1a0c00;background:linear-gradient(135deg,#ffb020,#ff7a1a)}.dashboard-mobile-nav-game-btn--primary.dashboard-mobile-nav-game-btn--leaderboard:not(:disabled){color:#1a1200;background:linear-gradient(135deg,#ffd76b,#e8b84b);box-shadow:0 0 0 0 rgba(232,184,75,.4)}@keyframes game-host-waiting-pulse{0%,to{box-shadow:0 0 0 0 rgba(245,158,11,.35);filter:brightness(1)}50%{box-shadow:0 0 0 7px rgba(245,158,11,0);filter:brightness(1.08)}}@keyframes game-host-door-pulse{0%,to{box-shadow:0 0 0 0 rgba(56,189,248,.4);filter:brightness(1)}50%{box-shadow:0 0 0 7px rgba(56,189,248,0);filter:brightness(1.08)}}@keyframes game-host-start-pulse{0%,to{box-shadow:0 0 0 0 rgba(20,217,239,.45);filter:brightness(1)}50%{box-shadow:0 0 0 8px rgba(20,217,239,0);filter:brightness(1.08)}}.dashboard-mobile-nav-list{flex:3 1 75%;display:flex;align-items:stretch;justify-content:end;gap:1.5rem;margin:0;padding:0;list-style:none;min-width:0}.dashboard-mobile-nav-tiktok-slot{display:flex;align-items:center;justify-content:center;min-width:0;padding-inline:.1rem}.dashboard-mobile-nav-tiktok-pill{width:2.1rem;height:2.1rem;min-height:2.1rem;max-width:2.1rem;padding:0!important;gap:0;justify-content:center;border-radius:9999px}.dashboard-mobile-nav-tiktok-pill .dashboard-tiktok-pill-dot,.dashboard-mobile-nav-tiktok-pill .dashboard-tiktok-pill-text{display:none}.dashboard-mobile-nav-tiktok-pill .dashboard-tiktok-pill-badge{width:100%;height:100%;border-radius:9999px;background:transparent;box-shadow:none}.dashboard-mobile-nav-tiktok-pill.dashboard-tiktok-pill--connected .dashboard-tiktok-pill-badge{background:transparent;color:#d4ff8f;box-shadow:none}.dashboard-mobile-nav-tiktok-pill.dashboard-tiktok-pill--disconnected .dashboard-tiktok-pill-badge{background:transparent;color:#ffb3b3}.dashboard-mobile-toast-host{position:fixed;inset-inline:max(.75rem,env(safe-area-inset-left,0px)) max(.75rem,env(safe-area-inset-right,0px));bottom:calc(5.35rem + env(safe-area-inset-bottom, 0px));z-index:45;pointer-events:none;display:flex;justify-content:center}.dashboard-shell:has(.mobile-studio-shell) .dashboard-mobile-toast-host{bottom:calc(var(--mobile-studio-nav-clearance, 5.35rem) + .35rem)}.dashboard-shell:has(.mobile-studio-shell--nav-bottom) .dashboard-mobile-toast-host{bottom:calc(4.85rem + env(safe-area-inset-bottom, 0px))}.dashboard-shell:has(.mobile-studio-shell--nav-middle) .dashboard-mobile-toast-host,.dashboard-shell:has(.mobile-studio-shell--nav-top) .dashboard-mobile-toast-host{bottom:calc(.75rem + env(safe-area-inset-bottom, 0px))}.dashboard-mobile-toast{pointer-events:auto;display:flex;align-items:flex-start;gap:.65rem;width:min(100%,22rem);padding:.8rem 1rem;border-radius:1rem;border:1px solid color-mix(in srgb,var(--studio-glass-border) 80%,transparent);background:color-mix(in srgb,var(--sidebar) 92%,black 8%);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 16px 40px -12px rgba(0,0,0,.65),inset 0 1px 0 rgba(255,255,255,.06);animation:dashboard-mobile-toast-in .28s cubic-bezier(.2,.9,.3,1) both}.dashboard-mobile-toast--error{border-color:color-mix(in srgb,var(--led-red) 45%,transparent);box-shadow:0 16px 40px -12px rgba(0,0,0,.65),0 0 24px color-mix(in srgb,var(--led-red) 16%,transparent)}.dashboard-mobile-toast--success{border-color:color-mix(in srgb,var(--neon-lime) 40%,transparent)}.dashboard-mobile-toast__icon{display:inline-flex;width:1.35rem;height:1.35rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;font-size:.75rem;font-weight:800;line-height:1}.dashboard-mobile-toast--error .dashboard-mobile-toast__icon{color:#ffb3b3;background:color-mix(in srgb,var(--led-red) 22%,transparent)}.dashboard-mobile-toast--success .dashboard-mobile-toast__icon{color:#d4ff8f;background:color-mix(in srgb,var(--neon-lime) 18%,transparent)}.dashboard-mobile-toast__message{margin:0;flex:1;min-width:0;font-size:.8125rem;font-weight:600;line-height:1.45;color:var(--foreground)}@keyframes dashboard-mobile-toast-in{0%{opacity:0;transform:translateY(.75rem) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media (min-width:768px){.dashboard-mobile-toast-host{display:none}}.dashboard-mobile-nav-link{display:flex;min-height:2.1rem;flex-direction:column;align-items:center;justify-content:center;gap:0;border-radius:.85rem;padding:.2rem .15rem;font-size:.625rem;font-weight:600;letter-spacing:.01em;color:var(--muted-foreground);transition:background .2s ease,color .2s ease,transform .15s ease;-webkit-tap-highlight-color:transparent}.dashboard-mobile-nav-link:active{transform:scale(.96)}@media (hover:hover) and (pointer:fine){.dashboard-mobile-nav-link:hover{color:var(--foreground);background:rgba(255,255,255,.04)}}.dashboard-mobile-nav-label{display:none}.dashboard-mobile-nav-icon{display:flex;width:2rem;height:2rem;align-items:center;justify-content:center;border-radius:.75rem;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.dashboard-mobile-nav-link--active{color:var(--foreground)}.dashboard-mobile-nav-link--active .dashboard-mobile-nav-icon{background:color-mix(in srgb,var(--neon-cyan) 18%,transparent);color:var(--neon-cyan);box-shadow:0 0 16px color-mix(in srgb,var(--neon-cyan) 28%,transparent)}.dashboard-mobile-nav-link--locked{opacity:.72}.dashboard-main-content{padding-bottom:0}@media (max-width:767px){.dashboard-main-content{padding-bottom:calc(5.25rem + env(safe-area-inset-bottom, 0px))}.dashboard-shell:has(.rig-editor-shell) .dashboard-topbar{display:none}.dashboard-shell:has(.rig-editor-shell) .dashboard-mobile-nav{display:none}.dashboard-shell:has(.rig-editor-shell) .dashboard-main-content{padding-bottom:0}}.dashboard-mobile-drawer{background:color-mix(in srgb,var(--studio-bg-2) 92%,black 8%)!important;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.dashboard-mobile-drawer-header{padding:1.125rem 1rem .875rem;border-bottom:1px solid var(--studio-glass-border)}.dashboard-mobile-drawer-wordmark{font-size:1.05rem;line-height:1;letter-spacing:.04em}.dashboard-mobile-drawer-nav{padding:.75rem .75rem 1rem}.dashboard-mobile-drawer-section{margin-bottom:.875rem}.dashboard-mobile-drawer-section-title{margin:0 0 .375rem;padding-inline:.625rem;font-size:.625rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:color-mix(in srgb,var(--muted-foreground) 90%,var(--neon-cyan) 10%)}.dashboard-mobile-drawer-list{display:flex;flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none}.dashboard-mobile-drawer-item{display:flex;min-height:3rem;align-items:center;gap:.75rem;border-radius:.9rem;padding:.5rem .625rem;font-size:.9375rem;font-weight:500;color:var(--muted-foreground);transition:background .18s ease,color .18s ease,box-shadow .18s ease;-webkit-tap-highlight-color:transparent}.dashboard-mobile-drawer-item:active{background:rgba(255,255,255,.06)}.dashboard-mobile-drawer-item--active{color:var(--foreground);background:linear-gradient(90deg,color-mix(in srgb,var(--neon-cyan) 16%,transparent),color-mix(in srgb,var(--neon-cyan) 4%,transparent));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--neon-cyan) 22%,transparent)}.dashboard-mobile-drawer-item-icon{position:relative;display:flex;width:2.25rem;height:2.25rem;shrink:0;align-items:center;justify-content:center;border-radius:.75rem;background:rgba(255,255,255,.05)}.dashboard-mobile-drawer-item-count{margin-inline-start:auto;min-width:1.35rem;height:1.35rem;padding:0 .35rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:800;color:#fff;background:#ef4444}.dashboard-mobile-drawer-item--active .dashboard-mobile-drawer-item-icon{background:color-mix(in srgb,var(--neon-cyan) 18%,transparent);color:var(--neon-cyan)}.dashboard-mobile-drawer-footer{padding:.75rem;border-top:1px solid var(--studio-glass-border);background:color-mix(in srgb,var(--sidebar) 80%,black 20%)}.dashboard-mobile-drawer-footer .dashboard-sidebar-item-flyout{display:none}@media (max-width:767px){.dashboard-topbar-toolbar>.dashboard-tiktok-pill,.dashboard-topbar-toolbar>.dashboard-tiktok-pill-wrap{display:none}}@media (max-width:639px){.dashboard-topbar-toolbar>.dashboard-tiktok-pill{width:2.5rem;height:2.5rem;min-height:2.5rem;padding:0!important;gap:0;justify-content:center;border-radius:9999px}.dashboard-topbar-toolbar>.dashboard-tiktok-pill .dashboard-tiktok-pill-dot,.dashboard-topbar-toolbar>.dashboard-tiktok-pill .dashboard-tiktok-pill-text{display:none}.dashboard-topbar-toolbar>.dashboard-tiktok-pill .dashboard-tiktok-pill-badge{width:100%;height:100%;border-radius:9999px;background:transparent;box-shadow:none}.dashboard-topbar-toolbar>.dashboard-tiktok-pill.dashboard-tiktok-pill--connected .dashboard-tiktok-pill-badge{background:transparent;color:#d4ff8f;box-shadow:none}.dashboard-topbar-toolbar>.dashboard-tiktok-pill.dashboard-tiktok-pill--disconnected .dashboard-tiktok-pill-badge{background:transparent;color:#ffb3b3}.dashboard-mobile-nav-tiktok-pill{width:2.1rem;height:2.1rem;min-height:2.1rem;max-width:2.1rem;padding:0!important;gap:0;justify-content:center}.dashboard-mobile-nav-tiktok-pill .dashboard-tiktok-pill-dot,.dashboard-mobile-nav-tiktok-pill .dashboard-tiktok-pill-text{display:none}.dashboard-toolbar-btn{width:2.5rem;height:2.5rem}}.dashboard-sidebar-link{display:flex;align-items:center;gap:.75rem;margin:.125rem .5rem;padding:.5625rem .875rem;border-radius:calc(var(--radius) * .85);font-size:.9375rem;color:var(--muted-foreground);transition:background .2s ease,color .2s ease,box-shadow .2s ease}.dashboard-sidebar-link:hover{background:rgba(255,255,255,.05);color:var(--foreground)}.dashboard-sidebar-link--active{position:relative;background:linear-gradient(90deg,color-mix(in srgb,var(--neon-cyan) 16%,transparent),transparent);color:var(--foreground);font-weight:500;box-shadow:inset 0 0 24px color-mix(in srgb,var(--neon-cyan) 8%,transparent)}.dashboard-sidebar-link--active:before{content:"";position:absolute;inset-block:.35rem;inset-inline-start:0;width:3px;border-radius:9999px;background:var(--neon-cyan);box-shadow:0 0 12px var(--glow-cyan)}.dashboard-sidebar-link-icon{display:flex;size:2rem;width:2rem;height:2rem;shrink:0;align-items:center;justify-content:center;border-radius:calc(var(--radius) * .65);background:rgba(255,255,255,.04);color:var(--muted-foreground);transition:color .2s ease,background .2s ease}.dashboard-sidebar-link--active .dashboard-sidebar-link-icon{background:color-mix(in srgb,var(--neon-cyan) 18%,transparent);color:var(--neon-cyan)}.dashboard-sidebar-group-label{padding:.5rem .75rem .25rem;font-size:.625rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--muted-foreground)}.dashboard-sidebar-footer-pill{display:flex;align-items:center;gap:.5rem;margin:.75rem;padding:.5rem .75rem;border-radius:9999px;border:1px solid var(--studio-glass-border);background:rgba(255,255,255,.03);font-size:.75rem;color:var(--muted-foreground)}.dashboard-topbar{position:sticky;top:0;z-index:20;height:3.5rem;padding-top:env(safe-area-inset-top,0);background:color-mix(in srgb,var(--studio-bg) 78%,transparent);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid var(--studio-glass-border)}@media (min-width:640px){.dashboard-topbar{height:4rem}}.dashboard-topbar-search{max-width:28rem;flex:1;border-radius:9999px;border:1px solid var(--studio-glass-border);background:rgba(255,255,255,.04);padding:.5rem 1rem;font-size:.875rem;color:var(--foreground);outline:none;transition:border-color .2s ease,box-shadow .2s ease}.dashboard-topbar-search::placeholder{color:var(--muted-foreground)}.dashboard-topbar-search:focus{border-color:color-mix(in srgb,var(--neon-cyan) 45%,transparent);box-shadow:0 0 0 3px color-mix(in srgb,var(--neon-cyan) 12%,transparent)}.dashboard-status-pill{display:inline-flex;align-items:center;gap:.375rem;border-radius:9999px;border:1px solid var(--studio-glass-border);background:rgba(255,255,255,.04);padding:.25rem .625rem;font-size:.75rem;font-weight:500;white-space:nowrap}.dashboard-status-pill--live{border-color:color-mix(in srgb,#ff4d6a 45%,transparent);background:color-mix(in srgb,#ff4d6a 12%,transparent);color:#ffb3c0;box-shadow:0 0 16px color-mix(in srgb,#ff4d6a 25%,transparent)}.dashboard-status-pill--ok{border-color:color-mix(in srgb,var(--neon-lime) 35%,transparent);color:#d4ff8f}.dashboard-status-pill--cyan{border-color:color-mix(in srgb,var(--neon-cyan) 35%,transparent);color:#a5f8ff}.dashboard-toolbar-btn{size:2.5rem;width:2.5rem;height:2.5rem;border-radius:9999px;border:1px solid var(--studio-glass-border);background:rgba(255,255,255,.04);color:var(--muted-foreground);transition:border-color .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}.dashboard-toolbar-btn:hover,.dashboard-toolbar-btn[aria-expanded=true]{border-color:color-mix(in srgb,var(--neon-cyan) 40%,transparent);background:color-mix(in srgb,var(--neon-cyan) 10%,transparent);color:var(--foreground);box-shadow:0 0 18px color-mix(in srgb,var(--neon-cyan) 22%,transparent)}.dashboard-toolbar-btn--active{border-color:color-mix(in srgb,var(--neon-cyan) 45%,transparent);background:color-mix(in srgb,var(--neon-cyan) 14%,transparent);color:var(--neon-cyan);box-shadow:0 0 18px color-mix(in srgb,var(--neon-cyan) 18%,transparent)}.dashboard-toolbar-admin{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-width:2.5rem;height:2.5rem;padding-inline:.7rem;border-radius:9999px;border:1px solid color-mix(in srgb,#f6b73c 45%,var(--studio-glass-border));background:color-mix(in srgb,#f6b73c 12%,rgba(255,255,255,.04));color:#ffd27a;font-size:.75rem;font-weight:700;letter-spacing:.01em;text-decoration:none;transition:border-color .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}.dashboard-toolbar-admin:hover{border-color:color-mix(in srgb,#f6b73c 65%,transparent);background:color-mix(in srgb,#f6b73c 18%,transparent);color:#ffe3a8;box-shadow:0 0 18px color-mix(in srgb,#f6b73c 28%,transparent)}.dashboard-toolbar-admin--alert{border-color:color-mix(in srgb,#ff6b81 55%,transparent);background:color-mix(in srgb,#ff6b81 14%,rgba(255,255,255,.04));color:#ffb3c0;animation:dashboard-toolbar-admin-pulse 1.8s ease-in-out infinite}.dashboard-toolbar-admin-text{display:none;white-space:nowrap}@media (min-width:640px){.dashboard-toolbar-admin-text{display:inline}}.dashboard-toolbar-admin-badge{position:absolute;top:-.2rem;inset-inline-end:-.15rem;z-index:1;min-width:1.05rem;height:1.05rem;padding:0 .28rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:.62rem;font-weight:800;line-height:1;color:#fff;background:#e11d48;box-shadow:0 0 0 2px color-mix(in srgb,var(--background) 80%,transparent)}@keyframes dashboard-toolbar-admin-pulse{0%,to{box-shadow:0 0 0 0 color-mix(in srgb,#ff6b81 0%,transparent)}50%{box-shadow:0 0 16px color-mix(in srgb,#ff6b81 35%,transparent)}}.dashboard-mobile-drawer-admin{display:flex;align-items:center;gap:.75rem;margin:.25rem .75rem .75rem;padding:.75rem .9rem;border-radius:calc(var(--radius) * .9);border:1px solid color-mix(in srgb,#f6b73c 40%,transparent);background:color-mix(in srgb,#f6b73c 10%,transparent);color:#ffd27a;text-decoration:none;font-size:.9rem;font-weight:700}.dashboard-mobile-drawer-admin--alert{border-color:color-mix(in srgb,#ff6b81 50%,transparent);background:color-mix(in srgb,#ff6b81 12%,transparent);color:#ffb3c0}.dashboard-mobile-drawer-admin-badge{margin-inline-start:auto;min-width:1.25rem;height:1.25rem;padding:0 .35rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:800;color:#fff;background:#e11d48}.dashboard-tiktok-pill-wrap{position:relative;display:flex;flex-direction:column;align-items:flex-end;min-width:0}.dashboard-tiktok-pill-error{margin:0 0 .55rem;max-width:none;font-size:.72rem;font-weight:600;line-height:1.4;color:#ffb4b4;text-align:start}.dashboard-mobile-nav-tiktok-slot .dashboard-tiktok-pill-wrap{width:auto;align-items:center}.dashboard-tiktok-pill{display:inline-flex;align-items:center;gap:.625rem;min-height:2.5rem;border-radius:9999px;border:1px solid var(--studio-glass-border);background:rgba(255,255,255,.04);padding:.25rem .875rem .25rem .25rem;text-decoration:none;cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.dashboard-tiktok-pill:hover{border-color:color-mix(in srgb,var(--neon-magenta) 35%,transparent);background:color-mix(in srgb,var(--neon-magenta) 8%,transparent)}.dashboard-tiktok-pill--connected{border-color:color-mix(in srgb,var(--neon-lime) 40%,transparent);background:color-mix(in srgb,var(--neon-lime) 10%,transparent);box-shadow:0 0 20px color-mix(in srgb,var(--neon-lime) 18%,transparent)}.dashboard-tiktok-pill--disconnected{border-color:color-mix(in srgb,var(--led-red) 40%,transparent);background:color-mix(in srgb,var(--led-red) 10%,transparent);box-shadow:0 0 20px color-mix(in srgb,var(--led-red) 18%,transparent)}.dashboard-tiktok-pill-badge{display:flex;size:2rem;width:2rem;height:2rem;shrink:0;align-items:center;justify-content:center;border-radius:9999px;background:rgba(255,255,255,.08);color:var(--muted-foreground)}.dashboard-tiktok-pill--connected .dashboard-tiktok-pill-badge{background:linear-gradient(135deg,var(--neon-lime),var(--neon-cyan));color:#041018;box-shadow:0 0 16px color-mix(in srgb,var(--neon-lime) 55%,transparent)}.dashboard-tiktok-pill--disconnected .dashboard-tiktok-pill-badge{background:color-mix(in srgb,var(--led-red) 25%,transparent);color:#ffb3b3}.dashboard-tiktok-pill-text{font-size:.875rem;font-weight:700;white-space:nowrap;color:var(--muted-foreground)}.dashboard-tiktok-pill--connected .dashboard-tiktok-pill-text{color:#d4ff8f}.dashboard-tiktok-pill--disconnected .dashboard-tiktok-pill-text{color:#ffb3b3}.dashboard-tiktok-pill-dot{width:.5rem;height:.5rem;shrink:0}.dashboard-tiktok-pill-dot--pulse{animation:studio-status-pulse 1.35s ease-in-out infinite}.tiktok-quick-connect-popover{border:1px solid var(--studio-glass-border);background:color-mix(in srgb,var(--sidebar) 95%,black 5%);backdrop-filter:blur(16px)}@keyframes studio-status-pulse{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 6px 1px var(--led-lime)}50%{opacity:.55;transform:scale(1.2);box-shadow:0 0 14px 3px color-mix(in srgb,var(--led-lime) 65%,transparent)}}.dashboard-breadcrumb{font-size:.8125rem;color:var(--muted-foreground)}.dashboard-breadcrumb strong{color:var(--foreground);font-weight:600}.hub-glass-card{position:relative;overflow:hidden;border-radius:calc(var(--radius) * 1.15);border:1px solid var(--studio-glass-border);background:var(--studio-surface);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transition:border-color .25s ease,box-shadow .25s ease,transform .2s ease}.hub-glass-card:hover{transform:translateY(-2px);box-shadow:0 16px 40px -16px rgba(0,0,0,.5)}.hub-glass-card__glow{position:absolute;inset-inline:0;top:0;height:3px;opacity:.85}.hub-glow-cyan{background:linear-gradient(90deg,transparent,var(--neon-cyan),transparent);box-shadow:0 0 20px var(--glow-cyan)}.hub-glow-magenta{background:linear-gradient(90deg,transparent,var(--neon-magenta),transparent);box-shadow:0 0 20px var(--glow-magenta)}.hub-glow-purple{background:linear-gradient(90deg,transparent,var(--neon-purple),transparent);box-shadow:0 0 20px var(--glow-purple)}.hub-glow-lime{background:linear-gradient(90deg,transparent,var(--neon-lime),transparent);box-shadow:0 0 20px color-mix(in srgb,var(--neon-lime) 45%,transparent)}.hub-glow-amber{background:linear-gradient(90deg,transparent,var(--neon-amber),transparent);box-shadow:0 0 20px color-mix(in srgb,var(--neon-amber) 45%,transparent)}.hub-preview-canvas{position:relative;margin:.75rem;min-height:5.5rem;border-radius:calc(var(--radius) * .85);border:1px solid rgba(255,255,255,.06);background:linear-gradient(180deg,rgba(0,0,0,.35),rgba(0,0,0,.55));padding:.75rem;isolation:isolate;overflow:hidden}.hub-preview-canvas--alert{min-height:12.5rem;aspect-ratio:16/9;height:auto;padding:0}.hub-preview-canvas--watermark{background:linear-gradient(160deg,#0d0d0f,#050506 45%,#0a0a0c 75%,#050506)}.hub-preview-canvas--watermark>.tikrig-watermark-layer{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none}.hub-preview-canvas--watermark:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at center,rgba(5,5,6,0) 0,rgba(5,5,6,.55) 100%);pointer-events:none;z-index:1}.hub-preview-canvas--watermark>:not(.tikrig-watermark-layer){position:relative;z-index:2}.hub-preview-canvas--watermark>.absolute{position:absolute;z-index:10}.hub-preview-canvas--game-brain.hub-preview-canvas--watermark>.game-hub-screenshot-preview,.hub-preview-canvas--game-cups-ball.hub-preview-canvas--watermark>.game-hub-screenshot-preview,.hub-preview-canvas--game.hub-preview-canvas--watermark>.game-hub-screenshot-preview{position:absolute;inset:0;z-index:2;width:100%;height:100%;object-fit:fill;object-position:center center}.hub-preview-canvas--alert.hub-preview-canvas--watermark>:not(.tikrig-watermark-layer):not(.absolute){position:absolute;inset:0;z-index:2;width:100%;height:100%}.hub-preview-canvas--follower-count{display:flex;align-items:center;justify-content:center;min-height:0;padding:.85rem .65rem}.hub-preview-canvas--goal{flex-direction:column;min-height:12.5rem;padding:.65rem}.hub-goal-preview-inner,.hub-preview-canvas--goal{display:flex;align-items:center;justify-content:center;overflow:hidden}.hub-goal-preview-inner{width:100%;flex:1 1 auto;min-height:0}.hub-goal-preview-inner .goal-visual-frame{margin-inline:auto}.hub-preview-canvas--ranking{position:relative;isolation:isolate;overflow:hidden}.hub-preview-canvas--ranking .rv-shell{width:100%}.hub-preview-canvas--ranking .rv-theme-root{width:100%;max-width:100%;min-height:0;padding:0}.hub-preview-canvas--ranking .rv-t-bgfx{position:absolute;border-radius:inherit}.hub-ranking-preview-scaler{display:flex;width:100%;height:100%;align-items:center;justify-content:center}.hub-ranking-preview-scaler__clip{overflow:hidden;flex-shrink:0;border-radius:calc(var(--radius) * .65)}[dir=rtl] .hub-ranking-preview-scaler__content{transform-origin:top right}[dir=ltr] .hub-ranking-preview-scaler__content{transform-origin:top left}.rv-shell[data-hub-preview=true] .rv-theme-root{width:100%;height:100%;max-width:none;margin-inline:0}.rv-shell[data-hub-preview=true][data-alternating=true] .rv-alternate-pane,.rv-shell[data-hub-preview=true][data-alternating=true] .rv-alternate-stack{width:100%;height:100%}.rv-shell[data-hub-preview=true] .rv-t-board{min-height:0;height:100%}.rv-shell[data-hub-preview=true] .rv-t-board-neon{padding-top:14px;padding-inline:6px;box-sizing:border-box}.rv-shell[data-hub-preview=true] .rv-t-board-royalh{padding-top:52px;padding-bottom:8px;box-sizing:border-box}.rv-shell[data-hub-preview=true] .rv-t-board-glassh{padding-top:40px;padding-bottom:8px;box-sizing:border-box}.rv-shell[data-hub-preview=true] .glassh-label{color:rgba(255,255,255,.92);text-shadow:0 1px 2px rgba(0,0,0,.55)}.rv-shell[data-hub-preview=true] .glassh-pts{color:var(--racc,#ffd23f)}.hub-preview-canvas--challenge,.hub-preview-canvas--challenge-race,.hub-preview-canvas--challenge-spithon,.hub-preview-canvas--challenge-tgb{margin:0;padding:0;min-height:10.5rem;max-height:10.5rem;height:10.5rem;overflow:hidden;display:flex;align-items:center;justify-content:center}.hub-challenge-preview-scaler{display:flex;width:100%;height:100%;align-items:center;justify-content:center}.hub-challenge-preview-scaler__clip{overflow:hidden;flex-shrink:0;border-radius:calc(var(--radius) * .65)}[dir=rtl] .hub-challenge-preview-scaler__content{transform-origin:top right}[dir=ltr] .hub-challenge-preview-scaler__content{transform-origin:top left}.hub-challenge-preview-scaler .tgb-display--fixed-stage .tgb-stage-outer,.hub-preview-canvas--challenge-tgb .tgb-display--fixed-stage .tgb-stage-outer{width:900px;height:460px;overflow:hidden}.hub-challenge-preview-scaler .tgb-display--fixed-stage .tgb-game-holder,.hub-preview-canvas--challenge-tgb .tgb-display--fixed-stage .tgb-game-holder{position:relative;top:0;left:0;transform:none!important;width:900px;height:460px}.hub-challenge-preview-scaler .tgb-display--fixed-stage .tgb-arena-wrap,.hub-preview-canvas--challenge-tgb .tgb-display--fixed-stage .tgb-arena-wrap{width:900px;max-width:none}.hub-challenge-preview-scaler .tgb-display--fixed-stage .tgb-hud-bottom,.hub-preview-canvas--challenge-tgb .tgb-display--fixed-stage .tgb-hud-bottom{display:none}.hub-preview-canvas--challenge-tgb .tgb-display--hub-preview .tgb-stage-outer{height:460px;overflow:hidden}.hub-preview-canvas--challenge-tgb .tgb-display--hub-preview .tgb-game-holder{position:relative;top:0;left:0;transform:none!important;width:900px;height:460px}.hub-preview-canvas--challenge-tgb .tgb-display--hub-preview .tgb-hud-top{z-index:26}.hub-preview-canvas--challenge-tgb .tgb-display--hub-preview .tgb-hub-preview-orb{z-index:12}.hub-preview-canvas--challenge .spithon-marathon{width:100%;height:100%;border-radius:calc(var(--radius) * .65)}.hub-preview-canvas--challenge .src-panel,.hub-preview-canvas--challenge-race .src-panel{width:336px;max-width:none;box-sizing:border-box}.hub-preview-canvas--challenge .tgb-display,.hub-preview-canvas--challenge-tgb .tgb-display{width:900px;max-width:none;justify-content:flex-start}.hub-preview-canvas--challenge .support-race-display,.hub-preview-canvas--challenge-race .support-race-display{width:336px;max-width:none;align-items:stretch}.hub-preview-canvas--challenge-tgb .tgb-arena-wrap{width:900px;max-width:none}.hub-preview-canvas--challenge-tgb .tgb-stage-outer{height:460px}.hub-preview-canvas--challenge-tgb .tgb-hud-bottom{display:none}.hub-preview-canvas--game,.hub-preview-canvas--game-brain,.hub-preview-canvas--game-cups-ball{margin:0;padding:0;min-height:16rem;max-height:16rem;height:16rem;overflow:hidden;position:relative;isolation:isolate;background:#050508}.hub-preview-canvas--capture{min-height:512px;max-height:512px;height:512px;border:none;border-radius:0;background:#050508}.game-hub-screenshot-preview{inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center;pointer-events:none;user-select:none}.hub-create-bar{border-radius:calc(var(--radius) * 1.1);border:1px solid var(--studio-glass-border);background:var(--studio-surface);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.hub-page-title{font-family:var(--font-display),var(--font-sans-active);font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;letter-spacing:-.02em}.dashboard-shell .mkt-btn-primary,.dashboard-shell [data-slot=button].bg-primary{background:linear-gradient(135deg,var(--neon-cyan),color-mix(in srgb,var(--neon-cyan) 70%,var(--neon-purple)));color:#041018;font-weight:600;box-shadow:0 0 24px var(--glow-cyan)}.dashboard-shell .mkt-btn-primary:hover{box-shadow:0 0 32px var(--glow-cyan)}.overlay-type-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(9.5rem,1fr));gap:.75rem}.overlay-type-tile{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem .75rem;border-radius:calc(var(--radius) * 1.05);border:1px solid var(--studio-glass-border);background:rgba(255,255,255,.03);text-align:center;cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .15s ease}.overlay-type-tile:hover{background:rgba(255,255,255,.06);transform:translateY(-1px)}.overlay-type-tile--selected{border-color:color-mix(in srgb,var(--neon-cyan) 55%,transparent);background:color-mix(in srgb,var(--neon-cyan) 10%,transparent);box-shadow:0 0 24px var(--glow-cyan)}.overlay-type-tile--locked{opacity:.72}.overlay-type-tile--locked.overlay-type-tile--selected{border-color:color-mix(in srgb,#f59e0b 55%,transparent);background:color-mix(in srgb,#f59e0b 10%,transparent);box-shadow:0 0 20px color-mix(in srgb,#f59e0b 28%,transparent)}.overlay-type-tile__icon{display:flex;size:2.75rem;width:2.75rem;height:2.75rem;align-items:center;justify-content:center;border-radius:calc(var(--radius) * .85)}.overlay-type-tile__slug{font-family:var(--font-mono-data),ui-monospace,monospace;font-size:.625rem;letter-spacing:.06em;text-transform:uppercase;color:var(--muted-foreground)}.dashboard-shell [data-slot=dialog-overlay]:has(+[data-slot=dialog-content].resource-editor-dialog),body:has(.resource-editor-dialog) [data-slot=dialog-overlay]{background:rgba(4,6,14,.55)!important;backdrop-filter:blur(16px) saturate(1.1)!important;-webkit-backdrop-filter:blur(16px) saturate(1.1)!important}.resource-editor-dialog__body{display:flex;min-height:0;flex:1 1 auto;flex-direction:column}.resource-editor-dialog__body>*{min-height:0;flex:1 1 auto}.resource-editor-dialog__body .rig-editor-shell{height:100%;min-height:0}.studio-page{position:relative;z-index:1}.dashboard-shell [data-slot=card]{background:var(--studio-surface);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--studio-glass-border);box-shadow:inset 0 1px 0 var(--studio-glass-highlight),0 8px 32px -16px rgba(0,0,0,.45);--tw-ring-shadow:0 0 #0000;ring-color:transparent}.dashboard-shell [data-slot=card-footer]{background:rgba(255,255,255,.03);border-color:var(--studio-glass-border)}.dashboard-shell [data-slot=tabs-list]{height:auto;flex-wrap:wrap;justify-content:flex-start;gap:.25rem;border-radius:9999px;border:1px solid var(--studio-glass-border);background:rgba(255,255,255,.04);padding:.25rem}.dashboard-shell [data-slot=tabs-trigger][aria-selected=true],.dashboard-shell [data-slot=tabs-trigger][data-active]{border:1px solid color-mix(in srgb,var(--neon-cyan) 35%,transparent);background:color-mix(in srgb,var(--neon-cyan) 12%,transparent);color:var(--foreground);box-shadow:0 0 18px color-mix(in srgb,var(--neon-cyan) 16%,transparent)}.dashboard-shell [data-slot=select-trigger],.dashboard-shell input:not([type=checkbox]):not([type=radio]):not([type=search]),.dashboard-shell textarea{border-color:var(--studio-glass-border);background:rgba(255,255,255,.04)}.dashboard-shell [data-slot=switch][data-unchecked]{border:1px solid var(--studio-glass-border);background:rgba(255,255,255,.08)}.dashboard-shell [data-slot=switch][data-checked]{border-color:color-mix(in srgb,var(--neon-lime) 45%,transparent);background:var(--neon-lime);box-shadow:0 0 14px var(--glow-lime)}.dashboard-shell [data-slot=switch-thumb]{background:var(--foreground)}.dashboard-shell [data-slot=switch][data-checked] [data-slot=switch-thumb]{background:var(--studio-bg)}.dashboard-shell input[type=search].dashboard-topbar-search{background:rgba(255,255,255,.04)}.dashboard-shell [data-slot=dialog-content],.dashboard-shell [data-slot=popover-content],.dashboard-shell [data-slot=sheet-content],:root:has(.dashboard-shell) [data-slot=dialog-content],:root:has(.dashboard-shell) [data-slot=popover-content],:root:has(.dashboard-shell) [data-slot=sheet-content]{background:var(--studio-elevated);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid var(--studio-glass-border)}.dashboard-shell .studio-collapsible{border:1px solid var(--studio-glass-border);background:rgba(255,255,255,.03);border-radius:calc(var(--radius) * .9)}.dashboard-shell .studio-collapsible>div{border-color:var(--studio-glass-border)}.dashboard-shell .studio-status-badge{display:inline-flex;align-items:center;gap:.375rem;border-radius:9999px;border:1px solid var(--studio-glass-border);background:rgba(255,255,255,.04);padding:.125rem .5rem;font-size:.6875rem;font-weight:600}.dashboard-shell .studio-status-badge--active{border-color:color-mix(in srgb,var(--neon-lime) 35%,transparent);color:#d4ff8f}.dashboard-shell .studio-stat-tile{border-radius:calc(var(--radius) * .85);border:1px solid var(--studio-glass-border);background:rgba(255,255,255,.04);padding:.75rem}.dashboard-main-scroll>div:has(.rig-editor-shell){display:flex;min-height:0;flex:1;flex-direction:column;overflow:hidden}.dashboard-main-scroll>div:has(.rig-editor-shell)>main{display:flex;min-height:0;flex:1;flex-direction:column}.dashboard-main-scroll>div:has(.rig-editor-shell) .rig-editor-shell{flex:1;min-height:0}.dashboard-shell .rig-editor-shell{position:relative;z-index:1;height:100%;min-height:0;max-width:100%;overflow:hidden;background:transparent}.dashboard-shell .rig-editor-body{min-width:0;overflow:hidden}.dashboard-shell .rig-editor-topbar{background:color-mix(in srgb,var(--studio-bg) 78%,transparent);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--studio-glass-border)}.dashboard-shell .rig-editor-inspector{background:rgba(10,12,20,.72);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-inline-end:1px solid var(--studio-glass-border)}.rig-editor-mobile-sheet{height:min(88dvh,42rem)!important;max-height:min(88dvh,42rem)!important;gap:0!important;overflow:hidden;border-radius:1.25rem 1.25rem 0 0!important;border-color:color-mix(in srgb,var(--studio-glass-border) 80%,var(--neon-cyan) 20%)!important;background:linear-gradient(180deg,color-mix(in srgb,var(--studio-bg-2) 94%,var(--neon-cyan) 6%) 0,color-mix(in srgb,var(--studio-bg) 96%,black 4%) 28%)!important;box-shadow:0 -18px 48px -16px rgba(0,0,0,.7),inset 0 1px 0 rgba(255,255,255,.06)}body:has(.rig-editor-mobile-sheet) [data-slot=sheet-overlay]{background:rgba(0,0,0,.55)!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.rig-editor-mobile-sheet-handle{display:block;width:2.75rem;height:.3rem;margin:.625rem auto .125rem;border-radius:9999px;background:color-mix(in srgb,var(--muted-foreground) 45%,transparent)}.rig-editor-mobile-sheet-header{padding-block:.5rem .75rem!important;padding-inline:1rem 3rem!important;border-bottom:1px solid var(--studio-glass-border)}.rig-editor-mobile-sheet-body{min-height:0;padding-top:.75rem}.rig-editor-mobile-sheet .rig-inspector-tabs-list{position:sticky;top:0;z-index:2;margin-bottom:.75rem;padding:.35rem;border-radius:calc(var(--radius) * .9);border:1px solid var(--studio-glass-border);background:color-mix(in srgb,var(--studio-bg) 88%,transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.rig-editor-mobile-sheet .rig-inspector-tabs-content{padding-top:.35rem;padding-bottom:.5rem}.rig-editor-mobile-sheet .rig-inspector-tabs [data-slot=tabs-trigger][aria-selected=true],.rig-editor-mobile-sheet .rig-inspector-tabs [data-slot=tabs-trigger][data-active]{border:1px solid color-mix(in srgb,var(--neon-cyan) 35%,transparent);background:color-mix(in srgb,var(--neon-cyan) 12%,transparent);color:var(--foreground);box-shadow:0 0 18px color-mix(in srgb,var(--neon-cyan) 16%,transparent)}.rig-editor-mobile-sheet .grid.gap-2:has(>[data-slot=label]),.rig-editor-mobile-sheet .grid.gap-2:has(>label),.rig-editor-mobile-sheet .rig-inspector-field{min-height:0;gap:.55rem;padding:.85rem}.rig-editor-mobile-sheet .rig-inspector-stack{gap:.85rem;display:flex;flex-direction:column}.rig-editor-mobile-sheet .rig-inspector-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.625rem}.rig-editor-mobile-sheet .rig-inspector-grid--1{grid-template-columns:minmax(0,1fr)}.rig-editor-mobile-sheet .rig-inspector-field{display:flex;flex-direction:column;border-radius:calc(var(--radius) * .85);border:1px solid var(--studio-glass-border);background:rgba(255,255,255,.03);transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease}.rig-editor-mobile-sheet .grid.gap-2:has(>[data-slot=label]):hover,.rig-editor-mobile-sheet .grid.gap-2:has(>label):hover,.rig-editor-mobile-sheet .rig-inspector-field:hover{border-color:color-mix(in srgb,var(--neon-cyan) 22%,var(--studio-glass-border));background:rgba(255,255,255,.05)}.rig-editor-mobile-sheet .grid.gap-2:has(>[data-slot=label]):focus-within,.rig-editor-mobile-sheet .grid.gap-2:has(>label):focus-within,.rig-editor-mobile-sheet .rig-inspector-field:focus-within{border-color:color-mix(in srgb,var(--neon-cyan) 42%,transparent);background:rgba(255,255,255,.06);box-shadow:0 0 0 1px color-mix(in srgb,var(--neon-cyan) 18%,transparent),0 0 20px color-mix(in srgb,var(--neon-cyan) 10%,transparent)}.rig-editor-mobile-sheet .grid.gap-2:has(>[data-slot=label]),.rig-editor-mobile-sheet .grid.gap-2:has(>label){display:flex;flex-direction:column;border-radius:calc(var(--radius) * .85);border:1px solid var(--studio-glass-border);background:rgba(255,255,255,.03)}.rig-editor-mobile-sheet .rig-inspector-field__label{font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--muted-foreground)}.rig-editor-mobile-sheet .rig-inspector-control,.rig-editor-mobile-sheet .rig-inspector-field__control .rig-inspector-control{height:2.5rem;min-height:2.5rem;width:100%;border-radius:calc(var(--radius) * .65);border:1px solid var(--studio-glass-border);background:rgba(255,255,255,.04);font-size:.875rem}.rig-editor-mobile-sheet .rig-inspector-hint{font-size:.75rem;line-height:1.5;color:var(--muted-foreground)}.rig-editor-mobile-sheet .rig-inspector-field__control{display:flex;min-height:2.25rem;flex:1;flex-direction:column;justify-content:center;gap:.375rem}.rig-editor-mobile-sheet .rig-inspector-segment-group{display:flex;flex-wrap:wrap;gap:.375rem;border-radius:calc(var(--radius) * .9);border:1px solid var(--studio-glass-border);background:rgba(255,255,255,.03);padding:.375rem}.rig-editor-mobile-sheet .rig-inspector-segment{flex:1 1 auto;min-height:2.25rem;border-radius:calc(var(--radius) * .65);border:1px solid transparent;background:transparent;padding-inline:.75rem;font-size:.75rem;font-weight:500;color:var(--muted-foreground);transition:border-color .16s ease,background-color .16s ease,color .16s ease}.rig-editor-mobile-sheet .rig-inspector-segment:hover{border-color:color-mix(in srgb,var(--neon-cyan) 22%,var(--studio-glass-border));background:rgba(255,255,255,.06);color:var(--foreground)}.rig-editor-mobile-sheet .rig-inspector-segment--active,.rig-editor-mobile-sheet .rig-inspector-segment[aria-selected=true]{border-color:color-mix(in srgb,var(--neon-cyan) 40%,transparent);background:color-mix(in srgb,var(--neon-cyan) 14%,transparent);color:var(--foreground)}.rig-editor-mobile-sheet .rig-inspector-segment:disabled{cursor:not-allowed;opacity:.32;pointer-events:none}.rig-editor-mobile-sheet .rig-inspector-segment-group--numeric{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:.25rem;padding:.3rem}.rig-editor-mobile-sheet .rig-inspector-segment--numeric{flex:none;min-height:1.65rem;min-width:0;padding-inline:.125rem;font-size:.6875rem;font-weight:600}.rig-inspector-status-card{display:flex;flex-direction:column;gap:.75rem;border-radius:calc(var(--radius) * .9);border:1px solid var(--studio-glass-border);background:rgba(255,255,255,.04);padding:.9rem 1rem}.rig-inspector-status-card [data-slot=switch]{flex-shrink:0}@media (max-width:1023px){.rig-editor-shell .rig-editor-topbar{gap:.625rem}.rig-editor-shell .rig-editor-settings-trigger,.rig-editor-shell .rig-editor-topbar [data-slot=button]{min-height:2.5rem}.rig-editor-shell .rig-editor-preview-canvas{padding:.75rem}}.dashboard-shell .rig-inspector-stack{display:flex;flex-direction:column;gap:1rem}.dashboard-shell .rig-inspector-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.625rem}.dashboard-shell .rig-inspector-grid--1{grid-template-columns:minmax(0,1fr)}.dashboard-shell .rig-inspector-field{display:flex;min-height:5.25rem;flex-direction:column;gap:.5rem;border-radius:calc(var(--radius) * .85);border:1px solid var(--studio-glass-border);background:rgba(255,255,255,.03);padding:.75rem;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease,transform .16s ease}.dashboard-shell .rig-inspector-field:hover{border-color:color-mix(in srgb,var(--neon-cyan) 22%,var(--studio-glass-border));background:rgba(255,255,255,.05)}.dashboard-shell .rig-inspector-field:focus-within{border-color:color-mix(in srgb,var(--neon-cyan) 42%,transparent);background:rgba(255,255,255,.06);box-shadow:0 0 0 1px color-mix(in srgb,var(--neon-cyan) 18%,transparent),0 0 20px color-mix(in srgb,var(--neon-cyan) 10%,transparent)}.dashboard-shell .rig-inspector-field--full{grid-column:1/-1}.dashboard-shell .rig-inspector-field__label{font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--muted-foreground)}.dashboard-shell .rig-inspector-field__control{display:flex;min-height:2.25rem;flex:1;flex-direction:column;justify-content:center;gap:.375rem}.dashboard-shell .rig-inspector-control,.dashboard-shell .rig-inspector-field__control .rig-inspector-control{height:2.25rem;min-height:2.25rem;width:100%;border-radius:calc(var(--radius) * .65);border:1px solid var(--studio-glass-border);background:rgba(255,255,255,.04);font-size:.8125rem;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease}.dashboard-shell .rig-inspector-control:hover,.dashboard-shell .rig-inspector-field__control .rig-inspector-control:hover{border-color:color-mix(in srgb,var(--neon-cyan) 20%,var(--studio-glass-border));background:rgba(255,255,255,.06)}.dashboard-shell .rig-inspector-control:focus-visible,.dashboard-shell .rig-inspector-field__control .rig-inspector-control:focus-visible{border-color:color-mix(in srgb,var(--neon-cyan) 45%,transparent);box-shadow:0 0 0 2px color-mix(in srgb,var(--neon-cyan) 16%,transparent);outline:none}.dashboard-shell .rig-inspector-color-input{width:100%;cursor:pointer;border:0;background:transparent;padding:0}.dashboard-shell .rig-inspector-slider-row{display:flex;flex-direction:column;gap:.375rem}.dashboard-shell .rig-inspector-slider-row [data-slot=slider]{direction:ltr}.dashboard-shell .rig-inspector-value{font-family:var(--font-mono-data),ui-monospace,monospace;font-size:.75rem;color:color-mix(in srgb,var(--foreground) 88%,transparent)}.dashboard-shell .rig-inspector-hint{font-size:.75rem;line-height:1.45;color:var(--muted-foreground)}.dashboard-shell .rig-inspector-segment-group{display:flex;flex-wrap:wrap;gap:.375rem;border-radius:calc(var(--radius) * .9);border:1px solid var(--studio-glass-border);background:rgba(255,255,255,.03);padding:.375rem}.dashboard-shell .rig-inspector-segment{flex:1 1 auto;min-height:2.25rem;border-radius:calc(var(--radius) * .65);border:1px solid transparent;background:transparent;padding-inline:.75rem;font-size:.75rem;font-weight:500;color:var(--muted-foreground);transition:border-color .16s ease,background-color .16s ease,color .16s ease,box-shadow .16s ease}.dashboard-shell .rig-inspector-segment:hover{border-color:color-mix(in srgb,var(--neon-cyan) 18%,transparent);background:rgba(255,255,255,.05);color:var(--foreground)}.dashboard-shell .rig-inspector-segment--active,.dashboard-shell .rig-inspector-segment[aria-selected=true]{border-color:color-mix(in srgb,var(--neon-cyan) 35%,transparent);background:color-mix(in srgb,var(--neon-cyan) 12%,transparent);color:var(--foreground);box-shadow:0 0 18px color-mix(in srgb,var(--neon-cyan) 16%,transparent)}.dashboard-shell .rig-inspector-segment--active:hover,.dashboard-shell .rig-inspector-segment[aria-selected=true]:hover{border-color:color-mix(in srgb,var(--neon-cyan) 42%,transparent);background:color-mix(in srgb,var(--neon-cyan) 16%,transparent);color:var(--foreground)}.dashboard-shell .rig-inspector-segment:disabled{cursor:not-allowed;opacity:.32;pointer-events:none}.dashboard-shell .rig-inspector-segment-group--numeric{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:.25rem;padding:.3rem}.dashboard-shell .rig-inspector-segment--numeric{flex:none;min-height:1.65rem;min-width:0;padding-inline:.125rem;font-size:.6875rem;font-weight:600}.dashboard-shell .rig-inspector-tabs-list{min-height:2.5rem}.dashboard-shell .rig-inspector-tabs [data-slot=tabs-trigger]{border:1px solid transparent}.dashboard-shell .rig-inspector-tabs-content{padding-top:.25rem;padding-inline-end:.125rem}.dashboard-shell .rig-editor-inspector [data-slot=tabs-trigger]:not([data-active]):not([aria-selected=true]):hover{background:rgba(255,255,255,.07);color:var(--foreground)}.dashboard-shell .rig-editor-inspector [data-slot=tabs-trigger]:not([data-active]):not([aria-selected=true]):active{background:rgba(255,255,255,.1);transform:translateY(1px)}.dashboard-shell .rig-editor-inspector .rig-inspector-tabs [data-slot=tabs-trigger][aria-selected=true],.dashboard-shell .rig-editor-inspector .rig-inspector-tabs [data-slot=tabs-trigger][data-active],.dashboard-shell .rig-editor-inspector [data-slot=tabs-trigger][aria-selected=true],.dashboard-shell .rig-editor-inspector [data-slot=tabs-trigger][data-active]{border:1px solid color-mix(in srgb,var(--neon-cyan) 35%,transparent);background:color-mix(in srgb,var(--neon-cyan) 12%,transparent);color:var(--foreground);box-shadow:0 0 18px color-mix(in srgb,var(--neon-cyan) 16%,transparent)}.dashboard-shell .rig-editor-inspector .rig-inspector-tabs [data-slot=tabs-trigger][aria-selected=true]:hover,.dashboard-shell .rig-editor-inspector .rig-inspector-tabs [data-slot=tabs-trigger][data-active]:hover,.dashboard-shell .rig-editor-inspector [data-slot=tabs-trigger][aria-selected=true]:hover,.dashboard-shell .rig-editor-inspector [data-slot=tabs-trigger][data-active]:hover{border-color:color-mix(in srgb,var(--neon-cyan) 42%,transparent);background:color-mix(in srgb,var(--neon-cyan) 16%,transparent);box-shadow:0 0 22px color-mix(in srgb,var(--neon-cyan) 20%,transparent)}.dashboard-shell .rig-editor-inspector .rig-inspector-tabs [data-slot=tabs-trigger][aria-selected=true]:active,.dashboard-shell .rig-editor-inspector .rig-inspector-tabs [data-slot=tabs-trigger][data-active]:active,.dashboard-shell .rig-editor-inspector [data-slot=tabs-trigger][aria-selected=true]:active,.dashboard-shell .rig-editor-inspector [data-slot=tabs-trigger][data-active]:active{transform:translateY(1px);box-shadow:0 0 12px color-mix(in srgb,var(--neon-cyan) 14%,transparent)}.dashboard-shell .rig-editor-inspector .grid.gap-2:has(>[data-slot=label]),.dashboard-shell .rig-editor-inspector .grid.gap-2:has(>label){display:flex;min-height:5.25rem;flex-direction:column;gap:.5rem;border-radius:calc(var(--radius) * .85);border:1px solid var(--studio-glass-border);background:rgba(255,255,255,.03);padding:.75rem;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease}.dashboard-shell .rig-editor-inspector .grid.gap-2:has(>[data-slot=label]):hover,.dashboard-shell .rig-editor-inspector .grid.gap-2:has(>label):hover{border-color:color-mix(in srgb,var(--neon-cyan) 22%,var(--studio-glass-border));background:rgba(255,255,255,.05)}.dashboard-shell .rig-editor-inspector .grid.gap-2:has(>[data-slot=label]):focus-within,.dashboard-shell .rig-editor-inspector .grid.gap-2:has(>label):focus-within{border-color:color-mix(in srgb,var(--neon-cyan) 42%,transparent);background:rgba(255,255,255,.06);box-shadow:0 0 0 1px color-mix(in srgb,var(--neon-cyan) 18%,transparent),0 0 20px color-mix(in srgb,var(--neon-cyan) 10%,transparent)}.dashboard-shell .rig-editor-inspector .grid.gap-4.sm\:grid-cols-2,.dashboard-shell .rig-editor-inspector .grid.gap-4[class*=grid-cols]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.625rem}.dashboard-shell .rig-editor-inspector .grid.gap-2[class*="sm:col-span-2"],.dashboard-shell .rig-editor-inspector .grid.gap-2[class*=col-span-2]{grid-column:1/-1}.dashboard-shell .rig-editor-preview-canvas{background:radial-gradient(ellipse 70% 55% at 50% 35%,color-mix(in srgb,var(--neon-cyan) 8%,transparent),transparent 70%),radial-gradient(ellipse 50% 40% at 80% 70%,color-mix(in srgb,var(--neon-magenta) 6%,transparent),transparent 70%);overflow:hidden;scrollbar-width:none;-ms-overflow-style:none}.dashboard-shell .rig-editor-preview-canvas::-webkit-scrollbar{display:none;width:0;height:0}.browser-source-shell,.browser-source-shell .rv-shell,.dashboard-shell .rig-editor-preview-canvas .rv-shell,.dashboard-shell .rig-editor-preview-canvas [class*=preview]{overflow:hidden;scrollbar-width:none;-ms-overflow-style:none}.browser-source-shell .rv-shell::-webkit-scrollbar,.browser-source-shell::-webkit-scrollbar,.dashboard-shell .rig-editor-preview-canvas .rv-shell::-webkit-scrollbar{display:none;width:0;height:0}.dashboard-shell .rig-editor-appearance-panel{border:1px solid var(--studio-glass-border);background:rgba(255,255,255,.03);border-radius:calc(var(--radius) * .9)}.dashboard-shell .rig-editor-preview-frame{border:1px solid var(--studio-glass-border);background:rgba(0,0,0,.45);border-radius:calc(var(--radius) * 1.05)}.dashboard-shell .hub-glass-card [data-slot=card-content],.dashboard-shell .hub-glass-card [data-slot=card-footer],.dashboard-shell .hub-glass-card [data-slot=card-header]{padding-inline:0}.dashboard-shell .hub-glass-card [data-slot=card-footer]{margin-top:auto;border-top:1px solid var(--studio-glass-border);background:transparent;padding-top:.75rem}.dashboard-shell.admin-shell .dashboard-sidebar-profile{display:none}.dashboard-shell.admin-shell .dashboard-sidebar-item{margin-inline:.25rem}.dashboard-shell.admin-shell .studio-page{padding-top:1.25rem;padding-bottom:2rem}.dashboard-shell .scene-builder-panel,.dashboard-shell .scene-widget-editor{background:var(--studio-elevated);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--studio-glass-border);box-shadow:0 16px 48px -16px rgba(0,0,0,.55)}.dashboard-shell.admin-shell .dashboard-sidebar-footer-pill{display:none}.dashboard-shell:has(.mobile-studio-shell),:root:has(.mobile-studio-shell){--mobile-studio-dock-h:0px;--mobile-studio-nav-clearance:calc(5.35rem + env(safe-area-inset-bottom, 0px))}@media (min-width:768px){.dashboard-shell:has(.mobile-studio-shell),:root:has(.mobile-studio-shell){--mobile-studio-nav-clearance:0px}}.dashboard-main-content:has(.mobile-studio-shell) .mobile-studio-page,.dashboard-main-content:has(.mobile-studio-shell)>main,.dashboard-main-scroll>div:has(.mobile-studio-shell),.dashboard-main-scroll>div:has(.mobile-studio-shell)>main,.dashboard-shell:has(.mobile-studio-shell) .dashboard-main-content{display:flex;min-height:0;flex:1;flex-direction:column;overflow:hidden;height:100%;max-height:100%;padding:0!important}@media (max-width:767px){.dashboard-shell:has(.mobile-studio-shell) .dashboard-topbar{display:none}.dashboard-shell:has(.mobile-studio-shell) .dashboard-main-content{padding-bottom:0!important}}.mobile-studio-shell{position:relative;display:flex;min-height:0;flex:1;flex-direction:column;overflow:hidden;padding-bottom:var(--mobile-studio-nav-clearance);box-sizing:border-box;overscroll-behavior:none;background:radial-gradient(ellipse 80% 40% at 50% 0,color-mix(in srgb,var(--neon-cyan) 10%,transparent),transparent 70%),var(--studio-bg)}.mobile-studio-shell #audio-gate,.mobile-studio-shell #tikrig-audio-gate,.mobile-studio-shell .tikrig-audio-gate{display:none!important}.mobile-studio-page{display:flex;min-height:0;flex:1;flex-direction:column;overflow:hidden;overscroll-behavior:none}.mobile-studio-shell--nav-inline{--mobile-studio-nav-clearance:0px;padding-bottom:0}.mobile-studio-section{position:relative;z-index:2;display:flex;min-height:0;min-width:0;flex-direction:column}.mobile-studio-section--nav{z-index:5;flex:0 0 auto;padding:.2rem .45rem}@media (min-width:768px){.mobile-studio-section--nav{display:none}}.mobile-studio-shell--nav-bottom .mobile-studio-section--nav{padding-bottom:max(.2rem,env(safe-area-inset-bottom,0px))}.mobile-studio-shell--nav-top .mobile-studio-section--nav{padding-top:max(.2rem,env(safe-area-inset-top,0px))}.mobile-studio-section--widgets{flex:0 0 16%;max-height:22%;padding:.15rem .35rem .1rem}.mobile-studio-section--ranking{flex:0 0 16%;max-height:22%;padding:.1rem .35rem .15rem}.mobile-studio-section--game{display:flex;min-height:0;flex:1 1 0;flex-direction:column}.mobile-studio-section--game>.mobile-studio-game{flex:1 1 0}.mobile-studio-section--ranking .mobile-studio-layers-stage,.mobile-studio-section--widgets .mobile-studio-layers-stage{min-height:0;flex:1;border:none;border-radius:0;box-shadow:none;background:transparent;overflow:hidden}.mobile-studio-section--ranking .mobile-studio-layers-stage{overflow:hidden}.mobile-studio-section--ranking+.mobile-studio-section--widgets,.mobile-studio-section--widgets+.mobile-studio-section--ranking{margin-top:0}.dashboard-mobile-nav--inline{position:relative;inset:auto;bottom:auto;z-index:1;display:block;width:100%;pointer-events:none;padding:0}.dashboard-mobile-nav--inline .dashboard-mobile-nav-shell{pointer-events:auto}.mobile-studio-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem .875rem .5rem;border-bottom:1px solid var(--studio-glass-border)}.mobile-studio-eyebrow{display:inline-flex;align-items:center;gap:.35rem;margin:0;font-size:.625rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:color-mix(in srgb,var(--muted-foreground) 85%,var(--neon-cyan) 15%)}.mobile-studio-title{margin:.15rem 0 0;font-family:var(--font-heading),ui-sans-serif,system-ui,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.2}.mobile-studio-section-label{font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted-foreground)}.mobile-studio-layers{position:relative;z-index:2;display:flex;min-height:0;flex:0 0 34%;max-height:38%;flex-direction:column;padding:.45rem .55rem .35rem;border-bottom:1px solid var(--studio-glass-border)}.mobile-studio-fab,.mobile-studio-layers{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.mobile-studio-fab{position:absolute;z-index:8;display:inline-flex;width:1.85rem;height:1.85rem;align-items:center;justify-content:center;padding:0;border:1px solid color-mix(in srgb,var(--studio-glass-border) 80%,transparent);border-radius:9999px;background:color-mix(in srgb,var(--studio-bg) 78%,black 22%);color:var(--muted-foreground);box-shadow:0 4px 14px rgba(0,0,0,.28);cursor:pointer;transition:color .15s ease,border-color .15s ease,background .15s ease}.mobile-studio-fab svg{width:.9rem;height:.9rem}.mobile-studio-fab:focus-visible,.mobile-studio-fab:hover{color:var(--foreground);border-color:color-mix(in srgb,var(--neon-cyan) 45%,transparent);background:color-mix(in srgb,var(--neon-cyan) 12%,rgba(0,0,0,.55));outline:none}.mobile-studio-fab:active{transform:scale(.96)}.mobile-studio-shell .game-host-sticky-actions--mobile-reset-only{display:none!important}.mobile-studio-settings-sidebar .game-host-sticky-actions--mobile-reset-only{display:flex!important}.mobile-studio-settings-sidebar .game-host-sticky-actions--mobile-reset-only .game-host-sticky-actions__row{grid-template-columns:1fr}.mobile-studio-layers-stage{display:flex;min-height:0;flex:1;flex-direction:column;overflow:hidden;border-radius:.85rem;border:1px solid color-mix(in srgb,var(--studio-glass-border) 80%,transparent);box-shadow:inset 0 0 0 1px rgba(255,255,255,.03)}.mobile-studio-slots{display:grid;min-height:0;flex:1;grid-template-columns:1.55fr .55fr;grid-template-rows:minmax(0,1fr) minmax(0,1.25fr);grid-template-areas:"alerts metrics" "ranking ranking";gap:.35rem;padding:.4rem}.mobile-studio-slots--widgets-only{grid-template-columns:1.55fr .55fr;grid-template-rows:minmax(0,1fr);grid-template-areas:"alerts metrics";gap:.25rem;padding:0}.mobile-studio-slots--ranking-only{display:block;gap:0;padding:0}.mobile-studio-slots--ranking-only>.mobile-studio-slot{display:block;width:100%;height:100%;min-height:100%;grid-area:unset}.mobile-studio-slot--1{grid-area:alerts}.mobile-studio-slot--2{grid-area:ranking}.mobile-studio-slot--3{grid-area:metrics;max-width:7.5rem;justify-self:stretch}.mobile-studio-slot--ranking{min-height:0;height:100%}.mobile-studio-slot--ranking:not(.mobile-studio-slot--empty){background:transparent;border:none;border-radius:0;overflow:hidden}.mobile-studio-slot--ranking:not(.mobile-studio-slot--empty) .mobile-studio-slot__stack{position:absolute;inset:0}.mobile-studio-slot{position:relative;min-height:0;min-width:0;overflow:hidden;border-radius:.55rem;border:1px dashed color-mix(in srgb,var(--studio-glass-border) 70%,transparent);background:rgba(0,0,0,.18)}.mobile-studio-slot:not(.mobile-studio-slot--empty){border-style:solid;border-color:color-mix(in srgb,var(--neon-cyan) 28%,var(--studio-glass-border))}.mobile-studio-slot--previewing{border-color:color-mix(in srgb,var(--neon-cyan) 55%,transparent);box-shadow:0 0 0 1px color-mix(in srgb,var(--neon-cyan) 25%,transparent)}.mobile-studio-slot__badge{inset-inline-start:.25rem;display:inline-flex;min-width:1.15rem;height:1.15rem;align-items:center;justify-content:center;font-size:.625rem;font-weight:700}.mobile-studio-slot__badge,.mobile-studio-slot__queue{position:absolute;top:.25rem;z-index:5;border-radius:9999px;background:rgba(0,0,0,.62);color:#dff7ff;pointer-events:none}.mobile-studio-slot__queue{inset-inline-end:.25rem;max-width:calc(100% - 2.2rem);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:.12rem .45rem;font-size:.5625rem;font-weight:600}.mobile-studio-slot__idle{display:flex;height:100%;width:100%;align-items:center;justify-content:center;padding:.35rem;text-align:center;font-size:.68rem;font-weight:600;color:color-mix(in srgb,var(--muted-foreground) 88%,transparent);pointer-events:none}.mobile-studio-slot__empty-btn{display:block;height:100%;width:100%;padding:0;border:0;background:transparent;cursor:pointer}.mobile-studio-game-overlay__note,.mobile-studio-slot__badge,.mobile-studio-slot__idle,.mobile-studio-slot__queue{display:revert}.mobile-studio-game-overlay__note{display:none!important}.mobile-studio-alert-kind{display:inline-flex;margin-bottom:.3rem;border-radius:9999px;border:1px solid color-mix(in srgb,var(--neon-cyan) 35%,transparent);background:color-mix(in srgb,var(--neon-cyan) 12%,transparent);padding:.1rem .5rem;font-size:.625rem;font-weight:700;letter-spacing:.02em;color:#b8f3ff}.mobile-studio-alert-kind--gift_alert{border-color:color-mix(in srgb,#ffb020 45%,transparent);background:color-mix(in srgb,#ffb020 16%,transparent);color:#ffe0a3}.mobile-studio-alert-kind--follow_alert{border-color:color-mix(in srgb,#7fe8ff 45%,transparent);background:color-mix(in srgb,#7fe8ff 14%,transparent);color:#c9f6ff}.mobile-studio-alert-kind--like_alert{border-color:color-mix(in srgb,#ff6b9d 45%,transparent);background:color-mix(in srgb,#ff6b9d 14%,transparent);color:#ffd0e0}.mobile-studio-alert-kind--share_alert{border-color:color-mix(in srgb,#b48cff 45%,transparent);background:color-mix(in srgb,#b48cff 14%,transparent);color:#e5d6ff}.mobile-studio-slot--alerts:not(.mobile-studio-slot--empty){border-color:color-mix(in srgb,var(--neon-cyan) 40%,var(--studio-glass-border))}.mobile-studio-slot__stack{position:absolute;inset:0}.mobile-studio-slot__frame{position:absolute;inset:0;width:100%;height:100%;border:0;background:transparent;pointer-events:none;opacity:0;transition:opacity .15s ease}.mobile-studio-slot--ranking .mobile-studio-slot__frame{pointer-events:auto;touch-action:pan-y}.mobile-studio-slot--ranking:not(.mobile-studio-slot--empty) .mobile-studio-slot__frame,.mobile-studio-slot--ranking:not(.mobile-studio-slot--empty) .mobile-studio-slot__stack{overflow:hidden}.mobile-studio-game-overlay:not(.mobile-studio-game-overlay--empty) .mobile-studio-slot__frame[src],.mobile-studio-slot:not(.mobile-studio-slot--empty) .mobile-studio-slot__frame[src],.mobile-studio-slot__frame--active{opacity:1}.mobile-studio-slot__frame--queue-waiting{opacity:0!important;visibility:hidden}.mobile-studio-slot-pick{min-height:1.55rem;border-radius:.45rem;border:1px solid var(--studio-glass-border);background:rgba(255,255,255,.04);padding:.15rem .45rem;font-size:.625rem;font-weight:600;color:var(--muted-foreground)}.mobile-studio-slot-pick--active{border-color:color-mix(in srgb,var(--neon-cyan) 45%,transparent);background:color-mix(in srgb,var(--neon-cyan) 14%,transparent);color:var(--foreground)}.mobile-studio-layers-tabs{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;flex-direction:unset!important;flex-wrap:unset!important;align-items:stretch!important;justify-content:stretch!important;height:auto!important;gap:.3rem;padding:.3rem;border-radius:.85rem;border:1px solid var(--studio-glass-border);background:rgba(0,0,0,.22)}.mobile-studio-layers-tab{display:inline-flex!important;flex:unset!important;width:100%;min-width:0;justify-content:center!important;gap:.25rem!important;min-height:2rem;border-radius:.55rem!important;padding-inline:.35rem!important;font-size:clamp(.625rem,2.6vw,.75rem)!important;line-height:1.15!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-studio-layers-tab__count{display:inline-flex;min-width:1rem;height:1rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;background:rgba(255,255,255,.08);font-size:.6em;font-weight:700}.mobile-studio-game{position:relative;z-index:1;display:flex;flex-direction:column;min-height:0;flex:1 1 0;overflow:hidden;background:transparent}.mobile-studio-layout-sheet{max-height:min(52dvh,28rem)}.mobile-studio-layout-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.45rem}.mobile-studio-layout-row{display:flex;align-items:center;gap:.65rem;padding:.55rem .65rem;border-radius:.75rem;border:1px solid color-mix(in srgb,var(--studio-glass-border) 80%,transparent);background:color-mix(in srgb,var(--studio-bg) 70%,black 30%)}.mobile-studio-layout-row__index{display:inline-flex;width:1.35rem;height:1.35rem;flex:0 0 auto;align-items:center;justify-content:center;border-radius:9999px;background:rgba(255,255,255,.08);font-size:.6875rem;font-weight:700;color:var(--muted-foreground)}.mobile-studio-layout-row__label{flex:1 1 auto;min-width:0;font-size:.875rem;font-weight:600}.mobile-studio-layout-row__actions{display:inline-flex;flex:0 0 auto;gap:.25rem}.mobile-studio-layout-move{display:inline-flex;width:1.85rem;height:1.85rem;align-items:center;justify-content:center;padding:0;border:1px solid color-mix(in srgb,var(--studio-glass-border) 80%,transparent);border-radius:.55rem;background:transparent;color:var(--muted-foreground);cursor:pointer}.mobile-studio-layout-move svg{width:1rem;height:1rem}.mobile-studio-layout-move:focus-visible:not(:disabled),.mobile-studio-layout-move:hover:not(:disabled){color:var(--foreground);border-color:color-mix(in srgb,var(--neon-cyan) 40%,transparent);outline:none}.mobile-studio-layout-move:disabled{opacity:.35;cursor:default}.mobile-studio-game-empty{display:flex;flex:1 1 0;min-height:0;height:auto;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:1rem;text-align:center}.mobile-studio-game-grid{display:grid;width:min(100%,22rem);grid-template-columns:1fr 1fr;gap:.5rem}.mobile-studio-game-pick{min-height:2.75rem;border-radius:.9rem;border:1px solid color-mix(in srgb,var(--neon-lime) 28%,var(--studio-glass-border));background:color-mix(in srgb,var(--neon-lime) 10%,transparent);padding:.65rem .75rem;font-size:.8125rem;font-weight:600;color:var(--foreground)}.mobile-studio-game-pick:active{transform:scale(.98)}.mobile-studio-game-host{position:relative;flex:1 1 0;width:100%;min-height:0;height:auto;overflow:hidden}.mobile-studio-game-host>*{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-height:none!important;min-height:0!important}.mobile-studio-game-host>.mobile-studio-challenge-dock{inset:auto auto max(.45rem,env(safe-area-inset-bottom)) .45rem!important;top:auto!important;right:auto!important;left:.45rem!important;bottom:max(.45rem,env(safe-area-inset-bottom))!important;width:auto!important;height:auto!important;max-height:none!important;z-index:40!important;display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;pointer-events:none}.mobile-studio-challenge-dock .mobile-challenge-controls{pointer-events:auto}.mobile-challenge-controls{display:flex;flex-direction:column;gap:.35rem}.mobile-challenge-controls--bar{background:transparent;border:0;padding:0;box-shadow:none}.mobile-challenge-controls:not(.mobile-challenge-controls--bar){border-radius:.75rem;border:1px solid color-mix(in srgb,var(--studio-glass-border) 85%,transparent);background:color-mix(in srgb,var(--studio-bg) 82%,black 18%);padding:.55rem .65rem;box-shadow:0 6px 18px rgba(0,0,0,.28);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.mobile-challenge-controls__actions{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.mobile-challenge-controls--bar .mobile-challenge-controls__actions{flex-direction:column;flex-wrap:nowrap;gap:.35rem}.mobile-challenge-fab{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-height:1.85rem;padding:0 .65rem;border:1px solid color-mix(in srgb,var(--studio-glass-border) 80%,transparent);border-radius:9999px;background:color-mix(in srgb,var(--studio-bg) 78%,black 22%);color:var(--muted-foreground);box-shadow:0 4px 14px rgba(0,0,0,.28);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);cursor:pointer;font-size:.75rem;font-weight:600}.mobile-challenge-controls--bar .mobile-challenge-fab{width:1.85rem;height:1.85rem;padding:0}.mobile-challenge-fab svg{width:.9rem;height:.9rem;flex-shrink:0}.mobile-challenge-fab:focus-visible,.mobile-challenge-fab:hover{color:var(--foreground);border-color:color-mix(in srgb,var(--neon-cyan) 45%,transparent);outline:none}.mobile-challenge-fab:disabled{opacity:.45;cursor:not-allowed}.mobile-challenge-fab--start{color:color-mix(in srgb,var(--neon-cyan) 80%,white 20%);border-color:color-mix(in srgb,var(--neon-cyan) 45%,transparent);background:color-mix(in srgb,var(--neon-cyan) 16%,rgba(0,0,0,.55))}.mobile-challenge-fab--settings{color:var(--muted-foreground)}.mobile-challenge-chip{display:inline-flex;align-items:center;min-height:1.75rem;padding:0 .65rem;border-radius:9999px;border:1px solid color-mix(in srgb,var(--studio-glass-border) 80%,transparent);background:rgba(255,255,255,.06);color:var(--foreground);font-size:.75rem;font-weight:600;cursor:pointer}.mobile-challenge-controls__hint{margin:0;font-size:.6875rem;line-height:1.35;color:var(--muted-foreground)}.mobile-challenge-controls__error{margin:0;max-width:9.5rem;font-size:.625rem;line-height:1.3;color:var(--destructive)}.mobile-challenge-controls--bar .mobile-challenge-controls__error{padding:.2rem .35rem;border-radius:.4rem;background:rgba(0,0,0,.55)}.mobile-studio-game-host>.mobile-studio-challenge-scrim{z-index:25!important;pointer-events:none!important;background:radial-gradient(ellipse 120% 90% at 50% 40%,rgba(8,12,22,.55) 0,rgba(4,6,14,.88) 100%);backdrop-filter:blur(22px) saturate(.85);-webkit-backdrop-filter:blur(22px) saturate(.85)}.mobile-studio-game-overlays{z-index:30!important;pointer-events:none!important;background:transparent!important;border:0!important;overflow:hidden!important}.mobile-studio-game-overlay{position:absolute;inset:0;overflow:hidden;border:0;background:transparent;pointer-events:none}.mobile-studio-game-overlay--empty{display:none}.mobile-studio-game-overlay__note{position:absolute;top:.4rem;inset-inline-start:50%;z-index:2;margin:0;transform:translateX(-50%);border-radius:9999px;background:rgba(0,0,0,.45);padding:.15rem .55rem;font-size:.5625rem;font-weight:600;letter-spacing:.02em;color:rgba(255,255,255,.72);white-space:nowrap;pointer-events:none}.mobile-studio-game-overlay--previewing .mobile-studio-game-overlay__note{color:color-mix(in srgb,white 80%,var(--neon-cyan) 20%)}.mobile-studio-game-overlay__stack{position:absolute;inset:0}.mobile-studio-settings-sheet{height:min(82dvh,40rem)!important;max-height:min(82dvh,40rem)!important;display:flex!important;flex-direction:column!important;gap:0!important;overflow:hidden;border-radius:1.15rem 1.15rem 0 0!important}.mobile-studio-settings-mount{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;overflow:hidden}.mobile-studio-shell .boc-host-sidebar,.mobile-studio-shell .brain-host-sidebar,.mobile-studio-shell .cb-host-sidebar,.mobile-studio-shell .cups-ball-host-sidebar,.mobile-studio-shell .legend-wheel-host-sidebar,.mobile-studio-shell .mc-host-sidebar,.mobile-studio-shell .sn-host-sidebar{display:none!important}.mobile-studio-settings-sidebar{display:flex!important;flex:1 1 auto!important;width:100%!important;max-width:none!important;height:100%!important;max-height:100%!important;min-height:0!important;flex-direction:column!important;gap:.5rem!important;overflow:hidden!important;padding-bottom:0!important}.mobile-studio-settings-sidebar .boc-host-sidebar__scroll,.mobile-studio-settings-sidebar .brain-host-sidebar__scroll,.mobile-studio-settings-sidebar .cb-host-sidebar__scroll,.mobile-studio-settings-sidebar .cups-ball-host-sidebar__scroll,.mobile-studio-settings-sidebar .legend-wheel-host-sidebar__scroll,.mobile-studio-settings-sidebar .mc-host-sidebar__scroll,.mobile-studio-settings-sidebar .sn-host-sidebar__scroll{flex:1 1 auto!important;min-height:0!important;max-height:none!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-bottom:.35rem}.mobile-studio-settings-sidebar .game-host-sticky-actions--mobile-reset-only{flex-shrink:0!important;margin-top:0!important;padding-bottom:max(.35rem,env(safe-area-inset-bottom));border-top:1px solid rgba(255,255,255,.12);background:color-mix(in srgb,var(--background) 94%,black 6%)}.mobile-studio-settings-sidebar .boc-host-sidebar__obs,.mobile-studio-settings-sidebar .brain-host-sidebar__obs,.mobile-studio-settings-sidebar .cb-host-sidebar__obs,.mobile-studio-settings-sidebar .cups-ball-host-sidebar__obs,.mobile-studio-settings-sidebar .legend-wheel-host-sidebar__obs,.mobile-studio-settings-sidebar .mc-host-sidebar__obs,.mobile-studio-settings-sidebar .sn-host-sidebar__obs,.mobile-studio-shell .boc-host-sidebar__obs,.mobile-studio-shell .brain-host-sidebar__obs,.mobile-studio-shell .cb-host-sidebar__obs,.mobile-studio-shell .cups-ball-host-sidebar__obs,.mobile-studio-shell .legend-wheel-host-sidebar__obs,.mobile-studio-shell .mc-host-sidebar__obs,.mobile-studio-shell .sn-host-sidebar__obs{display:none!important}@media (max-width:767px){.boc-host-sidebar__obs,.brain-host-sidebar__obs,.cb-host-sidebar__obs,.cups-ball-host-sidebar__obs,.legend-wheel-host-sidebar__obs,.mc-host-sidebar__obs,.sn-host-sidebar__obs{display:none!important}}.mobile-studio-shell .boc-host-live,.mobile-studio-shell .boc-host-live__frame,.mobile-studio-shell .boc-host-workspace,.mobile-studio-shell .boc-host-workspace-root,.mobile-studio-shell .boc-host-workspace>section,.mobile-studio-shell .brain-challenge-root--embedded,.mobile-studio-shell .brain-host-live,.mobile-studio-shell .brain-host-live__frame,.mobile-studio-shell .brain-host-workspace,.mobile-studio-shell .brain-host-workspace-root,.mobile-studio-shell .brain-host-workspace>section,.mobile-studio-shell .brain-stage-host,.mobile-studio-shell .cb-host-live,.mobile-studio-shell .cb-host-live__frame,.mobile-studio-shell .cb-host-workspace,.mobile-studio-shell .cb-host-workspace-root,.mobile-studio-shell .cb-host-workspace>section,.mobile-studio-shell .cups-ball-host-live,.mobile-studio-shell .cups-ball-host-live__frame,.mobile-studio-shell .cups-ball-host-workspace,.mobile-studio-shell .cups-ball-host-workspace-root,.mobile-studio-shell .cups-ball-host-workspace>section,.mobile-studio-shell .legend-wheel-host-live,.mobile-studio-shell .legend-wheel-host-live__frame,.mobile-studio-shell .legend-wheel-host-workspace,.mobile-studio-shell .legend-wheel-host-workspace-root,.mobile-studio-shell .legend-wheel-host-workspace>section,.mobile-studio-shell .mc-host-live,.mobile-studio-shell .mc-host-live__frame,.mobile-studio-shell .mc-host-workspace,.mobile-studio-shell .mc-host-workspace-root,.mobile-studio-shell .mc-host-workspace>section,.mobile-studio-shell .sn-host-live,.mobile-studio-shell .sn-host-live__frame,.mobile-studio-shell .sn-host-workspace,.mobile-studio-shell .sn-host-workspace-root,.mobile-studio-shell .sn-host-workspace>section{display:flex!important;flex-direction:column!important;flex:1 1 auto!important;width:100%!important;height:100%!important;max-height:none!important;min-height:0!important;padding:0!important;margin:0!important;overflow:hidden!important;border:0!important;border-radius:0!important;background:transparent!important;grid-template-columns:none!important;gap:0!important}.mobile-studio-shell .boc-host-live__header,.mobile-studio-shell .brain-host-live__header,.mobile-studio-shell .cb-host-live__header,.mobile-studio-shell .cups-ball-host-live__header,.mobile-studio-shell .legend-wheel-host-live__header,.mobile-studio-shell .mc-host-live__header,.mobile-studio-shell .sn-host-live__header{display:none!important}.mobile-studio-shell .boc-root,.mobile-studio-shell .boc-root--embedded,.mobile-studio-shell .boc-root--mobile-studio,.mobile-studio-shell .cb-root,.mobile-studio-shell .cb-root--embedded,.mobile-studio-shell .cb-root--screen,.mobile-studio-shell .cups-ball-root,.mobile-studio-shell .cups-ball-root--embedded,.mobile-studio-shell .cups-ball-root--mobile-studio,.mobile-studio-shell .legend-wheel-root,.mobile-studio-shell .legend-wheel-root--embedded,.mobile-studio-shell .legend-wheel-root--mobile-studio,.mobile-studio-shell .mc-root,.mobile-studio-shell .mc-root--embedded,.mobile-studio-shell .mc-root--mobile-studio,.mobile-studio-shell .sn-root,.mobile-studio-shell .sn-root--embedded,.mobile-studio-shell .sn-root--mobile-studio{display:flex!important;flex-direction:column!important;height:100%!important;min-height:0!important;max-height:100%!important;overflow:hidden!important}.mobile-studio-shell .legend-wheel-layout{max-height:none!important;padding:0!important;gap:0!important;grid-template-columns:none!important}.mobile-studio-shell .legend-wheel-center,.mobile-studio-shell .legend-wheel-layout{display:flex!important;flex:1 1 0!important;flex-direction:column!important;height:auto!important;min-height:0!important}.mobile-studio-shell .legend-wheel-center{position:relative!important;width:100%!important}.mobile-studio-shell .legend-wheel-nadala-gift-hud,.mobile-studio-shell .legend-wheel-nadala-gift-hud--compact{position:relative!important;top:auto!important;left:auto!important;transform:none!important;flex-shrink:0!important;width:100%!important;max-width:none!important;margin:0!important}.mobile-studio-shell .legend-wheel-phaser-wrap{position:relative!important;inset:auto!important;flex:1 1 0!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important}.mobile-studio-shell .legend-wheel-bg,.mobile-studio-shell .legend-wheel-phaser,.mobile-studio-shell .legend-wheel-phaser canvas{position:absolute!important;inset:0!important;width:100%!important;height:100%!important}.mobile-studio-shell .brain-challenge-root--embedded .brain-phaser-bg,.mobile-studio-shell .brain-phaser-bg--embedded{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;z-index:0;opacity:1;pointer-events:none;overflow:hidden}.mobile-studio-shell .brain-phaser-bg--embedded canvas,.mobile-studio-shell .brain-phaser-bg--embedded>div{width:100%!important;height:100%!important;object-fit:cover}.mobile-studio-shell .brain-challenge-root--embedded .brain-ui-root,.mobile-studio-shell .brain-ui-root{position:relative;z-index:2;flex:1 1 auto!important;align-self:stretch;align-items:stretch;justify-content:flex-start;width:100%!important;height:100%!important;min-height:0!important;max-height:100%!important;overflow:hidden;padding:.4rem .55rem .65rem;overscroll-behavior:contain;box-sizing:border-box;container-type:size;container-name:brain-mobile-stage}.mobile-studio-shell .brain-q-wrap,.mobile-studio-shell .brain-res-wrap,.mobile-studio-shell .brain-screen{display:flex;flex-direction:column;max-width:100%;width:100%;max-height:100%;height:100%;min-height:0;margin-inline:0;justify-content:flex-start;gap:clamp(.4rem,2cqh,.9rem);overflow:hidden}.mobile-studio-shell .brain-q-wrap{width:min(100%,88%)!important;max-width:22rem;margin-inline:auto;align-items:stretch}.mobile-studio-shell .brain-q-wrap--electric{width:100%!important;max-width:min(100%,28rem)!important}.mobile-studio-shell .brain-team-sidebar{width:min(22%,4.2rem)!important;top:.35rem!important;bottom:.25rem!important;padding:.25rem .15rem!important;background:transparent!important;border-width:1.5px!important;border-style:solid!important;border-radius:.55rem!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;z-index:40!important;pointer-events:none;overflow-x:hidden!important;overflow-y:auto!important}.mobile-studio-shell .brain-team-sidebar--red{left:.1rem!important;border-color:var(--brain-team-red,#ff4d6d)!important;box-shadow:0 0 8px color-mix(in srgb,var(--brain-team-red,#ff4d6d) 30%,transparent)!important}.mobile-studio-shell .brain-team-sidebar--blue{right:.1rem!important;border-color:var(--brain-team-blue,#4dabff)!important;box-shadow:0 0 8px color-mix(in srgb,var(--brain-team-blue,#4dabff) 30%,transparent)!important}.mobile-studio-shell .brain-team-sidebar__title{font-size:.5rem!important;line-height:1.15;margin-bottom:.6rem!important}.mobile-studio-shell .brain-team-sidebar__grid{gap:.45rem!important;align-items:center!important}.mobile-studio-shell .brain-team-sidebar__cell{width:100%!important;font-size:.5rem!important}.mobile-studio-shell .brain-team-sidebar__member-card{width:100%;gap:.12rem!important}.mobile-studio-shell .brain-team-sidebar__avatar{width:1.55rem!important;height:1.55rem!important;border-width:1.5px!important}.mobile-studio-shell .brain-team-sidebar__avatar--captain{width:1.9rem!important;height:1.9rem!important;border:2px solid var(--brain-gold,#ffb703)!important;box-shadow:0 0 8px rgba(255,183,3,.55)!important}.mobile-studio-shell .brain-team-sidebar__crown{width:1.1rem!important;height:1.1rem!important;top:-.7rem!important}.mobile-studio-shell .brain-team-sidebar__name{font-size:.55rem!important;max-width:100%;line-height:1.15;font-weight:700}.mobile-studio-shell .brain-team-sidebar__scoreline{font-size:.5rem!important;gap:.15rem!important}.mobile-studio-shell .brain-vs-banner-top{--brain-vs-banner-width:500px!important;--brain-vs-banner-height:10.5rem!important;top:.15rem!important;max-width:none!important;width:var(--brain-vs-banner-width)!important;height:var(--brain-vs-banner-height)!important;min-height:var(--brain-vs-banner-height)!important;transform:translateX(-50%)!important;transform-origin:top center!important;border-radius:10px!important;z-index:50!important;overflow:hidden!important;zoom:.52}@supports not (zoom:1){.mobile-studio-shell .brain-vs-banner-top{zoom:unset;width:calc(500px * .52)!important;height:calc(10.5rem * .52)!important;min-height:calc(10.5rem * .52)!important;max-width:calc(100% - 5.25rem)!important}.mobile-studio-shell .brain-vs-banner-top .brain-vs-banner-phaser,.mobile-studio-shell .brain-vs-banner-top>div{position:absolute!important;top:0!important;left:0!important;width:500px!important;height:10.5rem!important;min-height:10.5rem!important;transform:scale(.52)!important;transform-origin:top left!important}}.mobile-studio-shell .brain-challenge-root--embedded .brain-vs-banner-top{--brain-vs-banner-height:10.5rem!important}.mobile-studio-shell .brain-ui-root--teams .brain-q-wrap{width:min(100%,56vw)!important;max-width:none;margin-inline:auto}.mobile-studio-shell .brain-ui-root--teams .brain-screen{width:min(100%,63vw)!important;max-width:none;margin-inline:auto}.mobile-studio-shell .brain-settings-card{width:100%}.mobile-studio-shell .brain-ui-root--teams .brain-waiting-card{padding-inline:.45rem}.mobile-studio-shell .brain-teams-q-result__toolbar--mobile{display:flex!important}.mobile-studio-shell .brain-teams-q-result__columns{grid-template-columns:1fr!important}.mobile-studio-shell .brain-teams-q-result__columns--focus-blue .brain-teams-q-result__column--red,.mobile-studio-shell .brain-teams-q-result__columns--focus-red .brain-teams-q-result__column--blue{display:none!important}.mobile-studio-shell .brain-teams-q-result{width:min(100%,96vw);padding-inline:.25rem}.mobile-studio-shell .brain-teams-q-result__meta{margin-bottom:.3rem;padding:.22rem .35rem;gap:.12rem}.mobile-studio-shell .brain-teams-q-result__meta-progress{font-size:.62rem}.mobile-studio-shell .brain-teams-q-result__meta-question{font-size:.64rem;-webkit-line-clamp:2}.mobile-studio-shell .brain-teams-q-result__meta-answer{font-size:.62rem}.mobile-studio-shell .brain-teams-q-result__name{font-size:.72rem;max-width:100%}.mobile-studio-shell .brain-q-top{flex-shrink:0;gap:.35rem}.mobile-studio-shell .brain-q-index{font-size:clamp(.85rem,2.8vw,1.05rem);padding:.4rem .85rem;background:rgba(8,6,22,.72);backdrop-filter:blur(16px) saturate(1.15);-webkit-backdrop-filter:blur(16px) saturate(1.15)}.mobile-studio-shell .brain-timer-ring{width:clamp(2.65rem,11vw,3.35rem)!important;height:clamp(2.65rem,11vw,3.35rem)!important}.mobile-studio-shell .brain-timer-num{font-size:clamp(.95rem,4.2vw,1.25rem)!important;font-weight:800}.mobile-studio-shell .brain-viewer-instruction{flex-shrink:0;font-size:clamp(.82rem,3.2vw,1.05rem);line-height:1.35;margin:0;padding:clamp(.4rem,1.2cqh,.6rem) clamp(.55rem,2cqi,.8rem);border-radius:.75rem;border:1px solid rgba(255,255,255,.14);background:rgba(8,6,22,.72);backdrop-filter:blur(18px) saturate(1.2);-webkit-backdrop-filter:blur(18px) saturate(1.2);box-shadow:0 6px 18px rgba(0,0,0,.28)}.mobile-studio-shell .brain-viewer-instruction__lead{font-size:inherit}.mobile-studio-shell .brain-viewer-instruction__tag{font-size:1.15em}.mobile-studio-shell .brain-q-card{flex:0 1 auto;min-height:0;padding:clamp(.75rem,2.8cqh,1.25rem) clamp(.8rem,3cqi,1.15rem);border-radius:1rem;overflow:hidden;background:rgba(10,8,26,.78);border-color:rgba(255,255,255,.16);backdrop-filter:blur(22px) saturate(1.25);-webkit-backdrop-filter:blur(22px) saturate(1.25);box-shadow:0 12px 32px rgba(0,0,0,.4),inset 0 1px 0 rgba(255,255,255,.06)}.mobile-studio-shell .brain-q-text{font-size:clamp(1.2rem,4.6vw,1.75rem)!important;line-height:1.45;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;text-shadow:0 1px 2px rgba(0,0,0,.35)}.mobile-studio-shell .brain-answers-grid{flex:1 1 auto;min-height:0;grid-template-columns:1fr!important;gap:clamp(.45rem,1.6cqh,.75rem);align-content:start}.mobile-studio-shell .brain-answer-btn{min-height:clamp(2.85rem,9.5cqh,3.9rem);gap:.55rem;padding:clamp(.55rem,1.8cqh,.9rem) clamp(.6rem,2.4cqi,.9rem);border-radius:.85rem;font-size:clamp(1.02rem,3.8vw,1.3rem)!important;line-height:1.35;overflow:hidden;background:rgba(10,8,26,.74);border-color:rgba(255,255,255,.15);backdrop-filter:blur(18px) saturate(1.2);-webkit-backdrop-filter:blur(18px) saturate(1.2);box-shadow:0 8px 22px rgba(0,0,0,.32)}.mobile-studio-shell .brain-answer-num{width:clamp(1.75rem,6.2vw,2.25rem);height:clamp(1.75rem,6.2vw,2.25rem);font-size:clamp(.95rem,3.4vw,1.15rem)!important;flex-shrink:0;background:rgba(255,255,255,.12)}.mobile-studio-shell .brain-answer-text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-shadow:0 1px 2px rgba(0,0,0,.3)}.mobile-studio-shell .brain-reveal-banner{flex-shrink:0;font-size:clamp(.75rem,2.6cqh,.95rem);padding:.45rem .65rem;margin:0;background:rgba(8,6,22,.75);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.mobile-studio-shell .brain-reveal-banner:not(.show){display:none}.mobile-studio-shell .brain-res-header{flex-shrink:0;gap:.35rem}.mobile-studio-shell .brain-res-header .brain-q-index{font-size:.68rem;padding:.2rem .55rem}.mobile-studio-shell .brain-next-btn--header{min-height:1.75rem;height:1.75rem;padding:0 .65rem;font-size:.7rem;border-radius:999px;box-shadow:0 4px 12px rgba(79,224,255,.2)}.mobile-studio-shell .brain-res-top-row{flex-shrink:0;gap:.35rem}.mobile-studio-shell .brain-res-q-card{padding:.4rem .55rem;border-radius:.65rem;background:rgba(10,8,26,.78);backdrop-filter:blur(16px) saturate(1.15);-webkit-backdrop-filter:blur(16px) saturate(1.15);border-color:rgba(255,255,255,.14)}.mobile-studio-shell .brain-res-q-text{font-size:.72rem;line-height:1.3;-webkit-line-clamp:2}.mobile-studio-shell .brain-res-correct-line{gap:.35rem;font-size:.75rem;margin-top:.2rem}.mobile-studio-shell .brain-res-correct-line .brain-mini-num{width:1.15rem;height:1.15rem;border-radius:.3rem;font-size:.65rem}.mobile-studio-shell .brain-tabs{flex-shrink:0;gap:.2rem;padding:.2rem;border-radius:.55rem}.mobile-studio-shell .brain-tab-btn{gap:.2rem;min-height:1.7rem;padding:.2rem .35rem;border-radius:.4rem;font-size:.65rem}.mobile-studio-shell .brain-tab-icon{width:.95rem;height:.95rem;font-size:.58rem}.mobile-studio-shell .brain-tab-label{font-size:.62rem}.mobile-studio-shell .brain-tab-count{font-size:.58rem;min-width:.85rem;padding:0 .3rem}.mobile-studio-shell .brain-tab-panel{grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem .35rem;padding:.45rem;max-height:38vh}.mobile-studio-shell .brain-user-row{min-height:4.6rem;padding:.35rem .2rem;gap:.25rem}.mobile-studio-shell .brain-user-row .brain-user-row__avatar-fallback,.mobile-studio-shell .brain-user-row img{width:2.15rem;height:2.15rem}.mobile-studio-shell .brain-user-row .nick{font-size:.58rem}.mobile-studio-shell .brain-podium-stage{gap:.45rem;height:min(42vh,240px)}.mobile-studio-shell .brain-pod-slot{max-width:5.75rem}.mobile-studio-shell .brain-pod-slot[data-rank="1"]{max-width:6.5rem}.mobile-studio-shell .brain-pod-nick{font-size:.62rem}.mobile-studio-shell .brain-card,.mobile-studio-shell .brain-panel,.mobile-studio-shell .brain-q-wrap{border-radius:.9rem}.mobile-studio-shell .brain-eyebrow{font-size:.68rem;letter-spacing:.05em;margin-bottom:.15rem}.mobile-studio-shell .brain-heading,.mobile-studio-shell .brain-title{line-height:1.25}.mobile-studio-shell .brain-host-live__frame{border:0!important;background:transparent!important;overflow:hidden!important}.mobile-studio-settings-sidebar:has(.brain-host-play-controls) .brain-host-answer-secret,.mobile-studio-settings-sidebar:has(.brain-host-play-controls) .brain-host-play-controls__actions>:not(:last-child),.mobile-studio-settings-sidebar:has(.brain-host-play-controls) .brain-host-play-controls__hashtag,.mobile-studio-settings-sidebar:has(.brain-host-play-controls) .brain-host-play-controls__status,.mobile-studio-settings-sidebar:has(.brain-host-play-controls) .brain-host-sidebar__header,.mobile-studio-settings-sidebar:has(.brain-host-play-controls) .brain-host-sidebar__obs{display:none!important}body:has(.mobile-studio-layers-sheet) [data-slot=sheet-overlay]{background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.mobile-studio-layers-sheet{max-height:min(72dvh,40rem)!important;border-radius:1.15rem 1.15rem 0 0!important;background:linear-gradient(180deg,color-mix(in srgb,var(--studio-bg-2) 96%,transparent) 0,color-mix(in srgb,var(--studio-bg) 98%,transparent) 100%)!important;box-shadow:0 -14px 40px -18px rgba(0,0,0,.55),inset 0 1px 0 rgba(255,255,255,.05)}.mobile-studio-layer-card .mobile-studio-alert-kind{font-size:.62rem;padding:.1rem .4rem}.mobile-studio-layer-volume__slider{height:.3rem;accent-color:var(--neon-cyan);cursor:pointer}