:root {
  --bb-bg-0: #050b16;
  --bb-bg-1: #091223;
  --bb-bg-2: #101b31;
  --bb-surface-0: rgba(7, 14, 28, 0.92);
  --bb-surface-1: rgba(11, 21, 40, 0.92);
  --bb-surface-2: rgba(18, 30, 54, 0.95);
  --bb-surface-3: rgba(25, 41, 73, 0.98);
  --bb-border: rgba(136, 166, 231, 0.14);
  --bb-border-strong: rgba(255, 194, 48, 0.22);
  --bb-text-0: #f7fbff;
  --bb-text-1: #d7e2f4;
  --bb-text-2: #a5b5d1;
  --bb-text-3: #7082a4;
  --bb-accent: #ffc230;
  --bb-accent-strong: #ff9e1a;
  --bb-accent-soft: rgba(255, 194, 48, 0.16);
  --bb-success: #21d58f;
  --bb-shadow-lg: 0 28px 80px rgba(3, 7, 16, 0.56);
  --bb-shadow-md: 0 20px 48px rgba(2, 8, 18, 0.42);
  --bb-radius-xl: 30px;
  --bb-radius-lg: 24px;
  --bb-radius-md: 18px;
  --bb-radius-sm: 14px;
}

html,
body {
  background:
    radial-gradient(circle at top left, rgba(44, 75, 140, 0.14), transparent 28%),
    radial-gradient(circle at 80% 0%, rgba(255, 194, 48, 0.12), transparent 24%),
    linear-gradient(180deg, #050b16 0%, #060d18 24%, #081121 100%) !important;
  color: var(--bb-text-0);
}

body.premium-redesign {
  font-family: "Sora", "Montserrat", system-ui, sans-serif;
  color: var(--bb-text-0);
}

body.premium-redesign::before,
body.premium-redesign::after {
  content: "";
  position: fixed;
  inset: auto;
  z-index: 0;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(80px);
  opacity: 0.36;
}

body.premium-redesign::before {
  top: 72px;
  left: -140px;
  width: 360px;
  height: 360px;
  background: rgba(255, 194, 48, 0.12);
}

body.premium-redesign::after {
  top: 120px;
  right: -120px;
  width: 340px;
  height: 340px;
  background: rgba(66, 107, 195, 0.16);
}

body.premium-redesign #app,
body.premium-redesign .app-page,
body.premium-redesign main {
  position: relative;
  z-index: 1;
}

body.premium-redesign #navbar {
  position: sticky;
  top: 0;
  z-index: 60;
  min-height: 72px;
  padding: 10px 18px;
  background:
    linear-gradient(180deg, rgba(7, 14, 27, 0.96), rgba(7, 14, 27, 0.92)),
    rgba(7, 14, 27, 0.92) !important;
  border-bottom: 1px solid rgba(140, 165, 214, 0.08);
  box-shadow: 0 16px 42px rgba(2, 6, 14, 0.36);
  backdrop-filter: blur(18px) saturate(1.1);
}

body.premium-redesign #navbar::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 194, 48, 0.18), transparent);
}

body.premium-redesign #navbar .navbar-left,
body.premium-redesign #navbar .navbar-right {
  display: flex;
  align-items: center;
  gap: 14px;
}

body.premium-redesign #navbar .link-home2 .link-inner2,
body.premium-redesign #navbar .navbar-tabs .tab,
body.premium-redesign #navbar .language-icon,
body.premium-redesign #navbar .link-rewards {
  border-radius: 16px !important;
}

body.premium-redesign #navbar .link-home2 .link-inner2 {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(22, 35, 61, 0.96), rgba(13, 23, 43, 0.96));
  border: 1px solid var(--bb-border);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.premium-redesign #navbar .link-logo,
body.premium-redesign #navbar .link-logo-mobile {
  position: relative;
}

body.premium-redesign #navbar .link-logo::after {
  content: "Trusted gaming platform";
  position: absolute;
  left: 0;
  top: calc(100% + 3px);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(163, 180, 216, 0.46);
  white-space: nowrap;
}

