:root{--bg: #141414;--bg-card: #1e1e1e;--bg-highlight: #242438;--border: #2e2e2e;--border-light: #3d3d3d;--border-dark: #242424;--text-primary: #ccc;--text-secondary: #888;--text-muted: #666;--text-faint: #555;--text-dim: #444;--text-heading: #e0e0e0;--accent: #c9a227;--accent-bright: #ffd700;--accent-bg: #2a2200;--chaotic: #ff4444;--chaotic-border: #662222;--fail: #b8a088;--event-good: #88b888;--event-bad: #cc8888;--cherry: #cc4258}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--bg);color:var(--text-primary);font-family:Courier New,Courier,monospace;height:100vh;overflow:hidden}#root{height:100vh;display:flex;flex-direction:column}::selection{background:var(--border-light);color:#fff}input,textarea,button{font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:3px}.new-game-page{padding:24px 196px}.new-game-page .portrait{width:96px;height:96px}@media(max-width:768px){.new-game-page{padding:16px}.new-game-page .portrait{width:56px;height:56px}}
