:root{
  --rp-bg:#0b0f17;
  --rp-bg2:#0f1522;

  --rp-ink:#eaf0ff;
  --rp-muted: rgba(234,240,255,.72);

  --rp-panel: rgba(255,255,255,.06);
  --rp-line: rgba(255,255,255,.12);

  --rp-yellow:#ffe13a;
  --rp-yellow2:#ffcc00;

  --rp-cyan:#33d6ff;
  --rp-blue:#2f6bff;

  --rp-green:#20e07a;
  --rp-red:#ff3b43;

  --rp-radius: 18px;
  --rp-radius-lg: 28px;
  --rp-shadow: 0 28px 90px rgba(0,0,0,.55);
  --rp-shadow-sm: 0 16px 50px rgba(0,0,0,.40);

  --rp-container: 1260px;

  /* сильно другая типографика (без внешних шрифтов) */
  --rp-font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", sans-serif;
  --rp-head: "Impact", "Arial Black", ui-sans-serif, system-ui, sans-serif;
}

html,body{ height:100%; }
body{
  font-family: var(--rp-font);
  color: var(--rp-ink);
  background:
    radial-gradient(920px 540px at 16% -10%, rgba(51,214,255,.12), transparent 62%),
    radial-gradient(920px 560px at 85% 10%, rgba(47,107,255,.12), transparent 62%),
    radial-gradient(920px 560px at 50% 120%, rgba(255,225,58,.08), transparent 62%),
    linear-gradient(180deg, var(--rp-bg) 0%, var(--rp-bg2) 100%);
}

.container{ width: min(var(--rp-container), calc(100% - 40px)); margin-inline:auto; }

/* pop-art dots overlay (subtle) */
.rp-dots{
  position: fixed;
  inset: 0;
  pointer-events:none;
  z-index: 0;
  opacity: .18;
  background:
    radial-gradient(circle at 18px 18px, rgba(255,255,255,.28) 2px, transparent 3px);
  background-size: 34px 34px;
  mix-blend-mode: overlay;
}

/* ---------- header ---------- */
.rp-header{
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7,10,16,.78);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.rp-header__row{
  height: 66px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
}

.rp-left{
  display:flex;
  align-items:center;
  gap: 10px;
  min-width: 220px;
}
.rp-burger{
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  display:none;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}
.rp-logo{
  display:flex;
  align-items:center;
  gap: 10px;
  text-decoration:none;
}
.rp-logo__mark{
  width: 34px;
  height: 34px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.35), transparent 55%),
    linear-gradient(135deg, rgba(255,225,58,.95), rgba(51,214,255,.70));
  box-shadow: 0 18px 44px rgba(0,0,0,.45);
  position: relative;
}
.rp-logo__mark::after{
  content:"🦘";
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  font-size: 18px;
  filter: drop-shadow(0 12px 20px rgba(0,0,0,.35));
}
.rp-logo__txt{
  line-height: 1.0;
}
.rp-logo__txt strong{
  font-family: var(--rp-head);
  letter-spacing: .06em;
  font-size: 18px;
  text-transform: uppercase;
}
.rp-logo__txt span{
  display:block;
  font-weight: 900;
  font-size: 11px;
  letter-spacing: .18em;
  opacity:.8;
  text-transform: uppercase;
  margin-top: 2px;
}

.rp-nav{
  display:flex;
  align-items:center;
}
.rp-nav__list{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  align-items:center;
  gap: 16px;
}
.rp-nav__list a{
  text-decoration:none;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(234,240,255,.86);
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}
.rp-nav__list a:hover{
  color: rgba(234,240,255,.98);
  border-bottom-color: rgba(255,225,58,.70);
}

.rp-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap: 10px;
  min-width: 260px;
}
.rp-flag{
  width: 22px; height: 16px;
  border-radius: 4px;
  overflow:hidden;
  box-shadow: 0 0 0 1px rgba(255,255,255,.12);
}
.rp-icon-btn{
  width: 42px; height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}
.rp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 42px;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid transparent;
  text-decoration:none;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 12px;
  transition: transform .14s ease, box-shadow .18s ease, filter .18s ease;
}
.rp-btn:active{ transform: translateY(1px); }
.rp-btn--ghost{
  color: rgba(234,240,255,.92);
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.12);
}
.rp-btn--ghost:hover{ box-shadow: 0 16px 44px rgba(0,0,0,.30); }
.rp-btn--blue{
  color: #06152c;
  background: linear-gradient(180deg, rgba(51,214,255,.95), rgba(47,107,255,.95));
  border-color: rgba(255,255,255,.16);
  box-shadow: 0 18px 60px rgba(47,107,255,.18);
}
.rp-btn--blue:hover{ filter: saturate(1.06); }

