:root {
  --space-blue: #0c5e9f;
  --space-cyan: #39e8ff;
  --space-gold: #ffe45a;
  --space-gold-2: #b98020;
  --space-panel: rgba(5, 18, 42, .86);
}

body {
  background: #030710;
}

body::before {
  opacity: .08;
}

.site-bg {
  background:
    linear-gradient(180deg, rgba(3, 5, 15, .34), rgba(3, 5, 15, .78)),
    url("assets/spacewins/bg-space.jpg?v=20260613") center top / cover no-repeat,
    #030710;
}

.app-shell {
  width: 100%;
  max-width: none;
  padding: 8px 10px 124px;
}

.spacewins-topbar {
  position: sticky;
  top: 8px;
  z-index: 20;
  min-height: 76px;
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 8px 18px;
  border: 1px solid rgba(88, 190, 255, .7);
  border-radius: 7px;
  background:
    linear-gradient(180deg, rgba(9, 30, 67, .92), rgba(4, 8, 28, .97)),
    rgba(3, 8, 20, .96);
  box-shadow: 0 0 0 1px rgba(30, 104, 185, .28), 0 12px 34px rgba(0, 0, 0, .36);
}

.spacewins-topbar .menu-toggle {
  order: 3;
  width: 58px;
  height: 54px;
  border: 1px solid rgba(255, 228, 90, .42);
  border-radius: 7px;
  background: linear-gradient(180deg, #fff68d, #ffca2e);
  box-shadow: 0 0 22px rgba(255, 214, 52, .24);
}

.spacewins-topbar .menu-toggle span {
  background: #332000;
}

.spacewins-topbar .brand {
  width: 156px;
  justify-self: start;
}

.spacewins-topbar .brand img {
  width: 146px;
  max-height: 56px;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(55, 217, 255, .28));
}

.spacewins-topbar .main-menu {
  position: static;
  width: auto;
  min-height: 54px;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.spacewins-topbar .main-menu .visitor-action,
.spacewins-topbar .main-menu .logged-action,
.spacewins-topbar .main-menu .menu-spacer {
  display: none !important;
}

.spacewins-topbar .main-menu button {
  min-width: 128px;
  min-height: 54px;
  padding: 0 20px;
  border: 0;
  border-left: 1px solid rgba(72, 148, 255, .24);
  border-radius: 0;
  background: transparent;
  color: #f4f8ff;
  font-size: 14px;
  font-weight: 1000;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .8);
}

.spacewins-topbar .main-menu button.active {
  border: 1px solid rgba(255, 228, 90, .7);
  border-radius: 7px;
  background: linear-gradient(180deg, rgba(255, 228, 90, .32), rgba(55, 31, 6, .76));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), 0 0 20px rgba(255, 212, 56, .18);
}

.spacewins-topbar .auth-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-self: end;
}

.spacewins-topbar .auth-actions .btn {
  min-height: 54px;
  border-radius: 7px;
  font-weight: 1000;
  text-transform: uppercase;
}

.spacewins-topbar .auth-actions .btn-ghost {
  border-color: rgba(57, 232, 255, .52);
  background: rgba(3, 10, 27, .72);
}

.spacewins-topbar .auth-actions .btn-primary {
  color: #302100;
  background: linear-gradient(180deg, #fff58e, #ffca29 58%, #b77705);
  box-shadow: 0 0 22px rgba(255, 224, 74, .28);
}

.spacewins-stage {
  position: relative;
  min-height: calc(100vh - 94px);
  overflow: hidden;
  margin-top: -4px;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.03), rgba(0,0,0,.26)),
    url("assets/spacewins/bg-space.jpg?v=20260613") center top / cover no-repeat;
  box-shadow: inset 0 0 130px rgba(0, 0, 0, .52);
}

.spacewins-stage::after {
  content: "";
  position: absolute;
  inset: auto -8vw -16vh -8vw;
  height: 45vh;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(255, 210, 76, .2), rgba(0, 214, 255, .1) 34%, transparent 66%);
  filter: blur(10px);
}

