:root {
  font-size: 62.5%;
  --we2dd-primary: #ff9800;
  --we2dd-violet: #9400d3;
  --we2dd-lilac: #9370db;
  --we2dd-bg: #17111d;
  --we2dd-bg2: #24152f;
  --we2dd-card: #2b1a38;
  --we2dd-text: #fff7ea;
  --we2dd-muted: #d8cbe8;
  --we2dd-line: rgba(255, 152, 0, .28);
  --we2dd-shadow: 0 1.4rem 3rem rgba(0, 0, 0, .36);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  background: radial-gradient(circle at 18% 0%, rgba(148, 0, 211, .35), transparent 34%), var(--we2dd-bg);
  color: var(--we2dd-text);
  font-size: 1.6rem;
  line-height: 1.5rem;
  overflow-x: hidden;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
button { font: inherit; }

.we2dd-page {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  min-height: 100vh;
  background: linear-gradient(180deg, rgba(23,17,29,.98), rgba(36,21,47,.98));
  box-shadow: 0 0 4rem rgba(0,0,0,.55);
}
.we2dd-container { width: min(100% - 2.4rem, 40.6rem); margin: 0 auto; }
.we2dd-wrapper { padding: 8.2rem 0 3rem; }
.we2dd-grid { display: grid; gap: 1.2rem; }
.we2dd-header {
  position: fixed; top: 0; left: 50%; transform: translateX(-50%);
  width: 100%; max-width: 430px; z-index: 1000;
  background: rgba(23,17,29,.95); backdrop-filter: blur(1.4rem);
  border-bottom: .1rem solid var(--we2dd-line);
}
.we2dd-headbar { min-height: 6.4rem; display: flex; align-items: center; gap: .8rem; padding: .7rem 1rem; }
.we2dd-brand { display: flex; align-items: center; gap: .7rem; min-width: 0; text-decoration: none; }
.we2dd-logo { width: 3.2rem; height: 3.2rem; border-radius: .9rem; box-shadow: 0 0 1.6rem rgba(255,152,0,.45); }
.we2dd-brand-text { font-weight: 900; letter-spacing: -.02em; font-size: 1.55rem; white-space: nowrap; color: #fff; }
.we2dd-head-actions { margin-left: auto; display: flex; gap: .55rem; align-items: center; }
.we2dd-btn {
  min-height: 4.4rem; min-width: 4.4rem; border: 0; cursor: pointer; border-radius: 999px;
  background: linear-gradient(135deg, var(--we2dd-primary), #ffd06d); color: #241000;
  font-weight: 900; text-decoration: none; display: inline-flex; align-items: center; justify-content: center;
  padding: .9rem 1.25rem; box-shadow: 0 .8rem 1.8rem rgba(255,152,0,.25); transition: transform .18s ease, filter .18s ease;
}
.we2dd-btn:hover, .we2dd-btn:focus { transform: translateY(-.1rem) scale(1.02); filter: brightness(1.08); }
.we2dd-btn-alt { background: linear-gradient(135deg, var(--we2dd-violet), var(--we2dd-lilac)); color: #fff; }
.we2dd-menu-btn { background: rgba(255,255,255,.08); color: #fff; border: .1rem solid rgba(255,255,255,.14); padding: 0; }
.we2dd-menu {
  position: fixed; inset: 0; transform: translateY(-110%); z-index: 9999;
  background: linear-gradient(180deg, #140d1b, #2e1740 70%, #17111d);
  padding: 8rem 1.4rem 2rem; transition: transform .24s ease;
}
.we2dd-menu-open { transform: translateY(0); }
.we2dd-menu-card { border: .1rem solid var(--we2dd-line); border-radius: 2.4rem; padding: 1.4rem; background: rgba(255,255,255,.06); box-shadow: var(--we2dd-shadow); }
.we2dd-menu-title { margin: 0 0 1rem; font-size: 2rem; color: var(--we2dd-primary); }
.we2dd-menu-links { display: grid; gap: .8rem; }
.we2dd-menu-links a { min-height: 4.6rem; display: flex; align-items: center; gap: .8rem; padding: 1rem; border-radius: 1.4rem; background: rgba(255,255,255,.08); text-decoration: none; color: #fff; }
.we2dd-desktop-nav { display: none; }
.we2dd-hero { padding: 1.4rem 0; }
.we2dd-kicker { color: var(--we2dd-primary); font-weight: 900; text-transform: uppercase; letter-spacing: .12em; font-size: 1.1rem; }
.we2dd-title { font-size: clamp(2.6rem, 8vw, 3.8rem); line-height: 1.02; margin: .8rem 0 1rem; letter-spacing: -.05em; }
.we2dd-lead { color: var(--we2dd-muted); font-size: 1.55rem; line-height: 2.25rem; }
.we2dd-promo-text { color: #ffd06d; font-weight: 900; text-decoration: underline; cursor: pointer; }
.we2dd-cta-row { display: flex; flex-wrap: wrap; gap: .9rem; margin: 1.4rem 0; }
.we2dd-carousel { position: relative; overflow: hidden; border-radius: 2.4rem; border: .1rem solid var(--we2dd-line); box-shadow: var(--we2dd-shadow); }
.we2dd-slide { display: none; min-height: 18rem; cursor: pointer; position: relative; }
.we2dd-slide-active { display: block; }
.we2dd-slide img { width: 100%; height: 20rem; object-fit: cover; }
.we2dd-slide-caption { position: absolute; left: 1.2rem; right: 1.2rem; bottom: 1.2rem; padding: 1rem; border-radius: 1.4rem; background: rgba(0,0,0,.58); }
.we2dd-section { padding: 1.6rem 0; }
.we2dd-panel { background: linear-gradient(160deg, rgba(255,255,255,.08), rgba(255,255,255,.035)); border: .1rem solid var(--we2dd-line); border-radius: 2.2rem; padding: 1.4rem; box-shadow: var(--we2dd-shadow); }
.we2dd-section h2, .we2dd-section h3 { line-height: 1.15; margin: 0 0 1rem; }
.we2dd-section h2 { font-size: 2.3rem; color: #fff; }
.we2dd-section h3 { font-size: 1.75rem; color: #ffd06d; }
.we2dd-section p, .we2dd-section li { color: var(--we2dd-muted); line-height: 2.35rem; }
.we2dd-link { color: #ffd06d; font-weight: 800; text-decoration: underline; }
.we2dd-stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.we2dd-stat { background: rgba(0,0,0,.22); border-radius: 1.5rem; padding: 1rem; text-align: center; border: .1rem solid rgba(255,255,255,.08); }
.we2dd-stat strong { display: block; color: var(--we2dd-primary); font-size: 2rem; }
.we2dd-badge-row { display: flex; flex-wrap: wrap; gap: .7rem; }
.we2dd-badge { padding: .65rem .9rem; border-radius: 999px; background: rgba(148,0,211,.26); border: .1rem solid rgba(147,112,219,.42); color: #fff; font-weight: 800; }
.we2dd-game-section { margin-top: 1.4rem; }
.we2dd-game-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .9rem; }
.we2dd-game { text-decoration: none; text-align: center; border-radius: 1.4rem; padding: .7rem .45rem; background: rgba(255,255,255,.055); border: .1rem solid rgba(255,255,255,.08); min-height: 10.8rem; }
.we2dd-game img { width: 5.8rem; height: 5.8rem; object-fit: cover; border-radius: 1.3rem; margin: 0 auto .55rem; }
.we2dd-game span { display: block; font-size: 1.1rem; line-height: 1.35rem; color: #fff; }
.we2dd-card { border-radius: 1.8rem; padding: 1.2rem; background: var(--we2dd-card); border: .1rem solid rgba(255,255,255,.1); }
.we2dd-two { display: grid; gap: 1rem; }
.we2dd-steps { counter-reset: step; display: grid; gap: 1rem; padding: 0; margin: 0; list-style: none; }
.we2dd-step { position: relative; padding: 1.1rem 1.1rem 1.1rem 4.5rem; background: rgba(255,255,255,.06); border-radius: 1.6rem; }
.we2dd-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(--we2dd-primary); color: #210f00; font-weight: 900; }
.we2dd-winner { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 0; border-bottom: .1rem dashed rgba(255,255,255,.15); }
.we2dd-footer { padding: 2.2rem 0 8rem; background: #110b16; border-top: .1rem solid var(--we2dd-line); }
.we2dd-footer-logo { display: flex; align-items: center; gap: .9rem; font-weight: 900; font-size: 1.8rem; }
.we2dd-footer-links, .we2dd-footer-buttons { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.2rem; }
.we2dd-footer-links a { color: var(--we2dd-muted); font-size: 1.35rem; }
.we2dd-footer-copy { color: #bcaecb; font-size: 1.2rem; margin-top: 1.4rem; }
.we2dd-partners { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.2rem; }
.we2dd-partner { min-height: 3.2rem; display: inline-flex; align-items: center; gap: .5rem; padding: .55rem .85rem; border-radius: 999px; background: rgba(255,255,255,.06); border: .1rem solid rgba(255,255,255,.1); color: #f6eaff; font-size: 1.2rem; font-weight: 800; }
.we2dd-partner i, .we2dd-partner .material-icons, .we2dd-partner ion-icon { color: var(--we2dd-primary); font-size: 1.7rem; }
.we2dd-bottom-nav {
  position: fixed; left: 50%; bottom: 0; transform: translateX(-50%); z-index: 1000;
  width: 100%; max-width: 430px; height: 6.2rem; display: flex; justify-content: space-around; align-items: center;
  background: #2a1238; border-top: .2rem solid var(--we2dd-primary); box-shadow: 0 -1rem 2rem rgba(0,0,0,.35);
}
.we2dd-bottom-item { min-width: 6rem; min-height: 6rem; border: 0; background: transparent; color: #e9dff2; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .2rem; font-size: 1.05rem; cursor: pointer; transition: transform .18s ease, color .18s ease; position: relative; }
.we2dd-bottom-item i, .we2dd-bottom-item ion-icon, .we2dd-bottom-item .material-icons, .we2dd-bottom-item svg { font-size: 2.3rem; width: 2.4rem; height: 2.4rem; }
.we2dd-bottom-active { color: var(--we2dd-primary); }
.we2dd-bottom-active::before { content: ''; position: absolute; top: .35rem; width: 2.8rem; height: .3rem; border-radius: 99px; background: var(--we2dd-primary); }
.we2dd-tap-active { transform: scale(.9); color: #fff; }
.we2dd-pill-badge { position: absolute; top: .55rem; right: 1rem; background: #ff3b65; color: #fff; border-radius: 999px; font-size: .9rem; padding: .05rem .45rem; }
.we2dd-faq details { background: rgba(255,255,255,.06); border-radius: 1.4rem; padding: 1rem; margin: .8rem 0; }
.we2dd-faq summary { cursor: pointer; color: #fff; font-weight: 900; min-height: 4.4rem; display: flex; align-items: center; }
.we2dd-mini-img { border-radius: 1.8rem; border: .1rem solid var(--we2dd-line); margin: 1rem 0; }
.we2dd-sr { position: absolute; width: .1rem; height: .1rem; padding: 0; margin: -.1rem; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (min-width: 769px) {
  .we2dd-page, .we2dd-header, .we2dd-bottom-nav { max-width: 100%; }
  .we2dd-container { width: min(100% - 4rem, 112rem); }
  .we2dd-desktop-nav { display: flex; gap: 1.4rem; margin-left: 1rem; }
  .we2dd-desktop-nav a { color: #fff; text-decoration: none; font-weight: 800; }
  .we2dd-menu-btn { display: none; }
  .we2dd-bottom-nav { display: none; }
  .we2dd-game-grid { grid-template-columns: repeat(8, 1fr); }
  .we2dd-two { grid-template-columns: repeat(2, 1fr); }
  .we2dd-wrapper { padding-top: 8.8rem; }
  .we2dd-footer { padding-bottom: 3rem; }
}

@media (max-width: 768px) {
  main { padding-bottom: 8rem; }
  .we2dd-head-actions .we2dd-btn { padding: .75rem .9rem; font-size: 1.25rem; }
}
