body{align-items:center;background:#111;color:#fff;display:flex;font-family:Roboto,sans-serif;height:100vh;justify-content:center;margin:0;text-align:center}.container{background:#000c;border-radius:10px;box-shadow:0 4px 20px #00ff0080;max-width:800px;padding:20px}h1{color:#0f0;font-size:3em;margin-bottom:.5em}p{color:#ccc;font-size:1.2em}.coming-soon{color:#0f0;font-size:1.5em;margin-top:1.5em}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.game-container{align-items:center;display:flex;height:100vh;justify-content:center;width:100vw}.battle-screen,.menu-screen,.settings-screen,.splash-screen{text-align:center}.menu-buttons{gap:1rem;margin-top:2rem}.battle-screen,.menu-buttons{display:flex;flex-direction:column}.battle-screen{background-color:#f5f5f5;height:100vh;overflow:hidden;width:100vw}.game-field{background:linear-gradient(180deg,#87ceeb,#e0f6ff);flex:1 1;overflow:hidden;position:relative;width:100%}.tower{background-color:#4a4a4a;bottom:0;height:200px;position:absolute;width:80px}.player-tower{right:0}.enemy-tower{left:0}.unit{bottom:0;height:120px;position:absolute;transition:left .1s linear;width:120px}.enemy-unit,.player-unit,.unit{background-color:initial}.unit-menu{align-items:center;background-color:#000c;display:flex;gap:1rem;height:80px;padding:1rem}.money-display{color:gold;font-size:1.2rem;font-weight:700;margin-right:2rem;min-width:120px}.unit-menu button{background-color:#4a4a4a;border:none;border-radius:5px;color:#fff;cursor:pointer;height:40px;min-width:100px;padding:.5rem 1rem;transition:background-color .3s}.unit-menu button:hover:not(:disabled){background-color:#666}.unit-menu button:disabled{background-color:#333;cursor:not-allowed;opacity:.7}.health-bar{background-color:#ff0000b3;border-radius:2px;height:5px;left:0;overflow:hidden;position:absolute;top:-10px;width:100%}.health-fill{background-color:#4caf50e6;height:100%;transition:width .3s ease}.tower .health-bar{height:10px;top:-15px}.pause-menu{align-items:center;background-color:#000c;bottom:0;display:flex;flex-direction:column;gap:1rem;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.pause-menu button{min-width:200px;transition:background-color .3s}.battle-summary{align-items:center;background-color:#000c;border-radius:10px;color:#fff;display:flex;flex-direction:column;padding:2rem}.stats-container{grid-gap:1rem;display:grid;gap:1rem;margin:2rem 0}.stat-item{grid-gap:1rem;background-color:#ffffff1a;border-radius:5px;display:grid;gap:1rem;grid-template-columns:1fr 1fr;padding:.5rem}.health-bar{transition:width .3s ease-in-out}.win-screen{align-items:center;background-color:#000c;display:flex;flex-direction:column;height:100vh;justify-content:center}.win-screen h1{color:#0f0;font-size:4em;margin-bottom:1em;text-shadow:0 0 10px #0f0}.win-screen button{background-color:#0f0;border:none;border-radius:5px;color:#000;cursor:pointer;font-size:1.2em;padding:1em 2em;transition:all .3s ease}.win-screen button:hover{box-shadow:0 0 20px #0f0;transform:scale(1.1)}.lose-screen{align-items:center;background-color:#000c;display:flex;flex-direction:column;height:100vh;justify-content:center}.lose-screen h1{color:red;font-size:4em;margin-bottom:1em;text-shadow:0 0 10px red}.lose-screen button{background-color:red;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.2em;padding:1em 2em;transition:all .3s ease}.lose-screen button:hover{box-shadow:0 0 20px red;transform:scale(1.1)}.shop-screen{align-items:center;background-color:#f5f5f5;display:flex;flex-direction:column;height:100vh;overflow:hidden;padding:2rem}.shop-screen h1{color:#333;font-size:2.5rem;margin-bottom:2rem;text-shadow:2px 2px 4px #0000001a}.shop-items{-webkit-overflow-scrolling:touch;display:flex;gap:2rem;overflow-x:auto;overflow-y:hidden;padding:1rem;scroll-snap-type:x mandatory;scrollbar-width:none;width:100%}.shop-items::-webkit-scrollbar{display:none}.shop-item{background-color:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;flex:0 0 300px;padding:1.5rem;scroll-snap-align:start;transition:transform .2s,box-shadow .2s}.shop-item:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-5px)}.shop-item h3{color:#333;font-size:1.5rem;margin-bottom:1rem;text-align:center}.unit-stats{display:flex;flex-direction:column;gap:.5rem}.unit-stats p{background-color:#f8f8f8;border-radius:5px;color:#666;font-size:.9rem;margin:0;padding:.5rem}.back-button{background-color:#4a4a4a;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.2rem;margin-top:2rem;padding:1rem 2rem;transition:background-color .3s}.back-button:hover{background-color:#666}.shop-container{position:relative;width:100%}.scroll-button,.shop-container{align-items:center;display:flex}.scroll-button{background-color:#4a4a4a;border:none;border-radius:5px;box-shadow:0 2px 8px #0003;color:#fff;cursor:pointer;font-size:1.5rem;height:100px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:background-color .3s;width:50px;z-index:1}.scroll-button:hover{background-color:#666}.scroll-left{border-radius:0 5px 5px 0;left:0}.scroll-right{border-radius:5px 0 0 5px;right:0}.shop-header{align-items:center;display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.shop-info{display:flex;font-size:1.2rem;gap:2rem}.currency{font-weight:700}.currency,.team-size{color:#4a4a4a}.shop-item{display:flex;flex-direction:column;justify-content:space-between}.owned-button,.purchase-button{border:none;border-radius:5px;cursor:pointer;font-size:1rem;margin-top:1rem;padding:.8rem;transition:all .3s}.purchase-button{background-color:#4caf50;color:#fff}.purchase-button:hover:not(.disabled){background-color:#45a049}.purchase-button.disabled{background-color:#ccc;cursor:not-allowed}.owned-button{background-color:#666;color:#fff;cursor:default}.team-display{background-color:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;margin-top:2rem;padding:1rem}.team-display h2{color:#333;margin-bottom:1rem}.team-units{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.team-unit{background-color:#4a4a4a;border-radius:5px;color:#fff;font-size:.9rem;padding:.5rem 1rem}.team-screen{align-items:center;background-color:#000;color:#fff;display:flex;flex-direction:column;min-height:100vh;padding:2rem}.team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:2rem 0;max-width:1200px;padding:1rem;width:100%}.team-unit-card{background-color:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;padding:1.5rem;transition:transform .3s ease}.team-unit-card:hover{transform:translateY(-5px)}.team-unit-card h3{color:#333;font-size:1.5rem;margin-bottom:1rem}.team-unit-card .unit-stats{grid-gap:.5rem;display:grid;gap:.5rem}.team-unit-card .unit-stats p{color:#666;font-size:1.1rem;margin:0}.pause-menu-overlay{align-items:center;background-color:#000000b3;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.pause-menu{background-color:#2a2a2a;border-radius:10px;box-shadow:0 0 20px #00000080;padding:2rem;text-align:center}.pause-menu h2{color:#fff;font-size:2rem;margin-bottom:2rem}.pause-menu-buttons{display:flex;flex-direction:column;gap:1rem}.pause-menu button{background-color:#4a4a4a;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.2rem;padding:1rem 2rem;transition:background-color .2s}.pause-menu button:hover{background-color:#666}
/*# sourceMappingURL=main.941da62b.css.map*/