.spacewins-rail {
  position: absolute;
  z-index: 3;
  left: 18px;
  top: 120px;
  width: 122px;
  overflow: hidden;
  border: 1px solid rgba(80, 190, 255, .62);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(10, 42, 79, .88), rgba(3, 13, 31, .94));
  box-shadow: 0 16px 40px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255,255,255,.12);
}

.spacewins-rail button {
  position: relative;
  width: 100%;
  min-height: 102px;
  display: grid;
  place-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(80, 190, 255, .28);
  background: transparent;
  color: #fff;
  font-weight: 1000;
  text-transform: uppercase;
}

.spacewins-rail button::before {
  content: "";
  width: 28px;
  height: 28px;
  border: 3px solid currentColor;
  border-radius: 8px;
  opacity: .96;
  box-shadow: 0 0 14px rgba(57, 232, 255, .2);
}

.spacewins-rail button:nth-child(2)::before {
  border-radius: 50% 50% 4px 4px;
  transform: rotate(-35deg);
}

.spacewins-rail button:nth-child(3)::before {
  border-radius: 50%;
}

.spacewins-rail button:nth-child(4)::before {
  border-radius: 3px;
  transform: rotate(45deg);
}

.spacewins-rail button:nth-child(5)::before {
  border-radius: 50%;
  border-style: dotted;
}

.spacewins-rail span {
  position: absolute;
  right: 13px;
  top: 14px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #ff3d42;
  font-size: 13px;
}

.spacewins-rail strong {
  font-size: 12px;
}

.spacewins-welcome,
.spacewins-winner,
.spacewins-jackpot,
.spacewins-stats {
  position: absolute;
  z-index: 4;
  border: 1px solid rgba(80, 190, 255, .55);
  background: linear-gradient(135deg, rgba(13, 55, 103, .82), rgba(5, 12, 34, .88));
  box-shadow: 0 18px 44px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter: blur(6px);
}

.spacewins-welcome {
  left: 104px;
  top: 110px;
  width: 340px;
  min-height: 160px;
  padding: 24px 24px 22px 42px;
  border-radius: 8px;
}

.spacewins-welcome span {
  display: block;
  color: #fff;
  font-size: 19px;
  font-weight: 1000;
  text-transform: uppercase;
}

.spacewins-welcome strong {
  display: block;
  margin-top: 4px;
  font-size: 31px;
  line-height: 1;
  text-transform: uppercase;
}

