@charset "UTF-8";body,html{margin:0;padding:0;width:100%;height:100%;overflow:hidden;background-color:#222;color:#eee;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;display:flex;flex-direction:column}#start-screen{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;background:url(./splash_bg-ZdXsiPLJ.jpg) no-repeat center center;background-size:cover;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:100}.game-logo{max-width:90%;max-height:200px;filter:drop-shadow(0 0 10px rgba(0,0,0,.8))}.difficulty-menu{display:flex;flex-direction:column;gap:4px;background-color:#0000;padding:20px;border-radius:15px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}#instructions-screen,#settings-screen{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000d9;display:flex;justify-content:center;align-items:center;z-index:200;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-content{background-color:#1a1a1a;padding:30px;border-radius:15px;max-width:90%;width:400px;text-align:center;color:#ecf0f1;border:2px solid #34495e;box-shadow:0 0 20px #00000080;display:flex;flex-direction:column;gap:15px}.modal-content h2{color:#3498db;margin-bottom:10px;font-size:2rem;text-transform:uppercase;letter-spacing:2px}.modal-content p{margin-bottom:10px;line-height:1.6;color:#bdc3c7}.modal-actions{margin-top:20px;display:flex;justify-content:center}.instructions-modal{width:600px;max-height:80vh;overflow-y:auto}.instructions-text{text-align:left;padding-right:10px}.instructions-text h3{color:#3498db;margin-top:20px;margin-bottom:10px;border-bottom:1px solid #34495e;padding-bottom:5px}.instructions-text ul{list-style-type:none;padding-left:0}.instructions-text li{margin-bottom:8px;padding-left:15px;position:relative;color:#bdc3c7}.instructions-text li:before{content:"►";position:absolute;left:0;color:#3498db;font-size:.8em;top:3px}.setting-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;padding:10px;background-color:#2c3e50;border-radius:8px}.setting-row label{font-size:1.1rem;font-weight:700}.setting-row select,.setting-row input[type=checkbox]{padding:8px;border-radius:5px;border:none;background-color:#ecf0f1;color:#2c3e50;font-weight:700;cursor:pointer}.setting-row input[type=checkbox]{width:25px;height:25px;accent-color:#3498db}.instructions-content{max-width:600px;background:#00000080;padding:2rem;border-radius:10px;border:1px solid #444}.instructions-content h2{color:#0f0;text-shadow:0 0 10px rgba(0,255,0,.5);margin-bottom:1rem}.instructions-content p{font-size:1.1rem;line-height:1.6;margin-bottom:1rem}.start-hint{font-weight:700;color:#fff;margin-top:2rem}#game-screen{flex:1;display:flex;flex-direction:column;width:100%;height:100%;overflow:hidden}#game-container{position:relative;flex:1;width:100%;display:flex;justify-content:center;align-items:center;overflow:hidden;background-color:#000;background-image:url(./background-DiGIscj1.png);background-repeat:repeat}.game-title{font-size:4rem;margin-bottom:3rem;text-shadow:0 0 20px #0f0,0 0 10px #00f;text-align:center;color:#fff;font-weight:300;letter-spacing:2px}.menu-btn{display:block;width:200px;padding:1rem;margin:1px auto;font-size:1.2rem;background-color:#555;color:#eee;border:1px solid #444;border-radius:4px;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:1px}.menu-btn:hover{background-color:#555;border-color:#00c3ff;box-shadow:0 0 10px #0f03}.control-btn{padding:.8rem 1.5rem;background:transparent;border:none;color:#888;font-size:1rem;cursor:pointer;text-transform:uppercase}.control-btn:hover{color:#fff}#top-bar{padding:10px 20px;background-color:#111;border-bottom:1px solid #333;display:flex;justify-content:center}#bottom-bar{padding:10px 20px;background-color:#111;border-top:1px solid #333;display:flex;justify-content:space-between}.stats-container{display:flex;gap:2rem}.stats-container p{font-size:1.2rem;margin:0;color:#aaa}.stats-container span{color:#0f0;font-weight:700;margin-left:5px}canvas{touch-action:none;image-rendering:pixelated;max-width:100%;max-height:100%;box-shadow:0 0 20px #00000080}#ui-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000c;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:10;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.overlay-buttons{display:flex;gap:1rem;margin-top:2rem}.hidden{display:none!important}h1#message{font-size:3rem;margin-bottom:1rem;color:#0f0;text-shadow:0 0 20px rgba(0,255,0,.5)}@media(max-width:600px){.game-title{font-size:2.5rem}.menu-btn{width:160px;padding:.8rem;font-size:1rem}.stats-container{gap:1rem}.stats-container p{font-size:1rem}}
