.game-pyramid-container{align-items:center;background-color:#121212;color:#d1d850;display:flex;flex-direction:column;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh;padding:30px}.title{font-size:2.8rem;font-weight:900;margin-bottom:20px;text-align:center}.game-area{align-items:flex-start;display:flex;gap:30px;justify-content:center;max-width:1100px;width:100%}.pyramid-board{display:flex;flex-direction:column;gap:10px;-webkit-user-select:none;user-select:none}.pyramid-row{gap:12px}.block,.pyramid-row{display:flex;justify-content:center}.block{align-items:center;background-color:#b4bc3f;border-radius:8px;cursor:default;height:80px;position:relative;transition:transform .3s ease;width:80px}.player-active{background-color:#3b6e28;transform:scale(1.1);z-index:10}.dragon-block{background-color:#7b1a1a}.frame-block{background-color:#ffef00;cursor:default}.block img{height:48px;-webkit-user-select:none;user-select:none;width:48px}.step-number{bottom:4px;color:#555600;font-size:.7rem;font-weight:700;position:absolute;right:6px}.controls-panel{display:flex;flex-direction:column;gap:20px;width:320px}.controls{display:flex;gap:20px;justify-content:center}.controls button{background-color:#2e3a1a;border:2px solid #a9c84b;border-radius:6px;color:#d1d850;cursor:pointer;font-size:1rem;font-weight:700;padding:12px 20px;transition:background-color .3s ease;-webkit-user-select:none;user-select:none}.controls button:disabled{cursor:not-allowed;opacity:.5}.controls button:hover:not(:disabled){background-color:#a9c84b;color:#1a1a0a}.solve-dragon-btn{background-color:#8b0000;border:none;color:gold;font-weight:700;transition:background-color .3s ease}.solve-dragon-btn:hover{background-color:#ff2c2c}.cli-iframe{background-color:#121212;border:2px solid #a9c84b;border-radius:10px;height:400px;width:100%}.ship-container{display:flex;filter:drop-shadow(0 2px 2px rgba(0,0,0,.3));justify-content:center;margin-top:6px;pointer-events:none;width:100%}.cruising-ship{height:auto;-webkit-user-select:none;user-select:none;width:80px}body{background-color:#0d1117;color:#fff;font-family:sans-serif;margin:0}.container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:20px;text-align:center}h1{font-size:2.5rem}.tagline{color:#ccc;margin-top:10px}.btn-start{background-color:#326ce5;border-radius:6px;color:#fff;display:inline-block;font-weight:700;margin-top:20px;padding:10px 20px;text-decoration:none}.btn-start:hover{background-color:#2853b8}footer{color:#888;font-size:.9rem;margin-top:40px}
/*# sourceMappingURL=main.bf62601c.css.map*/