body.premium-redesign #navbar .navbar-tabs .tab {
  min-height: 42px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--bb-text-1);
  background: linear-gradient(180deg, rgba(25, 37, 64, 0.88), rgba(15, 24, 44, 0.88));
  border: 1px solid rgba(152, 174, 220, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.premium-redesign #navbar .navbar-tabs .tab.active {
  color: #fff5cf;
  border-color: rgba(255, 194, 48, 0.26);
  background: linear-gradient(180deg, rgba(30, 46, 76, 0.94), rgba(18, 31, 55, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 10px 30px rgba(255, 194, 48, 0.1);
}

body.premium-redesign #navbar .navbar-right {
  margin-left: auto;
}

body.premium-redesign .premium-nav-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

body.premium-redesign .premium-nav-pill {
  height: 38px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid rgba(150, 171, 216, 0.12);
  background: linear-gradient(180deg, rgba(18, 29, 52, 0.95), rgba(12, 20, 36, 0.95));
  color: var(--bb-text-1);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

body.premium-redesign .premium-nav-pill--live {
  border-color: rgba(255, 194, 48, 0.24);
  color: #fff1bf;
}

body.premium-redesign .premium-pill-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, #29df93, #0fa56d);
  box-shadow: 0 0 0 4px rgba(41, 223, 147, 0.14);
  flex: 0 0 auto;
}

body.premium-redesign button.auth-button {
  right: 0;
  height: auto;
}

body.premium-redesign button.auth-button .button-inner {
  min-height: 42px;
  padding: 0 18px;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffcd39 0%, #ffb612 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 14px 34px rgba(255, 194, 48, 0.28);
  font-weight: 800;
  letter-spacing: 0.04em;
}

body.premium-redesign button.auth-button .gift-badge {
  top: -7px;
  right: -8px;
  width: 24px;
  height: 24px;
  filter: drop-shadow(0 8px 20px rgba(255, 194, 48, 0.35));
}

body.premium-redesign #navbar .language-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(18, 29, 52, 0.95), rgba(12, 20, 36, 0.95));
  border: 1px solid rgba(150, 171, 216, 0.12);
}

body.premium-redesign .sidebar.sidebar-compact,
body.premium-redesign .sidebar {
  top: 72px;
  height: calc(100vh - 72px);
  background:
    linear-gradient(180deg, rgba(10, 19, 37, 0.98), rgba(8, 15, 30, 0.98)),
    rgba(8, 15, 30, 0.96) !important;
  border-right: 1px solid rgba(140, 165, 214, 0.08);
  box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.02);
}

body.premium-redesign .sidebar-scrollable {
  padding: 14px 12px 18px;
}

body.premium-redesign .sidebar .ui-divider.sidebar-divider {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
}

body.premium-redesign .sidebar .button-item,
body.premium-redesign .sidebar .footer-btn,
body.premium-redesign .sidebar .reward-chip {
  min-height: 46px;
  border-radius: 16px;
  border: 1px solid transparent;
  background: linear-gradient(180deg, rgba(23, 35, 63, 0.74), rgba(13, 22, 40, 0.74));
  color: var(--bb-text-1);
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

body.premium-redesign .sidebar .button-item:hover,
body.premium-redesign .sidebar .footer-btn:hover,
body.premium-redesign .sidebar .reward-chip:hover {
  transform: translateX(2px);
  border-color: rgba(255, 194, 48, 0.18);
  background: linear-gradient(180deg, rgba(30, 46, 77, 0.84), rgba(18, 31, 54, 0.84));
  box-shadow: 0 14px 30px rgba(3, 8, 17, 0.22);
}

body.premium-redesign .sidebar .button-item.open {
  border-color: rgba(255, 194, 48, 0.24);
  background: linear-gradient(180deg, rgba(29, 46, 77, 0.92), rgba(18, 31, 55, 0.92));
}

body.premium-redesign .sidebar .button-text,
body.premium-redesign .sidebar .sub-item-text,
body.premium-redesign .sidebar .footer-btn span {
  color: var(--bb-text-1);
  font-weight: 700;
  letter-spacing: 0.02em;
}

body.premium-redesign .sidebar .dropdown-icon svg {
  width: 20px;
  height: 20px;
}

body.premium-redesign .sidebar-support-toggle {
  margin: 12px 10px 0;
  min-height: 50px;
  border-radius: 16px;
  border: 1px solid rgba(255, 194, 48, 0.14);
  background:
    linear-gradient(90deg, rgba(18, 29, 53, 0.98), rgba(23, 33, 55, 0.98)),
    linear-gradient(180deg, rgba(15, 24, 44, 0.96), rgba(10, 18, 34, 0.96));
  box-shadow: 0 18px 34px rgba(3, 8, 18, 0.26);
}

body.premium-redesign .sidebar-support-toggle .support-label {
  color: #fff6d5;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.premium-redesign .sidebar-support-toggle .support-badge {
  background: rgba(33, 213, 143, 0.12);
  color: #7ff1ba;
  border: 1px solid rgba(33, 213, 143, 0.28);
  border-radius: 999px;
  padding: 3px 8px;
}

body.premium-redesign .sidebar-footer .footer-buttons {
  gap: 8px;
}

body.premium-redesign .sidebar-footer .footer-btn {
  flex: 1;
}

body.premium-redesign .sidebar-footer .footer-banner {
  border-radius: 20px;
  padding: 16px;
  background:
    radial-gradient(circle at top right, rgba(255, 194, 48, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(18, 29, 53, 0.98), rgba(10, 18, 35, 0.98));
  border: 1px solid rgba(139, 164, 211, 0.12);
  box-shadow: var(--bb-shadow-md);
}

body.premium-redesign .sidebar-footer .banner-text h4 {
  color: var(--bb-text-0);
  margin-bottom: 6px;
}

body.premium-redesign .sidebar-footer .banner-text p {
  color: var(--bb-text-2);
}

body.premium-redesign .sidebar-footer .download-btn {
  min-height: 38px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 194, 48, 0.2);
  background: linear-gradient(180deg, #ffcd39 0%, #ffb612 100%);
  box-shadow: 0 10px 24px rgba(255, 194, 48, 0.22);
}

body.premium-redesign main.main-sidebar-open {
  width: auto !important;
  left: var(--app-sidebar-width, 252px) !important;
  right: 0 !important;
  margin-left: 0 !important;
  padding-top: 18px;
  background:
    radial-gradient(circle at 50% 0%, rgba(55, 91, 163, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(4, 9, 18, 0.12), transparent 22%);
}

body.premium-redesign main.main-sidebar-closed {
  width: auto !important;
  left: var(--app-sidebar-compact-width, 76px) !important;
  right: 0 !important;
  margin-left: 0 !important;
}

body.premium-redesign main.main-no-sidebar {
  left: 0 !important;
}

body.premium-redesign .content-container {
  max-width: 1260px;
  padding-left: 34px !important;
  padding-right: 34px !important;
}

body.premium-redesign .home-premium-page {
  margin-top: -18px;
}

body.premium-redesign .home-v2-shell {
  gap: 30px;
}

body.premium-redesign .home-hero-surface {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid rgba(138, 162, 208, 0.12);
  border-left: 0;
  background:
    linear-gradient(135deg, rgba(13, 21, 40, 0.98), rgba(10, 16, 31, 0.96)),
    rgba(10, 16, 31, 0.96);
  box-shadow: none;
}

body.premium-redesign .home-hero-surface::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 58%, rgba(255, 194, 48, 0.12), transparent 18%),
    radial-gradient(circle at 70% 16%, rgba(71, 114, 205, 0.16), transparent 22%),
    linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.04) 50%, transparent 67%);
  pointer-events: none;
}

