/* Design: BRUTAL NEON — black, neon green #39ff14, sharp edges, glow */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=JetBrains+Mono:wght@400;500&display=swap');

:root {
  --bg: #0a0a0a;
  --card: #111;
  --text: #f0f0f0;
  --muted: #888;
  --neon: #39ff14;
  --glow: 0 0 20px rgba(57, 255, 20, 0.4), 0 0 40px rgba(57, 255, 20, 0.15);
  --border: 2px solid var(--neon);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'JetBrains Mono', monospace;
  background: var(--bg);
  background-image: url("bg-cashrsesss.png");
  background-size: cover;
  background-position: center;
  color: var(--text);
  line-height: 1.6;
  min-height: 100vh;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 40% at 50% 0%, rgba(57, 255, 20, 0.06), transparent),
    url("data:image/svg+xml,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='20' height='20' fill='none' stroke='rgba(57,255,20,0.04)' stroke-width='0.5'/%3E%3Crect x='20' y='20' width='20' height='20' fill='none' stroke='rgba(57,255,20,0.04)' stroke-width='0.5'/%3E%3C/svg%3E");
  background-size: auto, 40px 40px;
  pointer-events: none;
  z-index: 0;
}
h1, h2, h3 { font-family: 'Bebas Neue', sans-serif; font-weight: 400; letter-spacing: 0.03em; }
h1 { font-size: clamp(2rem, 5vw, 3rem); }
a { color: var(--neon); text-decoration: none; }
a:hover { text-shadow: var(--glow); }
img { max-width: 100%; height: auto; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 1.25rem; position: relative; z-index: 1; }

.site-header {
  border-bottom: var(--border);
  box-shadow: 0 0 30px rgba(57, 255, 20, 0.1);
  background: var(--bg);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 1rem; flex-wrap: wrap; gap: 1rem; }
