#pokedex-system .pokedex-window{position:relative;width:min(1240px,97vw)!important;height:min(900px,94dvh)!important;max-height:94dvh!important;overflow:hidden!important;background:linear-gradient(145deg,#10232a,#071419 75%)!important}
#pokedex-system .pokedex-window>header{min-height:64px;padding:10px 16px!important}
#pokedex-system .pokedex-title h2{margin:2px 0!important;font-size:23px!important}
#pokedex-system .pokedex-title p{margin:2px 0 0!important}
#pokedex-system .pokedex-elemental-guide{min-height:38px;padding:6px 14px!important}
#pokedex-system .pokedex-tools{display:grid!important;grid-template-columns:minmax(190px,1.6fr) repeat(6,minmax(100px,.75fr)) 74px 66px!important;gap:5px!important;padding:8px 12px!important}
#pokedex-system .pokedex-tools input,#pokedex-system .pokedex-tools select,#pokedex-system .pokedex-tools button,#pokedex-system .pokedex-tools label{min-width:0!important;height:31px!important;font-size:8px!important}
#pokedex-system .pokedex-summary{min-height:42px!important;margin:0 12px 7px!important;padding:6px 10px!important}
#pokedex-system .pokedex-list{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(122px,1fr))!important;gap:7px!important;align-content:start!important;max-height:none!important;height:calc(100% - 218px)!important;overflow:auto!important;padding:2px 12px 14px!important;scrollbar-gutter:stable}
#pokedex-system .dex-tile{position:relative;min-width:0;min-height:151px;overflow:hidden;border:1px solid #29474e;border-radius:11px;background:linear-gradient(155deg,#122a31,#09171d);box-shadow:inset 0 0 0 1px #ffffff05;transition:border-color .15s,transform .15s,filter .15s}
#pokedex-system .dex-tile:hover,#pokedex-system .dex-tile:focus-within{z-index:2;border-color:#e1bd52;transform:translateY(-2px);filter:brightness(1.12)}
#pokedex-system .dex-tile.unknown{filter:saturate(.5);opacity:.78}
#pokedex-system .dex-tile>button{display:grid;width:100%;height:100%;min-height:151px;padding:7px;border:0;background:transparent;color:#eaf5f3;cursor:pointer;text-align:left}
#pokedex-system .dex-tile-top{display:flex;align-items:center;justify-content:space-between;color:#78959a;font:900 7px Arial;letter-spacing:.08em}
#pokedex-system .dex-tile-top em{padding:3px 5px;border-radius:9px;background:#1b332f;color:#75d8b4;font-style:normal}
#pokedex-system .dex-tile.unknown .dex-tile-top em{background:#332d1c;color:#d0af5a}
#pokedex-system .dex-tile canvas{justify-self:center;width:72px;height:72px;image-rendering:pixelated;filter:drop-shadow(0 7px 8px #0008)}
#pokedex-system .dex-tile strong{max-width:100%;overflow:hidden;color:#f7ead0;font:900 10px Arial;text-align:center;text-overflow:ellipsis;white-space:nowrap}
#pokedex-system .dex-tile .dex-types{display:flex;justify-content:center;gap:3px;overflow:hidden;margin-top:4px}
#pokedex-system .dex-tile .dex-type{padding:2px 5px!important;font-size:6px!important;white-space:nowrap}
#pokedex-system .dex-tile footer{display:flex;align-items:center;justify-content:space-between;margin-top:6px;padding-top:5px;border-top:1px solid #294047;color:#789195;font:800 7px Arial}
#pokedex-system .dex-tile footer b{color:#70d6b1;font-size:8px}
#pokedex-system .pokedex-more{position:absolute;right:16px;bottom:10px;z-index:3}

