:root{
  --bg:#070812; --card:#121522; --card2:#191d30; --text:#f8f8fc; --muted:#aeb4c8;
  --line:rgba(255,255,255,.12); --yellow:#f6c431; --yellow2:#ffe27a; --blue:#1395ff;
  --green:#33d39a; --red:#ff3f57; --purple:#8c5cff; --shadow:0 20px 60px rgba(0,0,0,.45);
}
*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;min-height:100vh;overflow-x:hidden}
a{text-decoration:none;color:inherit} img{display:block;max-width:100%}
.site-bg{position:fixed;inset:0;z-index:-3;background:radial-gradient(circle at 18% 4%,rgba(246,196,49,.22),transparent 28%),radial-gradient(circle at 88% 12%,rgba(21,148,255,.18),transparent 28%),radial-gradient(circle at 50% 110%,rgba(140,92,255,.23),transparent 34%),linear-gradient(180deg,#0b0a18 0%,#060812 48%,#05060b 100%)}
.skin{position:fixed;top:76px;bottom:0;width:calc((100vw - 1120px)/2);min-width:0;z-index:1;pointer-events:auto;display:none;overflow:hidden;cursor:pointer}
.skin:before{content:"";position:absolute;inset:0;background-image:url("assets/skin-stadium.jpg");background-size:cover;background-repeat:no-repeat;filter:brightness(.38) saturate(.92)}
.skin:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,6,11,.18),rgba(5,6,11,.64) 52%,rgba(5,6,11,.88)),linear-gradient(90deg,rgba(246,196,49,.18),transparent 40%,transparent 60%,rgba(21,148,255,.18));mix-blend-mode:screen}
.skin-left{left:0}.skin-right{right:0}
.skin-left:before{background-position:left center}.skin-right:before{background-position:right center;transform:none}
.skin-promo{position:relative;z-index:2;height:100%;padding:28px 18px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.skin-promo-right{align-items:flex-end;text-align:right}

.skin-stack{display:flex;flex-direction:column;justify-content:center;gap:20px;max-width:210px;flex:1;width:100%}
.skin-promo-right .skin-stack{align-items:flex-end}
.skin-copy{display:flex;flex-direction:column;gap:2px;color:#fff;line-height:.92;text-transform:uppercase;font-weight:1000;letter-spacing:-.03em;text-shadow:0 8px 24px rgba(0,0,0,.42)}
.skin-copy small{font-size:21px;color:#fff}.skin-copy strong{font-size:56px;color:#ffc925;letter-spacing:-.05em}.skin-copy span{font-size:30px;color:#fff}
.skin-copy.compact strong{font-size:64px;line-height:.86}.skin-copy.compact span{font-size:24px;line-height:1.02;max-width:170px}
.skin-copy.compact small{font-size:22px;color:#ffc925}
.skin-divider{width:120px;height:3px;background:linear-gradient(90deg,rgba(246,196,49,.95),rgba(246,196,49,0));border-radius:999px;margin:4px 0}
.skin-promo-right .skin-divider{background:linear-gradient(270deg,rgba(246,196,49,.95),rgba(246,196,49,0))}
.skin-cta{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 24px;border-radius:12px;background:linear-gradient(135deg,var(--yellow),#ffb300);color:#151207;font-size:16px;font-weight:1000;box-shadow:0 14px 32px rgba(246,196,49,.24);pointer-events:none;margin-top:10px}
.header{position:sticky;top:0;z-index:30;height:76px;padding:0 28px;display:flex;align-items:center;gap:28px;background:rgba(7,8,18,.82);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08)}
.brand img{height:38px;width:auto;object-fit:contain}.desktop-nav{display:flex;gap:22px;font-weight:800;color:#d7d9e7}.desktop-nav a:hover{color:var(--yellow2)}
.header-actions{margin-left:auto;display:flex;gap:10px;align-items:center}.search-pill{padding:11px 18px;background:rgba(255,255,255,.08);border-radius:999px;color:var(--muted);font-weight:800}
.login-btn,.btn.primary{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:12px 22px;border-radius:999px;background:linear-gradient(135deg,var(--yellow),#ffb300);color:#151207;font-weight:950;box-shadow:0 10px 28px rgba(246,196,49,.25)}
.page{width:min(100% - 32px,1120px);margin:0 auto;padding:22px 0 80px}
.address-card{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 18px;border-radius:24px;background:linear-gradient(135deg,rgba(246,196,49,.13),rgba(255,255,255,.045));border:1px solid rgba(246,196,49,.28);box-shadow:0 16px 50px rgba(0,0,0,.22)}
.address-left{display:flex;align-items:center;gap:12px}.address-icon{width:42px;height:42px;border-radius:16px;display:grid;place-items:center;background:rgba(246,196,49,.16)}
.address-card strong{display:block;font-size:16px}.address-card small{display:block;margin-top:3px;color:var(--muted);font-weight:700}
.address-card a{color:var(--yellow2);font-size:18px;font-weight:1000;text-decoration:underline;text-underline-offset:4px;white-space:nowrap}
.hero{position:relative;overflow:hidden;margin-top:18px;border-radius:32px;padding:44px;min-height:430px;background:linear-gradient(150deg,rgba(28,18,8,.98),rgba(12,16,30,.98) 50%,rgba(16,14,30,.98)),radial-gradient(circle at 75% 18%,rgba(246,196,49,.35),transparent 25%);border:1px solid rgba(255,255,255,.14);box-shadow:var(--shadow);display:grid;grid-template-columns:minmax(0,1fr) 360px}
.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(180deg,#000,transparent 80%)}
.hero-copy{position:relative;z-index:3}.mini-label{display:inline-flex;margin-bottom:10px;color:var(--yellow2);letter-spacing:.13em;text-transform:uppercase;font-size:12px;font-weight:950}.hero h1{margin:0;font-size:clamp(48px,6vw,76px);line-height:.92;letter-spacing:-.065em;max-width:720px}.hero p{margin:18px 0 0;color:var(--muted);line-height:1.55;font-weight:700;font-size:19px;max-width:650px}.hero-actions{display:flex;gap:12px;margin-top:34px}.btn.secondary{display:inline-flex;min-height:52px;align-items:center;justify-content:center;padding:12px 24px;border-radius:18px;font-weight:950;color:#fff;background:rgba(255,255,255,.08);border:1px solid var(--line)}.hero-visual{position:relative;z-index:2}.visual-card{position:absolute;right:36px;top:92px;width:190px;height:190px;border-radius:46px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(246,196,49,.20),rgba(255,255,255,.08));border:1px solid rgba(255,255,255,.2);box-shadow:0 22px 60px rgba(0,0,0,.32);transform:rotate(-8deg)}.gift{font-size:88px}.floating-badge{position:absolute;width:86px;height:86px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--yellow),#ffb300);color:#151207;font-size:42px;font-weight:1000;box-shadow:0 16px 36px rgba(246,196,49,.25)}.badge-try{right:250px;top:72px}.badge-percent{right:0;top:260px;font-size:38px}
.stats-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:18px 0}.stats-strip a{min-height:108px;border-radius:24px;padding:18px;background:rgba(255,255,255,.06);border:1px solid var(--line);display:grid;align-content:center;text-align:center}.stats-strip strong{font-size:30px;color:var(--yellow2);letter-spacing:-.04em}.stats-strip span{font-size:14px;color:var(--muted);font-weight:800;margin-top:4px}
.bonus-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.bonus-card{position:relative;overflow:hidden;min-height:105px;border-radius:24px;padding:18px;display:grid;grid-template-columns:56px 1fr auto;align-items:center;gap:14px;background:rgba(255,255,255,.06);border:1px solid var(--line);transition:.2s}.bonus-card:hover{transform:translateY(-3px);border-color:rgba(246,196,49,.42)}.bonus-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 10% 10%,var(--glow),transparent 35%);opacity:.75}.bonus-card>*{position:relative;z-index:1}.icon{width:56px;height:56px;border-radius:18px;display:grid;place-items:center;background:rgba(255,255,255,.09);font-size:26px}.bonus-card strong{display:block;font-size:18px;line-height:1.15}.bonus-card small{display:block;margin-top:5px;color:var(--muted);font-weight:750}.bonus-card em{font-style:normal;color:#fff;font-weight:900;font-size:12px;padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.08)}.telegram{--glow:rgba(21,148,255,.55)}.address{--glow:rgba(53,211,155,.52)}.bank{--glow:rgba(246,196,49,.55)}.payment{--glow:rgba(0,214,255,.45)}.loss{--glow:rgba(140,92,255,.50)}.boost{--glow:rgba(255,63,87,.48)}
.apply-card{margin-top:20px;border-radius:30px;padding:26px;background:linear-gradient(180deg,rgba(30,34,58,.98),rgba(14,17,29,.98));border:1px solid rgba(255,255,255,.14);box-shadow:var(--shadow)}.progress{display:flex;gap:8px;height:8px;margin-bottom:24px}.progress span,.progress i{display:block;flex:1;border-radius:999px;background:rgba(255,255,255,.12)}.progress span{background:linear-gradient(90deg,var(--yellow),#ffb300);box-shadow:0 0 18px rgba(246,196,49,.32)}.apply-card h2,.section-title h2,.support-card h2{margin:0;font-size:34px;letter-spacing:-.04em}.apply-card p,.support-card p,.footer p{color:var(--muted);line-height:1.55}form{display:grid;gap:12px;margin-top:20px}label{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#cfd3e3;font-weight:950}input{width:100%;height:60px;border:1px solid rgba(255,255,255,.13);border-radius:18px;background:rgba(5,6,11,.55);color:#fff;padding:0 16px;font-size:17px;outline:0}input:focus{border-color:rgba(246,196,49,.58);box-shadow:0 0 0 4px rgba(246,196,49,.13)}button{height:60px;border:0;border-radius:18px;background:linear-gradient(135deg,var(--yellow),#ffb300);color:#151207;font-weight:1000;font-size:17px;cursor:pointer}.success-state{text-align:center}.success-icon{width:96px;height:96px;border-radius:50%;display:grid;place-items:center;margin:6px auto 16px;background:rgba(53,211,155,.16);border:1px solid rgba(53,211,155,.26);color:var(--green);font-size:54px;font-weight:1000}.result-box{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:18px 0}.result-box div{padding:14px;border-radius:18px;background:rgba(5,6,11,.45);border:1px solid rgba(255,255,255,.1);display:grid;gap:5px}.result-box span{color:var(--muted);font-weight:700}.result-box strong{font-size:16px}.full{width:100%}
.section-title{margin:34px 0 16px}.games-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.game-card{display:block;text-align:center}.game-card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:24px;box-shadow:0 18px 38px rgba(0,0,0,.28);transition:.2s}.game-card:hover img{transform:translateY(-4px);box-shadow:0 22px 46px rgba(0,0,0,.38)}.game-card strong{display:block;margin-top:14px;font-size:20px;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.game-card span{display:block;margin-top:6px;color:#a9a7b7;font-size:18px;font-weight:800}
.support-card{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-top:32px;border-radius:28px;padding:24px;background:radial-gradient(circle at 10% 20%,rgba(21,148,255,.28),transparent 35%),rgba(255,255,255,.06);border:1px solid var(--line)}.footer{margin-top:34px;padding:30px 0 10px;border-top:1px solid var(--line);display:grid;grid-template-columns:1.5fr 1fr 1fr 1.4fr;gap:24px;color:#d7d9e2}.footer img{height:36px;width:auto;margin-bottom:14px}.footer h3{margin:0 0 14px}.footer a{display:block;color:var(--muted);margin:10px 0}.legal b{display:inline-grid;place-items:center;width:50px;height:50px;border-radius:16px;background:rgba(255,63,87,.14);color:#ff7182}
.bottom-nav{display:none}
@media (min-width:1380px){.skin{display:block}.skin-promo{padding-top:34px;padding-bottom:34px}.skin-stack{justify-content:center}.skin-copy strong{font-size:48px}.skin-copy span{font-size:26px}.skin-copy.compact strong{font-size:56px}.skin-copy.compact span{font-size:22px}}
@media (min-width:1600px){.skin-copy strong{font-size:58px}.skin-copy span{font-size:32px}.skin-copy.compact strong{font-size:68px}.skin-copy.compact span{font-size:26px}}
@media (max-width:920px){
  .desktop-nav,.search-pill{display:none}.header{height:68px;padding:0 16px}.brand img{height:32px}.page{width:min(100% - 24px,520px);padding:14px 0 calc(112px + env(safe-area-inset-bottom))}
  .address-card{padding:14px;border-radius:22px}.address-card small{display:none}.address-card strong{font-size:14px}.address-card a{font-size:15px}.address-icon{width:38px;height:38px;border-radius:14px}
  .hero{min-height:430px;margin-top:14px;padding:24px 20px 20px;border-radius:30px;display:block}.hero h1{font-size:40px;max-width:360px}.hero p{font-size:16px;max-width:330px}.hero-actions{position:absolute;left:20px;right:20px;bottom:20px;display:grid;grid-template-columns:1.15fr .85fr;gap:10px;margin:0}.hero-visual{position:absolute;right:0;bottom:82px;width:250px;height:210px}.visual-card{right:34px;top:38px;width:140px;height:140px;border-radius:38px}.gift{font-size:70px}.floating-badge{width:62px;height:62px;font-size:30px}.badge-try{right:174px;top:22px}.badge-percent{right:18px;top:142px;font-size:28px}
  .stats-strip{grid-template-columns:repeat(3,1fr);gap:10px;margin:14px 0}.stats-strip a{min-height:86px;border-radius:22px;padding:14px 10px}.stats-strip strong{font-size:22px}.stats-strip span{font-size:12px}
  .bonus-grid{grid-template-columns:1fr;gap:10px}.bonus-card{min-height:88px;border-radius:22px;padding:14px;grid-template-columns:52px 1fr auto}.icon{width:52px;height:52px;border-radius:18px}.bonus-card strong{font-size:16px}
  .apply-card{border-radius:28px;padding:20px}.apply-card h2,.section-title h2,.support-card h2{font-size:28px}.result-box{grid-template-columns:1fr}
  .games-grid{grid-template-columns:repeat(2,1fr);gap:22px 18px}.game-card img{border-radius:18px}.game-card strong{font-size:20px}.game-card span{font-size:18px}
  .support-card{display:grid;padding:20px}.full-mobile{width:100%}.footer{grid-template-columns:1fr;text-align:center;padding-bottom:70px}.footer img{margin-left:auto;margin-right:auto}
  .bottom-nav{position:fixed;left:12px;right:12px;bottom:calc(10px + env(safe-area-inset-bottom));z-index:40;height:72px;padding:8px;border-radius:24px;background:rgba(16,18,30,.9);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(18px);box-shadow:0 18px 60px rgba(0,0,0,.55);display:grid;grid-template-columns:1fr 1.1fr 1fr;gap:8px}.bottom-nav a{display:grid;place-items:center;border-radius:18px;color:#d8dbea;font-size:12px;font-weight:900}.bottom-nav a span{font-size:21px;line-height:1}.bottom-nav .main{background:linear-gradient(135deg,var(--yellow),#ffb300);color:#151207}
}
@media (max-width:380px){
  .hero{min-height:470px}.hero h1{font-size:35px}.hero-actions{grid-template-columns:1fr}.hero-visual{bottom:118px}.stats-strip strong{font-size:19px}.bonus-card{grid-template-columns:46px 1fr}.bonus-card em{display:none}.icon{width:46px;height:46px}.games-grid{gap:18px 12px}.game-card strong{font-size:17px}.game-card span{font-size:15px}
}



/* --- Mobile correction patch --- */
@media (max-width:920px){
  html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .header {
    width: 100%;
    max-width: 100%;
  }

  .page {
    width: 100%;
    max-width: 520px;
    padding-left: 12px;
    padding-right: 12px;
    overflow: hidden;
  }

  .address-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .address-left {
    min-width: 0;
  }

  .address-card a {
    width: fit-content;
    max-width: 100%;
    font-size: 15px;
  }

  .hero {
    min-height: 500px;
    padding: 24px 20px 18px;
    overflow: hidden;
  }

  .hero h1 {
    font-size: clamp(32px, 9vw, 40px);
    line-height: .98;
    max-width: 100%;
  }

  .hero p {
    max-width: 58%;
    font-size: 15px;
    line-height: 1.55;
  }

  .hero-visual {
    right: -12px;
    bottom: 94px;
    width: 220px;
    height: 205px;
    pointer-events: none;
  }

  .visual-card {
    right: 22px;
    top: 50px;
    width: 132px;
    height: 132px;
    border-radius: 34px;
  }

  .gift {
    font-size: 62px;
  }

  .floating-badge {
    width: 54px;
    height: 54px;
    font-size: 26px;
  }

  .badge-try {
    right: 158px;
    top: 34px;
  }

  .badge-percent {
    right: 20px;
    top: 150px;
    font-size: 25px;
  }

  .hero-actions {
    left: 20px;
    right: 20px;
    bottom: 20px;
    grid-template-columns: 1fr;
  }

  .hero-actions .btn {
    min-height: 50px;
  }

  .stats-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .stats-strip a {
    min-width: 0;
  }

  .bonus-card {
    min-width: 0;
  }

  .games-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 12px;
    width: 100%;
    overflow: visible;
  }

  .game-card {
    min-width: 0;
    width: 100%;
    text-align: center;
  }

  .game-card img {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 16px;
  }

  .game-card strong {
    font-size: 15px;
    margin-top: 9px;
    line-height: 1.2;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 36px;
  }

  .game-card span {
    font-size: 14px;
    margin-top: 3px;
  }

  .support-card {
    overflow: hidden;
  }

  .bottom-nav {
    width: auto;
    max-width: 496px;
  }
}

@media (max-width:460px){
  .page {
    max-width: 100%;
  }

  .hero {
    min-height: 490px;
  }

  .hero p {
    max-width: 60%;
  }

  .games-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 12px;
  }
}

@media (max-width:380px){
  .hero {
    min-height: 520px;
  }

  .hero p {
    max-width: 100%;
    padding-right: 0;
  }

  .hero-visual {
    opacity: .86;
    bottom: 108px;
  }

  .games-grid {
    gap: 14px 10px;
  }

  .game-card strong {
    font-size: 14px;
  }

  .game-card span {
    font-size: 13px;
  }
}



/* --- Mobile hero text overlap final fix --- */
@media (max-width:920px){
  .hero {
    min-height: 560px;
    padding: 24px 20px 20px;
  }

  .hero h1 {
    font-size: clamp(30px, 8.2vw, 36px);
    line-height: 1.04;
    letter-spacing: -0.055em;
    max-width: 100%;
    position: relative;
    z-index: 5;
  }

  .hero p {
    max-width: 100%;
    margin-top: 14px;
    padding-right: 0;
    font-size: 15px;
    line-height: 1.5;
    position: relative;
    z-index: 5;
  }

  .hero-visual {
    right: 8px;
    bottom: 92px;
    width: 210px;
    height: 190px;
    z-index: 2;
    opacity: .92;
  }

  .visual-card {
    right: 24px;
    top: 42px;
    width: 124px;
    height: 124px;
    border-radius: 32px;
  }

  .gift {
    font-size: 58px;
  }

  .floating-badge {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }

  .badge-try {
    right: 150px;
    top: 32px;
  }

  .badge-percent {
    right: 20px;
    top: 136px;
    font-size: 23px;
  }

  .hero-actions {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    z-index: 8;
  }

  .hero-actions .btn {
    min-height: 50px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 15px;
    white-space: nowrap;
  }
}

@media (max-width:460px){
  .hero {
    min-height: 575px;
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero p {
    font-size: 15px;
    max-width: 100%;
  }

  .hero-visual {
    bottom: 98px;
  }
}

@media (max-width:380px){
  .hero {
    min-height: 620px;
  }

  .hero h1 {
    font-size: 31px;
  }

  .hero-actions {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    opacity: .78;
    bottom: 134px;
  }
}



/* --- v6 final mobile hero layout: no overlap --- */
@media (max-width:920px){
  .hero {
    display: flex !important;
    flex-direction: column !important;
    min-height: auto !important;
    padding: 24px 20px 20px !important;
  }

  .hero-copy {
    position: relative !important;
    z-index: 5 !important;
  }

  .hero h1 {
    font-size: clamp(30px, 8.1vw, 36px) !important;
    line-height: 1.05 !important;
    max-width: 100% !important;
  }

  .hero p {
    max-width: 100% !important;
    margin-top: 14px !important;
    padding-right: 0 !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  .hero-actions {
    position: static !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    margin-top: 18px !important;
    z-index: 6 !important;
  }

  .hero-actions .btn {
    min-height: 50px !important;
    padding: 12px 10px !important;
    font-size: 15px !important;
    white-space: nowrap !important;
  }

  .hero-visual {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    height: 225px !important;
    margin: 18px auto 0 !important;
    z-index: 2 !important;
    pointer-events: none !important;
  }

  .visual-card {
    right: 44px !important;
    top: 36px !important;
    width: 132px !important;
    height: 132px !important;
    border-radius: 34px !important;
  }

  .gift {
    font-size: 62px !important;
  }

  .floating-badge {
    width: 54px !important;
    height: 54px !important;
    font-size: 26px !important;
  }

  .badge-try {
    right: 190px !important;
    top: 38px !important;
  }

  .badge-percent {
    right: 22px !important;
    top: 150px !important;
    font-size: 24px !important;
  }
}

@media (max-width:380px){
  .hero-actions {
    grid-template-columns: 1fr !important;
  }

  .hero-visual {
    height: 210px !important;
  }

  .visual-card {
    right: 32px !important;
  }

  .badge-try {
    right: 165px !important;
  }
}


/* --- v7 pageskin cleanup --- */
@media (min-width:1380px){
  .skin-left {
    border-right: 1px solid rgba(246,196,49,.15);
  }
  .skin-right {
    border-left: 1px solid rgba(246,196,49,.15);
  }
  .skin-left:after {
    background:
      linear-gradient(90deg, rgba(5,6,11,.08), rgba(5,6,11,.18) 48%, rgba(5,6,11,.92)),
      linear-gradient(180deg, rgba(5,6,11,.10), rgba(5,6,11,.56) 58%, rgba(5,6,11,.90));
    mix-blend-mode: normal;
  }
  .skin-right:after {
    background:
      linear-gradient(270deg, rgba(5,6,11,.08), rgba(5,6,11,.18) 48%, rgba(5,6,11,.92)),
      linear-gradient(180deg, rgba(5,6,11,.10), rgba(5,6,11,.56) 58%, rgba(5,6,11,.90));
    mix-blend-mode: normal;
  }
}



/* --- v8 pageskin: remove duplicate-looking background text/logo --- */
@media (min-width:1380px){
  .skin:before {
    background-image: url("assets/skin-stadium.jpg") !important;
    background-size: auto 100% !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    filter: brightness(.24) saturate(.75) contrast(1.05) !important;
    opacity: 1 !important;
  }

  .skin-left:before,
  .skin-right:before {
    background-position: center center !important;
    transform: none !important;
  }

  .skin-left:after {
    background:
      linear-gradient(90deg, rgba(5,6,11,.18), rgba(5,6,11,.34) 42%, rgba(5,6,11,.96)),
      linear-gradient(180deg, rgba(5,6,11,.18), rgba(5,6,11,.68) 58%, rgba(5,6,11,.94)) !important;
  }

  .skin-right:after {
    background:
      linear-gradient(270deg, rgba(5,6,11,.18), rgba(5,6,11,.34) 42%, rgba(5,6,11,.96)),
      linear-gradient(180deg, rgba(5,6,11,.18), rgba(5,6,11,.68) 58%, rgba(5,6,11,.94)) !important;
  }

  .skin-copy,
  .skin-cta,
  .skin-divider {
    position: relative;
    z-index: 3;
  }
}


/* --- v16 design update: no side skins, member tabs, star background --- */
.skin{display:none !important}
.site-bg{background:
  radial-gradient(circle at 16% 4%, rgba(246,196,49,.14), transparent 24%),
  radial-gradient(circle at 84% 10%, rgba(107,87,255,.13), transparent 24%),
  radial-gradient(circle at 50% 120%, rgba(21,148,255,.15), transparent 30%),
  linear-gradient(180deg,#09061a 0%,#080917 45%,#05060f 100%)}

.starfield{position:fixed; inset:0; pointer-events:none; overflow:hidden; z-index:-2}
.starfield .star, .starfield .shooting{position:absolute; display:block}
.starfield .star{width:4px; height:4px; border-radius:999px; background:#f6d66e; box-shadow:0 0 10px rgba(246,214,110,.9); animation:starTwinkle 3.4s ease-in-out infinite}
.starfield .star:before{content:""; position:absolute; inset:-3px; border-radius:999px; background:rgba(255,255,255,.1)}
.starfield .s1{top:11%; left:9%; animation-delay:.3s}
.starfield .s2{top:18%; left:26%; animation-delay:1.1s}
.starfield .s3{top:8%; left:59%; animation-delay:.6s}
.starfield .s4{top:16%; left:78%; animation-delay:1.8s}
.starfield .s5{top:31%; left:14%; animation-delay:.2s}
.starfield .s6{top:38%; left:88%; animation-delay:1.4s}
.starfield .s7{top:52%; left:5%; animation-delay:2.1s}
.starfield .s8{top:58%; left:34%; animation-delay:1.7s}
.starfield .s9{top:69%; left:64%; animation-delay:.9s}
.starfield .s10{top:74%; left:91%; animation-delay:2.4s}
.starfield .s11{top:84%; left:19%; animation-delay:1.2s}
.starfield .s12{top:88%; left:73%; animation-delay:2.8s}
.starfield .shooting{width:140px; height:2px; background:linear-gradient(90deg, rgba(255,255,255,0), rgba(255,245,200,.95), rgba(255,255,255,0)); filter:drop-shadow(0 0 10px rgba(255,221,120,.55)); transform:rotate(-25deg); opacity:0; animation:shootingStar 9s linear infinite}
.starfield .shooting-1{top:12%; left:68%; animation-delay:0s}
.starfield .shooting-2{top:27%; left:18%; animation-delay:2.4s}
.starfield .shooting-3{top:54%; left:72%; animation-delay:5.2s}
.starfield .shooting-4{top:72%; left:36%; animation-delay:7s}
@keyframes starTwinkle{0%,100%{opacity:.45; transform:scale(.85)}50%{opacity:1; transform:scale(1.18)}}
@keyframes shootingStar{0%{opacity:0; transform:translate3d(0,0,0) rotate(-25deg) scaleX(.4)}8%{opacity:1}26%{opacity:1}38%,100%{opacity:0; transform:translate3d(-220px,130px,0) rotate(-25deg) scaleX(1)}}

.apply-card{position:relative; overflow:hidden; background:linear-gradient(180deg, rgba(19,22,42,.96), rgba(10,12,24,.98)); border:1px solid rgba(255,255,255,.12)}
.apply-card:before{content:""; position:absolute; inset:0; background:radial-gradient(circle at 15% 18%, rgba(246,196,49,.11), transparent 28%), radial-gradient(circle at 85% 12%, rgba(141,78,255,.11), transparent 28%); pointer-events:none}
.apply-card > *{position:relative; z-index:1}

.member-switch{display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; margin:24px 0 10px; padding:10px; border-radius:24px; background:rgba(5,6,11,.42); border:1px solid rgba(255,255,255,.08)}
.switch-btn{height:84px; border:1px solid rgba(255,255,255,.08); border-radius:20px; background:transparent; color:#d6d8e5; font-size:28px; font-weight:950; letter-spacing:-.04em; cursor:pointer; transition:.22s; display:flex; align-items:center; justify-content:center; gap:10px; flex-wrap:wrap}
.switch-btn span{font-size:20px; color:#c9d0ea}
.switch-btn.active{background:linear-gradient(135deg, #8718f2, #a92cff); color:#fff; box-shadow:0 14px 30px rgba(137,40,255,.24); border-color:rgba(201,126,255,.35)}
.switch-btn.active span{color:#fff}
.switch-pane{margin-top:20px}
.guest-pane{padding-top:4px}
.guest-card{padding:34px 24px; border-radius:26px; background:rgba(7,8,18,.5); border:1px solid rgba(255,255,255,.08); text-align:center}
.guest-card h3{margin:0 0 12px; font-size:32px; letter-spacing:-.05em}
.guest-card p{margin:0 auto 22px; max-width:720px; font-size:20px; line-height:1.6}
.guest-cta{display:flex; align-items:center; justify-content:center; min-height:72px; border-radius:22px; padding:16px 24px; background:linear-gradient(135deg,#63d2b0,#66bfff); color:#08111f; font-size:22px; font-weight:1000; box-shadow:0 18px 40px rgba(81,192,214,.22)}
#bonusForm button{margin-top:8px}

@media (max-width:920px){
  .member-switch{grid-template-columns:1fr; gap:10px; padding:8px; border-radius:20px}
  .switch-btn{height:66px; font-size:22px}
  .switch-btn span{font-size:16px}
  .guest-card{padding:26px 18px}
  .guest-card h3{font-size:26px}
  .guest-card p{font-size:17px}
  .guest-cta{min-height:58px; font-size:18px; border-radius:18px}
}

@media (max-width:600px){
  .starfield .shooting{width:90px}
}


/* v18 update: equal member/guest labels + slightly smaller game visuals */
.member-switch{align-items:stretch}
.switch-btn{font-size:26px;line-height:1.1;letter-spacing:-.03em;white-space:nowrap}
.switch-btn span{display:none}
.games-grid{justify-items:center;gap:20px 16px}
.game-card{width:100%;max-width:295px}
.game-card img{display:block;width:94%;margin:0 auto}

@media (max-width:920px){
  .switch-btn{font-size:22px}
  .games-grid{gap:18px 14px}
  .game-card{max-width:230px}
  .game-card img{width:95%}
}

@media (max-width:600px){
  .game-card{max-width:190px}
  .game-card img{width:96%}
}