.spacewins-welcome button,
.spacewins-enter {
  min-height: 50px;
  border-radius: 7px;
  color: #342300;
  background: linear-gradient(180deg, #fff99a, #ffd331 58%, #b87807);
  font-weight: 1000;
  text-transform: uppercase;
  box-shadow: 0 0 24px rgba(255, 218, 62, .32);
}

.spacewins-welcome button {
  width: 100%;
  margin-top: 18px;
}

.spacewins-logo-hero {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 68px;
  width: min(560px, 38vw);
  transform: translateX(-50%);
  filter: drop-shadow(0 0 26px rgba(57, 232, 255, .25));
}

.spacewins-ship {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 150px;
  width: min(720px, 48vw);
  transform: translateX(-40%);
  filter: drop-shadow(0 0 34px rgba(55, 217, 255, .28));
}

.spacewins-winner {
  right: 86px;
  top: 330px;
  width: 320px;
  min-height: 118px;
  padding: 22px;
  border-radius: 7px;
}

.spacewins-winner span,
.spacewins-jackpot span,
.spacewins-stats strong {
  display: block;
  color: #fff;
  font-weight: 1000;
  text-transform: uppercase;
}

.spacewins-winner strong {
  display: block;
  margin: 10px 0 6px;
  font-size: 20px;
}

.spacewins-winner em,
.spacewins-jackpot strong {
  color: var(--space-gold);
  font-style: normal;
  font-weight: 1000;
}

.spacewins-jackpot {
  left: 116px;
  bottom: 190px;
  width: 260px;
  min-height: 134px;
  padding: 20px 24px;
  border-radius: 8px;
  text-align: center;
}

.spacewins-jackpot strong {
  display: block;
  margin: 10px 0;
  font-size: 28px;
}

.spacewins-jackpot em {
  color: var(--space-gold);
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.spacewins-signs {
  position: absolute;
  z-index: 5;
  left: 14vw;
  right: -2vw;
  bottom: 42px;
  display: grid;
  grid-template-columns: repeat(6, minmax(160px, 1fr));
  align-items: end;
  gap: clamp(8px, 1.2vw, 22px);
  pointer-events: none;
}

.spacewins-signs button {
  pointer-events: auto;
  min-width: 0;
  padding: 0;
  background: transparent;
  filter: drop-shadow(0 20px 28px rgba(0, 0, 0, .45));
  transition: transform .18s ease, filter .18s ease;
}

.spacewins-signs button:hover {
  transform: translateY(-10px) scale(1.02);
  filter: drop-shadow(0 24px 34px rgba(57, 232, 255, .22));
}

.spacewins-signs img {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
}

.spacewins-enter {
  position: absolute;
  z-index: 7;
  left: 50%;
  bottom: 58px;
  width: min(370px, 36vw);
  transform: translateX(-50%);
  font-size: 21px;
}

.spacewins-enter::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 14px;
  vertical-align: -4px;
  border-radius: 50% 50% 4px 4px;
  background: #fff;
  transform: rotate(-35deg);
}

.spacewins-stats {
  left: 50%;
  bottom: 0;
  width: min(1120px, 56vw);
  min-height: 90px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 12px;
  border-radius: 9px 9px 0 0;
  transform: translateX(-50%);
}

.spacewins-stats span {
  min-width: 0;
  display: grid;
  align-content: center;
  padding: 12px 18px;
  border: 1px solid rgba(80, 190, 255, .3);
  border-radius: 7px;
  color: #fff;
  font-size: 18px;
  font-weight: 1000;
}

.spacewins-stats strong {
  color: #cce7ff;
  font-size: 12px;
}

.hero,
.quick-actions {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.content-section {
  width: min(1260px, calc(100% - 28px));
  margin-inline: auto;
}

.casino-board {
  margin-top: 34px;
}

.support-card {
  width: min(1260px, calc(100% - 28px));
  margin-inline: auto;
}

.bottom-nav {
  display: none;
}

.overlay-brand img,
.frame-logo-badge,
#gameFrameStatus img {
  object-fit: contain;
}

@media (max-width: 1180px) {
  .spacewins-topbar {
    grid-template-columns: auto 1fr auto;
  }

  .spacewins-topbar .main-menu button {
    min-width: 104px;
    padding: 0 12px;
  }

  .spacewins-signs {
    left: 120px;
    grid-template-columns: repeat(3, minmax(150px, 1fr));
    bottom: 68px;
  }

  .spacewins-stats {
    display: none;
  }
}

@media (max-width: 760px) {
  .app-shell {
    padding: 8px 8px 104px;
  }

  .spacewins-topbar {
    position: sticky;
    grid-template-columns: 1fr auto auto;
    min-height: 68px;
    gap: 10px;
    padding: 8px 10px;
  }

  .spacewins-topbar .brand {
    width: 124px;
  }

  .spacewins-topbar .brand img {
    width: 118px;
  }

  .spacewins-topbar .main-menu {
    display: none;
  }

  .spacewins-topbar .auth-actions {
    gap: 6px;
  }

  .spacewins-topbar .auth-actions .btn {
    min-height: 44px;
    padding: 0 10px;
    font-size: 12px;
  }

  .spacewins-topbar .menu-toggle {
    width: 48px;
    height: 44px;
  }

  .spacewins-stage {
    min-height: calc(100vh - 82px);
    border-radius: 0 0 14px 14px;
    background-position: center top;
  }

  .spacewins-rail,
  .spacewins-welcome,
  .spacewins-winner,
  .spacewins-jackpot,
  .spacewins-stats {
    display: none;
  }

  .spacewins-logo-hero {
    top: 44px;
    width: min(330px, 82vw);
  }

  .spacewins-ship {
    top: 156px;
    width: min(480px, 112vw);
    transform: translateX(-48%);
  }

  .spacewins-signs {
    left: 8px;
    right: 8px;
    bottom: 76px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .spacewins-signs button:nth-child(n+5) {
    display: none;
  }

  .spacewins-signs img {
    max-height: 190px;
  }

  .spacewins-enter {
    width: min(330px, 86vw);
    bottom: 24px;
    min-height: 52px;
    font-size: 16px;
  }

  .bottom-nav {
    display: grid;
  }
}

/* Production visual polish for the client SpaceWins skin. */
.spacewins-topbar {
  border-color: rgba(97, 202, 255, .88);
  background:
    linear-gradient(90deg, rgba(17, 55, 102, .96), rgba(5, 10, 31, .98) 32%, rgba(10, 10, 32, .96) 70%, rgba(28, 20, 5, .92)),
    rgba(4, 9, 24, .98);
  box-shadow:
    0 0 0 1px rgba(255, 224, 74, .16),
    0 18px 46px rgba(0, 0, 0, .48),
    0 0 34px rgba(42, 161, 255, .18);
  backdrop-filter: blur(12px);
}

.spacewins-topbar .brand img {
  width: 168px;
  filter:
    drop-shadow(0 0 14px rgba(57, 232, 255, .42))
    drop-shadow(0 0 18px rgba(255, 209, 45, .22));
}

.spacewins-stage {
  isolation: isolate;
  min-height: clamp(760px, calc(100vh - 88px), 940px);
  border: 1px solid rgba(90, 195, 255, .28);
  box-shadow:
    inset 0 0 160px rgba(0, 0, 0, .62),
    inset 0 -90px 120px rgba(8, 3, 24, .82),
    0 26px 80px rgba(0, 0, 0, .36);
}

.spacewins-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 52% 25%, rgba(71, 231, 255, .22), transparent 17%),
    radial-gradient(circle at 66% 34%, rgba(218, 68, 255, .16), transparent 20%),
    radial-gradient(circle at 39% 66%, rgba(255, 213, 57, .18), transparent 24%),
    linear-gradient(180deg, rgba(2, 5, 14, .04), rgba(1, 3, 10, .5));
  mix-blend-mode: screen;
}

