
:root {
  --site-brand-primary: #f05a28;
  --site-brand-accent: #ffe063;
  --site-brand-bg: #1b0d08;
  --primary: #f05a28;
  --accent: #ffe063;
  --gold: #ffe063;
  --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=20260624-p2-full-165") !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  background-size: contain !important;
}

.visual-stage > .logo-reserve[data-logo-src] {
  background-image: url("./assets/brand-logo.svg?v=20260624-p2-full-165") !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  background-size: contain !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 6 !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;
}

.visual-stage .hotspot {
  overflow: hidden !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -9999px !important;
  white-space: nowrap !important;
}

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

.brand-name,
.generated-brand-name {
  color: #ffe063;
  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-okgames {
  color: #ffe063;
}

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

.route-toast[data-toast],
body > .route-toast[data-toast] {
  position: fixed;
  z-index: 9999;
  left: 50%;
  bottom: calc(96px + env(safe-area-inset-bottom));
  transform: translate(-50%, 18px);
  opacity: 0;
  pointer-events: none;
  border: 1px solid rgba(56, 189, 248, .36);
  border-radius: 8px;
  background: rgba(15, 23, 42, .96);
  color: #fff;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .24);
  transition: opacity .16s ease, transform .16s ease;
}

.route-toast[data-toast].show,
.route-toast[data-toast].is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}





