.pvp-arena-hud{top:118px;right:112px;left:auto;width:min(350px,calc(100vw - 132px));transform:none;padding:8px 10px;border-radius:11px;text-align:left;box-shadow:0 10px 30px #0009,0 0 18px #d4af3726}
.pvp-arena-hud.preparing{display:none!important}
.pvp-arena-hud header{display:flex;align-items:center;justify-content:space-between;gap:8px}
.pvp-arena-hud header small{font-size:8px;letter-spacing:1.3px}
.pvp-arena-hud header strong{font-size:14px;white-space:nowrap}
.pvp-arena-versus{grid-template-columns:1fr 25px 1fr;gap:5px;margin:6px 0 3px}
.pvp-arena-versus section{padding:5px 6px;border-radius:7px;text-align:center}
.pvp-arena-versus b{font-size:11px}
.pvp-arena-versus i{font-size:13px;text-align:center}
.pvp-arena-versus section div{gap:3px;margin-top:4px}
.pvp-arena-versus span{width:8px;height:8px;border-width:1px;box-shadow:inset 0 0 0 1px #17383b}
.pvp-arena-hud p{margin:4px 0 0;font-size:9px;line-height:1.3;text-align:center}
.pvp-arena-hud button{display:block;margin:5px auto 0;padding:5px 9px;border-radius:6px;font-size:8px}

.pvp-preparation-modal{position:fixed;z-index:995;top:62px;left:50%;display:flex;width:min(1060px,calc(100vw - 34px));height:min(735px,calc(100vh - 82px));transform:translateX(-50%);flex-direction:column;overflow:hidden;border:1px solid #d6b53d;border-radius:16px;background:linear-gradient(145deg,#0a2429 0%,#071b20 72%);box-shadow:0 24px 90px #000d,0 0 35px #d6b53d30;color:#e9f7f4;font-family:system-ui,sans-serif;pointer-events:auto}
.pvp-preparation-modal.hidden{display:none!important}
.pvp-preparation-modal>header{display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;padding:15px 20px;border-bottom:1px solid #31585c;background:linear-gradient(90deg,#0f353b,#102a31)}
.pvp-preparation-modal>header span{display:grid;gap:2px}
.pvp-preparation-modal>header small{color:#65e3c6;font-size:9px;font-weight:900;letter-spacing:2px}
.pvp-preparation-modal>header h2{margin:0;color:#ffe898;font:900 22px/1.1 Georgia,serif}
.pvp-preparation-modal>header>strong{min-width:86px;padding:8px 13px;border:1px solid #d5b53b;border-radius:10px;background:#1c3030;color:#ffe36a;font-size:23px;text-align:center;font-variant-numeric:tabular-nums}
.pvp-preparation-modal>header>strong.urgent{border-color:#ff656d;background:#55252a;color:#fff;animation:pvpPrepPulse .75s infinite alternate}
.pvp-preparation-modal>p{flex:0 0 auto;margin:0;padding:8px 20px;border-bottom:1px solid #294b4f;background:#19332bd4;color:#c5dbd6;font-size:11px}
.pvp-prep-layout{display:grid;min-height:0;flex:1 1 auto;grid-template-columns:minmax(0,1.55fr) minmax(300px,.75fr)}
.pvp-prep-layout>section,.pvp-prep-layout>aside{min-height:0;padding:13px;overflow:auto}
.pvp-prep-layout>aside{border-left:1px solid #31585c;background:#081a1ed9}
.pvp-prep-layout h3{margin:0 0 9px;color:#77dec8;font-size:10px;letter-spacing:1.4px}
.pvp-prep-slots{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-bottom:11px}
.pvp-prep-slot{display:grid;min-height:62px;grid-template-columns:25px 48px minmax(0,1fr) auto;align-items:center;gap:5px;padding:5px 7px;border:1px solid #315e62;border-radius:9px;background:#0c292e;cursor:pointer}
.pvp-prep-slot.selected{border-color:#e0bd3e;background:#173638;box-shadow:inset 3px 0 #e0bd3e}
.pvp-prep-slot.empty{grid-template-columns:25px 1fr;border-style:dashed;color:#698d8c;cursor:default}
.pvp-prep-slot>b{display:grid;width:22px;height:22px;place-items:center;border-radius:50%;background:#1b494d;color:#ffe172;font-size:11px}
.pvp-prep-slot canvas,.pvp-prep-move-title canvas{width:46px;height:46px;image-rendering:pixelated}
.pvp-prep-slot span,.pvp-prep-pokemon span,.pvp-prep-move-title span,.pvp-prep-move button span{min-width:0;display:grid;text-align:left}
.pvp-prep-slot span strong,.pvp-prep-pokemon b,.pvp-prep-move-title b,.pvp-prep-move b{overflow:hidden;color:#fff;font-size:11px;text-overflow:ellipsis;white-space:nowrap}
.pvp-prep-slot span small,.pvp-prep-pokemon small,.pvp-prep-move-title small,.pvp-prep-move small{color:#8fb4b1;font-size:8px}
.pvp-prep-slot>div,.pvp-prep-move>div{display:flex;gap:2px}
.pvp-prep-slot button,.pvp-prep-move>div button{width:23px;height:23px;padding:0;border:1px solid #3b676a;border-radius:5px;background:#12373b;color:#cfe4df;cursor:pointer}
.pvp-prep-slot button:disabled,.pvp-prep-move button:disabled{opacity:.25;cursor:not-allowed}
.pvp-prep-search{display:block;margin-bottom:8px}
.pvp-prep-search input{box-sizing:border-box;width:100%;padding:9px 11px;border:1px solid #3b676a;border-radius:8px;outline:0;background:#07191d;color:#f5ffff;font-size:11px}
.pvp-prep-search input:focus{border-color:#dfbd3d;box-shadow:0 0 0 2px #dfbd3d22}
.pvp-prep-pool{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
.pvp-prep-pokemon{display:grid;min-width:0;grid-template-columns:40px minmax(0,1fr) 22px;align-items:center;gap:5px;padding:5px;border:1px solid #294f53;border-radius:8px;background:#0b2429;color:#fff;cursor:pointer}
.pvp-prep-pokemon:hover{border-color:#65d8bd;background:#123337}
.pvp-prep-pokemon.in-team{border-color:#c6a932;background:#2e3322}
.pvp-prep-pokemon canvas{width:40px;height:40px;image-rendering:pixelated}
.pvp-prep-pokemon i{display:grid;width:20px;height:20px;place-items:center;border-radius:50%;background:#1a4648;color:#6ce2c4;font-style:normal;font-weight:900}
.pvp-prep-move-title{display:grid;grid-template-columns:52px 1fr;align-items:center;gap:8px;margin-bottom:10px;padding:8px;border:1px solid #31595d;border-radius:9px;background:#0d2a2f}
.pvp-prep-move{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:5px;margin-bottom:6px;padding:4px;border:1px solid #294d51;border-radius:8px;background:#0a2024;opacity:.58}
.pvp-prep-move.enabled{border-color:#3d8275;background:#10312f;opacity:1}
.pvp-prep-move>button{display:grid;min-width:0;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:6px;padding:4px;border:0;background:transparent;color:#fff;cursor:pointer}
.pvp-prep-move>button i{display:grid;width:19px;height:19px;place-items:center;border:1px solid #456d6f;border-radius:5px;background:#07191c;color:#77eccb;font-style:normal}
.pvp-preparation-modal>footer{display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;gap:12px;padding:10px 15px;border-top:1px solid #31585c;background:#0d292e}
.pvp-preparation-modal>footer span{color:#a9c6c1;font-size:10px}
.pvp-preparation-modal>footer button{padding:9px 18px;border:1px solid #e1bd37;border-radius:8px;background:linear-gradient(#23826d,#166653);color:#fff;font-size:10px;font-weight:900;letter-spacing:.5px;cursor:pointer}
@keyframes pvpPrepPulse{to{transform:scale(1.05);box-shadow:0 0 18px #ff565c88}}
@media(max-width:900px){.pvp-arena-hud{top:72px;right:8px;width:min(330px,calc(100vw - 16px))}.pvp-preparation-modal{top:54px;height:calc(100vh - 62px)}.pvp-prep-layout{grid-template-columns:1fr}.pvp-prep-layout>aside{border-top:1px solid #31585c;border-left:0}.pvp-prep-slots{grid-template-columns:1fr}.pvp-prep-pool{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.pvp-preparation-modal{width:calc(100vw - 12px)}.pvp-preparation-modal>header{padding:10px 12px}.pvp-preparation-modal>header h2{font-size:17px}.pvp-preparation-modal>header>strong{min-width:68px;font-size:18px}.pvp-prep-pool{grid-template-columns:1fr}.pvp-preparation-modal>footer{align-items:stretch;flex-direction:column}.pvp-preparation-modal>footer button{width:100%}}