#pokedex-system .pokedex-detail{position:absolute;z-index:50;inset:0;display:grid;place-items:center;padding:12px;background:#02080be8;backdrop-filter:blur(7px)}
#pokedex-system .pokedex-detail.hidden{display:none!important}
#pokedex-system .pokedex-detail-card{display:grid;grid-template-rows:auto auto minmax(0,1fr);width:min(1050px,100%);height:min(780px,100%);overflow:hidden;border:1px solid #e1bd52;border-radius:16px;background:linear-gradient(145deg,#142c33,#07151b 72%);box-shadow:0 26px 90px #000e,0 0 0 1px #ffe98418 inset;color:#e8f2f1}
#pokedex-system .pokedex-detail-head{display:grid;grid-template-columns:92px minmax(0,1fr) auto;gap:14px;align-items:center;min-height:118px;padding:12px 18px;border-bottom:1px solid #2b4a4e;background:radial-gradient(circle at 13% 20%,#247d6855,transparent 33%),linear-gradient(90deg,#10282d,#0b1a20)}
#pokedex-system .pokedex-detail-portrait{display:grid;place-items:center;width:88px;height:88px;border:1px solid #4b7774;border-radius:14px;background:#07171b;box-shadow:inset 0 0 20px #58c9aa18}
#pokedex-system .pokedex-detail-portrait canvas{width:82px;height:82px;image-rendering:pixelated;filter:drop-shadow(0 7px 9px #000b)}
#pokedex-system .pokedex-detail-name small{color:#65d4b3;font:900 8px Arial;letter-spacing:.16em}
#pokedex-system .pokedex-detail-name h2{margin:5px 0 7px;color:#fff0b1;font:900 26px Georgia,serif}
#pokedex-system .pokedex-detail-name>div{display:flex;align-items:center;gap:5px;flex-wrap:wrap}
#pokedex-system .pokedex-capture-badge{padding:4px 7px;border:1px solid #347560;border-radius:10px;background:#123a30;color:#7ce1b9;font:900 7px Arial}
#pokedex-system .pokedex-detail-close{align-self:start;width:38px;height:38px;border:1px solid #74642f;border-radius:9px;background:#3e3517;color:#ffe584;font-size:22px;cursor:pointer}
#pokedex-system .pokedex-detail-tabs{display:grid;grid-template-columns:repeat(6,1fr);gap:4px;padding:7px 10px;border-bottom:1px solid #29464c;background:#09171c}
#pokedex-system .pokedex-detail-tabs button{min-width:0;height:34px;border:1px solid #304b50;border-radius:6px;background:#102229;color:#8da4a5;font:900 7px Arial;letter-spacing:.05em;cursor:pointer}
#pokedex-system .pokedex-detail-tabs button.active{border-color:#d8b64e;background:#4a3b16;color:#ffe992}
#pokedex-system .pokedex-detail-content{min-height:0;overflow:auto;padding:14px 16px 20px;scrollbar-gutter:stable}
#pokedex-system .pokedex-detail-loading{display:grid;place-items:center;height:100%;color:#e2c35e;font:900 10px Arial;letter-spacing:.12em}
#pokedex-system .pokedex-detail-error{display:grid;place-items:center;height:100%;padding:30px;color:#ff8e94;text-align:center}

#pokedex-system .dex-detail-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:13px}
#pokedex-system .dex-detail-metric{display:grid;gap:5px;padding:11px;border:1px solid #2d4c50;border-radius:9px;background:#0b1b21}
#pokedex-system .dex-detail-metric small{color:#78979a;font:900 7px Arial;letter-spacing:.1em}
#pokedex-system .dex-detail-metric strong{color:#fff0ad;font-size:20px}
#pokedex-system .dex-detail-metric span{color:#8ca4a6;font-size:8px}
#pokedex-system .dex-detail-section{margin-top:10px;padding:12px;border:1px solid #29484d;border-radius:10px;background:#09181e}
#pokedex-system .dex-detail-section>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px;padding:0!important;border:0!important;background:none!important}
#pokedex-system .dex-detail-section>header b{color:#f0d474;font-size:10px;letter-spacing:.08em}
#pokedex-system .dex-detail-section>header small{color:#718b8d;font-size:7px}
#pokedex-system .dex-detail-matchups{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}
#pokedex-system .dex-detail-matchups>div{padding:9px;border-left:3px solid #4b6970;border-radius:6px;background:#0d2026}
#pokedex-system .dex-detail-matchups b{display:block;margin-bottom:6px;color:#8fa8aa;font-size:7px}
#pokedex-system .dex-detail-matchups .weak{border-color:#ef6971}.dex-detail-matchups .strong{border-color:#51d698}.dex-detail-matchups .resist{border-color:#70b9e5}.dex-detail-matchups .immune{border-color:#abb7c2}

