
:root {
  --site-brand-primary: #ff7759;
  --site-brand-accent: #ffe660;
  --site-brand-bg: #090909;
  --primary: #ff7759;
  --accent: #ffe660;
  --gold: #ffe660;
  --site-brand-name-size: clamp(.96rem, 4.05vw, 1.2rem);
}

.brand-logo-img,
.logo-img,
.logo-image,
.brand-logo > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.brand-logo,
.brand-logo.action-js,
.hotspot.logo,
.hotspot.brand,
.brand-lockup,
.logo-layer,
.logo-hotspot {
  overflow: hidden;
}

.logo-slot,
[data-logo-slot] {
  background-image: url("./assets/brand-logo.svg?v=20260623-template10-30-logo-layout-10") !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  background-size: contain !important;
}

button.brand-logo,
button.brand-lockup,
button.logo-layer,
button.logo-hotspot,
button.hotspot,
button.nav-hit,
a.brand-logo:not([href]),
a.brand-lockup:not([href]),
a.logo-layer:not([href]),
a.logo-hotspot:not([href]) {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: inherit;
  font: inherit;
}

.logo-fallback,
.brand-logo .logo-fallback {
  display: none !important;
}

.brand-name,
.generated-brand-name {
  color: #ffe660;
  text-shadow: 0 2px 8px rgba(0,0,0,.38);
}

.visual-stage > .brand-name {
  box-sizing: border-box;
  width: 34% !important;
  height: auto !important;
  min-height: 2.4%;
  padding-inline: 1px;
  overflow: visible !important;
  font-size: var(--site-brand-name-size) !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
}

.register-modal label,
.register-modal input,
.register-modal select,
.register-modal .login-switch,
.register-modal .telegram-options,
.register-modal .telegram-submit {
  display: none !important;
}

.register-card .register-submit,
.register-card .continue-register {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
}

.brand-logo-casinoplus {
  color: #ffe660;
}

.hotspot,
.nav-hit {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

/* PH10000 global generated button hotspot reset 20260626-global-button-hotspot-reset */
button.visual-hotspot,
.visual-stage button.visual-hotspot,
button.visual-hit,
.visual-stage button.visual-hit,
button.hotspot,
.visual-stage button.hotspot,
button.nav-hit {
  appearance: none !important;
  -webkit-appearance: none !important;
  border: 0 !important;
  outline: 0;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  color: inherit;
  font: inherit;
}

.visual-stage button.visual-hotspot,
.visual-stage button.visual-hit,
.visual-stage button.hotspot {
  overflow: hidden !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -9999px !important;
  white-space: nowrap !important;
}
/* PH10000 bottom nav active contrast 20260626-nav-active-contrast */
button.nav-hit.active,
.nav-hit.active,
.bottom-nav a.active,
.bottom-nav button.active {
  color: #ffffff !important;
  background: linear-gradient(180deg, #168cff 0%, #0068ff 48%, #0042b8 100%) !important;
  border-color: rgba(255, 255, 255, .72) !important;
  box-shadow: 0 13px 28px rgba(0, 104, 255, .38), inset 0 1px 0 rgba(255, 255, 255, .56) !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .42) !important;
}

button.nav-hit.active span,
.nav-hit.active span,
.bottom-nav a.active span,
.bottom-nav button.active span {
  color: #ffffff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .42) !important;
}

button.nav-hit.active svg,
.nav-hit.active svg,
button.nav-hit.active .nav-icon,
.nav-hit.active .nav-icon,
.bottom-nav a.active svg,
.bottom-nav button.active svg,
.bottom-nav a.active img,
.bottom-nav button.active img {
  color: #ffffff !important;
  fill: currentColor !important;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, .36)) !important;
}

