:root {
  --bg: #090b12;
  --bg-soft: #0d111c;
  --panel: #111622;
  --panel-2: #151b29;
  --line: rgba(255,255,255,.1);
  --line-strong: rgba(255,255,255,.18);
  --text: #f6f8f2;
  --muted: #9ca4b5;
  --lime: #c7ff32;
  --lime-2: #91e91d;
  --cyan: #28d9ff;
  --violet: #9b6cff;
  --danger: #ff6878;
  --radius: 18px;
  --radius-lg: 28px;
  --container: 1240px;
  --shadow: 0 24px 70px rgba(0,0,0,.38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 12%, rgba(40,217,255,.05), transparent 28%),
    radial-gradient(circle at 88% 48%, rgba(155,108,255,.055), transparent 22%),
    var(--bg);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.modal-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--lime); outline-offset: 4px; }
::selection { color: #050706; background: var(--lime); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
svg { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 2000; padding: 10px 16px; color: #050706; background: var(--lime); border-radius: 8px; font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 20px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  border-bottom: 1px solid transparent;
  background: linear-gradient(to bottom, rgba(6,8,13,.9), rgba(6,8,13,.08));
  transition: background .25s, border-color .25s, backdrop-filter .25s;
}
.site-header.scrolled { background: rgba(8,10,16,.84); border-color: var(--line); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 22px; font-weight: 900; letter-spacing: -.9px; line-height: 1; }
.brand > span:last-child > span { color: var(--lime); }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(199,255,50,.5); border-radius: 11px; color: var(--lime); background: rgba(199,255,50,.08); box-shadow: inset 0 0 20px rgba(199,255,50,.06), 0 0 20px rgba(199,255,50,.08); }
.brand-mark svg { width: 23px; height: 23px; }
.main-nav { display: flex; align-items: center; gap: 32px; margin-left: auto; }
.main-nav a { position: relative; color: #c6ccd8; font-size: 14px; font-weight: 650; transition: color .2s; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--lime); transition: right .2s; }
.main-nav a:hover { color: #fff; }
.main-nav a:hover::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.favorites-link, .menu-toggle { position: relative; width: 42px; height: 42px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.04); cursor: pointer; transition: border-color .2s, color .2s, background .2s; }
.favorites-link:hover { color: var(--lime); border-color: rgba(199,255,50,.4); background: rgba(199,255,50,.06); }
.favorites-count { position: absolute; top: -5px; right: -5px; min-width: 18px; height: 18px; display: grid; place-items: center; padding: 0 4px; border: 2px solid var(--bg); border-radius: 20px; color: #050706; background: var(--lime); font-size: 10px; font-weight: 900; }
.menu-toggle { display: none; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 12px; font-size: 14px; font-weight: 800; letter-spacing: .01em; cursor: pointer; transition: transform .2s, box-shadow .2s, border-color .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { transition: transform .2s; }
.button:hover svg { transform: translateX(3px); }
.button-primary { color: #071006; background: linear-gradient(135deg, var(--lime), #a7f522); box-shadow: 0 10px 32px rgba(176,245,34,.18); }
.button-primary:hover { box-shadow: 0 14px 38px rgba(176,245,34,.28); }
.button-ghost { border-color: var(--line-strong); color: #edf1f7; background: rgba(255,255,255,.035); }
.button-ghost:hover { border-color: rgba(199,255,50,.48); background: rgba(199,255,50,.055); }
.button-small { min-height: 42px; padding: 0 18px; font-size: 13px; }
.button-dark { color: var(--lime); background: #070a0e; box-shadow: 0 16px 30px rgba(0,0,0,.2); }
.button-full { width: 100%; }

.hero { position: relative; min-height: 770px; height: min(91vh, 940px); display: flex; align-items: center; overflow: hidden; background: #070a10; }
.hero-media { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(5,8,13,.99) 0%, rgba(5,8,13,.92) 25%, rgba(5,8,13,.44) 55%, rgba(5,8,13,.1) 100%), linear-gradient(0deg, rgba(5,8,13,.94) 0%, transparent 35%), url("../images/hero-oaklence.png"); background-size: cover; background-position: center; transform: scale(1.01); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 73% 48%, transparent 0 18%, rgba(8,11,18,.16) 43%, rgba(8,11,18,.5) 100%); }
.hero-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(199,255,50,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(199,255,50,.22) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, #000, transparent 70%); }
.hero-content { position: relative; z-index: 2; padding-top: 56px; }
.hero-copy { width: min(720px, 58vw); }
.eyebrow { display: flex; align-items: center; gap: 8px; margin-bottom: 17px; color: var(--lime); font-size: 12px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow svg { width: 16px; height: 16px; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 6px rgba(199,255,50,.08), 0 0 16px var(--lime); animation: pulse 2s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 10px rgba(199,255,50,0), 0 0 24px var(--lime); } }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { margin-bottom: 24px; font-size: clamp(58px, 6.1vw, 96px); line-height: .92; letter-spacing: -.075em; font-weight: 950; text-transform: uppercase; }
.hero h1 span, h2 span { color: var(--lime); }
.hero-copy > p { max-width: 620px; margin-bottom: 31px; color: #bec5d1; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 32px; color: #aab2c1; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .045em; }
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust svg { color: var(--lime); }
.scroll-cue { position: absolute; z-index: 4; left: 50%; bottom: 28px; width: 28px; height: 46px; display: grid; place-items: start center; border: 1px solid rgba(255,255,255,.28); border-radius: 20px; }
.scroll-cue span { width: 4px; height: 8px; margin-top: 9px; border-radius: 4px; background: var(--lime); animation: scrollCue 1.8s infinite; }
@keyframes scrollCue { 0% { transform: translateY(0); opacity: 0; } 25% { opacity: 1; } 70% { opacity: 1; } 100% { transform: translateY(16px); opacity: 0; } }

.no-money-strip { position: relative; z-index: 3; border-block: 1px solid rgba(199,255,50,.19); background: linear-gradient(90deg, rgba(199,255,50,.1), rgba(40,217,255,.045) 45%, rgba(199,255,50,.07)); }
.no-money-inner { min-height: 86px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; }
.no-money-icon { width: 44px; height: 44px; display: grid; place-items: center; color: var(--lime); border-radius: 13px; background: rgba(199,255,50,.1); }
.no-money-icon svg { width: 24px; height: 24px; }
.no-money-inner p { margin: 0; color: #b9c2ce; font-size: 13px; line-height: 1.55; }
.no-money-inner strong { color: #fff; }
.no-money-inner > a, .faq-intro > a { display: inline-flex; align-items: center; gap: 8px; color: var(--lime); font-size: 13px; font-weight: 800; white-space: nowrap; }

.section { padding: 108px 0; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.section-head > div { max-width: 760px; }
.section-head h2, .method-copy h2, .faq-intro h2, .score-heading h2 { margin-bottom: 0; font-size: clamp(38px, 4.2vw, 64px); line-height: 1; letter-spacing: -.055em; text-transform: uppercase; }
.section-head > p { max-width: 390px; margin-bottom: 2px; color: var(--muted); }

.featured-section { background: linear-gradient(180deg, rgba(15,19,29,.62), transparent); }
.featured-grid { display: grid; grid-template-columns: 1.35fr 1fr; grid-template-rows: 255px 255px; gap: 18px; }
.feature-card { position: relative; min-height: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); cursor: pointer; isolation: isolate; transition: transform .35s, border-color .35s, box-shadow .35s; }
.feature-card-main { grid-row: 1 / span 2; }
.feature-card > img:first-child { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.feature-card:hover { transform: translateY(-5px); border-color: rgba(199,255,50,.35); box-shadow: var(--shadow); }
.feature-card:hover > img:first-child { transform: scale(1.04); }
.feature-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,7,11,.03), rgba(4,7,11,.15) 32%, rgba(4,7,11,.95) 100%); }
.feature-top { position: absolute; inset: 18px 18px auto; display: flex; align-items: center; justify-content: space-between; }
.pill { min-height: 28px; display: inline-flex; align-items: center; padding: 0 11px; color: #fff; border: 1px solid rgba(255,255,255,.22); border-radius: 20px; background: rgba(5,8,14,.62); backdrop-filter: blur(9px); font-size: 10px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.pill-lime { color: #0b1105; border-color: var(--lime); background: var(--lime); }
.score { display: inline-flex; align-items: center; gap: 5px; padding: 5px 9px; border-radius: 8px; color: #fff; background: rgba(4,7,11,.68); backdrop-filter: blur(9px); font-size: 13px; font-weight: 850; }
.score svg { width: 13px; height: 13px; color: var(--lime); fill: var(--lime); }
.feature-content { position: absolute; inset: auto 28px 28px; z-index: 1; }
.feature-logo { width: auto; max-width: 210px; height: 84px; object-fit: contain; object-position: left bottom; margin-bottom: 11px; filter: drop-shadow(0 4px 12px rgba(0,0,0,.5)); }
.feature-logo-wide { height: 72px; max-width: 230px; }
.feature-content p { max-width: 520px; margin-bottom: 14px; color: #d0d5dd; font-size: 14px; }
.feature-content.compact { inset: auto 22px 18px; }
.feature-content.compact .feature-logo { height: 58px; margin-bottom: 5px; }
.feature-content.compact p { margin: 0; }
.feature-meta { display: flex; flex-wrap: wrap; gap: 7px; }
.feature-meta span { padding: 5px 9px; border: 1px solid var(--line); border-radius: 7px; color: #c3cad6; background: rgba(5,8,13,.55); font-size: 10px; font-weight: 700; text-transform: uppercase; }

.catalog-section { border-block: 1px solid rgba(255,255,255,.05); background: #0b0e16; }
.catalog-toolbar { display: grid; grid-template-columns: minmax(270px, 1fr) auto auto; gap: 16px; align-items: center; padding: 15px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.025); }
.search-box { height: 48px; display: flex; align-items: center; gap: 11px; padding: 0 13px; border: 1px solid var(--line); border-radius: 11px; background: #090c13; }
.search-box:focus-within { border-color: rgba(199,255,50,.52); box-shadow: 0 0 0 3px rgba(199,255,50,.06); }
.search-box svg { flex: 0 0 auto; color: var(--muted); }
.search-box input { min-width: 0; width: 100%; color: #fff; border: 0; outline: 0; background: transparent; }
.search-box input::placeholder { color: #757e8f; }
kbd { padding: 1px 7px; border: 1px solid var(--line-strong); border-radius: 5px; color: #70798a; background: rgba(255,255,255,.04); font: 11px/1.6 "Segoe UI", sans-serif; }
.filter-group { display: flex; align-items: center; gap: 6px; }
.filter-chip { min-height: 38px; padding: 0 13px; border: 1px solid transparent; border-radius: 9px; color: #949dad; background: transparent; font-size: 12px; font-weight: 750; cursor: pointer; }
.filter-chip:hover { color: #fff; background: rgba(255,255,255,.04); }
.filter-chip.active { color: #081006; border-color: var(--lime); background: var(--lime); }
.select-wrap select { height: 44px; padding: 0 34px 0 13px; color: #ced3db; border: 1px solid var(--line); border-radius: 10px; outline: 0; background: #0a0d14; cursor: pointer; }
.catalog-status { min-height: 50px; display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.catalog-status p { margin: 0; }
.catalog-status span { color: #fff; font-weight: 850; }
.catalog-status button { padding: 0; color: var(--lime); border: 0; background: none; font-size: 11px; font-weight: 800; cursor: pointer; }
.games-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 17px; }
.game-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(180deg, #151a25, #0e121b); transition: transform .28s, border-color .28s, box-shadow .28s; }
.game-card:hover { transform: translateY(-5px); border-color: rgba(199,255,50,.34); box-shadow: 0 19px 45px rgba(0,0,0,.3); }
.game-cover { position: relative; aspect-ratio: 460/215; overflow: hidden; background: #161c28; cursor: pointer; }
.game-cover::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(12,15,23,.84)); }
.game-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.game-card:hover .game-cover img { transform: scale(1.055); }
.game-rank { position: absolute; z-index: 2; left: 12px; top: 12px; min-width: 28px; height: 28px; display: grid; place-items: center; padding: 0 7px; color: #0b1008; border-radius: 7px; background: var(--lime); font-size: 11px; font-weight: 900; }
.favorite-btn { position: absolute; z-index: 3; right: 11px; top: 11px; width: 34px; height: 34px; display: grid; place-items: center; padding: 0; color: #fff; border: 1px solid rgba(255,255,255,.2); border-radius: 9px; background: rgba(5,8,13,.65); backdrop-filter: blur(9px); cursor: pointer; transition: color .2s, border-color .2s, background .2s; }
.favorite-btn:hover, .favorite-btn.active { color: var(--lime); border-color: rgba(199,255,50,.45); background: rgba(12,20,9,.75); }
.favorite-btn.active svg { fill: currentColor; }
.game-body { padding: 16px; }
.game-title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.game-title-row h3 { overflow: hidden; margin: 0; color: #fff; font-size: 17px; line-height: 1.22; letter-spacing: -.025em; white-space: nowrap; text-overflow: ellipsis; }
.game-score { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 3px; color: var(--lime); font-size: 13px; font-weight: 900; }
.game-score svg { width: 12px; height: 12px; fill: currentColor; }
.game-description { display: -webkit-box; min-height: 42px; margin: 8px 0 13px; overflow: hidden; color: #929baa; font-size: 12px; line-height: 1.55; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.game-tags { display: flex; gap: 6px; margin-bottom: 14px; overflow: hidden; }
.game-tags span { flex: 0 0 auto; padding: 4px 7px; color: #9ba5b5; border: 1px solid var(--line); border-radius: 6px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.game-actions { display: grid; grid-template-columns: 1fr 38px; gap: 7px; }
.game-open { min-height: 38px; border: 0; border-radius: 9px; color: #0a1007; background: var(--lime); font-size: 11px; font-weight: 850; cursor: pointer; transition: filter .2s; }
.game-open:hover { filter: brightness(1.08); }
.official-link { display: grid; place-items: center; border: 1px solid var(--line); border-radius: 9px; color: #bbc2ce; background: rgba(255,255,255,.03); }
.official-link:hover { color: var(--lime); border-color: rgba(199,255,50,.3); }
.official-link svg { width: 15px; height: 15px; }
.load-more-wrap { display: flex; justify-content: center; margin-top: 35px; }
.load-more-wrap span { color: var(--lime); font-size: 18px; }
.empty-state { padding: 55px 20px; text-align: center; border: 1px dashed var(--line-strong); border-radius: 18px; }
.empty-state > div { width: 56px; height: 56px; display: grid; place-items: center; margin: 0 auto 14px; color: var(--lime); border-radius: 16px; background: rgba(199,255,50,.07); }
.empty-state h3 { margin-bottom: 6px; }
.empty-state p { color: var(--muted); }

.method-section { position: relative; overflow: hidden; }
.method-section::before { content: ""; position: absolute; width: 520px; height: 520px; top: 10%; left: -350px; border: 1px solid rgba(40,217,255,.15); border-radius: 50%; box-shadow: 0 0 100px rgba(40,217,255,.05), inset 0 0 90px rgba(40,217,255,.03); }
.method-grid { display: grid; grid-template-columns: 1fr 1.05fr; align-items: center; gap: 75px; }
.method-copy .lead { max-width: 610px; margin: 25px 0 30px; color: var(--muted); font-size: 16px; }
.criteria-list { display: grid; gap: 3px; }
.criterion { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 13px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.criterion > span { color: var(--lime); font: 750 11px/1 "Segoe UI", sans-serif; letter-spacing: .1em; }
.criterion h3 { margin: 0 0 2px; font-size: 14px; }
.criterion p { margin: 0; color: var(--muted); font-size: 12px; }
.criterion strong { color: #fff; font-size: 12px; }
.method-visual { position: relative; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.method-visual img { width: 100%; aspect-ratio: 1.1; object-fit: cover; }
.method-visual::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 70px rgba(4,6,11,.35); }
.method-visual figcaption { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 18px; display: flex; align-items: center; gap: 11px; padding: 12px 14px; color: #dce2ea; border: 1px solid var(--line-strong); border-radius: 12px; background: rgba(6,9,15,.78); backdrop-filter: blur(13px); font-size: 11px; font-weight: 700; }
.method-visual figcaption span { flex: 0 0 auto; width: 27px; height: 27px; display: grid; place-items: center; color: #071006; border-radius: 8px; background: var(--lime); }

.score-section { padding-top: 0; }
.score-panel { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; padding: 55px 65px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(135deg, #121824, #0d111a); }
.score-panel::before { content: ""; position: absolute; width: 400px; height: 400px; right: -160px; top: -250px; border-radius: 50%; background: rgba(199,255,50,.12); filter: blur(60px); }
.score-heading p { margin: 20px 0 0; color: var(--muted); }
.score-demo { position: relative; display: grid; grid-template-columns: 180px 1fr; align-items: center; gap: 40px; }
.score-ring { aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(199,255,50,.25); border-radius: 50%; background: radial-gradient(circle, rgba(199,255,50,.12), transparent 68%); box-shadow: inset 0 0 0 10px rgba(199,255,50,.025), 0 0 45px rgba(199,255,50,.08); }
.score-ring strong { color: var(--lime); font-size: 52px; line-height: 1; letter-spacing: -.06em; }
.score-ring span { margin-top: 5px; color: #b8c1cc; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.score-bars { display: grid; gap: 13px; }
.score-bars > div { display: grid; grid-template-columns: 90px 1fr 25px; align-items: center; gap: 12px; color: #afb7c4; font-size: 10px; text-transform: uppercase; letter-spacing: .05em; }
.score-bars i { height: 4px; overflow: hidden; border-radius: 4px; background: rgba(255,255,255,.08); }
.score-bars b { display: block; width: var(--w); height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--cyan), var(--lime)); }
.score-bars em { color: #fff; font-style: normal; font-weight: 800; }

.community-section { background: linear-gradient(180deg, transparent, rgba(16,20,30,.6), transparent); }
.persona-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.persona-card { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(17,22,34,.76); transition: transform .25s, border-color .25s; }
.persona-card:hover { transform: translateY(-4px); border-color: rgba(199,255,50,.25); }
.persona-top { display: flex; align-items: center; gap: 12px; }
.avatar { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; color: #061006; border-radius: 13px; font-weight: 950; }
.avatar-lime { background: var(--lime); }.avatar-cyan { background: var(--cyan); }.avatar-violet { color: #fff; background: var(--violet); }
.persona-top h3 { margin: 0; font-size: 14px; }.persona-top p { margin: 1px 0 0; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.quote-mark { margin-left: auto; color: rgba(199,255,50,.35); font: 900 44px/1 Georgia, serif; }
.persona-card blockquote { min-height: 82px; margin: 23px 0; color: #c5ccd6; font-size: 14px; font-style: italic; }
.persona-card > a { display: flex; align-items: center; justify-content: space-between; padding-top: 15px; color: var(--lime); border-top: 1px solid var(--line); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .05em; }

.safe-section { padding-top: 20px; }
.safe-panel { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; padding: 37px 42px; border: 1px solid rgba(199,255,50,.21); border-radius: var(--radius-lg); background: linear-gradient(120deg, rgba(199,255,50,.08), rgba(40,217,255,.035)); }
.safe-icon { width: 76px; height: 76px; display: grid; place-items: center; color: var(--lime); border: 1px solid rgba(199,255,50,.28); border-radius: 23px; background: rgba(199,255,50,.07); }
.safe-icon svg { width: 39px; height: 39px; }
.safe-copy .eyebrow { margin-bottom: 8px; }
.safe-copy h2 { margin-bottom: 8px; font-size: clamp(25px, 3vw, 39px); line-height: 1.1; letter-spacing: -.04em; text-transform: uppercase; }
.safe-copy p { max-width: 700px; margin: 0; color: #9fa8b6; font-size: 12px; }
.safe-checks { display: grid; gap: 7px; }
.safe-checks span { display: flex; align-items: center; gap: 8px; color: #cbd1db; font-size: 11px; font-weight: 750; white-space: nowrap; }
.safe-checks svg { color: var(--lime); }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 85px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro > p { max-width: 390px; margin: 22px 0; color: var(--muted); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion details:first-child { border-top: 1px solid var(--line); }
.accordion summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 0; color: #eff2f7; font-size: 15px; font-weight: 750; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { position: relative; width: 25px; height: 25px; flex: 0 0 auto; border: 1px solid var(--line-strong); border-radius: 50%; }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; left: 7px; top: 11px; width: 9px; height: 1px; background: var(--lime); transition: transform .2s; }
.accordion summary span::after { transform: rotate(90deg); }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details[open] summary { color: var(--lime); }
.accordion details p { max-width: 720px; margin: -8px 45px 24px 0; color: var(--muted); font-size: 14px; }

.final-cta { margin-top: 20px; color: #070b06; background: var(--lime); }
.final-cta-inner { min-height: 255px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 38px; }
.final-cta .eyebrow { color: rgba(7,11,6,.6); }
.final-cta h2 { margin: 0; font-size: clamp(42px, 5.2vw, 75px); line-height: .95; letter-spacing: -.055em; text-transform: uppercase; }

.site-footer { background: #07090e; }
.footer-main { display: grid; grid-template-columns: 1.7fr .8fr 1fr .9fr; gap: 55px; padding-block: 65px 54px; }
.footer-brand > p { max-width: 330px; margin: 21px 0; color: #7f8897; font-size: 13px; }
.footer-badge { width: max-content; display: flex; align-items: center; gap: 9px; padding: 9px 12px; border: 1px solid rgba(199,255,50,.17); border-radius: 10px; background: rgba(199,255,50,.04); }
.footer-badge svg { color: var(--lime); }
.footer-badge span { display: grid; color: #788191; font-size: 9px; line-height: 1.35; }
.footer-badge strong { color: #dbe2e9; font-size: 10px; text-transform: uppercase; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-links h3 { margin-bottom: 8px; color: #e7ebf1; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.footer-links a, .footer-links button, .footer-links p { margin: 0; padding: 0; color: #7e8796; border: 0; background: none; font-size: 12px; text-align: left; cursor: pointer; transition: color .2s; }
.footer-links a:hover, .footer-links button:hover { color: var(--lime); }
.footer-bottom { min-height: 78px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 35px; padding-block: 20px; border-top: 1px solid var(--line); color: #636c7a; font-size: 10px; }
.footer-bottom p { margin: 0; }.footer-bottom p:nth-child(2) { text-align: center; }.footer-bottom a { color: #949dad; font-weight: 800; }

.game-modal, .cookie-modal { width: min(calc(100% - 32px), 760px); max-height: min(88vh, 760px); padding: 0; overflow: auto; color: var(--text); border: 1px solid var(--line-strong); border-radius: 23px; background: #0d111a; box-shadow: 0 30px 100px rgba(0,0,0,.65); }
.game-modal::backdrop, .cookie-modal::backdrop { background: rgba(2,4,8,.82); backdrop-filter: blur(8px); }
.modal-close { position: absolute; z-index: 5; top: 14px; right: 14px; width: 38px; height: 38px; display: grid; place-items: center; padding: 0; color: #fff; border: 1px solid rgba(255,255,255,.22); border-radius: 10px; background: rgba(6,9,14,.65); backdrop-filter: blur(8px); cursor: pointer; }
.modal-hero { position: relative; height: 280px; overflow: hidden; }
.modal-hero img { width: 100%; height: 100%; object-fit: cover; }
.modal-hero::after { content: ""; position: absolute; inset: 25% 0 0; background: linear-gradient(transparent, #0d111a); }
.modal-score { position: absolute; z-index: 2; left: 25px; bottom: 22px; display: flex; align-items: baseline; gap: 8px; }
.modal-score strong { color: var(--lime); font-size: 45px; line-height: 1; }.modal-score span { color: #bec6d1; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.modal-body { padding: 5px 30px 32px; }
.modal-body h2 { margin-bottom: 8px; font-size: 32px; letter-spacing: -.045em; }
.modal-body > p { color: #a8b0bd; font-size: 14px; }
.modal-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 22px 0; }
.modal-facts div { padding: 12px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.025); }
.modal-facts span { display: block; color: #70798a; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }.modal-facts strong { font-size: 12px; }
.modal-note { display: flex; gap: 11px; padding: 14px; margin-bottom: 20px; color: #aeb7c4; border: 1px solid rgba(199,255,50,.18); border-radius: 11px; background: rgba(199,255,50,.04); font-size: 11px; }
.modal-note svg { flex: 0 0 auto; color: var(--lime); }
.modal-actions { display: flex; gap: 9px; }
.modal-actions .button { flex: 1; }

.cookie-banner { position: fixed; z-index: 1200; left: 20px; right: 20px; bottom: 20px; width: min(calc(100% - 40px), 1140px); margin-inline: auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 18px; border: 1px solid var(--line-strong); border-radius: 18px; background: rgba(13,17,26,.96); box-shadow: 0 24px 80px rgba(0,0,0,.55); backdrop-filter: blur(18px); }
.cookie-banner[hidden] { display: none; }
.cookie-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--lime); border-radius: 14px; background: rgba(199,255,50,.08); }
.cookie-copy h2 { margin: 0 0 3px; font-size: 15px; }.cookie-copy p { margin: 0; color: #969fad; font-size: 11px; }.cookie-copy a { color: var(--lime); text-decoration: underline; }
.cookie-actions { display: grid; grid-template-columns: auto auto; gap: 7px; }
.cookie-actions .button { min-height: 40px; padding-inline: 14px; font-size: 11px; }
.cookie-custom { grid-column: 1/-1; padding: 0; color: #aab2bf; border: 0; background: none; font-size: 10px; text-decoration: underline; cursor: pointer; }
.cookie-modal form { padding: 30px; }
.dialog-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }.dialog-head .eyebrow { margin-bottom: 6px; }.dialog-head h2 { margin: 0; font-size: 30px; }.dialog-head button { width: 36px; height: 36px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 10px; background: transparent; cursor: pointer; }
.cookie-modal form > p { color: var(--muted); font-size: 13px; }
.cookie-option { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 0; border-top: 1px solid var(--line); }
.cookie-option strong, .cookie-option span { display: block; }.cookie-option strong { font-size: 13px; }.cookie-option > div span { margin-top: 2px; color: var(--muted); font-size: 11px; }
.switch { position: relative; flex: 0 0 auto; }.switch input { position: absolute; opacity: 0; }.switch > span { width: 43px; height: 24px; border-radius: 20px; background: #2a3140; cursor: pointer; transition: background .2s; }.switch > span::after { content: ""; position: absolute; left: 3px; top: 3px; width: 18px; height: 18px; border-radius: 50%; background: #fff; transition: transform .2s; }.switch input:checked + span { background: var(--lime); }.switch input:checked + span::after { transform: translateX(19px); background: #0a0f07; }

.legal-page { background: #090c13; }
.legal-page .site-header { position: sticky; background: rgba(8,10,16,.95); border-color: var(--line); backdrop-filter: blur(16px); }
.legal-hero { padding: 85px 0 60px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 75% 15%, rgba(199,255,50,.08), transparent 35%); }
.legal-hero h1 { max-width: 850px; margin: 0; font-size: clamp(44px, 6vw, 78px); line-height: .98; letter-spacing: -.065em; text-transform: uppercase; }
.legal-hero p { max-width: 680px; margin: 22px 0 0; color: var(--muted); }
.legal-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }.legal-meta span { padding: 6px 10px; color: #abb4c1; border: 1px solid var(--line); border-radius: 7px; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.legal-layout { display: grid; grid-template-columns: 250px minmax(0, 760px); justify-content: center; gap: 70px; padding-block: 75px 110px; }
.legal-toc { position: sticky; top: 110px; align-self: start; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.025); }.legal-toc strong { display: block; margin-bottom: 12px; color: #e2e7ed; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }.legal-toc a { display: block; padding: 6px 0; color: #7f8998; font-size: 12px; }.legal-toc a:hover { color: var(--lime); }
.legal-content { min-width: 0; }.legal-content section { padding-top: 10px; margin-bottom: 38px; }.legal-content h2 { margin-bottom: 14px; font-size: 25px; letter-spacing: -.03em; }.legal-content h3 { margin: 24px 0 8px; font-size: 16px; }.legal-content p, .legal-content li { color: #a4adba; font-size: 14px; }.legal-content a { color: var(--lime); text-decoration: underline; text-underline-offset: 3px; }.legal-content ul, .legal-content ol { padding-left: 20px; }.legal-content li { margin-bottom: 8px; }.legal-callout { padding: 18px 20px; margin: 25px 0; border: 1px solid rgba(199,255,50,.2); border-radius: 13px; background: rgba(199,255,50,.045); }.legal-callout p { margin: 0; }.legal-table { width: 100%; border-collapse: collapse; margin: 18px 0; font-size: 12px; }.legal-table th, .legal-table td { padding: 12px; border: 1px solid var(--line); text-align: left; vertical-align: top; }.legal-table th { color: #fff; background: rgba(255,255,255,.035); }.legal-table td { color: #9fa8b6; }

.reveal { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .main-nav { gap: 20px; }
  .catalog-toolbar { grid-template-columns: 1fr auto; }
  .filter-group { grid-column: 1/-1; order: 3; overflow-x: auto; }
  .games-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .method-grid { gap: 42px; }
  .score-panel { gap: 40px; padding: 45px; }
  .safe-panel { grid-template-columns: auto 1fr; }.safe-checks { grid-column: 2; grid-template-columns: repeat(2, max-content); }
  .footer-main { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 30px; }
}

@media (max-width: 860px) {
  .nav-wrap { min-height: 68px; }
  .nav-actions .button { display: none; }
  .menu-toggle { display: grid; }
  .main-nav { position: absolute; top: 68px; left: 20px; right: 20px; display: none; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: rgba(10,13,20,.98); box-shadow: var(--shadow); }
  .main-nav.open { display: grid; }
  .main-nav a { padding: 12px; }.main-nav a::after { display: none; }
  .hero { min-height: 700px; height: 88vh; }
  .hero-media { background-image: linear-gradient(90deg, rgba(5,8,13,.98), rgba(5,8,13,.72)), linear-gradient(0deg, rgba(5,8,13,.96), transparent 35%), url("../images/hero-oaklence.png"); background-position: 62% center; }
  .hero-copy { width: min(650px, 90vw); }
  .hero h1 { font-size: clamp(50px, 10vw, 78px); }
  .no-money-inner { grid-template-columns: auto 1fr; padding-block: 14px; }.no-money-inner > a { grid-column: 2; }
  .section { padding: 82px 0; }
  .section-head { align-items: flex-start; flex-direction: column; gap: 15px; }
  .featured-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 420px 240px; }.feature-card-main { grid-column: 1/-1; grid-row: 1; }
  .games-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .method-grid, .score-panel, .faq-grid { grid-template-columns: 1fr; }
  .method-visual { order: -1; }.method-visual img { aspect-ratio: 16/10; }
  .score-demo { max-width: 620px; }.score-panel { padding: 38px; }
  .persona-grid { grid-template-columns: 1fr; }.persona-card blockquote { min-height: auto; }
  .faq-intro { position: static; }.faq-grid { gap: 35px; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }.footer-links:last-child { grid-column: 2; }.footer-bottom { grid-template-columns: 1fr auto; }.footer-bottom p:nth-child(2) { grid-column: 1/-1; grid-row: 2; text-align: left; }
  .cookie-banner { grid-template-columns: auto 1fr; }.cookie-actions { grid-column: 1/-1; grid-template-columns: 1fr 1fr; }
  .legal-layout { grid-template-columns: 1fr; gap: 30px; }.legal-toc { position: static; }.legal-toc a { display: inline-block; margin-right: 12px; }
}

@media (max-width: 580px) {
  .container { width: min(calc(100% - 26px), var(--container)); }
  .brand { font-size: 20px; }.brand-mark { width: 35px; height: 35px; }
  .favorites-link { width: 38px; height: 38px; }.menu-toggle { width: 38px; height: 38px; }
  .hero { min-height: 690px; }.hero-content { padding-top: 25px; }.hero h1 { font-size: clamp(45px, 15.2vw, 68px); }.hero-copy > p { font-size: 15px; }.hero-actions { display: grid; grid-template-columns: 1fr; }.hero-actions .button { width: 100%; }.hero-trust { gap: 10px 16px; }.scroll-cue { display: none; }
  .no-money-icon { align-self: start; }.no-money-inner > a { display: none; }
  .section { padding: 68px 0; }.section-head h2, .method-copy h2, .faq-intro h2, .score-heading h2 { font-size: 38px; }
  .featured-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: 370px 240px 240px; }.feature-card-main { grid-column: auto; }.feature-content { inset: auto 18px 20px; }.feature-logo { height: 66px; }.feature-meta { display: none; }
  .catalog-toolbar { display: grid; grid-template-columns: 1fr; padding: 10px; }.filter-group { grid-column: auto; order: initial; padding-bottom: 4px; }.select-wrap select { width: 100%; }.games-grid { grid-template-columns: 1fr; }.game-body { padding: 15px; }.game-description { min-height: auto; }
  .method-grid { gap: 30px; }.method-visual img { aspect-ratio: 1; }.criterion { grid-template-columns: 30px 1fr auto; }.criterion p { display: none; }
  .score-panel { width: calc(100% - 26px); padding: 30px 20px; }.score-demo { grid-template-columns: 1fr; }.score-ring { width: 160px; margin-inline: auto; }.score-bars > div { grid-template-columns: 80px 1fr 25px; }
  .persona-card { padding: 21px; }
  .safe-panel { grid-template-columns: 1fr; padding: 28px 22px; }.safe-icon { width: 58px; height: 58px; border-radius: 18px; }.safe-checks { grid-column: auto; grid-template-columns: 1fr 1fr; gap: 11px; }.safe-checks span { white-space: normal; }
  .accordion summary { font-size: 14px; }.accordion details p { margin-right: 0; }
  .final-cta-inner { align-items: stretch; flex-direction: column; justify-content: center; }.final-cta h2 { font-size: 44px; }.final-cta .button { align-self: flex-start; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 35px 20px; }.footer-brand { grid-column: 1/-1; }.footer-links:last-child { grid-column: auto; }.footer-bottom { display: flex; align-items: flex-start; flex-direction: column; gap: 9px; }.footer-bottom p:nth-child(2) { text-align: left; }
  .cookie-banner { left: 10px; right: 10px; bottom: 10px; width: auto; grid-template-columns: 1fr; padding: 15px; }.cookie-icon { display: none; }.cookie-actions { grid-column: auto; }.cookie-actions .button { padding-inline: 9px; }.cookie-modal form { padding: 22px; }
  .modal-hero { height: 210px; }.modal-body { padding: 5px 20px 25px; }.modal-body h2 { font-size: 27px; }.modal-facts { grid-template-columns: 1fr 1fr; }.modal-actions { flex-direction: column; }
  .legal-hero { padding: 65px 0 45px; }.legal-layout { padding-block: 50px 80px; }.legal-table { display: block; overflow-x: auto; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 52px; }
  .hero .eyebrow { font-size: 10px; letter-spacing: .11em; }
  .hero-trust { font-size: 10px; }
  .safe-checks { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
