@layer base, layout, components, responsive;
@layer base {
  :root { color-scheme: dark; --ink:#081e23; --surface:#0e292e; --surface-light:#123238; --text:#eff5e9; --muted:#a9bcb6; --lime:#bbfa62; --line:rgba(192,224,207,.16); --mono:ui-monospace,"SFMono-Regular",Consolas,"Liberation Mono",monospace; --sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif; }
  *,*::before,*::after { box-sizing:border-box; }
  html { scroll-behavior:smooth; scroll-padding-top:30px; }
  body { margin:0; background:var(--ink); color:var(--text); font:400 1rem/1.65 var(--sans); -webkit-font-smoothing:antialiased; }
  body:has(dialog[open]) { overflow:hidden; }
  h1,h2,h3,p,figure { margin:0; }
  h1,h2,h3 { line-height:1.08; font-weight:750; letter-spacing:-.045em; text-wrap:balance; }
  h1 { font-size:clamp(3.6rem,6.7vw,6.25rem); font-weight:800; letter-spacing:-.06em; }
  h2 { font-size:clamp(2.2rem,3.75vw,3.55rem); }
  h3 { font-size:1.42rem; letter-spacing:-.035em; }
  em { color:var(--lime); font-style:normal; }
  a { color:inherit; text-decoration:none; }
  button { font:inherit; color:inherit; cursor:pointer; }
  img,svg { display:block; max-width:100%; }
  button,a { -webkit-tap-highlight-color:transparent; }
  a,button,summary { touch-action:manipulation; }
  :focus-visible { outline:3px solid var(--lime); outline-offset:6px; }
  ::selection { color:var(--ink); background:var(--lime); }
  [hidden] { display:none!important; }
  .skip-link { position:fixed; top:12px; left:12px; padding:10px 18px; background:var(--lime); color:var(--ink); transform:translateY(-150%); z-index:100; }
  .skip-link:focus { transform:none; }
}
@layer layout {
  .container { width:min(1240px,calc(100% - 112px)); margin-inline:auto; }
  .site-header { border-bottom:1px solid var(--line); }
  .header-inner { min-height:100px; display:flex; justify-content:space-between; align-items:center; gap:24px; }
  nav { display:flex; align-items:center; gap:34px; }
  nav a { font-size:.9rem; color:var(--muted); transition:color .2s; padding-block:10px; white-space:nowrap; }
  nav a:hover,nav a[aria-current="page"] { color:var(--lime); }
  .hero { overflow:hidden; }
  .hero-inner { display:grid; grid-template-columns:1.13fr 1fr; align-items:center; min-height:735px; gap:28px; }
  .hero-copy { padding-block:72px; position:relative; z-index:2; }
  .hero-copy .eyebrow { margin-bottom:30px; }
  .hero-description { max-width:480px; margin:28px 0 32px; font-size:1.13rem; line-height:1.75; color:var(--muted); }
  .hero-bottom { min-height:72px; border-top:1px solid var(--line); display:flex; align-items:center; justify-content:space-between; gap:20px; font:500 .75rem/1.5 var(--mono); letter-spacing:.11em; color:var(--muted); }
  .hero-bottom i { margin:0 16px; color:var(--lime); font-style:normal; }
  .hero-bottom a { font:400 1.3rem var(--sans); color:var(--lime); padding:12px; }
  .section { padding-block:105px; }
  .section-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:60px; margin-bottom:52px; }
  .section-heading .eyebrow { margin-bottom:20px; }
  .section-heading >p { flex:0 1 390px; color:var(--muted); }
  .game-steps { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); }
  .game-steps article { padding:28px 32px 0; border-right:1px solid var(--line); }
  .game-steps article:first-child { padding-left:0; }
  .game-steps article:last-child { border-right:0; padding-right:0; }
  .game-steps h3 { margin:28px 0 16px; }
  .game-steps p { color:var(--muted); }
  .world-section { background:var(--surface); border-block:1px solid var(--line); overflow:hidden; }
  .world-inner { display:grid; grid-template-columns:1fr 1fr; gap:84px; align-items:center; }
  .world-copy { padding-block:76px; }
  .world-copy h2 { margin:22px 0 24px; }
  .world-copy >p:not(.eyebrow) { color:var(--muted); }
  .gallery { display:flex; gap:22px; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:thin; scrollbar-color:var(--surface-light) transparent; padding-bottom:18px; }
  .gallery-foot { display:flex; justify-content:space-between; align-items:center; gap:20px; margin-top:16px; }
  .gallery-foot p { font-size:.88rem; color:var(--muted); }
  .closing-section { background:var(--lime); color:var(--ink); }
  .closing-inner { padding-block:60px; display:flex; gap:30px; align-items:center; }
  .closing-inner >img { width:92px; height:92px; border-radius:23px; }
  .closing-inner .eyebrow { color:var(--ink); margin-bottom:12px; }
  .closing-inner h2 { font-size:2.8rem; }
  .closing-inner p:last-child { margin-top:10px; }
  .closing-inner .button { margin-left:auto; white-space:nowrap; }
  .closing-inner .app-store-link { margin-left:auto; }
  .footer-inner { display:flex; justify-content:space-between; align-items:center; gap:24px; min-height:132px; }
  .footer-inner >p { font-size:.82rem; color:var(--muted); }
  .footer-inner nav { gap:24px; }
}
@layer components {
  .brand { display:flex; align-items:center; gap:14px; font:700 .94rem/1.3 var(--mono); letter-spacing:.13em; white-space:nowrap; }
  .brand-sub { display:block; font-size:.75rem; font-weight:400; color:var(--muted); letter-spacing:.3em; margin-top:4px; }
  .crosshair { width:29px; height:29px; border:1.8px solid currentColor; border-radius:50%; color:var(--lime); position:relative; display:block; flex:none; }
  .crosshair::before,.crosshair::after { content:""; position:absolute; background:currentColor; }
  .crosshair::before { width:1.8px; height:10px; top:-4px; left:calc(50% - .9px); box-shadow:0 23px currentColor; }
  .crosshair::after { height:1.8px; width:10px; left:-4px; top:calc(50% - .9px); box-shadow:23px 0 currentColor; }
  .eyebrow { font:500 .75rem/1.6 var(--mono); letter-spacing:.12em; color:var(--lime); }
  .small-cross { display:inline-block; font-size:1.1rem; margin-right:10px; }
  .grid-surface { background-image:linear-gradient(rgba(160,208,146,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(160,208,146,.045) 1px,transparent 1px); background-size:64px 64px; }
  .button { display:inline-flex; justify-content:center; align-items:center; gap:36px; padding:15px 24px; border-radius:7px; font-size:.95rem; font-weight:650; border:1px solid transparent; transition:background .2s,transform .2s; }
  .button span { font-size:1.25rem; line-height:1; }
  .button:hover { transform:translateY(-2px); }
  .button-lime { background:var(--lime); color:var(--ink); }
  .button-lime:hover { background:#d0ff97; }
  .button-dark { background:var(--ink); color:var(--text); }
  .button-dark:hover { background:#183a40; }
  .button-outline { border-color:var(--line); }
  .button-outline:hover { background:var(--surface); }
  .hero-actions { display:flex; flex-wrap:wrap; align-items:center; gap:16px; }
  .app-store-link { display:inline-block; flex:none; border-radius:8px; transition:transform .2s; }
  .app-store-link:hover { transform:translateY(-2px); }
  .app-store-link img { width:auto; height:56px; }
  .closing-inner .app-store-link:focus-visible { outline-color:var(--ink); }
  .availability { display:flex; align-items:center; gap:9px; color:var(--muted); font-size:.82rem; margin-top:19px; }
  .availability svg { width:17px; height:20px; }
  .hero-scene { min-height:700px; position:relative; display:flex; justify-content:center; align-items:center; }
  .radar { position:absolute; width:620px; height:620px; border:1px solid #bbfa6226; border-radius:50%; background:radial-gradient(circle,#336d563f,transparent 69%); }
  .radar::before,.radar::after,.radar span { content:""; position:absolute; inset:55px; border:1px dashed #bbfa6226; border-radius:50%; }
  .radar::after { inset:115px; border-style:solid; }
  .radar span { inset:190px; }
  .phone { position:relative; border:5px solid #85918b; padding:6px; border-radius:49px; background:#020706; box-shadow:inset 0 0 0 2px #262b29,12px 30px 55px #0005; }
  .phone img { width:100%; height:auto; border-radius:37px; }
  .phone-island { position:absolute; width:28%; height:3.6%; top:3.4%; left:36%; border-radius:30px; background:#030706; }
  .hero-phone { width:292px; transform:rotate(9deg); z-index:1; }
  .hero-apple { position:absolute; width:175px; height:175px; bottom:24px; left:-16px; z-index:2; transform:rotate(-12deg); }
  .scene-coordinate { position:absolute; top:33px; right:-3px; font:.75rem var(--mono); letter-spacing:.1em; color:var(--muted); }
  .scene-label { position:absolute; right:-14px; bottom:88px; z-index:2; display:flex; align-items:center; gap:16px; padding:18px 24px; background:#102d2eee; border:1px solid #bbfa6240; border-radius:7px; box-shadow:0 12px 32px #0003; }
  .scene-label .eyebrow { font-size:.75rem; letter-spacing:.12em; }
  .scene-label strong { display:block; font-size:.85rem; margin-top:3px; }
  .scene-label .crosshair { width:23px; height:23px; }
  .scene-label .crosshair::before { box-shadow:0 17px currentColor; }
  .scene-label .crosshair::after { box-shadow:17px 0 currentColor; }
  .scene-note { position:absolute; bottom:15px; right:18px; font:.75rem var(--mono); color:var(--muted); letter-spacing:.1em; }
  .step-top { display:flex; align-items:center; justify-content:space-between; color:var(--lime); }
  .step-top svg { width:30px; height:30px; }
  .step-number { font:400 .8rem var(--mono); color:var(--muted); }
  .step-top .crosshair { width:26px; height:26px; margin-right:4px; }
  .step-top .crosshair::before { box-shadow:0 20px currentColor; }
  .step-top .crosshair::after { box-shadow:20px 0 currentColor; }
  .step-tag { display:block; margin-top:26px; color:var(--lime); font:.75rem/1.6 var(--mono); letter-spacing:.055em; }
  .world-visual { min-height:610px; align-self:stretch; position:relative; display:flex; justify-content:center; align-items:flex-end; }
  .world-phone { width:285px; flex:none; margin-bottom:-76px; transform:rotate(-11deg); z-index:1; }
  .world-ring { width:470px; height:470px; position:absolute; top:80px; border:1px dashed #bbfa6240; border-radius:50%; }
  .world-ring::after { content:""; position:absolute; inset:55px; border:1px solid #bbfa6220; border-radius:50%; }
  .world-stamp { position:absolute; bottom:44px; right:-15px; z-index:2; transform:rotate(7deg); padding:15px 22px; border:1px solid var(--lime); background:var(--surface); color:var(--lime); font:.75rem/1.5 var(--mono); letter-spacing:.08em; }
  .world-stamp strong { font-size:1.1rem; }
  .destinations { display:flex; flex-wrap:wrap; gap:8px; margin-top:26px; }
  .destinations span { padding:7px 13px; border:1px solid #bbfa623b; border-radius:4px; color:var(--lime); font:.75rem/1.6 var(--mono); }
  .hunter-note { display:flex; align-items:flex-start; gap:20px; border-top:1px solid var(--line); margin-top:36px; padding-top:28px; }
  .hunter-note .crosshair { margin:3px; }
  .hunter-note h3 { font-size:1.18rem; margin-bottom:10px; }
  .hunter-note p { color:var(--muted); font-size:.94rem; }
  .screenshot { flex:0 0 calc((100% - 66px)/4); min-width:220px; scroll-snap-align:start; border-radius:8px; transition:transform .2s; }
  .screenshot >img { width:100%; height:auto; border-radius:8px; border:1px solid var(--line); }
  .screenshot >span { display:flex; justify-content:space-between; padding:16px 2px 0; color:var(--muted); font:.75rem var(--mono); letter-spacing:.065em; }
  .screenshot:hover { transform:translateY(-4px); }
  .screenshot:hover >span { color:var(--lime); }
  .gallery { padding-top:6px; }
  .gallery-controls { display:flex; gap:10px; }
  .icon-button { display:grid; place-items:center; width:44px; height:44px; border:1px solid var(--line); background:var(--surface); border-radius:50%; font-size:1.3rem; transition:background .2s; }
  .icon-button:hover { background:var(--surface-light); }
  .icon-button:disabled { opacity:.35; cursor:default; }
  .lightbox { position:fixed; inset:0; width:100%; max-width:100%; height:100%; max-height:100%; padding:24px 70px; margin:0; border:0; background:#06191bf5; color:var(--text); }
  .lightbox[open] { display:flex; flex-direction:column; align-items:center; justify-content:center; }
  .lightbox::backdrop { background:#06191b; }
  .lightbox figure { display:flex; flex-direction:column; align-items:center; gap:12px; min-height:0; }
  .lightbox-image { width:auto; height:auto; max-height:calc(100dvh - 152px); max-width:100%; object-fit:contain; border-radius:6px; }
  .lightbox figcaption { text-align:center; font-size:.86rem; color:var(--muted); }
  .lightbox-close { position:absolute; top:22px; right:22px; font-size:1.9rem; }
  .lightbox-controls { display:flex; align-items:center; gap:22px; margin-top:16px; flex:none; }
  .lightbox-count { font:.78rem var(--mono); }
  .page-heading { padding:70px 0 52px; border-bottom:1px solid var(--line); }
  .back-link { display:inline-block; font-size:.85rem; color:var(--muted); margin-bottom:40px; }
  .back-link:hover { color:var(--lime); }
  .page-heading h1 { font-size:clamp(3rem,5.8vw,5rem); margin:22px 0; }
  .page-heading .intro { max-width:680px; color:var(--muted); font-size:1.1rem; }
  .page-meta { margin-top:22px; color:var(--muted); font:.75rem var(--mono); }
  .document-layout { display:grid; grid-template-columns:240px minmax(0,730px); justify-content:space-between; gap:72px; padding-block:64px 96px; }
  .document-nav { align-self:start; position:sticky; top:35px; }
  .document-nav >p { margin-bottom:15px; }
  .document-nav nav { display:flex; flex-direction:column; align-items:flex-start; gap:0; }
  .document-nav a { padding:8px 0; }
  .prose section { margin-bottom:38px; scroll-margin-top:30px; }
  .prose h2 { font-size:1.55rem; letter-spacing:-.03em; margin-bottom:16px; }
  .prose p,.prose li { color:var(--muted); }
  .prose p+p,.prose ul { margin-top:14px; }
  .prose li { margin-bottom:8px; padding-left:5px; }
  .prose a { color:var(--text); text-decoration:underline; text-underline-offset:4px; overflow-wrap:anywhere; }
  .prose a:hover { color:var(--lime); }
  .prose strong { color:var(--text); font-weight:600; }
  .summary-box { background:var(--surface); border-left:3px solid var(--lime); padding:26px 28px; margin-bottom:40px; }
  .summary-box h2 { font-size:1.3rem; }
  .contact-card { background:var(--surface); border:1px solid var(--line); border-radius:10px; padding:30px; margin-bottom:40px; }
  .contact-card h2 { margin-bottom:14px; }
  .contact-card .eyebrow { margin-bottom:18px; color:var(--lime); }
  .contact-card .button { margin-top:24px; text-decoration:none; color:var(--ink); }
  .contact-address { display:block; margin-top:12px; font-size:.88rem; }
  .faq { border-top:1px solid var(--line); }
  .faq details { border-bottom:1px solid var(--line); padding:21px 0; }
  .faq summary { display:flex; justify-content:space-between; gap:25px; font-weight:600; cursor:pointer; list-style:none; line-height:1.5; }
  .faq summary::-webkit-details-marker { display:none; }
  .faq summary::after { content:"+"; color:var(--lime); font-size:1.4rem; line-height:1; flex:none; font-weight:400; }
  .faq details[open] summary::after { content:"−"; }
  .faq details p { margin-top:15px; }
  .not-found { padding-block:110px; max-width:760px; }
  .not-found h1 { margin:20px 0; }
  .not-found p:not(.eyebrow) { color:var(--muted); margin-bottom:30px; }
}
@layer responsive {
  @media(min-width:1500px) { .hero-inner { min-height:780px; } .hero-phone { width:310px; } .hero-scene { min-height:750px; } }
  @media(max-width:1100px) { .container { width:calc(100% - 72px); } .hero-inner { min-height:670px; gap:10px; } .hero-scene { min-height:650px; } .hero-phone { width:260px; } .hero-apple { left:-16px; bottom:18px; width:145px; height:145px; } .scene-label { right:-10px; bottom:60px; padding:14px; } .hero-copy .eyebrow { font-size:.75rem; letter-spacing:.06em; } .world-inner { gap:50px; } .world-phone { width:250px; } .world-stamp { right:-10px; } .game-steps article { padding-inline:24px; } .document-layout { grid-template-columns:200px minmax(0,1fr); gap:44px; } }
  @media(max-width:800px) { .container { width:calc(100% - 48px); } .header-inner { min-height:86px; } nav { gap:22px; } nav a { font-size:.82rem; } .brand { font-size:.8rem; gap:12px; } .hero-inner { grid-template-columns:1fr 1fr; min-height:600px; } h1 { font-size:clamp(3.2rem,7.7vw,4.5rem); } .hero-copy { padding-block:55px; } .hero-description { font-size:1rem; } .hero-copy .eyebrow { max-width:240px; } .hero-scene { min-height:580px; } .hero-phone { width:220px; border-radius:37px; padding:4px; border-width:4px; } .hero-phone img { border-radius:29px; } .hero-apple { width:130px; height:130px; left:-18px; bottom:26px; } .scene-label { right:-10px; bottom:56px; gap:10px; } .scene-label .eyebrow { font-size:.75rem; } .scene-label strong { font-size:.75rem; } .scene-coordinate { top:26px; font-size:.75rem; } .scene-note { display:none; } .hero-bottom { font-size:.75rem; } .hero-bottom i { margin-inline:8px; } .section { padding-block:72px; } .section-heading { gap:32px; } .section-heading >p { flex-basis:290px; } .game-steps article { padding-inline:20px; } .game-steps h3 { font-size:1.3rem; } .game-steps p { font-size:.94rem; } .step-tag { font-size:.75rem; } .world-inner { gap:28px; } .world-visual { min-height:590px; } .world-phone { width:225px; } .world-stamp { right:-4px; padding:12px; } .world-copy { padding-block:58px; } .world-copy h2 { font-size:2.4rem; } .hunter-note { gap:15px; } .hunter-note .crosshair { display:none; } .closing-inner { flex-wrap:wrap; gap:25px; } .closing-inner h2 { font-size:2.2rem; } .closing-inner .button { margin-left:117px; } .footer-inner { flex-wrap:wrap; padding-block:30px; gap:20px; } .footer-inner .brand { flex:1; } .footer-inner >p { order:3; flex-basis:100%; } .document-layout { grid-template-columns:1fr; gap:36px; } .document-nav { position:static; padding-bottom:28px; border-bottom:1px solid var(--line); } .document-nav nav { flex-direction:row; flex-wrap:wrap; column-gap:24px; } }
  @media(max-width:600px) { .container { width:calc(100% - 40px); } .header-inner { min-height:82px; gap:12px; } .brand { font-size:.75rem; gap:10px; letter-spacing:.075em; } .brand-sub { font-size:.75rem; } .brand .crosshair { width:24px; height:24px; } .brand .crosshair::before { box-shadow:0 18px currentColor; } .brand .crosshair::after { box-shadow:18px 0 currentColor; } .header-inner nav { gap:16px; } .header-inner nav a { font-size:.8rem; } .header-inner nav a:nth-child(2) { display:none; } .header-inner nav a span { display:none; } .hero-inner { display:flex; flex-direction:column; gap:0; } .hero-copy { padding:51px 0 20px; width:100%; } .hero-copy .eyebrow { max-width:none; font-size:.75rem; margin-bottom:25px; } h1 { font-size:clamp(3.35rem,12.9vw,4.7rem); } .hero-description { max-width:430px; margin:24px 0; font-size:1.02rem; } .hero-description br { display:none; } .button { padding:14px 21px; } .availability { font-size:.78rem; margin-top:16px; } .hero-scene { width:100%; min-height:615px; margin-top:16px; } .hero-phone { width:252px; } .radar { width:490px; height:490px; } .radar::before { inset:38px; } .radar::after { inset:88px; } .hero-apple { width:142px; height:142px; left:0; bottom:26px; } .scene-label { right:0; bottom:75px; padding:15px; } .scene-coordinate { top:4px; right:4px; font-size:.75rem; } .hero-bottom { justify-content:space-between; min-height:66px; font-size:.75rem; } .hero-bottom >span:first-child { display:none; } .hero-bottom i { margin-inline:12px; } .section { padding-block:65px; } .section-heading { display:block; margin-bottom:32px; } .section-heading >p { margin-top:22px; max-width:440px; } .section h2 { font-size:2.4rem; } .game-steps { display:block; } .game-steps article,.game-steps article:first-child,.game-steps article:last-child { padding:26px 0; border-right:0; border-bottom:1px solid var(--line); } .game-steps article:last-child { border-bottom:0; padding-bottom:0; } .game-steps h3 { margin-top:20px; font-size:1.5rem; } .game-steps p { font-size:1rem; } .step-tag { margin-top:18px; font-size:.75rem; } .world-inner { display:flex; flex-direction:column; gap:0; } .world-copy { order:-1; padding:60px 0 20px; } .world-copy h2 { font-size:2.55rem; } .world-visual { min-height:465px; width:100%; overflow:hidden; } .world-phone { width:244px; margin-bottom:-100px; } .world-ring { width:400px; height:400px; top:50px; } .world-stamp { right:8px; bottom:30px; } .hunter-note .crosshair { display:block; } .screenshot { flex-basis:72%; min-width:0; } .gallery { gap:16px; } .gallery-foot { align-items:center; gap:10px; } .gallery-foot p { max-width:200px; font-size:.78rem; } .closing-inner { padding-block:42px; gap:22px; } .closing-inner >img { width:66px; height:66px; border-radius:17px; } .closing-inner >div { flex:1; min-width:200px; } .closing-inner .eyebrow { font-size:.75rem; letter-spacing:.04em; margin-bottom:10px; } .closing-inner h2 { font-size:1.9rem; } .closing-inner p:last-child { font-size:.84rem; } .closing-inner .button { margin-left:0; width:100%; } .footer-inner nav { gap:20px; } .footer-inner nav a { font-size:.8rem; } .footer-inner >p { font-size:.76rem; } .lightbox { padding:70px 16px 20px; } .lightbox-close { top:12px; right:14px; } .lightbox-image { max-height:calc(100dvh - 225px); } .lightbox figcaption { font-size:.8rem; } .page-heading { padding:36px 0; } .back-link { margin-bottom:32px; } .page-heading h1 { font-size:3.1rem; } .page-heading .intro { font-size:1rem; } .document-layout { padding-block:35px 60px; } .document-nav nav { gap:3px 20px; } .summary-box,.contact-card { padding:23px; } .contact-card .button { gap:20px; max-width:100%; } .not-found { padding-block:75px; } }
  @media(max-width:800px) { .closing-inner .app-store-link { margin-left:117px; } }
  @media(max-width:600px) { .closing-inner .app-store-link { margin-left:0; } }
  @media(max-width:360px) { .header-inner nav a[href$="#the-game"] { display:none; } .hero-phone { width:228px; } .hero-scene { min-height:565px; } }
  @media(prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { transition:none!important; animation:none!important; } }
}
