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

:root {
  font-size: 62.5%;
  --wc594-primary: #26A69A;
  --wc594-secondary: #4DB6AC;
  --wc594-bg: #101716;
  --wc594-surface: #1a2422;
  --wc594-panel: #24302e;
  --wc594-ink: #f5fffd;
  --wc594-text: #d8efec;
  --wc594-muted: #97bcb7;
  --wc594-line: rgba(77, 182, 172, .28);
  --wc594-gold: #ffd166;
  --wc594-red: #ff6b6b;
  --wc594-shadow: 0 1.6rem 4rem rgba(0,0,0,.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', Arial, sans-serif;
  background: radial-gradient(circle at 20% 0%, rgba(38,166,154,.22), transparent 35%), linear-gradient(180deg, #0b1110, var(--wc594-bg));
  color: var(--wc594-text);
  font-size: 1.5rem;
  line-height: 1.5rem;
  overflow-x: hidden;
}
a { color: var(--wc594-secondary); text-decoration: none; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
.wc594-page { max-width: 430px; margin: 0 auto; min-height: 100vh; background: linear-gradient(180deg, rgba(26,36,34,.96), rgba(16,23,22,.98)); box-shadow: 0 0 0 1px rgba(255,255,255,.04); }
.wc594-container { width: 100%; max-width: 430px; margin: 0 auto; padding: 0 1.4rem; }
.wc594-wrapper { padding-top: 7.2rem; }
.wc594-header { position: fixed; top: 0; left: 50%; transform: translateX(-50%); z-index: 1000; width: 100%; max-width: 430px; background: rgba(16,23,22,.94); backdrop-filter: blur(16px); border-bottom: .1rem solid var(--wc594-line); }
.wc594-head-inner { display: flex; align-items: center; gap: .8rem; min-height: 6.4rem; padding: .8rem 1.2rem; }
.wc594-logo { display: flex; align-items: center; gap: .7rem; color: var(--wc594-ink); font-weight: 900; min-width: 0; }
.wc594-logo img { width: 3.2rem; height: 3.2rem; border-radius: .9rem; box-shadow: 0 .4rem 1.6rem rgba(38,166,154,.35); }
.wc594-brand { display: flex; flex-direction: column; line-height: 1.1; }
.wc594-brand strong { font-size: 1.55rem; white-space: nowrap; }
.wc594-brand span { font-size: 1rem; color: var(--wc594-muted); }
.wc594-head-actions { margin-left: auto; display: flex; align-items: center; gap: .55rem; }
.wc594-btn { border: 0; min-height: 4.4rem; padding: 0 1.25rem; border-radius: 1.4rem; font-weight: 900; font-size: 1.25rem; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: .45rem; color: #06110f; background: linear-gradient(135deg, var(--wc594-primary), var(--wc594-secondary)); box-shadow: 0 .8rem 2.4rem rgba(38,166,154,.28); transition: transform .2s ease, filter .2s ease; }
.wc594-btn:hover, .wc594-btn:active { transform: translateY(-.1rem) scale(.98); filter: brightness(1.08); }
.wc594-btn-alt { color: var(--wc594-ink); background: rgba(255,255,255,.08); border: .1rem solid var(--wc594-line); box-shadow: none; }
.wc594-menu-btn { width: 4.4rem; padding: 0; color: var(--wc594-ink); background: #263633; border: .1rem solid var(--wc594-line); }
.wc594-menu { position: fixed; top: 0; right: max(0px, calc((100vw - 430px)/2)); z-index: 9999; width: min(84vw, 34rem); height: 100vh; padding: 7rem 1.4rem 2rem; background: linear-gradient(180deg, #182421, #0c1211); transform: translateX(110%); transition: transform .24s ease; box-shadow: -1rem 0 3rem rgba(0,0,0,.45); overflow-y: auto; }
.wc594-menu.wc594-open { transform: translateX(0); }
.wc594-menu a { display: flex; align-items: center; gap: .9rem; min-height: 4.8rem; padding: 1rem 1.2rem; border-bottom: .1rem solid rgba(255,255,255,.06); color: var(--wc594-text); font-weight: 800; }
.wc594-menu a.wc594-current { color: var(--wc594-gold); }
.wc594-overlay { position: fixed; inset: 0; z-index: 9998; background: rgba(0,0,0,.55); opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.wc594-overlay.wc594-open { opacity: 1; pointer-events: auto; }
.wc594-menu-lock { overflow: hidden; }
.wc594-hero { padding: 1.4rem 0 1rem; }
.wc594-carousel { position: relative; overflow: hidden; border-radius: 2rem; border: .1rem solid var(--wc594-line); box-shadow: var(--wc594-shadow); background: #111; }
.wc594-slide { display: none; position: relative; min-height: 18.2rem; cursor: pointer; }
.wc594-slide.wc594-active { display: block; }
.wc594-slide img { width: 100%; height: 18.2rem; object-fit: cover; opacity: .9; }
.wc594-slide-copy { position: absolute; inset: auto 1.4rem 1.4rem; padding: 1rem; border-radius: 1.4rem; background: rgba(0,0,0,.52); backdrop-filter: blur(8px); }
.wc594-slide-copy strong { display: block; color: var(--wc594-ink); font-size: 1.8rem; line-height: 1.1; }
.wc594-slide-copy span { color: var(--wc594-secondary); font-size: 1.15rem; font-weight: 800; }
.wc594-dots { position: absolute; top: 1rem; right: 1rem; display: flex; gap: .45rem; }
.wc594-dot { width: .8rem; height: .8rem; border-radius: 50%; border: 0; background: rgba(255,255,255,.45); padding: 0; }
.wc594-dot.wc594-active { background: var(--wc594-gold); width: 1.8rem; border-radius: 1rem; }
.wc594-section { margin: 1.4rem 0; padding: 1.45rem; border-radius: 2rem; background: linear-gradient(180deg, rgba(36,48,46,.94), rgba(22,32,30,.94)); border: .1rem solid var(--wc594-line); box-shadow: 0 .8rem 2.4rem rgba(0,0,0,.18); }
.wc594-eyebrow { color: var(--wc594-secondary); font-weight: 900; font-size: 1.15rem; text-transform: uppercase; letter-spacing: .08em; }
h1, h2, h3 { color: var(--wc594-ink); line-height: 1.16; margin: .6rem 0 1rem; }
h1 { font-size: 2.75rem; letter-spacing: -.04em; }
h2 { font-size: 2.15rem; }
h3 { font-size: 1.65rem; }
p { margin: .7rem 0; color: var(--wc594-text); line-height: 1.55; }
.wc594-lead { font-size: 1.6rem; color: #eafffc; line-height: 1.55; }
.wc594-cta-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.2rem; }
.wc594-text-link { color: var(--wc594-gold); font-weight: 900; text-decoration: underline; text-underline-offset: .3rem; cursor: pointer; }
.wc594-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .9rem; }
.wc594-card { border-radius: 1.6rem; padding: 1.2rem; background: rgba(255,255,255,.055); border: .1rem solid rgba(255,255,255,.08); }
.wc594-card strong { color: var(--wc594-ink); }
.wc594-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; }
.wc594-stat { text-align: center; padding: 1rem .5rem; border-radius: 1.4rem; background: rgba(38,166,154,.12); border: .1rem solid var(--wc594-line); }
.wc594-stat b { display: block; color: var(--wc594-gold); font-size: 1.7rem; line-height: 1.1; }
.wc594-stat span { font-size: 1.05rem; color: var(--wc594-muted); }
.wc594-game-block { margin-top: 1.4rem; }
.wc594-game-title { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: 1.2rem 0 .8rem; }
.wc594-game-title h3 { margin: 0; text-transform: capitalize; }
.wc594-game-title span { color: var(--wc594-secondary); font-size: 1.1rem; font-weight: 800; }
.wc594-game-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .85rem; }
.wc594-game { display: flex; flex-direction: column; align-items: center; gap: .45rem; min-height: 10.2rem; padding: .7rem .35rem; border-radius: 1.25rem; background: rgba(0,0,0,.18); border: .1rem solid rgba(255,255,255,.07); color: var(--wc594-text); text-align: center; cursor: pointer; }
.wc594-game img { width: 5.6rem; height: 5.6rem; border-radius: 1.4rem; object-fit: cover; box-shadow: 0 .7rem 1.8rem rgba(0,0,0,.28); }
.wc594-game span { font-size: 1.05rem; line-height: 1.18; font-weight: 800; }
.wc594-payments { display: flex; flex-wrap: wrap; gap: .7rem; }
.wc594-chip { display: inline-flex; align-items: center; min-height: 3.8rem; padding: .7rem 1rem; border-radius: 999px; background: rgba(77,182,172,.13); border: .1rem solid var(--wc594-line); color: var(--wc594-ink); font-weight: 800; }
.wc594-review { padding-left: 1rem; border-left: .35rem solid var(--wc594-secondary); }
.wc594-footer { margin-top: 2rem; padding: 2rem 1.4rem 8.6rem; background: #0b1110; border-top: .1rem solid var(--wc594-line); }
.wc594-footer-logo { display: flex; align-items: center; gap: .8rem; font-weight: 900; color: var(--wc594-ink); }
.wc594-footer-logo img { width: 3.8rem; height: 3.8rem; border-radius: 1rem; }
.wc594-footer-buttons { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin: 1.2rem 0; }
.wc594-footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: .6rem; margin: 1.2rem 0; }
.wc594-footer-links a { color: var(--wc594-muted); font-weight: 700; font-size: 1.2rem; }
.wc594-copy { color: var(--wc594-muted); font-size: 1.15rem; }
.wc594-bottom-nav { position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); z-index: 1000; width: 100%; max-width: 430px; height: 6.2rem; display: flex; justify-content: space-around; align-items: center; background: #13211f; border-top: .1rem solid var(--wc594-line); box-shadow: 0 -1rem 2.4rem rgba(0,0,0,.32); }
.wc594-bottom-nav button, .wc594-bottom-nav a { min-width: 6rem; min-height: 6rem; border: 0; background: transparent; color: var(--wc594-muted); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .25rem; font-size: 1.05rem; font-weight: 900; cursor: pointer; position: relative; transition: transform .18s ease, color .18s ease; }
.wc594-bottom-nav i, .wc594-bottom-nav ion-icon, .wc594-bottom-nav .material-icons, .wc594-bottom-nav .ti { font-size: 2.3rem; width: 2.6rem; height: 2.6rem; display: inline-flex; align-items: center; justify-content: center; }
.wc594-bottom-nav .wc594-current, .wc594-bottom-nav button:active, .wc594-bottom-nav a:active { color: var(--wc594-gold); transform: translateY(-.25rem) scale(.96); }
.wc594-badge { position: absolute; top: .55rem; right: 1.35rem; min-width: 1.6rem; height: 1.6rem; padding: 0 .35rem; border-radius: 99px; background: var(--wc594-red); color: #fff; font-size: .9rem; line-height: 1.6rem; }
.wc594-table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 1.4rem; }
.wc594-table th, .wc594-table td { padding: .9rem .7rem; border-bottom: .1rem solid rgba(255,255,255,.08); text-align: left; }
.wc594-table th { color: var(--wc594-secondary); font-size: 1.1rem; }
.wc594-table td { color: var(--wc594-text); font-size: 1.2rem; }
.wc594-steps { counter-reset: step; display: grid; gap: .9rem; }
.wc594-step { position: relative; padding: 1.1rem 1.1rem 1.1rem 4.5rem; border-radius: 1.5rem; background: rgba(255,255,255,.055); border: .1rem solid rgba(255,255,255,.08); }
.wc594-step:before { counter-increment: step; content: counter(step); position: absolute; left: 1rem; top: 1rem; width: 2.6rem; height: 2.6rem; border-radius: 50%; background: var(--wc594-primary); color: #04100e; font-weight: 900; display: grid; place-items: center; }
.wc594-faq details { padding: 1rem; border-radius: 1.3rem; background: rgba(255,255,255,.05); margin: .8rem 0; border: .1rem solid rgba(255,255,255,.07); }
.wc594-faq summary { cursor: pointer; color: var(--wc594-ink); font-weight: 900; min-height: 3rem; }
.wc594-partners { display: flex; gap: .8rem; flex-wrap: wrap; margin: 1rem 0; }
.wc594-partner { padding: .6rem .9rem; border-radius: .9rem; background: rgba(255,255,255,.08); color: var(--wc594-muted); font-size: 1.1rem; font-weight: 800; }
@media (min-width: 769px) { .wc594-bottom-nav { display: none; } .wc594-footer { padding-bottom: 2rem; } }
@media (max-width: 768px) { main { padding-bottom: 8rem; } }
@media (max-width: 360px) { .wc594-head-actions .wc594-btn { padding: 0 .85rem; font-size: 1.1rem; } .wc594-game-grid { grid-template-columns: repeat(3, 1fr); } h1 { font-size: 2.45rem; } }
