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