@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&display=swap');

:root {
  font-size: 62.5%;
  --wf65b-bg: #0D1117;
  --wf65b-panel: #151b25;
  --wf65b-panel-2: #1e2735;
  --wf65b-primary: #FFB347;
  --wf65b-accent: #00FF7F;
  --wf65b-mint: #66CDAA;
  --wf65b-orange: #FF9500;
  --wf65b-text: #f7fff9;
  --wf65b-muted: #b8c8c0;
  --wf65b-border: rgba(255, 179, 71, .22);
  --wf65b-shadow: 0 1.8rem 5rem rgba(0, 0, 0, .35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at top left, rgba(0,255,127,.16), transparent 27rem),
    radial-gradient(circle at top right, rgba(255,149,0,.18), transparent 24rem),
    var(--wf65b-bg);
  color: var(--wf65b-text);
  font-family: Inter, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
  overflow-x: hidden;
}
body.wf65b-menu-lock { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }

.wf65b-container { width: min(100%, 430px); margin: 0 auto; padding: 0 1.4rem; }
.wf65b-wrapper { width: min(100%, 430px); margin: 0 auto; }
.wf65b-page { padding-top: 7.2rem; }
.wf65b-section { margin: 1.6rem 0; }
.wf65b-section-title { font-size: 2.2rem; line-height: 2.8rem; margin: 0 0 1rem; color: var(--wf65b-primary); }
.wf65b-section-sub { color: var(--wf65b-muted); margin: .4rem 0 1.2rem; line-height: 2.2rem; }
.wf65b-kicker { display: inline-flex; align-items: center; gap: .6rem; padding: .5rem .9rem; border: .1rem solid var(--wf65b-border); border-radius: 999px; color: var(--wf65b-accent); background: rgba(0,255,127,.08); font-size: 1.2rem; font-weight: 800; }

