/* ===== Casino Compass — Dark UI (vx- prefix) ===== */
/* Typography: Inter + Space Grotesk */
:root{
  /* Base colors */
  --vx-bg:#0b1020;            /* deep navy */
  --vx-surface:#0f162c;       /* layer 1 */
  --vx-surface-2:#121a32;     /* layer 2 */
  --vx-overlay:rgba(8,14,28,.72);
  --vx-line:rgba(255,255,255,.12);
  --vx-text:#e6eef7;
  --vx-muted:#a5b2c7;

  /* Accents */
  --vx-cyan:#2dd4bf;          /* cyan */
  --vx-violet:#a78bfa;        /* violet */
  --vx-amber:#f59e0b;         /* warm amber */
  --vx-accent-grad:linear-gradient(135deg, var(--vx-amber) 0%, var(--vx-violet) 55%, var(--vx-cyan) 100%);
  --vx-shadow: 0 12px 34px rgba(0,0,0,.45);

  /* Radii */
  --vx-r1:12px; --vx-r2:16px; --vx-r3:20px; --vx-pill:999px;
}

*{box-sizing:border-box}
html,body{min-height:100%; margin:0; padding:0}

body{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--vx-text);
  background:
    radial-gradient(1200px 600px at -10% -20%, color-mix(in oklab, var(--vx-amber) 14%, transparent), transparent 60%),
    radial-gradient(1000px 500px at 120% -10%, color-mix(in oklab, var(--vx-violet) 14%, transparent), transparent 60%),
    radial-gradient(1100px 560px at 120% 110%, color-mix(in oklab, var(--vx-cyan) 12%, transparent), transparent 60%),
    linear-gradient(180deg, #0b1020 0%, #0b132b 100%);
  line-height:1.7;
  font-size:16px;
}

/* Decorative background image layer (fixed) */
body::before{
  content:""; position:fixed; inset:0; z-index:-1;
  background-image:linear-gradient(0deg, rgba(9,12,24,.78), rgba(9,14,28,.88)), url('../images/aurora-texture.webp');
  background-position:center; background-size:cover; background-repeat:no-repeat;
}

/* Containers */
.vx-container{ width:min(1200px, 92%); margin-inline:auto; }

