*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;min-height:100%;margin:0;padding:0;font-family:Arial,sans-serif;overflow-y:auto;position:relative;overscroll-behavior:none;-webkit-overflow-scrolling:touch}body.game-playing{overflow:hidden;position:fixed;height:100%;width:100%}#root{width:100%;min-height:100%}body.game-playing #root{overflow:hidden;position:fixed;height:100%;top:0;left:0}*{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}input,textarea,[contenteditable]{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}button,a{-webkit-tap-highlight-color:rgba(0,0,0,.1)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,20%,53%,80%,to{transform:translateZ(0)}40%,43%{transform:translate3d(0,-30px,0)}70%{transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}:root{--gallery-ink: #111111;--gallery-paper: #fafaf7;--gallery-surface: #ffffff;--gallery-accent: #ff3b1f;--gallery-accent-strong: #c41c08;--gallery-muted: #6b6b66;--gallery-line: #e6e6e0;--font-display: "Fraunces", Georgia, "Times New Roman", serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-numeric: "Space Grotesk", "Inter", sans-serif}body{background-color:var(--gallery-paper);color:var(--gallery-ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{background:var(--gallery-accent);color:#fff}::-moz-selection{background:var(--gallery-accent);color:#fff}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--gallery-paper)}::-webkit-scrollbar-thumb{background:#d4d4cc;border:2px solid var(--gallery-paper);border-radius:0}::-webkit-scrollbar-thumb:hover{background:var(--gallery-muted)}*{scrollbar-color:#d4d4cc var(--gallery-paper);scrollbar-width:thin}:focus-visible{outline:2px solid var(--gallery-accent);outline-offset:2px}
