:root {
    --navy-950: #041127;
    --navy-900: #071a36;
    --ink: #0c1830;
    --muted: #607089;
    --line: #dce4ef;
    --surface: #fff;
    --canvas: #f5f8fc;
    --green: #0aaa67;
    --green-dark: #07844f;
    --violet: #7257f5;
    --radius-lg: 20px;
    --shadow: 0 20px 50px rgba(10, 29, 57, .1);
    --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { max-width: 100%; scroll-behavior: smooth; }
body { max-width: 100%; margin: 0; overflow-x: hidden; color: var(--ink); background: var(--canvas); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
.container { width: min(var(--container), calc(100% - 40px)); min-width: 0; 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; }
.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; transform: translateY(-150%); padding: 10px 14px; border-radius: 8px; color: #fff; background: var(--green); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 100; top: 0; height: 76px; color: #fff; background: rgba(4,17,39,.94); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(18px); }
.nav-wrap { height: 100%; min-width: 0; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 19px; font-weight: 800; letter-spacing: -.4px; white-space: nowrap; }
.brand b { color: #84f0bd; }
.brand-mark { position: relative; display: inline-block; width: 31px; height: 28px; }
.brand-mark i { position: absolute; top: 3px; width: 18px; height: 9px; background: linear-gradient(135deg, #53e995, var(--green)); border-radius: 9px 9px 2px 9px; }
.brand-mark i:first-child { left: 1px; transform: rotate(39deg); }
.brand-mark i:last-child { right: 0; transform: rotate(-39deg); }
.primary-nav { display: flex; align-items: center; gap: 29px; margin-left: auto; }
.primary-nav a { position: relative; padding: 28px 0 24px; color: #cbd5e6; font-size: 14px; font-weight: 650; }
.primary-nav a:hover, .primary-nav a:focus-visible, .primary-nav a.active { color: #fff; }
.primary-nav a.active::after { content: ""; position: absolute; bottom: 16px; left: 0; width: 20px; height: 2px; border-radius: 9px; background: #3ce394; }
.nav-cta { position: relative; isolation: isolate; display: inline-flex; align-items: center; gap: 8px; overflow: hidden; padding: 11px 16px; border: 1px solid rgba(71,226,147,.65); border-radius: 10px; font-size: 13px; font-weight: 750; transition: transform .2s ease-out, background-color .2s ease-out, box-shadow .2s ease-out; }
.nav-cta:hover { background: rgba(10,170,103,.14); }
.nav-toggle { display: none; width: 44px; height: 44px; margin-left: auto; padding: 10px; place-content: center; border: 1px solid rgba(255,255,255,.13); border-radius: 11px; background: rgba(255,255,255,.05); cursor: pointer; }

.hero { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 82% 20%, #153b66 0, var(--navy-950) 43%), var(--navy-950); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, #000, transparent 78%); }
.hero-glow { position: absolute; width: 340px; height: 340px; border-radius: 50%; filter: blur(80px); opacity: .18; }
.hero-glow-one { top: -170px; left: -120px; background: #09d684; }
.hero-glow-two { right: 2%; bottom: 5%; background: #7e57ff; }
.hero-grid { position: relative; z-index: 1; min-width: 0; min-height: 590px; display: grid; grid-template-columns: 1.03fr .97fr; gap: 70px; align-items: center; padding-block: 74px 90px; }
.hero-copy, .hero-showcase { min-width: 0; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; color: #68e9aa; font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: #42ed9b; box-shadow: 0 0 0 6px rgba(66,237,155,.11); }
.hero h1 { max-width: 690px; margin: 21px 0 22px; font-size: clamp(44px, 5vw, 72px); line-height: .99; letter-spacing: -.052em; }
.hero h1 em { color: #7be7b4; font-family: Georgia, serif; font-weight: 500; }
.hero-copy > p { max-width: 590px; margin: 0; color: #b9c6d9; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.btn { position: relative; isolation: isolate; display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; overflow: hidden; padding: 0 18px; border: 0; border-radius: 11px; cursor: pointer; font-size: 14px; font-weight: 780; transition: transform .2s ease-out, color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out, box-shadow .2s ease-out; }
.btn:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid rgba(83,233,149,.4); outline-offset: 3px; }
.btn-primary { min-height: 54px; padding-inline: 24px; color: #fff; background: linear-gradient(135deg, #13b875, #078d55); box-shadow: 0 14px 30px rgba(10,170,103,.22); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(10,170,103,.3); }
.btn-ghost { min-height: 54px; color: #e8eef7; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.18); }
.play-icon { display: inline-grid; width: 25px; height: 25px; place-items: center; color: var(--green); background: #fff; border-radius: 50%; font-size: 9px; transition: transform .2s ease-out; }
.hero-note { display: flex; align-items: center; gap: 10px; margin-top: 27px; color: #8193ae; font-size: 12px; }
.note-icon { display: inline-grid; width: 19px; height: 19px; place-items: center; border: 1px solid #52647e; border-radius: 50%; color: #b1bfd2; font-weight: 800; }

.hero-showcase { position: relative; min-height: 470px; display: grid; place-items: center; }
.showcase-orbit { position: absolute; border: 1px solid rgba(109,89,246,.35); border-radius: 50%; transform: rotate(-15deg); }
.orbit-one { width: 570px; height: 240px; }
.orbit-two { width: 440px; height: 185px; border-color: rgba(52,225,143,.28); transform: rotate(18deg); }
.showcase-panel { position: relative; z-index: 2; width: min(100%,440px); padding: 22px; border: 1px solid rgba(255,255,255,.16); border-radius: 26px; background: linear-gradient(145deg,rgba(19,47,80,.92),rgba(5,19,42,.96)); box-shadow: 0 34px 90px rgba(0,0,0,.42); backdrop-filter: blur(18px); transform: perspective(1000px) rotateY(-5deg) rotateX(1deg); }
.panel-top { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.08); }
.panel-top small { display: block; color: #7387a6; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.panel-top strong { display: block; margin-top: 4px; font-size: 17px; }
.live-pill { display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; color: #99f2c7; border: 1px solid rgba(53,221,139,.2); border-radius: 999px; background: rgba(16,155,94,.12); font-size: 10px; font-weight: 750; }
.live-pill i { width: 6px; height: 6px; border-radius: 50%; background: #43e495; box-shadow: 0 0 9px #43e495; }
.featured-stack { display: grid; gap: 9px; padding-block: 16px; }
.featured-item { display: grid; grid-template-columns: 46px 1fr 25px; gap: 11px; align-items: center; padding: 9px; border: 1px solid rgba(255,255,255,.07); border-radius: 13px; background: rgba(255,255,255,.045); }
.featured-item > span:nth-child(2) { min-width: 0; }
.featured-item b, .featured-item small { display: block; }
.featured-item b { margin-bottom: 3px; font-size: 13px; }
.featured-item small { color: #8293ac; font-size: 10px; }
.mini-icon { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 11px; color: #fff; background: linear-gradient(145deg,hsl(calc(var(--hue,150)*1deg),78%,54%),hsl(calc((var(--hue,150) + 48)*1deg),72%,34%)); box-shadow: inset 0 1px 0 rgba(255,255,255,.33); font-size: 13px; font-weight: 900; }
.hue-1 { --hue: 222; } .hue-4 { --hue: 288; } .hue-7 { --hue: 18; } .hue-10 { --hue: 148; }
.item-arrow { color: #84eeb9; }
.panel-summary { display: grid; grid-template-columns: repeat(3,1fr); padding-top: 16px; border-top: 1px solid rgba(255,255,255,.08); }
.panel-summary span { display: block; text-align: center; border-right: 1px solid rgba(255,255,255,.08); }
.panel-summary span:last-child { border: 0; }
.panel-summary b, .panel-summary small { display: block; }
.panel-summary b { color: #fff; font-size: 17px; }
.panel-summary small { margin-top: 3px; color: #7286a4; font-size: 9px; }
.floating-badge { position: absolute; z-index: 3; display: grid; place-items: center; color: #fff; box-shadow: 0 20px 35px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.4); font-weight: 900; }
.badge-cards { top: 10%; left: 2%; width: 68px; height: 68px; border-radius: 17px; background: linear-gradient(145deg,#7d5cf3,#41209f); transform: rotate(-11deg); font-family: Georgia,serif; font-size: 22px; }
.badge-seven { top: 4%; right: 1%; width: 67px; height: 67px; border-radius: 50%; color: #542508; background: radial-gradient(circle at 35% 25%,#fff5a5,#f1b62e 42%,#b95c0c); transform: rotate(8deg); }
.badge-dice { bottom: 5%; right: 0; width: 62px; height: 62px; border-radius: 18px; color: #132b4d; background: linear-gradient(145deg,#fff,#cfd9e7); transform: rotate(12deg); font-size: 32px; }
.trust-row { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid rgba(255,255,255,.1); border-radius: 18px 18px 0 0; background: rgba(255,255,255,.055); backdrop-filter: blur(14px); }
.trust-row > div { position: relative; display: grid; grid-template-columns: 38px 1fr; column-gap: 10px; padding: 22px 24px; border-right: 1px solid rgba(255,255,255,.08); }
.trust-row > div:last-child { border: 0; }
.trust-row span { grid-row: 1 / 3; color: #42dc92; font-size: 12px; font-weight: 900; }
.trust-row b { font-size: 13px; }
.trust-row small { margin-top: 3px; color: #798ba7; font-size: 10px; }

.section { padding-block: 96px; }
.section-heading { margin-bottom: 30px; }
.section-kicker { color: var(--green-dark); }
.section-heading h2 { margin: 9px 0; font-size: clamp(34px,4vw,48px); line-height: 1.05; letter-spacing: -.04em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 16px; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.count-pill { display: inline-flex; align-items: center; gap: 7px; padding: 9px 14px; border: 1px solid #d8d1ff; border-radius: 999px; color: #5538c6; background: #f1eeff; font-size: 12px; font-weight: 700; }
.count-pill b { font-size: 15px; }
.directory-tools { position: sticky; z-index: 20; top: 88px; min-width: 0; display: flex; align-items: center; gap: 18px; padding: 15px; margin-bottom: 12px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(255,255,255,.95); box-shadow: 0 12px 30px rgba(14,38,72,.075); backdrop-filter: blur(16px); }
.search-box { flex: 1; display: flex; align-items: center; gap: 10px; min-width: 240px; padding: 0 13px; border: 1px solid #d4deea; border-radius: 11px; background: #f8fafd; }
.search-box > span { color: #586b83; font-size: 22px; }
.search-box input { width: 100%; height: 46px; border: 0; outline: 0; color: var(--ink); background: transparent; }
.search-box kbd { padding: 4px 6px; border: 1px solid #d4deea; border-radius: 5px; color: #728199; background: #fff; font-size: 9px; }
.filter-list { display: flex; max-width: 100%; min-width: 0; gap: 7px; }
.filter { flex: 0 0 auto; min-height: 44px; padding: 0 14px; border: 1px solid #d9e1eb; border-radius: 10px; color: #4f6179; background: #fff; cursor: pointer; font-size: 12px; font-weight: 750; transition: transform .18s ease-out, color .18s ease-out, background-color .18s ease-out, border-color .18s ease-out; }
.filter.active, .filter:hover { color: #fff; border-color: var(--green); background: var(--green); }
.results-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 36px; margin-bottom: 10px; padding-inline: 4px; }
.results-bar p { margin: 0; color: #52647b; font-size: 12px; }
.clear-filters, .show-all { min-height: 44px; padding: 10px 4px; border: 0; color: var(--green-dark); background: transparent; cursor: pointer; font-size: 12px; font-weight: 800; }
.clear-filters:hover, .show-all:hover { text-decoration: underline; }
.game-list { display: grid; gap: 12px; }
.js:not(.games-ready) .game-list .game-card:nth-child(n+13) { display: none; }
.game-card { display: grid; grid-template-columns: 42px 74px minmax(0,1fr) auto; gap: 18px; align-items: center; min-width: 0; min-height: 118px; padding: 16px 18px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); box-shadow: 0 8px 24px rgba(19,41,73,.045); transition: .22s ease; }
.game-card:hover { transform: translateY(-2px); border-color: #c7d4e4; box-shadow: var(--shadow); }
.game-number { color: #607087; font-size: 13px; font-weight: 850; }
.game-icon { position: relative; display: grid; width: 70px; height: 70px; place-items: center; overflow: hidden; border: 1px solid hsla(var(--game-hue),70%,48%,.35); border-radius: 17px; color: #fff; background: linear-gradient(145deg,hsl(var(--game-hue),80%,57%),hsl(calc(var(--game-hue) + 45deg),78%,31%)); box-shadow: inset 0 1px 0 rgba(255,255,255,.42),0 9px 19px hsla(var(--game-hue),75%,35%,.2); }
.game-icon::before { content: ""; position: absolute; width: 54px; height: 54px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.game-icon b { position: relative; z-index: 1; font-size: 18px; text-shadow: 0 2px 5px rgba(0,0,0,.3); }
.game-icon i { position: absolute; right: 7px; bottom: 3px; color: rgba(255,255,255,.48); font-style: normal; }
.game-info { min-width: 0; }
.game-title-line { display: flex; align-items: center; gap: 10px; }
.game-title-line h3 { margin: 0; font-size: 18px; letter-spacing: -.02em; }
.game-title-line > span { padding: 4px 8px; border-radius: 999px; color: #6244c1; background: #eee9ff; font-size: 10px; font-weight: 800; }
.game-info p { margin: 7px 0 9px; color: var(--muted); font-size: 12px; }
.game-meta { display: flex; flex-wrap: wrap; gap: 16px; color: #7c899c; font-size: 10px; font-weight: 600; }
.game-actions { min-width: 0; display: flex; gap: 9px; }
.btn-outline { color: #41516a; border: 1px solid #d1dbe7; background: #fff; }
.btn-outline:hover { color: var(--ink); border-color: #aebfd2; background: #f7f9fc; }
.btn-download { min-width: 148px; color: #fff; background: linear-gradient(135deg,#12b672,#07874f); box-shadow: 0 8px 20px rgba(10,170,103,.17); }
.btn-download:hover { transform: translateY(-1px); box-shadow: 0 12px 24px rgba(10,170,103,.26); }
.game-extra { grid-column: 3 / -1; display: flex; gap: 9px; align-items: baseline; margin-top: -2px; padding: 12px 14px; border: 1px solid #dce5ef; border-radius: 11px; color: #5e6f86; background: #f6f9fc; font-size: 12px; line-height: 1.5; }
.game-extra strong { color: var(--ink); white-space: nowrap; }
.load-actions { display: grid; justify-items: center; gap: 8px; padding-top: 28px; }
.no-js .load-actions { display: none; }
.noscript-note { margin: 0 0 14px; padding: 12px 14px; border: 1px solid #e4d6aa; border-radius: 11px; color: #6d5c36; background: #fff9e9; font-size: 12px; }
.btn-load { min-width: 210px; color: #fff; background: var(--navy-900); box-shadow: 0 12px 25px rgba(7,26,54,.16); }
.btn-load:hover { transform: translateY(-2px); background: #0c2b53; }
.no-results { padding: 60px 20px; border: 1px dashed #c9d5e4; border-radius: var(--radius-lg); background: #fff; text-align: center; }
.no-results > span { display: grid; width: 60px; height: 60px; margin: 0 auto 16px; place-items: center; border-radius: 50%; color: var(--green); background: #e9faf2; font-size: 30px; }
.no-results h3 { margin: 0 0 8px; font-size: 23px; }
.no-results p { margin: 0 0 20px; color: var(--muted); }

.promo-section { padding-block: 32px; background: var(--canvas); }
.promo-banner { --banner-accent: #22d98a; --banner-accent-2: #0a8f57; position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(0,1.18fr) minmax(300px,.82fr); min-width: 0; min-height: 330px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 30px; color: #fff; background: radial-gradient(circle at 82% 18%,rgba(36,227,142,.2),transparent 27%), linear-gradient(125deg,#06162f,#0b2a4a 62%,#08253c); box-shadow: 0 28px 70px rgba(7,25,52,.18); }
.promo-banner::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.13) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.13) 1px,transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(90deg,#000,transparent 86%); }
.promo-banner--violet { --banner-accent: #9c83ff; --banner-accent-2: #6a49e8; background: radial-gradient(circle at 18% 22%,rgba(157,128,255,.24),transparent 30%), linear-gradient(125deg,#120d31,#29185e 58%,#40208a); }
.promo-banner--ocean { --banner-accent: #55d9ff; --banner-accent-2: #168bb5; background: radial-gradient(circle at 80% 12%,rgba(85,217,255,.22),transparent 28%), linear-gradient(125deg,#04182d,#093c5c 57%,#075c76); }
.promo-banner--amber { --banner-accent: #ffd66d; --banner-accent-2: #db8d15; background: radial-gradient(circle at 20% 18%,rgba(255,207,92,.2),transparent 29%), linear-gradient(125deg,#211509,#49300f 58%,#714714); }
.promo-banner--midnight { --banner-accent: #74efb5; --banner-accent-2: #7457f4; background: radial-gradient(circle at 78% 18%,rgba(117,87,244,.25),transparent 29%), radial-gradient(circle at 15% 85%,rgba(48,226,145,.17),transparent 26%), linear-gradient(125deg,#030d1f,#091b39 56%,#15133d); }
.promo-copy { position: relative; z-index: 2; align-self: center; max-width: 700px; min-width: 0; padding: 50px 20px 50px 56px; }
.promo-kicker { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 13px; color: var(--banner-accent); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.promo-kicker::before { content: ""; width: 24px; height: 2px; border-radius: 3px; background: currentColor; }
.promo-copy h2 { max-width: 660px; margin: 0 0 13px; font-size: clamp(32px,4vw,47px); line-height: 1.04; letter-spacing: -.045em; }
.promo-copy p { max-width: 620px; margin: 0 0 24px; color: #b7c6da; font-size: 15px; line-height: 1.7; }
.promo-btn { min-height: 50px; color: #fff; background: linear-gradient(135deg,var(--banner-accent),var(--banner-accent-2)); box-shadow: 0 14px 30px rgba(0,0,0,.18); }
.promo-banner--amber .promo-btn { color: #302008; }
.btn-animated::before { content: ""; position: absolute; z-index: 0; top: -40%; bottom: -40%; left: -55%; width: 36%; opacity: 0; background: linear-gradient(90deg,transparent,rgba(255,255,255,.45),transparent); transform: skewX(-18deg); transition: left .55s ease-out, opacity .2s ease-out; }
.btn-animated > span { position: relative; z-index: 1; }
.button-arrow { display: inline-block; transition: transform .2s ease-out; }
.promo-note { display: block; max-width: 600px; margin-top: 16px; color: #91a2ba; font-size: 10px; line-height: 1.55; }
.promo-art { position: relative; z-index: 2; min-width: 0; min-height: 330px; overflow: hidden; }
.promo-art::before { content: ""; position: absolute; right: 38px; bottom: -60px; width: 300px; height: 300px; border: 1px solid color-mix(in srgb,var(--banner-accent) 45%,transparent); border-radius: 50%; box-shadow: 0 0 0 30px color-mix(in srgb,var(--banner-accent) 6%,transparent),0 0 0 65px color-mix(in srgb,var(--banner-accent) 4%,transparent); }
.promo-art picture { position: absolute; inset: 0; display: block; }
.promo-art img { position: absolute; right: 38px; bottom: -105px; width: auto; height: 510px; filter: drop-shadow(0 24px 30px rgba(0,0,0,.32)); transform: rotate(1deg); transform-origin: bottom center; transition: transform .35s cubic-bezier(.2,.75,.3,1); }
.promo-banner--flip .promo-copy { grid-column: 2; grid-row: 1; padding: 50px 56px 50px 28px; }
.promo-banner--flip .promo-art { grid-column: 1; grid-row: 1; }
.promo-banner--flip .promo-art::before { right: auto; left: 28px; }
.promo-banner--flip .promo-art img { right: auto; left: 34px; transform: scaleX(-1) rotate(1deg); }
.promo-orb { position: absolute; z-index: 0; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.promo-orb--one { top: -95px; right: 21%; width: 220px; height: 220px; opacity: .09; background: var(--banner-accent); }
.promo-orb--two { bottom: -120px; left: 18%; width: 280px; height: 280px; opacity: .06; background: #fff; }
.promo-spark { position: absolute; z-index: 3; color: var(--banner-accent); text-shadow: 0 0 18px currentColor; }
.promo-spark--one { top: 44px; right: 54px; font-size: 23px; }
.promo-spark--two { right: 325px; bottom: 62px; font-size: 14px; }
.promo-banner--flip .promo-spark--one { right: auto; left: 50px; }
.promo-banner--flip .promo-spark--two { right: auto; left: 315px; }
[data-reveal].reveal-pending { opacity: 0; transform: translateY(26px) scale(.99); }
[data-reveal].reveal-pending.is-visible { opacity: 1; transform: none; transition: opacity .6s ease-out, transform .6s cubic-bezier(.2,.75,.3,1); }
.button-ripple { position: absolute; z-index: 0; width: 16px; height: 16px; border-radius: 50%; pointer-events: none; background: rgba(255,255,255,.24); transform: translate(-50%,-50%) scale(0); animation: button-ripple .62s ease-out forwards; }
@keyframes button-ripple { to { opacity: 0; transform: translate(-50%,-50%) scale(16); } }

.category-section { background: #fff; }
.centered-heading { max-width: 720px; margin-inline: auto; text-align: center; }
.category-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.category-card { position: relative; display: grid; grid-template-columns: 64px 1fr 24px; gap: 14px; align-items: center; min-height: 112px; overflow: hidden; padding: 20px; border: 1px solid #dce4ef; border-radius: 19px; background: #f8fafd; transition: .22s ease; }
.category-card::after { content: ""; position: absolute; right: -45px; bottom: -58px; width: 130px; height: 130px; border-radius: 50%; opacity: .08; background: currentColor; }
.category-card:hover { transform: translateY(-4px); border-color: #c6d3e2; box-shadow: var(--shadow); }
.category-card > span:nth-child(2) { display: grid; gap: 4px; }
.category-card b { font-size: 16px; }
.category-card small { color: #566981; font-size: 11px; }
.category-card i { color: #8593a8; font-size: 18px; font-style: normal; }
.category-icon { display: grid; width: 62px; height: 62px; place-items: center; border-radius: 16px; color: #fff; box-shadow: inset 0 1px 0 rgba(255,255,255,.38), 0 9px 19px rgba(15,34,64,.14); font-size: 18px; font-weight: 900; }
.category-rummy .category-icon { background: linear-gradient(145deg,#7459f8,#44219a); }
.category-slots .category-icon { color: #6a3100; background: linear-gradient(145deg,#ffe081,#e89512); }
.category-spin .category-icon { background: linear-gradient(145deg,#10c17a,#04774a); }
.category-yono .category-icon { background: linear-gradient(145deg,#2c92ed,#2250a4); }
.category-note { display: grid; grid-template-columns: 44px 1fr auto; gap: 15px; align-items: center; margin-top: 24px; padding: 20px 22px; border: 1px solid #cbeadd; border-radius: 16px; background: #f0fbf6; }
.shield-symbol { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; color: #fff; background: var(--green); font-weight: 900; }
.category-note strong { font-size: 14px; }
.category-note p { margin: 4px 0 0; color: #5b7066; font-size: 12px; }
.category-note a { color: var(--green-dark); font-size: 12px; font-weight: 850; white-space: nowrap; }

.guide-section { position: relative; overflow: hidden; color: #fff; background: var(--navy-950); }
.guide-section::before { content: ""; position: absolute; inset: 0; opacity: .15; background: radial-gradient(circle at 15% 20%,#1ad88d,transparent 25%), radial-gradient(circle at 85% 80%,#7155f5,transparent 26%); }
.guide-section .container { position: relative; display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.guide-intro h2 { margin: 12px 0 18px; font-size: clamp(38px,4vw,54px); line-height: 1.05; letter-spacing: -.045em; }
.guide-intro p { color: #9aacc4; font-size: 16px; line-height: 1.75; }
.text-link { display: inline-flex; gap: 7px; margin-top: 16px; color: #6ee7ac; font-size: 13px; font-weight: 800; }
.steps-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.steps-list li { display: grid; grid-template-columns: 55px 1fr; gap: 16px; align-items: start; padding: 22px; border: 1px solid rgba(255,255,255,.09); border-radius: 17px; background: rgba(255,255,255,.045); }
.steps-list li > span { display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid rgba(85,232,159,.28); border-radius: 14px; color: #7af0b6; background: rgba(24,183,112,.1); font-size: 12px; font-weight: 900; }
.steps-list b { font-size: 16px; }
.steps-list p { margin: 7px 0 0; color: #8fa1ba; font-size: 13px; line-height: 1.6; }

.editorial-section { background: #f6f8fc; }
.editorial-layout { display: grid; grid-template-columns: 230px minmax(0,1fr); gap: 70px; align-items: start; min-width: 0; }
.content-nav { position: sticky; top: 110px; display: grid; gap: 4px; padding: 20px; border: 1px solid #dae3ee; border-radius: 17px; background: #fff; }
.content-nav span { margin: 0 10px 10px; color: #586b83; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.content-nav a { padding: 10px; border-radius: 9px; color: #627188; font-size: 12px; font-weight: 650; }
.content-nav a:hover { color: var(--green-dark); background: #eefaf4; }
.editorial-content { max-width: 790px; min-width: 0; }
.editorial-content > h2 { margin: 12px 0 22px; font-size: clamp(40px,5vw,60px); line-height: 1.02; letter-spacing: -.05em; }
.editorial-content p { color: #56677d; font-size: 16px; line-height: 1.82; }
.editorial-content .lead { color: #26364d; font-size: 20px; line-height: 1.65; }
.content-callout { display: grid; grid-template-columns: 88px 1fr; gap: 20px; align-items: center; margin: 34px 0; padding: 24px; border: 1px solid #d7d0ff; border-radius: 19px; background: linear-gradient(135deg,#f5f2ff,#fff); }
.content-callout > span { display: grid; width: 84px; height: 84px; place-items: center; border-radius: 20px; color: #fff; background: linear-gradient(145deg,#765bf7,#4121a0); font-size: 28px; font-weight: 900; }
.content-callout strong { font-size: 17px; }
.content-callout p { margin: 5px 0 0; font-size: 13px; line-height: 1.55; }
.copy-block { scroll-margin-top: 110px; margin-top: 46px; padding-top: 42px; border-top: 1px solid #d9e2ed; }
.copy-block h3 { margin: 0 0 16px; font-size: 28px; line-height: 1.15; letter-spacing: -.03em; }
.copy-block ul { display: grid; gap: 10px; margin: 20px 0 0; padding: 0; list-style: none; }
.copy-block li { position: relative; padding-left: 25px; color: #4f6178; line-height: 1.6; }
.copy-block li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.safety-block { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 28px; border: 1px solid #cbe9dc; border-radius: 20px; background: #f0faf5; }
.copy-icon { display: grid; width: 55px; height: 55px; place-items: center; border-radius: 15px; color: #fff; background: var(--green); font-size: 24px; }

.faq-section { background: #fff; }
.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 75px; align-items: start; min-width: 0; }
.faq-intro h2 { margin: 12px 0 15px; font-size: clamp(38px,4vw,52px); line-height: 1.05; letter-spacing: -.045em; }
.faq-intro > p { color: var(--muted); line-height: 1.7; }
.faq-help { display: grid; grid-template-columns: 42px 1fr; gap: 12px; margin-top: 28px; padding: 17px; border-radius: 15px; background: #f2f6fb; }
.faq-help > span { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 12px; color: #fff; background: var(--navy-900); font-weight: 900; }
.faq-help p { margin: 0; color: #607188; font-size: 12px; line-height: 1.55; }
.faq-help b { display: block; color: var(--ink); }
.faq-list { border-top: 1px solid #dce4ee; }
.faq-list details { border-bottom: 1px solid #dce4ee; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 4px; cursor: pointer; color: #17233a; font-size: 16px; font-weight: 780; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; flex: 0 0 auto; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: var(--green-dark); background: #eaf9f2; font-size: 18px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 680px; margin: -5px 0 23px; color: #607188; font-size: 14px; line-height: 1.75; }

.disclaimer-section { padding: 30px 0 90px; background: #fff; }
.disclaimer-card { display: grid; grid-template-columns: 58px 1fr; gap: 19px; padding: 27px; border: 1px solid #e3d7b4; border-radius: 20px; background: #fffaf0; }
.disclaimer-icon { display: grid; width: 55px; height: 55px; place-items: center; border-radius: 16px; color: #704d0e; background: #f8db92; font-size: 20px; font-weight: 900; }
.disclaimer-card h2 { margin: 0 0 8px; font-size: 20px; }
.disclaimer-card p { margin: 7px 0 0; color: #75664d; font-size: 12px; line-height: 1.7; }

.site-footer { color: #8ea0ba; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .85fr 1fr; gap: 55px; padding-block: 66px 50px; }
.footer-brand p, .footer-notice p { color: #7e91ab; font-size: 12px; line-height: 1.7; }
.footer-badge { display: inline-flex; margin-top: 8px; padding: 7px 10px; border: 1px solid rgba(88,226,155,.18); border-radius: 999px; color: #69dfa7; background: rgba(19,167,100,.08); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.footer-links { display: grid; align-content: start; gap: 10px; }
.footer-links strong, .footer-notice strong { margin-bottom: 5px; color: #fff; font-size: 13px; }
.footer-links a { color: #8193ad; font-size: 12px; }
.footer-links a:hover { color: #70e7ac; }
.btn-footer { min-height: 42px; margin-top: 7px; color: #d7e3f2; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.05); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.08); font-size: 11px; }

.download-dialog { width: min(520px,calc(100% - 28px)); padding: 30px; border: 1px solid #dce4ef; border-radius: 24px; color: var(--ink); background: #fff; box-shadow: 0 40px 100px rgba(1,12,29,.3); }
.download-dialog::backdrop { background: rgba(3,13,30,.72); backdrop-filter: blur(5px); }
.dialog-close { position: absolute; top: 16px; right: 16px; display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid #dce4ef; border-radius: 50%; color: #607089; background: #fff; cursor: pointer; font-size: 22px; }
.dialog-icon { display: grid; width: 60px; height: 60px; margin-bottom: 18px; place-items: center; border-radius: 17px; color: #fff; background: linear-gradient(145deg,#17bd78,#087f4d); font-size: 27px; }
.download-dialog small { color: var(--green-dark); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.download-dialog h2 { margin: 8px 0 10px; font-size: 28px; }
.download-dialog > p { color: var(--muted); line-height: 1.7; }
.dialog-warning { margin: 20px 0; padding: 14px; border-radius: 12px; color: #695c47; background: #fff7e8; font-size: 12px; line-height: 1.6; }
.dialog-actions { display: flex; justify-content: flex-end; gap: 9px; }
.back-to-top { position: fixed; z-index: 30; right: 20px; bottom: 20px; display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 13px; color: #fff; background: rgba(7,26,54,.92); box-shadow: 0 12px 30px rgba(5,20,43,.2); }

/* Individual game guides */
.detail-hero { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 82% 12%,#183c69 0,transparent 34%), linear-gradient(135deg,#031027,#071c39 58%,#082642); }
.detail-hero::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom,#000,transparent 88%); }
.detail-hero > .container { position: relative; z-index: 2; padding-top: 34px; }
.detail-glow { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .18; }
.detail-glow--one { top: -90px; left: -120px; width: 330px; height: 330px; background: #1be490; }
.detail-glow--two { right: 8%; bottom: 2%; width: 300px; height: 300px; background: #7959ff; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; min-width: 0; color: #7890ae; font-size: 11px; font-weight: 700; }
.breadcrumbs a { color: #a8bad1; }
.breadcrumbs a:hover { color: #6ee8ac; }
.breadcrumbs span { min-width: 0; overflow-wrap: anywhere; }
.detail-hero-grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(340px,.72fr); gap: 78px; align-items: center; min-width: 0; min-height: 565px; padding-block: 58px 76px; }
.detail-hero-copy, .app-identity-card { min-width: 0; }
.detail-kicker { display: inline-flex; align-items: center; gap: 10px; color: #76ecb3; font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.detail-kicker i { width: 8px; height: 8px; border-radius: 50%; background: #42ed9b; box-shadow: 0 0 0 6px rgba(66,237,155,.11); }
.detail-hero h1 { max-width: 760px; margin: 19px 0 22px; overflow-wrap: anywhere; font-size: clamp(43px,5.2vw,72px); line-height: .99; letter-spacing: -.052em; }
.detail-hero h1 em { color: #7be7b4; font-family: Georgia,serif; font-weight: 500; }
.detail-hero-copy > p:not(.detail-hero-note) { max-width: 720px; margin: 0; color: #b6c5d9; font-size: 17px; line-height: 1.72; }
.detail-hero-note { display: flex; align-items: center; gap: 9px; margin: 24px 0 0; color: #8194ad; font-size: 11px; line-height: 1.5; }
.detail-hero-note > span { display: inline-grid; flex: 0 0 auto; width: 20px; height: 20px; place-items: center; border: 1px solid #536982; border-radius: 50%; color: #b9c8da; font-weight: 900; }
.app-identity-card { position: relative; padding: 24px; border: 1px solid rgba(255,255,255,.15); border-radius: 27px; background: linear-gradient(145deg,rgba(18,48,81,.94),rgba(5,20,43,.97)); box-shadow: 0 34px 90px rgba(0,0,0,.36); backdrop-filter: blur(18px); }
.app-identity-card::before { content: ""; position: absolute; top: -1px; right: 28px; left: 28px; height: 1px; background: linear-gradient(90deg,transparent,#51e6a0,transparent); }
.app-identity-top { display: grid; grid-template-columns: 78px minmax(0,1fr); gap: 17px; align-items: center; min-width: 0; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.09); }
.detail-game-icon { position: relative; display: grid; width: 76px; height: 76px; place-items: center; overflow: hidden; border: 1px solid hsla(var(--game-hue),70%,58%,.5); border-radius: 20px; color: #fff; background: linear-gradient(145deg,hsl(var(--game-hue),80%,57%),hsl(calc(var(--game-hue) + 45deg),78%,31%)); box-shadow: inset 0 1px 0 rgba(255,255,255,.4),0 12px 25px rgba(0,0,0,.22); }
.detail-game-icon::before { content: ""; position: absolute; width: 59px; height: 59px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.detail-game-icon b { position: relative; z-index: 1; font-size: 20px; }
.detail-game-icon i { position: absolute; right: 8px; bottom: 4px; color: rgba(255,255,255,.5); font-style: normal; }
.app-identity-top small { display: block; color: #748aa8; font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.app-identity-top h2 { margin: 5px 0 6px; overflow-wrap: anywhere; font-size: 23px; line-height: 1.05; }
.app-identity-top div > span { display: inline-flex; padding: 5px 8px; border: 1px solid rgba(123,231,180,.16); border-radius: 999px; color: #8be9ba; background: rgba(22,170,103,.1); font-size: 9px; font-weight: 800; }
.identity-list { display: grid; gap: 0; margin: 13px 0 19px; }
.identity-list div { display: flex; justify-content: space-between; gap: 18px; padding: 11px 2px; border-bottom: 1px solid rgba(255,255,255,.07); font-size: 11px; }
.identity-list dt { color: #8295af; }
.identity-list dd { margin: 0; color: #dce7f4; font-weight: 750; text-align: right; overflow-wrap: anywhere; }
.identity-list .status-pending { color: #ffd479; }
.app-identity-card > .btn { width: 100%; }
.detail-trust-row { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid rgba(255,255,255,.1); border-radius: 18px 18px 0 0; background: rgba(255,255,255,.055); backdrop-filter: blur(14px); }
.detail-trust-row > div { display: grid; grid-template-columns: 35px minmax(0,1fr); column-gap: 9px; min-width: 0; padding: 20px 22px; border-right: 1px solid rgba(255,255,255,.08); }
.detail-trust-row > div:last-child { border: 0; }
.detail-trust-row span { grid-row: 1 / 3; color: #42dc92; font-size: 11px; font-weight: 900; }
.detail-trust-row b { overflow-wrap: anywhere; font-size: 12px; }
.detail-trust-row small { margin-top: 3px; color: #798ba7; font-size: 9px; }

.detail-content-section { background: #f6f8fc; }
.detail-layout { display: grid; grid-template-columns: 230px minmax(0,1fr); gap: 68px; align-items: start; min-width: 0; }
.detail-toc { position: sticky; top: 104px; display: grid; min-width: 0; padding: 19px; border: 1px solid #dae3ee; border-radius: 17px; background: #fff; box-shadow: 0 12px 30px rgba(12,34,64,.05); }
.detail-toc > span { margin: 1px 10px 10px; color: #586b83; font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.detail-toc a { padding: 10px; border-radius: 9px; color: #627188; font-size: 12px; font-weight: 680; overflow-wrap: anywhere; }
.detail-toc a:hover { color: var(--green-dark); background: #eefaf4; }
.detail-article { max-width: 820px; min-width: 0; }
.detail-article > h2 { max-width: 780px; margin: 11px 0 22px; overflow-wrap: anywhere; font-size: clamp(39px,5vw,59px); line-height: 1.02; letter-spacing: -.05em; }
.detail-article > p, .detail-copy-block > p { color: #56677d; font-size: 16px; line-height: 1.82; }
.detail-article .detail-lead { color: #26364d; font-size: 20px; line-height: 1.65; }
.detail-feature-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin: 34px 0 10px; }
.detail-feature-grid article { min-width: 0; padding: 21px; border: 1px solid #dce4ef; border-radius: 17px; background: #fff; box-shadow: 0 10px 26px rgba(14,38,72,.045); }
.detail-feature-grid article > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; color: #fff; background: linear-gradient(145deg,#17ba76,#087c4b); font-weight: 900; }
.detail-feature-grid h3 { margin: 15px 0 7px; font-size: 16px; }
.detail-feature-grid p { margin: 0; color: #65758b; font-size: 12px; line-height: 1.6; }
.detail-copy-block { scroll-margin-top: 105px; margin-top: 48px; padding-top: 44px; border-top: 1px solid #d9e2ed; }
.article-index { color: var(--green-dark); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.detail-copy-block > h3 { max-width: 760px; margin: 9px 0 19px; overflow-wrap: anywhere; font-size: 29px; line-height: 1.15; letter-spacing: -.03em; }
.category-explainer { display: grid; grid-template-columns: 52px minmax(0,1fr); gap: 15px; align-items: start; min-width: 0; margin: 12px 0; padding: 19px; border: 1px solid #d9e1ee; border-radius: 16px; background: #fff; }
.category-explainer > span { display: grid; width: 49px; height: 49px; place-items: center; border-radius: 14px; color: #fff; background: linear-gradient(145deg,#765af5,#4722a5); font-size: 14px; font-weight: 900; }
.category-explainer strong { font-size: 14px; }
.category-explainer p { margin: 5px 0 0; color: #5d6e84; font-size: 13px; line-height: 1.68; }
.modern-note { display: grid; grid-template-columns: 55px minmax(0,1fr); gap: 16px; align-items: center; min-width: 0; margin-top: 28px; padding: 21px; border: 1px solid #c9e9db; border-radius: 17px; background: #effaf5; }
.modern-note > span { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 15px; color: #fff; background: var(--green); font-size: 20px; font-weight: 900; }
.modern-note strong { font-size: 15px; }
.modern-note p { margin: 5px 0 0; color: #586f64; font-size: 12px; line-height: 1.6; }

.app-check-section { background: #fff; }
.verification-pill { display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid #efd8a6; border-radius: 999px; color: #775515; background: #fff9e9; font-size: 11px; font-weight: 800; }
.verification-pill i { width: 7px; height: 7px; border-radius: 50%; background: #e5a62a; box-shadow: 0 0 0 5px rgba(229,166,42,.12); }
.app-facts-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.app-facts-grid article { min-width: 0; padding: 22px; border: 1px solid #dce4ef; border-radius: 18px; background: linear-gradient(145deg,#fff,#f8fafd); }
.app-facts-grid small { color: #75849a; font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.app-facts-grid strong { display: block; margin: 8px 0; color: #5940bc; font-size: 19px; overflow-wrap: anywhere; }
.app-facts-grid .fact-warn { color: #aa6713; }
.app-facts-grid p { margin: 0; color: #617087; font-size: 12px; line-height: 1.6; }
.checklist-panel { display: grid; grid-template-columns: minmax(0,.78fr) minmax(0,1.22fr); gap: 58px; align-items: center; min-width: 0; margin-top: 22px; padding: 40px; overflow: hidden; border-radius: 24px; color: #fff; background: radial-gradient(circle at 12% 10%,rgba(39,222,139,.2),transparent 28%),linear-gradient(135deg,#04142e,#0a2949); }
.checklist-panel h3 { max-width: 420px; margin: 10px 0 14px; font-size: 35px; line-height: 1.06; letter-spacing: -.04em; }
.checklist-panel > div > p { color: #9eb0c7; line-height: 1.7; }
.checklist-panel > div > .btn { margin-top: 11px; }
.checklist-panel ol { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.checklist-panel li { display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 13px; min-width: 0; padding: 13px; border: 1px solid rgba(255,255,255,.08); border-radius: 13px; background: rgba(255,255,255,.045); }
.checklist-panel li > span { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 11px; color: #79efb6; background: rgba(29,189,117,.12); font-size: 9px; font-weight: 900; }
.checklist-panel li b { font-size: 13px; }
.checklist-panel li p { margin: 4px 0 0; color: #8fa3bd; font-size: 11px; line-height: 1.5; }

.install-detail-section { position: relative; overflow: hidden; color: #fff; background: #041127; }
.install-detail-section::before { content: ""; position: absolute; inset: 0; opacity: .17; background: radial-gradient(circle at 14% 20%,#14d787,transparent 27%),radial-gradient(circle at 88% 82%,#7758f5,transparent 27%); }
.install-detail-layout { position: relative; display: grid; grid-template-columns: minmax(0,.72fr) minmax(0,1.28fr); gap: 72px; align-items: start; min-width: 0; }
.install-intro { min-width: 0; }
.install-intro h2 { margin: 12px 0 18px; overflow-wrap: anywhere; font-size: clamp(38px,4.5vw,56px); line-height: 1.04; letter-spacing: -.047em; }
.install-intro > p { color: #9bacc4; font-size: 15px; line-height: 1.75; }
.install-mini-note { display: grid; grid-template-columns: 41px minmax(0,1fr); gap: 12px; margin-top: 26px; padding: 17px; border: 1px solid rgba(255,255,255,.09); border-radius: 15px; background: rgba(255,255,255,.045); }
.install-mini-note > span { display: grid; width: 39px; height: 39px; place-items: center; border-radius: 11px; color: #75ecb1; background: rgba(35,196,125,.12); }
.install-mini-note p { margin: 0; color: #93a6bf; font-size: 11px; line-height: 1.6; }
.install-mini-note b { color: #e5edf7; }
.detail-steps { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.detail-steps li { display: grid; grid-template-columns: 60px minmax(0,1fr); gap: 17px; min-width: 0; padding: 23px; border: 1px solid rgba(255,255,255,.09); border-radius: 18px; background: rgba(255,255,255,.045); }
.detail-steps li > span { display: grid; width: 57px; height: 57px; place-items: center; border: 1px solid rgba(85,232,159,.27); border-radius: 16px; color: #7af0b6; background: rgba(24,183,112,.1); font-size: 11px; font-weight: 900; }
.detail-steps small { color: #70dda7; font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.detail-steps h3 { margin: 5px 0 7px; font-size: 17px; }
.detail-steps p { margin: 0; color: #91a4bd; font-size: 12px; line-height: 1.62; }

.safety-detail-section { background: #f6f8fc; }
.red-flag-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.red-flag-grid article { min-width: 0; padding: 23px; border: 1px solid #ead9cd; border-radius: 18px; background: #fff; }
.red-flag-grid article > span { display: inline-flex; padding: 5px 8px; border-radius: 999px; color: #a45531; background: #fff0e9; font-size: 9px; font-weight: 900; }
.red-flag-grid h3 { margin: 17px 0 8px; font-size: 17px; }
.red-flag-grid p { margin: 0; color: #65748a; font-size: 12px; line-height: 1.65; }
.responsible-panel { display: grid; grid-template-columns: 100px minmax(0,1fr); gap: 28px; align-items: start; min-width: 0; margin-top: 22px; padding: 32px; border: 1px solid #d8d0ff; border-radius: 22px; background: linear-gradient(135deg,#f3f0ff,#fff); }
.responsible-symbol { display: grid; width: 96px; height: 96px; place-items: center; border-radius: 25px; color: #fff; background: linear-gradient(145deg,#765bf6,#4622a2); font-size: 24px; font-weight: 900; }
.responsible-panel h3 { margin: 8px 0 11px; overflow-wrap: anywhere; font-size: 27px; letter-spacing: -.025em; }
.responsible-panel p { margin: 8px 0 0; color: #5d6b80; font-size: 14px; line-height: 1.75; }

.related-section { background: #fff; }
.related-game-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.related-game-card { display: grid; grid-template-columns: 58px minmax(0,1fr); gap: 14px; align-items: center; min-width: 0; padding: 17px; border: 1px solid #dce4ef; border-radius: 17px; background: #f9fbfd; transition: transform .2s ease-out,border-color .2s ease-out,box-shadow .2s ease-out; }
.related-game-card:hover { transform: translateY(-3px); border-color: #c6d4e4; box-shadow: 0 16px 34px rgba(13,35,67,.09); }
.related-game-icon { display: grid; width: 56px; height: 56px; place-items: center; border-radius: 15px; color: #fff; background: linear-gradient(145deg,hsl(var(--game-hue),80%,57%),hsl(calc(var(--game-hue) + 45deg),78%,31%)); box-shadow: inset 0 1px 0 rgba(255,255,255,.38),0 8px 17px hsla(var(--game-hue),70%,34%,.17); font-size: 13px; font-weight: 900; }
.related-game-card > span:last-child { display: grid; min-width: 0; }
.related-game-card small { color: #7c8a9e; font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.related-game-card strong { margin: 4px 0 7px; overflow-wrap: anywhere; font-size: 16px; }
.related-game-card em { color: var(--green-dark); font-size: 10px; font-style: normal; font-weight: 800; }

.error-page { display: grid; min-height: 100svh; place-items: center; padding: 24px; color: #fff; background: radial-gradient(circle at 70% 20%,#173b67,#041127 50%); }
.error-shell { width: min(620px,100%); text-align: center; }
.error-code { color: #6be6aa; font-size: 14px; font-weight: 900; letter-spacing: .2em; }
.error-shell h1 { margin: 13px 0; overflow-wrap: anywhere; font-size: clamp(38px,7vw,64px); line-height: 1; letter-spacing: -.05em; }
.error-shell p { margin: 0 auto 25px; color: #a9b9ce; line-height: 1.7; }

.btn:active, .nav-cta:active, .filter:active { transform: scale(.98); }
.btn-animated:focus-visible::before { left: 125%; opacity: 1; }
.btn-animated:focus-visible .button-arrow { transform: translateX(4px); }
.btn-load:focus-visible .button-arrow { transform: translateY(3px); }
.btn-ghost:focus-visible .play-icon { transform: scale(1.1); }

@media (hover: hover) and (pointer: fine) {
    .btn-animated:hover::before { left: 125%; opacity: 1; }
    .btn-animated:hover .button-arrow { transform: translateX(4px); }
    .btn-load:hover .button-arrow { transform: translateY(3px); }
    .btn-ghost:hover .play-icon { transform: scale(1.1); }
    .btn-outline:hover, .btn-footer:hover { transform: translateY(-2px); }
    .promo-banner:hover .promo-art img { transform: translateY(-7px) rotate(1deg) scale(1.015); }
    .promo-banner--flip:hover .promo-art img { transform: translateY(-7px) scaleX(-1) rotate(1deg) scale(1.015); }
    .nav-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,0,.2); }
    .filter:hover { transform: translateY(-1px); }
}

@media (max-width: 980px) {
    .primary-nav, .nav-cta { display: none; }
    .primary-nav.is-open { position: absolute; top: calc(100% + 10px); right: 20px; left: 20px; display: grid; gap: 2px; padding: 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: rgba(4,17,39,.98); box-shadow: 0 22px 50px rgba(0,0,0,.3); }
    .primary-nav.is-open a { padding: 12px 14px; border-radius: 9px; }
    .primary-nav.is-open a:hover { background: rgba(255,255,255,.06); }
    .primary-nav.is-open a.active::after { display: none; }
    .nav-toggle { display: grid; gap: 4px; }
    .nav-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; background: #fff; }
    .hero-grid { grid-template-columns: 1fr; gap: 20px; padding-top: 70px; }
    .hero-copy { max-width: 720px; }
    .hero-showcase { min-height: 410px; }
    .trust-row { grid-template-columns: repeat(2,1fr); }
    .trust-row > div:nth-child(2) { border-right: 0; }
    .trust-row > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.08); }
    .directory-tools { align-items: stretch; flex-direction: column; }
    .filter-list { width: 100%; max-width: 100%; overflow-x: auto; padding-bottom: 2px; overscroll-behavior-inline: contain; scrollbar-width: thin; }
    .game-card { grid-template-columns: 32px 66px 1fr; }
    .game-actions { grid-column: 3; }
    .game-extra { grid-column: 3; }
    .promo-banner { grid-template-columns: minmax(0,1.1fr) minmax(250px,.9fr); min-height: 300px; }
    .promo-copy { padding: 40px 18px 40px 38px; }
    .promo-banner--flip .promo-copy { padding: 40px 38px 40px 18px; }
    .promo-copy h2 { font-size: 36px; }
    .promo-art { min-height: 300px; }
    .promo-art img { right: 15px; bottom: -90px; height: 445px; }
    .promo-banner--flip .promo-art img { left: 15px; }
    .category-grid { grid-template-columns: repeat(2,1fr); }
    .guide-section .container, .faq-layout { grid-template-columns: 1fr; gap: 45px; }
    .editorial-layout { grid-template-columns: 1fr; gap: 35px; }
    .content-nav { position: static; grid-template-columns: repeat(3,1fr); }
    .content-nav span { grid-column: 1 / -1; }
    .editorial-content { max-width: none; }
    .footer-grid { grid-template-columns: repeat(2,1fr); }
    .detail-hero-grid { grid-template-columns: 1fr; gap: 30px; min-height: auto; padding-block: 55px 68px; }
    .detail-hero-copy { max-width: 760px; }
    .app-identity-card { width: min(100%,620px); }
    .detail-trust-row { grid-template-columns: repeat(2,1fr); }
    .detail-trust-row > div:nth-child(2) { border-right: 0; }
    .detail-trust-row > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.08); }
    .detail-layout { grid-template-columns: 1fr; gap: 36px; }
    .detail-toc { position: static; grid-template-columns: repeat(3,minmax(0,1fr)); }
    .detail-toc > span { grid-column: 1 / -1; }
    .detail-article { max-width: none; }
    .app-facts-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .checklist-panel { grid-template-columns: 1fr; gap: 34px; }
    .install-detail-layout { grid-template-columns: 1fr; gap: 42px; }
    .red-flag-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .related-game-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 640px) {
    .container { width: min(100% - 24px,var(--container)); }
    .site-header { height: 67px; }
    .brand { font-size: 16px; }
    .hero-grid { min-height: auto; padding-block: 58px 65px; }
    .hero h1 { font-size: 42px; }
    .hero-copy > p { font-size: 16px; }
    .hero-actions .btn { width: 100%; }
    .hero-showcase { min-height: 360px; }
    .showcase-panel { padding: 16px; transform: none; }
    .floating-badge { transform: scale(.8); }
    .badge-cards { left: -18px; }
    .badge-seven { right: -16px; }
    .trust-row { width: calc(100% - 24px); grid-template-columns: 1fr; }
    .trust-row > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
    .section { padding-block: 70px; }
    .split-heading { align-items: flex-start; flex-direction: column; }
    .directory-tools { top: 76px; }
    .search-box { width: 100%; min-width: 0; }
    .search-box kbd { display: none; }
    .showcase-orbit { max-width: calc(100vw - 24px); }
    .game-card { grid-template-columns: 28px 58px minmax(0,1fr); gap: 10px; padding: 13px 11px; }
    .game-icon { width: 56px; height: 56px; border-radius: 14px; }
    .game-icon b { font-size: 14px; }
    .game-title-line { align-items: flex-start; flex-direction: column; gap: 4px; }
    .game-title-line h3 { font-size: 16px; }
    .game-info p, .game-meta { display: none; }
    .game-actions { grid-column: 2 / -1; display: grid; grid-template-columns: 1fr 1.25fr; }
    .game-actions .btn { min-width: 0; padding-inline: 10px; overflow-wrap: anywhere; white-space: normal; font-size: 12px; }
    .game-extra { grid-column: 2 / -1; align-items: flex-start; flex-direction: column; }
    .promo-section { padding-block: 20px; }
    .promo-banner, .promo-banner--flip { grid-template-columns: 1fr; min-height: 590px; border-radius: 23px; }
    .promo-copy, .promo-banner--flip .promo-copy { grid-column: 1; grid-row: 1; align-self: start; padding: 32px 24px 0; }
    .promo-copy h2 { font-size: 34px; }
    .promo-copy p { font-size: 14px; }
    .promo-btn { width: 100%; max-width: 310px; }
    .promo-note { font-size: 9px; }
    .promo-art, .promo-banner--flip .promo-art { grid-column: 1; grid-row: 2; min-height: 300px; }
    .promo-art img, .promo-banner--flip .promo-art img { right: 50%; bottom: -108px; left: auto; height: 420px; transform: translateX(50%); }
    .promo-banner--flip .promo-art img { transform: translateX(50%) scaleX(-1); }
    .promo-art::before, .promo-banner--flip .promo-art::before { right: 50%; bottom: -70px; left: auto; transform: translateX(50%); }
    .promo-spark--one, .promo-banner--flip .promo-spark--one { top: 20px; right: 25px; left: auto; }
    .promo-spark--two, .promo-banner--flip .promo-spark--two { right: auto; bottom: 45px; left: 35px; }
    .category-grid { grid-template-columns: 1fr; }
    .category-note { grid-template-columns: 42px 1fr; }
    .category-note a { grid-column: 2; }
    .category-note a { overflow-wrap: anywhere; white-space: normal; }
    .guide-intro h2, .faq-intro h2 { font-size: 38px; }
    .steps-list li { grid-template-columns: 46px 1fr; padding: 17px; }
    .steps-list li > span { width: 44px; height: 44px; }
    .content-nav { display: none; }
    .editorial-content > h2 { font-size: 40px; }
    .editorial-content .lead { font-size: 18px; }
    .content-callout { grid-template-columns: 64px 1fr; padding: 18px; }
    .content-callout > span { width: 62px; height: 62px; border-radius: 16px; font-size: 21px; }
    .copy-block h3 { font-size: 24px; }
    .safety-block, .disclaimer-card { grid-template-columns: 1fr; padding: 20px; }
    .faq-layout { gap: 30px; }
    .footer-grid { grid-template-columns: 1fr; gap: 34px; }
    .footer-bottom { align-items: center; flex-direction: column; text-align: center; }
    .dialog-actions { align-items: stretch; flex-direction: column; }
    .dialog-actions .btn { width: 100%; }
    .detail-hero > .container { padding-top: 25px; }
    .breadcrumbs { font-size: 10px; }
    .detail-hero-grid { padding-block: 46px 56px; }
    .detail-hero h1 { font-size: 40px; }
    .detail-hero-copy > p:not(.detail-hero-note) { font-size: 15px; }
    .detail-hero-copy .hero-actions .btn { width: 100%; }
    .detail-hero-note { align-items: flex-start; }
    .app-identity-card { padding: 18px; border-radius: 21px; }
    .app-identity-top { grid-template-columns: 64px minmax(0,1fr); gap: 13px; }
    .detail-game-icon { width: 62px; height: 62px; border-radius: 16px; }
    .detail-game-icon::before { width: 48px; height: 48px; }
    .detail-game-icon b { font-size: 16px; }
    .app-identity-top h2 { font-size: 20px; }
    .detail-trust-row { grid-template-columns: 1fr; }
    .detail-trust-row > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
    .detail-toc { display: none; }
    .detail-article > h2 { font-size: 39px; }
    .detail-article .detail-lead { font-size: 18px; }
    .detail-feature-grid { grid-template-columns: 1fr; }
    .detail-copy-block > h3 { font-size: 25px; }
    .category-explainer { grid-template-columns: 46px minmax(0,1fr); padding: 16px; }
    .category-explainer > span { width: 44px; height: 44px; }
    .modern-note { grid-template-columns: 48px minmax(0,1fr); padding: 17px; }
    .modern-note > span { width: 46px; height: 46px; }
    .verification-pill { align-self: flex-start; }
    .app-facts-grid { grid-template-columns: 1fr; }
    .checklist-panel { padding: 25px 19px; border-radius: 20px; }
    .checklist-panel h3 { font-size: 30px; }
    .checklist-panel > div > .btn { width: 100%; white-space: normal; }
    .detail-steps li { grid-template-columns: 51px minmax(0,1fr); gap: 13px; padding: 18px 15px; }
    .detail-steps li > span { width: 49px; height: 49px; }
    .red-flag-grid { grid-template-columns: 1fr; }
    .responsible-panel { grid-template-columns: 1fr; padding: 22px; }
    .responsible-symbol { width: 72px; height: 72px; border-radius: 20px; font-size: 19px; }
    .responsible-panel h3 { font-size: 24px; }
    .related-game-grid { grid-template-columns: 1fr; }
    .related-section .split-heading > .btn { width: 100%; white-space: normal; }
    .game-detail-page .promo-banner, .game-detail-page .promo-banner--flip { min-height: 565px; }
}

@media (max-width: 640px) and (hover: hover) and (pointer: fine) {
    .promo-banner:hover .promo-art img { transform: translateX(50%) translateY(-6px) scale(1.015); }
    .promo-banner--flip:hover .promo-art img { transform: translateX(50%) translateY(-6px) scaleX(-1) scale(1.015); }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation: none !important; scroll-behavior: auto !important; transition: none !important; }
    [data-reveal] { opacity: 1 !important; transform: none !important; }
}