#pokedex-system .dex-projection-note{margin:0 0 10px;padding:10px 12px;border:1px solid #6a592b;border-radius:8px;background:#282311;color:#d7c589;font-size:9px;line-height:1.55}
#pokedex-system .dex-base-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;margin-bottom:10px}
#pokedex-system .dex-base-stats span{display:grid;gap:4px;padding:8px;border:1px solid #29484d;border-radius:7px;background:#0a1a20;color:#789597;font-size:7px}
#pokedex-system .dex-base-stats b{color:#e8f5f1;font-size:13px}
#pokedex-system .dex-projection-wrap{overflow:auto;border:1px solid #2b494d;border-radius:10px}
#pokedex-system .dex-projection{width:100%;min-width:850px;border-collapse:collapse;background:#08171c;font-size:8px}
#pokedex-system .dex-projection th{position:sticky;top:0;z-index:1;padding:9px 7px;background:#10262b;color:#8ca6a7;text-align:right}
#pokedex-system .dex-projection th:first-child,#pokedex-system .dex-projection td:first-child{text-align:left}
#pokedex-system .dex-projection td{padding:8px 7px;border-top:1px solid #223c41;color:#c7d7d6;text-align:right}
#pokedex-system .dex-projection tr:hover td{background:#10232a}
#pokedex-system .dex-projection .tier-name{color:#f3d873;font-weight:900}.dex-projection .tier-ancient td,.dex-projection .tier-ancient-mega td{background:#241b2b88}.dex-projection .damage-range{color:#ff9298;font-weight:900}

#pokedex-system .dex-drop-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:8px}
#pokedex-system .dex-drop-card{display:grid;grid-template-columns:50px minmax(0,1fr) auto;gap:9px;align-items:center;padding:9px;border:1px solid #2b494e;border-radius:9px;background:#0a1b21}
#pokedex-system .dex-drop-card.secret{border-color:#7b6834;background:linear-gradient(135deg,#292313,#0b1a20)}
#pokedex-system .dex-drop-art{display:grid;place-items:center;width:48px;height:48px;border-radius:7px;background:#061116}
#pokedex-system .dex-drop-art img{max-width:42px;max-height:42px;image-rendering:pixelated}
#pokedex-system .dex-drop-card small{display:block;color:#779294;font-size:7px}.dex-drop-card b{display:block;margin:4px 0;color:#e9f1ef;font-size:10px}.dex-drop-card em{color:#789194;font-size:7px;font-style:normal}
#pokedex-system .dex-drop-chance{text-align:right}.dex-drop-chance strong{display:block;color:#75dbb6;font-size:13px}.dex-drop-card.secret .dex-drop-chance strong{color:#f0ce69;font-size:8px}.dex-drop-chance small{margin-top:3px}

#pokedex-system .dex-capture-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(185px,1fr));gap:8px}
#pokedex-system .dex-ball-card{display:grid;grid-template-columns:44px minmax(0,1fr);gap:9px;align-items:center;padding:10px;border:1px solid #2d4a50;border-radius:9px;background:#0a1b21}
#pokedex-system .dex-ball-card .inventory-ball-sprite{width:42px;height:42px}.dex-ball-card span>b{display:block;color:#e9f4f1;font-size:10px}.dex-ball-card span>strong{display:block;margin:3px 0;color:#69ddb4;font-size:15px}.dex-ball-card span>small{color:#789193;font-size:7px;line-height:1.4}
#pokedex-system .dex-private-rate{display:grid;place-items:center;min-height:280px;padding:30px;border:1px dashed #7b6832;border-radius:12px;background:#201d12;color:#e5ca73;text-align:center}.dex-private-rate b{font-size:17px}.dex-private-rate p{max-width:520px;color:#bcae7f;line-height:1.6}

