html {
  margin-top: 0 !important;
}

body {
  margin: 0 !important;
}

.topbar-promo-casino {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 44px !important;
  min-height: 44px !important;
  z-index: 2147483647 !important;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  background:
    radial-gradient(circle at 72% 50%, rgba(168,85,247,.22), transparent 24%),
    linear-gradient(270deg, #05010a 0%, #12001f 24%, #2a064b 48%, #8b2cff 72%, #1a0033 100%);
  background-size: 140% 140%;
  animation: purpleLiveFlow 8s ease infinite;
  box-shadow:
    0 0 12px rgba(168,85,247,.55),
    inset 0 1px 0 rgba(255,255,255,.14),
    inset 0 -2px 0 rgba(168,85,247,.75);
}

.topbar-promo-casino::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0%, transparent 58%, rgba(168,85,247,.20) 59%, transparent 61%),
    linear-gradient(115deg, transparent 0%, transparent 66%, rgba(255,255,255,.08) 67%, transparent 69%);
  pointer-events: none;
}

.topbar-promo-casino::after {
  display: none !important;
}

.topbar-promo-casino__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 50%, rgba(168,85,247,.12), transparent 18%),
    radial-gradient(circle at 86% 50%, rgba(255,255,255,.06), transparent 16%);
}

.topbar-promo-casino__link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.topbar-promo-casino__center {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 44px;
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 0 74px 0 42px;
  margin: 0;
  transform: none;
  left: auto;
  top: auto;
  white-space: nowrap;
}

.topbar-promo-casino__icons {
  height: 30px;
  min-width: 114px;
  padding: 0 18px;
  border: 2px solid #a855f7;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(20, 2, 38, .68);
  box-shadow:
    0 0 10px rgba(168,85,247,.82),
    inset 0 0 10px rgba(168,85,247,.12);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.topbar-promo-casino__live-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ff174f;
  box-shadow: 0 0 9px rgba(255,23,79,.75);
  animation: purpleLivePulse 1s infinite;
  flex-shrink: 0;
}

.topbar-promo-casino__divider {
  width: 1px;
  height: 24px;
  background: rgba(168,85,247,.75);
  box-shadow: 0 0 8px rgba(168,85,247,.65);
}

.topbar-promo-casino__text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(16px, 1.6vw, 25px);
  font-weight: 900;
  letter-spacing: -.2px;
  line-height: 1;
  color: #fff;
  text-transform: none;
  background: none !important;
  -webkit-background-clip: initial;
  background-clip: initial;
  animation: none;
  text-shadow:
    0 2px 8px rgba(0,0,0,.62),
    0 0 10px rgba(255,255,255,.10);
}

.topbar-promo-casino__button {
  position: relative;
  height: 32px;
  min-width: 152px;
  padding: 0 22px;
  border: 0;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  flex-shrink: 0;
  background: linear-gradient(180deg, #c056ff 0%, #8b2cff 52%, #6b21a8 100%);
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  box-shadow:
    0 0 14px rgba(168,85,247,.72),
    inset 0 1px 0 rgba(255,255,255,.25);
  transition: transform .18s ease, box-shadow .18s ease;
}

.topbar-promo-casino__button::before,
.topbar-promo-casino__button::after {
  display: none !important;
}

.topbar-promo-casino__link:hover .topbar-promo-casino__button {
  transform: translateY(-1px);
  box-shadow:
    0 0 20px rgba(168,85,247,.9),
    inset 0 1px 0 rgba(255,255,255,.28);
}

.topbar-promo-casino__button-text {
  position: relative;
  z-index: 1;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 900;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1;
}

.topbar-promo-casino__arrow {
  position: relative;
  z-index: 1;
  font-size: 24px;
  line-height: 1;
  transform: translateY(-1px);
}

.topbar-promo-casino__bonus-icon {
  display: none !important;
}

.topbar-promo-casino__close {
  position: absolute;
  top: 6px;
  right: 8px;
  z-index: 12;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  opacity: .88;
}

.topbar-promo-casino__close:hover {
  opacity: 1;
}

.topbar-promo-casino__close img {
  width: 32px;
  height: 32px;
  display: block;
}

@keyframes purpleLiveFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes purpleLivePulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.28); opacity: .58; }
  100% { transform: scale(1); opacity: 1; }
}

@media (max-width: 760px) {
  .topbar-promo-casino__center {
    gap: 10px;
    padding: 0 48px 0 8px;
  }

  .topbar-promo-casino__icons {
    min-width: 74px;
    height: 28px;
    padding: 0 10px;
    font-size: 13px;
    gap: 7px;
  }

  .topbar-promo-casino__live-dot {
    width: 9px;
    height: 9px;
  }

  .topbar-promo-casino__divider {
    height: 22px;
  }

  .topbar-promo-casino__text {
    font-size: 13px;
  }

  .topbar-promo-casino__button {
    min-width: 92px;
    height: 28px;
    padding: 0 11px;
    border-radius: 12px;
    gap: 5px;
  }

  .topbar-promo-casino__button-text {
    font-size: 12px;
  }

  .topbar-promo-casino__arrow {
    font-size: 16px;
  }
}

/* === CENTER ALIGNMENT PATCH (DESKTOP + MOBILE) === */

/* Desktop */
@media (min-width: 761px) {
  .topbar-promo-casino__center {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 24px !important;
    padding: 0 72px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .topbar-promo-casino__icons,
  .topbar-promo-casino__divider,
  .topbar-promo-casino__text,
  .topbar-promo-casino__button {
    flex: 0 0 auto !important;
  }

  .topbar-promo-casino__text {
    max-width: 48vw !important;
    text-align: center !important;
  }
}

/* Mobile */
@media (max-width: 760px) {
  .topbar-promo-casino__center {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    padding: 0 46px 0 10px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .topbar-promo-casino__icons,
  .topbar-promo-casino__divider,
  .topbar-promo-casino__text,
  .topbar-promo-casino__button {
    flex: 0 0 auto !important;
  }

  .topbar-promo-casino__text {
    max-width: 42vw !important;
    text-align: center !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
}