.spacewins-stage::after {
  z-index: 1;
  height: 58vh;
  background:
    radial-gradient(ellipse at 50% 80%, rgba(255, 218, 64, .24), transparent 24%),
    radial-gradient(ellipse at center, rgba(0, 220, 255, .18), rgba(127, 55, 255, .12) 38%, transparent 68%);
}

.spacewins-welcome,
.spacewins-winner,
.spacewins-jackpot,
.spacewins-stats {
  border-color: rgba(100, 210, 255, .68);
  background:
    linear-gradient(135deg, rgba(17, 65, 118, .9), rgba(4, 10, 29, .92) 58%, rgba(38, 22, 4, .82)),
    rgba(5, 13, 29, .9);
  box-shadow:
    0 20px 56px rgba(0, 0, 0, .44),
    inset 0 1px 0 rgba(255, 255, 255, .14),
    0 0 28px rgba(45, 178, 255, .14);
}

.spacewins-welcome {
  transform: translateY(8px);
}

.spacewins-logo-hero {
  top: 86px;
  width: min(650px, 42vw);
  animation: spacewinsGlow 3.8s ease-in-out infinite;
}

.spacewins-ship {
  top: 164px;
  width: min(800px, 52vw);
  transform: translateX(-39%);
  animation: spacewinsFloat 5.8s ease-in-out infinite;
}

.spacewins-winner {
  right: max(58px, 4vw);
  top: 316px;
}

.spacewins-jackpot {
  bottom: 168px;
}

.spacewins-signs {
  left: max(170px, 12vw);
  right: max(-42px, -3vw);
  bottom: 24px;
  gap: clamp(10px, 1.4vw, 28px);
}

