.pokemon-singles-app .recheck-tools{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin:13px 0}
.pokemon-singles-app .recheck-tools button{background:#2a6d70;color:#f4ffff;border:1px solid #98e5de;border-radius:10px;padding:12px 16px;font-size:15px;font-weight:850}
.pokemon-singles-app .recheck-tools button:focus-visible{outline:3px solid #b6fff5;outline-offset:2px}
.pokemon-singles-app{color-scheme:dark;font-family:Inter,"Segoe UI",Arial,sans-serif;background:#101820;color:#f4f7fb;--aqua:#8af1e8;--muted:#b8ceda;--panel:#1b2f3f;--line:#3b5869}
.pokemon-singles-app *{box-sizing:border-box}
.pokemon-singles-app{scroll-behavior:smooth}
.pokemon-singles-app{margin:0}
.pokemon-singles-app button, .pokemon-singles-app input, .pokemon-singles-app select{font:inherit}
.pokemon-singles-app button{cursor:pointer}
.pokemon-singles-app button:focus-visible, .pokemon-singles-app input:focus-visible, .pokemon-singles-app select:focus-visible, .pokemon-singles-app summary:focus-visible{outline:3px solid var(--aqua);outline-offset:3px}
.pokemon-singles-app button:disabled{cursor:not-allowed;opacity:.6}
.pokemon-singles-app a{color:var(--aqua)}
.pokemon-singles-app .shell{max-width:1500px;margin:auto;padding:0 clamp(14px,3vw,42px) 60px}
.pokemon-singles-app .top{display:flex;align-items:center;gap:14px;justify-content:space-between;min-height:72px;border-bottom:1px solid #345060;flex-wrap:wrap}
.pokemon-singles-app .brand{font-size:23px;letter-spacing:2px;font-weight:950}
.pokemon-singles-app .brand span{color:var(--aqua)}
.pokemon-singles-app .top nav{display:flex;gap:8px}
.pokemon-singles-app .navbtn{color:#d6e7ef;border:1px solid transparent;background:transparent;border-radius:9px;padding:10px 14px}
.pokemon-singles-app .navbtn.active{color:var(--aqua);background:#1b3842;border-color:#3e6971}
.pokemon-singles-app .mode{color:#ffd9a7;font-size:11px;font-weight:850;letter-spacing:.4px}
.pokemon-singles-app .private-note{font-size:12px;line-height:1.5;padding:11px 13px;border:1px solid #886539;border-radius:10px;background:#352c21;color:#ffe0b4;margin:15px 0}
.pokemon-singles-app .hero{background:radial-gradient(ellipse at 92% 10%,#245767 0,transparent 44%),linear-gradient(120deg,#1a3240,#142736);border:1px solid #355969;border-radius:20px;padding:clamp(19px,3vw,34px);margin:16px 0 24px}
.pokemon-singles-app .eyebrow{font-size:11px;letter-spacing:1.6px;text-transform:uppercase;color:var(--aqua);font-weight:900}
.pokemon-singles-app .hero h1{font-size:clamp(28px,4vw,44px);line-height:1.08;letter-spacing:-1px;margin:10px 0 8px}
.pokemon-singles-app .hero p{font-size:14px;color:#cddfe7;line-height:1.5;max-width:780px;margin:0 0 19px}
.pokemon-singles-app .hero-search{display:flex;gap:9px;max-width:920px}
.pokemon-singles-app .search{flex:1;min-width:0;padding:15px 16px;border-radius:12px;border:1px solid #70969b;background:#0e2430;color:white;font-size:16px}
.pokemon-singles-app .search::placeholder{color:#a9bdc9}
.pokemon-singles-app .search-button{background:#77d8d0;color:#0a2027;border:0;border-radius:11px;font-weight:900;padding:0 22px;white-space:nowrap}
.pokemon-singles-app .quick{margin:12px 0 0;display:flex;gap:7px;flex-wrap:wrap;align-items:center;color:#c6d9e1;font-size:12px}
.pokemon-singles-app .quick button{color:#cbf9f3;background:#214451;border:1px solid #476b72;border-radius:99px;padding:7px 10px}
.pokemon-singles-app .pilot-jump{margin-top:16px;padding:13px;border-radius:11px;border:1px solid #61878b;background:#102b35;display:flex;align-items:center;flex-wrap:wrap;gap:9px}
.pokemon-singles-app .pilot-jump b{font-size:13px;color:#f8f9fc;margin-right:5px}
.pokemon-singles-app .pilot-jump button{padding:9px 12px;border-radius:9px;background:#215363;color:#f9fcff;border:1px solid #7bc4c3;font:inherit;font-size:13px;cursor:pointer}
.pokemon-singles-app .pilot-jump button:hover, .pokemon-singles-app .pilot-jump button:focus-visible{background:#286e77;outline:2px solid #80dbd2;outline-offset:2px}
.pokemon-singles-app .section-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin:24px 0 12px;flex-wrap:wrap}
.pokemon-singles-app h2{margin:0;font-size:clamp(22px,2.4vw,29px)}
.pokemon-singles-app h3{margin:0}
.pokemon-singles-app .muted{color:var(--muted);font-size:13px;line-height:1.5}
.pokemon-singles-app .setgrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}
.pokemon-singles-app .setcard{min-width:0;position:relative;isolation:isolate;overflow:hidden;border:1px solid #446072;border-radius:17px;background:#1b2e3c;color:#fff;text-align:left;min-height:167px;padding:20px}
.pokemon-singles-app .setcard:before{content:"";position:absolute;right:-42px;top:-58px;height:225px;width:210px;transform:rotate(24deg);border-radius:36px;background:linear-gradient(110deg,var(--accent),transparent 82%);opacity:.26;z-index:-1}
.pokemon-singles-app .setcard[aria-pressed=true]{border-color:#95eee5;box-shadow:inset 0 0 0 1px #5aa8a6}
.pokemon-singles-app .setcard small{display:block;color:#cfdfeb;font-size:12px}
.pokemon-singles-app .setcard b{display:block;font-size:25px;margin:24px 0 8px}
.pokemon-singles-app .setcard em{font-size:13px;color:var(--aqua);font-style:normal;font-weight:800}
.pokemon-singles-app .tools{display:flex;gap:9px;flex-wrap:wrap;align-items:center}
.pokemon-singles-app .control{border-radius:9px;border:1px solid #476779;background:#1a3242;color:#e8f4f8;padding:10px;max-width:100%}
.pokemon-singles-app .results{color:#bdd3dc;font-size:13px;min-height:20px;margin:5px 0 12px}
.pokemon-singles-app .grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:13px}
.pokemon-singles-app .tile{border:1px solid #3b5567;border-radius:15px;overflow:hidden;padding:0;background:#1b2e3e;color:#f4fafc;min-width:0;text-align:left}
.pokemon-singles-app .tile:hover{border-color:#94e3dc;transform:translateY(-2px)}
.pokemon-singles-app .artslot{height:214px;background:radial-gradient(ellipse at 58% 8%,color-mix(in srgb,var(--accent) 27%,transparent),transparent 74%),#203a49;border-bottom:1px solid #405e6e;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden}
.pokemon-singles-app .artslot:before{content:"";width:89px;height:120px;border:2px solid #7fa5ae;border-radius:8px;background:linear-gradient(145deg,#294b59,#19303e);transform:rotate(-7deg);box-shadow:11px 10px 24px #0c2234aa}
.pokemon-singles-app .artslot:after{content:"✦";color:#ffd090;font-size:30px;position:absolute;top:50%;left:50%;transform:translate(-50%,-65%)}
.pokemon-singles-app .artslot span{position:absolute;bottom:7px;font-size:10px;letter-spacing:.35px;color:#cfebed;text-align:center}
.pokemon-singles-app .tilebody{padding:12px;min-height:113px}
.pokemon-singles-app .tilebody b{display:block;line-height:1.25;font-size:15px;min-height:38px}
.pokemon-singles-app .tilebody small{display:block;color:#bed3dc;margin:5px 0;font-size:12px}
.pokemon-singles-app .tilebody em{font-size:12px;color:#9af5e9;font-weight:750;font-style:normal}
.pokemon-singles-app .more{background:#244653;color:#dffaf6;border:1px solid #588487;border-radius:10px;padding:12px 24px;display:block;margin:20px auto}
.pokemon-singles-app .empty{border:1px solid #3c586a;background:var(--panel);border-radius:12px;padding:18px;color:#cfdfeb}
.pokemon-singles-app .back{background:transparent;border:0;color:#a6f3ec;padding:8px 0;font-weight:800;margin:6px 0 14px}
.pokemon-singles-app .detail{display:grid;grid-template-columns:minmax(230px,.82fr) minmax(0,1.8fr);gap:22px}
.pokemon-singles-app .artshell{border-radius:17px;overflow:hidden;border:1px solid #446273;background:#182b3a}
.pokemon-singles-app .detail .artslot{height:520px;border-bottom:0}
.pokemon-singles-app .detail .artslot:before{width:180px;height:249px;border-radius:13px}
.pokemon-singles-app .detail .artslot:after{font-size:55px}
.pokemon-singles-app .detail .artslot span{bottom:25px;font-size:12px}
.pokemon-singles-app .artcaption{padding:12px 16px;color:#c7d9e4;font-size:12px;line-height:1.5;background:#182b3a}
.pokemon-singles-app .panel{border:1px solid #3d5a6b;background:#1b2e3e;border-radius:17px;padding:clamp(16px,2.3vw,25px)}
.pokemon-singles-app .panel h2{font-size:clamp(29px,3.5vw,42px);margin:9px 0}
.pokemon-singles-app .subtitle{color:#c7d8e1;font-size:14px;margin-bottom:14px}
.pokemon-singles-app .explainer{border:1px solid #476779;border-radius:10px;background:#142838;padding:12px;font-size:12px;color:#dae9ec;line-height:1.55;margin:14px 0 21px}
.pokemon-singles-app .version-head{display:flex;gap:10px;align-items:end;justify-content:space-between;flex-wrap:wrap;margin-bottom:7px}
.pokemon-singles-app .section-label{font-size:11px;font-weight:900;color:#9cf4ec;letter-spacing:1.3px;text-transform:uppercase}
.pokemon-singles-app .versiongrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:13px 0}
.pokemon-singles-app .variant{text-align:left;color:#f3f8fa;padding:12px;border-radius:10px;background:#142635;border:1px solid #456274;min-height:66px}
.pokemon-singles-app .variant small{display:block;color:#bbd5df;margin-top:5px;font-size:11px}
.pokemon-singles-app .variant.active{border-color:#81f0e5;background:#20515a}
.pokemon-singles-app .selected{border-left:3px solid var(--aqua);background:#122a36;padding:11px 13px;margin:12px 0;border-radius:5px;font-size:13px;line-height:1.45}
.pokemon-singles-app .selected b{color:#a8f8ef}
.pokemon-singles-app .attrs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px}
.pokemon-singles-app .attr{background:#142737;border:1px solid #405d6d;border-radius:9px;padding:10px}
.pokemon-singles-app .attr small{display:block;color:#bad0dc;font-size:11px;margin-bottom:5px}
.pokemon-singles-app .attr b{font-size:13px;overflow-wrap:anywhere}
.pokemon-singles-app .difference{background:#162c3a;border:1px solid #486878;border-radius:10px;margin:12px 0;padding:12px 14px}
.pokemon-singles-app .difference summary{color:#a1f1e9;font-weight:800;cursor:pointer}
.pokemon-singles-app .difference p, .pokemon-singles-app .difference li{color:#d1e0e8;font-size:13px;line-height:1.55}
.pokemon-singles-app .difference ul{padding-left:19px}
.pokemon-singles-app .difference li{margin:6px 0}
.pokemon-singles-app .market{margin-top:22px;border-top:1px solid #446070;padding-top:17px}
.pokemon-singles-app .market h3{font-size:21px;margin:8px 0}
.pokemon-singles-app .market-tabs{display:flex;gap:7px;margin:12px 0}
.pokemon-singles-app .market-tabs button{border:1px solid #456a74;border-radius:9px;background:#142c39;color:#dbf3f0;padding:9px 15px}
.pokemon-singles-app .market-tabs button[aria-selected=true]{background:#25545c;border-color:#8bebe1}
.pokemon-singles-app .marketmock{border:1px dashed #607d88;border-radius:11px;padding:15px;background:#132635}
.pokemon-singles-app .marketmock b{display:block;color:#f0fafc;font-size:14px}
.pokemon-singles-app .marketmock p{font-size:13px;color:#cbdfe8;line-height:1.5;margin:7px 0 12px}
.pokemon-singles-app .mockfields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
.pokemon-singles-app .mockfields span{border:1px solid #3d5e70;border-radius:8px;padding:9px;color:#bbceda;font-size:12px}
.pokemon-singles-app .marketmock .nooffers{font-size:12px;color:#ffe0ac;margin:13px 0 0}
.pokemon-singles-app .checkgrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.pokemon-singles-app .checkitem{background:#1b2f3e;border:1px solid #3d5c70;padding:19px;border-radius:13px}
.pokemon-singles-app .checkitem h3{font-size:19px;margin:8px 0}
.pokemon-singles-app .checkitem p{font-size:13px;color:#cbdee7;line-height:1.55}
.pokemon-singles-app .flag{font-size:12px;color:#ffdaaa;border:1px solid #997343;background:#403325;border-radius:8px;padding:7px 9px;display:inline-block}
.pokemon-singles-app footer{border-top:1px solid #304c5e;margin-top:35px;padding-top:18px;font-size:12px;color:#a7c0cd}
.pokemon-singles-app [hidden]{display:none!important}
@media (max-width:1100px){.pokemon-singles-app .grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media (max-width:810px){.pokemon-singles-app .setgrid{grid-template-columns:1fr}
.pokemon-singles-app .setcard{min-height:134px}
.pokemon-singles-app .setcard b{margin:17px 0 8px}
.pokemon-singles-app .grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.pokemon-singles-app .detail{grid-template-columns:1fr}
.pokemon-singles-app .detail .artslot{height:330px}
.pokemon-singles-app .detail .artslot:before{width:115px;height:158px}
.pokemon-singles-app .checkgrid{grid-template-columns:1fr}}
@media (max-width:540px){.pokemon-singles-app .top{padding:12px 0}
.pokemon-singles-app .mode{width:100%}
.pokemon-singles-app .hero-search{flex-direction:column}
.pokemon-singles-app .search-button{padding:12px}
.pokemon-singles-app .grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.pokemon-singles-app .artslot{height:159px}
.pokemon-singles-app .tilebody{min-height:119px;padding:10px}
.pokemon-singles-app .tilebody b{font-size:13px}
.pokemon-singles-app .versiongrid, .pokemon-singles-app .attrs{grid-template-columns:1fr}
.pokemon-singles-app .mockfields{grid-template-columns:1fr}
.pokemon-singles-app .panel{padding:14px}
.pokemon-singles-app .setcard{padding:16px}
.pokemon-singles-app .detail .artslot{height:295px}}
@media (prefers-reduced-motion:reduce){.pokemon-singles-app{scroll-behavior:auto}
.pokemon-singles-app .tile:hover{transform:none}}
@media (max-width:540px){.pokemon-singles-app .guide-cues{grid-template-columns:1fr}
.pokemon-singles-app .guide-cue.primary{grid-column:1}}
.pokemon-singles-app .guide-intro{margin:11px 0 12px;font-size:14px;color:#e3f1f3;line-height:1.55}
.pokemon-singles-app .guide-cues{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:12px 0}
.pokemon-singles-app .guide-cue{border:1px solid #4b7881;background:#153542;border-radius:10px;padding:12px;min-width:0}
.pokemon-singles-app .guide-cue b{display:block;color:#a2f7ec;font-size:13px;margin-bottom:6px}
.pokemon-singles-app .guide-cue p{margin:0;font-size:13px;line-height:1.48;color:#e2f2f5}
.pokemon-singles-app .guide-cue.primary{grid-column:1/-1;border-color:#92e7d9;background:linear-gradient(110deg,#224f58,#193b47);padding:17px 19px}
.pokemon-singles-app .guide-cue.primary b{font-size:16px;color:#f0fffc}
.pokemon-singles-app .cue-tag{display:block;color:#a1fff1;font-size:10px;font-weight:900;letter-spacing:1.5px;margin-bottom:8px;text-transform:uppercase}
.pokemon-singles-app .guide-cue.primary p{font-size:15px;line-height:1.5}
.pokemon-singles-app .difference summary{font-size:16px}
.pokemon-singles-app .difference .guide-intro{margin:12px 0 8px}
.pokemon-singles-app .advanced:not([open]){margin-top:10px}
.pokemon-singles-app .guide-sources{border-top:1px solid #3c5b6b;padding-top:9px;font-size:12px;color:#bcd3dd;margin-top:10px}
.pokemon-singles-app .guide-note{font-size:12px;color:#ffdeb3;line-height:1.5;margin:12px 0 2px}
.pokemon-singles-app .advanced{background:#102634;border:1px solid #426273;border-radius:10px;padding:11px 13px;margin:11px 0}
.pokemon-singles-app .advanced summary{font-weight:800;color:#c5e4ef;cursor:pointer}
.pokemon-singles-app .advanced p, .pokemon-singles-app .advanced li{font-size:12px;line-height:1.55;color:#d4e5ec}
.pokemon-singles-app .advanced li{margin:5px 0}
.pokemon-singles-app .advanced ul{padding-left:18px}
/* V42: full-width detail, no permanent artwork billboard. eBay images are offer-specific. */
.pokemon-singles-app .detail{display:block;max-width:1270px;margin:auto}
.pokemon-singles-app .detail>.panel{width:100%}
.pokemon-singles-app .panel{padding:clamp(16px,2vw,27px)}
.pokemon-singles-app .ebay-review-boundary{margin-top:14px;padding:clamp(12px,2vw,19px);border:1px solid #638b90;border-radius:14px;background:#102b37}
/* V57: prominent, accessible indication when a focused eBay photo search is in progress. */
.pokemon-singles-app .ebay-search-progress{display:flex;gap:16px;align-items:center;margin:15px 0;padding:19px clamp(15px,2.4vw,25px);border:2px solid #8fece0;border-radius:14px;background:linear-gradient(115deg,#1a4952,#133543);box-shadow:0 0 0 3px #73e6d31a}
.pokemon-singles-app .ebay-search-progress .search-spinner{width:38px;height:38px;flex:none;border:4px solid #6abdb8;border-top-color:#fff;border-radius:50%;animation:ebay-spin 1s linear infinite}
.pokemon-singles-app .ebay-search-progress strong{display:block;font-size:clamp(20px,2.5vw,27px);line-height:1.2;letter-spacing:-.4px;color:#f7fffd}
.pokemon-singles-app .ebay-search-progress p{margin:7px 0 0;color:#d1efef;font-size:clamp(13px,1.3vw,15px);line-height:1.45}
.pokemon-singles-app .ebay-search-progress .moving-dots:after{content:" ";display:inline-block;width:1.25em;text-align:left;animation:ebay-dots 1.3s steps(4,end) infinite}
.pokemon-singles-app .ebay-review-boundary.is-searching #rawpanel, .pokemon-singles-app .ebay-review-boundary.is-searching #gradedpanel{display:none}
@keyframes ebay-spin{to{transform:rotate(360deg)}}
@keyframes ebay-dots{0%{content:""}25%{content:"."}50%{content:".."}75%,100%{content:"..."}}
@media (prefers-reduced-motion:reduce){.pokemon-singles-app .ebay-search-progress .search-spinner, .pokemon-singles-app .ebay-search-progress .moving-dots:after{animation:none}
.pokemon-singles-app .ebay-search-progress .moving-dots:after{content:"…"}}
.pokemon-singles-app .ebay-topline{display:flex;justify-content:space-between;align-items:center;gap:8px;flex-wrap:wrap;padding:11px 13px;border:1px solid #487a80;border-radius:9px;background:#183d45}
.pokemon-singles-app .ebay-topline b{color:#b5fff5;font-size:15px}
.pokemon-singles-app .ebay-review-boundary>.muted{margin:12px 0}
.pokemon-singles-app .scale-status{margin:10px 0 0;padding:9px 11px;border:1px solid #456b70;border-radius:9px;background:#132f37;color:#c8e7e5;font-size:12px;line-height:1.45}
.pokemon-singles-app .scale-status strong{color:#bafff5}
.pokemon-singles-app .match-empty{border:1px solid #8d7550;background:#2d2a26;border-radius:10px;padding:11px 13px;margin:14px 0}
.pokemon-singles-app .match-empty b{color:#ffdfae}
.pokemon-singles-app .match-empty p{margin:5px 0 0}
.pokemon-singles-app .candidate-head{display:flex;justify-content:space-between;gap:9px;flex-wrap:wrap;align-items:center;margin:14px 0 10px}
.pokemon-singles-app .candidate-head b{font-size:15px;color:#c2fcf3}
.pokemon-singles-app .ebay-offers{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.pokemon-singles-app .ebay-offer{min-width:0;border:1px solid #456879;background:#132839;border-radius:12px;overflow:hidden}
.pokemon-singles-app .ebay-photo{height:288px;background:#e9eef2;color:#17303d;display:flex;align-items:center;justify-content:center}
.pokemon-singles-app .ebay-photo img{width:100%;height:100%;object-fit:contain}
.pokemon-singles-app .ebay-offer-body{padding:13px}
.pokemon-singles-app .ebay-offer-body h4{font-size:14px;line-height:1.4;margin:0 0 9px}
.pokemon-singles-app .ebay-offer-body p{color:#d0e1e9;font-size:12px;line-height:1.5;margin:7px 0}
.pokemon-singles-app .ebay-offer-body small{color:#b4cdd9}
.pokemon-singles-app .holdbadge{font-size:11px;font-weight:850;padding:5px 8px;display:inline-block;background:#4f3723;border-radius:5px;color:#ffe0b7}
.pokemon-singles-app .ebay-link{display:inline-block;padding:10px 13px;background:#25535c;border:1px solid #79b4ae;border-radius:8px;color:#f1fffb;text-decoration:none;font-size:13px;font-weight:800;margin:10px 0 2px}
.pokemon-singles-app .ebay-offer-body details{font-size:12px;color:#d1e0e9;margin:8px 0}
.pokemon-singles-app .ebay-offer-body li{margin:4px 0}
.pokemon-singles-app .review-footer{font-size:12px;color:#c2d8e2;border-top:1px solid #446271;padding-top:11px;line-height:1.5}
.pokemon-singles-app .ebay-warning{color:#ffddb4!important}
.pokemon-singles-app .research-disclaimer{display:block;border-top:1px solid #426073;margin-top:11px;padding-top:9px;color:#cbdde6;font-size:11px}
.pokemon-singles-app .overlap-notice{margin:13px 0 14px;padding:14px 16px;border-radius:12px;border:1px solid #6caaa4;background:#153d42;color:#edfffa;line-height:1.5;font-size:14px}
.pokemon-singles-app .overlap-notice b{color:#b4fff0}
.pokemon-singles-app .overlap-notice p{margin:5px 0 0}
.pokemon-singles-app .why-evidence{border:1px solid #537c82;padding:10px 11px;border-radius:9px;background:#193b43}
.pokemon-singles-app .why-evidence>summary{font-size:13px;color:#b9fff2;font-weight:800;cursor:pointer}
.pokemon-singles-app .why-evidence[open]>summary{margin-bottom:8px}
.pokemon-singles-app .why-evidence ul{padding-left:18px;margin:6px 0}
.pokemon-singles-app .why-evidence li{line-height:1.48;margin:5px 0}
.pokemon-singles-app .why-evidence .why-warning{color:#ffdfba;font-size:12px;margin-top:9px}
.pokemon-singles-app .partial-bucket{margin-top:15px;padding:12px 14px;border:1px solid #557e82;border-radius:12px;background:#17353d}
.pokemon-singles-app .partial-bucket .ebay-offers{margin-top:12px}
.pokemon-singles-app .partial-bucket>p{margin:8px 0 2px}
.pokemon-singles-app .partial-head{display:flex;gap:10px;justify-content:space-between;flex-wrap:wrap;color:#d5fcf3;font-size:14px}
.pokemon-singles-app .partial-head small{color:#b8d3d9}
.pokemon-singles-app .partial-badge{background:#315063;color:#e2f2ff;border:1px solid #6694ac}
.pokemon-singles-app .unknown-bucket{margin-top:15px;padding:12px 14px;border:1px solid #577482;border-radius:12px;background:#122937}
.pokemon-singles-app .unknown-bucket>summary{cursor:pointer;color:#d4eaf0;font-weight:800;font-size:14px;line-height:1.5}
.pokemon-singles-app .unknown-bucket>summary .muted{margin-left:5px}
.pokemon-singles-app .unknown-bucket[open]>p{margin:10px 0}
.pokemon-singles-app .unknown-bucket .ebay-offers{margin-top:13px}
.pokemon-singles-app .seller-badge{background:#214852;color:#b9fdf4;border:1px solid #518b91}
.pokemon-singles-app .review-caveat{color:#cbdde6;font-size:12px;margin:6px 0 11px}
.pokemon-singles-app .empty-claim{font-size:12px;color:#d7e8ed;padding:7px 0}
@media (max-width:1050px){.pokemon-singles-app .ebay-offers{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:680px){.pokemon-singles-app .ebay-offers{grid-template-columns:1fr}
.pokemon-singles-app .ebay-photo{height:300px}
.pokemon-singles-app .candidate-head{display:block}
.pokemon-singles-app .ebay-topline{align-items:flex-start}}

/* DropScout production integration overrides */
.pokemon-singles-app{--aqua:var(--pokemon);--muted:#91a0a8;--panel:#0f1417;--line:#222b31;color:var(--text);padding:34px 0 24px;background:transparent}
.pokemon-singles-app .hero{margin-top:0;background:radial-gradient(circle at 85% 15%,rgba(247,217,76,.10),transparent 34%),linear-gradient(135deg,#0c1215,#090d10);border-color:#222d33;box-shadow:0 22px 64px rgba(0,0,0,.22)}
.pokemon-singles-app .hero .eyebrow,.pokemon-singles-app .section-label{color:var(--pokemon)}
.pokemon-singles-app .search-button{background:linear-gradient(135deg,#f0d248,#c5a92d);color:#17150a}
.pokemon-singles-app .quick button,.pokemon-singles-app .pilot-jump button{background:#11191b;border-color:#343b2b;color:#e7dc8a}
.pokemon-singles-app .pilot-jump{background:#0d1415;border-color:#28332b}
.pokemon-singles-app .setcard,.pokemon-singles-app .tile,.pokemon-singles-app .panel{background:linear-gradient(180deg,#10171a,#0d1215);border-color:#222d33}
.pokemon-singles-app .tile:hover,.pokemon-singles-app .setcard:hover{border-color:#53604a}
.pokemon-singles-app .artslot{background:radial-gradient(circle at 50% 35%,rgba(247,217,76,.09),transparent 36%),linear-gradient(145deg,#11181b,#0b1013);border-color:#222d33}
.pokemon-singles-app .artslot:before{border-color:#4c5a50;background:linear-gradient(145deg,#1c2825,#0e1516)}
.pokemon-singles-app .artslot:after{color:rgba(247,217,76,.82)}
.pokemon-singles-app .artslot span{color:#68777e;letter-spacing:.13em}
.pokemon-singles-app .control,.pokemon-singles-app .search{background:#080c0f;border-color:#273238;color:#e2e8ea}
.pokemon-singles-app .market{border-top-color:#202a30}
.pokemon-singles-app .ebay-review-boundary{border-color:#263239;background:#0b1114}
.pokemon-singles-app .ebay-offer{background:#10171a;border-color:#253139}
.pokemon-singles-app .ebay-link{color:#e8d66a}
.pokemon-singles-app .back{color:#e8d66a}
.pokemon-singles-app .variant.active{border-color:#ddc852;background:#242313}
.pokemon-singles-app .selected{border-left-color:var(--pokemon);background:#14150d}
.pokemon-singles-app .selected b{color:#efe082}
.pokemon-singles-app .difference summary{color:#e7d76d}
.pokemon-singles-app .scale-status{color:#88cba6}
.pokemon-singles-app .review-footer{color:#596970}
.pokemon-singles-app .rights-public-note{margin:0 0 18px;padding:11px 13px;border:1px solid #263239;border-radius:10px;background:#0b1114;color:#6d7d85;font-size:9px;line-height:1.6}
@media(max-width:700px){.pokemon-singles-app{padding-top:16px}}
