/* /Components/GameCanvas.razor.rz.scp.css */
.game-shell[b-hafv9pgta8] {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: #f5f7ff;
  min-height: 0;
  flex: 1 1 auto;
}

.game-surface[b-hafv9pgta8] {
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.game-canvas[b-hafv9pgta8] {
  display: block;
  background: #05050d;
  border: 1px solid #161a2c;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-radius: 12px;
  outline: none;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.55);
}

.hud[b-hafv9pgta8] {
  display: flex;
  gap: 1.5rem;
  font-family: 'Consolas', monospace;
  font-size: 1rem;
}

.status[b-hafv9pgta8] {
  min-height: 1.5rem;
  color: #ffd966;
  font-size: 0.95rem;
  text-align: center;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.layout-root[b-c4zfsm1zq3] {
    min-height: 100vh;
    display: flex;
    justify-content: center;
}

.layout-main[b-c4zfsm1zq3] {
    width: 100%;
}
