body.dashboard-pokedex-open{overflow:hidden}
.dp-overlay[hidden]{display:none!important}
.dp-overlay{
  --dp-ink:#123e53;
  --dp-muted:#67869a;
  --dp-line:#cbe3e8;
  --dp-blue:#3896db;
  --dp-green:#30bf91;
  position:fixed;inset:0;z-index:2400;display:grid;place-items:center;padding:clamp(10px,2.2vw,34px);
  background:rgba(5,35,50,.72);backdrop-filter:blur(12px) saturate(.88);-webkit-backdrop-filter:blur(12px) saturate(.88)
}
.dp-dialog{width:min(1460px,96vw);height:min(930px,94dvh);display:grid;grid-template-rows:auto auto auto minmax(0,1fr) auto;overflow:hidden;
  color:var(--dp-ink);background:linear-gradient(145deg,#f8fdff 0%,#eefafa 58%,#e7f8f3 100%);border:1px solid rgba(142,215,219,.82);
  border-radius:28px;box-shadow:0 34px 95px rgba(0,25,40,.42),inset 0 1px 0 #fff;font-family:inherit;outline:none
}
.dp-dialog *{box-sizing:border-box}
.dp-dialog button,.dp-dialog input{font:inherit}
.dp-header{position:relative;display:flex;align-items:center;gap:15px;padding:18px 24px;color:#efffff;
  background:linear-gradient(105deg,#0c516a 0%,#137d94 54%,#31b98f 100%);overflow:hidden}
.dp-header:after{content:"";position:absolute;right:12%;top:-130px;width:340px;height:340px;border:52px solid rgba(255,255,255,.08);border-radius:50%;pointer-events:none}
.dp-brand-icon{position:relative;z-index:1;width:62px;height:62px;display:grid;place-items:center;flex:none;border-radius:20px;
  background:rgba(224,255,255,.16);border:1px solid rgba(220,255,255,.38);box-shadow:inset 0 0 28px rgba(255,255,255,.08)}
.dp-brand-icon img{width:45px;height:45px;object-fit:contain;image-rendering:auto}
.dp-header>div:nth-child(2){position:relative;z-index:1;min-width:0}
.dp-header small,.dp-instances-heading small,.dp-instance-head small,.dp-hero-copy>small{display:block;margin-bottom:3px;font-size:10px;font-weight:900;letter-spacing:.18em}
.dp-header h1{margin:0;font-size:clamp(25px,3vw,38px);line-height:1.02;letter-spacing:-.035em}
.dp-header p{margin:5px 0 0;color:rgba(238,255,255,.83);font-size:13px}
.dp-close{position:relative;z-index:2;margin-left:auto;width:46px;height:46px;display:grid;place-items:center;flex:none;border:1px solid rgba(255,255,255,.35);
  border-radius:15px;background:rgba(5,66,84,.32);color:#fff;font-size:27px;line-height:1;cursor:pointer;transition:.15s ease}
.dp-close:hover{transform:translateY(-1px);background:rgba(4,49,68,.55)}
.dp-close:focus-visible,.dp-dialog button:focus-visible,.dp-dialog input:focus-visible{outline:3px solid rgba(39,171,244,.42);outline-offset:2px}
.dp-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;padding:11px 18px 6px;background:rgba(255,255,255,.72)}
.dp-summary-card{position:relative;display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:51px;padding:9px 14px 9px 38px;
  border:1px solid var(--dp-line);border-radius:14px;background:#fff;box-shadow:0 5px 15px rgba(29,93,116,.055);overflow:hidden}
.dp-summary-card:before{content:"";position:absolute;left:13px;width:14px;height:14px;border:3px solid currentColor;border-radius:50%;box-shadow:0 0 0 4px color-mix(in srgb,currentColor 12%,transparent)}
.dp-summary-card span{color:var(--dp-muted);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.dp-summary-card b{color:var(--dp-ink);font-size:17px;white-space:nowrap}
.dp-summary-seen{color:#6f9eb8}.dp-summary-caught{color:var(--dp-blue)}.dp-summary-owned{color:var(--dp-green)}.dp-summary-shiny{color:#d8a728}
.dp-summary-skeleton{grid-column:1/-1;height:51px;border-radius:14px;background:linear-gradient(90deg,#e7f3f5 20%,#f7fcfd 45%,#e7f3f5 70%);background-size:240% 100%;animation:dp-shimmer 1.35s infinite}
.dp-identity-warning{margin:7px 18px 0;padding:9px 13px;border:1px solid #f1c96d;border-radius:12px;background:#fff8df;color:#744f0d;font-size:12px;font-weight:700}
.dp-toolbar{display:flex;align-items:center;gap:10px;padding:9px 18px 11px;border-bottom:1px solid var(--dp-line);background:rgba(255,255,255,.72)}
.dp-search{height:42px;min-width:250px;max-width:400px;flex:1;display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid #bcdde4;border-radius:13px;background:#f9feff;color:#5e8196}
.dp-search:focus-within{border-color:#51aee3;box-shadow:0 0 0 3px rgba(50,157,222,.12)}
.dp-search i{font-style:normal;font-size:20px;line-height:1}
.dp-search input{width:100%;border:0;background:transparent;color:var(--dp-ink);outline:0;font-size:13px}
.dp-search input::placeholder{color:#86a1b0}
.dp-filters{display:flex;align-items:center;gap:6px;overflow-x:auto;scrollbar-width:thin}
.dp-filter{min-height:36px;display:inline-flex;align-items:center;gap:7px;padding:6px 11px;border:1px solid #c7e1e5;border-radius:999px;background:#fff;color:#4f7387;font-size:11px;font-weight:800;white-space:nowrap;cursor:pointer}
.dp-filter span{display:grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#e9f4f6;color:#5c8294;font-size:10px}
.dp-filter.is-active{border-color:#1a9a91;background:#178d8c;color:#fff;box-shadow:0 6px 14px rgba(20,136,135,.18)}
.dp-filter.is-active span{background:rgba(255,255,255,.19);color:#fff}
.dp-results{margin-left:auto;color:#7895a5;font-size:11px;font-weight:800;white-space:nowrap}
.dp-layout{min-height:0;display:grid;grid-template-columns:minmax(285px,390px) minmax(0,1fr)}
.dp-list,.dp-detail{min-height:0;overflow:auto;scrollbar-width:thin;scrollbar-color:#77c7c3 transparent}
.dp-list{padding:13px;border-right:1px solid var(--dp-line);background:rgba(239,249,250,.76)}
.dp-detail{padding:18px 20px 30px;background:linear-gradient(135deg,rgba(255,255,255,.68),rgba(233,249,245,.72))}
.dp-species-grid{display:grid;gap:8px}
.dp-species-card{width:100%;min-height:82px;display:grid;grid-template-columns:66px minmax(0,1fr) 22px;align-items:center;gap:10px;padding:7px 8px 7px 7px;
  border:1px solid #d3e6e9;border-radius:17px;background:rgba(255,255,255,.92);color:var(--dp-ink);text-align:left;cursor:pointer;box-shadow:0 5px 15px rgba(21,89,111,.045);transition:.16s ease}
.dp-species-card:hover{transform:translateY(-1px);border-color:#8dcfd4;box-shadow:0 9px 22px rgba(21,89,111,.1)}
.dp-species-card.is-active{border-color:#2c9eda;background:linear-gradient(112deg,#edfaff,#effdf7);box-shadow:0 0 0 2px rgba(49,157,216,.13),0 11px 24px rgba(28,103,133,.12)}
.dp-species-art{position:relative;width:66px;height:66px;display:grid;place-items:center;border-radius:14px;background:radial-gradient(circle,#fff 0%,#edf7f7 72%);overflow:hidden}
.dp-list-sprite{width:62px;height:62px;object-fit:contain;image-rendering:pixelated;filter:drop-shadow(0 5px 6px rgba(25,79,94,.16))}
.dp-species-art i{position:absolute;right:4px;top:4px;width:19px;height:19px;display:grid;place-items:center;border-radius:50%;background:#fff2b7;color:#bb7f00;font-style:normal;font-size:11px}
.dp-species-copy{min-width:0;display:flex;flex-direction:column;gap:2px}
.dp-species-copy small{color:#7595a5;font-size:9px;font-weight:900;letter-spacing:.12em}
.dp-species-copy b{overflow:hidden;text-overflow:ellipsis;color:#173f52;font-size:14px;white-space:nowrap}
.dp-species-copy em{color:#718f9d;font-size:11px;font-style:normal}
.dp-status-owned .dp-species-copy em{color:#148b6c}.dp-status-caught .dp-species-copy em{color:#287eb8}
.dp-card-arrow{color:#84a5b3;font-size:24px;font-weight:300}
.dp-species-hero{position:relative;display:flex;align-items:center;gap:20px;min-height:150px;padding:16px 20px;border:1px solid #bfe1e4;border-radius:22px;
  background:linear-gradient(112deg,#e7f8ff 0%,#e5fbf3 100%);overflow:hidden}
.dp-species-hero:after{content:"";position:absolute;right:-45px;top:-85px;width:230px;height:230px;border:35px solid rgba(37,166,172,.075);border-radius:50%}
.dp-hero-art{position:relative;z-index:1;width:132px;height:118px;display:grid;place-items:center;flex:none;border-radius:20px;background:rgba(255,255,255,.73);box-shadow:inset 0 0 0 1px rgba(255,255,255,.86)}
.dp-hero-sprite{width:116px;height:116px;object-fit:contain;image-rendering:pixelated;filter:drop-shadow(0 10px 10px rgba(27,89,99,.18))}
.dp-hero-copy{position:relative;z-index:1;min-width:0}
.dp-hero-copy>small{color:#268a91}
.dp-hero-copy h2{margin:0;color:#123e53;font-size:clamp(27px,3vw,43px);line-height:1;letter-spacing:-.035em}
.dp-hero-copy>p{margin:7px 0 0;color:#628395;font-size:13px}
.dp-status-pills{display:flex;flex-wrap:wrap;gap:6px;margin-top:11px}
.dp-status-pills span{padding:5px 9px;border:1px solid #bddde1;border-radius:999px;background:rgba(255,255,255,.74);color:#567b8b;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.dp-status-pills .is-owned{border-color:#92ddc7;color:#107859}.dp-status-pills .is-caught{border-color:#9ed0ee;color:#236fa0}
.dp-flavor{margin:12px 2px 0;padding:12px 15px;border-left:4px solid #52c9a7;border-radius:5px 13px 13px 5px;background:rgba(255,255,255,.72);color:#58798b;font-size:12px;line-height:1.55}
.dp-instances-heading{display:flex;align-items:end;justify-content:space-between;gap:16px;margin:22px 2px 10px}
.dp-instances-heading small{color:#34908e}.dp-instances-heading h3{margin:0;font-size:19px}.dp-instances-heading>b{display:grid;place-items:center;min-width:34px;height:30px;padding:0 10px;border-radius:999px;background:#dff5ee;color:#147d60}
.dp-instance-list{display:grid;gap:16px}
.dp-instance-card{padding:16px;border:1px solid #c8e2e5;border-radius:22px;background:rgba(255,255,255,.93);box-shadow:0 12px 28px rgba(19,75,92,.07)}
.dp-instance-head{display:flex;align-items:center;gap:13px}
.dp-instance-art{width:78px;height:78px;display:grid;place-items:center;flex:none;border:1px solid #d3e8e8;border-radius:18px;background:radial-gradient(circle,#fff,#eff8f5)}
.dp-instance-sprite{width:73px;height:73px;object-fit:contain;image-rendering:pixelated;filter:drop-shadow(0 6px 7px rgba(19,75,92,.15))}
.dp-instance-head>div:nth-child(2){min-width:0}.dp-instance-head small{color:#4d9992}.dp-instance-head h4{margin:0;overflow:hidden;text-overflow:ellipsis;font-size:22px;white-space:nowrap}.dp-instance-head p{margin:3px 0 0;color:#688998;font-size:12px}
.dp-shiny-badge{margin-left:auto;align-self:start;padding:6px 9px;border:1px solid #e9c861;border-radius:999px;background:#fff6c8;color:#9b6800;font-size:10px;font-weight:900}
.dp-identity{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:4px 14px;margin:13px 0;padding:11px 13px;border:1px solid #cce2e5;border-radius:14px;background:#f1f8f9}
.dp-identity>span{color:#5e7e8e;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.dp-identity code{min-width:0;overflow-wrap:anywhere;color:#113c51;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:13px;font-weight:800;user-select:all}
.dp-identity small{grid-column:2;color:#6f8d9b;font-size:10px}.dp-identity.has-warning{border-color:#ebbd50;background:#fff9e4}.dp-identity.has-warning small{color:#895b00;font-weight:800}
.dp-data-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.dp-data-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr))}
.dp-data-cell{min-height:57px;display:flex;flex-direction:column;gap:5px;justify-content:center;padding:9px 11px;border:1px solid #d8e9eb;border-radius:12px;background:#f7fbfb}
.dp-data-cell span{color:#7894a1;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}.dp-data-cell b{overflow-wrap:anywhere;color:#244f61;font-size:12px}.dp-data-cell.is-danger{border-color:#f0b4ae;background:#fff1ef}.dp-data-cell.is-danger b{color:#ad3028}
.dp-combat-sections{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:10px}.dp-combat-sections>section,.dp-moves,.dp-additional{padding:12px;border:1px solid #d7e9ea;border-radius:14px;background:#f9fcfc}
.dp-instance-card h5{margin:0 0 9px;color:#315e6f;font-size:11px;text-transform:uppercase;letter-spacing:.08em}
.dp-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}.dp-stat-grid>div{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:5px 7px;border-radius:8px;background:#edf5f6}.dp-stat-grid span{color:#738f9b;font-size:9px}.dp-stat-grid b{font-size:11px}
.dp-moves,.dp-additional{margin-top:10px}.dp-subhead{display:flex;align-items:center;justify-content:space-between}.dp-subhead span{padding:3px 7px;border-radius:999px;background:#e3f4ef;color:#1b8065;font-size:9px;font-weight:900}
.dp-moves ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:0;padding:0;list-style:none}.dp-moves li{display:flex;flex-direction:column;gap:2px;padding:8px 9px;border:1px solid #d9e9eb;border-radius:10px;background:#fff}.dp-moves li b{font-size:11px}.dp-moves li span{color:#78919d;font-size:9px;line-height:1.35}
.dp-muted{margin:0;color:#7a96a2;font-size:11px}
.dp-empty,.dp-loading,.dp-detail-placeholder{min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;color:#668795;text-align:center}
.dp-empty h3,.dp-loading b,.dp-detail-placeholder h3{margin:11px 0 3px;color:#244f61;font-size:16px}.dp-empty p,.dp-loading p,.dp-detail-placeholder p{max-width:390px;margin:3px 0;font-size:11px;line-height:1.5}
.dp-empty-orb{width:52px;height:52px;display:grid;place-items:center;border:1px solid #b9dce1;border-radius:50%;background:#fff;color:#4c9fa8;font-size:25px;box-shadow:0 7px 18px rgba(23,94,111,.08)}
.dp-error button{margin-top:12px;padding:9px 14px;border:0;border-radius:11px;background:linear-gradient(90deg,#399cdd,#36bd90);color:#fff;font-size:11px;font-weight:900;cursor:pointer}
.dp-not-owned{min-height:220px;border:1px dashed #bbdce0;border-radius:18px;background:rgba(255,255,255,.5)}
.dp-spinner{width:43px;height:43px;border:4px solid #d5eaec;border-top-color:#2aa7a4;border-radius:50%;animation:dp-spin .8s linear infinite}
.dp-detail-skeleton{display:grid;gap:13px}.dp-detail-skeleton i{display:block;height:88px;border-radius:17px;background:linear-gradient(90deg,#e5f1f2 20%,#f9fdfd 45%,#e5f1f2 70%);background-size:240% 100%;animation:dp-shimmer 1.35s infinite}.dp-detail-skeleton i:first-child{height:150px}.dp-detail-skeleton i:nth-child(3){height:180px}
.dp-footer{display:flex;align-items:center;gap:9px;padding:9px 18px;border-top:1px solid var(--dp-line);background:rgba(249,254,254,.92);color:#668795;font-size:10px}
.dp-footer>span{display:flex;align-items:center;gap:6px;color:#357867;font-weight:800}.dp-footer>span i{width:8px;height:8px;border-radius:50%;background:#3bd79b;box-shadow:0 0 0 4px rgba(59,215,155,.13)}
.dp-footer small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dp-footer button{margin-left:auto;padding:7px 11px;border:1px solid #b9dce0;border-radius:9px;background:#fff;color:#2d6578;font-size:10px;font-weight:900;cursor:pointer}
.dsh-pokedex-shortcut{appearance:none;width:100%;font:inherit;text-align:left;cursor:pointer}.dsh-pokedex-shortcut small{display:block;margin-top:2px;color:#2f9b82;font-size:9px;font-weight:800}.dsh-pokedex-shortcut:hover{border-color:#7ecbc1!important;background:#effcf8!important}
.dp-dialog .sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@keyframes dp-spin{to{transform:rotate(360deg)}}
@keyframes dp-shimmer{to{background-position:-240% 0}}
@media(max-width:1120px){
  .dp-dialog{width:min(1100px,97vw)}.dp-summary-card{padding-left:32px}.dp-summary-card:before{left:10px}.dp-data-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dp-layout{grid-template-columns:320px minmax(0,1fr)}
  .dp-toolbar{flex-wrap:wrap}.dp-search{max-width:none}.dp-results{order:3;margin-left:0}.dp-filters{flex:1}
}
@media(max-width:820px){
  .dp-overlay{padding:0;place-items:stretch}.dp-dialog{width:100%;height:100dvh;border:0;border-radius:0}.dp-header{padding:12px 14px}.dp-brand-icon{width:49px;height:49px;border-radius:15px}.dp-brand-icon img{width:37px;height:37px}.dp-header h1{font-size:25px}.dp-header p{display:none}.dp-close{width:42px;height:42px}
  .dp-summary{grid-template-columns:repeat(2,minmax(0,1fr));padding:8px 10px 5px}.dp-summary-card{min-height:43px;padding:7px 10px 7px 32px}.dp-summary-card b{font-size:14px}.dp-summary-card span{font-size:9px}
  .dp-toolbar{padding:7px 10px 9px;gap:7px}.dp-search{min-width:100%;height:39px}.dp-filters{width:100%}.dp-results{display:none}
  .dp-layout{display:block;overflow:auto}.dp-list,.dp-detail{overflow:visible}.dp-list{padding:10px;border-right:0;border-bottom:1px solid var(--dp-line)}.dp-detail{padding:13px 10px 25px}.dp-species-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dp-species-card{grid-template-columns:57px minmax(0,1fr);min-height:70px}.dp-species-art{width:57px;height:57px}.dp-list-sprite{width:54px;height:54px}.dp-card-arrow{display:none}
  .dp-species-hero{min-height:125px;padding:11px}.dp-hero-art{width:100px;height:100px}.dp-hero-sprite{width:94px;height:94px}.dp-data-grid,.dp-data-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.dp-combat-sections{grid-template-columns:1fr}.dp-moves ul{grid-template-columns:1fr}.dp-footer{padding:8px 10px}.dp-footer small{display:none}
}
@media(max-width:520px){
  .dp-header small{font-size:8px}.dp-summary-card{display:block}.dp-summary-card span{display:block}.dp-toolbar{position:relative}.dp-species-grid{grid-template-columns:1fr}.dp-species-card{min-height:70px}.dp-species-hero{gap:10px}.dp-hero-art{width:84px;height:92px}.dp-hero-sprite{width:82px;height:82px}.dp-hero-copy h2{font-size:25px}.dp-hero-copy>p{font-size:10px}.dp-instance-card{padding:12px}.dp-instance-art{width:65px;height:65px}.dp-instance-sprite{width:62px;height:62px}.dp-instance-head h4{font-size:18px}.dp-identity{grid-template-columns:1fr}.dp-identity small{grid-column:1}.dp-data-grid,.dp-data-grid.compact{grid-template-columns:1fr 1fr}.dp-footer>span{font-size:9px}
}
@media(prefers-reduced-motion:reduce){.dp-dialog *{scroll-behavior:auto!important}.dp-spinner,.dp-summary-skeleton,.dp-detail-skeleton i{animation:none!important}.dp-species-card,.dp-close{transition:none!important}}