body.premium-redesign .hero-container {
  padding: 28px 34px 24px;
}

body.premium-redesign .hero-v2 {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 470px);
  gap: 26px;
}

body.premium-redesign .hero-left,
body.premium-redesign .hero-right,
body.premium-redesign .guest-main-card {
  position: relative;
  z-index: 1;
}

body.premium-redesign .hero-right {
  display: flex !important;
  flex-direction: column;
  gap: 14px;
  align-items: stretch;
  max-width: 470px;
}

body.premium-redesign .hero-eyebrow,
body.premium-redesign .hero-badge,
body.premium-redesign .guest-main-card .eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 194, 48, 0.18);
  background: rgba(255, 194, 48, 0.08);
  color: #f3df9a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.premium-redesign .hero-title {
  max-width: 620px;
  color: var(--bb-text-0);
  letter-spacing: -0.04em;
  text-wrap: balance;
}

body.premium-redesign .hero-title .highlight,
body.premium-redesign .hero-title strong,
body.premium-redesign .hero-title span:last-child {
  color: #56afff;
}

body.premium-redesign .hero-subtitle {
  max-width: 520px;
  color: var(--bb-text-2);
  font-size: 16px;
  line-height: 1.65;
}

body.premium-redesign .hero-actions {
  gap: 12px;
}

