body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#1a1a2e;color:#e0e0e0;margin:0;padding:0;overflow:hidden;display:flex;justify-content:center;align-items:flex-start;min-height:100vh;position:relative}.app-container{width:100%;max-width:1200px;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;padding:20px;box-sizing:border-box;position:relative;z-index:1}.background-canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;opacity:.6}.app-header{width:100%;background-color:#1a1a2ecc;padding:15px 20px;border-radius:10px;display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;box-shadow:0 4px 15px #0000004d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(40,40,70,.5);z-index:2}.app-header h1{margin:0;font-size:2em;color:#ff6b6b;text-shadow:0 0 10px #ff6b6b}.cloud-sync-indicator{font-size:.9em;color:#7f8fa6;background-color:#7f8fa633;padding:5px 10px;border-radius:5px;display:flex;align-items:center;gap:5px}.game-content{flex-grow:1;display:flex;justify-content:center;align-items:center;width:100%;z-index:1}.screen{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:30px;background-color:#1e1e32b3;border-radius:15px;box-shadow:inset 0 0 20px #00000080,0 8px 25px #0006;border:1px solid rgba(50,50,80,.6);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:relative}.loading-screen-wrapper{background-color:#141428cc;justify-content:center;align-items:center}.loading-screen{text-align:center;display:flex;flex-direction:column;align-items:center;gap:15px}.spinner{border:4px solid rgba(255,255,255,.3);border-radius:50%;border-top:4px solid #ff6b6b;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-screen p{font-size:1.2em;color:#a4b0be}.start-screen{text-align:center}.title-section{margin-bottom:40px}.game-title{font-size:3.5em;margin-bottom:10px;color:#feca57;letter-spacing:2px;text-shadow:0 0 15px #feca57}.game-subtitle{font-size:1.2em;color:#a4b0be;margin-bottom:30px;line-height:1.6}.cta-button{padding:15px 30px;font-size:1.2em;background:linear-gradient(135deg,#ff6b6b,#feca57);color:#fff;border:none;border-radius:30px;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 15px #ff6b6b66;text-transform:uppercase;font-weight:700}.cta-button:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 8px 20px #ff6b6b99}.cta-button:active{transform:translateY(1px) scale(.98)}.cta-button:disabled{background:#ccc;cursor:not-allowed;box-shadow:none;transform:none}.high-score-display{font-size:1.1em;color:#a4b0be;margin-top:20px}.selection-screen h2{font-size:2.5em;margin-bottom:10px;color:#48dbfb}.instruction-text{font-size:.9em;color:#7f8fa6;margin-bottom:25px}.team-selection{display:flex;justify-content:space-around;align-items:flex-start;width:100%;gap:20px;flex-wrap:wrap}.team{flex:1;display:flex;flex-direction:column;align-items:center;min-width:300px}.team h3{font-size:1.8em;margin-bottom:20px;color:#7ed6df}.character-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;width:100%;padding:10px}.character-card{background-color:#28284699;border:3px solid transparent;border-radius:12px;padding:15px;cursor:pointer;transition:all .3s ease,border-color .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 4px 10px #0003;position:relative}.character-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000004d}.character-card.selected{border-color:#feca57!important;box-shadow:0 0 15px #feca57,0 8px 20px #0000004d}.character-image-container{width:100px;height:100px;margin-bottom:10px;display:flex;justify-content:center;align-items:center;background-color:#32325080;border-radius:8px;overflow:hidden}.character-img{max-width:100%;max-height:100%;object-fit:contain;border-radius:5px;transition:filter .3s ease}.damaged-flash .character-img{filter:brightness(1.5) sepia(1) hue-rotate(10deg)}.fallback-icon{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.character-info h3{font-size:1.3em;margin-bottom:8px;color:#fff}.stats{font-size:.85em;color:#a4b0be;margin-bottom:5px;display:flex;flex-wrap:wrap;justify-content:center;gap:5px}.stat{background-color:#0003;padding:2px 6px;border-radius:4px}.skill{font-size:.8em;color:#7f8fa6;font-style:italic}.selection-indicator{position:absolute;top:10px;right:10px;background-color:#2ecc71;color:#fff;border-radius:50%;width:30px;height:30px;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:1.2em;box-shadow:0 0 10px #2ecc7180}.vs-separator{font-size:2.5em;color:#feca57;align-self:center;margin:0 30px}.confirm-team-button{margin-top:30px;padding:15px 40px;font-size:1.4em}.battle-screen{background-color:#0a0a14cc;justify-content:flex-start;overflow:hidden}.battle-header{width:100%;display:flex;justify-content:space-between;font-size:1.2em;color:#a4b0be;margin-bottom:20px;padding:10px 20px;background-color:#00000080;border-radius:8px;z-index:3}.battle-field-wrapper{width:100%;height:60vh;overflow-y:auto;position:relative;border-radius:10px;border:2px solid rgba(50,50,80,.6);scroll-behavior:smooth}.battle-field{display:flex;justify-content:space-between;align-items:flex-end;width:100%;min-height:60vh;position:relative;padding-top:20px;padding-bottom:20px;box-sizing:border-box}.team-battle{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;height:100%;width:30%;gap:15px;padding-bottom:20px}.team1-battle{align-items:flex-start}.team2-battle{align-items:flex-end}.battle-character{background-color:#323250b3;border-radius:15px;padding:15px;display:flex;flex-direction:column;align-items:center;width:180px;height:280px;position:relative;border:4px solid transparent;transition:transform .5s ease,opacity .5s ease,box-shadow .3s ease;box-shadow:0 4px 15px #0006;overflow:hidden;z-index:3}.team1-battle .battle-character{margin-left:10px}.team2-battle .battle-character{margin-right:10px}.battle-character.defeated{opacity:.4;transform:scale(.9);filter:grayscale(80%)}.battle-character-info{text-align:center;margin-top:10px}.battle-character-info .name{font-size:1.1em;font-weight:700;color:#fff;margin-bottom:5px;text-shadow:0 0 5px rgba(0,0,0,.5)}.health-bar-container{width:150px;height:10px;background-color:#00000080;border-radius:5px;overflow:hidden;margin:5px auto;border:1px solid rgba(255,255,255,.2)}.health-bar{height:100%;border-radius:5px;transition:width .3s ease-out}.health-text{font-size:.75em;color:#ccc;margin-top:3px}.action-buttons{display:flex;gap:8px;margin-top:10px;opacity:0;transition:opacity .3s ease}.battle-character:hover .action-buttons{opacity:1}.action-button{padding:5px 10px;font-size:.8em;border:none;border-radius:5px;cursor:pointer;transition:all .2s ease;color:#fff;font-weight:700;text-transform:uppercase}.attack-button{background-color:#e74c3c;box-shadow:0 2px 5px #e74c3c66}.attack-button:hover{background-color:#c0392b;transform:scale(1.05)}.skill-button{background-color:#3498db;box-shadow:0 2px 5px #3498db66}.skill-button:hover{background-color:#2980b9;transform:scale(1.05)}.action-button:disabled{background-color:#555;cursor:not-allowed;transform:none}.combat-log-container{flex-grow:1;height:100%;background-color:#0009;border-radius:10px;padding:15px;margin:0 20px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;overflow:hidden;box-shadow:inset 0 0 10px #00000080;z-index:3}.combat-log-container h3{font-size:1.4em;margin-bottom:15px;color:#feca57;text-align:center;width:100%;border-bottom:1px solid rgba(255,202,87,.3);padding-bottom:10px}.log-messages{width:100%;height:350px;overflow-y:auto;font-size:.9em;line-height:1.5;color:#bdc3c7;padding-right:10px;box-sizing:border-box}.log-messages p{margin:0 0 8px;padding:0;word-wrap:break-word}.pause-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;border-radius:10px}.pause-overlay p{font-size:2em;color:#feca57;text-shadow:0 0 10px #feca57}.next-round-button{margin-top:20px;padding:10px 20px;font-size:1.1em;background:linear-gradient(135deg,#48dbfb,#7ed6df);color:#1a1a2e;border:none;border-radius:20px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px #48dbfb66}.next-round-button:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 6px 15px #48dbfb99}.skill-effect{position:absolute;display:flex;justify-content:center;align-items:center;pointer-events:none;z-index:5;opacity:0;transform:scale(.5)}.skill-effect svg{width:60px;height:60px;filter:drop-shadow(0 0 10px rgba(255,255,255,.7))}.gameover-screen{text-align:center;background-color:#ff6b6bb3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.gameover-screen h2{font-size:3em;margin-bottom:15px;color:#fff;text-shadow:0 0 10px rgba(255,255,255,.5)}.gameover-screen p{font-size:1.3em;margin-bottom:10px;color:#f0f0f0;line-height:1.6}.gameover-screen .cta-button{margin-top:30px;background:linear-gradient(135deg,#feca57,#ff6b6b);box-shadow:0 5px 15px #feca5766}.gameover-screen .cta-button:hover{box-shadow:0 8px 20px #feca5799}.app-footer{width:100%;text-align:center;padding:15px;margin-top:20px;font-size:.9em;color:#7f8fa6;background-color:#1a1a2e99;border-radius:10px;box-shadow:inset 0 0 10px #0000004d;z-index:2}@media (max-width: 768px){.app-header h1{font-size:1.8em}.game-title{font-size:2.5em}.game-subtitle{font-size:1em}.cta-button{padding:12px 25px;font-size:1.1em}.team-selection{flex-direction:column;align-items:center}.vs-separator{margin:20px 0;transform:rotate(90deg)}.character-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.battle-field-wrapper{height:auto}.battle-field{flex-direction:column;align-items:center;height:auto}.team-battle{width:90%;flex-direction:row;justify-content:center;flex-wrap:wrap;height:auto;padding-bottom:0;margin-bottom:20px}.team1-battle,.team2-battle{align-items:center}.battle-character{width:140px;height:240px}.action-buttons{opacity:1;position:absolute;bottom:5px;left:50%;transform:translate(-50%)}.combat-log-container{width:90%;margin:0 auto 20px;height:250px}.log-messages{height:200px}}@media (max-width: 480px){.app-header h1{font-size:1.5em}.game-title,.selection-screen h2{font-size:2em}.character-grid{grid-template-columns:1fr}.battle-character{width:120px;height:220px}.health-bar-container{width:120px}.action-button{padding:4px 8px;font-size:.7em}.pause-overlay p{font-size:1.5em}}
