/* 7spin mobile-first theme */
:root {
  font-size: 62.5%;
  --w76fe-bg: #1A1A1A;
  --w76fe-panel: #251d28;
  --w76fe-panel-soft: #312638;
  --w76fe-text: #F8F8FF;
  --w76fe-muted: #D8BFD8;
  --w76fe-primary: #DA70D6;
  --w76fe-secondary: #CC99FF;
  --w76fe-line: rgba(248, 248, 255, .14);
  --w76fe-glow: rgba(218, 112, 214, .35);
  --w76fe-radius: 1.8rem;
  --w76fe-shadow: 0 1.4rem 3rem rgba(0, 0, 0, .38);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at top left, rgba(204,153,255,.22), transparent 34rem), var(--w76fe-bg);
  color: var(--w76fe-text);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5rem;
  overflow-x: hidden;
}
a { color: var(--w76fe-secondary); }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
.w76fe-page { max-width: 43rem; min-height: 100vh; margin: 0 auto; background: linear-gradient(180deg, #1A1A1A 0%, #201523 52%, #151515 100%); box-shadow: 0 0 0 1px rgba(255,255,255,.04); }
.w76fe-main { padding: 8.4rem 1.2rem 2.4rem; }
.w76fe-container { width: 100%; max-width: 40.6rem; margin: 0 auto; }
.w76fe-wrapper { display: flex; flex-direction: column; gap: 1.4rem; }
.w76fe-header { position: fixed; top: 0; left: 50%; transform: translateX(-50%); width: 100%; max-width: 43rem; z-index: 1000; background: rgba(26,26,26,.94); border-bottom: .1rem solid var(--w76fe-line); backdrop-filter: blur(1.2rem); }
.w76fe-topbar { min-height: 6.8rem; display: flex; align-items: center; gap: .8rem; padding: .8rem 1rem; }
.w76fe-brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; color: var(--w76fe-text); min-width: 0; flex: 1; }
.w76fe-logo { width: 3.2rem; height: 3.2rem; border-radius: 1rem; box-shadow: 0 0 1.6rem var(--w76fe-glow); }
.w76fe-brand-text { font-weight: 900; letter-spacing: .04em; font-size: 1.8rem; text-transform: uppercase; }
.w76fe-actions { display: flex; gap: .6rem; align-items: center; }
.w76fe-btn { border: 0; border-radius: 999px; min-height: 4.4rem; min-width: 4.4rem; padding: 0 1.3rem; background: linear-gradient(135deg, var(--w76fe-primary), var(--w76fe-secondary)); color: #130f17; font-weight: 900; cursor: pointer; box-shadow: 0 .8rem 1.8rem rgba(218,112,214,.28); text-decoration: none; display: inline-flex; align-items: center; justify-content: center; gap: .6rem; }
.w76fe-btn:active { transform: scale(.96); }
.w76fe-btn-alt { background: transparent; color: var(--w76fe-text); border: .1rem solid var(--w76fe-secondary); box-shadow: none; }
.w76fe-menu-toggle { background: var(--w76fe-panel-soft); color: var(--w76fe-text); border: .1rem solid var(--w76fe-line); border-radius: 1.2rem; width: 4.4rem; height: 4.4rem; font-size: 2rem; }
.w76fe-mobile-menu { position: fixed; inset: 0; max-width: 43rem; margin: 0 auto; left: 50%; transform: translate(-50%, -110%); z-index: 9999; background: rgba(26,26,26,.98); padding: 8rem 1.4rem 2rem; transition: transform .28s ease; display: flex; flex-direction: column; gap: 1rem; }
.w76fe-mobile-menu.w76fe-open { transform: translate(-50%, 0); }
.w76fe-menu-link { color: var(--w76fe-text); text-decoration: none; padding: 1.3rem; border-radius: 1.4rem; background: var(--w76fe-panel); border: .1rem solid var(--w76fe-line); font-weight: 800; display: flex; justify-content: space-between; align-items: center; min-height: 4.8rem; }
.w76fe-desktop-nav { display: none; }
.w76fe-hero { padding: 1.2rem; border: .1rem solid var(--w76fe-line); border-radius: 2.4rem; background: linear-gradient(160deg, rgba(218,112,214,.16), rgba(204,153,255,.07)); box-shadow: var(--w76fe-shadow); overflow: hidden; }
.w76fe-eyebrow { color: var(--w76fe-secondary); font-size: 1.2rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.w76fe-title { font-size: clamp(2.7rem, 8vw, 4rem); line-height: 1.05; margin: .8rem 0; letter-spacing: -.04em; }
.w76fe-lead { color: var(--w76fe-muted); line-height: 1.6; margin: .8rem 0 1.2rem; }
.w76fe-cta-row { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1.2rem 0; }
.w76fe-carousel { position: relative; min-height: 17.2rem; border-radius: 1.8rem; overflow: hidden; margin-top: 1.2rem; background: #111; }
.w76fe-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .55s ease; cursor: pointer; }
.w76fe-slide.w76fe-active { opacity: 1; position: relative; }
.w76fe-slide img { width: 100%; min-height: 17.2rem; object-fit: cover; }
.w76fe-slide-caption { position: absolute; left: 1rem; right: 1rem; bottom: 1rem; background: rgba(26,26,26,.72); color: var(--w76fe-text); padding: .9rem; border-radius: 1.2rem; font-weight: 900; }
.w76fe-dots { display: flex; gap: .6rem; justify-content: center; padding: .9rem 0 0; }
.w76fe-dot { width: .9rem; height: .9rem; border-radius: 999px; border: 0; background: rgba(255,255,255,.28); }
.w76fe-dot.w76fe-active { width: 2rem; background: var(--w76fe-primary); }
.w76fe-section { margin: 1.6rem 0; padding: 1.4rem; border-radius: 2rem; background: rgba(37,29,40,.92); border: .1rem solid var(--w76fe-line); box-shadow: 0 1rem 2rem rgba(0,0,0,.22); }
.w76fe-section h2 { margin: 0 0 1rem; font-size: 2.2rem; line-height: 1.2; }
.w76fe-section h3 { margin: 1.1rem 0 .6rem; font-size: 1.75rem; line-height: 1.25; color: var(--w76fe-secondary); }
.w76fe-section p { line-height: 1.62; color: var(--w76fe-muted); margin: .8rem 0; }
.w76fe-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.w76fe-grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; }
.w76fe-card { background: linear-gradient(180deg, rgba(248,248,255,.07), rgba(248,248,255,.025)); border: .1rem solid var(--w76fe-line); border-radius: 1.6rem; padding: 1rem; color: var(--w76fe-text); }
.w76fe-card strong { color: var(--w76fe-text); }
.w76fe-game-block { margin: 1.4rem 0; }
.w76fe-category-title { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: .6rem 0 1rem; }
.w76fe-category-title h2 { margin: 0; font-size: 2rem; }
.w76fe-chip { display: inline-flex; align-items: center; gap: .5rem; border-radius: 999px; border: .1rem solid rgba(204,153,255,.45); color: var(--w76fe-secondary); padding: .45rem .8rem; font-size: 1.15rem; font-weight: 800; }
.w76fe-game-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .7rem; }
.w76fe-game { min-height: 9.4rem; text-decoration: none; color: var(--w76fe-text); background: rgba(255,255,255,.055); border: .1rem solid var(--w76fe-line); border-radius: 1.4rem; padding: .55rem; display: flex; flex-direction: column; align-items: center; gap: .45rem; transition: transform .2s ease, border-color .2s ease; }
.w76fe-game:hover { transform: translateY(-.2rem); border-color: var(--w76fe-primary); }
.w76fe-game img { width: 5.2rem; height: 5.2rem; border-radius: 1.2rem; object-fit: cover; }
.w76fe-game span { font-size: 1.05rem; line-height: 1.15; text-align: center; font-weight: 800; }
.w76fe-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.w76fe-stat { text-align: center; padding: 1rem .5rem; border-radius: 1.4rem; background: #1f1723; border: .1rem solid var(--w76fe-line); }
.w76fe-stat b { display: block; color: var(--w76fe-primary); font-size: 2rem; line-height: 1.1; }
.w76fe-stat span { font-size: 1.1rem; color: var(--w76fe-muted); }
.w76fe-promo-link { color: #F8F8FF; font-weight: 900; text-decoration: underline; text-decoration-color: var(--w76fe-primary); cursor: pointer; }
.w76fe-list { margin: .6rem 0; padding-left: 1.8rem; color: var(--w76fe-muted); line-height: 1.65; }
.w76fe-steps { counter-reset: w76fe-step; display: grid; gap: 1rem; }
.w76fe-step { position: relative; padding: 1rem 1rem 1rem 4.2rem; background: rgba(204,153,255,.08); border-radius: 1.6rem; border: .1rem solid var(--w76fe-line); }
.w76fe-step:before { counter-increment: w76fe-step; content: counter(w76fe-step); position: absolute; left: 1rem; top: 1rem; width: 2.4rem; height: 2.4rem; display: grid; place-items: center; border-radius: 50%; background: var(--w76fe-primary); color: #111; font-weight: 900; }
.w76fe-review { border-left: .35rem solid var(--w76fe-primary); padding-left: 1rem; margin: 1rem 0; color: var(--w76fe-muted); }
.w76fe-payment-row { display: flex; flex-wrap: wrap; gap: .8rem; }
.w76fe-payment { padding: .7rem .9rem; border-radius: 999px; background: rgba(248,248,255,.08); border: .1rem solid var(--w76fe-line); font-weight: 800; }
.w76fe-footer { padding: 2rem 1.2rem 8.8rem; border-top: .1rem solid var(--w76fe-line); background: #151515; }
.w76fe-footer-logo { display: flex; align-items: center; gap: .8rem; font-weight: 900; font-size: 1.8rem; }
.w76fe-footer p { color: var(--w76fe-muted); line-height: 1.6; }
.w76fe-footer-links { display: flex; flex-wrap: wrap; gap: .7rem; margin: 1rem 0; }
.w76fe-footer-links a { color: var(--w76fe-text); text-decoration: none; padding: .7rem .9rem; border-radius: 999px; background: rgba(255,255,255,.065); border: .1rem solid var(--w76fe-line); font-size: 1.2rem; }
.w76fe-partners { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin: 1rem 0; }
.w76fe-partner { min-height: 4.4rem; display: grid; place-items: center; border: .1rem solid var(--w76fe-line); border-radius: 1.2rem; color: var(--w76fe-muted); font-weight: 900; background: rgba(255,255,255,.04); }
.w76fe-bottom-nav { position: fixed; left: 50%; bottom: 0; transform: translateX(-50%); width: 100%; max-width: 43rem; height: 6.2rem; z-index: 1000; display: flex; justify-content: space-around; align-items: center; background: #211827; border-top: .1rem solid rgba(204,153,255,.42); box-shadow: 0 -1rem 2rem rgba(0,0,0,.38); }
.w76fe-bottom-item { min-width: 6rem; min-height: 6rem; border: 0; background: transparent; color: var(--w76fe-muted); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .25rem; font-size: 1.05rem; font-weight: 900; cursor: pointer; transition: transform .18s ease, color .18s ease; position: relative; }
.w76fe-bottom-item i, .w76fe-bottom-item span.material-icons, .w76fe-bottom-item ion-icon { font-size: 2.3rem; line-height: 1; }
.w76fe-bottom-item svg { width: 2.4rem; height: 2.4rem; }
.w76fe-bottom-item:active { transform: scale(.9); color: var(--w76fe-primary); }
.w76fe-bottom-item.w76fe-current { color: var(--w76fe-text); }
.w76fe-bottom-item.w76fe-current:after { content: ''; position: absolute; top: .35rem; width: 2.6rem; height: .3rem; border-radius: 999px; background: linear-gradient(90deg, var(--w76fe-primary), var(--w76fe-secondary)); }
.w76fe-badge { position: absolute; top: .45rem; right: 1rem; min-width: 1.6rem; height: 1.6rem; border-radius: 999px; background: var(--w76fe-primary); color: #111; font-size: 1rem; display: grid; place-items: center; }
.w76fe-faq details { background: rgba(255,255,255,.055); border: .1rem solid var(--w76fe-line); border-radius: 1.4rem; padding: 1rem; margin: .8rem 0; }
.w76fe-faq summary { cursor: pointer; font-weight: 900; color: var(--w76fe-text); min-height: 3.4rem; display: flex; align-items: center; }
.w76fe-banner { border-radius: 1.8rem; overflow: hidden; border: .1rem solid var(--w76fe-line); margin: 1rem 0; }
.w76fe-two-col { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.w76fe-inline-icon { color: var(--w76fe-primary); margin-right: .4rem; }
@media (min-width: 769px) {
  .w76fe-page, .w76fe-header, .w76fe-bottom-nav, .w76fe-mobile-menu { max-width: 100%; }
  .w76fe-page { max-width: 112rem; }
  .w76fe-container { max-width: 104rem; }
  .w76fe-main { padding-top: 8.8rem; }
  .w76fe-menu-toggle { display: none; }
  .w76fe-bottom-nav { display: none; }
  .w76fe-desktop-nav { display: flex; gap: 1.1rem; align-items: center; padding: 0 1.2rem 1rem; justify-content: center; }
  .w76fe-desktop-nav a { color: var(--w76fe-text); text-decoration: none; font-weight: 800; }
  .w76fe-grid { grid-template-columns: repeat(4, 1fr); }
  .w76fe-grid-3 { grid-template-columns: repeat(6, 1fr); }
  .w76fe-game-grid { grid-template-columns: repeat(8, 1fr); }
  .w76fe-two-col { grid-template-columns: repeat(2, 1fr); }
  .w76fe-footer { padding-bottom: 2.4rem; }
}
@media (max-width: 768px) {
  .w76fe-main { padding-bottom: 8rem; }
  .w76fe-actions .w76fe-btn { padding: 0 1rem; font-size: 1.25rem; }
}
@media (max-width: 360px) {
  .w76fe-game-grid { grid-template-columns: repeat(3, 1fr); }
  .w76fe-brand-text { font-size: 1.55rem; }
  .w76fe-actions .w76fe-btn-alt { display: none; }
}
