:root {
  color-scheme: dark;
  --bg: #0c0c0d;
  --panel: #18191b;
  --panel-soft: #151619;
  --line: rgba(255, 255, 255, .065);
  --line-strong: rgba(220, 60, 60, .32);
  --text: #f0f0f2;
  --soft: rgba(255, 255, 255, .48);
  --muted: rgba(255, 255, 255, .24);
  --accent: #dc3c3c;
  --accent-rgb: 220, 60, 60;
  --success: #2ecc71;
  --danger: #ef5b5b;
  --shell: 1080px;
  font-family: "Inter", sans-serif;
}

* { box-sizing: border-box; }
html { min-width: 320px; background: var(--bg); scroll-behavior: smooth; scroll-padding-top: 82px; }
body { min-width: 320px; margin: 0; overflow-x: hidden; position: relative; color: var(--text); background: radial-gradient(ellipse at 50% 10%, rgba(var(--accent-rgb), .07), transparent 42rem), var(--bg); font-size: 15px; line-height: 1.65; }
body::before { content: ""; position: fixed; z-index: -2; inset: -20%; width: 140%; height: 140%; pointer-events: none; opacity: .022; background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='35' height='35' rx='6' fill='none' stroke='white' stroke-width='1'/%3E%3Ctext x='17.5' y='23' text-anchor='middle' font-family='Arial' font-size='15' font-weight='700' fill='white'%3EB%3C/text%3E%3C/svg%3E"); background-size: 35px 35px; filter: grayscale(1); transform: rotate(-15deg); }
body::after { content: ""; position: fixed; z-index: -1; inset: 0; pointer-events: none; background: radial-gradient(ellipse at center, transparent 25%, rgba(0, 0, 0, .72) 100%); }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.13; letter-spacing: -.025em; }
h1 { margin-bottom: 22px; font-size: clamp(3rem, 7vw, 5.35rem); }
h2 { margin-bottom: 13px; font-size: clamp(2rem, 4vw, 3rem); }
h3 { margin-bottom: 8px; font-size: 1.15rem; }
p, li { color: var(--soft); }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.narrow-shell { max-width: 760px; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 9px 13px; border-radius: 6px; color: #fff; background: var(--accent); font-weight: 800; text-decoration: none; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 30; top: 0; border-bottom: 1px solid rgba(var(--accent-rgb), .16); background: rgba(12, 12, 13, .9); backdrop-filter: blur(14px); }
.nav-shell, .site-nav, .brand, .action-row, .section-heading, .directory-heading, .game-row, .game-title-line { display: flex; align-items: center; }
.nav-shell { min-height: 68px; justify-content: space-between; gap: 25px; }
.brand { gap: 10px; text-decoration: none; }
.brand-mark, .hero-mark { display: grid; place-items: center; border: 2px solid rgba(var(--accent-rgb), .42); color: #fff; background: linear-gradient(180deg, #e14747, #b82c2c); box-shadow: 0 0 18px rgba(var(--accent-rgb), .13); font-weight: 800; }
.brand-mark { width: 36px; height: 36px; border-radius: 50%; font-size: .8rem; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1.08; }
.brand strong { font-size: .87rem; letter-spacing: .05em; }
.brand small { margin-top: 4px; color: var(--muted); font-size: .52rem; font-weight: 600; }
.site-nav { gap: 4px; }
.site-nav a { padding: 8px 10px; border-radius: 6px; color: rgba(255, 255, 255, .31); font-size: .72rem; font-weight: 700; text-decoration: none; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: rgba(255, 255, 255, .78); background: rgba(255, 255, 255, .035); }
.header-action { padding: 9px 14px; border: 1px solid rgba(var(--accent-rgb), .38); border-radius: 6px; color: rgba(255, 255, 255, .75); background: rgba(var(--accent-rgb), .08); font-size: .72rem; font-weight: 700; text-decoration: none; }

.hero { padding: clamp(82px, 11vw, 132px) 0 88px; text-align: center; }
.hero-inner { max-width: 900px; }
.hero-mark { width: 60px; height: 60px; margin: 0 auto 24px; border-radius: 50%; font-size: 1.2rem; }
.eyebrow, .card-kicker, .disclosure-label, .updated-line { color: rgba(var(--accent-rgb), .82); font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 span { color: #e34a4a; text-shadow: 0 0 28px rgba(var(--accent-rgb), .16); }
.hero-copy { max-width: 720px; margin: 0 auto 28px; color: rgba(255, 255, 255, .42); font-size: clamp(.98rem, 2vw, 1.12rem); }
.action-row { flex-wrap: wrap; gap: 8px; }
.hero-actions { justify-content: center; }
.button { min-height: 46px; padding: 11px 17px; display: inline-flex; align-items: center; justify-content: center; border-radius: 7px; font-size: .78rem; font-weight: 700; text-align: center; text-decoration: none; transition: transform .12s, box-shadow .12s, border-color .12s; }
.button:hover { transform: translateY(-1px); }
.button-primary { border: 0; color: #fff; background: linear-gradient(180deg, #df4242, #ba2d2d); box-shadow: 0 2px 12px rgba(var(--accent-rgb), .2); }
.button-primary:hover { box-shadow: 0 4px 18px rgba(var(--accent-rgb), .3); }
.button-secondary, .button-compact, .button-disabled { border: 1px solid rgba(255, 255, 255, .07); color: rgba(255, 255, 255, .52); background: rgba(255, 255, 255, .028); }
.button-secondary:hover, .button-compact:hover { border-color: rgba(var(--accent-rgb), .22); color: rgba(255, 255, 255, .8); }
.button-disabled { color: rgba(255, 255, 255, .23); cursor: not-allowed; }
.button-compact { min-height: 39px; padding: 8px 13px; white-space: nowrap; }
.loader-line { max-width: 720px; margin: 35px auto 0; padding: 11px 13px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; border: 1px solid rgba(var(--accent-rgb), .14); border-left: 2px solid rgba(var(--accent-rgb), .6); border-radius: 7px; background: rgba(255, 255, 255, .018); text-align: left; }
.loader-line span { color: rgba(255, 255, 255, .16); font-size: .55rem; font-weight: 800; letter-spacing: .08em; }
.loader-line code { min-width: 0; overflow: hidden; color: rgba(255, 255, 255, .55); font: 600 .74rem Consolas, monospace; text-overflow: ellipsis; white-space: nowrap; }
.loader-line a { color: rgba(var(--accent-rgb), .75); font-size: .65rem; font-weight: 700; }

.fact-bar { border-block: 1px solid var(--line); background: rgba(255, 255, 255, .012); }
.fact-grid { min-height: 86px; display: grid; grid-template-columns: repeat(3, 1fr); }
.fact-grid div { padding: 15px 28px; display: flex; align-items: center; justify-content: center; flex-direction: column; border-left: 1px solid var(--line); text-align: center; }
.fact-grid div:first-child { border-left: 0; }
.fact-grid strong { font-size: .97rem; }
.fact-grid span { margin-top: 3px; color: var(--muted); font-size: .62rem; font-weight: 600; }

.content-section { padding: 88px 0; }
.section-heading { justify-content: space-between; gap: 30px; margin-bottom: 27px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading p:not(.eyebrow) { margin: 8px 0 0; color: var(--muted); font-size: .8rem; }
.text-link, .back-link, .ticket-link { color: rgba(255, 255, 255, .58); font-size: .72rem; font-weight: 700; text-decoration-color: rgba(var(--accent-rgb), .5); text-underline-offset: 4px; }
.text-link:hover, .back-link:hover, .ticket-link:hover { color: #ed6666; }
.game-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.game-card, .content-card, .game-row, .support-callout, .empty-state, .access-card, .price-card, .guide-list a { border: 1px solid rgba(255, 255, 255, .055); border-radius: 8px; background: linear-gradient(180deg, rgba(26, 27, 30, .88), rgba(19, 20, 22, .88)); box-shadow: inset 0 1px rgba(255, 255, 255, .015); }
.game-card { min-height: 183px; padding: 21px; display: flex; flex-direction: column; }
.game-meta { margin-bottom: 19px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.game-meta > span { color: rgba(var(--accent-rgb), .65); font-size: .57rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.game-card p { margin-bottom: 20px; color: rgba(255, 255, 255, .28); font-size: .74rem; }
.game-card > a { margin-top: auto; color: rgba(255, 255, 255, .5); font-size: .69rem; font-weight: 700; }
.status { padding: 3px 7px; border: 1px solid rgba(255, 255, 255, .08); border-radius: 999px; color: var(--muted); font-size: .5rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.status-online { border-color: rgba(46, 204, 113, .25); color: var(--success); }
.status-offline { border-color: rgba(239, 91, 91, .25); color: var(--danger); }

.access-section { border-block: 1px solid var(--line); background: rgba(255, 255, 255, .012); }
.access-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(380px, .72fr); align-items: center; gap: clamp(50px, 8vw, 100px); }
.access-copy > p:not(.eyebrow) { max-width: 560px; color: rgba(255, 255, 255, .37); }
.access-steps { max-width: 500px; margin-top: 28px; display: flex; align-items: center; gap: 9px; }
.access-steps > span { display: flex; align-items: center; gap: 7px; color: rgba(255, 255, 255, .35); font-size: .68rem; font-weight: 600; white-space: nowrap; }
.access-steps b { width: 22px; height: 22px; display: grid; place-items: center; border: 1px solid rgba(var(--accent-rgb), .35); border-radius: 50%; color: rgba(var(--accent-rgb), .8); background: rgba(var(--accent-rgb), .06); font-size: .55rem; }
.access-steps i { height: 1px; flex: 1; background: rgba(255, 255, 255, .06); }
.access-card { padding: 21px; border-color: rgba(var(--accent-rgb), .19); box-shadow: 0 0 20px rgba(var(--accent-rgb), .05), 0 8px 32px rgba(0, 0, 0, .25); }
.account-line { padding: 11px 12px; display: flex; align-items: center; gap: 11px; border: 1px solid rgba(255, 255, 255, .045); border-radius: 7px; background: rgba(255, 255, 255, .018); }
.account-avatar { width: 38px; height: 38px; display: grid; place-items: center; border: 2px solid rgba(var(--accent-rgb), .28); border-radius: 50%; background: #202126; font-size: .75rem; font-weight: 800; }
.account-line > span:last-child { display: flex; flex-direction: column; line-height: 1.2; }
.account-line strong { font-size: .78rem; }
.account-line small { margin-top: 3px; color: var(--muted); font-size: .56rem; }
.access-card > p { margin: 18px 0 10px; color: var(--muted); font-size: .7rem; }
.provider-actions { display: grid; gap: 7px; }
.provider-button { min-height: 47px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255, 255, 255, .06); border-left: 2px solid rgba(var(--accent-rgb), .55); border-radius: 6px; color: rgba(255, 255, 255, .56); background: rgba(255, 255, 255, .018); font-size: .72rem; font-weight: 700; text-decoration: none; }
.provider-button:hover { border-color: rgba(var(--accent-rgb), .24); border-left-color: var(--accent); background: rgba(var(--accent-rgb), .04); }
.provider-button b { color: rgba(var(--accent-rgb), .7); }
.access-note { display: block; margin-top: 12px; color: rgba(255, 255, 255, .17); font-size: .57rem; line-height: 1.55; }

.pricing-shell { max-width: 940px; }
.pricing-heading { justify-content: center; text-align: center; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; gap: 11px; }
.price-card { position: relative; padding: 29px; }
.price-card.featured { border-color: rgba(var(--accent-rgb), .35); background: linear-gradient(180deg, rgba(55, 26, 29, .75), rgba(20, 20, 22, .94)); box-shadow: 0 0 20px rgba(var(--accent-rgb), .07), 0 8px 32px rgba(0, 0, 0, .25); }
.best-value { position: absolute; top: 18px; right: 18px; padding: 4px 7px; border: 1px solid rgba(var(--accent-rgb), .28); border-radius: 4px; color: rgba(var(--accent-rgb), .82); background: rgba(var(--accent-rgb), .06); font-size: .48rem; font-weight: 800; letter-spacing: .07em; }
.price-card > p { min-height: 43px; color: rgba(255, 255, 255, .29); font-size: .72rem; }
.price { min-height: 59px; display: flex; align-items: baseline; gap: 7px; }
.price strong { font-size: 1.55rem; }
.price strong:empty { display: none; }
.price small { color: rgba(255, 255, 255, .25); font-size: .55rem; font-weight: 600; }
.price > span { margin-inline: 4px; color: rgba(255, 255, 255, .16); font-size: .57rem; }
.price-card ul { margin: 10px 0 23px; padding: 16px 0 0; border-top: 1px solid rgba(255, 255, 255, .055); list-style: none; }
.price-card li { padding: 6px 0; display: flex; align-items: center; gap: 8px; color: rgba(255, 255, 255, .37); font-size: .69rem; }
.price-card li span { color: var(--success); }
.price-actions { display: grid; gap: 7px; }
.ticket-link { padding-top: 7px; text-align: center; }
.pricing-note { max-width: 690px; margin: 20px auto 0; color: rgba(255, 255, 255, .16); font-size: .59rem; text-align: center; }

.guide-section { border-top: 1px solid var(--line); }
.guide-list { display: grid; gap: 7px; }
.guide-list > a { min-height: 93px; padding: 17px 19px; display: flex; align-items: center; justify-content: space-between; gap: 20px; text-decoration: none; }
.guide-list > a:hover { border-color: rgba(var(--accent-rgb), .17); }
.guide-list a > span { min-width: 0; display: flex; flex-direction: column; }
.guide-list small { color: rgba(var(--accent-rgb), .58); font-size: .51rem; font-weight: 800; letter-spacing: .08em; }
.guide-list strong { margin-top: 4px; font-size: .84rem; }
.guide-list p { margin: 3px 0 0; overflow: hidden; color: var(--muted); font-size: .66rem; text-overflow: ellipsis; white-space: nowrap; }
.guide-list > a > b { color: rgba(var(--accent-rgb), .65); }
.closing { padding: 0 0 88px; }
.closing-inner { min-height: 190px; padding: 38px 42px; display: flex; align-items: center; justify-content: space-between; gap: 35px; border: 1px solid rgba(var(--accent-rgb), .28); border-radius: 9px; background: linear-gradient(110deg, rgba(56, 24, 28, .7), rgba(22, 22, 24, .82)); box-shadow: 0 0 25px rgba(var(--accent-rgb), .06); }
.closing h2 { margin-bottom: 0; }

.page-hero { padding: 86px 0 59px; text-align: center; }
.page-hero h1 { font-size: clamp(2.5rem, 6vw, 4rem); }
.page-hero p { max-width: 700px; margin-inline: auto; color: rgba(255, 255, 255, .35); }
.directory { padding-bottom: 95px; }
.directory-group + .directory-group { margin-top: 47px; }
.directory-heading { justify-content: space-between; gap: 20px; margin-bottom: 13px; }
.directory-heading h2 { margin-bottom: 0; font-size: 1.3rem; }
.directory-heading span { color: var(--muted); font-size: .68rem; font-weight: 700; }
.game-list { display: grid; gap: 7px; }
.game-row { justify-content: space-between; gap: 20px; padding: 15px 17px; }
.game-copy { min-width: 0; }
.game-title-line { flex-wrap: wrap; gap: 8px; }
.game-title-line h3, .game-row p { margin-bottom: 0; }
.game-row p { margin-top: 3px; color: var(--muted); font-size: .68rem; }
.empty-state { padding: 34px; text-align: center; }
.card-grid { display: grid; gap: 9px; }
.card-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.content-card { min-height: 205px; padding: 22px; display: flex; flex-direction: column; }
.content-card p:not(.card-kicker, .disclosure-label) { margin-bottom: 20px; color: rgba(255, 255, 255, .3); font-size: .75rem; }
.content-card .text-link { margin-top: auto; }
.no-top-padding { padding-top: 0; }
.article-shell { max-width: 820px; padding-top: 84px; padding-bottom: 100px; }
.article-header { padding-bottom: 37px; border-bottom: 1px solid var(--line); }
.article-header h1 { margin-top: 17px; font-size: clamp(2.5rem, 6vw, 4rem); }
.article-header > p { color: rgba(255, 255, 255, .37); }
.article-header .eyebrow { margin-top: 35px; }
.updated-line { margin-bottom: 0; color: var(--muted); }
.article-body { padding: 20px 0; }
.article-body section { padding: 21px 0; }
.article-body h2 { font-size: 1.4rem; }
.article-body p, .article-body li { color: rgba(255, 255, 255, .39); line-height: 1.8; }
.article-body ul { display: grid; gap: 8px; padding-left: 22px; }
pre { max-width: 100%; overflow-x: auto; margin: 20px 0 0; padding: 17px; border: 1px solid var(--line); border-left: 2px solid rgba(var(--accent-rgb), .7); border-radius: 7px; color: rgba(255, 255, 255, .7); background: rgba(0, 0, 0, .3); font: 600 .8rem/1.6 Consolas, monospace; }
.support-callout { margin-top: 22px; padding: 26px; border-left: 2px solid rgba(var(--accent-rgb), .7); }
.error-page { min-height: 65vh; padding: 80px 0; display: grid; place-items: center; text-align: center; }
.error-page .action-row { justify-content: center; }
.disclosure-label { padding-bottom: 9px; border-bottom: 1px solid var(--line); color: rgba(255, 255, 255, .28); letter-spacing: .02em; text-transform: none; }

.site-footer { padding: 42px 0; border-top: 1px solid rgba(var(--accent-rgb), .13); background: rgba(7, 7, 8, .8); }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 45px; }
.footer-brand { margin-bottom: 13px; }
.footer-grid p { max-width: 520px; margin-bottom: 0; color: rgba(255, 255, 255, .18); font-size: .67rem; }
.footer-grid nav { display: grid; grid-template-columns: repeat(2, minmax(75px, 1fr)); align-content: start; gap: 7px 20px; }
.footer-grid nav a { color: rgba(255, 255, 255, .22); font-size: .67rem; font-weight: 600; text-decoration: none; }
.footer-grid nav a:hover { color: rgba(255, 255, 255, .58); }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 2px solid rgba(var(--accent-rgb), .7); outline-offset: 2px; }

@media (max-width: 820px) {
  .game-grid, .card-grid-three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .access-layout { grid-template-columns: 1fr; }
  .access-card { max-width: 580px; }
}

@media (max-width: 640px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .nav-shell { min-height: 64px; }
  .site-nav { display: none; }
  .brand > span:last-child { display: none; }
  .hero { padding-top: 68px; }
  .hero-mark { width: 52px; height: 52px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .loader-line { grid-template-columns: 1fr auto; }
  .loader-line span { grid-column: 1 / -1; }
  .fact-grid { grid-template-columns: 1fr; }
  .fact-grid div { min-height: 71px; border-top: 1px solid var(--line); border-left: 0; }
  .fact-grid div:first-child { border-top: 0; }
  .content-section { padding: 68px 0; }
  .section-heading, .game-row { align-items: flex-start; flex-direction: column; }
  .game-grid, .card-grid-three, .pricing-grid { grid-template-columns: 1fr; }
  .game-card, .content-card { min-height: 0; }
  .game-row .button { width: 100%; }
  .access-steps { gap: 5px; }
  .access-steps > span { gap: 4px; font-size: .59rem; }
  .price-card { padding: 24px 21px; }
  .guide-list p { white-space: normal; }
  .closing { padding-bottom: 68px; }
  .closing-inner { padding: 29px 23px; align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
}

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