:root {
  font-size: 62.5%;
  --wa88e-primary: #FA8072;
  --wa88e-bg: #0F0F23;
  --wa88e-accent: #00CED1;
  --wa88e-soft: #C9C9FF;
  --wa88e-rose: #B03060;
  --wa88e-card: rgba(25, 25, 56, .92);
  --wa88e-line: rgba(201, 201, 255, .18);
  --wa88e-text: #F7F7FF;
  --wa88e-muted: #C9C9FF;
  --wa88e-shadow: 0 1.2rem 3rem rgba(0, 0, 0, .34);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at 8% 0%, rgba(250,128,114,.22), transparent 28%), radial-gradient(circle at 92% 12%, rgba(0,206,209,.18), transparent 32%), var(--wa88e-bg);
  color: var(--wa88e-text);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5rem;
  overflow-x: hidden;
}
a { color: var(--wa88e-accent); text-decoration: none; }
a:hover { color: var(--wa88e-primary); }
img { max-width: 100%; display: block; }
main { padding-top: 8.2rem; }
.wa88e-page { min-height: 100vh; }
.wa88e-container { width: min(100% - 2.4rem, 430px); margin: 0 auto; }
.wa88e-wrapper { width: 100%; position: relative; }
.wa88e-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: linear-gradient(180deg, rgba(15,15,35,.98), rgba(15,15,35,.86));
  border-bottom: .1rem solid var(--wa88e-line);
  backdrop-filter: blur(16px);
}
.wa88e-topbar { width: min(100% - 2rem, 430px); margin: 0 auto; min-height: 6.8rem; display: flex; align-items: center; gap: .8rem; }
.wa88e-brand { display: flex; align-items: center; gap: .7rem; flex: 1; min-width: 0; color: var(--wa88e-text); }
.wa88e-logo { width: 3.2rem; height: 3.2rem; border-radius: 1rem; object-fit: cover; box-shadow: 0 0 0 .2rem rgba(0,206,209,.25); }
.wa88e-brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.wa88e-brand-name { font-weight: 900; letter-spacing: .02em; text-transform: uppercase; font-size: 1.5rem; }
.wa88e-brand-sub { color: var(--wa88e-muted); font-size: 1.05rem; }
.wa88e-actions { display: flex; align-items: center; gap: .5rem; }
.wa88e-btn, .wa88e-menu-btn, .wa88e-game-link, .wa88e-bottom-link {
  border: 0; cursor: pointer; min-height: 4.4rem; min-width: 4.4rem; font-family: inherit;
}
.wa88e-btn { display: inline-flex; align-items: center; justify-content: center; gap: .45rem; border-radius: 999px; padding: .9rem 1.2rem; font-weight: 900; color: #0F0F23; background: linear-gradient(135deg, var(--wa88e-primary), #ffd166); box-shadow: 0 .8rem 1.8rem rgba(250,128,114,.28); }
.wa88e-btn:hover { transform: translateY(-.1rem); color: #0F0F23; }
.wa88e-btn-alt { color: var(--wa88e-text); background: linear-gradient(135deg, var(--wa88e-rose), #7b2cbf); box-shadow: 0 .8rem 1.8rem rgba(176,48,96,.28); }
.wa88e-btn-ghost { background: rgba(201,201,255,.08); color: var(--wa88e-text); border: .1rem solid var(--wa88e-line); box-shadow: none; }
.wa88e-menu-btn { border-radius: 1.4rem; color: var(--wa88e-soft); background: rgba(201,201,255,.08); font-size: 2rem; }
.wa88e-menu { position: fixed; top: 6.8rem; left: 50%; transform: translateX(-50%) translateY(-120%); z-index: 9999; width: min(100% - 2rem, 430px); opacity: 0; pointer-events: none; transition: .28s ease; }
.wa88e-menu-open { transform: translateX(-50%) translateY(0); opacity: 1; pointer-events: auto; }
.wa88e-menu-card { background: rgba(15,15,35,.98); border: .1rem solid var(--wa88e-line); border-radius: 2rem; padding: 1.2rem; box-shadow: var(--wa88e-shadow); }
.wa88e-nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; }
.wa88e-nav a { min-height: 4.4rem; display: flex; align-items: center; gap: .7rem; border-radius: 1.4rem; padding: .9rem; color: var(--wa88e-text); background: rgba(255,255,255,.05); border: .1rem solid var(--wa88e-line); font-weight: 800; }
.wa88e-nav a:hover, .wa88e-nav a.wa88e-active { background: linear-gradient(135deg, rgba(0,206,209,.25), rgba(250,128,114,.18)); color: #fff; }
.wa88e-hero { padding: 1.8rem 0 1rem; }
.wa88e-kicker { display: inline-flex; gap: .6rem; align-items: center; border: .1rem solid rgba(0,206,209,.4); color: var(--wa88e-accent); border-radius: 999px; padding: .7rem 1rem; background: rgba(0,206,209,.08); font-size: 1.15rem; font-weight: 900; text-transform: uppercase; }
.wa88e-title { font-size: clamp(2.7rem, 9vw, 4.4rem); line-height: .98; margin: 1.4rem 0 .9rem; letter-spacing: -.05em; }
.wa88e-title span, .wa88e-gradient { background: linear-gradient(135deg, var(--wa88e-primary), var(--wa88e-accent)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.wa88e-lead { color: var(--wa88e-muted); line-height: 1.8; margin: 0 0 1.4rem; }
.wa88e-hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; margin: 1.2rem 0; }
.wa88e-metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin: 1.4rem 0; }
.wa88e-metric { background: rgba(255,255,255,.06); border: .1rem solid var(--wa88e-line); border-radius: 1.6rem; padding: 1rem; text-align: center; }
.wa88e-metric strong { display: block; font-size: 1.85rem; color: var(--wa88e-primary); }
.wa88e-metric span { color: var(--wa88e-muted); font-size: 1.1rem; }
.wa88e-carousel { position: relative; border-radius: 2.4rem; overflow: hidden; min-height: 22rem; background: #111; box-shadow: var(--wa88e-shadow); border: .1rem solid var(--wa88e-line); }
.wa88e-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .5s ease; }
.wa88e-slide-active { opacity: 1; }
.wa88e-slide img { width: 100%; height: 100%; min-height: 22rem; object-fit: cover; filter: saturate(1.18) contrast(1.05); }
.wa88e-slide-caption { position: absolute; left: 1rem; right: 1rem; bottom: 1rem; border-radius: 1.6rem; padding: 1rem; background: linear-gradient(135deg, rgba(15,15,35,.88), rgba(176,48,96,.72)); }
.wa88e-slide-caption strong { display: block; font-size: 1.7rem; color: #fff; }
.wa88e-section { padding: 1.6rem 0; }
.wa88e-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.wa88e-section h2 { font-size: 2.25rem; line-height: 1.1; margin: 0; }
.wa88e-section h3 { font-size: 1.65rem; line-height: 1.2; margin: .4rem 0 .8rem; }
.wa88e-section p { line-height: 1.75; color: var(--wa88e-muted); }
.wa88e-card { border: .1rem solid var(--wa88e-line); border-radius: 2rem; background: var(--wa88e-card); box-shadow: 0 .9rem 2.2rem rgba(0,0,0,.18); padding: 1.4rem; }
.wa88e-grid { display: grid; gap: 1rem; }
.wa88e-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.wa88e-game-section { margin: 1.2rem 0; }
.wa88e-game-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .75rem; }
.wa88e-game-link { display: flex; flex-direction: column; align-items: center; gap: .45rem; min-height: 9.2rem; padding: .6rem .35rem; color: var(--wa88e-text); background: rgba(255,255,255,.055); border: .1rem solid var(--wa88e-line); border-radius: 1.4rem; overflow: hidden; }
.wa88e-game-link img { width: 5.2rem; height: 5.2rem; border-radius: 1.2rem; object-fit: cover; }
.wa88e-game-link span { font-size: 1.05rem; line-height: 1.15; text-align: center; font-weight: 800; }
.wa88e-game-link:hover { transform: translateY(-.2rem); border-color: rgba(0,206,209,.65); background: rgba(0,206,209,.09); }
.wa88e-pill-row { display: flex; flex-wrap: wrap; gap: .7rem; }
.wa88e-pill { display: inline-flex; align-items: center; gap: .5rem; padding: .75rem .9rem; border-radius: 999px; background: rgba(201,201,255,.08); border: .1rem solid var(--wa88e-line); color: var(--wa88e-soft); font-weight: 800; }
.wa88e-promo-link { color: var(--wa88e-primary); font-weight: 950; text-decoration: underline; text-decoration-thickness: .2rem; text-underline-offset: .25rem; cursor: pointer; }
.wa88e-list { display: grid; gap: .8rem; padding: 0; margin: 0; list-style: none; }
.wa88e-list li { display: flex; gap: .8rem; align-items: flex-start; color: var(--wa88e-muted); line-height: 1.65; }
.wa88e-list i, .wa88e-list .material-symbols-outlined { color: var(--wa88e-accent); font-size: 2rem; flex: 0 0 auto; }
.wa88e-table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 1.6rem; font-size: 1.28rem; }
.wa88e-table th, .wa88e-table td { padding: .9rem .7rem; border-bottom: .1rem solid var(--wa88e-line); text-align: left; }
.wa88e-table th { color: #0F0F23; background: linear-gradient(135deg, var(--wa88e-accent), var(--wa88e-soft)); }
.wa88e-table td { color: var(--wa88e-muted); background: rgba(255,255,255,.04); }
.wa88e-winner { display: flex; align-items: center; justify-content: space-between; gap: .8rem; padding: .9rem; border-radius: 1.4rem; background: rgba(0,206,209,.07); border: .1rem solid rgba(0,206,209,.2); }
.wa88e-winner strong { color: var(--wa88e-primary); }
.wa88e-review { border-left: .35rem solid var(--wa88e-primary); }
.wa88e-faq-item { border: .1rem solid var(--wa88e-line); border-radius: 1.6rem; overflow: hidden; background: rgba(255,255,255,.04); }
.wa88e-faq-question { width: 100%; min-height: 4.8rem; padding: 1rem; border: 0; background: transparent; color: var(--wa88e-text); display: flex; align-items: center; justify-content: space-between; gap: 1rem; text-align: left; font-weight: 900; font-family: inherit; cursor: pointer; }
.wa88e-faq-answer { display: none; padding: 0 1rem 1rem; color: var(--wa88e-muted); line-height: 1.75; }
.wa88e-faq-open .wa88e-faq-answer { display: block; }
.wa88e-footer { margin-top: 2rem; padding: 2rem 0 8rem; background: linear-gradient(180deg, rgba(15,15,35,.2), rgba(0,0,0,.32)); border-top: .1rem solid var(--wa88e-line); }
.wa88e-footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; margin: 1.2rem 0; }
.wa88e-footer-links a { color: var(--wa88e-soft); background: rgba(255,255,255,.045); border: .1rem solid var(--wa88e-line); border-radius: 1.2rem; padding: .9rem; font-weight: 800; }
.wa88e-partners { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin: 1rem 0; }
.wa88e-partner { min-height: 4.8rem; border-radius: 1.2rem; display: flex; align-items: center; justify-content: center; color: var(--wa88e-soft); font-weight: 900; background: rgba(255,255,255,.06); border: .1rem solid var(--wa88e-line); }
.wa88e-bottom-nav { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1000; height: 6.2rem; background: #15152d; border-top: .1rem solid rgba(0,206,209,.28); box-shadow: 0 -1rem 2rem rgba(0,0,0,.32); display: flex; justify-content: space-around; align-items: stretch; padding: .2rem .4rem calc(.2rem + env(safe-area-inset-bottom)); }
.wa88e-bottom-link { min-width: 6rem; min-height: 6rem; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .22rem; color: var(--wa88e-soft); background: transparent; border-radius: 1.4rem; font-size: 1.05rem; font-weight: 900; transition: transform .16s ease, color .16s ease, background .16s ease; }
.wa88e-bottom-link i, .wa88e-bottom-link .material-symbols-outlined, .wa88e-bottom-link ion-icon { font-size: 2.35rem; line-height: 1; }
.wa88e-bottom-link:active { transform: scale(.92); }
.wa88e-bottom-link.wa88e-active, .wa88e-bottom-link:hover { color: #0F0F23; background: linear-gradient(135deg, var(--wa88e-primary), var(--wa88e-accent)); }
.wa88e-badge { position: absolute; margin-left: 2.4rem; margin-top: -2.2rem; min-width: 1.6rem; height: 1.6rem; border-radius: 99px; background: var(--wa88e-rose); color: #fff; font-size: .95rem; display: inline-flex; align-items: center; justify-content: center; }
.wa88e-split { display: grid; gap: 1rem; }
.wa88e-image-card { position: relative; overflow: hidden; min-height: 16rem; }
.wa88e-image-card img { width: 100%; height: 100%; min-height: 16rem; object-fit: cover; border-radius: 1.6rem; }
.wa88e-image-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(15,15,35,.72)); }
.wa88e-statline { display: flex; justify-content: space-between; gap: .8rem; padding: .8rem 0; border-bottom: .1rem dashed var(--wa88e-line); }
.wa88e-statline strong { color: var(--wa88e-primary); }
.wa88e-mini { font-size: 1.2rem; color: var(--wa88e-muted); }
@media (min-width: 769px) {
  .wa88e-bottom-nav { display: none; }
  .wa88e-container, .wa88e-topbar, .wa88e-menu { width: min(100% - 4rem, 1080px); max-width: 1080px; }
  .wa88e-menu { position: static; transform: none; opacity: 1; pointer-events: auto; width: auto; flex: 2; }
  .wa88e-menu-card { background: transparent; box-shadow: none; border: 0; padding: 0; }
  .wa88e-nav { display: flex; justify-content: center; }
  .wa88e-nav a { font-size: 1.25rem; padding: .8rem; }
  .wa88e-menu-btn { display: none; }
  .wa88e-topbar { max-width: 1080px; }
  .wa88e-game-grid { grid-template-columns: repeat(8, 1fr); }
  .wa88e-grid-two, .wa88e-split { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wa88e-footer { padding-bottom: 2rem; }
}
@media (max-width: 768px) {
  main { padding-bottom: 8rem; }
  .wa88e-desktop-only { display: none !important; }
}
@media (max-width: 360px) {
  .wa88e-actions .wa88e-btn { padding: .8rem .85rem; font-size: 1.2rem; }
  .wa88e-game-grid { grid-template-columns: repeat(3, 1fr); }
  .wa88e-title { font-size: 3rem; }
}
