:root {
  --header-bg: #090b1b;
  --text: #f7f3ff;
  --cta: #f0b64d;
  --panel: #171a35;
  --sectionBorder: #353a72;
  --brandCard: #11142a;
  --topbar: #463796;
  --hero-badge-row: #171a35;
  --card-border: #7668e8;
  --rating-bg: #090b1b;
  --hero-bg: #090b1b;
  --badge-bg: #5a4ac5;
  --badge-text: #f7f3ff;
  --exclusive-tag: #f0b64d;
  --welcome-tag: #7668e8;
  --card-gradient-from: #4b3ca8;
  --card-gradient-to: #f0b64d;
  --cta-from: #4b3ca8;
  --cta-to: #f0b64d;
  --gold: #f0b64d;
  --gold-muted: #5a4ac5;
  --background: #090b1b;
  --foreground: #f7f3ff;
  --primary: #f0b64d;
  --primary-foreground: #201708;
  --accent: #7668e8;
  --accent-foreground: #f7f3ff;
  --secondary: #171a35;
  --secondary-foreground: #f7f3ff;
  --card: #171a35;
  --card-foreground: #f7f3ff;
  --muted: #0f1228;
  --muted-foreground: #aba9cf;
  --border: #353a72;
  --input: #171a35;
  --ring: #f0b64d;
  --uk-card-bg: #171a35;
  --uk-border: #353a72a6;
  --uk-brand-ribbon: #5a4ac5;
  --uk-ribbon-text: #f7f3ff;
  --uk-text: #f7f3ff;
  --uk-muted: #aba9cf;
  --uk-cta-text: #201708;
  --uk-label: #d6cdff;
  --uk-claim-glow: #f0b64d80;
  --uk-claim-glow-soft: #f0b64d40;
}

html { color-scheme: dark; }
body { margin: 0; background: var(--background); color: var(--text); }
body.menu-open { overflow: hidden; }

.container { width: min(calc(100% - 32px), 1280px); margin: 0 auto; }
.responsible-top { padding: 7px 16px; background: var(--topbar); color: #fff; text-align: center; font-size: 13px; font-weight: 700; letter-spacing: .04em; }
.responsible-top a { color: #fff; text-decoration: underline; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--sectionBorder); background: var(--header-bg); }
.header-inner { min-height: 60px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.rr-header-brand { display: inline-flex; align-items: center; gap: 9px; min-width: 0; padding: 7px 10px; border: 1px solid rgba(240,182,77,.42); border-radius: 12px; background: rgba(9,11,27,.7); font-weight: 800; letter-spacing: .12em; }
.rr-header-brand .brand-mark { width: 19px; color: var(--primary); filter: drop-shadow(0 0 8px rgba(240,182,77,.55)); }
.rr-header-brand .brand-name { color: var(--text); }
.rr-header-brand .brand-name span { color: var(--primary); }
.nav { display: flex; align-items: center; gap: 32px; }
.nav a { color: var(--text); font-size: 14px; transition: color .2s ease; }
.nav a:hover { color: var(--primary); }
.menu-button { display: none; width: 40px; height: 40px; border: 0; border-radius: 8px; background: transparent; color: var(--text); font-size: 22px; cursor: pointer; }

.badge-viewport { overflow: hidden; padding: 8px; border: 1px solid rgba(53,58,114,.55); border-radius: 12px; background: rgba(9,11,27,.55); }
.badge-track { width: max-content; display: flex; gap: 12px; animation: badges 24s linear infinite; }
.hero-badge { flex: 0 0 auto; padding: 8px 16px; border: 1px solid rgba(53,58,114,.75); border-radius: 999px; font-size: 15px; }
@keyframes badges { to { transform: translateX(-50%); } }

.brand-word-primary {
  background: linear-gradient(90deg, #fff9e9, #f0b64d, #fff1c8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.brand-word-secondary {
  background: linear-gradient(90deg, #d9d2ff, #9b8fff, #7668e8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.rr-menu-overlay,
.rr-mobile-menu { pointer-events: none; opacity: 0; }
.rr-menu-overlay.open { pointer-events: auto; opacity: 1; }
.rr-mobile-menu { transform: translateY(-100%); }
.rr-mobile-menu.open { pointer-events: auto; opacity: 1; transform: translateY(0); }
.rr-mobile-menu.open > div { background-color: var(--panel); }

.uk-button-claim {
  background: linear-gradient(125deg, #090b1b 0%, #171a35 28%, #7668e8 58%, #f0b64d 100%) !important;
  border-color: #f0b64d8c !important;
  box-shadow: 0 0 0 1px #f0b64d66, 0 4px 14px #090b1b73, 0 0 18px var(--uk-claim-glow-soft) !important;
}
.uk-button-claim:hover {
  box-shadow: 0 0 0 1px #f0b64da6, 0 8px 28px #7668e866, 0 0 32px var(--uk-claim-glow) !important;
}
.uk-table-row { box-shadow: 0 8px 32px #05061180, inset 0 1px #f0b64d14 !important; }
.uk-star-rating-inner { color: var(--primary); }
.uk-star-rating-inner svg { width: 16px; height: 16px; fill: currentColor; stroke: currentColor; }
.uk-mobile-col2-stars .uk-star-rating-inner svg { width: 12px; height: 12px; }
.uk-mobile-cols { display: none; }

.rr-faq-answer { display: none; }
.rr-faq-answer.open { display: block; }
.rr-faq-chevron { transition: transform .2s ease; }
.rr-faq-trigger[aria-expanded="true"] .rr-faq-chevron { transform: rotate(180deg); }

.rr-form-input {
  width: 100%;
  border: 1px solid var(--sectionBorder);
  border-radius: .625rem;
  background: var(--panel);
  color: var(--text);
  padding: .75rem .875rem;
}
.rr-form-input:focus { outline: 2px solid var(--primary); outline-offset: 2px; }

@media (max-width: 768px) {
  .header-inner { min-height: 60px; }
  .menu-button { display: block; }
  .nav { position: absolute; top: 61px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 16px; border-bottom: 1px solid var(--sectionBorder); background: var(--header-bg); }
  .nav.open { display: flex; }
  .nav a { padding: 12px; border-radius: 8px; }
  .uk-mobile-cols { display: block; }
  .uk-desktop-cols { display: none !important; }
  .uk-mobile-col1-logo { width: 130px; min-width: 130px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-badge-track { animation: none !important; }
  * { scroll-behavior: auto !important; }
}
