html[data-showcase='true'],
html[data-showcase='true'] body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #080b09;
}

body.showcase .bar,
body.showcase .phone,
body.showcase .chat,
body.showcase .mobile-nav,
body.showcase .entry-gate,
body.showcase .modal,
body.showcase .game-meta {
  display: none !important;
}

body.showcase .layout {
  display: block !important;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  padding: 0 !important;
  margin: 0 !important;
}

body.showcase .game-panel {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  border: 0 !important;
  border-radius: 0 !important;
  background: #080b09;
}

body.showcase #game-root {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  background: #080b09;
}

body.showcase #game-root canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

body.showcase .world-title {
  top: clamp(18px, 4vw, 46px);
  left: clamp(18px, 4vw, 48px);
}

body.showcase .world-title small {
  letter-spacing: 0.18em;
}

body.showcase .world-truth {
  left: clamp(18px, 4vw, 48px);
  right: auto;
  bottom: clamp(18px, 3vw, 34px);
  gap: 8px;
}

body.showcase .city-build-note {
  right: clamp(18px, 4vw, 48px);
  bottom: clamp(18px, 3vw, 34px);
}

body.showcase #game-root::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 8;
  pointer-events: none;
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.24);
}

@media (max-width: 700px) {
  body.showcase .world-title strong {
    font-size: clamp(32px, 10vw, 54px);
  }

  body.showcase .world-truth {
    flex-direction: column;
    align-items: flex-start;
  }

  body.showcase .city-build-note {
    display: none;
  }
}