/* Skip link */
.vx-skip{ position:absolute; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden; }
.vx-skip:focus{ left:12px; top:12px; width:auto; height:auto; padding:8px 12px; background:#111a35; color:#fff; border:2px solid var(--vx-cyan); border-radius:var(--vx-pill); z-index:10000 }

/* Buttons */
.vx-btn{ display:inline-flex; align-items:center; justify-content:center; gap:.55rem; padding:.9rem 1.1rem; border-radius:var(--vx-r1); border:1px solid var(--vx-line); background:#14213f; color:#fff; text-decoration:none; cursor:pointer; line-height:1; font-weight:700; transition:transform .15s ease, filter .15s ease, background-color .15s ease, box-shadow .15s ease; }
.vx-btn:hover{ transform:translateY(-1px) }
.vx-btn:focus-visible{ outline:2px solid color-mix(in oklab, var(--vx-violet) 65%, transparent); outline-offset:2px }
.vx-btn:active{ transform: translateY(0) }

.vx-btn--accent{ border:0; background-image:var(--vx-accent-grad); color:#0b0f1c; box-shadow:0 10px 28px -12px color-mix(in oklab, var(--vx-violet) 45%, transparent) }
.vx-btn--accent:hover{ filter:brightness(1.06) }

.vx-btn--ok{ background:var(--vx-cyan); color:#05131a; border-color:transparent; font-weight:800 }
.vx-btn--ghost{ background:transparent; color:#d7e5ff }
.vx-btn--ghost:hover{ background:#0f1b39 }

/* Chips and badges */
.vx-chip{ display:inline-flex; align-items:center; justify-content:center; padding:.35rem .7rem; border-radius:var(--vx-pill); background:#172146; color:#fff; border:1px solid var(--vx-line); font-weight:800; letter-spacing:.3px; }
.vx-chip--age{ background:#2b1431; border-color:#6f2a7d }
.vx-badge{ display:inline-block; padding:.45rem .7rem; border-radius:12px; border:1px solid color-mix(in oklab, var(--vx-amber) 45%, transparent); background:#2a1f0e; color:#ffdca3; font-weight:800 }
.vx-badge--ok{ background:#0f2b2a; color:#aefcf2; border-color:color-mix(in oklab, var(--vx-cyan) 45%, transparent) }

/* Hero */
.vx-hero{ position:relative; padding:72px 0 36px; overflow:hidden }
.vx-hero__wrap{ display:grid; gap:32px; grid-template-columns:1.15fr .85fr; align-items:start }
@media (max-width:900px){ .vx-hero__wrap{ grid-template-columns:1fr } }

.vx-hero__meta{ display:flex; align-items:center; gap:10px }
.vx-hero__date{ color:var(--vx-muted) }
.vx-hero__title{ font-family: "Space Grotesk", Inter, system-ui, sans-serif; font-weight:800; font-size:clamp(2.4rem, 1.4rem + 3vw, 3.4rem); line-height:1.12; margin:.5rem 0 .6rem }
.vx-hero__lead{ color:#d8e6ff; margin:0 0 18px }

.vx-points{ list-style:none; display:flex; flex-wrap:wrap; gap:10px; padding:0; margin:10px 0 0 }
.vx-points__item{ background:#16224a; border:1px solid var(--vx-line); border-radius:var(--vx-pill); padding:.55rem .9rem; display:flex; align-items:center; gap:.55rem; color:#e9f2ff }

/* Hero decorative image */
.vx-hero__bg{ position:absolute; inset:auto -8% -25% -8%; width:116%; height:auto; opacity:.14; filter:saturate(60%) contrast(90%); pointer-events:none }

/* Card (operator) */
.vx-card{ background:linear-gradient(180deg, #11173c 0%, #0e1635 100%); border:1px solid var(--vx-line); border-radius:var(--vx-r2); box-shadow:var(--vx-shadow); padding:20px; transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease }
.vx-card:hover{ transform:translateY(-3px); border-color:color-mix(in oklab, var(--vx-amber) 45%, transparent); box-shadow:0 20px 40px rgba(0,0,0,.5) }
.vx-card__head{ display:flex; align-items:center; justify-content:space-between; gap:12px }
.vx-card__brand{ display:grid; place-items:center; width:144px; height:72px; border-radius:14px; background:#0f2147; border:1px solid var(--vx-line); font-weight:900; letter-spacing:.4px; color:#fff; padding: 10px; }
.vx-card__brand img{width: 100%;}
.vx-card__rating{ display:flex; align-items:center; gap:10px }
.vx-stars{ color:#ffd269 }
.vx-card__score{ font-weight:800 }
.vx-card__body{ margin-top:14px }
.vx-card__title{ margin:.1rem 0 .5rem; font-size:1.25rem; font-weight:800 }
.vx-card__bonus{ margin:0 0 12px }
.vx-card__note{ color:var(--vx-muted); margin:.6rem 0 0 }

/* Sections */
.vx-section{ padding:44px 0 10px }
.vx-h2{ font-family: "Space Grotesk", Inter, sans-serif; font-weight:800; font-size:clamp(1.6rem, 1.1rem + 1.6vw, 2.2rem); margin:0 0 10px; position:relative; padding-left:14px }
.vx-h2::before{ content:""; position:absolute; left:0; top:.2em; bottom:.2em; width:4px; background:var(--vx-accent-grad); border-radius:4px }
.vx-lead{ color:var(--vx-muted); margin:0 0 20px }

.vx-grid{ display:grid; gap:18px; grid-template-columns:repeat(4,1fr) }
@media (max-width:900px){ .vx-grid{ grid-template-columns:repeat(2,1fr) } }
@media (max-width:560px){ .vx-grid{ grid-template-columns:1fr } }

.vx-tile{ background:color-mix(in oklab, var(--vx-amber) 10%, rgba(0,0,0,0)); border:1px solid color-mix(in oklab, var(--vx-amber) 35%, transparent); border-radius:16px; padding:18px; transition:transform .15s ease, box-shadow .15s ease; box-shadow:0 12px 28px -16px color-mix(in oklab, var(--vx-violet) 35%, transparent) }
.vx-tile:hover{ transform:translateY(-2px); box-shadow:0 18px 38px -18px color-mix(in oklab, var(--vx-violet) 55%, transparent) }
.vx-tile__ico{ width:48px; height:48px; border-radius:12px; display:grid; place-items:center; background:#0f2546; color:#ffd9a6; margin-bottom:12px }
.vx-tile__title{ margin:.25rem 0 .3rem; font-weight:800; font-size:1.2rem }
.vx-tile__text{ color:var(--vx-muted); margin:0 }

.vx-list{ list-style:none; padding:0; margin:12px 0; display:grid; gap:.6rem }
.vx-list i{ color:var(--vx-amber); margin-right:.55rem }

/* FAQ (details/summary) */
.vx-faq{ padding:28px 0 60px }
.vx-acc{ background:var(--vx-surface-2); border:1px solid var(--vx-line); border-radius:14px; margin:12px 0; overflow:hidden }
.vx-acc > summary{ list-style:none; cursor:pointer; padding:16px 18px; font-weight:800 }
.vx-acc > summary::-webkit-details-marker{ display:none }
.vx-acc[open] > summary{ background:#0f1b39 }
.vx-acc__body{ padding:0 18px 16px; color:var(--vx-muted) }

/* Footer */
.vx-footer{ padding:40px 0; border-top:1px solid var(--vx-line); background:#0b122d }
.vx-trust{ padding:12px 0 6px }
.vx-trust__title{ font-family:"Space Grotesk", Inter, sans-serif; font-weight:800; font-size:1.2rem; margin:0 0 10px; color:#ffe0b5 }
.vx-trust__row{ display:flex; flex-wrap:wrap; align-items:center; gap:12px }
.vx-trust__item{ display:flex; align-items:center; justify-content:center; background:var(--vx-surface); border:1px solid var(--vx-line); border-radius:12px; padding:8px 12px; height:56px; min-width:72px; transition:border-color .2s ease, transform .15s ease }
.vx-trust__item:hover{ transform:translateY(-2px); border-color:color-mix(in oklab, var(--vx-amber) 45%, transparent) }

.vx-footer__grid{ display:grid; grid-template-columns:2fr 1fr 1.2fr; gap:24px }
@media (max-width:900px){ .vx-footer__grid{ grid-template-columns:1fr } }
.vx-footer__brand{ display:flex; align-items:center; gap:10px; margin-bottom:10px }
.vx-footer__title{ font-family:"Space Grotesk", Inter, sans-serif; font-weight:800; font-size:1.25rem }
.vx-footer__text{ color:#d6e6ff; margin:0 0 10px }
.vx-footer__h4{ font-family:"Space Grotesk", Inter, sans-serif; font-weight:800; margin:.25rem 0 .5rem; font-size:1.05rem }
.vx-footer__links{ list-style:none; padding:0; margin:0; display:grid; gap:.45rem }
.vx-footer__link{ color:#d6e6ff; text-decoration:none; padding:.35rem .6rem; border:1px solid var(--vx-line); border-radius:10px; display:inline-block }
.vx-footer__link:hover{ background:#121a3f; border-color:color-mix(in oklab, var(--vx-amber) 45%, transparent) }

.vx-social{ list-style:none; display:flex; gap:10px; padding:0; margin:8px 0 }
.vx-social__link{ display:inline-flex; width:36px; height:36px; align-items:center; justify-content:center; border:1px solid var(--vx-line); border-radius:10px; color:#eaf2ff; text-decoration:none; transition:.2s ease }
.vx-social__link:hover{ transform:translateY(-2px); border-color:color-mix(in oklab, var(--vx-amber) 45%, transparent) }

.vx-footer__muted{ color:var(--vx-muted); margin:6px 0 0 }
.vx-footer__bar{ margin-top:18px; padding-top:14px; border-top:1px solid var(--vx-line) }
.vx-copy{ color:var(--vx-muted); margin:0 }

/* Cookie banner */
.vx-cookie{ display:block; position:fixed; left:0; right:0; bottom:0; z-index:9998; padding:14px 0; background:#0c1432f2; border-top:1px solid var(--vx-line); -webkit-backdrop-filter:blur(4px); backdrop-filter:blur(4px) }
.vx-cookie__wrap{ display:flex; align-items:center; justify-content:space-between; gap:12px }
.vx-cookie__text{ margin:0; color:#deecff }
.vx-cookie__actions{ display:flex; gap:8px }

/* Focus and a11y */
:focus-visible{ outline:2px solid color-mix(in oklab, var(--vx-violet) 60%, transparent); outline-offset:2px }

/* Motion reduction */
@media (prefers-reduced-motion: reduce){
  *{ transition:none !important; animation:none !important }
}

@media (max-width:576px){.vx-hero{padding-top: 20px;}}