.kng-pokemon-home{
  --yellow:#FECB00;
  --blue:#4772B8;
  --red:#CC2222;
  --night:#1A1A2E;
  --screen:#F0F4FF;
  --green:#3ECA6B;

  --fire:#FF7043;
  --water:#4FA8E0;
  --grass:#5BC46A;
  --electric:#FECB00;
  --psy:#C46BD6;
  --ghost:#7C6BD6;

  --ink:#1A1A2E;
  --line:#1A1A2E;
  --bd:3px solid var(--line);
  --radius:20px;
  --shadow:6px 6px 0 var(--line);
  --shadow-sm:4px 4px 0 var(--line);

  --font-title:"Nunito",system-ui,sans-serif;
  --font-mono:"Space Mono",monospace;
}
.kng-pokemon-home, .kng-pokemon-home *{box-sizing:border-box;margin:0;padding:0}
.kng-pokemon-home{scroll-behavior:smooth}
.kng-pokemon-home{
  font-family:var(--font-title);
  font-weight:600;
  color:var(--ink);
  background:var(--screen);
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
.kng-pokemon-home img{max-width:100%;height:auto;display:block}
.kng-pokemon-home a{color:inherit;text-decoration:none}
.kng-pokemon-home h1, .kng-pokemon-home h2, .kng-pokemon-home h3{font-weight:900;line-height:1.1;letter-spacing:-.01em}
.kng-pokemon-home a:focus-visible, .kng-pokemon-home button:focus-visible, .kng-pokemon-home summary:focus-visible{
  outline:3px solid var(--blue);
  outline-offset:3px;
  border-radius:6px;
}
.kng-pokemon-home .wrap{width:100%;max-width:1180px;margin:0 auto;padding:0 18px}
.kng-pokemon-home .wrap-narrow{max-width:780px}
.kng-pokemon-home .section{padding:64px 0;position:relative}
.kng-pokemon-home .section-light{background:var(--screen)}
.kng-pokemon-home .section-dark{background:var(--night);color:#fff}
.kng-pokemon-home .section-grad{background:linear-gradient(160deg,#5b86d6,#3a5ea0);color:#fff}
.kng-pokemon-home .section-intro{max-width:660px;font-weight:700;font-size:1.05rem;margin-top:10px;color:#3a3a52}
.kng-pokemon-home .section-intro-light{color:rgba(255,255,255,.9)}
.kng-pokemon-home h2{font-size:1.9rem;margin-top:8px}
.kng-pokemon-home .section-dark h2, .kng-pokemon-home .section-grad h2{color:#fff}
.kng-pokemon-home .section-intro-wide{max-width:none}
.kng-pokemon-home .step-badge{
  display:inline-block;
  font-family:var(--font-mono);
  font-weight:700;
  font-size:.72rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  background:var(--yellow);
  color:var(--night);
  border:var(--bd);
  border-radius:30px;
  padding:7px 16px;
  box-shadow:var(--shadow-sm);
}
.kng-pokemon-home .badge-gym{background:var(--red);color:#fff}
.kng-pokemon-home .badge-unlock{background:var(--green);color:var(--night);animation:pop .5s ease}
@keyframes pop{0%{transform:scale(.6);opacity:0}60%{transform:scale(1.08)}100%{transform:scale(1)}}
.kng-pokemon-home .btn{
  display:inline-block;
  font-weight:900;
  font-size:.95rem;
  padding:13px 24px;
  border:var(--bd);
  border-radius:40px;
  box-shadow:var(--shadow-sm);
  transition:transform .12s ease,box-shadow .12s ease;
  cursor:pointer;
}
.kng-pokemon-home .btn:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--line)}
.kng-pokemon-home .btn:active{transform:translate(2px,2px);box-shadow:2px 2px 0 var(--line)}
.kng-pokemon-home .btn-primary{background:var(--yellow);color:var(--night)}
.kng-pokemon-home .btn-ghost{background:#fff;color:var(--night)}
.kng-pokemon-home .btn-dark{background:var(--night);color:#fff}
.kng-pokemon-home .btn-lg{font-size:1.05rem;padding:16px 32px}
.kng-pokemon-home .trainer-rail{display:none}
.kng-pokemon-home .hero{
  min-height:100svh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px 16px;
  background:
    radial-gradient(circle at 20% 20%,rgba(254,203,0,.18),transparent 45%),
    radial-gradient(circle at 80% 80%,rgba(71,114,184,.22),transparent 45%),
    var(--night);
  background-size:cover;
}
.kng-pokemon-home .hero::before{
  content:"";position:absolute;inset:0;
  background-image:radial-gradient(rgba(255,255,255,.06) 1.4px,transparent 1.4px);
  background-size:22px 22px;
  pointer-events:none;
}
.kng-pokemon-home .pokedex{
  position:relative;
  width:100%;max-width:1100px;
  display:flex;flex-direction:column;
  gap:14px;
  background:var(--red);
  border:var(--bd);
  border-radius:26px;
  padding:14px;
  box-shadow:10px 10px 0 rgba(0,0,0,.35);
}
.kng-pokemon-home .pokedex-screen{
  background:var(--screen);
  border:var(--bd);
  border-radius:18px;
  padding:18px;
  position:relative;
}
.kng-pokemon-home .screen-top{display:flex;align-items:center;gap:8px;margin-bottom:14px}
.kng-pokemon-home .screen-led{width:16px;height:16px;border-radius:50%;border:2px solid var(--night)}
.kng-pokemon-home .led-red{background:var(--red)}
.kng-pokemon-home .led-yellow{background:var(--yellow)}
.kng-pokemon-home .led-green{background:var(--green)}
.kng-pokemon-home .screen-label{
  margin-left:auto;font-family:var(--font-mono);font-size:.62rem;
  font-weight:700;letter-spacing:.06em;color:var(--blue);
}
.kng-pokemon-home .hero-logo{margin-bottom:10px}
.kng-pokemon-home .hero-kicker{
  font-family:var(--font-mono);font-size:.72rem;font-weight:700;
  text-transform:uppercase;letter-spacing:.08em;color:var(--red);
}
.kng-pokemon-home #hero-title{font-size:1.75rem;margin:6px 0 10px}
.kng-pokemon-home .hero-lead{font-weight:700;color:#3a3a52;max-width:560px}
.kng-pokemon-home .hero-cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}
.kng-pokemon-home .region-map{
  display:flex;align-items:center;gap:6px;margin-top:20px;
  background:#fff;border:var(--bd);border-radius:14px;padding:12px 14px;
}
.kng-pokemon-home .map-node{
  font-family:var(--font-mono);font-size:.66rem;font-weight:700;
  padding:6px 10px;border:2px solid var(--night);border-radius:20px;
}
.kng-pokemon-home .node-start{background:var(--green)}
.kng-pokemon-home .node-gym{background:var(--yellow)}
.kng-pokemon-home .map-route{
  flex:1;height:0;border-top:4px dotted var(--blue);
}
.kng-pokemon-home .level-bar{display:flex;align-items:center;gap:10px;margin-top:14px;flex-wrap:wrap}
.kng-pokemon-home .level-tag, .kng-pokemon-home .level-badges{
  font-family:var(--font-mono);font-size:.66rem;font-weight:700;white-space:nowrap;
}
.kng-pokemon-home .gauge{
  flex:1;min-width:120px;height:16px;background:#dbe3f5;
  border:2px solid var(--night);border-radius:20px;overflow:hidden;
}
.kng-pokemon-home .gauge-fill{
  display:block;height:100%;width:var(--w);
  background:repeating-linear-gradient(45deg,var(--yellow),var(--yellow) 8px,#ffd83a 8px,#ffd83a 16px);
  transition:width .7s cubic-bezier(.5,0,.2,1);
}
.kng-pokemon-home .gauge-lg{height:22px}
.kng-pokemon-home .pokedex-side{
  background:var(--blue);
  border:var(--bd);border-radius:18px;
  padding:16px;position:relative;
}
.kng-pokemon-home .side-title{
  font-family:var(--font-mono);font-size:.7rem;font-weight:700;color:#fff;
  text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px;
}
.kng-pokemon-home .starters{display:flex;flex-direction:column;gap:10px}
.kng-pokemon-home .starter{
  display:flex;align-items:center;gap:12px;width:100%;text-align:left;
  background:var(--screen);border:var(--bd);border-radius:14px;
  padding:8px 12px;box-shadow:var(--shadow-sm);cursor:pointer;
  transition:transform .12s ease,background .15s,box-shadow .12s;
}
.kng-pokemon-home .starter:hover{transform:translate(-2px,-2px)}
.kng-pokemon-home .starter.is-active{background:var(--yellow);box-shadow:6px 6px 0 var(--line)}
.kng-pokemon-home .starter img{width:60px;height:60px;object-fit:contain;flex:0 0 auto}
.kng-pokemon-home .starter-info{display:flex;flex-direction:column;gap:4px;margin-left:auto;align-items:flex-end}
.kng-pokemon-home .starter-info strong{font-size:.95rem}
.kng-pokemon-home .type-pill{
  font-family:var(--font-mono);font-size:.62rem;font-weight:700;
  padding:4px 11px;border:2px solid var(--night);border-radius:20px;color:var(--night);
}
.kng-pokemon-home .pill-fire{background:var(--fire)}
.kng-pokemon-home .pill-water{background:var(--water)}
.kng-pokemon-home .pill-grass{background:var(--grass)}
.kng-pokemon-home .starter-cta{
  display:block;text-align:center;margin-top:12px;
  background:var(--night);color:#fff;font-weight:900;font-size:.85rem;
  padding:11px 16px;border:var(--bd);border-radius:30px;
  box-shadow:var(--shadow-sm);transition:transform .12s ease;
}
.kng-pokemon-home .starter-cta:hover{transform:translate(-2px,-2px)}
.kng-pokemon-home .hero-float-pika{display:none}
.kng-pokemon-home .grid{display:grid;gap:18px;margin-top:32px}
.kng-pokemon-home .grid-4{grid-template-columns:1fr}
.kng-pokemon-home .grid-6{grid-template-columns:1fr}
@media(min-width:560px){.kng-pokemon-home .grid-4{grid-template-columns:repeat(2,1fr)}
.kng-pokemon-home .grid-6{grid-template-columns:repeat(2,1fr)}}
.kng-pokemon-home .coll-card{
  background:#fff;border:var(--bd);border-radius:var(--radius);
  padding:22px;box-shadow:var(--shadow);
  transition:transform .14s ease,box-shadow .14s ease;
}
.kng-pokemon-home .coll-card:hover{transform:translate(-3px,-3px);box-shadow:9px 9px 0 var(--line)}
.kng-pokemon-home .coll-icon{
  display:inline-flex;align-items:center;justify-content:center;
  width:52px;height:52px;border:var(--bd);border-radius:14px;
  background:var(--yellow);color:var(--night);margin-bottom:12px;
}
.kng-pokemon-home .coll-icon svg{width:28px;height:28px}
.kng-pokemon-home .coll-card h3{font-size:1.2rem;margin-bottom:6px}
.kng-pokemon-home .coll-card p{font-weight:600;color:#444;font-size:.95rem}
.kng-pokemon-home .card-link{
  display:inline-block;margin-top:12px;font-weight:900;
  font-family:var(--font-mono);font-size:.75rem;color:var(--blue);
  border-bottom:3px solid var(--yellow);
}
.kng-pokemon-home .cat-card{
  display:flex;flex-direction:column;
  background:#fff;border:var(--bd);border-radius:var(--radius);
  padding:20px;box-shadow:var(--shadow);
  transition:transform .14s ease,box-shadow .14s ease;
}
.kng-pokemon-home .cat-card:hover{transform:translate(-3px,-3px);box-shadow:9px 9px 0 var(--line)}
.kng-pokemon-home .cat-icon{
  display:inline-flex;align-items:center;justify-content:center;
  width:52px;height:52px;border:var(--bd);border-radius:14px;
  background:var(--blue);color:#fff;margin-bottom:12px;
}
.kng-pokemon-home .cat-icon svg{width:28px;height:28px}
.kng-pokemon-home .cat-card h3{font-size:1.15rem;margin-bottom:4px;color:var(--night)}
.kng-pokemon-home .cat-card p{font-weight:600;font-size:.9rem;color:#555}
.kng-pokemon-home .cat-card::after{
  content:"Explorer le rayon →";margin-top:auto;padding-top:12px;
  font-family:var(--font-mono);font-size:.72rem;font-weight:700;color:var(--blue);
}
.kng-pokemon-home .cat-all{background:var(--yellow)}
.kng-pokemon-home .cat-all .cat-icon{background:var(--night)}
.kng-pokemon-home .cat-all p{color:#5a4a00}
.kng-pokemon-home .cat-all::after{content:"Voir tout →";color:var(--night)}
.kng-pokemon-home .dex-card{
  background:var(--screen);color:var(--night);
  border:var(--bd);border-radius:var(--radius);
  overflow:hidden;box-shadow:var(--shadow);
  display:flex;flex-direction:column;
  transition:transform .14s ease,box-shadow .14s ease;
}
.kng-pokemon-home .dex-card:hover{transform:translate(-3px,-3px);box-shadow:9px 9px 0 var(--line)}
.kng-pokemon-home .dex-top{
  display:flex;align-items:center;justify-content:space-between;
  padding:10px 14px;background:var(--red);
  font-family:var(--font-mono);font-size:.66rem;font-weight:700;color:#fff;
}
.kng-pokemon-home .dex-img{
  background:radial-gradient(circle at 50% 40%,#fff,#dbe3f5);
  padding:18px;display:flex;align-items:center;justify-content:center;
  border-bottom:var(--bd);
}
.kng-pokemon-home .dex-img img{width:120px;height:120px;object-fit:contain;
  filter:drop-shadow(4px 6px 4px rgba(0,0,0,.2));}
.kng-pokemon-home .dex-ph{
  width:100%;min-height:130px;display:flex;flex-direction:column;
  align-items:center;justify-content:center;gap:8px;color:var(--blue);
  border:3px dashed #b9c6e6;border-radius:14px;background:rgba(255,255,255,.6);
}
.kng-pokemon-home .dex-ph svg{width:42px;height:42px}
.kng-pokemon-home .dex-ph span{font-family:var(--font-mono);font-size:.66rem;font-weight:700;
  text-transform:uppercase;letter-spacing:.04em}
.kng-pokemon-home .pick-ph{
  width:70px;height:70px;margin:0 auto 6px;display:flex;align-items:center;
  justify-content:center;color:var(--blue);
  border:2px dashed #b9c6e6;border-radius:12px;background:#fff;
}
.kng-pokemon-home .pick-ph svg{width:30px;height:30px}
.kng-pokemon-home .dex-body{padding:14px;display:flex;flex-direction:column;gap:8px;flex:1}
.kng-pokemon-home .dex-body h3{font-size:1.1rem;color:var(--night)}
.kng-pokemon-home .dex-types{display:flex;gap:6px;flex-wrap:wrap}
.kng-pokemon-home .dex-stats{display:flex;flex-direction:column;gap:6px;margin-top:4px}
.kng-pokemon-home .stat-row{display:flex;align-items:center;gap:8px}
.kng-pokemon-home .stat-row span{font-family:var(--font-mono);font-size:.6rem;width:34px}
.kng-pokemon-home .stat-bar{flex:1;height:9px;background:#dbe3f5;border:2px solid var(--night);
  border-radius:10px;overflow:hidden}
.kng-pokemon-home .stat-bar i{display:block;height:100%;background:var(--green)}
.kng-pokemon-home .dex-foot{display:flex;align-items:center;justify-content:space-between;
  margin-top:auto;padding-top:10px}
.kng-pokemon-home .dex-price{font-family:var(--font-mono);font-weight:700;font-size:1.05rem}
.kng-pokemon-home .dex-buy{
  background:var(--yellow);border:var(--bd);border-radius:30px;
  padding:8px 16px;font-weight:900;font-size:.8rem;cursor:pointer;
  box-shadow:var(--shadow-sm);transition:transform .1s ease;
}
.kng-pokemon-home .dex-buy:hover{transform:translate(-2px,-2px)}
.kng-pokemon-home .sec-mascot{display:none}
@media(min-width:1280px){.kng-pokemon-home .sec-mascot{
    display:block;position:absolute;bottom:6%;
    width:clamp(120px,12vw,180px);height:auto;pointer-events:none;
    opacity:.9;filter:drop-shadow(5px 7px 6px rgba(0,0,0,.35));
    z-index:1;
  }
.kng-pokemon-home .sec-mascot-right{right:1.5%}
.kng-pokemon-home .sec-mascot-left{left:1.5%}
.kng-pokemon-home .dex-grid{position:relative;z-index:2}}
.kng-pokemon-home .split{
  display:flex;flex-direction:column;gap:22px;
  margin-top:34px;align-items:center;
}
.kng-pokemon-home .split-media{
  width:100%;border:var(--bd);border-radius:var(--radius);
  padding:26px;display:flex;align-items:center;justify-content:center;
  position:relative;box-shadow:var(--shadow);min-height:240px;
}
.kng-pokemon-home .split-media-blue{background:linear-gradient(150deg,#5b86d6,#3a5ea0)}
.kng-pokemon-home .split-media-yellow{background:linear-gradient(150deg,#ffd83a,var(--yellow))}
.kng-pokemon-home .split-media img{max-height:240px;width:auto;
  filter:drop-shadow(6px 8px 6px rgba(0,0,0,.25));}
.kng-pokemon-home .split-text h3{font-size:1.35rem;margin-bottom:10px}
.kng-pokemon-home .split-text p{font-weight:600;color:#444;margin-bottom:10px}
.kng-pokemon-home .section-dark .split-text p{color:rgba(255,255,255,.85)}
.kng-pokemon-home .float-pokeball, .kng-pokemon-home .float-spark{
  position:absolute;width:42px;height:42px;border-radius:50%;
  border:var(--bd);top:-16px;right:-12px;
}
.kng-pokemon-home .float-pokeball{background:var(--red);
  background-image:linear-gradient(var(--red) 50%,#fff 50%);}
.kng-pokemon-home .float-spark{background:var(--yellow)}
.kng-pokemon-home .zone{
  position:relative;
  background:#fff;color:var(--night);
  border:var(--bd);border-radius:var(--radius);
  padding:20px 16px;text-align:center;box-shadow:var(--shadow);
  transition:transform .14s ease;
}
.kng-pokemon-home .zone-type{
  position:absolute;top:12px;right:12px;
  font-family:var(--font-mono);font-size:.6rem;font-weight:700;
  padding:4px 11px;border:2px solid var(--night);border-radius:20px;color:var(--night);
}
.kng-pokemon-home .type-electric{background:var(--electric)}
.kng-pokemon-home .type-fire{background:var(--fire)}
.kng-pokemon-home .type-water{background:var(--water)}
.kng-pokemon-home .type-grass{background:var(--grass)}
.kng-pokemon-home .type-psy{background:var(--psy)}
.kng-pokemon-home .type-ghost{background:var(--ghost)}
.kng-pokemon-home .zone:hover{transform:translateY(-5px) rotate(-1deg)}
.kng-pokemon-home .zone img{width:90px;height:90px;object-fit:contain;margin:0 auto 10px;
  filter:drop-shadow(3px 5px 4px rgba(0,0,0,.2));}
.kng-pokemon-home .zone h3{font-size:1.1rem}
.kng-pokemon-home .zone p{font-weight:600;font-size:.85rem;color:#555}
.kng-pokemon-home .zone-electric{border-top:10px solid var(--electric)}
.kng-pokemon-home .zone-fire{border-top:10px solid var(--fire)}
.kng-pokemon-home .zone-water{border-top:10px solid var(--water)}
.kng-pokemon-home .zone-grass{border-top:10px solid var(--grass)}
.kng-pokemon-home .zone-psy{border-top:10px solid var(--psy)}
.kng-pokemon-home .zone-ghost{border-top:10px solid var(--ghost)}
.kng-pokemon-home .arena-picker{margin-top:30px}
.kng-pokemon-home .picker-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:22px}
.kng-pokemon-home .picker-btn{
  font-family:var(--font-title);font-weight:900;font-size:.85rem;
  background:#fff;color:var(--night);
  border:var(--bd);border-radius:30px;padding:10px 18px;cursor:pointer;
  box-shadow:var(--shadow-sm);transition:transform .1s ease,background .15s;
}
.kng-pokemon-home .picker-btn:hover{transform:translate(-2px,-2px)}
.kng-pokemon-home .picker-btn.is-active{background:var(--yellow)}
.kng-pokemon-home .picker-stage{
  background:#fff;color:var(--night);
  border:var(--bd);border-radius:var(--radius);
  padding:22px;box-shadow:var(--shadow);
  display:flex;flex-direction:column;gap:22px;
}
.kng-pokemon-home .picker-info h3{font-size:1.4rem;margin-bottom:6px}
.kng-pokemon-home .picker-info p{font-weight:600;color:#444}
.kng-pokemon-home .energy{margin-top:14px}
.kng-pokemon-home .energy-label{font-family:var(--font-mono);font-size:.66rem;font-weight:700;
  display:block;margin-bottom:6px}
.kng-pokemon-home .picker-products{list-style:none;display:grid;gap:12px;
  grid-template-columns:repeat(2,1fr)}
.kng-pokemon-home .picker-products li{
  background:var(--screen);border:var(--bd);border-radius:14px;
  padding:12px;text-align:center;
  animation:fadeUp .4s ease both;
}
.kng-pokemon-home .picker-products img{width:70px;height:70px;object-fit:contain;margin:0 auto 6px}
.kng-pokemon-home .picker-products strong{display:block;font-size:.85rem}
.kng-pokemon-home .picker-products span{font-family:var(--font-mono);font-size:.75rem;color:var(--blue)}
@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
.kng-pokemon-home .section-promo{background:linear-gradient(160deg,var(--yellow),#ffb800)}
.kng-pokemon-home .promo-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:18px}
.kng-pokemon-home .promo-card{
  width:100%;background:var(--night);color:#fff;
  border:var(--bd);border-radius:26px;
  padding:26px;box-shadow:10px 10px 0 rgba(0,0,0,.25);
  display:flex;flex-direction:column;gap:24px;position:relative;overflow:hidden;
}
.kng-pokemon-home .promo-left h2{font-size:1.5rem;margin-bottom:10px}
.kng-pokemon-home .promo-left p{font-weight:600;color:rgba(255,255,255,.85);margin-bottom:8px}
.kng-pokemon-home .promo-note{font-family:var(--font-mono);font-size:.75rem;color:var(--yellow)}
.kng-pokemon-home .promo-right{display:flex;flex-direction:column;align-items:flex-start;gap:10px;position:relative}
.kng-pokemon-home .promo-tag{font-family:var(--font-mono);font-size:.7rem;font-weight:700;
  text-transform:uppercase;color:var(--yellow)}
.kng-pokemon-home .promo-code{
  background:#fff;color:var(--night);
  border:3px dashed var(--night);border-radius:14px;
  padding:14px 22px;cursor:pointer;text-align:left;
  transition:transform .12s ease;
}
.kng-pokemon-home .promo-code:hover{transform:scale(1.03)}
.kng-pokemon-home .code-value{display:block;font-family:var(--font-mono);font-weight:700;
  font-size:1.5rem;letter-spacing:.06em}
.kng-pokemon-home .code-hint{font-size:.72rem;color:var(--blue);font-weight:700}
.kng-pokemon-home .promo-code.copied .code-hint{color:var(--green)}
.kng-pokemon-home .promo-poke{position:absolute;right:-10px;bottom:-20px;width:90px;height:90px;
  object-fit:contain;opacity:.9}
.kng-pokemon-home .prof-block{display:flex;flex-direction:column;gap:24px;margin-top:30px}
.kng-pokemon-home .prof-media{display:flex;justify-content:center}
.kng-pokemon-home .prof-media img{max-height:280px;width:auto;
  filter:drop-shadow(6px 8px 6px rgba(0,0,0,.4));}
.kng-pokemon-home .reassure{
  background:#fff;color:var(--night);
  border:var(--bd);border-radius:var(--radius);
  padding:20px;box-shadow:var(--shadow);
}
.kng-pokemon-home .reassure-icon{
  display:inline-flex;align-items:center;justify-content:center;
  width:42px;height:42px;border:var(--bd);border-radius:12px;
  background:var(--blue);color:#fff;font-size:1.2rem;margin-bottom:10px;
}
.kng-pokemon-home .reassure h3{font-size:1.05rem;margin-bottom:6px}
.kng-pokemon-home .reassure p{font-weight:600;font-size:.9rem;color:#555}
.kng-pokemon-home .review{
  background:#fff;border:var(--bd);border-radius:var(--radius);
  padding:20px;box-shadow:var(--shadow);
}
.kng-pokemon-home .stars{color:var(--yellow);font-size:1.1rem;letter-spacing:2px;
  -webkit-text-stroke:1px var(--night);margin-bottom:10px}
.kng-pokemon-home .review blockquote{font-weight:700;font-size:.95rem;margin-bottom:12px}
.kng-pokemon-home .review figcaption{font-family:var(--font-mono);font-size:.72rem;color:var(--blue)}
.kng-pokemon-home .advice-card{
  background:#fff;color:var(--night);
  border:var(--bd);border-radius:var(--radius);
  padding:22px;box-shadow:var(--shadow);position:relative;
}
.kng-pokemon-home .advice-num{font-family:var(--font-mono);font-weight:700;font-size:1.6rem;
  color:var(--blue);display:block;margin-bottom:8px}
.kng-pokemon-home .advice-card h3{font-size:1.15rem;margin-bottom:6px}
.kng-pokemon-home .advice-card p{font-weight:600;font-size:.92rem;color:#555}
.kng-pokemon-home .faq{margin-top:28px;display:flex;flex-direction:column;gap:12px}
.kng-pokemon-home .faq-item{
  background:#fff;border:var(--bd);border-radius:14px;
  box-shadow:var(--shadow-sm);overflow:hidden;
}
.kng-pokemon-home .faq-item summary{
  cursor:pointer;font-weight:900;font-size:1rem;padding:16px 46px 16px 18px;
  position:relative;list-style:none;
}
.kng-pokemon-home .faq-item summary::-webkit-details-marker{display:none}
.kng-pokemon-home .faq-item summary::after{
  content:"+";position:absolute;right:18px;top:50%;transform:translateY(-50%);
  font-family:var(--font-mono);font-size:1.4rem;color:var(--blue);
}
.kng-pokemon-home .faq-item[open] summary::after{content:"–"}
.kng-pokemon-home .faq-item p{padding:0 18px 18px;font-weight:600;color:#444}
.kng-pokemon-home .section-final{
  background:
    radial-gradient(circle at 80% 10%,rgba(254,203,0,.25),transparent 40%),
    var(--night);
  color:#fff;text-align:center;position:relative;overflow:hidden;
}
.kng-pokemon-home .final-wrap{display:flex;flex-direction:column;align-items:center;gap:18px;position:relative;z-index:2}
.kng-pokemon-home #final-title{font-size:1.9rem}
.kng-pokemon-home .final-lead{max-width:560px;font-weight:700;color:rgba(255,255,255,.88)}
.kng-pokemon-home .final-stats{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin:6px 0}
.kng-pokemon-home .stat{background:rgba(255,255,255,.08);border:2px solid rgba(255,255,255,.25);
  border-radius:16px;padding:12px 20px;min-width:120px}
.kng-pokemon-home .stat strong{display:block;font-size:1.5rem;color:var(--yellow)}
.kng-pokemon-home .stat span{font-family:var(--font-mono);font-size:.68rem}
.kng-pokemon-home .final-poke{position:absolute;object-fit:contain;opacity:.85;z-index:1}
.kng-pokemon-home .final-poke-1{left:2%;bottom:6%;width:90px}
.kng-pokemon-home .final-poke-2{right:3%;top:12%;width:80px}
@media(min-width:760px){.kng-pokemon-home h2{font-size:2.3rem}
.kng-pokemon-home #hero-title{font-size:2.4rem}
.kng-pokemon-home .section{padding:80px 0}
.kng-pokemon-home .split{flex-direction:row}
.kng-pokemon-home .split-reverse{flex-direction:row-reverse}
.kng-pokemon-home .split-media, .kng-pokemon-home .split-text{flex:1}
.kng-pokemon-home .picker-stage{flex-direction:row}
.kng-pokemon-home .picker-info{flex:1}
.kng-pokemon-home .picker-products{flex:1.2;grid-template-columns:repeat(2,1fr)}
.kng-pokemon-home .promo-card{flex-direction:row;align-items:center}
.kng-pokemon-home .promo-left{flex:1.4}
.kng-pokemon-home .promo-right{flex:1;align-items:center}
.kng-pokemon-home .prof-block{flex-direction:row;align-items:flex-start}
.kng-pokemon-home .prof-media{flex:0 0 240px}
.kng-pokemon-home .grid-6{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1000px){.kng-pokemon-home .pokedex{flex-direction:row;align-items:stretch}
.kng-pokemon-home .pokedex-screen{flex:1.7}
.kng-pokemon-home .pokedex-side{flex:1;display:flex;flex-direction:column;justify-content:center}
.kng-pokemon-home #hero-title{font-size:2.6rem}
.kng-pokemon-home .hero-float-pika{
    display:block;position:absolute;right:-6px;bottom:-30px;
    width:120px;height:120px;object-fit:contain;
    filter:drop-shadow(4px 6px 5px rgba(0,0,0,.4));
    animation:floaty 4s ease-in-out infinite;
  }
@keyframes floaty{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
.kng-pokemon-home .trainer-rail{
    display:flex;flex-direction:column;align-items:center;gap:14px;
    position:fixed;left:18px;top:50%;transform:translateY(-50%);z-index:50;
    background:var(--red);border:var(--bd);border-radius:40px;
    padding:14px 10px;box-shadow:var(--shadow-sm);
  }
.kng-pokemon-home .rail-logo{
    width:30px;height:30px;border-radius:50%;background:var(--yellow);
    border:2px solid var(--night);display:flex;align-items:center;
    justify-content:center;font-weight:900;font-size:.9rem;
  }
.kng-pokemon-home .rail-steps{list-style:none;display:flex;flex-direction:column;gap:12px}
.kng-pokemon-home .rail-dot{
    display:block;width:13px;height:13px;border-radius:50%;
    background:rgba(255,255,255,.5);border:2px solid var(--night);
    transition:background .2s,transform .2s;
  }
.kng-pokemon-home .rail-dot:hover{transform:scale(1.3)}
.kng-pokemon-home .rail-dot.is-active{background:var(--yellow);transform:scale(1.3)}}
@media(min-width:1000px){.kng-pokemon-home .screen{
    min-height:100vh;
    display:flex;align-items:center;
    padding-top:clamp(40px,6vh,72px);
    padding-bottom:clamp(40px,6vh,72px);
  }
.kng-pokemon-home .screen > .wrap{width:100%}
.kng-pokemon-home .screen h2{font-size:clamp(1.7rem,2.6vw,2.3rem)}
.kng-pokemon-home .screen .section-intro{font-size:clamp(.95rem,1.1vw,1.05rem);margin-top:8px}
.kng-pokemon-home #route .split{margin-top:clamp(16px,2.4vh,30px)}
.kng-pokemon-home #route .split-media{min-height:0;padding:clamp(14px,2vh,24px)}
.kng-pokemon-home #route .split-media img{max-height:clamp(150px,20vh,220px)}
.kng-pokemon-home #route .split-text h3{font-size:clamp(1.1rem,1.5vw,1.35rem);margin-bottom:6px}
.kng-pokemon-home #route .split-text p{font-size:clamp(.9rem,1vw,1rem);margin-bottom:7px}
.kng-pokemon-home #route .split-text .btn{margin-top:4px}
.kng-pokemon-home #prof .prof-block{margin-top:clamp(16px,2.5vh,30px)}
.kng-pokemon-home #prof .prof-media img{max-height:clamp(200px,34vh,300px)}
.kng-pokemon-home #prof .reassure{padding:clamp(14px,1.8vh,20px)}
.kng-pokemon-home #promo .promo-card{padding:clamp(20px,3vh,30px)}
.kng-pokemon-home #final .final-lead{font-size:clamp(.95rem,1.1vw,1.1rem)}
.kng-pokemon-home #final .final-stats{margin:clamp(4px,1vh,10px) 0}}
@media(min-width:1100px){.kng-pokemon-home .grid-4{grid-template-columns:repeat(4,1fr)}}
@media(prefers-reduced-motion:reduce){.kng-pokemon-home, .kng-pokemon-home *{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

.kng-pokemon-home {
  width: 100%;
  max-width: none;
  margin: 0;
}
.kng-pokemon-home .dex-buy {
  display: inline-block;
  text-align: center;
}
.kng-pokemon-home .dex-buy.is-added {
  background: var(--green);
}
.kng-pokemon-home a,
.kng-pokemon-home a:hover,
.kng-pokemon-home a:focus {
  text-decoration: none !important;
}
.kng-pokemon-home .card-link {
  text-decoration: none !important;
  border-bottom: 3px solid var(--yellow) !important;
}
.kng-pokemon-home .dex-card {
  height: 100%;
}
.kng-pokemon-home .dex-body h3 {
  min-height: 3.1em;
  display: flex;
  align-items: flex-start;
}
.kng-pokemon-home .dex-types {
  min-height: 2.1em;
  align-items: flex-start;
}
.kng-pokemon-home .dex-stats {
  margin-top: auto;
}
.kng-pokemon-home .dex-foot {
  min-height: 48px;
}
.kng-pokemon-home .dex-img img,
.kng-pokemon-home .picker-products img {
  background: transparent;
}
.kng-pokemon-home .promo-left h2,
.kng-pokemon-home .section-final h2 {
  color: #fff !important;
}
.kng-pokemon-home .hero {
  min-height: 75svh !important;
}
.kng-pokemon-home #hero .gauge-fill {
  width: 18%;
}
.kng-pokemon-home #arena-gauge {
  width: 80%;
}
.kng-pokemon-home .stat-fill-0{width:0%;}
.kng-pokemon-home .stat-fill-1{width:1%;}
.kng-pokemon-home .stat-fill-2{width:2%;}
.kng-pokemon-home .stat-fill-3{width:3%;}
.kng-pokemon-home .stat-fill-4{width:4%;}
.kng-pokemon-home .stat-fill-5{width:5%;}
.kng-pokemon-home .stat-fill-6{width:6%;}
.kng-pokemon-home .stat-fill-7{width:7%;}
.kng-pokemon-home .stat-fill-8{width:8%;}
.kng-pokemon-home .stat-fill-9{width:9%;}
.kng-pokemon-home .stat-fill-10{width:10%;}
.kng-pokemon-home .stat-fill-11{width:11%;}
.kng-pokemon-home .stat-fill-12{width:12%;}
.kng-pokemon-home .stat-fill-13{width:13%;}
.kng-pokemon-home .stat-fill-14{width:14%;}
.kng-pokemon-home .stat-fill-15{width:15%;}
.kng-pokemon-home .stat-fill-16{width:16%;}
.kng-pokemon-home .stat-fill-17{width:17%;}
.kng-pokemon-home .stat-fill-18{width:18%;}
.kng-pokemon-home .stat-fill-19{width:19%;}
.kng-pokemon-home .stat-fill-20{width:20%;}
.kng-pokemon-home .stat-fill-21{width:21%;}
.kng-pokemon-home .stat-fill-22{width:22%;}
.kng-pokemon-home .stat-fill-23{width:23%;}
.kng-pokemon-home .stat-fill-24{width:24%;}
.kng-pokemon-home .stat-fill-25{width:25%;}
.kng-pokemon-home .stat-fill-26{width:26%;}
.kng-pokemon-home .stat-fill-27{width:27%;}
.kng-pokemon-home .stat-fill-28{width:28%;}
.kng-pokemon-home .stat-fill-29{width:29%;}
.kng-pokemon-home .stat-fill-30{width:30%;}
.kng-pokemon-home .stat-fill-31{width:31%;}
.kng-pokemon-home .stat-fill-32{width:32%;}
.kng-pokemon-home .stat-fill-33{width:33%;}
.kng-pokemon-home .stat-fill-34{width:34%;}
.kng-pokemon-home .stat-fill-35{width:35%;}
.kng-pokemon-home .stat-fill-36{width:36%;}
.kng-pokemon-home .stat-fill-37{width:37%;}
.kng-pokemon-home .stat-fill-38{width:38%;}
.kng-pokemon-home .stat-fill-39{width:39%;}
.kng-pokemon-home .stat-fill-40{width:40%;}
.kng-pokemon-home .stat-fill-41{width:41%;}
.kng-pokemon-home .stat-fill-42{width:42%;}
.kng-pokemon-home .stat-fill-43{width:43%;}
.kng-pokemon-home .stat-fill-44{width:44%;}
.kng-pokemon-home .stat-fill-45{width:45%;}
.kng-pokemon-home .stat-fill-46{width:46%;}
.kng-pokemon-home .stat-fill-47{width:47%;}
.kng-pokemon-home .stat-fill-48{width:48%;}
.kng-pokemon-home .stat-fill-49{width:49%;}
.kng-pokemon-home .stat-fill-50{width:50%;}
.kng-pokemon-home .stat-fill-51{width:51%;}
.kng-pokemon-home .stat-fill-52{width:52%;}
.kng-pokemon-home .stat-fill-53{width:53%;}
.kng-pokemon-home .stat-fill-54{width:54%;}
.kng-pokemon-home .stat-fill-55{width:55%;}
.kng-pokemon-home .stat-fill-56{width:56%;}
.kng-pokemon-home .stat-fill-57{width:57%;}
.kng-pokemon-home .stat-fill-58{width:58%;}
.kng-pokemon-home .stat-fill-59{width:59%;}
.kng-pokemon-home .stat-fill-60{width:60%;}
.kng-pokemon-home .stat-fill-61{width:61%;}
.kng-pokemon-home .stat-fill-62{width:62%;}
.kng-pokemon-home .stat-fill-63{width:63%;}
.kng-pokemon-home .stat-fill-64{width:64%;}
.kng-pokemon-home .stat-fill-65{width:65%;}
.kng-pokemon-home .stat-fill-66{width:66%;}
.kng-pokemon-home .stat-fill-67{width:67%;}
.kng-pokemon-home .stat-fill-68{width:68%;}
.kng-pokemon-home .stat-fill-69{width:69%;}
.kng-pokemon-home .stat-fill-70{width:70%;}
.kng-pokemon-home .stat-fill-71{width:71%;}
.kng-pokemon-home .stat-fill-72{width:72%;}
.kng-pokemon-home .stat-fill-73{width:73%;}
.kng-pokemon-home .stat-fill-74{width:74%;}
.kng-pokemon-home .stat-fill-75{width:75%;}
.kng-pokemon-home .stat-fill-76{width:76%;}
.kng-pokemon-home .stat-fill-77{width:77%;}
.kng-pokemon-home .stat-fill-78{width:78%;}
.kng-pokemon-home .stat-fill-79{width:79%;}
.kng-pokemon-home .stat-fill-80{width:80%;}
.kng-pokemon-home .stat-fill-81{width:81%;}
.kng-pokemon-home .stat-fill-82{width:82%;}
.kng-pokemon-home .stat-fill-83{width:83%;}
.kng-pokemon-home .stat-fill-84{width:84%;}
.kng-pokemon-home .stat-fill-85{width:85%;}
.kng-pokemon-home .stat-fill-86{width:86%;}
.kng-pokemon-home .stat-fill-87{width:87%;}
.kng-pokemon-home .stat-fill-88{width:88%;}
.kng-pokemon-home .stat-fill-89{width:89%;}
.kng-pokemon-home .stat-fill-90{width:90%;}
.kng-pokemon-home .stat-fill-91{width:91%;}
.kng-pokemon-home .stat-fill-92{width:92%;}
.kng-pokemon-home .stat-fill-93{width:93%;}
.kng-pokemon-home .stat-fill-94{width:94%;}
.kng-pokemon-home .stat-fill-95{width:95%;}
.kng-pokemon-home .stat-fill-96{width:96%;}
.kng-pokemon-home .stat-fill-97{width:97%;}
.kng-pokemon-home .stat-fill-98{width:98%;}
.kng-pokemon-home .stat-fill-99{width:99%;}
.kng-pokemon-home .stat-fill-100{width:100%;}
.kng-pokemon-home .arena-energy-68{width:68%;}
.kng-pokemon-home .arena-energy-72{width:72%;}
.kng-pokemon-home .arena-energy-80{width:80%;}
.kng-pokemon-home .arena-energy-84{width:84%;}
.kng-pokemon-home .arena-energy-88{width:88%;}
.kng-pokemon-home .arena-energy-90{width:90%;}
.kng-pokemon-home .hero-subtitle {
  font-size: clamp(1.15rem, 2.2vw, 1.8rem);
  line-height: 1.16;
  font-weight: 900;
  color: var(--night);
  margin: 0 0 10px;
  max-width: 620px;
}
@media (min-width: 760px) {
  .kng-pokemon-home .screen > .wrap:not(.wrap-narrow) > .section-intro {
    max-width: 100% !important;
  }
}
.kng-pokemon-home .woocommerce-Price-amount {
  color: inherit;
  font: inherit;
}
.kng-pokemon-home .hero,
.kng-pokemon-home .screen {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
body.page-id-60998 .site-content .shoptimizer-archive > .col-full {
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.page-id-60998 .site-content,
body.page-id-60998 .content-area,
body.page-id-60998 .entry-content {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  width: 100% !important;
}
body.page-id-60998 .entry-header {
  display: none !important;
}