@media (max-width: 980px){
  .rp-nav{ display:none; }
  .rp-burger{ display:inline-flex; }
}

/* ---------- drawer ---------- */
.rp-drawer{
  position: fixed;
  inset: 0;
  z-index: 80;
  display:none;
}
.rp-drawer.is-open{ display:block; }
.rp-drawer__backdrop{
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.55);
}
.rp-drawer__panel{
  position:absolute;
  top:0; left:0;
  width: min(360px, 90vw);
  height: 100%;
  background: rgba(10,14,22,.92);
  backdrop-filter: blur(14px);
  border-right: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 26px 90px rgba(0,0,0,.65);
  transform: translateX(-102%);
  transition: transform .22s ease;
  padding: 14px;
}
.rp-drawer.is-open .rp-drawer__panel{ transform: translateX(0); }
.rp-drawer__top{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}
.rp-drawer__close{
  width: 42px; height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: rgba(234,240,255,.92);
  cursor:pointer;
}
.rp-drawer__links{
  display:grid;
  gap: 10px;
}
.rp-drawer__links a{
  display:flex;
  align-items:center;
  gap: 10px;
  padding: 12px 12px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  text-decoration:none;
  font-weight: 950;
  color: rgba(234,240,255,.92);
}
.rp-drawer__links a span{ font-size: 18px; }

/* ---------- page ---------- */
.rp-home{
  position: relative;
  z-index: 1;
  padding: 14px 0 34px;
}

/* category tabs bar (as in screenshot) */
.rp-tabs{
  margin-top: 12px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  box-shadow: var(--rp-shadow-sm);
  overflow:auto;
}
.rp-tabs__row{
  display:flex;
  gap: 10px;
  padding: 10px;
  align-items:center;
  min-width: max-content;
}
.rp-tab{
  height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  text-decoration:none;
  font-weight: 950;
  letter-spacing: .03em;
  color: rgba(234,240,255,.86);
  display:inline-flex;
  align-items:center;
  gap: 8px;
  white-space: nowrap;
}
.rp-tab.is-active{
  background: rgba(47,107,255,.18);
  border-color: rgba(51,214,255,.22);
  color: rgba(234,240,255,.96);
}

/* ---------- HERO (bigger + comic) ---------- */
.rp-hero{
  margin-top: 14px;
  border-radius: var(--rp-radius-lg);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: var(--rp-shadow);
  overflow:hidden;
  position: relative;
  background: rgba(255,255,255,.03);
}

/* hero slider */
.rp-carousel{ position: relative; overflow:hidden; }
.rp-slides{
  display:flex;
  transition: transform .40s cubic-bezier(.2,.9,.2,1);
  will-change: transform;
}
.rp-slide{
  min-width: 100%;
  padding: 22px 22px;
  min-height: 360px; /* bigger hero */
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 14px;
  align-items:center;

  /* pop-art background: halftone + gradients */
  background:
    radial-gradient(900px 420px at 20% 22%, rgba(51,214,255,.16), transparent 62%),
    radial-gradient(900px 520px at 88% 18%, rgba(255,225,58,.14), transparent 62%),
    radial-gradient(circle at 18px 18px, rgba(255,255,255,.22) 2px, transparent 3px),
    linear-gradient(135deg, rgba(22,36,56,.92), rgba(10,14,22,.92));
  background-size: auto, auto, 34px 34px, auto;
}

/* left copy */
.rp-kicker{
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 11px;
  color: rgba(234,240,255,.72);
  margin-bottom: 10px;
}
.rp-title{
  margin:0 0 12px;
  font-family: var(--rp-head);
  text-transform: uppercase;
  font-size: clamp(30px, 3.4vw, 58px);
  line-height: 0.98;
  letter-spacing: .02em;
}
.rp-title b{ color: rgba(255,225,58,.95); text-shadow: 0 18px 50px rgba(0,0,0,.45); }
.rp-text{
  margin:0 0 16px;
  color: rgba(234,240,255,.78);
  line-height: 1.7;
  max-width: 62ch;
}

