:root {
  --ink: #0b1324;
  --ink-2: #17243d;
  --paper: #f4f1e9;
  --paper-2: #ebe5d8;
  --white: #fffdf8;
  --gold: #e7a92f;
  --gold-2: #ffd978;
  --violet: #7357e6;
  --cyan: #36b9c7;
  --coral: #ee745f;
  --jade: #2ba77a;
  --muted: #687183;
  --line: rgba(11, 19, 36, .14);
  --radius: 1.2rem;
  --shadow: 0 20px 60px rgba(11, 19, 36, .12);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans Thai", "Leelawadee UI", Tahoma, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.container { width: min(calc(100% - 2rem), var(--container)); margin-inline: auto; }
.container--narrow { max-width: 820px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: .5rem; left: .5rem; padding: .65rem 1rem; background: var(--gold); color: var(--ink); font-weight: 800; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.notice { background: var(--ink); color: #dbe3f3; font-size: .82rem; }
.notice .container { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: .65rem; text-align: center; }
.notice a { color: var(--gold-2); font-weight: 800; }
.age-pill { display: inline-grid; place-items: center; min-width: 31px; height: 23px; padding-inline: .3rem; border: 1px solid var(--gold); color: var(--gold-2); border-radius: 999px; font-weight: 900; line-height: 1; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(244, 241, 233, .94); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.header__inner { min-height: 78px; display: flex; align-items: center; gap: 2rem; }
.brand { flex: 0 0 auto; }
.brand img { width: 168px; height: auto; }
.site-nav { margin-inline: auto; display: flex; gap: 1.35rem; align-items: center; }
.site-nav a, .login-link { text-decoration: none; font-weight: 720; font-size: .92rem; }
.site-nav a:hover, .login-link:hover { color: #9b6500; }
.header__actions { display: flex; align-items: center; gap: 1rem; }
.menu-toggle { display: none; margin-left: auto; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: .8rem; background: var(--white); padding: 11px; }
.menu-toggle span:not(.sr-only) { height: 2px; background: var(--ink); display: block; margin: 5px 0; border-radius: 2px; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: .55rem; padding: .75rem 1.25rem; border: 1px solid transparent; border-radius: .8rem; text-decoration: none; font-weight: 850; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button svg, .text-link svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--ink); background: var(--gold); box-shadow: 0 10px 24px rgba(176, 112, 0, .2); }
.button--primary:hover { background: var(--gold-2); }
.button--ghost { border-color: var(--ink); }
.button--ghost:hover { background: rgba(11, 19, 36, .06); }
.button--dark { background: var(--ink); color: var(--white); }
.button--small { min-height: 42px; padding: .55rem .9rem; font-size: .9rem; }

.hero { position: relative; overflow: clip; border-bottom: 1px solid var(--line); background: linear-gradient(145deg, #f8f5ee 0%, #eee8da 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(11,19,36,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(11,19,36,.05) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to right, black, transparent 70%); }
.hero__grid { position: relative; min-height: 680px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 4rem; padding-block: 5rem; }
.eyebrow { margin: 0 0 .7rem; color: #996300; font-size: .78rem; font-weight: 900; letter-spacing: .16em; line-height: 1.4; }
h1, h2, h3 { margin-top: 0; line-height: 1.18; letter-spacing: -.025em; }
h1 { margin-bottom: 1.4rem; font-size: clamp(2.65rem, 6vw, 5.4rem); }
h1 span { color: transparent; -webkit-text-stroke: 1.5px var(--ink); }
h2 { margin-bottom: 1rem; font-size: clamp(1.85rem, 3.6vw, 3.15rem); }
h3 { margin-bottom: .65rem; font-size: 1.3rem; }
.lead { max-width: 720px; margin: 0; color: #475268; font-size: clamp(1.05rem, 2vw, 1.28rem); line-height: 1.8; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.hero__proof { display: flex; flex-wrap: wrap; gap: 1.15rem; margin: 2rem 0 0; padding: 0; list-style: none; color: #4d586c; font-size: .88rem; font-weight: 750; }
.hero__proof li { display: flex; align-items: center; gap: .4rem; }
.hero__proof svg { width: 19px; height: 19px; fill: var(--gold); }
.age-mark { display: inline-grid; place-items: center; width: 30px; height: 25px; border: 1px solid var(--ink); border-radius: 999px; font-weight: 900; }
.hero__visual { position: relative; min-height: 480px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(11,19,36,.18); border-radius: 50%; }
.orbit--one { width: 410px; height: 410px; }
.orbit--two { width: 280px; height: 280px; border-color: rgba(231,169,47,.7); }
.hero-card { position: absolute; display: flex; flex-direction: column; justify-content: space-between; width: 245px; height: 350px; padding: 1.5rem; border-radius: 1.5rem; box-shadow: var(--shadow); }
.hero-card--back { transform: rotate(-12deg) translate(-45px, 5px); color: var(--gold-2); background: var(--ink-2); border: 1px solid rgba(255,255,255,.14); }
.hero-card--back::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(231,169,47,.35); border-radius: 1rem; }
.hero-card--front { transform: rotate(8deg) translate(65px, 10px); color: var(--ink); background: var(--gold); }
.hero-card span { font-family: Georgia, serif; font-size: 4.5rem; line-height: 1; }
.hero-card strong { font-family: Georgia, serif; font-size: 2.4rem; line-height: .94; }
.hero-card small { font-weight: 800; letter-spacing: .08em; }
.hero-chip { position: absolute; right: 4%; bottom: 8%; display: grid; place-items: center; width: 86px; height: 86px; color: var(--white); background: var(--violet); border: 8px dashed rgba(255,255,255,.5); border-radius: 50%; font-weight: 950; font-size: 1.45rem; box-shadow: var(--shadow); transform: rotate(9deg); }

.quick-nav { background: var(--white); border-bottom: 1px solid var(--line); }
.quick-nav__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-nav a { min-height: 100px; display: flex; align-items: center; gap: .85rem; padding: 1.1rem; border-right: 1px solid var(--line); text-decoration: none; }
.quick-nav a:first-child { border-left: 1px solid var(--line); }
.quick-nav a:hover { background: #fff8e9; }
.quick-nav svg { width: 28px; height: 28px; fill: var(--gold); flex: 0 0 auto; }
.quick-nav span { display: grid; }
.quick-nav small { color: var(--muted); }
.section { padding-block: clamp(4rem, 8vw, 7rem); }
.section--ink { color: var(--white); background: var(--ink); }
.section--soft { background: var(--paper-2); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.2rem; }
.section-heading h2 { margin: 0; }
.section-heading > p { max-width: 520px; color: var(--muted); }
.section-heading--light > p { color: #aebbd0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.feature { position: relative; min-height: 310px; padding: 2rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.feature > span { font-family: Georgia, serif; font-size: 5rem; color: rgba(231,169,47,.3); position: absolute; right: 1rem; top: .5rem; }
.feature h3 { margin-top: 5rem; }
.feature a { font-weight: 850; text-underline-offset: .25rem; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.card { overflow: hidden; color: var(--ink); background: var(--white); border-radius: var(--radius); box-shadow: 0 14px 34px rgba(0,0,0,.14); }
.card__art { position: relative; height: 190px; overflow: hidden; background: #d7a029; }
.card__art--image { display: grid; place-items: center; height: auto; min-height: 195px; background: #161b24; }
.card__art--image::before, .card__art--image::after { display: none; }
.card__art--image img { width: 220px; height: auto; object-fit: contain; }
.card__art::before, .card__art::after, .card__art span, .card__art i { content: ""; position: absolute; border-radius: 50%; }
.card__art::before { width: 180px; height: 180px; left: -35px; top: -45px; border: 35px solid rgba(255,255,255,.25); }
.card__art::after { width: 80px; height: 80px; right: 24px; bottom: 24px; background: var(--ink); box-shadow: 0 0 0 18px rgba(255,255,255,.23); }
.card__art span { width: 120px; height: 18px; left: 32%; top: 30%; background: rgba(255,255,255,.72); transform: rotate(-35deg); border-radius: 20px; }
.card__art i { width: 55px; height: 55px; left: 47%; bottom: -5px; border: 12px solid rgba(11,19,36,.35); }
.card__art--violet { background: var(--violet); }.card__art--cyan { background: var(--cyan); }.card__art--coral { background: var(--coral); }.card__art--jade { background: var(--jade); }
.card__body { padding: 1.4rem; }
.card__body p:not(.eyebrow) { min-height: 5.2em; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: .4rem; color: #785000; font-weight: 900; text-decoration: none; }
.text-link:hover { text-decoration: underline; text-underline-offset: .25rem; }
.text-link--light { color: var(--gold-2); }
.split-panel { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.limit-card { padding: 2rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.limit-card__ring { float: right; display: grid; place-items: center; width: 78px; height: 78px; color: var(--violet); border: 8px double var(--violet); border-radius: 50%; font-weight: 950; font-size: 1.35rem; }
.limit-card ul { padding-left: 1.2rem; }
.faq-section { border-top: 1px solid var(--line); }
.accordion { margin-top: 2rem; border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { cursor: pointer; padding: 1.25rem 2.7rem 1.25rem 0; font-weight: 850; list-style: none; position: relative; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: .4rem; font-size: 1.4rem; }
.accordion details[open] summary::after { content: "–"; }
.accordion details p { margin: 0 0 1.3rem; color: var(--muted); }

.breadcrumb { margin-top: 1rem; font-size: .84rem; color: var(--muted); }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: .4rem; list-style: none; padding: 0; margin: 0; }
.breadcrumb li + li::before { content: "/"; margin-right: .4rem; opacity: .5; }
.breadcrumb a { text-underline-offset: .2rem; }
.page-hero, .article-hero, .responsible-hero { padding-block: clamp(4rem, 9vw, 7rem); border-bottom: 1px solid var(--line); background: linear-gradient(145deg, #f9f6ee, #e9e3d5); }
.page-hero h1, .article-hero h1, .responsible-hero h1 { max-width: 980px; font-size: clamp(2.5rem, 6vw, 4.8rem); }
.article-meta { display: flex; align-items: center; gap: .45rem; margin-top: 1.4rem; color: var(--muted); font-size: .88rem; font-weight: 700; }
.article-meta svg { width: 19px; height: 19px; fill: var(--gold); }
.article-layout { display: grid; grid-template-columns: 220px minmax(0, 760px); justify-content: center; gap: clamp(2rem, 6vw, 5rem); padding-block: clamp(3rem, 7vw, 6rem); align-items: start; }
.toc { position: sticky; top: 110px; padding: 1.25rem; background: rgba(255,253,248,.7); border: 1px solid var(--line); border-radius: 1rem; }
.toc strong { display: block; margin-bottom: .6rem; }
.toc ol { margin: 0; padding-left: 1.1rem; }
.toc a { color: var(--muted); text-underline-offset: .2rem; }
.prose { min-width: 0; font-size: 1.06rem; }
.prose h2 { margin: 3.5rem 0 1rem; font-size: clamp(1.65rem, 3vw, 2.3rem); scroll-margin-top: 120px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 2rem; }
.prose p { color: #3f4a5f; }
.prose li { margin-block: .45rem; }
.prose ol { padding-left: 1.4rem; }
.callout { margin-block: 2rem; padding: 1.3rem 1.5rem; background: #fff6df; border-left: 5px solid var(--gold); border-radius: .3rem .9rem .9rem .3rem; }
.callout p { margin-bottom: 0; }
.callout--warning { background: #fff0eb; border-color: var(--coral); }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 1.75rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--jade); font-weight: 950; }
.related-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; margin-top: 2rem; }
.related-links a { padding: 1rem; background: var(--white); border: 1px solid var(--line); border-radius: .75rem; font-weight: 800; text-decoration: none; text-align: center; }
.related-links a:hover { border-color: var(--gold); background: #fff8e9; }
.filter-note { display: flex; align-items: center; gap: .6rem; margin-bottom: 1.5rem; padding: 1rem; background: #e8f6f1; border-radius: .8rem; font-weight: 750; }
.filter-note svg { width: 23px; height: 23px; fill: var(--jade); flex: 0 0 auto; }
.cta-panel { margin-top: 2.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.5rem; background: var(--ink); color: var(--white); border-radius: var(--radius); }
.cta-panel p { color: #b9c4d7; margin: .3rem 0 0; }
.responsible-hero { color: var(--white); background: var(--ink); }
.responsible-hero .lead { color: #c7d0e0; }
.responsible-hero .eyebrow { color: var(--gold-2); }
.age-badge { float: right; display: grid; place-items: center; width: 110px; height: 110px; border: 12px double var(--gold); border-radius: 50%; color: var(--gold-2); font-size: 2rem; font-weight: 950; transform: rotate(7deg); }
.responsible-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.responsible-grid article { padding: 2rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.responsible-grid article > span { color: #a36a00; font-weight: 950; letter-spacing: .12em; }
.responsible-grid h2 { margin-top: .7rem; font-size: 1.6rem; }
.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.contact-card { min-height: 210px; display: flex; flex-direction: column; justify-content: center; padding: 2rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; }
.contact-card span { color: #996300; font-size: .75rem; font-weight: 900; letter-spacing: .14em; }
.contact-card strong { margin-block: .55rem; font-size: 1.45rem; }
.contact-card small { color: var(--muted); }
.contact-card svg { display: inline; width: 17px; height: 17px; fill: none; stroke: currentColor; }
.review-media { display: grid; grid-template-columns: 220px 1fr; align-items: center; gap: 1.5rem; margin: 0 0 2.5rem; padding: 1.25rem; color: #d7dfeb; background: linear-gradient(135deg, #090d15, #142131); border: 1px solid rgba(21,217,255,.25); border-radius: var(--radius); box-shadow: var(--shadow); }
.review-media img { width: 220px; height: 195px; object-fit: cover; border-radius: .7rem; }
.review-media figcaption { font-size: .92rem; line-height: 1.6; }
.game-library-banner { position: relative; overflow: hidden; margin: 0 0 2.25rem; color: #d7dfeb; background: #060b13; border: 1px solid rgba(21,217,255,.24); border-radius: var(--radius); box-shadow: var(--shadow); }
.game-library-banner::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(3,8,15,.44), transparent 40%, rgba(3,8,15,.2)); }
.game-library-banner img { display: block; width: 100%; height: auto; min-height: 124px; object-fit: cover; }
.game-library-banner figcaption { position: relative; z-index: 1; margin: 0; padding: .8rem 1rem; color: #aebdcb; font-size: .86rem; line-height: 1.55; background: #0a1421; }
.game-library { margin-block: 2rem; padding: 1.25rem; background: linear-gradient(145deg, #0d1b2c, #07111e); border: 1px solid rgba(21,217,255,.22); border-radius: var(--radius); }
.game-library__heading { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.game-library__heading strong { color: #f5f8fb; font-size: 1.1rem; }
.game-library__heading span { color: #93a6b9; font-size: .82rem; }
.game-library__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; }
.game-library__item { overflow: hidden; margin: 0; color: #edf5fb; background: #101d2c; border: 1px solid rgba(255,255,255,.09); border-radius: .85rem; }
.game-library__item img { display: block; width: 100%; height: auto; aspect-ratio: 220 / 195; object-fit: contain; background: #0b1420; }
.game-library__item figcaption { padding: .7rem .75rem .8rem; color: #edf5fb; font-size: .9rem; font-weight: 750; text-align: center; }
.not-found { min-height: 62vh; display: grid; place-items: center; text-align: center; padding-block: 5rem; }

.site-footer { padding-top: 4.5rem; color: #c6d0e1; background: #080e1a; }
.footer__grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 3rem; padding-bottom: 3rem; }
.footer__brand img { width: 176px; }
.footer__brand p { max-width: 340px; color: #9eabc1; }
.footer-age { display: inline-flex; padding: .4rem .7rem; border: 1px solid rgba(231,169,47,.5); border-radius: 999px; color: var(--gold-2); font-weight: 800; }
.site-footer h2 { color: var(--white); font-size: 1rem; letter-spacing: .04em; }
.site-footer a { display: block; margin-block: .55rem; color: #aebbd0; text-decoration: none; }
.site-footer a:hover { color: var(--gold-2); }
.footer-note { color: #8d9bb1; font-size: .86rem; }
.footer__bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(255,255,255,.1); color: #7f8da4; font-size: .82rem; }

@media (max-width: 1023px) {
  .header__actions { display: none; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 100%; inset-inline: 0; display: none; flex-direction: column; align-items: stretch; padding: .8rem 1rem 1rem; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 20px 30px rgba(11,19,36,.12); }
  .site-nav.is-open { display: flex; }
  .site-nav a { min-height: 46px; display: flex; align-items: center; padding-inline: .4rem; border-bottom: 1px solid var(--line); }
  .hero__grid { min-height: auto; grid-template-columns: 1fr; gap: 1rem; padding-block: 4rem; }
  .hero__visual { min-height: 420px; }
  .quick-nav__grid { grid-template-columns: repeat(2, 1fr); }
  .quick-nav a:nth-child(3) { border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .quick-nav a:nth-child(4) { border-top: 1px solid var(--line); }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
  .notice .container { padding-block: .4rem; line-height: 1.35; }
  .notice a { display: none; }
  .header__inner { min-height: 66px; }
  .brand img { width: 148px; }
  h1 { font-size: clamp(2.55rem, 14vw, 4rem); }
  .hero__visual { min-height: 360px; transform: scale(.85); margin-inline: -2rem; }
  .orbit--one { width: 360px; height: 360px; }
  .hero-card { width: 210px; height: 300px; }
  .hero-card--front { transform: rotate(7deg) translate(50px, 10px); }
  .hero-card--back { transform: rotate(-11deg) translate(-45px, 4px); }
  .quick-nav a { min-height: 90px; }
  .quick-nav small { display: none; }
  .section-heading { display: block; }
  .feature-grid, .card-grid, .split-panel, .responsible-grid, .contact-grid { grid-template-columns: 1fr; }
  .article-layout { grid-template-columns: 1fr; }
  .toc { position: static; }
  .related-links { grid-template-columns: 1fr; }
  .cta-panel { align-items: stretch; flex-direction: column; }
  .cta-panel .button { width: 100%; }
  .age-badge { width: 86px; height: 86px; border-width: 8px; font-size: 1.45rem; }
  .footer__grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .footer__bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 1rem; }
}

@media (max-width: 420px) {
  .container { width: min(calc(100% - 1.25rem), var(--container)); }
  .hero__actions .button { width: 100%; }
  .hero__proof { align-items: flex-start; flex-direction: column; }
  .quick-nav__grid { grid-template-columns: 1fr; }
  .quick-nav a, .quick-nav a:nth-child(3), .quick-nav a:first-child { border-left: 0; border-right: 0; border-top: 1px solid var(--line); }
  .hero__visual { min-height: 320px; transform: scale(.74); margin-inline: -3rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* Joker Gaming brand system: graphite, metallic gold, silver and restrained neon cyan */
:root {
  --ink: #080b12;
  --ink-2: #111827;
  --paper: #eef1f5;
  --paper-2: #e2e7ed;
  --white: #ffffff;
  --gold: #dba928;
  --gold-2: #ffdc70;
  --violet: #167fa8;
  --cyan: #15d9ff;
  --coral: #e66959;
  --jade: #19a979;
  --muted: #596474;
  --line: rgba(8, 11, 18, .15);
  --radius: 1rem;
  --shadow: 0 22px 55px rgba(5, 8, 14, .15);
}

body {
  background:
    linear-gradient(180deg, rgba(255,255,255,.52), transparent 380px),
    var(--paper);
}

:focus-visible {
  outline-color: var(--cyan);
  box-shadow: 0 0 0 5px rgba(21, 217, 255, .15);
}

.notice {
  position: relative;
  background: #05070c;
  color: #d7dde8;
  border-bottom: 1px solid rgba(21, 217, 255, .2);
}

.notice::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  opacity: .7;
}

.site-header {
  background: rgba(7, 10, 17, .94);
  border-bottom-color: rgba(255,255,255,.11);
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
}

.header__inner { min-height: 82px; }
.brand img { width: 225px; height: auto; }
.site-nav a, .login-link { color: #e8edf4; }
.site-nav a:hover, .login-link:hover { color: var(--cyan); }

.menu-toggle {
  border-color: rgba(255,255,255,.22);
  background: rgba(255,255,255,.06);
}

.menu-toggle span:not(.sr-only) { background: var(--white); }

.button {
  border-radius: .7rem;
  letter-spacing: .01em;
}

.button--primary {
  color: #07090e;
  background: linear-gradient(135deg, #f2c44c, #c78b12);
  border-color: #f1c85f;
  box-shadow: 0 12px 28px rgba(201, 143, 18, .24);
}

.button--primary:hover {
  background: linear-gradient(135deg, #ffdc70, #dfa827);
  box-shadow: 0 14px 34px rgba(21, 217, 255, .14), 0 12px 28px rgba(201, 143, 18, .28);
}

.button--ghost {
  border-color: rgba(21, 217, 255, .65);
  color: #ecf8fb;
  background: rgba(21, 217, 255, .04);
}

.button--ghost:hover {
  background: rgba(21, 217, 255, .1);
  box-shadow: inset 0 0 0 1px rgba(21,217,255,.18), 0 0 24px rgba(21,217,255,.1);
}

.button--dark {
  background: linear-gradient(135deg, #101825, #06080d);
  color: var(--white);
  border-color: rgba(21,217,255,.35);
}

.hero {
  color: #f7f9fc;
  border-bottom-color: rgba(21,217,255,.22);
  background:
    linear-gradient(90deg, rgba(5,7,12,.92), rgba(5,7,12,.72)),
    url("../img/hero-joker-pattern.webp") center / cover no-repeat,
    radial-gradient(circle at 78% 45%, rgba(21,217,255,.13), transparent 28%),
    radial-gradient(circle at 68% 42%, rgba(219,169,40,.14), transparent 34%),
    linear-gradient(135deg, #05070c 0%, #0b111c 52%, #121b29 100%);
}

.hero::before {
  opacity: .38;
  background-image:
    linear-gradient(rgba(21,217,255,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21,217,255,.07) 1px, transparent 1px);
  mask-image: linear-gradient(to right, black, transparent 88%);
}

.hero .eyebrow, .section--ink .eyebrow, .responsible-hero .eyebrow {
  color: var(--gold-2);
}

.hero h1 span {
  color: #edf2f7;
  -webkit-text-stroke: 0;
  text-shadow: 0 0 28px rgba(21,217,255,.16);
}

.hero .lead { color: #bec8d6; }
.hero__proof { color: #b8c3d1; }
.hero__proof svg { fill: var(--cyan); }
.hero .age-mark { border-color: var(--cyan); color: var(--cyan); }

.orbit { border-color: rgba(21,217,255,.32); box-shadow: 0 0 32px rgba(21,217,255,.07); }
.orbit--two { border-color: rgba(255,220,112,.62); }
.hero-card { border: 1px solid rgba(255,255,255,.13); box-shadow: 0 28px 70px rgba(0,0,0,.38); }
.hero-card--back { color: var(--gold-2); background: linear-gradient(150deg, #1a2434, #080b12); }
.hero-card--front { color: #080b12; background: linear-gradient(145deg, #ffdc70, #c68b13); }
.hero-chip {
  color: #061018;
  background: var(--cyan);
  border-color: rgba(255,255,255,.65);
  box-shadow: 0 0 30px rgba(21,217,255,.32), var(--shadow);
}

.quick-nav {
  background: #f8fafc;
  box-shadow: 0 15px 35px rgba(7,10,17,.06);
}

.quick-nav a {
  transition: background .2s ease, color .2s ease;
}

.quick-nav a:hover { background: #eafaff; }
.quick-nav svg { fill: #1289a3; }

.section--ink {
  background:
    radial-gradient(circle at 90% 10%, rgba(21,217,255,.1), transparent 26%),
    linear-gradient(145deg, #090d15, #111927);
  border-block: 1px solid rgba(21,217,255,.14);
}

.feature,
.card,
.limit-card,
.responsible-grid article,
.contact-card,
.toc,
.related-links a {
  border-color: rgba(8,11,18,.13);
  box-shadow: 0 16px 40px rgba(5,8,14,.08);
}

.feature::after,
.contact-card::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(var(--gold), var(--cyan));
  opacity: .8;
}

.feature, .contact-card { position: relative; }
.feature > span { color: rgba(18,137,163,.18); }
.card { border: 1px solid rgba(255,255,255,.1); }
.card__art--violet { background: #146f96; }
.card__art--cyan { background: #0e9fbd; }
.text-link { color: #775100; }
.text-link--light { color: var(--gold-2); }

.page-hero, .article-hero, .responsible-hero {
  color: #f7f9fc;
  border-bottom-color: rgba(21,217,255,.2);
  background:
    radial-gradient(circle at 85% 20%, rgba(21,217,255,.12), transparent 27%),
    linear-gradient(145deg, #070a10, #131d2b);
}

.page-hero .lead, .article-hero .lead, .responsible-hero .lead,
.article-hero .article-meta { color: #bcc7d6; }

.page-hero .eyebrow, .article-hero .eyebrow { color: var(--gold-2); }
.breadcrumb { color: #4f5c6e; }
.callout { background: #fff5dc; }
.filter-note { background: #dff6f9; }
.cta-panel { background: linear-gradient(135deg, #0b111c, #121e2d); border: 1px solid rgba(21,217,255,.25); }

.site-footer {
  color: #c8d1dd;
  background:
    radial-gradient(circle at 12% 12%, rgba(219,169,40,.08), transparent 27%),
    radial-gradient(circle at 90% 20%, rgba(21,217,255,.08), transparent 24%),
    #05070c;
  border-top: 1px solid rgba(21,217,255,.22);
}

.footer__brand img { width: 222px; height: auto; }
.footer-age { border-color: rgba(21,217,255,.5); color: var(--cyan); }
.site-footer a:hover { color: var(--cyan); }

@media (max-width: 1023px) {
  .site-nav {
    background: rgba(7,10,17,.98);
    border-bottom-color: rgba(21,217,255,.22);
    box-shadow: 0 24px 40px rgba(0,0,0,.32);
  }
  .site-nav a { border-bottom-color: rgba(255,255,255,.1); }
}

@media (max-width: 767px) {
  .header__inner { min-height: 72px; }
  .brand img { width: 180px; }
  h1 { font-size: clamp(2.45rem, 12vw, 3.25rem); }
  .hero__grid { padding-block: 3.4rem; }
  .review-media { grid-template-columns: 1fr; text-align: center; }
  .review-media img { margin-inline: auto; }
  .game-library__grid { grid-template-columns: repeat(2, 1fr); }
  .game-library__heading { align-items: flex-start; flex-direction: column; gap: .2rem; }
}

@media (max-width: 420px) {
  .brand img { width: 168px; }
}
