* { box-sizing: border-box; }
:root {
  --expert-accent: #7c83ff;
  --expert-accent-2: #97c4ff;
  --expert-ink: #0f1a2f;
}
body {
  margin: 0;
  font-family: Inter, Segoe UI, Arial, sans-serif;
  background-image: radial-gradient(circle at 85% 0%, rgba(124, 131, 255, .3), transparent 34%), linear-gradient(180deg, rgba(9, 17, 36, .92) 0%, rgba(12, 24, 53, .95) 100%), url("../../assets/backgrounds/bg.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #e8edff;
  line-height: 1.6;
}
a { color: var(--expert-accent-2); }
.wrap { width: min(1120px, 92%); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; backdrop-filter: blur(7px); border-bottom: 1px solid rgba(255, 255, 255, .12); background: rgba(8, 16, 35, .78); }
.site-header--analyst { box-shadow: 0 7px 26px rgba(0, 0, 0, .32); }
.masthead { display: flex; justify-content: space-between; align-items: center; padding: .72rem 0 .46rem; gap: .8rem; }
.brand { color: #fff; text-decoration: none; font-weight: 800; letter-spacing: .4px; }
.brand--analyst { display: inline-flex; align-items: center; gap: .65rem; }
.brand--analyst svg { width: 36px; height: 36px; fill: none; stroke: var(--expert-accent-2); stroke-width: 2.2; }
.analyst-rotor { font-style: normal; color: var(--expert-accent-2); display: inline-block; animation: rotor 6s linear infinite; }
@keyframes rotor { from { transform: rotate(0deg); } to { transform: rotate(-360deg); } }
.masthead-note { margin: 0; font-size: .78rem; letter-spacing: .08em; color: #becdfd; text-transform: uppercase; }
.nav-row { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 0 0 .78rem; }
.nav-tabs { display: flex; gap: 4px; flex-wrap: wrap; align-items: center; }
.nav-tabs a { text-decoration: none; color: #eff4ff; border-bottom: 2px solid transparent; padding: .38rem .6rem; border-radius: 8px 8px 0 0; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.nav-tabs a:hover, .nav-tabs a:focus-visible { border-bottom-color: var(--expert-accent); background: rgba(124, 131, 255, .13); transform: translateY(-1px); }
.age-pill { border: 1px solid var(--expert-accent); padding: .2rem .6rem; border-radius: 999px; font-size: .85rem; color: #d7e4ff; }
.hero { padding: 32px 0 20px; position: relative; }
.hero-glow-sep { height: 2px; width: min(420px, 88%); margin-bottom: 1rem; }
.hero-glow-sep--indigo { background: linear-gradient(90deg, transparent, var(--expert-accent), transparent); box-shadow: 0 0 16px rgba(124, 131, 255, .8); }
.hero h1 { font-size: clamp(1.8rem, 3.6vw, 2.8rem); margin: .2rem 0 1rem; }
.hero h1 span { font-size: .65em; color: var(--expert-accent); }
.kicker { text-transform: uppercase; font-size: .85rem; letter-spacing: .08em; color: var(--expert-accent-2); }
.disclosure { border-left: 3px solid var(--expert-accent); padding-left: 12px; }
.analyst-motifs { position: absolute; top: 0; right: 0; display: inline-flex; gap: .45rem; transform: translate3d(calc(var(--mx, 0px) * .035), calc(var(--my, 0px) * .035), 0); }
.analyst-motifs span { font-size: .72rem; letter-spacing: .07em; text-transform: uppercase; color: #d5e2ff; border: 1px solid rgba(151, 196, 255, .42); background: rgba(151, 196, 255, .1); border-radius: 999px; padding: .22rem .46rem; }
.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(190deg, rgba(151, 196, 255, .09), rgba(255, 255, 255, .03)); border: 1px solid rgba(151, 196, 255, .26); border-radius: 14px; padding: 14px; display: flex; flex-direction: column; gap: 8px; min-height: 314px; box-shadow: 0 8px 22px rgba(0, 0, 0, .24); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.card:hover { transform: translateY(-3px); border-color: rgba(151, 196, 255, .54); box-shadow: 0 12px 28px rgba(124, 131, 255, .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--analyst .card::before { content: "ANALYST SCORECARD"; font-size: .66rem; letter-spacing: .1em; color: #cdddff; }
.scorecard { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; margin: .2rem 0; }
.scorecard p { margin: 0; border: 1px solid rgba(151, 196, 255, .34); background: rgba(151, 196, 255, .08); border-radius: 8px; padding: .3rem .35rem; display: flex; justify-content: space-between; align-items: center; font-size: .78rem; }
.scorecard span { color: #c8dbff; text-transform: uppercase; letter-spacing: .06em; }
.scorecard strong { color: #eef4ff; font-size: .92rem; }
.rating { margin: 0; display: flex; flex-wrap: wrap; gap: .4rem; align-items: center; }
.badge { background: var(--expert-accent); color: #051118; font-weight: 700; border-radius: 999px; padding: .15rem .55rem; }
.badge--score { background: linear-gradient(180deg, #97c4ff, #7c83ff); color: var(--expert-ink); }
.chip { font-size: .73rem; border: 1px solid transparent; letter-spacing: .02em; }
.chip--deep { background: rgba(124, 131, 255, .18); border-color: rgba(124, 131, 255, .46); color: #dce6ff; }
.chip--cool { background: rgba(56, 189, 248, .16); border-color: rgba(56, 189, 248, .48); color: #d8f4ff; }
.btn { display: inline-block; text-decoration: none; background: linear-gradient(180deg, #97c4ff, #7c83ff); color: #091425; 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(124, 131, 255, .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; }
.timeline-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; }
.timeline-grid article { border-left: 3px solid var(--expert-accent); background: rgba(99, 102, 241, .1); border-radius: 10px; padding: 12px; }
.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(99, 102, 241, .38); background: rgba(99, 102, 241, .1); 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--analyst { background: linear-gradient(180deg, rgba(124, 131, 255, .08), rgba(124, 131, 255, .02)); }
.analyst-footer { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; }
.analyst-footer__panel { background: rgba(255, 255, 255, .04); border: 1px solid rgba(151, 196, 255, .34); border-radius: 12px; padding: 12px; }
.analyst-footer__panel h2 { margin: 0 0 .45rem; color: #d2e0ff; font-size: 1.04rem; }
.footer-links { display: flex; gap: .7rem; flex-wrap: wrap; }
.footer-bottom { text-align: center; margin: .8rem 0 0; color: #d2e0ff; }
.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(--expert-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) {
  .masthead, .nav-row { flex-direction: column; align-items: flex-start; }
  .split-panel, .analyst-footer { grid-template-columns: 1fr; }
  .analyst-motifs { position: static; margin-top: .5rem; transform: none; }
  .card { min-height: 0; }
}