body.premium-redesign .hero-btn {
  min-height: 48px;
  padding: 0 18px;
  border-radius: 16px;
  font-weight: 800;
  letter-spacing: 0.03em;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

body.premium-redesign .hero-btn:hover {
  transform: translateY(-2px);
}

body.premium-redesign .hero-btn--primary,
body.premium-redesign .btn-primary {
  background: linear-gradient(180deg, #ffcf3a 0%, #ffb710 100%);
  box-shadow: 0 16px 34px rgba(255, 194, 48, 0.28);
}

body.premium-redesign .hero-btn--secondary,
body.premium-redesign .btn-ghost {
  background: linear-gradient(180deg, rgba(24, 36, 61, 0.96), rgba(16, 25, 45, 0.96));
  border: 1px solid rgba(145, 169, 214, 0.16);
  color: var(--bb-text-1);
}

body.premium-redesign .hero-btn--tertiary,
body.premium-redesign .btn-tertiary {
  background: transparent;
  color: #9fc8ff;
}

body.premium-redesign .hero-trust {
  margin-top: 18px;
  color: var(--bb-text-3);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.premium-redesign .guest-main-card {
  overflow: hidden;
  min-height: 210px;
  border-radius: 26px;
  border: 1px solid rgba(144, 168, 214, 0.12);
  background:
    radial-gradient(circle at 80% 12%, rgba(255, 194, 48, 0.06), transparent 18%),
    linear-gradient(180deg, rgba(16, 25, 46, 0.98), rgba(11, 20, 37, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 24px 50px rgba(3, 8, 18, 0.3);
}

body.premium-redesign .premium-confidence-row {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body.premium-redesign .premium-confidence-item,
body.premium-redesign .premium-hero-note {
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(139, 163, 208, 0.12);
  background: linear-gradient(180deg, rgba(19, 31, 57, 0.92), rgba(12, 22, 40, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

body.premium-redesign .premium-confidence-item .eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #f2d98a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.premium-redesign .premium-confidence-item strong,
body.premium-redesign .premium-note-title {
  display: block;
  color: var(--bb-text-0);
  font-size: 14px;
  line-height: 1.45;
}

body.premium-redesign .premium-note-copy {
  margin-top: 8px;
  color: var(--bb-text-2);
  font-size: 13px;
  line-height: 1.6;
}

body.premium-redesign .home-content {
  padding-top: 22px;
}

body.premium-redesign .hero-bridge .bridge-label {
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 194, 48, 0.18);
  background: rgba(255, 194, 48, 0.08);
  color: #f2d98a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.premium-redesign .home-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
}

body.premium-redesign .content-card,
body.premium-redesign .rail.content-card {
  border-radius: 26px;
  border: 1px solid rgba(140, 165, 214, 0.12);
  background:
    linear-gradient(180deg, rgba(17, 27, 49, 0.98), rgba(10, 18, 34, 0.98)),
    rgba(10, 18, 34, 0.98);
  box-shadow: var(--bb-shadow-md);
}

body.premium-redesign .rail.content-card {
  padding: 18px 18px 16px;
}

body.premium-redesign .rail-glow {
  position: relative;
}

body.premium-redesign .rail-glow::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at top left, rgba(255, 194, 48, 0.08), transparent 30%);
  pointer-events: none;
}

body.premium-redesign .rail-header {
  margin-bottom: 14px;
}

body.premium-redesign .rail-title {
  color: var(--bb-text-0);
  font-size: 31px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

body.premium-redesign .rail-subtitle {
  color: var(--bb-text-2);
}

body.premium-redesign .rail-actions .view-all,
body.premium-redesign .rail-actions button,
body.premium-redesign .rail-actions a {
  border-radius: 999px;
  border: 1px solid rgba(144, 168, 214, 0.12);
  background: linear-gradient(180deg, rgba(23, 35, 63, 0.78), rgba(14, 23, 43, 0.78));
  color: var(--bb-text-1);
}

body.premium-redesign .rail-arrows button,
body.premium-redesign .rail-arrows div,
body.premium-redesign .rail-arrows span {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(144, 168, 214, 0.12);
  background: linear-gradient(180deg, rgba(23, 35, 63, 0.78), rgba(14, 23, 43, 0.78));
  color: var(--bb-text-1);
}

body.premium-redesign .game-card-wrap {
  padding: 2px;
}

body.premium-redesign .game-card {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(146, 170, 214, 0.12);
  background: linear-gradient(180deg, rgba(22, 35, 61, 0.84), rgba(11, 20, 37, 0.88));
  box-shadow: 0 14px 30px rgba(3, 8, 17, 0.24);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

body.premium-redesign .game-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(6, 12, 22, 0.86));
  pointer-events: none;
}

body.premium-redesign .game-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 194, 48, 0.22);
  box-shadow:
    0 22px 40px rgba(2, 7, 15, 0.34),
    0 0 0 1px rgba(255, 194, 48, 0.05);
}

body.premium-redesign .game-badge {
  min-height: 22px;
  padding: 0 9px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 13, 24, 0.72);
  backdrop-filter: blur(10px);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.premium-redesign .game-badge.popular,
body.premium-redesign .game-badge.featured,
body.premium-redesign .game-badge.original {
  border-color: rgba(255, 194, 48, 0.18);
  color: #f6df97;
}

body.premium-redesign .game-info {
  padding: 14px 14px 13px;
  position: relative;
  z-index: 1;
}

body.premium-redesign .game-name {
  color: var(--bb-text-0);
  font-weight: 700;
}

body.premium-redesign .game-provider {
  color: var(--bb-text-2);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
}

body.premium-redesign .premium-footer-row {
  padding: 14px 22px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.premium-redesign .premium-footer-pill {
  min-height: 34px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid rgba(144, 168, 214, 0.12);
  background: linear-gradient(180deg, rgba(23, 35, 63, 0.74), rgba(14, 23, 43, 0.74));
  color: var(--bb-text-1);
  font-size: 12px;
  font-weight: 700;
}

body.premium-redesign footer#footer,
body.premium-redesign #footer {
  margin-top: 32px;
  padding-bottom: 34px;
  border-top: 1px solid rgba(140, 165, 214, 0.08);
  background:
    radial-gradient(circle at top right, rgba(255, 194, 48, 0.08), transparent 20%),
    linear-gradient(180deg, rgba(7, 13, 25, 0.94), rgba(5, 10, 18, 0.98));
}

body.premium-redesign footer#footer .footer-top,
body.premium-redesign #footer .footer-top {
  padding-top: 22px;
}

body.premium-redesign footer#footer .top-info,
body.premium-redesign #footer .top-info {
  max-width: 360px;
}

body.premium-redesign footer#footer .info-text,
body.premium-redesign #footer .info-text {
  color: var(--bb-text-2);
  line-height: 1.75;
}

body.premium-redesign footer#footer .gradient-green,
body.premium-redesign #footer .gradient-green {
  color: #ffd65e !important;
  background: none !important;
}

