@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&family=Unbounded:wght@600;800;900&family=JetBrains+Mono:wght@500;700&display=swap";:root{color:#f5f3ff;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#08070d;font-family:Space Grotesk,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;width:100%;max-width:100%;overflow-x:hidden}body{width:100%;min-width:320px;max-width:100%;min-height:100vh;margin:0;overflow-x:hidden}button,input,textarea{font:inherit}button{cursor:pointer;border:0}#root{width:100%;max-width:100%;min-height:100vh;overflow-x:hidden}.studio-cta{background:var(--cta-gradient);color:#0a0613;font-weight:700;font-family:var(--display);letter-spacing:.01em;cursor:pointer;box-shadow:var(--cta-glow);border:none;border-radius:999px;align-items:center;gap:8px;padding:10px 16px;font-size:.85rem;text-decoration:none;display:inline-flex}.studio-cta:hover{transform:translateY(-1px)}.studio-cta-ghost{color:var(--ink);border:1px solid var(--line-strong);box-shadow:none;background:0 0;font-weight:600}.studio-cta-ghost:hover{background:#ffffff0a}.studio-status{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--muted);background:#ffffff0f;border-radius:999px;margin-top:4px;padding:3px 8px;font-size:.66rem;font-weight:700;display:inline-block}.studio-status-published{color:var(--lime);background:#c8ff2c29}.studio-status-draft{color:var(--muted);background:#ffffff0f}.studio-mygames{flex-direction:column;gap:20px;min-width:0;display:flex}.studio-stat-row{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;display:grid}.studio-stat{background:var(--panel);border:1px solid var(--line);cursor:pointer;text-align:left;color:inherit;border-radius:16px;flex-direction:column;gap:4px;padding:14px 18px;font-family:inherit;transition:border-color .15s,background .15s;display:flex}.studio-stat:hover{border-color:var(--line-strong)}.studio-stat.active{border-color:var(--magenta);background:linear-gradient(135deg,#ff2bd61a,#8a5bff0a)}.studio-stat-label{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-size:.72rem;font-weight:700}.studio-stat-value{font-family:var(--display);color:var(--ink);font-size:1.6rem;font-weight:800}.studio-mygames-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.studio-search{background:var(--panel);border:1px solid var(--line);min-width:220px;color:var(--muted);border-radius:999px;flex:1;align-items:center;gap:8px;padding:8px 16px;display:inline-flex}.studio-search input{color:var(--ink);background:0 0;border:none;outline:none;flex:1;min-width:0;font-family:inherit;font-size:.9rem}.studio-layout-toggle{background:var(--panel);border:1px solid var(--line);border-radius:999px;gap:2px;padding:3px;display:inline-flex}.studio-layout-toggle button{cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:999px;align-items:center;gap:6px;padding:7px 14px;font-family:inherit;font-size:.78rem;font-weight:600;display:inline-flex}.studio-layout-toggle button.active{color:var(--lime);background:#c8ff2c24}.studio-game-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;display:grid}.studio-tile{background:var(--panel);border:1px solid var(--line);border-radius:18px;flex-direction:column;transition:border-color .18s,transform .18s;display:flex;position:relative}.studio-tile:hover{border-color:var(--line-strong);transform:translateY(-2px)}.studio-tile:has(.studio-menu){z-index:60}.studio-tile-thumb{aspect-ratio:1;background:var(--cta-gradient);color:#0a0613;border-radius:18px 18px 0 0;justify-content:center;align-items:center;text-decoration:none;display:flex;overflow:hidden}.studio-tile-thumb img{object-fit:cover;width:100%;height:100%}.studio-tile-art{font-family:var(--display);letter-spacing:.04em;font-size:2.4rem;font-weight:900}.studio-tile-meta{justify-content:space-between;align-items:flex-start;gap:10px;min-width:0;padding:14px;display:flex;position:relative}.studio-tile-meta>div{min-width:0}.studio-tile-meta strong{font-family:var(--display);color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;font-weight:700;display:block;overflow:hidden}.studio-tile-menu-btn{cursor:pointer;color:var(--muted);background:0 0;border:none;padding:0 6px;font-size:18px;line-height:1}.studio-tile-menu-btn:hover{color:var(--ink)}.studio-game-list{flex-direction:column;gap:8px;display:flex}.studio-row{background:var(--panel);border:1px solid var(--line);border-radius:14px;grid-template-columns:2fr auto 1fr 1fr 1fr auto;align-items:center;gap:16px;padding:12px 18px;display:grid;position:relative}.studio-row:hover{border-color:var(--line-strong)}.studio-row-title{min-width:0;color:var(--ink);font-family:var(--display);align-items:center;gap:12px;font-weight:700;text-decoration:none;display:inline-flex}.studio-row-title strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.studio-row-thumb{background:var(--cta-gradient);color:#0a0613;width:36px;height:36px;font-family:var(--display);border-radius:10px;justify-content:center;align-items:center;font-size:.85rem;font-weight:800;display:inline-flex;overflow:hidden}.studio-row-thumb img,.studio-title-thumb img,.studio-share-thumb img{object-fit:cover;border-radius:inherit;width:100%;height:100%}.studio-row-stat{color:var(--muted);font-size:.78rem;font-family:var(--mono)}.studio-row-actions{position:relative}.studio-row-actions button{cursor:pointer;color:var(--muted);background:0 0;border:none;padding:4px 8px;font-size:18px}.studio-row-actions button:hover{color:var(--ink)}.studio-row:has(.studio-menu){z-index:60}@media (width<=720px){.studio-mygames{gap:14px}.studio-stat-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.studio-stat{border-radius:12px;min-width:0;padding:12px 10px}.studio-stat-label{letter-spacing:.08em;white-space:nowrap;text-overflow:ellipsis;font-size:.58rem;overflow:hidden}.studio-stat-value{font-size:1.25rem}.studio-mygames-toolbar{grid-template-columns:1fr;gap:10px;display:grid}.studio-search{box-sizing:border-box;width:100%;min-width:0}.studio-layout-toggle{box-sizing:border-box;width:100%}.studio-layout-toggle button{flex:1 1 0;justify-content:center;min-width:0}.studio-game-grid{grid-template-columns:minmax(0,1fr);gap:12px}.studio-tile{border-radius:14px}.studio-tile:hover{transform:none}.studio-tile-thumb{aspect-ratio:16/10;border-radius:14px 14px 0 0}.studio-tile-menu-btn,.studio-row-actions button{background:#ffffff0a;border-radius:12px;min-width:40px;min-height:40px}.studio-game-list{gap:10px}.studio-row{border-radius:14px;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"title actions""status status""plays updated""likes likes";gap:9px 10px;padding:12px}.studio-row:hover{border-color:var(--line)}.studio-row-title{grid-area:title}.studio-row .studio-status{grid-area:status;justify-self:start;margin-top:0}.studio-row-stat-plays{grid-area:plays}.studio-row-stat-likes{grid-area:likes}.studio-row-stat-updated{text-align:right;grid-area:updated;justify-self:end}.studio-row-actions{grid-area:actions;align-self:start}.studio-row-thumb{width:44px;height:44px}.studio-row-stat{text-overflow:ellipsis;white-space:nowrap;background:#ffffff0a;border-radius:10px;min-width:0;padding:7px 9px;overflow:hidden}}@media (width<=380px){.studio-stat-row{grid-template-columns:1fr}.studio-stat{flex-direction:row;justify-content:space-between;align-items:center}.studio-row{grid-template-areas:"title actions""status status""plays plays""likes likes""updated updated"}.studio-row-stat-updated{text-align:left;justify-self:stretch}}.studio-menu-backdrop{z-index:40;position:fixed;inset:0}.studio-menu{z-index:50;background:var(--panel-strong);border:1px solid var(--line-strong);border-radius:12px;flex-direction:column;min-width:180px;padding:6px;display:flex;position:fixed;top:0;left:0;box-shadow:0 18px 40px #0000008c}.studio-menu-up{top:0}.studio-menu-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;margin-bottom:4px;padding:8px 8px 10px;display:flex}.studio-menu-head strong{color:var(--ink);font-family:var(--display);font-size:.92rem;display:block}.studio-menu-head span{color:var(--muted);font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;margin-top:2px;font-size:.66rem;display:block}.studio-menu-close{border:1px solid var(--line);width:34px;height:34px;color:var(--muted);cursor:pointer;background:#ffffff0a;border-radius:10px;justify-content:center;align-items:center;display:inline-flex}.studio-menu>a,.studio-menu>button:not(.studio-menu-close){cursor:pointer;color:var(--ink);text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;padding:9px 12px;font-family:inherit;font-size:.85rem;text-decoration:none;display:inline-flex}.studio-menu>a:hover,.studio-menu>button:not(.studio-menu-close):hover{background:#ffffff0f}.studio-menu>button:disabled{opacity:.62;cursor:wait}.studio-menu-danger{color:var(--coral)!important}@media (width<=720px){.studio-menu-backdrop{z-index:80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0504097a}.studio-menu{left:8px;right:8px;bottom:max(8px, env(safe-area-inset-bottom));z-index:81;overscroll-behavior:contain;width:auto;min-width:0;max-height:calc(100svh - 72px);padding:8px 8px calc(12px + env(safe-area-inset-bottom));box-sizing:border-box;border-radius:18px;position:fixed;top:auto;overflow:hidden auto}.studio-menu>a,.studio-menu>button:not(.studio-menu-close){min-height:44px;font-size:.9rem}}.studio-empty{color:var(--muted);text-align:center;flex-direction:column;align-items:center;gap:12px;padding:60px 16px;display:flex}.studio-empty h3{font-family:var(--display);color:var(--ink);margin:0;font-size:1.15rem}.studio-empty p{margin:0;font-size:.9rem}.studio-empty-line{color:var(--muted);font-size:.85rem}.studio-empty-actions{gap:12px;margin-top:8px;display:flex}.studio-loading-state{text-align:center;background:radial-gradient(circle at 50% 28%,#d8f85d17,#0000 34%),linear-gradient(#080a104d,#080a10e6);place-items:center;min-height:calc(100dvh - 88px);padding:clamp(24px,7vh,72px) 20px;display:grid}.studio-loading-card{width:min(460px,100%);color:var(--ink);background:linear-gradient(#161b27f0,#0c0f17f5);border:1px solid #dde6ff24;border-radius:22px;justify-items:center;gap:12px;padding:clamp(24px,5vw,34px);display:grid;box-shadow:0 24px 80px #00000057,inset 0 1px #ffffff0d}.studio-loading-mark{width:58px;height:58px;color:var(--lime);background:#d9ff3814;border:1px solid #d9ff383d;border-radius:18px;place-items:center;display:grid;box-shadow:0 0 30px #d9ff381f}.studio-loading-card>span{color:var(--lime);font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;font-size:.72rem;font-weight:900}.studio-loading-card h3{font-family:var(--display);letter-spacing:0;margin:0;font-size:clamp(1.55rem,5vw,2.2rem)}.studio-loading-card p{max-width:360px;color:var(--muted);margin:0;font-size:.95rem;line-height:1.5}.studio-loading-actions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:8px;display:flex}.studio-editor{background:var(--panel);border:1px solid var(--line);border-radius:22px;flex-direction:column;width:100%;max-width:100%;height:calc(100dvh - 140px);min-height:min(720px,100dvh - 140px);max-height:calc(100dvh - 72px);display:flex;overflow:hidden}.studio-editor-bar{border-bottom:1px solid var(--line);background:#08070d99;justify-content:space-between;align-items:center;gap:12px;padding:14px 20px;display:flex}.studio-editor-bar-left{align-items:center;gap:10px;min-width:0;display:inline-flex;position:relative}.studio-editor-back{border:1px solid var(--line);height:36px;color:var(--muted);font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;background:#ffffff09;border-radius:999px;justify-content:center;align-items:center;gap:4px;padding:0 10px 0 8px;font-size:.68rem;font-weight:800;text-decoration:none;display:inline-flex}.studio-editor-back:hover{color:var(--ink);background:#ffffff14}.studio-title-btn{border:1px solid var(--line-strong);color:var(--ink);cursor:pointer;font-family:var(--display);background:#ffffff0a;border-radius:999px;align-items:center;gap:8px;min-width:0;padding:9px 16px;font-size:.95rem;font-weight:700;display:inline-flex}.studio-title-btn:hover{background:#ffffff14}.studio-editor-bar-right{align-items:center;gap:8px;min-width:0;display:flex}.studio-editor-bar-right>button{border:1px solid var(--line);color:var(--ink);cursor:pointer;background:#ffffff0a;border-radius:999px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.studio-editor-bar-right>button:hover{background:#ffffff14}.studio-mobile-settings-btn,.studio-mobile-more-btn{display:none!important}.studio-publish{font-family:var(--display);box-shadow:var(--cta-glow);white-space:nowrap;gap:8px;background:var(--cta-gradient)!important;color:#0a0613!important;border:none!important;width:auto!important;padding:0 18px!important;font-weight:800!important}.studio-publish svg{flex:none}.studio-saved{font-size:.72rem;font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--dim);margin-right:6px}.studio-saved.flash{color:var(--lime)}.studio-editor-grid{flex:1;grid-template-columns:320px 1fr 320px;min-height:0;display:grid;overflow:hidden}.studio-mobile-switcher,.studio-side-backdrop,.studio-side-mobile-head,.studio-actions-backdrop,.studio-actions-sheet,.studio-editor-mobile-head,.studio-editor-mobile-dock{display:none}@media (width<=1100px){.studio-editor-grid{grid-template-columns:1fr}.studio-editor{height:calc(100dvh - env(safe-area-inset-top));border-radius:18px;min-height:0;max-height:none;overflow:hidden}.studio-editor>.studio-editor-bar,.studio-mobile-switcher{display:none}.studio-editor-mobile-head{z-index:8;box-sizing:border-box;border-bottom:1px solid var(--line);background:#08070db8;flex:none;grid-template-columns:40px minmax(0,1fr) 40px;align-items:center;gap:6px;width:100%;max-width:100%;padding:10px;display:grid;position:relative}.studio-editor-mobile-back,.studio-editor-mobile-more{width:40px;height:40px;color:var(--ink);cursor:pointer;background:0 0;border:0;border-radius:12px;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.studio-editor-mobile-back:hover,.studio-editor-mobile-more:hover{background:#ffffff0f}.studio-editor-mobile-title{min-width:0;color:var(--ink);cursor:pointer;font-family:var(--display);background:0 0;border:0;place-items:center;gap:2px;padding:4px 8px;display:grid}.studio-editor-mobile-title strong{text-overflow:ellipsis;white-space:nowrap;letter-spacing:.01em;max-width:100%;font-size:.95rem;font-weight:800;overflow:hidden}.studio-editor-mobile-saved{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--dim);font-size:.56rem;transition:color .2s}.studio-editor-mobile-saved.flash{color:var(--lime)}.studio-editor-mobile-dock{z-index:8;box-sizing:border-box;width:100%;max-width:100%;padding:8px 10px calc(8px + env(safe-area-inset-bottom));border-top:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#08070deb;flex:none;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:8px;display:grid;position:relative;bottom:auto}.studio-editor-mobile-dock-icon{border:1px solid var(--line);width:44px;height:40px;color:var(--ink);cursor:pointer;background:#ffffff0a;border-radius:12px;justify-content:center;align-items:center;display:inline-flex}.studio-editor-mobile-dock-icon:hover{background:#ffffff14}.studio-editor-mobile-dock-tabs{border:1px solid var(--line);background:#ffffff0d;border-radius:12px;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding:3px;display:grid}.studio-editor-mobile-dock-tabs button{min-height:34px;color:var(--muted);font-family:var(--display);cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;gap:6px;font-size:.78rem;font-weight:800;display:inline-flex}.studio-editor-mobile-dock-tabs button.active{color:var(--ink);background:#ffffff14;box-shadow:inset 0 -2px #d4ff00c7}.studio-editor-mobile-dock-tabs button.active svg{color:var(--acid,var(--lime))}.studio-editor-grid{flex:1;min-height:0;display:block;overflow:hidden}.studio-chat,.studio-stage{border-right:0;height:100%;min-height:0;display:none}.studio-chat.is-mobile-active,.studio-stage.is-mobile-active{display:flex}.studio-chat-log{overscroll-behavior:contain;flex:auto;min-height:0;padding:12px;overflow:hidden auto}.studio-chat-compose{flex:none;padding:10px}.studio-chat-compose textarea{min-height:52px;max-height:120px}.studio-model-select{max-width:146px;padding:7px 10px}.studio-stage-frame{min-height:0;padding:0}.studio-runtime{height:100%;min-height:0}.studio-stage .runtime-shell{aspect-ratio:auto;border-radius:0;width:100%;height:100%;max-height:none}.studio-stage-tools{display:none}.studio-side-backdrop{z-index:70;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;background:#05040994;border:0;display:block;position:fixed;inset:0}.studio-side{display:none}.studio-side.is-mobile-open{box-sizing:border-box;z-index:71;border-left:0;border-top:1px solid var(--line-strong);width:auto;max-width:100%;max-height:min(72dvh,100dvh - 96px);padding-bottom:env(safe-area-inset-bottom);background:#0a0912fa;border-radius:22px 22px 0 0;display:flex;position:fixed;bottom:0;left:0;right:0;overflow:hidden;box-shadow:0 -20px 60px #00000075}.studio-side-mobile-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.studio-side-mobile-head strong{font-family:var(--display);font-size:.95rem}.studio-side-mobile-head button{border:1px solid var(--line);width:36px;height:36px;color:var(--ink);cursor:pointer;background:#ffffff0a;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.studio-side-tabs{padding:8px 10px}.studio-side-body{padding:14px}.studio-actions-backdrop{z-index:72;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;background:#0504098f;border:0;display:block;position:fixed;inset:0}.studio-actions-sheet{box-sizing:border-box;z-index:73;overscroll-behavior:contain;width:auto;max-width:100%;max-height:calc(100svh - 72px);padding:10px 12px calc(16px + env(safe-area-inset-bottom));border-top:1px solid var(--line-strong);background:#0a0912fa;border-radius:22px 22px 0 0;gap:7px;display:grid;position:fixed;bottom:0;left:0;right:0;overflow:hidden auto;box-shadow:0 -20px 60px #00000075}.studio-actions-grabber{background:#ffffff2e;border-radius:999px;justify-self:center;width:42px;height:4px;margin:0 0 6px}.studio-actions-sheet-head{z-index:1;border-bottom:1px solid var(--line);background:#0a0912fa;justify-content:space-between;align-items:center;gap:12px;margin:-2px -2px 3px;padding:6px 2px 10px;display:flex;position:sticky;top:-10px}.studio-actions-sheet-head strong{color:var(--ink);font-family:var(--display);font-size:.98rem;display:block}.studio-actions-sheet-head span{color:var(--muted);font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;margin-top:2px;font-size:.66rem;display:block}.studio-actions-sheet-close{border:1px solid var(--line);width:38px;height:38px;color:var(--muted);cursor:pointer;background:#ffffff0a;border-radius:12px;justify-content:center;align-items:center;display:inline-flex}.studio-actions-sheet-action{border:1px solid var(--line);min-height:48px;color:var(--ink);font-family:var(--display);cursor:pointer;text-align:left;background:#ffffff0a;border-radius:14px;align-items:center;gap:12px;padding:0 14px;font-size:.9rem;font-weight:800;display:flex}.studio-actions-sheet-action svg{color:var(--lime);flex:none}.studio-actions-sheet-action:disabled{opacity:.68;cursor:wait}.studio-actions-sheet-secondary{color:#ffdf9d;border-color:#ffb43642}.studio-actions-sheet button.studio-actions-sheet-primary{color:#0a0613;background:var(--cta-gradient);box-shadow:var(--cta-glow);border-color:#0000}.studio-actions-sheet button.studio-actions-sheet-primary svg{color:#0a0613}}@media (width<=420px){.studio-editor-mobile-title strong{font-size:.88rem}}.studio-chat{border-right:1px solid var(--line);background:#08070d66;flex-direction:column;min-height:0;display:flex;overflow:hidden}.studio-chat-log{overscroll-behavior:contain;flex-direction:column;flex:1;gap:10px;min-height:0;padding:18px;display:flex;overflow:auto}.studio-msg{border-radius:14px;max-width:90%;padding:10px 14px;font-size:.86rem;line-height:1.45}.studio-msg p{margin:0}.studio-msg-time{font-size:.66rem;font-family:var(--mono);letter-spacing:.06em;color:var(--dim);margin-top:6px;display:block}.studio-msg-attachment-pill{width:fit-content;max-width:100%;color:var(--ink);background:#ffffff14;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:6px;margin-bottom:8px;padding:6px 9px;font-size:.72rem;font-weight:700;display:inline-flex}.studio-msg-attachment-pill span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.studio-msg-user{color:var(--ink);background:#ff2bd629;align-self:flex-end}.studio-msg-assistant{color:var(--ink);background:#ffffff0a;align-self:flex-start}.studio-chat-compose{border-top:1px solid var(--line);gap:8px;padding:14px;display:grid}.studio-chat-compose textarea{background:var(--panel-strong);border:1px solid var(--line);width:100%;color:var(--ink);resize:vertical;box-sizing:border-box;border-radius:12px;min-height:60px;padding:12px;font-family:inherit;font-size:.86rem}.studio-chat-compose textarea:focus{border-color:var(--magenta);outline:none}.studio-chat-tools{justify-content:flex-end;align-items:center;gap:8px;display:flex}.studio-chat-tools .studio-model-select{margin-right:auto}.studio-model-select{appearance:none;background:var(--panel-strong);min-width:0;max-width:190px;height:38px;color:var(--ink);border:1px solid var(--line);text-overflow:ellipsis;white-space:nowrap;background-image:linear-gradient(45deg,#0000 50%,#ffffffd1 50%),linear-gradient(135deg,#ffffffd1 50%,#0000 50%);background-position:calc(100% - 18px) 16px,calc(100% - 12px) 16px;background-repeat:no-repeat;background-size:6px 6px,6px 6px;border-radius:999px;padding:0 34px 0 14px;font-family:inherit;font-size:.82rem;line-height:1;overflow:hidden}.studio-submit{background:var(--cta-gradient);color:#0a0613;cursor:pointer;width:38px;height:38px;box-shadow:var(--cta-glow);border:none;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.studio-submit:disabled{opacity:.4;cursor:not-allowed}.studio-submit-stop{color:var(--coral);background:#ff64522e;border:1px solid #ff645273;box-shadow:0 0 24px #ff645238}.studio-submit-stop:hover{background:#ff645242}.studio-attach{border:1px solid var(--line);background:var(--panel-strong);width:32px;height:32px;color:var(--ink-soft);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;margin-right:auto;display:inline-flex}.studio-attach:hover:not(:disabled){color:var(--ink);border-color:var(--line-strong,var(--line))}.studio-attach:disabled{opacity:.4;cursor:not-allowed}.studio-chat-attachments{flex-wrap:wrap;gap:8px;padding:6px 8px 0;display:flex}.studio-chat-attachment{border:1px solid var(--line);background:var(--panel-strong);border-radius:8px;width:56px;height:56px;position:relative;overflow:hidden}.studio-chat-attachment img{object-fit:cover;width:100%;height:100%;display:block}.studio-chat-attachment button{color:#fff;cursor:pointer;background:#0a0613d9;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;padding:0;display:inline-flex;position:absolute;top:2px;right:2px}.studio-stage{background:#050409;flex-direction:column;min-height:0;display:flex;overflow:hidden}.studio-stage-frame{flex:1;justify-content:center;align-items:center;min-height:0;padding:12px;display:flex;position:relative;overflow:hidden}.studio-runtime{width:100%;height:100%;min-height:0;display:flex}.studio-stage .runtime-shell{aspect-ratio:9/16;border-radius:14px;width:min(100%,430px,56.25dvh - 157.5px);height:auto;max-height:100%;overflow:hidden}.studio-stage .runtime-shell iframe{background:#050409!important;border-radius:0!important}.studio-stage .runtime-status{display:block;bottom:14px;left:14px;right:14px}.studio-stage-tools{border-top:1px solid var(--line);justify-content:space-between;align-items:center;padding:10px 18px;display:flex}.studio-stage-tools>button{border:1px solid var(--line);color:var(--ink);cursor:pointer;background:#ffffff0a;border-radius:999px;align-items:center;gap:6px;padding:6px 14px;font-family:inherit;font-size:.78rem;display:inline-flex}.studio-stage-tools>button:hover{background:#ffffff14}.studio-recovery-panel{color:#f5f3ff;border-radius:inherit;background:linear-gradient(#101116,#171922);align-content:center;justify-items:start;gap:14px;padding:clamp(20px,4vw,40px);display:grid;position:absolute;inset:0;overflow:auto}.studio-recovery-panel h2{margin:0;font-size:clamp(20px,3.4vw,28px);line-height:1.15}.studio-recovery-panel p{color:#ffffffb8;max-width:56ch;margin:0;line-height:1.5}.studio-recovery-prompt{color:#f5f3ff;background:#d8f85d14;border-left:3px solid #d8f85d;border-radius:6px;max-width:56ch;margin:0;padding:12px 14px;font-style:normal}.studio-recovery-actions{flex-wrap:wrap;gap:10px;margin-top:6px;display:flex}.studio-replay-hint{color:#ffffff7a;text-align:right;min-width:0;font-size:.76rem;line-height:1.35}.studio-stage-toggle{border:1px solid var(--line);background:#ffffff0a;border-radius:999px;gap:2px;padding:3px;display:inline-flex}.studio-stage-toggle button{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:6px 14px;font-family:inherit;font-size:.78rem}.studio-stage-toggle button.active{color:var(--lime);background:#c8ff2c24}.studio-side{border-left:1px solid var(--line);background:#08070d66;flex-direction:column;min-height:0;display:flex}.studio-side-tabs{border-bottom:1px solid var(--line);gap:2px;padding:10px;display:flex}.studio-side-tabs button{color:var(--muted);text-transform:capitalize;cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;padding:7px 10px;font-family:inherit;font-size:.78rem;display:inline-flex}.studio-side-tabs button.active{color:var(--lime);background:#c8ff2c24}.studio-side-body{flex:1;padding:18px;overflow:auto}.studio-side-mode{border-top:1px solid var(--line);background:#08070d80;gap:2px;padding:10px;display:flex}.studio-side-mode button{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;padding:7px;font-family:inherit;font-size:.78rem}.studio-side-mode button.active{color:var(--lime);background:#c8ff2c24}.studio-settings h4,.studio-media-panel h4,.studio-media h4,.studio-code h4{font-family:var(--display);margin:0 0 8px;font-size:.95rem;font-weight:700}.studio-media-panel{gap:18px;min-width:0;display:grid}.studio-media-head p{color:var(--muted);margin:0;font-size:.78rem;line-height:1.4}.studio-media-section{gap:10px;display:grid}.studio-media-section h5{color:var(--muted);font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;margin:0;font-size:.68rem}.studio-media-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.studio-media-card,.studio-media-sfx{text-align:left;min-width:0;color:var(--ink);background:var(--panel-strong);border:1px solid var(--line);cursor:pointer;border-radius:10px;font-family:inherit}.studio-media-card{gap:7px;padding:8px;display:grid}.studio-media-card:hover,.studio-media-sfx:hover{background:#ffffff0f;border-color:#c8ff2c66}.studio-media-thumb{aspect-ratio:1;color:var(--muted);background:#08070d;border:1px solid #ffffff14;border-radius:8px;place-items:center;display:grid;overflow:hidden}.studio-media-thumb img{object-fit:contain;width:100%;height:100%;image-rendering:pixelated}.studio-media-card strong,.studio-media-sfx strong{text-overflow:ellipsis;white-space:nowrap;font-family:var(--mono);font-size:.72rem;overflow:hidden}.studio-media-card span:last-child,.studio-media-sfx span,.studio-media-sfx em{color:var(--muted);font-size:.68rem;font-style:normal}.studio-media-sfx-list{gap:8px;display:grid}.studio-media-sfx{grid-template-columns:auto 1fr auto;align-items:center;gap:8px;padding:9px 10px;display:grid}.studio-media-sfx audio{grid-column:1/-1;width:100%;height:30px}.studio-settings-hint{color:var(--muted);margin:0 0 16px;font-size:.82rem;line-height:1.45}.studio-settings-controls{gap:14px;margin-bottom:18px;display:grid}.studio-settings,.studio-settings *{box-sizing:border-box;min-width:0}.studio-setting{gap:6px;font-size:.82rem;display:grid}.studio-setting-label{color:var(--muted);text-transform:uppercase;font-family:var(--mono);letter-spacing:.1em;justify-content:space-between;align-items:center;font-size:.68rem;font-weight:700;display:flex}.studio-setting-label strong{color:var(--lime);font-family:var(--mono);letter-spacing:.04em;font-size:.74rem}.studio-setting-hint{color:var(--dim);font-size:.72rem;font-style:italic}.studio-setting input[type=range]{width:100%;accent-color:var(--magenta)}.studio-setting input[type=number],.studio-setting select{background:var(--panel-strong);border:1px solid var(--line);color:var(--ink);border-radius:10px;padding:8px 10px;font-family:inherit;font-size:.86rem}.studio-setting input[type=color]{border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:8px;width:56px;height:32px;padding:2px}.studio-setting input[type=checkbox]{width:18px;height:18px;accent-color:var(--lime);justify-self:start}.studio-settings-meta{gap:8px;display:grid}.studio-settings-meta>div{background:var(--panel-strong);border:1px solid var(--line);border-radius:10px;justify-content:space-between;padding:10px 12px;font-size:.82rem;display:flex}.studio-settings-meta span{color:var(--muted)}.studio-settings-meta strong{color:var(--ink)}.studio-generation-report{border-top:1px solid var(--line);width:100%;max-width:100%;margin-top:16px;padding:14px;overflow:hidden}.studio-generation-report h4{margin-bottom:10px}.studio-generation-report-grid{gap:8px;width:100%;max-width:100%;display:grid}.studio-generation-report-grid>div{background:var(--panel-strong);border:1px solid var(--line);border-radius:8px;gap:3px;width:100%;min-width:0;max-width:100%;padding:9px 10px;display:grid}.studio-generation-report-grid span{color:var(--muted);font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;font-size:.66rem;font-weight:700}.studio-generation-report-grid strong{color:var(--ink);overflow-wrap:anywhere;word-break:break-word;white-space:normal;min-width:0;max-width:100%;font-size:.78rem;line-height:1.35;display:block}.studio-generation-checks{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.studio-generation-checks span{text-overflow:ellipsis;white-space:nowrap;border:1px solid var(--line);max-width:100%;color:var(--muted);background:#ffffff0a;border-radius:999px;padding:4px 7px;font-size:.66rem;font-weight:800;overflow:hidden}.studio-generation-checks .is-pass{color:var(--lime);border-color:#c8ff2c59}.studio-generation-checks .is-warn{color:#ffe28a;border-color:#ffe28a59}.studio-generation-checks .is-fail{color:#ff8aa5;border-color:#ff8aa56b}.studio-code-head{justify-content:space-between;align-items:center;display:flex}.studio-code-head button{border:1px solid var(--line);color:var(--ink);cursor:pointer;font-size:.7rem;font-family:var(--mono);background:#ffffff0d;border-radius:8px;align-items:center;gap:4px;padding:5px 10px;display:inline-flex}.studio-code-pre{font-size:.7rem;font-family:var(--mono);white-space:pre-wrap;word-break:break-word;border:1px solid var(--line);max-height:360px;color:var(--muted);background:#050409;border-radius:10px;padding:12px;overflow:auto}.studio-code-actions{gap:6px;display:inline-flex}.studio-code-edit{color:#c9c9d6;width:100%;min-height:360px;font-family:var(--mono);border:1px solid var(--line);resize:vertical;white-space:pre;background:#050409;border-radius:10px;padding:12px;font-size:.72rem;line-height:1.45}.studio-code-edit:focus{border-color:var(--magenta);outline:none;box-shadow:0 0 0 2px #ff007a40}.studio-code-save{background:var(--lime);color:#07140a;border:1px solid #0000;font-weight:700}.studio-code-save:disabled{opacity:.55;cursor:not-allowed}.studio-title-backdrop{z-index:68;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000006b;position:fixed;inset:0}.studio-title-menu{z-index:69;background:var(--panel-strong);border:1px solid var(--line-strong);border-radius:16px;gap:14px;width:320px;max-width:calc(100vw - 28px);padding:18px;display:grid;position:fixed;top:82px;left:50%;transform:translate(-50%);box-shadow:0 24px 48px #0000008c}.studio-title-menu-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.studio-title-thumb{background:var(--cta-gradient);color:#0a0613;width:56px;height:56px;font-family:var(--display);border-radius:12px;justify-content:center;align-items:center;font-size:1.2rem;font-weight:900;display:flex;overflow:hidden}.studio-title-close{color:var(--muted);cursor:pointer;background:0 0;border:none}.studio-title-menu h3{font-family:var(--display);margin:0;font-size:1rem}.studio-title-menu p{color:var(--muted);margin:0;font-size:.78rem}.studio-title-edit label{gap:4px;font-size:.78rem;display:grid}.studio-title-edit label>span{color:var(--muted);font-family:var(--mono);letter-spacing:.06em;justify-content:space-between;display:flex}.studio-title-edit input,.studio-title-edit textarea{background:var(--bg-soft);border:1px solid var(--line);color:var(--ink);border-radius:10px;padding:9px 12px;font-family:inherit;font-size:.86rem}.studio-title-actions{justify-content:flex-end;gap:8px;display:flex}.studio-title-actions button{border:1px solid var(--line);color:var(--ink);cursor:pointer;background:#ffffff0d;border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-family:inherit;font-size:.82rem;display:inline-flex}@media (width<=1100px){.studio-title-backdrop{z-index:88}.studio-title-menu{z-index:89;width:auto;max-width:none;padding:18px 18px calc(24px + env(safe-area-inset-bottom));border-radius:22px 22px 0 0;max-height:min(76dvh,620px);inset:auto 0 0;overflow:auto;transform:none}.studio-title-actions{justify-content:stretch}.studio-title-actions button{flex:1;justify-content:center}}.studio-toggle{justify-content:space-between;align-items:center;padding:8px 0;font-size:.86rem;display:flex}.studio-modal-backdrop{z-index:60;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0009;position:fixed;inset:0}.studio-drawer{z-index:70;background:var(--panel-strong);border-left:1px solid var(--line-strong);flex-direction:column;gap:14px;width:min(380px,100%);padding:24px;display:flex;position:fixed;top:0;bottom:0;right:0;overflow:auto}.studio-drawer header{justify-content:space-between;align-items:center;display:flex}.studio-drawer header h3{font-family:var(--display);margin:0;font-size:1.05rem}.studio-drawer header button{color:var(--muted);cursor:pointer;background:0 0;border:none}.studio-drawer ul{gap:8px;margin:0;padding:0;list-style:none;display:grid}.studio-drawer li{background:var(--bg-soft);border:1px solid var(--line);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.studio-drawer li strong{font-family:var(--mono);color:var(--lime);letter-spacing:.08em;font-size:.7rem}.studio-drawer li p{color:var(--ink);margin:4px 0;font-size:.86rem}.studio-drawer li span{color:var(--dim);font-size:.7rem;font-family:var(--mono)}.studio-drawer li button{color:var(--lime);cursor:pointer;background:#c8ff2c29;border:none;border-radius:999px;padding:7px 14px;font-family:inherit;font-size:.78rem;font-weight:600}.studio-drawer li button:disabled{cursor:progress;opacity:.65}.studio-drawer-error{color:#fecaca;background:#7f1d1d47;border:1px solid #ef444459;border-radius:10px;margin:0;padding:10px 12px;font-size:.84rem}.studio-modal{z-index:70;background:var(--panel-strong);border:1px solid var(--line-strong);border-radius:18px;gap:16px;width:min(460px,92vw);padding:24px;display:grid;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 30px 80px #0009}.studio-modal header{justify-content:space-between;align-items:center;display:flex}.studio-modal header h3{font-family:var(--display);margin:0;font-size:1.15rem}.studio-modal header button{color:var(--muted);cursor:pointer;background:0 0;border:none}.studio-share-card{background:var(--bg-soft);border:1px solid var(--line);border-radius:14px;align-items:center;gap:14px;padding:14px;display:flex}.studio-share-thumb{background:var(--cta-gradient);color:#0a0613;width:56px;height:56px;font-family:var(--display);border-radius:12px;justify-content:center;align-items:center;font-size:1.2rem;font-weight:900;display:flex;overflow:hidden}.studio-share-card span{color:var(--muted);font-size:.78rem;display:block}.studio-share-hint{color:var(--amber);background:#ffb43614;border:1px solid #ffb43640;border-radius:10px;margin:0;padding:10px 12px;font-size:.8rem;line-height:1.45}.studio-share-message{color:var(--lime);font-size:.78rem;font-family:var(--mono);margin:0}.studio-publish-modal h4{font-family:var(--mono);color:var(--muted);letter-spacing:.1em;text-transform:uppercase;margin:6px 0 4px;font-size:.72rem}.studio-checklist{color:var(--ink);gap:6px;margin:0;padding:0;font-size:.86rem;list-style:none;display:grid}.studio-analytics{flex-direction:column;gap:18px;display:flex}.studio-analytics-range{background:var(--panel);border:1px solid var(--line);border-radius:999px;gap:2px;padding:3px;display:inline-flex}.studio-analytics-range button{cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:999px;padding:7px 14px;font-family:inherit;font-size:.78rem;font-weight:600}.studio-analytics-range button.active{color:var(--lime);background:#c8ff2c24}.studio-card{background:var(--panel);border:1px solid var(--line);border-radius:18px;flex-direction:column;gap:12px;padding:22px;display:flex}.studio-card h3{font-family:var(--display);margin:0;font-size:1.05rem}.studio-card p{color:var(--muted);margin:0;font-size:.86rem}.studio-chart-placeholder{color:var(--dim);border:1px dashed var(--line-strong);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:40px 0;display:flex}.studio-top-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.studio-top-list li{background:var(--bg-soft);border:1px solid var(--line);border-radius:12px;grid-template-columns:2fr 1fr 1fr;align-items:center;gap:12px;padding:10px 14px;display:grid}.studio-top-list li a{color:var(--ink);font-family:var(--display);align-items:center;gap:12px;font-weight:700;text-decoration:none;display:inline-flex}.studio-comments{flex-direction:column;gap:16px;display:flex}.studio-earn{flex-direction:column;gap:18px;display:flex}.studio-earn-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;display:grid}.studio-earn-progress{gap:14px;display:grid}.studio-progress{font-size:.78rem;font-family:var(--mono);color:var(--muted);letter-spacing:.04em;gap:6px;display:grid}.studio-progress>div{border:1px solid var(--line);background:#ffffff0f;border-radius:999px;height:8px;overflow:hidden}.studio-progress>div>i{background:var(--cta-gradient);min-width:4px;height:100%;display:block}.studio-comings{justify-content:center;display:flex}.studio-coming-card{background:var(--panel);border:1px solid var(--line);border-radius:22px;flex-direction:column;align-items:flex-start;gap:14px;width:100%;max-width:640px;padding:36px 32px;display:flex;position:relative;overflow:hidden}.studio-coming-card:before{content:"";pointer-events:none;opacity:.5;background:linear-gradient(135deg,#ff2bd61a,#8a5bff0f,#c8ff2c1a);position:absolute;inset:-1px}.studio-coming-card>*{position:relative}.studio-coming-badge{font-family:var(--mono);letter-spacing:.16em;text-transform:uppercase;color:var(--lime);background:#c8ff2c29;border-radius:999px;padding:4px 10px;font-size:.66rem;font-weight:700;display:inline-block}.studio-coming-card h3{font-family:var(--display);color:var(--ink);margin:0;font-size:1.4rem;font-weight:800;line-height:1.2}.studio-coming-card p{color:var(--muted);margin:0;font-size:.92rem;line-height:1.55}.studio-coming-actions{flex-wrap:wrap;gap:10px;margin-top:4px;display:flex}@keyframes studio-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.studio-flash{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:10px 16px;font-size:.82rem;display:flex}.studio-flash--warning{color:#ffd76b;background:#ffc4001f}.studio-flash--error{color:#ff8a8a;background:#ff505024}.studio-flash--info{color:#8fcdff;background:#50b4ff1f}.studio-flash button{color:inherit;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;padding:4px;display:inline-flex}.studio-flash button:hover{background:#ffffff14}.studio-settings-warning{color:#ffd76b;background:#ffc4001a;border:1px solid #ffc40047;border-radius:10px;margin:8px 0 14px;padding:10px 12px;font-size:.78rem;line-height:1.45}.studio-settings-warning strong{color:#ffe28a}.studio-settings-warning em{color:#fff5d0;font-style:italic}@media (width<=1100px){.studio-editor .studio-chat,.studio-editor .studio-stage,.studio-editor .studio-side{display:none!important}.studio-editor .studio-chat.is-mobile-active,.studio-editor .studio-stage.is-mobile-active,.studio-editor .studio-side.is-mobile-open{display:flex!important}.studio-editor .studio-chat,.studio-editor .studio-stage{border-right:0;height:100%;min-height:0}.studio-editor .studio-chat-log{overscroll-behavior:contain;flex:auto;min-height:0;padding:12px;overflow:hidden auto}.studio-editor .studio-chat-compose{flex:none;padding:10px}.studio-editor .studio-chat-compose textarea{min-height:52px;max-height:120px}.studio-editor .studio-model-select{max-width:164px;padding:0 34px 0 12px}.studio-editor .studio-stage-frame,.studio-editor .studio-runtime{min-height:0!important}.studio-editor .studio-stage .runtime-shell{aspect-ratio:auto;border-radius:0;width:100%;height:100%;max-height:none}}.studio-cta,.studio-search,.studio-layout-toggle,.studio-layout-toggle button,.studio-stat,.studio-tile,.studio-row,.studio-menu,.studio-empty,.studio-editor,.studio-title-btn,.studio-editor-bar-right>button,.studio-publish,.studio-msg,.studio-chat-compose textarea,.studio-model-select,.studio-submit,.studio-attach,.studio-stage-tools>button,.studio-side-tabs,.studio-side-tabs button,.studio-side-mode,.studio-side-mode button,.studio-settings-meta>div,.studio-generation-report,.studio-generation-report-grid>div,.studio-generation-checks span,.studio-actions-sheet,.studio-side.is-mobile-open{border-radius:8px}.studio-cta,.studio-publish,.studio-submit{background:var(--lime)!important;color:#11140d!important;box-shadow:none!important}.studio-cta:hover,.studio-publish:hover,.studio-submit:hover:not(:disabled){transform:none;background:#e5ff80!important}.studio-stat,.studio-search,.studio-layout-toggle,.studio-tile,.studio-row,.studio-editor,.studio-chat-compose,.studio-side,.studio-menu,.studio-generation-report,.studio-settings-meta>div,.studio-generation-report-grid>div{box-shadow:none;background:#141821;border-color:#dde6ff1a}.studio-stat:hover,.studio-tile:hover,.studio-row:hover{border-color:#dde6ff33;transform:none}.studio-layout-toggle button.active,.studio-side-tabs button.active,.studio-side-mode button.active{color:var(--ink);box-shadow:inset 0 -2px 0 var(--lime);background:#d8f85d1a}.studio-game-grid{grid-template-columns:repeat(auto-fill,minmax(236px,1fr));gap:14px}.studio-tile{overflow:hidden}.studio-tile-thumb{background:#10131a;border-radius:0}.studio-tile-meta{padding:12px}.studio-status{border-radius:5px}.studio-editor{background:#10131a;border-color:#dde6ff24}.studio-editor-bar,.studio-editor-mobile-head,.studio-editor-mobile-dock{background:#0e1118;border-color:#dde6ff1a}.studio-title-btn,.studio-editor-bar-right>button,.studio-stage-tools>button,.studio-attach,.studio-model-select{box-shadow:none;background-color:#141821;border-color:#dde6ff1f}.studio-title-btn:hover,.studio-editor-bar-right>button:hover,.studio-stage-tools>button:hover,.studio-attach:hover:not(:disabled){background:#191f2b;border-color:#dde6ff38}.studio-chat,.studio-side{border-color:#dde6ff1a}.studio-chat-log{background:#10131a}.studio-msg{box-shadow:none}.studio-msg-user{background:#d8f85d1a;border-color:#d8f85d2e}.studio-msg-assistant{background:#151a24;border-color:#dde6ff1a}.studio-chat-compose textarea:focus{border-color:#37d7e9b8;box-shadow:0 0 0 3px #37d7e91f}.studio-stage,.studio-stage-frame{background:#08090f}@media (width<=1100px){.studio-editor,.studio-editor-mobile-dock-tabs,.studio-editor-mobile-dock-icon,.studio-editor-mobile-back,.studio-editor-mobile-more{border-radius:8px}}.studio-mygames{gap:16px}.studio-stat-row{gap:10px}.studio-stat{padding:12px 14px}.studio-stat-label{letter-spacing:.1em;font-size:.66rem}.studio-mygames-toolbar{gap:10px}.studio-search{min-height:42px;padding:0 12px}.studio-layout-toggle button{min-height:34px;padding:0 12px;font-size:.74rem}.studio-empty{gap:10px;padding:54px 16px}.studio-empty h3{font-size:1rem}.studio-empty p{font-size:.86rem}.studio-empty-actions .studio-cta{min-height:36px;padding:0 14px;font-size:.78rem}.studio-editor-bar{min-height:56px;padding:10px 14px}.studio-title-btn{min-height:36px;padding:0 12px;font-size:.88rem}.studio-editor-bar-right>button,.studio-publish{width:36px;height:36px}.studio-publish{font-size:.78rem;padding:0 14px!important}.studio-editor-grid{grid-template-columns:328px minmax(0,1fr) 292px}.studio-msg{padding:10px 12px}.studio-chat-compose{padding:12px}.studio-chat-compose textarea{min-height:58px;font-size:.9rem}.studio-side-tabs button,.studio-side-mode button{min-height:34px;font-size:.76rem}.studio-mygames .page-title{font-size:clamp(1.9rem,2.7vw,2.5rem);line-height:1.04}.route-studio .page-title{font-size:clamp(1.85rem,2.5vw,2.4rem);line-height:1.06}.studio-mygames .page-header{gap:12px;padding-bottom:12px}.studio-mygames .page-header>.studio-cta,.route-studio .page-header>.studio-cta{min-height:36px;padding:0 12px;font-size:.76rem}.studio-cta-ghost,.studio-cta.studio-cta-ghost{color:var(--ink)!important;box-shadow:none!important;background:#141821!important;border:1px solid #dde6ff24!important}.studio-cta svg{width:16px;height:16px}.studio-stat.active{border-color:#d8f85d52;box-shadow:inset 2px 0 #d8f85dcc}.studio-stat-value{font-size:1.2rem}.studio-empty{padding:44px 16px}.studio-empty svg{width:36px;height:36px}.studio-empty-actions{gap:8px;margin-top:4px}.studio-loading-state{min-height:calc(100dvh - 150px);padding:24px 14px calc(96px + env(safe-area-inset-bottom));align-items:center}.studio-loading-card{border-radius:18px}.studio-loading-actions{width:100%;display:grid}.studio-loading-actions .studio-cta{justify-content:center}.studio-cta,.studio-search,.studio-layout-toggle,.studio-layout-toggle button,.studio-stat,.studio-tile,.studio-row,.studio-menu,.studio-empty,.studio-editor,.studio-title-btn,.studio-editor-bar-right>button,.studio-publish,.studio-msg,.studio-chat-compose textarea,.studio-model-select,.studio-submit,.studio-attach,.studio-stage-tools>button,.studio-side-tabs,.studio-side-tabs button,.studio-side-mode,.studio-side-mode button,.studio-settings-meta>div,.studio-generation-report,.studio-generation-report-grid>div,.studio-actions-sheet,.studio-side.is-mobile-open{border-radius:18px}.studio-cta,.studio-publish,.studio-submit,.studio-empty-actions .studio-cta:not(.studio-cta-ghost){color:#101403!important;background:var(--lime)!important;box-shadow:none!important;border:1px solid #f4ff6fad!important}.studio-cta:hover,.studio-publish:hover,.studio-submit:hover:not(:disabled){filter:brightness(1.05)saturate(1.04);transform:translateY(-1px)scale(1.01)}.studio-cta-ghost,.studio-cta.studio-cta-ghost{color:var(--ink)!important;background:linear-gradient(#222838f0,#121621f5)!important;border:1px solid #dde6ff2e!important;box-shadow:inset 0 1px #ffffff14,0 10px 24px #0000003d!important}.studio-cta-ghost:hover,.studio-cta.studio-cta-ghost:hover{background:linear-gradient(#2b3348fa,#161b28fa)!important;border-color:#d9ff3847!important}.studio-stat,.studio-search,.studio-layout-toggle,.studio-tile,.studio-row,.studio-editor,.studio-chat-compose,.studio-side,.studio-menu,.studio-generation-report,.studio-settings-meta>div,.studio-generation-report-grid>div{background:linear-gradient(#1c212ff5,#10141efa);border-color:#dde6ff24;box-shadow:0 14px 38px #00000038,inset 0 1px #ffffff0d}.studio-stat.active{box-shadow:inset 4px 0 0 var(--lime), 0 16px 38px #00000047, 0 0 28px #d9ff3814;background:radial-gradient(circle at 0 0,#d9ff3829,#0000 50%),linear-gradient(#1f2632fa,#121822fa);border-color:#d9ff3894}.studio-stat:hover,.studio-tile:hover,.studio-row:hover{border-color:#d9ff3842;transform:translateY(-2px);box-shadow:0 18px 42px #00000047,0 0 28px #d9ff3812}.studio-layout-toggle button.active,.studio-side-tabs button.active,.studio-side-mode button.active{box-shadow:inset 0 -3px 0 var(--lime), 0 0 20px #d9ff3814;background:linear-gradient(135deg,#d9ff3833,#37d7e914)}.studio-stage .runtime-shell{border-radius:22px;box-shadow:0 18px 52px #0000005c,0 0 0 1px #dde6ff29,0 0 38px #37d7e914}.studio-empty{background:radial-gradient(circle at 50% 0,#d9ff3814,#0000 42%),linear-gradient(#0a0c1200,#0a0c122e)}.app-shell{--bg:#08070d;--bg-soft:#0e0c17;--panel:#141220b8;--panel-strong:#14121f;--line:#ffffff14;--line-strong:#ffffff29;--ink:#f5f3ff;--muted:#a3a0bf;--dim:#6e6a8a;--magenta:#ff2bd6;--violet:#8a5bff;--cyan:#2ef2ff;--lime:#c8ff2c;--amber:#ffb436;--coral:#ff6452;--cta-gradient:linear-gradient(120deg, var(--magenta), var(--amber) 60%, var(--lime));--cta-glow:0 10px 32px #ff2bd659, 0 0 0 1px #ffffff38 inset;--display:"Unbounded", "Space Grotesk", system-ui, sans-serif;--body:"Space Grotesk", system-ui, sans-serif;--mono:"JetBrains Mono", ui-monospace, monospace;min-height:100vh;color:var(--ink);font-family:var(--body);background:var(--bg);padding-left:248px;transition:padding-left .18s cubic-bezier(.2,.7,.2,1);position:relative;overflow-x:hidden}.app-shell:before,.app-shell:after{content:none}.app-shell>*{z-index:1;position:relative}body{color:#f5f3ff;background:#08070d}.private-preview-shell{color:#f5f3ff;min-height:100dvh;font-family:var(--body,"Space Grotesk", system-ui, sans-serif);background:#101116;place-items:center;padding:clamp(20px,4vw,56px);display:grid}.private-preview-card{background:#171922;border:1px solid #2a2d36;border-radius:8px;width:min(560px,100%);padding:clamp(24px,5vw,42px);box-shadow:0 18px 48px #00000047}.private-preview-mark{color:#f4f6fb;background:#20232d;border:1px solid #343844;border-radius:8px;place-items:center;width:48px;height:48px;margin-bottom:18px;display:grid}.private-preview-kicker{color:#aeb7c8;font-family:var(--mono,ui-monospace, monospace);letter-spacing:.14em;text-transform:uppercase;margin:0 0 8px;font-size:.74rem;font-weight:800}.private-preview-card h1{max-width:12ch;font-family:var(--display,"Unbounded", system-ui, sans-serif);letter-spacing:0;margin:0 0 14px;font-size:clamp(2rem,7vw,4.2rem);line-height:.95}.private-preview-card p{color:#c6cbd8;margin:0 0 20px;line-height:1.55}.private-preview-actions button,.private-preview-mailto{color:#101116;min-height:48px;font:inherit;cursor:pointer;background:#f3f6ff;border:0;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-weight:900;text-decoration:none;display:inline-flex}.private-preview-note,.private-preview-actions span{align-items:center;gap:8px;font-size:.88rem;display:inline-flex;color:#a3a0bf!important}.private-preview-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:18px;display:flex}.private-preview-actions button{color:#f5f3ff;background:#20232d;border:1px solid #343844;min-height:42px}.private-preview-interest{background:#11131b;border:1px solid #343844;border-radius:8px;gap:12px;margin-top:18px;padding:16px;display:grid}.private-preview-interest strong,.private-preview-interest span{display:block}.private-preview-interest strong{color:#f5f3ff;font-weight:900}.private-preview-interest span{color:#a3a0bf;margin-top:4px;font-size:.88rem;line-height:1.45}.private-preview-mailto{color:#101116;background:#d8f85d;width:fit-content;min-height:46px}.private-preview-mailto:hover{background:#ecff95}@media (width<=560px){.private-preview-mailto{width:100%}.private-preview-card h1{max-width:10ch}}.sidebar{z-index:50;border-right:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(#141220f5,#0a0912f5);flex-direction:column;gap:24px;width:248px;height:100dvh;padding:24px 18px;transition:width .18s cubic-bezier(.2,.7,.2,1),padding .18s;display:flex;position:fixed;top:0;left:0;overflow:hidden auto}:root[data-sidebar=collapsed] .app-shell{padding-left:72px}:root[data-sidebar=collapsed] .sidebar{width:72px;padding:24px 12px;overflow:hidden}:root[data-sidebar=collapsed] .nav-label,:root[data-sidebar=collapsed] .brand-wordmark,:root[data-sidebar=collapsed] .profile-tile>div,:root[data-sidebar=collapsed] .sidebar-contact span,:root[data-sidebar=collapsed] .sidebar-toggle-label{display:none}.sidebar .nav-label,.sidebar .brand-wordmark,.sidebar .profile-tile>div,.sidebar .sidebar-contact span{white-space:nowrap}.sidebar .nav-sublist{opacity:1;max-height:320px;margin:4px 0 8px 28px;transition:opacity .18s,max-height .22s,margin .18s;overflow:hidden}:root[data-sidebar=collapsed] .sidebar .nav-sublist{opacity:0;max-height:0;margin:0}.brand{font-family:var(--display);letter-spacing:.02em;color:var(--ink);align-items:center;gap:4px;font-size:1.05rem;font-weight:800;display:flex}.brand-mark{width:44px;height:44px;font-family:var(--display);color:#0b0814;background:linear-gradient(135deg, var(--lime), var(--cyan));border-radius:12px;place-items:center;font-size:1rem;font-weight:900;display:grid;box-shadow:inset 0 0 0 1px #ffffff4d,0 8px 28px #2ef2ff59,0 0 0 4px #2ef2ff14}.brand-mark--logo{width:96px;height:96px;box-shadow:none;object-fit:contain;filter:drop-shadow(0 0 14px #fff0008c)drop-shadow(0 0 30px #dc078b8c)drop-shadow(0 10px 36px #dc078b59);background:0 0;border-radius:0;margin-left:-18px;margin-right:-22px}:root[data-sidebar=collapsed] .brand-mark--logo{filter:drop-shadow(0 0 10px #fff00080)drop-shadow(0 0 18px #dc078b73);width:64px;height:64px;margin:0}.nav-list{gap:4px;display:grid}.nav-list a{min-height:44px;color:var(--muted);letter-spacing:.01em;border-radius:10px;align-items:center;gap:12px;padding:0 14px;font-weight:500;transition:color .18s,background .18s;display:flex}:root[data-sidebar=collapsed] .nav-list a{justify-content:center;padding:0}:root[data-sidebar=collapsed] .brand{justify-content:center}:root[data-sidebar=collapsed] .profile-tile{border-radius:12px;justify-content:center;gap:0;padding:10px}:root[data-sidebar=collapsed] .sidebar-contact{width:32px;height:32px;color:var(--dim);border-radius:8px;justify-content:center;margin:8px auto 0;padding:0}:root[data-sidebar=collapsed] .sidebar-contact:hover{color:var(--ink);background:#ffffff0a}.sidebar-contact{box-sizing:border-box;min-height:0}.nav-list a:hover{color:var(--ink);background:#ffffff0a}.nav-list a.active{color:var(--lime);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#131822ad;box-shadow:inset 0 0 0 1px #dde6ff24}.nav-sublist{border-left:1px solid var(--line);gap:2px;margin:4px 0 8px 28px;padding-left:10px;display:grid}.nav-sublist a{min-height:32px;color:var(--muted);letter-spacing:.01em;border-radius:8px;align-items:center;gap:8px;padding:0 10px;font-size:.82rem;font-weight:500;transition:color .18s,background .18s;display:flex}.nav-sublist a:hover{color:var(--ink);background:#ffffff0a}.nav-sublist a.active{color:var(--lime);box-shadow:inset 2px 0 0 var(--lime);background:#c8ff2c14}.profile-tile{color:var(--ink);background:linear-gradient(135deg,#ffb4362e,#ff2bd61f);border:1px solid #ffb43659;border-radius:14px;align-items:center;gap:12px;margin-top:auto;padding:14px;display:flex}.profile-tile div{gap:2px;line-height:1.2;display:grid}.profile-tile strong{font-family:var(--display);letter-spacing:.02em;font-weight:800}.profile-tile span{color:var(--muted);font-size:.78rem}.sidebar-contact{letter-spacing:.02em;text-transform:none;color:var(--dim);background:0 0;border:0;border-radius:0;justify-content:flex-start;align-items:center;gap:6px;margin-top:8px;padding:4px 8px;font-size:.7rem;font-weight:500;text-decoration:none;transition:color .12s;display:inline-flex}.sidebar-contact:hover{color:var(--ink);background:0 0;border-color:#0000}.site-footer{border:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:radial-gradient(circle at 0 0,#ff2bd614,#0000 55%),radial-gradient(circle at 100% 100%,#2ef2ff0f,#0000 55%),#1412208c;border-radius:22px;margin:48px 0 16px;padding:36px 32px 24px}.site-footer__grid{grid-template-columns:1.4fr repeat(3,1fr);align-items:start;gap:32px;display:grid}.site-footer__brand{gap:12px;max-width:320px;display:grid}.site-footer__mark{color:var(--ink);font-family:var(--display);letter-spacing:.02em;align-items:center;gap:4px;font-size:1.05rem;font-weight:800;text-decoration:none;display:inline-flex}.site-footer__mark img{object-fit:contain;filter:drop-shadow(0 0 14px #fff0008c)drop-shadow(0 0 30px #dc078b8c)drop-shadow(0 10px 36px #dc078b59);width:96px;height:96px;margin-left:-18px;margin-right:-22px}.site-footer__tag{color:var(--muted);margin:0;font-size:.92rem;line-height:1.5}.site-footer__col{gap:10px;display:grid}.site-footer__col h3{font-family:var(--display);letter-spacing:.14em;text-transform:uppercase;color:var(--ink);margin:0 0 4px;font-size:.78rem;font-weight:800}.site-footer__col a{color:var(--muted);font-size:.92rem;text-decoration:none;transition:color .12s}.site-footer__col a:hover{color:var(--ink)}.site-footer__col--contact{gap:12px}.site-footer__col--contact p{color:var(--muted);margin:0;font-size:.9rem;line-height:1.5}.site-footer__cta{font-family:var(--body);letter-spacing:.04em;text-transform:uppercase;color:var(--ink);border:1px solid var(--line-strong);background:#ffffff0a;border-radius:999px;justify-content:center;align-self:start;align-items:center;gap:8px;padding:10px 16px;font-size:.85rem;font-weight:700;text-decoration:none;transition:background .12s,border-color .12s,transform .12s;display:inline-flex}.site-footer__cta:hover{background:#ffffff14;border-color:#ffffff47;transform:translateY(-1px)}.site-footer__base{border-top:1px solid var(--line);color:var(--dim);font-family:var(--mono);letter-spacing:.04em;flex-wrap:wrap;align-items:center;gap:10px;margin-top:28px;padding-top:18px;font-size:.78rem;display:flex}.site-footer__dot{opacity:.5}@media (width<=900px){.site-footer{border-radius:18px;padding:28px 22px 20px}.site-footer__grid{grid-template-columns:1fr 1fr;gap:24px}.site-footer__brand{grid-column:1/-1;max-width:none}}@media (width<=520px){.site-footer__grid{grid-template-columns:1fr;gap:22px}}.workspace{gap:28px;width:min(1480px,100%);padding:28px;display:grid}.topbar{grid-template-columns:minmax(220px,1fr) auto;align-items:center;gap:16px;display:grid}.search-box{min-height:50px;color:var(--muted);background:var(--panel);border:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:14px;align-items:center;gap:10px;padding:0 16px;transition:border-color .2s,box-shadow .2s;display:flex}.search-box input{width:100%;min-width:0;color:var(--ink);font-family:var(--body);background:0 0;border:0;outline:0;font-size:.95rem}.search-box input::placeholder{color:var(--dim)}.top-actions{align-items:center;gap:8px;display:flex}.top-actions button,.top-actions a{min-height:44px;color:var(--ink);background:var(--panel);border:1px solid var(--line);font-family:var(--body);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-weight:600;transition:transform .15s,border-color .15s;display:inline-flex}.top-actions button:hover,.top-actions a:hover{border-color:var(--line-strong);transform:translateY(-1px)}.notification-menu-wrap{display:inline-flex;position:relative}.notification-trigger{position:relative}.notification-trigger.has-unread{color:var(--lime)}.notification-dot{background:var(--lime);color:#05070d;border-radius:999px;place-items:center;min-width:17px;height:17px;padding:0 4px;font-size:.64rem;font-weight:900;line-height:1;display:grid;position:absolute;top:-4px;right:-5px;box-shadow:0 0 0 2px #05070df5}.notification-menu{z-index:300;width:min(430px,100vw - 32px);max-height:calc(100vh - 104px);color:var(--ink);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0b0e16f0;border:1px solid #dde6ff24;border-radius:16px;gap:10px;padding:14px;display:grid;position:fixed;top:84px;right:24px;overflow:hidden;box-shadow:0 22px 70px #0000006b,inset 0 1px #ffffff14}.notification-menu-head{justify-content:space-between;align-items:center;gap:12px;padding:2px 2px 0;display:flex}.notification-menu-head>div{gap:2px;min-width:0;display:grid}.notification-menu-head strong{font-family:var(--display);color:#fff;font-size:1rem}.notification-menu-head span{color:#ffffff85;font-size:.78rem}.notification-clear{height:34px;min-height:34px;color:var(--lime);font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;background:#d9ff3814;border:1px solid #d9ff3838;border-radius:10px;padding:0 12px;font-size:.72rem;font-weight:900}.notification-clear:hover{color:#071006;background:var(--lime);border-color:var(--lime)}.top-actions .notification-permission,.top-actions .notification-permission:hover{width:100%;height:auto;min-height:42px;color:var(--lime);background:#ffffff0f;border:1px solid #dde6ff24;border-radius:12px;justify-content:flex-start;align-items:center;gap:8px;padding:0 12px;font-weight:800;display:inline-flex;transform:none}.top-actions .notification-permission--ok,.top-actions .notification-permission--ok:hover{text-align:left;color:#ffffffa3;background:#ffffff09;justify-content:flex-start}.notification-list{gap:9px;max-height:min(430px,100vh - 218px);padding-right:4px;display:grid;overflow:auto}.top-actions a.notification-item,.top-actions a.notification-item:hover{color:#fff;height:auto;min-height:72px;box-shadow:none;background:#ffffff0b;border:1px solid #ffffff14;border-radius:12px;grid-template-columns:36px minmax(0,1fr);align-items:start;gap:12px;padding:12px;text-decoration:none;display:grid;transform:none}.top-actions a.notification-item:hover{background:#ffffff14;border-color:#dde6ff29}.notification-icon{width:36px;height:36px;color:var(--lime);background:#ffffff14;border-radius:12px;place-items:center;display:grid}.notification-icon--generation{color:var(--lime);background:#d9ff381a}.notification-icon--comment{color:var(--cyan);background:#3ddcff1a}.notification-icon--like{color:var(--magenta);background:#ff35ac1a}.notification-icon--share{color:#ffcf5a;background:#ffcf5a1a}.notification-item strong,.notification-item small{min-width:0;display:block}.notification-copy{gap:4px;min-width:0;padding-top:1px;display:grid}.notification-item strong{color:#fff;overflow-wrap:anywhere;font-size:.92rem;line-height:1.25}.notification-item small{color:#ffffff94;overflow-wrap:anywhere;margin-top:3px;font-size:.8rem;line-height:1.38}.notification-item>span:last-child{min-width:0}@media (width<=720px){.notification-menu{width:calc(100vw - 24px);max-height:calc(100vh - 88px);top:72px;right:12px}.notification-list{max-height:calc(100vh - 202px)}.notification-menu-head{align-items:start}}.notification-empty{color:#ffffff94;margin:0;padding:18px 10px 12px;line-height:1.45}.account-menu-wrap{display:inline-flex;position:relative}.top-actions .account-trigger{white-space:nowrap}.top-actions .account-trigger.tier-anon{height:44px;color:var(--ink);border-color:var(--line-strong);letter-spacing:0;box-shadow:none;background:#ffffff0a;padding:0 16px;font-weight:600}.top-actions .account-trigger.tier-anon:hover{color:var(--ink);border-color:var(--magenta);background:#ffffff14}.account-menu{z-index:70;width:min(280px,100vw - 28px);color:var(--ink);border:1px solid var(--line-strong);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#100e1af5;border-radius:14px;gap:6px;padding:10px;display:grid;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 18px 48px #0000006b,inset 0 0 0 1px #ffffff0a}.account-menu:before{content:"";border-top:1px solid var(--line-strong);border-left:1px solid var(--line-strong);background:#100e1af5;width:10px;height:10px;position:absolute;top:-6px;right:24px;transform:rotate(45deg)}.account-menu-head{border-bottom:1px solid var(--line);gap:4px;padding:10px 10px 12px;display:grid}.account-menu-label{color:var(--dim);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:800}.account-menu-head strong{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;font-weight:800;overflow:hidden}.account-tier{color:var(--muted);border:1px solid var(--line);background:#ffffff0f;border-radius:999px;justify-self:start;padding:3px 8px;font-size:.74rem;font-weight:800}.top-actions .account-menu a,.top-actions .account-menu button{width:100%;min-height:40px;color:var(--ink);box-shadow:none;letter-spacing:0;text-transform:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;border-radius:10px;justify-content:flex-start;padding:0 10px;font-size:.9rem;font-weight:700}.top-actions .account-menu a:hover,.top-actions .account-menu button:hover{color:var(--ink);background:#ffffff12;border-color:#0000;transform:none}.top-actions .account-menu .account-menu-danger{color:#ffb0a8}.top-actions .account-menu .account-menu-danger:hover{color:#fff;background:#ff64522e}.mobile-search-trigger{display:none}.mobile-search-overlay{z-index:60;display:none;position:fixed;inset:0}.mobile-search-bar{z-index:2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);background:#08070df5;align-items:center;gap:10px;padding:14px;display:flex;position:relative;box-shadow:0 12px 32px #00000073}.mobile-search-bar .search-box{flex:1;min-height:46px}.mobile-search-bar .icon-only{border:1px solid var(--line);width:44px;height:44px;color:var(--ink);cursor:pointer;background:#ffffff0a;border-radius:12px;justify-content:center;align-items:center;font-size:1.1rem;display:inline-flex}.mobile-search-backdrop{z-index:1;cursor:pointer;background:#0000008c;border:0;position:absolute;inset:0}.top-actions .primary,button.primary,a.primary{min-height:44px;color:var(--lime);border:1px solid var(--lime);font-family:var(--body);text-transform:uppercase;letter-spacing:.06em;cursor:pointer;background:#08070deb;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-weight:800;transition:transform .15s,box-shadow .15s,background .15s,color .15s;display:inline-flex;box-shadow:0 0 0 1px #c8ff2c2e,0 10px 28px #c8ff2c1f}.top-actions .primary:hover,button.primary:hover,a.primary:hover{color:#08070d;background:var(--lime);box-shadow:0 0 0 1px var(--lime), 0 14px 32px #c8ff2c73, 0 0 28px #c8ff2c8c;transform:translateY(-2px)}.top-actions .primary.cta-gradient,button.primary.cta-gradient,a.primary.cta-gradient{color:#0a0712;background:var(--cta-gradient);box-shadow:var(--cta-glow);border:1px solid #ffb4368c}.top-actions .primary.cta-gradient:hover,button.primary.cta-gradient:hover,a.primary.cta-gradient:hover{color:#0a0712;background:var(--cta-gradient);filter:brightness(1.05);box-shadow:var(--cta-glow)}.command-grid{grid-template-columns:minmax(320px,1fr) minmax(360px,1.05fr);align-items:stretch;gap:18px;display:grid}.forge-panel,.live-build,.social-panel,.reward-board{background:var(--panel);border:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:22px;padding:28px;position:relative}.forge-panel{background:radial-gradient(circle at 0% 0%, #ff2bd624, transparent 55%), radial-gradient(circle at 100% 100%, #2ef2ff1f, transparent 55%), var(--panel);overflow:hidden}.forge-panel:before{content:"";pointer-events:none;background-image:linear-gradient(90deg,#ffffff0a 1px,#0000 1px),linear-gradient(#ffffff0a 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#00000080,#0000 75%);mask-image:linear-gradient(#00000080,#0000 75%)}.forge-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 18px;margin-bottom:18px;display:flex}.hero-eyebrow{color:var(--ink);font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;border:1px solid var(--line-strong);background:#ffffff0a;border-radius:999px;align-items:center;gap:10px;margin:0;padding:6px 14px 6px 12px;font-size:.72rem;display:inline-flex}.console-kicker{min-height:34px;color:var(--cyan);font-family:var(--mono);letter-spacing:.16em;text-transform:uppercase;text-shadow:0 0 18px #2ef2ff47;align-items:center;gap:9px;padding:0;font-size:.72rem;font-weight:800;display:inline-flex}.console-mark{border:2px solid;border-radius:5px;flex:none;place-items:center;width:20px;height:20px;display:inline-grid;position:relative;box-shadow:0 0 18px #2ef2ff4d}.console-mark:before,.console-mark:after,.console-mark span{content:"";background:currentColor;position:absolute}.console-mark:before{width:5px;height:2px;top:5px;left:4px;transform:skewY(-28deg)}.console-mark:after{width:11px;height:2px;top:10px;left:4px}.console-mark span{border-radius:50%;width:3px;height:3px;bottom:4px;right:4px}.live-dot{background:var(--lime);border-radius:50%;width:8px;height:8px;animation:1.6s ease-in-out infinite pulse;display:inline-block;box-shadow:0 0 0 4px #c8ff2c2e}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.25)}}.section-kicker{color:var(--cyan);font-family:var(--mono);letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:8px;font-size:.72rem;font-weight:700;display:none}.forge-panel h1{font-family:var(--display);letter-spacing:0;color:var(--ink);text-wrap:balance;margin:14px 0;font-size:clamp(2.4rem,5.4vw,4.8rem);font-weight:900;line-height:1.04}.forge-panel h1 em{background:linear-gradient(120deg, var(--magenta), var(--amber) 60%, var(--lime));color:#0000;-webkit-background-clip:text;background-clip:text;font-style:normal;display:inline-block}.forge-lede{max-width:540px;color:var(--muted);margin:0 0 22px;font-size:1rem;line-height:1.55}.forge-panel textarea{resize:vertical;width:100%;min-height:132px;color:var(--ink);border:1px solid var(--line-strong);font-family:var(--body);background:#08070db3;border-radius:14px;outline:0;padding:16px 18px;font-size:1rem;line-height:1.5;transition:border-color .2s,box-shadow .2s}.forge-panel textarea:focus{border-color:var(--magenta);box-shadow:0 0 0 4px #ff2bd633}.starter-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px;display:grid}.mode-row{gap:8px;margin-top:12px;display:flex}.mode-tab{border:1px solid var(--line-strong);color:var(--muted);font-family:var(--body);cursor:pointer;background:#ffffff08;border-radius:12px;flex:1;padding:10px 12px;font-size:.85rem;transition:color .18s,background .18s,border-color .18s}.mode-tab.active{color:var(--ink);border-color:var(--magenta);background:#ff2bd61f}.sprite-toggle{color:#f4f1eab8;cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffffff08;border:1px dashed #ffffff2e;border-radius:999px;align-items:center;gap:10px;min-height:44px;margin-top:10px;padding:10px 18px;font-family:inherit;font-size:.78rem;display:inline-flex}.sprite-toggle:hover{color:var(--ink);border-color:#ffffff4d}.sprite-toggle input{accent-color:var(--lime);cursor:pointer}.sprite-toggle input:disabled{cursor:not-allowed}.sprite-toggle span{align-items:center;gap:6px;line-height:1.2;display:inline-flex}.sprite-toggle em{color:var(--lime);letter-spacing:.05em;font-size:.7rem;font-style:normal;font-weight:700}.sprite-toggle--inline{margin-top:0}.sprite-toggle--inline span{flex-direction:column;align-items:flex-start;gap:2px}.sprite-toggle--inline small{color:#f4f1ea80;letter-spacing:0;text-transform:none;font-size:.66rem;font-weight:400;display:block}.asset-provider-select{min-width:156px;color:var(--muted);gap:6px;font-size:.72rem;font-weight:600;display:inline-grid}.asset-provider-select>span{color:var(--ink);font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:6px;font-size:.66rem;display:inline-flex}.asset-provider-select select{width:100%;min-height:34px;color:var(--ink);border:1px solid var(--line);font:inherit;cursor:pointer;appearance:none;background:#08070db8;background-image:linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%);background-position:calc(100% - 17px),calc(100% - 12px);background-repeat:no-repeat;background-size:5px 5px,5px 5px;border-radius:10px;padding:0 30px 0 10px;font-size:.8rem;font-weight:700}.asset-provider-select select:focus{border-color:var(--magenta);outline:none;box-shadow:0 0 0 3px #ff2bd62e}.asset-provider-select--inline{align-self:center}.forge-attach-btn{color:#f4f1eab8;cursor:pointer;background:#ffffff08;border:1px dashed #ffffff2e;border-radius:999px;align-items:center;gap:10px;min-height:44px;padding:10px 18px;font-family:inherit;font-size:.78rem;display:inline-flex}.forge-attach-btn:hover:not(:disabled){color:var(--ink);border-color:#ffffff4d}.forge-attach-btn:disabled{opacity:.4;cursor:not-allowed}.forge-attach-thumbs{gap:6px;display:flex}.forge-attach-thumb{border:1px solid #ffffff1f;border-radius:8px;width:44px;height:44px;position:relative;overflow:hidden}.forge-attach-thumb img{object-fit:cover;width:100%;height:100%;display:block}.forge-attach-thumb button{color:#fff;cursor:pointer;background:#0a0613d9;border:none;border-radius:50%;width:16px;height:16px;padding:0;font-size:11px;line-height:1;position:absolute;top:1px;right:1px}.remix-picker{border:1px dashed var(--line-strong);background:#ffffff08;border-radius:12px;margin-top:12px;padding:12px}.remix-picker label{color:var(--muted);flex-direction:column;gap:6px;font-size:.78rem;display:flex}.remix-picker label span{align-items:center;gap:6px;display:inline-flex}.remix-picker select{border:1px solid var(--line-strong);color:var(--ink);font-family:var(--body);background:#00000059;border-radius:10px;padding:8px 10px}.remix-blurb{color:var(--muted);margin:8px 0 0;font-size:.78rem;line-height:1.4}.starter-row button{text-align:left;color:var(--muted);border:1px dashed var(--line-strong);font-family:var(--body);background:#ffffff08;border-radius:12px;padding:12px 14px;font-size:.85rem;line-height:1.35;transition:color .18s,background .18s,border-color .18s}.starter-row button:hover{color:var(--ink);border-color:var(--magenta);background:#ff2bd614}.forge-controls{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:".provider""chaos actions""status status";align-items:end;gap:16px;margin-top:20px;display:grid}.forge-controls:not(.forge-controls--with-provider){grid-template-areas:"chaos actions""status status"}.forge-controls label{color:var(--muted);gap:10px;font-size:.85rem;font-weight:600;display:grid}.forge-controls label span{color:var(--ink);font-family:var(--mono);letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:8px;font-size:.72rem;display:inline-flex}.forge-controls input[type=range]{width:100%;accent-color:var(--magenta)}.chaos-control{grid-area:chaos}.provider-select{grid-area:provider;justify-self:end;width:min(390px,100%);min-width:min(280px,100%)}.forge-buttons{flex-wrap:nowrap;grid-area:actions;justify-content:flex-end;align-self:end;align-items:center;gap:12px;min-width:0;display:flex}.forge-buttons>*{flex-shrink:0}.forge-buttons .ghost-button,.forge-buttons .generate-button,.forge-buttons .cancel-build-button{white-space:nowrap}.provider-select select{width:100%;min-height:38px;color:var(--ink);background:var(--panel);border:1px solid var(--line);font-family:var(--body);cursor:pointer;appearance:none;background-image:linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%);background-position:calc(100% - 18px),calc(100% - 13px);background-repeat:no-repeat;background-size:5px 5px,5px 5px;border-radius:10px;padding:0 12px;font-size:.85rem;font-weight:600}.provider-select select:focus{border-color:var(--magenta);outline:none;box-shadow:0 0 0 3px #ff2bd62e}.provider-select-note{color:var(--muted);margin-top:6px;font-size:.72rem;line-height:1.3;display:block}.generate-button{min-width:156px;min-height:52px;color:var(--lime);border:1px solid var(--lime);font-family:var(--display);letter-spacing:.04em;text-transform:uppercase;background:#08070deb;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:0 22px;font-weight:800;transition:transform .15s,box-shadow .15s,background .15s,color .15s;display:inline-flex;box-shadow:0 0 0 1px #c8ff2c2e,0 12px 30px #c8ff2c24}.generate-button:hover{color:#08070d;background:var(--lime);box-shadow:0 0 0 1px var(--lime), 0 14px 34px #c8ff2c73, 0 0 28px #c8ff2c8c;transform:translateY(-2px)}.cancel-build-button{width:52px;height:52px;color:var(--ink);background:#ff64521f;border:1px solid #ff645299;border-radius:14px;flex:0 0 52px;justify-content:center;align-items:center;transition:background .15s,border-color .15s,transform .15s;display:inline-flex;box-shadow:0 10px 28px #ff645229}.cancel-build-button:hover{border-color:var(--coral);background:#ff645238;transform:translateY(-2px)}.cancel-build-button--small{border-radius:10px;flex-basis:38px;width:38px;height:38px}.cancel-confirm-backdrop{z-index:1000;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#03050ab8;place-items:center;padding:20px;animation:.14s ease-out cancel-confirm-fade;display:grid;position:fixed;inset:0}@keyframes cancel-confirm-fade{0%{opacity:0}to{opacity:1}}.cancel-confirm-dialog{width:min(420px,100%);color:var(--ink);background:linear-gradient(#151924fa,#0a0c12fa);border:1px solid #ffffff29;border-radius:18px;padding:28px;animation:.16s cubic-bezier(.2,.8,.2,1) cancel-confirm-pop;position:relative;box-shadow:0 30px 90px #0000006b}@keyframes cancel-confirm-pop{0%{opacity:0;transform:translateY(6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.cancel-confirm-dialog h2{font-family:var(--display);letter-spacing:0;margin:0 0 10px;font-size:1.35rem}.cancel-confirm-dialog p{color:var(--muted);margin:0;line-height:1.5}.cancel-confirm-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:22px;display:flex}.cancel-confirm-actions .ghost-button,.cancel-confirm-danger{min-height:44px}.cancel-confirm-danger{color:#fff6f3;font-family:var(--body);cursor:pointer;background:#ff64522e;border:1px solid #ff6452a3;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-weight:800;display:inline-flex}.cancel-confirm-danger:hover{border-color:var(--coral);background:#ff645247}@media (width<=620px){.cancel-confirm-backdrop{padding:16px}.cancel-confirm-dialog{border-radius:18px;padding:24px 20px 20px}.cancel-confirm-actions{display:grid}}.gen-status{box-sizing:border-box;color:#ffffffc7;flex-direction:column;gap:6px;width:100%;min-width:0;margin-top:14px;font-size:13px;line-height:1.25;display:flex}.forge-controls>.gen-status{grid-area:status;align-self:end;max-width:680px;margin-top:0}.gen-status--compact{margin-top:10px;font-size:12px}.gen-status-bar{background:#d9ff3821;border-radius:999px;height:12px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #d9ff3814}.gen-status-fill{background:linear-gradient(90deg, #7cff8b, var(--lime,#d9ff38));border-radius:999px;height:100%;transition:width .35s;box-shadow:0 0 18px #d9ff3899,0 0 34px #7cff8b52}.gen-status--compact .gen-status-bar{height:10px}.gen-status-row{grid-template-columns:minmax(0,1fr) 92px;align-items:start;gap:12px;min-height:34px;display:grid}.gen-status-text{letter-spacing:.01em;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;min-width:0;max-width:100%;font-weight:500;display:-webkit-box;overflow:hidden}.gen-status-eta{text-align:right;font-variant-numeric:tabular-nums;color:#ffffff8c;white-space:nowrap;justify-self:end;width:92px;font-size:12px}.gen-status--compact .gen-status-row{grid-template-columns:minmax(0,1fr) 82px;min-height:30px}.gen-status--compact .gen-status-eta{width:82px}.live-build{background:radial-gradient(circle at 100% 0,#2ef2ff2e,#0000 60%),radial-gradient(circle at 0 100%,#ff2bd629,#0000 60%),#0a0912d9;grid-template-rows:auto auto auto;grid-template-columns:minmax(0,1fr);align-content:start;align-self:start;gap:16px;display:grid;overflow:hidden}.game-stage{aspect-ratio:9/16;border:1px solid var(--line-strong);background:linear-gradient(#2ef2ff0f,#0000 40%),linear-gradient(#0000 60%,#ff2bd614),repeating-linear-gradient(0deg,#ffffff0a 0 1px,#0000 1px 32px),repeating-linear-gradient(90deg,#ffffff0a 0 1px,#0000 1px 32px),#0b0817;border-radius:16px;width:100%;max-width:420px;min-height:220px;margin-inline:auto;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #2ef2ff2e,0 18px 60px #2ef2ff2e}.game-stage:after{content:"";pointer-events:none;mix-blend-mode:overlay;background:repeating-linear-gradient(0deg,#ffffff08 0 1px,#0000 1px 3px);position:absolute;inset:0}.track-line{background:linear-gradient(90deg, var(--lime), var(--cyan));border-radius:999px;height:8px;position:absolute;bottom:26%;left:8%;right:8%;box-shadow:0 0 24px #c8ff2ca6}.avatar-piece{background:linear-gradient(135deg, var(--cyan), var(--violet));border-radius:14px;width:56px;height:56px;animation:2.4s ease-in-out infinite bob;position:absolute;bottom:30%;left:16%;transform:rotate(8deg);box-shadow:0 0 0 4px #2ef2ff2e,0 12px 32px #2ef2ff73}@keyframes bob{0%,to{transform:translateY(0)rotate(8deg)}50%{transform:translateY(-10px)rotate(-4deg)}}.hazard{background:linear-gradient(135deg, var(--coral), var(--magenta));clip-path:polygon(50% 0,100% 100%,0 100%);filter:drop-shadow(0 0 18px #ff2bd68c);width:52px;height:52px;position:absolute;bottom:30%;right:24%}.portal{background:conic-gradient(from 0deg, var(--magenta), var(--cyan), var(--lime), var(--magenta));filter:drop-shadow(0 0 18px #ff2bd680);border-radius:50%;width:84px;height:84px;animation:6s linear infinite spin;position:absolute;top:18%;right:10%;-webkit-mask:radial-gradient(circle,#0000 56%,#000 58%);mask:radial-gradient(circle,#0000 56%,#000 58%)}@keyframes spin{to{transform:rotate(360deg)}}.coin{background:radial-gradient(circle at 30% 30%, #fff8d4, var(--amber) 60%, #b06a00);border-radius:50%;width:22px;height:22px;position:absolute;box-shadow:0 0 18px #ffb436b3}.coin-one{top:28%;left:36%}.coin-two{top:50%;right:40%}.build-copy{align-content:start;gap:10px;min-width:0;display:grid}.build-copy span{font-family:var(--mono);letter-spacing:.18em;text-transform:uppercase;color:var(--cyan);font-size:.7rem}.build-copy h2{font-family:var(--display);letter-spacing:0;color:var(--ink);text-wrap:balance;margin:0;font-size:clamp(2rem,3.6vw,3.15rem);font-weight:900;line-height:.96}.build-copy p{color:var(--muted);margin:0;line-height:1.55}.build-specs{grid-column:auto;gap:8px;display:grid}.build-specs div{color:var(--ink);border:1px solid var(--line);background:#ffffff0a;border-radius:10px;align-items:flex-start;gap:10px;padding:10px 12px;font-size:.84rem;line-height:1.38;display:flex}.build-specs div svg{color:var(--lime);flex-shrink:0;margin-top:2px}.control-row{flex-wrap:wrap;grid-column:1/-1;gap:10px;display:flex}.control-row button{min-width:84px;color:var(--ink);border:1px solid var(--line-strong);font-family:var(--mono);letter-spacing:.18em;text-transform:uppercase;background:#ffffff0a;border-radius:12px;padding:12px 16px;font-size:.78rem;transition:color .15s,border-color .15s,background .15s}.control-row button:hover{color:#0a0712;background:var(--lime);border-color:var(--lime)}.preview-action-row{grid-column:1/-1;justify-content:space-between;align-items:center;gap:12px;padding-top:2px;display:flex}.preview-chip-row{flex-wrap:wrap;gap:8px;min-width:0;display:flex}.preview-chip-row span{min-height:30px;color:var(--muted);border:1px solid var(--line);font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;background:#ffffff09;border-radius:999px;align-items:center;padding:0 10px;font-size:.68rem;display:inline-flex}.preview-action-row .control-cta{min-height:38px;font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-size:.72rem;font-weight:800;display:inline-flex}.ticker{border:1px solid var(--line);background:linear-gradient(90deg,#ff2bd61f,#2ef2ff1f);border-radius:14px;padding:14px 0;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.ticker-track{width:max-content;animation:40s linear infinite scroll;display:flex}.ticker-row{font-family:var(--mono);letter-spacing:.06em;color:var(--muted);white-space:nowrap;gap:56px;padding-right:56px;font-size:.85rem;display:flex}.ticker-row span:nth-child(odd){color:var(--lime)}.ticker-row span:nth-child(2n){color:var(--cyan)}@keyframes scroll{to{transform:translate(-50%)}}.content-grid{grid-template-columns:minmax(0,1fr) 360px;gap:20px;display:grid}.section-head{justify-content:space-between;align-items:end;gap:14px;margin-bottom:16px;display:flex}.section-head h2{font-family:var(--display);letter-spacing:-.01em;color:var(--ink);margin:8px 0 0;font-size:clamp(1.6rem,2.6vw,2.2rem);font-weight:800}.lane-tabs{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.lane-tabs button{color:var(--muted);border:1px solid var(--line);font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;background:#ffffff08;border-radius:999px;padding:8px 14px;font-size:.74rem;transition:color .18s,background .18s,border-color .18s}.lane-tabs button:hover{color:var(--ink);border-color:var(--line-strong)}.lane-tabs button.active{color:#0a0712;background:var(--cta-gradient);border-color:#0000}.game-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.game-card{background:var(--panel);border:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:18px;flex-direction:column;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden}.game-card:hover{border-color:var(--line-strong);transform:translateY(-4px);box-shadow:0 24px 50px #ff2bd62e}.thumbnail{aspect-ratio:3/4;background:linear-gradient(135deg,#1a1330,#0b0817);width:100%;position:relative;overflow:hidden}.thumbnail img{transition:transform .45s cubic-bezier(.2,.8,.2,1)}.game-card:hover .thumbnail img{transform:scale(1.06)}.thumbnail:before{content:"";background-image:linear-gradient(#ffffff0d 1px,#0000 1px),linear-gradient(90deg,#ffffff0d 1px,#0000 1px);background-size:20px 20px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000,#0000 80%);mask-image:radial-gradient(circle,#000,#0000 80%)}.thumbnail span{border-radius:10px;display:block;position:absolute}.thumbnail span:first-child{background:linear-gradient(135deg, var(--lime), var(--cyan));width:36%;height:30%;bottom:18%;left:10%;box-shadow:0 10px 30px #c8ff2c59}.thumbnail span:nth-child(2){background:linear-gradient(135deg, var(--magenta), var(--violet));width:30%;height:50%;top:16%;right:12%;transform:rotate(6deg);box-shadow:0 10px 30px #ff2bd666}.thumbnail span:nth-child(3){background:radial-gradient(circle at 30% 30%, #fff, var(--amber) 60%, #b06a00);border-radius:50%;width:50px;height:50px;bottom:30%;right:36%;box-shadow:0 0 24px #ffb436b3}.thumbnail.craft{background:linear-gradient(135deg,#0e2a1f,#050b09)}.thumbnail.neon{background:linear-gradient(135deg,#1a0e3a,#07041a)}.thumbnail.wild{background:linear-gradient(135deg,#221033,#07041a)}.thumbnail.zen{background:linear-gradient(135deg,#082a2e,#04141a)}.thumbnail.sport{background:linear-gradient(135deg,#2a1a08,#0a0604)}.game-card-copy{padding:16px 16px 8px}.game-card-copy span{font-family:var(--mono);letter-spacing:.16em;text-transform:uppercase;color:var(--cyan);font-size:.7rem}.game-card-copy h3{font-family:var(--display);letter-spacing:-.01em;color:var(--ink);margin:8px 0 4px;font-size:1.2rem;font-weight:800}.game-card-copy p{color:var(--muted);margin:0;font-size:.88rem}.tag-row{flex-wrap:wrap;gap:6px;padding:0 16px 12px;display:flex}.tag-row span{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--ink);border:1px solid var(--line);background:#ffffff0f;border-radius:999px;padding:5px 10px;font-size:.7rem}.card-actions{gap:8px;padding:0 16px 16px;display:flex}.card-actions button{min-width:0;color:var(--ink);border:1px solid var(--line);font-family:var(--mono);letter-spacing:.04em;background:#ffffff0a;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 8px;font-size:.78rem;transition:color .15s,background .15s,border-color .15s;display:inline-flex}.card-actions button:hover{color:#0a0712;background:var(--lime);border-color:var(--lime)}.card-actions button:nth-child(2):hover{background:var(--cyan);border-color:var(--cyan);color:#0a0712}.card-actions button:nth-child(3):hover{background:var(--amber);border-color:var(--amber);color:#0a0712}.card-actions button.coming-soon-action,.card-actions button.coming-soon-action:hover{color:var(--muted);cursor:default;background:#ffffff08;border-color:#ffffff1a}.side-feed{align-self:start;gap:18px;display:grid}.social-panel{gap:12px;padding:22px;display:grid}.activity-item,.crew-item{border-top:1px solid var(--line);padding:14px 0}.activity-item:first-of-type,.crew-item:first-of-type{border-top:0;padding-top:4px}.activity-item strong{font-family:var(--display);color:var(--ink);font-size:.95rem;font-weight:800}.activity-item p{color:var(--muted);margin:6px 0;font-size:.9rem;line-height:1.45}.activity-item span{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--lime);font-size:.74rem}.crew-item{grid-template-columns:1fr auto;align-items:center;gap:10px;display:grid}.crew-item div{gap:4px;display:grid}.crew-item strong{font-family:var(--display);color:var(--ink);font-weight:800}.crew-item span,.crew-item small{color:var(--muted);font-size:.82rem}.crew-item small{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--cyan);grid-column:1/-1;font-size:.72rem}.crew-item button{color:var(--ink);font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;background:#ff2bd61f;border:1px solid #ff2bd666;border-radius:999px;align-items:center;gap:6px;padding:8px 12px;font-size:.74rem;transition:background .15s,color .15s;display:inline-flex}.crew-item button:hover{background:var(--lime);color:#0a0712}.reward-board{padding:28px}.reward-board .primary{border-radius:12px;align-items:center;gap:10px;padding:12px 18px;display:inline-flex}.quest-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:16px;display:grid}.quest-card{border:1px solid var(--line);background:#ffffff08;border-radius:16px;gap:18px;padding:20px;display:grid}.quest-card div:first-child{gap:6px;display:grid}.quest-card strong{font-family:var(--display);color:var(--ink);font-size:1.05rem;font-weight:800}.quest-card span{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--amber);font-size:.74rem}.progress-track{background:#ffffff0f;border-radius:999px;height:10px;overflow:hidden}.progress-track span{background:linear-gradient(90deg, var(--magenta), var(--cyan));border-radius:inherit;height:100%;display:block;box-shadow:0 0 18px #ff2bd68c}html{scrollbar-color:#d9ff3873 #08070d;scrollbar-width:thin}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:#08070d}::-webkit-scrollbar-thumb{background:#d9ff3873;border:3px solid #08070d;border-radius:999px;min-height:48px}::-webkit-scrollbar-thumb:hover{background:var(--lime)}.brand-compact,.mobile-tabbar,.mobile-studio-dock{display:none}@media (width<=1180px){.app-shell,:root[data-sidebar=collapsed] .app-shell{padding-left:0}.sidebar{display:none}.content-grid{grid-template-columns:1fr}.side-feed{grid-template-columns:repeat(2,minmax(0,1fr))}.workspace{padding:14px 14px calc(96px + env(safe-area-inset-bottom)) 14px;gap:18px}.topbar{z-index:30;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);background:#08070dd9;justify-content:space-between;align-items:center;gap:10px;margin:-14px -14px 0;padding:10px 14px;display:flex;position:sticky;top:0}.brand-compact{align-items:center;gap:2px;font-size:.95rem;display:inline-flex}.brand-compact .brand-mark{border-radius:10px;width:36px;height:36px}.brand-compact .brand-mark--logo{border-radius:0;width:72px;height:72px;margin-left:-14px;margin-right:-16px}.search-box.search-box--desktop{display:none}.top-actions{gap:6px;display:inline-flex}.top-actions .coin-pill,.top-actions .icon-only{display:none}.top-actions .mobile-search-trigger,.top-actions .notification-trigger{display:inline-flex}.top-actions .publish-cta{letter-spacing:.04em;min-height:42px;padding:0 14px;font-size:.78rem}.route-studio .top-actions .publish-cta,.route-create .top-actions .publish-cta{letter-spacing:0;gap:0;width:44px;min-width:44px;padding:0;font-size:0;overflow:hidden}.route-studio .top-actions .publish-cta svg,.route-create .top-actions .publish-cta svg{width:18px;height:18px}.mobile-search-overlay{display:block}.mobile-tabbar{z-index:40;padding:8px 8px calc(8px + env(safe-area-inset-bottom)) 8px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-top:1px solid var(--line);background:#0a0912eb;grid-template-columns:repeat(5,1fr);align-items:end;gap:4px;display:grid;position:fixed;bottom:0;left:0;right:0}.mobile-studio-dock{margin:8px max(8px, env(safe-area-inset-left)) 10px max(8px, env(safe-area-inset-right));-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff0e;border:1px solid #ffffff14;border-radius:14px;grid-template-columns:repeat(5,minmax(0,1fr));gap:2px;padding:4px;display:grid;position:relative}.mobile-studio-dock a{min-width:0;min-height:42px;color:var(--muted);text-align:center;background:0 0;border:1px solid #0000;border-radius:10px;align-content:center;justify-items:center;gap:3px;padding:4px 2px;font-size:.62rem;font-weight:700;line-height:1.05;text-decoration:none;transition:color .15s,background .15s,border-color .15s,box-shadow .15s;display:grid}.mobile-studio-dock a span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.mobile-studio-dock a.active{color:var(--ink);background:0 0;border-color:#d4ff002e;box-shadow:inset 0 -3px #d4ff00eb,0 10px 22px #d4ff001f}.mobile-studio-dock a.active svg{color:var(--acid)}.mobile-tab{min-height:56px;color:var(--muted);letter-spacing:.02em;text-align:center;border-radius:12px;align-content:center;justify-items:center;gap:4px;padding:6px 4px;font-size:.7rem;font-weight:600;transition:color .15s,background .15s;display:grid}.mobile-tab:hover{color:var(--ink)}.mobile-tab.active{color:var(--ink);background:#ff2bd61f}.mobile-tab.active svg{color:var(--magenta)}.mobile-tab-center{color:var(--lime);border:1px solid var(--lime);background:#08070deb;border-radius:16px;min-height:60px;font-weight:800;transform:translateY(-10px);box-shadow:0 0 0 1px #c8ff2c33,0 10px 24px #c8ff2c2e}.mobile-tab-center:hover{color:var(--lime);background:#c8ff2c14}.mobile-tab-center.active{color:#08070d;background:var(--lime);box-shadow:0 0 0 1px var(--lime), 0 12px 28px #c8ff2c73, 0 0 24px #c8ff2c80}.mobile-tab-center svg{color:var(--lime)}.mobile-tab-center.active svg{color:#08070d}.route-studio .workspace{padding-bottom:calc(96px + env(safe-area-inset-bottom))}.route-studio-editor .topbar,.route-studio-editor .mobile-tabbar,.route-studio-editor .mobile-studio-dock{display:none!important}.app-shell.route-studio-editor{height:100dvh;min-height:100dvh;overflow:hidden}.route-studio-editor .workspace{width:100%;max-width:100vw;height:100dvh;min-height:0;padding:0;overflow:hidden}.route-studio-editor .studio-editor{border-top:0;border-left:0;border-right:0;border-radius:0;height:100dvh;min-height:100dvh;max-height:none;overflow:hidden}}@media (width<=420px){.top-actions .account-trigger{text-overflow:ellipsis;max-width:76px;padding-inline:10px;overflow:hidden}.mobile-studio-dock{gap:3px;padding:4px}.mobile-studio-dock a{min-height:40px;font-size:.58rem}}@media (width<=350px){.brand-compact .brand-word{display:none}.top-actions .account-trigger{max-width:60px;font-size:.72rem}.mobile-studio-dock a span{display:none}}@media (width<=1180px){.route-game .workspace{gap:0;width:100%;padding:0}.route-game .topbar,.route-game .mobile-tabbar,.route-feed .mobile-tabbar{display:none}.route-game .back-link{top:calc(12px + env(safe-area-inset-top));z-index:70;width:38px;min-width:38px;height:38px;color:var(--ink);appearance:none;box-shadow:none;filter:drop-shadow(0 1px 2px #000000bf)drop-shadow(0 0 8px #00000073);-webkit-backdrop-filter:none;background:0 0;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:0;margin:0;padding:0;font-size:0;line-height:0;display:inline-flex;position:fixed;left:12px}.route-game .back-link svg{width:18px;height:18px;margin:0;display:block}.route-game .game-brand-link{top:calc(54px + env(safe-area-inset-top));z-index:70;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);width:38px;min-width:38px;height:38px;min-height:38px;margin:0;padding:0;position:fixed;right:12px;box-shadow:0 12px 32px #00000057}}@media (width<=430px){.route-game .game-brand-link{top:calc(52px + env(safe-area-inset-top));border-radius:11px;width:34px;min-width:34px;height:34px;min-height:34px;font-size:.68rem}}@media (width<=360px){.brand-compact .brand-word{display:none}}@media (width<=900px){.command-grid,.live-build,.forge-controls,.game-grid,.quest-grid,.side-feed{grid-template-columns:1fr}.section-head{flex-direction:column;align-items:flex-start}.forge-controls{grid-template-areas:"chaos""provider""actions""status"}.forge-controls:not(.forge-controls--with-provider){grid-template-areas:"chaos""actions""status"}.forge-buttons,.lane-tabs{justify-content:flex-start}.build-specs{grid-column:auto}.live-build{gap:14px;padding:18px}.game-stage{min-height:180px}.build-copy h2{font-size:clamp(2rem,10vw,3rem)}.preview-action-row{flex-direction:column;align-items:flex-start}.preview-action-row .control-cta{width:100%}.starter-row{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;grid-template-columns:none;gap:8px;margin:8px -4px 0;padding:0 4px 4px;display:flex;overflow-x:auto}.starter-row button{white-space:nowrap;scroll-snap-align:start;flex:none;padding:8px 12px;font-size:.82rem}.forge-attach-btn span{display:none}.forge-attach-btn{padding:8px 10px}.sprite-toggle--inline small{display:none}.sprite-toggle--inline{padding:10px 12px}.asset-provider-select--inline{min-width:142px}}@media (width<=430px){.forge-buttons{gap:8px;width:100%}.forge-buttons>*{flex-shrink:1;min-width:0}.forge-buttons .ghost-button{text-overflow:ellipsis;flex:92px;min-height:44px;padding:0 12px;font-size:.9rem;overflow:hidden}.forge-buttons .generate-button{flex:1.35 132px;min-width:0;min-height:46px;padding:0 14px;font-size:.92rem}.forge-buttons .cancel-build-button{flex-basis:46px;width:46px;height:46px}}@media (width<=1080px){.live-build{grid-template-columns:1fr}.build-specs{grid-column:auto}.game-stage{aspect-ratio:9/16;min-height:420px}}@media (width<=620px){.forge-panel,.live-build,.reward-board,.social-panel{padding:18px}.forge-panel h1{font-size:2.2rem}}.home-hero{isolation:isolate;border:1px solid var(--line);background:#07060d;border-radius:28px;align-items:flex-end;min-height:clamp(360px,58vh,620px);margin-bottom:18px;display:flex;position:relative;overflow:hidden}.home-hero__bg{object-fit:cover;z-index:0;pointer-events:none;filter:saturate(1.05);width:100%;height:100%;position:absolute;inset:0}.home-hero__overlay{z-index:1;pointer-events:none;background:radial-gradient(circle at 18% 20%,#ff2bd647,#0000 55%),radial-gradient(circle at 88% 12%,#2ef2ff38,#0000 55%),linear-gradient(#07060d59 0%,#07060d8c 45%,#07060deb 100%);position:absolute;inset:0}.home-hero__inner{z-index:2;flex-direction:column;gap:14px;width:100%;max-width:880px;padding:clamp(28px,5vw,56px);display:flex;position:relative}.home-hero__kicker{width:fit-content;color:var(--ink);font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;border:1px solid var(--line-strong);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#08070d8c;border-radius:999px;align-items:center;gap:10px;padding:6px 14px 6px 12px;font-size:.72rem;display:inline-flex}.home-hero__title{font-family:var(--display,var(--body));letter-spacing:0;color:var(--ink);text-shadow:0 4px 32px #00000073;margin:0;font-size:clamp(2.6rem,7vw,5.4rem);font-weight:900;line-height:1.12}.home-hero__title em{background:linear-gradient(120deg, var(--magenta), var(--amber) 60%, var(--lime));color:#0000;text-shadow:none;-webkit-background-clip:text;background-clip:text;font-style:normal;display:inline-block}.home-hero__lede{color:#ffffffdb;text-shadow:0 2px 16px #00000080;max-width:640px;margin:0;font-size:clamp(1rem,1.4vw,1.18rem)}.home-hero__cta{flex-wrap:wrap;gap:10px;margin-top:6px;display:flex}.home-hero__cta .primary,.home-hero__cta .ghost-button{border-radius:12px;align-items:center;gap:8px;padding:12px 18px;text-decoration:none;display:inline-flex}.command-grid--solo{grid-template-columns:1fr}@media (prefers-reduced-motion:reduce){.home-hero__bg{display:none}.home-hero{background:linear-gradient(140deg,#1a0b2e,#07060d 70%)}}@media (width<=720px){.home-hero{border-radius:22px;min-height:420px}.home-hero__inner{padding:22px}}.has-tooltip{cursor:help;text-underline-offset:3px;-webkit-text-decoration:underline dotted #ffffff59;text-decoration:underline dotted #ffffff59;position:relative}.has-tooltip:after{content:attr(data-tooltip);z-index:50;width:max-content;max-width:280px;font-family:var(--body);letter-spacing:0;text-transform:none;color:var(--ink);border:1px solid var(--line-strong);opacity:0;pointer-events:none;white-space:normal;background:#08070df5;border-radius:10px;padding:10px 12px;font-size:.78rem;font-weight:500;line-height:1.4;transition:opacity .15s,transform .15s;position:absolute;bottom:calc(100% + 8px);left:0;transform:translateY(4px);box-shadow:0 12px 28px #00000073}.has-tooltip:hover:after,.has-tooltip:focus-visible:after{opacity:1;transform:translateY(0)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.create-mobile-knobs,.create-mobile-composer,.create-knobs-backdrop{display:none}.create-composer-thumbs{flex-wrap:wrap;gap:8px;margin-bottom:8px;display:flex}.create-composer-actions{align-items:center;gap:6px;margin-top:8px;display:flex}.create-composer-icon{border:1px solid var(--line);width:40px;height:40px;color:var(--muted);cursor:pointer;background:#ffffff0a;border-radius:12px;justify-content:center;align-items:center;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.create-composer-icon:hover:not(:disabled){color:var(--ink);background:#ffffff14;border-color:#ffffff2e}.create-composer-icon:disabled{opacity:.4;cursor:not-allowed}.create-composer-send{color:#0a0712;background:var(--cta-gradient);cursor:pointer;border:1px solid #ffb4368c;border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;margin-left:auto;transition:transform .15s,filter .15s;display:inline-flex;box-shadow:inset 0 0 0 1px #ffffff38}.create-composer-send:hover:not(:disabled){filter:brightness(1.06);transform:translateY(-1px)}.create-composer-send:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.create-composer-send--cancel{color:var(--ink);box-shadow:none;background:#ff64522e;border-color:#ff645299}@media (width<=1100px){.route-create-hero .workspace{padding-bottom:calc(96px + 150px + env(safe-area-inset-bottom))}.route-studio-editor .workspace{padding-bottom:0}.command-grid--sticky .forge-panel{-webkit-backdrop-filter:none;backdrop-filter:none;padding:18px 20px calc(18px + env(safe-area-inset-bottom));overflow:visible}.command-grid--sticky .forge-header{margin-bottom:8px}.command-grid--sticky .forge-panel>textarea,.command-grid--sticky .forge-panel>.forge-attach-row,.command-grid--sticky .forge-panel>.forge-controls,.command-grid--sticky .starter-row{display:none}.command-grid--sticky .create-mobile-composer{box-sizing:border-box;width:auto;max-width:100%;left:0;right:0;bottom:calc(78px + env(safe-area-inset-bottom));z-index:32;padding:10px 12px calc(10px + env(safe-area-inset-bottom));border-top:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#08070df0;margin:0;display:block;position:fixed;box-shadow:0 -10px 30px #00000073}.command-grid--sticky .create-mobile-composer.is-expanded{padding-top:12px}.command-grid--sticky .create-mobile-composer textarea{width:100%;min-height:128px;max-height:38vh;color:var(--ink);border:1px solid var(--line);resize:vertical;font:inherit;background:#08070d8c;border-radius:14px;padding:10px 12px;font-size:.92rem;line-height:1.4;overflow-y:auto}.command-grid--sticky .create-mobile-composer.is-expanded textarea{min-height:min(32dvh,240px);max-height:min(44dvh,340px)}.command-grid--sticky .create-mobile-composer textarea:focus{border-color:var(--magenta);outline:none;box-shadow:0 0 0 3px #ff2bd633}.command-grid--sticky .create-mobile-knobs.is-open{left:0;right:0;bottom:calc(78px + env(safe-area-inset-bottom));z-index:33;box-sizing:border-box;border-top:1px solid var(--line);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);width:auto;max-width:100%;min-height:0;max-height:calc(100svh - 104px - env(safe-area-inset-bottom));background:#0e0c16f7;flex-direction:column;align-items:stretch;gap:14px;margin:0;padding:14px 14px 18px;display:flex;position:fixed;overflow:hidden auto;box-shadow:0 -16px 48px #00000080}.command-grid--mobile-prompt-expanded .create-mobile-knobs.is-open{bottom:calc(78px + env(safe-area-inset-bottom));max-height:calc(100svh - 104px - env(safe-area-inset-bottom))}.command-grid--sticky .create-mobile-knobs.is-open>*{box-sizing:border-box;flex:none;width:100%;min-width:0}.create-mobile-knobs-head{border-bottom:1px solid var(--line);color:var(--ink);font-family:var(--display);justify-content:flex-start;align-items:center;gap:12px;padding-bottom:6px;font-size:.92rem;display:flex}.create-mobile-knobs label{box-sizing:border-box;width:100%;min-width:0;color:var(--muted);gap:8px;font-size:.85rem;display:grid}.create-mobile-knobs label>span{color:var(--ink);font-family:var(--mono);letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:6px;font-size:.7rem;display:inline-flex}.create-mobile-knobs input[type=range]{width:100%;accent-color:var(--magenta)}.create-mobile-knobs .provider-select{justify-self:stretch;width:100%;min-width:0;margin:0}.create-mobile-knobs .provider-select>span{color:var(--ink);font-family:var(--mono);letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:6px;font-size:.7rem;display:inline-flex}.create-mobile-knobs select{width:100%;min-height:38px;color:var(--ink);background:var(--panel);border:1px solid var(--line);font:inherit;border-radius:10px;padding:0 12px}.sprite-toggle--sheet{border:1px solid var(--line);cursor:pointer;box-sizing:border-box;background:#ffffff08;border-radius:12px;grid-template-columns:auto 1fr;align-items:center;gap:12px;width:100%;min-width:0;margin:0;padding:12px 14px;display:grid}.sprite-toggle--sheet input{width:20px;height:20px;accent-color:var(--magenta);margin:0}.sprite-toggle--sheet>span{min-width:0;color:var(--ink);font-family:var(--display);text-transform:none;letter-spacing:0;flex-direction:column;align-items:flex-start;gap:2px;font-size:.95rem;font-weight:600;line-height:1.2;display:flex}.sprite-toggle--sheet small{max-width:100%;color:var(--muted);font-family:var(--body);text-transform:none;letter-spacing:0;font-size:.78rem;font-weight:400;line-height:1.35;display:block}.asset-provider-select--sheet{box-sizing:border-box;gap:8px;width:100%;min-width:0;margin:0;display:grid}.asset-provider-select--sheet>span{letter-spacing:.16em;font-size:.7rem}.asset-provider-select--sheet select{background-color:var(--panel);min-height:38px}.create-knobs-close{border:1px solid var(--line);width:36px;height:36px;color:var(--ink);cursor:pointer;background:#ffffff0a;border-radius:12px;justify-content:center;align-items:center;display:inline-flex}.command-grid--sticky~* .create-knobs-backdrop,.command-grid--sticky .create-knobs-backdrop{z-index:31;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:pointer;background:#00000073;border:0;padding:0;display:block;position:fixed;inset:0}.command-grid--sticky .forge-panel h1{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.command-grid--sticky .forge-panel h1:before,.command-grid--sticky .forge-panel h1:after{content:none}.command-grid--sticky .mode-row{margin-top:30px}.command-grid--sticky .mode-row:before{content:"Style";top:-22px}.command-grid--sticky .forge-lede{font-size:.92rem}}.sidebar-toggle{min-height:40px;color:var(--muted);border:1px solid var(--line);font-family:var(--display);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:#ffffff08;border-radius:12px;align-items:center;gap:10px;padding:0 12px;font-size:.72rem;font-weight:700;transition:color .18s,background .18s,border-color .18s;display:inline-flex}.sidebar-toggle:hover{color:var(--ink);border-color:var(--line-strong);background:#ffffff0f}.sidebar-toggle svg{flex-shrink:0;transition:transform .18s}:root[data-sidebar=collapsed] .sidebar-toggle svg{transform:rotate(180deg)}:root[data-sidebar=collapsed] .sidebar-toggle{justify-content:center;width:44px;height:44px;margin:0 auto;padding:0}.app-shell{--bg:#08090f;--bg-soft:#10131a;--panel:#141821;--panel-strong:#191e29;--line:#dde6ff1a;--line-strong:#dde6ff33;--ink:#f4f6fb;--muted:#aeb6c8;--dim:#737b8f;--magenta:#f04fc9;--violet:#8275f4;--cyan:#37d7e9;--lime:#d8f85d;--amber:#f4b34f;--coral:#ff7669;--cta-gradient:linear-gradient(135deg, #ecf4ff 0%, #d8f85d 100%);--cta-glow:0 0 0 1px #d8f85d2e, 0 10px 24px #0000003d;background:#08090f}.sidebar,.topbar,.site-footer,.forge-panel,.live-build,.social-panel,.reward-board,.game-card,.lesson-card,.creator-card,.search-box,.top-actions button,.top-actions a,.account-menu{-webkit-backdrop-filter:none;backdrop-filter:none}.sidebar{background:#0b0d14;border-right-color:#dde6ff1f;gap:18px}.brand-wordmark,.brand-word,.site-footer__mark span{letter-spacing:0}.nav-list{gap:2px}.nav-list a{border-radius:8px;min-height:40px;font-size:.92rem}.nav-list a.active,.nav-sublist a.active{color:var(--lime);background:#131822ad;box-shadow:inset 0 0 0 1px #dde6ff24}.profile-tile{background:#111621;border-color:#f4b34f38;border-radius:8px}.sidebar-contact,.sidebar-toggle,.search-box,.top-actions button,.top-actions a,.ghost-button,.top-actions .primary,button.primary,a.primary,.count-pill,.hero-eyebrow,.lane-tabs-wrap a,.site-footer__cta{border-radius:8px}.search-box,.top-actions button,.top-actions a,.ghost-button{box-shadow:none;background:#121722;border-color:#dde6ff1f}.search-box:focus-within{border-color:#37d7e9b8;box-shadow:0 0 0 3px #37d7e924}.top-actions button:hover,.top-actions a:hover,.ghost-button:hover{background:#171d2a;border-color:#dde6ff38;transform:none}.top-actions .primary,button.primary,a.primary,.top-actions .primary.cta-gradient,button.primary.cta-gradient,a.primary.cta-gradient{color:#11140d;background:var(--lime);box-shadow:none;border-color:#d8f85dbd}.top-actions .primary:hover,button.primary:hover,a.primary:hover,.top-actions .primary.cta-gradient:hover,button.primary.cta-gradient:hover,a.primary.cta-gradient:hover{color:#11140d;background:#e5ff80;transform:none;box-shadow:0 0 0 3px #d8f85d1f}.forge-panel,.live-build,.social-panel,.reward-board,.game-card,.lesson-card,.creator-card,.site-footer{box-shadow:none;background:#141821;border-color:#dde6ff1a;border-radius:8px}.forge-panel{background:linear-gradient(#171b26,#121722)}.game-card:hover,.lesson-card:hover,.creator-card:hover{box-shadow:none;border-color:#dde6ff33;transform:translateY(-1px)}.home-hero{background:#10131a;border:1px solid #dde6ff1f;border-radius:8px}.home-hero__kicker{background:#08090fa3;border-radius:8px}.home-hero__title,.forge-panel h1,.page-title{letter-spacing:0}.home-hero__title em,.forge-panel h1 em{color:var(--lime);text-shadow:none}.workspace{gap:18px;padding:22px 24px}.topbar{gap:12px}.search-box input{font-size:.9rem}.top-actions{gap:6px}.top-actions button,.top-actions a{padding:0 12px;font-size:.86rem}.top-actions button.icon-only{width:40px;padding:0}.top-actions .primary,button.primary,a.primary,.top-actions .primary.cta-gradient,button.primary.cta-gradient,a.primary.cta-gradient{letter-spacing:.05em;min-height:40px;padding:0 14px;font-size:.82rem}.nav-list a{min-height:38px;padding:0 12px;font-size:.88rem}.nav-sublist{margin-left:24px}.nav-sublist a{min-height:30px;font-size:.78rem}.profile-tile{padding:12px}.page-title,.home-hero__title,.forge-panel h1{font-size:clamp(1.8rem,3vw,2.85rem);line-height:1.02}.page-lede,.home-hero__lede,.forge-lede{font-size:.95rem;line-height:1.5}.hero-eyebrow,.console-kicker,.count-pill{letter-spacing:.12em;font-size:.68rem}.home-hero{min-height:clamp(300px,42vh,470px);margin-bottom:16px}.home-hero__inner{gap:12px;max-width:760px;padding:clamp(24px,4vw,42px)}.home-hero__title{font-size:clamp(2.05rem,4.6vw,4rem);line-height:1.04}.home-hero__lede{max-width:610px;font-size:clamp(.95rem,1.1vw,1.05rem);line-height:1.5}.app-shell{--lime:#d9ff38;--cta-gradient:#d9ff38;--cta-glow:none}.brand{isolation:isolate;position:relative}.brand:before{display:none}.brand-mark--logo,.site-footer__mark img,.game-brand-link img{filter:drop-shadow(0 0 10px #d9ff3880)drop-shadow(0 0 18px #37d7e93d)}.topbar{padding:2px 0}.search-box,.top-actions button,.top-actions a,.top-actions .account-trigger.tier-anon,.ghost-button,.sidebar-contact,.sidebar-toggle{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(#212736eb,#11151feb);border-color:#dde6ff2e;border-radius:16px;box-shadow:inset 0 1px #ffffff14,0 10px 24px #0000003d}.search-box{min-height:46px;padding:0 16px}.top-actions button,.top-actions a,.top-actions button.icon-only,.top-actions .account-trigger.tier-anon{height:44px;min-height:44px}.top-actions button.icon-only{width:44px}.top-actions a.notification-item,.top-actions a.notification-item:hover{align-items:start;height:auto;min-height:72px}.top-actions button:hover,.top-actions a:hover,.ghost-button:hover{background:linear-gradient(#2a3246f5,#151a27f5);border-color:#d9ff385c;transform:translateY(-1px);box-shadow:inset 0 1px #ffffff1a,0 14px 30px #0000004d,0 0 22px #d9ff3814}.top-actions .account-trigger.tier-premium,.top-actions .account-trigger.tier-premium:hover{height:44px;min-height:44px;color:var(--lime);background:#131822b8;border-color:#dde6ff2e;border-radius:16px;padding:0 14px;transform:none;box-shadow:inset 0 1px #ffffff14,0 10px 24px #0000003d}.account-tier-premium{color:var(--lime);background:#131822b8;border-color:#dde6ff2e}.top-actions .primary,button.primary,a.primary,.top-actions .primary.cta-gradient,button.primary.cta-gradient,a.primary.cta-gradient{color:#101403;background:var(--lime);min-height:44px;box-shadow:none;border-color:#f4ff6fb3;border-radius:18px;padding:0 18px}.top-actions .primary:hover,button.primary:hover,a.primary:hover,.top-actions .primary.cta-gradient:hover,button.primary.cta-gradient:hover,a.primary.cta-gradient:hover{color:#101403;background:var(--lime);filter:brightness(1.05)saturate(1.04);box-shadow:none;transform:translateY(-1px)scale(1.01)}.nav-list a,.nav-sublist a{border-radius:16px}.nav-list a.active{color:var(--lime);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#131822ad;border-color:#dde6ff24;box-shadow:inset 0 0 0 1px #dde6ff24}.nav-sublist a.active{color:var(--lime);background:#131822ad;box-shadow:inset 0 0 0 1px #dde6ff24}.profile-tile,.forge-panel,.live-build,.social-panel,.reward-board,.game-card,.lesson-card,.creator-card,.site-footer,.home-hero{border-radius:22px;box-shadow:0 18px 56px #00000047,inset 0 1px #ffffff0f}.forge-panel,.live-build,.social-panel,.reward-board{background:radial-gradient(circle at 12% 0,#d9ff3824,#0000 34%),radial-gradient(circle at 88% 10%,#37d7e91f,#0000 32%),linear-gradient(145deg,#1c2130 0%,#121724 58%,#10131c 100%);border-color:#dde6ff26}.forge-panel:before{opacity:.85;-webkit-mask-image:linear-gradient(#000000b3,#0000 72%);mask-image:linear-gradient(#000000b3,#0000 72%)}.game-card,.lesson-card,.creator-card{background:linear-gradient(#1c212ff5,#10141efa);border-color:#dde6ff24}.game-card:hover,.lesson-card:hover,.creator-card:hover{border-color:#d9ff3847;transform:translateY(-3px);box-shadow:0 20px 52px #00000057,0 0 32px #d9ff3814}.home-hero{background:linear-gradient(135deg,#d9ff381f,#f04fc914 38%,#37d7e91a),#0b0d14;border-color:#d9ff3829}.home-hero:after{content:"";z-index:1;pointer-events:none;border-radius:inherit;mix-blend-mode:screen;opacity:.7;background:linear-gradient(135deg,#d9ff3833,#0000 32%,#37d7e924 68%,#0000);position:absolute;inset:0}.home-hero__overlay{background:radial-gradient(circle at 18% 16%,#d9ff3833,#0000 36%),radial-gradient(circle at 78% 14%,#f04fc93d,#0000 42%),linear-gradient(90deg,#08090fb3,#08090f38 55%,#08090fad)}.home-hero__kicker{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#08090f9e;border-radius:999px;box-shadow:inset 0 1px #ffffff14,0 0 24px #d9ff381f}.home-hero__title em,.forge-panel h1 em{color:var(--lime);background:0 0;-webkit-background-clip:initial;background-clip:initial}.home-hero__cta .primary,.home-hero__cta .ghost-button{border-radius:18px;min-height:46px;padding:0 18px;font-size:.88rem}.home-hero__cta .ghost-button{color:#f7fbff;background:0 0;border-color:#ffffff8a;box-shadow:inset 0 1px #ffffff14,0 10px 24px #0000002e}.home-hero__cta .ghost-button:hover,.home-hero__cta .ghost-button:focus-visible{color:#fff;background:#ffffff0f;border-color:#d9ff38b8;box-shadow:inset 0 1px #ffffff1f,0 12px 28px #00000038,0 0 0 2px #d9ff381a}.top-actions .mobile-search-trigger{display:none}.top-actions .coin-pill{width:44px;min-width:44px;color:var(--muted);gap:0;padding:0;font-size:0}.top-actions .coin-pill svg{width:18px;height:18px}@media (width<=1180px){.top-actions .mobile-search-trigger{display:inline-flex}}.forge-panel h1 em{color:var(--lime);background:0 0;-webkit-background-clip:initial;background-clip:initial}.forge-panel textarea:focus,.asset-provider-select select:focus{border-color:var(--lime);box-shadow:0 0 0 3px #d9ff3824}.mode-tab.active{color:#101403;background:var(--lime);border-color:var(--lime)}.starter-row button{background:#0d111994;border-style:solid;border-color:#dde6ff24}.forge-controls input[type=range],.create-mobile-knobs input[type=range]{accent-color:var(--lime)}.command-grid--solo{display:block}.forge-panel{box-shadow:none;counter-reset:section;background:0 0;border:1px solid #dde6ff14;border-radius:24px;padding:56px 64px 40px;position:relative;overflow:visible}.forge-panel:before{content:none}.forge-panel>*{position:relative}.forge-panel h1{letter-spacing:-.025em;max-width:18ch;color:var(--ink);margin:0;font-size:clamp(2.4rem,4.2vw,3.6rem);font-weight:800;line-height:.98}.forge-panel h1 em{color:var(--lime);background:0 0;-webkit-background-clip:initial;background-clip:initial;font-style:italic;font-weight:800}.forge-panel h1:before{content:"01 / Prompt";font-family:var(--mono);letter-spacing:.22em;text-transform:uppercase;color:var(--dim);margin-bottom:18px;font-size:.7rem;font-weight:600;display:block}.forge-panel h1:after{content:"";background:#dde6ff1a;width:100%;height:1px;margin:24px 0 0;display:block}.forge-lede{display:none}.forge-panel textarea{width:100%;min-height:132px;color:var(--ink);border:1px solid #dde6ff1f;border-left:2px solid var(--lime);font-family:var(--display,var(--body));letter-spacing:-.005em;resize:none;background:#dde6ff08;border-radius:14px;margin-top:20px;padding:20px 22px 22px;font-size:1.15rem;line-height:1.5;transition:border-color .2s,background .2s,box-shadow .2s;display:block}.forge-panel textarea::placeholder{color:var(--dim)}.forge-panel textarea:hover{background:#dde6ff0d}.forge-panel textarea:focus{border-color:#d9ff388c;border-left-color:var(--lime);background:#dde6ff0d;outline:none;box-shadow:0 0 0 4px #d9ff3814}.forge-attach-row{flex-wrap:wrap;align-items:center;gap:12px;margin-top:18px;display:flex}.forge-attach-btn,.sprite-toggle{background:0 0;border:1px solid #dde6ff24;border-radius:999px;min-height:34px;padding:6px 14px;font-size:.78rem}.sprite-toggle small{display:none}.mode-row{background:#dde6ff0a;border:1px solid #dde6ff14;border-radius:999px;gap:4px;width:auto;margin-top:56px;padding:4px;display:inline-flex;position:relative}.mode-row:before{content:"02 / Style";font-family:var(--mono);letter-spacing:.22em;text-transform:uppercase;color:var(--dim);font-size:.7rem;font-weight:600;position:absolute;top:-28px;left:4px}.mode-tab{letter-spacing:0;min-height:32px;color:var(--muted);background:0 0;border:0;border-radius:999px;flex:none;padding:8px 16px;font-size:.78rem;font-weight:600}.mode-tab.active{background:var(--lime);color:#101403;border:0}.mode-tab.is-disabled{color:#aeb7c88c;cursor:not-allowed;opacity:.72}.mode-tab.is-disabled:hover,.mode-tab.is-disabled:focus-visible{color:#dde6ffb3;background:#dde6ff0d}.starter-section{margin-top:44px;padding-top:24px;position:relative}.starter-section:before{content:"03 / Inspiration";font-family:var(--mono);letter-spacing:.22em;text-transform:uppercase;color:var(--dim);font-size:.7rem;font-weight:600;position:absolute;top:0;left:0}.starter-row{scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x proximity;flex-wrap:nowrap;grid-template-columns:none;gap:8px;margin-top:0;padding-bottom:4px;display:flex;position:relative;overflow:auto hidden;-webkit-mask-image:linear-gradient(90deg,#000 0 calc(100% - 32px),#0000 100%);mask-image:linear-gradient(90deg,#000 0 calc(100% - 32px),#0000 100%)}.starter-row::-webkit-scrollbar{display:none}.starter-row:before{content:none}.starter-row button{text-align:left;max-width:260px;min-height:32px;color:var(--muted);white-space:nowrap;text-overflow:ellipsis;scroll-snap-align:start;background:0 0;border:1px solid #dde6ff24;border-radius:999px;flex:none;padding:8px 14px;font-size:.78rem;font-weight:500;line-height:1.2;transition:color .18s,border-color .18s;overflow:hidden}.starter-row button:hover{color:var(--ink);background:0 0;border-color:#d9ff3880}.forge-controls{border-top:1px solid #dde6ff1a;align-items:end;gap:14px 24px;margin-top:64px;padding-top:30px;position:relative}.forge-controls.forge-controls--with-provider{grid-template-columns:minmax(0,1fr) auto auto;grid-template-areas:"chaos provider actions""status status status"}.forge-controls .chaos-control,.forge-controls .provider-select,.forge-controls .forge-buttons{align-self:end}.forge-controls:before{content:"03 / Ship";font-family:var(--mono);letter-spacing:.22em;text-transform:uppercase;color:var(--dim);font-size:.7rem;font-weight:600;position:absolute;top:-28px;left:0}.forge-controls .chaos-control,.forge-controls .provider-select,.forge-controls .forge-buttons{align-self:center}.forge-controls .provider-select small,.forge-controls .provider-select .provider-hint,.forge-controls .provider-hint{display:none}.forge-panel>.quota-row:not(.quota-row-locked){max-width:100%;margin-top:14px}.forge-buttons .generate-button{letter-spacing:.04em;font-weight:700;background:var(--lime)!important;color:#101403!important;border:1px solid var(--lime)!important;box-shadow:none!important;border-radius:999px!important}.forge-buttons .generate-button:hover{box-shadow:none!important;background:#c4ee2c!important}.forge-buttons .ghost-button{color:var(--ink);box-shadow:none!important;background:0 0!important;border:1px solid #dde6ff29!important;border-radius:999px!important}@media (width<=720px){.forge-panel{border-radius:18px;padding:32px 24px 28px}.forge-panel h1{font-size:clamp(1.9rem,8vw,2.4rem)}.forge-panel textarea{font-size:1.1rem}}.forge-panel .quota-row:not(.quota-row-locked){color:var(--dim);letter-spacing:.02em;background:0 0;border:0;border-radius:0;margin-top:18px;padding:0;font-size:.78rem}.forge-panel .quota-row:not(.quota-row-locked) strong{color:var(--ink)}.live-ticker{width:100%;max-width:720px;height:32px;font-family:var(--mono);letter-spacing:.16em;text-transform:uppercase;color:var(--muted);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#08070db8;border:1px solid #d9ff382e;border-radius:6px;align-items:stretch;font-size:.72rem;display:flex;position:relative;overflow:hidden}.live-ticker__viewport{flex:1;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 24px calc(100% - 32px),#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 24px calc(100% - 32px),#0000 100%)}.live-ticker__track{white-space:nowrap;will-change:transform;align-items:center;height:100%;animation:48s linear infinite tickerScroll;display:inline-flex}.live-ticker__viewport:hover .live-ticker__track{animation-play-state:paused}@keyframes tickerScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.live-ticker__item{align-items:center;gap:8px;padding:0 4px 0 14px;display:inline-flex}.live-ticker__verb{color:var(--lime);font-weight:700}.live-ticker__body{color:var(--ink);font-weight:600}.live-ticker__meta{color:var(--dim);letter-spacing:.08em;font-weight:500}.live-ticker__sep{color:#d9ff3880;margin-left:8px;font-size:.55rem}@media (prefers-reduced-motion:reduce){.live-ticker__track{animation:none}}@media (width<=720px){.live-ticker{letter-spacing:.12em;max-width:100%;height:28px;font-size:.65rem}}@media (width<=1180px){.mobile-tabbar{padding:0 max(8px, env(safe-area-inset-left)) env(safe-area-inset-bottom) max(8px, env(safe-area-inset-right));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#08070deb;border-top:1px solid #dde6ff14;grid-template-columns:repeat(5,1fr);align-items:stretch;gap:0;display:grid}.mobile-tab,.mobile-tab-center,.mobile-tab.mobile-tab-center{min-height:56px;color:var(--dim);box-shadow:none;font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;background:0 0;border:0;border-radius:0;align-content:center;justify-items:center;gap:4px;margin:0;padding:8px 4px;font-size:.6rem;font-weight:600;transition:color .15s;display:grid;position:relative;transform:none}.mobile-tab svg,.mobile-tab-center svg{color:currentColor;width:20px;height:20px}.mobile-tab:hover,.mobile-tab-center:hover{color:var(--ink);box-shadow:none;background:0 0}.mobile-tab.active,.mobile-tab-center.active{color:var(--lime);box-shadow:none;background:0 0}.mobile-tab.active svg,.mobile-tab-center.active svg{color:var(--lime)}.mobile-tab.active:before,.mobile-tab-center.active:before{content:"";background:var(--lime);height:2px;position:absolute;top:0;left:18%;right:18%}}@media (width<=900px){.forge-controls,.forge-controls.forge-controls--with-provider{grid-template-columns:1fr;grid-template-areas:"chaos""provider""actions""status";gap:18px 0;margin-top:56px}.forge-controls .chaos-control,.forge-controls .provider-select,.forge-controls .forge-buttons{align-self:stretch;width:100%}.forge-controls .forge-buttons{flex-wrap:wrap;gap:10px;display:flex}.forge-controls .forge-buttons .ghost-button{flex:140px}.forge-controls .forge-buttons .generate-button{flex:100%;justify-content:center}}.game-card .thumbnail{border:1px solid #d9ff382e;box-shadow:inset 0 0 0 1px #0a0612e6}.game-card .thumbnail:after{content:"";pointer-events:none;border-radius:inherit;background: linear-gradient(var(--lime), var(--lime)) top left / 14px 2px no-repeat, linear-gradient(var(--lime), var(--lime)) top left / 2px 14px no-repeat, linear-gradient(var(--lime), var(--lime)) bottom right / 14px 2px no-repeat, linear-gradient(var(--lime), var(--lime)) bottom right / 2px 14px no-repeat,  repeating-linear-gradient(to bottom, #0a061200 0, #0a061200 3px, #0a06122e 3px, #0a06122e 4px);mix-blend-mode:normal;opacity:.85;transition:opacity .22s;position:absolute;inset:0}.game-card:hover .thumbnail:after{opacity:1}.content-grid.content-grid--single{grid-template-columns:minmax(0,1fr)}a{color:inherit;text-decoration:none}.page-header{border-bottom:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:end;gap:18px;padding-bottom:8px;display:flex}.page-header>div{flex:320px;min-width:0}.page-header>.primary,.page-header>.ghost-button{flex-shrink:0}.page-title{font-family:var(--display);letter-spacing:-.02em;color:var(--ink);margin:8px 0 0;font-size:clamp(2rem,4.4vw,3.6rem);font-weight:900;line-height:1}.page-lede{max-width:620px;color:var(--muted);margin:12px 0 0;font-size:1rem;line-height:1.55}.section-blurb{color:var(--muted);margin:8px 0 0;font-size:.9rem}.page-header{border-bottom-color:#dde6ff1a;gap:16px;padding-bottom:14px}.page-title{letter-spacing:0;font-size:clamp(1.85rem,3.4vw,3rem)}.page-lede{color:#adb5c7;max-width:680px}.ghost-link,.back-link,.lesson-meta,.game-card-copy span{letter-spacing:.08em}.empty-note,.lesson-card,.creator-card{box-shadow:none;background:#141821;border-color:#dde6ff1a}.lesson-card:hover,.creator-card:hover{box-shadow:none;border-color:#dde6ff33;transform:none}.lane-tabs-wrap a.active{color:#11140d;background:var(--lime)}.ghost-button,.count-pill,.empty-note,.lesson-card,.creator-card,.level-badge,.lane-tabs-wrap a{border-radius:18px}.empty-note,.lesson-card,.creator-card{background:linear-gradient(#1c212ff5,#10141efa);border-color:#dde6ff24;box-shadow:0 16px 42px #00000038,inset 0 1px #ffffff0d}.lesson-card:hover,.creator-card:hover{border-color:#d9ff3842;transform:translateY(-2px);box-shadow:0 18px 46px #00000047,0 0 28px #d9ff3812}.lane-tabs-wrap a.active{color:#101403;background:var(--lime);box-shadow:none}.ghost-link{color:var(--cyan);font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:6px;font-size:.78rem;transition:color .15s;display:inline-flex}.ghost-link:hover{color:var(--lime)}.ghost-button{color:var(--ink);border:1px solid var(--line-strong);font-family:var(--body);cursor:pointer;background:#ffffff0a;border-radius:12px;align-items:center;gap:8px;padding:12px 16px;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.ghost-button:hover{background:#ffffff14;border-color:#d9ff3875}.back-link{color:var(--muted);cursor:pointer;font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;background:0 0;border:0;align-items:center;gap:6px;margin-bottom:4px;font-size:.8rem;display:inline-flex}.back-link:hover{color:var(--ink)}.game-brand-link{width:56px;height:56px;box-shadow:none;background:0 0;border:0;border-radius:0;place-items:center;margin-bottom:4px;margin-left:4px;text-decoration:none;display:inline-grid}.game-brand-link img{object-fit:contain;filter:drop-shadow(0 0 10px #fff00080)drop-shadow(0 0 22px #dc078b80);width:100%;height:100%}.game-brand-link:hover{filter:brightness(1.06)}.count-pill{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--ink);border:1px solid var(--line);background:#ffffff0f;border-radius:999px;padding:6px 12px;font-size:.74rem}.empty-note{color:var(--muted);border:1px dashed var(--line-strong);text-align:center;background:#ffffff05;border-radius:16px;grid-column:1/-1;padding:32px}.empty-note a{color:var(--magenta)}.empty-state{text-align:center;justify-items:center;gap:16px;padding:80px 0;display:grid}.lane-tabs-wrap{flex-wrap:wrap;justify-content:flex-start;gap:8px}.lane-tabs-wrap a{color:var(--muted);border:1px solid var(--line);font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;background:#ffffff08;border-radius:999px;padding:8px 14px;font-size:.74rem;transition:color .15s,background .15s}.lane-tabs-wrap a.active{color:#0a0712;background:var(--cta-gradient);border-color:#0000}.lane-tabs-wrap a:hover{color:var(--ink)}.lane-tabs-wrap a.active:hover{color:#0a0712}.genre-lane{gap:0;display:grid}.game-card a{color:inherit;display:block}.forge-buttons{flex-wrap:nowrap;justify-content:flex-end;gap:10px;display:flex}.control-cta{background:linear-gradient(135deg, var(--magenta), var(--violet))!important;color:#0a0712!important;border-color:#ff2bd680!important}.learn-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.lesson-card{background:var(--panel);border:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:18px;gap:12px;padding:22px;transition:transform .15s,border-color .15s;display:grid}.lesson-card:hover{border-color:var(--line-strong);transform:translateY(-3px)}.lesson-meta{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;flex-wrap:wrap;align-items:center;gap:8px;font-size:.72rem;display:flex}.lesson-topic{color:var(--cyan)}.lesson-duration{color:var(--muted);align-items:center;gap:4px;display:inline-flex}.level-badge{border:1px solid var(--line-strong);border-radius:999px;padding:4px 10px}.level-badge.level-starter{color:var(--lime);border-color:#c8ff2c66}.level-badge.level-builder{color:var(--cyan);border-color:#2ef2ff66}.level-badge.level-pro{color:var(--magenta);border-color:#ff2bd666}.lesson-card h3{font-family:var(--display);color:var(--ink);margin:0;font-size:1.15rem;font-weight:800}.lesson-card p{color:var(--muted);margin:0;font-size:.92rem;line-height:1.5}.lesson-card .ghost-button{justify-self:start}.creator-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;display:grid}.creator-card{background:var(--panel);border:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:18px;gap:14px;padding:18px;transition:transform .15s,border-color .15s,box-shadow .15s;display:flex}.creator-card:hover{border-color:var(--line-strong);transform:translateY(-3px);box-shadow:0 18px 40px #2ef2ff26}.creator-avatar{width:58px;height:58px;font-family:var(--display);color:#0a0712;background:linear-gradient(135deg, var(--magenta), var(--amber));border-radius:16px;flex-shrink:0;place-items:center;font-size:1.4rem;font-weight:900;display:grid;box-shadow:inset 0 0 0 1px #ffffff2e}.creator-avatar.large{border-radius:24px;width:96px;height:96px;font-size:2.2rem}.creator-avatar img,.comment-avatar img,.feed-comment-avatar img,.feed-creator-avatar img{object-fit:cover;object-position:center;border-radius:inherit;width:100%;height:100%}.profile-avatar-edit{align-self:start;justify-items:center;gap:10px;display:grid}.profile-photo-button{border:1px solid var(--line-strong);min-height:34px;color:var(--ink);cursor:pointer;background:#ffffff0d;border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:0 12px;font-size:.82rem;font-weight:800;display:inline-flex}.profile-photo-button:hover:not(:disabled){border-color:var(--lime);color:var(--lime)}.profile-photo-button:disabled{opacity:.6;cursor:not-allowed}.creator-body{gap:4px;min-width:0;display:grid}.creator-body h3{font-family:var(--display);color:var(--ink);margin:0;font-size:1.1rem;font-weight:800}.creator-handle{color:var(--muted);font-family:var(--mono);margin:0;font-size:.78rem}.creator-handle a{color:var(--cyan);transition:color .15s}.creator-handle a:hover{color:var(--lime)}.creator-bio{color:var(--muted);margin:4px 0;font-size:.88rem;line-height:1.45}.creator-stats{font-family:var(--mono);letter-spacing:.06em;color:var(--muted);flex-wrap:wrap;gap:10px;margin-top:4px;font-size:.75rem;display:flex}.creator-stats span{align-items:center;gap:6px;display:inline-flex}.creator-stats.large{gap:18px;margin-top:12px;font-size:.85rem}.creator-hero{background:var(--panel);border:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:22px;grid-template-columns:auto 1fr;gap:28px;padding:28px;display:grid}.profile-shell{background:#130b1f;border:1px solid #ffffff14;border-radius:14px;overflow:hidden;box-shadow:0 18px 60px #00000047}.profile-cover{background-position:50%;background-size:cover;height:clamp(104px,18vw,150px);position:relative}.profile-cover:after{content:"";background:linear-gradient(#05030a14,#130b1fa3);position:absolute;inset:0}.profile-cover-button{z-index:1;min-height:34px;color:var(--lime);cursor:pointer;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#080c127a;border:1px solid #d9ff38b3;border-radius:999px;align-items:center;gap:7px;padding:0 12px;font-weight:900;display:inline-flex;position:absolute;top:16px;right:16px;box-shadow:0 10px 26px #00000052}.profile-cover-button:hover:not(:disabled){background:#d9ff381f}.profile-cover-button:disabled{opacity:.7;cursor:not-allowed}.profile-mainline{z-index:1;grid-template-columns:auto minmax(0,1fr) auto;align-items:end;gap:22px;margin-top:-48px;padding:0 28px 34px;display:grid;position:relative}.profile-shell .profile-avatar-edit{justify-items:start}.profile-shell .creator-avatar.large{border:4px solid #130b1f;border-radius:999px;width:112px;height:112px;box-shadow:0 16px 42px #00000073,inset 0 0 0 1px #ffffff38}.profile-shell .profile-photo-button{background:#ffffff17;min-height:30px;padding:0 11px}.profile-identity{align-content:end;gap:6px;min-width:0;padding-bottom:4px;display:grid}.profile-identity .page-title{margin:0;font-size:clamp(1.8rem,4.6vw,3.2rem);line-height:1}.profile-inline-actions{gap:8px;display:flex}.profile-icon-button{width:32px;height:32px;color:var(--ink);cursor:pointer;background:#ffffff14;border:0;border-radius:999px;place-items:center;display:inline-grid}.profile-icon-button:hover{color:var(--lime);background:#ffffff21}.profile-bio-text{max-width:640px;color:var(--ink);margin:0;font-size:1rem;line-height:1.45}.profile-bio-text.is-empty{color:var(--muted)}.profile-bio-editor{gap:8px;max-width:620px;display:grid}.profile-bio-editor textarea{resize:vertical;width:min(620px,100%);min-height:76px;color:var(--ink);border:1px solid var(--line-strong);font:inherit;background:#08070dbd;border-radius:12px;outline:0;padding:12px 14px;line-height:1.45}.profile-bio-editor textarea:focus{border-color:var(--lime);box-shadow:0 0 0 4px #d9ff3824}.profile-bio-editor>div{flex-wrap:wrap;gap:8px;display:flex}.profile-stat-grid{grid-template-columns:repeat(3,minmax(76px,1fr));align-self:center;gap:24px;min-width:min(290px,36vw);padding:18px 6px 12px 0;display:grid}.profile-stat-grid div{background:0 0;border:0;gap:5px;padding:0;display:grid}.profile-stat-grid span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:800}.profile-stat-grid strong{color:var(--lime);font-family:var(--display);font-size:clamp(1.5rem,3vw,2.3rem);font-weight:950;line-height:.95}.profile-tabs{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#131822b8;border:1px solid #dde6ff24;border-radius:999px;gap:6px;width:fit-content;max-width:100%;margin:20px 0 12px;padding:5px;display:inline-flex;box-shadow:inset 0 1px #ffffff14,0 12px 30px #00000038}.profile-tabs button{min-width:92px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:999px;padding:9px 18px;font-weight:900}.profile-tabs button.is-active{color:var(--lime);background:#ffffff14;box-shadow:inset 0 0 0 1px #dde6ff38}.crop-overlay{z-index:120;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#05070cc7;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.crop-card{width:min(420px,100%);color:var(--ink);background:#111620;border:1px solid #d9ff3838;border-radius:14px;gap:14px;padding:22px;display:grid;position:relative;box-shadow:0 26px 80px #00000075}.crop-card h2{font-family:var(--display);letter-spacing:0;margin:0;font-size:1.5rem}.crop-close{width:34px;height:34px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:999px;place-items:center;display:grid;position:absolute;top:12px;right:12px}.crop-close:hover{color:var(--lime);background:#ffffff12}.crop-preview{border:3px solid var(--lime);background:#05070c;border-radius:999px;width:190px;height:190px;margin-inline:auto;overflow:hidden}.crop-preview img{object-fit:cover;transform-origin:50%;will-change:transform;width:100%;height:100%}.crop-card label{color:var(--muted);gap:7px;font-size:.82rem;font-weight:900;display:grid}.crop-card input[type=range]{accent-color:var(--lime)}.crop-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.crop-actions .primary{color:var(--lime);box-shadow:none;background:#d9ff381a;border-color:#d9ff387a}.crop-actions .primary:hover:not(:disabled){background:#d9ff3829}.profile-games-section{margin-top:0}.profile-section-head{margin-bottom:14px}.profile-empty-state{text-align:center;color:var(--muted);background:#ffffff08;border:1px dashed #ffffff24;border-radius:14px;justify-items:center;gap:10px;padding:44px 18px;display:grid}.profile-empty-state h2{color:var(--ink);margin:0}.profile-empty-state p{max-width:340px;margin:0 0 4px}.profile-name-editor{grid-template-columns:minmax(180px,360px) max-content max-content;align-items:center;gap:10px;width:fit-content;max-width:100%;margin-bottom:6px;display:grid}.profile-name-editor input{width:100%;color:var(--ink);border:1px solid var(--line-strong);font-family:var(--body);background:#08070db3;border-radius:12px;outline:0;padding:12px 14px;font-size:1rem}.profile-name-editor input:focus{border-color:var(--cyan);box-shadow:0 0 0 4px #2ef2ff29}.profile-name-editor .profile-name-action{border-color:var(--line-strong);background:0 0;justify-content:center;width:68px;min-width:0;padding:9px 0}.profile-save-message{color:var(--amber);font-family:var(--mono);margin:8px 0 0;font-size:.78rem;line-height:1.4}.badge-row{flex-wrap:wrap;gap:8px;margin:14px 0;display:flex}.badge-chip{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;color:var(--amber);background:#ffb4361a;border:1px solid #ffb43666;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:.74rem;display:inline-flex}.hero-cta{flex-wrap:wrap;gap:10px;margin-top:8px;display:flex}.hero-cta .primary{border-radius:12px;align-items:center;gap:8px;padding:12px 18px;display:inline-flex}.crew-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px;margin-top:16px;display:grid}.crew-card{border:1px solid var(--line);background:#ffffff08;border-radius:16px;gap:10px;padding:18px;display:grid}.crew-card h3{font-family:var(--display);color:var(--ink);margin:0;font-size:1.1rem;font-weight:800}.crew-card p{color:var(--muted);margin:0;font-size:.9rem}.crew-meta{font-family:var(--mono);letter-spacing:.06em;color:var(--cyan);gap:12px;font-size:.74rem;display:flex}.crew-card .ghost-button{justify-self:start}.game-detail{background:var(--panel);border:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:22px;grid-template-columns:minmax(0,380px) minmax(280px,1fr);justify-content:center;gap:28px;padding:28px;display:grid}.detail-stage{aspect-ratio:9/16;width:100%;max-width:380px;min-height:0;margin-inline:auto}.game-detail-body{align-content:start;gap:14px;display:grid}.game-detail-stats{font-family:var(--mono);color:var(--muted);flex-wrap:wrap;gap:14px;font-size:.82rem;display:flex}.game-detail-stats span{align-items:center;gap:6px;display:inline-flex}.tag-row.inline,.control-row.inline{padding:0}.reward-summary{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;display:grid}.summary-tile{background:var(--panel);border:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:16px;align-items:center;gap:14px;padding:18px;display:flex}.summary-tile>svg{color:var(--lime)}.summary-tile div{gap:2px;display:grid}.summary-tile strong{font-family:var(--display);color:var(--ink);font-size:1.6rem;font-weight:900;line-height:1}.summary-tile span{color:var(--muted);font-size:.82rem}.coming-soon-section{background:#ffffff09;border-style:dashed}.disabled-card{opacity:.72;filter:saturate(.72)}.disabled-card .progress-track span{background:#ffffff2e}.ghost-button:disabled,.primary:disabled,.crew-item button:disabled,button[disabled]{cursor:not-allowed;opacity:.58;filter:saturate(.65);transform:none}.coming-soon-pill:disabled{cursor:default;opacity:.7}.quest-card small{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.72rem}.leaderboard{gap:4px;margin-top:16px;display:grid}.leader-row{border:1px solid var(--line);background:#ffffff08;border-radius:12px;grid-template-columns:60px 1fr auto auto;align-items:center;gap:14px;padding:14px 16px;transition:background .15s,border-color .15s;display:grid}.leader-row:hover{border-color:var(--line-strong);background:#ffffff0f}.leader-rank{font-family:var(--display);color:var(--lime);font-size:1.2rem;font-weight:900}.leader-handle{font-family:var(--display);color:var(--ink);font-weight:700}.leader-metric{font-family:var(--mono);color:var(--muted);font-size:.85rem}.leader-delta{font-family:var(--mono);letter-spacing:.08em;border-radius:999px;padding:4px 10px;font-size:.78rem}.leader-delta.up{color:var(--lime);background:#c8ff2c1a}.leader-delta.down{color:var(--coral);background:#ff64521a}.leader-delta.flat{color:var(--muted);background:#ffffff0a}.activity-feed{gap:8px;display:grid}.activity-row{background:var(--panel);border:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:14px;grid-template-columns:auto 1fr auto auto;align-items:center;gap:14px;padding:16px 18px;display:grid}.activity-avatar{width:42px;height:42px;font-family:var(--display);color:#0a0712;background:linear-gradient(135deg, var(--cyan), var(--lime));border-radius:12px;place-items:center;font-weight:900;display:grid}.activity-row strong{font-family:var(--display);color:var(--ink);font-weight:800}.activity-row p{color:var(--muted);margin:4px 0 0;font-size:.92rem;line-height:1.4}.activity-row span{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--lime);font-size:.74rem}.activity-row small{color:var(--dim);font-family:var(--mono);font-size:.78rem}@media (width<=1180px){.game-detail{grid-template-columns:1fr;gap:18px;padding:16px}.detail-stage{max-width:min(380px,92vw)}.creator-hero{grid-template-columns:1fr}.profile-mainline{grid-template-columns:auto minmax(0,1fr);align-items:end}.profile-stat-grid{grid-column:1/-1;width:100%;min-width:0}.leader-row{grid-template-columns:50px 1fr auto}.leader-metric{display:none}.activity-row{grid-template-columns:auto 1fr}.activity-row span,.activity-row small{grid-column:2;justify-self:start}.page-header{flex-direction:column;align-items:flex-start}.page-header>div{flex:none;width:100%}}@media (width<=720px){.profile-cover{height:112px}.profile-mainline{text-align:center;grid-template-columns:1fr;justify-items:center;gap:14px;padding:0 18px 26px}.profile-shell .profile-avatar-edit{justify-items:center}.profile-shell .creator-avatar.large{width:102px;height:102px}.profile-identity{justify-items:center;padding-bottom:0}.profile-inline-actions{justify-content:center}.profile-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr));padding:12px 0 0}.profile-stat-grid div{justify-items:center}.profile-tabs{justify-content:center;width:100%}.profile-tabs button{flex:1;min-width:0}}@media (width<=1180px){.generated-game-detail{-webkit-backdrop-filter:none;backdrop-filter:none;box-sizing:border-box;background:0 0;border:0;border-radius:0;width:100%;min-width:0;max-width:100%;min-height:100dvh;margin:0;padding:0;display:block;overflow-x:hidden}.generated-game-detail .detail-runtime{aspect-ratio:auto;width:min(100%,56.25dvh);max-width:none;height:100dvh;box-shadow:none;border:0;border-radius:0;margin-inline:auto;overflow:hidden}.generated-game-detail .detail-runtime iframe,.generated-game-detail .runtime-shell{border-radius:0;max-width:100%}.generated-game-detail .game-detail-body{z-index:2;width:100%;min-width:0;max-width:100%;padding:24px 18px calc(28px + env(safe-area-inset-bottom));border-top:1px solid var(--line-strong);box-sizing:border-box;background:linear-gradient(#08070d00,#08070df5 18px),#08070d;border-radius:22px 22px 0 0;gap:14px;margin-top:-18px;position:relative;overflow-x:hidden}.generated-game-detail .page-title,.generated-game-detail .creator-handle,.generated-game-detail .page-lede,.generated-game-detail .game-detail-stats,.generated-game-detail .hero-cta,.generated-game-detail .comments-panel,.generated-game-detail .comment-row,.generated-game-detail .comment-row input,.generated-game-detail .comment-row button,.generated-game-detail .comment-list,.generated-game-detail .comment-list li{box-sizing:border-box;min-width:0;max-width:100%}.generated-game-detail .page-title{overflow-wrap:anywhere;font-size:clamp(2rem,12vw,3.1rem);line-height:1.02}.generated-game-detail .page-lede{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.generated-game-detail .hero-cta .primary,.generated-game-detail .hero-cta .ghost-button{border-radius:11px;min-height:42px;padding:10px 12px;font-size:.86rem}}.spin{animation:.9s linear infinite spin}.error-banner{color:#ffb8b0;background:#ff64521f;border:1px solid #ff645266;border-radius:12px;margin:14px 0 0;padding:12px 14px;font-size:.88rem;line-height:1.45}.quota-row{letter-spacing:.02em;color:#eae3d2c7;background:#2ef2ff0f;border:1px solid #2ef2ff38;border-radius:10px;margin:12px 0 0;padding:9px 12px;font-size:.78rem}.quota-row strong{color:#2ef2ff;font-weight:700}.quota-row a{color:#d4ff00;text-underline-offset:2px;text-decoration:underline}.quota-row-locked{color:#ffd9a0;background:#ff8a3a1f;border-color:#ff8a3a73}.detail-runtime{aspect-ratio:9/16;border:1px solid var(--line-strong);background:#08070d;border-radius:28px;width:100%;max-width:380px;height:auto;margin-inline:auto;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #2ef2ff2e,0 18px 60px #2ef2ff2e,0 0 0 6px #14122099}.detail-runtime iframe{border-radius:22px}.runtime-shell{width:100%;height:100%;min-height:0;position:relative}.runtime-status{z-index:2;max-width:520px;color:var(--ink);border:1px solid var(--line-strong);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);pointer-events:none;background:#08070dd6;border-radius:14px;padding:14px 16px;position:absolute;bottom:18px;left:18px;right:18px;box-shadow:0 18px 50px #0000006b}.runtime-status span{color:var(--cyan);font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;margin-bottom:6px;font-size:.72rem;font-weight:800;display:block}.runtime-status p{color:var(--muted);margin:0;font-size:.9rem;line-height:1.45}.runtime-status-error span,.runtime-status-blank span{color:var(--amber)}.cam-ctl{display:inline-flex;position:relative}.cam-ctl__pill{cursor:pointer}.cam-ctl[data-status=on] .cam-ctl__icon{color:var(--cyan)}.cam-ctl[data-status=starting] .cam-ctl__icon{color:var(--amber);animation:1s ease-in-out infinite rcDotPulse}.cam-ctl[data-status=error] .cam-ctl__icon{color:var(--amber)}.cam-ctl__popover{z-index:6;border:1px solid var(--line-strong);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#08070deb;border-radius:14px;gap:6px;min-width:188px;padding:10px;display:grid;position:absolute;top:50%;right:100%;transform:translate(-10px,-50%);box-shadow:0 18px 50px #00000080}.admin-note,.admin-error,.admin-warning{border:1px solid var(--line);color:var(--muted);background:#ffffff0a;border-radius:10px;margin:16px 0 0;padding:14px 16px}.admin-error{color:#ffb8b0;background:#ff64521a;border-color:#ff64526b}.admin-warning{color:#ffe8a8;background:#ffb4361a;border-color:#ffb43657;gap:4px;display:grid}.admin-warning strong{color:#fff4cc}.admin-shell{gap:18px;margin-top:18px;display:grid}.admin-summary-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;display:grid}.admin-metric,.admin-panel{border:1px solid var(--line);box-shadow:none;background:#141821;border-radius:10px}.admin-metric{gap:8px;min-height:86px;padding:14px;display:grid}.admin-metric span,.admin-panel header span,.admin-table td span,.admin-list span{color:var(--muted);font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem}.admin-metric strong{color:var(--ink);font-family:var(--display);font-size:1.7rem;line-height:1}.admin-metric.highlight{background:#d8f85d14;border-color:#d8f85d73}.admin-section-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px;display:grid}.admin-panel{gap:14px;padding:16px;display:grid}.admin-panel header{justify-content:space-between;align-items:start;gap:12px;display:flex}.admin-panel h2,.admin-panel h3{color:var(--ink);font-family:var(--display);letter-spacing:0;margin:0}.admin-panel h2{font-size:1rem}.admin-panel h3{font-size:.82rem}.admin-status-grid{grid-template-columns:repeat(auto-fit,minmax(96px,1fr));gap:8px;display:grid}.admin-status-grid>div,.admin-list>div{background:#ffffff08;border:1px solid #dde6ff14;border-radius:8px;gap:4px;padding:10px;display:grid}.admin-status-grid strong,.admin-list strong{color:var(--ink);font-family:var(--display);font-size:1rem}.admin-list{gap:8px;display:grid}.admin-list p{color:var(--muted);margin:0}.admin-table-panel{padding:0;overflow:hidden}.admin-table-panel header{padding:16px 16px 0}.admin-table-wrap{overflow:auto}.admin-table{border-collapse:collapse;width:100%;min-width:860px}.admin-table th,.admin-table td{text-align:left;vertical-align:top;border-top:1px solid #dde6ff14;padding:11px 14px;font-size:.86rem}.admin-table th{color:var(--muted);font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;background:#ffffff08;font-size:.68rem}.admin-table td{color:var(--ink)}.admin-table td strong{max-width:280px;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.admin-table td span{text-overflow:ellipsis;text-transform:none;white-space:nowrap;max-width:280px;display:block;overflow:hidden}.cam-ctl__opt{color:var(--ink);font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:10px;grid-template-columns:28px 1fr;align-items:center;gap:10px;padding:8px 10px;font-size:.74rem;transition:border-color .12s,background .12s,color .12s;display:grid}.cam-ctl__opt:hover{border-color:var(--line-strong);background:#ffffff0a}.cam-ctl__opt.is-selected{border-color:var(--cyan);color:var(--cyan);background:#00f5ff14}.cam-ctl__opt-icon{display:inline-flex}.cam-ctl__hint,.cam-ctl__error{font-family:var(--mono);letter-spacing:.04em;color:var(--muted);margin:4px 4px 0;font-size:.62rem;line-height:1.4}.cam-ctl__error{color:var(--amber)}.cam-ctl__allow{color:#041016;background:var(--cyan);min-height:32px;font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border:1px solid #00f5ff80;border-radius:10px;font-size:.66rem;font-weight:900}.cam-ctl__allow:hover{filter:brightness(1.08)}.cam-ctl__allow:active{transform:translateY(1px)}@keyframes rcDotPulse{0%,to{opacity:.45}50%{opacity:1}}.runtime-camera-mini{z-index:4;cursor:grab;touch-action:none;background:#000;border:1px solid #ffffff2e;border-radius:14px;justify-content:center;align-items:center;width:132px;height:99px;display:flex;position:absolute;overflow:hidden;box-shadow:0 14px 32px #00000080}.runtime-camera-mini:active{cursor:grabbing}.runtime-camera-mini__pending{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;color:var(--muted);text-align:center;padding:0 8px;font-size:.62rem}.runtime-camera-stage{z-index:0;pointer-events:none;background:#000;border-radius:22px;position:absolute;inset:0;overflow:hidden}.runtime-camera-stage:after{content:"";pointer-events:none;background:radial-gradient(#0000 42%,#00000038 100%);position:absolute;inset:0}.runtime-camera-stage video{object-fit:cover;width:100%;height:100%;display:block;transform:scaleX(-1)}.runtime-shell--cam-stage{box-shadow:0 0 0 2px #00f5ff47,0 24px 80px #0000008c}.runtime-shell--cam-stage>iframe.runtime-iframe--cam-stage{z-index:1;opacity:1;mix-blend-mode:normal;position:relative}.runtime-camera-badge{z-index:5;pointer-events:none;color:var(--cyan);font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#08070d94;border:1px solid #00f5ff70;border-radius:999px;padding:5px 8px;font-size:.58rem;font-weight:900;position:absolute;top:12px;left:12px;box-shadow:0 10px 24px #00000040}@media (width<=720px){.runtime-camera-mini{width:96px;height:72px}.cam-ctl__popover{min-width:168px}}.iterate-panel{border:1px solid var(--line);background:#ffffff08;border-radius:16px;gap:10px;margin-top:18px;padding:18px;display:grid}.iterate-row{grid-template-columns:1fr auto;align-items:stretch;gap:10px;display:grid}.iterate-row input{color:var(--ink);border:1px solid var(--line-strong);font-family:var(--body);background:#08070db3;border-radius:12px;outline:0;padding:12px 14px;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.iterate-row input:focus{border-color:var(--cyan);box-shadow:0 0 0 4px #2ef2ff2e}.remix-source-prompt{color:var(--muted);border-left:2px solid var(--cyan);background:#ffffff08;border-radius:6px;gap:6px;padding:10px 12px;display:grid}.remix-source-prompt span{color:var(--cyan);font-family:var(--mono);letter-spacing:0;text-transform:uppercase;font-size:.68rem}.remix-source-prompt p{color:var(--muted);font-family:var(--mono);margin:0;font-size:.78rem;line-height:1.4}.comments-panel{border:1px solid var(--line);background:#ffffff08;border-radius:16px;gap:12px;padding:18px;display:grid}.comment-row{grid-template-columns:minmax(120px,.42fr) minmax(180px,1fr) auto;gap:10px;display:grid}.comment-row input{min-width:0;color:var(--ink);border:1px solid var(--line-strong);font-family:var(--body);background:#08070db3;border-radius:12px;outline:0;padding:12px 14px;font-size:.95rem}.comment-row input:focus{border-color:var(--cyan);box-shadow:0 0 0 4px #2ef2ff2e}.comment-note{color:var(--amber);margin:0;font-size:.86rem;line-height:1.4}.comment-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.comment-list li{color:var(--muted);border:1px solid var(--line);background:#ffffff08;border-radius:10px;gap:10px;padding:10px 12px;display:grid}.comment-list li:not(.empty-comment){grid-template-columns:auto minmax(0,1fr);align-items:start}.comment-list li>div:not(.comment-avatar){gap:4px;min-width:0;display:grid}.comment-avatar{color:#08070d;background:linear-gradient(135deg, var(--lime), var(--cyan));border-radius:999px;flex-shrink:0;place-items:center;width:34px;height:34px;font-size:.9rem;font-weight:900;display:grid}.comment-list strong{color:var(--cyan);font-size:.85rem}.comment-list span{line-height:1.45}.comment-list .empty-comment{color:var(--dim)}@media (width<=700px){.iterate-row,.profile-name-editor,.comment-row{grid-template-columns:1fr}}@media (width<=1180px){.generated-game-detail .detail-runtime{aspect-ratio:auto;width:min(100%,56.25dvh);max-width:none;height:100dvh;box-shadow:none;border:0;border-radius:0;margin-inline:auto;overflow:hidden}.generated-game-detail .detail-runtime iframe,.generated-game-detail .runtime-shell{border-radius:0;max-width:100%}}.route-feed .workspace{padding:0;overflow:hidden}.route-feed .topbar{display:none}.feed-shell{z-index:5;background:#04040a;place-items:center;display:grid;position:fixed;inset:0}@media (width>=1181px){.feed-shell{left:240px}}.feed-home-pill{top:calc(12px + env(safe-area-inset-top));z-index:50;color:#fff;-webkit-backdrop-filter:blur(14px);background:#08070d99;border:1px solid #ffffff2e;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:transform .12s,background .12s;display:inline-flex;position:fixed;left:12px}.feed-home-pill:hover{background:#ffffff1f;transform:scale(1.04)}.feed-home-pill:active{transform:scale(.96)}@media (width>=1181px){.feed-home-pill{display:none}}.feed-sound-pill{top:calc(12px + env(safe-area-inset-top));right:calc(12px + env(safe-area-inset-right));z-index:50;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(14px);background:#08070d99;border:1px solid #ffffff2e;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .12s,background .12s,border-color .12s,color .12s;display:inline-flex;position:fixed}.feed-sound-pill:hover{background:#ffffff1f;transform:scale(1.04)}.feed-sound-pill:active{transform:scale(.96)}.feed-sound-pill[aria-pressed=true]{color:#d4ff00;background:#d4ff0014;border-color:#d4ff008c}@media (width>=1181px){.game-sound-pill{top:calc(88px + env(safe-area-inset-top));right:calc(24px + env(safe-area-inset-right))}}@media (width<=1180px){.feed-home-pill,.feed-sound-pill{-webkit-backdrop-filter:none;filter:drop-shadow(0 1px 2px #000000bf)drop-shadow(0 0 8px #00000073);background:0 0;border-color:#0000}.feed-home-pill:hover,.feed-sound-pill:hover,.feed-sound-pill[aria-pressed=true]{background:0 0;border-color:#0000}}.feed-scroll{scroll-snap-type:y mandatory;scroll-behavior:smooth;scrollbar-width:none;width:100%;height:100dvh;overflow-y:scroll}.feed-scroll::-webkit-scrollbar{display:none}.feed-slide{scroll-snap-align:start;scroll-snap-stop:always;place-items:center;width:100%;height:100dvh;padding:0;display:grid;position:relative}.feed-stage{background:#08070d;width:min(100vw,56.25dvh);max-width:none;height:100%;margin-inline:auto;position:relative;overflow:hidden}@media (width>=1181px){.feed-stage{aspect-ratio:9/16;border-radius:28px;width:min(420px,92vw);height:min(92dvh,746.667px);box-shadow:inset 0 0 0 1px #2ef2ff2e,0 24px 80px #00000080,0 0 0 6px #14122099}}.feed-stage .runtime-shell,.feed-stage iframe{border-radius:inherit;width:100%;height:100%}.feed-stage .runtime-status{display:none}.feed-poster{z-index:2;opacity:1;visibility:visible;pointer-events:none;background:#08070d;place-items:center;transition:opacity .52s,visibility .52s;display:grid;position:absolute;inset:0}.feed-poster.has-thumbnail>img{object-fit:cover;opacity:.46;filter:saturate(.9)brightness(.68);width:100%;height:100%;position:absolute;inset:0;transform:scale(1.04)}.feed-poster.is-loading{color:#ffffffc7}.feed-poster.is-ready{opacity:0;visibility:hidden}.feed-loading-panel{z-index:1;background:#08070db8;border:1px solid #ffffff24;border-radius:8px;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:14px;width:min(78%,280px);padding:12px 14px;animation:1.8s ease-in-out infinite feed-loader-breathe;display:grid;position:relative;box-shadow:0 18px 54px #00000057}.feed-loading-panel strong,.feed-loading-panel span{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.feed-loading-panel strong{color:#ffffffeb;letter-spacing:0;font-size:.8rem}.feed-loading-panel span{color:#ffffff9e;margin-top:3px;font-size:.72rem}.feed-loading-thumb{background:#ffffff14;border-radius:8px;place-items:center;width:58px;height:58px;display:grid;overflow:hidden}.feed-loading-thumb img{object-fit:cover;opacity:1;filter:none;width:100%;height:100%;transform:none}.feed-poster-spinner{animation:.9s linear infinite spin}@keyframes feed-loader-breathe{0%,to{opacity:.76;transform:scale(1)}50%{opacity:1;transform:scale(1.025)}}.feed-overlay{pointer-events:none;z-index:3;position:absolute;inset:0}.feed-overlay>*{pointer-events:auto}.feed-tap-catch{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;height:35%;padding:0;position:absolute;top:0;left:0;right:0}.feed-meta{left:14px;right:84px;bottom:calc(124px + env(safe-area-inset-bottom));pointer-events:none;gap:4px;transition:opacity .45s;display:grid;position:absolute}.feed-meta .feed-creator{pointer-events:auto}.feed-overlay.is-hidden .feed-meta{opacity:0}.feed-overlay.is-shown .feed-meta{opacity:1}.feed-kicker{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--lime);text-shadow:0 1px 4px #000000b3;font-size:.7rem}.feed-title{font-family:var(--display);color:#fff;text-shadow:0 2px 10px #000c;margin:0;font-size:clamp(1.4rem,4vw,2rem);font-weight:900;line-height:1.05}.feed-creator{color:#ffffffe6;text-shadow:0 1px 6px #000000b3;font-size:.92rem;font-weight:700;text-decoration:none}.feed-creator:hover{color:var(--cyan)}.feed-actions{right:10px;bottom:calc(164px + env(safe-area-inset-bottom));z-index:4;pointer-events:auto;flex-direction:column;align-items:center;gap:8px;display:flex;position:absolute}.feed-actions .feed-action{color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;flex-direction:column;align-items:center;gap:4px;padding:0;display:flex;position:relative}.feed-actions .feed-action-icon{color:#fff;filter:drop-shadow(0 2px 6px #0000008c);background:0 0;border:0;border-radius:999px;place-items:center;width:44px;height:44px;transition:transform .12s,color .12s,filter .12s;display:grid}.feed-actions .feed-action:hover .feed-action-icon{transform:scale(1.08)}.feed-actions .feed-action:active .feed-action-icon{transform:scale(.94)}.feed-actions .feed-action.is-liked .feed-action-icon,.feed-actions .feed-action.is-saved .feed-action-icon{color:var(--lime,#d4ff00)}.feed-actions .feed-action--next .feed-action-icon{opacity:.82;width:38px;height:38px;animation:1.25s ease-in-out infinite feedNextNudge}.feed-actions .feed-action--next:hover .feed-action-icon,.feed-actions .feed-action--next:focus-visible .feed-action-icon{opacity:1}.feed-like-burst{color:#fff;text-shadow:0 2px 10px #d4ff00e0,0 1px 4px #000000bf;pointer-events:none;font-size:.84rem;font-weight:900;animation:.85s ease-out forwards feedLikeBurst;position:absolute;top:-12px;right:3px}@keyframes feedLikeBurst{0%{opacity:0;transform:translateY(8px)scale(.85)}18%{opacity:1;transform:translate(0,0)scale(1.08)}to{opacity:0;transform:translateY(-28px)scale(1)}}@keyframes feedNextNudge{0%,to{transform:translateY(-2px)}50%{transform:translateY(4px)}}@media (prefers-reduced-motion:reduce){.feed-actions .feed-action--next .feed-action-icon{animation:none}}.feed-sheet-overlay{-webkit-backdrop-filter:blur(6px);z-index:60;background:#0403088c;justify-content:center;align-items:flex-end;animation:.16s ease-out feedSheetFade;display:flex;position:fixed;inset:0}@keyframes feedSheetFade{0%{opacity:0}to{opacity:1}}.feed-sheet{color:#fff;background:#0b0a14;border:1px solid #ffffff0f;border-top-left-radius:22px;border-top-right-radius:22px;flex-direction:column;width:100%;max-width:min(760px,100vw - 24px);height:min(78dvh,720px);animation:.22s cubic-bezier(.2,.7,.2,1) feedSheetSlide;display:flex;box-shadow:0 -16px 60px #0009}@keyframes feedSheetSlide{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.feed-sheet-grab{background:#ffffff38;border-radius:999px;width:44px;height:4px;margin:8px auto 4px}.feed-sheet-tabs{border-bottom:1px solid #ffffff0f;justify-content:center;align-items:center;gap:22px;padding:10px 16px 12px;display:flex;position:relative}.feed-sheet-close{color:#ffffffd9;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:6px;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.feed-sheet-close:hover{background:#ffffff14}.feed-sheet-tab{color:#ffffff73;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:4px 2px;font-size:1rem;font-weight:700;transition:color .12s,border-color .12s}.feed-sheet-tab.is-active{color:#fff;border-bottom-color:#fff}.feed-sheet-body{flex:1;padding:16px;overflow-y:auto}.feed-share-sheet{background:#0a0a0dfa;max-width:min(620px,100vw - 18px);height:auto;max-height:min(72dvh,620px)}.feed-share-head{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px 18px;display:flex}.feed-share-head h2{color:#fff;font-family:var(--display);letter-spacing:0;margin:0;font-size:clamp(1.45rem,5vw,2rem)}.feed-share-head button{color:#ffffffdb;cursor:pointer;background:#ffffff14;border:0;border-radius:999px;place-items:center;width:36px;height:36px;display:grid}.feed-share-body{padding:18px 20px calc(22px + env(safe-area-inset-bottom));gap:14px;display:grid}.feed-share-copy-card{color:#ffffffc7;text-align:left;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff14;border-radius:22px;grid-template-columns:58px minmax(0,1fr) 32px;align-items:center;gap:14px;width:100%;min-height:84px;padding:12px 14px;display:grid}.feed-share-copy-icon{color:#101014;background:#ffffffeb;border-radius:18px;place-items:center;width:56px;height:56px;display:grid}.feed-share-copy-card strong,.feed-share-copy-card small{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.feed-share-copy-card strong{color:#ffffffe0;font-size:1rem;line-height:1.3}.feed-share-copy-card small{color:#ffffff8f;margin-top:4px;font-size:.92rem}.feed-share-status{color:var(--lime);justify-self:start;margin-top:-4px;font-size:.84rem;font-weight:800}.feed-share-primary-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.feed-share-primary{min-height:52px;color:var(--lime);cursor:pointer;background:#ffffff1a;border:1px solid #dde6ff24;border-radius:999px;justify-content:center;align-items:center;gap:9px;padding:0 12px;font-weight:900;text-decoration:none;display:inline-flex}.feed-share-primary--ghost{color:#ffffffdb;background:#ffffff0f}.feed-share-destinations{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding-top:8px;display:grid}.feed-share-destinations button{color:#fff;cursor:pointer;background:0 0;border:0;justify-items:center;gap:8px;min-width:0;display:grid}.feed-share-destinations span{width:58px;height:58px;color:var(--lime);background:#ffffff21;border-radius:20px;place-items:center;font-weight:950;display:grid;box-shadow:inset 0 0 0 1px #ffffff14}.feed-share-destinations strong{color:#ffffffdb;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.82rem;line-height:1.2;overflow:hidden}.feed-sheet-body--comments{flex-direction:column;padding:0;display:flex}.feed-sheet-empty{text-align:center;color:#ffffff8c;flex-direction:column;justify-content:center;align-items:center;gap:8px;height:100%;padding:40px 24px;display:flex}.feed-sheet-empty strong{color:#fff;font-size:1.1rem;font-weight:800}.feed-sheet-empty p{max-width:280px;margin:0;line-height:1.45}.feed-score-list{flex-direction:column;gap:10px;margin:0;padding:4px 0;list-style:none;display:flex}.feed-score-row{background:#ffffff0e;border:1px solid #ffffff13;border-radius:14px;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:48px;padding:10px 12px;display:grid}.feed-score-rank{color:#ffffff8c;font-family:var(--mono);font-size:.82rem;font-weight:800}.feed-score-player{color:#ffffffe6;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-weight:800;overflow:hidden}.feed-score-row strong{color:#fff;font-family:var(--mono);font-size:1rem}.feed-comment-list{flex-direction:column;flex:1;gap:16px;margin:0;padding:14px 16px;list-style:none;display:flex;overflow-y:auto}.feed-comment{gap:12px;display:flex}.feed-comment-avatar{background:linear-gradient(135deg, var(--lime,#d4ff00), var(--cyan,#2ef2ff));color:#08070d;border-radius:999px;flex:0 0 36px;place-items:center;width:36px;height:36px;font-size:.95rem;font-weight:900;display:grid}.feed-creator{align-items:center;gap:7px;display:inline-flex}.feed-creator-avatar{color:#08070d;background:linear-gradient(135deg, var(--lime), var(--cyan));border-radius:999px;place-items:center;width:24px;height:24px;font-size:.72rem;font-weight:900;display:grid;box-shadow:inset 0 0 0 1px #fff3,0 2px 8px #0000006b}.feed-comment-body{flex:1;min-width:0}.feed-comment-meta{align-items:baseline;gap:8px;margin-bottom:2px;display:flex}.feed-comment-meta strong{color:#fff;font-size:.92rem;font-weight:700}.feed-comment-meta span{color:#ffffff73;font-size:.78rem}.feed-comment-delete{color:#ffffffc7;cursor:pointer;background:#ffffff14;border:0;border-radius:999px;place-items:center;width:26px;height:26px;margin-left:auto;display:inline-grid}.feed-comment-delete:hover{color:#fff;background:#ff4d6d33}.feed-comment-body p{color:#ffffffeb;word-wrap:break-word;margin:0;line-height:1.45}.feed-comment-form{padding:12px 14px calc(14px + env(safe-area-inset-bottom));background:#08070dd9;border-top:1px solid #ffffff0f;gap:8px;display:flex}.feed-comment-form input{color:#fff;background:#ffffff0f;border:1px solid #ffffff14;border-radius:999px;outline:none;flex:1;padding:10px 16px;font-size:.95rem}.feed-comment-form input:focus{border-color:#ffffff38}.feed-comment-form input:disabled{cursor:pointer;opacity:.72}.feed-comment-send{color:#08070d;cursor:pointer;background:#fff;border:0;border-radius:999px;place-items:center;width:40px;height:40px;display:grid}.feed-comment-send:disabled{opacity:.45;cursor:not-allowed}.feed-sheet-signin{margin:0 14px calc(12px + env(safe-area-inset-bottom));color:#08070d;cursor:pointer;background:#ffffffeb;border:0;border-radius:999px;padding:11px 16px;font-weight:900}.feed-comment-error{color:#ff8aab;padding:6px 16px 0;font-size:.82rem}.auth-overlay{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overscroll-behavior:contain;background:#030408c2;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0;overflow-y:auto}.auth-card{width:min(480px,100%);color:var(--ink,#f5f3ff);background:#12151d;border:1px solid #2a3040;border-radius:12px;padding:28px 26px 24px;position:relative;overflow:hidden;box-shadow:0 28px 72px #0000008f}.auth-brand{align-items:center;gap:10px;margin:0 42px 18px 0;display:flex}.auth-brand img{object-fit:contain;filter:none;width:42px;height:42px}.auth-brand div{gap:2px;display:grid}.auth-brand span{color:#8e95aa;letter-spacing:.16em;text-transform:uppercase;font-size:.76rem;font-weight:800}.auth-brand strong{color:#39d9e8;letter-spacing:.14em;text-transform:uppercase;font-size:.9rem;font-weight:900}.auth-card h2{letter-spacing:0;max-width:390px;margin:0 0 10px;font-size:clamp(1.5rem,4vw,2.15rem);font-weight:900;line-height:1.12}.auth-blurb{color:#abb2c4;margin:0 0 18px;font-size:.98rem;line-height:1.45}.auth-row{grid-template-columns:minmax(0,1fr) minmax(136px,auto);align-items:stretch;gap:10px;display:grid}.auth-code-row{margin-top:10px}.auth-row input{width:100%;min-width:0;color:var(--ink,#f5f3ff);background:#080b12;border:1px solid #32394a;border-radius:8px;padding:13px 14px;font-size:.98rem}.auth-row input::placeholder{color:#f5f3ff61}.auth-row input:focus{border-color:#39d9e8;outline:none;box-shadow:0 0 0 3px #39d9e82e}.auth-submit{white-space:nowrap;color:#080b12;min-height:48px;font:inherit;cursor:pointer;background:#d8ff2f;border:0;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-weight:900;display:inline-flex}.auth-submit:hover:not(:disabled){background:#e7ff71}.auth-submit:disabled{cursor:not-allowed;opacity:.64;box-shadow:none;transform:none}.auth-ok{color:#d4ff00;margin:12px 0 0;font-size:.85rem}.auth-err{color:#ffb8b0;margin:12px 0 0;font-size:.85rem}.auth-delivery-note{color:#dfe7b5;background:#d8ff2f12;border:1px solid #d8ff2f38;border-radius:8px;margin:10px 0 0;padding:10px 12px;font-size:.82rem;line-height:1.45}.auth-fineprint{color:#838a9e;margin:14px 0 0;font-size:.78rem;line-height:1.5}.auth-close{width:34px;height:34px;color:var(--ink,#f5f3ff);cursor:pointer;background:#1a1f2b;border:1px solid #333a4c;border-radius:50%;font-size:1.4rem;line-height:1;position:absolute;top:14px;right:14px}.auth-close:hover{background:#252c3a}@media (width<=560px){.auth-overlay{padding:calc(18px + env(safe-area-inset-top)) 12px calc(112px + env(safe-area-inset-bottom));justify-content:center;align-items:flex-start}.auth-card{width:min(100%,440px);max-height:calc(100dvh - 132px - env(safe-area-inset-top) - env(safe-area-inset-bottom));border-radius:12px;padding:24px 20px 20px;overflow-y:auto}.auth-brand{margin-right:42px}.auth-row{grid-template-columns:1fr}.auth-submit{width:100%}}@media (width<=560px) and (height<=700px){.auth-overlay{padding-bottom:calc(88px + env(safe-area-inset-bottom))}.auth-card{max-height:calc(100dvh - 106px - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.auth-brand img{width:48px;height:48px}.auth-card h2{font-size:1.38rem}.auth-blurb{margin-bottom:12px;font-size:.9rem}}.tier-chip{letter-spacing:.02em;cursor:pointer;color:#eae3d2;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:1px solid #0000;border-radius:999px;align-items:center;gap:6px;max-width:200px;height:32px;padding:6px 12px;font-size:.78rem;font-weight:600;display:inline-flex;overflow:hidden}.tier-chip.tier-anon{color:#2ef2ff;background:#2ef2ff14;border-color:#2ef2ff59}.tier-chip.tier-anon:hover{background:#2ef2ff26}.tier-chip.tier-free{background:#eae3d214;border-color:#eae3d240}.tier-chip.tier-premium{color:#d4ff00;background:#131822b8;border-color:#dde6ff2e}.link-button{color:#d4ff00;cursor:pointer;text-underline-offset:2px;font:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.link-button:hover{color:#ffd060}
