:root {
  --ink: #071713;
  --ink-2: #0e2821;
  --paper: #f4eedf;
  --paper-2: #ebe1cc;
  --white: #fffdf7;
  --muted: #66736c;
  --line: #cfc5b0;
  --gold: #e6ae45;
  --gold-deep: #9f6d12;
  --mint: #68d6aa;
  --blue: #3159d8;
  --orange: #e56d2f;
  --red: #b94238;
  --shadow: 0 22px 70px rgba(7, 23, 19, .13);
  --radius: 18px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
button, input { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.04;
  letter-spacing: -.035em;
}
h1 { font-size: clamp(3rem, 6vw, 6rem); }
h2 { font-size: clamp(2rem, 4vw, 3.8rem); }
h3 { font-size: 1.45rem; }
p { color: #3d4e47; }
code { overflow-wrap: anywhere; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.section { padding-block: clamp(72px, 9vw, 128px); }
.section-paper { background: var(--paper); }
.skip-link {
  position: fixed; left: 16px; top: 10px; z-index: 9999; transform: translateY(-160%);
  background: var(--white); color: var(--ink); padding: 10px 14px; border-radius: 8px;
}
.skip-link:focus { transform: none; }
.eyebrow {
  margin: 0 0 16px; color: var(--gold-deep); font-size: .73rem; line-height: 1.2;
  font-weight: 850; letter-spacing: .15em; text-transform: uppercase;
}
.eyebrow.light { color: #f7ce79; }
.lede { font-size: clamp(1.08rem, 1.8vw, 1.35rem); line-height: 1.6; }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button {
  min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 18px;
  border: 1px solid transparent; border-radius: 6px; padding: 13px 20px; text-decoration: none;
  font-weight: 800; line-height: 1.2; transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, .site-nav a:focus-visible, .menu-toggle:focus-visible {
  outline: 3px solid var(--gold); outline-offset: 4px;
}
.button-download { background: var(--gold); color: var(--ink); box-shadow: 0 10px 26px rgba(230, 174, 69, .18); }
.button-download:hover { background: #f2c66d; }
.button-quiet { border-color: rgba(255, 255, 255, .3); color: var(--white); background: rgba(255, 255, 255, .06); }
.button-dark { background: var(--ink); color: var(--white); }
.button-light { background: var(--white); color: var(--ink); }
.text-link { color: var(--ink); font-weight: 800; text-decoration: none; border-bottom: 1px solid currentColor; }
.light-link { color: var(--white); }

/* Header */
.site-header {
  position: relative; z-index: 100; background: var(--white); border-bottom: 1px solid #e6dfd0;
}
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 30px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; margin-right: auto; }
.brand > span:last-child { display: grid; }
.brand b { font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; letter-spacing: -.02em; }
.brand small { color: var(--muted); font-size: .69rem; letter-spacing: .04em; }
.brand-cards { position: relative; width: 44px; height: 44px; }
.brand-cards i {
  position: absolute; inset: 3px 8px 5px 6px; display: grid; place-items: start; padding: 4px;
  border-radius: 4px; border: 1px solid var(--ink); background: var(--paper); color: var(--red);
  font: 700 .72rem Georgia, serif; font-style: normal;
}
.brand-cards i + i { transform: rotate(11deg); background: var(--ink); color: var(--gold); }
.site-nav { display: flex; align-items: center; gap: 25px; }
.site-nav a { color: #34443d; font-size: .84rem; font-weight: 750; text-decoration: none; }
.site-nav a[aria-current="page"] { color: var(--gold-deep); }
.header-download {
  border: 0; border-radius: 4px; background: var(--ink); color: var(--white); padding: 10px 15px; font-size: .82rem; font-weight: 800;
}
.menu-toggle { display: none; border: 1px solid var(--line); background: var(--white); border-radius: 4px; padding: 8px 12px; }

/* Home */
.hero { position: relative; min-height: 690px; overflow: hidden; color: var(--white); background: #092219; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(1, 17, 13, .77); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; border-bottom: 2px dashed var(--gold); }
.hero-art { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.72) contrast(1.08); }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); align-items: center; gap: clamp(40px, 8vw, 112px); padding-block: 74px; }
.hero-copy { max-width: 720px; }
.hero h1 { margin-bottom: 26px; max-width: 820px; }
.hero h1 em { color: var(--gold); font-weight: 400; }
.hero .lede { max-width: 690px; color: #e5eee9; }
.hero-disclaimer { margin: 20px 0 0; color: #b8c9c1; font-size: .82rem; }
.release-ticket { position: relative; padding: 22px; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); transform: rotate(1.2deg); }
.release-ticket::before { content: ""; position: absolute; inset: 7px; border: 1px solid #cdbf9f; pointer-events: none; }
.ticket-head { display: flex; justify-content: space-between; gap: 20px; padding: 4px 4px 16px; border-bottom: 2px solid var(--ink); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.ticket-app { display: flex; align-items: center; gap: 13px; padding: 19px 4px; border-bottom: 1px solid var(--line); }
.ticket-app img { width: 58px; height: 58px; border-radius: 13px; }
.ticket-app div { display: grid; }
.ticket-app strong { font: 700 1.2rem Georgia, serif; }
.ticket-app span { color: var(--muted); font-size: .78rem; }
.fact { display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 2px 20px; padding: 10px 4px; border-bottom: 1px dotted #ab9e81; }
.fact span { color: var(--muted); font-size: .76rem; text-transform: uppercase; letter-spacing: .07em; }
.fact strong { font-size: .9rem; text-align: right; }
.fact small { grid-column: 1 / -1; color: #7b817c; font-size: .68rem; text-align: right; }
.ticket-cut { margin: 17px -22px 12px; border-top: 1px dashed #a99d83; }
.hash-short { display: block; padding: 0 4px 4px; color: #4c5a54; font-size: .7rem; }
.ticker { background: var(--gold); }
.ticker .shell { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 20px; overflow: hidden; }
.ticker span { white-space: nowrap; font-size: .7rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.intro-ledger { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.intro-ledger h2 { margin-bottom: 0; }
.prose p { font-size: 1.05rem; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 36px; }
.section-heading h2 { margin-bottom: 0; }
.app-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.app-card {
  position: relative; min-height: 260px; display: grid; grid-template-columns: 180px 1fr; align-items: center; gap: 26px;
  padding: 30px; overflow: hidden; background: var(--white); border: 1px solid #dcd3c0; transition: transform .25s ease, box-shadow .25s ease;
}
.app-card:hover { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(7, 23, 19, .09); }
.app-card::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 7px; background: var(--blue); }
.app-card.app-gold::before { background: var(--gold-deep); }
.app-card.app-octro::before { background: #173788; }
.app-card.app-ultimate::before { background: var(--orange); }
.app-card img { width: 155px; height: auto; aspect-ratio: 1; object-fit: contain; filter: drop-shadow(0 12px 14px rgba(7, 23, 19, .13)); }
.app-card h3 { margin-bottom: 8px; font-size: 1.75rem; }
.app-card p:not(.eyebrow) { min-height: 3.2em; color: var(--muted); font-size: .9rem; }
.card-number { position: absolute; right: 18px; top: 8px; color: rgba(7, 23, 19, .1); font: 700 3rem Georgia, serif; }
.method-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.method-sticky { align-self: start; position: sticky; top: 30px; }
.method-sticky p:not(.eyebrow) { max-width: 390px; }
.method-list { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--ink); }
.method-list li { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.method-list li > span { color: var(--gold-deep); font: 700 1.7rem Georgia, serif; }
.method-list h3 { margin-bottom: 8px; }
.method-list p { margin-bottom: 0; }
.split-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.split-feature article { min-height: 420px; padding: clamp(32px, 5vw, 64px); display: flex; flex-direction: column; justify-content: end; }
.guide-feature { background: var(--paper); border: 1px solid var(--line); }
.responsible-feature { position: relative; overflow: hidden; color: var(--white); background: #172f53; }
.responsible-feature::after { content: "♠"; position: absolute; right: -20px; top: -110px; color: rgba(255, 255, 255, .06); font: 500 24rem Georgia, serif; }
.responsible-feature p { color: #d4e0ef; }
.responsible-feature > * { position: relative; z-index: 1; }
.age-mark { position: absolute; top: 28px; left: 30px; font: 700 1.4rem Georgia, serif; }
.faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faq { border-top: 2px solid var(--ink); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; padding: 24px 38px 24px 0; font-weight: 800; list-style: none; position: relative; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 17px; font: 400 1.8rem Georgia, serif; }
.faq details[open] summary::after { content: "−"; }
.faq p { padding-right: 40px; }

/* Shared page heroes and breadcrumb */
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin-bottom: 48px; font-size: .75rem; color: inherit; opacity: .78; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs > span[aria-hidden] { opacity: .5; }
.page-hero { padding-block: 54px 96px; color: var(--white); background: var(--ink); }
.page-hero h1 { max-width: 990px; margin-bottom: 22px; }
.page-hero .lede { max-width: 780px; color: #cfe0d8; }
.page-hero-library { background: #102d25; }
.guides-hero { background: #182a45; }
.security-hero { background: #272419; }
.about-hero { background: #2c231e; }
.support-hero { background: #223238; }
.app-grid-library { grid-template-columns: 1fr 1fr; }
.comparison-table { overflow-x: auto; border: 1px solid var(--line); }
.comparison-table table { width: 100%; min-width: 730px; border-collapse: collapse; }
.comparison-table th, .comparison-table td { padding: 18px 20px; border-bottom: 1px solid var(--line); text-align: left; }
.comparison-table thead { background: var(--ink); color: var(--white); }
.comparison-table tbody th { font-family: Georgia, serif; }
.status { display: inline-block; padding: 3px 8px; border-radius: 99px; font-size: .72rem; font-weight: 800; }
.status.yes { background: #d8f1e7; color: #07513b; }
.status.no { background: #ebe7df; color: #5d625f; }
.editorial-callout { display: grid; grid-template-columns: 200px 1fr; gap: 60px; align-items: start; border-top: 1px solid var(--ink); }
.editorial-callout > span { color: var(--gold-deep); font-size: .75rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.editorial-callout h2 { margin-bottom: 18px; }

/* Product records */
.product-hero { padding-block: 45px 92px; color: var(--white); background: #102253; }
.product-hero-grid { display: grid; grid-template-columns: 1.15fr .55fr; align-items: center; gap: 80px; }
.product-hero .breadcrumbs { margin-bottom: 62px; }
.product-hero h1 { margin-bottom: 20px; }
.product-hero h1 em { color: #ffc95b; font-weight: 400; }
.product-hero .lede { max-width: 720px; color: #d7e1ff; }
.product-seal { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 14px; }
.product-seal img { width: min(100%, 320px); height: auto; filter: drop-shadow(0 28px 22px rgba(0, 0, 0, .28)); }
.product-seal span { padding-bottom: 10px; color: #9eafe9; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.product-seal b { color: var(--white); font: 700 3rem Georgia, serif; }
.file-dossier { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; }
.dossier-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 2px solid var(--ink); }
.dossier-grid .fact { min-height: 106px; padding: 18px 16px; align-content: center; }
.dossier-grid .fact:nth-child(odd) { border-right: 1px solid var(--line); }
.hash-fact { grid-column: 1 / -1; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; padding: 20px 16px; border-bottom: 1px solid var(--line); }
.hash-fact span { color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .08em; }
.hash-fact code { font-size: .77rem; }
.hash-fact button { border: 1px solid var(--line); background: var(--white); border-radius: 4px; padding: 7px 10px; font-size: .72rem; }
.product-columns { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; }
.product-columns article > p:not(.eyebrow) { font-size: 1.05rem; }
.notice { margin-top: 30px; padding: 22px; background: #fff8e9; border-left: 5px solid var(--gold); }
.notice p { margin: 6px 0 0; }
.audit-card { padding: 30px; background: var(--ink); color: var(--white); }
.check-list { list-style: none; padding: 0; margin: 18px 0 25px; }
.check-list li { position: relative; padding: 11px 0 11px 28px; border-bottom: 1px solid rgba(255, 255, 255, .15); font-size: .9rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--mint); }
.check-list li.not-checked::before { content: "—"; color: #d69c84; }
.audit-card .text-link { color: var(--gold); }
.install-steps { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px 100px; }
.install-steps ol { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--ink); }
.install-steps li { display: grid; grid-template-columns: 54px 1fr; gap: 14px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.install-steps li > span { color: var(--gold-deep); font: 700 1.7rem Georgia, serif; }
.install-steps h3 { margin-bottom: 6px; }
.install-steps p { margin-bottom: 0; }
.install-steps > .button { grid-column: 2; justify-self: start; }
.two-up { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.two-up article { padding: clamp(30px, 5vw, 58px); background: var(--paper); border: 1px solid var(--line); }
.mobile-download { display: none; }

/* Reference product pages */
.reference-hero { padding-block: 45px 90px; color: var(--white); background: #6f5518; }
.reference-octro { background: #122a68; }
.reference-ultimate { background: #753816; }
.reference-grid { display: grid; grid-template-columns: 1fr 360px; align-items: center; gap: 90px; }
.reference-hero .breadcrumbs { margin-bottom: 56px; }
.reference-hero h1 { margin: 10px 0 18px; }
.reference-hero .lede { max-width: 760px; color: #fff2d0; }
.record-number { display: inline-block; color: #f7ce79; font: 700 .76rem Georgia, serif; letter-spacing: .12em; text-transform: uppercase; }
.reference-icon { display: grid; justify-items: center; gap: 16px; }
.reference-icon img { width: 310px; height: auto; filter: drop-shadow(0 26px 22px rgba(0, 0, 0, .28)); }
.reference-icon span { font-size: .72rem; opacity: .75; }
.reference-intro { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.verify-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.verify-list { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--ink); }
.verify-list li { display: grid; grid-template-columns: 55px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.verify-list li > span { color: var(--gold-deep); font: 700 1.5rem Georgia, serif; }
.verify-list h3 { margin-bottom: 7px; }
.verify-list p { margin: 0; }
.related-apps h2 { margin-bottom: 30px; }
.mini-app-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.mini-app { display: flex; align-items: center; gap: 14px; padding: 18px; border: 1px solid var(--line); text-decoration: none; }
.mini-app img { width: 58px; height: 58px; }
.mini-app span { display: grid; font-weight: 800; }
.mini-app small { color: var(--muted); font-weight: 500; }

/* Guides */
.guide-index { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.guide-card { position: relative; min-height: 330px; padding: 38px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); text-decoration: none; }
.guide-card:hover strong { border-color: var(--ink); }
.guide-card > span { position: absolute; right: 24px; top: 12px; color: rgba(7, 23, 19, .1); font: 700 4rem Georgia, serif; }
.guide-card h2 { font-size: clamp(2rem, 3vw, 3rem); }
.guide-card strong { position: absolute; left: 38px; bottom: 34px; border-bottom: 1px solid transparent; }
.guide-primary { color: var(--white); background: var(--ink); grid-row: span 2; min-height: 678px; display: flex; flex-direction: column; justify-content: end; }
.guide-primary .eyebrow { color: var(--gold); }
.guide-primary p { color: #c6d8cf; }
.guide-primary > span { color: rgba(255, 255, 255, .08); }
.guide-primary strong { color: var(--gold); }
.manual-hero { padding-block: 44px 96px; color: var(--white); background: #182a45; }
.manual-hero h1 { max-width: 1020px; }
.manual-hero .lede { max-width: 820px; color: #d9e2f0; }
.manual-meta { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 32px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .25); font-size: .75rem; }
.manual-layout { display: grid; grid-template-columns: 260px 1fr; gap: 90px; padding-block: 96px; }
.manual-aside { align-self: start; position: sticky; top: 25px; display: grid; gap: 13px; padding: 22px; border: 1px solid var(--line); }
.manual-aside a { color: var(--muted); font-size: .82rem; text-decoration: none; }
.manual-aside .aside-help { margin-top: 12px; padding-top: 16px; color: var(--ink); font-weight: 800; border-top: 1px solid var(--line); }
.manual-step { display: grid; grid-template-columns: 70px 1fr; gap: 22px; padding: 0 0 64px; scroll-margin-top: 30px; }
.manual-number { color: var(--gold-deep); font: 700 2rem Georgia, serif; }
.manual-step h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
.manual-step > div > p { font-size: 1.05rem; }
.manual-step ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 28px; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.manual-step li { position: relative; padding-left: 20px; font-size: .9rem; overflow-wrap: anywhere; }
.manual-step li::before { content: "◆"; position: absolute; left: 0; top: 1px; color: var(--gold-deep); font-size: .62rem; }
.manual-stop { padding: 34px; background: var(--ink); color: var(--white); }
.manual-stop strong { font: 700 1.5rem Georgia, serif; }
.manual-stop p { margin: 8px 0 0; color: #c7d7d0; }
.related-guides > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.related-guides a { min-height: 160px; display: grid; align-content: space-between; padding: 24px; border: 1px solid var(--line); text-decoration: none; }
.related-guides span { color: var(--gold-deep); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.related-guides strong { font-family: Georgia, serif; font-size: 1.15rem; }

/* Responsible */
.responsible-hero { padding-block: 46px 100px; color: var(--white); background: #632c27; }
.responsible-hero-grid { display: grid; grid-template-columns: 1fr 380px; gap: 90px; align-items: center; }
.responsible-hero h1 { max-width: 900px; }
.responsible-hero .lede { max-width: 800px; color: #f5deda; }
.limit-dial { position: relative; aspect-ratio: 1; border: 1px solid rgba(255, 255, 255, .4); border-radius: 50%; }
.limit-dial::before, .limit-dial::after { content: ""; position: absolute; background: rgba(255, 255, 255, .28); }
.limit-dial::before { left: 50%; top: 0; bottom: 0; width: 1px; }
.limit-dial::after { top: 50%; left: 0; right: 0; height: 1px; }
.limit-dial span { position: absolute; font-size: .67rem; font-weight: 850; letter-spacing: .12em; }
.limit-dial span:nth-child(1) { left: 50%; top: 18px; transform: translateX(-50%); }
.limit-dial span:nth-child(2) { right: 14px; top: 50%; transform: rotate(90deg); }
.limit-dial span:nth-child(3) { left: 50%; bottom: 18px; transform: translateX(-50%); }
.limit-dial span:nth-child(4) { left: 14px; top: 50%; transform: rotate(-90deg); }
.limit-dial b { position: absolute; inset: 31%; display: grid; place-items: center; border-radius: 50%; background: var(--white); color: var(--red); font: 700 1.3rem Georgia, serif; }
.four-limits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; }
.four-limits article { min-height: 260px; padding: 30px; border: 1px solid var(--line); }
.four-limits article > span { color: var(--red); font: 700 1.4rem Georgia, serif; }
.four-limits h2 { margin: 42px 0 12px; font-size: 2.2rem; }
.law-brief { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.source-links { display: grid; gap: 10px; margin-top: 26px; }
.source-links a { font-weight: 800; }
.warning-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.warning-grid ul { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--ink); }
.warning-grid li { padding: 18px 8px; border-bottom: 1px solid var(--line); }
.help-panel { padding: clamp(45px, 7vw, 84px); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; color: var(--white); background: #193a52; }
.help-panel p { color: #d9e9f4; }
.help-panel p a { color: var(--white); font-weight: 800; }
.help-number { color: rgba(255, 255, 255, .15); font: 700 clamp(5rem, 13vw, 11rem) Georgia, serif; line-height: .8; }
.self-check { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.self-check ol { counter-reset: reset; margin: 0; padding: 0; list-style: none; }
.self-check li { counter-increment: reset; padding: 20px 10px 20px 60px; border-bottom: 1px solid var(--line); position: relative; }
.self-check li::before { content: counter(reset, decimal-leading-zero); position: absolute; left: 0; color: var(--red); font: 700 1.35rem Georgia, serif; }

/* Security, about, support, policies */
.evidence-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.evidence-grid article { min-height: 300px; padding: 36px; border: 1px solid var(--line); }
.evidence-state { display: inline-block; margin-bottom: 56px; padding: 5px 9px; border-radius: 99px; font-size: .7rem; font-weight: 850; text-transform: uppercase; }
.evidence-state.done { color: #07513b; background: #d8f1e7; }
.evidence-state.open { color: #7e241d; background: #f3d8d5; }
.evidence-grid code { display: block; margin-bottom: 18px; font-size: .72rem; }
.security-copy { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.security-principles { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.security-principles ul { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--ink); }
.security-principles li { display: grid; grid-template-columns: 190px 1fr; gap: 30px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.manifesto { display: grid; grid-template-columns: 90px 1fr; gap: 70px 60px; }
.manifesto > span { color: var(--gold-deep); font: 700 2rem Georgia, serif; }
.manifesto > div { max-width: 800px; padding-bottom: 45px; border-bottom: 1px solid var(--line); }
.review-policy { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.review-policy ol { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--ink); }
.review-policy li { display: grid; grid-template-columns: 180px 1fr; gap: 24px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.support-matrix { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.support-matrix article { padding: 42px; border: 1px solid var(--line); }
.support-matrix article:first-child { background: var(--paper); }
.support-matrix article > span { color: var(--gold-deep); font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.support-matrix li { margin-bottom: 10px; }
.support-checklist { display: grid; grid-template-columns: .7fr 1fr; gap: 70px; }
.support-checklist > .notice { grid-column: 2; }
.guide-shortcuts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.guide-shortcuts a { min-height: 140px; display: grid; align-content: space-between; padding: 24px; border: 1px solid var(--line); text-decoration: none; }
.guide-shortcuts span { color: var(--gold-deep); font-size: .72rem; font-weight: 850; text-transform: uppercase; }
.guide-shortcuts strong { font-family: Georgia, serif; font-size: 1.3rem; }
.policy-hero { padding-block: 45px 70px; color: var(--white); background: var(--ink); }
.policy-hero .breadcrumbs { margin-bottom: 42px; }
.policy-hero h1 { margin-bottom: 8px; }
.policy-hero p { color: #c6d6cf; }
.policy-copy { max-width: 820px; }
.policy-copy h2 { margin-top: 55px; font-size: 2.1rem; }
.policy-copy p { font-size: 1.03rem; }

/* Legacy and 404 */
.moved-page-body { background: var(--paper); }
.moved-page { min-height: 64vh; display: grid; place-items: center; padding: 70px 20px; }
.moved-card { width: min(100%, 670px); padding: clamp(32px, 6vw, 70px); background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.moved-card h1 { font-size: clamp(2.8rem, 6vw, 5rem); }
.moved-card small { display: block; margin-top: 18px; color: var(--muted); }

/* Footer */
.site-footer { color: var(--white); background: var(--ink); }
.footer-ledger { display: grid; grid-template-columns: 1.5fr repeat(3, .6fr); gap: 60px; padding-block: 70px; }
.footer-intro { padding-right: 30px; }
.footer-kicker { color: var(--gold); font-size: .69rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.footer-intro h2 { margin: 26px 0 15px; font-size: 2.5rem; }
.footer-intro p { max-width: 390px; color: #b7cac1; }
.footer-ledger > div:not(.footer-intro) { display: grid; align-content: start; gap: 12px; }
.footer-ledger strong { margin-bottom: 8px; color: var(--gold); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-ledger a { color: #c7d7d0; font-size: .82rem; text-decoration: none; }
.footer-bottom { min-height: 58px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid rgba(255, 255, 255, .16); color: #9bb0a7; font-size: .72rem; }
.noscript { position: fixed; left: 0; right: 0; bottom: 0; z-index: 500; padding: 10px; background: #ffe9a9; color: var(--ink); text-align: center; font-size: .82rem; }

@media (max-width: 980px) {
  .site-nav { display: none; position: absolute; left: 20px; right: 20px; top: 74px; padding: 18px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.open { display: grid; }
  .menu-toggle { display: block; }
  .header-download { display: none; }
  .hero-grid, .product-hero-grid, .reference-grid, .responsible-hero-grid { grid-template-columns: 1fr; }
  .release-ticket { width: min(100%, 500px); transform: none; }
  .hero-grid { padding-block: 70px; }
  .intro-ledger, .method-grid, .faq-section, .file-dossier, .product-columns, .install-steps,
  .reference-intro, .verify-layout, .law-brief, .warning-grid, .self-check, .security-copy,
  .security-principles, .review-policy, .support-checklist { grid-template-columns: 1fr; gap: 42px; }
  .method-sticky, .manual-aside { position: static; }
  .product-seal { max-width: 430px; }
  .reference-icon { justify-items: start; }
  .reference-icon img { width: 270px; }
  .install-steps > .button, .support-checklist > .notice { grid-column: 1; }
  .manual-layout { grid-template-columns: 1fr; gap: 50px; }
  .manual-aside { display: none; }
  .four-limits { grid-template-columns: 1fr 1fr; }
  .limit-dial { width: min(100%, 340px); }
  .footer-ledger { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-intro { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .section { padding-block: 70px; }
  .header-inner { min-height: 72px; }
  .brand small { display: none; }
  .hero, .hero-grid { min-height: auto; }
  .hero-grid { padding-block: 58px; }
  h1 { font-size: clamp(2.8rem, 13vw, 4.6rem); }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.7rem); }
  .button-row { align-items: stretch; }
  .button-row .button, .button-row button { width: 100%; }
  .ticker .shell { justify-content: flex-start; overflow-x: auto; }
  .app-grid, .app-grid-library, .guide-index, .two-up, .evidence-grid, .support-matrix { grid-template-columns: 1fr; }
  .app-card { grid-template-columns: 110px 1fr; min-height: 220px; padding: 24px 20px; }
  .app-card img { width: 100px; }
  .guide-primary { min-height: 430px; grid-row: auto; }
  .split-feature { grid-template-columns: 1fr; }
  .split-feature article { min-height: 360px; }
  .section-heading { display: grid; }
  .breadcrumbs { margin-bottom: 38px; }
  .product-hero, .reference-hero, .page-hero, .responsible-hero { padding-block: 36px 68px; }
  .product-hero .breadcrumbs, .reference-hero .breadcrumbs { margin-bottom: 40px; }
  .dossier-grid { grid-template-columns: 1fr; }
  .dossier-grid .fact:nth-child(odd) { border-right: 0; }
  .hash-fact { grid-template-columns: 1fr auto; }
  .hash-fact span { grid-column: 1 / -1; }
  .install-steps { gap: 42px; }
  .mini-app-grid, .related-guides > div, .guide-shortcuts { grid-template-columns: 1fr; }
  .manual-step { grid-template-columns: 44px 1fr; gap: 12px; }
  .manual-step ul { grid-template-columns: 1fr; }
  .four-limits { grid-template-columns: 1fr; }
  .help-panel { grid-template-columns: 1fr; }
  .help-number { grid-row: 1; }
  .manifesto { grid-template-columns: 45px 1fr; gap: 50px 20px; }
  .security-principles li, .review-policy li { grid-template-columns: 1fr; gap: 5px; }
  .editorial-callout { grid-template-columns: 1fr; gap: 25px; }
  .footer-ledger { grid-template-columns: 1fr 1fr; gap: 45px 25px; }
  .footer-intro { grid-column: 1 / -1; }
  .footer-bottom { padding-block: 16px; display: grid; }
  .mobile-download { position: sticky; left: 0; right: 0; bottom: 10px; z-index: 90; display: grid; width: min(calc(100% - 20px), 540px); margin: 0 auto 10px; }
  .mobile-download .button { box-shadow: 0 8px 34px rgba(7, 23, 19, .28); }
}

@media (max-width: 480px) {
  .app-card { grid-template-columns: 76px 1fr; gap: 14px; padding: 22px 16px; }
  .app-card img { width: 74px; }
  .app-card h3 { font-size: 1.35rem; }
  .app-card p:not(.eyebrow) { min-height: auto; }
  .release-ticket { padding: 18px; }
  .ticket-cut { margin-inline: -18px; }
  .footer-ledger { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}


@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;500;600;700;800&family=Sora:wght@500;600;700;800&display=swap");

:root {
  --store-navy: #101827;
  --store-navy-2: #1b2639;
  --store-blue: #3f63dd;
  --store-blue-strong: #294bc6;
  --store-blue-soft: #edf3ff;
  --store-green: #16ad5a;
  --store-green-dark: #0c8742;
  --store-bg: #f3f6fb;
  --store-card: #ffffff;
  --store-text: #182133;
  --store-muted: #637086;
  --store-line: #dce3ee;
  --store-shadow: 0 16px 40px rgba(18, 29, 49, .08), 0 2px 8px rgba(18, 29, 49, .04);
  --store-shadow-hover: 0 24px 56px rgba(18, 29, 49, .14), 0 5px 16px rgba(18, 29, 49, .06);
  --store-radius-sm: 10px;
  --store-radius: 16px;
  --store-radius-lg: 24px;
  --store-shell: 1160px;
  --ink: var(--store-text);
  --ink-2: var(--store-navy-2);
  --paper: var(--store-bg);
  --paper-2: #e9edf4;
  --white: var(--store-card);
  --muted: var(--store-muted);
  --line: var(--store-line);
  --gold: #f2b632;
  --gold-deep: #9f6b00;
  --mint: #62d594;
  --blue: var(--store-blue);
  --orange: #ef8354;
  --red: #d84c4c;
  --shadow: var(--store-shadow);
  --radius: 12px;
  --shell: var(--store-shell);
}

* { box-sizing: border-box; }
html { scroll-padding-top: 92px; }
body { margin: 0; color: var(--store-text); background: radial-gradient(circle at 14% 0%, rgba(63,99,221,.045), transparent 27rem), var(--store-bg); font-family: "Nunito Sans", sans-serif; font-size: 15px; line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
h1, h2, h3, .brand b { font-family: "Sora", sans-serif; line-height: 1.2; letter-spacing: -.035em; }
h1 { font-size: clamp(2.25rem, 4.2vw, 3.35rem); }
h2 { font-size: clamp(1.65rem, 2.8vw, 2.25rem); }
h3 { font-size: 1.05rem; }
p { color: #596578; }
.shell { width: min(calc(100% - 36px), var(--store-shell)); }
.section { padding-block: 64px; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
::selection { color: white; background: var(--store-blue); }
a, button, summary, input { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible { outline: 3px solid rgba(63,99,221,.36); outline-offset: 3px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 500; background: rgba(255,255,255,.97); border: 0; border-bottom: 1px solid var(--store-line); box-shadow: 0 3px 14px rgba(21,27,43,.04); backdrop-filter: blur(12px); }
.header-inner { min-height: 72px; gap: 28px; }
.brand { gap: 10px; color: var(--store-text); }
.brand > img { width: 58px; height: 45px; object-fit: contain; }
.brand > span { display: grid !important; gap: 0; }
.brand b { color: var(--store-text); font-size: .98rem; }
.brand small { color: var(--store-muted); font-size: .64rem; font-weight: 700; }
.site-nav { gap: 25px; }
.site-nav a { color: #4d586c; font-size: .77rem; font-weight: 700; text-decoration: none; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--store-blue); }
.header-search { min-width: 145px; display: inline-flex; align-items: center; gap: 8px; border-left: 1px solid var(--store-line); padding: 7px 0 7px 20px; color: var(--store-muted); font-size: .76rem; font-weight: 700; text-decoration: none; }
.header-search .search-icon { color: var(--store-blue); font-size: 1.1rem; line-height: 1; }
.menu-toggle { display: none; border: 1px solid var(--store-line); border-radius: 8px; background: white; color: var(--store-text); padding: 8px 12px; }
.menu-icon { width: 16px; color: var(--store-blue); font-size: 1rem; line-height: 1; text-align: center; }

/* Featured game */
.ref-hero { background: var(--store-navy); color: white; }
.ref-hero-inner { min-height: 430px; display: grid; grid-template-columns: 1fr 480px; align-items: center; gap: 60px; padding-block: 45px; }
.ref-featured-label { display: inline-flex; align-items: center; min-height: 28px; margin-bottom: 14px; border-radius: 6px; padding: 5px 10px; background: rgba(98,130,255,.18); color: #adc0ff; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.ref-hero h1 { margin: 0 0 13px; color: white; }
.ref-hero-intro { max-width: 570px; margin: 0 0 22px; color: #c3ccda; font-size: 1rem; }
.ref-hero-meta { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-bottom: 25px; }
.ref-hero-meta span { display: grid; color: #8895aa; font-size: .66rem; }
.ref-hero-meta b { color: white; font-size: .82rem; }
.ref-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.ref-hero-actions > a { color: #c8d3e3; font-size: .78rem; font-weight: 700; }
.ref-hero-note { margin: 17px 0 0; color: #7f8ba0; font-size: .68rem; }
.ref-hero-game { position: relative; height: 340px; overflow: hidden; border-radius: 16px; background: #471126; box-shadow: 0 20px 45px rgba(0,0,0,.25); isolation: isolate; }
.ref-hero-game-poster::before { content: ""; position: absolute; z-index: 0; inset: -24px; background: url("products/hero-mega-win.png") center / cover no-repeat; filter: blur(20px) saturate(.8); opacity: .7; transform: scale(1.08); }
.ref-hero-art { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; object-position: center; filter: drop-shadow(0 10px 24px rgba(0,0,0,.24)); }
.ref-hero-game::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(34,7,18,.08), rgba(34,7,18,.24)); pointer-events: none; }
.ref-action { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 8px; padding: 10px 18px; background: var(--store-green); color: white; font-family: "Nunito Sans", sans-serif; font-size: .75rem; font-weight: 800; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.ref-action:hover { transform: translateY(-1px); background: var(--store-green-dark); }
.ref-action.secondary { border: 1px solid var(--store-line); background: white; color: var(--store-text); }

/* Category navigation */
.ref-category-bar { background: white; border-bottom: 1px solid var(--store-line); }
.ref-category-bar .shell { min-height: 62px; display: flex; align-items: center; gap: 8px; overflow-x: auto; }
.ref-category-bar strong { margin-right: 9px; white-space: nowrap; font-size: .75rem; }
.ref-category-bar a { display: inline-flex; align-items: center; gap: 7px; border-radius: 999px; padding: 8px 12px; color: #556176; background: var(--store-bg); font-size: .7rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.ref-category-bar a:hover { color: var(--store-blue); background: var(--store-blue-soft); }
.ref-category-bar a span { color: #94a0b3; }

/* Popular cards */
.ref-top-wrap { padding: 56px 0 60px; background: white; }
.ref-section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 24px; }
.ref-section-head h2 { margin: 0 0 5px; }
.ref-section-head p { margin: 0; }
.ref-section-head > a { color: var(--store-blue); font-size: .76rem; font-weight: 800; }
.ref-top-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ref-top-card { min-height: 150px; display: grid; grid-template-columns: 86px 1fr; grid-template-rows: 1fr auto; gap: 12px 16px; padding: 19px; background: white; border: 1px solid var(--store-line); border-radius: 13px; box-shadow: var(--store-shadow); }
.ref-top-icon { grid-row: 1 / 3; display: block; border-radius: 18px; }
.ref-top-icon img { width: 86px; height: 86px; border-radius: 18px; object-fit: cover; }
.ref-top-copy { min-width: 0; }
.ref-top-copy h3 { margin: 2px 0 7px; font-size: 1.05rem; }
.ref-top-copy h3 a, .ref-app-copy h3 a { color: inherit; text-decoration: none; }
.ref-top-copy h3 a:hover, .ref-app-copy h3 a:hover { color: var(--store-blue); text-decoration: underline; text-underline-offset: 3px; }
.ref-top-icon:focus-visible, .ref-icon-stage:focus-visible, .ref-top-copy h3 a:focus-visible, .ref-app-copy h3 a:focus-visible { outline: 3px solid rgba(65,105,225,.4); outline-offset: 3px; }
.ref-top-copy small { color: var(--store-muted); font-size: .68rem; }
.ref-status { margin: 0; color: var(--store-blue); font-size: .62rem; font-weight: 800; }
.ref-top-card.is-primary .ref-status { color: var(--store-green); }
.ref-top-card .ref-action { justify-self: start; min-height: 34px; padding: 7px 13px; font-size: .68rem; }

/* Catalog */
.ref-content { width: 100%; margin: 0; }
.ref-explorer { padding: 62px 0 70px; background: var(--store-bg); }
.ref-explorer-head { margin-bottom: 22px; }
.ref-explorer-head h2 { margin: 0 0 7px; }
.ref-explorer-head p { max-width: 720px; margin: 0; }
.ref-catalog-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; align-items: start; gap: 22px; }
.ref-search { display: grid; grid-template-columns: minmax(240px, 1fr) auto auto; align-items: center; gap: 16px; margin-bottom: 18px; padding: 13px; background: white; border: 1px solid var(--store-line); border-radius: 12px; }
.ref-search label { position: relative; }
.ref-search label > b { position: absolute; left: 13px; top: 8px; color: #8d98aa; font-size: 1.15rem; font-weight: 400; }
.ref-search input { width: 100%; height: 39px; border: 1px solid var(--store-line); border-radius: 8px; padding: 0 12px 0 39px; background: var(--store-bg); color: var(--store-text); font-size: .76rem; }
.ref-search input:focus { outline: 2px solid rgba(65,105,225,.18); border-color: var(--store-blue); }
.ref-filters { display: flex; gap: 5px; }
.ref-filters button { min-height: 36px; border: 1px solid transparent; border-radius: 7px; padding: 7px 11px; background: transparent; color: var(--store-muted); font-size: .66rem; font-weight: 800; }
.ref-filters button.is-active { background: var(--store-blue); color: white; }
.ref-search output { color: var(--store-muted); font-size: .65rem; white-space: nowrap; }
.ref-app-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ref-app-row { min-height: 138px; display: grid; grid-template-columns: 78px minmax(0, 1fr) auto; grid-template-rows: 1fr auto; align-items: center; gap: 8px 14px; padding: 15px; background: white; border: 1px solid var(--store-line); border-radius: 12px; transition: transform .2s ease, box-shadow .2s ease; }
.ref-app-row:hover { transform: translateY(-2px); box-shadow: var(--store-shadow); }
.ref-app-row[hidden] { display: none !important; }
.ref-icon-stage { grid-row: 1 / 3; display: block; border-radius: 17px; }
.ref-icon-stage img { width: 78px; height: 78px; border-radius: 17px; object-fit: cover; box-shadow: 0 5px 14px rgba(21,27,43,.12); }
.ref-app-copy { min-width: 0; }
.ref-app-state { display: inline-block; margin-bottom: 4px; border-radius: 4px; padding: 2px 6px; background: #edf0f5; color: #6b7588; font-size: .51rem; font-weight: 800; text-transform: uppercase; }
.is-hosted .ref-app-state { background: #e7f8ed; color: var(--store-green-dark); }
.ref-app-copy h3 { margin: 0 0 2px; overflow: hidden; font-size: .9rem; text-overflow: ellipsis; white-space: nowrap; }
.ref-app-copy p { display: inline; margin: 0; color: var(--store-muted); font-size: .64rem; }
.ref-app-copy small { display: block; margin-top: 3px; color: #8a94a5; font-size: .58rem; }
.ref-app-row .ref-action { grid-column: 3; grid-row: 1 / 3; min-height: 34px; padding: 7px 10px; background: var(--store-blue); font-size: .62rem; white-space: nowrap; }
.is-hosted .ref-action { background: var(--store-green); }
.ref-empty { display: none; margin-top: 15px; padding: 30px; background: white; border: 1px dashed var(--store-line); border-radius: 12px; text-align: center; }
.ref-empty.visible { display: block; }
.ref-ranking { position: sticky; top: 90px; overflow: hidden; background: white; border: 1px solid var(--store-line); border-radius: 12px; }
.ref-ranking-head { display: flex; align-items: center; justify-content: space-between; padding: 17px; border-bottom: 1px solid var(--store-line); }
.ref-ranking-head h3 { margin: 0; }
.ref-ranking-head span { border-radius: 999px; padding: 4px 8px; background: var(--store-blue-soft); color: var(--store-blue); font-size: .56rem; font-weight: 800; }
.ref-rank-item { display: grid; grid-template-columns: 22px 44px 1fr 12px; align-items: center; gap: 9px; padding: 11px 15px; color: var(--store-text); border-bottom: 1px solid var(--store-line); text-decoration: none; }
.ref-rank-item > span { color: #9aa3b2; font-size: .65rem; font-weight: 800; }
.ref-rank-item img { width: 44px; height: 44px; border-radius: 10px; object-fit: cover; }
.ref-rank-item div { min-width: 0; display: grid; }
.ref-rank-item strong { overflow: hidden; font-size: .7rem; text-overflow: ellipsis; white-space: nowrap; }
.ref-rank-item small { color: var(--store-muted); font-size: .58rem; }
.ref-rank-item > b { color: #abb3c0; }
.ref-safe-note { margin: 14px; border-radius: 9px; padding: 15px; background: var(--store-blue-soft); }
.ref-safe-note b { color: var(--store-blue); font-size: .72rem; }
.ref-safe-note p { margin: 5px 0 8px; font-size: .65rem; }
.ref-safe-note a { color: var(--store-blue); font-size: .64rem; font-weight: 800; }

/* How-to and trust */
.ref-how-section { padding: 60px 0; background: white; }
.ref-howto { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.ref-howto article { min-height: 132px; display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding: 20px; background: var(--store-bg); border: 1px solid var(--store-line); border-radius: 12px; }
.ref-howto article > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--store-blue); color: white; font: 800 .9rem "Sora", sans-serif; }
.ref-howto article > div { min-width: 0; }
.ref-howto h3 { margin: 2px 0 7px; }
.ref-howto p { margin: 0; font-size: .75rem; }
.ref-trust-section { padding: 60px 0; background: var(--store-blue-soft); }
.ref-trust-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.ref-trust-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 13px; border-radius: 50%; background: var(--store-green); color: white; font-weight: 800; }
.ref-trust-grid h2 { margin: 0 0 10px; }
.ref-trust-grid p { margin: 0; }
.ref-trust-grid ul { margin: 0; padding: 0; list-style: none; background: white; border: 1px solid #dae3fa; border-radius: 12px; }
.ref-trust-grid li { display: grid; grid-template-columns: 135px 1fr; gap: 20px; padding: 15px 18px; border-bottom: 1px solid var(--store-line); }
.ref-trust-grid li:last-child { border-bottom: 0; }
.ref-trust-grid li b { font-size: .72rem; }
.ref-trust-grid li span { color: var(--store-muted); font-size: .7rem; }

/* FAQ */
#faq.ref-section { width: min(calc(100% - 36px), var(--store-shell)); display: grid; grid-template-columns: 300px 1fr; gap: 55px; margin-inline: auto; padding: 64px 0 92px; }
.ref-faq-heading h2 { margin: 0 0 8px; }
.ref-faq-heading p { margin: 0; }
.ref-faq { overflow: hidden; background: white; border: 1px solid var(--store-line); border-radius: 12px; }
.ref-faq details { border-bottom: 1px solid var(--store-line); }
.ref-faq details:last-child { border-bottom: 0; }
.ref-faq summary { position: relative; cursor: pointer; padding: 18px 48px 18px 19px; font-weight: 800; list-style: none; }
.ref-faq summary::after { content: "+"; position: absolute; right: 18px; top: 13px; color: var(--store-blue); font-size: 1.35rem; }
.ref-faq details[open] summary::after { content: "−"; }
.ref-faq p { margin: 0; padding: 0 45px 18px 19px; font-size: .78rem; }

/* Directory overview and product pages */
.ref-breadcrumb-bar { background: white; border-bottom: 1px solid var(--store-line); }
.ref-breadcrumb { min-height: 44px; display: flex; align-items: center; gap: 9px; color: var(--store-muted); font-size: .65rem; }
.ref-breadcrumb a { color: var(--store-blue); text-decoration: none; }
.ref-product-hero { position: relative; overflow: hidden; background: white; }
.ref-product-hero-inner { padding-block: 52px; }
.ref-product-heading { display: grid; grid-template-columns: 130px 1fr; align-items: center; gap: 28px; max-width: 900px; }
.ref-product-heading img { width: 130px; height: 130px; border-radius: 27px; object-fit: cover; box-shadow: var(--store-shadow); }
.ref-product-heading h1 { margin: 0 0 10px; color: var(--store-text); font-size: clamp(2rem, 4vw, 3.2rem); }
.ref-product-heading p { margin: 0; }
.ref-product-trust { margin-top: 8px !important; color: var(--store-green-dark) !important; font-size: .68rem; font-weight: 800; }
.ref-product-facts { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 900px; margin-top: 30px; overflow: hidden; border: 1px solid var(--store-line); border-radius: 10px; }
.ref-product-fact { padding: 13px 16px; border-right: 1px solid var(--store-line); background: var(--store-bg); }
.ref-product-fact:last-child { border-right: 0; }
.ref-product-fact strong { display: block; font: 700 .82rem "Sora", sans-serif; }
.ref-product-fact span { color: var(--store-muted); font-size: .57rem; text-transform: uppercase; }
.ref-product-cta { margin-top: 22px; }
.ref-product-cta .ref-action:not(.secondary) { min-width: 240px; }
.ref-product-content { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); align-items: start; gap: 20px; padding-block: 48px 95px; }
.ref-product-section { margin: 0 0 18px; padding: 27px; background: white; border: 1px solid var(--store-line); border-radius: 12px; }
.ref-product-section h2 { margin: 0 0 18px; font-size: clamp(1.45rem, 2.5vw, 1.9rem); }
.ref-product-section p { font-size: .82rem; }
.ref-profile-notice { margin-top: 18px; border-radius: 8px; padding: 15px; background: #fff7e8; border-left: 4px solid #e9a82b; color: #667082; font-size: .74rem; }
.ref-detail-table { border-top: 1px solid var(--store-line); }
.ref-detail-row { display: grid; grid-template-columns: .75fr 1.25fr; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--store-line); }
.ref-detail-row strong { font-size: .68rem; }
.ref-detail-row span { color: var(--store-muted); font-size: .68rem; overflow-wrap: anywhere; }
.ref-verify-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ref-verify-grid article { min-height: 140px; padding: 16px; background: var(--store-bg); border: 1px solid var(--store-line); border-radius: 9px; }
.ref-verify-grid h3 { margin: 0 0 7px; font-size: .9rem; }
.ref-verify-grid p { margin: 0; font-size: .7rem; }
.ref-related { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.ref-related a { display: grid; gap: 6px; color: var(--store-text); font-size: .65rem; text-decoration: none; }
.ref-related img { width: 100%; aspect-ratio: 1; border-radius: 12px; object-fit: cover; }
.ref-ledger-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.ref-ledger-card { min-height: 110px; display: flex; flex-direction: column; padding: 15px; background: white; border: 1px solid var(--store-line); border-radius: 10px; color: var(--store-text); text-decoration: none; }
.ref-ledger-card > span { color: var(--store-blue); font-weight: 800; }
.ref-ledger-card strong { margin-top: auto; font-size: .78rem; }
.ref-ledger-card small { color: var(--store-muted); font-size: .6rem; }
.ref-ledger-card b { margin-top: 5px; color: var(--store-blue); font-size: .61rem; }
.ref-directory-page .ref-content { width: min(calc(100% - 36px), var(--store-shell)); margin-inline: auto; padding-block: 50px 90px; }
.ref-directory-page .ref-content > .ref-section { padding: 0 0 50px; }
.ref-directory-page .ref-content .ref-app-list { grid-template-columns: repeat(3, 1fr); }
.ref-directory-page .ref-content .ref-app-row { grid-template-columns: 72px 1fr; }
.ref-directory-page .ref-content .ref-app-row .ref-action { grid-column: 1 / -1; grid-row: auto; }

/* Sticky download */
.ref-sticky-download { position: sticky; bottom: 0; z-index: 450; background: rgba(21,27,43,.97); border-top: 1px solid #303a50; backdrop-filter: blur(10px); }
.ref-sticky-inner { min-height: 66px; display: flex; align-items: center; gap: 12px; }
.ref-sticky-inner > img { width: 42px; height: 42px; border-radius: 10px; }
.ref-sticky-copy { display: grid; margin-right: auto; color: white; }
.ref-sticky-copy strong { font-size: .76rem; }
.ref-sticky-copy small { color: #9ca8bb; font-size: .59rem; }
.ref-sticky-inner .ref-action { min-height: 38px; }

/* Footer */
.site-footer { background: var(--store-navy); color: white; border: 0; }
.footer-ledger { grid-template-columns: 1.4fr repeat(3, .6fr); gap: 55px; padding-block: 58px; }
.footer-brand { display: inline-flex; align-items: center; gap: 8px; color: white; text-decoration: none; }
.footer-brand img { width: 58px; height: 44px; object-fit: contain; }
.footer-brand strong { color: white; font: 700 .95rem "Sora", sans-serif; }
.footer-intro p { max-width: 420px; margin: 13px 0 10px; color: #9da8ba; font-size: .75rem; }
.footer-kicker { color: #778398; font-size: .62rem; }
.footer-route { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-ledger .footer-route > strong { margin-bottom: 3px; color: white; font-size: .72rem; }
.footer-ledger a { color: #aab5c6; font-size: .69rem; text-decoration: none; }
.footer-ledger a:hover { color: white; }
.footer-bottom { min-height: 54px; color: #778398; border-top: 1px solid #2c3549; font-size: .63rem; }

/* Existing guides and policy pages */
.page-hero, .manual-hero, .policy-hero, .reference-hero, .responsible-hero { background-color: var(--store-navy); }
.page-hero h1, .manual-hero h1, .policy-hero h1, .responsible-hero h1 { font-size: clamp(2.2rem, 4vw, 3.4rem); }
.button-download { background: var(--store-green); color: white; }
.button-dark { background: var(--store-navy); }
.responsible-feature { background: var(--store-blue); }

@media (max-width: 980px) {
  .site-nav { display: none; position: absolute; left: 18px; right: 18px; top: 64px; flex-direction: column; align-items: stretch; gap: 0; padding: 8px; background: white; border: 1px solid var(--store-line); border-radius: 10px; box-shadow: var(--store-shadow); }
  .site-nav.open, .site-nav.is-open { display: flex; }
  .site-nav a { padding: 11px; border-bottom: 1px solid var(--store-line); }
  .menu-toggle { display: inline-flex; }
  .header-search { min-width: 0; margin-left: auto; border-left: 0; padding-left: 0; }
  .header-search .search-label { display: none; }
  .ref-hero-inner { grid-template-columns: 1fr 410px; gap: 32px; }
  .ref-catalog-layout { grid-template-columns: 1fr; }
  .ref-ranking { position: static; display: grid; grid-template-columns: 1fr 1fr; }
  .ref-ranking-head { grid-column: 1 / -1; }
  .ref-safe-note { grid-column: 1 / -1; }
  .ref-product-content { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 70px; }
  .site-header { position: relative; }
  .shell { width: min(calc(100% - 26px), var(--store-shell)); }
  .header-inner { min-height: 64px; gap: 8px; }
  .brand { min-width: 0; gap: 8px; margin-right: auto; }
  .brand > img { width: 44px; height: 34px; flex: 0 0 auto; }
  .brand small { display: none; }
  .brand b { overflow: hidden; max-width: 128px; font-size: .8rem; text-overflow: ellipsis; white-space: nowrap; }
  .header-search { order: 2; width: 40px; min-width: 40px; height: 40px; display: grid; place-items: center; margin: 0; border: 1px solid var(--store-line); border-radius: 10px; padding: 0; background: var(--store-bg); }
  .header-search .search-icon { font-size: 1.18rem; }
  .menu-toggle { order: 3; min-width: 74px; height: 40px; align-items: center; justify-content: center; gap: 6px; border-radius: 10px; padding: 0 11px; font: 800 .72rem "Nunito Sans", sans-serif; }
  .site-nav { top: calc(100% + 8px); left: 13px; right: 13px; z-index: 20; border-radius: 12px; padding: 7px; }
  .site-nav a { min-height: 43px; display: flex; align-items: center; border-radius: 7px; padding: 10px 12px; }
  .site-nav a:last-child { border-bottom: 0; }
  .ref-hero-inner { grid-template-columns: 1fr; gap: 25px; padding-block: 30px; }
  .ref-hero h1 { font-size: 2.25rem; }
  .ref-hero-intro { font-size: .88rem; }
  .ref-hero-meta { gap: 10px 19px; }
  .ref-hero-actions .ref-action { min-width: 155px; }
  .ref-hero-game { height: 280px; }
  .ref-category-bar .shell { min-height: 57px; }
  .ref-category-bar strong { display: none; }
  .ref-top-wrap { padding: 42px 0; }
  .ref-section-head { align-items: start; }
  .ref-section-head h2 { font-size: 1.55rem; }
  .ref-top-grid { grid-template-columns: 1fr; }
  .ref-top-card { min-height: 130px; grid-template-columns: 74px 1fr; padding: 15px; }
  .ref-top-icon img { width: 74px; height: 74px; border-radius: 15px; }
  .ref-search { grid-template-columns: 1fr auto; gap: 10px; padding: 10px; }
  .ref-search label { grid-column: 1 / -1; }
  .ref-filters { overflow-x: auto; }
  .ref-filters button { white-space: nowrap; }
  .ref-app-list { grid-template-columns: 1fr; }
  .ref-app-row { min-height: 120px; grid-template-columns: 68px 1fr auto; padding: 13px; }
  .ref-icon-stage img { width: 68px; height: 68px; border-radius: 15px; }
  .ref-app-copy h3 { font-size: .86rem; }
  .ref-app-row .ref-action { min-width: 77px; }
  .ref-ranking { grid-template-columns: 1fr; }
  .ref-howto { grid-template-columns: 1fr; }
  .ref-howto article { min-height: 110px; }
  .ref-trust-grid { grid-template-columns: 1fr; gap: 28px; }
  .ref-trust-grid li { grid-template-columns: 110px 1fr; }
  #faq.ref-section { width: min(calc(100% - 26px), var(--store-shell)); grid-template-columns: 1fr; gap: 20px; padding: 50px 0 78px; }
  .ref-product-heading { grid-template-columns: 86px 1fr; gap: 18px; }
  .ref-product-heading img { width: 86px; height: 86px; border-radius: 19px; }
  .ref-product-heading h1 { font-size: 1.75rem; }
  .ref-product-facts { grid-template-columns: 1fr 1fr; }
  .ref-product-fact:nth-child(2) { border-right: 0; }
  .ref-product-fact:nth-child(-n+2) { border-bottom: 1px solid var(--store-line); }
  .ref-verify-grid { grid-template-columns: 1fr; }
  .ref-related { grid-template-columns: 1fr 1fr; }
  .ref-directory-page .ref-content { width: min(calc(100% - 26px), var(--store-shell)); }
  .ref-directory-page .ref-content .ref-app-list { grid-template-columns: 1fr; }
  .ref-sticky-inner { min-height: 62px; }
  .ref-sticky-copy small { display: none; }
  .ref-sticky-inner .ref-action { padding: 8px 12px; }
  .footer-ledger { grid-template-columns: 1fr 1fr; gap: 32px 22px; padding-block: 45px; }
  .footer-intro { grid-column: 1 / -1; }
  .footer-route:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 2px; }
}

@media (max-width: 430px) {
  .ref-product-section { padding: 18px; }
  .ref-howto article { grid-template-columns: 34px minmax(0, 1fr); gap: 10px; padding: 14px; }
  .ref-howto article > span { width: 34px; height: 34px; font-size: .7rem; }
  .ref-app-row { grid-template-columns: 62px minmax(0,1fr); }
  .ref-icon-stage img { width: 62px; height: 62px; }
  .ref-app-row .ref-action { grid-column: 1 / -1; grid-row: auto; width: 100%; }
  .ref-app-copy small { display: none; }
}

/* Refined visual system: editorial game catalogue */
.site-header {
  background: rgba(255,255,255,.92);
  border-bottom-color: rgba(207,216,231,.88);
  box-shadow: 0 1px 0 rgba(16,24,39,.025), 0 10px 30px rgba(16,24,39,.04);
}
.brand > img { filter: drop-shadow(0 5px 10px rgba(32,48,80,.12)); }
.brand b { letter-spacing: -.045em; }
.site-nav a { position: relative; padding-block: 26px; }
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 18px;
  height: 2px;
  border-radius: 2px;
  background: var(--store-blue);
  transition: right .22s ease;
}
.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after { right: 0; }
.header-search { transition: color .2s ease; }
.header-search:hover { color: var(--store-blue); }

.ref-hero,
.page-hero,
.manual-hero,
.policy-hero,
.reference-hero,
.responsible-hero {
  position: relative;
  overflow: hidden;
  background-color: var(--store-navy);
  background-image:
    radial-gradient(circle at 82% 18%, rgba(74,112,232,.24), transparent 31rem),
    radial-gradient(circle at 8% 100%, rgba(24,173,90,.11), transparent 26rem),
    linear-gradient(135deg, #101827 0%, #162238 55%, #101827 100%);
  isolation: isolate;
}
.ref-hero::before,
.page-hero::before,
.manual-hero::before,
.policy-hero::before,
.reference-hero::before,
.responsible-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .22;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, black, transparent 76%);
}
.responsible-hero {
  background-image:
    radial-gradient(circle at 82% 15%, rgba(238,119,89,.2), transparent 28rem),
    radial-gradient(circle at 9% 100%, rgba(63,99,221,.16), transparent 25rem),
    linear-gradient(135deg, #171827 0%, #252035 52%, #151827 100%);
}
.policy-hero {
  background-image:
    radial-gradient(circle at 84% 22%, rgba(63,99,221,.2), transparent 30rem),
    linear-gradient(135deg, #101827, #172642 58%, #101827);
}
.ref-featured-label {
  border: 1px solid rgba(143,169,255,.28);
  background: rgba(90,123,230,.13);
  box-shadow: inset 0 1px rgba(255,255,255,.08);
  letter-spacing: .11em;
}
.ref-hero h1 { text-shadow: 0 12px 35px rgba(0,0,0,.22); }
.ref-hero-meta span { position: relative; padding-left: 13px; }
.ref-hero-meta span::before { content: ""; position: absolute; left: 0; top: 4px; bottom: 4px; width: 2px; border-radius: 2px; background: rgba(111,141,240,.65); }
.ref-hero-game {
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--store-radius-lg);
  box-shadow: 0 32px 70px rgba(0,0,0,.34), inset 0 1px rgba(255,255,255,.14);
}
.ref-hero-game::after { border: 7px solid rgba(255,255,255,.055); border-radius: inherit; }
.ref-hero-art { transition: transform .5s cubic-bezier(.2,.8,.2,1); }

.ref-action,
.button-download {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(13,135,66,.2), inset 0 1px rgba(255,255,255,.24);
}
.ref-action::after,
.button-download::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 25%, rgba(255,255,255,.22) 45%, transparent 65%);
  transform: translateX(-130%);
  transition: transform .55s ease;
  pointer-events: none;
}
.ref-action.secondary { box-shadow: 0 8px 20px rgba(18,29,49,.07); }

.ref-category-bar {
  background: rgba(255,255,255,.94);
  box-shadow: 0 8px 28px rgba(18,29,49,.035);
}
.ref-category-bar a,
.ref-filters button {
  border: 1px solid transparent;
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}
.ref-category-bar a:hover,
.ref-filters button:hover,
.ref-filters button.active {
  border-color: #ccd8fb;
  background: var(--store-blue-soft);
}

.ref-section-head h2,
.ref-explorer-head h2,
.ref-faq-heading h2 { position: relative; padding-top: 14px; }
.ref-section-head h2::before,
.ref-explorer-head h2::before,
.ref-faq-heading h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--store-blue), #7f9af1);
}
.ref-top-wrap { background: linear-gradient(180deg, #fff 0%, #fbfcff 100%); }
.ref-top-card,
.ref-app-row,
.ref-ranking,
.ref-search,
.ref-howto article,
.ref-trust-grid ul,
.ref-faq,
.ref-product-section,
.ref-ledger-card {
  border-color: rgba(213,222,236,.92);
  border-radius: var(--store-radius);
  box-shadow: var(--store-shadow);
}
.ref-top-card,
.ref-app-row,
.ref-howto article,
.ref-ledger-card { position: relative; transition: transform .25s cubic-bezier(.2,.8,.2,1), border-color .25s ease, box-shadow .25s ease; }
.ref-top-card::before,
.ref-app-row::before,
.ref-ledger-card::before {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: -1px;
  height: 2px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, transparent, rgba(63,99,221,.56), transparent);
  opacity: 0;
  transition: opacity .25s ease;
}
.ref-top-card.is-primary::before,
.ref-app-row.is-hosted::before { background: linear-gradient(90deg, transparent, rgba(22,173,90,.7), transparent); opacity: 1; }
.ref-top-icon,
.ref-icon-stage { overflow: hidden; box-shadow: 0 8px 20px rgba(18,29,49,.13); }
.ref-top-icon img,
.ref-icon-stage img,
.ref-related img { transition: transform .35s cubic-bezier(.2,.8,.2,1), filter .35s ease; }
.ref-top-copy h3 a,
.ref-app-copy h3 a { text-underline-offset: 4px; text-decoration-thickness: 1px; }
.ref-explorer {
  background:
    radial-gradient(circle at 92% 8%, rgba(63,99,221,.07), transparent 25rem),
    var(--store-bg);
}
.ref-search { padding: 15px; }
.ref-search input { border-color: #d7dfeb; background: #f9fbfe; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.ref-search input:focus { border-color: #9bb0ee; background: white; box-shadow: 0 0 0 4px rgba(63,99,221,.09); }
.ref-ranking { box-shadow: 0 22px 50px rgba(18,29,49,.09); }
.ref-ranking-head { background: linear-gradient(180deg, #fff, #f8faff); }
.ref-rank-item { transition: background .18s ease, color .18s ease; }
.ref-rank-item:hover { background: #f6f8fd; color: var(--store-blue); }
.ref-safe-note { border: 1px solid #d5e0fc; background: linear-gradient(145deg, #f1f5ff, #e8f0ff); }
.ref-how-section { background: linear-gradient(180deg, #fff, #fbfcfe); }
.ref-howto article { background: white; }
.ref-howto article > span { box-shadow: 0 8px 18px rgba(63,99,221,.2), inset 0 1px rgba(255,255,255,.25); }
.ref-trust-section {
  background:
    radial-gradient(circle at 8% 40%, rgba(63,99,221,.09), transparent 23rem),
    linear-gradient(135deg, #edf3ff, #f7f9ff);
  border-block: 1px solid #dce5fa;
}
.ref-trust-grid ul { overflow: hidden; }
.ref-trust-grid li { transition: background .18s ease; }
.ref-trust-grid li:hover { background: #f7f9ff; }
.ref-trust-icon { box-shadow: 0 10px 25px rgba(22,173,90,.23), inset 0 1px rgba(255,255,255,.3); }
.ref-faq { box-shadow: 0 20px 50px rgba(18,29,49,.08); }
.ref-faq summary { transition: color .2s ease, background .2s ease; }
.ref-faq summary:hover,
.ref-faq details[open] summary { color: var(--store-blue); background: #f8faff; }
.ref-faq details[open] summary::after { transform: rotate(180deg); }
.ref-faq summary::after { transition: transform .22s ease; }

.ref-breadcrumb-bar { background: rgba(255,255,255,.78); backdrop-filter: blur(10px); }
.ref-product-hero {
  background:
    radial-gradient(circle at 78% 35%, rgba(63,99,221,.1), transparent 27rem),
    linear-gradient(180deg, #fff 0%, #f7f9fd 100%);
}
.ref-product-hero::after {
  content: "";
  position: absolute;
  right: max(4vw, 28px);
  top: 28px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(63,99,221,.08);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(63,99,221,.025), 0 0 0 68px rgba(63,99,221,.018);
  pointer-events: none;
}
.ref-product-hero-inner { position: relative; z-index: 1; }
.ref-product-heading img { border: 1px solid rgba(255,255,255,.9); border-radius: 30px; box-shadow: 0 22px 45px rgba(18,29,49,.16), 0 0 0 7px rgba(255,255,255,.7); }
.ref-product-heading h1 { letter-spacing: -.055em; }
.ref-product-facts { gap: 10px; overflow: visible; border: 0; border-radius: 0; }
.ref-product-fact {
  border: 1px solid var(--store-line) !important;
  border-radius: 12px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 8px 20px rgba(18,29,49,.045);
}
.ref-product-content { position: relative; }
.ref-product-section { overflow: hidden; }
.ref-product-section::before {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  margin: -27px 0 24px -27px;
  background: var(--store-blue);
  box-shadow: 44px 0 var(--store-blue);
}
.ref-detail-row { transition: background .18s ease; }
.ref-detail-row:hover { margin-inline: -10px; padding-inline: 10px; background: #f8faff; }
.ref-verify-grid article { background: linear-gradient(145deg, #f8faff, #f1f5fb); border-radius: 12px; }
.ref-profile-notice { border: 1px solid #f0d9a9; border-left-width: 4px; border-radius: 10px; background: linear-gradient(135deg, #fff9ec, #fff4dc); }
.ref-related a { padding: 8px; border: 1px solid transparent; border-radius: 14px; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.ref-related a:hover { color: var(--store-blue); border-color: var(--store-line); background: #f8faff; }
.ref-ledger-card { overflow: hidden; }
.ref-sticky-download { box-shadow: 0 -14px 36px rgba(16,24,39,.14); }

.breadcrumbs { margin-bottom: 38px; }
.breadcrumbs a { color: #bcd0ff; }
.page-hero .lede,
.manual-hero .lede,
.policy-hero .lede,
.responsible-hero .lede { color: #c9d5e6; }
.manual-meta { border-top-color: rgba(255,255,255,.14); color: #aebbd0; }
.manual-layout { gap: 58px; }
.manual-aside,
.guide-card,
.two-up article,
.four-limits article,
.evidence-grid article,
.support-matrix article,
.guide-shortcuts a,
.policy-copy {
  border-color: var(--store-line);
  border-radius: var(--store-radius);
  background: white;
  box-shadow: var(--store-shadow);
}
.manual-aside { top: 94px; overflow: hidden; padding: 24px; }
.manual-aside::before { content: ""; height: 3px; margin: -24px -24px 9px; background: linear-gradient(90deg, var(--store-blue), #8ca4f1); }
.manual-aside a { padding: 6px 8px; border-radius: 7px; transition: color .18s ease, background .18s ease; }
.manual-aside a:hover { color: var(--store-blue); background: var(--store-blue-soft); }
.manual-step {
  position: relative;
  margin-bottom: 22px;
  padding: 30px;
  border: 1px solid var(--store-line);
  border-radius: var(--store-radius);
  background: white;
  box-shadow: var(--store-shadow);
}
.manual-number { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: var(--store-blue); background: var(--store-blue-soft); font-family: "Sora", sans-serif; font-size: 1rem; }
.manual-step h2 { font-size: clamp(1.55rem, 2.6vw, 2.3rem); }
.manual-step li::before { color: var(--store-blue); }
.manual-stop { border-radius: var(--store-radius); background: linear-gradient(135deg, #121c2d, #1c2a41); box-shadow: 0 18px 40px rgba(16,24,39,.15); }
.manual-stop strong { font-family: "Sora", sans-serif; }
.guide-card,
.four-limits article,
.evidence-grid article,
.guide-shortcuts a { transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s ease, border-color .25s ease; }
.guide-card > span { color: rgba(63,99,221,.1); font-family: "Sora", sans-serif; }
.guide-card strong { color: var(--store-blue); }
.four-limits { gap: 14px; }
.four-limits article { min-height: 240px; }
.four-limits article > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; color: #c44b43; background: #fff0ed; font-family: "Sora", sans-serif; font-size: .78rem; }
.four-limits h2 { margin-top: 34px; font-size: 1.65rem; }
.warning-grid ul,
.review-policy ol { border-top-color: var(--store-blue); }
.warning-grid li,
.self-check li,
.review-policy li { transition: background .18s ease; }
.warning-grid li:hover,
.self-check li:hover,
.review-policy li:hover { background: rgba(63,99,221,.035); }
.self-check li::before { color: var(--store-blue); font-family: "Sora", sans-serif; font-size: .85rem; }
.help-panel { overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: var(--store-radius-lg); background: radial-gradient(circle at 90% 15%, rgba(78,121,238,.3), transparent 25rem), linear-gradient(135deg, #132136, #1b3850); box-shadow: 0 24px 55px rgba(16,24,39,.16); }
.evidence-grid article { position: relative; min-height: 280px; overflow: hidden; }
.evidence-grid article::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: linear-gradient(var(--store-blue), transparent 80%); }
.evidence-grid code { width: fit-content; max-width: 100%; border-radius: 7px; padding: 5px 8px; color: var(--store-blue-strong); background: var(--store-blue-soft); overflow-wrap: anywhere; }
.manifesto > span,
.support-matrix article > span,
.guide-shortcuts span { color: var(--store-blue-strong); font-family: "Sora", sans-serif; }
.support-matrix { gap: 20px; }
.support-matrix article:first-child { background: linear-gradient(145deg, #fff, #f5f8ff); }
.guide-shortcuts { gap: 16px; }
.guide-shortcuts strong { font-family: "Sora", sans-serif; }
.policy-copy { max-width: 880px; padding: clamp(28px, 5vw, 58px); }
.policy-copy h2:first-child { margin-top: 0; }
.editorial-callout { border-top-color: var(--store-blue); }
.editorial-callout > span { color: var(--store-blue-strong); }

.site-footer {
  position: relative;
  background: radial-gradient(circle at 12% 0%, rgba(63,99,221,.16), transparent 28rem), linear-gradient(145deg, #101827, #121d30);
  border-top: 1px solid rgba(128,155,237,.18);
}
.footer-ledger { position: relative; }
.footer-brand img { filter: drop-shadow(0 7px 12px rgba(0,0,0,.25)); }
.footer-ledger a { transition: color .18s ease, transform .18s ease; }
.footer-ledger a:hover { transform: translateX(2px); }

@media (hover: hover) and (pointer: fine) {
  .ref-action:hover::after,
  .button-download:hover::after { transform: translateX(130%); }
  .ref-hero-game:hover .ref-hero-art { transform: scale(1.025); }
  .ref-top-card:hover,
  .ref-app-row:hover,
  .ref-howto article:hover,
  .ref-ledger-card:hover,
  .guide-card:hover,
  .four-limits article:hover,
  .evidence-grid article:hover,
  .guide-shortcuts a:hover {
    z-index: 1;
    border-color: #c8d5f3;
    box-shadow: var(--store-shadow-hover);
    transform: translateY(-3px);
  }
  .ref-top-card:hover::before,
  .ref-app-row:hover::before,
  .ref-ledger-card:hover::before { opacity: 1; }
  .ref-top-card:hover img,
  .ref-app-row:hover img,
  .ref-related a:hover img { transform: scale(1.035); }
}

@media (max-width: 980px) {
  .site-nav a { padding: 11px; }
  .site-nav a::after { display: none; }
  .site-nav { border-radius: var(--store-radius); box-shadow: 0 24px 55px rgba(18,29,49,.18); }
  .ref-product-hero::after { opacity: .45; }
  .four-limits { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .site-header { background: rgba(255,255,255,.97); }
  .header-search,
  .menu-toggle { box-shadow: 0 6px 16px rgba(18,29,49,.06); }
  .ref-hero::before,
  .page-hero::before,
  .manual-hero::before,
  .policy-hero::before,
  .reference-hero::before,
  .responsible-hero::before { background-size: 48px 48px; }
  .ref-hero-game { border-radius: 18px; box-shadow: 0 22px 48px rgba(0,0,0,.28); }
  .ref-product-hero-inner { padding-block: 38px; }
  .ref-product-hero::after { right: -90px; top: 18px; }
  .ref-product-heading img { border-radius: 21px; box-shadow: 0 14px 30px rgba(18,29,49,.14), 0 0 0 5px rgba(255,255,255,.72); }
  .ref-product-facts { gap: 8px; }
  .ref-product-fact { padding: 11px 13px; }
  .ref-product-section::before { margin: -27px 0 22px -27px; }
  .manual-layout { gap: 28px; padding-block: 58px; }
  .manual-aside { position: static; }
  .manual-step { grid-template-columns: 48px minmax(0,1fr); gap: 16px; padding: 24px; }
  .manual-step ul { grid-template-columns: 1fr; }
  .four-limits { gap: 10px; }
  .evidence-grid article { min-height: 230px; }
  .policy-copy { border-radius: 14px; }
}

@media (max-width: 600px) {
  .ref-product-facts { grid-template-columns: 1fr 1fr; }
  .four-limits,
  .evidence-grid,
  .support-matrix,
  .guide-shortcuts { grid-template-columns: 1fr; }
  .four-limits article { min-height: 0; }
  .manual-step { grid-template-columns: 40px minmax(0,1fr); gap: 12px; padding: 20px 16px; }
  .manual-number { width: 38px; height: 38px; border-radius: 10px; font-size: .75rem; }
  .manual-step h2 { font-size: 1.35rem; }
  .help-panel { border-radius: 16px; }
  .ref-product-section::before { margin: -18px 0 18px -18px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
