* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, Helvetica, sans-serif; background: #0a0a0a; color: #ffffff; line-height: 1.6; }
a { color: #ffcc00; text-decoration: none; }
a:hover { text-decoration: underline; }

.site-header { background: #000000; color: #ffffff; position: sticky; top: 0; z-index: 30; }
.site-header__inner { max-width: 1100px; margin: 0 auto; padding: 10px 28px; display: flex; align-items: center; justify-content: space-between; gap: 14px; position: relative; }
.site-brand { display: flex; align-items: center; gap: 16px; min-width: 0; }
.site-logo { display: inline-flex; align-items: center; gap: 10px; min-width: 0; font-size: clamp(20px, 2.2vw, 28px); font-weight: 700; line-height: 1.08; color: #ffffff; text-decoration: none; }
.site-logo:hover { text-decoration: none; }
.site-logo__text { display: block; max-width: min(360px, 42vw); line-height: 1.08; overflow-wrap: normal; word-break: normal; hyphens: auto; }
.site-logo__image { display: block; width: 64px; height: 64px; object-fit: contain; flex: 0 0 auto; }
.site-menu-toggle { position: absolute; opacity: 0; pointer-events: none; }
.site-menu-button { display: none; width: 42px; height: 42px; border: 0; border-radius: 0px; background: rgba(255,255,255,0.12); align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; }
.site-menu-button span { display: block; width: 21px; height: 2px; border-radius: 999px; background: #ffffff; }
.header-tools { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; justify-content: flex-end; min-width: 0; }
.header-controls { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; justify-content: flex-end; min-width: 0; }
.site-nav ul { margin: 0; padding: 0; list-style: none; display: flex; gap: 8px 12px; flex-wrap: wrap; justify-content: flex-end; }
.site-nav a { color: #ffffff; font-weight: 600; white-space: nowrap; }
.site-nav a.is-current { text-decoration: underline; }
.site-header--menu-row .site-header__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-areas: "brand controls" "nav nav"; align-items: center; row-gap: 10px; column-gap: 16px; }
.site-header--menu-row .site-brand { grid-area: brand; }
.site-header--menu-row .site-menu-toggle { grid-area: controls; }
.site-header--menu-row .site-menu-button { grid-area: controls; justify-self: end; }
.site-header--menu-row .header-tools { display: contents; }
.site-header--menu-row .site-nav { grid-area: nav; justify-self: end; max-width: 100%; }
.site-header--menu-row .site-nav ul { justify-content: flex-end; }
.site-header--menu-row .header-controls { grid-area: controls; justify-self: end; }
.lang-switch { position: relative; }
.lang-switch summary { list-style: none; }
.lang-switch summary::-webkit-details-marker { display: none; }
.lang-switch__current { display: inline-flex; align-items: center; gap: 7px; min-height: 36px; padding: 6px 8px; border-radius: 4px; color: #ffffff; font-weight: 700; cursor: pointer; user-select: none; }
.lang-switch__current:hover { background: rgba(255,255,255,0.08); }
.lang-switch__flag { display: block; width: 32px; height: 23px; object-fit: cover; border-radius: 2px; margin: 0; box-shadow: 0 0 0 1px rgba(255,255,255,0.22); }
.lang-switch__menu { position: absolute; right: 0; top: calc(100% + 8px); z-index: 20; min-width: 104px; padding: 6px; border-radius: 6px; background: #141414; border: 1px solid #333333; box-shadow: 0 16px 40px rgba(15,23,42,0.18); }
.lang-switch__link { display: flex; align-items: center; gap: 8px; padding: 7px 8px; border-radius: 4px; color: #ffffff; font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.lang-switch__link:hover { background: #0a0a0a; text-decoration: none; }
.lang-switch__code { min-width: 24px; text-align: left; }
.header-cta { display: inline-flex; align-items: center; justify-content: center; padding: 10px 16px; border-radius: 0px; background: #ffffff; color: #000000; font-weight: 700; text-decoration: none; }
.header-cta:hover { text-decoration: none; opacity: 0.92; }
.content-cta { margin: 26px 0; text-align: center; }
.content-cta__button { min-width: 180px; }
.game-block { margin: 30px 0; }
.game-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.game-card { display: flex; flex-direction: column; min-width: 0; color: #ffffff; text-decoration: none; background: #141414; border: 1px solid #333333; border-radius: 0px; overflow: hidden; box-shadow: none; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.game-card:hover { transform: translateY(-2px); text-decoration: none; box-shadow: 0 18px 45px rgba(15,23,42,0.16); }
.game-card__image { display: block; width: 100%; aspect-ratio: 1 / 1; height: auto; object-fit: cover; border-radius: 0; margin: 0 !important; }
.game-card__badges { display: flex; gap: 7px; flex-wrap: wrap; padding: 14px 14px 0; }
.game-card__badge { display: inline-flex; align-items: center; min-height: 22px; padding: 3px 8px; border-radius: 999px; background: #ffcc00; color: #111111; font-size: 11px; font-weight: 800; line-height: 1; text-transform: uppercase; }
.game-card__badge--provider { background: #e5e7eb; color: #111111; }
.game-card__title { display: block; padding: 16px 14px 0; color: #ffffff; font-size: 20px; font-weight: 800; line-height: 1.25; }
.game-card__description { display: block; padding: 10px 14px 18px; color: #ffffff; font-size: 15px; line-height: 1.55; }
.game-block__actions { margin-top: 24px; text-align: center; }
.game-block__button { min-width: 180px; }
@media (max-width: 880px) { .game-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 642px) { .game-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

.top-banner { background: #fef3c7; border-bottom: 1px solid #f59e0b; }
.top-banner__inner { max-width: 1100px; margin: 0 auto; padding: 12px 20px; text-align: center; }
.top-banner__inner a { color: #92400e; font-weight: 700; }

.breadcrumbs-wrap { background: transparent; }
.breadcrumbs { max-width: 1100px; margin: 0 auto; padding: 14px 20px; font-size: 14px; color: #b3b3b3; }
.breadcrumbs a { color: #b3b3b3; }
.breadcrumbs__sep { margin: 0 8px; color: #b3b3b3; }

.page-hero { background: #ffcc00; color: #111111; padding: 38px 20px;  }
.page-hero__inner { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.page-hero h1 { margin: 0 0 10px; font-size: 42px; line-height: 1.2; }
.page-hero p { margin: 0; font-size: 18px; }

.page-main { width: 100%; max-width: 1100px; margin: 0 auto; padding: 30px 20px 50px; display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 30px; min-width: 0; }
.page-main.no-sidebar { grid-template-columns: minmax(0, 1fr); }
.page-main.no-sidebar .content-box { width: 100%; margin: 0 auto; }

.content-box { width: 100%; max-width: 100%; background: #141414; border-radius: 0px; padding: 10px 28px 28px; border: 1px solid #333333; box-shadow: none; min-width: 0; overflow: hidden; overflow-wrap: break-word; }
.sidebar-box { max-width: 100%; min-width: 0; background: #141414; border-radius: 0px; padding: 28px; border: 1px solid #333333; box-shadow: none; }

.content-box h1, .content-box h2, .content-box h3 { color: #ffffff; }
.content-box h2 { margin-top: 0; font-size: 30px; }
.content-box h3 { font-size: 22px; }
.content-box p { max-width: 100%; min-width: 0; margin: 0 0 16px; }
.content-box ul, .content-box ol { margin: 0 0 16px; padding-left: 22px; }
.content-box li { margin-bottom: 8px; }
.content-box blockquote { margin: 0 0 16px; padding: 16px 18px; border-left: 1px solid #ffcc00; background: #f8fafc; border-radius: 6px; }
.content-box blockquote > p:first-child { margin-top: 0; }
.content-box blockquote > p:last-child { margin-bottom: 0; }
.content-box code { background: #f3f4f6; padding: 2px 6px; border-radius: 6px; }
.content-box pre { background: #111827; color: #ffffff; padding: 16px; border-radius: 8px; overflow-x: auto; }
.content-box pre code { background: transparent; padding: 0; color: inherit; }
.art-table-wrap { width: 100%; max-width: 100%; overflow-x: auto; margin: 22px 0; -webkit-overflow-scrolling: touch; scrollbar-width: auto; }
.art-table { width: 100%; min-width: 560px; border-collapse: collapse; background: #141414; color: #ffffff; font-size: 15px; }
.art-table th,.art-table td { padding: 12px 14px; border: 1px solid #333333; text-align: left; vertical-align: top; }
.art-table th { background: #ffcc00; color: #ffffff; font-weight: 700; }
.art-table td { background: #141414; }
.article-note { margin: 22px 0; padding: 16px 18px; border: 1px solid #ffcc00; border-left-width: 5px; border-radius: 0px; background: color-mix(in srgb, #ffcc00 8%, #141414); color: #ffffff; }
.article-note > :first-child { margin-top: 0; }
.article-note > :last-child { margin-bottom: 0; }
.article-note strong { color: #ffcc00; }
.article-faq { margin: 24px 0; }
.article-faq__item { margin: 0 0 10px; border: 1px solid #333333; border-radius: 0px; background: #141414; box-shadow: none; overflow: hidden; }
.article-faq__question { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 44px 14px 16px; font-weight: 700; cursor: pointer; color: #ffffff; position: relative; list-style: none; }
.article-faq__question::-webkit-details-marker { display: none; }
.article-faq__question::after { content: "+"; position: absolute; right: 16px; top: 50%; transform: translateY(-50%); font-size: 22px; line-height: 1; font-weight: 700; color: inherit; }
.article-faq__item[open] > .article-faq__question::after { content: "-"; }
.article-faq__question h3 { display: inline; margin: 0; font-size: 1.05em; color: inherit; }
.article-faq__answer { padding: 14px 16px 16px; color: #ffffff; }
.article-faq__answer p:first-child { margin-top: 0; }
.article-faq__answer p:last-child { margin-bottom: 0; }

.article-meta { display: flex; gap: 14px; flex-wrap: wrap; font-size: 14px; color: #b3b3b3; margin: 0 0 22px; }
.article-cover { width: 100%; max-width: 100%; min-width: 0; margin: 0 0 28px; border-radius: 0px; overflow: visible; text-align: center; }
.article-cover img { width: auto; max-width: 100%; height: auto; display: block; margin: 0 auto; border-radius: 0px; }

.content-box img { display: block; width: auto; max-width: 100%; height: auto; border-radius: 0px; margin: 28px auto; }
.content-box figure { width: 100%; max-width: 100%; min-width: 0; margin-left: 0; margin-right: 0; overflow: hidden; }
.content-box img.content-image { margin: 32px auto; }
.content-box p img { margin: 0; }
.content-box p img.content-image { margin: 32px auto; }

.blog-list { display: grid; gap: 20px; }
.blog-card { background: #141414; border-radius: 0px; padding: 28px; border: 1px solid #333333; box-shadow: none; }
.blog-list:not(.blog-list--related) .blog-card { display: flex; align-items: flex-start; gap: 22px; }
.blog-card__thumb { flex: 0 0 300px; max-width: 300px; }
.blog-card__thumb img { display: block; width: 300px; max-width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 0px; margin: 0 !important; }
.blog-card__body { min-width: 0; flex: 1 1 auto; }
.blog-card__meta { font-size: 14px; color: #b3b3b3; margin: 0 0 10px; }
.blog-card__title { margin: 0 0 12px; font-size: 28px; font-weight: 700; line-height: 1.25; }
.blog-card__excerpt { margin: 0 0 14px; }
.blog-card__link { font-weight: 700; }
.home-latest { margin-top: 32px; }
.home-latest__title { margin: 0 0 18px; font-size: 24px; font-weight: 700; color: #ffffff; }
.blog-list--home { display: grid; gap: 22px; }
.related-posts-title { font-size: 20px; font-weight: 700; margin: 0 0 18px; }
.blog-list--related { width: 100%; max-width: 100%; min-width: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; overflow: hidden; }
.blog-list--related .related-posts-title { grid-column: 1 / -1; }
.blog-list--related .blog-card { padding: 10px; }
.blog-list--related .blog-card { max-width: 100%; min-width: 0; transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.blog-list--related .blog-card:hover { background: color-mix(in srgb, #ffcc00 9%, #141414); border-color: #ffcc00; box-shadow: 0 14px 34px rgba(15,23,42,.14); transform: translateY(-2px); }
.blog-list--related .blog-card__body { min-width: 0; }
.related-card-link { display: flex; flex-direction: column; align-items: stretch; gap: 14px; height: 100%; color: inherit; text-decoration: none; }
.related-card-link:hover { text-decoration: none; }
.blog-list--related .blog-card__thumb { flex: none; width: 100%; max-width: none; margin: 0; }
.blog-list--related .blog-card__thumb img { width: 100%; height: auto; max-width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 0px; margin: 0 !important; }
.blog-list--related .blog-card__title { display: block; margin: 0 0 6px; font-size: 18px; font-weight: 700; line-height: 1.25; }
.author-box { display: flex; gap: 18px; align-items: flex-start; margin: 0 0 28px; padding: 14px; border-radius: 0px; background: color-mix(in srgb, #ffcc00 10%, #141414); border: 1px solid #333333; box-shadow: none; }
.author-box__avatar { width: 80px; height: 80px; border-radius: 0px; object-fit: cover; flex: 0 0 80px; margin: 0 !important; }
.author-box__title { margin: 0 0 6px; font-size: 16px; line-height: 1.35; font-weight: 700; }
.author-box__title a { color: #ffffff; text-decoration: none; }
.author-box__title a:hover { text-decoration: underline; }
.author-box__bio { margin: 0; }
.content-box p.author-box__bio { margin: 0; }
.author-page-image { display: flex; justify-content: center; margin: 24px 0 32px; }
.author-page-image img { display: block; width: auto; max-width: 100%; height: auto; border-radius: 0px; margin: 0 !important; }
.author-box__bio { margin: 0; color: #ffffff; }
.article-last-updated { margin: -12px 0 22px; color: #b3b3b3; font-size: 14px; line-height: 1.45; }

.toc-box { margin: 0 0 28px; padding: 14px 16px; border-radius: 0px; background: color-mix(in srgb, #ffcc00 8%, #141414); border: 1px solid #333333; box-shadow: none; }
.toc-box__title { margin: 0 0 10px; font-weight: 700; color: #ffffff; }
.toc-box ol { margin: 0; padding-left: 22px; }
.toc-box li { margin: 0 0 6px; }
.toc-box li:last-child { margin-bottom: 0; }
.toc-box a { color: #ffcc00; }

.include-slot { max-width: 1100px; margin-left: auto; margin-right: auto; padding: 0 20px; }
.include-slot--top { margin-top: 28px; margin-bottom: 0; }
.include-slot--content { max-width: none; margin: 24px 0 28px; padding: 0; }
.include-slot--bottom { max-width: none; margin: 28px 0 0; padding: 0; }
.site-banner { display: block; text-align: center; }
.site-banner a { display: inline-block; max-width: 100%; text-decoration: none; }
.site-banner img { display: block; width: auto; max-width: 100%; height: auto; border-radius: 0px; margin: 0 auto; }
.site-banner--placeholder { padding: 18px; border: 1px dashed #333333; border-radius: 0px; background: color-mix(in srgb, #ffcc00 8%, #141414); color: #b3b3b3; font-weight: 700; }
.sticky-banner { position: fixed; left: 50%; bottom: 0; transform: translate(-50%, 110%); z-index: 90; display: block; visibility: hidden; opacity: 0; width: auto; max-width: min(1100px, calc(100vw - 24px)); transition: transform 0.28s ease, opacity 0.22s ease, visibility 0s linear 0.28s; }
.sticky-banner.is-visible { visibility: visible; opacity: 1; transform: translate(-50%, 0); transition-delay: 0s; }
.sticky-banner.is-closing { visibility: visible; opacity: 0; transform: translate(-50%, 110%); transition: transform 0.28s ease, opacity 0.22s ease; }
.sticky-banner--left { left: 16px; right: auto; transform: translateY(110%); }
.sticky-banner--right { left: auto; right: 16px; transform: translateY(110%); }
.sticky-banner--left.is-visible, .sticky-banner--right.is-visible { transform: translateY(0); }
.sticky-banner--left.is-closing, .sticky-banner--right.is-closing { transform: translateY(110%); }
.sticky-banner__inner { position: relative; display: inline-block; width: auto; max-width: 100%; padding: 34px 14px 14px; border-radius: 0px; background: #141414; box-shadow: 0 18px 45px rgba(15, 23, 42, 0.24); border: 1px solid #333333; }
.sticky-banner__close { position: absolute; top: 8px; right: 10px; display: inline-flex; align-items: center; gap: 5px; border: 0; background: transparent; color: #b3b3b3; font: inherit; font-size: 14px; font-weight: 700; cursor: pointer; line-height: 1; }
.sticky-banner__close:hover { color: #ffcc00; }
.sticky-banner__close-mark { font-size: 20px; line-height: 1; }
.sticky-banner__content { width: auto; max-width: 100%; }
.sticky-banner__content > * { max-width: 100%; }
.sticky-banner__content .site-banner { width: auto; max-width: 100%; margin: 0; }
.sticky-banner__content .site-banner a { width: auto; max-width: 100%; }
.sticky-banner__content .site-banner img { width: auto; max-width: 100%; height: auto; }

.sidebar-box h3 { margin-top: 0; font-size: 22px; }
.sidebar-box ul { margin: 0; padding-left: 20px; }

.site-footer { background: #000000; color: #b3b3b3; }
.site-footer__badges { max-width: 1100px; margin: 0 auto; padding: 34px 20px 12px; display: flex; align-items: center; justify-content: center; gap: 22px 34px; flex-wrap: wrap; }
.site-footer__badge { display: block; width: auto; max-width: 230px; max-height: 46px; object-fit: contain; opacity: 0.72; }
.site-footer__badge--age { max-height: 58px; }
.site-footer__inner { max-width: 1100px; margin: 0 auto; padding: 22px 20px 0; display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; }
.site-footer__extra { max-width: 1100px; margin: 0 auto; padding: 18px 20px 22px; color: #b3b3b3; }
.site-footer__inner.site-footer__inner--split { align-items: flex-start; justify-content: space-between; gap: 44px; padding: 34px 20px 34px; flex-wrap: nowrap; }
.site-footer__extra.site-footer__extra--split { flex: 1 1 auto; max-width: 760px; margin: 0; padding: 0; }
.site-footer__nav { flex: 0 0 260px; margin-left: auto; }
.site-footer__nav .footer-links { flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 12px; text-align: left; }
.site-footer__nav .footer-links__sep { display: none; }
.site-footer__extra > :first-child { margin-top: 0; }
.site-footer__extra > :last-child { margin-bottom: 0; }
.site-footer__extra a { color: #b3b3b3; }
.site-footer__extra img { max-width: 100%; height: auto; }
.footer__badges { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.footer-links { display: flex; align-items: center; justify-content: center; gap: 8px 12px; flex-wrap: wrap; text-align: center; }
.footer-links__sep { color: inherit; opacity: .35; }
.site-footer a { color: #b3b3b3; }

.muted { color: #b3b3b3; }

@media (max-width: 900px) {
  .page-main { grid-template-columns: minmax(0, 1fr); }
  .page-hero h1 { font-size: 34px; }
}

@media (max-width: 760px) {
  .site-header__inner { align-items: center; flex-wrap: wrap; gap: 12px; }
  .site-header--menu-row .site-header__inner { display: flex; }
  .site-logo { font-size: clamp(18px, 6vw, 24px); line-height: 1.05; }
  .site-logo__text { max-width: calc(100vw - 132px); line-height: 1.05; }
  .site-logo__image { width: 56px; height: 56px; }
  .site-menu-button { display: inline-flex; margin-left: auto; }
  .header-tools { display: none; width: 100%; justify-content: flex-start; align-items: flex-start; flex-direction: column; gap: 14px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,0.12); }
  .site-menu-toggle:checked ~ .header-tools { display: flex; }
  .header-controls { width: 100%; justify-content: flex-start; }
  .site-nav, .site-nav ul { width: 100%; }
  .site-nav ul { flex-direction: column; gap: 8px; }
  .site-nav a { width: 100%; justify-content: flex-start; padding: 9px 10px; }
  .blog-list:not(.blog-list--related) .blog-card { display: block; }
  .blog-card__thumb { max-width: none; margin: 0 0 16px; }
  .blog-card__thumb img { width: 100%; }
  .blog-list--related .blog-card__thumb { margin: 0; }
  .blog-list--related .blog-card__thumb img { width: 100%; }
}

@media (max-width: 640px) {
  body { font-size: 15px; line-height: 1.55; }
  .breadcrumbs { padding-left: 12px; padding-right: 12px; }
  .page-hero { padding: 26px 0; }
  .page-hero__inner { padding-left: 14px; padding-right: 14px; }
  .page-main { width: 100%; max-width: 100%; padding: 14px 8px; gap: 14px; overflow-x: hidden; }
  .page-hero h1 { font-size: 28px; }
  .page-hero p { font-size: 16px; line-height: 1.5; }
  .content-box, .sidebar-box, .blog-card { max-width: 100%; min-width: 0; padding: 16px; border-radius: 4px; }
  .content-box { overflow-x: hidden; font-size: 15px; line-height: 1.55; }
  .content-box p, .content-box li { line-height: 1.55; }
  .article-meta { gap: 8px; margin-bottom: 12px; font-size: 12px; }
  .article-cover { margin-bottom: 20px; overflow: hidden; }
  .article-cover img, .content-box img, .content-box img.content-image { display: block; width: 100% !important; max-width: 100% !important; min-width: 0; height: auto !important; object-fit: contain; margin-left: auto; margin-right: auto; }
  .article-cover img { margin-top: 0; margin-bottom: 0; }
  .content-box img, .content-box img.content-image { margin-top: 20px; margin-bottom: 20px; }
  .content-box p img, .content-box p img.content-image { width: 100% !important; max-width: 100% !important; min-width: 0; height: auto !important; }
  .content-box p img { margin-top: 0; margin-bottom: 0; }
  .content-box p img.content-image { margin-top: 20px; margin-bottom: 20px; }
  .blog-list--related { width: 100%; max-width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; overflow: hidden; }
  .blog-list--related .blog-card { max-width: 100%; min-width: 0; padding: 8px; }
  .related-card-link { gap: 8px; }
  .blog-list--related .blog-card__title { margin-bottom: 0; font-size: 13px; line-height: 1.25; overflow-wrap: anywhere; }
  .blog-list--related .blog-card__thumb img { width: 100% !important; max-width: 100% !important; aspect-ratio: 4 / 3; object-fit: cover; }
  .author-box { align-items: flex-start; gap: 12px; padding: 12px; }
  .author-box__avatar { width: 64px; height: 64px; flex-basis: 64px; }
  .author-box__title { margin-bottom: 4px; font-size: 15px; line-height: 1.25; }
  .author-box__bio { font-size: 14px; line-height: 1.45; }
  .include-slot { padding-left: 8px; padding-right: 8px; }
  .include-slot--content, .include-slot--bottom { padding-left: 0; padding-right: 0; }
  .site-footer__badges { padding: 28px 14px 8px; justify-content: center; gap: 18px 24px; }
  .site-footer__badge { max-width: 180px; max-height: 40px; }
  .site-footer__badge--age { max-height: 50px; }
  .site-footer__inner { justify-content: center; padding: 28px 14px 0; }
  .site-footer__inner.site-footer__inner--split { display: grid; grid-template-columns: 1fr; gap: 22px; padding: 28px 14px 26px; }
  .site-footer__extra.site-footer__extra--split { max-width: none; }
  .site-footer__nav { width: 100%; margin-left: 0; }
  .footer-links { justify-content: center; gap: 8px 14px; text-align: center; }
  .site-footer__nav .footer-links { align-items: flex-start; justify-content: flex-start; text-align: left; }
  .footer-links__sep { display: none; }
  .site-footer__extra { padding: 26px 14px 26px; font-size: 14px; line-height: 1.55; }
  .sticky-banner { left: 0; right: 0; bottom: 0; width: 100%; max-width: none; transform: translateY(110%); }
  .sticky-banner.is-visible { transform: translateY(0); }
  .sticky-banner.is-closing { transform: translateY(110%); }
  .sticky-banner__inner { display: block; width: 100%; max-width: none; padding: 32px 8px 10px; border-left: 0; border-right: 0; border-bottom: 0; border-radius: 0px 0px 0 0; }
  .sticky-banner__content, .sticky-banner__content > *, .sticky-banner__content .site-banner, .sticky-banner__content .site-banner a { width: 100%; max-width: none; }
  .sticky-banner__content .site-banner img { width: 100%; max-width: 100%; height: auto; }
}


/* Extended AI block design tokens */
.site-header { background: linear-gradient(180deg, #000000 0%, #141414 100%); color: #ffffff; position: sticky; top: 0; z-index: 30; border-bottom: 1px solid #262626; box-shadow: 0 8px 24px rgba(15,23,42,0.08); }
.site-logo, .site-nav a, .lang-switch__current { color: #ffffff; }
.site-logo { display: inline-flex; align-items: center; gap: 10px; min-width: 0; text-decoration: none; }
.site-logo:hover { text-decoration: none; }
.site-logo__text { display: block; max-width: min(360px, 42vw); line-height: 1.08; overflow-wrap: normal; word-break: normal; hyphens: auto; }
.site-logo__image { display: block; width: 64px; height: 64px; object-fit: contain; flex: 0 0 auto; }
.site-nav a { transition: background-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease; font-weight: 600; }
.site-nav a:hover { color: #ffffff; background: transparent; text-decoration: underline; text-underline-offset: 4px; transform: translateY(-1px); } .site-nav a.is-current { color: #ffcc00; background: transparent; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.lang-switch__current:hover { background: color-mix(in srgb, #ffb84d 18%, transparent); }
.lang-switch[open] .lang-switch__current { background: color-mix(in srgb, #ffb84d 24%, transparent); }
.lang-switch__menu { background: color-mix(in srgb, #000000 92%, #ffffff); border: 1px solid color-mix(in srgb, #ffb84d 35%, transparent); box-shadow: 0 8px 24px rgba(15,23,42,0.08); }
.lang-switch__link { color: #ffffff; }
.lang-switch__link:hover { background: color-mix(in srgb, #ffb84d 20%, transparent); color: #ffffff; }
.header-cta { background: linear-gradient(135deg, #ffcc00 0%, #ffb84d 100%); color: #141414; border: 1px solid #e6b800; box-shadow: 0 0 0 3px color-mix(in srgb, #ffcc00 18%, transparent), 0 14px 34px color-mix(in srgb, #ffcc00 28%, transparent); transition: color .18s ease, transform .18s ease, box-shadow .18s ease, border-color .18s ease; font-size: 14px; font-weight: 700; }
.header-cta:hover { background: #e6b800; color: #141414; text-decoration: none; text-underline-offset: 4px; opacity: 1; transform: translateY(-2px); }

.page-hero { background: #ffcc00; color: #141414;   }
.page-hero__inner { padding-left: 20px; }
.page-hero h1 { color: #141414; }

.breadcrumbs-wrap { background: #0b0b0b;  }
.breadcrumbs { color: #e6e6e6; font-size: 14px; }
.breadcrumbs a { color: #ffcc00; }
.breadcrumbs__sep { color: #e6e6e6; }

.content-box, .sidebar-box { background: #141414; color: #ffffff; border: 0 solid transparent; box-shadow: none; font-size: 16px; }
.content-box h1, .content-box h2, .content-box h3 { color: #ffffff; }
.content-box a:not(.header-cta):not(.content-cta__button):not(.related-card-link):not(.blog-card__link) { color: #ffcc00; }
.content-box a:not(.header-cta):not(.content-cta__button):not(.related-card-link):not(.blog-card__link):hover { color: #ffb84d; }
.content-box blockquote { background: #151515; color: #ffffff; border-left: 1px solid #ffcc00; box-shadow: 0 8px 24px rgba(15,23,42,0.08); font-size: 16px; }
.content-box blockquote > p:first-child { margin-top: 0; }
.content-box blockquote > p:last-child { margin-bottom: 0; }
.content-box blockquote strong { color: #ffb84d; }

.blog-card { background: #171717; color: #ffffff; border: 1px solid #262626; box-shadow: 0 8px 24px rgba(15,23,42,0.08); font-size: 14px; }
.blog-card__title, .blog-card__title a { color: #ffffff; font-size: 18px; }
.blog-card__excerpt { font-size: 14px; }
.blog-list--related .blog-card { background: #1b1b1b; color: #dcdcdc; border: 1px solid #262626; box-shadow: 0 8px 24px rgba(15,23,42,0.08);  }
.blog-list--related .blog-card { transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.blog-list--related .blog-card:hover { background: #242424; border-color: #ffcc00; box-shadow: 0 14px 38px rgba(15,23,42,0.14); transform: translateY(-2px); }
.blog-list--related .blog-card__title, .blog-list--related .blog-card__title a, .blog-list--related .related-card-link { color: #ffffff; font-size: 16px; }

.author-box { background: #1b1b1b; color: #ffffff; border: 1px solid #007a7a; box-shadow: 0 8px 24px rgba(15,23,42,0.08); padding: 18px; font-size: 14px; }
.author-box__title a, .author-box__bio { color: #ffffff; }
.content-box p.author-box__bio { margin: 0; }
.author-box__title { padding-left: 0; }
.author-box__avatar { border-radius: 0px; }
.author-page-image { display: flex; justify-content: center; margin: 24px 0 32px; }
.author-page-image img { display: block; width: auto; max-width: 100%; height: auto; margin: 0 !important; border-radius: 0px; }

.toc-box { background: #1b1b1b; color: #ffffff; border: 1px solid #262626; box-shadow: 0 8px 24px rgba(15,23,42,0.08); font-size: 14px; }
.toc-box__title { color: #ffffff; }
.toc-box a { color: #ffcc00; }

.art-table-wrap { background: #141414; }
.art-table { color: #ffffff; font-size: 14px; }
.art-table th { background: #1a1a1a; color: #ffffff; border: 1px solid #262626; }
.art-table td { background: #141414; color: #ffffff; border: 1px solid #262626; }

.article-note { background: #1a1a1a; color: #ffffff; border: 1px solid #262626; border-left-color: #ffb84d; box-shadow: 0 8px 24px rgba(15,23,42,0.08); font-size: 14px; }
.article-note strong { color: #ffb84d; }

.article-faq { background: #1b1b1b; color: #ffffff; font-size: 15px; }
.article-faq__item { border: 1px solid #262626; box-shadow: 0 8px 24px rgba(15,23,42,0.08); background: #1b1b1b; }
.article-faq__question { background: #141414; color: #ffcc00; }
.article-faq__question h3 { color: inherit; }
.article-faq__answer { background: #1b1b1b; color: #ffffff; }

.site-footer { background: #000000; color: #b3b3b3;  font-size: 14px; }
.site-footer__inner { padding: 14px 20px 0; }
.site-footer__extra { color: #b3b3b3; }
.site-footer a, .site-footer__extra a { color: #b3b3b3; }
.site-footer a:hover, .site-footer__extra a:hover { color: #ffcc00; }
@media (max-width: 640px) {
  body { font-size: 15px; line-height: 1.55; }
  .content-box { font-size: 15px; line-height: 1.55; }
  .content-box p, .content-box li { line-height: 1.55; }
  .site-footer__inner { justify-content: center; padding: 28px 14px 0; }
  .site-footer__inner.site-footer__inner--split { padding: 28px 14px 26px; }
  .footer-links { justify-content: center; gap: 8px 14px; text-align: center; }
  .footer-links__sep { display: none; }
  .site-footer__extra { padding: 26px 14px 26px; font-size: 14px; line-height: 1.55; }
}