*{box-sizing:border-box}body{margin:0;padding:0;height:100vh;background-color:#2c1b17;background-image:linear-gradient(45deg,#221512 25%,transparent 25%,transparent 75%,#221512 75%,#221512),linear-gradient(45deg,#221512 25%,transparent 25%,transparent 75%,#221512 75%,#221512);background-size:32px 32px;background-position:0 0,16px 16px;font-family:"Press Start 2P",Courier New,monospace;color:#fff;display:flex;justify-content:center;align-items:center;overflow:hidden;image-rendering:pixelated}#root{width:100%;height:100%}.game-overlay{width:100%;height:100%;background:#000000a6;display:flex;justify-content:center;align-items:center}.container{max-width:500px;width:90%;padding:30px;text-align:center;background-color:#c6c6c6;border:2px solid #000000;box-shadow:inset 4px 4px #fff,inset -4px -4px #555}.mc-title{font-size:20px;color:#ff5;text-shadow:2px 2px 0px #3F3F00;margin-top:10px;margin-bottom:25px;line-height:1.4}.mc-text{font-size:10px;color:#3f3f3f;line-height:1.8;margin-bottom:30px;text-shadow:none}.mc-button{display:block;width:100%;max-width:300px;margin:0 auto;padding:14px 10px;font-family:"Press Start 2P",monospace;font-size:12px;color:#e0e0e0;text-shadow:2px 2px 0px #3F3F3F;text-transform:uppercase;background-color:#7c7c7c;cursor:pointer;border:2px solid #000000;box-shadow:inset 2px 2px #fff,inset -2px -2px #555;transition:color .1s ease}.mc-button:hover:not(:disabled){background-color:#7c7c7c;color:#ff5}.mc-button:active:not(:disabled){box-shadow:inset 2px 2px #555,inset -2px -2px #fff;padding-top:16px;padding-bottom:12px}.mc-button:disabled{color:#a0a0a0;text-shadow:2px 2px 0px #3F3F3F;cursor:not-allowed}.mc-response{margin-top:25px;font-size:10px;min-height:20px;word-break:break-word;line-height:1.6}
