:root{--bg: #0b0d12;--bg-glow: #161a25;--fg: #e8e6df;--muted: #8a8a94;--accent: #d9a441;--accent-ink: #1a1410;--panel: #15181f;--title-bar-height: 72px;--footer-height: 32px;color-scheme:dark}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:Rubik,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-weight:400;-webkit-font-smoothing:antialiased;height:100vh;height:100dvh;overflow:hidden}body{background:radial-gradient(ellipse 80% 60% at 50% 45%,var(--bg-glow) 0%,var(--bg) 70%),var(--bg);position:relative;isolation:isolate}.facade-bg{position:fixed;top:0;left:0;width:calc(100vw + 150px);height:calc(100vh + 150px);height:calc(100dvh + 150px);z-index:-2;pointer-events:none;overflow:hidden;display:grid;grid-template-columns:repeat(auto-fill,150px);grid-template-rows:repeat(auto-fill,150px);filter:blur(1px) saturate(.55) brightness(.45)}.facade-bg__tile{width:150px;height:150px;background-image:var(--facade-atlas);background-size:600px 600px;background-repeat:no-repeat}body:after{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(ellipse 70% 60% at 50% 50%,#0b0d128c,#0b0d12d9 70%,#0b0d12f2)}#landing{display:flex;flex-direction:column;align-items:center;gap:16px;padding-bottom:16px;height:calc(100vh - var(--footer-height));height:calc(100dvh - var(--footer-height))}.title-bar,.game-slot,.site-footer{opacity:0;transition:opacity .24s ease 60ms}body.is-ready .title-bar,body.is-ready .game-slot,body.is-ready .site-footer{opacity:1}.title-bar{width:100%;height:var(--title-bar-height);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;flex-shrink:0}.title-bar__name{margin:0;font-size:1.125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--fg)}.title-bar__tagline{margin:0;font-size:.8125rem;font-weight:400;color:var(--muted);letter-spacing:.01em}.game-slot{aspect-ratio:9 / 16;height:calc(100vh - var(--title-bar-height) - var(--footer-height) - 32px);height:calc(100dvh - var(--title-bar-height) - var(--footer-height) - 32px);max-width:100vw;background:var(--panel);border-radius:10px;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 40px #00000073;transition:transform .2s ease,box-shadow .2s ease}.game-slot--idle{cursor:pointer;background-image:linear-gradient(180deg,#0b0d1226,#0b0d128c 60%,#0b0d1226),url(/preview.jpg);background-size:cover;background-position:center}.game-slot--idle:hover{box-shadow:0 14px 48px #0000008c}@keyframes play-pulse{0%,to{transform:scale(1);box-shadow:0 4px 20px #d9a44140}50%{transform:scale(1.04);box-shadow:0 6px 28px #d9a44173}}.play-button{display:inline-flex;align-items:center;gap:10px;padding:14px 36px 14px 28px;font-family:inherit;font-size:1.125rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;background:var(--accent);color:var(--accent-ink);border:none;border-radius:999px;cursor:pointer;transition:transform .12s ease,opacity .12s ease,box-shadow .12s ease;box-shadow:0 4px 20px #d9a44140;animation:play-pulse 2.5s ease-in-out infinite}.play-button:hover:not(:disabled),.play-button:focus-visible:not(:disabled){animation:none;transform:translateY(-1px);box-shadow:0 6px 24px #d9a44166}.play-button:active:not(:disabled){animation:none;transform:translateY(0)}.play-button:disabled{animation:none;opacity:.5;cursor:default;box-shadow:none}@media (prefers-reduced-motion: reduce){.play-button{animation:none}}.play-button__icon{width:16px;height:16px;fill:var(--accent-ink);flex-shrink:0}.play-button__label{line-height:1}.unity-canvas{width:100%;height:100%;display:block;background:#000}.unity-progress{position:absolute;left:16px;right:16px;bottom:16px;height:4px;background:#ffffff1a;border-radius:999px;overflow:hidden}.unity-progress__bar{width:0%;height:100%;background:var(--accent);transition:width .12s linear}.game-slot__error{padding:24px;color:var(--muted);text-align:center}.site-footer{position:fixed;left:0;right:0;bottom:0;height:var(--footer-height);padding:0 16px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;color:var(--muted);font-size:.7rem;font-variant-numeric:tabular-nums}.site-footer__copy{justify-self:start;letter-spacing:.02em}.site-footer__stamp{justify-self:center}.site-footer__link{justify-self:end;color:var(--muted);text-decoration:none;letter-spacing:.02em}.site-footer__link:hover{color:var(--fg)}