.spacewins-signs button {
  transform: translateY(var(--lift, 0px));
}

.spacewins-signs button:nth-child(1) { --lift: 18px; }
.spacewins-signs button:nth-child(2) { --lift: -4px; }
.spacewins-signs button:nth-child(3) { --lift: 16px; }
.spacewins-signs button:nth-child(4) { --lift: -8px; }
.spacewins-signs button:nth-child(5) { --lift: 14px; }
.spacewins-signs button:nth-child(6) { --lift: 4px; }

.spacewins-signs button:hover {
  transform: translateY(calc(var(--lift, 0px) - 12px)) scale(1.035);
}

.spacewins-signs img {
  max-height: 330px;
  filter:
    drop-shadow(0 18px 22px rgba(0, 0, 0, .5))
    drop-shadow(0 0 12px rgba(61, 213, 255, .14));
}

.spacewins-enter {
  bottom: 70px;
  border: 1px solid rgba(255, 242, 126, .72);
  background: linear-gradient(180deg, #fff8aa, #ffd342 52%, #a66605);
  box-shadow:
    0 0 0 1px rgba(92, 226, 255, .14),
    0 18px 42px rgba(0, 0, 0, .44),
    0 0 38px rgba(255, 218, 62, .34);
}

.spacewins-stats {
  bottom: 8px;
  border-color: rgba(86, 192, 255, .5);
}

@keyframes spacewinsFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -12px; }
}

@keyframes spacewinsGlow {
  0%, 100% {
    filter:
      drop-shadow(0 0 20px rgba(57, 232, 255, .24))
      drop-shadow(0 0 16px rgba(255, 217, 63, .18));
  }
  50% {
    filter:
      drop-shadow(0 0 32px rgba(57, 232, 255, .48))
      drop-shadow(0 0 28px rgba(255, 217, 63, .3));
  }
}

@media (prefers-reduced-motion: reduce) {
  .spacewins-logo-hero,
  .spacewins-ship {
    animation: none;
  }
}

@media (max-width: 1180px) {
  .spacewins-signs {
    right: 12px;
    bottom: 92px;
  }

  .spacewins-enter {
    bottom: 34px;
  }
}

@media (max-width: 760px) {
  .spacewins-topbar .brand img {
    width: 130px;
  }

  .spacewins-stage {
    min-height: 760px;
  }

  .spacewins-logo-hero {
    width: min(350px, 86vw);
  }

  .spacewins-ship {
    top: 150px;
  }
}

body.tenant-hero-banner .site-bg {
  opacity: .9;
}

body.tenant-hero-banner .spacewins-stage {
  min-height: clamp(780px, calc(100vh - 88px), 980px);
  background-color: #030713;
}

body.tenant-hero-banner .spacewins-stage::before {
  background:
    radial-gradient(circle at 48% 28%, rgba(151, 52, 255, .22), transparent 22%),
    radial-gradient(circle at 69% 34%, rgba(45, 222, 255, .2), transparent 20%),
    linear-gradient(180deg, rgba(2, 5, 16, .08), rgba(1, 3, 11, .66));
}

body.tenant-hero-banner .spacewins-logo-hero {
  top: 46px;
  width: min(520px, 34vw);
}

body.tenant-hero-banner .spacewins-ship {
  opacity: .1;
  transform: translateX(-39%) scale(.92);
}

body.tenant-hero-banner .spacewins-welcome {
  left: max(112px, 6vw);
  top: 150px;
  width: 300px;
}

body.tenant-hero-banner .spacewins-winner {
  top: 150px;
  right: max(48px, 5vw);
}

body.tenant-hero-banner .spacewins-jackpot {
  bottom: 146px;
}

body.tenant-hero-banner .spacewins-signs {
  bottom: 18px;
}

body.tenant-hero-banner .spacewins-signs img {
  max-height: 300px;
}

@media (max-width: 1180px) {
  body.tenant-hero-banner .spacewins-logo-hero {
    width: min(440px, 50vw);
  }
}

