body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{display:flex;align-items:center;justify-content:center;background:#fff;padding:.75rem 2rem;position:fixed;top:0;left:0;right:0;z-index:999;border-bottom:1px solid rgba(0,0,0,.08)}.navbar-logo{height:52px;width:auto;display:block}.hero{background:#fff;min-height:100vh;padding:9rem 2rem 5rem;box-sizing:border-box;display:grid;place-items:center}.hero-inner{max-width:860px;width:100%;text-align:center;margin:0 auto}.hero-eyebrow{font-family:Arial,sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#888;margin:0 0 1.25rem}.hero-title{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:clamp(2.2rem,5vw,3.8rem);font-weight:700;color:#111;line-height:1.1;letter-spacing:-.02em;margin:0 0 1.5rem;text-wrap:balance}.hero-title .accent{position:relative;display:inline-block}.hero-title .accent:after{content:"";position:absolute;left:0;right:0;bottom:-.06em;height:.1em;background:#111;border-radius:999px}.hero-lead{font-family:Arial,sans-serif;font-size:clamp(1rem,1.2vw,1.15rem);line-height:1.75;color:#444;max-width:65ch;margin:0 auto 2rem}.hero-chips{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center}.hero-chip{font-family:Arial,sans-serif;font-size:.85rem;font-weight:500;color:#111;background:transparent;border:1px solid rgba(0,0,0,.2);padding:.45rem .9rem;border-radius:999px;line-height:1}@media (max-width: 900px){.hero{padding:7rem 1.5rem 4rem}}@media (max-width: 600px){.hero{padding:6rem 1.25rem 3.5rem;min-height:100svh}.hero-title{font-size:2rem}.hero-lead{font-size:.95rem}.hero-chip{font-size:.8rem}}.games-grid-section{background:#111;padding:6rem 2rem;box-sizing:border-box}.games-grid-inner{max-width:1200px;width:100%;margin:0 auto;text-align:center}.games-eyebrow{font-family:Arial,sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#888;margin:0 0 1rem}.games-title{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#fff;letter-spacing:-.02em;margin:0 0 1rem}.games-lead{font-family:Arial,sans-serif;font-size:1.05rem;color:#aaa;line-height:1.7;max-width:60ch;margin:0 auto 3.5rem}.games-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.game-card{background:var(--card-color);border-radius:18px;overflow:hidden;text-align:left;border:1px solid rgba(255,255,255,.06);transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column}.game-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #0006}.game-card-img-wrap{width:100%;display:flex;justify-content:center;align-items:center;padding:1.75rem 1.75rem 0;box-sizing:border-box}.phone-frame{width:100%;max-width:180px;background:#0a0a0a;border-radius:28px;border:2px solid rgba(255,255,255,.12);padding:10px 8px 14px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;gap:6px;box-shadow:0 0 0 1px #ffffff0a,0 8px 24px #00000080}.phone-notch{width:52px;height:8px;background:#ffffff26;border-radius:999px;flex-shrink:0}.phone-screen{width:100%;border-radius:18px;overflow:hidden;background:#111;aspect-ratio:9 / 19.5}.phone-img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}.phone-placeholder{width:100%;height:100%;background:repeating-linear-gradient(135deg,rgba(255,255,255,.03) 0px,rgba(255,255,255,.03) 1px,transparent 1px,transparent 14px);position:relative}.phone-placeholder:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at center,var(--accent, #ffffff22) 0%,transparent 70%);opacity:.15}.phone-home{width:36px;height:5px;background:#fff3;border-radius:999px;flex-shrink:0}.game-card-body{padding:1.25rem 1.5rem 1.5rem;flex:1;display:flex;flex-direction:column}.game-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.6rem;gap:.5rem}.game-card-tag{font-family:Arial,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--card-accent);opacity:.9}.game-card-badge{font-family:Arial,sans-serif;font-size:.68rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:.22rem .55rem;border-radius:999px;white-space:nowrap}.game-card-name{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.5rem;font-weight:700;color:#fff;letter-spacing:-.01em;margin:0 0 .5rem}.game-card-desc{font-family:Arial,sans-serif;font-size:.88rem;line-height:1.65;color:#ffffffa6;margin:0 0 1rem;flex:1}.game-card-link{display:inline-block;font-family:Arial,sans-serif;font-size:.88rem;font-weight:600;color:var(--card-accent);text-decoration:none;letter-spacing:.02em;transition:opacity .2s;margin-top:auto}.game-card-link:hover{opacity:.7}@media (max-width: 1000px){.games-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.games-grid-section{padding:4rem 1.25rem}.games-grid{grid-template-columns:1fr;gap:1.25rem}.game-card-img-wrap{padding:1.5rem 2.5rem 0}.phone-frame{max-width:160px}.game-card-name{font-size:1.3rem}}.game-card--light .game-card-name{color:#111}.game-card--light .game-card-desc{color:#000000b3}.game-card--light .game-card-tag{color:#0009}.game-card--light .game-card-badge{background:#00000026!important;color:#000000b3!important}.game-card--light .phone-frame{border-color:#00000026}.game-card--light .phone-notch,.game-card--light .phone-home{background:#00000026}.lightbox-overlay{position:fixed;inset:0;background:#000000e6;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem;box-sizing:border-box}.lightbox-close{position:absolute;top:1.25rem;right:1.25rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:1.2rem;width:40px;height:40px;border-radius:999px;cursor:pointer;display:grid;place-items:center;transition:background .2s}.lightbox-close:hover{background:#fff3}.lightbox-phone{width:min(320px,80vw);background:#0a0a0a;border-radius:44px;border:2px solid rgba(255,255,255,.12);padding:18px 12px 22px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;gap:10px;box-shadow:0 32px 80px #0009}.lightbox-notch{width:72px;height:11px;background:#ffffff26;border-radius:999px;flex-shrink:0}.lightbox-screen{width:100%;border-radius:28px;overflow:hidden;aspect-ratio:9 / 19.5;background:#111}.lightbox-img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}.lightbox-home{width:56px;height:6px;background:#fff3;border-radius:999px;flex-shrink:0}.spotlight{background:#fff;padding:6rem 2rem;box-sizing:border-box}.spotlight-inner{max-width:1100px;width:100%;margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:5rem;align-items:center}.spotlight-eyebrow{font-family:Arial,sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#888;margin:0 0 1rem}.spotlight-title{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;color:#111;letter-spacing:-.02em;margin:0 0 1.25rem;line-height:1.1}.spotlight-brand{color:#3c5d44}.spotlight-lead{font-family:Arial,sans-serif;font-size:1.05rem;line-height:1.75;color:#444;margin:0 0 1.75rem}.spotlight-features{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-direction:column;gap:.6rem}.spotlight-features li{font-family:Arial,sans-serif;font-size:.95rem;color:#333;padding-left:1.4rem;position:relative;line-height:1.5}.spotlight-features li:before{content:"→";position:absolute;left:0;color:#3c5d44;font-weight:700}.spotlight-cta{display:inline-block;font-family:Arial,sans-serif;font-size:1rem;font-weight:700;color:#fff;background:#111;padding:.85rem 1.75rem;border-radius:8px;text-decoration:none;letter-spacing:.01em;transition:background .2s ease,transform .15s ease}.spotlight-cta:hover{background:#3c5d44;transform:translateY(-2px)}.spotlight-img-wrap{display:flex;flex-direction:column;align-items:center;gap:1rem;position:relative}.spotlight-arrow{position:absolute;top:50%;transform:translateY(-60%);height:44px;width:44px;border-radius:999px;border:1px solid rgba(0,0,0,.15);background:#fff;color:#111;font-size:1.8rem;line-height:1;cursor:pointer;display:grid;place-items:center;transition:border-color .2s,transform .15s;box-shadow:0 2px 8px #00000014;z-index:2}.spotlight-arrow:hover{border-color:#00000059}.spotlight-arrow:active{transform:translateY(-60%) scale(.95)}.spotlight-arrow--left{left:-56px}.spotlight-arrow--right{right:-56px}.spotlight-phone-frame{width:240px;background:#0a0a0a;border-radius:36px;border:2px solid rgba(0,0,0,.12);padding:14px 10px 18px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;gap:8px;box-shadow:0 0 0 1px #0000000f,0 24px 60px #0000002e}.spotlight-phone-notch{width:64px;height:10px;background:#ffffff26;border-radius:999px;flex-shrink:0}.spotlight-phone-screen{width:100%;border-radius:24px;overflow:hidden;background:#f5f5f5;aspect-ratio:9 / 19.5}.spotlight-phone-img{width:100%;height:100%;object-fit:cover;object-position:top;display:block;transition:opacity .3s ease}.spotlight-phone-placeholder{width:100%;height:100%;background:#f0f0f0}.spotlight-phone-home{width:48px;height:5px;background:#fff3;border-radius:999px;flex-shrink:0}.spotlight-dots{display:flex;gap:8px;justify-content:center}.spotlight-dot{width:8px;height:8px;border-radius:999px;border:1px solid rgba(0,0,0,.25);background:transparent;cursor:pointer;padding:0;transition:background .2s,border-color .2s}.spotlight-dot:hover{border-color:#00000080}.spotlight-dot.is-active{background:#111;border-color:#111}@media (max-width: 900px){.spotlight-inner{grid-template-columns:1fr;gap:3rem}.spotlight-img-wrap{padding:0 3rem}.spotlight-arrow--left{left:0}.spotlight-arrow--right{right:0}.spotlight-phone-frame{width:200px}}@media (max-width: 600px){.spotlight{padding:4rem 1.25rem}.spotlight-title{font-size:2rem}.spotlight-phone-frame{width:180px}.spotlight-arrow{height:38px;width:38px;font-size:1.5rem}}.spotlight-brand-gold{color:#c9a227}.cta{background:#111;padding:6rem 2rem;box-sizing:border-box;text-align:center}.cta-inner{max-width:600px;margin:0 auto}.cta-eyebrow{font-family:Arial,sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#666;margin:0 0 1rem}.cta-title{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:clamp(2rem,4vw,2.8rem);font-weight:700;color:#fff;letter-spacing:-.02em;margin:0 0 1rem}.cta-lead{font-family:Arial,sans-serif;font-size:1.05rem;line-height:1.7;color:#aaa;margin:0 auto 2rem;max-width:50ch}.cta-form{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin-bottom:1rem}.cta-input{font-family:Arial,sans-serif;font-size:1rem;padding:.85rem 1.25rem;border-radius:8px;border:1px solid rgba(255,255,255,.15);background:#ffffff0f;color:#fff;width:300px;max-width:100%;outline:none;transition:border-color .2s;box-sizing:border-box}.cta-input::placeholder{color:#666}.cta-input:focus{border-color:#fff6}.cta-button{font-family:Arial,sans-serif;font-size:1rem;font-weight:700;color:#111;background:#fff;border:none;padding:.85rem 1.75rem;border-radius:8px;cursor:pointer;transition:background .2s ease,transform .15s ease;white-space:nowrap}.cta-button:hover{background:#ddd;transform:translateY(-2px)}.cta-success{font-family:Arial,sans-serif;font-size:1.1rem;color:#fff;margin:0 0 1rem}.cta-subnote{font-family:Arial,sans-serif;font-size:.82rem;color:#555;margin:0;letter-spacing:.02em}@media (max-width: 600px){.cta{padding:4rem 1.25rem}.cta-form{flex-direction:column;align-items:center}.cta-input,.cta-button{width:100%}}.cta-error{font-family:Arial,sans-serif;font-size:.85rem;color:#ff6b6b;margin:.5rem 0 0}.footer{background:#2a2a2a;color:#fff;font-family:Arial,sans-serif;padding:3.5rem 2rem 0;box-sizing:border-box}.footer-inner{max-width:1100px;margin:0 auto;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;padding-bottom:3rem}.footer-section{flex:1 1 180px}.footer-section h4{font-size:.88rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff;margin:0 0 1.25rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.12)}.footer-section p{font-size:.88rem;color:#ffffff8c;line-height:1.65;margin:0 0 .75rem}.footer-email{display:inline-block;font-size:.88rem;color:#ffffffb3;text-decoration:none;transition:color .2s}.footer-email:hover{color:#fff}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section li{margin-bottom:.6rem}.footer-section a{font-size:.88rem;color:#fff9;text-decoration:none;transition:color .2s}.footer-section a:hover{color:#fff}.footer-soon{font-size:.85rem;color:#ffffff4d}.footer-bottom{max-width:1100px;margin:0 auto;padding:1.5rem 0;border-top:1px solid rgba(255,255,255,.08)}.footer-copyright{font-size:.8rem;color:#ffffff4d;text-align:center;margin:0}@media (max-width: 700px){.footer-inner{flex-direction:column;gap:1.5rem}.footer-section{text-align:center}.footer-section h4{border-bottom:none;margin-bottom:.75rem}}.legal-page{background:#f5f5f5;min-height:100vh;padding:6rem 2rem 4rem;box-sizing:border-box}.legal-container{max-width:800px;margin:0 auto;background:#fff;border-radius:16px;padding:3rem;box-shadow:0 4px 20px #00000014}.legal-page h1{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:700;color:#111;margin:0 0 .5rem;text-align:center;letter-spacing:-.02em}.legal-updated{font-family:Arial,sans-serif;font-size:.9rem;color:#888;text-align:center;margin:0 0 2.5rem}.legal-page section{margin-bottom:2rem}.legal-page h2{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.1rem;font-weight:700;color:#111;margin:0 0 .75rem;padding-bottom:.4rem;border-bottom:2px solid #111111;display:inline-block;letter-spacing:-.01em}.legal-page p{font-family:Arial,sans-serif;font-size:.95rem;line-height:1.7;color:#444;margin:0 0 1rem}.legal-page ul,.legal-page ol{margin:0 0 1rem;padding-left:1.5rem}.legal-page li{font-family:Arial,sans-serif;font-size:.95rem;line-height:1.7;color:#444;margin-bottom:.4rem}.legal-page a{color:#111;text-decoration:underline;font-weight:600;transition:opacity .2s ease}.legal-page a:hover{opacity:.6}.legal-contact{background:#f9f9f9;border-radius:12px;padding:1.5rem;margin-top:2.5rem;border:1px solid rgba(0,0,0,.08)}.legal-contact h2{margin-bottom:.5rem}.legal-contact p{margin:0}.legal-footer{font-size:.85rem;color:#999;text-align:center;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid #eeeeee}@media (max-width: 768px){.legal-page{padding:5rem 1rem 3rem}.legal-container{padding:2rem 1.5rem;border-radius:12px}.legal-page h1{font-size:1.6rem}.legal-page h2{font-size:1rem}.legal-page p,.legal-page li{font-size:.9rem}}