body.premium-redesign footer#footer .links-section,
body.premium-redesign #footer .links-section,
body.premium-redesign footer#footer .trust-group,
body.premium-redesign #footer .trust-group {
  padding: 18px 18px 16px;
  border-radius: 22px;
  border: 1px solid rgba(140, 165, 214, 0.12);
  background: linear-gradient(180deg, rgba(16, 25, 46, 0.82), rgba(11, 20, 37, 0.82));
}

body.premium-redesign footer#footer .section-title,
body.premium-redesign #footer .section-title {
  color: #f1d787;
  letter-spacing: 0.16em;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

body.premium-redesign footer#footer a,
body.premium-redesign #footer a {
  color: var(--bb-text-1);
}

body.premium-redesign footer#footer .trust-pill,
body.premium-redesign #footer .trust-pill {
  border-radius: 999px;
  border: 1px solid rgba(144, 168, 214, 0.12);
  background: linear-gradient(180deg, rgba(22, 35, 61, 0.74), rgba(13, 21, 40, 0.74));
  color: var(--bb-text-1);
}

body.premium-redesign footer#footer .copyright,
body.premium-redesign #footer .copyright {
  color: var(--bb-text-3);
}

body.premium-redesign .floating-chat-toggle,
body.premium-redesign .community-chat,
body.premium-redesign [class*="community-chat"],
body.premium-redesign [class*="chat-toggle"] {
  backdrop-filter: blur(18px);
}

body.premium-redesign .modals .modals-overlay.auth-overlay {
  background:
    radial-gradient(circle at 24% 50%, rgba(255, 194, 48, 0.14), transparent 22%),
    radial-gradient(circle at 76% 22%, rgba(74, 114, 205, 0.18), transparent 24%),
    rgba(4, 8, 16, 0.78);
  backdrop-filter: blur(12px);
}

body.premium-redesign .modals .body-modal.auth-modal {
  background: transparent;
  box-shadow: none;
}

body.premium-redesign .modal-login {
  background: transparent;
  box-shadow: none;
}

body.premium-redesign .modal-login .auth-shell {
  border-radius: 28px;
  border: 1px solid rgba(143, 167, 214, 0.12);
  background:
    linear-gradient(180deg, rgba(8, 14, 28, 0.985), rgba(10, 18, 36, 0.985)),
    rgba(8, 14, 28, 0.985);
  box-shadow: 0 36px 90px rgba(1, 5, 12, 0.6);
}

body.premium-redesign .modal-login .auth-shell__banner {
  border-right: 1px solid rgba(143, 167, 214, 0.08);
}

body.premium-redesign .modal-login .auth-panel__header {
  border-bottom: 1px solid rgba(143, 167, 214, 0.08);
}

body.premium-redesign .modal-login .auth-header-block__title {
  color: var(--bb-text-0);
}

body.premium-redesign .modal-login .auth-header-block__subtitle,
body.premium-redesign .modal-login .auth-banner-pane__copy,
body.premium-redesign .modal-login .auth-credentials__recovery-note,
body.premium-redesign .modal-login .auth-social__caption {
  color: var(--bb-text-2);
}

body.premium-redesign .modal-login .auth-mode-switch {
  border-radius: 18px;
  border: 1px solid rgba(143, 167, 214, 0.12);
  background: linear-gradient(180deg, rgba(19, 31, 57, 0.74), rgba(12, 22, 40, 0.74));
}

