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

:root {
  font-size: 62.5%;
  --wdfea-primary: #0000cd;
  --wdfea-gold: #ffaa00;
  --wdfea-muted: #808080;
  --wdfea-pink: #ffcccb;
  --wdfea-bg: #1a1a2e;
  --wdfea-panel: #10102a;
  --wdfea-panel-2: #06061b;
  --wdfea-text: #fff7e8;
  --wdfea-soft: #dce4ff;
  --wdfea-line: rgba(255, 204, 203, .25);
  --wdfea-shadow: 0 1.8rem 4rem rgba(0, 0, 0, .35);
  --wdfea-radius: 2.2rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  font-family: 'Inter', Arial, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(255,170,0,.22), transparent 28rem),
    radial-gradient(circle at 88% 12%, rgba(0,0,205,.36), transparent 26rem),
    linear-gradient(180deg, #050516 0%, var(--wdfea-bg) 48%, #070714 100%);
  color: var(--wdfea-text);
  font-size: 1.6rem;
  line-height: 1.5rem;
  min-height: 100vh;
  overflow-x: hidden;
}
body.wdfea-lock { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button { font-family: inherit; }

.wdfea-page {
  width: min(100%, 430px);
  margin: 0 auto;
  min-height: 100vh;
  background: linear-gradient(180deg, rgba(26,26,46,.96), rgba(6,6,27,.98));
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 5rem rgba(0,0,0,.4);
}
.wdfea-container { width: calc(100% - 2.4rem); margin: 0 auto; }
.wdfea-wrapper { padding: 1.4rem; }
.wdfea-main { padding-top: 7.8rem; }
.wdfea-section { padding: 1.6rem 0; }
.wdfea-tight { padding-top: .8rem; }

.wdfea-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, 430px);
  z-index: 1000;
  background: linear-gradient(90deg, rgba(0,0,205,.96), rgba(26,26,46,.98) 58%, rgba(255,170,0,.92));
  border-bottom: .1rem solid var(--wdfea-line);
  box-shadow: 0 1rem 2.4rem rgba(0,0,0,.35);
}
.wdfea-topbar {
  min-height: 6.4rem;
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: .8rem 1rem;
}
.wdfea-brand {
  display: flex;
  align-items: center;
  gap: .7rem;
  text-decoration: none;
  min-width: 0;
  flex: 1;
}
.wdfea-logo { width: 3.2rem; height: 3.2rem; border-radius: 1rem; box-shadow: 0 0 .8rem rgba(255,170,0,.55); }
.wdfea-brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.wdfea-brand-name { font-size: 1.6rem; font-weight: 900; letter-spacing: -.03rem; }
.wdfea-brand-sub { font-size: 1rem; color: var(--wdfea-pink); font-weight: 700; }
.wdfea-actions { display: flex; align-items: center; gap: .55rem; }
.wdfea-btn {
  border: 0;
  border-radius: 999px;
  min-height: 4.4rem;
  min-width: 4.4rem;
  padding: 0 1.2rem;
  font-weight: 900;
  font-size: 1.2rem;
  color: #06061b;
  background: linear-gradient(135deg, var(--wdfea-gold), #ffdc64);
  box-shadow: inset 0 -.2rem .1rem rgba(0,0,0,.18), 0 .7rem 1.8rem rgba(255,170,0,.25);
  cursor: pointer;
  transition: transform .18s ease, filter .18s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
}
.wdfea-btn:hover, .wdfea-btn:focus { transform: translateY(-.1rem) scale(1.02); filter: brightness(1.05); }
.wdfea-btn-alt { background: linear-gradient(135deg, #ffcccb, #fff1f0); color: #0000cd; }
.wdfea-menu-btn {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 1.4rem;
  border: .1rem solid rgba(255,255,255,.18);
  background: rgba(6,6,27,.55);
  color: #fff;
  font-size: 2.4rem;
}
.wdfea-menu {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(5,5,22,.74);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}
.wdfea-menu-open { opacity: 1; pointer-events: auto; }
.wdfea-menu-panel {
  position: absolute;
  right: 1rem;
  top: 7rem;
  width: min(34rem, calc(100% - 2rem));
  border-radius: 2.4rem;
  padding: 1.4rem;
  background: linear-gradient(180deg, #11115a, #08081f);
  border: .1rem solid var(--wdfea-line);
  box-shadow: var(--wdfea-shadow);
}
.wdfea-menu-title { font-weight: 900; color: var(--wdfea-gold); margin: .4rem 0 1rem; }
.wdfea-nav { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.wdfea-nav a {
  min-height: 4.8rem;
  padding: 1rem;
  border-radius: 1.4rem;
  background: rgba(255,255,255,.07);
  border: .1rem solid rgba(255,255,255,.08);
  text-decoration: none;
  color: var(--wdfea-soft);
  font-size: 1.25rem;
  font-weight: 800;
}

.wdfea-hero {
  margin: 1rem 0 1.2rem;
  border-radius: 2.8rem;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(0,0,205,.45), rgba(255,170,0,.2));
  border: .1rem solid var(--wdfea-line);
  box-shadow: var(--wdfea-shadow);
}
.wdfea-carousel { position: relative; min-height: 18rem; }
.wdfea-slide { display: none; position: relative; cursor: pointer; }
.wdfea-slide-active { display: block; }
.wdfea-slide img { width: 100%; aspect-ratio: 16 / 8.5; object-fit: cover; }
.wdfea-slide-caption {
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1rem;
  padding: 1rem;
  border-radius: 1.8rem;
  background: rgba(6,6,27,.72);
  backdrop-filter: blur(.6rem);
}
.wdfea-slide-caption strong { display: block; font-size: 1.8rem; color: var(--wdfea-gold); line-height: 1.1; }
.wdfea-slide-caption span { font-size: 1.15rem; color: var(--wdfea-soft); }
.wdfea-dots { display: flex; gap: .6rem; justify-content: center; padding: .9rem; }
.wdfea-dot { width: 2.8rem; height: .6rem; border-radius: 99px; border: 0; background: rgba(255,255,255,.32); }
.wdfea-dot-active { background: var(--wdfea-gold); }

.wdfea-card {
  border-radius: var(--wdfea-radius);
  padding: 1.6rem;
  background: linear-gradient(160deg, rgba(255,255,255,.08), rgba(0,0,205,.12));
  border: .1rem solid rgba(255,255,255,.11);
  box-shadow: 0 1rem 2.6rem rgba(0,0,0,.22);
}
.wdfea-card + .wdfea-card { margin-top: 1.2rem; }
.wdfea-eyebrow { color: var(--wdfea-gold); text-transform: uppercase; font-weight: 900; font-size: 1.1rem; letter-spacing: .08rem; }
.wdfea-title { margin: .5rem 0 1rem; font-size: 2.5rem; line-height: 1.12; letter-spacing: -.08rem; }
.wdfea-subtitle { margin: .2rem 0 1rem; font-size: 1.8rem; line-height: 1.25; color: #fff; }
.wdfea-text { color: var(--wdfea-soft); line-height: 1.5; margin: .7rem 0; }
.wdfea-link { color: var(--wdfea-gold); font-weight: 900; text-decoration-thickness: .2rem; }
.wdfea-promo-link { color: #ffdf72; font-weight: 900; text-decoration: underline; cursor: pointer; }
.wdfea-promo-strip { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.2rem; }
.wdfea-pill { border-radius: 999px; padding: .65rem 1rem; background: rgba(255,204,203,.12); color: var(--wdfea-pink); font-size: 1.15rem; font-weight: 800; }
.wdfea-grid { display: grid; gap: 1rem; }
.wdfea-two { grid-template-columns: 1fr 1fr; }
.wdfea-three { grid-template-columns: repeat(3, 1fr); }
.wdfea-stat { text-align: center; padding: 1rem; border-radius: 1.6rem; background: rgba(0,0,205,.2); border: .1rem solid rgba(255,255,255,.08); }
.wdfea-stat strong { display: block; color: var(--wdfea-gold); font-size: 2rem; line-height: 1.1; }
.wdfea-stat span { font-size: 1.1rem; color: var(--wdfea-soft); }

.wdfea-game-category { margin: 1.3rem 0; }
.wdfea-category-head { display: flex; align-items: center; justify-content: space-between; margin: 0 0 .8rem; }
.wdfea-category-head h2, .wdfea-category-head h3 { margin: 0; font-size: 1.8rem; color: #fff; }
.wdfea-category-head span { color: var(--wdfea-gold); font-size: 1.1rem; font-weight: 900; }
.wdfea-game-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; }
.wdfea-game {
  text-decoration: none;
  color: var(--wdfea-soft);
  text-align: center;
  min-height: 10.8rem;
  padding: .65rem;
  border-radius: 1.4rem;
  background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.035));
  border: .1rem solid rgba(255,255,255,.08);
  transition: transform .18s ease, border-color .18s ease;
}
.wdfea-game:hover, .wdfea-game:focus { transform: translateY(-.2rem); border-color: var(--wdfea-gold); }
.wdfea-game img { width: 5.2rem; height: 5.2rem; object-fit: cover; border-radius: 1.2rem; margin: 0 auto .55rem; }
.wdfea-game span { font-size: 1.02rem; line-height: 1.18; font-weight: 800; display: block; }

.wdfea-winner { display: flex; align-items: center; justify-content: space-between; gap: .8rem; padding: .8rem 0; border-bottom: .1rem dashed rgba(255,255,255,.12); }
.wdfea-winner:last-child { border-bottom: 0; }
.wdfea-winner b { color: #fff; }
.wdfea-winner em { color: var(--wdfea-gold); font-style: normal; font-weight: 900; }
.wdfea-review { padding: 1rem; border-radius: 1.5rem; background: rgba(255,204,203,.1); color: var(--wdfea-soft); }
.wdfea-review b { color: #fff; }
.wdfea-steps { counter-reset: step; display: grid; gap: 1rem; }
.wdfea-step { position: relative; padding: 1.2rem 1.2rem 1.2rem 4.4rem; border-radius: 1.8rem; background: rgba(0,0,205,.18); }
.wdfea-step::before { counter-increment: step; content: counter(step); position: absolute; left: 1rem; top: 1rem; width: 2.6rem; height: 2.6rem; border-radius: 50%; display: grid; place-items: center; background: var(--wdfea-gold); color: #06061b; font-weight: 900; }
.wdfea-faq details { border-bottom: .1rem solid rgba(255,255,255,.1); padding: 1rem 0; }
.wdfea-faq summary { cursor: pointer; color: #fff; font-weight: 900; }
.wdfea-faq p { color: var(--wdfea-soft); margin-bottom: 0; }

.wdfea-footer { padding: 2rem 0 8.6rem; background: linear-gradient(180deg, transparent, rgba(0,0,0,.35)); }
.wdfea-footer-logo { display: flex; gap: .8rem; align-items: center; margin-bottom: 1rem; }
.wdfea-footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; margin: 1.2rem 0; }
.wdfea-footer-links a { color: var(--wdfea-soft); text-decoration: none; font-size: 1.2rem; padding: .7rem; border-radius: 1rem; background: rgba(255,255,255,.05); }
.wdfea-partners { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1rem; }
.wdfea-partner { padding: .55rem .85rem; border: .1rem solid rgba(255,255,255,.12); border-radius: 999px; color: var(--wdfea-pink); font-size: 1.05rem; font-weight: 800; }
.wdfea-copy { color: var(--wdfea-muted); font-size: 1.1rem; }

.wdfea-bottom-nav {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(100%, 430px);
  height: 6.4rem;
  z-index: 1000;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: .35rem .55rem .5rem;
  background: #0000cd;
  border-top: .2rem solid var(--wdfea-gold);
  box-shadow: 0 -1rem 2.5rem rgba(0,0,0,.45);
}
.wdfea-bottom-item {
  min-width: 6rem;
  min-height: 6rem;
  border: 0;
  border-radius: 1.6rem;
  background: transparent;
  color: #dce4ff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .2rem;
  font-size: 1rem;
  font-weight: 900;
  cursor: pointer;
  transition: transform .16s ease, background .16s ease, color .16s ease;
}
.wdfea-bottom-item i, .wdfea-bottom-item ion-icon, .wdfea-bottom-item .material-icons, .wdfea-bottom-item svg { font-size: 2.4rem; width: 2.4rem; height: 2.4rem; }
.wdfea-bottom-item:hover, .wdfea-bottom-item:focus, .wdfea-bottom-active { color: #06061b; background: linear-gradient(180deg, #ffcccb, #ffaa00); transform: translateY(-.3rem) scale(1.02); }
.wdfea-bottom-badge { position: absolute; margin-left: 2.6rem; margin-top: -3.2rem; background: #ffcccb; color: #0000cd; border-radius: 99px; font-size: .9rem; padding: .1rem .35rem; }
.wdfea-tap { transform: scale(.96) !important; }

@media (min-width: 769px) {
  .wdfea-bottom-nav { display: none; }
  .wdfea-footer { padding-bottom: 2rem; }
}
@media (max-width: 768px) {
  main { padding-bottom: 8rem; }
}
@media (max-width: 360px) {
  .wdfea-actions { gap: .35rem; }
  .wdfea-btn { padding: 0 .85rem; font-size: 1.05rem; }
  .wdfea-game-grid { gap: .55rem; }
  .wdfea-game img { width: 4.7rem; height: 4.7rem; }
  .wdfea-title { font-size: 2.25rem; }
}
