html,body,#root{min-height:100%;margin:0}body{min-width:320px}a{color:inherit;text-decoration:none}button,a.btn{font:inherit}.app-frame{min-height:100dvh}.app-frame--host{max-width:none;margin:0;padding:0}.btn{cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:.4rem;padding:.75rem 1.15rem;font-weight:600;transition:transform .12s,background .12s,opacity .12s;display:inline-flex}.btn:active{transform:scale(.98)}.btn--primary{background:var(--ink);color:#fffaf3}.btn--primary:hover{background:#3a2e22}.btn--secondary{background:var(--surface);color:var(--ink);box-shadow:inset 0 0 0 1px var(--line)}.btn--secondary:hover{background:var(--surface-muted)}.btn--ghost{color:var(--ink-soft,#5c4f42);background:0 0}.btn--ghost:hover{background:#2a21180f}:root{--ink:#2a2118;--ink-soft:#5c4f42;--surface:#fffaf3;--surface-muted:#f0e4d4;--line:#2a21181f;--bg:#f4ebe0;--success:#3f6b4a;--success-soft:#d7e8db;--font:"Segoe UI", system-ui, -apple-system, sans-serif;font-family:var(--font);color:var(--ink);background:var(--bg)}.play{flex-direction:column;min-height:100dvh;margin:0;padding:.65rem .65rem .85rem;display:flex}.play--host{min-height:100dvh;margin:0;padding:.65rem .65rem .85rem}.play__header{flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:.65rem;display:flex}.play__back{color:var(--ink-soft);padding:.35rem .15rem;font-weight:600}.play__back:hover{color:var(--ink)}.play__timer{font-variant-numeric:tabular-nums;color:var(--ink-faint);text-align:right;text-overflow:ellipsis;white-space:nowrap;max-width:55%;font-size:.85rem;font-weight:600;overflow:hidden}.play__stage{border-radius:calc(var(--radius) + 4px);min-height:0;box-shadow:var(--shadow);border-top:5px solid var(--play-accent,var(--accent));background:#120e14;flex:1;position:relative;overflow:hidden}.play__iframe{background:#000;border:0;width:100%;height:100%;min-height:min(70dvh,640px);display:block}.play__loading,.play__error{z-index:2;text-align:center;background:color-mix(in srgb, var(--surface) 92%, transparent);color:var(--ink);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:1.5rem;display:flex;position:absolute;inset:0}.play__loading-bar{background:var(--surface-muted);border-radius:999px;width:min(220px,70%);height:8px;overflow:hidden}.play__loading-bar-fill{background:var(--play-accent,var(--accent));height:100%;transition:width .15s}.play__loading-meta,.play__error-detail{color:var(--ink-faint);word-break:break-word;font-size:.85rem}.play__toasts{z-index:4;pointer-events:none;flex-direction:column;gap:.4rem;max-width:min(240px,70%);display:flex;position:absolute;top:.65rem;right:.65rem}.play__toast{color:#f3ebf7;border:1px solid var(--play-accent,var(--accent));background:#1e1824f0;border-radius:12px;flex-direction:column;gap:.15rem;padding:.55rem .75rem;font-size:.85rem;display:flex;box-shadow:0 8px 20px #00000040}.play__toast-kind{text-transform:uppercase;letter-spacing:.06em;color:var(--play-accent,#e8a54b);font-size:.68rem;font-weight:700}.play__toast-body{color:#cbbfd6;font-size:.78rem}:root{--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--safe-x:max(env(safe-area-inset-left,0px), env(safe-area-inset-right,0px));--gap:.65rem;--tile-min:4.5rem;-webkit-tap-highlight-color:transparent;font-family:Courier New,ui-monospace,monospace}*,:before,:after{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:#f2f1ec;width:100%;max-width:100vw;min-height:100dvh;overflow:hidden}button{font:inherit;color:inherit;cursor:pointer;touch-action:manipulation;background:0 0;border:none;padding:0}h1,h2,p{margin:0}.desk{width:100%;min-height:100svh}.pixel-icon{width:100%;height:100%;image-rendering:pixelated;background:#0a0806;grid-template-rows:repeat(8,1fr);grid-template-columns:repeat(8,1fr);display:grid}.pixel-icon__cell--d{background:var(--d)}.pixel-icon__cell--m{background:var(--m)}.pixel-icon__cell--l{background:var(--l)}.pixel-icon__cell--x{background:0 0}.game-detail{height:100%;min-height:0;padding:.7rem max(.75rem, var(--safe-x)) .85rem;box-sizing:border-box;flex-direction:column;gap:.85rem;display:flex;position:relative}.game-detail__body{text-align:center;flex-direction:column;flex:auto;align-items:center;gap:.65rem;min-height:0;padding:.5rem 1.5rem 0;display:flex}.game-detail__title{letter-spacing:.03em;margin:.35rem 0 0;font-size:1.45rem;font-weight:700;line-height:1.15}.game-detail__blurb{max-width:22rem;color:var(--wood,#5c3d28);margin:0;font-size:.9rem;line-height:1.45}.game-detail__meta{letter-spacing:.1em;text-transform:uppercase;color:var(--ink,#2a1f14);margin:0;font-size:.68rem;font-weight:700}.game-detail__play{background:var(--ink,#2a1f14);width:100%;min-height:3.15rem;color:var(--felt,#e8d5b5);letter-spacing:.16em;border:3px solid var(--wood-deep,#3d2818);flex:none;margin-top:auto;font-size:.88rem;font-weight:700;box-shadow:3px 3px #3d28182e}.game-detail__play:disabled{opacity:.45;cursor:not-allowed}.game-detail__play:not(:disabled):active{transform:translate(1px,1px);box-shadow:1px 1px #3d28182e}.desktop-shell .game-detail{gap:1rem;padding:1.35rem 1.4rem 1.4rem}.desktop-shell .game-detail__title{font-size:1.5rem}.desktop-shell .game-detail__blurb{max-width:24rem;font-size:.92rem}.desktop-shell .game-detail__play{min-height:3.25rem}.builder-detail__body{align-items:center;width:100%}.builder-detail__avatar{aspect-ratio:1;color:#1a1a1e;border:1px solid #14141c1f;place-items:center;width:min(42vw,7.5rem);font-size:1.75rem;font-weight:800;display:grid}.desktop-shell .builder-detail__avatar{width:6.5rem}.builder-detail__games{text-align:left;width:100%;margin-top:.35rem}.builder-detail__game-list{flex-direction:column;gap:.35rem;max-height:14rem;margin:.35rem 0 0;padding:0;list-style:none;display:flex;overflow-y:auto}.builder-detail__game-row{width:100%;color:inherit;text-align:left;cursor:pointer;background:#14141c08;border:1px solid #14141c1a;grid-template-columns:2.5rem 1fr;align-items:center;gap:.55rem;padding:.35rem .4rem;display:grid}.builder-detail__game-icon{background:#14141a;width:2.5rem;height:2.5rem;padding:10%;overflow:hidden}.builder-detail__game-copy{flex-direction:column;gap:.1rem;min-width:0;display:flex}.builder-detail__game-title{white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:700;overflow:hidden}.builder-detail__game-meta{opacity:.65;font-size:.68rem}.theme-playkiln .game-detail{background:var(--surface-2);height:auto;min-height:100%;color:var(--ink);gap:0;padding:0}.theme-playkiln .game-detail__hero{background:#101117;flex:none;height:13.25rem;position:relative;overflow:hidden}.theme-playkiln .game-detail__hero-art{padding:8% 29%;position:absolute;inset:0}.theme-playkiln .game-detail__hero-art .pixel-icon{box-shadow:0 20px 50px #00000061}.theme-playkiln .game-detail__hero-shade{background:radial-gradient(circle at 50% 40%,#0000 15%,#07080c2e 60%,#07080cad 100%);position:absolute;inset:0}.theme-playkiln .game-detail__status{color:#f4f2eb;letter-spacing:.055em;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#101218c7;border-radius:7px;align-items:center;gap:.35rem;padding:.34rem .5rem;font-size:.59rem;font-weight:800;display:flex;position:absolute;bottom:.8rem;left:.85rem}.theme-playkiln .game-detail__status i{background:#ddf247;border-radius:50%;width:.4rem;height:.4rem;box-shadow:0 0 0 3px #ddf2471f}.theme-playkiln .game-detail__hero-actions{gap:.35rem;display:flex;position:absolute;top:.65rem;right:.65rem}.theme-playkiln .game-detail__hero-actions button,.theme-playkiln .builder-detail__cover button{color:#f4f2eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#101218b3;border-radius:9px;place-items:center;width:2.15rem;height:2.15rem;transition:background .14s,transform .1s;display:grid}.theme-playkiln .game-detail__hero-actions button:hover,.theme-playkiln .builder-detail__cover button:hover{background:#22252ff2}.theme-playkiln .game-detail__hero-actions button:active{transform:translateY(1px)}.theme-playkiln .game-detail__body{text-align:left;flex:none;align-items:stretch;gap:1rem;padding:1.15rem 1.15rem 1.35rem}.theme-playkiln .game-detail__text{width:100%}.theme-playkiln .game-detail__title{color:var(--ink);letter-spacing:-.04em;margin:0;font-size:1.55rem;font-weight:790}.theme-playkiln .game-detail__blurb{max-width:none;color:var(--ink-muted);margin-top:.4rem;font-size:.82rem;line-height:1.5}.theme-playkiln .game-detail__meta{color:var(--ink-muted);letter-spacing:0;text-transform:none;font-size:.65rem}.theme-playkiln .game-social{flex-direction:column;gap:.9rem;display:flex}.theme-playkiln .game-awards{background:linear-gradient(135deg,#8b64d81a,#ddf2470f);border:1px solid #8b64d833;border-radius:11px;flex-direction:column;gap:.45rem;width:100%;padding:.7rem;display:flex}.theme-playkiln .game-awards__heading{color:#7950c4;align-items:center;gap:.5rem;display:flex}.theme-playkiln .game-awards__heading>span{flex-direction:column;gap:.05rem;display:flex}.theme-playkiln .game-awards__heading strong{color:var(--ink);font-size:.7rem}.theme-playkiln .game-awards__heading small{color:var(--ink-muted);font-size:.55rem}.theme-playkiln .game-award{border:1px solid var(--line);background:var(--surface);border-radius:8px;padding:.52rem 3.5rem .52rem .6rem;position:relative}.theme-playkiln .game-award>span{color:var(--ink);font-size:.66rem;font-weight:800}.theme-playkiln .game-award p{color:var(--ink-muted);margin:.12rem 0 0;font-size:.56rem;line-height:1.35}.theme-playkiln .game-award>small{color:#7950c4;letter-spacing:.04em;text-transform:uppercase;font-size:.48rem;font-weight:800;position:absolute;top:.55rem;right:.55rem}.theme-playkiln .game-builder{border:1px solid var(--line);background:var(--surface);border-radius:12px;grid-template-columns:2.6rem 1fr auto;align-items:center;gap:.65rem;padding:.65rem;display:grid}.theme-playkiln .game-builder__avatar{color:#0a0e14d9;border-radius:10px;place-items:center;width:2.6rem;height:2.6rem;font-size:.72rem;font-weight:850;display:grid}.theme-playkiln .game-builder__identity{text-align:left;flex-direction:column;gap:.08rem;min-width:0;display:flex}.theme-playkiln .game-builder__identity strong{color:var(--ink);font-size:.74rem}.theme-playkiln .game-builder__identity span{color:var(--ink-muted);text-transform:capitalize;font-size:.6rem}.theme-playkiln .game-builder__follow{border:1px solid var(--line);color:var(--ink);border-radius:8px;padding:.4rem .58rem;font-size:.61rem;font-weight:760}.theme-playkiln .game-builder__follow:hover{background:var(--chip-hover)}.theme-playkiln .game-builder__follow.is-on{color:#7950c4;background:#8b64d81c;border-color:#8b64d84d}.theme-playkiln .game-social__metrics{grid-template-columns:repeat(3,1fr);gap:.4rem;display:grid}.theme-playkiln .game-social__metrics>span{border:1px solid var(--line);background:var(--surface);text-align:center;border-radius:10px;flex-direction:column;gap:.14rem;padding:.62rem .5rem;display:flex}.theme-playkiln .game-social__metrics strong{color:var(--ink);font-size:.8rem;font-style:normal}.theme-playkiln .game-social__metrics small{color:var(--ink-muted);font-size:.56rem}.theme-playkiln .game-social__actions{grid-template-columns:1fr 1fr;gap:.45rem;display:grid}.theme-playkiln .game-social__actions button{border:1px solid var(--line);min-height:2.5rem;color:var(--ink-muted);border-radius:9px;justify-content:center;align-items:center;gap:.4rem;font-size:.68rem;font-weight:720;display:flex}.theme-playkiln .game-social__actions button:hover{background:var(--chip-hover);color:var(--ink)}.theme-playkiln .game-social__actions button.is-on{color:#7950c4;background:#8b64d81c;border-color:#8b64d847}.theme-playkiln .game-social__actions button.is-on svg{fill:currentColor}.theme-playkiln .game-progress{background:linear-gradient(135deg,#cadd361f,#8b64d812);border-radius:11px;grid-template-columns:2.4rem 1fr;align-items:center;gap:.65rem;padding:.72rem;display:grid}.theme-playkiln .game-progress__icon{color:#7d8e14;background:#cadd3630;border-radius:9px;place-items:center;width:2.4rem;height:2.4rem;display:grid}.theme-playkiln .game-progress>span:last-child{flex-direction:column;gap:.08rem;display:flex}.theme-playkiln .game-progress small{color:var(--ink-muted);letter-spacing:.07em;text-transform:uppercase;font-size:.54rem;font-weight:780}.theme-playkiln .game-progress strong{color:var(--ink);font-size:.72rem}.theme-playkiln .game-progress em{color:var(--ink-muted);font-size:.59rem;font-style:normal}.theme-playkiln .comments-lock{border:1px solid var(--line);text-align:left;background:0 0;border-radius:10px;justify-content:space-between;align-items:center;margin:0;padding:.65rem .72rem;display:flex}.theme-playkiln .comments-lock>span:first-child{flex-direction:column;gap:.1rem;display:flex}.theme-playkiln .comments-lock strong{color:var(--ink);font-size:.68rem}.theme-playkiln .comments-lock small{color:var(--ink-muted);font-size:.57rem}.theme-playkiln .game-detail__footer{z-index:5;padding:.75rem 1.15rem max(.85rem, var(--safe-bottom));border-top:1px solid var(--line);background:color-mix(in srgb, var(--surface-2) 94%, transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);gap:.5rem;margin-top:auto;display:flex;position:sticky;bottom:0}.theme-playkiln .game-detail__full{border:1px solid var(--line);min-height:3.05rem;color:var(--ink);border-radius:11px;flex:0 0 7.25rem;font-size:.68rem;font-weight:760}.theme-playkiln .game-detail__full:hover{background:var(--chip-hover)}.theme-playkiln .game-detail__play{color:#14170c;letter-spacing:-.01em;text-transform:none;background:#ddf247;border:0;border-radius:11px;flex:1;justify-content:center;align-items:center;gap:.45rem;width:auto;min-height:3.05rem;margin:0;font-size:.76rem;font-weight:820;display:flex;box-shadow:0 8px 22px #9bb21826}.theme-playkiln .game-detail__play:not(:disabled):hover{background:#e8fa60}.theme-playkiln .game-detail__play:not(:disabled):active{transform:translateY(1px);box-shadow:0 4px 12px #9bb2181f}.theme-playkiln .game-detail__play:disabled{background:var(--surface-3);color:var(--ink-muted);box-shadow:none}.theme-playkiln .builder-detail__cover{flex:none;height:7.5rem;position:relative;overflow:hidden}.theme-playkiln .builder-detail__cover:after{content:"";background:radial-gradient(circle at 25% 15%,#ffffff2e,#0000 34%),linear-gradient(#0000,#00000052);position:absolute;inset:0}.theme-playkiln .builder-detail__cover>span{z-index:1;color:#ffffffc7;letter-spacing:.08em;text-transform:uppercase;font-size:.57rem;font-weight:800;position:absolute;bottom:.7rem;left:.85rem}.theme-playkiln .builder-detail__cover button{z-index:2;position:absolute;top:.65rem;right:.65rem}.theme-playkiln .builder-detail__body{padding-top:3.25rem;position:relative}.theme-playkiln .builder-detail__avatar{z-index:2;border:4px solid var(--surface-2);border-radius:18px;width:5.5rem;font-size:1.25rem;position:absolute;top:-2.75rem;left:1.15rem;box-shadow:0 8px 22px #00000026}.theme-playkiln .builder-detail__identity{justify-content:space-between;align-items:flex-start;gap:.6rem;display:flex}.theme-playkiln .builder-detail__identity .game-detail__meta{margin-top:.2rem}.theme-playkiln .builder-badge{color:#7950c4;letter-spacing:.06em;text-transform:uppercase;background:#8b64d81f;border-radius:6px;padding:.25rem .42rem;font-size:.54rem;font-weight:800}.theme-playkiln .builder-detail__metrics{grid-template-columns:repeat(4,1fr);width:100%}.theme-playkiln .builder-detail__games{margin-top:.25rem}.theme-playkiln .builder-detail__section-head{justify-content:space-between;align-items:flex-end;margin-bottom:.55rem;display:flex}.theme-playkiln .builder-detail__section-head>div{flex-direction:column;gap:.08rem;display:flex}.theme-playkiln .builder-detail__section-head strong{color:var(--ink);font-size:.78rem}.theme-playkiln .builder-detail__section-head span,.theme-playkiln .builder-detail__section-head small{color:var(--ink-muted);font-size:.57rem}.theme-playkiln .builder-detail__game-list{grid-template-columns:1fr 1fr;gap:.5rem;max-height:none;display:grid;overflow:visible}.theme-playkiln .builder-detail__game-row{border:1px solid var(--line);background:var(--surface);border-radius:10px;flex-direction:column;align-items:stretch;gap:.4rem;height:100%;padding:.45rem;display:flex;position:relative}.theme-playkiln .builder-detail__game-row:hover{background:var(--chip-hover);border-color:#8b64d84d}.theme-playkiln .builder-detail__game-icon{aspect-ratio:1.65;border-radius:7px;width:100%;height:auto;padding:15% 31%}.theme-playkiln .builder-detail__game-copy{padding:0 .12rem .12rem}.theme-playkiln .builder-detail__game-title{font-size:.68rem}.theme-playkiln .builder-detail__game-meta{font-size:.56rem}.theme-playkiln .builder-detail__game-award{color:#7950c4;align-items:center;gap:.2rem;font-size:.52rem;font-weight:750;display:flex}.theme-playkiln .builder-detail__game-row>svg{display:none}.theme-playkiln .builder-detail__footer .game-detail__play{flex:1}.theme-playkiln .builder-detail__footer .game-detail__play.is-on{color:#7950c4;box-shadow:none;background:#8b64d81a;border:1px solid #8b64d840}.theme-playkiln .builder-detail__footer>a{border:1px solid var(--line);color:var(--ink);border-radius:11px;flex:.7;justify-content:center;align-items:center;gap:.35rem;font-size:.68rem;font-weight:750;text-decoration:none;display:flex}.theme-playkiln .builder-detail__footer>a:hover{background:var(--chip-hover)}@media (width<=1099px){.theme-playkiln .game-detail__hero{height:11rem}.theme-playkiln .game-detail__body,.theme-playkiln .game-detail__footer{padding-inline:max(1rem, var(--safe-x))}.theme-playkiln .builder-detail__metrics{grid-template-columns:repeat(2,1fr)}}.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}.global-search__field,.global-search__open{border:1px solid var(--line);background:var(--surface-2);width:min(32rem,100%);min-height:2.75rem;color:var(--ink-muted);border-radius:12px;align-items:center;gap:.65rem;padding:.55rem .8rem;transition:border-color .14s,box-shadow .14s;display:flex;box-shadow:0 1px 2px #0000000a}.global-search__field:focus-within,.global-search__open:focus-visible,.global-search__open:hover{border-color:color-mix(in srgb, #cadd36 72%, var(--line));box-shadow:0 0 0 3px #cadd3624}.global-search__field input{min-width:0;color:var(--ink);font:inherit;background:0 0;border:0;outline:0;flex:1;font-size:.9rem}.global-search__field>button{border-radius:50%;place-items:center;width:1.8rem;height:1.8rem;display:grid}.global-search__field>button:hover{background:var(--chip-hover);color:var(--ink)}.global-search__open{text-align:left;justify-content:flex-start}.global-search__open span{flex:1}.global-search__open kbd,.global-search__dialog kbd{border:1px solid var(--line);background:var(--surface-3);color:var(--ink-muted);font:inherit;border-radius:5px;padding:.12rem .35rem;font-size:.66rem}.global-search__compact-trigger{width:2.75rem;height:2.75rem;color:var(--ink);border-radius:9px;place-items:center;display:grid}.global-search__compact-trigger:hover,.global-search__compact-trigger:focus-visible{background:var(--chip-hover);outline:none}.global-search{z-index:100;padding:max(5rem, calc(var(--safe-top) + 3rem)) max(1rem, var(--safe-x)) 1rem;place-items:start center;display:grid;position:fixed;inset:0}.global-search__scrim{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);cursor:default;background:#08090d9e;width:100%;height:100%;position:absolute;inset:0}.global-search__dialog{border:1px solid var(--line);background:var(--surface-2);width:min(38rem,100%);max-height:min(42rem,100dvh - 7rem);color:var(--ink);border-radius:16px;flex-direction:column;display:flex;position:relative;overflow:hidden;box-shadow:0 28px 80px #00000057}.global-search__header{border-bottom:1px solid var(--line);grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;min-height:4rem;padding:.65rem .8rem .65rem 1rem;display:grid}.global-search__header input{min-width:0;color:var(--ink);font:inherit;background:0 0;border:0;outline:0;font-size:1rem}.global-search__header button{width:2.5rem;height:2.5rem;color:var(--ink-muted);border-radius:9px;place-items:center;display:grid}.global-search__header button:hover{background:var(--chip-hover);color:var(--ink)}.global-search__results{flex:1;min-height:0;padding:.75rem;overflow-y:auto}.global-search__results section+section{border-top:1px solid var(--line);margin-top:.75rem;padding-top:.75rem}.global-search__results h2{color:var(--ink-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 .35rem;padding:0 .45rem;font-size:.65rem}.global-search__results section>button{text-align:left;border-radius:10px;grid-template-columns:2.5rem 1fr auto;align-items:center;gap:.75rem;width:100%;min-height:3.4rem;padding:.45rem .55rem;display:grid}.global-search__results section>button:hover,.global-search__results section>button[aria-selected=true]{background:var(--accent-soft)}.global-search__results section>button>span:nth-child(2){flex-direction:column;gap:.12rem;min-width:0;display:flex}.global-search__results strong{text-overflow:ellipsis;white-space:nowrap;font-size:.88rem;overflow:hidden}.global-search__results small{color:var(--ink-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.7rem;overflow:hidden}.global-search__swatch,.global-search__avatar{border-radius:9px;width:2.5rem;height:2.5rem}.global-search__avatar{color:#111319;place-items:center;font-size:.8rem;font-weight:850;display:grid}.global-search__empty{color:var(--ink-muted);text-align:center;padding:2.5rem 1rem}.global-search__dialog footer{border-top:1px solid var(--line);color:var(--ink-muted);justify-content:space-between;gap:1rem;padding:.65rem 1rem;font-size:.65rem;display:flex}.global-search__dialog footer span:last-child{align-items:center;gap:.35rem;display:flex}@media (width<=699px){.global-search{padding:0}.global-search__dialog{width:100%;height:100dvh;max-height:none;padding-top:var(--safe-top);border:0;border-radius:0}.global-search__dialog footer{display:none}}@media (prefers-reduced-motion:reduce){.global-search *{transition:none!important}}.hub-page{flex-direction:column;gap:.85rem;max-width:52rem;padding-bottom:1.5rem;display:flex}.hub-page__header{flex-direction:column;gap:.35rem;display:flex}.hub-page__title{letter-spacing:-.02em;margin:0;font-size:1.2rem;font-weight:750}.hub-page__sub{opacity:.72;margin:0;font-size:.8rem;line-height:1.4}.hub-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.hub-row{text-align:left;width:100%;color:inherit;cursor:pointer;background:#141b28b8;border:1px solid #78a0dc2e;border-radius:14px;grid-template-columns:3rem 1fr;align-items:center;gap:.65rem;padding:.55rem .65rem;transition:border-color .12s,box-shadow .12s;display:grid}.hub-row--plain{grid-template-columns:3rem 1fr}.board-grid{box-sizing:border-box;grid-auto-flow:dense;gap:3px;width:100%;margin:0;padding:.5rem .65rem 1rem;list-style:none;display:grid}@media (width>=700px){.board-grid{gap:5px;padding:.65rem .75rem 1.25rem}}.board-grid--games{grid-template-columns:repeat(var(--board-cols,2), 1fr)}.board-grid--builders{grid-template-columns:repeat(4,1fr)}@media (width<=520px){.board-grid--builders{grid-template-columns:repeat(2,1fr)}}.board-cell{cursor:pointer;color:#f5f5f7;text-align:left;aspect-ratio:1;box-sizing:border-box;background:#14141a;border:1px solid #0000001a;border-radius:8px;width:100%;min-width:0;margin:0;padding:0;transition:box-shadow .14s,transform .14s,border-color .14s,filter .14s;display:block;position:relative;overflow:hidden}.board-cell--game{border-color:#0000001a;box-shadow:0 1px 2px #0000000f}.board-cell--wide{aspect-ratio:2;grid-column:span 2}.board-cell--wide .board-cell__title{font-size:clamp(.82rem,2.4vw,1.05rem)}.board-cell--soon{filter:grayscale(.4);opacity:.78}.board-cell--game .board-cell__art{background:#0e0e14;padding:16%;position:absolute;inset:0}.board-cell--wide .board-cell__art{padding:7% 26%}.board-cell--builder{background:linear-gradient(145deg, var(--cell-a,#3a7088) 0%, var(--cell-b,#7ec0d4) 100%);border-color:#00000014;box-shadow:0 1px 2px #0000000f}.board-cell__avatar{letter-spacing:-.03em;color:#0a0e14e0;place-items:center;font-size:clamp(1.1rem,4vw,1.75rem);font-weight:800;display:grid;position:absolute;inset:0}.board-cell__shade{pointer-events:none;background:linear-gradient(#0000 28%,#00000059 62%,#000000d1 100%);transition:background .15s;position:absolute;inset:0}.board-cell__meta{z-index:1;pointer-events:none;padding:.5rem .55rem .55rem;position:absolute;bottom:0;left:0;right:0}.board-cell__title{z-index:1;white-space:nowrap;text-overflow:ellipsis;color:#fff;text-shadow:0 1px 3px #000000d9;font-size:clamp(.72rem,2.2vw,.92rem);font-weight:750;line-height:1.2;display:block;position:relative;overflow:hidden}.board-cell__hover{opacity:0;pointer-events:none;flex-direction:column;gap:.06rem;transition:opacity .14s,transform .14s;display:flex;position:absolute;bottom:calc(.55rem + 1.3em);left:.55rem;right:.55rem;transform:translateY(.2rem)}.board-cell__sub,.board-cell__stats{opacity:.95;color:#ffffffeb;white-space:nowrap;text-overflow:ellipsis;text-shadow:0 1px 2px #000c;font-size:clamp(.55rem,1.6vw,.68rem);line-height:1.2;overflow:hidden}.board-cell:hover:not(.board-cell--selected) .board-cell__hover,.board-cell:focus-visible:not(.board-cell--selected) .board-cell__hover{opacity:1;transform:translateY(0)}.board-cell--selected .board-cell__hover{opacity:0;transform:translateY(.2rem)}.board-cell:hover:not(.board-cell--selected) .board-cell__shade,.board-cell:focus-visible:not(.board-cell--selected) .board-cell__shade{background:linear-gradient(#0000 18%,#0006 55%,#000000e0 100%)}.board-cell:hover:not(.board-cell--selected){z-index:1;transform:translateY(-1px);box-shadow:0 4px 12px #0000001f}.board-cell:focus-visible{outline:none}.board-cell--selected{z-index:2;transform:none}.board-cell--selected:after{content:"";border-radius:inherit;pointer-events:none;z-index:5;box-sizing:border-box;border:2px solid #f5c400;position:absolute;inset:0}.board-cell--following:not(.board-cell--selected):after{content:"";border-radius:inherit;pointer-events:none;z-index:5;box-sizing:border-box;border:2px solid #f5c4008c;position:absolute;inset:0}.board-page{gap:.75rem}.board-modes{background:0 0;border:none;border-bottom:1px solid #14141c1f;border-radius:0;flex-shrink:0;grid-template-columns:1fr 1fr;width:100%;margin:0;padding:0;display:grid;overflow:visible}.board-mode{width:100%;min-height:3.25rem;color:inherit;letter-spacing:-.02em;opacity:.42;cursor:pointer;box-shadow:none;background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;margin:0;padding:.85rem .5rem .95rem;font-size:1.05rem;font-weight:700;transition:color .12s,opacity .12s;display:flex;position:relative}.board-mode:after{content:"";background:0 0;border-radius:0;height:3px;transition:background .12s;position:absolute;bottom:0;left:12%;right:12%}.board-mode+.board-mode{border-left:none}.board-mode:hover:not(.board-mode--on){opacity:.72;background:0 0}.board-mode--on{opacity:1;color:inherit;box-shadow:none;background:0 0;font-weight:800}.board-mode--on:after{background:#f5c400}.board-mode--on:hover{opacity:1;background:0 0}.board-mode:focus-visible{outline-offset:-2px;z-index:1;outline:2px solid #f5c400}.comments-lock{text-align:center;background:#0c101880;border:1px dashed #78a0dc47;border-radius:12px;margin-top:.35rem;padding:.75rem .85rem}.comments-lock__title{margin:0 0 .25rem;font-size:.8rem;font-weight:700}.comments-lock__body{opacity:.65;margin:0;font-size:.72rem;line-height:1.35}.hub-row:hover,.hub-row:focus-visible{border-color:#5ce1e666;outline:none}.hub-row__icon{width:3rem;height:3rem;image-rendering:pixelated;background:#080b12;border:1px solid #ffffff0f;border-radius:10px;padding:12%;overflow:hidden}.hub-row__body{flex-direction:column;gap:.12rem;min-width:0;display:flex}.hub-row__title{white-space:nowrap;text-overflow:ellipsis;font-size:.92rem;font-weight:700;overflow:hidden}.hub-row__sub{opacity:.65;white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;overflow:hidden}.hub-metrics{opacity:.85;flex-wrap:wrap;gap:.45rem .65rem;font-size:.68rem;font-weight:650;display:flex}.hub-metrics em{color:#c084fc;font-style:normal}.hub-row__aside{opacity:.75;flex-direction:column;align-items:flex-end;gap:.25rem;font-size:.68rem;display:flex}.hub-empty{text-align:center;opacity:.6;padding:1.5rem .5rem;font-size:.9rem}.builder-hero{background:#141b28d9;border:1px solid #78a0dc33;border-radius:16px;flex-direction:column;gap:.85rem;padding:.85rem;display:flex}.builder-hero__top{align-items:flex-start;gap:.85rem;display:flex}.builder-hero__avatar{color:#0a0e14;letter-spacing:-.02em;border-radius:14px;flex:none;place-items:center;width:4rem;height:4rem;font-size:1.1rem;font-weight:800;display:grid}.builder-hero__name{margin:0;font-size:1.15rem;font-weight:750}.builder-hero__handle{opacity:.65;margin:.1rem 0 0;font-size:.8rem}.builder-hero__bio{opacity:.85;margin:.45rem 0 0;font-size:.85rem;line-height:1.45}.builder-hero__stats{gap:1rem;font-size:.78rem;font-weight:650;display:flex}.builder-hero__stats strong{color:#5ce1e6;font-weight:750}.builder-badge{letter-spacing:.06em;text-transform:uppercase;color:#5ce1e6;border:1px solid #5ce1e659;border-radius:999px;margin-top:.35rem;padding:.15rem .45rem;font-size:.62rem;font-weight:750;display:inline-block}.hub-btn{color:#5ce1e6;cursor:pointer;background:#5ce1e61f;border:1px solid #5ce1e673;border-radius:999px;justify-content:center;align-items:center;gap:.35rem;padding:.55rem 1rem;font-size:.82rem;font-weight:700;display:inline-flex}.hub-btn--ghost{color:inherit;opacity:.9;background:0 0;border-color:#78a0dc47}.hub-btn--on{color:#e0c4ff;background:#c084fc2e;border-color:#c084fc80}.hub-actions{flex-wrap:wrap;gap:.45rem;display:flex}.hub-section-title{letter-spacing:.12em;text-transform:uppercase;opacity:.55;margin:.5rem 0 .25rem;font-size:.72rem;font-weight:700}.game-social{flex-direction:column;gap:.55rem;width:100%;padding:0 .25rem;display:flex}.game-social__metrics{justify-content:center}.you-card{background:#141b28b8;border:1px solid #78a0dc2e;border-radius:14px;padding:.85rem}.you-card h3{margin:0 0 .5rem;font-size:.85rem;font-weight:700}.you-card p{opacity:.7;margin:0;font-size:.8rem;line-height:1.4}.you-chip-list{flex-wrap:wrap;gap:.4rem;margin-top:.55rem;display:flex}.you-chip-list a{color:#5ce1e6;border:1px solid #78a0dc40;border-radius:999px;padding:.3rem .6rem;font-size:.72rem;font-weight:650;text-decoration:none}.board-cell__award{z-index:3;color:#eef86d;white-space:nowrap;text-overflow:ellipsis;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#14120cc7;border-radius:7px;align-items:center;gap:.25rem;max-width:calc(100% - 3.6rem);padding:.28rem .42rem;font-size:.55rem;font-weight:800;display:flex;position:absolute;top:.5rem;right:.5rem;overflow:hidden}.board-cell__award.has-momentum{top:2.35rem}.builder-card__proof{color:var(--ink-muted,#73737c);font-size:.58rem}.builder-standing{color:#7950c4;text-transform:uppercase;letter-spacing:.045em;background:#8b64d81a;border:1px solid #8b64d840;border-radius:7px;width:fit-content;margin-top:.35rem;padding:.25rem .45rem;font-size:.58rem;font-weight:800;display:inline-flex}.hub-row__award{color:#7950c4;font-size:.64rem;font-weight:720}.identity-tracks{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.identity-track{border:1px solid var(--line,#14141c1f);background:var(--surface-2,#fff);border-radius:12px;padding:1rem}.identity-track--player{border-top:3px solid #ddf247}.identity-track--builder{border-top:3px solid #8b64d8}.identity-track__eyebrow{color:var(--ink-muted,#73737c);letter-spacing:.08em;text-transform:uppercase;font-size:.58rem;font-weight:800}.identity-track h2{color:var(--ink,#17171b);letter-spacing:-.025em;margin:.35rem 0;font-size:1rem}.identity-track p{min-height:3.4em;color:var(--ink-muted,#73737c);margin:0;font-size:.7rem;line-height:1.45}.identity-track__metrics{color:var(--ink-muted,#73737c);flex-wrap:wrap;gap:.35rem .7rem;margin-top:.8rem;font-size:.62rem;display:flex}.identity-track__metrics strong{color:var(--ink,#17171b)}.you-card__heading{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.65rem;display:flex}.you-card__heading span{color:var(--ink-muted,#73737c);letter-spacing:.08em;text-transform:uppercase;font-size:.56rem;font-weight:800}.you-card__heading h3{margin:.15rem 0 0}.you-card__heading small{color:var(--ink-muted,#73737c);font-size:.6rem}.achievement-case{grid-template-columns:repeat(auto-fit,minmax(7rem,1fr));gap:.45rem;display:grid}.achievement-case>div{border:1px solid var(--line,#14141c1f);background:var(--surface,#fff);border-radius:9px;flex-direction:column;gap:.16rem;padding:.65rem;display:flex}.achievement-case>div>span{color:#8b64d8}.achievement-case strong{color:var(--ink,#17171b);font-size:.68rem}.achievement-case small{color:var(--ink-muted,#73737c);font-size:.56rem;line-height:1.35}.public-profile{gap:1rem;max-width:52rem!important}.public-profile__back{width:fit-content;color:var(--ink,#17171b);align-items:center;padding:.4rem 0;font-size:.82rem;font-weight:780;text-decoration:none;transition:color .14s,transform .1s;display:inline-flex}.public-profile__back:hover{color:#7950c4}.public-profile__back:active{transform:translateY(1px)}.public-profile__hero{border:1px solid var(--line,#14141c1f);background:var(--surface-2,#fff);border-radius:16px;overflow:hidden;box-shadow:0 12px 30px #14141c0f}.public-profile__cover{background:radial-gradient(circle at 78% 20%, color-mix(in srgb, var(--profile-c) 75%, white), transparent 27%), radial-gradient(circle at 18% 105%, var(--profile-b), transparent 42%), linear-gradient(120deg, var(--profile-a), color-mix(in srgb, var(--profile-b) 64%, var(--profile-a)));height:8.5rem;position:relative;overflow:hidden}.public-profile__cover:before{content:"";opacity:.18;background-image:linear-gradient(30deg,#0000 45%,#ffffff59 46%,#0000 48%),linear-gradient(150deg,#0000 45%,#fff3 46%,#0000 48%);background-size:3rem 3rem;position:absolute;inset:0}.public-profile__cover:after{content:"";background:linear-gradient(#0000 40%,#06080c40);position:absolute;inset:0}.public-profile__cover>span{z-index:1;color:#ffffffd1;letter-spacing:.1em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#080a0e2e;border:1px solid #ffffff40;border-radius:999px;padding:.35rem .55rem;font-size:.52rem;font-weight:850;position:absolute;top:1rem;right:1rem}.public-profile__hero-body{padding:0 1.25rem 1.15rem}.public-profile__identity{align-items:flex-end;gap:.85rem;min-width:0;display:flex}.public-profile__identity .builder-hero__avatar{border:5px solid var(--surface-2,#fff);z-index:1;border-radius:22px;width:6.25rem;height:6.25rem;margin-top:-3.15rem;font-size:1.55rem;box-shadow:0 8px 22px #0c0e1429}.public-profile__identity-copy{flex:1;min-width:0;padding-top:.65rem}.public-profile__eyebrow{color:var(--ink-muted,#73737c);letter-spacing:.07em;text-transform:uppercase;align-items:center;gap:.3rem;font-size:.54rem;font-weight:800;display:flex}.public-profile__eyebrow i{background:#72b92e;border-radius:50%;width:.4rem;height:.4rem;box-shadow:0 0 0 3px #72b92e1f}.public-profile__identity .builder-hero__name{letter-spacing:-.045em;margin-top:.18rem;font-size:1.7rem}.public-profile__identity .builder-hero__handle{color:var(--ink-muted,#73737c);opacity:1}.public-profile__hero .builder-hero__bio{max-width:38rem;color:var(--ink,#17171b);opacity:.82;margin:.85rem 0 .8rem;font-size:.82rem}.public-profile__actions{flex-wrap:nowrap;flex:none;align-self:center;padding-top:.6rem}.public-profile__social-proof{border-top:1px solid var(--line,#14141c1f);color:var(--ink-muted,#73737c);flex-wrap:wrap;gap:.45rem 1.15rem;padding-top:.75rem;font-size:.68rem;display:flex}.public-profile__social-proof strong{color:var(--ink,#17171b);font-size:.76rem}.public-profile__tracks{gap:.85rem}.public-profile__path-card{background:linear-gradient(145deg, var(--surface-2,#fff), var(--surface,#fafafa));border-top-width:1px;grid-template-columns:4.5rem minmax(0,1fr);gap:.85rem;padding:1rem;display:grid;overflow:hidden}.public-profile__path-card.identity-track--player{--path-color:#b6d62e}.public-profile__path-card.identity-track--builder{--path-color:#8b64d8}.public-profile__tracks .public-profile__primary-track{box-shadow:inset 0 0 0 1px #8b64d80a}.path-level{--level-progress:0deg;background:conic-gradient(var(--path-color) var(--level-progress), var(--line,#e7e5e2) 0);text-align:center;border-radius:50%;place-content:center;align-self:start;width:4.5rem;height:4.5rem;display:grid;position:relative}.path-level:before{content:"";border-radius:inherit;background:var(--surface-2,#fff);position:absolute;inset:.36rem;box-shadow:inset 0 0 0 1px #14141c0f}.path-level span,.path-level strong{z-index:1;position:relative}.path-level span{color:var(--ink-muted,#73737c);letter-spacing:.09em;font-size:.44rem;font-weight:850}.path-level strong{color:var(--ink,#17171b);letter-spacing:-.05em;margin-top:-.05rem;font-size:1.45rem;line-height:1}.path-card__content{min-width:0}.path-card__content h2{margin:.22rem 0 .25rem;font-size:1.05rem}.path-card__content p{min-height:2.9em}.path-xp{background:var(--line,#e7e5e2);border-radius:999px;height:.34rem;margin-top:.75rem;position:relative}.path-xp>span{border-radius:inherit;background:var(--path-color);height:100%;display:block}.path-xp small{color:var(--ink-muted,#73737c);margin-top:.3rem;font-size:.52rem;font-weight:700;display:block}.path-card__content .identity-track__metrics{margin-top:1.35rem}.public-profile__showcase{padding:1rem}.public-profile__projects{border:1px solid var(--line,#14141c1f);background:var(--surface-2,#fff);border-radius:12px;padding:1rem}.public-profile__section-head{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:.75rem;display:flex}.public-profile__section-head>div{flex-direction:column;gap:.16rem;display:flex}.public-profile__section-head span{color:var(--ink-muted,#73737c);letter-spacing:.08em;text-transform:uppercase;font-size:.56rem;font-weight:800}.public-profile__section-head h2{color:var(--ink,#17171b);margin:0;font-size:.95rem}.public-profile__section-head small{color:#7950c4;font-size:.62rem;font-weight:750}.public-profile__projects .hub-list{gap:.45rem}@media (width<=620px){.identity-tracks{grid-template-columns:1fr}.identity-track p{min-height:0}.board-cell__award.has-momentum{top:.5rem}.public-profile__cover{height:6.5rem}.public-profile__hero-body{padding:0 .9rem 1rem}.public-profile__identity{flex-wrap:wrap;align-items:flex-start;gap:.65rem}.public-profile__identity .builder-hero__avatar{border-width:4px;border-radius:17px;width:4.8rem;height:4.8rem;margin-top:-2.4rem}.public-profile__identity-copy{padding-top:.45rem}.public-profile__identity .builder-hero__name{font-size:1.35rem}.public-profile__actions{width:100%;padding-top:0}.public-profile__actions .hub-btn{flex:1;justify-content:center}.public-profile__path-card{grid-template-columns:4rem minmax(0,1fr);gap:.7rem}.path-level{width:4rem;height:4rem}.public-profile__section-head{flex-direction:column;align-items:flex-start;gap:.3rem}}.game-page{width:100%;max-width:52rem;color:var(--ink);margin-inline:auto;padding:1rem 0 2.5rem}.game-page__back{min-height:2.5rem;color:var(--ink-muted);align-items:center;gap:.3rem;margin-bottom:.65rem;font-size:.75rem;font-weight:750;display:inline-flex}.game-page__back:hover{color:var(--ink)}.game-page__hero{border:1px solid var(--line);background:var(--surface-2);border-radius:18px;grid-template-columns:minmax(15rem,.9fr) minmax(18rem,1.1fr);min-height:25rem;display:grid;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000017}.game-page__art{background:radial-gradient(circle at 50% 40%, color-mix(in srgb, var(--game-page-c) 35%, transparent), transparent 48%), linear-gradient(145deg, var(--game-page-a), color-mix(in srgb, var(--game-page-b) 72%, #090a0f));place-items:center;min-height:25rem;padding:23%;display:grid;position:relative;overflow:hidden}.game-page__art:after{content:"";pointer-events:none;background:radial-gradient(circle,#0000 22%,#0405088c 100%);position:absolute;inset:0}.game-page__art .pixel-icon{z-index:1;aspect-ratio:1;position:relative;box-shadow:0 25px 60px #00000061}.game-page__hero-copy{flex-direction:column;justify-content:center;padding:2.4rem;display:flex}.game-page__eyebrow{color:#7d8e14;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.4rem;font-size:.62rem;font-weight:820;display:flex}.game-page__eyebrow i{background:#cadd36;border-radius:50%;width:.42rem;height:.42rem;box-shadow:0 0 0 4px #cadd3626}.game-page__hero h1{letter-spacing:-.065em;margin:.65rem 0 .55rem;font-size:clamp(2.3rem,5vw,4.2rem);line-height:.93}.game-page__hero-copy>p{max-width:27rem;color:var(--ink-muted);font-size:.92rem;line-height:1.55}.game-page__byline{border:1px solid var(--line);text-align:left;border-radius:11px;grid-template-columns:2.65rem 1fr auto;align-items:center;gap:.65rem;width:100%;margin-top:1.4rem;padding:.6rem;display:grid}.game-page__byline:hover{background:var(--chip-hover)}.game-page__byline>span:first-child{color:#111319;border-radius:9px;place-items:center;width:2.65rem;height:2.65rem;font-size:.7rem;font-weight:850;display:grid}.game-page__byline>span:nth-child(2){flex-direction:column;gap:.08rem;min-width:0;display:flex}.game-page__byline small{color:var(--ink-muted);letter-spacing:.06em;text-transform:uppercase;font-size:.55rem;font-weight:720}.game-page__byline strong{text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;overflow:hidden}.game-page__primary-actions{grid-template-columns:1fr 1fr;gap:.5rem;margin-top:1rem;display:grid}.game-page__primary-actions button{border:1px solid var(--line);min-height:3rem;color:var(--ink-muted);border-radius:10px;justify-content:center;align-items:center;gap:.4rem;font-size:.7rem;font-weight:780;display:flex}.game-page__primary-actions button:hover{background:var(--chip-hover);color:var(--ink)}.game-page__primary-actions .game-page__play{color:#14170c;background:#ddf247;border-color:#0000;grid-column:1/-1;min-height:4rem;font-size:.88rem;box-shadow:0 14px 34px #acc41c47}.game-page__primary-actions .game-page__play:hover{color:#14170c;background:#e8fa60}.game-page__primary-actions .game-page__play:disabled{background:var(--surface-3);color:var(--ink-muted);box-shadow:none;cursor:not-allowed}.game-page__primary-actions button.is-on{color:#7950c4;background:#8b64d81c;border-color:#8b64d84d}.game-page__primary-actions button.is-on svg{fill:currentColor}.game-page__metrics{grid-template-columns:repeat(3,1fr);gap:.65rem;margin:.85rem 0 1.25rem;display:grid}.game-page__metrics>div{border:1px solid var(--line);background:var(--surface-2);border-radius:12px;flex-direction:column;gap:.12rem;min-width:0;padding:.8rem .9rem;display:flex}.game-page__metrics span{color:var(--ink-muted);letter-spacing:.06em;text-transform:uppercase;font-size:.55rem;font-weight:750}.game-page__metrics strong{font-size:1.05rem}.game-page__metrics small{color:var(--ink-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.58rem;overflow:hidden}.game-page__content{grid-template-columns:minmax(0,1.45fr) minmax(15rem,.75fr);align-items:start;gap:1rem;display:grid}.game-page__main-column,.game-page__side-column{flex-direction:column;gap:1rem;min-width:0;display:flex}.game-page__section{border:1px solid var(--line);background:var(--surface-2);border-radius:14px;padding:1.2rem}.game-page__section-label{color:#7950c4;letter-spacing:.08em;text-transform:uppercase;font-size:.56rem;font-weight:820}.game-page__section h2{letter-spacing:-.035em;margin:.35rem 0 .45rem;font-size:1.15rem}.game-page__section p{color:var(--ink-muted);font-size:.72rem;line-height:1.6}.game-page__about{padding:1.5rem}.game-page__about h2{max-width:27rem;font-size:1.5rem}.game-page__section-heading{color:#7950c4;justify-content:space-between;align-items:flex-start;display:flex}.game-page__awards{gap:.6rem;margin-top:.8rem;display:grid}.game-page__awards article{border:1px solid var(--line);background:linear-gradient(135deg,#8b64d814,#cadd360d);border-radius:10px;padding:.8rem}.game-page__awards article>span{color:#7950c4;letter-spacing:.06em;text-transform:uppercase;font-size:.5rem;font-weight:820}.game-page__awards h3{margin:.18rem 0 .25rem;font-size:.8rem}.game-page__conversation{justify-content:space-between;align-items:center;gap:1rem;display:flex}.game-page__conversation>span{background:var(--surface-3);border-radius:10px;flex:none;place-items:center;width:2.8rem;height:2.8rem;display:grid}.game-page__builder>div:first-of-type{align-items:center;gap:.65rem;margin-top:.7rem;display:flex}.game-page__builder-avatar{color:#111319;border-radius:10px;flex:none;place-items:center;width:2.8rem;height:2.8rem;font-size:.8rem;font-weight:850;display:grid}.game-page__builder h2{margin:0;font-size:.88rem}.game-page__builder small{color:var(--ink-muted);font-size:.62rem}.game-page__builder>p{margin-top:.7rem}.game-page__builder>div:last-child{grid-template-columns:1fr 1fr;gap:.45rem;margin-top:.8rem;display:grid}.game-page__builder>div:last-child button{border:1px solid var(--line);border-radius:8px;min-height:2.45rem;font-size:.64rem;font-weight:760}.game-page__builder>div:last-child button:hover{background:var(--chip-hover)}.game-page__related{flex-direction:column;gap:.45rem;display:flex}.game-page__related>button{text-align:left;border-radius:9px;grid-template-columns:2.8rem 1fr auto;align-items:center;gap:.65rem;width:100%;padding:.4rem;display:grid}.game-page__related>button:hover{background:var(--chip-hover)}.game-page__related>button>span:first-child{background:#111319;border-radius:8px;width:2.8rem;height:2.8rem;padding:11%;overflow:hidden}.game-page__related>button>span:nth-child(2){flex-direction:column;gap:.08rem;min-width:0;display:flex}.game-page__related strong{text-overflow:ellipsis;white-space:nowrap;font-size:.68rem;overflow:hidden}.game-page__related small{color:var(--ink-muted);font-size:.55rem}@media (width<=760px){.game-page{padding:.7rem max(.7rem, var(--safe-x)) 1.5rem}.game-page__hero{grid-template-columns:1fr}.game-page__art{min-height:17rem;padding:18% 31%}.game-page__hero-copy{padding:1.3rem 1rem 1.1rem}.game-page__hero h1{font-size:2.7rem}.game-page__primary-actions{grid-template-columns:1fr 1fr}.game-page__primary-actions button{min-height:2.8rem}.game-page__metrics{grid-template-columns:1fr 1fr;gap:.5rem}.game-page__content{grid-template-columns:1fr}}@media (width<=430px){.game-page__art{min-height:14rem}.game-page__metrics{grid-template-columns:1fr}}.build-page{--build-green:#ddf247;--build-violet:#8067f2;width:100%;color:var(--ink)}.build-page *{box-sizing:border-box}.build-page a{color:inherit;text-decoration:none}.build-page h1,.build-page h2,.build-page h3{letter-spacing:-.04em;margin:0}.build-page p{color:var(--ink-muted);margin:0;line-height:1.55}.build-kicker,.build-section-heading>span,.build-explain__copy>span,.build-footer span{color:var(--ink-muted);letter-spacing:.13em;text-transform:uppercase;align-items:center;gap:.5rem;margin-bottom:.8rem;font-size:.62rem;font-weight:850;display:flex}.build-kicker i{background:var(--build-green);border-radius:50%;width:.48rem;height:.48rem;box-shadow:0 0 0 4px #bedc322b}.build-quickstart-head{background:radial-gradient(circle at 86% 0, #8067f229, transparent 25rem), var(--surface);padding:clamp(2.5rem,5vw,4rem) clamp(1.5rem,5vw,4.5rem) 2rem}.build-quickstart-head h1{font-size:clamp(2.4rem,5vw,4rem)}.build-quickstart-head>p{max-width:41rem;margin-top:.7rem;font-size:1rem}.build-quickstart-head>.build-quickstart-purpose{max-width:52rem;color:var(--ink);background:linear-gradient(105deg,#bedc3224,#8067f214);border:1px solid #bedc328c;border-radius:12px;margin-top:1.75rem;padding:1.2rem 1.35rem;font-size:clamp(1.05rem,2vw,1.25rem);line-height:1.45;box-shadow:0 12px 30px #1b182c14}.build-quickstart-purpose strong{letter-spacing:-.025em;margin-bottom:.2rem;font-size:1.08em;display:block}.build-setup{background:var(--line);border-top:1px solid var(--line);border-bottom:1px solid var(--line);gap:1px;padding:1px;display:grid}.build-step{background:var(--surface-2);padding:1.45rem clamp(1.5rem,5vw,4.5rem)}.build-step__intro{grid-template-columns:2rem 1fr;align-items:start;gap:.6rem;display:grid}.build-step__intro>b{color:var(--build-violet);padding-top:.2rem;font-size:.63rem}.build-step__intro h2{font-size:1.2rem}.build-step__intro p{margin-top:.25rem;font-size:.71rem}.build-picker{flex-wrap:wrap;gap:.35rem;margin:1rem 0 .55rem 2.6rem;display:flex}.build-picker button{border:1px solid var(--line);background:var(--surface);min-height:2.2rem;color:var(--ink-muted);border-radius:8px;padding:.45rem .7rem;font-size:.69rem;font-weight:750}.build-picker button:hover{color:var(--ink)}.build-picker button.is-active{color:var(--build-violet);background:#8067f21a;border-color:#8067f273}.build-command{color:#f5f2e9;background:#15171d;border:1px solid #2d3039;border-radius:9px;align-items:center;gap:1rem;min-height:3.1rem;margin-left:2.6rem;padding:.7rem .85rem;display:flex}.build-command code{min-width:0;color:var(--build-green);white-space:nowrap;font:.74rem/1.4 ui-monospace,SFMono-Regular,Menlo,monospace;overflow-x:auto}.build-command .build-copy{color:#f5f2e9;background:#2b2e38;flex:none;margin-left:auto;position:static;transform:none}.build-command .build-copy:hover{background:#383c48}.build-unavailable{border:1px dashed var(--line);background:var(--surface);border-radius:9px;margin:0 0 0 2.6rem;padding:.9rem 1rem}.build-unavailable p{color:var(--ink-muted);font-size:.74rem}.build-unavailable strong{color:var(--ink)}.build-step-note{color:var(--ink-muted);max-width:40rem;margin:.55rem 0 0 2.6rem;font-size:.68rem}.build-prompt{background:#8067f212;border:1px solid #8067f24d;border-radius:11px;margin:1rem 0 0 2.6rem;padding:1rem 6rem 1rem 1rem;position:relative}.build-prompt>span{color:var(--build-violet);letter-spacing:.1em;font-size:.56rem;font-weight:850}.build-prompt p{color:var(--ink);margin-top:.45rem;font-size:.78rem;font-weight:650}.build-copy{background:var(--build-violet);color:#fff;border-radius:7px;min-width:4.5rem;padding:.45rem .6rem;font-size:.61rem;font-weight:800;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.build-capabilities,.build-command-reference{border-bottom:1px solid var(--line);padding:clamp(3.5rem,7vw,5.5rem) clamp(1.5rem,5vw,4.5rem)}.build-section-heading{max-width:41rem}.build-section-heading h2{font-size:clamp(1.8rem,3.8vw,3rem)}.build-section-heading p{margin-top:.55rem;font-size:.8rem}.build-capability-grid{grid-template-columns:repeat(6,1fr);gap:.7rem;margin-top:1.8rem;display:grid}.build-capability-grid>div{border:1px solid var(--line);background:var(--surface-2);border-radius:12px;grid-column:span 2;min-height:10rem;padding:1rem}.build-capability-grid>div:nth-child(4),.build-capability-grid>div:nth-child(5){grid-column:span 3}.build-capability-grid b{color:var(--build-violet);font-size:.58rem}.build-capability-grid h3{margin-top:1.6rem;font-size:.95rem}.build-capability-grid p{margin-top:.35rem;font-size:.69rem;line-height:1.45}.build-explain{background:var(--build-violet);color:#fff;grid-template-columns:1.1fr .9fr;align-items:center;gap:2.5rem;padding:clamp(3rem,6vw,4.5rem) clamp(1.5rem,5vw,4.5rem);display:grid}.build-explain__copy>span,.build-explain__copy p{color:#ffffffb3}.build-explain h2{font-size:clamp(1.7rem,3.5vw,2.6rem)}.build-explain p{max-width:34rem;margin-top:.55rem;font-size:.76rem}.build-command--dark{border-color:#ffffff26;width:100%;margin:0}.build-command-list{border-top:1px solid var(--line);margin-top:1.7rem}.build-command-list>div{border-bottom:1px solid var(--line);grid-template-columns:minmax(13rem,.8fr) 1.2fr;align-items:center;gap:1rem;min-height:3.7rem;padding:.75rem 0;display:grid}.build-command-list code{color:var(--build-violet);font:.73rem/1.4 ui-monospace,SFMono-Regular,Menlo,monospace}.build-command-list p{font-size:.71rem}.build-control{border:1px solid var(--line);background:var(--surface-2);border-radius:12px;grid-template-columns:2rem 1fr;gap:1rem;margin:clamp(2rem,5vw,3.5rem) clamp(1.5rem,5vw,4.5rem);padding:1.2rem;display:grid}.build-control svg{color:var(--build-violet)}.build-control h2{font-size:1rem}.build-control p{max-width:43rem;margin-top:.3rem;font-size:.7rem}.build-button{border-radius:9px;justify-content:center;align-items:center;gap:.4rem;min-height:2.8rem;padding:.7rem .95rem;font-size:.72rem;font-weight:850;display:inline-flex}.build-button--primary{background:var(--build-green);color:#15170d!important}.build-footer{color:#fff;background:#15171d;justify-content:space-between;align-items:center;gap:2rem;padding:clamp(3rem,6vw,4.5rem) clamp(1.5rem,5vw,4.5rem);display:flex}.build-footer span{color:#8d93a0}.build-footer h2{max-width:37rem;font-size:clamp(1.7rem,3.7vw,2.8rem)}@media (width<=760px){.build-picker,.build-command,.build-prompt,.build-unavailable,.build-step-note{margin-left:0}.build-prompt{padding-bottom:3.4rem;padding-right:1rem}.build-prompt>.build-copy{inset:auto auto .75rem 1rem;transform:none}.build-capability-grid{grid-template-columns:1fr}.build-capability-grid>div,.build-capability-grid>div:nth-child(4),.build-capability-grid>div:nth-child(5){grid-column:auto;min-height:8rem}.build-explain{grid-template-columns:1fr;gap:1.5rem}.build-command-list>div{grid-template-columns:1fr;gap:.25rem}.build-footer{flex-direction:column;align-items:flex-start}}@media (width<=430px){.build-command{flex-direction:column;align-items:flex-start;gap:.35rem}.build-command>span{margin-left:0}.build-picker button{flex:1}}@media (prefers-reduced-motion:reduce){.build-page *{scroll-behavior:auto!important;transition:none!important}}.mobile-shell{width:100%;min-height:100svh;max-height:100svh;color:var(--ink,#2a1f14);flex-direction:column;display:flex;position:relative;overflow:hidden}.mobile-shell__top{min-height:3rem;padding:max(.35rem, var(--safe-top)) max(.45rem, var(--safe-x)) .35rem;border-bottom:2px solid var(--wood-deep,#3d2818);z-index:5;background:#1a161047;flex:none;grid-template-columns:2.75rem 1fr 2.75rem;align-items:center;display:grid}.mobile-shell__burger{place-items:center;width:2.75rem;height:2.75rem;display:grid}.mobile-shell__burger-lines{flex-direction:column;gap:5px;width:1.25rem;display:flex}.mobile-shell__burger-lines i{background:var(--felt,#e8d5b5);border-radius:1px;height:2px;display:block}.mobile-shell__top-title{text-align:center;letter-spacing:.14em;text-transform:uppercase;color:var(--felt,#e8d5b5);justify-content:center;align-items:center;gap:.4rem;font-size:.78rem;font-weight:700;display:inline-flex}.mobile-shell__top-logo{border-radius:5px;flex:none}.mobile-shell__top-spacer{width:2.75rem}.mobile-shell__scroll{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;min-height:0;padding:.75rem max(.75rem, var(--safe-x)) 1.25rem;flex:auto;overflow:hidden auto}.mobile-shell__menu{z-index:40;background:var(--felt,#e8d5b5);color:var(--ink,#2a1f14);pointer-events:none;flex-direction:column;transition:transform .22s;display:flex;position:absolute;inset:0;transform:translate(-105%)}.mobile-shell__menu--open{pointer-events:auto;transform:translate(0)}.mobile-shell__menu-top{padding:max(.65rem, calc(var(--safe-top) + .4rem)) max(.75rem, var(--safe-x)) .75rem;border-bottom:3px solid var(--wood-deep,#3d2818);justify-content:space-between;align-items:center;gap:.75rem;display:flex}.mobile-shell__menu-brand{letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:.5rem;font-size:.9rem;font-weight:700;display:inline-flex}.mobile-shell__menu-brand .brand-logo{border-radius:5px}.mobile-shell__menu-close{width:2.5rem;height:2.5rem;color:var(--wood-deep,#3d2818);place-items:center;font-size:1.6rem;line-height:1;display:grid}.mobile-shell__menu-nav{padding:1rem max(.75rem, var(--safe-x));flex-direction:column;flex:auto;gap:.35rem;display:flex;overflow-y:auto}.mobile-shell__menu-item{text-align:left;letter-spacing:.06em;text-transform:uppercase;min-height:3.25rem;color:var(--wood,#5c3d28);border:3px solid #0000;align-items:center;gap:.75rem;padding:.65rem .85rem;font-size:.95rem;font-weight:700;display:flex}.mobile-shell__menu-item:disabled{opacity:.4;cursor:not-allowed}.mobile-shell__menu-item--active{color:var(--ink,#2a1f14);border-color:var(--wood-deep,#3d2818);background:#e0a04038;box-shadow:3px 3px #3d28181f}.mobile-shell__menu-glyph{text-align:center;width:1.25rem;color:var(--ink,#2a1f14);font-size:1.1rem}@keyframes mobile-detail-up{0%{transform:translateY(100%)}to{transform:translate(0,0)}}@keyframes mobile-detail-down{0%{transform:translate(0,0)}to{transform:translateY(100%)}}@keyframes mobile-scrim-in{0%{opacity:0}to{opacity:1}}@keyframes mobile-scrim-out{0%{opacity:1}to{opacity:0}}.mobile-shell__detail{z-index:30;pointer-events:none;position:absolute;inset:0}.mobile-shell__detail--open{pointer-events:auto}.mobile-shell__detail--closing{pointer-events:none}.mobile-shell__detail-scrim{cursor:pointer;opacity:0;background:#140a0480;border:none;margin:0;padding:0;position:absolute;inset:0}.mobile-shell__detail--open .mobile-shell__detail-scrim{animation:.42s forwards mobile-scrim-in}.mobile-shell__detail--closing .mobile-shell__detail-scrim{animation:.42s forwards mobile-scrim-out}.mobile-shell__detail-sheet{background:var(--felt,#e8d5b5);height:100%;color:var(--ink,#2a1f14);will-change:transform;backface-visibility:hidden;flex-direction:column;display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%);box-shadow:0 -16px 48px #140a0466}.mobile-shell__detail--open .mobile-shell__detail-sheet{animation:.42s cubic-bezier(.22,1,.36,1) forwards mobile-detail-up}.mobile-shell__detail--closing .mobile-shell__detail-sheet{animation:.42s cubic-bezier(.4,0,.2,1) forwards mobile-detail-down}.mobile-shell__detail-handle{background:#3d281847;border-radius:2px;flex:none;width:2.75rem;height:4px;margin:.55rem auto 0}.mobile-shell__detail-sheet .game-detail{flex:auto;min-height:0}@media (prefers-reduced-motion:reduce){.mobile-shell__menu{transition:none}.mobile-shell__detail--open .mobile-shell__detail-sheet,.mobile-shell__detail--closing .mobile-shell__detail-sheet,.mobile-shell__detail--open .mobile-shell__detail-scrim,.mobile-shell__detail--closing .mobile-shell__detail-scrim{animation:none}.mobile-shell__detail--open .mobile-shell__detail-sheet{transform:none}}.desktop-shell{--detail-w:0rem;--detail-rail:30rem;--detail-duration:.34s;--detail-ease:cubic-bezier(.22, 1, .36, 1);background:0 0;flex-direction:row;align-items:stretch;width:100%;height:100svh;max-height:100dvh;display:flex;position:relative;overflow:hidden}@media (width>=1100px) and (width<=1399px){.desktop-shell__detail{height:100%;position:absolute;inset:0 0 0 auto;box-shadow:-18px 0 42px #0003}}.desktop-shell__nav{background:var(--felt,#e8d5b5);width:15.5rem;min-height:0;color:var(--ink,#2a1f14);border-right:3px solid var(--wood-deep,#3d2818);z-index:2;flex-direction:column;flex:0 0 15.5rem;padding:1.15rem .85rem 1rem;display:flex}.desktop-shell__brand{border-bottom:2px solid #3d281826;align-items:center;gap:.55rem;margin-bottom:.85rem;padding:.25rem .4rem 1.1rem;display:flex}.desktop-shell__mark{object-fit:contain;background:0 0;border:none;border-radius:6px;flex:none;width:2.15rem;height:2.15rem;display:block}.brand-logo{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;flex:none;display:block}.desktop-shell__brand-name{letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:700}.desktop-shell__nav-list{flex-direction:column;flex:auto;gap:.25rem;min-height:0;display:flex;overflow-y:auto}.desktop-shell__nav-item{text-align:left;letter-spacing:.08em;text-transform:uppercase;min-height:2.6rem;color:var(--wood,#5c3d28);border:2px solid #0000;align-items:center;gap:.65rem;padding:.45rem .65rem;font-size:.72rem;font-weight:700;display:flex}.desktop-shell__nav-item:disabled{opacity:.4;cursor:not-allowed}.desktop-shell__nav-item--active{color:var(--ink,#2a1f14);border-color:var(--wood-deep,#3d2818);background:#e0a04038;box-shadow:2px 2px #3d28181f}.desktop-shell__nav-glyph{text-align:center;width:1.1rem;color:var(--ink,#2a1f14);font-size:.95rem}.desktop-shell__main{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;scrollbar-gutter:stable;border-right:3px solid var(--wood-deep,#3d2818);flex:auto;min-width:0;min-height:0;overflow:hidden scroll}.desktop-shell--detail-open .desktop-shell__main{border-right:none}.desktop-shell__main-inner{box-sizing:border-box;width:100%;max-width:52rem;min-height:100%;margin-inline:auto;padding:0 1.5rem 1.75rem;overflow:visible}.desktop-shell__utility{z-index:20;border-bottom:1px solid var(--line);background:color-mix(in srgb, var(--void) 94%, transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);justify-content:center;align-items:center;min-height:4.25rem;padding:.7rem 0;display:flex;position:sticky;top:0}.desktop-shell__route{min-height:calc(100% - 4.25rem)}.desktop-shell__main .grid{grid-template-columns:repeat(auto-fill,minmax(5.25rem,1fr));gap:.85rem}.desktop-shell__detail{flex:0 0 var(--detail-w);width:var(--detail-w);max-width:var(--detail-w);background:var(--felt,#e8d5b5);min-width:0;min-height:0;color:var(--ink,#2a1f14);border-left:3px solid var(--wood-deep,#3d2818);box-sizing:border-box;transition:flex-basis var(--detail-duration) var(--detail-ease), width var(--detail-duration) var(--detail-ease), max-width var(--detail-duration) var(--detail-ease);z-index:1;justify-content:flex-end;display:flex;overflow:hidden}.desktop-shell:not(.desktop-shell--detail-open) .desktop-shell__detail{border-left-color:#0000}.desktop-shell__detail-inner{flex:0 0 var(--detail-rail);width:var(--detail-rail);max-width:var(--detail-rail);box-sizing:border-box;height:100%;min-height:0;overflow:auto}@media (prefers-reduced-motion:reduce){.desktop-shell__detail{transition:none}}.theme-playkiln{--ink:#1a1a1e;--ink-muted:#6b6b76;--void:#f2f1ec;--surface:#f2f1ec;--surface-2:#fff;--surface-3:#e8e6e0;--line:#14141c1f;--accent:#f5c400;--accent-soft:#f5c40047;--screen:#14141a;--top-bar-bg:#f2f1ecf0;--nav-bg:#ebeae4;--chip-hover:#14141c0f;--mode-hover:#14141c0a;--star-off:#1a1a1e33;--star-on:#c9a000;--play-fg:#1a1a1e;--mark-fg:#1a1a1e;color:var(--ink);background:var(--void);justify-content:center;min-height:100svh;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,sans-serif;display:flex}.theme-playkiln.appearance-dark{--ink:#f0f0f2;--ink-muted:#a8a8b0;--void:#1a1b20;--surface:#1a1b20;--surface-2:#25262c;--surface-3:#303138;--line:#ffffff24;--accent:#f5c400;--accent-soft:#f5c4003d;--screen:#12131a;--top-bar-bg:#1a1b20f0;--nav-bg:#16171c;--chip-hover:#ffffff14;--mode-hover:#ffffff0f;--star-off:#ffffff47;--star-on:#f5c400;--play-fg:#1a1a1e;--mark-fg:#1a1a1e}.theme-playkiln .mobile-shell{background:var(--void);color:var(--ink)}.theme-playkiln .mobile-shell__top{background:var(--top-bar-bg);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.theme-playkiln .mobile-shell__top-title{letter-spacing:-.01em;text-transform:none;color:var(--ink);font-size:.95rem;font-weight:650}.theme-playkiln .mobile-shell__burger,.theme-playkiln .mobile-shell__menu-close{color:var(--ink)}.theme-playkiln .mobile-shell__burger-lines i{background:currentColor}.theme-playkiln .mobile-shell__scroll{background:var(--void);padding:0 0 max(.5rem, var(--safe-bottom))}.theme-playkiln .mobile-shell__menu{background:var(--surface-2);color:var(--ink);border-left:none}.theme-playkiln .mobile-shell__menu-item{border-radius:8px}.theme-playkiln .mobile-shell__menu-item--active{background:var(--accent-soft);color:var(--accent);box-shadow:none}.theme-playkiln .mobile-shell__detail-sheet{background:var(--surface-2);border-top:1px solid var(--line);border-radius:12px 12px 0 0;box-shadow:0 -20px 40px #00000080}.theme-playkiln .mobile-shell__detail-handle{background:#ffffff38}.theme-playkiln .mobile-shell__menu{--mobile-nav-ink:#f5f2e9;--mobile-nav-muted:#9298a8;--mobile-nav-raised:#1b1e27;--mobile-nav-line:#ffffff17;--mobile-nav-accent:#ddf247;color:var(--mobile-nav-ink);background:#111319}.theme-playkiln .mobile-shell__menu-top{padding:max(.8rem, calc(var(--safe-top) + .45rem)) max(1rem, var(--safe-x)) .85rem;border-bottom:1px solid var(--mobile-nav-line)}.theme-playkiln .mobile-shell__menu-brand{color:var(--mobile-nav-ink);letter-spacing:0;text-align:left;text-transform:none;cursor:pointer;gap:.65rem}.theme-playkiln .mobile-shell__menu-brand>span{flex-direction:column;gap:.08rem;display:flex}.theme-playkiln .mobile-shell__menu-brand strong{letter-spacing:-.025em;font-size:.98rem}.theme-playkiln .mobile-shell__menu-brand small{color:var(--mobile-nav-muted);letter-spacing:.075em;text-transform:uppercase;font-size:.58rem;font-weight:650}.theme-playkiln .mobile-shell__menu-close{color:var(--mobile-nav-muted);border-radius:9px}.theme-playkiln .mobile-shell__menu-close:hover{background:var(--mobile-nav-raised);color:var(--mobile-nav-ink)}.theme-playkiln .mobile-shell__menu-scroll{min-height:0;padding:1rem max(1rem, var(--safe-x)) .75rem;flex:auto;overflow-y:auto}.theme-playkiln .mobile-shell__create{background:var(--mobile-nav-accent);color:#14170c;letter-spacing:-.01em;border-radius:10px;align-items:center;gap:.7rem;width:100%;min-height:3rem;margin-bottom:.25rem;padding:.6rem .7rem;font-size:.9rem;font-weight:800;display:flex;box-shadow:0 10px 25px #bedc3221}.theme-playkiln .mobile-shell__create-arrow{opacity:.55;margin-left:auto;transition:transform .16s}.theme-playkiln .mobile-shell__create[aria-expanded=true] .mobile-shell__create-arrow{transform:rotate(90deg)}.theme-playkiln .mobile-shell__create-popover{border:1px solid var(--mobile-nav-line);background:var(--mobile-nav-raised);border-radius:11px;flex-direction:column;gap:.25rem;margin:-.35rem 0 .85rem;padding:.8rem;display:flex}.theme-playkiln .mobile-shell__create-popover strong{color:var(--mobile-nav-ink);font-size:.76rem}.theme-playkiln .mobile-shell__create-popover span{color:var(--mobile-nav-muted);font-size:.67rem;line-height:1.4}.theme-playkiln .mobile-shell__create-popover button{color:var(--mobile-nav-accent);text-align:left;margin-top:.3rem;font-size:.67rem;font-weight:750}.theme-playkiln .mobile-shell__menu-nav{gap:.25rem;padding:0;overflow:visible}.theme-playkiln .mobile-shell__menu-item{min-height:3rem;color:var(--mobile-nav-muted);letter-spacing:-.01em;text-transform:none;border:0;border-radius:10px;gap:.7rem;padding:.6rem .7rem;font-size:.9rem;font-weight:630;position:relative}.theme-playkiln .mobile-shell__menu-item--active{background:var(--mobile-nav-raised);color:var(--mobile-nav-ink)}.theme-playkiln .mobile-shell__menu-item--active:before{content:"";background:var(--mobile-nav-accent);border-radius:0 3px 3px 0;width:3px;position:absolute;top:.62rem;bottom:.62rem;left:-1rem}.theme-playkiln .mobile-shell__menu-glyph{color:currentColor;place-items:center;width:1.45rem;display:grid}.theme-playkiln .mobile-shell__menu-item--active .mobile-shell__menu-glyph{color:var(--mobile-nav-accent)}.theme-playkiln .mobile-shell__pulse{border:1px solid var(--mobile-nav-line);background:linear-gradient(145deg,#ddf24713,#8b74ff0e);border-radius:12px;flex-direction:column;gap:.24rem;margin-top:1rem;padding:.8rem;display:flex}.theme-playkiln .mobile-shell__pulse-label{color:var(--mobile-nav-muted);letter-spacing:.09em;text-transform:uppercase;align-items:center;gap:.35rem;font-size:.57rem;font-weight:760;display:flex}.theme-playkiln .mobile-shell__pulse-label i{background:var(--mobile-nav-accent);border-radius:50%;width:.42rem;height:.42rem;box-shadow:0 0 0 3px #ddf2471a}.theme-playkiln .mobile-shell__pulse strong{color:var(--mobile-nav-ink);font-size:.76rem}.theme-playkiln .mobile-shell__pulse>span:last-child{color:var(--mobile-nav-muted);font-size:.64rem}.theme-playkiln .mobile-shell__identity{padding:.8rem max(1rem, var(--safe-x)) max(.9rem, calc(var(--safe-bottom) + .55rem));border-top:1px solid var(--mobile-nav-line);background:#111319;flex:none;align-items:center;gap:.65rem;display:flex;position:relative}.theme-playkiln .mobile-shell__avatar{background:var(--mobile-nav-raised);width:2.35rem;height:2.35rem;color:var(--mobile-nav-accent);border-radius:10px;place-items:center;display:grid}.theme-playkiln .mobile-shell__identity-copy{flex-direction:column;gap:.08rem;display:flex}.theme-playkiln .mobile-shell__identity-copy strong{color:var(--mobile-nav-ink);font-size:.76rem}.theme-playkiln .mobile-shell__identity-copy span{color:var(--mobile-nav-muted);font-size:.63rem}.theme-playkiln .mobile-shell__settings-button{width:2.35rem;height:2.35rem;color:var(--mobile-nav-muted);border-radius:9px;place-items:center;margin-left:auto;display:grid}.theme-playkiln .mobile-shell__settings-button:hover{background:var(--mobile-nav-raised);color:var(--mobile-nav-ink)}.theme-playkiln .mobile-shell__settings-menu{z-index:4;left:max(1rem, var(--safe-x));right:max(1rem, var(--safe-x));border:1px solid var(--mobile-nav-line);background:var(--mobile-nav-raised);border-radius:11px;padding:.7rem;position:absolute;bottom:calc(100% + .45rem);box-shadow:0 18px 40px #0000006b}.theme-playkiln .mobile-shell__settings-menu button{width:100%;color:var(--mobile-nav-ink);justify-content:space-between;padding:.35rem .25rem .6rem;font-size:.72rem;display:flex}.theme-playkiln .mobile-shell__settings-menu button strong{color:var(--mobile-nav-accent)}.theme-playkiln .mobile-shell__settings-menu>span{border-top:1px solid var(--mobile-nav-line);color:var(--mobile-nav-muted);padding:.55rem .25rem .2rem;font-size:.62rem;line-height:1.4;display:block}.theme-playkiln .desktop-shell{background:var(--void);color:var(--ink)}.theme-playkiln .desktop-shell__nav{--nav-ink:#f5f2e9;--nav-muted:#9298a8;--nav-raised:#1b1e27;--nav-line:#ffffff17;--nav-accent:#ddf247;color:var(--nav-ink);background:#111319;border-right:1px solid #262a34;padding:1.15rem .85rem .9rem}.theme-playkiln .desktop-shell__brand{text-align:left;cursor:pointer;border-bottom:0;gap:.65rem;width:100%;margin-bottom:0;padding:.15rem .25rem 1.1rem}.theme-playkiln .desktop-shell__brand-name{color:var(--nav-ink);letter-spacing:-.025em;text-transform:none;font-size:.98rem;font-weight:760}.theme-playkiln .desktop-shell__brand-copy{flex-direction:column;gap:.12rem;display:flex}.theme-playkiln .desktop-shell__brand-tagline{color:var(--nav-muted);letter-spacing:.075em;text-transform:uppercase;font-size:.61rem;font-weight:650}.theme-playkiln .desktop-shell__mark{background:0 0;border-radius:9px}.theme-playkiln .desktop-shell__nav-item{min-height:2.75rem;color:var(--nav-muted);letter-spacing:-.01em;text-transform:none;border:0;border-radius:10px;padding:.5rem .65rem;font-size:.88rem;font-weight:620;transition:color .14s,background .14s,transform .1s;position:relative}.theme-playkiln .desktop-shell__nav-item--active{background:var(--nav-raised);color:var(--nav-ink);box-shadow:inset 0 0 0 1px #ffffff09}.theme-playkiln .desktop-shell__nav-item--active:before{content:"";background:var(--nav-accent);border-radius:0 3px 3px 0;width:3px;position:absolute;top:.57rem;bottom:.57rem;left:-.85rem}.theme-playkiln .desktop-shell__nav-item:hover:not(:disabled):not(.desktop-shell__nav-item--active){color:var(--nav-ink);background:#ffffff0e}.theme-playkiln .desktop-shell__nav-item:active:not(:disabled){transform:translateY(1px)}.theme-playkiln .desktop-shell__nav-glyph{color:currentColor;place-items:center;width:1.4rem;display:grid}.theme-playkiln .desktop-shell__nav-item--active .desktop-shell__nav-glyph{color:var(--nav-accent)}.theme-playkiln .desktop-shell__create{background:var(--nav-accent);color:#14170c;letter-spacing:-.01em;border-radius:10px;align-items:center;gap:.5rem;width:100%;min-height:2.75rem;margin-bottom:.25rem;padding:.5rem .65rem;font-size:.88rem;font-weight:780;transition:background .14s,box-shadow .14s,transform .1s;display:flex;box-shadow:0 8px 22px #bedc321f}.theme-playkiln .desktop-shell__create:hover{background:#e8fa60;box-shadow:0 10px 26px #bedc3233}.theme-playkiln .desktop-shell__create:active{transform:translateY(1px)}.theme-playkiln .desktop-shell__create-arrow{opacity:.55;margin-left:auto;transition:transform .16s}.theme-playkiln .desktop-shell__create[aria-expanded=true] .desktop-shell__create-arrow{transform:rotate(90deg)}.theme-playkiln .desktop-shell__create-popover{border:1px solid var(--nav-line);background:var(--nav-raised);border-radius:11px;flex-direction:column;gap:.25rem;margin:-.5rem 0 .85rem;padding:.75rem;display:flex;box-shadow:0 14px 30px #00000047}.theme-playkiln .desktop-shell__create-popover strong{color:var(--nav-ink);font-size:.76rem}.theme-playkiln .desktop-shell__create-popover span{color:var(--nav-muted);font-size:.68rem;line-height:1.4}.theme-playkiln .desktop-shell__create-popover button{color:var(--nav-accent);text-align:left;margin-top:.35rem;font-size:.68rem;font-weight:750}.theme-playkiln .desktop-shell__pulse{border:1px solid var(--nav-line);background:linear-gradient(145deg,#ddf24713,#8b74ff0e);border-radius:11px;flex-direction:column;gap:.24rem;margin:.6rem 0 .8rem;padding:.72rem .75rem;display:flex}.theme-playkiln .desktop-shell__eyebrow{color:var(--nav-muted);letter-spacing:.09em;text-transform:uppercase;align-items:center;gap:.35rem;font-size:.57rem;font-weight:760;display:flex}.theme-playkiln .desktop-shell__eyebrow i{background:var(--nav-accent);border-radius:50%;width:.42rem;height:.42rem;box-shadow:0 0 0 3px #ddf2471a}.theme-playkiln .desktop-shell__pulse strong{color:var(--nav-ink);font-size:.76rem}.theme-playkiln .desktop-shell__pulse>span:last-child{color:var(--nav-muted);font-size:.64rem;line-height:1.35}.theme-playkiln .desktop-shell__identity{border-top:1px solid var(--nav-line);align-items:center;gap:.55rem;padding:.65rem .55rem;display:flex;position:relative}.theme-playkiln .desktop-shell__avatar{background:var(--nav-raised);width:2rem;height:2rem;color:var(--nav-accent);border-radius:9px;flex:0 0 2rem;place-items:center;display:grid}.theme-playkiln .desktop-shell__identity-copy{flex-direction:column;gap:.08rem;min-width:0;display:flex}.theme-playkiln .desktop-shell__identity-copy strong{color:var(--nav-ink);font-size:.73rem}.theme-playkiln .desktop-shell__identity-copy span{color:var(--nav-muted);font-size:.62rem}.theme-playkiln .desktop-shell__settings-button{width:2rem;height:2rem;color:var(--nav-muted);border-radius:8px;place-items:center;margin-left:auto;display:grid}.theme-playkiln .desktop-shell__settings-button:hover{background:var(--nav-raised);color:var(--nav-ink)}.theme-playkiln .desktop-shell__settings-menu{z-index:8;border:1px solid var(--nav-line);background:#1b1e27;border-radius:11px;padding:.65rem;position:absolute;bottom:calc(100% + .4rem);left:0;right:0;box-shadow:0 16px 35px #00000061}.theme-playkiln .desktop-shell__settings-menu button{width:100%;color:var(--nav-ink);justify-content:space-between;padding:.35rem .25rem .55rem;font-size:.72rem;display:flex}.theme-playkiln .desktop-shell__settings-menu button strong{color:var(--nav-accent)}.theme-playkiln .desktop-shell__settings-menu>span{border-top:1px solid var(--nav-line);color:var(--nav-muted);padding:.5rem .25rem .2rem;font-size:.62rem;line-height:1.4;display:block}.theme-playkiln .desktop-shell__main{background:var(--void);overscroll-behavior:contain;scrollbar-gutter:stable;border-right:none;overflow:hidden scroll}.theme-playkiln .desktop-shell__main-inner{box-sizing:border-box;width:100%;max-width:52rem;min-height:100%;margin-inline:auto;padding:0;overflow:visible}.theme-playkiln .desktop-shell__detail{background:var(--surface-2);border-left:1px solid var(--line);color:var(--ink)}.theme-playkiln .hub-page.board-page{max-width:none}.theme-playkiln .board-page{gap:0;min-height:100%;padding-bottom:0}.theme-playkiln .board-grid{width:100%}.theme-playkiln .board-cell--game:not(.board-cell--selected),.theme-playkiln .board-cell--builder:not(.board-cell--selected){border-color:#0000001a;box-shadow:0 1px 3px #0000000f}.theme-playkiln.appearance-dark .board-cell--game:not(.board-cell--selected),.theme-playkiln.appearance-dark .board-cell--builder:not(.board-cell--selected){border-color:#ffffff1a;box-shadow:0 1px 3px #00000047}.theme-playkiln .board-cell:hover:not(.board-cell--selected){box-shadow:0 4px 14px #0000001a}.theme-playkiln.appearance-dark .board-cell:hover:not(.board-cell--selected){box-shadow:0 4px 16px #0006}.theme-playkiln .board-cell--selected:after{border-color:var(--accent)}.theme-playkiln .board-command{z-index:10;border-bottom:1px solid var(--line);background:color-mix(in srgb, var(--void) 94%, transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);padding:1.15rem 1rem .72rem;position:sticky;top:4.25rem}.theme-playkiln .mobile-shell .board-command{top:0}.theme-playkiln .board-command__intro{justify-content:space-between;align-items:center;gap:1rem;display:flex}.theme-playkiln .board-command__intro h1{color:var(--ink);letter-spacing:-.045em;margin:0;font-size:1.65rem;line-height:1}.theme-playkiln .board-command__intro p{max-width:24rem;color:var(--ink-muted);text-align:right;font-size:.72rem;line-height:1.4}.theme-playkiln .board-command__controls{justify-content:space-between;align-items:center;gap:1rem;margin-top:.95rem;display:flex}.theme-playkiln .board-modes{background:0 0;border:0;border-radius:0;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:.75rem;width:15rem;margin:0;padding:0;display:grid}.theme-playkiln .board-mode{width:100%;min-height:2.4rem;color:var(--ink-muted);opacity:1;border-radius:0;gap:.35rem;padding:.4rem .75rem .55rem;font-size:.88rem;font-weight:740}.theme-playkiln .board-mode:after{background:0 0;height:2px;display:block;bottom:0;left:0;right:0}.theme-playkiln .board-mode small{color:var(--ink-muted);font-size:.62rem;font-weight:700}.theme-playkiln .board-mode:hover:not(.board-mode--on){color:var(--ink);opacity:1;background:0 0}.theme-playkiln .board-mode--on,.theme-playkiln .board-mode--on:hover{color:var(--ink);opacity:1;box-shadow:none;background:0 0}.theme-playkiln .board-mode--on:after{background:var(--accent)}.theme-playkiln .board-mode--on small{color:#8c9c22}.theme-playkiln .board-filters,.theme-playkiln .board-windows{align-items:center;gap:.15rem;display:flex}.theme-playkiln .board-windows button{color:var(--ink-muted);border-radius:7px;padding:.42rem .52rem;font-size:.68rem;font-weight:650}.theme-playkiln .board-windows button:hover{color:var(--ink);background:var(--chip-hover)}.theme-playkiln .board-windows button.is-on{color:var(--ink);background:#cadd362e}.theme-playkiln .board-sort{border-left:1px solid var(--line);color:var(--ink-muted);align-items:center;gap:.35rem;margin-left:.35rem;padding-left:.65rem;font-size:.65rem;display:flex}.theme-playkiln .board-sort select{background:var(--surface-2);color:var(--ink);font:inherit;cursor:pointer;border:0;border-radius:7px;outline:none;padding:.4rem 1.5rem .4rem .45rem;font-weight:720}.theme-playkiln .board-sort select:focus-visible{box-shadow:0 0 0 3px #cadd3633}.theme-playkiln .board-context{color:var(--ink-muted);text-transform:capitalize;justify-content:space-between;padding:.72rem 1rem .2rem;font-size:.66rem;display:flex}.theme-playkiln .board-context strong{color:var(--ink)}.theme-playkiln .board-grid{grid-auto-flow:row;gap:.65rem;padding:.65rem 1rem 1.25rem}.theme-playkiln .board-card{aspect-ratio:1;min-width:0;position:relative}.theme-playkiln .board-card--wide{aspect-ratio:2;grid-column:span 2}.theme-playkiln .board-card .board-cell{height:100%}.theme-playkiln .board-cell{border-radius:12px}.theme-playkiln .board-cell--game .board-cell__art{transition:transform .22s cubic-bezier(.22,1,.36,1),filter .18s}.theme-playkiln .board-card:hover .board-cell__art{filter:saturate(1.08);transform:scale(1.025)}.theme-playkiln .board-card:hover .board-cell:not(.board-cell--selected){transform:translateY(-2px);box-shadow:0 10px 24px #00000026}.theme-playkiln .board-cell__shade{background:linear-gradient(#0000000d 15%,#0000002e 45%,#000000e6 100%)}.theme-playkiln .board-cell__title{font-size:.9rem;font-weight:780}.theme-playkiln .board-cell__sub{color:#ffffffb8;text-shadow:none;margin-top:.16rem;font-size:.62rem;display:block}.theme-playkiln .board-cell__stats{color:#ffffffb3;text-shadow:none;align-items:center;gap:.6rem;margin-top:.45rem;font-size:.61rem;display:flex}.theme-playkiln .board-cell__stats b{color:#e5ed91}.theme-playkiln .board-cell__rank{z-index:2;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0c0d12c2;border-radius:6px;padding:.28rem .42rem;font-size:.62rem;font-weight:800;position:absolute;top:.55rem;left:.55rem}.theme-playkiln .board-cell__momentum{z-index:2;color:#1a1d0c;text-transform:uppercase;letter-spacing:.04em;background:#cadd36e6;border-radius:6px;align-items:center;gap:.28rem;padding:.28rem .42rem;font-size:.56rem;font-weight:800;display:flex;position:absolute;top:.55rem;right:.55rem}.theme-playkiln .board-cell__momentum i{background:currentColor;border-radius:50%;width:.32rem;height:.32rem}.theme-playkiln .board-card--selected .board-cell{box-shadow:0 0 0 3px #cadd362e,0 10px 24px #00000029}.theme-playkiln .board-cell--selected:after{border-width:2px;border-color:#cadd36}.theme-playkiln .board-cell:focus-visible{outline:2px solid var(--ink);outline-offset:3px}.theme-playkiln .board-grid--builders{grid-template-columns:repeat(2,minmax(0,1fr))}.theme-playkiln .builder-card{border:1px solid var(--line);background:var(--surface-2);border-radius:14px;flex-direction:column;min-width:0;min-height:12.5rem;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex;position:relative}.theme-playkiln .builder-card:hover:not(.builder-card--selected){border-color:color-mix(in srgb, var(--cell-a) 38%, var(--line));transform:translateY(-2px);box-shadow:0 10px 24px #00000017}.theme-playkiln .builder-card--selected{border-color:#cadd36;box-shadow:0 0 0 3px #cadd3629}.theme-playkiln .builder-card--selected:hover{border-color:#cadd36;transform:translateY(-2px);box-shadow:0 0 0 3px #cadd3629,0 10px 24px #00000017}.theme-playkiln .builder-card__main{text-align:left;border-radius:inherit;flex:auto;grid-template-columns:3.25rem 1fr auto;align-content:start;gap:.7rem;width:100%;min-height:12.5rem;padding:.65rem .65rem 2.75rem;display:grid}.theme-playkiln .builder-card__main:focus-visible{outline-offset:2px;outline:2px solid #cadd36}.theme-playkiln .builder-card__avatar{background:linear-gradient(145deg, var(--cell-a), var(--cell-b));color:#0a0e14d9;border-radius:12px;place-items:center;width:3.25rem;height:3.25rem;font-size:1rem;font-weight:850;display:grid;box-shadow:inset 0 0 0 1px #ffffff2e}.theme-playkiln .builder-card__copy{flex-direction:column;min-width:0;display:flex}.theme-playkiln .builder-card__rank{color:#8b64d8;letter-spacing:.07em;text-transform:uppercase;font-size:.56rem;font-weight:800}.theme-playkiln .builder-card__copy strong{color:var(--ink);letter-spacing:-.02em;margin-top:.13rem;font-size:.88rem}.theme-playkiln .builder-card__handle{color:var(--ink-muted);font-size:.63rem}.theme-playkiln .builder-card__copy p{color:var(--ink-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:.68rem 0 .65rem;font-size:.68rem;line-height:1.45;display:-webkit-box;overflow:hidden}.theme-playkiln .builder-card__stats{color:var(--ink-muted);flex-wrap:wrap;gap:.3rem .65rem;font-size:.6rem;display:flex}.theme-playkiln .builder-card__stats b{color:var(--ink)}.theme-playkiln .builder-card__chevron{color:var(--ink-muted);margin-top:.2rem}.theme-playkiln .builder-card__open{z-index:2;border:1px solid var(--line);color:var(--ink);border-radius:8px;align-items:center;gap:.25rem;padding:.42rem .6rem;font-size:.64rem;font-weight:760;display:flex;position:absolute;bottom:.7rem;right:.75rem}.theme-playkiln .builder-card__open:hover{background:var(--chip-hover)}@media (width<=760px){.theme-playkiln .board-command{padding:.8rem .7rem .6rem;top:0}.theme-playkiln .board-command__intro{flex-direction:column;align-items:stretch;gap:.7rem}.theme-playkiln .board-command__intro h1,.theme-playkiln .board-command__intro p{display:none}.theme-playkiln .board-command__controls{flex-direction:column;align-items:stretch;gap:.5rem;margin-top:.65rem}.theme-playkiln .board-modes{width:100%}.theme-playkiln .board-mode{flex:1}.theme-playkiln .board-filters{justify-content:space-between;overflow-x:auto}.theme-playkiln .board-windows{min-width:max-content}.theme-playkiln .board-sort>span{display:none}.theme-playkiln .board-context{padding-inline:.7rem}.theme-playkiln .board-grid{gap:.45rem;padding:.55rem .7rem 1rem}.theme-playkiln .board-cell__stats{gap:.35rem}.theme-playkiln .board-cell__momentum{display:none}.theme-playkiln .board-grid--builders{grid-template-columns:1fr}}.theme-playkiln .hub-page:not(.board-page){gap:.75rem;max-width:40rem;margin-inline:auto;padding:1rem 1rem 2rem}.theme-playkiln .hub-page__title{letter-spacing:-.03em;font-size:1.25rem}.theme-playkiln .hub-page__sub{color:var(--ink-muted);opacity:1}.theme-playkiln .you-card,.theme-playkiln .builder-hero{background:var(--surface-2);border:1px solid var(--line);border-radius:10px}.theme-playkiln .hub-btn{border-color:var(--line);background:var(--surface-3);color:var(--ink);border-radius:8px}.theme-playkiln .hub-btn--on{background:var(--accent-soft);color:var(--accent);border-color:#0000}.theme-playkiln .hub-btn.hub-btn--ghost{background:0 0}.theme-playkiln a.hub-btn{text-decoration:none}.theme-playkiln .hub-row{background:var(--surface-2);border:1px solid var(--line);border-radius:10px}.theme-playkiln .hub-metrics em{color:var(--accent)}.theme-playkiln .board-command{padding:1.15rem 1rem .8rem}.theme-playkiln .board-command__intro h1{font-size:1.75rem}.theme-playkiln .board-command__controls{margin-top:1rem}.theme-playkiln .board-modes{gap:.4rem;width:13.5rem}.theme-playkiln .board-mode{min-height:2.3rem;padding-inline:.6rem}.board-filter-menu{margin-left:auto;position:relative}.theme-playkiln .board-filter-trigger{border:1px solid var(--line);background:var(--surface-2);min-height:2.45rem;color:var(--ink);border-radius:9px;align-items:center;gap:.65rem;padding:.48rem .65rem .48rem .8rem;font-size:.68rem;font-weight:740;display:flex;box-shadow:0 1px 2px #00000009}.theme-playkiln .board-filter-trigger:hover{background:var(--chip-hover)}.theme-playkiln .board-filter-trigger svg{color:var(--ink-muted);transition:transform .15s}.theme-playkiln .board-filter-trigger[aria-expanded=true] svg{transform:rotate(90deg)}.theme-playkiln .board-filter-popover{z-index:30;border:1px solid var(--line);background:var(--surface-2);border-radius:13px;grid-template-columns:1fr 1fr;gap:.75rem;width:21rem;padding:.8rem;display:grid;position:absolute;top:calc(100% + .5rem);right:0;box-shadow:0 18px 48px #0000002e}.theme-playkiln .board-filter-popover fieldset{border:0;min-width:0;margin:0;padding:0}.theme-playkiln .board-filter-popover legend{width:100%;color:var(--ink-muted);letter-spacing:.07em;text-transform:uppercase;margin-bottom:.4rem;font-size:.55rem;font-weight:800}.theme-playkiln .board-filter-popover fieldset button{width:100%;min-height:2rem;color:var(--ink-muted);text-align:left;border-radius:7px;align-items:center;padding:.35rem .5rem;font-size:.65rem;font-weight:680;display:flex}.theme-playkiln .board-filter-popover fieldset button:hover{background:var(--chip-hover);color:var(--ink)}.theme-playkiln .board-filter-popover fieldset button[aria-pressed=true]{color:var(--ink);background:#cadd3629}.theme-playkiln .board-filter-popover fieldset button[aria-pressed=true]:after{content:"✓";color:#7d8e14;margin-left:auto;font-weight:850}.theme-playkiln .board-grid{gap:.75rem;padding:.9rem 1rem 1.35rem}.theme-playkiln .board-cell__meta{background:linear-gradient(#0000,#06070a9e);padding:2.8rem .75rem .72rem}.theme-playkiln .board-cell__title{font-size:.92rem}.theme-playkiln .board-cell__sub{margin-top:.12rem}.theme-playkiln .board-cell__signal{color:#e5ed91;width:fit-content;margin-top:.48rem;font-size:.58rem;font-weight:760;display:block}.theme-playkiln .board-cell__recognition{z-index:3;color:#d8bcff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0c0d12c2;border-radius:7px;place-items:center;width:1.85rem;height:1.85rem;display:grid;position:absolute;top:.55rem;right:.55rem}.theme-playkiln .board-grid--builders{gap:.75rem}.theme-playkiln .builder-card{min-height:14.5rem;overflow:hidden}.theme-playkiln .builder-card__main{grid-template-rows:auto 1fr;grid-template-columns:1fr auto;gap:0;min-height:14.5rem;padding:0 0 3.2rem;display:grid}.theme-playkiln .builder-card__visual{background:linear-gradient(135deg, color-mix(in srgb, var(--cell-a) 70%, #111319), color-mix(in srgb, var(--cell-b) 45%, #111319));grid-column:1/-1;height:8.4rem;position:relative;overflow:hidden}.theme-playkiln .builder-card__visual:after{content:"";background:linear-gradient(#0000 32%,#06070a80 100%);position:absolute;inset:0}.theme-playkiln .builder-card__portfolio{grid-template-columns:repeat(3,1fr);gap:.4rem;display:grid;position:absolute;inset:.7rem .7rem 1.1rem 5.1rem;transform:rotate(-2deg)}.theme-playkiln .builder-card__portfolio>span{z-index:1;background:#111319;border:1px solid #ffffff21;border-radius:9px;min-width:0;padding:18% 10%;position:relative;overflow:hidden;box-shadow:0 10px 20px #0003}.theme-playkiln .builder-card__avatar{z-index:2;border:3px solid #ffffffad;border-radius:14px;width:4.15rem;height:4.15rem;font-size:1rem;position:absolute;bottom:.75rem;left:.75rem;box-shadow:0 10px 24px #00000038}.theme-playkiln .builder-card__rank{z-index:3;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0c0d12bf;border-radius:6px;padding:.28rem .4rem;font-size:.58rem;position:absolute;top:.6rem;left:.6rem}.theme-playkiln .builder-card__copy{grid-template-columns:1fr auto;align-items:start;gap:.35rem .75rem;padding:.78rem .8rem 0;display:grid}.theme-playkiln .builder-card__copy>span:first-child{flex-direction:column;min-width:0;display:flex}.theme-playkiln .builder-card__copy>span:first-child strong{text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.88rem;overflow:hidden}.theme-playkiln .builder-card__copy>span:first-child small{color:var(--ink-muted);font-size:.6rem}.theme-playkiln .builder-card__standing{color:#7950c4;background:#8b64d81a;border-radius:6px;justify-self:end;padding:.25rem .4rem;font-size:.52rem;font-weight:780}.theme-playkiln .builder-card__signal{color:var(--ink-muted);grid-column:1/-1;font-size:.61rem;font-weight:690}.theme-playkiln .builder-card__chevron{align-self:center;margin:.8rem .75rem 0 0}.theme-playkiln .builder-card__open{min-height:2rem;bottom:.7rem}@media (width<=760px){.theme-playkiln .board-command{padding:.68rem .7rem .62rem}.theme-playkiln .board-command__controls{flex-direction:row;align-items:center;gap:.6rem;margin-top:0}.theme-playkiln .board-modes{flex:1;gap:.2rem;width:auto}.theme-playkiln .board-filter-trigger{white-space:nowrap}.theme-playkiln .board-filter-trigger span{text-overflow:ellipsis;max-width:7.4rem;overflow:hidden}.theme-playkiln .board-filter-popover{top:auto;right:max(.7rem, var(--safe-x));bottom:max(.7rem, var(--safe-bottom));left:max(.7rem, var(--safe-x));width:auto;position:fixed}.theme-playkiln .board-grid{gap:.5rem;padding:.7rem .7rem 1rem}.theme-playkiln .board-cell__recognition{right:2.75rem}.theme-playkiln .board-cell__signal{margin-top:.35rem}.theme-playkiln .builder-card__portfolio{right:.7rem}}@media (prefers-reduced-motion:reduce){.theme-playkiln .board-filter-trigger svg,.theme-playkiln .builder-card *{transition:none!important}}.builder-page{width:100%;max-width:52rem;color:var(--ink);margin-inline:auto;padding:1rem 0 2.5rem}.builder-page__back{min-height:2.5rem;color:var(--ink-muted);align-items:center;gap:.3rem;margin-bottom:.65rem;font-size:.75rem;font-weight:750;display:inline-flex}.builder-page__back:hover{color:var(--ink)}.builder-page__hero{border:1px solid var(--line);background:var(--surface-2);border-radius:18px;grid-template-columns:minmax(17rem,.95fr) minmax(18rem,1.05fr);min-height:24rem;display:grid;overflow:hidden;box-shadow:0 20px 50px #00000017}.builder-page__visual{background:radial-gradient(circle at 76% 18%, color-mix(in srgb, var(--profile-c) 72%, white), transparent 28%), radial-gradient(circle at 15% 95%, var(--profile-b), transparent 44%), linear-gradient(135deg, var(--profile-a), color-mix(in srgb, var(--profile-b) 65%, var(--profile-a)));place-items:center;min-height:24rem;display:grid;position:relative;overflow:hidden}.builder-page__visual:after{content:"";background:radial-gradient(circle at 50% 44%,#0000 20%,#05070a85 100%);position:absolute;inset:0}.builder-page__visual-games{grid-template-rows:1fr 1fr;grid-template-columns:1.25fr .8fr;gap:.55rem;display:grid;position:absolute;inset:12% 9% 19%;transform:rotate(-3deg)}.builder-page__visual-games>span{z-index:1;background:#101117;border:1px solid #ffffff29;border-radius:12px;padding:12%;position:relative;overflow:hidden;box-shadow:0 18px 35px #0000003d}.builder-page__visual-games>span:first-child{grid-row:1/-1;padding:24% 14%}.builder-page__avatar{z-index:2;background:linear-gradient(135deg, var(--profile-b), var(--profile-c));color:#111319;border:4px solid #ffffffb8;border-radius:19px;place-items:center;width:5.4rem;height:5.4rem;font-size:1.35rem;font-weight:880;display:grid;position:absolute;bottom:1.1rem;left:1.1rem;box-shadow:0 12px 30px #00000047}.builder-page__hero-copy{flex-direction:column;justify-content:center;padding:2.4rem;display:flex}.builder-page__eyebrow{color:#7950c4;letter-spacing:.08em;text-transform:uppercase;font-size:.62rem;font-weight:820}.builder-page__hero h1{letter-spacing:-.06em;margin:.65rem 0 .1rem;font-size:clamp(2.2rem,5vw,3.8rem);line-height:.96}.builder-page__handle{color:var(--ink-muted);font-size:.78rem}.builder-page__hero-copy>p{max-width:28rem;color:var(--ink-muted);margin-top:1rem;font-size:.9rem;line-height:1.6}.builder-page__actions{gap:.55rem;margin-top:1.35rem;display:flex}.builder-page__actions button,.builder-page__actions a{border:1px solid var(--line);min-height:2.9rem;color:var(--ink);border-radius:10px;justify-content:center;align-items:center;gap:.4rem;padding:.6rem 1rem;font-size:.7rem;font-weight:780;display:inline-flex}.builder-page__actions button{color:#14170c;background:#ddf247;border-color:#0000;min-width:8rem}.builder-page__actions button.is-on{color:#7950c4;background:#8b64d81c;border-color:#8b64d847}.builder-page__actions a:hover{background:var(--chip-hover)}.builder-page__proof{grid-template-columns:repeat(4,1fr);gap:.65rem;margin:.85rem 0 1.25rem;display:grid}.builder-page__proof>div{border:1px solid var(--line);background:var(--surface-2);border-radius:12px;flex-direction:column;gap:.14rem;padding:.85rem .9rem;display:flex}.builder-page__proof span{color:var(--ink-muted);letter-spacing:.06em;text-transform:uppercase;font-size:.55rem;font-weight:780}.builder-page__proof strong{font-size:1.1rem}.builder-page__content{grid-template-columns:minmax(0,1.45fr) minmax(15rem,.75fr);align-items:start;gap:1rem;display:grid}.builder-page__portfolio,.builder-page__path,.builder-page__achievements{border:1px solid var(--line);background:var(--surface-2);border-radius:14px;padding:1.15rem}.builder-page__section-heading{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:.8rem;display:flex}.builder-page__section-heading>div{flex-direction:column;gap:.16rem;display:flex}.builder-page__section-heading span{color:#7950c4;letter-spacing:.08em;text-transform:uppercase;font-size:.56rem;font-weight:820}.builder-page__section-heading h2{letter-spacing:-.035em;margin:0;font-size:1.2rem}.builder-page__section-heading small{color:var(--ink-muted);font-size:.6rem}.builder-page__game-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;display:grid}.builder-page__game-grid>button{aspect-ratio:1.35;text-align:left;background:#101117;border-radius:12px;min-width:0;position:relative;overflow:hidden}.builder-page__game-grid>button:hover .builder-page__game-art{filter:saturate(1.08);transform:scale(1.035)}.builder-page__game-grid>button:focus-visible{outline-offset:3px;outline:2px solid #cadd36}.builder-page__game-art{padding:13% 29%;transition:transform .18s,filter .18s;position:absolute;inset:0}.builder-page__game-shade{background:linear-gradient(#0000 38%,#050609db 100%);position:absolute;inset:0}.builder-page__game-award{color:#d8bcff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f1016c7;border-radius:7px;place-items:center;width:1.75rem;height:1.75rem;display:grid;position:absolute;top:.55rem;right:.55rem}.builder-page__game-copy{z-index:1;color:#fff;flex-direction:column;gap:.08rem;display:flex;position:absolute;bottom:.65rem;left:.7rem;right:.7rem}.builder-page__game-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.builder-page__game-copy small{color:#ffffffab;font-size:.55rem}.builder-page__reputation{flex-direction:column;gap:1rem;display:flex}.builder-page__path{--path-accent:#8b64d8;border-top:3px solid var(--path-accent)}.builder-page__path--player{--path-accent:#cadd36}.builder-page__path-head{justify-content:space-between;align-items:center;gap:1rem;display:flex}.builder-page__path-head span{color:var(--path-accent);letter-spacing:.07em;text-transform:uppercase;font-size:.56rem;font-weight:820}.builder-page__path-head strong{color:var(--ink-muted);font-size:.58rem}.builder-page__path h2{letter-spacing:-.03em;margin:.5rem 0 .3rem;font-size:1.05rem}.builder-page__path p{color:var(--ink-muted);font-size:.65rem;line-height:1.5}.builder-page__progress{background:var(--surface-3);border-radius:999px;height:.38rem;margin-top:.85rem;overflow:hidden}.builder-page__progress span{border-radius:inherit;background:var(--path-accent);height:100%;display:block}.builder-page__path>small{color:var(--ink-muted);margin-top:.35rem;font-size:.52rem;display:block}.builder-page__achievements>div:last-child{gap:.4rem;display:grid}.builder-page__achievements>div:last-child>span{background:var(--surface);border-radius:8px;grid-template-columns:1.15rem 1fr auto;align-items:center;gap:.4rem;min-height:2.65rem;padding:.45rem .5rem;display:grid}.builder-page__achievements i{color:#7950c4;font-size:.65rem;font-style:normal}.builder-page__achievements strong{font-size:.64rem}.builder-page__achievements small{color:var(--ink-muted);font-size:.52rem}@media (width<=760px){.builder-page{padding:.7rem max(.7rem, var(--safe-x)) 1.5rem}.builder-page__hero{grid-template-columns:1fr}.builder-page__visual{min-height:18rem}.builder-page__hero-copy{padding:1.4rem 1rem 1.15rem}.builder-page__hero h1{font-size:2.65rem}.builder-page__proof{grid-template-columns:1fr 1fr;gap:.5rem}.builder-page__content{grid-template-columns:1fr}}@media (width<=430px){.builder-page__visual{min-height:15rem}.builder-page__actions{grid-template-columns:1fr 1fr;display:grid}.builder-page__actions button,.builder-page__actions a{min-width:0}.builder-page__game-grid{gap:.45rem}}@media (prefers-reduced-motion:reduce){.builder-page *{transition:none!important}}.result-page{width:100%;max-width:52rem;color:var(--ink);margin-inline:auto;padding:1rem 0 2.5rem}.result-page__overlay{z-index:40;position:fixed;inset:0}.result-page__back{min-height:2.5rem;color:var(--ink-muted);align-items:center;gap:.3rem;margin-bottom:.65rem;font-size:.75rem;font-weight:750;display:inline-flex}.result-page__back:hover{color:var(--ink)}.result-page__hero{border:1px solid var(--line);background:var(--surface-2);border-radius:18px;grid-template-columns:minmax(15rem,.9fr) minmax(18rem,1.1fr);min-height:25rem;display:grid;overflow:hidden;box-shadow:0 20px 50px #00000017}.result-page__art{background:radial-gradient(circle at 50% 35%, color-mix(in srgb, var(--result-c) 38%, transparent), transparent 46%), linear-gradient(145deg, var(--result-a), color-mix(in srgb, var(--result-b) 72%, #090a0f));place-items:center;min-height:25rem;padding:23%;display:grid;position:relative;overflow:hidden}.result-page__art:after{content:"";pointer-events:none;background:radial-gradient(circle,#0000 20%,#04050894 100%);position:absolute;inset:0}.result-page__art .pixel-icon{z-index:1;aspect-ratio:1;position:relative;box-shadow:0 25px 60px #00000061}.result-page__summary{flex-direction:column;justify-content:center;padding:2.4rem;display:flex}.result-page__eyebrow{color:#7d8e14;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.4rem;font-size:.62rem;font-weight:820;display:flex}.result-page__eyebrow i{background:#cadd36;border-radius:50%;width:.42rem;height:.42rem;box-shadow:0 0 0 4px #cadd3626}.result-page--failed .result-page__eyebrow{color:#a94932}.result-page--failed .result-page__eyebrow i{background:#c45c40;box-shadow:0 0 0 4px #c45c4024}.result-page--quit .result-page__eyebrow{color:#7950c4}.result-page--quit .result-page__eyebrow i{background:#8b64d8;box-shadow:0 0 0 4px #8b64d824}.result-page__hero h1{letter-spacing:-.06em;margin:.65rem 0 .9rem;font-size:clamp(2.15rem,4vw,3.7rem);line-height:.94}.result-page__score{flex-direction:column;gap:.12rem;display:flex}.result-page__score span{color:var(--ink-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.56rem;font-weight:800}.result-page__score strong{letter-spacing:-.075em;font-variant-numeric:tabular-nums;font-size:clamp(3.4rem,7vw,5.8rem);line-height:.86}.result-page__score--empty strong{font-size:2rem;line-height:1}.result-page__best{color:#6f7c12;letter-spacing:.035em;text-transform:uppercase;background:#cadd362b;border-radius:999px;align-self:flex-start;align-items:center;gap:.35rem;margin-top:.75rem;padding:.38rem .62rem;font-size:.6rem;font-weight:820;display:inline-flex}.appearance-dark .result-page__best{color:#dbea63}.result-page__summary>p{max-width:25rem;color:var(--ink-muted);margin-top:.9rem;font-size:.72rem;line-height:1.5}.result-page__replay{color:#14170c;background:#ddf247;border-radius:10px;justify-content:center;align-items:center;gap:.45rem;width:100%;min-height:4rem;margin-top:1.15rem;font-size:.88rem;font-weight:820;display:flex;box-shadow:0 14px 34px #acc41c47}.result-page__replay:hover{background:#e8fa60}.result-page__replay:disabled{background:var(--surface-3);color:var(--ink-muted);box-shadow:none;cursor:not-allowed}.result-page__proof{grid-template-columns:repeat(3,1fr);gap:.65rem;margin:.85rem 0 1rem;display:grid}.result-page__proof>div{border:1px solid var(--line);background:var(--surface-2);border-radius:12px;flex-direction:column;gap:.12rem;min-width:0;padding:.85rem .9rem;display:flex}.result-page__proof span{color:var(--ink-muted);letter-spacing:.06em;text-transform:uppercase;font-size:.55rem;font-weight:780}.result-page__proof strong{font-variant-numeric:tabular-nums;font-size:1.1rem}.result-page__proof small{color:var(--ink-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.58rem;overflow:hidden}.result-page__section{border:1px solid var(--line);background:var(--surface-2);border-radius:14px;padding:1.2rem}.result-page__section-heading{color:#7950c4;justify-content:space-between;align-items:flex-start;display:flex}.result-page__section-heading span{letter-spacing:.08em;text-transform:uppercase;font-size:.56rem;font-weight:820}.result-page__section-heading h2{color:var(--ink);letter-spacing:-.035em;margin:.35rem 0 0;font-size:1.2rem}.result-page__unlock-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;margin-top:.85rem;display:grid}.result-page__unlock{border:1px solid var(--line);background:linear-gradient(135deg,#8b64d814,#cadd360a);border-radius:11px;grid-template-columns:2.7rem 1fr;align-items:center;gap:.7rem;min-width:0;padding:.8rem;display:grid}.result-page__unlock--platform{background:linear-gradient(135deg,#cadd361a,#8b64d80a)}.result-page__unlock-mark{color:#7950c4;background:#8b64d821;border-radius:9px;place-items:center;width:2.7rem;height:2.7rem;display:grid}.result-page__unlock--platform .result-page__unlock-mark{color:#76830f;background:#cadd362e}.result-page__unlock small{color:#7950c4;letter-spacing:.07em;text-transform:uppercase;font-size:.5rem;font-weight:820}.result-page__unlock--platform small{color:#76830f}.result-page__unlock h3{margin:.14rem 0 .18rem;font-size:.76rem}.result-page__unlock p{color:var(--ink-muted);font-size:.58rem;line-height:1.4}.result-page__appreciation{border:1px solid var(--line);background:var(--surface-2);border-radius:14px;justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;padding:1rem 1.1rem;display:flex}.result-page__appreciation>div{flex-direction:column;gap:.18rem;display:flex}.result-page__appreciation span{color:#7950c4;letter-spacing:.07em;text-transform:uppercase;font-size:.56rem;font-weight:820}.result-page__appreciation strong{font-size:.78rem}.result-page__appreciation button{border:1px solid var(--line);min-height:2.7rem;color:var(--ink);border-radius:9px;flex:none;justify-content:center;align-items:center;gap:.35rem;padding:.55rem .85rem;font-size:.65rem;font-weight:780;display:inline-flex}.result-page__appreciation button:hover{background:var(--chip-hover)}.result-page__appreciation button.is-on{color:#7950c4;background:#8b64d81c;border-color:#8b64d84d}.result-page__appreciation button.is-on svg{fill:currentColor}.result-page__continuation{justify-content:space-between;align-items:center;gap:.7rem;margin-top:1rem;display:flex}.result-page__continuation a{border:1px solid var(--line);min-height:2.85rem;color:var(--ink);border-radius:9px;justify-content:center;align-items:center;gap:.3rem;padding:.6rem .9rem;font-size:.67rem;font-weight:760;display:inline-flex}.result-page__continuation a:hover{background:var(--chip-hover)}.result-page__continuation a:last-child{color:var(--ink-muted);border-color:#0000}@media (width<=760px){.result-page{padding:.7rem max(.7rem, var(--safe-x)) 1.5rem}.result-page__hero{grid-template-columns:1fr}.result-page__art{min-height:17rem;padding:18% 31%}.result-page__summary{padding:1.35rem 1rem 1.15rem}.result-page__proof{grid-template-columns:1fr 1fr;gap:.5rem}.result-page__proof>div:last-child{grid-column:1/-1}}@media (width<=520px){.result-page__art{min-height:14rem}.result-page__unlock-grid{grid-template-columns:1fr}.result-page__appreciation,.result-page__continuation{flex-direction:column;align-items:stretch}.result-page__continuation a:last-child{order:2}}@media (prefers-reduced-motion:reduce){.result-page *{transition:none!important}}.play-shell{background:#0e1015;grid-template-columns:3.5rem minmax(0,1fr);width:100%;height:100dvh;display:grid;overflow:hidden}.play-shell__dock{z-index:20;padding:.7rem .35rem max(.7rem, var(--safe-bottom));color:#c5c8d1;background:#111319;border-right:1px solid #ffffff1a;flex-direction:column;align-items:center;gap:.45rem;display:flex;position:relative}.play-shell__dock>button{border-radius:9px;place-items:center;width:2.75rem;height:2.75rem;display:grid}.play-shell__dock>button:hover,.play-shell__dock>button:focus-visible{color:#fff;background:#222630;outline:none}.play-shell__dock .play-shell__mark{margin-bottom:.4rem}.play-shell__dock>button:last-child{margin-top:auto}.play-shell__stage{min-width:0;min-height:0;position:relative;overflow:hidden}.play-shell__status{z-index:10;color:#ffffffad;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;max-width:min(24rem,50%);font-size:.72rem;font-weight:650;position:absolute;top:.65rem;right:1rem;overflow:hidden}.play-shell .play{height:100%;min-height:0;padding:.65rem}.play-shell .play__stage{flex:1}.play-shell__mobile-header{display:none}.play-shell__overlay{z-index:80;position:fixed;inset:0}.play-shell__scrim{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:default;background:#050609ad;width:100%;height:100%;position:absolute;inset:0}.play-shell__drawer{color:#f5f2e9;background:#111319;flex-direction:column;width:min(23rem,100% - 1.5rem);height:100%;display:flex;position:relative;box-shadow:18px 0 60px #00000073}.play-shell__drawer>header{padding:max(.8rem, calc(var(--safe-top) + .45rem)) 1rem .85rem;border-bottom:1px solid #ffffff17;justify-content:space-between;align-items:center;display:flex}.play-shell__drawer>header>button:last-child{color:#9298a8;border-radius:9px;place-items:center;width:2.75rem;height:2.75rem;display:grid}.play-shell__drawer>header>button:last-child:hover{color:#fff;background:#1b1e27}.play-shell__brand{text-align:left;align-items:center;gap:.65rem;display:flex}.play-shell__brand>span{flex-direction:column;display:flex}.play-shell__brand strong{letter-spacing:-.025em;font-size:.98rem}.play-shell__brand small{color:#9298a8;letter-spacing:.075em;text-transform:uppercase;font-size:.58rem}.play-shell__drawer-body{flex:1;min-height:0;padding:1rem;overflow-y:auto}.play-shell__drawer .global-search__open{color:#9298a8;width:100%;box-shadow:none;background:#1b1e27;border-color:#ffffff1a}.play-shell__build,.play-shell__drawer nav button{text-align:left;border-radius:10px;align-items:center;gap:.7rem;width:100%;min-height:3rem;padding:.6rem .75rem;font-size:.84rem;font-weight:760;display:flex}.play-shell__build{color:#14170c;background:#ddf247;margin:1rem 0 .5rem}.play-shell__build svg:last-child{margin-left:auto}.play-shell__drawer nav{flex-direction:column;gap:.25rem;display:flex}.play-shell__drawer nav button{color:#c5c8d1}.play-shell__drawer nav button:hover{color:#fff;background:#1b1e27}.play-shell__drawer>footer{padding:.85rem 1rem max(.85rem, var(--safe-bottom));border-top:1px solid #ffffff17;justify-content:space-between;align-items:center;display:flex}.play-shell__drawer>footer>span{color:#9298a8;align-items:center;gap:.65rem;display:flex}.play-shell__drawer>footer>span>span{flex-direction:column;display:flex}.play-shell__drawer>footer strong{color:#f5f2e9;font-size:.76rem}.play-shell__drawer>footer small{font-size:.62rem}.play-shell__drawer>footer>button{border-radius:8px;place-items:center;width:2.5rem;height:2.5rem;display:grid}.play-shell__drawer>footer>button:hover{background:#1b1e27}@media (width<=1099px),(hover:none),(pointer:coarse){.play-shell{flex-direction:column;display:flex}.play-shell__dock,.play-shell__status{display:none}.play-shell__mobile-header{z-index:20;min-height:calc(3.2rem + var(--safe-top));padding:var(--safe-top) max(.45rem, var(--safe-x)) 0;color:#c5c8d1;background:#111319;border-bottom:1px solid #ffffff1a;grid-template-columns:2.75rem 1fr 2.75rem;align-items:center;display:grid;position:relative}.play-shell__mobile-header>button{border-radius:9px;place-items:center;width:2.75rem;height:2.75rem;display:grid}.play-shell__mobile-header>span{justify-content:center;align-items:center;gap:.5rem;min-width:0;display:flex}.play-shell__mobile-header small{text-overflow:ellipsis;white-space:nowrap;color:#9298a8;max-width:13rem;overflow:hidden}.play-shell__stage{flex:1}.play-shell .play{padding:.45rem}}@media (prefers-reduced-motion:reduce){.play-shell *{scroll-behavior:auto!important;transition:none!important}}
