.inventory-category-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;padding:7px 10px;border-bottom:1px solid #314851;background:#081319}
.inventory-category-tabs button{min-width:0;height:29px;padding:0 4px;border:1px solid #405a63;border-radius:5px;background:#12232a;color:#839ba3;font-size:7px;font-weight:900;cursor:pointer}
.inventory-category-tabs button.active{border-color:#d8b348;background:#56471d;color:#fff0a4;box-shadow:inset 0 0 10px #f4cf3422}
[data-inventory-category-panel].hidden{display:none!important}
.inventory-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;max-height:390px;overflow:auto;padding:9px}
.inventory-category-item{position:relative;display:grid;grid-template-columns:38px minmax(0,1fr);gap:6px;align-items:center;min-height:48px;padding:5px;border:1px solid #344d56;border-radius:7px;background:linear-gradient(145deg,#14252c,#0b171c);color:#e6eff0}
.inventory-category-item>i{position:relative;display:block;width:36px;height:36px;overflow:hidden;border:1px solid #47666b;border-radius:6px;background:radial-gradient(circle,#294844,#071318 72%);image-rendering:pixelated}
.inventory-category-item>i img{position:absolute;left:50%;top:50%;max-width:none;transform-origin:0 0;translate:-16px -16px;image-rendering:pixelated}
.inventory-category-item span{min-width:0}.inventory-category-item b{display:block;overflow:hidden;color:#fff0a6;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.inventory-category-item small{display:block;margin-top:2px;color:#7fa59f;font-size:6px}.inventory-category-item strong{position:absolute;right:4px;bottom:3px;color:#70d7bd;font-size:8px}
.inventory-pokemon-actions{display:grid;grid-template-columns:1fr 1fr;gap:6px}.inventory-pokemon-actions>button{width:100%;min-width:0;height:31px;margin-top:6px;border-radius:7px;font-size:7px;font-weight:900;cursor:pointer}
.inventory-helds-open{border:1px solid #d0ac43;background:linear-gradient(180deg,#735f22,#463913);color:#fff0a3}.inventory-helds-open:disabled{opacity:.38;cursor:not-allowed}
.pokemon-helds-window{width:min(840px,96vw)!important;height:min(650px,92dvh)!important;overflow:hidden;background:linear-gradient(155deg,#102a2a,#07151c 72%)!important;border-color:#d2ad43!important}
.pokemon-helds-window>header{min-height:58px;border-bottom:1px solid #4f4628}.pokemon-helds-window>header small{color:#6bd7be;font-size:8px;font-weight:900;letter-spacing:.14em}.pokemon-helds-window>header h2{margin:3px 0;color:#fff0a8;font:800 20px Georgia,serif}
.pokemon-helds-content{height:calc(100% - 59px);overflow:auto;padding:13px}.pokemon-helds-summary{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;margin-bottom:10px;padding:12px;border:1px solid #3a6863;border-radius:10px;background:#0a1c21}.pokemon-helds-summary h3{margin:0;color:#fff0a8;font:800 18px Georgia}.pokemon-helds-summary p{margin:4px 0 0;color:#93adaa;font-size:9px}.pokemon-helds-summary strong{color:#70d7bd;font-size:10px}
.pokemon-held-slots{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-bottom:12px}.pokemon-held-slot{display:grid;grid-template-columns:54px 1fr auto;gap:9px;align-items:center;min-height:72px;padding:9px;border:1px solid #3e6261;border-radius:10px;background:#0c2025;color:#dce9e7;text-align:left;cursor:pointer}.pokemon-held-slot.active{border-color:#e0ba4d;box-shadow:0 0 0 1px #e0ba4d33}.pokemon-held-slot>em{display:grid;place-items:center;width:50px;height:50px;border:1px dashed #56716d;border-radius:8px;color:#e4c75e;font:900 23px Georgia;font-style:normal}.pokemon-held-slot h4{margin:0 0 3px;color:#fff0a8;font-size:11px}.pokemon-held-slot p{margin:0;color:#88a39f;font-size:8px}.pokemon-held-slot>strong{color:#6bd7bd;font-size:8px}
.pokemon-held-choice-title{display:flex;justify-content:space-between;gap:8px;margin:0 0 7px;color:#9fb5b2;font-size:8px}.pokemon-held-choices{display:grid;grid-template-columns:repeat(auto-fill,minmax(205px,1fr));gap:7px}.pokemon-held-choice{display:grid;grid-template-columns:48px 1fr;gap:8px;align-items:center;padding:8px;border:1px solid #315150;border-radius:8px;background:#0a191e;color:#e5edeb;text-align:left;cursor:pointer}.pokemon-held-choice:hover{border-color:#66b49f}.pokemon-held-choice.equipped{border-color:#dfb848}.pokemon-held-choice h4{margin:0;color:#fff0a8;font-size:10px}.pokemon-held-choice p{margin:3px 0;color:#8fa7a4;font-size:7px;line-height:1.35}.pokemon-held-choice strong{color:#67d5b9;font-size:8px}.pokemon-held-remove{width:100%;height:34px;margin-top:8px;border:1px solid #9b654f;border-radius:6px;background:#562f29;color:#ffd5c4;font-size:8px;font-weight:900;cursor:pointer}
.team-slot-helds{position:absolute;right:5px;bottom:5px;display:flex;gap:2px;z-index:3}.team-slot-helds i{display:grid;place-items:center;width:15px;height:15px;border:1px solid #827039;border-radius:3px;background:#17252a;color:#f6d869;font:900 7px Arial;font-style:normal;cursor:pointer}.team-slot-helds i:hover{border-color:#ffe071;background:#4b421f;box-shadow:0 0 0 2px #e9c54e33}.team-slot-helds i.filled{background:#6b5720;color:#fff0a2}
@media(max-width:600px){.inventory-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pokemon-held-slots{grid-template-columns:1fr}.pokemon-held-choices{grid-template-columns:1fr}.pokemon-helds-window{height:96dvh!important}}
