:root{--primary-color: #5e60ce;--secondary-color: #64dfdf;--success-color: #80ed99;--warning-color: #ffca3a;--danger-color: #ff595e;--background-color: #f0f7ff;--background-gradient: linear-gradient(135deg, #f0f7ff 0%, #e1eeff 100%);--text-color: #2b2d42;--text-color-light: #6c757d;--border-radius: 16px;--box-shadow: 0 4px 20px rgba(0, 0, 0, .08);--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--crown-color: #ffd166;--treasure-color: #ffd166;--hint-button-color: #5e60ce;--hint-button-shadow: 0 6px 16px rgba(94, 96, 206, .25);--coin-shadow: 0 2px 4px rgba(0, 0, 0, .2)}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%;margin:0;padding:0;overflow:hidden;min-height:-webkit-fill-available}body{font-family:var(--font-family);background:var(--background-gradient);color:var(--text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:fixed;top:0;left:0;right:0;bottom:0;letter-spacing:.01em}#root{display:flex;flex-direction:column;height:100%;width:100%;max-width:100%;overflow:hidden}button{cursor:pointer;border:none;background:none;font-family:inherit;-webkit-user-select:none;user-select:none}button:focus{outline:none}button:active{transform:translateY(2px)}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;clip:rect(0 0 0 0);overflow:hidden}