.rp-ctaRow{ display:flex; gap: 12px; flex-wrap: wrap; align-items:center; }
.rp-pill{
  height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.18);
  color: rgba(234,240,255,.80);
  font-weight: 900;
  font-size: 12px;
  display:inline-flex;
  align-items:center;
  gap: 8px;
}

/* right “sticker card” */
.rp-art{
  display:flex;
  justify-content:flex-end;
  align-items:flex-end;
  min-height: 280px;
}
.rp-sticker{
  width: min(460px, 100%);
  height: 300px;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(240px 160px at 30% 30%, rgba(255,255,255,.18), transparent 62%),
    radial-gradient(260px 180px at 70% 40%, rgba(51,214,255,.16), transparent 72%),
    linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  box-shadow: 0 26px 80px rgba(0,0,0,.55);
  position: relative;
  overflow:hidden;
}
.rp-sticker::before{
  content:"NEW GAME";
  position:absolute;
  top: 12px;
  right: 12px;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(255,225,58,.95);
  color: #111;
  font-family: var(--rp-head);
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
  transform: rotate(6deg);
}
.rp-sticker::after{
  content:"🧭💎🗺️";
  position:absolute;
  left: 14px;
  bottom: 14px;
  font-size: 30px;
  opacity:.88;
  filter: drop-shadow(0 18px 40px rgba(0,0,0,.40));
}

/* hero arrows + dots */
.rp-arrow{
  position:absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px; height: 42px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.22);
  backdrop-filter: blur(10px);
  color: rgba(234,240,255,.92);
  cursor:pointer;
  display:grid;
  place-items:center;
  z-index: 3;
}
.rp-arrow--prev{ left: 12px; }
.rp-arrow--next{ right: 12px; }

.rp-dotsRow{
  position:absolute;
  left: 22px;
  bottom: 16px;
  display:flex;
  gap: 8px;
  z-index: 3;
}
.rp-dot{
  width: 8px; height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.30);
  box-shadow: 0 0 0 6px rgba(255,255,255,.06);
}
.rp-dot.is-active{
  background: rgba(255,225,58,.95);
  box-shadow: 0 0 0 6px rgba(255,225,58,.14);
}

@media (max-width: 980px){
  .rp-slide{ grid-template-columns: 1fr; min-height: 420px; }
  .rp-art{ justify-content:flex-start; }
  .rp-sticker{ height: 240px; }
}

/* ---------- Slots section (ONE block) ---------- */
.rp-sec{
  margin-top: 16px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
}
.rp-sec__title{
  margin:0;
  font-family: var(--rp-head);
  letter-spacing: .10em;
  text-transform: uppercase;
  font-size: 14px;
}
.rp-sec__hint{
  color: rgba(234,240,255,.66);
  font-weight: 900;
  font-size: 12px;
}

.rp-carouselBar{
  margin-top: 10px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  box-shadow: var(--rp-shadow-sm);
  padding: 12px;
  position: relative;
}

.rp-track{
  display:flex;
  gap: 12px;
  overflow-x:auto;
  padding-bottom: 6px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,225,58,.35) transparent;
}
.rp-track::-webkit-scrollbar{ height: 7px; }
.rp-track::-webkit-scrollbar-thumb{ background: rgba(255,225,58,.18); border-radius: 999px; }
.rp-track::-webkit-scrollbar-track{ background: transparent; }

.rp-card{
  min-width: 280px;
  max-width: 280px;
  scroll-snap-align: start;
  border-radius: 18px;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  box-shadow: 0 18px 60px rgba(0,0,0,.42);
  position: relative;
  transition: transform .18s ease, box-shadow .22s ease, border-color .22s ease, filter .22s ease;
}
.rp-card:hover{
  transform: translateY(-4px);
  border-color: rgba(51,214,255,.20);
  box-shadow: 0 28px 90px rgba(0,0,0,.55);
  filter: saturate(1.06);
}
.rp-card__media{
  display:block;
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, rgba(51,214,255,.14), rgba(47,107,255,.10));
  position: relative;
}
.rp-card__media img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
  transform: scale(1.02);
  transition: transform .26s ease, filter .26s ease;
}
.rp-card:hover .rp-card__media img{
  transform: scale(1.08);
  filter: saturate(1.12) contrast(1.05);
}
.rp-ov{
  position:absolute;
  inset:0;
  background:
    radial-gradient(420px 220px at 50% 0%, rgba(255,255,255,.14), transparent 60%),
    linear-gradient(180deg, rgba(0,0,0,.00), rgba(0,0,0,.44));
  opacity: 0;
  transition: opacity .2s ease;
}
.rp-card:hover .rp-ov{ opacity: 1; }
.rp-play{
  position:absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  height: 40px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,.18);
  background: linear-gradient(180deg, rgba(255,225,58,.95), rgba(255,204,0,.95));
  color: #111;
  transform: translateY(10px);
  opacity: 0;
  transition: transform .2s ease, opacity .2s ease;
}
.rp-card:hover .rp-play{ transform: translateY(0); opacity: 1; }

