:root {
  --navy: #10234A;
  --deep: #162F63;
  --blue: #3B82F6;
  --orange: #FF8A00;
  --purple: #8B5CF6;
  --white: #FFFFFF;
  --bg: #0B1835;
  --panel: rgba(22, 47, 99, 0.72);
  --line: rgba(255, 255, 255, 0.12);
  --muted: #AFC2EB;
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.3);
  --radius: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, Helvetica, sans-serif; color: var(--white); background: radial-gradient(circle at 20% 0%, rgba(59,130,246,.2), transparent 32%), var(--bg); line-height: 1.65; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3 { margin: 0 0 1rem; line-height: 1.08; letter-spacing: 0; }
h1 { font-size: clamp(2.35rem, 6vw, 5.2rem); max-width: 790px; }
h2 { font-size: clamp(1.65rem, 3vw, 2.8rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1rem; color: #DDE8FF; }
table { width: 100%; min-width: 760px; border-collapse: collapse; }
caption { color: var(--white); text-align: left; font-weight: 900; padding: 0 0 .85rem; }
th, td { padding: 1rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { background: linear-gradient(135deg, var(--deep), #1E4CA0); color: var(--white); }
td { color: #E4ECFF; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(16, 35, 74, 0.95); backdrop-filter: blur(16px); box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; font-weight: 950; font-size: 1.05rem; margin-right: auto; }
.brand img { width: 52px; height: 52px; object-fit: contain; filter: drop-shadow(0 0 16px rgba(59,130,246,.3)); }
.main-nav { display: flex; align-items: center; gap: .25rem; }
.main-nav a { color: #DCE7FF; font-weight: 800; padding: .8rem .72rem; border-radius: 12px; }
.main-nav a:hover { background: rgba(255,255,255,.08); color: var(--white); }
.header-actions { display: flex; align-items: center; gap: .65rem; }
.icon-button, .login-link, .btn, .lang-pill { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; border-radius: 14px; font-weight: 950; border: 1px solid var(--line); }
.icon-button { width: 44px; color: var(--white); background: rgba(255,255,255,.06); font-size: 1.25rem; cursor: pointer; }
.login-link { padding: 0 1rem; color: #EAF1FF; background: rgba(255,255,255,.06); }
.lang-pill { width: 44px; color: #111D37; background: linear-gradient(135deg, #FFD27A, var(--orange)); }
.btn { gap: .45rem; padding: .78rem 1.1rem; border: 0; transition: transform .18s ease, box-shadow .18s ease, filter .18s ease; }
.btn:hover, .game-card:hover, .bonus-card:hover, .category-bar a:hover, .text-cta:hover { transform: translateY(-3px); }
.btn-orange { color: #1A170F; background: linear-gradient(135deg, #FFB545, var(--orange)); box-shadow: 0 15px 34px rgba(255,138,0,.28); }
.btn-blue { color: var(--white); background: linear-gradient(135deg, var(--blue), var(--purple)); box-shadow: 0 15px 34px rgba(59,130,246,.28); }
.btn-large { min-height: 54px; padding: .98rem 1.25rem; }
.btn-block { width: 100%; }
.menu-toggle { display: none; }
.hero { position: relative; overflow: hidden; background: linear-gradient(180deg, rgba(16,35,74,.95), rgba(11,24,53,.94)); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,24,53,.96) 0%, rgba(11,24,53,.78) 46%, rgba(11,24,53,.18) 100%), url("../assets/hero-banner/banner.png") center / cover no-repeat; }
.hero-shell { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 430px; gap: 2rem; align-items: center; min-height: 470px; padding: 3rem 0 4rem; }
.eyebrow { margin: 0 0 .75rem; color: #9AC2FF; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; font-size: .78rem; }
.hero-bonus, .hero-spins { font-size: clamp(1.35rem, 2.5vw, 2.1rem); font-weight: 950; color: var(--white); margin-bottom: .35rem; }
.hero-bonus strong { color: #FFD27A; }
.hero-spins { color: var(--orange); }
.hero-text { max-width: 690px; color: #D8E5FF; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 1.25rem; }
.hero-art { position: relative; min-height: 360px; }
.hero-art img { position: absolute; filter: drop-shadow(0 24px 40px rgba(0,0,0,.42)); }
.hero-frame-left { left: 0; bottom: 0; width: 54%; }
.hero-frame-right { right: 0; top: 0; width: 62%; }
.category-section { position: relative; z-index: 2; margin-top: -34px; }
.category-bar { display: grid; grid-template-columns: repeat(6, max-content) minmax(180px, 1fr) max-content; gap: .6rem; align-items: center; padding: .85rem; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(16,35,74,.92); box-shadow: var(--shadow); overflow-x: auto; }
.category-bar a, .game-search { min-height: 46px; display: inline-flex; align-items: center; gap: .45rem; white-space: nowrap; color: #EAF1FF; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.06); padding: .65rem .85rem; font-weight: 850; transition: transform .18s ease, box-shadow .18s ease; }
.category-bar a:hover { box-shadow: 0 0 0 3px rgba(59,130,246,.16), 0 14px 28px rgba(0,0,0,.18); }
.game-search input { width: 100%; min-width: 150px; color: var(--white); border: 0; outline: 0; background: transparent; font: inherit; }
.game-search input::placeholder { color: #AFC2EB; }
.section { padding: 5rem 0; }
.section-heading { max-width: 860px; margin-bottom: 1.5rem; }
.section-heading.compact { margin-top: 3rem; }
.game-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: .85rem; }
.five-grid { grid-template-columns: repeat(5, 1fr); }
.game-card { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.06); box-shadow: 0 16px 35px rgba(0,0,0,.2); transition: transform .18s ease, box-shadow .18s ease; }
.game-card:hover { box-shadow: 0 0 0 2px rgba(255,138,0,.32), 0 22px 45px rgba(59,130,246,.22); }
.game-card img { width: 100%; aspect-ratio: 315 / 236; object-fit: cover; transition: transform .2s ease; }
.game-card:hover img { transform: scale(1.045); }
.game-card span { display: flex; min-height: 52px; align-items: center; padding: .75rem .85rem; font-weight: 950; color: var(--white); }
.content-split { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 2rem; }
.content-split article, .review-side, .table-wrap { border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); box-shadow: var(--shadow); }
.content-split article { padding: 1.35rem; }
.text-cta { display: inline-flex; margin-top: .5rem; color: #14110A; background: var(--orange); padding: .7rem .95rem; border-radius: 13px; font-weight: 950; transition: transform .18s ease; }
.bonus-section, .faq-section { background: rgba(255,255,255,.035); }
.bonus-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: .9rem; margin-bottom: 1.5rem; }
.bonus-card { min-height: 190px; display: flex; flex-direction: column; gap: .65rem; padding: 1.15rem; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: linear-gradient(145deg, rgba(59,130,246,.24), rgba(139,92,246,.14)); transition: transform .18s ease, box-shadow .18s ease; }
.bonus-card:hover { box-shadow: 0 0 0 2px rgba(255,138,0,.24), 0 20px 40px rgba(0,0,0,.22); }
.bonus-card span { color: #9AC2FF; font-weight: 950; text-transform: uppercase; font-size: .78rem; letter-spacing: .1em; }
.bonus-card strong { font-size: 1.12rem; line-height: 1.25; }
.bonus-card em { color: #D9E5FF; font-style: normal; margin-top: auto; }
.table-wrap { overflow-x: auto; padding: 1rem; margin: 1.5rem 0; }
.review-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 1.5rem; align-items: start; }
.review-main { min-width: 0; }
.review-main p { color: #DCE7FF; }
.review-side { position: sticky; top: 100px; padding: 1.25rem; }
.review-side ul { padding-left: 1.15rem; margin: 0 0 1.2rem; color: #DCE7FF; }
.review-side li { margin-bottom: .55rem; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .85rem; }
details { border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.06); }
summary { cursor: pointer; padding: 1rem 1.1rem; font-weight: 950; }
details p { padding: 0 1.1rem 1.1rem; margin: 0; }
.site-footer { padding: 3rem 0 2rem; background: #081229; border-top: 1px solid var(--line); }
.footer-inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: 1.5rem; align-items: center; }
.footer-brand { display: flex; gap: 1rem; align-items: center; }
.footer-brand img { width: 62px; height: 62px; object-fit: contain; }
.footer-nav { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: .8rem; }
.footer-nav a { color: #DCE7FF; font-weight: 850; }
.copyright { grid-column: 1 / -1; color: #AFC2EB; border-top: 1px solid var(--line); padding-top: 1rem; margin: 0; }
@media (max-width: 1120px) { .game-grid, .five-grid { grid-template-columns: repeat(3, 1fr); } .bonus-grid { grid-template-columns: repeat(3, 1fr); } .hero-shell { grid-template-columns: 1fr 330px; } }
@media (max-width: 860px) { .menu-toggle { display: inline-flex; } .header-inner { min-height: 72px; } .brand span { display: none; } .main-nav { position: fixed; inset: 72px 16px auto; display: none; flex-direction: column; align-items: stretch; padding: 1rem; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(16,35,74,.98); box-shadow: var(--shadow); } body.menu-open .main-nav { display: flex; } .header-actions .login-link, .header-actions .lang-pill, .search-link { display: none; } .hero-shell { grid-template-columns: 1fr; min-height: auto; padding: 2rem 0 3rem; } .hero-art { min-height: 190px; max-width: 360px; width: 100%; } .hero-frame-left { width: 50%; } .hero-frame-right { width: 58%; } .category-section { margin-top: -20px; } .category-bar { grid-template-columns: repeat(4, max-content); } .content-split, .review-layout, .faq-grid, .footer-inner { grid-template-columns: 1fr; } .review-side { position: static; } .footer-nav { justify-content: flex-start; } }
@media (max-width: 620px) { .container { width: min(100% - 24px, 1180px); } h1 { font-size: 2.35rem; } .hero-actions .btn { width: 100%; } .game-grid, .five-grid { grid-template-columns: repeat(2, 1fr); gap: .7rem; } .bonus-grid { grid-template-columns: 1fr; } .section { padding: 3.4rem 0; } .header-actions .btn { padding: .7rem .8rem; } .game-card span { font-size: .9rem; min-height: 48px; } }

@media (min-width: 861px) {
  .review-side {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 138, 0, 0.75) rgba(255, 255, 255, 0.08);
  }

  .review-side::-webkit-scrollbar {
    width: 8px;
  }

  .review-side::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
  }

  .review-side::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--orange), var(--blue));
    border-radius: 999px;
  }
}

@media (min-width: 861px) {
  .review-side {
    max-height: none;
    overflow-y: visible;
  }
}

.sidebar-points {
  display: grid;
  gap: 0.55rem;
  padding-left: 1.1rem;
  margin: 0 0 1.2rem;
  color: #DCE7FF;
}

.sidebar-points li {
  margin-bottom: 0;
}
