:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color:#333;background-color:#fdf6ed;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#fdf6ed}#root{width:100%;max-width:800px;margin:0 auto;padding:16px}.game-container{position:relative;width:100%;max-width:800px;margin:0 auto;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.scene-wrapper{transition:opacity .35s ease,transform .35s ease}.scene-active{opacity:1;transform:translate(0)}.scene-exit{opacity:0;transform:translate(-40px)}.scene-enter{opacity:0;transform:translate(40px)}
