:root{--bg-deep: #0a0a0f;--bg-surface: #12121a;--bg-card: #1a1a28;--border: #2a2a3d;--text: #d4c8b8;--text-dim: #7a7068;--text-bright: #f0e6d6;--accent: #c49a5c;--accent-glow: #e8b86d;--danger: #b83333;--danger-glow: #ff4444;--petrify: #7a8a72;--health: #6a9955}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow:hidden;background:var(--bg-deep);color:var(--text);font-family:Crimson Text,Georgia,serif}body{cursor:crosshair}#root{user-select:none;-webkit-user-select:none}#game-canvas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0}.ui-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10;pointer-events:none}.ui-overlay>*{pointer-events:auto}
