


:root {
  --navy:#101d45;
  --muted:#6f7f9e;
  --line:#e5ecf7;
  --blue:#3e83ff;
  --violet:#6f5cff;
  --cyan:#4fd3df;
  --surface:#ffffff;
  --shadow:0 18px 50px rgba(39,70,136,.11);
}

* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body {
  margin:0;
  font-family:'Nunito',system-ui,sans-serif;
  color:var(--navy);
  background:
    radial-gradient(circle at 6% 0%,rgba(92,204,255,.18),transparent 24%),
    radial-gradient(circle at 96% 4%,rgba(184,143,255,.14),transparent 26%),
    linear-gradient(180deg,#fbfdff 0%,#f2f7ff 100%);
}
a { color:inherit; }
button { font:inherit; }
.container { width:min(1180px,92vw); margin:0 auto; }

/* HEADER */
.site-header {
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(251,253,255,.86);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(228,236,247,.75);
}
.header-inner {
  height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.brand {
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
}
.brand-avatar {
  width:54px;height:54px;
  border-radius:18px;
  overflow:hidden;
  background:linear-gradient(145deg,#e2f4ff,#eee9ff);
  box-shadow:0 10px 24px rgba(54,84,145,.09);
  border:1px solid #e1e9f5;
}
.brand-avatar img {
  width:66px;height:66px;max-width:none;object-fit:contain;
  transform:translate(-6px,3px);
}
.brand-copy b {
  display:block;
  font-size:23px;
  line-height:1;
  letter-spacing:-.5px;
}
.brand-copy span {
  display:block;
  margin-top:5px;
  color:#7f8dab;
  font-size:9px;
  font-weight:800;
}
.main-nav {
  display:flex;
  align-items:center;
  gap:8px;
}
.nav-link {
  border:0;
  background:transparent;
  text-decoration:none;
  padding:10px 13px;
  border-radius:12px;
  color:#697895;
  font-size:11px;
  font-weight:900;
  transition:.18s ease;
}
.nav-link:hover {
  background:#edf4ff;
  color:#397cf3;
}
.nav-link.active {
  color:#fff;
  background:linear-gradient(90deg,var(--blue),var(--violet));
  box-shadow:0 8px 18px rgba(70,99,225,.16);
}
.header-cta {
  text-decoration:none;
  padding:10px 14px;
  border-radius:13px;
  color:#397cf3;
  background:#eaf3ff;
  font-size:10px;
  font-weight:900;
}

/* HERO */
.hero-wrap { padding:22px 0 18px; }
.hero {
  position:relative;
  min-height:650px;
  overflow:hidden;
  display:grid;
  grid-template-columns:1.03fr .97fr;
  border-radius:38px;
  color:white;
  background:
    radial-gradient(circle at 82% 17%,rgba(255,255,255,.30),transparent 18%),
    radial-gradient(circle at 66% 118%,rgba(58,216,188,.26),transparent 35%),
    linear-gradient(118deg,#387ff8 0%,#4baaf0 48%,#4fd0d9 72%,#6cddc2 100%);
  box-shadow:0 34px 90px rgba(53,96,182,.20);
}
.hero-copy {
  position:relative;
  z-index:3;
  padding:76px 0 64px 62px;
}
.eyebrow {
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:8px 11px;
  border-radius:999px;
  background:rgba(255,255,255,.15);
  border:1px solid rgba(255,255,255,.22);
  font-size:9px;
  font-weight:900;
}
.hero h1 {
  margin:20px 0 15px;
  max-width:600px;
  font-size:67px;
  line-height:.94;
  letter-spacing:-3.2px;
}
.hero h1 .accent {
  color:#76f0e3;
}
.hero-copy > p {
  max-width:590px;
  margin:0;
  font-size:17px;
  line-height:1.62;
  color:rgba(255,255,255,.92);
  font-weight:700;
}
.store-badges {
  margin-top:28px;
  display:inline-block;
  padding:10px 12px;
  border-radius:16px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
}
.store-badges img {
  display:block;
  width:340px;
  max-width:100%;
}
.store-note {
  margin-top:11px;
  font-size:8px;
  font-weight:800;
  opacity:.72;
}
.hero-art {
  position:relative;
  min-height:650px;
  overflow:hidden;
}
.hero-art::before {
  content:"";
  position:absolute;
  width:470px;height:470px;
  border-radius:50%;
  right:-15px;top:92px;
  background:rgba(255,255,255,.15);
  box-shadow:inset 0 0 0 40px rgba(255,255,255,.04);
}
.hero-robot {
  position:absolute;
  width:525px;height:620px;
  max-width:none;
  object-fit:contain;
  right:-38px;
  bottom:-35px;
  filter:drop-shadow(0 30px 34px rgba(37,58,131,.20));
}
.hero-coin {
  position:absolute;
  width:100px;height:100px;
  object-fit:contain;
  left:8px;
  bottom:135px;
  transform:rotate(-12deg);
  filter:drop-shadow(0 12px 16px rgba(136,84,0,.15));
}
.float-card {
  position:absolute;
  z-index:4;
  display:flex;
  align-items:center;
  gap:9px;
  padding:11px 14px;
  border-radius:17px;
  background:rgba(255,255,255,.91);
  color:#50627f;
  font-size:9px;
  font-weight:900;
  box-shadow:0 13px 26px rgba(46,71,132,.11);
  backdrop-filter:blur(8px);
}
.float-card .thumb {
  width:37px;height:37px;
  border-radius:11px;
  overflow:hidden;
}
.float-card .thumb img {
  width:100%;height:100%;object-fit:cover;
}
.fc1 { left:10px; top:108px; }
.fc2 { right:26px; top:66px; }
.fc3 { left:18px; bottom:76px; }

/* FEATURE STRIP */
.feature-strip {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:16px;
}
.feature-card {
  display:grid;
  grid-template-columns:60px 1fr auto;
  gap:13px;
  align-items:center;
  padding:19px 20px;
  border-radius:23px;
  background:#fff;
  border:1px solid #eaf0f8;
  box-shadow:var(--shadow);
}
.feature-icon {
  width:58px;height:58px;
  border-radius:18px;
  display:grid;place-items:center;
  font-size:27px;
}
.fi1 { background:#ebe8ff; }
.fi2 { background:#dcf8ef; }
.fi3 { background:#fff0cd; }
.feature-card b {
  display:block;
  font-size:18px;
  letter-spacing:-.2px;
}
.feature-card p {
  margin:3px 0 0;
  color:#8391ac;
  font-size:11px;
  line-height:1.45;
  font-weight:700;
}
.arrow {
  width:37px;height:37px;border-radius:50%;
  display:grid;place-items:center;
  background:#edf4ff;
  color:#3e7ff2;
  font-weight:900;
}

/* SECTIONS */
.section {
  padding:88px 0 20px;
}
.section-head {
  max-width:720px;
  margin-bottom:28px;
}
.section-kicker {
  color:#4c83d7;
  font-size:9px;
  font-weight:900;
  letter-spacing:1.5px;
}
.section h2 {
  margin:5px 0 9px;
  font-size:42px;
  line-height:1.05;
  letter-spacing:-1.4px;
}
.section-head p {
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
  font-weight:700;
}

/* GAMES */
.game-showcase {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.game-info {
  overflow:hidden;
  border-radius:26px;
  background:#fff;
  border:1px solid #e8eef7;
  box-shadow:var(--shadow);
}
.game-visual {
  height:205px;
  overflow:hidden;
  position:relative;
}
.game-visual img {
  width:100%;height:100%;object-fit:cover;
}
.game-info-body {
  padding:18px;
}
.game-info-body h3 {
  margin:0;
  font-size:20px;
}
.game-info-body p {
  margin:5px 0 13px;
  color:#8190ac;
  font-size:11px;
  line-height:1.5;
  font-weight:700;
}
.tag-row {
  display:flex;gap:6px;flex-wrap:wrap;
}
.tag {
  padding:6px 8px;border-radius:9px;
  background:#f0f5fc;
  color:#637392;
  font-size:7px;font-weight:900;
}

/* HOW */
.steps {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:13px;
}
.step {
  padding:22px;
  border-radius:24px;
  background:#fff;
  border:1px solid #e8eef7;
  box-shadow:var(--shadow);
}
.step-num {
  width:42px;height:42px;border-radius:14px;
  display:grid;place-items:center;
  color:#fff;
  background:linear-gradient(145deg,var(--blue),var(--violet));
  font-weight:900;
}
.step h3 {
  margin:14px 0 6px;
  font-size:17px;
}
.step p {
  margin:0;
  color:#8190aa;
  font-size:10px;
  line-height:1.55;
  font-weight:700;
}

/* FAQ */
.faq-list {
  display:grid;
  gap:9px;
}
.faq {
  overflow:hidden;
  border-radius:18px;
  background:#fff;
  border:1px solid #e6edf7;
  box-shadow:0 9px 24px rgba(55,82,138,.06);
}
.faq button {
  width:100%;
  border:0;
  background:transparent;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:16px 18px;
  text-align:left;
  color:var(--navy);
  font-weight:900;
  cursor:pointer;
}
.faq button span:last-child {
  color:#4f80d8;
  font-size:20px;
}
.faq-answer {
  display:none;
  padding:0 18px 17px;
  color:#7888a5;
  font-size:11px;
  line-height:1.6;
  font-weight:700;
}
.faq.open .faq-answer { display:block; }
.faq.open button span:last-child { transform:rotate(45deg); }

/* CTA */
.bottom-cta {
  margin:90px auto 45px;
  padding:34px;
  border-radius:30px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  color:#fff;
  background:linear-gradient(120deg,#3f82ff,#675dff 55%,#4ecad9);
  box-shadow:0 25px 65px rgba(61,84,195,.18);
}
.bottom-cta h3 {
  margin:0 0 5px;
  font-size:28px;
}
.bottom-cta p {
  margin:0;
  opacity:.85;
  font-size:11px;
  font-weight:700;
}
.bottom-cta a {
  flex:0 0 auto;
  text-decoration:none;
  color:#476ee0;
  background:white;
  padding:12px 15px;
  border-radius:13px;
  font-size:10px;
  font-weight:900;
}
.footer {
  padding:18px 0 35px;
  color:#8c99b0;
  font-size:8px;
  font-weight:800;
  text-align:center;
}

@media(max-width:900px) {
  .main-nav { display:none; }
  .header-cta { display:inline-flex; }
  .hero { grid-template-columns:1fr; min-height:auto; }
  .hero-copy { padding:45px 25px 15px; }
  .hero h1 { font-size:44px; letter-spacing:-2px; }
  .hero-copy>p { font-size:13px; }
  .hero-art { min-height:430px; }
  .hero-art::before { width:330px;height:330px;right:-50px;top:40px; }
  .hero-robot { width:355px;height:420px;right:-38px;bottom:-20px; }
  .hero-coin { width:68px;height:68px;left:20px;bottom:70px; }
  .fc1 { left:20px;top:35px; }
  .fc2 { right:16px;top:18px; }
  .fc3 { left:20px;bottom:28px; }
  .feature-strip { grid-template-columns:1fr; }
  .game-showcase { grid-template-columns:1fr; }
  .steps { grid-template-columns:1fr 1fr; }
  .section { padding-top:65px; }
  .section h2 { font-size:33px; }
  .bottom-cta { flex-direction:column;align-items:flex-start; }
}
@media(max-width:560px) {
  .header-inner { height:68px; }
  .brand-avatar { width:45px;height:45px;border-radius:15px; }
  .brand-avatar img { width:55px;height:55px; }
  .brand-copy b { font-size:18px; }
  .header-cta { font-size:8px;padding:8px 10px; }
  .hero-wrap { padding-top:10px; }
  .hero { border-radius:27px; }
  .hero h1 { font-size:38px; }
  .store-badges img { width:280px; }
  .hero-art { min-height:380px; }
  .hero-robot { width:320px;height:370px; }
  .float-card { font-size:7px;padding:8px 10px; }
  .float-card .thumb { width:30px;height:30px; }
  .steps { grid-template-columns:1fr; }
}

/* V2 landing cleanup */
.eyebrow,
.header-cta,
.store-badges{
  display:none!important;
}

.store-row-clean{
  margin-top:30px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center;
}

.store-badge{
  min-width:220px;
  min-height:68px;
  padding:10px 16px;
  border-radius:15px;
  display:flex;
  align-items:center;
  gap:13px;
  text-decoration:none;
  background:#0f1117;
  color:#fff;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 14px 30px rgba(18,34,79,.16);
  transition:transform .18s ease, box-shadow .18s ease;
}
.store-badge:hover{
  transform:translateY(-3px);
  box-shadow:0 20px 38px rgba(18,34,79,.20);
}
.badge-icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  flex:0 0 42px;
}
.badge-icon svg{
  width:38px;
  height:38px;
  display:block;
}
.badge-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  line-height:1;
}
.badge-copy small{
  font-size:8px;
  letter-spacing:.2px;
  opacity:.86;
  font-weight:700;
}
.badge-copy b{
  margin-top:4px;
  font-size:19px;
  font-weight:800;
  letter-spacing:-.25px;
}
.apple-badge{
  background:#0b0b0d;
}
.play-badge{
  background:#111217;
}

.fc2{
  right:30px!important;
  top:58px!important;
}
.fc4{
  left:28px!important;
  bottom:92px!important;
  top:auto!important;
  right:auto!important;
}
.fc1,.fc3{
  display:none!important;
}

/* keep cards off the robot face/body */
.float-card{
  max-width:190px;
}
.hero-art{
  isolation:isolate;
}
.hero-robot{
  z-index:2;
}
.float-card{
  z-index:4;
}
.hero-coin{
  z-index:3;
}

@media(max-width:900px){
  .store-badge{
    flex:1 1 180px;
    min-width:170px;
  }
  .fc2{
    right:12px!important;
    top:24px!important;
  }
  .fc4{
    left:16px!important;
    bottom:34px!important;
  }
}


/* CLEAN HERO COMPOSITION */
.float-card{display:none!important}

.hero-art::before{
  right:10px!important;
  top:105px!important;
  width:455px!important;
  height:455px!important;
}

.hero-robot{
  right:-18px!important;
  bottom:-28px!important;
  width:510px!important;
  height:605px!important;
}

.hero-coin{
  left:18px!important;
  bottom:118px!important;
}

/* bottom CTA without button */
.bottom-cta{
  justify-content:flex-start!important;
}
.bottom-cta > div{
  max-width:720px;
}
.bottom-cta a{
  display:none!important;
}

@media(max-width:900px){
  .hero-art::before{
    right:-55px!important;
    top:50px!important;
    width:335px!important;
    height:335px!important;
  }
  .hero-robot{
    right:-28px!important;
    width:360px!important;
    height:425px!important;
  }
  .hero-coin{
    left:18px!important;
    bottom:66px!important;
  }
}


/* HERO CLEANUP */
.hero-game-card,
.hero-mini-card,
.hero-reflex,
.mini-game-art,
.game-sticker,
.hero-art > img:not(.hero-robot):not(.hero-coin){
  display:none!important;
}


/* FINAL WEB HERO CLEANUP */
.hero-art > img:not(.hero-robot):not(.hero-coin){
  display:none!important;
}


/* CLEAN TOP BRAND */
.brand{gap:0!important}
.brand-copy b{font-size:24px!important}
.brand-copy span{font-size:9px!important}


/* ABSOLUTE STICKER REMOVAL */
.hero-art .game-sticker,
.hero-art .hero-game-card,
.hero-art .hero-mini-card,
.hero-art .mini-game-art,
.hero-art img[src=""]{
  display:none!important;
}
/* keep only the main robot + coin artwork in hero */
.hero-art{
  overflow:hidden!important;
}


/* FINAL BAD STICKER CLEANUP */
img[src=""]{display:none!important}
.game-sticker,
.hero-game-card,
.hero-mini-card,
.mini-game-art{
  display:none!important;
}


.game-visual{overflow:hidden!important;position:relative}
.game-visual>img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
.game-info:nth-child(1) .game-visual:empty{
  background:url("/assets/robot-np.webp") center/cover no-repeat!important;
}


/* =========================================================
   PREMIUM PLUS — PUBLIC WEB
   ========================================================= */
:root{
  --w-ink:#0f214e;--w-muted:#7283a4;--w-blue:#438fff;--w-violet:#725cff;--w-mint:#50d6c4;
}
body{
  background:
    radial-gradient(circle at 8% 0%,rgba(63,157,255,.14),transparent 25%),
    radial-gradient(circle at 95% 6%,rgba(119,91,255,.11),transparent 24%),
    linear-gradient(180deg,#f8fbff,#f1f6fd)!important;
  color:var(--w-ink)!important;
}
header,.header,.topbar{
  backdrop-filter:blur(20px) saturate(1.18)!important;
  -webkit-backdrop-filter:blur(20px) saturate(1.18)!important;
}
.hero{
  border-radius:36px!important;
  box-shadow:0 34px 90px rgba(45,88,177,.20)!important;
  overflow:hidden!important;
  position:relative!important;
}
.hero:after{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(120deg,transparent 15%,rgba(255,255,255,.14) 46%,transparent 70%);
  transform:translateX(-110%);animation:webSheen 8s ease-in-out infinite
}
@keyframes webSheen{0%,72%{transform:translateX(-110%)}90%,100%{transform:translateX(110%)}}
.hero-copy h1{letter-spacing:-2.2px!important;line-height:.98!important}
.hero-copy p{line-height:1.6!important}
.store-badges a,.store-badges button{
  transition:.2s ease!important;filter:drop-shadow(0 10px 24px rgba(13,24,54,.15))
}
.store-badges a:hover,.store-badges button:hover{transform:translateY(-3px) scale(1.015)}
.feature-card,.game-info,.faq-item,.how-card{
  background:rgba(255,255,255,.94)!important;
  border:1px solid rgba(224,233,246,.96)!important;
  box-shadow:0 18px 50px rgba(42,69,127,.08)!important;
  transition:.24s ease!important;
}
.feature-card:hover,.game-info:hover,.how-card:hover{
  transform:translateY(-6px)!important;
  box-shadow:0 27px 64px rgba(42,69,127,.13)!important;
}
.game-info{border-radius:28px!important;overflow:hidden!important}
.game-visual{height:240px!important;background:#edf5ff!important}
.game-visual img{transition:transform .35s ease!important}
.game-info:hover .game-visual img{transform:scale(1.035)}
.section-head h2{font-size:clamp(34px,4vw,56px)!important;letter-spacing:-1.8px!important}
.section-head p{font-size:15px!important;line-height:1.65!important}
.tag{padding:7px 9px!important;border-radius:10px!important;background:#eef4ff!important}
@media(max-width:760px){
  .hero{border-radius:26px!important}
  .game-visual{height:180px!important}
  .section-head h2{font-size:34px!important}
}


/* =========================================================
   ULTRA POLISH — PUBLIC WEB
   ========================================================= */
html{scroll-behavior:smooth}
body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a,button{touch-action:manipulation}
a:focus-visible,button:focus-visible{outline:3px solid rgba(70,133,255,.25);outline-offset:3px}
.container{width:min(1180px,92vw)!important}
.section{padding-top:90px!important;padding-bottom:90px!important}
.section-kicker{letter-spacing:1.7px!important;font-weight:1000!important}
.hero{min-height:620px!important}
.hero-copy{position:relative;z-index:2}
.hero-copy h1{font-size:clamp(50px,6vw,78px)!important}
.hero-copy p{font-size:16px!important;max-width:590px!important}
.feature-strip{gap:14px!important}
.feature-card{border-radius:22px!important;padding:18px!important}
.feature-card b{font-size:15px!important}.feature-card p{font-size:11px!important;line-height:1.5!important}
.game-showcase{gap:18px!important}
.game-info-body{padding:20px!important}
.game-info h3{font-size:21px!important;letter-spacing:-.35px}
.game-info p{font-size:12px!important;line-height:1.55!important}
.faq-item{border-radius:18px!important}
footer{background:linear-gradient(180deg,transparent,#eaf2fb)!important}
.web-status-pill{
  position:fixed;right:18px;bottom:18px;z-index:1000;padding:8px 11px;border-radius:999px;
  background:rgba(255,255,255,.88);backdrop-filter:blur(14px);border:1px solid #e0e9f4;
  color:#5d6f91;font-size:10px;font-weight:900;box-shadow:0 10px 26px rgba(45,66,115,.10)
}
.web-status-pill:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:#36c38a;margin-right:6px}
@media(max-width:760px){
  .section{padding-top:58px!important;padding-bottom:58px!important}
  .hero{min-height:560px!important}
  .hero-copy h1{font-size:48px!important}
  .hero-copy p{font-size:14px!important}
  .web-status-pill{display:none}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important}}


/* =========================================================
   FINAL VISUAL PASS — PUBLIC WEB
   ========================================================= */
body{background:linear-gradient(180deg,#f8fbff 0,#f3f7fd 55%,#eef4fb 100%)!important}
header,.header,.topbar{
  border-bottom:1px solid rgba(218,229,244,.8)!important;
  box-shadow:0 10px 34px rgba(34,57,106,.05)!important
}
nav a{position:relative}
nav a:after{
  content:"";position:absolute;left:50%;right:50%;bottom:-7px;height:2px;border-radius:9px;
  background:linear-gradient(90deg,#438fff,#725cff);transition:.2s
}
nav a:hover:after{left:0;right:0}
.hero{
  background:
    radial-gradient(circle at 75% 18%,rgba(255,255,255,.24),transparent 18%),
    radial-gradient(circle at 18% 84%,rgba(255,255,255,.11),transparent 20%),
    linear-gradient(120deg,#3d91ff 0%,#6660ff 53%,#50cfd1 100%)!important;
}
.hero-copy button,.cta a,.cta button{
  box-shadow:0 13px 30px rgba(22,51,120,.18)!important;
  transition:.2s transform,.2s box-shadow!important
}
.hero-copy button:hover,.cta a:hover,.cta button:hover{
  transform:translateY(-2px)!important;box-shadow:0 18px 38px rgba(22,51,120,.24)!important
}
.feature-strip,.game-showcase{align-items:stretch}
.feature-card,.game-info{height:100%}
.feature-icon{
  box-shadow:inset 0 1px rgba(255,255,255,.75),0 9px 20px rgba(61,85,140,.08)
}
.game-info-body{display:flex;flex-direction:column}
.game-info-body .tag-row{margin-top:auto;padding-top:12px}
.section-head{max-width:760px}
.section-head p{color:#7183a4!important}
.faq-item{transition:.2s ease}
.faq-item:hover{transform:translateY(-2px);box-shadow:0 18px 45px rgba(42,69,127,.11)!important}
footer{border-top:1px solid rgba(214,226,242,.8)}
@media(max-width:760px){
  nav{gap:12px!important}
  nav a{font-size:12px!important}
  .hero{min-height:auto!important;padding-top:18px!important;padding-bottom:18px!important}
  .hero-copy h1{font-size:42px!important}
  .feature-strip{grid-template-columns:1fr!important}
}


/* PREMIUM X — PUBLIC */
body{
  background:
    radial-gradient(circle at 8% 0%,rgba(69,153,255,.11),transparent 24%),
    linear-gradient(180deg,#fbfdff 0%,#f5f8fd 58%,#eef4fb 100%)!important
}
header{
  background:rgba(255,255,255,.88)!important;
  backdrop-filter:blur(22px)!important;
  border-bottom:1px solid rgba(218,228,243,.86)!important
}
.hero{
  border:1px solid rgba(255,255,255,.30)!important;
  box-shadow:0 30px 82px rgba(45,78,175,.22)!important
}
.feature-card,.game-info,.faq-item{
  border:1px solid rgba(219,228,242,.95)!important;
  background:linear-gradient(180deg,#fff,#fafcff)!important;
  box-shadow:0 14px 38px rgba(43,65,117,.08)!important;
  transition:.18s ease!important
}
.feature-card:hover,.game-info:hover,.faq-item:hover{
  transform:translateY(-4px)!important;
  box-shadow:0 20px 48px rgba(43,65,117,.12)!important
}
.cta{
  border:1px solid rgba(255,255,255,.26)!important;
  box-shadow:0 28px 70px rgba(44,73,171,.20)!important
}
footer{
  background:linear-gradient(180deg,#f7faff,#eef4fb)!important
}


/* NP ARENA — PUBLIC PREMIUM FINAL */
body{background:radial-gradient(circle at 5% 0%,rgba(76,181,255,.15),transparent 26%),radial-gradient(circle at 96% 3%,rgba(126,91,255,.13),transparent 26%),linear-gradient(180deg,#fbfdff,#f2f7fe 60%,#edf4fc)!important}
.site-header{background:rgba(255,255,255,.82)!important;backdrop-filter:blur(24px) saturate(1.15)!important;border-bottom:1px solid rgba(218,228,242,.86)!important;box-shadow:0 8px 30px rgba(40,61,108,.04)!important}
.header-inner{height:78px!important}.brand-copy b{letter-spacing:-.7px!important}.nav-link{font-size:12px!important;padding:11px 15px!important}
.hero{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.34)!important;box-shadow:0 34px 90px rgba(49,76,176,.22)!important}.hero:after{content:"";position:absolute;width:380px;height:380px;border-radius:50%;right:-170px;top:-170px;border:42px solid rgba(255,255,255,.07);pointer-events:none}
.hero-copy h1{letter-spacing:-1.7px!important}.hero-copy p{font-size:15px!important;line-height:1.65!important;max-width:610px!important}
.feature-card,.game-info,.faq-item,.stat-card{border:1px solid rgba(219,228,242,.95)!important;background:linear-gradient(180deg,#fff,#fafcff)!important;box-shadow:0 15px 42px rgba(42,65,117,.09)!important;transition:.18s ease!important}.feature-card:hover,.game-info:hover,.faq-item:hover{transform:translateY(-5px)!important;box-shadow:0 23px 55px rgba(42,65,117,.13)!important}
.store-badge{box-shadow:0 13px 30px rgba(25,42,83,.14)!important;transition:.18s ease!important}.store-badge:hover{transform:translateY(-3px) scale(1.01)!important}
.cta{border:1px solid rgba(255,255,255,.28)!important;box-shadow:0 30px 80px rgba(49,76,176,.21)!important}
footer{background:linear-gradient(180deg,#f6f9fe,#edf3fb)!important;border-top:1px solid #e1e9f4!important}
@media(max-width:760px){.header-inner{height:68px!important}.main-nav{gap:2px!important}.nav-link{font-size:10px!important;padding:8px 9px!important}.hero{border-radius:26px!important}.hero-copy h1{font-size:39px!important}.hero-copy p{font-size:13px!important}.feature-card,.game-info,.faq-item{border-radius:20px!important}}

.np-site-play{display:inline-flex;gap:15px;align-items:center;margin-top:20px;background:linear-gradient(110deg,#5795e6,#9072d8);color:#fff;padding:16px 25px;border-radius:16px;font-size:16px;font-weight:850;text-decoration:none;box-shadow:0 8px 25px #7366ce29}.np-site-play:hover{filter:brightness(1.05)}.np-site-status{font-size:12px;color:#7283a5;line-height:1.6;margin-top:14px}.np-site-footer{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;margin-top:15px}.np-site-footer a{color:#6d7e9b;font-size:12px}a[aria-disabled=true]{opacity:.62;cursor:help}a:focus-visible,button:focus-visible{outline:3px solid #96b8df;outline-offset:4px}.faq button{width:100%;text-align:left}.np-site-toast{position:fixed;bottom:22px;left:50%;transform:translateX(-50%);padding:14px 22px;background:#2f4264;color:white;z-index:50;border-radius:14px;font-size:13px;max-width:90vw}.np-site-toast[hidden]{display:none}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,*::before,*::after{animation:none!important;transition:none!important}}@media(max-width:640px){.np-site-footer{gap:12px}.np-site-play{font-size:14px;padding:14px 18px}}
