* { box-sizing: border-box; }
:root {
  --slot-accent: #ffb74a;
  --slot-accent-2: #ffdca2;
  --slot-ink: #101624;
}
body {
  margin: 0;
  font-family: Inter, Segoe UI, Arial, sans-serif;
  background-image: radial-gradient(circle at 18% -6%, rgba(255, 183, 74, .22), transparent 34%), linear-gradient(180deg, rgba(30, 21, 54, .9) 0%, rgba(17, 24, 39, .94) 100%), url("../../assets/backgrounds/bg.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #f8fafc;
  line-height: 1.6;
}
a { color: var(--slot-accent); }
.wrap { width: min(1120px, 92%); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; backdrop-filter: blur(8px); border-bottom: 1px solid rgba(255, 255, 255, .14); background: rgba(12, 15, 27, .68); }
.site-header--reels { box-shadow: 0 8px 24px rgba(0, 0, 0, .28); }
.top-ticker { overflow: hidden; border-bottom: 1px solid rgba(255, 183, 74, .3); background: linear-gradient(90deg, rgba(255, 183, 74, .12), rgba(255, 183, 74, .04)); }
.top-ticker__track { white-space: nowrap; padding: .35rem 0; color: var(--slot-accent-2); letter-spacing: .08em; font-size: .76rem; animation: ticker 24s linear infinite; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-45%); } }
.header-inner { display: flex; justify-content: space-between; align-items: center; padding: 14px 0; gap: 16px; }
.brand { color: #fff; text-decoration: none; font-weight: 800; letter-spacing: .4px; }
.brand--reel { display: inline-flex; align-items: center; gap: .6rem; }
.brand--reel svg { width: 38px; height: 38px; fill: none; stroke: var(--slot-accent); stroke-width: 2.2; }
.brand--reel span { font-size: 1.1rem; }
.micro-gear { font-style: normal; display: inline-block; color: var(--slot-accent); animation: spinSlow 5s linear infinite; }
@keyframes spinSlow { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.nav-chips { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.nav-chips a { text-decoration: none; color: #f4f7ff; padding: .34rem .72rem; border-radius: 999px; border: 1px solid rgba(255, 183, 74, .35); background: rgba(255, 183, 74, .08); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.nav-chips a:hover, .nav-chips a:focus-visible { background: rgba(255, 183, 74, .2); transform: translateY(-1px); box-shadow: 0 8px 16px rgba(255, 183, 74, .2); }
.age-pill { border: 1px solid var(--slot-accent); padding: .2rem .6rem; border-radius: 999px; font-size: .85rem; color: var(--slot-accent-2); }
.hero { padding: 32px 0 20px; position: relative; overflow: hidden; }
.hero--reels { isolation: isolate; }
.hero-glow-sep { height: 2px; width: min(370px, 86%); background: linear-gradient(90deg, transparent, var(--slot-accent), transparent); box-shadow: 0 0 18px rgba(255, 183, 74, .8); margin: 0 0 1.1rem; }
.hero h1 { font-size: clamp(1.8rem, 3.6vw, 2.8rem); margin: .2rem 0 1rem; }
.hero h1 span { font-size: .65em; color: var(--slot-accent); }
.kicker { text-transform: uppercase; font-size: .85rem; letter-spacing: .08em; color: var(--slot-accent-2); }
.disclosure { border-left: 3px solid var(--slot-accent); padding-left: 12px; }
.floating-motifs { position: absolute; right: 0; top: 0; display: flex; gap: .55rem; padding: .4rem; transform: translate3d(calc(var(--mx, 0px) * .04), calc(var(--my, 0px) * .03), 0); }
.floating-motifs span { border: 1px solid rgba(255, 183, 74, .45); color: var(--slot-accent-2); background: rgba(255, 183, 74, .08); border-radius: 999px; padding: .22rem .46rem; font-size: .74rem; letter-spacing: .06em; }
.notice-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; margin: 24px 0; }
.notice-grid > div { background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .12); border-radius: 12px; padding: 14px; }
.regulator-strip { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 22px; }
.regulator-strip a { display: inline-flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, .95); border: 1px solid rgba(255, 255, 255, .22); border-radius: 10px; padding: 6px; transition: transform .2s ease; }
.regulator-strip a:hover { transform: translateY(-1px); }
.regulator-strip img { width: 112px; height: 36px; object-fit: contain; }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin: 14px 0 24px; align-items: stretch; }
.card { background: linear-gradient(165deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .03)); border: 1px solid rgba(255, 183, 74, .2); border-radius: 14px; padding: 14px; display: flex; flex-direction: column; gap: 8px; min-height: 304px; box-shadow: 0 8px 22px rgba(0, 0, 0, .2); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.card:hover { transform: translateY(-4px) scale(1.01); border-color: rgba(255, 183, 74, .48); box-shadow: 0 14px 32px rgba(255, 183, 74, .2); }
.casino-logo-link { display: inline-flex; width: fit-content; }
.card img { width: 120px; max-width: 100%; height: 44px; object-fit: contain; background: #fff; border-radius: 8px; padding: 4px; }
.cards--slotmaster .card::before { content: "SLOT RATING"; font-size: .65rem; letter-spacing: .1em; color: var(--slot-accent-2); }
.reel-rating { display: inline-flex; gap: 5px; margin: .1rem 0; }
.reel { width: 28px; height: 28px; border-radius: 8px; display: inline-flex; justify-content: center; align-items: center; font-size: .9rem; border: 1px solid rgba(255, 183, 74, .45); background: rgba(255, 183, 74, .08); color: rgba(255, 220, 162, .4); }
.reel.on { color: #1f2937; background: linear-gradient(180deg, #ffdca2, #ffb74a); }
.reel.half { color: #1f2937; background: linear-gradient(90deg, #ffdca2 50%, rgba(255, 220, 162, .2) 50%); }
.reel.off { color: rgba(255, 220, 162, .32); }
.rating-meta { margin: 0; font-size: .95rem; display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }
.badge { background: var(--slot-accent); color: #051118; font-weight: 700; border-radius: 999px; padding: .12rem .45rem; margin-left: 0; }
.chip { border-radius: 999px; font-size: .74rem; letter-spacing: .02em; border: 1px solid transparent; }
.chip--amber { background: rgba(255, 183, 74, .15); border-color: rgba(255, 183, 74, .45); color: var(--slot-accent-2); }
.chip--mint { background: rgba(16, 185, 129, .13); border-color: rgba(16, 185, 129, .45); color: #bbf7d0; }
.chip--blue { background: rgba(96, 165, 250, .14); border-color: rgba(96, 165, 250, .46); color: #bfdbfe; }
.btn { display: inline-block; text-decoration: none; background: linear-gradient(180deg, #ffdca2, #ffb74a); color: var(--slot-ink); font-weight: 700; padding: .55rem .85rem; border-radius: 10px; margin-top: auto; transition: transform .2s ease, box-shadow .2s ease; }
.btn:hover, .btn:focus-visible { transform: translateY(-1px); box-shadow: 0 8px 18px rgba(255, 183, 74, .3); }
.content-block { margin: 18px 0; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .14); border-radius: 14px; padding: 16px; }
.content-block h2, .content-block h3 { margin-top: 0; }
main > section { margin-bottom: 20px; }
.split-panel { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.split-panel article { background: rgba(255, 255, 255, .03); border: 1px solid rgba(255, 255, 255, .1); border-radius: 12px; padding: 14px; }
.data-grid { display: grid; gap: 14px; }
.data-grid.three-col { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.data-grid article { background: rgba(255, 255, 255, .03); border: 1px solid rgba(255, 255, 255, .1); border-radius: 12px; padding: 14px; }
.checklist, .steps { margin: 0; padding-left: 1.2rem; }
.checklist li, .steps li { margin: .45rem 0; }
.warning-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; }
.warning-cards article { border: 1px solid rgba(245, 158, 11, .36); background: rgba(245, 158, 11, .08); border-radius: 12px; padding: 12px; }
.faq-list article { background: rgba(255, 255, 255, .03); border: 1px solid rgba(255, 255, 255, .1); border-radius: 12px; padding: 14px; margin: 10px 0 0; }
.site-footer { border-top: 1px solid rgba(255, 255, 255, .12); margin-top: 24px; padding: 20px 0 24px; font-size: .95rem; }
.site-footer--reels { background: linear-gradient(180deg, rgba(255, 183, 74, .06), rgba(255, 183, 74, .01)); }
.footer-grid { display: grid; gap: 14px; grid-template-columns: 1.2fr .9fr; }
.footer-grid section { background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 183, 74, .22); border-radius: 12px; padding: 12px; }
.footer-grid h2 { margin: 0 0 .4rem; font-size: 1.04rem; color: var(--slot-accent-2); }
.footer-links { display: flex; gap: .7rem; flex-wrap: wrap; }
.footer-bottom { text-align: center; margin: .8rem 0 0; color: rgba(255, 220, 162, .9); }
.cookie-banner { position: fixed; bottom: 14px; left: 50%; transform: translateX(-50%); width: min(760px, 92%); background: #0b0f19; border: 1px solid rgba(255, 255, 255, .22); border-radius: 12px; padding: 12px; display: none; z-index: 30; }
.actions { display: flex; gap: 8px; flex-wrap: wrap; }
button, .secondary { border: none; border-radius: 8px; padding: .55rem .9rem; cursor: pointer; font-weight: 700; }
button { background: var(--slot-accent); color: #07121f; }
.secondary { background: #334155; color: #fff; }
.age-gate { position: fixed; inset: 0; background: rgba(0, 0, 0, .72); display: none; place-items: center; z-index: 40; }
.age-gate .modal { width: min(480px, 92%); background: #111827; border: 1px solid rgba(255, 255, 255, .2); border-radius: 14px; padding: 18px; }
.age-gate.show, .cookie-banner.show { display: grid; }
.cookie-banner.show { display: block; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media (max-width: 760px) {
  .header-inner { flex-direction: column; align-items: flex-start; }
  .split-panel, .footer-grid { grid-template-columns: 1fr; }
  .floating-motifs { position: static; margin-top: .4rem; transform: none; }
  .card { min-height: 0; }
}