.rp-card__meta{
  padding: 10px 12px 12px;
  display:flex;
  justify-content: space-between;
  gap: 10px;
}
.rp-card__title{
  margin:0;
  font-weight: 950;
  font-size: 13px;
  line-height: 1.25;
}
.rp-card__sub{
  margin-top: 4px;
  font-size: 12px;
  color: rgba(234,240,255,.62);
}
.rp-chip{
  height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,225,58,.10);
  color: rgba(234,240,255,.86);
  font-weight: 900;
  font-size: 11px;
  display:inline-flex;
  align-items:center;
}

/* ---------- FAQ ---------- */
.rp-faq{ margin-top: 16px; }
.rp-faq__title{
  margin: 0 0 10px;
  font-family: var(--rp-head);
  letter-spacing: .10em;
  text-transform: uppercase;
  font-size: 14px;
}
.rp-faq__list{ display:grid; gap: 10px; }
.rp-faq details{
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  box-shadow: 0 18px 44px rgba(0,0,0,.30);
  overflow:hidden;
}
.rp-faq summary{
  cursor:pointer;
  padding: 12px 14px;
  font-weight: 950;
  list-style:none;
  position: relative;
}
.rp-faq summary::-webkit-details-marker{ display:none; }
.rp-faq summary::after{
  content:"+";
  position:absolute;
  right: 14px;
  top: 10px;
  width: 28px; height: 28px;
  border-radius: 12px;
  display:grid;
  place-items:center;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,225,58,.12);
}
.rp-faq details[open] summary::after{ content:"–"; }
.rp-faq__a{
  padding: 0 14px 14px;
  color: rgba(234,240,255,.74);
  line-height: 1.7;
  font-size: 13px;
}

/* ---------- SEO ---------- */
.rp-seo{ margin-top: 16px; }
.rp-seo__box{
  border-radius: var(--rp-radius-lg);
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  box-shadow: var(--rp-shadow-sm);
  padding: 16px;
}
.rp-seo__box :where(h1,h2){ margin: 6px 0 10px; font-size: 22px; }
.rp-seo__box :where(h3){ margin: 16px 0 8px; font-size: 16px; }
.rp-seo__box :where(p){ margin: 0 0 12px; color: rgba(234,240,255,.78); line-height: 1.75; }
.rp-seo__box :where(ul,ol){ margin: 0 0 12px 18px; color: rgba(234,240,255,.78); line-height: 1.75; }
.rp-seo__box :where(a){ color: rgba(51,214,255,.95); text-decoration: underline; text-underline-offset: 2px; }

/* ---------- Footer ---------- */
.rp-footer{
  margin-top: 18px;
  padding: 26px 0 34px;
  border-top: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.14);
}
.rp-footer__row{
  display:flex;
  align-items:flex-start;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}
.rp-footer__brand{
  font-family: var(--rp-head);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 950;
}
.rp-footer__muted{
  margin-top: 8px;
  color: rgba(234,240,255,.60);
  font-size: 12px;
  line-height: 1.65;
  max-width: 54ch;
}
.rp-footer__links{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}
.rp-footer__link{
  display:inline-flex;
  align-items:center;
  height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  text-decoration:none;
  font-weight: 900;
  font-size: 12px;
  color: rgba(234,240,255,.78);
}
.rp-footer__link:hover{ border-color: rgba(255,225,58,.22); color: rgba(234,240,255,.92); }

/* lite page */
.rp-lite{ padding: 14px 0 34px; position: relative; z-index:1; }
.rp-bc{ font-size: 12px; color: rgba(234,240,255,.66); }
.rp-bc a{ color: rgba(51,214,255,.92); text-decoration:none; }
.rp-bc a:hover{ text-decoration: underline; text-underline-offset: 3px; }

@media (prefers-reduced-motion: reduce){
  *{ transition:none !important; animation:none !important; }
}