:root { color-scheme:dark; --bg:#202126; --surface:#2b2c32; --surface-2:#33353d; --text:#f4f4f6; --muted:#c7c9d1; --line:#4b4e59; --accent:#ff8797; --accent-2:#edc56a; }
* { box-sizing:border-box; letter-spacing:0; }
body { margin:0; background:var(--bg); color:var(--text); font:16px/1.7 Arial,Helvetica,sans-serif; }
a { color:inherit; text-underline-offset:3px; }
button,input { font:inherit; }
img { max-width:100%; height:auto; }
:focus-visible { outline:3px solid #8ee0cf; outline-offset:4px; }
[hidden] { display:none!important; }
.container { width:min(1120px,calc(100% - 40px)); margin:0 auto; }
.site-header { position:sticky; top:0; z-index:20; background:#202126; color:#fff; border-bottom:1px solid #3f4147; }
.header-inner { min-height:80px; display:flex; gap:32px; align-items:center; position:relative; }
.brand { display:flex; align-items:center; gap:4px; flex-shrink:0; text-decoration:none; }
.brand img { display:block; width:70px; height:70px; object-fit:contain; }
.brand-wordmark { font:700 24px/1 Georgia,serif; }
.brand-wordmark small { display:block; margin-top:6px; font:10px/1 Arial,sans-serif; text-align:center; color:var(--accent-2); }
.primary-nav { display:flex; align-items:center; gap:28px; flex:1; }
.primary-nav a,.footer-nav a { text-decoration:none; color:#e0e2e8; }
.primary-nav a:hover,.footer-nav a:hover { color:#fff; text-decoration:underline; }
.header-actions { margin-left:auto; display:flex; }
.button { display:inline-flex; align-items:center; justify-content:center; min-height:44px; padding:8px 20px; border-radius:6px; text-decoration:none; font-weight:700; line-height:1.35; }
.header-button,.button.primary { background:#d51035; border:1px solid #ee4563; color:white; }
.header-button { min-width:130px; white-space:nowrap; border-radius:10px; animation: pulse 2s infinite !important; }
@keyframes pulse { 0%,100% { box-shadow:0 0 0 0 #ff355300; } 50% { box-shadow:0 0 0 4px #ff355333; } }
.header-button:hover,.button.primary:hover { background:#ee1741; }
.button.secondary { border:1px solid var(--line); background:var(--surface-2); }
.menu-toggle { display:none; align-items:center; justify-content:center; flex:0 0 42px; width:42px; height:42px; font-size:24px; line-height:1; color:white; background:#34363e; border:1px solid #727682; border-radius:6px; cursor:pointer; }
.hero { padding:24px 0 18px; background:#202126; }
.hero-banner-link { display:block; width:min(var(--hero-display-width,1000px),100%); margin:0 auto; overflow:hidden; border-radius:4px; }
.hero-banner-image { display:block; width:100%; height:auto; }
.offer-note { max-width:820px; margin:10px auto 0; text-align:center; font-size:12px; line-height:1.45; color:var(--muted); }
.hero .offer-note { color:#d0d2d9; }
.content > .offer-note { margin:-18px auto 26px; }
.main { padding:34px 0 60px; }
.content-shell { max-width:1000px; }
.content { min-width:0; }
h1 { margin:0 0 22px; font-size:38px; line-height:1.18; overflow-wrap:break-word; }
h2 { margin:38px 0 15px; font-size:26px; line-height:1.25; }
h3 { margin:28px 0 12px; font-size:20px; line-height:1.3; }
p,li { color:var(--muted); }
p { margin:0 0 18px; }
.content p a:not(.button),.content li a { color:var(--accent-2); }
.content p a:not(.button):hover,.content li a:hover { color:#ffe4a5; }
.content strong { color:var(--text); }
ul { padding-left:23px; }
li { padding-left:3px; margin:9px 0; }
.secondary-banner { width:min(var(--secondary-banner-display-width,820px),100%); margin:0 auto 30px; }
.secondary-banner-link { display:block; overflow:hidden; border-radius:4px; }
.secondary-banner-image { display:block; width:100%; height:auto; }
.games-showcase { margin:30px 0 38px; }
.games-showcase h2 { margin-top:0; }
.games-showcase-intro { margin-bottom:20px; }
.games-grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:14px; }
.game-card { display:block; min-width:0; height:100%; border:1px solid var(--line); background:var(--surface); color:var(--text); text-decoration:none; border-radius:6px; overflow:hidden; transition:border-color .16s ease; }
.game-card:hover { border-color:#f0cd81; }
.game-card figure { display:flex; flex-direction:column; height:100%; margin:0; }
.game-card-media { display:block; aspect-ratio:315/236; background:var(--surface-2); }
.game-card-media img { display:block; width:100%; height:100%; object-fit:contain; }
.game-card-caption { display:flex; flex-direction:column; gap:6px; flex:1; min-height:135px; padding:12px; }
.game-card-name { display:block; min-height:3.75em; font-weight:700; line-height:1.25; font-size:15px; overflow-wrap:break-word; }
.game-card-provider { display:block; color:var(--muted); font-size:12px; line-height:1.35; overflow-wrap:break-word; }
.game-card-cta { margin-top:auto; color:var(--accent-2); font-size:13px; font-weight:700; }
.table-wrapper { overflow-x:auto; border:1px solid var(--line); border-radius:4px; margin:20px 0; }
table { width:100%; min-width:580px; border-collapse:collapse; font-size:15px; }
th,td { padding:15px 17px; text-align:left; border-bottom:1px solid var(--line); vertical-align:top; }
th { background:var(--surface-2); font-weight:700; }
td { color:var(--muted); }
tbody tr:last-child td { border-bottom:0; }
.faq { margin-top:38px; }
.faq-item { margin:0; border-bottom:1px solid var(--line); }
.faq-item summary { font-weight:700; padding:18px 4px; cursor:pointer; line-height:1.5; }
.faq-item[open] summary { color:var(--accent-2); }
.faq-item div { padding:0 4px 20px; color:var(--muted); }
.site-footer { padding:34px 0 44px; border-top:1px solid var(--line); background:#191a1f; --muted:#c8cbd3; }
.footer-grid { display:grid; gap:16px; justify-items:center; text-align:center; }
.footer-nav { display:flex; flex-wrap:wrap; gap:12px 22px; justify-content:center; }
.footer-note { max-width:780px; font-size:13px; margin:0; }
.copyright { margin:0; font-size:13px; }
.text-button { border:0; background:transparent; color:#f0cd81; text-decoration:underline; padding:8px; cursor:pointer; }
.cookie-banner { position:fixed; inset:auto 16px 16px; z-index:100; display:flex; justify-content:center; }
.cookie-card { width:min(860px,100%); max-height:calc(100dvh - 32px); overflow:auto; padding:22px; border:1px solid #64646e; border-radius:8px; background:#242429; color:#fff; --muted:#d8dbe2; box-shadow:0 10px 40px #0008; }
.cookie-card p { margin:10px 0 16px; line-height:1.5; font-size:14px; }
.cookie-options { display:grid; gap:7px; margin:16px 0; }
.cookie-options small { color:var(--muted); line-height:1.45; margin-bottom:9px; }
.cookie-options input { accent-color:#cf1638; }
.cookie-actions { display:flex; flex-wrap:wrap; gap:10px; }
.cookie-actions button { min-height:44px; padding:9px 16px; background:#36363e; color:white; border:1px solid #a3a3af; border-radius:5px; cursor:pointer; font-size:14px; font-weight:700; }
.cookie-actions button:hover { background:#494951; }
@media (max-width:860px) {
  .container { width:calc(100% - 28px); }
  .header-inner { min-height:70px; gap:10px; }
  .brand { order:1; }
  .brand img { width:46px; height:56px; }
  .brand-wordmark { font-size:17px; }
  .brand-wordmark small { font-size:9px; margin-top:5px; }
  .header-actions { order:2; }
  .header-button { min-width:100px; min-height:40px; padding:8px 11px; font-size:14px; }
  .menu-toggle { display:inline-flex; order:3; }
  .primary-nav { display:none; position:absolute; top:100%; left:0; right:0; flex-direction:column; align-items:stretch; gap:0; background:#202126; padding:10px; border:1px solid #727682; border-radius:0 0 6px 6px; }
  .primary-nav.open { display:flex; }
  .primary-nav a { padding:10px 12px; }
  .hero { padding-top:16px; }
  .hero-banner-link { width:min(100%,calc(52svh * .75)); }
  .main { padding-top:26px; }
  h1 { font-size:30px; }
  h2 { font-size:24px; }
  .games-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
}
@media (max-width:560px) {
  .games-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
  .game-card-caption { padding:10px; }
  .game-card-name { font-size:14px; }
  .cookie-banner { inset:auto 8px 8px; }
  .cookie-card { padding:16px; max-height:calc(100dvh - 16px); }
  .cookie-actions { display:grid; grid-template-columns:1fr 1fr; }
  .cookie-actions button { padding:8px; }
}
@media (max-width:360px) {
  .header-inner { gap:7px; }
  .brand img { width:38px; }
  .brand-wordmark { font-size:15px; }
  .header-button { min-width:92px; padding:8px 10px; font-size:13px; }
  .menu-toggle { width:38px; height:40px; flex-basis:38px; }
  h1 { font-size:27px; }
}
@media (prefers-reduced-motion:reduce) { * { scroll-behavior:auto!important; transition:none!important; } .header-button { animation:none!important; } }
