/* xoplay ph mobile-first layout - comments in English only */
:root {
  font-size: 62.5%;
  --w1c24-primary: #5F9EA0;
  --w1c24-dark: #34495E;
  --w1c24-cyan: #00CED1;
  --w1c24-mint: #48D1CC;
  --w1c24-blue: #6495ED;
  --w1c24-bg: #07151f;
  --w1c24-panel: #102635;
  --w1c24-panel2: #17394c;
  --w1c24-text: #f4fbff;
  --w1c24-muted: #b9d7df;
  --w1c24-gold: #ffd36b;
  --w1c24-danger: #ff6b91;
  --w1c24-shadow: 0 1.6rem 4rem rgba(0, 0, 0, .35);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at top, rgba(0,206,209,.18), transparent 28rem), var(--w1c24-bg);
  color: var(--w1c24-text);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 1.55rem;
  line-height: 1.5rem;
  overflow-x: hidden;
}
a { color: var(--w1c24-cyan); text-decoration: none; }
a:hover { color: var(--w1c24-gold); }
img { max-width: 100%; display: block; }
.w1c24-body-lock { overflow: hidden; }
.w1c24-wrapper { width: min(100%, 43rem); margin: 0 auto; padding: 0 1.2rem; }
.w1c24-container { width: min(100%, 43rem); margin: 0 auto; }
.w1c24-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(7, 21, 31, .94); backdrop-filter: blur(1.2rem);
  border-bottom: .1rem solid rgba(72,209,204,.24);
}
.w1c24-headbar { height: 6.4rem; display: flex; align-items: center; gap: .8rem; }
.w1c24-brand { display: flex; align-items: center; gap: .8rem; min-width: 0; flex: 1; color: var(--w1c24-text); font-weight: 900; }
.w1c24-logo { width: 3.2rem; height: 3.2rem; border-radius: .9rem; box-shadow: 0 0 1.6rem rgba(0,206,209,.5); }
.w1c24-brand-text { font-size: 1.8rem; letter-spacing: .02rem; white-space: nowrap; }
.w1c24-actions { display: flex; align-items: center; gap: .6rem; }
.w1c24-btn {
  border: 0; border-radius: 999rem; min-height: 4.4rem; padding: 0 1.4rem;
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  color: #06131a; background: linear-gradient(135deg, var(--w1c24-cyan), var(--w1c24-gold));
  font-weight: 900; cursor: pointer; box-shadow: 0 .8rem 2rem rgba(0,206,209,.22);
  transition: transform .18s ease, filter .18s ease;
}
.w1c24-btn:hover, .w1c24-btn:active { transform: translateY(-.1rem) scale(1.03); filter: brightness(1.05); }
.w1c24-btn-alt { background: linear-gradient(135deg, var(--w1c24-blue), var(--w1c24-mint)); color: #06131a; }
.w1c24-menu-btn { width: 4.4rem; padding: 0; background: var(--w1c24-panel2); color: var(--w1c24-text); border: .1rem solid rgba(0,206,209,.28); }
.w1c24-desktop-nav { display: none; gap: 1rem; font-weight: 800; }
.w1c24-main { padding-top: 7.6rem; }
.w1c24-menu-overlay { position: fixed; inset: 0; z-index: 9998; background: rgba(0,0,0,.58); opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.w1c24-overlay-open { opacity: 1; pointer-events: auto; }
.w1c24-mobile-menu {
  position: fixed; top: 0; right: -31rem; z-index: 9999; width: min(30rem, 86vw); height: 100vh;
  background: linear-gradient(180deg, #0a2030, #102635); padding: 2rem 1.4rem; transition: right .22s ease;
  box-shadow: -1rem 0 3rem rgba(0,0,0,.38); overflow-y: auto;
}
.w1c24-menu-open { right: 0; }
.w1c24-menu-title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.4rem; font-weight: 900; font-size: 2rem; }
.w1c24-menu-link { display: flex; align-items: center; gap: 1rem; min-height: 4.8rem; padding: 1rem; border-radius: 1.2rem; color: var(--w1c24-text); background: rgba(255,255,255,.04); margin-bottom: .8rem; }
.w1c24-menu-link:hover { background: rgba(0,206,209,.15); }
.w1c24-hero { margin-top: 1rem; padding: 1.4rem; border-radius: 2.4rem; background: linear-gradient(145deg, rgba(95,158,160,.22), rgba(52,73,94,.78)); box-shadow: var(--w1c24-shadow); overflow: hidden; }
.w1c24-kicker { color: var(--w1c24-gold); font-weight: 900; text-transform: uppercase; font-size: 1.2rem; letter-spacing: .08rem; }
.w1c24-title { margin: .7rem 0; font-size: 3rem; line-height: 3.4rem; letter-spacing: -.05rem; }
.w1c24-lead { color: var(--w1c24-muted); line-height: 2.35rem; }
.w1c24-cta-row { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1.3rem 0; }
.w1c24-legal-note { color: var(--w1c24-muted); font-size: 1.25rem; line-height: 1.9rem; }
.w1c24-carousel { position: relative; margin-top: 1.2rem; border-radius: 1.8rem; overflow: hidden; border: .1rem solid rgba(0,206,209,.22); }
.w1c24-slide { display: none; cursor: pointer; }
.w1c24-slide-active { display: block; }
.w1c24-slide img { width: 100%; aspect-ratio: 16/8.5; object-fit: cover; }
.w1c24-slide-caption { position: absolute; left: 1rem; bottom: 1rem; right: 1rem; padding: .8rem 1rem; border-radius: 1.2rem; background: rgba(7,21,31,.78); font-weight: 900; }
.w1c24-carousel-controls { display: flex; justify-content: center; gap: .6rem; margin-top: .8rem; }
.w1c24-dot { width: .9rem; height: .9rem; border: 0; border-radius: 999rem; background: rgba(255,255,255,.35); }
.w1c24-dot-active { width: 2.4rem; background: var(--w1c24-cyan); }
.w1c24-section { margin: 1.6rem 0; padding: 1.4rem; border-radius: 2rem; background: rgba(16,38,53,.94); border: .1rem solid rgba(72,209,204,.18); box-shadow: 0 1rem 2.4rem rgba(0,0,0,.18); }
.w1c24-section h2 { margin: 0 0 1rem; font-size: 2.25rem; line-height: 2.7rem; }
.w1c24-section h3 { margin: 1rem 0 .7rem; font-size: 1.75rem; color: var(--w1c24-mint); }
.w1c24-section p { line-height: 2.35rem; color: var(--w1c24-muted); }
.w1c24-grid { display: grid; gap: 1rem; }
.w1c24-grid-2 { grid-template-columns: repeat(2, 1fr); }
.w1c24-card { padding: 1.2rem; border-radius: 1.6rem; background: linear-gradient(180deg, rgba(23,57,76,.92), rgba(7,21,31,.82)); border: .1rem solid rgba(100,149,237,.2); }
.w1c24-card strong { color: var(--w1c24-text); }
.w1c24-badge { display: inline-flex; align-items: center; gap: .4rem; min-height: 2.8rem; padding: .4rem .9rem; border-radius: 999rem; color: #06131a; background: var(--w1c24-gold); font-weight: 900; }
.w1c24-promo-text { color: var(--w1c24-gold); font-weight: 900; text-decoration: underline; cursor: pointer; }
.w1c24-game-category { margin-top: 1.4rem; }
.w1c24-game-category h3 { display: flex; align-items: center; gap: .6rem; }
.w1c24-game-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; }
.w1c24-game-card { min-height: 10.8rem; padding: .7rem; border-radius: 1.2rem; background: rgba(255,255,255,.055); border: .1rem solid rgba(72,209,204,.14); text-align: center; color: var(--w1c24-text); cursor: pointer; }
.w1c24-game-card img { width: 5.4rem; height: 5.4rem; margin: 0 auto .6rem; border-radius: 1.1rem; object-fit: cover; }
.w1c24-game-card span { display: block; font-size: 1.05rem; line-height: 1.25rem; font-weight: 800; }
.w1c24-game-card:hover { transform: translateY(-.2rem); background: rgba(0,206,209,.12); }
.w1c24-stat-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; }
.w1c24-stat { padding: 1rem; border-radius: 1.4rem; background: rgba(0,206,209,.1); }
.w1c24-stat b { display: block; color: var(--w1c24-gold); font-size: 2rem; line-height: 2.4rem; }
.w1c24-steps { counter-reset: step; display: grid; gap: .9rem; }
.w1c24-step { position: relative; padding: 1rem 1rem 1rem 4.5rem; border-radius: 1.4rem; background: rgba(255,255,255,.055); }
.w1c24-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(--w1c24-cyan); color: #06131a; display: grid; place-items: center; font-weight: 900; }
.w1c24-review { border-left: .4rem solid var(--w1c24-gold); padding-left: 1rem; }
.w1c24-footer { margin-top: 2rem; padding: 2rem 0 8rem; background: #06131a; border-top: .1rem solid rgba(72,209,204,.2); }
.w1c24-footer-links, .w1c24-footer-buttons { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1rem 0; }
.w1c24-footer-link { color: var(--w1c24-muted); padding: .4rem 0; }
.w1c24-partners { display: flex; gap: .8rem; flex-wrap: wrap; }
.w1c24-partner { width: 4.4rem; height: 4.4rem; border-radius: 1rem; display: grid; place-items: center; background: rgba(255,255,255,.08); color: var(--w1c24-cyan); }
.w1c24-bottom-nav {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 1000; height: 6.2rem;
  background: #0a2030; border-top: .1rem solid rgba(0,206,209,.3);
  display: flex; justify-content: space-around; align-items: stretch; box-shadow: 0 -1rem 2.4rem rgba(0,0,0,.32);
}
.w1c24-bottom-item { min-width: 6rem; min-height: 6rem; flex: 1; border: 0; background: transparent; color: var(--w1c24-muted); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .2rem; font-size: 1.05rem; font-weight: 800; cursor: pointer; transition: transform .16s ease, color .16s ease, background .16s ease; }
.w1c24-bottom-item i, .w1c24-bottom-item ion-icon, .w1c24-bottom-item .material-icons, .w1c24-bottom-item svg { font-size: 2.4rem; width: 2.4rem; height: 2.4rem; }
.w1c24-bottom-item:hover, .w1c24-bottom-item:active, .w1c24-current { color: var(--w1c24-gold); background: rgba(0,206,209,.1); transform: translateY(-.2rem) scale(1.03); }
.w1c24-faq details { padding: 1rem; border-radius: 1.4rem; background: rgba(255,255,255,.055); margin-bottom: .8rem; }
.w1c24-faq summary { cursor: pointer; font-weight: 900; min-height: 4.4rem; display: flex; align-items: center; }
.w1c24-table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 1.2rem; font-size: 1.3rem; }
.w1c24-table th, .w1c24-table td { padding: .9rem; border-bottom: .1rem solid rgba(255,255,255,.08); text-align: left; }
.w1c24-table th { color: #06131a; background: var(--w1c24-cyan); }
.w1c24-mini-list { padding-left: 1.8rem; color: var(--w1c24-muted); line-height: 2.3rem; }
.w1c24-highlight { color: var(--w1c24-gold); font-weight: 900; }
@media (min-width: 769px) {
  body { background: linear-gradient(135deg, #06131a, #102635); }
  .w1c24-wrapper, .w1c24-container { width: min(112rem, calc(100% - 3rem)); max-width: 112rem; }
  .w1c24-desktop-nav { display: flex; }
  .w1c24-menu-btn { display: none; }
  .w1c24-bottom-nav { display: none; }
  .w1c24-main { padding-top: 8rem; }
  .w1c24-title { font-size: 4.4rem; line-height: 5rem; }
  .w1c24-game-grid { grid-template-columns: repeat(8, 1fr); }
  .w1c24-grid-2 { grid-template-columns: repeat(4, 1fr); }
  .w1c24-footer { padding-bottom: 3rem; }
}
@media (max-width: 768px) {
  main { padding-bottom: 8rem; }
  .w1c24-actions .w1c24-btn { padding: 0 1rem; font-size: 1.25rem; }
  .w1c24-brand-text { font-size: 1.6rem; }
}
@media (max-width: 360px) {
  .w1c24-game-grid { grid-template-columns: repeat(3, 1fr); }
  .w1c24-title { font-size: 2.55rem; line-height: 3rem; }
  .w1c24-bottom-item { font-size: .95rem; }
}
