#sku-layout{display:flex;gap:32px;margin:24px auto 0;max-width:1400px;width:100%;padding:0 24px;align-items:flex-start}#sku-sidebar{width:260px;flex:0 0 260px}#sku-main{flex:1;min-width:0}@media (max-width:768px){#sku-layout{flex-direction:column;padding:0 16px}#sku-sidebar{width:100%;flex:0 0 auto}}.filter-group{margin-bottom:16px}.filter-label{font-size:.85rem;font-weight:600;margin:0 0 6px}:where(#sku-search,#game-filter,#set-filter,#retailer-filter,#limit-filter){width:100%;padding:8px 10px;border-radius:999px;border:1px solid #ddd;font-size:.9rem;background:#fff}#type-filter-container label{display:flex;align-items:center;gap:6px;font-size:.85rem;margin:0 0 4px}#type-filter-container input[type="checkbox"]{transform:scale(.9)}#clear-filters{margin-top:4px;padding:6px 10px;border-radius:999px;border:1px solid #ddd;background:#f7f7f7;font-size:.8rem;cursor:pointer}#product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;margin-top:8px}.pc-product-tile{position:relative;display:flex;flex-direction:column;gap:8px;padding:12px 14px;border:1px solid #e5e5e5;border-radius:12px;background:#fff;box-shadow:0 1px 3px rgb(0 0 0 / .04);cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.pc-product-tile:hover{transform:translateY(-3px);box-shadow:0 3px 10px rgb(0 0 0 / .07)}.pc-product-image-wrap{width:100%;height:160px;display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden;background:#f7f7f7}.pc-product-image-wrap img{display:block;max-height:100%;width:auto}.pc-product-info{display:flex;flex-direction:column;flex:1}.pc-product-name{font-weight:600;font-size:.95rem}.pc-product-set{font-size:.8rem;color:#666}.pc-product-footer{margin-top:6px}.pc-product-tag{display:inline-block;padding:2px 8px;border-radius:999px;font-size:.75rem;background:#f4d03f22;color:#1f1f1f}.pc-tile-market{position:absolute;right:12px;bottom:10px;font-size:.8rem;font-weight:500;color:#666}#sku-panel-backdrop{position:fixed;inset:0;display:none;background:#fff0;z-index:9998}#sku-panel-backdrop.open{display:block}#sku-panel{position:fixed;top:0;right:0;width:360px;max-width:100%;height:100vh;padding:24px;overflow-y:auto;background:#fff;box-shadow:-2px 0 12px rgb(0 0 0 / .15);transform:translateX(100%);transition:transform .25s ease;z-index:9999}#sku-panel-backdrop.open #sku-panel{transform:translateX(0)}#sku-panel-close{display:block;margin:0 0 12px auto;padding:0;border:none;background:#fff0;font-size:1.4rem;line-height:1;cursor:pointer}.pc-panel-header-wrap{display:flex;align-items:center;gap:10px;margin-bottom:12px}.pc-panel-header-wrap img{width:48px;height:48px;border-radius:8px;object-fit:cover}.pc-panel-header-text{font-weight:600;font-size:1rem}.pc-panel-tabs{display:flex;gap:8px;margin-bottom:16px}.pc-panel-tab{flex:1;padding:6px 8px;border-radius:999px;border:1px solid #ddd;background:#f7f7f7;font-size:.8rem;cursor:pointer}.pc-panel-tab.active{background:#111;color:#fff;border-color:#111}.pc-panel-pane{display:none}.pc-panel-pane.active{display:block}.pc-panel-empty{font-size:.85rem;color:#666}#sku-panel-body div{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:14px;font-size:.95rem}.pc-details-title,.pc-sealed-section-title{font-size:.9rem;font-weight:600;margin:12px 0 6px}.pc-variant{border:1px solid #e5e5e5;border-radius:14px;margin-bottom:14px;background:#fff;overflow:hidden}.pc-variant-header{position:relative;display:flex;flex-direction:column;gap:6px;padding:14px 16px;cursor:pointer}.pc-variant-header::before{content:"›";position:absolute;right:16px;top:18px;font-size:1.1rem;color:#999;transform:rotate(0);transition:transform .15s ease}.pc-variant-header[data-open="true"]::before{transform:rotate(90deg)}.pc-variant-header>div:first-child{font-size:.9rem;font-weight:500;color:#111}.pc-variant-header>div:last-child{font-size:.85rem;font-weight:500;color:#777}.pc-variant-header-delta{font-size:.85rem;font-weight:600}.pc-variant-header-delta.pos{color:#2e7d32}.pc-variant-header-delta.neg{color:#c62828}.pc-variant-body{padding:8px 16px 12px;border-top:1px solid #eee}.pc-variant-row{display:flex;align-items:flex-start;gap:10px;padding:6px 0}.pc-variant-row+.pc-variant-row{border-top:1px dashed #eee}.pc-variant-row img{width:40px;height:40px;flex:0 0 40px;border-radius:6px;object-fit:cover;display:block}.pc-variant-info{display:flex;flex-direction:column;gap:2px}.pc-variant-info a,.pc-variant-info span{font-size:.9rem;line-height:1.25}.pc-variant-meta{font-size:.8rem;color:#666}.pc-sealed-description{font-size:.9rem;line-height:1.4;color:#333;cursor:pointer;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pc-sealed-description[data-expanded="true"],.pc-sealed-description[data-collapsed="false"]{-webkit-line-clamp:unset;overflow:visible}.pc-sealed-toggle{font-size:.8rem;color:#2179ff;margin-top:4px}.pc-sealed-market{font-size:.9rem;color:#333;margin:4px 0 10px}.pc-sealed-market span{font-weight:600}.pc-variant-summary{margin-top:12px;padding-top:10px;border-top:1px solid #eee}.pc-variant-summary-row{display:flex;justify-content:space-between;font-size:.9rem;font-weight:500}.pc-variant-summary-ev{margin-top:4px;font-size:.85rem}.pc-variant-summary-ev .pos{color:#2e7d32}.pc-variant-summary-ev .neg{color:#c62828}.pc-variant-summary-note{margin-top:6px;font-size:.75rem;color:#777}.pc-market{display:flex;flex-direction:column;gap:14px}.pc-market-title{font-size:.95rem;font-weight:600;color:#111}.pc-market-chart{height:160px;border-radius:12px;background:#f4f4f4;display:flex;align-items:center;justify-content:center;font-size:.8rem;color:#999}:where(.pc-market-range button,.pc-market-subtypes button){padding:6px 12px;font-size:.75rem;border-radius:999px;border:1px solid #ddd;background:#fafafa;color:#444;cursor:pointer;transition:all .15s ease}:where(.pc-market-range button:hover,.pc-market-subtypes button:hover){background:#eee}:where(.pc-market-range button.active,.pc-market-subtypes button.active){background:#111;color:#fff;border-color:#111}.pc-market-range,.pc-market-subtypes{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.pc-market-stats{display:flex;flex-direction:column;gap:6px;font-size:.85rem;margin-top:14px}.pc-market-stats-title{font-size:.85rem;font-weight:600;margin-bottom:8px;color:#111}.pc-market-stat{display:flex;justify-content:space-between;gap:12px}.pc-market-stat span:last-child{font-weight:600}.pc-market-volatility{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:4px}.pc-market-volatility .medium{color:#b58900;font-weight:600}.pc-market-footnote{margin-top:6px;font-size:.7rem;color:#777}.pc-overview-links{display:flex;gap:12px;align-items:center;font-size:.8rem;margin-bottom:8px;color:#666}.pc-overview-links a{font-weight:500;color:#333;cursor:pointer;position:relative}.pc-overview-links a:hover{text-decoration:underline;color:#111}.pc-overview-divider{color:#ccc}.pc-overview-market{margin:12px 0 20px;padding:14px 16px;border-radius:12px;background:#f2f2f2;font-size:.8rem;display:flex;justify-content:space-between;align-items:center;color:#666}.pc-overview-market span{font-size:1.15rem;font-weight:700;color:#111;letter-spacing:-.01em}#sku-panel-body>div{margin-bottom:10px}#sku-panel-body>div a{font-weight:500;color:#555;text-transform:uppercase;letter-spacing:.02em;font-size:.7rem;cursor:pointer}#sku-panel-body>div a:hover{color:#111;text-decoration:underline}#sku-panel-body .sku-copy{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85rem;color:#111;letter-spacing:.02em;cursor:pointer}#sku-panel-body .sku-copy:hover{text-decoration:underline}#sku-panel-body>div:not(.pc-overview-links):not(.pc-overview-market){cursor:pointer}#sku-panel-body>div:not(.pc-overview-links):not(.pc-overview-market):hover{background:#fafafa}#sku-panel-body>div:last-child{border-bottom:none}#sku-panel::after{content:"";display:block;height:24px}#sku-layout{display:flex;gap:32px;margin:24px auto 0;max-width:1400px;width:100%;padding:0 24px;align-items:flex-start}#sku-sidebar{width:260px;flex:0 0 260px}#sku-main{flex:1;min-width:0}@media (max-width:768px){#sku-layout{flex-direction:column;padding:0 16px}#sku-sidebar{width:100%;flex:0 0 auto}}.filter-group{margin-bottom:16px}.filter-label{font-size:.85rem;font-weight:600;margin:0 0 6px}:where(#sku-search,#game-filter,#set-filter,#retailer-filter,#limit-filter){width:100%;padding:8px 10px;border-radius:999px;border:1px solid #ddd;font-size:.9rem;background:#fff}#type-filter-container label{display:flex;align-items:center;gap:6px;font-size:.85rem;margin:0 0 4px}#type-filter-container input[type="checkbox"]{transform:scale(.9)}#clear-filters{margin-top:4px;padding:6px 10px;border-radius:999px;border:1px solid #ddd;background:#f7f7f7;font-size:.8rem;cursor:pointer}#product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;margin-top:8px}.pc-product-tile{position:relative;display:flex;flex-direction:column;gap:8px;padding:12px 14px;border:1px solid #e5e5e5;border-radius:12px;background:#fff;box-shadow:0 1px 3px rgb(0 0 0 / .04);cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.pc-product-tile:hover{transform:translateY(-3px);box-shadow:0 3px 10px rgb(0 0 0 / .07)}.pc-product-image-wrap{width:100%;height:160px;display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden;background:#f7f7f7}.pc-product-image-wrap img{display:block;max-height:100%;width:auto}.pc-product-info{display:flex;flex-direction:column;flex:1}.pc-product-name{font-weight:600;font-size:.95rem}.pc-product-set{font-size:.8rem;color:#666}.pc-product-footer{margin-top:6px}.pc-product-tag{display:inline-block;padding:2px 8px;border-radius:999px;font-size:.75rem;background:#f4d03f22;color:#1f1f1f}.pc-tile-market{position:absolute;right:12px;bottom:10px;font-size:.8rem;font-weight:500;color:#666}#sku-panel-backdrop{position:fixed;inset:0;display:none;background:#fff0;z-index:9998}#sku-panel-backdrop.open{display:block}#sku-panel{position:fixed;top:0;right:0;width:360px;max-width:100%;height:100vh;padding:20px;overflow-y:auto;overflow-x:hidden;background:#fff;box-shadow:-2px 0 12px rgb(0 0 0 / .15);transform:translateX(100%);transition:transform .25s ease;z-index:9999;box-sizing:border-box}#sku-panel-backdrop.open #sku-panel{transform:translateX(0)}#sku-panel-close{display:block;margin:0 0 12px auto;padding:0;border:none;background:#fff0;font-size:1.4rem;line-height:1;cursor:pointer}.pc-panel-header-wrap{display:flex;align-items:center;gap:10px;margin-bottom:12px}.pc-panel-header-wrap img{width:48px;height:48px;border-radius:8px;object-fit:cover}.pc-panel-header-text{font-weight:600;font-size:.95rem;line-height:1.3;word-break:break-word;overflow-wrap:anywhere}.pc-panel-tabs{display:flex;gap:8px;margin-bottom:16px}.pc-panel-tab{flex:1 1 0%;min-width:0;padding:6px 6px;border-radius:999px;border:1px solid #ddd;background:#f7f7f7;font-size:.75rem;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pc-panel-tab.active{background:#111;color:#fff;border-color:#111}.pc-panel-pane{display:none}.pc-panel-pane.active{display:block}.pc-panel-empty{font-size:.85rem;color:#666}#sku-panel-body>.pc-panel-pane>div{display:flex;flex-wrap:wrap;justify-content:space-between;gap:6px 12px;margin-bottom:12px;font-size:.85rem;max-width:100%}.pc-details-title,.pc-sealed-section-title{font-size:.9rem;font-weight:600;margin:12px 0 6px}.pc-variant{border:1px solid #e5e5e5;border-radius:14px;margin-bottom:14px;background:#fff;overflow:hidden}.pc-variant-header{position:relative;display:flex;flex-direction:column;gap:6px;padding:14px 16px;cursor:pointer}.pc-variant-header::before{content:"›";position:absolute;right:16px;top:18px;font-size:1.1rem;color:#999;transform:rotate(0);transition:transform .15s ease}.pc-variant-header[data-open="true"]::before{transform:rotate(90deg)}.pc-variant-header>div:first-child{font-size:.9rem;font-weight:500;color:#111}.pc-variant-header>div:last-child{font-size:.85rem;font-weight:500;color:#777}.pc-variant-header-delta{font-size:.85rem;font-weight:600}.pc-variant-header-delta.pos{color:#2e7d32}.pc-variant-header-delta.neg{color:#c62828}.pc-variant-body{padding:8px 16px 12px;border-top:1px solid #eee}.pc-variant-row{display:flex;align-items:flex-start;gap:10px;padding:6px 0}.pc-variant-row+.pc-variant-row{border-top:1px dashed #eee}.pc-variant-row img{width:40px;height:40px;flex:0 0 40px;border-radius:6px;object-fit:cover;display:block}.pc-variant-info{display:flex;flex-direction:column;gap:2px}.pc-variant-info a,.pc-variant-info span{font-size:.9rem;line-height:1.25}.pc-variant-meta{font-size:.8rem;color:#666}.pc-sealed-description{font-size:.9rem;line-height:1.4;color:#333;cursor:pointer;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pc-sealed-description[data-expanded="true"],.pc-sealed-description[data-collapsed="false"]{-webkit-line-clamp:unset;overflow:visible}.pc-sealed-toggle{font-size:.8rem;color:#2179ff;margin-top:4px}.pc-sealed-market{font-size:.9rem;color:#333;margin:4px 0 10px}.pc-sealed-market span{font-weight:600}.pc-variant-summary{margin-top:12px;padding-top:10px;border-top:1px solid #eee}.pc-variant-summary-row{display:flex;justify-content:space-between;font-size:.9rem;font-weight:500}.pc-variant-summary-ev{margin-top:4px;font-size:.85rem}.pc-variant-summary-ev .pos{color:#2e7d32}.pc-variant-summary-ev .neg{color:#c62828}.pc-variant-summary-note{margin-top:6px;font-size:.75rem;color:#777}.pc-market{display:flex;flex-direction:column;gap:14px}.pc-market-title{font-size:.95rem;font-weight:600;color:#111}.pc-market-chart{height:160px;border-radius:12px;background:#f4f4f4;display:flex;align-items:center;justify-content:center;font-size:.8rem;color:#999}:where(.pc-market-range button,.pc-market-subtypes button){padding:6px 12px;font-size:.75rem;border-radius:999px;border:1px solid #ddd;background:#fafafa;color:#444;cursor:pointer;transition:all .15s ease}:where(.pc-market-range button:hover,.pc-market-subtypes button:hover){background:#eee}:where(.pc-market-range button.active,.pc-market-subtypes button.active){background:#111;color:#fff;border-color:#111}.pc-market-range,.pc-market-subtypes{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.pc-market-stats{display:flex;flex-direction:column;gap:6px;font-size:.85rem;margin-top:14px}.pc-market-stats-title{font-size:.85rem;font-weight:600;margin-bottom:8px;color:#111}.pc-market-stat{display:flex;justify-content:space-between;gap:12px}.pc-market-stat span:last-child{font-weight:600}.pc-market-volatility{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:4px}.pc-market-volatility .medium{color:#b58900;font-weight:600}.pc-market-footnote{margin-top:6px;font-size:.7rem;color:#777}.pc-overview-links{display:flex;gap:12px;align-items:center;font-size:.8rem;margin-bottom:8px;color:#666}.pc-overview-links a{font-weight:500;color:#333;cursor:pointer;position:relative}.pc-overview-links a:hover{text-decoration:underline;color:#111}.pc-overview-divider{color:#ccc}.pc-overview-market{margin:12px 0 20px;padding:14px 16px;border-radius:12px;background:#f2f2f2;font-size:.8rem;display:flex;justify-content:space-between;align-items:center;color:#666}.pc-overview-market span{font-size:1.15rem;font-weight:700;color:#111;letter-spacing:-.01em}#sku-panel-body>div{margin-bottom:10px}#sku-panel-body>div a{font-weight:500;color:#555;text-transform:uppercase;letter-spacing:.02em;font-size:.7rem;cursor:pointer;word-break:break-word;overflow-wrap:anywhere}#sku-panel-body>div a:hover{color:#111;text-decoration:underline}#sku-panel-body .sku-copy{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85rem;color:#111;letter-spacing:.02em;cursor:pointer}#sku-panel-body .sku-copy:hover{text-decoration:underline}#sku-panel-body>div:not(.pc-overview-links):not(.pc-overview-market){cursor:pointer}#sku-panel-body>div:not(.pc-overview-links):not(.pc-overview-market):hover{background:#fafafa}#sku-panel-body>div:last-child{border-bottom:none}#sku-panel::after{content:"";display:block;height:24px}:root{--tcgd-bg:#ffffff;--tcgd-surface:#ffffff;--tcgd-surface-2:#f7f8fa;--tcgd-surface-3:#eef0f4;--tcgd-border:#e6e8ec;--tcgd-border-strong:#d0d4dc;--tcgd-divider:#eef0f4;--tcgd-text:#0f172a;--tcgd-text-soft:#475569;--tcgd-text-muted:#6b7280;--tcgd-text-faint:#9ca3af;--tcgd-accent:#3b5bdb;--tcgd-accent-soft:rgba(59, 91, 219, 0.10);--tcgd-accent-text:#2840a8;--tcgd-positive:#15803d;--tcgd-positive-soft:rgba(21, 128, 61, 0.10);--tcgd-negative:#b91c1c;--tcgd-negative-soft:rgba(185, 28, 28, 0.10);--tcgd-warn:#b45309;--tcgd-warn-soft:rgba(180, 83, 9, 0.10);--tcgd-tag-bg:#f1f3f7;--tcgd-tag-text:#475569;--tcgd-radius:8px;--tcgd-radius-sm:6px;--tcgd-radius-lg:12px;--tcgd-shadow:0 1px 2px rgba(15, 23, 42, 0.04);--tcgd-shadow-hover:0 1px 2px rgba(15, 23, 42, 0.04), 0 6px 16px rgba(15, 23, 42, 0.06);--tcgd-shadow-drawer:0 10px 40px rgba(15, 23, 42, 0.18);--tcgd-font:"Inter", "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--tcgd-mono:ui-monospace, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace}@media (prefers-color-scheme:dark){:root:not([data-theme="light"]):not(.light){--tcgd-bg:#0b0d12;--tcgd-surface:#11141b;--tcgd-surface-2:#161a23;--tcgd-surface-3:#1d222d;--tcgd-border:#232834;--tcgd-border-strong:#2e3441;--tcgd-divider:#1d222d;--tcgd-text:#e6e8ee;--tcgd-text-soft:#a4abb8;--tcgd-text-muted:#7c8493;--tcgd-text-faint:#5c6371;--tcgd-accent:#7c93ff;--tcgd-accent-soft:rgba(124, 147, 255, 0.15);--tcgd-accent-text:#9fb0ff;--tcgd-positive:#4ade80;--tcgd-positive-soft:rgba(74, 222, 128, 0.14);--tcgd-negative:#f87171;--tcgd-negative-soft:rgba(248, 113, 113, 0.14);--tcgd-warn:#fbbf24;--tcgd-warn-soft:rgba(251, 191, 36, 0.14);--tcgd-tag-bg:#1d222d;--tcgd-tag-text:#a4abb8;--tcgd-shadow:0 1px 2px rgba(0, 0, 0, 0.30);--tcgd-shadow-hover:0 1px 2px rgba(0, 0, 0, 0.30), 0 8px 24px rgba(0, 0, 0, 0.45);--tcgd-shadow-drawer:0 10px 50px rgba(0, 0, 0, 0.55)}}[data-theme="dark"],[data-theme="dark"] #tcgd-product-explorer,.dark #tcgd-product-explorer,html.dark,body.dark,html[data-theme="dark"],body[data-theme="dark"]{--tcgd-bg:#0b0d12;--tcgd-surface:#11141b;--tcgd-surface-2:#161a23;--tcgd-surface-3:#1d222d;--tcgd-border:#232834;--tcgd-border-strong:#2e3441;--tcgd-divider:#1d222d;--tcgd-text:#e6e8ee;--tcgd-text-soft:#a4abb8;--tcgd-text-muted:#7c8493;--tcgd-text-faint:#5c6371;--tcgd-accent:#7c93ff;--tcgd-accent-soft:rgba(124, 147, 255, 0.15);--tcgd-accent-text:#9fb0ff;--tcgd-positive:#4ade80;--tcgd-positive-soft:rgba(74, 222, 128, 0.14);--tcgd-negative:#f87171;--tcgd-negative-soft:rgba(248, 113, 113, 0.14);--tcgd-warn:#fbbf24;--tcgd-warn-soft:rgba(251, 191, 36, 0.14);--tcgd-tag-bg:#1d222d;--tcgd-tag-text:#a4abb8;--tcgd-shadow:0 1px 2px rgba(0, 0, 0, 0.30);--tcgd-shadow-hover:0 1px 2px rgba(0, 0, 0, 0.30), 0 8px 24px rgba(0, 0, 0, 0.45);--tcgd-shadow-drawer:0 10px 50px rgba(0, 0, 0, 0.55)}[data-theme="light"],.light,[data-theme="light"] #tcgd-product-explorer{--tcgd-bg:#ffffff}body.tcgd-standalone{margin:0;background:var(--tcgd-bg);font-family:var(--tcgd-font);color:var(--tcgd-text)}#tcgd-product-explorer,#tcgd-product-explorer *{box-sizing:border-box}#tcgd-product-explorer{font-family:var(--tcgd-font);color:var(--tcgd-text);background:var(--tcgd-bg);font-size:13.5px;line-height:1.5;padding:20px 20px 64px;min-height:100vh;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.tcgd-topbar{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:14px}.tcgd-title{margin:0;font-weight:600;font-size:16px;letter-spacing:-.01em;color:var(--tcgd-text);display:flex;align-items:baseline;gap:8px}.tcgd-title .tcgd-title-sub{font-weight:500;color:var(--tcgd-text-muted);font-size:12.5px;letter-spacing:0}.tcgd-search{flex:1 1 320px;position:relative;max-width:480px}.tcgd-search input{width:100%;height:34px;padding:0 12px 0 32px;border:1px solid var(--tcgd-border);border-radius:var(--tcgd-radius-sm);background:var(--tcgd-surface);font-family:var(--tcgd-font);font-size:13px;color:var(--tcgd-text);outline:none;transition:border-color 120ms ease,box-shadow 120ms ease}.tcgd-search input::placeholder{color:var(--tcgd-text-faint)}.tcgd-search input:focus{border-color:var(--tcgd-accent);box-shadow:0 0 0 3px var(--tcgd-accent-soft)}.tcgd-search::before{content:"";position:absolute;left:11px;top:50%;width:14px;height:14px;transform:translateY(-50%);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%236b7280' stroke-width='1.5'><circle cx='7' cy='7' r='5'/><line x1='11' y1='11' x2='14.5' y2='14.5'/></svg>");background-size:contain;background-repeat:no-repeat}.tcgd-filterbar{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:10px;padding:10px 12px;background:var(--tcgd-surface);border:1px solid var(--tcgd-border);border-radius:var(--tcgd-radius)}.tcgd-field{display:flex;flex-direction:column;gap:3px;min-width:140px}.tcgd-field-grow{flex:1 1 200px}.tcgd-field label{font-size:10.5px;text-transform:uppercase;letter-spacing:.5px;color:var(--tcgd-text-muted);font-weight:600}.tcgd-field select,.tcgd-field input[type="date"]{height:30px;padding:0 8px;border:1px solid var(--tcgd-border);border-radius:var(--tcgd-radius-sm);background:var(--tcgd-surface);font-family:var(--tcgd-font);font-size:12.5px;color:var(--tcgd-text);cursor:pointer}.tcgd-field select:focus,.tcgd-field input[type="date"]:focus{outline:none;border-color:var(--tcgd-accent);box-shadow:0 0 0 3px var(--tcgd-accent-soft)}.tcgd-actions{margin-left:auto;display:flex;align-items:flex-end;gap:8px}.tcgd-btn{height:30px;padding:0 12px;background:var(--tcgd-surface);border:1px solid var(--tcgd-border);border-radius:var(--tcgd-radius-sm);font-family:var(--tcgd-font);font-size:12px;font-weight:600;color:var(--tcgd-text);cursor:pointer;transition:background 120ms ease,border-color 120ms ease}.tcgd-btn:hover{background:var(--tcgd-surface-2);border-color:var(--tcgd-border-strong)}.tcgd-btn-ghost{background:#fff0}.tcgd-btn-primary{background:var(--tcgd-accent);color:#fff;border-color:var(--tcgd-accent)}.tcgd-btn-primary:hover{filter:brightness(1.05)}.tcgd-resultbar{display:flex;align-items:center;justify-content:space-between;margin:6px 2px 10px;font-size:12px;color:var(--tcgd-text-muted)}.tcgd-resultbar strong{color:var(--tcgd-text);font-weight:600;font-variant-numeric:tabular-nums}.tcgd-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(196px,1fr));gap:10px}.tcgd-card{background:var(--tcgd-surface);border:1px solid var(--tcgd-border);border-radius:var(--tcgd-radius);padding:8px 10px 10px;display:flex;flex-direction:column;gap:6px;cursor:pointer;text-align:left;font-family:inherit;color:inherit;transition:border-color 140ms ease,box-shadow 140ms ease,background-color 140ms ease}.tcgd-card:hover{border-color:var(--tcgd-border-strong);background:var(--tcgd-surface-2);box-shadow:var(--tcgd-shadow)}.tcgd-card:focus-visible{outline:2px solid var(--tcgd-accent);outline-offset:2px}.tcgd-card-image{width:100%;aspect-ratio:3 / 2;background:var(--tcgd-surface-2);border-radius:var(--tcgd-radius-sm);display:flex;align-items:center;justify-content:center;overflow:hidden}.tcgd-card-image img{max-width:100%;max-height:100%;object-fit:contain;display:block}.tcgd-card-image .tcgd-noimage{font-size:11px;color:var(--tcgd-text-faint)}.tcgd-card-name{font-weight:600;font-size:12.5px;color:var(--tcgd-text);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.6em;word-break:break-word}.tcgd-card-meta{display:flex;flex-wrap:wrap;gap:4px 6px;font-size:11px;color:var(--tcgd-text-soft);min-height:18px}.tcgd-tag{display:inline-flex;align-items:center;padding:1px 7px;border-radius:999px;background:var(--tcgd-tag-bg);color:var(--tcgd-tag-text);font-size:10.5px;font-weight:500;white-space:nowrap;letter-spacing:.01em}.tcgd-tag-game{color:var(--tcgd-accent-text);background:var(--tcgd-accent-soft)}.tcgd-tag-set{background:var(--tcgd-tag-bg);color:var(--tcgd-tag-text);font-variant-numeric:tabular-nums}.tcgd-card-stats{display:grid;grid-template-columns:1fr 1fr;gap:4px 10px;margin-top:auto;padding-top:6px;border-top:1px solid var(--tcgd-divider)}.tcgd-stat{display:flex;flex-direction:column;gap:0}.tcgd-stat-label{font-size:10px;letter-spacing:.4px;color:var(--tcgd-text-muted);text-transform:uppercase;font-weight:600}.tcgd-stat-value{font-size:13px;font-weight:600;color:var(--tcgd-text);font-variant-numeric:tabular-nums;line-height:1.25}.tcgd-stat-value.tcgd-na{color:var(--tcgd-text-faint);font-weight:500}.tcgd-stat-value.tcgd-positive{color:var(--tcgd-positive)}.tcgd-stat-value.tcgd-negative{color:var(--tcgd-negative)}.tcgd-state{padding:32px 16px;text-align:center;color:var(--tcgd-text-muted);font-size:13.5px;background:var(--tcgd-surface);border:1px dashed var(--tcgd-border);border-radius:var(--tcgd-radius)}.tcgd-state strong{color:var(--tcgd-text);font-weight:600}.tcgd-error{border-style:solid;border-color:var(--tcgd-negative);color:var(--tcgd-negative);background:var(--tcgd-negative-soft)}.tcgd-paginate{display:flex;justify-content:center;align-items:center;gap:4px;margin-top:22px;padding:6px;border:1px solid var(--tcgd-border);border-radius:var(--tcgd-radius);background:var(--tcgd-surface);width:fit-content;margin-left:auto;margin-right:auto}.tcgd-paginate .tcgd-btn{height:28px;padding:0 10px;font-size:11.5px;border-color:#fff0;background:#fff0}.tcgd-paginate .tcgd-btn:hover:not([disabled]){background:var(--tcgd-surface-2);border-color:var(--tcgd-border)}.tcgd-paginate .tcgd-pg-info{font-size:12px;color:var(--tcgd-text-soft);padding:0 10px;font-variant-numeric:tabular-nums;font-weight:500}.tcgd-paginate .tcgd-btn[disabled]{opacity:.35;cursor:not-allowed}.tcgd-drawer-overlay{position:fixed;inset:0;background:rgb(0 0 0 / .35);opacity:0;pointer-events:none;transition:opacity 160ms ease;z-index:9998}.tcgd-drawer-overlay.tcgd-open{opacity:1;pointer-events:auto}.tcgd-drawer{position:fixed;top:0;bottom:0;right:0;width:75%;max-width:min(1400px, 75vw);background:var(--tcgd-bg);border-left:1px solid var(--tcgd-border-strong);box-shadow:var(--tcgd-shadow-drawer);transform:translateX(100%);transition:transform 200ms ease;z-index:9999;display:flex;flex-direction:column}.tcgd-drawer.tcgd-open{transform:translateX(0)}.tcgd-drawer-head,.tcgd-tabs{background:var(--tcgd-surface);position:sticky;z-index:2}.tcgd-drawer-head{top:0;display:flex;align-items:flex-start;gap:12px;padding:14px 20px;border-bottom:1px solid var(--tcgd-border)}.tcgd-drawer-title{margin:0;font-size:16px;font-weight:600;color:var(--tcgd-text);line-height:1.3;letter-spacing:-.01em}.tcgd-drawer-sub{font-size:12px;color:var(--tcgd-text-muted);font-weight:500;margin-top:4px}.tcgd-drawer-close{border:none;background:#fff0;cursor:pointer;width:30px;height:30px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--tcgd-text-soft);margin-left:auto;flex-shrink:0}.tcgd-drawer-close:hover{background:var(--tcgd-surface-2);color:var(--tcgd-text)}.tcgd-tabs{top:60px;display:flex;gap:2px;padding:0 20px;border-bottom:1px solid var(--tcgd-border)}.tcgd-tab{background:#fff0;border:none;padding:10px 12px;font-family:inherit;font-size:12.5px;font-weight:600;color:var(--tcgd-text-soft);cursor:pointer;border-bottom:2px solid #fff0;margin-bottom:-1px}.tcgd-tab:hover{color:var(--tcgd-text)}.tcgd-tab.tcgd-active{color:var(--tcgd-text);border-bottom-color:var(--tcgd-accent)}.tcgd-drawer-body{flex:1;overflow-y:auto;padding:20px}.tcgd-overview{display:grid;grid-template-columns:200px 1fr;gap:22px;align-items:start}.tcgd-overview-image{width:200px;aspect-ratio:5 / 7;background:var(--tcgd-surface-2);border:1px solid var(--tcgd-border);border-radius:var(--tcgd-radius);overflow:hidden;display:flex;align-items:center;justify-content:center}.tcgd-overview-image img{width:100%;height:100%;object-fit:contain}.tcgd-overview-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.tcgd-description{font-size:13.5px;color:var(--tcgd-text);line-height:1.55;margin:0 0 14px}.tcgd-description-empty{color:var(--tcgd-text-faint);font-style:italic}.tcgd-stripe{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:1px;background:var(--tcgd-border);border:1px solid var(--tcgd-border);border-radius:var(--tcgd-radius);overflow:hidden;margin-bottom:18px}.tcgd-stripe-cell{background:var(--tcgd-surface);padding:10px 12px;display:flex;flex-direction:column;gap:2px}.tcgd-stripe-cell .tcgd-stat-label{color:var(--tcgd-text-muted)}.tcgd-stripe-cell .tcgd-stat-value{font-size:15px}.tcgd-section{margin-top:20px}.tcgd-section h3{margin:0 0 10px 0;font-size:11.5px;font-weight:600;text-transform:uppercase;letter-spacing:.6px;color:var(--tcgd-text-muted)}.tcgd-bom-path{background:var(--tcgd-surface);border:1px solid var(--tcgd-border);border-radius:var(--tcgd-radius);padding:14px 16px;margin-bottom:10px}.tcgd-bom-path-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:10px}.tcgd-bom-path-label{font-size:13.5px;font-weight:600;color:var(--tcgd-text)}.tcgd-bom-primary{background:var(--tcgd-accent-soft);color:var(--tcgd-accent-text);font-size:10px;letter-spacing:.5px;text-transform:uppercase;padding:2px 7px;border-radius:999px;margin-left:8px;font-weight:600}.tcgd-bom-path-notes{font-size:12px;color:var(--tcgd-text-muted);margin-top:3px}.tcgd-bom-totals{display:flex;gap:18px;text-align:right}.tcgd-bom-totals .tcgd-stat-value{font-size:15px}.tcgd-bom-table{width:100%;border-collapse:collapse;font-size:12.5px}.tcgd-bom-table th{text-align:left;font-size:10.5px;letter-spacing:.5px;text-transform:uppercase;color:var(--tcgd-text-muted);font-weight:600;padding:6px 8px;border-bottom:1px solid var(--tcgd-border)}.tcgd-bom-table td{padding:7px 8px;border-bottom:1px solid var(--tcgd-divider);vertical-align:middle}.tcgd-bom-table tr:last-child td{border-bottom:none}.tcgd-bom-table td.tcgd-num{text-align:right;font-variant-numeric:tabular-nums}.tcgd-bom-child{display:flex;align-items:center;gap:10px}.tcgd-bom-child img{width:28px;height:40px;object-fit:contain;border-radius:3px;background:var(--tcgd-surface-2)}.tcgd-bom-child-name{font-weight:500;color:var(--tcgd-text)}.tcgd-bom-child-type{font-size:10.5px;color:var(--tcgd-text-muted);text-transform:uppercase;letter-spacing:.4px}.tcgd-retailer-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:8px}.tcgd-retailer{background:var(--tcgd-surface);border:1px solid var(--tcgd-border);border-radius:var(--tcgd-radius-sm);padding:10px 12px;display:flex;flex-direction:column;gap:6px}.tcgd-retailer-sku{font-family:var(--tcgd-mono);font-size:12px;color:var(--tcgd-text);padding:4px 6px;border-radius:4px;background:var(--tcgd-surface-2);cursor:copy;user-select:all;display:inline-flex;align-items:center;gap:6px;align-self:flex-start;transition:background 120ms ease;border:1px solid #fff0}.tcgd-retailer-sku:hover{background:var(--tcgd-surface-3);border-color:var(--tcgd-border)}.tcgd-retailer-sku.tcgd-copied{background:var(--tcgd-positive-soft);border-color:var(--tcgd-positive);color:var(--tcgd-positive)}.tcgd-retailer-cta{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:6px 10px;background:var(--tcgd-accent);color:#fff;text-decoration:none;font-size:12px;font-weight:600;border-radius:var(--tcgd-radius-sm);align-self:flex-start;transition:filter 120ms ease}.tcgd-retailer-cta:hover{filter:brightness(1.05)}.tcgd-retailer-cta::after{content:"→";font-weight:600;margin-left:2px}.tcgd-signals{display:flex;flex-direction:column;gap:6px;margin:6px 0 14px}.tcgd-signals.tcgd-signals-compact{flex-direction:row;flex-wrap:wrap;gap:6px;margin:4px 0 18px}.tcgd-signal{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;background:var(--tcgd-surface);border:1px solid var(--tcgd-border);border-radius:var(--tcgd-radius-sm);font-size:12px;color:var(--tcgd-text);line-height:1.3}.tcgd-signals-compact .tcgd-signal{padding:4px 8px;font-size:11.5px;background:var(--tcgd-surface-2);border-color:#fff0}.tcgd-signal-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0;background:var(--tcgd-text-faint)}.tcgd-signal-positive{background:var(--tcgd-positive)}.tcgd-signal-negative{background:var(--tcgd-negative)}.tcgd-signal-neutral{background:var(--tcgd-text-muted)}.tcgd-signal-label{font-weight:600;color:var(--tcgd-text)}.tcgd-signal-detail{font-size:11.5px;color:var(--tcgd-text-muted);font-variant-numeric:tabular-nums;margin-left:auto;padding-left:12px}.tcgd-market-current{display:flex;align-items:baseline;gap:12px;font-size:24px;font-weight:700;color:var(--tcgd-text);font-variant-numeric:tabular-nums;letter-spacing:-.01em;margin:4px 0 14px}.tcgd-market-current .tcgd-market-source{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--tcgd-text-muted)}.tcgd-market-window{display:inline-flex;background:var(--tcgd-surface-2);border-radius:var(--tcgd-radius-sm);padding:2px;gap:0;margin-bottom:14px}.tcgd-market-window button{border:none;background:#fff0;color:var(--tcgd-text-muted);font-size:11.5px;font-weight:600;padding:5px 10px;border-radius:4px;cursor:pointer;font-family:inherit;letter-spacing:.02em}.tcgd-market-window button.tcgd-active{background:var(--tcgd-surface);color:var(--tcgd-text);box-shadow:var(--tcgd-shadow)}.tcgd-chart{width:100%;background:var(--tcgd-surface);border:1px solid var(--tcgd-border);border-radius:var(--tcgd-radius);padding:16px 12px 8px;margin-bottom:12px;position:relative}.tcgd-chart svg{display:block;width:100%;height:200px}.tcgd-chart-line{fill:none;stroke:var(--tcgd-accent);stroke-width:1.5;stroke-linejoin:round;stroke-linecap:round}.tcgd-chart-area{fill:var(--tcgd-accent-soft)}.tcgd-chart-grid{stroke:var(--tcgd-divider);stroke-width:1}.tcgd-chart-axis{font-size:10px;fill:var(--tcgd-text-muted);font-family:var(--tcgd-mono)}.tcgd-chart-empty{display:flex;align-items:center;justify-content:center;height:200px;color:var(--tcgd-text-faint);font-size:13px}.tcgd-market-history-toggle{background:none;border:1px solid var(--tcgd-border);border-radius:var(--tcgd-radius-sm);padding:6px 10px;font-family:inherit;font-size:12px;font-weight:600;color:var(--tcgd-text-soft);cursor:pointer}.tcgd-market-history-toggle:hover{color:var(--tcgd-text);border-color:var(--tcgd-border-strong)}.tcgd-market-table{width:100%;border-collapse:collapse;font-size:12.5px;margin-top:10px}.tcgd-market-table th,.tcgd-market-table td{padding:6px 8px;border-bottom:1px solid var(--tcgd-divider);text-align:left}.tcgd-market-table th{font-size:10.5px;letter-spacing:.4px;text-transform:uppercase;font-weight:600;color:var(--tcgd-text-muted);background:var(--tcgd-surface);position:sticky;top:0}.tcgd-market-table td.tcgd-num,.tcgd-market-table th.tcgd-num{text-align:right;font-variant-numeric:tabular-nums}.tcgd-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:6px}.tcgd-list-item{background:var(--tcgd-surface);border:1px solid var(--tcgd-border);border-radius:var(--tcgd-radius-sm);padding:8px 10px;font-size:12px;display:flex;flex-direction:column;gap:2px}.tcgd-list-item .tcgd-kv-label{font-size:10px;letter-spacing:.4px;text-transform:uppercase;color:var(--tcgd-text-muted);font-weight:600}.tcgd-list-item .tcgd-kv-value{font-size:12.5px;color:var(--tcgd-text);font-weight:500;font-family:var(--tcgd-font);word-break:normal;overflow-wrap:anywhere}.tcgd-list-item .tcgd-kv-value.tcgd-kv-mono{font-family:var(--tcgd-mono);font-size:12px;word-break:break-all}@media (max-width:1200px){.tcgd-drawer{width:86%;max-width:86vw}}@media (max-width:1024px){.tcgd-drawer{width:92%;max-width:92vw}.tcgd-overview{grid-template-columns:1fr}.tcgd-overview-image{width:180px}}@media (max-width:720px){#tcgd-product-explorer{padding:12px 12px 48px;font-size:13px}.tcgd-drawer{width:100%;max-width:100vw;border-left:none}.tcgd-drawer-head,.tcgd-drawer-body{padding-left:14px;padding-right:14px}.tcgd-tabs{padding-left:10px;padding-right:10px;overflow-x:auto}.tcgd-tab{padding:10px 10px}.tcgd-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:8px}.tcgd-card{padding:6px 8px 8px}.tcgd-filterbar{padding:8px 10px;gap:8px}.tcgd-field{min-width:120px}.tcgd-actions{margin-left:0}}