#pokedex-system .dex-move-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:7px}
#pokedex-system .dex-move-card{display:grid;gap:5px;padding:10px;border:1px solid #2c4b50;border-radius:8px;background:#0a1b21}
#pokedex-system .dex-move-card header{display:flex;justify-content:space-between;padding:0!important;border:0!important;background:none!important}.dex-move-card header b{color:#eef6f3;font-size:10px}.dex-move-card header i{padding:3px 6px;border-radius:8px;background:#203d3a;color:#7fd8bc;font:900 6px Arial;font-style:normal}.dex-move-card div{display:flex;gap:5px;flex-wrap:wrap}.dex-move-card span{padding:3px 5px;border-radius:4px;background:#12262c;color:#829b9d;font-size:7px}
#pokedex-system .dex-habitat-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.dex-habitat-card{padding:14px;border:1px solid #2d4b50;border-radius:10px;background:#0a1b21}.dex-habitat-card h3{margin:0 0 8px;color:#f0d575;font:900 15px Georgia,serif}.dex-habitat-card p{color:#9cb0b0;font-size:9px;line-height:1.55}.dex-habitat-card button{height:36px;border:1px solid #66bca3;border-radius:7px;background:#1b624f;color:#fff;font:900 8px Arial;cursor:pointer}

@media(max-width:900px){#pokedex-system .pokedex-tools{grid-template-columns:repeat(4,1fr)!important}#pokedex-system .pokedex-tools>input{grid-column:span 2}#pokedex-system .pokedex-list{height:calc(100% - 251px)!important;grid-template-columns:repeat(auto-fill,minmax(110px,1fr))!important}.dex-detail-matchups{grid-template-columns:1fr 1fr!important}.dex-detail-grid{grid-template-columns:1fr 1fr!important}.pokedex-detail-tabs{grid-template-columns:repeat(3,1fr)!important}.dex-habitat-grid{grid-template-columns:1fr!important}}
@media(max-width:560px){#pokedex-system .pokedex-window{width:100vw!important;height:100dvh!important;max-height:100dvh!important;border-radius:0!important}#pokedex-system .pokedex-elemental-guide{display:none!important}#pokedex-system .pokedex-tools{grid-template-columns:1fr 1fr!important;padding:6px!important}#pokedex-system .pokedex-tools>input{grid-column:1/-1}#pokedex-system .pokedex-summary{margin:0 6px 5px!important}#pokedex-system .pokedex-list{height:calc(100% - 264px)!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:4px!important;padding:2px 6px 10px!important}#pokedex-system .dex-tile,#pokedex-system .dex-tile>button{min-height:132px}#pokedex-system .dex-tile canvas{width:58px;height:58px}#pokedex-system .pokedex-detail{padding:0}#pokedex-system .pokedex-detail-card{width:100%;height:100%;border-radius:0}#pokedex-system .pokedex-detail-head{grid-template-columns:70px minmax(0,1fr) auto;gap:8px;min-height:96px;padding:8px}#pokedex-system .pokedex-detail-portrait{width:66px;height:66px}#pokedex-system .pokedex-detail-portrait canvas{width:62px;height:62px}#pokedex-system .pokedex-detail-name h2{font-size:18px}#pokedex-system .pokedex-detail-tabs{grid-template-columns:repeat(3,1fr);padding:5px}#pokedex-system .pokedex-detail-content{padding:9px}#pokedex-system .dex-detail-grid{grid-template-columns:1fr 1fr}#pokedex-system .dex-detail-matchups{grid-template-columns:1fr}#pokedex-system .dex-base-stats{grid-template-columns:repeat(2,1fr)}#pokedex-system .dex-drop-grid,#pokedex-system .dex-capture-grid,#pokedex-system .dex-move-grid{grid-template-columns:1fr}}
