/* Generated by scripts/extract-landing-style.mjs from narenana/fpvsim@b97120389250a264c826f4016d56bbf8f26eb638.
 * Scoped selector renamed #shell -> #landing; scene image URLs replaced locally.
 * Only presentation is extracted. No game boot, analytics, review or leaderboard code.
 * Keep local changes in public/landing.css; do not edit this generated copy. */
      #landing {
        /* Topmost layer: it must cover the pre-flight Hangar card (z 30), scrim (34) and toast (40),
           which all boot behind it — the "Launch" CTA fades it (.gone) to hand off to the Hangar. */
        position: fixed; inset: 0; z-index: 60; overflow-y: auto; overflow-x: hidden;
        --ink:#0a0d12; --ink2:#0e1219; --surf:#161b22;
        --line:rgba(255,255,255,.09); --line2:rgba(255,255,255,.14);
        --tx:#e6edf3; --mut:#8b949e; --faint:#5b6472;
        --blue:#1f9bd9; --bluehi:#3eb5e8; --osd:#62e58a;
        --sans:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,Roboto,Helvetica,Arial,sans-serif;
        --mono:ui-monospace,"SFMono-Regular","Cascadia Code",Consolas,monospace;
        background: var(--ink); color: var(--tx); font-family: var(--sans); line-height: 1.6;
        transition: opacity 0.5s ease;
      }
      #landing.gone { opacity: 0; pointer-events: none; }
      #landing * { box-sizing: border-box; }
      #landing a { color: var(--bluehi); text-decoration: none; }
      #landing .wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }
      #landing h2 { font-size: clamp(1.5rem,3vw,2.1rem); line-height: 1.15; letter-spacing: -.02em; margin: 0 0 14px; text-wrap: balance; }
      #landing .eyebrow { font-family: var(--mono); font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; color: var(--blue); margin: 0 0 12px; }

      #landing .hero { position: relative; min-height: 92vh; display: flex; align-items: flex-end; overflow: hidden; background: #0a0d12; }
      #landing .hero .bg { position: absolute; inset: 0; background: url(/shots/field.jpg) center/cover no-repeat; transform: scale(1.03); }
      #landing .hero .grad { position: absolute; inset: 0; background:
        linear-gradient(180deg,rgba(8,11,16,.55) 0%,rgba(8,11,16,.15) 32%,rgba(8,11,16,.55) 68%,rgba(8,11,16,.96) 100%),
        linear-gradient(90deg,rgba(8,11,16,.6) 0%,rgba(8,11,16,0) 55%); }
      #landing .frame { position: absolute; inset: 18px; pointer-events: none; z-index: 3; }
      #landing .frame i { position: absolute; width: 26px; height: 26px; border: 2px solid rgba(255,255,255,.32); }
      #landing .frame .tl { top: 0; left: 0; border-right: 0; border-bottom: 0; }
      #landing .frame .tr { top: 0; right: 0; border-left: 0; border-bottom: 0; }
      #landing .frame .bl { bottom: 0; left: 0; border-right: 0; border-top: 0; }
      #landing .frame .br { bottom: 0; right: 0; border-left: 0; border-top: 0; }
      #landing .osd { position: absolute; z-index: 4; font-family: var(--mono); font-size: .74rem; letter-spacing: .08em; color: rgba(230,240,247,.85); text-shadow: 0 1px 3px rgba(0,0,0,.6); }
      #landing .osd .g { color: var(--osd); }
      #landing .osd.tl { top: 30px; left: 32px; display: flex; align-items: center; gap: 8px; }
      #landing .osd.tl .rec { width: 8px; height: 8px; border-radius: 50%; background: #f0616d; box-shadow: 0 0 0 3px rgba(240,97,109,.22); animation: nw-family-blink 1.4s steps(1) infinite; }
      #landing .osd.tr { top: 30px; right: 32px; }
      #landing .osd.bl { bottom: 30px; left: 32px; }
      @keyframes nw-family-blink { 50% { opacity: .25; } }

      /* padding-BOTTOM only: the old `padding: 0 0 …` shorthand silently cancelled .wrap's
         `0 24px`, so hero content sat flush against the screen edge on any viewport narrower
         than the 1080px wrap (very obvious on a phone). Keep the gutter, add the bottom space. */
      #landing .hero .in { position: relative; z-index: 5; width: 100%; padding-bottom: clamp(48px,9vh,120px);
        display: grid; grid-template-columns: minmax(0,1fr) clamp(300px,30vw,400px); gap: clamp(24px,4vw,56px); align-items: end; }
      @media (max-width: 900px) { #landing .hero .in { grid-template-columns: 1fr; } }


      #landing .herorev { min-width: 0; }
      #landing .asrev { margin: 0 0 9px; font-family: var(--mono); font-size: .72rem; letter-spacing: .16em;
        text-transform: uppercase; color: var(--mut); }
      #landing .asrev b { color: var(--tx); font-weight: 600; letter-spacing: .1em; }
      #landing .revframe { position: relative; border-radius: 13px; overflow: hidden; border: 1px solid var(--line2);
        background: #06090d; box-shadow: 0 16px 44px -14px rgba(0,0,0,.75); aspect-ratio: 16/9; }
      #landing .revthumb { display: block; width: 100%; height: 100%; padding: 0; border: 0; background: none; cursor: pointer; position: relative; }
      #landing .revthumb img { display: block; width: 100%; height: 100%; object-fit: cover; }
      #landing .revthumb .pbtn { position: absolute; inset: 0; margin: auto; width: 60px; height: 42px; border-radius: 11px;
        display: grid; place-items: center; color: #fff; background: rgba(20,10,10,.62); border: 1px solid rgba(255,255,255,.25);
        backdrop-filter: blur(2px); transition: background .16s ease, transform .16s ease; }
      #landing .revthumb:hover .pbtn, #landing .revthumb:focus-visible .pbtn { background: #e62117; transform: scale(1.07); }
      #landing .revframe iframe { display: block; width: 100%; height: 100%; border: 0; }
      #landing .revoff { position: absolute; inset: 0; display: grid; place-items: center; text-align: center; padding: 18px;
        background: rgba(6,9,13,.92); color: #dbe6f0; font-size: .9rem; line-height: 1.5; }
      #landing .revoff b { display: block; color: var(--bluehi); margin-bottom: 4px; }
      #landing .revoff .again { margin-top: 10px; font-family: var(--mono); font-size: .74rem; color: var(--mut); }
      #landing .revcap { margin: 10px 0 0; font-size: .88rem; line-height: 1.45; color: #cdd8e2; text-wrap: balance; }
      #landing .revcap span { color: var(--mut); white-space: nowrap; }


      #landing .brand { display: flex; align-items: center; gap: 11px; margin-bottom: 26px; }
      #landing .brand .logo { width: 40px; height: 40px; border-radius: 11px; background: linear-gradient(160deg,#1f9bd9,#1580c4); display: grid; place-items: center; box-shadow: 0 6px 20px rgba(31,155,217,.35); }
      #landing .brand .n { font-weight: 800; font-size: 1.15rem; letter-spacing: -.01em; }
      #landing .brand .n span { color: var(--bluehi); }
      #landing h1 { font-size: clamp(2.4rem,6.2vw,4.4rem); line-height: 1.02; letter-spacing: -.035em; font-weight: 820; margin: 0 0 18px; max-width: 15ch; text-wrap: balance; }
      #landing h1 .b { color: var(--bluehi); }
      #landing .lead { font-size: clamp(1.05rem,1.8vw,1.3rem); color: #cdd8e2; max-width: 44ch; margin: 0 0 30px; }

      #landing .ctarow { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 22px; }
      #landing .cta { display: inline-flex; align-items: center; gap: 12px; font-family: var(--sans); font-size: 1.12rem; font-weight: 750;
        color: #04121a; background: linear-gradient(160deg,#4bbdec,#1f9bd9); border: 0; border-radius: 13px; padding: 16px 28px; cursor: pointer;
        box-shadow: 0 10px 30px rgba(31,155,217,.4), inset 0 1px 0 rgba(255,255,255,.35); transition: transform .14s ease, box-shadow .14s ease; }
      #landing .cta:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(31,155,217,.5), inset 0 1px 0 rgba(255,255,255,.35); }
      #landing .cta.loading { pointer-events: none; opacity: .8; }
      #landing .cta .arw { font-size: 1.15em; }
      #landing .trust { font-family: var(--mono); font-size: .8rem; color: var(--mut); letter-spacing: .04em; }
      #landing .trust b { color: var(--osd); font-weight: 400; }
      /* Touch-device heads-up — flying needs a real input device (touch controls aren't supported yet).
         Non-blocking: revealed by CSS only where the primary pointer is coarse (phones/tablets); always in
         the DOM (never removed/hidden for crawlers) so it can't affect SEO, and it blocks nothing. */
      #landing .touchnote { display: none; margin-top: 20px; max-width: 48ch; font-size: .95rem; line-height: 1.5;
        color: #dbe6f0; background: rgba(31,155,217,.12); border: 1px solid rgba(31,155,217,.34);
        border-radius: 12px; padding: 12px 15px; }
      #landing .touchnote b { color: var(--bluehi); font-weight: 650; }
      #landing .touchnote .ic { margin-right: 7px; }
      @media (pointer: coarse) { #landing .touchnote { display: block; } }


      #landing .scroll { position: absolute; left: 50%; bottom: 16px; transform: translateX(-50%); z-index: 5; font-family: var(--mono); font-size: .66rem; letter-spacing: .2em; color: var(--faint); text-transform: uppercase; }

      #landing .strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--ink2); }
      #landing .strip .wrap { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }
      #landing .stat { padding: 26px 20px; border-left: 1px solid var(--line); }
      #landing .stat:first-child { border-left: 0; }
      #landing .stat .k { font-family: var(--mono); font-size: 1.5rem; font-weight: 600; color: var(--tx); letter-spacing: -.01em; }
      #landing .stat .k b { color: var(--osd); font-weight: 600; }
      #landing .stat .l { font-size: .82rem; color: var(--mut); margin-top: 3px; }
      @media (max-width: 720px) { #landing .strip .wrap { grid-template-columns: repeat(2,1fr); } #landing .stat:nth-child(3) { border-left: 0; } }

      #landing section.feat { padding: clamp(56px,9vw,110px) 0; }
      #landing .row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px,5vw,72px); align-items: center; }
      #landing .row.rev .txt { order: 2; }
      #landing .shot { border-radius: 16px; overflow: hidden; border: 1px solid var(--line2); box-shadow: 0 24px 60px rgba(0,0,0,.5); position: relative; }
      #landing .shot img { display: block; width: 100%; height: auto; }
      #landing .shot .tag { position: absolute; left: 12px; bottom: 12px; font-family: var(--mono); font-size: .68rem; letter-spacing: .1em; color: rgba(230,240,247,.9);
        background: rgba(8,11,16,.6); border: 1px solid var(--line); border-radius: 6px; padding: 5px 9px; text-transform: uppercase; }
      #landing .txt p { color: var(--mut); font-size: 1.04rem; margin: 0 0 14px; max-width: 46ch; }
      #landing .txt .list { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 10px; }
      #landing .txt .list li { position: relative; padding-left: 26px; color: #c4cfda; font-size: .98rem; }
      #landing .txt .list li::before { content: "›"; position: absolute; left: 6px; top: -1px; color: var(--blue); font-weight: 700; font-size: 1.1em; }
      #landing .txt .list li b { color: var(--tx); }
      @media (max-width: 760px) { #landing .row { grid-template-columns: 1fr; gap: 26px; } #landing .row.rev .txt { order: 0; } }

      #landing .inputs { background: var(--ink2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: clamp(52px,8vw,96px) 0; }
      #landing .icards { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 30px; }
      #landing .icard { background: var(--surf); border: 1px solid var(--line); border-radius: 14px; padding: 24px 22px; }
      #landing .icard .ic { font-size: 1.7rem; }
      #landing .icard h3 { margin: 12px 0 7px; font-size: 1.12rem; letter-spacing: -.01em; }
      #landing .icard p { margin: 0; color: var(--mut); font-size: .94rem; }
      #landing .icard .pill { display: inline-block; margin-top: 12px; font-family: var(--mono); font-size: .68rem; letter-spacing: .06em; color: var(--osd); border: 1px solid rgba(99,229,138,.3); border-radius: 20px; padding: 3px 10px; }
      @media (max-width: 720px) { #landing .icards { grid-template-columns: 1fr; } }


      #landing .faq { padding: clamp(56px,9vw,100px) 0; }
      #landing .qa { border-top: 1px solid var(--line); padding: 22px 0; }
      #landing .qa:last-child { border-bottom: 1px solid var(--line); }
      #landing .qa dt { font-weight: 680; font-size: 1.05rem; }
      #landing .qa dd { margin: 6px 0 0; color: var(--mut); max-width: 70ch; }

      #landing .final { position: relative; padding: clamp(70px,11vw,140px) 0; text-align: center; overflow: hidden; background: url(/shots/runway.jpg) center/cover no-repeat; }
      #landing .final .grad { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(8,11,16,.82),rgba(8,11,16,.9)); }
      #landing .final .in { position: relative; z-index: 2; }
      #landing .final h2 { font-size: clamp(1.8rem,4vw,2.8rem); margin-bottom: 22px; }
      #landing footer { border-top: 1px solid var(--line); padding: 40px 0; color: var(--faint); font-size: .86rem; }
      #landing footer .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; align-items: center; }
      #landing footer .credits { max-width: 60ch; }
      @media (prefers-reduced-motion: reduce) { #landing .osd.tl .rec { animation: none; } #landing .hero .bg { transform: none; } #landing .cta { transition: none; }
        #landing .nw-boot-dot { animation: none; } #landing .nw-boot-bar i { transition: none; } #landing .nw-boot.busy .nw-boot-bar i { animation: none; } }
