:root {
  font-size: 62.5%;
  --w4d13-primary: #006400;
  --w4d13-gold: #ffbf00;
  --w4d13-lime: #adff2f;
  --w4d13-bg: #1c2833;
  --w4d13-panel: #243746;
  --w4d13-text: #f6fff2;
  --w4d13-muted: #95a5a6;
  --w4d13-line: rgba(173, 255, 47, .22);
  --w4d13-shadow: 0 1.8rem 4rem rgba(0, 0, 0, .34);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--w4d13-text);
  background: radial-gradient(circle at top left, rgba(173,255,47,.16), transparent 32rem), linear-gradient(145deg, #101820 0%, var(--w4d13-bg) 45%, #062d17 100%);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5rem;
  overflow-x: hidden;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
button { font: inherit; }
.w4d13-no-scroll { overflow: hidden; }
.w4d13-page { width: 100%; min-height: 100vh; }
.w4d13-container { width: min(100%, 43rem); margin: 0 auto; padding: 0 1.4rem; }
.w4d13-wrapper { width: min(100%, 43rem); margin: 0 auto; background: rgba(18, 30, 38, .7); min-height: 100vh; box-shadow: 0 0 0 .1rem rgba(255,255,255,.05); }
.w4d13-main { padding-top: 7.6rem; }
.w4d13-header {
  position: fixed; top: 0; left: 50%; transform: translateX(-50%); z-index: 1000;
  width: min(100%, 43rem); background: rgba(28, 40, 51, .96); backdrop-filter: blur(1.6rem);
  border-bottom: .1rem solid var(--w4d13-line); box-shadow: var(--w4d13-shadow);
}
.w4d13-topbar { min-height: 6.4rem; display: flex; align-items: center; gap: .8rem; padding: .8rem 1rem; }
.w4d13-brand { display: flex; align-items: center; gap: .8rem; min-width: 0; text-decoration: none; flex: 1; }
.w4d13-logo { width: 3.2rem; height: 3.2rem; border-radius: .9rem; border: .1rem solid var(--w4d13-gold); }
.w4d13-brand-text { display: grid; gap: .1rem; }
.w4d13-brand-name { font-size: 1.45rem; font-weight: 900; color: var(--w4d13-gold); text-transform: uppercase; letter-spacing: .03em; }
.w4d13-brand-sub { font-size: 1.05rem; color: var(--w4d13-lime); }
.w4d13-header-actions { display: flex; gap: .45rem; align-items: center; }
.w4d13-btn { min-height: 4.4rem; border: 0; border-radius: 999rem; padding: 0 1.2rem; cursor: pointer; font-weight: 900; transition: transform .18s ease, filter .18s ease, background .18s ease; }
.w4d13-btn:hover, .w4d13-btn:focus { transform: translateY(-.1rem) scale(1.02); filter: brightness(1.08); outline: .2rem solid rgba(173,255,47,.36); }
.w4d13-btn-gold { color: #1c2833; background: linear-gradient(135deg, var(--w4d13-gold), var(--w4d13-lime)); box-shadow: 0 .8rem 2rem rgba(255,191,0,.28); }
.w4d13-btn-ghost { color: var(--w4d13-text); background: rgba(149,165,166,.18); border: .1rem solid rgba(255,255,255,.16); }
.w4d13-menu-toggle { width: 4.4rem; min-width: 4.4rem; height: 4.4rem; padding: 0; display: grid; place-items: center; color: var(--w4d13-lime); background: rgba(0,100,0,.7); border: .1rem solid var(--w4d13-line); }
.w4d13-mobile-menu {
  position: fixed; inset: 0; z-index: 9999; width: min(100%, 43rem); margin: 0 auto; padding: 8rem 1.6rem 2rem;
  background: linear-gradient(160deg, rgba(28,40,51,.98), rgba(0,100,0,.96)); transform: translateY(-110%); transition: transform .25s ease;
}
.w4d13-menu-open { transform: translateY(0); }
.w4d13-menu-grid { display: grid; gap: .9rem; }
.w4d13-menu-link { min-height: 4.8rem; display: flex; align-items: center; gap: 1rem; padding: 1.1rem 1.2rem; border-radius: 1.4rem; background: rgba(255,255,255,.08); border: .1rem solid var(--w4d13-line); text-decoration: none; font-weight: 800; }
.w4d13-desktop-nav { display: none; }
.w4d13-hero { padding: 1rem 0 1.8rem; }
.w4d13-carousel { position: relative; min-height: 18.6rem; overflow: hidden; border-radius: 2.2rem; border: .1rem solid var(--w4d13-line); box-shadow: var(--w4d13-shadow); background: #0d171e; }
.w4d13-slide { position: absolute; inset: 0; opacity: 0; transform: scale(1.02); transition: opacity .45s ease, transform .45s ease; cursor: pointer; }
.w4d13-slide-active { opacity: 1; transform: scale(1); z-index: 2; }
.w4d13-slide img { width: 100%; height: 100%; object-fit: cover; min-height: 18.6rem; }
.w4d13-slide-caption { position: absolute; left: 1.2rem; right: 1.2rem; bottom: 1.2rem; padding: 1rem; border-radius: 1.4rem; background: rgba(0,0,0,.62); border: .1rem solid rgba(255,191,0,.38); }
.w4d13-slide-caption strong { color: var(--w4d13-gold); display: block; font-size: 1.8rem; line-height: 2.1rem; }
.w4d13-dots { position: absolute; top: 1rem; right: 1rem; z-index: 4; display: flex; gap: .5rem; }
.w4d13-dot { width: .8rem; height: .8rem; border-radius: 50%; background: rgba(255,255,255,.42); }
.w4d13-dot-active { background: var(--w4d13-lime); box-shadow: 0 0 1.2rem var(--w4d13-lime); }
.w4d13-section { padding: 1.4rem 0; }
.w4d13-card { border: .1rem solid var(--w4d13-line); background: linear-gradient(160deg, rgba(36,55,70,.95), rgba(21,33,43,.95)); border-radius: 2rem; padding: 1.6rem; box-shadow: 0 1.2rem 3rem rgba(0,0,0,.22); }
.w4d13-card-alt { background: linear-gradient(145deg, rgba(0,100,0,.35), rgba(36,55,70,.95)); }
.w4d13-kicker { display: inline-flex; align-items: center; gap: .6rem; color: #17230d; background: var(--w4d13-lime); border-radius: 999rem; padding: .5rem .9rem; font-size: 1.1rem; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.w4d13-title { margin: 1rem 0; color: var(--w4d13-gold); font-size: 2.55rem; line-height: 3rem; letter-spacing: -.03em; }
.w4d13-h2 { margin: .3rem 0 1rem; color: var(--w4d13-gold); font-size: 2rem; line-height: 2.4rem; }
.w4d13-h3 { margin: 1rem 0 .5rem; color: var(--w4d13-lime); font-size: 1.55rem; line-height: 2rem; }
.w4d13-text { color: rgba(246,255,242,.9); margin: .8rem 0; line-height: 2.35rem; }
.w4d13-muted { color: var(--w4d13-muted); }
.w4d13-link { color: var(--w4d13-lime); font-weight: 900; text-decoration-thickness: .2rem; text-underline-offset: .3rem; }
.w4d13-promo-link { color: var(--w4d13-gold); font-weight: 950; cursor: pointer; text-decoration: underline; text-decoration-thickness: .2rem; text-underline-offset: .3rem; }
.w4d13-cta-row { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 1.2rem; }
.w4d13-cta-wide { width: 100%; justify-content: center; display: inline-flex; align-items: center; gap: .7rem; text-align: center; }
.w4d13-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.w4d13-grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; }
.w4d13-stat-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .9rem; }
.w4d13-stat { border-radius: 1.5rem; padding: 1.2rem; background: rgba(0,0,0,.22); border: .1rem solid rgba(255,255,255,.08); }
.w4d13-stat strong { display: block; color: var(--w4d13-gold); font-size: 2rem; line-height: 2.3rem; }
.w4d13-list { margin: 1rem 0 0; padding: 0; list-style: none; display: grid; gap: .8rem; }
.w4d13-list li { padding: 1rem; border-radius: 1.2rem; background: rgba(255,255,255,.06); border-left: .35rem solid var(--w4d13-gold); }
.w4d13-game-section { margin-top: 1.2rem; }
.w4d13-category-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: 1.4rem 0 .8rem; }
.w4d13-category-head h3 { margin: 0; color: var(--w4d13-gold); text-transform: capitalize; }
.w4d13-game-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .8rem; }
.w4d13-game { min-width: 0; padding: .55rem; border-radius: 1.2rem; background: rgba(255,255,255,.07); border: .1rem solid rgba(173,255,47,.14); text-align: center; cursor: pointer; transition: transform .18s ease, border-color .18s ease; }
.w4d13-game:hover { transform: translateY(-.2rem); border-color: var(--w4d13-gold); }
.w4d13-game img { width: 5.6rem; height: 5.6rem; object-fit: cover; border-radius: 1rem; margin: 0 auto .45rem; }
.w4d13-game span { display: block; min-height: 2.8rem; color: var(--w4d13-text); font-size: 1.05rem; line-height: 1.3rem; font-weight: 800; overflow-wrap: anywhere; }
.w4d13-band { margin: 1.2rem 0; padding: 1.4rem; border-radius: 1.8rem; background: linear-gradient(90deg, rgba(255,191,0,.18), rgba(173,255,47,.1)); border: .1rem solid rgba(255,191,0,.28); }
.w4d13-steps { counter-reset: w4d13-step; display: grid; gap: 1rem; padding: 0; list-style: none; }
.w4d13-steps li { counter-increment: w4d13-step; position: relative; padding: 1.2rem 1.2rem 1.2rem 4.8rem; border-radius: 1.5rem; background: rgba(0,0,0,.2); }
.w4d13-steps li::before { content: counter(w4d13-step); position: absolute; left: 1rem; top: 1.1rem; width: 2.8rem; height: 2.8rem; display: grid; place-items: center; border-radius: 50%; background: var(--w4d13-gold); color: #18232d; font-weight: 900; }
.w4d13-review { display: grid; gap: .7rem; padding: 1.2rem; border-radius: 1.4rem; background: rgba(0,100,0,.22); border: .1rem solid var(--w4d13-line); }
.w4d13-footer { padding: 2rem 0 8.6rem; background: rgba(8,15,20,.72); border-top: .1rem solid var(--w4d13-line); margin-top: 2rem; }
.w4d13-footer-logo-row { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.w4d13-footer-logo-row img { width: 3.4rem; height: 3.4rem; border-radius: 1rem; }
.w4d13-footer-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; margin: 1.2rem 0; }
.w4d13-footer-links a { padding: .9rem; border-radius: 1.2rem; background: rgba(255,255,255,.06); color: var(--w4d13-text); text-decoration: none; font-weight: 800; font-size: 1.25rem; }
.w4d13-partners { display: flex; flex-wrap: wrap; gap: .7rem; margin: 1rem 0; }
.w4d13-partner { padding: .55rem .8rem; border-radius: 999rem; background: rgba(255,255,255,.08); color: var(--w4d13-muted); font-size: 1.1rem; }
.w4d13-bottom-nav { position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); z-index: 1000; width: min(100%, 43rem); height: 6.2rem; display: flex; justify-content: space-around; align-items: center; background: #006400; border-top: .2rem solid var(--w4d13-gold); box-shadow: 0 -1rem 3rem rgba(0,0,0,.36); }
.w4d13-bottom-item { min-width: 6rem; min-height: 6rem; border: 0; background: transparent; color: var(--w4d13-text); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .25rem; font-size: 1.05rem; font-weight: 850; cursor: pointer; border-radius: 1.2rem; transition: transform .18s ease, color .18s ease, background .18s ease; }
.w4d13-bottom-item i, .w4d13-bottom-item span[aria-hidden="true"] { font-size: 2.3rem; line-height: 2.4rem; }
.w4d13-bottom-item:hover, .w4d13-bottom-item:focus, .w4d13-current { color: #1c2833; background: linear-gradient(135deg, var(--w4d13-gold), var(--w4d13-lime)); transform: translateY(-.25rem) scale(1.03); outline: none; }
.w4d13-badge { position: absolute; margin-left: 2.4rem; margin-top: -3.8rem; background: #ff3b3b; color: #fff; border-radius: 999rem; padding: .1rem .45rem; font-size: .9rem; }
.w4d13-table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 1.2rem; }
.w4d13-table th, .w4d13-table td { padding: .9rem; border-bottom: .1rem solid rgba(255,255,255,.08); text-align: left; }
.w4d13-table th { color: var(--w4d13-gold); background: rgba(0,0,0,.2); }
.w4d13-faq details { border-radius: 1.4rem; background: rgba(255,255,255,.06); padding: 1rem; border: .1rem solid var(--w4d13-line); }
.w4d13-faq summary { min-height: 4.4rem; display: flex; align-items: center; color: var(--w4d13-gold); cursor: pointer; font-weight: 900; }
.w4d13-faq { display: grid; gap: 1rem; }
@media (min-width: 769px) {
  .w4d13-bottom-nav { display: none; }
  .w4d13-desktop-nav { display: flex; gap: .8rem; padding: 0 1rem 1rem; overflow-x: auto; }
  .w4d13-desktop-nav a { white-space: nowrap; color: var(--w4d13-text); text-decoration: none; padding: .8rem 1rem; border-radius: 999rem; background: rgba(255,255,255,.07); }
}
@media (max-width: 768px) {
  main { padding-bottom: 8rem; }
  .w4d13-hide-mobile { display: none; }
}
@media (max-width: 360px) {
  .w4d13-container { padding: 0 1rem; }
  .w4d13-btn { padding: 0 .85rem; font-size: 1.2rem; }
  .w4d13-game-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .w4d13-title { font-size: 2.25rem; line-height: 2.75rem; }
}
