@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --ink: #112019;
  --ink-2: #203229;
  --green: #08794a;
  --green-2: #075c3a;
  --lime: #c8f267;
  --cream: #f0ead8;
  --paper: #fff;
  --soft: #f5f7f5;
  --muted: #68746d;
  --line: #dfe6e1;
  --shadow: 0 24px 70px rgba(19, 47, 31, .11);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input { font: inherit; }
[hidden] { display: none !important; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 200; padding: 12px 16px; background: var(--ink); color: #fff; border-radius: 10px; }
.skip-link:focus { top: 16px; }

.topbar { position: relative; z-index: 50; height: 82px; max-width: 1240px; margin: auto; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.94); }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; font-family: Manrope, sans-serif; font-size: 13px; letter-spacing: .1em; }
.brand span { width: 38px; height: 38px; display: grid; place-items: center; background: var(--ink); color: var(--lime); border-radius: 12px; font-size: 19px; box-shadow: 0 6px 0 #dce2dd; }
.main-nav { display: flex; align-items: center; gap: 34px; }
.main-nav a { position: relative; color: #566159; text-decoration: none; font-size: 14px; font-weight: 700; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--green); transition: .2s; }
.main-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 13px; }
.age-pill { padding: 8px 12px; border: 1px solid var(--line); border-radius: 99px; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 11px; background: transparent; border: 1px solid var(--line); border-radius: 12px; }
.menu-toggle i { display: block; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { position: relative; min-height: 650px; max-width: 1240px; margin: auto; padding: 86px 28px 75px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; overflow: hidden; }
.eyebrow { margin: 0 0 18px; color: var(--green); font-family: Manrope, sans-serif; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 27px; height: 2px; margin: 0 10px 3px 0; background: currentColor; }
.hero h1 { max-width: 760px; margin: 0 0 28px; font-family: Manrope, sans-serif; font-size: clamp(56px, 6.6vw, 91px); font-weight: 800; letter-spacing: -.065em; line-height: .96; }
.hero h1 em, .section-heading h2 em, .final-cta h2 em { color: var(--green); font-style: normal; }
.lede { max-width: 610px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 33px; }
.primary-btn, .secondary-btn, .lime-btn { display: inline-flex; align-items: center; justify-content: center; gap: 23px; padding: 17px 21px; border-radius: 13px; text-decoration: none; font-size: 14px; font-weight: 800; transition: transform .2s, box-shadow .2s; }
.primary-btn { background: var(--ink); color: #fff; box-shadow: 0 8px 0 #b7e04e; }
.primary-btn:hover { transform: translateY(-3px); box-shadow: 0 11px 0 #b7e04e; }
.text-btn { padding: 8px 0 5px; border-bottom: 1px solid var(--ink); text-decoration: none; font-size: 14px; font-weight: 800; }
.trust-row { display: flex; gap: 0; margin-top: 48px; }
.trust-row span { padding: 0 22px; border-left: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.trust-row span:first-child { padding-left: 0; border: 0; }
.trust-row b { display: block; margin-bottom: 3px; color: var(--ink); font-family: Manrope, sans-serif; font-size: 20px; }

.hero-orbit { position: relative; min-height: 480px; perspective: 1000px; }
.orbit-ring { position: absolute; border: 1px solid #e4eae5; border-radius: 50%; }
.ring-one { width: 390px; height: 390px; right: -15px; top: 40px; }
.ring-two { width: 280px; height: 280px; right: 40px; top: 95px; border-style: dashed; animation: rotate 28s linear infinite; }
.orb { position: absolute; display: grid; place-items: center; border-radius: 29%; font-family: Manrope, sans-serif; font-weight: 800; box-shadow: 0 28px 60px rgba(15, 53, 31, .18), inset 0 2px 2px rgba(255,255,255,.8); animation: float 5.2s ease-in-out infinite; }
.orb-main { width: 220px; height: 220px; right: 78px; top: 114px; grid-template-rows: 1fr auto 1fr; padding: 22px; background: linear-gradient(145deg, #efffcf, #b8e84e); transform: rotate(7deg); }
.orb-main small { align-self: start; font-size: 9px; letter-spacing: .19em; }
.orb-main strong { font-size: 82px; line-height: 1; }
.orb-main i { align-self: end; font-style: normal; font-size: 8px; letter-spacing: .12em; }
.orb-one { width: 86px; height: 86px; left: 22px; top: 54px; background: #fff; border: 1px solid var(--line); font-size: 34px; animation-delay: -1.4s; }
.orb-two { width: 111px; height: 111px; right: 2px; bottom: 15px; background: var(--ink); color: var(--lime); font-size: 39px; animation-delay: -3.2s; }
.orb-three { width: 71px; height: 71px; left: 60px; bottom: 52px; background: var(--cream); color: var(--green-2); font-size: 20px; animation-delay: -2.3s; }
.dot { position: absolute; width: 9px; height: 9px; background: var(--lime); border-radius: 50%; }
.dot-one { right: 4px; top: 78px; }.dot-two { left: 13px; bottom: 178px; background: var(--green); }.dot-three { right: 205px; bottom: 4px; width: 5px; height: 5px; }

.safety-strip { max-width: 1184px; min-height: 78px; margin: 0 auto 96px; padding: 16px 20px; display: flex; align-items: center; gap: 17px; border: 1px solid #d5e8d7; border-radius: 18px; background: #f5fff0; box-shadow: 0 11px 36px rgba(21, 87, 48, .07); }
.safety-mark { flex: 0 0 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: var(--green); color: #fff; font-weight: 800; box-shadow: 0 5px 0 #cce3d3; }
.safety-strip div:nth-child(2) { display: flex; flex-direction: column; gap: 3px; }
.safety-strip strong { font-size: 14px; }.safety-strip span { color: var(--muted); font-size: 12px; }
.safety-strip > a { margin-left: auto; text-decoration: none; color: var(--green); font-size: 13px; font-weight: 800; white-space: nowrap; }

.directory-section { padding: 104px max(28px, calc((100vw - 1184px)/2)) 115px; border-top: 1px solid var(--line); background: var(--soft); }
.section-heading { display: grid; grid-template-columns: 1.45fr .55fr; gap: 60px; align-items: end; margin-bottom: 46px; }
.section-heading h2, .content-kicker h2, .category-section h2, .faq-title h2 { margin: 0; font-family: Manrope, sans-serif; font-size: clamp(42px, 5.3vw, 66px); letter-spacing: -.055em; line-height: 1.04; }
.section-heading > p { max-width: 420px; margin: 0 0 8px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.directory-tools { position: sticky; top: 12px; z-index: 20; margin-bottom: 28px; padding: 15px; display: grid; grid-template-columns: 310px 1fr auto; align-items: center; gap: 14px; border: 1px solid var(--line); border-radius: 19px; background: rgba(255,255,255,.92); box-shadow: 0 12px 40px rgba(25,50,36,.08); backdrop-filter: blur(14px); }
.search-box { height: 48px; display: flex; align-items: center; gap: 10px; padding: 0 13px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.search-box > span { color: var(--green); font-size: 24px; line-height: 1; transform: rotate(-15deg); }
.search-box input { min-width: 0; width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 13px; }
.search-box kbd { padding: 3px 7px; border: 1px solid var(--line); border-radius: 6px; color: #889189; background: var(--soft); font-size: 10px; }
.filter-row { display: flex; align-items: center; gap: 6px; overflow-x: auto; scrollbar-width: none; }
.filter-row::-webkit-scrollbar { display: none; }
.filter-btn { height: 38px; padding: 0 12px; border: 1px solid transparent; border-radius: 10px; background: transparent; color: var(--muted); font-size: 11px; font-weight: 800; white-space: nowrap; cursor: pointer; }
.filter-btn span { color: #9ca49e; }.filter-btn.active { background: var(--ink); color: #fff; }.filter-btn.active span { color: var(--lime); }
.result-count { margin: 0; color: var(--muted); font-size: 11px; white-space: nowrap; }.result-count strong { color: var(--green); }
.game-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; perspective: 1200px; }
.game-card { position: relative; min-height: 111px; padding: 17px; display: flex; align-items: center; gap: 13px; border: 1px solid var(--line); border-radius: 18px; background: #fff; color: var(--ink); text-decoration: none; box-shadow: 0 5px 0 #e1e6e2; transform-style: preserve-3d; transition: transform .22s, box-shadow .22s, border-color .22s; }
.game-card:hover { z-index: 2; border-color: #c7d7ca; transform: translateY(-7px) rotateX(3deg) rotateY(-2deg); box-shadow: 0 13px 0 #dce3dd, 0 28px 45px rgba(20,58,37,.12); }
.game-icon { flex: 0 0 55px; height: 55px; display: grid; place-items: center; border-radius: 16px; background: var(--icon-bg, var(--ink)); color: var(--icon-fg, var(--lime)); font-family: Manrope, sans-serif; font-size: 16px; font-weight: 800; box-shadow: inset 0 1px rgba(255,255,255,.35), 0 6px 10px rgba(20,38,29,.15); transform: translateZ(14px); }
.game-card[style*="--tone:2"] { --icon-bg: #0a7749; --icon-fg: #fff; }.game-card[style*="--tone:3"] { --icon-bg: #c8f267; --icon-fg: #173023; }.game-card[style*="--tone:4"] { --icon-bg: #eee8d5; --icon-fg: #0a6942; }.game-card[style*="--tone:5"] { --icon-bg: #dceee3; --icon-fg: #155f3f; }.game-card[style*="--tone:6"] { --icon-bg: #293a31; --icon-fg: #fff; }
.game-card-copy { min-width: 0; }.game-card h3 { margin: 0 0 6px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: Manrope, sans-serif; font-size: 13px; }.game-card p { margin: 0; color: var(--muted); font-size: 10px; }
.game-card .arrow { margin-left: auto; color: #a2aaa4; font-size: 14px; transition: transform .2s; }.game-card:hover .arrow { color: var(--green); transform: translate(2px,-2px); }
.featured-dot { position: absolute; right: 13px; top: 13px; width: 6px; height: 6px; background: var(--lime); border: 1px solid #7fae20; border-radius: 50%; }
.empty-state { padding: 65px 20px; text-align: center; color: var(--muted); }.empty-state strong { display: block; color: var(--ink); font-size: 20px; }

.guide-section { padding: 115px max(28px, calc((100vw - 1184px)/2)); display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; background: var(--ink); color: #fff; }
.eyebrow-light { color: var(--lime); }.guide-intro h2 { margin: 0 0 25px; font-family: Manrope, sans-serif; font-size: clamp(44px, 5vw, 64px); letter-spacing: -.055em; line-height: 1.05; }.guide-intro > p:not(.eyebrow) { max-width: 480px; color: #aab6af; font-size: 15px; line-height: 1.75; }
.secondary-btn { margin-top: 23px; border: 1px solid #516158; color: #fff; }.secondary-btn:hover { transform: translateY(-3px); border-color: var(--lime); }
.check-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #394940; }
.check-list li { padding: 25px 0; display: grid; grid-template-columns: 60px 1fr; border-bottom: 1px solid #394940; }
.check-list > li > span { color: var(--lime); font-family: Manrope, sans-serif; font-size: 11px; font-weight: 800; }
.check-list h3 { margin: 0 0 8px; font-family: Manrope, sans-serif; font-size: 19px; }.check-list p { margin: 0; color: #9faea5; font-size: 13px; line-height: 1.7; }

.content-section { padding: 118px max(28px, calc((100vw - 1184px)/2)); }
.content-kicker { max-width: 780px; margin-bottom: 62px; }.content-kicker > span { display: block; margin-bottom: 17px; color: var(--green); font-family: Manrope, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .2em; }
.editorial-grid { display: grid; grid-template-columns: 1fr 1fr .75fr; gap: 22px; align-items: stretch; }
.prose-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); }.chapter { color: var(--green)!important; font-size: 10px!important; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }.prose-card h3 { margin: 19px 0; font-family: Manrope, sans-serif; font-size: 24px; letter-spacing: -.03em; }.prose-card p { color: var(--muted); font-size: 14px; line-height: 1.8; }.inline-link { display: inline-block; margin-top: 10px; color: var(--green); font-size: 13px; font-weight: 800; text-underline-offset: 4px; }
.principle-card { min-height: 410px; padding: 35px; display: flex; flex-direction: column; justify-content: space-between; background: var(--lime); border-radius: var(--radius); box-shadow: inset 0 1px rgba(255,255,255,.7), 0 9px 0 #e1e8d1; }.quote-mark { font-family: Georgia, serif; font-size: 80px; line-height: .6; }.principle-card blockquote { margin: auto 0; font-family: Manrope, sans-serif; font-size: 27px; font-weight: 800; letter-spacing: -.04em; line-height: 1.2; }.principle-card p { margin: 0; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }

.category-section { padding: 110px max(28px, calc((100vw - 1184px)/2)); background: var(--soft); }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }.category-card { min-height: 310px; padding: 25px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 21px; background: #fff; transition: transform .2s; }.category-card:hover { transform: translateY(-6px); }.category-card > span { width: 55px; height: 55px; display: grid; place-items: center; border-radius: 17px; background: rgba(255,255,255,.25); font-family: Manrope, sans-serif; font-size: 23px; font-weight: 800; box-shadow: inset 0 1px rgba(255,255,255,.7); }.category-card h3 { margin: auto 0 12px; font-family: Manrope, sans-serif; font-size: 21px; }.category-card p { min-height: 62px; margin: 0; color: inherit; opacity: .68; font-size: 12px; line-height: 1.65; }.category-card a { margin-top: 22px; font-size: 12px; font-weight: 800; text-underline-offset: 4px; }.tone-green { color: #fff; background: var(--green); }.tone-lime { background: var(--lime); }.tone-cream { background: var(--cream); }.tone-dark { color: #fff; background: var(--ink); }

.faq-section { padding: 115px max(28px, calc((100vw - 1184px)/2)); display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { min-height: 78px; display: grid; grid-template-columns: 45px 1fr auto; align-items: center; list-style: none; cursor: pointer; font-family: Manrope, sans-serif; font-size: 16px; font-weight: 700; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--green); font-size: 10px; }.faq-list summary i { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-style: normal; transition: transform .2s; }.faq-list details[open] summary i { transform: rotate(45deg); }.faq-list details p { max-width: 650px; margin: -4px 40px 25px 45px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.final-cta { padding: 100px 28px; text-align: center; background: var(--green); color: #fff; overflow: hidden; }.final-cta h2 { margin: 0 auto 37px; font-family: Manrope, sans-serif; font-size: clamp(48px, 6vw, 76px); letter-spacing: -.06em; line-height: 1.02; }.final-cta h2 em { color: var(--lime); }.lime-btn { background: var(--lime); color: var(--ink); box-shadow: 0 8px 0 #054d31; }.lime-btn:hover { transform: translateY(-3px); box-shadow: 0 11px 0 #054d31; }

.site-footer { padding: 76px max(28px, calc((100vw - 1184px)/2)) 28px; background: #0b1711; color: #fff; }.footer-grid { padding-bottom: 60px; display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 50px; border-bottom: 1px solid #2a352e; }.brand-light span { background: var(--lime); color: var(--ink); box-shadow: 0 6px 0 #26352c; }.footer-brand p { max-width: 370px; margin: 25px 0 0; color: #8d9b92; font-size: 13px; line-height: 1.75; }.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 12px; }.footer-grid h2 { margin: 3px 0 10px; color: var(--lime); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }.footer-grid > div:not(:first-child) a { color: #aeb9b2; text-decoration: none; font-size: 13px; }.footer-grid a:hover { color: #fff!important; }.footer-bottom { padding-top: 27px; display: flex; justify-content: space-between; color: #647168; font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }

/* Game profiles and information pages */
.sub-hero { max-width: 1184px; margin: auto; padding: 76px 0 66px; }.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: 11px; }.breadcrumbs a { color: var(--green); text-decoration: none; }.profile-hero { margin-top: 42px; display: grid; grid-template-columns: auto 1fr .65fr; gap: 35px; align-items: center; }.profile-icon { width: 122px; height: 122px; display: grid; place-items: center; border-radius: 34px; background: var(--ink); color: var(--lime); font-family: Manrope, sans-serif; font-size: 35px; font-weight: 800; box-shadow: 0 15px 0 #dae1db, var(--shadow); }.profile-copy .eyebrow { margin-bottom: 11px; }.profile-copy h1 { margin: 0 0 12px; font-family: Manrope, sans-serif; font-size: clamp(42px, 5.6vw, 72px); letter-spacing: -.06em; line-height: 1; }.profile-copy p { margin: 0; color: var(--muted); }.profile-status { padding: 24px; border: 1px solid #d8e9d9; border-radius: 18px; background: #f5fff1; }.profile-status strong, .profile-status span { display: block; }.profile-status strong { margin: 8px 0; }.profile-status span { color: var(--muted); font-size: 11px; line-height: 1.5; }.status-label { color: var(--green)!important; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.profile-body { padding: 80px max(28px, calc((100vw - 1184px)/2)) 110px; display: grid; grid-template-columns: 1fr 330px; gap: 70px; background: var(--soft); }.long-copy article { margin-bottom: 55px; }.long-copy h2 { margin: 0 0 20px; font-family: Manrope, sans-serif; font-size: 34px; letter-spacing: -.04em; }.long-copy h3 { margin: 28px 0 10px; font-family: Manrope, sans-serif; }.long-copy p, .long-copy li { color: #59665e; font-size: 15px; line-height: 1.85; }.long-copy ul { padding-left: 20px; }.profile-aside { align-self: start; position: sticky; top: 24px; }.aside-card { margin-bottom: 16px; padding: 24px; border: 1px solid var(--line); border-radius: 19px; background: #fff; box-shadow: 0 5px 0 #e4e9e5; }.aside-card h2 { margin: 0 0 15px; font-family: Manrope, sans-serif; font-size: 16px; }.aside-card p, .aside-card li { color: var(--muted); font-size: 12px; line-height: 1.65; }.aside-card ul { margin: 0; padding-left: 17px; }.aside-card a { color: var(--green); font-size: 12px; font-weight: 800; }
.related-section { padding: 85px max(28px, calc((100vw - 1184px)/2)); }.related-section h2 { margin: 0 0 30px; font-family: Manrope, sans-serif; font-size: 36px; letter-spacing: -.04em; }
.page-hero { padding: 85px max(28px, calc((100vw - 920px)/2)) 70px; background: var(--soft); border-bottom: 1px solid var(--line); }.page-hero h1 { margin: 16px 0 20px; font-family: Manrope, sans-serif; font-size: clamp(48px, 6.5vw, 76px); letter-spacing: -.06em; }.page-hero > p { max-width: 720px; color: var(--muted); font-size: 17px; line-height: 1.7; }.page-content { max-width: 920px; margin: auto; padding: 75px 28px 115px; }.page-content h2 { margin: 45px 0 13px; font-family: Manrope, sans-serif; font-size: 28px; letter-spacing: -.035em; }.page-content h2:first-child { margin-top: 0; }.page-content p, .page-content li { color: #56635b; font-size: 15px; line-height: 1.85; }.page-note { padding: 20px 23px; border-left: 4px solid var(--green); background: #f3faef; border-radius: 0 13px 13px 0; }.page-content a { color: var(--green); font-weight: 700; }

/* Bilingual review and real-visitor upgrade */
.hindi-lede { display: block; margin-top: 8px; color: #385246; font-size: 14px; }
.game-card-copy small { display: block; margin-top: 5px; color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .03em; }
.review-hero { padding-bottom: 78px; }.profile-copy h1 em { color: var(--green); font-style: normal; }.reader-meta { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 8px; }.reader-meta span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 99px; background: #fff; color: #5d6b63; font-size: 10px; font-weight: 700; }.page-reader-meta { margin-top: 24px; }
.review-summary-band { max-width: 1184px; margin: -25px auto 65px; padding: 19px 23px; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 9px 0 #e4e9e5, var(--shadow); }.review-summary-band div { padding: 0 20px; border-left: 1px solid var(--line); }.review-summary-band div:first-child { padding-left: 0; border: 0; }.review-summary-band span,.review-summary-band strong { display: block; }.review-summary-band span { margin-bottom: 5px; color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .1em; }.review-summary-band strong { font-size: 12px; }
.review-layout { padding-top: 92px; }.bilingual-review article { padding-bottom: 52px; border-bottom: 1px solid #dfe6e1; }.bilingual-review article:last-child { border: 0; }.lead-paragraph { font-size: 18px!important; color: var(--ink)!important; }.language-block { margin-top: 30px; padding: 27px 29px; border: 1px solid #cfe1d3; border-radius: 18px; background: #f5fbf2; }.language-block .language-label { display: inline-flex; margin-bottom: 12px; padding: 5px 8px; border-radius: 7px; background: var(--green); color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.language-block h3 { margin: 5px 0 13px; font-size: 22px; }.language-block p:last-child { margin-bottom: 0; }.page-language { margin: 45px 0; }.page-language h2 { margin-top: 25px; }
.review-check-grid { margin-top: 27px; display: grid; grid-template-columns: repeat(2,1fr); gap: 13px; }.review-check-grid section { padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 4px 0 #e5eae6; }.review-check-grid section:last-child { grid-column: span 2; }.review-check-grid b { display: block; color: var(--green); font-size: 10px; }.review-check-grid h3 { margin: 10px 0 6px; font-size: 16px; }.review-check-grid p { margin: 0; font-size: 12px; line-height: 1.7; }
.safe-download-card { margin: 25px 0 16px; padding: 20px; display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; border: 1px solid #cddfcf; border-radius: 18px; background: #fff; box-shadow: 0 6px 0 #dbe6dc; }.download-file-icon { width: 53px; height: 53px; display: grid; place-items: center; border-radius: 15px; background: var(--lime); color: var(--ink); font-size: 24px; font-weight: 800; }.safe-download-card strong,.safe-download-card span { display: block; }.safe-download-card span { margin-top: 4px; color: var(--muted); font-size: 10px; }.safe-download-card .primary-btn { white-space: nowrap; }.download-disclaimer { padding: 14px 17px; border-left: 4px solid #d48833; border-radius: 0 10px 10px 0; background: #fff7e9; font-size: 12px!important; }.source-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }.source-links a { padding: 10px 12px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--green); text-decoration: none; font-size: 11px; font-weight: 800; }.editorial-verdict { margin-top: 28px; padding: 28px; border-radius: 18px; background: var(--ink); color: #fff; }.editorial-verdict span,.editorial-verdict strong { display: block; }.editorial-verdict span { color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .12em; }.editorial-verdict strong { margin: 11px 0; font-family: Manrope,sans-serif; font-size: 22px; line-height: 1.35; }.editorial-verdict p { margin: 0; color: #aeb9b2; font-size: 12px; }.faq-list.in-article { margin-top: 20px; }.verdict-aside { border-color: #b9d9bf; background: #f3fcec; }.big-view-count { margin: 0!important; color: var(--ink)!important; font-family: Manrope,sans-serif; font-size: 36px!important; font-weight: 800; letter-spacing: -.05em; }
.home-review-content { padding: 115px max(28px,calc((100vw - 1184px)/2)); background: #fff; }.home-review-heading { max-width: 850px; margin-bottom: 58px; }.home-review-heading h2 { margin: 0 0 22px; font-family: Manrope,sans-serif; font-size: clamp(43px,5vw,65px); letter-spacing: -.055em; line-height: 1.05; }.home-review-heading > p:last-child { max-width: 700px; color: var(--muted); font-size: 16px; line-height: 1.75; }.home-review-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }.home-review-columns article { padding: 31px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 5px 0 #e6ebe7; }.home-review-columns article:nth-child(2),.home-review-columns article:nth-child(4) { background: #f5fbf2; }.home-review-columns .chapter { color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.home-review-columns h3 { margin: 17px 0; font-family: Manrope,sans-serif; font-size: 24px; letter-spacing: -.035em; }.home-review-columns p { color: #59665e; font-size: 14px; line-height: 1.85; }.review-method-strip { margin-top: 22px; padding: 24px; display: grid; grid-template-columns: repeat(4,1fr); border-radius: 20px; background: var(--ink); color: #fff; }.review-method-strip div { padding: 5px 22px; display: flex; align-items: center; gap: 13px; border-left: 1px solid #34463b; }.review-method-strip div:first-child { border: 0; }.review-method-strip b { color: var(--lime); font-family: Manrope,sans-serif; font-size: 31px; }.review-method-strip span { color: #aeb9b2; font-size: 10px; line-height: 1.5; }

.reveal { opacity: 0; transform: translateY(17px); transition: opacity .55s ease, transform .55s ease; transition-delay: var(--delay, 0ms); }.reveal.visible { opacity: 1; transform: none; }
@keyframes float { 50% { transform: translateY(-17px) rotate(-4deg); } }
@keyframes rotate { to { transform: rotate(360deg); } }

@media (max-width: 1050px) {
  .game-grid { grid-template-columns: repeat(3, 1fr); }
  .directory-tools { grid-template-columns: 280px 1fr; }.result-count { display: none; }
  .editorial-grid { grid-template-columns: 1fr 1fr; }.principle-card { min-height: 300px; grid-column: span 2; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }.category-card { min-height: 270px; }
}
@media (max-width: 820px) {
  .topbar { height: 72px; padding: 0 20px; }.main-nav { display: none; position: absolute; top: 72px; left: 20px; right: 20px; padding: 20px; flex-direction: column; align-items: stretch; gap: 18px; background: #fff; border: 1px solid var(--line); border-radius: 17px; box-shadow: var(--shadow); }.main-nav.open { display: flex; }.menu-toggle { display: block; }
  .hero { min-height: auto; padding: 68px 24px 70px; grid-template-columns: 1fr; }.hero-copy { position: relative; z-index: 2; }.hero-orbit { position: absolute; width: 330px; right: -145px; top: 90px; opacity: .2; }.orb-main { right: 50px; }
  .safety-strip { margin: 0 20px 70px; }.safety-strip > a { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }.section-heading > p { max-width: 650px; }
  .directory-tools { position: relative; top: auto; grid-template-columns: 1fr; }.filter-row { padding-bottom: 2px; }
  .game-grid { grid-template-columns: repeat(2, 1fr); }
  .guide-section { grid-template-columns: 1fr; gap: 60px; }
  .editorial-grid { grid-template-columns: 1fr; }.principle-card { grid-column: auto; }
  .faq-section { grid-template-columns: 1fr; gap: 45px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }.footer-brand { grid-column: span 3; }
  .sub-hero { padding: 60px 24px; }.profile-hero { grid-template-columns: auto 1fr; }.profile-status { grid-column: span 2; }.profile-body { grid-template-columns: 1fr; gap: 30px; }.profile-aside { position: static; }
  .review-summary-band { margin: -20px 20px 55px; grid-template-columns: repeat(2,1fr); gap: 18px; }.review-summary-band div:nth-child(3) { padding-left: 0; border: 0; }.safe-download-card { grid-template-columns: auto 1fr; }.safe-download-card .primary-btn { grid-column: span 2; }.home-review-columns { grid-template-columns: 1fr; }.review-method-strip { grid-template-columns: 1fr 1fr; }.review-method-strip div:nth-child(3) { border: 0; }
}
@media (max-width: 540px) {
  .age-pill { display: none; }.brand b { font-size: 12px; }
  .hero { padding: 57px 20px 58px; }.hero h1 { font-size: 51px; }.lede { font-size: 16px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }.trust-row span { padding: 0 12px; }.trust-row b { font-size: 17px; }
  .safety-strip { margin: 0 16px 55px; align-items: flex-start; }.safety-strip div:nth-child(2) { gap: 5px; }
  .directory-section, .guide-section, .content-section, .category-section, .faq-section { padding: 75px 18px; }.section-heading h2, .content-kicker h2, .category-section h2, .faq-title h2 { font-size: 40px; }
  .game-grid { grid-template-columns: 1fr; }.game-card { min-height: 100px; }.game-icon { flex-basis: 52px; height: 52px; }
  .guide-intro h2 { font-size: 40px; }.check-list li { grid-template-columns: 43px 1fr; }
  .prose-card { padding: 25px; }.category-grid { grid-template-columns: 1fr; }.category-card { min-height: 250px; }
  .faq-list summary { grid-template-columns: 32px 1fr auto; font-size: 14px; }.faq-list details p { margin-left: 32px; }
  .final-cta { padding: 75px 20px; }.final-cta h2 { font-size: 44px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: span 2; }.footer-grid > div:last-child { grid-column: span 2; }.footer-bottom { flex-direction: column; gap: 8px; }
  .profile-hero { grid-template-columns: 1fr; }.profile-icon { width: 92px; height: 92px; border-radius: 27px; }.profile-status { grid-column: auto; }.profile-body { padding: 65px 18px; }.related-section { padding: 70px 18px; }
  .reader-meta { gap: 6px; }.review-summary-band { grid-template-columns: 1fr; }.review-summary-band div,.review-summary-band div:nth-child(3) { padding: 10px 0; border: 0; border-top: 1px solid var(--line); }.review-summary-band div:first-child { border: 0; }.language-block { padding: 21px; }.review-check-grid { grid-template-columns: 1fr; }.review-check-grid section:last-child { grid-column: auto; }.safe-download-card { grid-template-columns: 1fr; }.safe-download-card .primary-btn { grid-column: auto; }.home-review-content { padding: 75px 18px; }.home-review-heading h2 { font-size: 40px; }.home-review-columns article { padding: 23px; }.review-method-strip { grid-template-columns: 1fr; }.review-method-strip div,.review-method-strip div:nth-child(3) { border: 0; border-top: 1px solid #34463b; }.review-method-strip div:first-child { border: 0; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; } .reveal { opacity: 1; transform: none; } }