@media (max-width: 760px) {
  body.tenant-hero-banner .spacewins-stage {
    min-height: 780px;
    background-position: center top !important;
  }

  body.tenant-hero-banner .spacewins-logo-hero {
    top: 36px;
    width: min(330px, 84vw);
  }

  body.tenant-hero-banner .spacewins-ship {
    display: none;
  }
}

/* Responsive repair: keep the four header zones pinned instead of wrapping. */
.spacewins-topbar {
  grid-template-columns: minmax(150px, 210px) minmax(0, 1fr) auto 58px;
  grid-template-areas: "brand nav auth toggle";
}

.spacewins-topbar .brand {
  grid-area: brand;
}

.spacewins-topbar .main-menu {
  grid-area: nav;
  min-width: 0;
}

.spacewins-topbar .auth-actions {
  grid-area: auth;
  min-width: 0;
}

.spacewins-topbar .menu-toggle {
  grid-area: toggle;
  justify-self: end;
  order: 0;
}

.spacewins-topbar .auth-actions .btn,
.spacewins-topbar .user-menu-trigger {
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .spacewins-topbar {
    grid-template-columns: minmax(128px, 170px) minmax(0, 1fr) auto 54px;
    gap: 10px;
  }

  .spacewins-topbar .brand img {
    width: clamp(132px, 14vw, 168px);
  }

  .spacewins-topbar .main-menu button {
    min-width: 92px;
    padding-inline: 10px;
    font-size: 12px;
  }
}

@media (max-width: 980px) {
  .spacewins-topbar {
    grid-template-columns: 54px minmax(112px, 1fr) auto;
    grid-template-areas: "toggle brand auth";
    min-height: 92px;
    padding: 8px 10px;
    gap: 9px;
  }

  .spacewins-topbar .main-menu {
    display: none !important;
  }

  .spacewins-topbar .brand {
    justify-self: center;
  }

  .spacewins-topbar .brand img {
    width: clamp(154px, 30vw, 218px);
    max-height: 82px;
  }

  .spacewins-topbar .menu-toggle {
    width: 50px;
    height: 50px;
    justify-self: start;
  }

  .spacewins-topbar .menu-toggle span {
    width: 27px;
    height: 3px;
  }

  .spacewins-topbar .auth-actions {
    justify-self: end;
    display: flex;
    gap: 6px;
  }

  .spacewins-topbar .auth-actions .btn {
    min-height: 44px;
    padding-inline: clamp(9px, 1.8vw, 14px);
    border-radius: 7px;
    font-size: clamp(.66rem, 1.9vw, .82rem);
    line-height: 1;
  }

  .spacewins-stage {
    margin-top: 8px;
  }

  .content-section {
    width: min(100% - 20px, 1260px);
  }

  .casino-board {
    margin-top: 22px;
  }

  .filters {
    gap: 10px;
  }

  .filters label {
    min-width: 0;
  }
}

@media (max-width: 520px) {
  .spacewins-topbar {
    grid-template-columns: 50px minmax(0, 1fr);
    grid-template-areas:
      "toggle brand"
      "auth auth";
    min-height: 144px;
    align-items: center;
  }

  .spacewins-topbar .brand {
    justify-self: center;
    max-width: 100%;
  }

  .spacewins-topbar .brand img {
    width: min(220px, 58vw);
    max-height: 88px;
  }

  .spacewins-topbar .auth-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-self: stretch;
  }

  .spacewins-topbar .auth-actions .btn {
    width: 100%;
    min-height: 42px;
    padding-inline: 8px;
    font-size: .72rem;
  }

  .spacewins-stage {
    min-height: 690px;
  }

  body.tenant-hero-banner .spacewins-stage {
    min-height: 700px;
  }

  .spacewins-signs {
    bottom: 72px;
  }

  .spacewins-enter {
    bottom: 18px;
  }
}

@media (max-width: 380px) {
  .spacewins-topbar .brand img {
    width: min(205px, 56vw);
  }

  .spacewins-topbar .auth-actions .btn {
    font-size: .66rem;
  }
}