.header-layout-nav-first { flex-direction: row; }
.header-layout-nav-first .compliance-links { font-size: 0.75rem; display: flex; gap: 10px; flex-wrap: wrap; }
.footer-layout-disclaimer-first { flex-direction: column; align-items: center; text-align: center; }
.footer-layout-disclaimer-first .footer-disclaimer { order: -1; margin-bottom: 0.5rem; }
.footer-layout-disclaimer-first .footer-regulator-links { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.footer-layout-disclaimer-first .footer-regulator-links a { color: var(--muted); }
.site-logo { font-family: 'Bebas Neue', sans-serif; font-size: 1.5rem; color: var(--neon); text-shadow: var(--glow); letter-spacing: 0.1em; text-decoration: none; display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.35rem 0.7rem; border-radius: 10px; border: 1px solid rgba(57, 255, 20, 0.3); transition: background 0.2s, border-color 0.2s; }
.site-logo:hover { background: rgba(57, 255, 20, 0.08); border-color: rgba(57, 255, 20, 0.5); }
.site-logo-icon { display: inline-flex; flex-shrink: 0; }
.site-logo-icon-right { margin-left: 0.35rem; }
.site-logo-icon-above { display: block; margin: 0 auto 0.3rem; }
.site-logo-stacked { flex-direction: column; align-items: center; }
.site-header nav { display: flex; gap: 1.5rem; }
.site-header nav a { color: var(--muted); font-size: 0.9rem; }
.site-header nav a:hover { color: var(--neon); text-shadow: var(--glow); }
.site-header [style*="font-size:0.75rem"] a { color: var(--muted); }
.site-header [style*="font-size:0.75rem"] a:hover { color: var(--neon); }

.hero {
  padding: 2.5rem 1rem;
  text-align: center;
  border: var(--border);
  margin: 2rem 0;
  background: var(--card);
  box-shadow: var(--glow), inset 0 0 60px rgba(57, 255, 20, 0.03);
}
@keyframes slideInLeft {
  from { opacity: 0; transform: translateX(-24px); }
  to { opacity: 1; transform: translateX(0); }
}

.hero { text-align: center; }
.hero-minimal-badge .hero-badge-tag {
  display: inline-block;
  padding: 0.35rem 0.85rem;
  background: rgba(57, 255, 20, 0.15);
  border: 1px solid rgba(57, 255, 20, 0.5);
  color: var(--neon);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 4px;
  margin-bottom: 1rem;
}
.hero h1 { color: var(--neon); margin-bottom: 0.5rem; text-shadow: var(--glow); }
.hero-sub { color: var(--muted); max-width: 560px; margin: 0.5rem auto 1rem; line-height: 1.5; }
.hero p { color: var(--muted); max-width: 560px; margin: 0.5rem auto; }
.hero .disclaimer { font-size: 0.8rem; margin-top: 1rem; padding: 0.75rem; border-top: 1px solid rgba(57, 255, 20, 0.3); color: var(--muted); }
.methodology-block {
  margin: 1.5rem 0;
  padding: 1.25rem 1.5rem;
  border: 1px solid rgba(57, 255, 20, 0.3);
  background: rgba(57, 255, 20, 0.04);
  border-radius: 4px;
}
.methodology-block h2 { font-size: 1rem; margin-bottom: 0.5rem; color: var(--neon); }
.methodology-block p { margin: 0; color: var(--text); font-size: 0.9rem; line-height: 1.55; }

.page-hero { padding: 2rem 0 1.5rem; border-bottom: 1px solid rgba(57, 255, 20, 0.3); margin-bottom: 2rem; }
.page-hero h1 { color: var(--neon); margin: 0 0 0.5rem; }
.page-hero .disclaimer { font-size: 0.85rem; color: var(--muted); margin: 0; }

.grid-wrapper { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.25rem; margin: 1.5rem 0; }
.casino-card {
  background: var(--card);
  border: var(--border);
  padding: 1.25rem;
  transition: box-shadow 0.3s, transform 0.25s;
  animation: slideInLeft 0.45s ease-out backwards;
}
.casino-card:nth-child(1){ animation-delay: 0.05s; }
.casino-card:nth-child(2){ animation-delay: 0.1s; }
.casino-card:nth-child(3){ animation-delay: 0.15s; }
.casino-card:nth-child(4){ animation-delay: 0.2s; }
.casino-card:nth-child(5){ animation-delay: 0.25s; }
.casino-card:nth-child(6){ animation-delay: 0.3s; }
.casino-card:hover { box-shadow: var(--glow); transform: translateX(4px); }
.casino-card .logo-wrap {
  width: 100px; height: 64px;
  background: var(--bg);
  border: 1px solid rgba(57, 255, 20, 0.4);
  display: flex; align-items: center; justify-content: center;
  padding: 8px; margin-bottom: 0.75rem;
}
.casino-card .logo-wrap { border-radius: 14px; overflow: hidden; box-shadow: inset 0 1px 0 rgba(255,255,255,0.05); }
.casino-card .logo-wrap img { object-fit: contain; max-width: 100%; max-height: 100%; border-radius: 10px; }
.casino-card h3 { margin: 0 0 0.35rem; font-size: 1.05rem; color: var(--text); }
.casino-card { position: relative; }
.casino-card .card-badge {
  position: absolute; top: 0.75rem; right: 0.75rem;
  font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em;
  padding: 0.2rem 0.5rem; border-radius: 4px; background: var(--neon); color: #0a0a0f; z-index: 1;
}
.casino-card .meta, .casino-card .tcs { font-size: 0.8rem; color: var(--muted); }
.casino-card .casino-features { list-style: none; margin: 0 0 0.5rem; padding: 0; font-size: 0.8rem; color: var(--muted); }
.casino-card .casino-features li { padding: 0.15rem 0 0.15rem 1rem; position: relative; }
.casino-card .casino-features li::before { content: '▸'; position: absolute; left: 0; color: var(--neon); font-size: 0.75rem; }
.casino-card .card-desc { font-size: 0.8rem; color: var(--muted); line-height: 1.45; margin-bottom: 0.5rem; }
.casino-card .rating { font-size: 0.8rem; margin: 0.25rem 0 0.5rem; color: var(--neon); }
.casino-card .cta {
  display: inline-block; margin-top: 0.75rem; padding: 0.5rem 1rem;
  background: transparent; color: var(--neon); border: var(--border);
  font-weight: 500; font-family: inherit;
}
.casino-card .cta:hover { box-shadow: var(--glow); }

.content-block { margin: 1.5rem 0; padding: 1.5rem; border: var(--border); background: var(--card); }
.content-block h2 { margin-top: 0; color: var(--neon); text-shadow: 0 0 15px rgba(57, 255, 20, 0.2); }
.content-block p { margin: 0; color: var(--text); }

.site-footer { border-top: var(--border); padding: 2rem 1rem; margin-top: 2rem; box-shadow: 0 -4px 30px rgba(57, 255, 20, 0.08); }
.footer-inner { text-align: center; }
.footer-inner a { color: var(--muted); }
.footer-inner a:hover { color: var(--neon); }
.footer-inner > div[style*="display:flex"] img { opacity: 0.9; }
.footer-disclaimer { font-size: 0.75rem; color: var(--muted); margin-top: 1rem; }
.footer-layout-disclaimer-first .footer-disclaimer { padding: 1rem 1.5rem; background: rgba(57, 255, 20, 0.05); border: 1px solid rgba(57, 255, 20, 0.2); border-radius: 8px; margin-bottom: 1rem; }
.footer-layout-disclaimer-first .footer-regulator-links { padding: 1rem 0; border-top: 1px solid rgba(57, 255, 20, 0.15); }
.footer-note { font-size: 0.75rem; color: var(--muted); margin: 0.75rem 0 0; text-align: center; opacity: 0.9; }
.footer-layout-disclaimer-first > div[style*="display:flex"] { padding-top: 1rem; }
.footer-layout-disclaimer-first > div[style*="display:flex"] img { padding: 6px; border: 1px solid rgba(57, 255, 20, 0.2); border-radius: 6px; }
.methodology-block { border-radius: 12px; padding: 1.75rem; border-left: 5px solid var(--neon); margin-left: 0; max-width: 95%; }
.content-block:nth-of-type(1) { border-radius: 8px; max-width: 88%; margin-right: 0; margin-left: auto; }
.content-block-short { padding: 1rem 1.25rem; border-radius: 999px; max-width: 70%; margin-left: auto; margin-right: auto; text-align: center; }

.cookie-banner {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: var(--card); border-top: var(--border);
  padding: 1rem 1.5rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem;
  z-index: 1000; box-shadow: 0 -8px 30px rgba(57, 255, 20, 0.1);
}
.cookie-banner.hidden { display: none; }
.cookie-banner p { margin: 0; color: var(--text); }
.cookie-banner button { padding: 0.5rem 1rem; background: var(--neon); color: var(--bg); border: none; font-weight: 600; cursor: pointer; font-family: inherit; }
.cookie-banner button:hover { box-shadow: var(--glow); }

.age-gate-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.95); display: flex; align-items: center; justify-content: center; z-index: 2000; }
.age-gate-overlay.hidden { display: none; }
.age-gate-box { background: var(--card); border: var(--border); padding: 2rem; max-width: 360px; text-align: center; box-shadow: var(--glow); }
.age-gate-box h2 { color: var(--neon); margin-top: 0; text-shadow: var(--glow); }
.age-gate-box p { color: var(--muted); }
.age-gate-box .buttons { margin-top: 1.5rem; display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.age-gate-box button { padding: 0.6rem 1.2rem; cursor: pointer; font-family: inherit; font-weight: 600; }
.age-gate-box .btn-confirm { background: var(--neon); color: var(--bg); border: none; }
.age-gate-box .btn-confirm:hover { box-shadow: var(--glow); }
.age-gate-box .btn-leave { background: transparent; color: var(--muted); border: 2px solid var(--muted); }

/* Inner pages */
main .container > p[style*="font-size: 0.8rem"] { color: var(--muted); margin-top: 2rem; }