body.premium-redesign .modal-login .auth-mode-switch__tab.is-active {
  color: #11161f;
  background: linear-gradient(180deg, #ffcf3a 0%, #ffb710 100%);
  box-shadow: 0 12px 24px rgba(255, 194, 48, 0.22);
}

body.premium-redesign .modal-login .auth-trust-row__pill,
body.premium-redesign .modal-login .auth-social__host-shell,
body.premium-redesign .modal-login .auth-credentials__input,
body.premium-redesign .modal-login .auth-password-field__input,
body.premium-redesign .modal-login .auth-footer-actions__cta {
  border-radius: 16px;
}

body.premium-redesign .modal-login .auth-credentials__input,
body.premium-redesign .modal-login .auth-password-field__input,
body.premium-redesign .modal-login .auth-social__host-shell {
  border: 1px solid rgba(143, 167, 214, 0.12);
  background: rgba(14, 24, 44, 0.88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.premium-redesign .modal-login .auth-credentials__input:focus,
body.premium-redesign .modal-login .auth-password-field__input:focus {
  border-color: rgba(255, 194, 48, 0.3);
  box-shadow:
    0 0 0 4px rgba(255, 194, 48, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.premium-redesign .modal-login .auth-footer-actions__cta {
  background: linear-gradient(180deg, #ffcf3a 0%, #ffb710 100%);
  color: #151a21;
  box-shadow: 0 16px 30px rgba(255, 194, 48, 0.22);
}

body.premium-redesign .global-search {
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(9, 16, 31, 0.98), rgba(11, 19, 37, 0.98)),
    rgba(9, 16, 31, 0.98);
  border: 1px solid rgba(143, 167, 214, 0.12);
  box-shadow: 0 36px 90px rgba(1, 5, 12, 0.6);
}

body.premium-redesign .global-search .search-input,
body.premium-redesign .global-search input,
body.premium-redesign .global-search .provider-card,
body.premium-redesign .global-search .search-card {
  border-radius: 16px;
}

body.premium-redesign .cashier-modal .modal-cashier,
body.premium-redesign .cashier-modal .wallet-shell,
body.premium-redesign .cashier-modal .wallet-layout,
body.premium-redesign .cashier-modal .wallet-panel {
  border-radius: 24px;
}

@media (max-width: 1200px) {
  body.premium-redesign main.main-sidebar-open {
    width: auto !important;
    left: var(--app-sidebar-width, 252px) !important;
    right: 0 !important;
    margin-left: 0 !important;
  }

  body.premium-redesign .hero-v2 {
    grid-template-columns: 1fr;
  }

  body.premium-redesign .hero-right {
    max-width: none;
  }

  body.premium-redesign .premium-nav-meta {
    display: none;
  }

  body.premium-redesign .hero-container {
    padding: 18px;
  }

  body.premium-redesign .premium-confidence-row {
    grid-template-columns: 1fr;
  }

  body.premium-redesign .rail-title {
    font-size: 26px;
  }
}

@media (max-width: 1024px) {
  body.premium-redesign main.main-sidebar-open,
  body.premium-redesign main.main-sidebar-closed {
    width: auto !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: 0 !important;
  }

  body.premium-redesign .content-container {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  body.premium-redesign #navbar {
    padding: 10px 14px;
  }

  body.premium-redesign .modal-login .auth-shell {
    width: min(94vw, 980px);
  }
}

@media (max-width: 780px) {
  body.premium-redesign .content-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  body.premium-redesign #navbar .link-logo::after,
  body.premium-redesign .premium-footer-row {
    display: none;
  }

  body.premium-redesign .content-card,
  body.premium-redesign .rail.content-card,
  body.premium-redesign .modal-login .auth-shell {
    border-radius: 22px;
  }

  body.premium-redesign .home-premium-page {
    margin-top: 0;
  }

  body.premium-redesign .home-hero-surface {
    border-radius: 0;
  }

  body.premium-redesign .hero-title {
    font-size: 38px;
  }

  body.premium-redesign .hero-subtitle {
    font-size: 14px;
  }

  body.premium-redesign .modal-login .auth-shell {
    width: calc(100vw - 20px);
    min-height: auto;
  }

  body.premium-redesign .modal-login .auth-panel__header {
    padding: 20px 18px 16px;
  }

  body.premium-redesign .modal-login .auth-panel__body {
    padding: 16px 18px 20px;
  }

  body.premium-redesign .modal-login .auth-header-block__title {
    font-size: 24px;
    line-height: 1.05;
  }

  body.premium-redesign .modal-login .auth-mode-switch__tab {
    min-height: 40px;
    font-size: 13px;
  }
}

button[data-premium-rewards-trigger] {
  background: #212747 !important;
  transition: background-color .15s ease, box-shadow .15s ease;
}

button[data-premium-rewards-trigger]:hover {
  background: #2a2f52 !important;
}

button[data-premium-rewards-trigger="open"] {
  background: #313963 !important;
}

button[data-premium-rewards-trigger] > span.absolute[aria-hidden="true"] {
  box-shadow: inset 1px 0 0 rgba(69, 77, 125, 0.24) !important;
}

button[data-premium-rewards-trigger] [data-premium-rewards-icon-host] {
  overflow: visible;
}

button[data-premium-rewards-trigger] .premium-rewards-trigger-icon {
  display: block;
  width: auto;
  height: 21px;
  max-width: none;
  max-height: 21px;
  object-fit: contain;
  flex-shrink: 0;
  pointer-events: none;
  transform: translateY(0.5px);
}

body.premium-redesign [data-premium-rewards-icon] svg,
body.premium-redesign [data-premium-rewards-trigger-icon] svg {
  width: 100%;
  height: 100%;
  display: block;
}

body.premium-redesign [data-premium-rewards-hub] {
  width: min(350px, calc(100vw - 20px)) !important;
  max-width: calc(100vw - 20px);
  z-index: 10000 !important;
}

body.premium-redesign [data-premium-rewards-panel] {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 350px;
  max-height: 82vh;
  overflow: hidden !important;
  border-radius: 6px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #2c3151 !important;
  box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.15),
    0 1px 1px 0 rgba(0, 0, 0, 0.05) !important;
}

body.premium-redesign [data-premium-rewards-scroller] {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  background: transparent !important;
}

body.premium-redesign [data-premium-rewards-pool] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  padding: 0 15px;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid rgba(226, 179, 15, 0.5) !important;
  background: #191f3b !important;
}

body.premium-redesign [data-premium-rewards-pool]::before,
body.premium-redesign [data-premium-rewards-pool]::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
}

body.premium-redesign [data-premium-rewards-pool]::before {
  background: linear-gradient(180deg, rgba(226, 179, 15, 0.25), rgba(252, 224, 77, 0.25));
  opacity: 1;
}

body.premium-redesign [data-premium-rewards-pool]::after {
  background:
    radial-gradient(100% 100% at 50% 0%, rgba(252, 224, 77, 0.25) 0%, rgba(252, 224, 77, 0) 100%),
    linear-gradient(180deg, rgba(226, 179, 15, 0.25), rgba(252, 224, 77, 0.25));
  opacity: 0;
}

body.premium-redesign [data-premium-rewards-pool]:hover::before {
  opacity: 0;
}

body.premium-redesign [data-premium-rewards-pool]:hover::after {
  opacity: 1;
}

body.premium-redesign [data-premium-rewards-pool] > * {
  position: relative;
  z-index: 1;
}

body.premium-redesign [data-premium-rewards-pool-icon] {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  margin-bottom: -24px;
  color: #ffd24f;
  filter: drop-shadow(0 0 12px rgba(255, 191, 0, 0.25));
}

body.premium-redesign [data-premium-rewards-pool-amount] {
  display: block;
  padding-top: 2px;
  font-size: 16px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  background: linear-gradient(181deg, #fff 39.55%, #e7e6de 99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.5);
}

body.premium-redesign [data-premium-rewards-pool-label] {
  display: block;
  padding-top: 2px;
  padding-right: 2px;
  font-size: 12px;
  font-weight: 800;
  font-style: italic;
  line-height: 1;
  text-transform: uppercase;
  background: linear-gradient(189.63deg, #fff 11.2%, #ffd706 97.93%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 12px rgba(222, 181, 52, 0.45);
}

body.premium-redesign [data-premium-rewards-pool-live] {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f8f0c9 !important;
}

body.premium-redesign [data-premium-rewards-rakeboost] {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 62px;
  padding: 10px 12px 10px 16px;
  border-bottom: 1px solid rgba(124, 131, 177, 0.15) !important;
  background:
    radial-gradient(115.08% 100% at 50% 101.11%, rgba(255, 179, 0, 0.3) 0%, rgba(255, 179, 0, 0.03) 100%),
    linear-gradient(180deg, rgba(124, 131, 177, 0.15), rgba(94, 103, 158, 0.12)),
    #191f3b !important;
}

body.premium-redesign [data-premium-rewards-rakeboost-icon] {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  color: #ffb300;
  filter: drop-shadow(0 0 12px rgba(255, 179, 0, 0.22));
}

body.premium-redesign [data-premium-rewards-rakeboost-label] {
  display: block;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(180deg, #fff0cc, #ffb300);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.premium-redesign [data-premium-rewards-rakeboost-copy] {
  margin-top: 4px;
  color: rgba(232, 229, 255, 0.72) !important;
  font-size: 12px;
  line-height: 1.35;
}

body.premium-redesign [data-premium-rewards-info-button] {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(232, 229, 255, 0.75) !important;
}

body.premium-redesign [data-premium-rewards-rows] {
  display: flex;
  flex-direction: column;
}

body.premium-redesign [data-premium-rewards-row] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 12px 8px 16px;
  border-bottom: 1px solid rgba(124, 131, 177, 0.15) !important;
  background:
    linear-gradient(180deg, rgba(124, 131, 177, 0.15), rgba(94, 103, 158, 0.15)),
    #191f3b !important;
}

body.premium-redesign [data-premium-rewards-row="daily-reload"] {
  background:
    radial-gradient(120% 120% at 0% 50%, rgba(95, 174, 255, 0.1), transparent 62%),
    linear-gradient(180deg, rgba(124, 131, 177, 0.18), rgba(94, 103, 158, 0.16)),
    #191f3b !important;
}

body.premium-redesign [data-premium-rewards-row-icon] {
  width: 45px;
  height: 45px;
  flex: 0 0 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9cec60;
}

body.premium-redesign [data-premium-rewards-row-title] {
  display: block;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
}

body.premium-redesign [data-premium-rewards-row-subtitle] {
  display: block;
  color: rgba(232, 229, 255, 0.5) !important;
  font-size: 12px;
  line-height: 1.25;
}

body.premium-redesign [data-premium-rewards-action] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 112px;
  height: 33px;
  min-height: 33px;
  padding: 0 12px;
  border-radius: 6px;
  border: 1px solid #33395c !important;
  background: #262c50 !important;
  color: #ffffff !important;
  transition:
    background-color 0.15s ease,
    border-color 0.15s ease,
    opacity 0.15s ease,
    box-shadow 0.15s ease;
}

body.premium-redesign [data-premium-rewards-action="daily-reload"]:not([data-premium-rewards-action-disabled]) {
  border-color: rgba(95, 174, 255, 0.28) !important;
  background:
    linear-gradient(180deg, rgba(95, 174, 255, 0.16), rgba(46, 120, 191, 0.08)),
    #262c50 !important;
}

body.premium-redesign [data-premium-rewards-action]:hover {
  border-color: #454d7d !important;
  background: #2a2f52 !important;
}

body.premium-redesign [data-premium-rewards-action][data-premium-rewards-action-disabled] {
  opacity: 0.6;
}

body.premium-redesign [data-premium-rewards-action] span:first-child {
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

body.premium-redesign [data-premium-rewards-action] span:last-child {
  color: #a0a4c4 !important;
  font-size: 11px;
  line-height: 1;
  text-transform: lowercase;
}

body.premium-redesign [data-premium-rewards-footer] {
  padding: 8px;
  border-top: 1px solid rgba(124, 131, 177, 0.15) !important;
  background: rgba(34, 39, 67, 0.88) !important;
}

body.premium-redesign [data-premium-rewards-footer-button] {
  width: 100%;
  min-height: 46px;
  border-radius: 6px;
  border: 1px solid rgba(124, 131, 177, 0.15) !important;
  background: #3d446c !important;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

body.premium-redesign [data-premium-rewards-footer-button]:hover {
  border-color: rgba(124, 131, 177, 0.5) !important;
  background: #4f588c !important;
}

@media (min-width: 1101px) {
  body.premium-redesign #navbar [data-premium-wallet-layout="left-group"] > .premium-wallet-left-slot {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    margin-left: auto;
    padding-left: 18px;
  }

  body.premium-redesign #navbar [data-premium-wallet-cluster] {
    min-width: auto !important;
    justify-content: flex-start !important;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 1280px) {
  button[data-premium-rewards-trigger] .premium-rewards-trigger-icon {
    height: 20px;
    max-height: 20px;
  }
}

@media (max-width: 450px) {
  button[data-premium-rewards-trigger] {
    background: transparent !important;
  }

  button[data-premium-rewards-trigger]:hover {
    background: rgba(49, 57, 99, 0.45) !important;
  }

  button[data-premium-rewards-trigger] > span.absolute[aria-hidden="true"] {
    box-shadow: none !important;
  }

  button[data-premium-rewards-trigger] .premium-rewards-trigger-icon {
    height: 19px;
    max-height: 19px;
  }

  body.premium-redesign [data-premium-rewards-hub] {
    width: calc(100vw - 16px) !important;
    max-width: calc(100vw - 16px);
  }

  body.premium-redesign [data-premium-rewards-action] {
    min-width: 98px;
  }
}
