@import "https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&family=Josefin+Sans:wght@400;600;700&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#242424;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}a{color:#646cff;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#535bf2}body{place-items:center;min-width:320px;min-height:100vh;margin:0;display:flex}h1{font-size:3.2em;line-height:1.1}button{cursor:pointer;background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.game-frame-background{background-color:var(--background-color);box-sizing:border-box;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%238d6e63' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");justify-content:center;align-items:center;width:100vw;height:100vh;padding:20px;display:flex;position:fixed;top:0;left:0}.game-frame-content{background-color:var(--panel-color);border:3px solid var(--secondary-color);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:15px;flex-direction:column;justify-content:center;align-items:center;width:1200px;max-width:90%;height:800px;max-height:90%;padding:30px;display:flex;position:relative;overflow:auto;box-shadow:0 10px 30px #00000080}@media (width<=1250px){.game-frame-content{width:95%;height:95%}}@media (width<=850px){.game-frame-content{padding:20px}}:root{--primary-color:#3e2723;--secondary-color:#8d6e63;--accent-color:#f44336;--light-color:#d7ccc8;--dark-color:#4e342e;--background-color:#1a1a1a;--panel-color:#282320d9;--text-color:var(--light-color);--button-text-color:#fff;--button-shadow-color:var(--dark-color)}body{color:var(--text-color);min-height:100vh;margin:0;font-family:Josefin Sans,sans-serif;overflow:hidden}#root{text-align:center}.game-container{width:100%;height:100%;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 10px #0000004d}.game-container canvas{width:100%;height:100%;display:block}.game-button{text-transform:uppercase;background-color:var(--secondary-color);color:var(--button-text-color);box-shadow:0 4px 0 var(--button-shadow-color), 0 6px 10px #0000004d;cursor:pointer;text-shadow:1px 1px #0006;border:none;border-radius:5px;min-width:200px;margin:10px 5px;padding:12px 25px;font-family:Cinzel Decorative,serif;font-size:1.1rem;font-weight:700;transition:all .1s;display:inline-block;position:relative}.game-button:hover{background-color:var(--primary-color);box-shadow:0 2px 0 var(--button-shadow-color), 0 4px 8px #00000040;transform:translateY(2px)}.game-button:active{box-shadow:0 0 0 var(--button-shadow-color), 0 2px 4px #0003;transform:translateY(4px)}.game-title{color:var(--light-color);text-shadow:3px 3px 0px var(--dark-color), 5px 5px 8px #00000080;margin:15px 0 25px;font-family:Cinzel Decorative,serif;font-size:2.8rem;font-weight:700}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}.float-animation{animation:3s ease-in-out infinite float}.screen-content{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex}
