/* Self-hosted latin subset — Inter & Oswald */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url('fonts/inter-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: optional;
  src: url('fonts/inter-600.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: url('fonts/inter-700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: url('fonts/oswald-700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ===== Arena Casino Scatter — shared styles for content pages ===== */
:root {
  --bg: #070b16;
  --bg-2: #0d1426;
  --panel: #121a30;
  --panel-2: #182242;
  --gold: #fd6017;
  --gold-2: #e04a08;
  --gold-grad: linear-gradient(135deg, #ff9a5c 0%, #fd6017 48%, #d84500 100%);
  --red: #ff4757;
  --green: #2ed573;
  --text: #eef2ff;
  --muted: #9aa6c4;
  --line: rgba(255, 255, 255, 0.08);
  --shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  --radius: 18px;
  --maxw: 1120px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', system-ui, sans-serif; background: var(--bg); color: var(--text); line-height: 1.7; overflow-x: hidden; }
h1, h2, h3, .display { font-family: 'Oswald', 'Inter', sans-serif; letter-spacing: .5px; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.gold-text { background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 700; font-size: 1rem; padding: 14px 28px; border-radius: 999px; cursor: pointer; border: none; transition: transform .18s ease, box-shadow .18s ease; white-space: nowrap; }
.btn-primary { background: var(--gold-grad); color: #2a1a00; box-shadow: 0 10px 30px rgba(253,96,23,.35); text-transform: uppercase; letter-spacing: .5px; }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(253,96,23,.5); }
.btn-ghost { background: rgba(255,255,255,.06); color: var(--text); border: 1px solid var(--line); }
.btn-ghost:hover { background: rgba(255,255,255,.12); transform: translateY(-2px); }
.btn-lg { padding: 18px 40px; font-size: 1.12rem; }

/* Header */
header { position: sticky; top: 0; z-index: 100; background: rgba(7,11,22,.85); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { height: 38px; width: auto; filter: brightness(0) invert(1); }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { color: var(--muted); font-weight: 500; font-size: .95rem; transition: color .2s; }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.burger { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; }
.burger span { width: 26px; height: 3px; background: var(--text); border-radius: 3px; transition: .3s; }

/* Page hero */
.page-hero { padding: 60px 0 40px; background: radial-gradient(900px 400px at 80% -20%, rgba(253,96,23,.14), transparent 60%), linear-gradient(180deg, var(--bg-2), var(--bg)); border-bottom: 1px solid var(--line); }
.crumbs { color: var(--muted); font-size: .85rem; margin-bottom: 16px; }
.crumbs a:hover { color: var(--gold); }
.page-hero h1 { font-size: clamp(2rem, 5vw, 3.2rem); text-transform: uppercase; }
.page-hero p { color: var(--muted); margin-top: 12px; max-width: 620px; }
.page-hero .updated { display: inline-block; margin-top: 18px; color: var(--muted); font-size: .82rem; background: rgba(255,255,255,.04); border: 1px solid var(--line); padding: 6px 14px; border-radius: 999px; }

/* Content layout */
.page-body { padding: 50px 0 80px; }
.doc-grid { display: grid; grid-template-columns: 240px 1fr; gap: 46px; align-items: start; }
.toc { position: sticky; top: 96px; background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 20px; }
.toc h2 { font-family: 'Inter'; font-size: .8rem; text-transform: uppercase; letter-spacing: 1px; color: var(--muted); margin-bottom: 12px; }
.toc a { display: block; color: var(--muted); font-size: .9rem; padding: 7px 0; border-bottom: 1px solid var(--line); transition: color .2s; }
.toc a:last-child { border-bottom: none; }
.toc a:hover { color: var(--gold); }

.prose h2 { font-size: 1.5rem; margin: 34px 0 12px; scroll-margin-top: 96px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-family: 'Inter'; font-size: 1.1rem; margin: 22px 0 8px; color: var(--gold); }
.prose p { color: #cdd5ec; margin-bottom: 14px; }
.prose ul, .prose ol { margin: 0 0 16px 22px; color: #cdd5ec; }
.prose li { margin-bottom: 8px; }
.prose a.inline { color: var(--gold); text-decoration: underline; }
.prose strong { color: var(--text); }
.callout { background: linear-gradient(160deg, var(--panel-2), var(--panel)); border: 1px solid rgba(253,96,23,.25); border-left: 3px solid var(--gold); border-radius: 12px; padding: 18px 22px; margin: 22px 0; }
.callout p { margin: 0; color: #dfe5f6; }

/* Cards grid (payment methods, games, contact) */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.info-card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; transition: transform .22s, border-color .22s; }
.info-card:hover { transform: translateY(-5px); border-color: rgba(253,96,23,.35); }
.info-card .ico { font-size: 2rem; margin-bottom: 12px; }
.info-card h3 { font-family: 'Inter'; font-size: 1.1rem; margin-bottom: 8px; }
.info-card p { color: var(--muted); font-size: .93rem; }

/* Payment table */
.pay-table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: .95rem; }
.pay-table th, .pay-table td { text-align: left; padding: 14px 16px; border-bottom: 1px solid var(--line); }
.pay-table th { color: var(--muted); font-weight: 600; text-transform: uppercase; font-size: .78rem; letter-spacing: 1px; }
.pay-table td { color: #cdd5ec; }
.pay-table tr:hover td { background: rgba(255,255,255,.02); }
.tbl-scroll { overflow-x: auto; }

/* Games page */
.games-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.game { position: relative; border-radius: var(--radius); overflow: hidden; background: var(--panel); border: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease, border-color .25s; }
.game:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: rgba(253,96,23,.4); }
.game .thumb { height: 170px; position: relative; overflow: hidden; }
.game .thumb svg.art { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; }
.game .thumb::after { content:""; position:absolute; inset:0; z-index: 2; background: linear-gradient(180deg, transparent 45%, rgba(7,11,22,.85)); }
.game .hot { position: absolute; top: 12px; left: 12px; z-index: 3; background: var(--red); color:#fff; font-size:.68rem; font-weight:700; padding:4px 10px; border-radius:999px; }
.game .rtp { position: absolute; top: 12px; right: 12px; z-index: 3; background: rgba(0,0,0,.55); color: var(--green); font-size:.7rem; font-weight:700; padding:4px 9px; border-radius:999px; }
.game .meta { padding: 14px 16px 18px; position: relative; z-index: 3; }
.game .meta h3 { font-size: 1.02rem; font-family: 'Inter'; font-weight: 700; }
.game .meta span { color: var(--muted); font-size: .8rem; }
.filter-bar { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 30px; }
.chip { background: var(--panel); border: 1px solid var(--line); color: var(--muted); padding: 9px 20px; border-radius: 999px; font-weight: 600; font-size: .9rem; cursor: pointer; transition: .2s; }
.chip:hover, .chip.active { background: rgba(253,96,23,.14); border-color: rgba(253,96,23,.4); color: var(--gold); }

/* Contact form */
.form-card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; }
.form-row { margin-bottom: 18px; }
.form-row label { display: block; font-size: .88rem; margin-bottom: 7px; color: var(--muted); font-weight: 600; }
.form-row input, .form-row select, .form-row textarea { width: 100%; background: var(--bg-2); border: 1px solid var(--line); border-radius: 10px; padding: 13px 15px; color: var(--text); font-family: inherit; font-size: .96rem; transition: border-color .2s; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { outline: none; border-color: var(--gold); }
.form-row textarea { min-height: 130px; resize: vertical; }
.form-note { color: var(--muted); font-size: .82rem; margin-top: 6px; }

/* CTA strip */
.cta-strip { margin: 60px auto 0; max-width: var(--maxw); background: radial-gradient(600px 300px at 20% 0%, rgba(253,96,23,.2), transparent 60%), linear-gradient(135deg, var(--panel-2), var(--panel)); border: 1px solid rgba(253,96,23,.28); border-radius: 24px; padding: 40px; text-align: center; box-shadow: var(--shadow); }
.cta-strip h2 { font-size: clamp(1.6rem, 4vw, 2.4rem); text-transform: uppercase; margin-bottom: 12px; }
.cta-strip p { color: var(--muted); margin-bottom: 22px; }

/* Blog index */
.blog-featured { display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; margin-bottom: 44px; align-items: stretch; }
.blog-hero-card { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); min-height: 320px; display: flex; align-items: flex-end; }
.blog-hero-card .art { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; }
.blog-hero-card::after { content:""; position:absolute; inset:0; z-index:2; background: linear-gradient(180deg, transparent 30%, rgba(7,11,22,.92)); }
.blog-hero-card .cap { position: relative; z-index: 3; padding: 30px; }
.blog-side { display: flex; flex-direction: column; gap: 16px; }
.tag { display: inline-block; background: rgba(253,96,23,.14); color: var(--gold); border: 1px solid rgba(253,96,23,.35); font-size: .72rem; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; margin-bottom: 12px; }
.blog-hero-card h2 { font-size: clamp(1.5rem, 3.4vw, 2.2rem); text-transform: uppercase; margin-bottom: 8px; }
.blog-hero-card p { color: #cdd5ec; max-width: 520px; }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { display: flex; flex-direction: column; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .22s, border-color .22s, box-shadow .22s; }
.post-card:hover { transform: translateY(-6px); border-color: rgba(253,96,23,.35); box-shadow: var(--shadow); }
.post-card .thumb { position: relative; height: 160px; overflow: hidden; }
.post-card .thumb .art { position: absolute; inset: 0; width: 100%; height: 100%; }
.post-card .body { padding: 20px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.post-card h3 { font-family: 'Inter'; font-size: 1.12rem; line-height: 1.35; margin-bottom: 8px; }
.post-card p { color: var(--muted); font-size: .92rem; flex: 1; }
.post-card .read { color: var(--gold); font-weight: 700; font-size: .88rem; margin-top: 14px; }
.post-meta { display: flex; gap: 12px; align-items: center; color: var(--muted); font-size: .78rem; margin-bottom: 12px; }
.post-meta .dot-sep { width: 4px; height: 4px; border-radius: 50%; background: var(--muted); }
.mini-side { background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 20px 22px; flex: 1; }
.mini-side h2 { font-family: 'Inter'; font-size: .95rem; margin-bottom: 8px; }
.mini-side a.mini { display: block; color: #cdd5ec; font-size: .92rem; padding: 9px 0; border-bottom: 1px solid var(--line); transition: color .2s; }
.mini-side a.mini:last-child { border-bottom: none; }
.mini-side a.mini:hover { color: var(--gold); }

/* Article */
.article { max-width: 760px; margin: 0 auto; }
.article .prose h2 { font-size: 1.55rem; }
.article .lead-p { font-size: 1.14rem; color: #dfe5f6; margin-bottom: 22px; }
.share-back { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; margin: 40px 0 0; padding-top: 24px; border-top: 1px solid var(--line); }
.related { margin-top: 50px; }
.related h3 { font-family: 'Oswald'; text-transform: uppercase; margin-bottom: 18px; letter-spacing: 1px; }

/* Footer */
footer { background: var(--bg-2); border-top: 1px solid var(--line); padding: 50px 0 26px; content-visibility: auto; contain-intrinsic-size: 1px 500px; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 30px; margin-bottom: 34px; }
.foot-grid img { height: 32px; width: auto; margin-bottom: 16px; filter: brightness(0) invert(1); }
.foot-grid p { color: var(--muted); font-size: .9rem; max-width: 300px; }
.foot-col h3 { font-family: 'Inter'; font-size: .95rem; margin-bottom: 14px; }
.foot-col a { display: block; color: var(--muted); font-size: .9rem; margin-bottom: 9px; transition: color .2s; }
.foot-col a:hover { color: var(--gold); }
.foot-bottom { border-top: 1px solid var(--line); padding-top: 22px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; align-items: center; }
.foot-bottom p { color: var(--muted); font-size: .82rem; }
.age { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: .82rem; }
.age .badge18 { border: 2px solid var(--red); color: var(--red); font-weight: 800; border-radius: 50%; width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; font-size: .8rem; }

/* Drawer */
.drawer { position: fixed; inset: 0; z-index: 300; background: rgba(7,11,22,.98); backdrop-filter: blur(10px); display: none; flex-direction: column; padding: 30px 24px; }
.drawer.open { display: flex; }
.drawer .close { align-self: flex-end; font-size: 2rem; background: none; border: none; color: var(--text); cursor: pointer; }
.drawer a { font-size: 1.3rem; padding: 15px 0; border-bottom: 1px solid var(--line); font-family: 'Oswald'; text-transform: uppercase; }
.drawer .btn { margin-top: 24px; }

/* Responsive */
@media (max-width: 900px) {
  .doc-grid { grid-template-columns: 1fr; }
  .toc { position: static; margin-bottom: 20px; }
  .toc a { display: inline-block; margin-right: 14px; border-bottom: none; }
  .games-grid { grid-template-columns: repeat(3, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
  .burger { display: flex; }
  .nav-cta .btn-ghost { display: none; }
}
@media (max-width: 620px) {
  .games-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .cta-strip { padding: 30px 22px; }
  .game .thumb { height: 150px; }
}
