@charset "UTF-8";

:root {
  font-size: 62.5%;
  --v5c3-primary: #DEB887;
  --v5c3-secondary: #F5DEB3;
  --v5c3-bg: #2C2C2C;
  --v5c3-panel: #38332c;
  --v5c3-panel-soft: #463b2d;
  --v5c3-text: #FDF5E6;
  --v5c3-muted: #C0C0C0;
  --v5c3-accent: #FF5722;
  --v5c3-green: #35d07f;
  --v5c3-shadow: 0 1.6rem 4rem rgba(0, 0, 0, .34);
  --v5c3-line: rgba(245, 222, 179, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at 12% 0%, rgba(255,87,34,.2), transparent 28rem), linear-gradient(180deg, #211f1d 0%, var(--v5c3-bg) 44%, #191817 100%);
  color: var(--v5c3-text);
  font-size: 1.6rem;
  line-height: 1.5rem;
  overflow-x: hidden;
}
body.v5c3-lock { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; }

.v5c3-page { width: 100%; max-width: 430px; margin: 0 auto; min-height: 100vh; background: rgba(44,44,44,.98); position: relative; overflow: hidden; }
.v5c3-container { width: min(100% - 2.4rem, 40.6rem); margin: 0 auto; }
.v5c3-wrapper { padding: 8.2rem 0 2.4rem; }
.v5c3-grid { display: grid; gap: 1.2rem; }
.v5c3-section { margin: 1.8rem 0; padding: 1.6rem; border: .1rem solid var(--v5c3-line); border-radius: 2.2rem; background: linear-gradient(145deg, rgba(70,59,45,.92), rgba(40,38,36,.96)); box-shadow: var(--v5c3-shadow); }
.v5c3-section-alt { background: linear-gradient(145deg, rgba(255,87,34,.12), rgba(222,184,135,.08)); }
.v5c3-kicker { display: inline-flex; align-items: center; gap: .6rem; color: var(--v5c3-secondary); font-size: 1.1rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.v5c3-title { margin: .8rem 0 1rem; font-size: 2.8rem; line-height: 3.2rem; letter-spacing: -.04em; color: #fff4dc; }
.v5c3-subtitle { margin: .6rem 0 1rem; font-size: 2.1rem; line-height: 2.5rem; color: var(--v5c3-secondary); }
.v5c3-small-title { margin: .4rem 0 .6rem; font-size: 1.6rem; line-height: 2rem; color: #fff; }
.v5c3-text { color: rgba(253,245,230,.86); font-size: 1.45rem; line-height: 2.2rem; }
.v5c3-muted { color: var(--v5c3-muted); }
.v5c3-link { color: var(--v5c3-secondary); font-weight: 900; text-decoration: underline; text-decoration-color: var(--v5c3-accent); text-underline-offset: .3rem; }
.v5c3-chiprow { display: flex; gap: .8rem; flex-wrap: wrap; align-items: center; }
.v5c3-chip { display: inline-flex; align-items: center; gap: .5rem; min-height: 3.2rem; padding: .7rem 1rem; border: .1rem solid rgba(222,184,135,.24); border-radius: 999px; color: var(--v5c3-secondary); background: rgba(0,0,0,.18); font-size: 1.2rem; font-weight: 800; }

.v5c3-header { position: fixed; top: 0; left: 50%; transform: translateX(-50%); width: 100%; max-width: 430px; z-index: 1000; background: rgba(33,31,29,.92); backdrop-filter: blur(1.4rem); border-bottom: .1rem solid rgba(222,184,135,.2); transition: box-shadow .2s ease, background .2s ease; }
.v5c3-header.v5c3-scrolled { box-shadow: 0 1.2rem 2.8rem rgba(0,0,0,.36); background: rgba(33,31,29,.98); }
.v5c3-nav { min-height: 6.4rem; display: flex; align-items: center; justify-content: space-between; gap: .8rem; padding: .8rem 1.2rem; }
.v5c3-brand { display: flex; align-items: center; gap: .8rem; min-width: 0; }
.v5c3-logo { width: 3.2rem; height: 3.2rem; border-radius: 1rem; box-shadow: 0 0 0 .2rem rgba(222,184,135,.22); }
.v5c3-brand-text { display: grid; line-height: 1.2; }
.v5c3-brand-text strong { font-size: 1.35rem; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 11.2rem; }
.v5c3-brand-text span { font-size: 1rem; color: var(--v5c3-secondary); font-weight: 800; }
.v5c3-actions { display: flex; align-items: center; gap: .55rem; }
.v5c3-btn { min-height: 4.4rem; border: 0; border-radius: 1.4rem; padding: 0 1.15rem; display: inline-flex; align-items: center; justify-content: center; gap: .6rem; color: #1d1714; font-size: 1.25rem; font-weight: 900; cursor: pointer; background: linear-gradient(135deg, var(--v5c3-primary), var(--v5c3-secondary)); box-shadow: 0 .8rem 2rem rgba(222,184,135,.24); transition: transform .18s ease, filter .18s ease; }
.v5c3-btn:hover, .v5c3-btn:focus-visible { transform: translateY(-.2rem); filter: brightness(1.08); }
.v5c3-btn:active { transform: scale(.96); }
.v5c3-btn-accent { color: #fff; background: linear-gradient(135deg, var(--v5c3-accent), #ff8a50); box-shadow: 0 .8rem 2rem rgba(255,87,34,.28); }
.v5c3-menu-btn { width: 4.4rem; padding: 0; color: #fff; background: rgba(255,255,255,.08); border: .1rem solid rgba(245,222,179,.22); box-shadow: none; }
.v5c3-desktop-nav { display: none; }

.v5c3-mobile-menu { position: fixed; inset: 0; z-index: 9999; pointer-events: none; }
.v5c3-menu-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.56); opacity: 0; transition: opacity .2s ease; }
.v5c3-menu-panel { position: absolute; top: 0; right: 0; width: min(86vw, 36rem); height: 100%; padding: 2rem 1.4rem; background: linear-gradient(180deg, #2c2c2c, #211f1d); border-left: .1rem solid var(--v5c3-line); transform: translateX(105%); transition: transform .24s ease; overflow-y: auto; }
.v5c3-mobile-menu.v5c3-menu-open { pointer-events: auto; }
.v5c3-mobile-menu.v5c3-menu-open .v5c3-menu-overlay { opacity: 1; }
.v5c3-mobile-menu.v5c3-menu-open .v5c3-menu-panel { transform: translateX(0); }
.v5c3-menu-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.6rem; }
.v5c3-menu-links { display: grid; gap: .9rem; }
.v5c3-menu-links a, .v5c3-menu-links button { width: 100%; min-height: 4.8rem; display: flex; align-items: center; gap: 1rem; padding: .9rem 1rem; border-radius: 1.5rem; border: .1rem solid rgba(222,184,135,.16); background: rgba(255,255,255,.05); color: var(--v5c3-text); font-weight: 800; text-align: left; }

.v5c3-hero { padding-top: 1rem; }
.v5c3-hero-card { position: relative; padding: 1.6rem; border-radius: 2.8rem; background: linear-gradient(155deg, rgba(255,87,34,.23), rgba(222,184,135,.1) 40%, rgba(0,0,0,.18)); border: .1rem solid rgba(245,222,179,.22); overflow: hidden; box-shadow: var(--v5c3-shadow); }
.v5c3-hero-card::after { content: ""; position: absolute; right: -6rem; top: -5rem; width: 14rem; height: 14rem; border-radius: 50%; background: rgba(222,184,135,.12); }
.v5c3-hero-content { position: relative; z-index: 1; }
.v5c3-hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin: 1.4rem 0; }
.v5c3-stat { padding: .9rem; border-radius: 1.5rem; background: rgba(0,0,0,.2); border: .1rem solid rgba(255,255,255,.08); text-align: center; }
.v5c3-stat strong { display: block; color: #fff; font-size: 1.7rem; line-height: 2.1rem; }
.v5c3-stat span { color: var(--v5c3-muted); font-size: 1rem; font-weight: 800; }

.v5c3-carousel { position: relative; height: 16.4rem; border-radius: 2.2rem; overflow: hidden; background: #111; border: .1rem solid rgba(245,222,179,.18); margin: 1.4rem 0; }
.v5c3-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .45s ease; cursor: pointer; }
.v5c3-slide.v5c3-active { opacity: 1; }
.v5c3-slide img { width: 100%; height: 100%; object-fit: cover; }
.v5c3-slide span { position: absolute; left: 1rem; bottom: 1rem; padding: .7rem 1rem; border-radius: 999px; color: #fff; background: rgba(0,0,0,.56); font-size: 1.2rem; font-weight: 900; }

.v5c3-card { padding: 1.2rem; border-radius: 1.8rem; background: rgba(255,255,255,.055); border: .1rem solid rgba(222,184,135,.16); }
.v5c3-card-hot { background: linear-gradient(145deg, rgba(255,87,34,.16), rgba(255,255,255,.05)); }
.v5c3-game-category { margin-top: 1.2rem; }
.v5c3-game-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .9rem; }
.v5c3-game { min-width: 0; display: grid; gap: .5rem; justify-items: center; padding: .7rem .35rem; border-radius: 1.3rem; background: rgba(0,0,0,.18); border: .1rem solid rgba(255,255,255,.06); transition: transform .16s ease, border-color .16s ease; }
.v5c3-game:hover { transform: translateY(-.2rem); border-color: rgba(255,87,34,.45); }
.v5c3-game img { width: 5.4rem; height: 5.4rem; object-fit: cover; border-radius: 1.2rem; }
.v5c3-game span { width: 100%; color: var(--v5c3-text); font-size: 1.05rem; line-height: 1.25rem; font-weight: 800; text-align: center; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.v5c3-mini-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.v5c3-step { display: flex; gap: 1rem; align-items: flex-start; }
.v5c3-step-num { flex: 0 0 3.2rem; height: 3.2rem; display: grid; place-items: center; border-radius: 1rem; color: #211f1d; background: var(--v5c3-secondary); font-weight: 1000; }
.v5c3-payments { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.v5c3-pay { min-height: 4.6rem; display: grid; place-items: center; border-radius: 1.4rem; background: rgba(255,255,255,.08); color: #fff; font-size: 1.2rem; font-weight: 900; border: .1rem solid rgba(255,255,255,.08); }
.v5c3-winner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .9rem 0; border-bottom: .1rem solid rgba(255,255,255,.08); }
.v5c3-winner:last-child { border-bottom: 0; }
.v5c3-amount { color: var(--v5c3-green); font-weight: 1000; }
.v5c3-review { position: relative; padding-left: 1.4rem; }
.v5c3-review::before { content: "\201C"; position: absolute; left: 0; top: -.3rem; color: var(--v5c3-accent); font-size: 2.2rem; }

.v5c3-footer { margin-top: 2.2rem; padding: 2rem 1.2rem 8.8rem; border-top: .1rem solid var(--v5c3-line); background: #211f1d; }
.v5c3-footer-logo { display: flex; align-items: center; gap: .9rem; margin-bottom: 1rem; }
.v5c3-footer-logo img { width: 3.6rem; height: 3.6rem; border-radius: 1rem; }
.v5c3-footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin: 1.2rem 0; }
.v5c3-footer-links a { min-height: 4rem; display: flex; align-items: center; padding: .8rem; border-radius: 1.2rem; background: rgba(255,255,255,.06); color: var(--v5c3-secondary); font-size: 1.15rem; font-weight: 800; }
.v5c3-partners { display: flex; flex-wrap: wrap; gap: .7rem; margin: 1rem 0; }
.v5c3-partner { padding: .6rem .8rem; border-radius: .9rem; background: rgba(222,184,135,.1); border: .1rem solid rgba(222,184,135,.16); color: var(--v5c3-muted); font-size: 1.05rem; font-weight: 900; }

.v5c3-bottom-nav { position: fixed; left: 50%; bottom: 0; transform: translateX(-50%); width: 100%; max-width: 430px; height: 6.2rem; z-index: 1000; display: flex; justify-content: space-around; align-items: stretch; padding: .4rem .5rem calc(.4rem + env(safe-area-inset-bottom)); background: #171514; border-top: .1rem solid rgba(222,184,135,.28); box-shadow: 0 -1rem 3rem rgba(0,0,0,.38); }
.v5c3-bottom-nav button, .v5c3-bottom-nav a { min-width: 6rem; min-height: 6rem; flex: 1; border: 0; background: transparent; color: var(--v5c3-muted); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .25rem; border-radius: 1.4rem; font-size: 1.05rem; font-weight: 900; cursor: pointer; transition: color .16s ease, transform .16s ease, background .16s ease; }
.v5c3-bottom-nav i, .v5c3-bottom-nav ion-icon, .v5c3-bottom-nav .material-icons, .v5c3-bottom-nav svg { font-size: 2.4rem; width: 2.4rem; height: 2.4rem; }
.v5c3-bottom-nav .v5c3-active, .v5c3-bottom-nav button:hover, .v5c3-bottom-nav a:hover { color: #fff; background: linear-gradient(180deg, rgba(255,87,34,.34), rgba(222,184,135,.14)); transform: translateY(-.25rem); }
.v5c3-badge { position: absolute; margin-left: 2.2rem; margin-top: -2.9rem; min-width: 1.8rem; height: 1.8rem; display: grid; place-items: center; border-radius: 999px; background: var(--v5c3-accent); color: #fff; font-size: .9rem; }
.v5c3-pulse { animation: v5c3Pulse 2.2s ease-in-out infinite; }
@keyframes v5c3Pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(255,87,34,.36); } 50% { box-shadow: 0 0 0 .8rem rgba(255,87,34,0); } }

.v5c3-table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 1.4rem; font-size: 1.2rem; }
.v5c3-table th, .v5c3-table td { padding: .85rem; border-bottom: .1rem solid rgba(255,255,255,.08); text-align: left; }
.v5c3-table th { color: #1d1714; background: var(--v5c3-secondary); }
.v5c3-table td { background: rgba(0,0,0,.14); color: var(--v5c3-text); }
.v5c3-note { padding: 1rem; border-left: .4rem solid var(--v5c3-accent); background: rgba(255,87,34,.1); border-radius: 1.2rem; }
.v5c3-timeline { display: grid; gap: 1rem; }
.v5c3-timeline-item { position: relative; padding-left: 2.2rem; }
.v5c3-timeline-item::before { content: ""; position: absolute; left: .3rem; top: .35rem; width: .9rem; height: .9rem; border-radius: 50%; background: var(--v5c3-accent); box-shadow: 0 0 0 .4rem rgba(255,87,34,.16); }

@media (min-width: 769px) {
  body { background: #111; }
  .v5c3-page, .v5c3-header, .v5c3-bottom-nav { max-width: 1180px; }
  .v5c3-page { background: linear-gradient(180deg, #2c2c2c, #211f1d); }
  .v5c3-container { width: min(100% - 4rem, 112rem); }
  .v5c3-wrapper { padding-top: 9rem; }
  .v5c3-desktop-nav { display: flex; gap: .8rem; align-items: center; }
  .v5c3-desktop-nav a { color: var(--v5c3-secondary); font-weight: 800; font-size: 1.25rem; }
  .v5c3-menu-btn { display: none; }
  .v5c3-bottom-nav { display: none; }
  .v5c3-game-grid { grid-template-columns: repeat(8, 1fr); }
  .v5c3-mini-grid { grid-template-columns: repeat(4, 1fr); }
  .v5c3-footer { padding-bottom: 3rem; }
}

@media (max-width: 768px) {
  main { padding-bottom: 8rem; }
  .v5c3-actions .v5c3-btn { padding: 0 .85rem; font-size: 1.1rem; }
}
