:root { color-scheme: dark; --ink: #f1efe9; --muted: #b8b6ae; --paper: #302f2d; --line: rgba(241, 239, 233, .18); --green: #4e8974; --ember: #f2793f; --pink: #df318b; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: #090a0a; color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
html.theater-open, body.theater-open { overflow: hidden; }
.site-shell { min-height: 100svh; overflow: hidden; background: linear-gradient(180deg, #101111 0, #171817 42rem, #292826 100%); }
.nav, main, footer { width: min(1180px, calc(100% - 40px)); margin: auto; }
.site-header { border-top: 4px solid #a6d76c; background: #405d3d; box-shadow: 0 3px 0 rgba(0, 0, 0, .34), 0 0 16px rgba(166, 215, 108, .32); }
.nav { display: flex; align-items: center; gap: 28px; min-height: 74px; }
.brand { flex: 1 1 auto; color: #fff; font-family: "Comic Sans MS", "Segoe Print", cursive; font-size: clamp(1rem, 1.85vw, 1.28rem); font-weight: 900; letter-spacing: -.035em; line-height: 1; text-decoration: none; text-shadow: 2px 2px 0 #101210, -1px -1px 0 #101210, 1px -1px 0 #101210; white-space: nowrap; }
.brand em { color: var(--green); font-style: normal; }
.nav-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 21px; border: 2px solid #122719; border-radius: 999px; background: #145593; box-shadow: inset 0 1px rgba(255,255,255,.25), 0 2px 0 rgba(0,0,0,.35); color: #fff; font-size: .82rem; font-weight: 950; letter-spacing: .04em; text-decoration: none; white-space: nowrap; }
.nav-cta:hover, .nav-cta:focus-visible { background: #1a67ac; transform: translateY(-1px); }
.install-app { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 42px; padding: 0 15px; border: 1px solid #122719; border-radius: 999px; background: rgba(11, 29, 20, .55); color: #fff; cursor: pointer; font-size: .75rem; font-weight: 900; letter-spacing: .04em; }
.install-app:hover, .install-app:focus-visible { background: #183e29; outline: 2px solid #a6d76c; outline-offset: 2px; }
.install-app svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.game-player { margin-top: 34px; transition: width .25s ease, transform .25s ease; }
.game-shell { position: relative; border: 1px solid rgba(241, 239, 233, .24); border-bottom: 0; border-radius: 18px 11px 0 0; overflow: hidden; background: #090909; box-shadow: 0 32px 90px rgba(0, 0, 0, .5), inset 0 1px rgba(255, 255, 255, .06); }
.game-shell::before { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .025); }
.game-frame { display: block; width: 100%; height: min(68vw, 720px, calc(100svh - 172px)); min-height: 0; border: 0; background: #081612; }
.game-controls { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 13px 16px 13px 21px; border: 1px solid rgba(241, 239, 233, .24); border-radius: 0 0 16px 9px; background: #242522; box-shadow: 0 18px 42px rgba(0,0,0,.25); }
.game-controls h1 { margin: 0; color: #f2efe8; font-family: inherit; font-size: clamp(.94rem, 1.6vw, 1.12rem); font-weight: 800; letter-spacing: .01em; line-height: 1.2; }
.control-actions { display: flex; align-items: center; gap: 7px; }
.control-button { display: grid; width: 38px; height: 38px; place-items: center; padding: 0; border: 1px solid rgba(241, 239, 233, .22); border-radius: 10px 7px 9px 6px; background: #30312e; color: #e6e3da; cursor: pointer; transition: background .18s ease, color .18s ease, transform .18s ease; }
.control-button:hover, .control-button:focus-visible { background: #405d3d; color: #fff; outline: 2px solid #a6d76c; outline-offset: 2px; transform: translateY(-1px); }
.control-button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.9; }
.game-player.is-theater { position: fixed; z-index: 50; inset: 0; display: flex; flex-direction: column; width: 100vw; height: 100dvh; margin: 0; padding: 0; background: #050605; }
.game-player.is-theater .game-shell { flex: 1 1 auto; min-height: 0; }
.game-player.is-theater .game-frame { height: 100%; min-height: 0; }
.game-player.is-theater .game-controls { flex: 0 0 auto; border-right: 0; border-bottom: 0; border-left: 0; border-radius: 0; }
.game-player.is-theater .game-shell { border: 0; border-radius: 0; }
.details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 44px 0 76px; border: 1px solid var(--line); background: var(--line); border-radius: 14px 9px 15px 10px; overflow: hidden; }
.details article { padding: 25px 27px; background: #232422; }
.details article:nth-child(2) { background: #285044; }
.details article:nth-child(3) { background: #2e2d2a; }
.details h2 { margin: 0 0 8px; color: #fff; font-size: .9rem; letter-spacing: .06em; text-transform: uppercase; }
.details p { margin: 0; color: #d2d0c9; font-size: .92rem; line-height: 1.6; }
.eyebrow { margin: 0 0 9px; color: var(--ember); font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.copy-nav { margin: 0 0 28px; padding: 24px 28px 26px; border: 1px solid rgba(241, 239, 233, .18); border-left: 3px solid var(--green); border-radius: 13px 8px 15px 10px; background: #20211f; }
.copy-nav-title { display: block; margin-bottom: 15px; color: var(--ember); font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.copy-nav ol { margin: 0; padding: 0; list-style: none; }
.copy-nav li { min-width: 0; }
.copy-nav > ol > li { position: relative; padding-left: 17px; }
.copy-nav > ol > li + li { margin-top: 15px; }
.copy-nav > ol > li::before { content: ""; position: absolute; top: .55em; left: 0; width: 7px; height: 7px; border: 1px solid var(--ember); border-radius: 50%; }
.copy-nav a { color: #eeeae2; font-size: .93rem; font-weight: 800; text-decoration: none; }
.copy-nav a:hover, .copy-nav a:focus-visible { color: var(--ember); text-decoration: underline; text-underline-offset: 4px; }
.copy-nav ol ol { display: grid; grid-template-columns: 1fr; gap: 7px; margin: 10px 0 0 3px; padding-left: 13px; border-left: 1px solid rgba(241, 239, 233, .25); }
.copy-nav ol ol a { color: #aaa8a0; font-size: .81rem; font-weight: 600; }
.copy { width: 100%; margin: 0 0 82px; }
.copy-body { min-width: 0; }
.copy h2 { position: relative; margin: 0 0 15px; padding-top: 16px; border-top: 1px solid rgba(241, 239, 233, .26); font-size: clamp(1.4rem, 2.6vw, 1.9rem); letter-spacing: -.04em; }
.copy h2:not(:first-child) { margin-top: 48px; }
.copy h2::before { content: ""; position: absolute; top: -2px; left: 0; width: 42px; height: 3px; background: var(--ember); }
.copy p { margin: 0 0 18px; color: #cfcdc5; font-size: 1rem; line-height: 1.78; }
.copy strong { color: var(--ink); }
.content-visual { width: min(100%, 700px); margin: 30px auto 34px; overflow: hidden; border: 1px solid rgba(241, 239, 233, .18); border-radius: 14px 8px 15px 10px; background: #161715; box-shadow: 0 18px 40px rgba(0, 0, 0, .2); }
.content-visual img { display: block; width: 100%; max-height: 460px; object-fit: cover; background: #101111; }
.content-visual figcaption { padding: 10px 14px 11px; color: #aaa8a0; font-size: .78rem; font-weight: 700; letter-spacing: .02em; text-align: center; }
.watch-playthrough { margin-top: 48px; padding: 25px; border: 1px solid rgba(241, 239, 233, .2); border-left: 3px solid var(--ember); border-radius: 13px 8px 15px 10px; background: #20211f; }
.watch-playthrough h2 { margin-top: 0 !important; }
.watch-playthrough h2::before { display: none; }
.watch-playthrough > p:last-of-type { max-width: 860px; }
.video-item + .video-item { margin-top: 28px; }
.video-item h3 { width: min(100%, 780px); margin: 0 auto 10px; color: #f1efe9; font-size: .95rem; letter-spacing: .01em; }
.video-frame { position: relative; width: min(100%, 780px); margin: 22px auto 0; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid rgba(241, 239, 233, .18); border-radius: 10px 7px 11px 8px; background: #090a0a; }
.video-item .video-frame { margin-top: 0; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.faq { display: grid; gap: 8px; margin-top: 31px; }
.faq details { padding: 16px 18px; border: 1px solid rgba(241, 239, 233, .18); border-radius: 10px 7px 11px 8px; background: #252624; }
.faq summary { cursor: pointer; color: var(--ink); font-weight: 750; }
.faq p { margin: 10px 0 0; font-size: .94rem; }
footer { padding: 0 0 30px; color: #aaa8a0; font-size: .8rem; text-align: center; }
footer a { color: #d5d2ca; text-decoration: none; }
footer a:hover, footer a:focus-visible { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 14px; margin-bottom: 9px; }
.legal-page { width: min(840px, calc(100% - 40px)); margin: 0 auto; padding: 64px 0 80px; }
.legal-page h1 { margin: 0 0 12px; font-size: clamp(2.1rem, 5vw, 3.5rem); letter-spacing: -.055em; }
.legal-page .updated { margin: 0 0 42px; color: var(--muted); font-size: .9rem; }
.legal-page section { margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(241, 239, 233, .2); }
.legal-page h2 { margin: 0 0 12px; font-size: 1.25rem; letter-spacing: -.025em; }
.legal-page p, .legal-page li { color: #cfcdc5; line-height: 1.75; }
.legal-page p { margin: 0 0 15px; }
.legal-page ul { margin: 0 0 15px; padding-left: 22px; }
.legal-page a { color: #b9e47d; }
@media (max-width: 760px) {
  .nav, main, footer { width: min(100% - 24px, 1180px); }
  .nav { gap: 12px; min-height: 64px; }
  .install-app { min-height: 38px; padding: 0 10px; font-size: .68rem; }
  .nav-cta { min-height: 40px; padding: 0 14px; font-size: .75rem; }
  .game-player { margin-top: 20px; }
  .game-shell { border-radius: 14px 8px 0 0; }
  .game-frame { height: min(128vw, calc(100svh - 144px)); min-height: 0; }
  .game-controls { padding: 11px 12px 11px 15px; border-radius: 0 0 13px 7px; }
  .game-controls h1 { font-size: .92rem; }
  .control-actions { gap: 5px; }
  .control-button { width: 34px; height: 34px; border-radius: 8px 5px 7px 5px; }
  .details { grid-template-columns: 1fr; margin: 30px 0 48px; }
  .copy-nav { margin-bottom: 20px; padding: 20px; }
  .watch-playthrough { margin-top: 40px; padding: 20px; }
  .legal-page { width: min(100% - 24px, 840px); padding: 42px 0 58px; }
}