.wf65b-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(13, 17, 23, .94); backdrop-filter: blur(1.4rem);
  border-bottom: .1rem solid var(--wf65b-border);
}
.wf65b-header-inner { height: 6.2rem; display: flex; align-items: center; justify-content: space-between; gap: .8rem; }
.wf65b-brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; min-width: 0; }
.wf65b-logo { width: 3.2rem; height: 3.2rem; border-radius: .9rem; box-shadow: 0 0 0 .2rem rgba(255,179,71,.22); }
.wf65b-brand-name { font-size: 1.65rem; font-weight: 900; letter-spacing: -.03rem; color: var(--wf65b-text); }
.wf65b-header-actions { display: flex; align-items: center; gap: .6rem; }
.wf65b-btn {
  min-height: 4.4rem; min-width: 4.4rem; border: 0; border-radius: 1.3rem;
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  padding: 0 1.2rem; font-weight: 900; cursor: pointer; text-decoration: none;
  transition: transform .18s ease, filter .18s ease, background .18s ease;
}
.wf65b-btn:active { transform: scale(.96); }
.wf65b-btn-primary { background: linear-gradient(135deg, var(--wf65b-orange), var(--wf65b-primary)); color: #161008; box-shadow: 0 .8rem 2rem rgba(255,149,0,.28); }
.wf65b-btn-ghost { color: var(--wf65b-text); background: rgba(255,255,255,.08); border: .1rem solid rgba(255,255,255,.12); }
.wf65b-btn-mint { background: linear-gradient(135deg, var(--wf65b-accent), var(--wf65b-mint)); color: #06110b; }
.wf65b-menu-btn { width: 4.4rem; padding: 0; font-size: 2rem; }

.wf65b-desktop-nav { display: none; }
.wf65b-mobile-menu {
  position: fixed; inset: 0; z-index: 9999; background: rgba(6, 9, 13, .96);
  transform: translateY(-105%); transition: transform .26s ease; padding: 8rem 1.6rem 2rem;
}
.wf65b-mobile-menu.wf65b-menu-open { transform: translateY(0); }
.wf65b-menu-grid { width: min(100%, 430px); margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 1rem; }
.wf65b-menu-link { min-height: 4.8rem; display: flex; align-items: center; justify-content: space-between; padding: 1.2rem 1.4rem; border-radius: 1.4rem; color: var(--wf65b-text); text-decoration: none; background: linear-gradient(90deg, rgba(255,179,71,.12), rgba(0,255,127,.06)); border: .1rem solid var(--wf65b-border); font-weight: 800; }
.wf65b-menu-close { margin-top: 1rem; width: 100%; }

.wf65b-hero { position: relative; padding: 1.2rem 0 0; }
.wf65b-carousel { position: relative; overflow: hidden; border-radius: 2.2rem; min-height: 16rem; box-shadow: var(--wf65b-shadow); border: .1rem solid var(--wf65b-border); }
.wf65b-slide { display: none; min-height: 16rem; position: relative; cursor: pointer; background: var(--wf65b-panel); }
.wf65b-slide-active { display: block; }
.wf65b-slide img { width: 100%; height: 17.5rem; object-fit: cover; opacity: .86; }
.wf65b-slide-copy { position: absolute; inset: auto 1.2rem 1.2rem 1.2rem; padding: 1.1rem; background: rgba(13,17,23,.72); border-radius: 1.6rem; backdrop-filter: blur(.8rem); }
.wf65b-slide-copy strong { display: block; color: var(--wf65b-primary); font-size: 1.8rem; line-height: 2.3rem; }
.wf65b-slide-copy span { color: var(--wf65b-text); font-size: 1.25rem; }
.wf65b-dots { display: flex; justify-content: center; gap: .7rem; margin: 1rem 0; }
.wf65b-dot { width: .9rem; height: .9rem; border-radius: 999px; border: 0; background: rgba(255,255,255,.26); }
.wf65b-dot-active { width: 2.8rem; background: var(--wf65b-accent); }

.wf65b-panel, .wf65b-card { background: linear-gradient(180deg, rgba(30,39,53,.96), rgba(18,24,33,.96)); border: .1rem solid var(--wf65b-border); border-radius: 1.8rem; box-shadow: 0 1rem 2.8rem rgba(0,0,0,.22); }
.wf65b-panel { padding: 1.5rem; }
.wf65b-card { padding: 1.2rem; }
.wf65b-grid { display: grid; gap: 1rem; }
.wf65b-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.wf65b-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.wf65b-feature-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .9rem; }
.wf65b-stat { padding: 1rem; border-radius: 1.4rem; background: rgba(255,255,255,.06); }
.wf65b-stat strong { display: block; color: var(--wf65b-accent); font-size: 2rem; line-height: 2.4rem; }
.wf65b-stat span { font-size: 1.15rem; color: var(--wf65b-muted); }

.wf65b-promo-link { color: var(--wf65b-primary); font-weight: 900; text-decoration: underline; text-decoration-thickness: .2rem; cursor: pointer; }
.wf65b-cta-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.1rem; }
.wf65b-inline-link { color: var(--wf65b-mint); text-decoration: underline; font-weight: 700; }
.wf65b-warning { border-left: .4rem solid var(--wf65b-orange); padding: 1rem; background: rgba(255,149,0,.1); border-radius: 1.2rem; }

.wf65b-category { margin: 1.4rem 0; }
.wf65b-category-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: .9rem; }
.wf65b-category-head h2 { margin: 0; color: var(--wf65b-primary); font-size: 1.9rem; }
.wf65b-game-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .8rem; }
.wf65b-game-card { display: block; text-decoration: none; text-align: center; padding: .7rem .4rem; min-height: 9.8rem; border-radius: 1.4rem; background: rgba(255,255,255,.055); border: .1rem solid rgba(255,255,255,.08); transition: transform .18s ease, border-color .18s ease; }
.wf65b-game-card:active { transform: scale(.96); border-color: var(--wf65b-accent); }
.wf65b-game-card img { width: 5.4rem; height: 5.4rem; margin: 0 auto .6rem; border-radius: 1.2rem; object-fit: cover; }
.wf65b-game-card span { display: block; font-size: 1.05rem; line-height: 1.25rem; color: var(--wf65b-text); font-weight: 700; }

