
:root {
  --site-brand-primary: #0b74d1;
  --site-brand-accent: #f4c531;
  --site-brand-bg: #071b3d;
  --primary: #0b74d1;
  --accent: #f4c531;
  --gold: #f4c531;
  --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;
}

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: #f4c531;
  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-bingoplus {
  color: #f4c531;
}

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