.battle-setup-container,.finished-screen{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;width:100%;max-width:1200px;min-height:60vh;margin:0 auto;padding:2rem;display:flex}.battle-setup-container h1,.battle-setup-container h2,.finished-screen h1,.finished-screen h2{color:#e2e8f0;text-shadow:1px 1px 2px #00000080;text-align:center;font-size:2rem}.battle-setup-container p,.finished-screen p{color:#94a3b8;text-align:center}.player-team-display{background-color:#0f172a80;border:1px solid #334155;border-radius:1rem;gap:1rem;margin-bottom:1rem;padding:1rem;display:flex}.team-slot{background-color:#0f172a4d;border:3px dashed #475569;border-radius:.5rem;justify-content:center;align-items:center;width:90px;height:90px;display:flex}.team-slot .empty-slot{color:#475569;font-size:3rem}.confirm-button{color:#fff;cursor:pointer;background-image:linear-gradient(90deg,#38bdf8,#818cf8,#c084fc);border:none;border-radius:.5rem;padding:.8rem 2.5rem;font-size:1.2rem;font-weight:700;transition:all .2s;box-shadow:0 4px 15px #818cf84d}.confirm-button:hover{transform:scale(1.05);box-shadow:0 8px 20px #818cf866}.confirm-button:disabled{color:#94a3b8;cursor:not-allowed;box-shadow:none;background-color:#475569;background-image:none;transform:none}.pokemon-selection-grid{background-color:#1e293b;border:1px solid #334155;border-radius:1rem;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1rem;width:100%;max-height:50vh;padding:1rem;display:grid;overflow-y:auto}.pokemon-option{cursor:pointer;background-color:#334155;border:3px solid #0000;border-radius:.8rem;flex-direction:column;align-items:center;padding:.5rem;transition:all .2s;display:flex}.pokemon-option .pokemon-name{text-transform:capitalize;color:#cbd5e1;margin-top:.2rem;font-size:.8rem}.pokemon-option:hover{border-color:#818cf8}.pokemon-option.selected{background-color:#475569;border-color:#38bdf8;transform:scale(1.05)}.difficulty-selection{gap:2rem;margin:2rem 0;display:flex}.difficulty-selection button{text-align:center;cursor:pointer;background-color:#1e293b;border:2px solid #475569;border-radius:1rem;width:200px;padding:1.5rem;transition:all .2s}.difficulty-selection button h2{color:#e2e8f0;margin-bottom:.5rem;font-size:1.5rem}.difficulty-selection button p{color:#94a3b8;font-size:.9rem}.difficulty-selection button:hover{border-color:#818cf8;transform:translateY(-5px)}.difficulty-selection button.active{border-color:#c084fc;box-shadow:0 0 15px #c084fc66}@media (max-width:768px){.difficulty-selection{flex-direction:column}}.battle-container{background-color:#0f172a;border:1px solid #334155;border-radius:1rem;width:100%;max-width:1024px;margin:0 auto;padding:1rem;box-shadow:0 10px 20px #0003}.battle-header{color:#fff;background-color:#0003;border-radius:8px;justify-content:space-between;width:100%;margin-bottom:1rem;padding:.5rem 1rem;font-size:1.2rem;font-weight:700;display:flex}.battle-arena{width:100%;height:400px;position:relative}.pokemon-display{position:absolute}.pokemon-display img{filter:drop-shadow(4px 4px 8px #0006);transition:transform .1s ease-in-out}.pokemon-display img.hit{animation:.4s shake}.enemy-display{text-align:right;flex-direction:column;align-items:flex-end;gap:.5rem;display:flex;top:10%;right:5%}.enemy-display img{transform-origin:100% 100%}.player-display{flex-direction:column;align-items:flex-start;gap:.5rem;display:flex;bottom:0;left:5%}.player-display img{transform-origin:0 100%}.info-box{background-color:#1e293b;border:2px solid #475569;border-radius:.8rem;min-width:200px;padding:.5rem 1rem;box-shadow:0 4px 6px #0003}.info-box .name{text-transform:capitalize;color:#e2e8f0;font-size:1.2rem;font-weight:700}.health-bar{align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.health-bar .hp-label{color:#333;background-color:#fdd835;border:1px solid #c7a100;border-radius:4px;padding:0 4px;font-size:.8rem;font-weight:700}.health-bar progress{appearance:none;width:100%;height:12px}.health-bar progress::-webkit-progress-bar{background-color:#475569;border:1px solid #334155;border-radius:6px}.health-bar progress::-webkit-progress-value{border-radius:6px;transition:width .5s}.health-bar progress[value^="10"]::-webkit-progress-value{background-color:#4ade80}.health-bar progress[value^="9"]::-webkit-progress-value{background-color:#4ade80}.health-bar progress[value^="8"]::-webkit-progress-value{background-color:#4ade80}.health-bar progress[value^="7"]::-webkit-progress-value{background-color:#4ade80}.health-bar progress[value^="6"]::-webkit-progress-value{background-color:#facc15}.health-bar progress[value^="5"]::-webkit-progress-value{background-color:#facc15}.health-bar progress[value^="4"]::-webkit-progress-value{background-color:#facc15}.health-bar progress[value^="3"]::-webkit-progress-value{background-color:#f43f5e}.health-bar progress[value^="2"]::-webkit-progress-value{background-color:#f43f5e}.health-bar progress[value^="1"]::-webkit-progress-value{background-color:#f43f5e}.health-bar progress[value^="0"]::-webkit-progress-value{background-color:#f43f5e}.health-bar .hp-value{color:#e2e8f0;font-size:.9rem}.action-menu{background-color:#1e293b;border:2px solid #334155;border-radius:1rem;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem;padding:1rem;display:grid}.battle-log{background-color:#0f172a;border:1px solid #334155;border-radius:.5rem;flex-direction:column;justify-content:flex-end;height:120px;padding:1rem;font-family:monospace;display:flex;overflow:hidden}.battle-log p{color:#cbd5e1;margin:0;font-size:1rem;line-height:1.5}.moves-menu{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.move-tooltip-container{position:relative}.move-tooltip-container button{color:#cbd5e1;cursor:pointer;text-transform:capitalize;background-color:#334155;border:1px solid #475569;border-radius:8px;width:100%;height:100%;padding:.8rem;font-size:.9rem;font-weight:600}.move-tooltip-container button:hover{background-color:#475569;border-color:#818cf8}.move-tooltip-container button:disabled{color:#94a3b8;cursor:not-allowed;background-color:#475569}.move-tooltip-container .move-tooltip{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;text-align:left;opacity:0;visibility:hidden;z-index:10;background-color:#0f172ae6;border:1px solid #475569;border-radius:8px;min-width:200px;padding:.8rem;transition:opacity .2s,visibility .2s;position:absolute;bottom:105%;left:50%;transform:translate(-50%)}.move-tooltip-container .move-tooltip p{color:#fff;text-transform:capitalize;margin:.2rem 0;font-family:sans-serif;font-size:.9rem;font-weight:400}.move-tooltip-container .move-tooltip p strong{color:#facc15;font-weight:700}.move-tooltip-container:hover .move-tooltip{opacity:1;visibility:visible}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}