.wf65b-table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 1.4rem; }
.wf65b-table th, .wf65b-table td { padding: 1rem .8rem; border-bottom: .1rem solid rgba(255,255,255,.08); text-align: left; }
.wf65b-table th { color: var(--wf65b-primary); font-size: 1.25rem; }
.wf65b-table td { color: var(--wf65b-text); font-size: 1.25rem; }
.wf65b-review { padding: 1.2rem; border-radius: 1.5rem; background: rgba(102,205,170,.08); border: .1rem solid rgba(102,205,170,.24); }
.wf65b-review b { color: var(--wf65b-primary); }
.wf65b-pill-list { display: flex; flex-wrap: wrap; gap: .7rem; }
.wf65b-pill { padding: .7rem 1rem; border-radius: 999px; background: rgba(0,255,127,.09); border: .1rem solid rgba(0,255,127,.22); color: var(--wf65b-accent); font-weight: 800; font-size: 1.2rem; }

.wf65b-footer { margin-top: 2rem; padding: 2rem 0 8.8rem; background: #080b10; border-top: .1rem solid var(--wf65b-border); }
.wf65b-footer-logo { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.wf65b-footer-logo img { width: 3.8rem; height: 3.8rem; border-radius: 1rem; }
.wf65b-footer-links, .wf65b-footer-buttons { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1rem 0; }
.wf65b-footer-links a { color: var(--wf65b-muted); font-size: 1.25rem; text-decoration: underline; }
.wf65b-footer-note { color: var(--wf65b-muted); font-size: 1.2rem; line-height: 1.8rem; }
.wf65b-partners { display: flex; gap: .8rem; flex-wrap: wrap; margin: 1rem 0; }
.wf65b-partner { padding: .7rem 1rem; border-radius: .9rem; background: rgba(255,255,255,.07); color: var(--wf65b-primary); font-weight: 900; font-size: 1.15rem; }

.wf65b-bottom-nav {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 1000;
  height: 6.2rem; background: #101722; border-top: .1rem solid rgba(255,179,71,.25);
  display: flex; justify-content: space-around; align-items: stretch; box-shadow: 0 -1rem 3rem rgba(0,0,0,.35);
}
.wf65b-bottom-item {
  min-width: 6rem; min-height: 6rem; flex: 1; border: 0; background: transparent; color: var(--wf65b-muted);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .3rem;
  font-size: 1.05rem; font-weight: 800; cursor: pointer; text-decoration: none; position: relative;
  transition: color .18s ease, transform .18s ease, background .18s ease;
}
.wf65b-bottom-item i, .wf65b-bottom-item .material-icons, .wf65b-bottom-item ion-icon { font-size: 2.3rem; line-height: 2.4rem; }
.wf65b-bottom-item:active { transform: scale(.92); }
.wf65b-bottom-item.wf65b-current, .wf65b-bottom-item:hover { color: var(--wf65b-accent); background: linear-gradient(180deg, rgba(0,255,127,.12), transparent); }
.wf65b-badge { position: absolute; top: .5rem; right: 25%; min-width: 1.6rem; height: 1.6rem; border-radius: 999px; background: var(--wf65b-orange); color: #111; font-size: .9rem; font-weight: 900; display: grid; place-items: center; }

@media (min-width: 769px) {
  body { background-attachment: fixed; }
  .wf65b-wrapper, .wf65b-container { max-width: 430px; }
  .wf65b-bottom-nav { display: none; }
  .wf65b-footer { padding-bottom: 2rem; }
}

@media (max-width: 768px) {
  main { padding-bottom: 8rem; }
  .wf65b-desktop-only { display: none !important; }
}

@media (max-width: 360px) {
  .wf65b-container { padding: 0 1rem; }
  .wf65b-brand-name { font-size: 1.45rem; }
  .wf65b-header-actions { gap: .35rem; }
  .wf65b-btn { padding: 0 .85rem; }
  .wf65b-game-grid { gap: .55rem; }
  .wf65b-game-card img { width: 4.8rem; height: 4.8rem; }
}
