@charset "UTF-8";
:root {
    color-scheme: dark;
    --bg: #0a101c;
    --surface: #111a29;
    --surface-2: #162235;
    --line: #273449;
    --text: #f5f7fb;
    --muted: #a8b5c8;
    --blue: #398eff;
    --link: #81b6ff;
    --radius: 16px;
    --content: 1280px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--text); background: var(--bg); font: 16px/1.7 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
body:has(dialog[open]) { overflow: hidden; }
a { color: var(--link); text-underline-offset: 4px; }
a:hover { color: #b6d5ff; }
button, input { font: inherit; }
button, a, summary, input { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
button { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }
p { margin: 0 0 20px; }
ul, ol { padding-left: 24px; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { color: var(--text); line-height: 1.2; letter-spacing: -.035em; }
:focus-visible { outline: 3px solid #8ec0ff; outline-offset: 5px; }
::selection { background: #2c65a8; color: white; }
[hidden] { display: none !important; }
.container { width: min(var(--content), calc(100% - 72px)); margin: 0 auto; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 46px; border-radius: 9px; padding: 9px 20px; border: 1px solid transparent; font-size: 15px; line-height: 1.35; font-weight: 650; color: white; text-decoration: none; transition: background .16s, border-color .16s, transform .16s; text-align: center; }
.button:hover { color: white; transform: translateY(-1px); }
.button:active { transform: translateY(0); }
.primary { background: #267be9; border-color: #267be9; }
.primary:hover { background: #398cff; border-color: #398cff; }
.secondary { background: #172236; border-color: #34435b; }
.secondary:hover { background: #21314a; border-color: #5d789e; }
.button.large { min-height: 54px; padding: 14px 25px; font-size: 16px; }
.skip-link { position: fixed; z-index: 100; top: -100px; left: 20px; background: white; color: #101820; padding: 12px; }
.skip-link:focus { top: 15px; }
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--line); background: rgba(10,16,28,.97); }
.header-inner { min-height: 88px; display: flex; gap: 22px; align-items: center; }
.brand { flex: 0 0 auto; }
.brand img { width: 190px; }
.edition { font-size: 12px; color: var(--muted); border-left: 1px solid #34435b; padding-left: 18px; line-height: 1.4; }
.desktop-nav { display: flex; gap: 24px; margin-left: auto; }
.desktop-nav a { color: #c6d1e0; text-decoration: none; font-size: 14px; padding: 12px 0; }
.desktop-nav a:hover { color: white; }
.header-actions { display: flex; gap: 9px; align-items: center; margin-left: auto; }
.language { font-size: 13px; color: var(--muted); padding-right: 12px; }
.mobile-menu { display: none; }
.hero { display: grid; grid-template-columns: 1fr 1.04fr; gap: 48px; padding: 66px 0 44px; align-items: center; }
.eyebrow { color: var(--link); font-size: 12px; font-weight: 750; letter-spacing: .13em; line-height: 1.5; margin-bottom: 20px; }
.hero h1 { font-size: clamp(40px, 4.2vw, 58px); font-weight: 750; line-height: 1.07; margin: 0 0 25px; letter-spacing: -.048em; }
.hero h1 span { color: #b9c9e0; }
.hero-intro { color: var(--muted); font-size: 17px; line-height: 1.75; max-width: 510px; margin-bottom: 28px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 23px; }
.text-link { color: #dbe8fc; text-decoration: none; font-size: 15px; font-weight: 650; padding: 12px 0; }
.text-link span { margin-left: 8px; color: var(--link); }
.editorial-meta { color: var(--muted); font-size: 12px; margin: 26px 0 0; }
.editorial-meta span { padding: 0 8px; }
.hero-media { min-width: 0; }
.hero-promo { display: block; border-radius: 18px; color: var(--text); text-decoration: none; }
.hero-promo:hover .hero-image, .hero-promo:hover .hero-offer { border-color: #649eed; }
.hero-promo:hover .promo-arrow { color: #fff; background: #2877d9; border-color: #649eed; }
.hero-image { overflow: hidden; border: 1px solid #2a3c58; border-radius: 18px 18px 0 0; background: #0a1226; position: relative; }
.hero-image img { width: 100%; }
.hero-offer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 26px; border: 1px solid #2a3c58; border-top: 0; border-radius: 0 0 18px 18px; background: #132039; }
.hero-offer div > span { display: block; font-size: 13px; color: #a9bbd7; margin-bottom: 5px; }
.hero-offer strong { display: block; font-size: clamp(21px, 2.4vw, 31px); font-weight: 700; line-height: 1.3; letter-spacing: -.035em; }
.blue { color: var(--blue); }
.hero-offer .promo-arrow { width: 44px; height: 44px; flex-shrink: 0; display: grid; place-items: center; border-radius: 50%; border: 1px solid #456082; font-size: 22px; text-decoration: none; }
.hero-fineprint { font-size: 12px; color: #9dabbe; line-height: 1.6; margin: 12px 4px 0; }
.risk-warning { display: flex; align-items: center; gap: 18px; padding: 16px 20px; border: 1px solid #354053; background: #111925; border-radius: 10px; }
.risk-warning strong { color: #c2cfe1; padding: 4px 8px; border: 1px solid #546075; border-radius: 6px; font-size: 16px; flex-shrink: 0; }
.risk-warning p { margin: 0; color: #b4c0d1; font-size: 13px; line-height: 1.6; }
.benefit-strip { display: grid; grid-template-columns: repeat(3,1fr); margin: 35px 0 46px; }
.benefit-strip > div { position: relative; padding: 0 20px 0 47px; border-right: 1px solid #28344a; }
.benefit-strip > div:last-child { border-right: 0; }
.benefit-strip > div:not(:first-child) { margin-left: 24px; }
.benefit-strip span { position: absolute; left: 0; top: 0; color: #6ea5ec; font-size: 14px; }
.benefit-strip strong { font-size: 15px; display: block; }
.benefit-strip p { color: var(--muted); font-size: 13px; margin: 3px 0 0; }
.contents { background: #111b2b; border: 1px solid #2c3c55; border-radius: var(--radius); margin-bottom: 35px; scroll-margin-top: 105px; }
.contents summary { display: flex; align-items: center; justify-content: space-between; padding: 25px 30px; list-style: none; gap: 18px; }
.contents summary::-webkit-details-marker { display: none; }
.contents summary .eyebrow { display: block; font-size: 11px; margin-bottom: 5px; }
.contents summary strong { font-size: 25px; letter-spacing: -.035em; font-weight: 650; }
.contents-count { color: var(--muted); font-size: 13px; flex-shrink: 0; }
.contents-count > span { display: inline-block; font-size: 23px; margin-left: 20px; color: white; }
.contents ol { display: grid; grid-template-columns: repeat(3,1fr); gap: 0 26px; list-style: none; margin: 0; padding: 0 30px 26px; }
.contents a { display: flex; gap: 11px; padding: 11px 0; color: #c2cfe0; text-decoration: none; font-size: 14px; line-height: 1.5; }
.contents a:hover, .contents a.active { color: #84baff; }
.contents a > span { color: #6f89ae; font-size: 12px; min-width: 19px; padding-top: 1px; }
.reading-layout { display: grid; grid-template-columns: minmax(0, 1fr) 238px; gap: 55px; }
.article { min-width: 0; }
.article-section { padding: 49px 0 44px; border-bottom: 1px solid var(--line); }
.article-section:last-child { border-bottom: 0; }
.section-index { font-size: 11px; letter-spacing: .12em; color: #75a9eb; font-weight: 750; margin: 0 0 15px; }
.article-section h2 { font-size: clamp(27px, 2.6vw, 35px); font-weight: 700; margin: 0 0 24px; scroll-margin-top: 112px; }
.article-section h3 { font-size: 23px; margin: 36px 0 17px; }
.article-section p { color: #b8c6da; line-height: 1.85; }
.article-section .section-intro { color: #dee6f3; font-size: 18px; line-height: 1.8; }
.table-wrap { border: 1px solid #30425c; background: #101a2b; border-radius: 13px; overflow: hidden; margin: 26px 0 16px; }
table { border-collapse: collapse; width: 100%; text-align: left; table-layout: auto; font-size: 14px; line-height: 1.65; }
caption { caption-side: top; text-align: left; font-weight: 650; color: #edf4ff; background: #192b45; padding: 17px 21px; font-size: 16px; line-height: 1.5; }
thead { background: #152238; color: #a9bddb; }
th, td { padding: 15px 18px; border-bottom: 1px solid #293850; vertical-align: top; overflow-wrap: anywhere; }
thead th { font-size: 14px; font-weight: 650; letter-spacing: .015em; }
tbody th { color: #e0e9f8; font-weight: 600; min-width: 120px; }
tbody td { color: #b8c7dc; }
tbody tr:nth-child(even) { background: rgba(38, 61, 93, .16); }
tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }
.article-section p.source-note { color: #96a9c4; font-size: 12px; line-height: 1.7; margin: 0 3px 24px; }
.note { padding: 21px 24px; border: 1px solid #294a79; border-left: 3px solid #458eee; background: #112039; border-radius: 0 10px 10px 0; margin: 28px 0; }
.note strong { display: block; font-size: 16px; margin-bottom: 8px; color: #e3efff; }
.note p { margin: 0; font-size: 15px; }
.steps { counter-reset: step; list-style: none; padding: 0; margin: 29px 0; }
.steps li { counter-increment: step; padding: 0 0 23px 57px; position: relative; }
.steps li:last-child { padding-bottom: 0; }
.steps li::before { content: counter(step, decimal-leading-zero); position: absolute; left: 0; top: 0; color: #7eb5ff; background: #172b49; border: 1px solid #345278; border-radius: 10px; width: 36px; height: 36px; display: grid; place-items: center; font-size: 12px; font-weight: 650; }
.steps strong { font-size: 17px; }
.steps p { margin: 5px 0 0; font-size: 15px; }
.screenshot { margin: 32px 0; }
.screenshot > a { display: block; position: relative; border-radius: 12px; overflow: hidden; border: 1px solid #34445b; background: #121a29; }
.screenshot img { width: 100%; }
.screenshot figcaption { font-size: 12px; color: #9baec9; margin: 12px 1px 0; line-height: 1.65; }
.zoom-hint { position: absolute; right: 12px; bottom: 12px; background: rgba(13,25,42,.95); border: 1px solid #58759c; padding: 5px 12px; border-radius: 6px; color: white; font-size: 12px; }
.figure-small { max-width: 520px; }
.figure-small img { max-height: 590px; object-fit: contain; }
.game-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; margin: 29px 0; }
.game-card { min-width: 0; }
.game-card img { width: 100%; aspect-ratio: 384 / 516; object-fit: cover; border-radius: 12px; }
.game-card figcaption { padding: 12px 0 0; line-height: 1.45; }
.game-card strong { display: block; font-size: 14px; }
.game-card span { display: block; color: #9db0cc; font-size: 12px; margin-top: 3px; }
.provider-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 30px 0; }
.provider-grid > div { min-height: 82px; background: #1a2130; border: 1px solid #303b50; border-radius: 10px; padding: 18px; display: flex; align-items: center; justify-content: center; }
.provider-grid img { width: auto; height: auto; max-width: 130px; max-height: 40px; object-fit: contain; }
.reading-aside { padding-top: 58px; }
.aside-sticky { position: sticky; top: 122px; border-top: 2px solid #3b83e0; padding-top: 25px; }
.aside-logo { display: flex; gap: 14px; align-items: center; }
.aside-logo img { width: 54px; }
.aside-logo span { color: #afc0d8; font-size: 13px; line-height: 1.7; }
.aside-logo strong { color: #e4eaf6; font-size: 14px; }
.reader-checklist { padding: 0; list-style: none; margin: 24px 0; }
.reader-checklist li { font-size: 13px; color: #c4d0e2; margin: 12px 0; padding-left: 22px; position: relative; }
.reader-checklist li::before { content: '✓'; color: #80b8ff; position: absolute; left: 0; }
.aside-sticky .button { font-size: 13px; width: 100%; padding: 11px; }
.aside-foot { border-top: 1px solid #2c3a50; margin-top: 28px; padding-top: 23px; font-size: 12px; }
.aside-foot strong { font-size: 13px; }
.aside-foot p { color: var(--muted); margin: 10px 0 14px; }
.aside-foot a { text-decoration: none; }
.back-to-contents { display: inline-block; padding: 12px 0; margin-top: 15px; color: #849dbc; font-size: 12px; text-decoration: none; }
.faq-list { border-top: 1px solid #314360; }
.faq-item { border-bottom: 1px solid #314360; }
.faq-item summary { list-style: none; padding: 21px 43px 21px 0; position: relative; color: #e0eafa; font-size: 17px; font-weight: 600; line-height: 1.55; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; position: absolute; right: 8px; top: 17px; color: #77a8ee; font-size: 24px; font-weight: 400; }
.faq-item[open] summary::after { content: '−'; }
.faq-item p { padding: 0 36px 4px 0; font-size: 15px; }
.source-links { font-size: 14px; line-height: 1.7; }
.final-callout { background: #152a49; border: 1px solid #345985; border-radius: 18px; padding: 38px 42px; display: flex; justify-content: space-between; align-items: center; gap: 36px; margin: 45px 0 65px; }
.callout-title { color: #e8f1ff; font-weight: 650; font-size: 35px; line-height: 1.15; letter-spacing: -.035em; }
.final-callout p:last-child { font-size: 14px; color: #afc4e1; margin: 0; max-width: 500px; }
.final-callout > a { flex-shrink: 0; }
.final-callout .eyebrow { font-size: 11px; }
.site-footer { border-top: 1px solid #2d3a50; background: #080e18; padding: 44px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 100px; }
.footer-grid p { color: #9cadc5; font-size: 13px; line-height: 1.8; margin: 20px 0 0; max-width: 570px; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-links a { font-size: 13px; text-decoration: none; color: #bdcce2; }
.privacy-note { border-top: 1px solid #263145; margin-top: 34px; padding-top: 20px; color: #94a5bd; font-size: 12px; scroll-margin-top: 110px; }
.privacy-note summary { padding: 6px 0; }
.privacy-note details p { max-width: 900px; margin: 15px 0; }
.copyright { margin: 22px 0 0; font-size: 12px; }
.mobile-action-bar { display: none; }
dialog { background: #14213a; color: var(--text); border: 1px solid #4b6c99; border-radius: 16px; padding: 30px; width: min(520px, calc(100% - 32px)); max-height: calc(100dvh - 36px); overflow: auto; }
dialog::backdrop { background: rgba(3,8,17,.82); backdrop-filter: blur(5px); }
.dialog-close { width: 44px; height: 44px; position: absolute; right: 10px; top: 10px; display: grid; place-items: center; border: 1px solid #4d6182; border-radius: 50%; background: #101b2f; font-size: 28px; z-index: 2; }
#image-dialog { width: min(1320px, calc(100% - 24px)); padding: 52px 16px 16px; }
#image-dialog img { max-height: calc(100dvh - 170px); width: 100%; object-fit: contain; }
#image-dialog p { font-size: 13px; color: #b4c7e1; margin: 15px 0 0; }
#bonus-dialog > img { width: 64px; margin-bottom: 23px; }
#bonus-dialog h2 { font-size: 32px; }
#bonus-dialog p { font-size: 16px; }
.consent-panel { position: fixed; z-index: 40; bottom: 22px; left: 22px; width: min(420px,calc(100% - 44px)); border: 1px solid #5b7291; border-radius: 14px; background: #15243a; padding: 22px; box-shadow: 0 14px 60px #0008; }
.consent-panel p { font-size: 14px; margin: 10px 0 18px; }
.consent-panel > div { display: flex; flex-wrap: wrap; gap: 10px; }
.text-button { color: var(--link); background: none; border: 0; padding: 12px 0; text-decoration: underline; text-underline-offset: 4px; font-size: 14px; }
.service-page { width: min(660px, calc(100% - 40px)); margin: 10vh auto; }
.service-page h1 { font-size: 42px; margin: 38px 0 24px; }
.service-page p { color: #b9c9e2; }
.admin-wrap { width: min(860px, calc(100% - 32px)); margin: 45px auto; }
.admin-wrap h1 { font-size: 36px; margin: 30px 0; }
.admin-wrap h2 { font-size: 23px; margin: 28px 0 22px; }
.admin-panel { background: #111e32; border: 1px solid #344964; border-radius: 14px; padding: 30px; margin: 25px 0; }
.admin-panel h2:first-child { margin-top: 0; }
.field { display: block; font-weight: 600; font-size: 15px; margin-bottom: 20px; }
.field input { display: block; width: 100%; margin-top: 8px; padding: 11px 12px; min-height: 46px; background: #0b1424; border: 1px solid #567294; border-radius: 7px; color: white; }
.field small { display: block; margin-top: 8px; font-size: 12px; color: #a7bbd7; font-weight: 400; }
.check { display: flex; gap: 12px; align-items: flex-start; margin: 22px 0; font-size: 14px; }
.check input { margin-top: 6px; width: 18px; height: 18px; flex-shrink: 0; }
.notice { padding: 20px; border: 1px solid #6684ab; background: #1d304d; border-radius: 10px; color: #dae7fa; }
.notice.error { background: #3c202c; border-color: #a4687c; }
.notice.success { background: #183c37; border-color: #487f6e; }
.admin-topline { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.status-badge { font-size: 14px; border: 1px solid #577495; padding: 6px 12px; border-radius: 8px; }
code { font-size: 14px; overflow-wrap: anywhere; }
@media (min-width: 1650px) { :root { --content: 1400px; } .hero { gap: 75px; padding-top: 76px; } .hero h1 { font-size: 65px; } .reading-layout { grid-template-columns: minmax(0,1fr) 270px; gap: 80px; } .article-section p { max-width: 970px; } }
@media (max-width: 1150px) { .edition { display: none; } .desktop-nav { gap: 16px; } .header-inner { gap: 16px; } .brand img { width: 170px; } .hero { gap: 28px; padding-top: 48px; } .hero h1 { font-size: 46px; } .reading-layout { grid-template-columns: minmax(0,1fr) 205px; gap: 32px; } .hero-actions { gap: 15px; } .header-actions .button { padding: 10px 14px; } .hero-offer { padding: 20px; } }
@media (max-width: 900px) { .container { width: calc(100% - 44px); } .desktop-nav { display: none; } .header-inner { min-height: 78px; } .hero { grid-template-columns: 1fr 1fr; gap: 24px; } .hero h1 { font-size: 38px; } .hero-intro { font-size: 16px; } .hero-offer strong { font-size: 23px; } .hero-offer { padding: 18px; } .hero-offer .promo-arrow { width: 38px; height: 38px; } .reading-layout { display: block; } .reading-aside { display: none; } .contents ol { grid-template-columns: repeat(2,1fr); } .benefit-strip > div { padding-left: 30px; padding-right: 15px; } .benefit-strip > div:not(:first-child) { margin-left: 15px; } .benefit-strip strong { font-size: 13px; } .benefit-strip p { font-size: 12px; } .final-callout { padding: 30px; gap: 24px; } .callout-title { font-size: 30px; } .footer-grid { gap: 40px; } }
@media (max-width: 650px) {
    html { scroll-padding-top: 88px; }
    body { padding-bottom: calc(80px + env(safe-area-inset-bottom)); }
    .container { width: calc(100% - 32px); }
    .header-inner { min-height: 70px; gap: 12px; }
    .brand img { width: 151px; }
    .header-actions { margin-left: auto; gap: 8px; }
    .header-actions .login-cta { display: none; }
    .header-actions .register-cta { display: none; }
    .language { padding: 0 4px; font-size: 12px; }
    .mobile-menu { display: block; position: relative; }
    .mobile-menu > summary { list-style: none; width: 42px; height: 42px; display: grid; place-items: center; background: #172236; border: 1px solid #34435b; border-radius: 8px; }
    .mobile-menu > summary::-webkit-details-marker { display: none; }
    .menu-icon { display: block; width: 17px; height: 13px; border-top: 2px solid #d6e3f6; border-bottom: 2px solid #d6e3f6; position: relative; }
    .menu-icon::before { content: ''; width: 17px; height: 2px; background: #d6e3f6; position: absolute; top: 4px; left: 0; }
    .mobile-menu nav { position: absolute; top: 54px; right: 0; width: 240px; padding: 12px; background: #16243a; border: 1px solid #435d7f; border-radius: 12px; box-shadow: 0 15px 35px #0008; }
    .mobile-menu nav a { display: block; color: #dfeafa; text-decoration: none; padding: 10px 13px; border-radius: 5px; font-size: 15px; }
    .mobile-menu nav a:hover { background: #263b58; }
    .hero { display: flex; flex-direction: column; align-items: stretch; gap: 29px; padding: 35px 0 27px; }
    .eyebrow { font-size: 10px; letter-spacing: .1em; margin-bottom: 15px; }
    .hero h1 { font-size: clamp(36px, 9.8vw, 51px); line-height: 1.09; margin-bottom: 19px; }
    .hero-intro { font-size: 16px; line-height: 1.75; margin-bottom: 20px; }
    .hero-actions { gap: 14px; }
    .button.large { padding: 13px 18px; font-size: 15px; min-height: 50px; }
    .text-link { font-size: 14px; }
    .editorial-meta { font-size: 11px; margin-top: 20px; }
    .hero-offer strong { font-size: 26px; }
    .hero-offer { padding: 18px; }
    .hero-fineprint { font-size: 12px; }
    .risk-warning { align-items: flex-start; gap: 12px; padding: 14px; }
    .risk-warning p { font-size: 12px; line-height: 1.7; }
    .risk-warning strong { margin-top: 2px; font-size: 13px; }
    .benefit-strip { display: block; margin: 24px 0 28px; }
    .benefit-strip > div { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; padding: 13px 0 13px 32px; border-right: 0; border-bottom: 1px solid #273449; }
    .benefit-strip > div:not(:first-child) { margin-left: 0; }
    .benefit-strip span { top: 14px; font-size: 12px; }
    .benefit-strip strong { font-size: 13px; }
    .benefit-strip p { font-size: 12px; margin: 0; }
    .contents { margin-bottom: 8px; scroll-margin-top: 85px; }
    .contents summary { padding: 22px 18px; }
    .contents summary strong { font-size: 23px; }
    .contents summary .eyebrow { font-size: 10px; }
    .contents-count { font-size: 11px; }
    .contents-count > span { display: none; }
    .contents ol { grid-template-columns: 1fr; padding: 0 18px 20px; }
    .contents a { padding: 10px 0; font-size: 14px; border-top: 1px solid #26364d; }
    .article-section { padding: 35px 0 29px; }
    .article-section h2 { font-size: 29px; margin-bottom: 19px; scroll-margin-top: 88px; }
    .article-section h3 { font-size: 22px; }
    .article-section .section-intro { font-size: 17px; }
    .article-section p { font-size: 16px; line-height: 1.8; }
    .section-index { font-size: 10px !important; }
    .table-wrap { border-radius: 10px; margin: 22px 0 12px; }
    table, caption, tbody, tr, td, tbody th { display: block; width: 100%; }
    thead { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); }
    caption { padding: 17px; font-size: 16px; }
    tbody tr { padding: 16px; border-bottom: 1px solid #344961; }
    tbody tr:last-child { border-bottom: 0; }
    tbody th { padding: 0 0 12px; border: 0; font-size: 16px; color: #ebf2ff; }
    tbody td { padding: 7px 0; border: 0; font-size: 14px; line-height: 1.65; }
    tbody td::before { content: attr(data-label); display: block; color: #91aacf; font-size: 14px; font-weight: 650; letter-spacing: .02em; margin-bottom: 3px; }
    .article-section p.source-note { font-size: 12px; }
    .note { padding: 19px 18px; }
    .note p { font-size: 14px; }
    .steps li { padding-left: 48px; }
    .steps strong { font-size: 16px; }
    .steps p { font-size: 15px; }
    .game-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px 13px; }
    .game-card strong { font-size: 13px; }
    .game-card img { border-radius: 10px; }
    .provider-grid { gap: 8px; }
    .provider-grid > div { padding: 12px; min-height: 70px; }
    .provider-grid img { max-width: 100%; max-height: 32px; }
    .screenshot { margin: 24px 0; }
    .faq-item summary { font-size: 16px; }
    .faq-item p { font-size: 15px; padding-right: 5px; }
    .final-callout { margin: 30px 0 38px; padding: 25px; display: block; }
    .final-callout > a { margin-top: 23px; width: 100%; }
    .callout-title { font-size: 29px; }
    .footer-grid { grid-template-columns: 1fr; gap: 27px; }
    .footer-grid p { font-size: 12px; }
    .site-footer { padding-top: 32px; }
    .mobile-action-bar { display: grid; position: fixed; z-index: 25; bottom: 0; left: 0; right: 0; grid-template-columns: 1fr 1.55fr; gap: 10px; padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); background: #0a1425f5; border-top: 1px solid #3c5271; }
    .mobile-action-bar .button { min-height: 46px; }
    .consent-panel { bottom: calc(87px + env(safe-area-inset-bottom)); left: 16px; width: calc(100% - 32px); }
    .admin-body { padding-bottom: 0; }
    .admin-panel { padding: 20px; }
    .admin-wrap h1 { font-size: 30px; }
    .service-page h1 { font-size: 32px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
@media print { .site-header, .reading-aside, .mobile-action-bar, .hero-actions, .final-callout, .back-to-contents, .zoom-hint { display: none; } body { color: black; background: white; padding: 0; } .container { width: 100%; } .reading-layout { display: block; } h1,h2,h3,.article-section p,.article-section .section-intro,td,th,caption { color: black; } table,caption,thead,tbody { background: white; } .article-section { break-inside: auto; } }
