/*
Theme Name: 왕좌의 게임
Theme URI: https://dev-human-chess.ddev.site
Description: 왕좌의 게임 MVP용 React SPA 게임 셸 테마.
Author: OpenAI Codex
Version: 0.1.2
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: human-chess
*/

.human-chess-theme {
  background: #f7f7f7;
  color: #111827;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
}

.human-chess-theme__placeholder {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 960px;
  min-height: 100vh;
  padding: 4rem 1.5rem;
}

.human-chess-theme__placeholder[data-hc-route^="/team/"][data-hc-route$="/game"],
.human-chess-theme__placeholder:has([data-hc-react-shell="intro"]),
.human-chess-theme__placeholder:has([data-hc-route-layout="team-game"]),
.human-chess-theme__placeholder:has([data-hc-team-game-screen="true"]) {
  margin: 0;
  max-width: none;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  padding: 0;
  overflow: hidden;
}

.human-chess-theme__placeholder[data-hc-route^="/team/"][data-hc-route*="/setup"],
.human-chess-theme__placeholder:has(.hc-setup-workspace) {
  margin: 0 auto;
  width: min(1760px, calc(100% - 0.75rem));
  max-width: 1760px;
  min-height: 100vh;
  padding: 0;
}

.human-chess-theme__placeholder h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 0 0 1rem;
}

.human-chess-theme__placeholder p {
  line-height: 1.6;
  margin: 0;
}
