:root {
  --bg: #160c04;
  --bg2: #1f1106;
  --panel: #2a1708;
  --panel2: #38200c;
  --line: #56331333;
  --line2: #5a3414;
  --orange: #ff7a18;
  --orange2: #ff9b3d;
  --amber: #ffb020;
  --gold: #ffd23f;
  --red: #ff4d36;
  --text: #fff4e6;
  --muted: #d3ab86;
  --radius: 16px;
  --shadow: 0 18px 44px rgba(0,0,0,.55);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background:
    radial-gradient(1100px 560px at 80% -140px, rgba(255,122,24,.22), transparent 60%),
    radial-gradient(800px 460px at 0% 12%, rgba(255,176,32,.12), transparent 55%),
    var(--bg);
  color: var(--text);
  font-family: "Segoe UI", Roboto, system-ui, Arial, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1240px, 92%); margin: 0 auto; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; cursor: pointer; font-weight: 800; padding: 12px 22px; border-radius: 12px; font-size: 15px; transition: transform .15s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-orange { background: linear-gradient(135deg, var(--orange), var(--orange2)); color: #2a1000; box-shadow: 0 10px 24px rgba(255,122,24,.4); }
.btn-gold { background: linear-gradient(135deg, var(--gold), var(--amber)); color: #2a1c00; box-shadow: 0 10px 24px rgba(255,210,63,.3); }
.btn-light { background: #fff6ec; color: #2a1000; }
.btn-outline { background: rgba(255,255,255,.05); color: var(--text); border: 1px solid var(--line2); }
.btn-lg { padding: 15px 30px; font-size: 16px; }

.section { padding: 50px 0; }
.shead { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.shead .bar { width: 6px; height: 30px; border-radius: 6px; background: linear-gradient(180deg, var(--orange), var(--gold)); }
.shead h2 { font-size: clamp(21px, 2.8vw, 30px); font-weight: 900; }
.shead h2 span { color: var(--orange2); }
.shead .more { color: var(--muted); font-weight: 700; font-size: 14px; }
.shead .more:hover { color: var(--orange2); }
.shead .nav-arrows { margin-left: auto; display: flex; align-items: center; gap: 8px; }
.arrow-btn { width: 36px; height: 36px; border-radius: 11px; border: 1px solid var(--line2); background: var(--panel); color: var(--text); cursor: pointer; font-size: 16px; transition: .15s; }
.arrow-btn:hover { background: var(--orange); color: #2a1000; border-color: var(--orange); }

.header { position: sticky; top: 0; z-index: 60; background: rgba(22,12,4,.86); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line2); }
.header .container { display: flex; align-items: center; gap: 18px; height: 72px; }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 900; font-size: 22px; }
.logo img { width: auto; height: 54px; display: block; object-fit: contain; }
.logo .mark { width: 40px; height: 40px; border-radius: 12px; background: linear-gradient(135deg, var(--orange), var(--gold)); display: grid; place-items: center; color: #2a1000; font-size: 20px; box-shadow: var(--shadow); }
.logo b span { color: var(--orange2); }
.main-nav { display: flex; gap: 4px; margin-left: auto; }
.main-nav a { padding: 9px 13px; border-radius: 10px; font-weight: 700; font-size: 14px; color: var(--muted); transition: .15s; }
.main-nav a:hover { color: var(--text); background: rgba(255,255,255,.06); }
.header-cta { display: flex; gap: 10px; align-items: center; }
.balance { display: flex; align-items: center; gap: 8px; background: var(--panel); border: 1px solid var(--line2); border-radius: 999px; padding: 7px 8px 7px 16px; font-weight: 800; color: var(--gold); font-size: 14px; }
.balance .plus { width: 28px; height: 28px; border-radius: 50%; background: linear-gradient(135deg, var(--orange), var(--gold)); color: #2a1000; display: grid; place-items: center; }
.burger { display: none; background: none; border: 0; cursor: pointer; flex-direction: column; gap: 5px; padding: 8px; }
.burger span { width: 24px; height: 3px; background: var(--text); border-radius: 3px; transition: .2s; }
.burger.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.hero { padding: 36px 0 14px; }
.hero-wrap { display: grid; grid-template-columns: 1.55fr 1fr; gap: 20px; }
.hero-main { position: relative; border-radius: 22px; overflow: hidden; border: 1px solid var(--line2); padding: 44px clamp(24px,4vw,52px); min-height: 380px; display: flex; flex-direction: column; justify-content: center;
  background: linear-gradient(100deg, rgba(22,12,4,.94) 38%, rgba(22,12,4,.2)), url("../img/banners/hero-tournaments.webp"), linear-gradient(120deg, #7a3408, #1f1106); background-size: cover; background-position: center; }
.hero-main .tag { display: inline-flex; gap: 8px; align-items: center; padding: 7px 14px; border-radius: 999px; background: rgba(255,122,24,.18); border: 1px solid var(--orange); color: var(--gold); font-weight: 800; font-size: 13px; margin-bottom: 16px; width: fit-content; }
.hero-main h1 { font-size: clamp(28px, 4vw, 48px); line-height: 1.05; font-weight: 900; max-width: 480px; margin-bottom: 14px; }
.hero-main h1 em { font-style: normal; color: var(--gold); }
.hero-main p { color: #f0d6bc; max-width: 400px; margin-bottom: 22px; }
.hero-cards { position: absolute; right: -30px; bottom: -10px; display: flex; opacity: .92; pointer-events: none; }
.hero-cards img { width: 120px; height: 150px; object-fit: cover; border-radius: 14px; border: 2px solid var(--line2); box-shadow: var(--shadow); }
.hero-cards img:nth-child(1) { transform: rotate(-10deg) translateY(14px); z-index: 1; }
.hero-cards img:nth-child(2) { transform: rotate(0deg); z-index: 3; margin: 0 -28px; width: 132px; height: 165px; }
.hero-cards img:nth-child(3) { transform: rotate(10deg) translateY(14px); z-index: 1; }
.hero-side { border-radius: 22px; border: 1px solid var(--line2); background: linear-gradient(160deg, var(--panel2), var(--panel)); padding: 22px; display: flex; flex-direction: column; }
.hero-side h4 { font-size: 13px; text-transform: uppercase; letter-spacing: 2px; color: var(--muted); margin-bottom: 14px; }
.hero-side .gow { position: relative; border-radius: 14px; overflow: hidden; margin-bottom: 14px; }
.hero-side .gow img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.hero-side .gow .prov { position: absolute; top: 10px; left: 10px; background: rgba(0,0,0,.55); padding: 4px 10px; border-radius: 999px; font-size: 11px; font-weight: 800; }
.hero-side b { font-size: 18px; }
.hero-side small { color: var(--muted); margin-bottom: 14px; display: block; }
.hero-side .btn { margin-top: auto; }

.prizes { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.prize { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line2); min-height: 200px; padding: 28px; display: flex; flex-direction: column; justify-content: center; background-size: cover; background-position: center; }
.prize::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(22,12,4,.9), rgba(22,12,4,.25)); }
.prize > * { position: relative; z-index: 1; }
.pz1 { background-image: url("../img/banners/prize-cars.webp"); background-color: #6b3208; }
.pz2 { background-image: url("../img/banners/prize-cash.webp"); background-color: #4a2a06; }
.prize .eyebrow { color: var(--gold); font-weight: 800; text-transform: uppercase; letter-spacing: 2px; font-size: 11px; }
.prize h3 { font-size: clamp(22px,3vw,32px); font-weight: 900; margin: 6px 0; }
.prize .sum { color: var(--orange2); font-weight: 900; font-size: 22px; margin-bottom: 14px; }

.jackbar { background: linear-gradient(120deg, rgba(255,122,24,.16), rgba(255,210,63,.08)); border: 1px solid var(--line2); border-radius: var(--radius); padding: 22px 24px; display: flex; align-items: center; gap: 24px; margin-bottom: 18px; flex-wrap: wrap; }
.jackbar .jb-l small { color: var(--muted); text-transform: uppercase; letter-spacing: 2px; font-size: 11px; }
.jackbar .jb-l b { display: block; font-size: clamp(28px,4vw,42px); color: var(--gold); font-weight: 900; }
.jackbar .btn { margin-left: auto; }

.slider { position: relative; }
.slider-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(170px, 1fr); gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 6px 2px 16px; scrollbar-width: none; -ms-overflow-style: none; }
.slider-track::-webkit-scrollbar { display: none; height: 0; }
.slot-card { position: relative; border-radius: 14px; overflow: hidden; scroll-snap-align: start; background: var(--panel); border: 1px solid var(--line2); transition: transform .15s, border-color .15s, box-shadow .2s; }
.slot-card:hover { transform: translateY(-5px); border-color: var(--orange); box-shadow: 0 16px 30px rgba(0,0,0,.5); }
.slot-thumb { position: relative; aspect-ratio: 1/1; overflow: hidden; }
.slot-thumb img { width: 100%; height: 100%; object-fit: cover; }
.slot-badge { position: absolute; top: 9px; left: 9px; z-index: 3; background: linear-gradient(135deg, var(--gold), var(--amber)); color: #2a1c00; font-weight: 900; font-size: 11px; padding: 4px 9px; border-radius: 999px; }
.slot-badge.hot { background: linear-gradient(135deg, var(--red), var(--orange)); color: #fff; }
.slot-overlay { position: absolute; inset: 0; z-index: 2; display: flex; align-items: center; justify-content: center; background: linear-gradient(0deg, rgba(15,8,2,.92), rgba(15,8,2,.3)); opacity: 0; transition: opacity .18s; }
.slot-card:hover .slot-overlay { opacity: 1; }
.slot-overlay .btn { width: 74%; padding: 10px; }
.slot-meta { padding: 10px 12px 13px; }
.slot-meta b { display: block; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.slot-meta small { color: var(--muted); font-size: 12px; }

.cats { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.cat { position: relative; border-radius: 14px; overflow: hidden; border: 1px solid var(--line2); aspect-ratio: 3/4; display: flex; flex-direction: column; justify-content: flex-end; padding: 14px; background: linear-gradient(160deg, var(--panel2), var(--panel)); transition: transform .15s, border-color .15s; }
.cat::before { content: ""; position: absolute; inset: 0; background: var(--cat-bg) center/cover no-repeat; opacity: .72; transform: scale(1.02); transition: transform .2s, opacity .2s; }
.cat::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(22,12,4,.08), rgba(22,12,4,.45) 46%, rgba(22,12,4,.92)); }
.cat:hover { transform: translateY(-4px); border-color: var(--orange); }
.cat:hover::before { transform: scale(1.08); opacity: .86; }
.cat .ic { position: absolute; z-index: 1; top: 0; right: 0; width: 100%; height: 100%; border-radius: 10px; object-fit: cover;}
.cat b { position: relative; z-index: 1; font-size: 15px; }
.cat .online { position: relative; z-index: 1; display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: 12px; margin-top: 4px; }
.cat .online::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #36d07a; box-shadow: 0 0 8px #36d07a; }

.bonus-ribbon { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--gold); padding: 30px clamp(24px,4vw,48px); display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
  background: linear-gradient(90deg, rgba(22,12,4,.9), rgba(122,52,8,.5)), url("../img/banners/bonus-ribbon.webp"), linear-gradient(120deg, #7a3408, #2a1708); background-size: cover; background-position: center; }
.bonus-ribbon .eyebrow { color: var(--gold); font-weight: 800; text-transform: uppercase; letter-spacing: 2px; font-size: 12px; }
.bonus-ribbon h3 { font-size: clamp(24px,3.6vw,40px); font-weight: 900; }
.bonus-ribbon h3 em { font-style: normal; color: var(--gold); }

.live { background: var(--bg2); border-top: 1px solid var(--line2); border-bottom: 1px solid var(--line2); padding: 28px 0; }
.live .lhead { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.live .lhead .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--red); box-shadow: 0 0 10px var(--red); animation: pulse 1.4s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .35; } }
.live .lhead b { font-weight: 900; font-size: 18px; }
.live-marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }
.live-row { display: flex; gap: 12px; width: max-content; animation: liveScroll 32s linear infinite; }
.live-marquee:hover .live-row { animation-play-state: paused; }
@keyframes liveScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.live-card { display: flex; align-items: center; gap: 10px; background: linear-gradient(160deg, var(--panel2), var(--panel)); border: 1px solid var(--line2); border-radius: 12px; padding: 8px 14px 8px 8px; min-width: 220px; }
.live-card img { width: 44px; height: 44px; border-radius: 9px; object-fit: cover; }
.live-card .who { font-size: 12px; color: var(--muted); }
.live-card .gm { font-size: 13px; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 110px; }
.live-card .mult { margin-left: auto; color: var(--gold); font-weight: 900; font-size: 14px; }

.seo { background: linear-gradient(180deg, transparent, rgba(255,122,24,.06)); }
.seo-full { width: 100%; }
.seo h2 { font-size: clamp(22px, 3vw, 32px); margin-bottom: 16px; font-weight: 900; }
.seo h3 { margin: 22px 0 8px; color: var(--gold); font-size: 18px; }
.seo p { color: #ecd3ba; margin-bottom: 12px; max-width: none; }
.seo ul { list-style: none; display: grid; gap: 10px; }
.seo ul li { padding-left: 26px; position: relative; color: #ecd3ba; }
.seo ul li::before { content: "✦"; position: absolute; left: 0; color: var(--orange2); }

.footer { border-top: 1px solid var(--line2); background: var(--bg2); padding: 46px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 28px; margin-bottom: 28px; }
.footer-grid h5 { margin-bottom: 14px; font-size: 15px; }
.footer-grid a, .footer-grid p { color: var(--muted); font-size: 14px; display: block; margin-bottom: 8px; }
.footer-grid a:hover { color: var(--orange2); }
.footer-bottom { border-top: 1px solid var(--line2); padding-top: 20px; color: var(--muted); font-size: 13px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }

@media (max-width: 1024px) {
  .hero-wrap { grid-template-columns: 1fr; }
  .prizes { grid-template-columns: 1fr; }
  .cats { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-cards { display: none; }
}
@media (max-width: 720px) {
  .main-nav { position: absolute; top: 72px; left: 0; right: 0; flex-direction: column; background: var(--bg2); border-bottom: 1px solid var(--line2); padding: 12px; gap: 4px; display: none; margin: 0; }
  .main-nav.open { display: flex; }
  .burger { display: flex; }
  .balance { display: none; }
  .cats { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
}
