/* Yono Game: accessible, responsive directory presentation. */
:root {
  --primary: #07855b;
  --secondary: #12b981;
  --dark: #103b30;
  --mint: #eaf8f1;
  --button-color: #07855b;
  --header-bg: #fff;
  --footer-bg: #103b30;
  --card-radius: 16px;
  --button-radius: 8px;
  --font-size: 16px;
  --mobile-font-size: 15px;
  --text: #12372d;
  --muted: #5d7168;
  --border: #dcede6;
  --soft: #f4fcf8;
  --white: #fff;
  --shadow: 0 8px 28px rgb(16 59 48 / 6%);
  --header-height: 78px;
  --section-nav-height: 68px;
}
*, *::before, *::after { box-sizing: border-box; }
html { font-size: var(--font-size); scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + var(--section-nav-height) + 24px); }
body { margin: 0; color: var(--text); background: var(--white); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: var(--font-size); line-height: 1.65; -webkit-font-smoothing: antialiased; }
body, input, select, textarea, button { font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
img, svg, video { max-width: 100%; }
img { height: auto; vertical-align: middle; }
svg { vertical-align: middle; }
a { color: var(--primary); text-decoration: none; text-underline-offset: 4px; }
a:hover { text-decoration: underline; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
button { color: inherit; }
button, input, select, textarea { max-width: 100%; }
button:disabled { cursor: not-allowed; opacity: .6; }
h1, h2, h3, h4 { color: var(--dark); line-height: 1.2; letter-spacing: -.025em; margin: 0 0 16px; overflow-wrap: anywhere; }
h1 { font-size: clamp(2.05rem, 4.2vw, 3.3rem); font-weight: 800; }
h2 { font-size: clamp(1.6rem, 2.6vw, 2rem); font-weight: 750; }
h3 { font-size: 1.14rem; font-weight: 700; }
h4 { font-size: 1rem; }
p { margin: 0 0 16px; }
p:last-child { margin-bottom: 0; }
ul, ol { padding-left: 1.35rem; }
li + li { margin-top: 5px; }
figure { margin: 0; }
hr { border: 0; border-top: 1px solid var(--border); margin: 28px 0; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--secondary); outline-offset: 4px; }
::selection { color: var(--dark); background: #c3f5dd; }
.container { width: min(1140px, calc(100% - 48px)); margin-inline: auto; }
.container > *, .hero-grid > *, .game-hero-grid > *, .overview-grid > *, .footer-grid > *, .guides-faq > *, .game-row > *, .game-card > * { min-width: 0; }
.icon { width: 22px; height: 22px; flex-shrink: 0; color: currentColor; stroke-width: 1.8; }
.icon-circle { display: inline-flex; width: 54px; height: 54px; align-items: center; justify-content: center; border-radius: 50%; color: var(--primary); background: #daf3e6; flex-shrink: 0; }
.icon-circle .icon { width: 27px; height: 27px; }
.sr-only, .visually-hidden { 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: 1000; top: 8px; left: 12px; padding: 12px 20px; color: #fff; background: var(--dark); transform: translateY(-180%); border-radius: 6px; }
.skip-link:focus { transform: translateY(0); }
.muted, .text-muted { color: var(--muted); }
.text-center { text-align: center; }
.text-small, small { font-size: .84em; }
.eyebrow, .hero-badge { display: inline-flex; align-items: center; gap: 8px; color: var(--primary); font-size: .72rem; letter-spacing: .12em; font-weight: 750; text-transform: uppercase; }
.eyebrow { margin-bottom: 15px; }
.eyebrow::before, .hero-badge::before { content: ""; width: 7px; height: 7px; background: var(--secondary); border-radius: 50%; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 9px; min-height: 46px; max-width: 100%; padding: 11px 22px; border: 1px solid transparent; border-radius: var(--button-radius); background: var(--button-color); color: #fff; font-size: .9rem; line-height: 1.35; font-weight: 650; text-align: center; cursor: pointer; text-decoration: none; transition: box-shadow .18s ease, filter .18s ease; }
.button:hover { text-decoration: none; filter: brightness(.94); box-shadow: 0 5px 15px rgb(7 133 91 / 16%); }
.button .icon { width: 19px; height: 19px; }
.button-outline { background: transparent; color: var(--primary); border-color: var(--primary); }
.button-light { background: var(--white); color: var(--primary); border-color: var(--border); }
.button-small { min-height: 40px; padding: 9px 15px; font-size: .8rem; }
.button-block { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 7px; font-weight: 650; font-size: .9rem; }
.text-link .icon { width: 17px; height: 17px; }
.help-card a:not(.button), .info-card a, .notice a, .update-card a:not(.button), .game-card .card-details { color: var(--dark); }
.announcement { color: #fff; background: var(--primary); font-size: .73rem; line-height: 1.5; }
.announcement .container { min-height: 31px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 6px; }
.announcement a { color: inherit; }
.announcement span, .announcement p { display: inline-flex; align-items: center; gap: 7px; margin: 0; }
.announcement .icon { width: 14px; height: 14px; }
.announcement .container > span:first-of-type { flex: 1; }
.announcement .container > .icon { margin-right: -12px; }
.site-header { position: sticky; z-index: 80; top: 0; background: var(--header-bg); border-bottom: 1px solid rgb(220 237 230 / 70%); }
.header-inner { min-height: var(--header-height); display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--dark); font-size: 1.33rem; font-weight: 800; letter-spacing: -.035em; flex-shrink: 0; }
.brand:hover { text-decoration: none; }
.brand img { width: 45px; height: 45px; object-fit: contain; }
.brand span { overflow-wrap: anywhere; }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: 24px; margin-left: auto; }
.primary-nav a { color: var(--text); font-size: .8rem; font-weight: 550; padding-block: 29px 25px; border-bottom: 3px solid transparent; white-space: nowrap; }
.primary-nav a:hover, .primary-nav a.active, .primary-nav a[aria-current="page"] { color: var(--primary); border-color: var(--primary); text-decoration: none; }
.header-actions { display: flex; align-items: center; gap: 13px; flex-shrink: 0; }
.header-actions .button { min-height: 39px; padding: 9px 13px; font-size: .76rem; }
.search-toggle, .icon-button, .menu-toggle { display: inline-flex; justify-content: center; align-items: center; min-width: 44px; min-height: 44px; padding: 9px; border: 1px solid transparent; border-radius: 8px; color: var(--dark); background: transparent; }
.search-toggle:hover, .icon-button:hover, .menu-toggle:hover { background: var(--mint); }
.menu-toggle { display: none; gap: 7px; font-size: .85rem; font-weight: 650; }
.hero { position: relative; padding: 48px 0 64px; background: linear-gradient(113deg, #fff 7%, var(--soft) 40%, var(--mint) 100%); isolation: isolate; }
.hero::after { content: ""; position: absolute; inset: auto 0 -1px; height: 44px; background: #fff; clip-path: ellipse(57% 76% at 48% 100%); pointer-events: none; z-index: -1; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr 1fr; align-items: center; gap: 28px; min-height: 390px; }
.hero-copy { position: relative; z-index: 2; padding-block: 16px 30px; }
.hero-copy h1 { max-width: 650px; margin-bottom: 20px; }
.hero-copy > p, .hero-description { max-width: 540px; color: var(--muted); font-size: 1rem; line-height: 1.8; }
.hero-copy .eyebrow, .hero-copy .hero-badge { margin-bottom: 19px; padding: 7px 12px; border: 1px solid #cbe9db; border-radius: 30px; background: #f7fdf9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 25px 0; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 14px 20px; margin-top: 27px; font-size: .69rem; line-height: 1.4; color: var(--muted); }
.hero-trust > * { display: flex; align-items: center; gap: 7px; max-width: 155px; }
.hero-trust .icon { color: var(--primary); width: 20px; height: 20px; }
.hero-trust strong { color: var(--dark); font-size: .72rem; display: block; }
.hero-trust small { display: block; margin-top: 3px; font-size: .64rem; }
.hero-trust .icon-circle { width: 30px; height: 30px; background: transparent; }
.hero-visual { display: flex; position: relative; justify-content: center; align-items: center; gap: 13px; min-height: 375px; padding: 0 12px; }
.hero-visual > img:not(.gaming-decoration), .game-hero-visual > img:not(.gaming-decoration) { max-height: 415px; width: auto; max-width: 100%; object-fit: contain; }
.phone-mockup { position: relative; flex-shrink: 0; width: 210px; padding: 9px; border: 2px solid #baccc4; border-radius: 33px; background: #132b24; box-shadow: 10px 21px 30px rgb(16 59 48 / 16%), inset 0 0 0 2px #edf7f1; transform: rotate(-9deg); }
.phone-mockup::before { content: ""; position: absolute; width: 75px; height: 14px; left: calc(50% - 37px); top: 10px; background: #132b24; border-radius: 0 0 12px 12px; z-index: 3; }
.phone-screen { min-height: 345px; border-radius: 24px; background: linear-gradient(145deg,#f2fff7,#fff 70%); overflow: hidden; }
.phone-screen > img { width: 100%; display: block; }
.phone-top { padding: 31px 14px 13px; color: #fff; background: var(--primary); font-size: .88rem; line-height: 1.2; font-weight: 750; }
.phone-top img { width: 24px; height: 24px; margin-right: 5px; }
.phone-top small { font-size: .56rem; font-weight: 400; display: block; opacity: .9; margin-top: 5px; }
.phone-top { display: flex; gap: 7px; align-items: center; }
.phone-top .icon { width: 14px; height: 14px; }
.phone-top strong { flex: 1; font-size: .78rem; }
.phone-content { padding: 15px 12px; }
.phone-content h3 { font-size: .83rem; margin-bottom: 10px; }
.phone-content > p { font-size: .6rem; color: var(--muted); line-height: 1.5; }
.phone-banner { position: relative; overflow: hidden; padding: 14px 11px; background: var(--mint); border: 1px solid var(--border); border-radius: 8px; margin-bottom: 15px; }
.phone-banner strong { position: relative; display: block; font-size: .69rem; line-height: 1.4; z-index: 1; max-width: 110px; }
.phone-banner span { display: block; font-size: .48rem; margin-top: 5px; color: var(--muted); }
.phone-banner > .icon { position: absolute; width: 39px; height: 39px; right: 3px; bottom: 8px; color: #5bbb8b; opacity: .6; }
.phone-content .phone-apps + h3 { margin-top: 14px; }
.phone-guide { display: flex; align-items: center; gap: 7px; margin: 7px 0; padding: 7px 9px; background: #f1faf5; border-radius: 5px; font-size: .56rem; color: var(--primary); font-weight: 600; }
.phone-guide .icon { width: 14px; height: 14px; }
.phone-preview-label { text-align: center; margin-top: 10px; }
.phone-apps { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; }
.phone-app { background: #fff; border: 1px solid var(--border); padding: 8px; border-radius: 8px; font-size: .55rem; text-align: center; font-weight: 600; line-height: 1.4; }
.phone-app img { width: 43px; height: 43px; margin-bottom: 5px; border-radius: 9px; }
.phone-app span { display: block; }
.phone-screen .demo-label { display: block; color: var(--muted); font-size: .48rem; text-align: center; padding: 8px 4px; }
.hero-feature-cards { display: grid; position: relative; gap: 17px; max-width: 185px; margin-top: 10px; z-index: 2; }
.hero-feature-card { display: flex; align-items: center; gap: 11px; background: #fff; border: 1px solid #e1f1e8; border-radius: 11px; box-shadow: var(--shadow); padding: 14px 13px; }
.hero-feature-card .icon { color: var(--primary); width: 25px; height: 25px; }
.hero-feature-card strong { display: block; color: var(--dark); font-size: .74rem; line-height: 1.4; }
.hero-feature-card p, .hero-feature-card small { font-size: .6rem; color: var(--muted); line-height: 1.45; margin: 3px 0 0; display: block; }
.hero-feature-card .icon-circle { width: 31px; height: 31px; border-radius: 8px; }
.hero-side { flex: 0 1 177px; position: relative; }
.handwritten { font-family: "Segoe Print", "Bradley Hand", cursive; transform: rotate(-6deg); color: var(--primary); font-size: 1.05rem; line-height: 1.5; margin: 0 0 20px; }
.hero-side-text { position: absolute; color: var(--primary); font-family: "Segoe Print", "Bradley Hand", cursive; font-size: 1rem; line-height: 1.4; transform: rotate(-8deg); max-width: 155px; right: 0; bottom: -3px; }
.gaming-decoration { position: absolute; pointer-events: none; width: 145px; z-index: -1; }
.hero .gaming-decoration { bottom: 2px; right: -10px; opacity: .65; }
.gaming-decoration.left { right: auto; left: -23px; transform: rotate(-35deg); bottom: 12px; }
.gaming-mark { color: var(--secondary); }
.hero-search { position: relative; z-index: 3; display: flex; align-items: center; gap: 14px; width: min(845px,calc(100% - 36px)); max-width: 845px; padding: 14px 18px; margin: 8px auto -83px; border: 1px solid var(--border); border-radius: 12px; background: #fff; box-shadow: 0 9px 28px rgb(16 59 48 / 8%); }
.hero-search > .icon { color: var(--primary); margin-left: 6px; }
.hero-search input { flex: 1; width: 0; min-width: 0; border: 0; padding: 9px 2px; background: transparent; }
.hero-search input:focus { outline-offset: 2px; }
.hero-search .button { flex-shrink: 0; min-height: 43px; }
.section { padding-block: 38px; }
.hero + .section, .hero + main > .section:first-child { padding-top: 69px; }
.section-soft { background: var(--soft); }
.section-mint { background: var(--mint); }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 23px; }
.section-heading h2 { margin: 0; }
.section-heading p { margin: 8px 0 0; font-size: .92rem; color: var(--muted); }
.section-heading > a { flex-shrink: 0; font-size: .82rem; font-weight: 650; }
.section-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.game-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }
.game-card { position: relative; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid var(--border); border-radius: var(--card-radius); background: #fff; box-shadow: 0 4px 17px rgb(16 59 48 / 4%); padding: 23px 20px 20px; }
.game-card .game-icon { width: 75px; height: 75px; border-radius: 17px; object-fit: cover; margin-bottom: 16px; }
.game-card h3 { margin-bottom: 7px; font-size: 1.08rem; }
.game-card h3 a { color: var(--dark); }
.game-card > p, .game-card .short-description { color: var(--muted); font-size: .79rem; line-height: 1.65; margin-bottom: 15px; }
.game-card .game-meta { font-size: .72rem; padding: 0; margin: auto 0 17px; gap: 9px; }
.game-card .button { width: 100%; margin-top: auto; }
.game-card-main { display: block; color: var(--dark); text-decoration: none; width: 100%; }
.game-card-main:hover { text-decoration: none; }
.game-card-main:hover h3 { color: var(--primary); }
.game-card-main > p { font-size: .79rem; color: var(--muted); line-height: 1.65; margin-bottom: 14px; }
.card-meta { margin-top: auto; margin-bottom: 13px; color: var(--muted); font-size: .71rem; }
.card-details { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; margin-top: auto; padding: 9px 13px; min-height: 39px; border-radius: var(--button-radius); border: 1px solid #c8e9d8; background: var(--mint); color: var(--primary); font-size: .76rem; font-weight: 650; }
.card-details:hover { border-color: var(--primary); text-decoration: none; }
.card-details .icon { width: 16px; height: 16px; }
.game-label { background: var(--label-color,var(--mint)); }
.game-label { display: inline-flex; position: absolute; top: 18px; right: 13px; max-width: calc(100% - 105px); padding: 3px 8px; border-radius: 20px; background: var(--mint); color: var(--primary); font-size: .62rem; font-weight: 700; line-height: 1.4; overflow-wrap: anywhere; }
.demo-label { color: #795500; background: #fff8df; border: 1px solid #f0dfaa; border-radius: 4px; padding: 3px 7px; font-size: .65rem; font-weight: 600; }
.game-card > .demo-label { margin: 0 0 12px; }
.category-pills { display: flex; gap: 11px; overflow-x: auto; max-width: 100%; padding: 3px 2px 10px; overscroll-behavior-inline: contain; scrollbar-width: thin; scrollbar-color: #b8decb transparent; }
.category-pill { display: inline-flex; align-items: center; justify-content: center; gap: 9px; white-space: nowrap; min-height: 43px; padding: 10px 20px; color: var(--text); background: #fff; border: 1px solid var(--border); border-radius: 30px; font-size: .82rem; font-weight: 550; }
.category-pill .icon { width: 18px; height: 18px; color: var(--primary); }
.category-pill img { width: 22px; height: 22px; object-fit: contain; }
.category-pill.active, .category-pill[aria-current="page"] { color: #fff; background: var(--primary); border-color: var(--primary); }
.category-pill.active .icon { color: #fff; }
.category-pill:hover { text-decoration: none; border-color: var(--primary); }
.filter-form { display: flex; flex-wrap: wrap; gap: 12px; align-items: end; margin-bottom: 22px; padding: 16px; background: var(--soft); border: 1px solid var(--border); border-radius: 12px; }
.filter-form label { display: flex; flex: 1 1 140px; flex-direction: column; gap: 5px; font-size: .78rem; font-weight: 600; }
.filter-form label:first-child { flex: 2 1 220px; }
.filter-form > div { flex: 1 1 140px; min-width: 0; }
.filter-form > div:first-child { flex: 2 1 230px; }
.filter-form > div > label { display: block; margin-bottom: 5px; }
.filter-form input, .filter-form select { width: 100%; min-height: 43px; padding: 9px 11px; border: 1px solid var(--border); background: #fff; border-radius: 7px; color: var(--text); font-size: .83rem; }
.game-table { overflow: hidden; border: 1px solid var(--border); border-radius: 12px; background: #fff; }
.game-row { display: grid; grid-template-columns: 55px minmax(150px,1.15fr) minmax(160px,1.8fr) 80px 80px 128px; align-items: center; min-height: 86px; gap: 16px; border-bottom: 1px solid var(--border); padding-right: 19px; font-size: .79rem; }
.game-row:last-child { border-bottom: 0; }
.game-table > .table-head { display: grid; grid-template-columns: 55px minmax(150px,1.15fr) minmax(160px,1.8fr) 80px 80px 128px; align-items: center; gap: 16px; min-height: 43px; padding-right: 19px; background: var(--soft); color: var(--dark); font-size: .73rem; font-weight: 650; border-bottom: 1px solid var(--border); }
.game-table > .table-head > span:first-child { display: flex; align-items: center; justify-content: center; min-height: 43px; color: #fff; background: var(--primary); }
.game-row.table-head, .game-row.game-table-head { min-height: 43px; background: var(--soft); color: var(--dark); font-size: .73rem; font-weight: 650; }
.game-row .serial { display: flex; justify-content: center; align-items: center; align-self: stretch; min-height: 100%; background: var(--primary); color: #fff; font-weight: 650; font-size: .87rem; }
.game-row.table-head .serial { font-size: .72rem; }
.row-game { display: flex; align-items: center; gap: 13px; font-weight: 700; color: var(--dark); line-height: 1.45; }
.row-game .game-icon { flex-shrink: 0; width: 47px; height: 47px; border-radius: 10px; object-fit: cover; }
.row-game > img { flex-shrink: 0; width: 47px; height: 47px; border-radius: 10px; object-fit: cover; }
.row-description { margin: 0; }
.row-game a { color: var(--dark); }
.row-description { color: var(--muted); line-height: 1.6; padding-block: 12px; }
.row-version, .row-size { color: var(--muted); font-size: .76rem; }
.row-action .button { min-height: 36px; padding: 8px 12px; font-size: .73rem; }
.game-table table { border-collapse: collapse; width: 100%; font-size: .8rem; text-align: left; }
.game-table th { background: var(--soft); font-weight: 650; }
.game-table th, .game-table td { padding: 16px 13px; border-bottom: 1px solid var(--border); }
.game-table tr:last-child td { border-bottom: 0; }
.game-table td:first-child, .game-table th:first-child { width: 55px; color: #fff; background: var(--primary); text-align: center; }
.game-table td img { width: 47px; height: 47px; border-radius: 10px; margin-right: 10px; }
.game-table td .button { white-space: nowrap; }
.steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 23px; counter-reset: step; }
.step { display: flex; align-items: flex-start; gap: 16px; position: relative; padding: 23px; border: 1px solid var(--border); border-radius: var(--card-radius); background: #fff; }
.step-number, .step .number { display: inline-flex; justify-content: center; align-items: center; flex-shrink: 0; width: 35px; height: 35px; border-radius: 50%; background: var(--primary); color: #fff; font-size: .92rem; font-weight: 750; }
.step > .icon { width: 32px; height: 32px; color: var(--primary); }
.step:has(> .icon-circle) { padding-top: 29px; margin-top: 10px; }
.step:has(> .icon-circle) > .step-number { position: absolute; top: -13px; left: 22px; width: 28px; height: 28px; font-size: .76rem; border: 3px solid #fff; }
.step > .icon-circle { width: 46px; height: 46px; border-radius: 11px; }
.step > .icon-circle .icon { width: 27px; height: 27px; }
.step h3 { font-size: 1rem; margin: 0 0 9px; }
.step p { color: var(--muted); font-size: .81rem; line-height: 1.65; }
.step a { font-size: .79rem; font-weight: 650; }
.steps.four-steps, .steps.download-steps { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.steps.four-steps .step, .steps.download-steps .step { padding: 20px 15px; flex-direction: column; }
.help-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 23px; }
.help-card { display: flex; align-items: center; gap: 23px; padding: 27px; background: var(--mint); border: 1px solid var(--border); border-radius: var(--card-radius); }
.help-card > .icon { width: 51px; height: 51px; padding: 12px; color: #fff; background: var(--primary); border-radius: 50%; }
.help-card h3 { font-size: 1.16rem; margin-bottom: 7px; }
.help-card h2 { font-size: 1.16rem; margin-bottom: 7px; }
.help-card > .icon-circle { background: var(--primary); color: #fff; }
.help-card a { font-size: .82rem; font-weight: 650; }
.help-card a .icon { width: 17px; height: 17px; }
.help-card p { color: var(--muted); font-size: .84rem; margin-bottom: 10px; }
.safety-strip { display: grid; grid-template-columns: auto 1fr 1.2fr; gap: 22px; align-items: center; background: var(--mint); border: 1px solid var(--border); border-radius: var(--card-radius); padding: 27px 29px; }
.safety-strip > .icon { width: 55px; height: 55px; color: var(--primary); }
.safety-icon { color: var(--primary); }
.safety-icon > .icon { width: 57px; height: 57px; }
.safety-strip h2, .safety-strip h3 { font-size: 1.2rem; margin-bottom: 7px; }
.safety-strip p { color: var(--muted); font-size: .81rem; }
.check-list { padding: 0; list-style: none; margin: 0; }
.check-list li { display: flex; align-items: flex-start; gap: 9px; color: var(--text); font-size: .81rem; line-height: 1.55; }
.check-list li + li { margin-top: 10px; }
.check-list li::before { content: "✓"; flex-shrink: 0; color: var(--primary); font-weight: 800; }
.check-list .icon { width: 17px; height: 17px; color: var(--primary); margin-top: 2px; }
.check-list li:has(> .icon)::before { content: none; }
.guides-faq { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 42px; }
.guides-faq h2 { font-size: 1.65rem; }
.guide-list { display: grid; gap: 15px; }
.guide-card { display: flex; align-items: center; gap: 17px; padding: 15px; border: 1px solid var(--border); border-radius: 12px; background: #fff; }
.guide-card > img { width: 85px; height: 74px; border-radius: 9px; object-fit: cover; flex-shrink: 0; }
.guide-card > .icon { width: 67px; height: 67px; padding: 19px; border-radius: 10px; background: var(--mint); color: var(--primary); }
.guide-card h3 { margin-bottom: 5px; font-size: .96rem; }
.guide-card h3 a { color: var(--dark); }
.guide-card > span:not(.guide-thumb) { min-width: 0; flex: 1; }
.guide-card strong { display: block; color: var(--dark); font-size: .89rem; line-height: 1.5; }
.guide-card small { display: block; color: var(--muted); font-size: .73rem; margin-top: 5px; line-height: 1.6; }
a.guide-card:hover { text-decoration: none; border-color: #a5d6bc; }
.guide-card > .guide-thumb { border-radius: 10px; width: 72px; height: 65px; }
.guide-card > .guide-thumb .icon { width: 30px; height: 30px; }
.guide-card > .icon:last-child { width: 17px; height: 17px; padding: 0; background: transparent; }
.guide-card p { color: var(--muted); font-size: .75rem; line-height: 1.65; }
.guide-card .text-link { margin-top: 7px; font-size: .74rem; }
.guide-card > a:last-child > .icon { width: 19px; height: 19px; }
.faq-list { display: grid; gap: 10px; align-content: start; }
.faq-list details { border: 1px solid var(--border); border-radius: 9px; background: #fff; overflow: hidden; }
.faq-list summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 15px; cursor: pointer; padding: 16px 18px; color: var(--dark); font-size: .88rem; font-weight: 650; list-style: none; line-height: 1.5; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--primary); font-size: 1.23rem; font-weight: 400; flex-shrink: 0; line-height: 1; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details[open] { background: var(--soft); }
.faq-list details > p, .faq-list .faq-answer, .faq-list details > div { color: var(--muted); padding: 0 18px 17px; margin: 0; font-size: .82rem; }
.faq-list.two-columns { grid-template-columns: repeat(2,minmax(0,1fr)); align-items: start; }
.site-footer { position: relative; isolation: isolate; background: var(--footer-bg); color: #d0e2d9; margin-top: 45px; padding: 54px 0 0; font-size: .81rem; }
.site-footer::before { content: ""; position: absolute; width: 100%; height: 24px; top: -23px; background: var(--footer-bg); clip-path: ellipse(68% 100% at 50% 100%); }
.footer-grid { display: grid; grid-template-columns: 1.45fr .85fr .9fr .85fr 1.05fr; gap: 27px; padding-bottom: 32px; }
.site-footer .brand { color: #fff; margin-bottom: 16px; }
.site-footer .brand img { width: 43px; height: 43px; }
.site-footer p { line-height: 1.85; color: #c5dace; }
.site-footer h2, .site-footer h3 { color: #fff; font-size: .91rem; margin: 8px 0 19px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li + li { margin-top: 9px; }
.site-footer a { color: #d0e2d9; }
.site-footer a:hover { color: #fff; }
.site-footer .button { color: #fff; margin-top: 12px; }
.site-footer .gaming-decoration { width: 155px; opacity: .12; z-index: -1; right: 0; bottom: 30px; }
.site-footer .gaming-decoration.left { bottom: 25px; left: 0; }
.social-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.social-links a { display: inline-flex; align-items: center; justify-content: center; min-height: 35px; min-width: 35px; padding: 7px; border: 1px solid #446a59; border-radius: 50%; }
.social-links .icon { width: 16px; height: 16px; }
.footer-notice { border-top: 1px solid #365b4c; padding-block: 19px; text-align: center; font-size: .75rem; }
.footer-bottom { border-top: 1px solid #365b4c; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 15px; align-items: center; padding-block: 20px; font-size: .73rem; }
.footer-bottom p { margin: 0; }
.footer-bottom nav, .footer-bottom ul { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-bottom > div { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-bottom > p:first-child { max-width: 690px; }
.footer-bottom li + li { margin-top: 0; }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: var(--muted); font-size: .75rem; padding-block: 20px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0; }
.breadcrumbs li { margin: 0; }
.breadcrumbs li + li::before { content: "/"; color: #99b0a5; margin-right: 8px; }
.breadcrumbs a { color: var(--muted); }
.game-hero { position: relative; isolation: isolate; background: linear-gradient(110deg,var(--soft),var(--mint)); padding: 12px 0 56px; }
.game-hero::after { content: ""; position: absolute; height: 33px; inset: auto 0 -1px; background: #fff; clip-path: ellipse(58% 85% at 50% 100%); z-index: -1; }
.game-hero-grid { display: grid; grid-template-columns: 1.4fr 1fr; align-items: center; gap: 55px; min-height: 365px; }
.game-hero h1 { font-size: clamp(2.1rem,4vw,3.3rem); margin-bottom: 9px; }
.game-identity { display: flex; align-items: center; gap: 22px; margin-bottom: 20px; }
.game-identity .game-icon { width: 115px; height: 115px; object-fit: cover; border-radius: 23px; box-shadow: 0 8px 18px rgb(16 59 48 / 10%); flex-shrink: 0; }
.game-identity:has(> .game-meta) { display: grid; grid-template-columns: 115px minmax(0,1fr); align-items: start; }
.game-identity > .game-meta { grid-column: 1 / -1; margin-top: 0; }
.game-identity p { color: var(--primary); font-weight: 600; font-size: 1rem; line-height: 1.5; }
.game-hero-copy > p { color: var(--muted); font-size: .94rem; line-height: 1.8; max-width: 620px; }
.game-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px; margin-top: 25px; font-size: .78rem; color: var(--muted); }
.game-meta > span, .game-meta > div { display: inline-flex; align-items: center; gap: 6px; }
.game-meta .icon { width: 17px; height: 17px; color: var(--primary); }
.game-meta strong { color: var(--dark); }
.game-meta dt { font-size: .68rem; }
.game-meta dd { margin: 0; font-weight: 650; color: var(--dark); }
.game-meta > div:has(dt) { flex-direction: column; align-items: flex-start; gap: 3px; }
.game-hero-visual { position: relative; display: flex; justify-content: center; align-items: center; min-height: 340px; }
.game-hero-visual .phone-mockup { width: 193px; transform: rotate(9deg); }
.game-hero-visual .phone-screen { min-height: 315px; }
.game-hero-visual .gaming-decoration { bottom: 0; right: 0; width: 185px; opacity: .7; }
.section-nav { position: sticky; top: calc(var(--header-height) - 1px); z-index: 60; display: flex; align-items: center; justify-content: center; gap: 4px; margin-top: -5px; margin-bottom: 23px; padding: 8px 14px; min-height: var(--section-nav-height); border: 1px solid var(--border); border-radius: 12px; background: #fff; box-shadow: var(--shadow); overflow-x: auto; scrollbar-width: thin; max-width: 100%; overscroll-behavior-inline: contain; }
.section-nav a { display: inline-flex; align-items: center; justify-content: center; min-height: 41px; flex: 1 0 auto; padding: 9px 17px; white-space: nowrap; color: var(--dark); font-size: .8rem; font-weight: 600; border-radius: 6px; }
.section-nav a:hover, .section-nav a.active { color: var(--primary); background: var(--mint); text-decoration: none; }
.notice, .demo-notice { display: flex; align-items: flex-start; gap: 12px; padding: 18px 22px; color: var(--text); background: var(--mint); border: 1px solid var(--border); border-radius: 10px; font-size: .82rem; line-height: 1.75; margin-block: 20px; }
.notice > .icon { color: var(--primary); margin-top: 2px; }
.notice h2, .notice h3 { font-size: 1.02rem; margin-bottom: 5px; }
.notice p { margin-bottom: 5px; }
.notice p:last-child { margin-bottom: 0; }
.demo-notice { background: #fffae9; border-color: #f1dfaa; color: #705620; }
.notice .adult-icon { border: 2px solid var(--primary); border-radius: 50%; width: 47px; height: 47px; display: inline-flex; align-items: center; justify-content: center; font-weight: 750; font-size: .88rem; color: var(--primary); flex-shrink: 0; }
.overview-grid { display: grid; grid-template-columns: 1.2fr 1fr; align-items: start; gap: 44px; }
.rich-content { color: var(--muted); font-size: .91rem; line-height: 1.9; overflow-wrap: anywhere; }
.rich-content h2, .rich-content h3, .rich-content h4 { margin-top: 26px; color: var(--dark); }
.rich-content > :first-child { margin-top: 0; }
.rich-content strong { color: var(--dark); font-weight: 650; }
.rich-content img { height: auto; border-radius: 10px; }
.rich-content blockquote { margin: 24px 0; padding: 14px 20px; border-left: 3px solid var(--primary); background: var(--soft); }
.rich-content table { border-collapse: collapse; display: block; max-width: 100%; overflow-x: auto; }
.rich-content td, .rich-content th { border: 1px solid var(--border); padding: 10px 14px; }
.info-card { padding: 25px; background: var(--mint); border: 1px solid var(--border); border-radius: var(--card-radius); }
.info-card h2, .info-card h3 { display: flex; align-items: center; gap: 9px; font-size: 1.2rem; margin-bottom: 17px; }
.info-card h2 .icon, .info-card h3 .icon { color: var(--primary); }
.info-table { width: 100%; margin: 0; border-collapse: collapse; font-size: .79rem; table-layout: fixed; }
.info-table tr { border-bottom: 1px solid #cfe5d9; }
.info-table tr:last-child { border-bottom: 0; }
.info-table th, .info-table td { padding: 11px 0; text-align: left; vertical-align: top; overflow-wrap: anywhere; }
.info-table th { width: 48%; font-weight: 600; color: var(--dark); padding-right: 16px; }
.info-table td { color: var(--muted); }
dl.info-table { display: grid; grid-template-columns: 1fr 1.1fr; }
dl.info-table dt, dl.info-table dd { margin: 0; padding: 10px 0; border-bottom: 1px solid #cfe5d9; }
dl.info-table dt { padding-right: 13px; font-weight: 600; }
dl.info-table dd { overflow-wrap: anywhere; color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.feature-card { display: flex; align-items: flex-start; gap: 15px; padding: 22px; border: 1px solid var(--border); border-radius: 13px; background: #fff; }
.feature-card > .icon { width: 38px; height: 38px; padding: 8px; background: var(--mint); color: var(--primary); border-radius: 9px; }
.feature-card > img { width: 37px; height: 37px; object-fit: contain; flex-shrink: 0; }
.feature-card h3 { font-size: .98rem; margin-bottom: 7px; }
.feature-card p { font-size: .79rem; color: var(--muted); line-height: 1.7; }
.screenshot-gallery { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 25px; background: var(--mint); padding: 27px; border-radius: var(--card-radius); border: 1px solid var(--border); }
.screenshot-gallery a { display: block; border-radius: 12px; overflow: hidden; background: #fff; border: 4px solid #fff; box-shadow: 0 5px 14px rgb(16 59 48 / 12%); }
.screenshot-gallery img { display: block; width: 100%; height: auto; aspect-ratio: 9/16; object-fit: contain; background: #f5faf7; }
.screenshot-gallery figcaption { color: var(--muted); text-align: center; margin-top: 10px; font-size: .73rem; line-height: 1.5; }
.finance-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 21px; }
.finance-card, .finance-grid > article, .finance-grid > div { border: 1px solid var(--border); border-radius: 13px; padding: 24px; }
.finance-grid h3 { display: flex; gap: 9px; align-items: center; font-size: 1.06rem; margin-bottom: 13px; }
.finance-grid h3 .icon, .finance-card > .icon { color: var(--primary); }
.finance-grid .rich-content { font-size: .82rem; }
.finance-grid .info-table { margin-top: 13px; font-size: .76rem; }
.instruction-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 23px; }
.instruction-card, .instruction-grid > article { border: 1px solid var(--border); border-radius: var(--card-radius); padding: 27px; }
.instruction-grid h2, .instruction-grid h3 { display: flex; gap: 10px; align-items: center; font-size: 1.3rem; }
.instruction-grid h2 .icon, .instruction-grid h3 .icon { color: var(--primary); }
.instruction-grid .rich-content { font-size: .84rem; }
.requirements-card { color: #e3f2e9; background: var(--dark); padding: 28px; border-radius: var(--card-radius); }
.requirements-card h2, .requirements-card h3 { color: #fff; }
.requirements-card .rich-content, .requirements-card .check-list li, .requirements-card .info-table td { color: #d1e8da; }
.requirements-card .rich-content strong, .requirements-card .info-table th { color: #fff; }
.requirements-card .info-table tr { border-color: #376b52; }
.requirements-card .check-list li::before, .requirements-card .icon { color: #80e3b0; }
.update-card { padding: 28px; border: 1px solid var(--border); border-radius: var(--card-radius); background: var(--mint); }
.update-card h2, .requirements-card h2 { display: flex; align-items: center; gap: 10px; font-size: 1.3rem; }
.update-card .rich-content { font-size: .84rem; }
.update-card .button { margin-top: 16px; }
.related-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.related-grid .game-card { padding: 18px; }
.related-grid .game-icon { width: 58px; height: 58px; border-radius: 12px; }
.related-grid h3 { font-size: .95rem; }
.related-grid .game-card > p { font-size: .73rem; }
.download-card { width: min(640px,100%); margin: 15px auto 35px; padding: 36px; background: #fff; border: 1px solid var(--border); border-radius: 20px; box-shadow: var(--shadow); text-align: center; }
.download-card > .game-icon { width: 95px; height: 95px; object-fit: cover; border-radius: 20px; margin-bottom: 19px; }
.download-card h1 { font-size: 2rem; }
.download-card .game-meta { justify-content: center; margin-block: 20px; }
.download-card .notice, .download-card .info-table { text-align: left; }
.download-card [data-seconds] { display: flex; justify-content: center; align-items: center; width: 76px; height: 76px; border: 5px solid #d5efe1; border-radius: 50%; color: var(--primary); font-size: 1.7rem; font-weight: 750; margin: 23px auto 13px; }
.download-card progress { display: block; width: 100%; height: 9px; border: 0; border-radius: 20px; background: var(--mint); overflow: hidden; margin-block: 17px; accent-color: var(--primary); }
.download-card progress::-webkit-progress-bar { background: var(--mint); border-radius: 20px; }
.download-card progress::-webkit-progress-value { background: var(--primary); border-radius: 20px; }
.download-card progress::-moz-progress-bar { background: var(--primary); border-radius: 20px; }
.progress-track { height: 8px; border-radius: 20px; background: var(--mint); overflow: hidden; margin-block: 20px; }
.progress-track [data-progress] { height: 100%; background: var(--primary); }
.download-card [data-download-ready] { margin-block: 15px; }
.download-card .fallback-link { display: block; font-size: .8rem; margin: 13px 0; }
.download-card > p { color: var(--muted); font-size: .89rem; }
.pagination { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; margin-top: 27px; }
.pagination a, .pagination span { display: inline-flex; min-width: 41px; min-height: 41px; align-items: center; justify-content: center; padding: 7px 13px; border: 1px solid var(--border); border-radius: 7px; font-size: .85rem; color: var(--text); }
.pagination .active, .pagination [aria-current="page"] { color: #fff; background: var(--primary); border-color: var(--primary); }
.empty-state { padding: 40px 28px; text-align: center; border: 1px dashed #c9e5d7; border-radius: var(--card-radius); background: linear-gradient(135deg,#fff,var(--soft)); }
.empty-state .icon { width: 42px; height: 42px; color: var(--primary); margin-bottom: 14px; }
.empty-state h2, .empty-state h3 { font-size: 1.18rem; margin-bottom: 9px; }
.empty-state p { max-width: 590px; margin-inline: auto; color: var(--muted); font-size: .85rem; }
.empty-state .button { margin-top: 20px; }
.page-header { background: var(--soft); border-bottom: 1px solid var(--border); padding: 28px 0 37px; }
.page-header h1 { font-size: clamp(2rem,4vw,2.75rem); }
.page-header p { max-width: 760px; color: var(--muted); }
.page-body { max-width: 860px; margin-inline: auto; }
.page-body .rich-content { font-size: .97rem; }
.page-body > img { width: 100%; border-radius: var(--card-radius); margin-bottom: 25px; }
.contact-form { display: grid; gap: 18px; border: 1px solid var(--border); border-radius: var(--card-radius); padding: 27px; margin-top: 25px; background: #fff; }
.contact-form label { display: grid; gap: 7px; color: var(--dark); font-size: .86rem; font-weight: 600; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; padding: 12px 14px; border: 1px solid #cadfd3; border-radius: 7px; color: var(--text); background: #fff; font-size: .9rem; }
.contact-form textarea { min-height: 150px; resize: vertical; }
.contact-form .button { justify-self: start; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-error, .alert-error { padding: 14px 18px; border-radius: 8px; color: #853127; background: #fff0ec; border: 1px solid #efd0c9; margin-bottom: 18px; }
.form-success, .alert-success { padding: 14px 18px; border-radius: 8px; color: var(--dark); background: var(--mint); border: 1px solid var(--border); margin-bottom: 18px; }
.ad-slot { width: 100%; max-width: 100%; text-align: center; overflow: hidden; margin-block: 24px; }
.ad-slot > * { max-width: 100%; }
.sticky-download { position: fixed; bottom: 0; left: 0; right: 0; z-index: 75; display: flex; align-items: center; justify-content: center; gap: 25px; background: #fff; border-top: 1px solid var(--border); box-shadow: 0 -4px 20px rgb(16 59 48 / 8%); padding: 10px 20px max(10px,env(safe-area-inset-bottom)); }
.sticky-download > .container { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.sticky-download .game-icon { width: 40px; height: 40px; border-radius: 8px; }
.sticky-download strong { display: block; font-size: .87rem; line-height: 1.3; }
.sticky-download small { font-size: .69rem; color: var(--muted); }
.sticky-download .button { min-height: 43px; font-size: .79rem; flex-shrink: 0; }
body:has(.sticky-download) { padding-bottom: 83px; }
.sticky-telegram { position: fixed; right: 22px; bottom: 23px; z-index: 70; box-shadow: 0 5px 20px rgb(16 59 48 / 18%); min-width: 50px; min-height: 50px; border-radius: 50%; padding: 13px; }
.sticky-telegram { display: inline-flex; justify-content: center; align-items: center; color: #fff; background: var(--primary); }
body:has(.sticky-download) .sticky-telegram { bottom: 97px; }
.lightbox { position: fixed; inset: 0; width: min(1100px,calc(100% - 32px)); max-width: 100%; max-height: calc(100dvh - 30px); padding: 55px 20px 20px; margin: auto; color: #fff; background: #10261e; border: 1px solid #577467; border-radius: 14px; overflow: auto; }
.lightbox::backdrop { background: rgb(5 23 15 / 88%); }
body:has(.lightbox[open]) { overflow: hidden; }
.lightbox-stage { display: flex; align-items: center; justify-content: center; gap: 15px; }
.lightbox figure { min-width: 0; max-width: calc(100% - 112px); text-align: center; }
.lightbox img { max-width: 100%; width: auto; max-height: calc(100dvh - 190px); object-fit: contain; border-radius: 5px; }
.lightbox .lightbox-stage img { max-width: 100%; max-height: calc(100dvh - 190px); }
.lightbox figcaption { font-size: .85rem; margin-top: 13px; color: #d5e5dc; }
.lightbox button { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; width: 43px; height: 43px; border: 1px solid #658374; background: #264b38; color: #fff; border-radius: 50%; font-size: 1.3rem; }
.lightbox-close { position: absolute; right: 12px; top: 9px; }
.lightbox-counter { position: absolute; left: 21px; top: 20px; color: #d5e5dc; font-size: .8rem; }
/* Keep the reference's compact section rhythm without reducing reading size. */
.page-home .section { padding-block: 20px; }
.page-home .section-heading { margin-bottom: 15px; }
.page-home .hero + .section { padding-top: 52px; }
.page-home .game-card { padding-block: 18px; }
.page-home .game-card .game-icon { width: 65px; height: 65px; margin-bottom: 12px; }
.page-home .help-card { padding-block: 23px; }
.page-home .safety-strip { padding-block: 22px; }
.page-home .site-footer { margin-top: 30px; padding-top: 39px; }
.page-game .game-section { padding-block: 20px; }
.page-game .section-heading { margin-bottom: 15px; }
.page-game .feature-card { padding: 18px; }
.page-game .feature-card > .icon-circle { width: 40px; height: 40px; border-radius: 10px; }
.page-game .feature-card > .icon-circle .icon { width: 23px; height: 23px; }
.page-game .screenshot-gallery { grid-template-columns: repeat(4,minmax(0,185px)); justify-content: center; padding-block: 22px; }
.game-hero-visual > img.hero-phone-image { max-height: 340px; width: auto; border: 7px solid #193c2d; border-radius: 22px; box-shadow: 9px 13px 22px rgb(16 59 48 / 16%); background: #193c2d; }
.game-hero-visual:has(> .hero-phone-image)::after { content: ""; position: absolute; top: 8px; left: calc(50% - 52px); width: 67px; height: 9px; border-radius: 0 0 8px 8px; background: #193c2d; transform: rotate(6deg); pointer-events: none; }
.game-steps { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.game-steps .step { padding: 19px 15px; gap: 12px; }
.game-steps .step-number { width: 30px; height: 30px; font-size: .79rem; }
.game-steps .step h3 { font-size: .91rem; }
.game-steps .step p { font-size: .75rem; }
.game-card .card-details { margin-top: auto; }
.page-game .game-identity { grid-template-columns: 140px minmax(0,1fr); }
.page-game .game-identity > .large { width: 140px; height: 140px; }
.page-game .requirements-card .check-list li { margin: 0; }
.page-game .requirements-card .rich-content, .page-game .update-card .rich-content { line-height: 1.75; }
.page-game .requirements-card h3, .page-game .update-card h3 { font-size: 1rem; margin-top: 17px; margin-bottom: 8px; }
.page-game .info-table th, .page-game .info-table td { padding-block: 8px; }
.page-game .notice { padding-block: 13px; }
.page-game .site-footer { padding-top: 38px; margin-top: 32px; }
.page-home .hero .gaming-decoration { width: 185px; opacity: .8; }
.site-footer > .gaming-decoration { width: 190px; opacity: .2; }
@media (min-width: 1200px) {
  .container { width: min(1240px,calc(100% - 48px)); }
  .page-home .hero-grid { grid-template-columns: 1.3fr 1fr; }
  .page-home .hero-copy h1 { max-width: none; font-size: 2.65rem; }
  .page-home .hero-copy { padding-block: 6px 16px; }
  .page-home .hero-copy > p { max-width: 620px; }
  .page-home .hero-trust { margin-top: 18px; }
  .page-home .hero { padding-bottom: 56px; }
  .page-home .game-row { min-height: 76px; }
  .page-home .game-card-main > p { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
  .hero-feature-cards { margin-right: -12px; }
  .hero-visual .phone-mockup { width: 225px; }
  .hero-visual .phone-screen { min-height: 368px; }
}
@media (max-width: 1100px) {
  .header-inner { gap: 16px; }
  .primary-nav { gap: 16px; }
  .primary-nav a { font-size: .76rem; }
  .header-actions { gap: 4px; }
  .hero-grid { gap: 16px; }
  .hero-feature-cards { max-width: 150px; }
  .hero-feature-card { padding: 12px 10px; gap: 8px; }
  .hero-feature-card .icon { width: 21px; height: 21px; }
  .hero-visual { padding: 0; }
  .hero-visual .phone-mockup { width: 193px; }
  .hero-visual .phone-screen { min-height: 329px; }
  .game-grid { gap: 15px; }
  .game-card { padding: 19px 15px; }
  .game-row { grid-template-columns: 45px minmax(145px,1.2fr) minmax(130px,1.5fr) 65px 65px 105px; gap: 12px; padding-right: 12px; }
  .game-table > .table-head { grid-template-columns: 45px minmax(145px,1.2fr) minmax(130px,1.5fr) 65px 65px 105px; gap: 12px; padding-right: 12px; }
  .footer-grid { gap: 27px; }
}
@media (max-width: 960px) {
  :root { --header-height: 70px; }
  .header-inner { justify-content: space-between; flex-wrap: wrap; gap: 10px; }
  .brand { font-size: 1.25rem; }
  .brand img { width: 42px; height: 42px; }
  .header-actions { margin-left: auto; gap: 6px; }
  .primary-nav { order: 3; width: 100%; margin: 0; justify-content: flex-start; flex-wrap: wrap; gap: 6px 20px; padding-block: 8px 15px; }
  .primary-nav a { padding: 8px 2px; font-size: .84rem; }
  .js .menu-toggle { display: inline-flex; }
  .js .primary-nav { display: none; position: fixed; z-index: 90; left: 0; right: 0; top: var(--menu-top,70px); width: 100%; max-height: calc(100dvh - var(--menu-top,70px)); overflow-y: auto; overscroll-behavior: contain; background: #fff; padding: 18px 25px 30px; border-top: 1px solid var(--border); box-shadow: 0 20px 30px rgb(16 59 48 / 12%); }
  .js .primary-nav.is-open { display: flex; flex-direction: column; align-items: stretch; }
  .js .primary-nav a { padding: 14px 15px; border: 0; border-radius: 7px; font-size: .95rem; }
  .js .primary-nav a.active, .js .primary-nav a[aria-current="page"] { background: var(--mint); }
  body.menu-open { overflow: hidden; }
  .hero { padding-top: 26px; }
  .hero-copy h1 { font-size: 2.7rem; }
  .hero-feature-cards { display: none; }
  .hero-side { display: none; }
  .hero-visual .phone-mockup { width: 212px; }
  .hero-visual .phone-screen { min-height: 350px; }
  .hero-grid { grid-template-columns: 1.2fr .8fr; }
  .game-grid, .related-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .game-card { padding: 23px; }
  .game-label { right: 21px; max-width: calc(100% - 130px); }
  .game-row { grid-template-columns: 40px minmax(125px,1.1fr) minmax(130px,1.4fr) 50px 52px 101px; gap: 9px; font-size: .74rem; }
  .game-table > .table-head { grid-template-columns: 40px minmax(125px,1.1fr) minmax(130px,1.4fr) 50px 52px 101px; gap: 9px; }
  .row-game { gap: 9px; }
  .row-game .game-icon { width: 39px; height: 39px; }
  .row-game > img { width: 39px; height: 39px; }
  .row-version, .row-size { font-size: .68rem; }
  .steps { gap: 15px; }
  .step { flex-direction: column; padding: 20px; gap: 12px; }
  .help-card { padding: 23px; gap: 15px; }
  .help-card h3 { font-size: 1.05rem; }
  .safety-strip { grid-template-columns: auto 1fr; }
  .safety-strip > .check-list { grid-column: 2; }
  .guides-faq { gap: 25px; }
  .guide-card { padding: 13px; gap: 12px; }
  .guide-card > img { width: 65px; height: 65px; }
  .guide-card > .icon { width: 52px; height: 52px; padding: 14px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr; gap: 30px 45px; }
  .game-hero-grid { gap: 25px; grid-template-columns: 1.3fr .8fr; }
  .game-identity { gap: 16px; }
  .game-identity .game-icon { width: 90px; height: 90px; border-radius: 18px; }
  .game-identity:has(> .game-meta) { grid-template-columns: 90px minmax(0,1fr); }
  .page-game .game-identity { grid-template-columns: 90px minmax(0,1fr); }
  .page-game .game-identity > .large { width: 90px; height: 90px; }
  .game-hero h1 { font-size: 2.55rem; }
  .game-hero-visual .phone-mockup { width: 174px; }
  .game-hero-visual .phone-screen { min-height: 290px; }
  .game-hero-visual > .handwritten { display: none; }
  .game-hero-visual:has(> .hero-phone-image)::after { display: none; }
  .section-nav { justify-content: flex-start; min-height: 61px; padding: 7px; }
  .section-nav a { padding: 9px 13px; font-size: .76rem; }
  .overview-grid { gap: 26px; }
  .info-card { padding: 20px; }
  .feature-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .screenshot-gallery { gap: 16px; padding: 20px; }
  .finance-grid { gap: 15px; }
  .finance-card, .finance-grid > article, .finance-grid > div { padding: 19px; }
  .finance-grid h3 { font-size: .97rem; }
}
@media (max-width: 700px) {
  :root { --section-nav-height: 60px; }
  html { font-size: var(--mobile-font-size); }
  body { font-size: var(--mobile-font-size); }
  .container { width: min(100% - 36px,1140px); }
  h1 { font-size: 2.15rem; }
  h2 { font-size: 1.55rem; }
  .announcement .container { min-height: 29px; justify-content: center; text-align: center; font-size: .65rem; }
  .announcement .announcement-right { display: none; }
  .announcement .container > .icon { margin-right: -12px; }
  .header-inner { gap: 6px; }
  .header-actions .button { padding-inline: 10px; font-size: .7rem; }
  .hero { padding: 20px 0 58px; }
  .hero-grid { grid-template-columns: 1fr; gap: 0; }
  .hero-copy { padding-block: 15px 13px; }
  .hero-copy h1 { max-width: 530px; font-size: clamp(2.05rem,7.5vw,2.85rem); line-height: 1.17; margin-bottom: 16px; }
  .hero-copy > p, .hero-description { font-size: .93rem; line-height: 1.75; }
  .hero-copy .eyebrow, .hero-copy .hero-badge { font-size: .61rem; padding: 6px 10px; margin-bottom: 16px; }
  .hero-actions { gap: 10px; margin: 21px 0; }
  .hero-actions .button { font-size: .78rem; padding: 11px 15px; min-height: 45px; }
  .hero-trust { margin-top: 20px; gap: 10px 15px; }
  .hero-trust > * { max-width: 145px; font-size: .64rem; }
  .hero-trust strong { font-size: .68rem; }
  .hero-visual { min-height: 335px; max-width: 430px; width: 100%; margin: 12px auto 0; gap: 20px; padding: 0 15px; }
  .hero-visual .phone-mockup { width: 180px; }
  .hero-visual .phone-screen { min-height: 303px; }
  .hero-feature-cards { display: grid; gap: 13px; max-width: 155px; }
  .hero-side { display: block; flex: 0 1 145px; }
  .handwritten { font-size: .88rem; margin-bottom: 15px; }
  .hero-feature-card { padding: 12px 9px; gap: 7px; }
  .hero-feature-card strong { font-size: .68rem; }
  .hero-feature-card p, .hero-feature-card small { font-size: .56rem; }
  .hero-side-text { font-size: .88rem; right: 7px; max-width: 137px; bottom: -10px; }
  .hero .gaming-decoration { width: 120px; right: 0; }
  .page-home .hero .gaming-decoration { width: 130px; }
  .hero-search { padding: 10px 11px; gap: 8px; margin: 30px auto -83px; border-radius: 10px; }
  .hero-search input { font-size: .78rem; padding-block: 10px; }
  .hero-search > .icon { width: 19px; height: 19px; margin: 0; }
  .hero-search .button { min-height: 41px; padding: 10px 13px; font-size: .74rem; }
  .section { padding-block: 29px; }
  .page-home .section, .page-game .game-section { padding-block: 20px; }
  .page-home .hero + .section { padding-top: 53px; }
  .hero + .section, .hero + main > .section:first-child { padding-top: 62px; }
  .section-heading { gap: 15px; margin-bottom: 19px; }
  .section-heading h2 { font-size: 1.48rem; }
  .section-heading > a { font-size: .72rem; }
  .section-heading p { font-size: .8rem; }
  .game-grid { gap: 12px; }
  .game-card { padding: 17px 14px; border-radius: 12px; }
  .game-card .game-icon { width: 64px; height: 64px; border-radius: 14px; margin-bottom: 13px; }
  .game-card h3 { font-size: .96rem; margin-bottom: 6px; }
  .game-card > p, .game-card .short-description { font-size: .73rem; margin-bottom: 12px; }
  .game-card-main > p { font-size: .73rem; margin-bottom: 12px; }
  .card-details { padding-inline: 8px; font-size: .71rem; }
  .card-meta { font-size: .65rem; }
  .game-card .game-meta { font-size: .65rem; gap: 6px; margin-bottom: 13px; }
  .game-card .button { padding-inline: 8px; font-size: .73rem; min-height: 40px; }
  .game-card .button .icon { width: 15px; height: 15px; }
  .game-label { position: static; order: -1; align-self: flex-start; max-width: 100%; margin-bottom: 10px; font-size: .56rem; }
  .game-card > .demo-label { font-size: .56rem; }
  .category-pill { font-size: .75rem; padding: 9px 15px; }
  .category-pills { gap: 8px; }
  .filter-form { gap: 10px; padding: 13px; }
  .filter-form label, .filter-form label:first-child { flex: 1 1 135px; }
  .filter-form label:first-child { flex-basis: 100%; }
  .filter-form > div { flex: 1 1 120px; }
  .filter-form > div:first-child { flex-basis: 100%; }
  .filter-form .button { min-height: 42px; font-size: .8rem; }
  .game-table { overflow: visible; background: transparent; border: 0; border-radius: 0; }
  .game-row { position: relative; grid-template-columns: 1fr 1fr; gap: 10px 13px; padding: 18px 18px 18px 52px; border: 1px solid var(--border); border-radius: 12px; margin-bottom: 12px; background: #fff; min-height: 0; }
  .game-row:last-child { border-bottom: 1px solid var(--border); }
  .game-row.table-head, .game-row.game-table-head { display: none; }
  .game-table > .table-head { display: none; }
  .game-row .serial { position: absolute; left: 0; top: 0; bottom: 0; width: 34px; border-radius: 11px 0 0 11px; min-height: 0; align-items: flex-start; padding-top: 23px; font-size: .8rem; }
  .row-game { grid-column: 1 / -1; font-size: .97rem; gap: 11px; }
  .row-game .game-icon { width: 45px; height: 45px; }
  .row-game > img { width: 45px; height: 45px; }
  .row-description { grid-column: 1 / -1; padding: 0; font-size: .77rem; }
  .row-version, .row-size { font-size: .72rem; }
  .row-version:empty, .row-size:empty { display: none; }
  .row-version:not(:empty)::before { content: "Version: "; color: var(--dark); }
  .row-size:not(:empty)::before { content: "Size: "; color: var(--dark); }
  .row-action { grid-column: 1 / -1; margin-top: 3px; }
  .row-action .button { min-height: 40px; font-size: .76rem; padding-inline: 17px; }
  .game-table table, .game-table tbody { display: block; }
  .game-table thead { display: none; }
  .game-table tr { display: grid; grid-template-columns: 1fr 1fr; position: relative; gap: 10px; padding: 18px 16px 18px 51px; border: 1px solid var(--border); border-radius: 12px; margin-bottom: 12px; }
  .game-table td { border: 0; padding: 0; }
  .game-table td:first-child { position: absolute; width: 34px; inset: 0 auto 0 0; padding-top: 20px; border-radius: 11px 0 0 11px; }
  .game-table td:nth-child(2), .game-table td:nth-child(3), .game-table td:last-child { grid-column: 1 / -1; }
  .steps, .steps.four-steps, .steps.download-steps { grid-template-columns: 1fr; gap: 12px; }
  .steps.game-steps { grid-template-columns: 1fr; }
  .step, .steps.four-steps .step, .steps.download-steps .step { padding: 20px; flex-direction: row; align-items: flex-start; gap: 15px; }
  .step h3 { font-size: .99rem; }
  .step p { font-size: .78rem; }
  .help-grid { grid-template-columns: 1fr; gap: 14px; }
  .help-card { padding: 22px; gap: 18px; }
  .help-card p { font-size: .8rem; }
  .help-card h2 { font-size: 1.08rem; }
  .safety-strip { grid-template-columns: auto 1fr; gap: 15px; padding: 22px; }
  .safety-strip > .icon { width: 43px; height: 43px; }
  .safety-icon > .icon { width: 43px; height: 43px; }
  .safety-strip > .check-list { grid-column: 1 / -1; padding-top: 5px; }
  .safety-strip h2, .safety-strip h3 { font-size: 1.05rem; }
  .safety-strip p { font-size: .77rem; }
  .guides-faq { grid-template-columns: 1fr; gap: 30px; }
  .guides-faq h2 { font-size: 1.5rem; }
  .guide-card { padding: 15px; }
  .guide-card > img { width: 75px; height: 70px; }
  .faq-list summary { font-size: .82rem; padding: 15px; }
  .faq-list details > p, .faq-list .faq-answer, .faq-list details > div { font-size: .78rem; padding-inline: 15px; }
  .faq-list.two-columns { grid-template-columns: 1fr; }
  .site-footer { padding-top: 35px; margin-top: 32px; }
  .footer-grid { gap: 26px; grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .footer-grid > :first-child > p { max-width: 390px; }
  .site-footer h2, .site-footer h3 { font-size: .88rem; margin-bottom: 14px; }
  .site-footer { font-size: .77rem; }
  .footer-bottom { flex-direction: column; text-align: center; padding-bottom: 23px; font-size: .69rem; }
  .footer-bottom nav, .footer-bottom ul { justify-content: center; gap: 13px; }
  .footer-bottom > div { justify-content: center; gap: 13px; }
  .footer-notice { text-align: left; font-size: .72rem; }
  .breadcrumbs { padding-block: 14px; font-size: .7rem; }
  .game-hero { padding: 3px 0 34px; }
  .game-hero-grid { grid-template-columns: 1fr; gap: 15px; }
  .game-hero h1 { font-size: clamp(2rem,7vw,2.75rem); }
  .game-identity { gap: 15px; margin-bottom: 17px; }
  .game-identity .game-icon { width: 81px; height: 81px; border-radius: 17px; }
  .game-identity:has(> .game-meta) { grid-template-columns: 81px minmax(0,1fr); gap: 10px 15px; }
  .game-identity > .large.game-icon { width: 81px; height: 81px; }
  .page-game .game-identity { grid-template-columns: 81px minmax(0,1fr); }
  .page-game .game-identity > .large.game-icon { width: 81px; height: 81px; }
  .game-identity:has(> .game-meta) > .game-icon { grid-column: 1; grid-row: 1 / span 2; }
  .game-identity:has(> .game-meta) > div { display: contents; }
  .game-identity > div > h1 { grid-column: 2; align-self: end; margin: 0; }
  .game-identity > div > .hero-actions { grid-column: 1 / -1; margin: 5px 0 9px; }
  .game-identity > div > p:not(.game-tagline) { grid-column: 1 / -1; padding-top: 10px; margin: 0; font-weight: 400; color: var(--muted); }
  .game-identity > div > .game-tagline { grid-column: 2; font-size: .88rem; margin: 0; }
  .game-identity > .game-meta { gap: 12px 18px; margin: 0; }
  .game-identity p { font-size: .86rem; }
  .game-hero-copy > p { font-size: .87rem; }
  .game-meta { font-size: .72rem; gap: 10px 16px; margin-top: 18px; }
  .game-hero-visual { min-height: 316px; max-width: 350px; width: 100%; margin-inline: auto; padding: 6px 0 15px; }
  .game-hero-visual .phone-mockup { width: 172px; }
  .game-hero-visual .phone-screen { min-height: 287px; }
  .game-hero-visual .gaming-decoration { width: 150px; right: 4px; }
  .game-hero-visual > img.hero-phone-image { max-height: 320px; }
  .section-nav { margin-top: 0; border-radius: 8px; padding: 6px; min-height: 57px; margin-bottom: 18px; }
  .section-nav a { flex: 0 0 auto; min-height: 41px; padding: 9px 13px; font-size: .73rem; }
  .notice, .demo-notice { padding: 15px; gap: 10px; font-size: .77rem; margin-block: 17px; }
  .notice .adult-icon { width: 40px; height: 40px; font-size: .8rem; }
  .overview-grid { grid-template-columns: 1fr; gap: 23px; }
  .rich-content { font-size: .86rem; line-height: 1.85; }
  .info-card { padding: 22px; }
  .info-table { font-size: .78rem; }
  .feature-grid { gap: 12px; }
  .feature-card { padding: 17px; flex-direction: column; gap: 11px; }
  .feature-card h3 { font-size: .89rem; }
  .feature-card p { font-size: .75rem; }
  .screenshot-gallery { display: flex; overflow-x: auto; max-width: 100%; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; padding: 17px; gap: 16px; scrollbar-width: thin; scrollbar-color: #a3d7be transparent; }
  .page-game .screenshot-gallery { justify-content: flex-start; }
  .screenshot-gallery > figure, .screenshot-gallery > a { flex: 0 0 min(66%,220px); min-width: 0; scroll-snap-align: start; }
  .screenshot-gallery img { max-height: 400px; }
  .finance-grid { grid-template-columns: 1fr; gap: 14px; }
  .finance-card, .finance-grid > article, .finance-grid > div { padding: 22px; }
  .finance-grid h3 { font-size: 1.06rem; }
  .instruction-grid { grid-template-columns: 1fr; gap: 17px; }
  .instruction-card, .instruction-grid > article, .requirements-card, .update-card { padding: 23px; }
  .instruction-grid h2, .instruction-grid h3, .requirements-card h2, .update-card h2 { font-size: 1.16rem; }
  .related-grid { gap: 12px; }
  .related-grid .game-card { padding: 16px 13px; }
  .related-grid .game-icon { width: 53px; height: 53px; }
  .related-grid h3 { font-size: .9rem; }
  .download-card { padding: 25px 20px; border-radius: 15px; }
  .download-card h1 { font-size: 1.8rem; }
  .download-card > .game-icon { width: 81px; height: 81px; }
  .download-card .button { width: 100%; }
  .empty-state { padding: 29px 20px; }
  .empty-state h2, .empty-state h3 { font-size: 1.05rem; }
  .empty-state p { font-size: .78rem; }
  .page-header { padding: 15px 0 25px; }
  .page-header h1 { font-size: 2rem; }
  .page-body .rich-content { font-size: .88rem; }
  .contact-form { padding: 20px; }
  .form-row { grid-template-columns: 1fr; }
  .sticky-download { padding-inline: 0; }
  .sticky-download > .container { gap: 12px; }
  .sticky-download .game-icon { width: 35px; height: 35px; }
  .sticky-download strong { font-size: .76rem; }
  .sticky-download .button { padding: 10px 13px; font-size: .75rem; }
  .sticky-telegram { right: 16px; bottom: 18px; min-height: 47px; min-width: 47px; padding: 12px; }
  .lightbox { width: calc(100% - 20px); padding: 60px 10px 20px; }
  .lightbox-stage { gap: 5px; }
  .lightbox figure { max-width: calc(100% - 76px); }
  .lightbox-stage > button { width: 33px; height: 43px; border-radius: 6px; }
  .lightbox figcaption { font-size: .75rem; }
}
@media (max-width: 390px) {
  .container { width: calc(100% - 28px); }
  .brand { gap: 7px; font-size: 1.08rem; }
  .brand img { width: 36px; height: 36px; }
  .header-actions { gap: 1px; }
  .header-actions .search-toggle { min-width: 36px; padding-inline: 7px; }
  .menu-toggle { min-width: 38px; padding-inline: 7px; gap: 5px; font-size: .75rem; }
  .header-actions .button { padding-inline: 8px; font-size: .65rem; }
  .header-actions .button .icon { width: 15px; height: 15px; }
  .hero-copy h1 { font-size: 2.05rem; }
  .hero-actions .button { padding-inline: 12px; font-size: .73rem; }
  .hero-visual { gap: 12px; padding-inline: 9px; }
  .hero-visual .phone-mockup { width: 164px; border-radius: 29px; }
  .hero-visual .phone-screen { min-height: 283px; }
  .hero-feature-cards { width: 133px; }
  .hero-feature-card .icon { width: 18px; height: 18px; }
  .hero-feature-card strong { font-size: .62rem; }
  .hero-feature-card p, .hero-feature-card small { font-size: .52rem; }
  .hero-search { gap: 6px; padding-inline: 9px; }
  .hero-search input { font-size: .71rem; }
  .hero-search .button { padding-inline: 10px; }
  .game-card { padding-inline: 12px; }
  .game-card h3 { font-size: .88rem; }
  .game-card .button { gap: 5px; font-size: .68rem; }
  .section-heading > a { font-size: .68rem; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { flex-direction: row; gap: 13px; }
  .footer-grid { gap: 23px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
@media print {
  body { color: #000; background: #fff; font-size: 11pt; }
  .site-header, .announcement, .section-nav, .hero-search, .sticky-download, .sticky-telegram, .site-footer, .header-actions, .gaming-decoration, .ad-slot { display: none !important; }
  .container { width: 100%; }
  .section { padding-block: 18px; }
  .hero, .game-hero { background: #fff; }
  .game-card, .feature-card, .info-card, .notice { break-inside: avoid; box-shadow: none; }
  .faq-list details > :not(summary) { display: block !important; }
}
