:root {
  font-size: 62.5%;
  --wb27e-primary: #6A5ACD;
  --wb27e-accent: #8A2BE2;
  --wb27e-gold: #FAFAD2;
  --wb27e-soft: #D8BFD8;
  --wb27e-bg: #1E1E1E;
  --wb27e-panel: #29233a;
  --wb27e-panel-2: #34274c;
  --wb27e-text: #E5E5E5;
  --wb27e-muted: #cfc7df;
  --wb27e-border: rgba(250, 250, 210, .16);
  --wb27e-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, .42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at top left, rgba(106,90,205,.32), transparent 34rem), linear-gradient(145deg, #17151d 0%, var(--wb27e-bg) 56%, #241b34 100%);
  color: var(--wb27e-text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5rem;
  overflow-x: hidden;
}
a { color: var(--wb27e-gold); text-decoration: none; }
a:hover { color: #fff; }
img { display: block; max-width: 100%; }
main { padding-top: 7.4rem; }

.wb27e-page { max-width: 43rem; margin: 0 auto; min-height: 100vh; background: rgba(30,30,30,.72); box-shadow: 0 0 0 .1rem rgba(255,255,255,.04); }
.wb27e-container { width: min(100%, 43rem); margin: 0 auto; padding: 0 1.4rem; }
.wb27e-wrapper { padding: 1.6rem 0; }
.wb27e-section { margin: 1.6rem 0; padding: 1.6rem; border: .1rem solid var(--wb27e-border); border-radius: 2.2rem; background: linear-gradient(160deg, rgba(41,35,58,.96), rgba(30,30,30,.92)); box-shadow: var(--wb27e-shadow); }
.wb27e-mini-section { margin: 1rem 0; padding: 1.2rem; border-radius: 1.6rem; background: rgba(216,191,216,.08); border: .1rem solid rgba(216,191,216,.14); }
.wb27e-eyebrow { display: inline-flex; align-items: center; gap: .6rem; color: var(--wb27e-gold); font-size: 1.2rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.wb27e-title { margin: .8rem 0 1rem; font-size: 2.7rem; line-height: 3.2rem; color: #fff; letter-spacing: -.04em; }
.wb27e-subtitle { margin: .4rem 0 1.2rem; color: var(--wb27e-muted); line-height: 2.35rem; }
.wb27e-text { color: var(--wb27e-muted); line-height: 2.45rem; }
.wb27e-highlight { color: var(--wb27e-gold); font-weight: 900; }
.wb27e-chip-row { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1rem 0; }
.wb27e-chip { display: inline-flex; align-items: center; gap: .5rem; min-height: 3.6rem; padding: .7rem 1rem; border-radius: 99rem; background: rgba(106,90,205,.25); color: #fff; border: .1rem solid rgba(250,250,210,.18); font-size: 1.25rem; font-weight: 800; }
.wb27e-btn { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; min-height: 4.6rem; padding: 1rem 1.35rem; border: 0; border-radius: 1.4rem; color: #16121f; background: linear-gradient(135deg, var(--wb27e-gold), #f1d77d); font-weight: 900; cursor: pointer; box-shadow: 0 .8rem 1.6rem rgba(250,250,210,.15); transition: transform .18s ease, filter .18s ease; }
.wb27e-btn:hover, .wb27e-btn:focus-visible { transform: translateY(-.2rem); filter: brightness(1.08); outline: none; }
.wb27e-btn-alt { color: #fff; background: linear-gradient(135deg, var(--wb27e-primary), var(--wb27e-accent)); }
.wb27e-btn-ghost { color: var(--wb27e-gold); background: rgba(250,250,210,.1); border: .1rem solid rgba(250,250,210,.2); }
.wb27e-cta-row { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 1.2rem; }

.wb27e-header { position: fixed; top: 0; left: 50%; transform: translateX(-50%); z-index: 1000; width: min(100%, 43rem); background: rgba(24,22,32,.96); border-bottom: .1rem solid var(--wb27e-border); backdrop-filter: blur(1rem); }
.wb27e-topbar { display: flex; align-items: center; justify-content: space-between; gap: .8rem; min-height: 6.8rem; padding: .8rem 1rem; }
.wb27e-brand { display: flex; align-items: center; gap: .8rem; min-width: 0; color: #fff; font-weight: 950; font-size: 1.6rem; letter-spacing: -.02em; }
.wb27e-logo { width: 3.2rem; height: 3.2rem; border-radius: 1rem; box-shadow: 0 0 1.2rem rgba(250,250,210,.3); }
.wb27e-actions { display: flex; align-items: center; gap: .6rem; }
.wb27e-head-btn { min-height: 4.4rem; padding: .8rem .95rem; border-radius: 1.2rem; border: 0; color: #17151d; background: var(--wb27e-gold); font-size: 1.2rem; font-weight: 900; cursor: pointer; }
.wb27e-login { color: #fff; background: var(--wb27e-primary); }
.wb27e-menu-button { min-width: 4.4rem; min-height: 4.4rem; border-radius: 1.2rem; border: .1rem solid var(--wb27e-border); background: rgba(255,255,255,.06); color: #fff; cursor: pointer; }
.wb27e-menu { display: none; padding: .8rem 1rem 1.2rem; background: rgba(30,30,30,.98); border-top: .1rem solid rgba(250,250,210,.1); }
.wb27e-menu-open { display: grid; gap: .7rem; position: absolute; top: 6.8rem; left: 0; right: 0; z-index: 9999; }
.wb27e-menu a { min-height: 4.4rem; display: flex; align-items: center; gap: .8rem; padding: .9rem 1rem; border-radius: 1.3rem; background: rgba(216,191,216,.08); color: var(--wb27e-text); font-weight: 800; }
.wb27e-menu a:hover { background: rgba(106,90,205,.28); color: #fff; }

.wb27e-hero { padding: 1.3rem 1.4rem 0; }
.wb27e-carousel { position: relative; overflow: hidden; border-radius: 2.4rem; min-height: 18rem; border: .1rem solid var(--wb27e-border); background: var(--wb27e-panel); box-shadow: var(--wb27e-shadow); }
.wb27e-slide { display: none; position: relative; cursor: pointer; min-height: 18rem; }
.wb27e-slide-active { display: block; }
.wb27e-slide img { width: 100%; height: 18rem; object-fit: cover; opacity: .74; }
.wb27e-slide-copy { position: absolute; inset: auto 1.2rem 1.2rem 1.2rem; padding: 1rem; border-radius: 1.5rem; background: rgba(0,0,0,.58); }
.wb27e-slide-copy strong { color: var(--wb27e-gold); font-size: 1.8rem; line-height: 2.2rem; }
.wb27e-slide-copy span { display: block; margin-top: .4rem; color: #fff; font-size: 1.25rem; line-height: 1.8rem; }
.wb27e-dots { position: absolute; right: 1.2rem; top: 1.2rem; display: flex; gap: .6rem; }
.wb27e-dot { width: .8rem; height: .8rem; border-radius: 99rem; background: rgba(255,255,255,.4); }
.wb27e-dot-active { width: 2rem; background: var(--wb27e-gold); }

.wb27e-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .85rem; }
.wb27e-card { border: .1rem solid rgba(250,250,210,.12); border-radius: 1.55rem; background: rgba(255,255,255,.055); overflow: hidden; min-height: 12.8rem; transition: transform .18s ease, border-color .18s ease; }
.wb27e-card:hover { transform: translateY(-.25rem); border-color: rgba(250,250,210,.36); }
.wb27e-game-img { width: 100%; aspect-ratio: 1/1; object-fit: cover; background: rgba(0,0,0,.22); }
.wb27e-game-name { display: flex; align-items: center; justify-content: center; min-height: 3.6rem; padding: .55rem; text-align: center; color: #fff; font-size: 1.08rem; line-height: 1.35rem; font-weight: 850; }
.wb27e-category-head { display: flex; align-items: center; justify-content: space-between; gap: .8rem; margin: 1.4rem 0 .9rem; }
.wb27e-category-head h2 { margin: 0; color: #fff; font-size: 2rem; line-height: 2.45rem; }
.wb27e-count { color: var(--wb27e-gold); font-size: 1.2rem; font-weight: 900; }
.wb27e-stat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .9rem; }
.wb27e-stat { padding: 1.1rem; border-radius: 1.5rem; background: linear-gradient(140deg, rgba(106,90,205,.28), rgba(216,191,216,.08)); border: .1rem solid rgba(216,191,216,.16); }
.wb27e-stat strong { display: block; color: var(--wb27e-gold); font-size: 2.2rem; line-height: 2.7rem; }
.wb27e-stat span { color: var(--wb27e-muted); font-size: 1.15rem; line-height: 1.6rem; }
.wb27e-step-list { display: grid; gap: .9rem; counter-reset: wb27eStep; padding: 0; margin: 1rem 0 0; list-style: none; }
.wb27e-step-list li { counter-increment: wb27eStep; display: grid; grid-template-columns: 3.6rem 1fr; gap: .9rem; align-items: start; padding: 1rem; border-radius: 1.5rem; background: rgba(255,255,255,.055); }
.wb27e-step-list li::before { content: counter(wb27eStep); display: grid; place-items: center; width: 3.2rem; height: 3.2rem; border-radius: 1rem; color: #16121f; background: var(--wb27e-gold); font-weight: 950; }
.wb27e-review { margin: 1rem 0; padding: 1.2rem; border-radius: 1.6rem; background: rgba(106,90,205,.18); border-left: .35rem solid var(--wb27e-gold); }
.wb27e-pay-row { display: flex; flex-wrap: wrap; gap: .8rem; }
.wb27e-pay { min-height: 4.4rem; display: inline-flex; align-items: center; gap: .7rem; padding: .8rem 1rem; border-radius: 1.4rem; background: rgba(255,255,255,.08); border: .1rem solid rgba(250,250,210,.14); color: #fff; font-weight: 800; }
.wb27e-link-list { display: grid; gap: .8rem; margin: 1rem 0; }
.wb27e-link-list a { min-height: 4.4rem; display: flex; align-items: center; padding: .9rem 1rem; border-radius: 1.3rem; background: rgba(216,191,216,.08); color: var(--wb27e-gold); font-weight: 900; }
.wb27e-faq details { margin: .9rem 0; padding: 1.1rem; border-radius: 1.4rem; background: rgba(255,255,255,.055); border: .1rem solid rgba(250,250,210,.12); }
.wb27e-faq summary { min-height: 4.4rem; display: flex; align-items: center; color: #fff; font-weight: 900; cursor: pointer; }
.wb27e-faq p { color: var(--wb27e-muted); line-height: 2.35rem; }

.wb27e-footer { margin-top: 2rem; padding: 2rem 1.4rem 8.4rem; background: #15131b; border-top: .1rem solid var(--wb27e-border); }
.wb27e-footer-logo { display: flex; align-items: center; gap: .8rem; color: #fff; font-weight: 950; font-size: 1.8rem; }
.wb27e-footer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin: 1.2rem 0; }
.wb27e-footer-link { display: flex; align-items: center; min-height: 4.4rem; padding: .8rem; border-radius: 1.2rem; background: rgba(255,255,255,.06); color: var(--wb27e-muted); font-size: 1.22rem; font-weight: 800; }
.wb27e-footer-actions { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin: 1.2rem 0; }
.wb27e-copy { color: #aaa0bc; font-size: 1.15rem; line-height: 1.8rem; }

.wb27e-bottom-nav { position: fixed; left: 50%; bottom: 0; transform: translateX(-50%); z-index: 1000; width: min(100%, 43rem); height: 6.2rem; display: flex; justify-content: space-around; align-items: stretch; background: #211a31; border-top: .1rem solid rgba(250,250,210,.2); box-shadow: 0 -1rem 2.4rem rgba(0,0,0,.35); }
.wb27e-bottom-item { min-width: 6rem; min-height: 6rem; flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .3rem; border: 0; background: transparent; color: var(--wb27e-muted); font-size: 1.05rem; font-weight: 850; cursor: pointer; transition: transform .18s ease, color .18s ease, background .18s ease; }
.wb27e-bottom-item i, .wb27e-bottom-item ion-icon, .wb27e-bottom-item .material-icons, .wb27e-bottom-item svg { font-size: 2.3rem; width: 2.6rem; height: 2.6rem; line-height: 2.6rem; }
.wb27e-bottom-item:hover, .wb27e-bottom-item:focus-visible, .wb27e-bottom-item.wb27e-current { color: var(--wb27e-gold); background: linear-gradient(180deg, rgba(106,90,205,.28), rgba(250,250,210,.08)); outline: none; }
.wb27e-bottom-item:active, .wb27e-touching { transform: scale(.94); }
.wb27e-badge { position: absolute; margin-left: 2.2rem; margin-top: -2.2rem; min-width: 1.6rem; height: 1.6rem; display: grid; place-items: center; border-radius: 99rem; background: #f1d77d; color: #15131b; font-size: .95rem; font-weight: 950; }

@media (min-width: 769px) {
  .wb27e-bottom-nav { display: none; }
  .wb27e-page, .wb27e-header { max-width: 112rem; width: 100%; }
  .wb27e-container { width: min(100%, 112rem); }
  .wb27e-grid { grid-template-columns: repeat(6, 1fr); }
  .wb27e-menu { display: flex; position: static; padding: 0 1rem 1rem; flex-wrap: wrap; gap: .7rem; }
  .wb27e-menu-button { display: none; }
  main { padding-top: 11.2rem; }
  .wb27e-slide img { height: 30rem; }
  .wb27e-slide, .wb27e-carousel { min-height: 30rem; }
}

@media (max-width: 768px) {
  main { padding-bottom: 8rem; }
  .wb27e-desktop-only { display: none !important; }
}

@media (max-width: 360px) {
  .wb27e-title { font-size: 2.35rem; line-height: 2.85rem; }
  .wb27e-grid { gap: .65rem; }
  .wb27e-head-btn { padding: .75rem .7rem; font-size: 1.1rem; }
  .wb27e-brand span { max-width: 8.8rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
}
