#popup-img{border-radius:4.76%/3.41%!important}#popup-img{-webkit-user-drag:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;pointer-events:auto}.popup-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.65);z-index:2000;justify-content:center;align-items:center;padding:16px;box-sizing:border-box;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.popup-overlay.active{display:flex}.popup-box{background:#fff;border-radius:18px;max-width:720px;width:100%;max-height:92vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.3);position:relative;animation:popupIn .2s ease}.popup-top-actions{position:absolute;top:12px;right:12px;display:flex;flex-direction:column;gap:6px;z-index:10}.popup-close,.popup-share-btn{width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.15);color:#fff;border:none;font-size:15px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;padding:0}.popup-close:hover,.popup-share-btn:hover{background:rgba(255,255,255,.3)}.popup-header{display:flex;border-radius:18px 18px 0 0;overflow:hidden;background:linear-gradient(135deg,#1a1a2e 0,#2d2d4e 100%);padding:24px 20px;align-items:center;gap:20px}.popup-header img:not(.series-icon){width:120px;flex-shrink:0;align-self:flex-start;border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.4)}.popup-header-info{flex:1;min-width:0;display:flex;flex-direction:column}.popup-name-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.popup-header-info h2{color:#fff;margin:0;font-size:35px;line-height:1.08}.popup-badges-row{display:flex;gap:6px;flex-wrap:wrap;margin:0}.popup-market-links{margin-top:auto;padding-top:12px}.popup-badge-pill{padding:3px 10px;border-radius:999px;font-size:11px;font-weight:700;color:#fff}.popup-series-line{color:rgba(255,255,255,.6);font-size:13px}.popup-body{padding:20px 24px}.popup-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 20px;margin-bottom:16px}.popup-info-item{font-size:13px}.popup-info-item strong{display:block;font-size:11px;text-transform:uppercase;color:#999;letter-spacing:.5px;margin-bottom:2px}.popup-info-item span:not(.pending-badge){color:#000;font-weight:500}.popup-info-item a{color:#000;font-weight:700}.popup-admin-section{background:#fffbea;border:1px solid #ffcb05;border-radius:10px;padding:14px 16px;margin-top:14px}.popup-admin-section h4{margin:0 0 10px;font-size:12px;text-transform:uppercase;letter-spacing:.5px;color:#777}.popup-admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.popup-pv-positive{color:#16a34a;font-weight:700}.popup-pv-negative{color:#dc2626;font-weight:700}.popup-footer{padding:14px 24px 20px;display:flex;gap:8px;align-items:center;justify-content:space-between;border-top:1px solid #eee}.card-page-box .popup-footer{justify-content:flex-start;gap:12px}.popup-nav-btn{padding:8px 16px;background:#ffcb05;color:#000;border:none;border-radius:8px;font-weight:700;font-size:13px;cursor:pointer;transition:background .2s}.popup-nav-btn:hover{background:#f2c200}.popup-nav-btn:disabled{background:#eee;color:#aaa;cursor:default}.popup-share-btn{width:32px;height:32px;background:#f0f0f0;color:#555;border:none;border-radius:50%;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;padding:0}.popup-share-btn:hover{background:#e0e0e0;color:#000}.popup-market-btn{padding:8px 16px;background:#ffcb05;color:#000;border-radius:8px;text-decoration:none;font-weight:700;font-size:13px}.popup-market-btn:hover{background:#f2c200}@media (max-width:600px){.popup-overlay{padding:0;align-items:flex-end}.popup-box{border-radius:20px 20px 0 0;width:100%;max-width:100%;height:90svh;max-height:90svh;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding-bottom:env(safe-area-inset-bottom,20px);box-sizing:border-box;animation:drawerUp .25s ease}@keyframes drawerUp{from{transform:translateY(100%)}to{transform:translateY(0)}}.popup-box::before{content:'';display:block;width:40px;height:4px;background:rgba(255,255,255,.4);border-radius:2px;margin:10px auto 0;position:absolute;top:8px;left:50%;transform:translateX(-50%)}.popup-top-actions{top:8px;right:10px}.popup-close,.popup-share-btn{width:28px;height:28px;font-size:14px}.popup-header{flex-direction:row;align-items:center;text-align:left;padding:20px 16px 12px 16px;gap:12px}.popup-header img:not(.series-icon){width:96px;flex-shrink:0}.popup-header-info h2{font-size:24px;line-height:1.08}.popup-body{padding:10px 16px}.popup-info-grid{grid-template-columns:1fr 1fr}.popup-admin-grid{grid-template-columns:1fr}.popup-footer{flex-wrap:wrap;justify-content:space-between;gap:8px;padding:10px 16px 24px}.popup-nav-btn{flex:1;text-align:center;font-size:13px;padding:10px 8px}.popup-market-btn{font-size:12px;padding:8px 12px}}.popup-item-inner{background:#f8f8f8;border-radius:10px;padding:14px;border:1px solid #eee}.popup-item-inner .popup-info-item strong{color:#333}.popup-cm-btn{display:inline-block;font-size:11px;color:#fff!important;background:#1a1a2e;padding:3px 9px;border-radius:999px;text-decoration:none;white-space:nowrap;transition:background .2s}.popup-cm-btn:hover{background:#2d2d4e;color:#ffcb05!important}.dark-mode .popup-body,.dark-mode .popup-box{background:var(--c-surface)}.dark-mode .popup-footer{background:var(--c-surface2);border-top:1px solid var(--c-border)}.dark-mode .popup-info-item strong{color:var(--c-text2)!important}.dark-mode .popup-info-item span:not(.pending-badge){color:var(--c-text)!important}.dark-mode .popup-admin-section{background:rgba(255,203,5,.06);border-color:var(--c-border)}.dark-mode .popup-item-inner{background:rgba(255,203,5,.06)!important;border-color:rgba(255,203,5,.2)!important}.dark-mode .popup-item-inner .popup-info-item strong{color:var(--c-text2)!important}.dark-mode .popup-item-inner .popup-info-item span:not(.pending-badge){color:var(--c-text)!important}.dark-mode .popup-info-item span:not(.badge-pill):not(.pending-badge){color:var(--c-text)!important}.dark-mode .popup-name,.dark-mode .popup-series-line{color:var(--c-text)!important}.dark-mode #popup-infos{color:var(--c-text2)!important}.dark-mode #popup-card-state,.dark-mode #popup-card-type,.dark-mode #popup-date,.dark-mode #popup-owned,.dark-mode #popup-pca,.dark-mode #popup-platform,.dark-mode #popup-price,.dark-mode #popup-pv,.dark-mode #popup-series,.dark-mode #popup-value,.dark-mode #popup-version,.dark-mode .popup-info-item a,.dark-mode .popup-info-item span:not(.pending-badge){color:var(--c-text)!important}.dark-mode .popup-info-grid .popup-info-item{color:var(--c-text)!important}.dark-mode .popup-info-item span:not([class]):not(.pending-badge){color:#e0e0e0!important}.dark-mode .popup-info-item>span{color:#e0e0e0!important}.dark-mode .popup-body .popup-info-item span:not(.pending-badge){color:#e0e0e0!important}.dark-mode #popup-card-state,.dark-mode #popup-card-type,.dark-mode #popup-date,.dark-mode #popup-illustrator,.dark-mode #popup-owned,.dark-mode #popup-pca,.dark-mode #popup-platform,.dark-mode #popup-price,.dark-mode #popup-pv,.dark-mode #popup-series,.dark-mode #popup-value,.dark-mode #popup-version{color:#e0e0e0!important}.dark-mode .popup-info-item>:not(strong):not(.pending-badge),.hero-section .dark-mode .hero-section .dark-mode .popup-info-item span:not(.pending-badge){color:#e0e0e0!important}.dark-mode .popup-body{color:#e0e0e0}.dark-mode .popup-cm-btn{background:var(--c-surface2)!important;color:var(--c-yellow)!important;border:1px solid var(--c-border)!important}.dark-mode .popup-cm-btn:hover{background:var(--c-surface)!important}.dark-mode #popup-infos,.dark-mode .popup-infos-text{color:var(--c-text)!important}#popup-infos-wrap{color:inherit;font-style:italic;font-size:13px;margin-bottom:10px}#popup-infos{color:#666!important}.dark-mode #popup-infos,.dark-mode #popup-infos-wrap{color:var(--c-text2)!important}#popup-owned span.pending-badge,.popup-body span.pending-badge,.popup-info-item span.pending-badge{color:#f59e0b;font-weight:700}.dark-mode #popup-owned span.pending-badge,.dark-mode .popup-body span.pending-badge,.dark-mode .popup-info-item span.pending-badge{color:#fbbf24;font-weight:700}.popup-box .popup-footer{border-bottom-left-radius:18px;border-bottom-right-radius:18px}#popup-infos,#popup-infos-wrap{color:#777;font-style:italic;font-size:13px;margin-bottom:10px}.dark-mode #popup-infos,.dark-mode #popup-infos-wrap{color:var(--c-text2)}a.popup-nav-btn{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.popup-nav-disabled{opacity:.35;cursor:not-allowed;pointer-events:none}.dark-mode .card-page-box .popup-footer{background:var(--c-surface2);border-top:1px solid var(--c-border)}.dark-mode .card-page-box .popup-nav-btn{background:#ffcb05;color:#000}.popup-number-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.popup-admin-flex{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:10px}.popup-item-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 20px}.popup-price-bold{font-weight:700;color:var(--c-text)}.popup-same-title{margin:0 0 10px;font-size:13px;color:#aaa}.popup-same-row{display:flex;gap:8px;flex-wrap:wrap}.dark-mode .popup-same-title{color:#888}.popup-instances-tabs{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 2px;padding-bottom:0;border-bottom:none}.popup-instance-tab{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);color:inherit;border-radius:999px;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s,transform .1s,border-color .15s;text-decoration:none;font-family:inherit;max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.popup-instance-tab:hover{background:rgba(255,203,5,.18);border-color:rgba(255,203,5,.4);transform:translateY(-1px)}.popup-instance-tab.active{background:linear-gradient(135deg,#ffcb05,#f59e0b);color:#1a1a2e;border-color:transparent;box-shadow:0 2px 8px rgba(255,203,5,.35)}.popup-instance-add{background:rgba(34,197,94,.15);border-color:rgba(34,197,94,.4);color:#16a34a}.popup-instance-add:hover{background:rgba(34,197,94,.25)}.popup-instance-locked{background:rgba(160,160,180,.12);border-color:rgba(160,160,180,.25);color:rgba(160,160,180,.85);cursor:pointer}.popup-instance-locked:hover{background:rgba(255,203,5,.18);border-color:rgba(255,203,5,.4);color:#f59e0b}.dark-mode .popup-instance-tab{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.1);color:#ddd}.popup-wishlist-btn.in-wishlist{color:#dc2626!important}.popup-wishlist-btn:hover svg{transform:scale(1.1);transition:transform .15s}.popup-history-btn{display:inline-flex;align-items:center;background:0 0;border:none;color:var(--c-text2,#555);padding:6px 14px;border-radius:999px;font-size:12px;font-weight:700;cursor:pointer;transition:background .15s,color .15s;font-family:inherit}.popup-history-btn:hover{color:#1a1a2e;background:rgba(255,203,5,.18)}.popup-history-btn.active,.popup-history-btn.active:hover{background:#ffcb05;color:#1a1a2e}.dark-mode .popup-history-btn{color:rgba(255,255,255,.7)}.dark-mode .popup-history-btn:hover{color:#ffcb05;background:rgba(255,255,255,.06)}.dark-mode .popup-history-btn.active,.dark-mode .popup-history-btn.active:hover{color:#1a1a2e;background:#ffcb05}.popup-similar-form{display:flex;gap:6px;margin-top:8px;flex-wrap:wrap}.popup-similar-input{flex:1;min-width:180px;background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.15);border-radius:6px;padding:6px 10px;font-size:13px;font-family:monospace}.popup-similar-input:focus{outline:2px solid #ffcb05;border-color:#ffcb05}.popup-similar-save{background:#ffcb05;color:#1a1a2e;border:none;padding:6px 12px;border-radius:6px;font-weight:700;cursor:pointer;font-size:12px}.popup-similar-save:hover{background:#ffd633}.popup-similar-status{align-self:center;font-size:12px;font-weight:600}.popup-same-card{display:flex;flex-direction:column;align-items:center;gap:4px;text-decoration:none;color:#fff;transition:transform .15s}.popup-same-card:hover{transform:translateY(-3px)}.popup-same-card-imgwrap{position:relative;width:60px}.popup-same-card img{width:60px;aspect-ratio:63/88;object-fit:cover;border-radius:5px;box-shadow:0 2px 8px rgba(0,0,0,.5);display:block}.popup-same-card-badge{position:absolute;left:50%;bottom:4px;transform:translateX(-50%);font-size:8px;font-weight:700;line-height:1;padding:2px 5px;border-radius:3px;color:#fff;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;box-shadow:0 1px 3px rgba(0,0,0,.5);pointer-events:none;max-width:90%;overflow:hidden;text-overflow:ellipsis}.popup-same-card span{font-size:10px;color:rgba(255,255,255,.7);text-align:center;max-width:70px;line-height:1.2}#table-view tr.popup-trigger{cursor:pointer}.popup-edit-btn{background:var(--c-yellow,#ffcb05);color:#1a1a2e;border:none;padding:4px 10px;border-radius:6px;font-size:11px;font-weight:700;cursor:pointer;margin-left:10px;display:inline-flex;align-items:center;gap:4px;vertical-align:middle;transition:background .15s}.popup-edit-btn:hover{background:#ffd633}.popup-admin-edit{background:rgba(255,255,255,.04);border-radius:10px;padding:14px;margin-top:10px}.popup-overlay{-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;background:rgba(0,0,0,.75)!important}.popup-box{border:1px solid rgba(255,203,5,.12);box-shadow:0 30px 90px rgba(0,0,0,.6),0 0 80px rgba(255,203,5,.1),inset 0 1px 0 rgba(255,255,255,.08)!important}.popup-top-actions{background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:0 0 12px 12px;padding:8px 12px}.popup-close,.popup-share-btn{background:rgba(255,255,255,.12)!important;color:#fff!important;border-radius:50%!important;width:34px!important;height:34px!important;display:inline-flex!important;align-items:center;justify-content:center;transition:all .15s}.popup-header h2{background:linear-gradient(90deg,#ffcb05,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.popup-info-item strong{color:rgba(255,255,255,.55)!important;text-transform:uppercase;letter-spacing:.4px;font-size:10px!important;font-weight:700}.popup-nav-btn--legacy-disabled-placeholder{background:rgba(255,203,5,.18)!important;color:var(--c-yellow)!important;border-color:rgba(255,203,5,.3)!important}.popup-edit-btn-top{background:rgba(255,255,255,.12)!important;color:var(--c-yellow,#ffcb05)!important}.popup-edit-btn-top:hover{background:rgba(255,203,5,.22)!important;color:var(--c-yellow,#ffcb05)!important;transform:scale(1.08)}.popup-edit-btn-top svg{stroke:currentColor!important}.popup-overlay .popup-top-actions{background:0 0!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.popup-overlay .popup-info-item>span:not(.badge-pill):not(.owned-label-yes):not(.owned-label-pending):not(.owned-label-no):not(.popup-price-bold){color:#1a1a2e}.dark-mode .popup-overlay .popup-info-item>span:not(.badge-pill):not(.owned-label-yes):not(.owned-label-pending):not(.owned-label-no):not(.popup-price-bold):not(.pending-badge){color:#f1f1f1!important}.popup-overlay .popup-box,.popup-overlay .popup-box *{color:#f1f1f1}.popup-overlay .popup-box .popup-info-item strong{color:rgba(255,255,255,.55)!important}.popup-overlay .popup-box #popup-date,.popup-overlay .popup-box #popup-illustrator,.popup-overlay .popup-box #popup-name,.popup-overlay .popup-box #popup-number,.popup-overlay .popup-box #popup-series,.popup-overlay .popup-box #popup-version,.popup-overlay .popup-box .popup-info-item a,.popup-overlay .popup-box .popup-info-item span{color:#fff!important}.popup-overlay .popup-box .popup-cm-btn{color:var(--c-yellow,#ffcb05)!important}.popup-overlay .popup-box,.popup-overlay .popup-box *{color:#f1f1f1!important}.popup-overlay .popup-box{background:linear-gradient(135deg,#0f0f1a 0,#1a1a2e 50%,#2d1b50 100%)!important}.popup-overlay .popup-body{background:0 0!important;color:#f1f1f1!important}.popup-overlay .popup-admin-section{background:rgba(0,0,0,.2)!important;border-radius:12px;padding:16px;margin-top:14px}.popup-overlay .popup-admin-section h4{color:var(--c-yellow,#ffcb05)!important;margin:0 0 12px;font-size:14px;letter-spacing:.5px}.popup-overlay .popup-admin-edit{background:0 0!important;padding:0!important;border-radius:0!important;border:none!important;box-shadow:none!important;margin-top:0!important}.popup-overlay .popup-admin-edit .pae-field span{color:rgba(255,255,255,.65)!important;font-size:11px!important;text-transform:uppercase;letter-spacing:.4px;font-weight:700}.popup-overlay .popup-admin-edit input,.popup-overlay .popup-admin-edit select,.popup-overlay .popup-admin-edit textarea{background:rgba(255,255,255,.1)!important;color:#fff!important;border:1px solid rgba(255,255,255,.15)!important}.popup-overlay .popup-admin-edit input:focus,.popup-overlay .popup-admin-edit select:focus{border-color:var(--c-yellow,#ffcb05)!important;box-shadow:0 0 0 2px rgba(255,203,5,.3)!important}.popup-overlay .popup-admin-edit input::placeholder{color:rgba(255,255,255,.55)!important}.popup-overlay .popup-admin-edit input:disabled,.popup-overlay .popup-admin-edit select:disabled{opacity:.3;background:rgba(255,255,255,.04)!important}.popup-overlay .pae-save{background:var(--c-yellow,#ffcb05)!important;color:#1a1a2e!important}.popup-overlay .pae-cancel{background:rgba(255,255,255,.1)!important;color:#fff!important}.popup-overlay .popup-item-inner{background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:10px;padding:14px}.popup-overlay .popup-item-inner .popup-info-item strong{color:rgba(255,255,255,.55)!important}.popup-overlay .popup-item-inner #popup-item-text,.popup-overlay .popup-item-inner .popup-info-item span{color:#fff!important}.popup-badges-row .card-type-badge{font-size:11px;padding:4px 12px}.popup-not-owned-msg{padding:14px 18px;background:rgba(255,203,5,.1);border-left:3px solid var(--c-yellow,#ffcb05);border-radius:8px;color:rgba(255,255,255,.85);font-size:14px;margin-top:8px}.popup-not-owned-msg strong{color:var(--c-yellow,#ffcb05)}.popup-item-photo-btn{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.15);padding:7px 14px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:6px;font-family:inherit;transition:all .15s}.popup-item-photo-btn:hover{background:rgba(255,203,5,.18);color:var(--c-yellow,#ffcb05);border-color:rgba(255,203,5,.3)}.popup-item-photo-cell{display:flex;align-items:flex-end;justify-content:flex-end}.collection-list-premium tbody tr.popup-trigger{cursor:pointer}.collection-list-premium tbody tr.popup-trigger:hover{background:rgba(255,203,5,.06)}@media (max-width:600px){.popup-overlay .popup-top-actions{flex-direction:column;gap:6px;padding:8px;right:8px!important;top:50px!important}.popup-overlay .popup-close,.popup-overlay .popup-share-btn{width:30px!important;height:30px!important}.popup-overlay .popup-close svg,.popup-overlay .popup-share-btn svg{width:14px!important;height:14px!important}.popup-overlay .popup-box{padding-top:0!important}.popup-overlay .popup-header{padding-right:50px!important}}@media (max-width:600px){.popup-overlay .popup-box{padding-top:60px!important}.popup-overlay .popup-top-actions{position:absolute!important;top:8px!important;right:8px!important;flex-direction:column!important;gap:6px!important;padding:0!important;z-index:10!important;background:0 0!important}.popup-overlay .popup-close,.popup-overlay .popup-share-btn{width:32px!important;height:32px!important;background:rgba(0,0,0,.5)!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.popup-overlay .popup-header{padding-right:50px!important}}.popup-edit-btn-hidden{position:absolute!important;left:-9999px!important;width:1px;height:1px;opacity:0;pointer-events:none}.popup-number-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.popup-same-illustration{margin-top:16px;padding:14px 12px 12px;border-radius:12px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06)}.popup-same-illustration .popup-same-title{margin:0 0 10px;font-size:13px;font-weight:700;color:rgba(255,255,255,.85)!important;text-transform:uppercase;letter-spacing:.4px}:root:not(.dark-mode) .popup-overlay .popup-box{background:linear-gradient(135deg,#fff 0,#f8fafc 100%)!important;color:#1a1a2e!important;box-shadow:0 20px 70px rgba(0,0,0,.35),0 0 0 1px rgba(0,0,0,.06)}:root:not(.dark-mode) .popup-overlay .popup-box,:root:not(.dark-mode) .popup-overlay .popup-box *{color:#1a1a2e!important}:root:not(.dark-mode) .popup-overlay .badge-pill,:root:not(.dark-mode) .popup-overlay .badge-pill-ALT,:root:not(.dark-mode) .popup-overlay .badge-pill-AR,:root:not(.dark-mode) .popup-overlay .badge-pill-FA,:root:not(.dark-mode) .popup-overlay .badge-pill-G,:root:not(.dark-mode) .popup-overlay .badge-pill-H,:root:not(.dark-mode) .popup-overlay .badge-pill-N,:root:not(.dark-mode) .popup-overlay .badge-pill-R,:root:not(.dark-mode) .popup-overlay .badge-pill-S,:root:not(.dark-mode) .popup-overlay .card-type-badge,:root:not(.dark-mode) .popup-overlay .popup-same-card-badge{color:#fff!important}:root:not(.dark-mode) .popup-overlay .popup-body{background:0 0!important;color:#1a1a2e!important}:root:not(.dark-mode) .popup-overlay .popup-box .popup-info-item strong{color:#6b7280!important}:root:not(.dark-mode) .popup-overlay .popup-box #popup-name{color:#0f172a!important}:root:not(.dark-mode) .popup-overlay .popup-admin-section{background:rgba(0,0,0,.04)!important;border:1px solid rgba(0,0,0,.08)}:root:not(.dark-mode) .popup-overlay .popup-admin-section h4{color:#0f172a!important}:root:not(.dark-mode) .popup-overlay .popup-same-illustration{background:rgba(0,0,0,.04)!important;border-color:rgba(0,0,0,.08)}:root:not(.dark-mode) .popup-overlay .popup-same-illustration .popup-same-title{color:#1a1a2e!important}:root:not(.dark-mode) .popup-overlay .popup-admin-edit{background:0 0!important;border:none!important;box-shadow:none!important}:root:not(.dark-mode) .popup-overlay .popup-admin-edit .pae-field span{color:#6b7280!important}:root:not(.dark-mode) .popup-overlay .popup-admin-edit input,:root:not(.dark-mode) .popup-overlay .popup-admin-edit select,:root:not(.dark-mode) .popup-overlay .popup-admin-edit textarea{background:#fff!important;color:#1a1a2e!important;border:1px solid rgba(0,0,0,.12)!important}:root:not(.dark-mode) .popup-overlay .popup-close,:root:not(.dark-mode) .popup-overlay .popup-share-btn{background:rgba(0,0,0,.06)!important;color:#1a1a2e!important}:root:not(.dark-mode) .popup-overlay .popup-close:hover,:root:not(.dark-mode) .popup-overlay .popup-share-btn:hover{background:rgba(0,0,0,.12)!important}:root:not(.dark-mode) .popup-overlay .popup-box #popup-card-state,:root:not(.dark-mode) .popup-overlay .popup-box #popup-card-type,:root:not(.dark-mode) .popup-overlay .popup-box #popup-date,:root:not(.dark-mode) .popup-overlay .popup-box #popup-illustrator,:root:not(.dark-mode) .popup-overlay .popup-box #popup-infos,:root:not(.dark-mode) .popup-overlay .popup-box #popup-item-text,:root:not(.dark-mode) .popup-overlay .popup-box #popup-name,:root:not(.dark-mode) .popup-overlay .popup-box #popup-number,:root:not(.dark-mode) .popup-overlay .popup-box #popup-owned,:root:not(.dark-mode) .popup-overlay .popup-box #popup-pca,:root:not(.dark-mode) .popup-overlay .popup-box #popup-platform,:root:not(.dark-mode) .popup-overlay .popup-box #popup-price,:root:not(.dark-mode) .popup-overlay .popup-box #popup-public-price,:root:not(.dark-mode) .popup-overlay .popup-box #popup-pv,:root:not(.dark-mode) .popup-overlay .popup-box #popup-series,:root:not(.dark-mode) .popup-overlay .popup-box #popup-series-line,:root:not(.dark-mode) .popup-overlay .popup-box #popup-value,:root:not(.dark-mode) .popup-overlay .popup-box #popup-version{color:#0f172a!important}:root:not(.dark-mode) .popup-overlay .popup-box .popup-info-item a,:root:not(.dark-mode) .popup-overlay .popup-box .popup-info-item span{color:#1a1a2e!important}:root:not(.dark-mode) .popup-overlay .popup-box .popup-same-title{color:#1a1a2e!important}:root:not(.dark-mode) .popup-overlay .popup-close svg,:root:not(.dark-mode) .popup-overlay .popup-nav-btn svg,:root:not(.dark-mode) .popup-overlay .popup-share-btn svg{stroke:#1a1a2e!important}:root:not(.dark-mode) .popup-overlay .popup-box .badge-pill,:root:not(.dark-mode) .popup-overlay .popup-box .card-type-badge{color:#fff!important}:root.dark-mode .popup-overlay .popup-same-illustration{background:0 0!important;border:none!important;border-top:1px solid rgba(255,255,255,.1)!important;border-radius:0!important;margin-top:16px;padding:12px 0 0}:root.dark-mode .popup-overlay .popup-same-illustration .popup-same-title{color:var(--c-yellow,#ffcb05)!important;font-size:14px;text-transform:none;letter-spacing:0;margin:0 0 10px}:root.dark-mode .popup-overlay .popup-item-section{background:rgba(255,255,255,.04)!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:12px!important;padding:12px 14px!important;margin-top:14px}:root.dark-mode .popup-overlay .popup-item-section .popup-same-title{color:var(--c-yellow,#ffcb05)!important;font-size:14px;text-transform:none;letter-spacing:0;margin:0 0 8px}.popup-item-section .popup-item-inner{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.popup-item-section .popup-item-text{font-size:14px;font-weight:600}.popup-meta-block{margin-top:16px;border-radius:12px;padding:14px 14px 12px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08)}.popup-meta-section{padding:4px 0}.popup-meta-title{margin:0 0 8px;font-size:13px;font-weight:700;color:var(--c-yellow,#ffcb05)!important;letter-spacing:.2px}.popup-meta-divider{border:none;border-top:1px solid rgba(255,255,255,.12);margin:10px 0;height:0}.popup-item-inner{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.popup-item-text{font-size:14px;font-weight:600}:root:not(.dark-mode) .popup-overlay .popup-meta-block{background:rgba(0,0,0,.035)!important;border-color:rgba(0,0,0,.08)!important}:root:not(.dark-mode) .popup-overlay .popup-meta-divider{border-top-color:rgba(0,0,0,.1)!important}:root.dark-mode .popup-overlay .popup-item-section:not(.popup-meta-section),:root.dark-mode .popup-overlay .popup-same-illustration:not(.popup-meta-section){background:0 0!important;border:none!important;padding:0!important;margin-top:0!important}:root:not(.dark-mode) .popup-overlay .popup-box .col-cm-btn,:root:not(.dark-mode) .popup-overlay .popup-box .popup-cm-link{background:#1a1a2e!important;color:#ffcb05!important;border:none!important;padding:7px 10px!important;font-size:10px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.3px!important;border-radius:5px!important;text-decoration:none!important;display:inline-flex!important;align-items:center!important;gap:4px!important}:root:not(.dark-mode) .popup-overlay .popup-box .col-cm-btn:hover{background:#2d1b50!important;transform:translateY(-1px)}:root.dark-mode .popup-overlay .popup-box .col-cm-btn,:root.dark-mode .popup-overlay .popup-box .popup-cm-link{background:rgba(255,203,5,.15)!important;color:#ffcb05!important;border:1px solid rgba(255,203,5,.3)!important;padding:7px 10px!important;font-size:10px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.3px!important;border-radius:5px!important;text-decoration:none!important;display:inline-flex!important;align-items:center!important;gap:4px!important}:root.dark-mode .popup-overlay .popup-box .col-cm-btn:hover,:root.dark-mode .popup-overlay .popup-box .popup-cm-link:hover{background:rgba(255,203,5,.25)!important;transform:translateY(-1px)}:root:not(.dark-mode) .popup-overlay .popup-header{background:linear-gradient(135deg,#f8fafc 0,#e2e8f0 100%)!important;border-bottom:1px solid rgba(0,0,0,.08)}:root:not(.dark-mode) .popup-overlay .popup-header img:not(.series-icon){box-shadow:0 4px 16px rgba(0,0,0,.18)}:root:not(.dark-mode) .popup-overlay .popup-header #popup-name,:root:not(.dark-mode) .popup-overlay .popup-header-info h2{color:#0f172a!important}:root:not(.dark-mode) .popup-overlay .popup-header #popup-series-line,:root:not(.dark-mode) .popup-overlay .popup-header .popup-series-line{color:#475569!important}:root:not(.dark-mode) .popup-overlay .popup-close,:root:not(.dark-mode) .popup-overlay .popup-share-btn{background:rgba(0,0,0,.08)!important;color:#0f172a!important}:root:not(.dark-mode) .popup-overlay .popup-close:hover,:root:not(.dark-mode) .popup-overlay .popup-share-btn:hover{background:rgba(0,0,0,.16)!important}:root:not(.dark-mode) .popup-overlay #popup-edit-btn-top svg,:root:not(.dark-mode) .popup-overlay .popup-close svg,:root:not(.dark-mode) .popup-overlay .popup-share-btn svg,:root:not(.dark-mode) .popup-overlay .popup-source svg{stroke:#0f172a!important}:root:not(.dark-mode) .popup-overlay .popup-meta-title{color:#0f172a!important}:root:not(.dark-mode) .popup-overlay .popup-meta-title svg{stroke:#0f172a!important}:root.dark-mode .popup-overlay .popup-meta-title{color:var(--c-text,#fff)!important}:root.dark-mode .popup-overlay .popup-meta-title svg{stroke:var(--c-text,#fff)!important}:root:not(.dark-mode) .popup-overlay .popup-same-card span:not(.popup-same-card-badge){color:#475569!important}:root:not(.dark-mode) .popup-overlay .popup-same-card .popup-same-card-badge{color:#fff!important}.popup-overlay .popup-box a:is(#popup-link-market-inline,#popup-link-ebay).col-cm-btn{display:inline-flex!important;align-items:center!important;gap:4px!important;font-size:10px!important;font-weight:700!important;padding:7px 10px!important;border-radius:5px!important;text-decoration:none!important;text-transform:uppercase!important;letter-spacing:.3px!important;line-height:1.2!important;margin:0!important;transition:all .15s!important}:root:not(.dark-mode) .popup-overlay .popup-box a:is(#popup-link-market-inline,#popup-link-ebay).col-cm-btn{background:rgba(255,203,5,.85)!important;color:#1a1a2e!important;border:1px solid #ffcb05!important;box-shadow:none!important}:root:not(.dark-mode) .popup-overlay .popup-box a:is(#popup-link-market-inline,#popup-link-ebay).col-cm-btn:hover{background:#ffcb05!important;color:#1a1a2e!important;border-color:#e6b800!important;transform:translateY(-1px)}:root.dark-mode .popup-overlay .popup-box a:is(#popup-link-market-inline,#popup-link-ebay).col-cm-btn{background:rgba(255,203,5,.15)!important;color:#ffcb05!important;border:1px solid rgba(255,203,5,.3)!important;box-shadow:none!important}:root.dark-mode .popup-overlay .popup-box a:is(#popup-link-market-inline,#popup-link-ebay).col-cm-btn:hover{background:rgba(255,203,5,.25)!important;transform:translateY(-1px)}.popup-overlay .popup-box a:is(#popup-link-market-inline,#popup-link-ebay).col-cm-btn svg{width:10px!important;height:10px!important;stroke:currentColor!important}.popup-overlay .popup-top-actions{flex-direction:row!important;gap:8px!important;align-items:center!important}:root:not(.dark-mode) .popup-overlay .popup-item-inner{box-shadow:none!important;border-radius:0;padding:0;background:0 0;border:none}.popup-overlay .popup-close,.popup-overlay .popup-share-btn{width:32px!important;height:32px!important;border-radius:50%!important;border:none!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;transition:background .2s,color .2s!important}:root:not(.dark-mode) .popup-overlay .popup-close,:root:not(.dark-mode) .popup-overlay .popup-share-btn{background:rgba(0,0,0,.08)!important;color:#0f172a!important}:root:not(.dark-mode) .popup-overlay .popup-close:hover,:root:not(.dark-mode) .popup-overlay .popup-share-btn:hover{background:rgba(0,0,0,.16)!important}:root.dark-mode .popup-overlay .popup-close,:root.dark-mode .popup-overlay .popup-share-btn{background:rgba(255,255,255,.12)!important;color:#f1f1f1!important}:root.dark-mode .popup-overlay .popup-close:hover,:root.dark-mode .popup-overlay .popup-share-btn:hover{background:rgba(255,255,255,.22)!important}.popup-overlay .popup-admin-section h4,.popup-overlay .popup-meta-title{font-size:13px!important;font-weight:700!important;letter-spacing:.2px!important;margin:0 0 8px!important;color:var(--c-yellow,#ffcb05)!important}.popup-overlay .popup-admin-section{background:rgba(255,255,255,.04)!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:12px!important;padding:14px 14px 12px!important;margin-top:14px!important;box-shadow:none!important}:root:not(.dark-mode) .popup-overlay .popup-admin-section{background:rgba(0,0,0,.035)!important;border-color:rgba(0,0,0,.08)!important}.popup-overlay .popup-header{position:relative}.popup-overlay .popup-header .popup-top-actions{position:absolute!important;top:12px!important;right:12px!important;display:flex!important;flex-direction:row!important;gap:8px!important;align-items:center!important;z-index:10}.popup-overlay #popup-item-photo-btn,.popup-overlay .popup-item-photo-btn{transition:all .18s ease!important}.popup-overlay .popup-nav-btn:disabled,.popup-overlay .popup-nav-btn[disabled]{opacity:.3!important;cursor:not-allowed!important;pointer-events:none!important}:root:not(.dark-mode) .popup-overlay .popup-nav-btn:disabled{background:rgba(0,0,0,.03)!important;color:#94a3b8!important}:root:not(.dark-mode) .popup-overlay .popup-nav-btn:disabled svg{stroke:#94a3b8!important}:root.dark-mode .popup-overlay .popup-nav-btn:disabled{background:rgba(255,255,255,.04)!important;color:#475569!important}:root.dark-mode .popup-overlay .popup-nav-btn:disabled svg{stroke:#475569!important}.popup-close,.popup-edit-btn-top,.popup-instance-add,.popup-instance-locked,.popup-instance-tab,.popup-item-photo-btn,.popup-nav-btn,.popup-share-btn{transition:background .15s ease,transform .15s ease,box-shadow .15s ease,border-color .15s ease,color .15s ease!important;cursor:pointer}.popup-close:hover,.popup-edit-btn-top:hover,.popup-instance-add:hover,.popup-instance-locked:hover,.popup-instance-tab:hover,.popup-item-photo-btn:hover,.popup-nav-btn:hover:not(:disabled),.popup-share-btn:hover{transform:translateY(-1px)!important;box-shadow:0 4px 12px rgba(0,0,0,.18)!important}.popup-close:active,.popup-edit-btn-top:active,.popup-instance-add:active,.popup-instance-locked:active,.popup-instance-tab:active,.popup-item-photo-btn:active,.popup-nav-btn:active,.popup-share-btn:active{transform:translateY(0)!important;box-shadow:0 1px 3px rgba(0,0,0,.1)!important}.popup-close:focus-visible,.popup-edit-btn-top:focus-visible,.popup-instance-add:focus-visible,.popup-instance-locked:focus-visible,.popup-instance-tab:focus-visible,.popup-item-photo-btn:focus-visible,.popup-nav-btn:focus-visible,.popup-share-btn:focus-visible{outline:2px solid var(--c-yellow,#ffcb05)!important;outline-offset:2px}.popup-instance-tab:disabled,.popup-nav-btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:none!important}.popup-overlay #popup-financial-row{display:flex!important;flex-wrap:wrap;gap:18px!important;align-items:flex-start}.popup-overlay #popup-price-wrap,.popup-overlay #popup-pv-wrap,.popup-overlay #popup-value-wrap{flex:1 1 90px;min-width:90px}.popup-overlay #popup-pv .popup-pv-positive,.popup-pv-positive{color:#16a34a!important;font-weight:700}.popup-overlay #popup-pv .popup-pv-negative,.popup-pv-negative{color:#dc2626!important;font-weight:700}.popup-overlay .popup-admin-flex{display:flex!important;flex-wrap:wrap;gap:16px!important;align-items:flex-start}.popup-overlay .popup-admin-flex>.popup-info-item{flex:0 1 calc(25% - 12px)!important;min-width:110px!important;max-width:180px}@media (max-width:600px){.popup-overlay .popup-admin-flex>.popup-info-item{flex:0 1 calc(50% - 8px)!important}}.popup-overlay .popup-admin-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px 20px!important;align-items:start}.popup-overlay .popup-admin-grid>.popup-info-item{flex:none!important;max-width:none!important;min-width:0!important;margin:0!important}.popup-overlay .popup-item-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:20px!important;align-items:center}.popup-overlay .popup-item-grid .popup-item-photo-btn{justify-self:end}.popup-overlay .popup-financial-grid{display:grid!important;grid-template-columns:1fr 1fr 1fr!important;gap:20px!important;margin-bottom:10px;align-items:start}.popup-overlay .popup-financial-grid>.popup-info-item{flex:none!important;max-width:none!important;min-width:0!important;margin:0!important;text-align:left}.popup-overlay .popup-financial-grid>#popup-value-wrap{text-align:center}.popup-overlay .popup-financial-grid>#popup-pv-wrap{text-align:right}@media (max-width:600px){.popup-overlay .popup-admin-grid,.popup-overlay .popup-item-grid{grid-template-columns:1fr 1fr!important;gap:8px 12px!important}.popup-overlay .popup-admin-grid .popup-info-item strong,.popup-overlay .popup-item-grid .popup-info-item strong{font-size:10px!important}.popup-overlay #popup-card-type,.popup-overlay #popup-item-text,.popup-overlay #popup-pca,.popup-overlay #popup-platform,.popup-overlay #popup-price,.popup-overlay #popup-pv,.popup-overlay #popup-value{font-size:13px!important}.popup-overlay .popup-item-grid .popup-item-photo-btn{justify-self:start!important}}.popup-overlay .popup-meta-block{padding-left:0!important;padding-right:0!important}.popup-overlay .popup-meta-section{padding-left:0!important;padding-right:0!important}.popup-overlay .popup-meta-divider{margin-left:0!important;margin-right:0!important}.popup-overlay .popup-meta-title{padding:0 14px}.popup-overlay .popup-item-grid,.popup-overlay .popup-same-row{padding:0 14px}.popup-overlay .popup-admin-section{padding-left:0!important;padding-right:0!important}.popup-overlay .popup-admin-section h4{padding:0 14px}.popup-overlay .popup-admin-grid{padding:0 14px}.popup-overlay .popup-admin-edit{padding:14px!important;margin:0 14px}.popup-overlay .popup-admin-grid,.popup-overlay .popup-admin-section h4,.popup-overlay .popup-item-grid,.popup-overlay .popup-meta-title,.popup-overlay .popup-same-row{padding-left:0!important;padding-right:0!important}.popup-overlay .popup-admin-edit{margin-left:0!important;margin-right:0!important}.popup-overlay .popup-admin-section,.popup-overlay .popup-meta-block{padding-left:0!important;padding-right:0!important}.popup-overlay .popup-admin-section,.popup-overlay .popup-info-grid,.popup-overlay .popup-meta-block{padding-left:14px!important;padding-right:14px!important}.popup-overlay .popup-admin-grid,.popup-overlay .popup-item-grid{padding:0!important}.popup-overlay .popup-item-inner,:root.dark-mode .popup-overlay .popup-item-inner,:root:not(.dark-mode) .popup-overlay .popup-item-inner{box-shadow:none!important;background:0 0!important;border:none!important;padding:0!important;border-radius:0!important}.popup-overlay .popup-admin-grid,.popup-overlay .popup-admin-section,.popup-overlay .popup-admin-section>h4,.popup-overlay .popup-info-grid,.popup-overlay .popup-item-grid,.popup-overlay .popup-meta-block,.popup-overlay .popup-meta-title,.popup-overlay .popup-same-row{padding-left:0!important;padding-right:0!important}.popup-overlay .popup-admin-edit{margin:0!important;padding:0!important;background:0 0!important;border:none!important;box-shadow:none!important;border-radius:0!important}@media (max-width:600px){.popup-overlay .popup-header{padding:14px 16px 12px 16px!important}.popup-overlay .popup-box::before{margin-top:6px;top:6px;opacity:.5}.popup-overlay .popup-top-actions{top:14px!important;right:10px!important}.popup-overlay .popup-body{padding-top:10px!important}}.popup-overlay .popup-item-grid .popup-item-photo-btn{justify-self:start!important}.popup-overlay .popup-admin-section>h4,.popup-overlay .popup-meta-title{padding-left:14px!important}@media (max-width:600px){.popup-overlay .popup-header{padding-top:18px!important}.popup-overlay .popup-box::before{top:8px!important;margin-top:0!important}.popup-overlay .popup-box{padding-top:0!important}}@media (max-width:600px){.popup-overlay .popup-header{align-items:flex-start!important;min-height:0!important;padding-top:24px!important}.popup-overlay .popup-box::before{top:10px!important}.popup-overlay .popup-top-actions{top:20px!important}}.popup-overlay .popup-admin-grid,.popup-overlay .popup-item-grid,.popup-overlay .popup-same-row{padding-left:14px!important;padding-right:14px!important}.popup-overlay .popup-cote-clickable{cursor:pointer;border-radius:4px;padding:0!important;margin:0!important}.popup-cote-stacked{display:flex;flex-direction:column;gap:2px}.popup-cote-stacked .popup-cote-row{display:inline-flex;align-items:center;gap:6px}.popup-overlay .cote-mode-tag{margin-left:4px}.popup-overlay .popup-admin-grid,.popup-overlay .popup-admin-section>h4,.popup-overlay .popup-item-grid,.popup-overlay .popup-meta-title,.popup-overlay .popup-same-row{padding-left:0!important;padding-right:0!important}.popup-overlay .popup-admin-section,.popup-overlay .popup-info-grid,.popup-overlay .popup-meta-block{padding-left:22px!important;padding-right:22px!important}#popup-overlay .cote-mode-tag,#popup-overlay .cote-mode-tag *,.popup-overlay .popup-box span.cote-mode-tag,.popup-overlay .popup-box span.cote-mode-tag *{color:#1a1a2e!important;background:var(--c-yellow,#ffcb05)!important;border:none!important;text-shadow:none!important}#popup-overlay .cote-mode-tag{box-shadow:0 1px 4px rgba(0,0,0,.25)}#popup-history-range{gap:6px;background:var(--c-surface,#fff);padding:6px;border-radius:999px;box-shadow:0 2px 10px rgba(0,0,0,.06)}.dark-mode #popup-history-range{background:rgba(255,255,255,.05);box-shadow:none}#popup-overlay .popup-history-btn{color:var(--c-text2,#555)!important}#popup-overlay .popup-history-btn:hover{color:#1a1a2e!important}#popup-overlay .popup-history-btn.active,#popup-overlay .popup-history-btn.active:hover{color:#1a1a2e!important}.dark-mode #popup-overlay .popup-history-btn{color:rgba(255,255,255,.7)!important}.dark-mode #popup-overlay .popup-history-btn:hover{color:#ffcb05!important}.dark-mode #popup-overlay .popup-history-btn.active,.dark-mode #popup-overlay .popup-history-btn.active:hover{color:#1a1a2e!important}.popup-overlay #popup-card-state,.popup-overlay #popup-card-type,.popup-overlay #popup-date,.popup-overlay #popup-illustrator,.popup-overlay #popup-item-text,.popup-overlay #popup-number,.popup-overlay #popup-owned,.popup-overlay #popup-pca,.popup-overlay #popup-platform,.popup-overlay #popup-price,.popup-overlay #popup-public-price,.popup-overlay #popup-pv,.popup-overlay #popup-series,.popup-overlay #popup-value,.popup-overlay #popup-version{font-family:inherit!important;font-size:14px!important;font-weight:500!important;font-style:normal!important;text-transform:none!important;letter-spacing:normal!important;line-height:1.4!important}:root:not(.dark-mode) .popup-overlay #popup-card-state,:root:not(.dark-mode) .popup-overlay #popup-card-type,:root:not(.dark-mode) .popup-overlay #popup-illustrator,:root:not(.dark-mode) .popup-overlay #popup-item-text,:root:not(.dark-mode) .popup-overlay #popup-owned,:root:not(.dark-mode) .popup-overlay #popup-pca,:root:not(.dark-mode) .popup-overlay #popup-platform,:root:not(.dark-mode) .popup-overlay #popup-price,:root:not(.dark-mode) .popup-overlay #popup-public-price,:root:not(.dark-mode) .popup-overlay #popup-value{color:#1a1a2e!important}:root.dark-mode .popup-overlay #popup-card-state,:root.dark-mode .popup-overlay #popup-card-type,:root.dark-mode .popup-overlay #popup-illustrator,:root.dark-mode .popup-overlay #popup-item-text,:root.dark-mode .popup-overlay #popup-owned,:root.dark-mode .popup-overlay #popup-pca,:root.dark-mode .popup-overlay #popup-platform,:root.dark-mode .popup-overlay #popup-price,:root.dark-mode .popup-overlay #popup-public-price,:root.dark-mode .popup-overlay #popup-value{color:#e0e0e0!important}.popup-overlay #popup-pv .popup-pv-negative,.popup-overlay #popup-pv .popup-pv-positive{font-weight:700!important}.popup-market-links{display:flex;gap:8px;flex-wrap:wrap;margin:0;padding-top:12px}.popup-overlay a:focus-visible,.popup-overlay button:focus-visible{outline-offset:1px!important}html .popup-overlay #popup-item-photo-btn,html .popup-overlay .btn-save,html .popup-overlay .pae-cancel,html .popup-overlay .pae-delete-instance,html .popup-overlay .pae-save,html .popup-overlay .popup-instance-add,html .popup-overlay .popup-instance-locked,html .popup-overlay .popup-instance-tab,html .popup-overlay .popup-item-photo-btn,html .popup-overlay .popup-nav-btn{height:34px!important;min-height:34px!important;padding:0 14px!important;box-sizing:border-box!important;background-image:none!important;border-radius:8px!important;font-size:12px!important;font-weight:600!important;font-family:inherit!important;line-height:1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;box-shadow:none!important;transform:none!important;cursor:pointer!important;transition:background .15s,color .15s,border-color .15s,transform .15s,box-shadow .15s!important}html.dark-mode .popup-overlay #popup-item-photo-btn,html.dark-mode .popup-overlay .btn-save,html.dark-mode .popup-overlay .cote-history-mini-btn,html.dark-mode .popup-overlay .pae-cancel,html.dark-mode .popup-overlay .pae-delete-instance,html.dark-mode .popup-overlay .pae-save,html.dark-mode .popup-overlay .popup-instance-add,html.dark-mode .popup-overlay .popup-instance-locked,html.dark-mode .popup-overlay .popup-instance-tab,html.dark-mode .popup-overlay .popup-item-photo-btn,html.dark-mode .popup-overlay .popup-nav-btn{background:rgba(255,255,255,.1)!important;color:#fff!important;border:1px solid rgba(255,255,255,.18)!important}html:not(.dark-mode) .popup-overlay #popup-item-photo-btn,html:not(.dark-mode) .popup-overlay .btn-save,html:not(.dark-mode) .popup-overlay .cote-history-mini-btn,html:not(.dark-mode) .popup-overlay .pae-cancel,html:not(.dark-mode) .popup-overlay .pae-delete-instance,html:not(.dark-mode) .popup-overlay .pae-save,html:not(.dark-mode) .popup-overlay .popup-instance-add,html:not(.dark-mode) .popup-overlay .popup-instance-locked,html:not(.dark-mode) .popup-overlay .popup-instance-tab,html:not(.dark-mode) .popup-overlay .popup-item-photo-btn,html:not(.dark-mode) .popup-overlay .popup-nav-btn{background:rgba(0,0,0,.05)!important;color:#1a1a2e!important;border:1px solid rgba(0,0,0,.18)!important}html .popup-overlay #popup-item-photo-btn:hover,html .popup-overlay .btn-save:hover,html .popup-overlay .cote-history-mini-btn:hover,html .popup-overlay .pae-cancel:hover,html .popup-overlay .pae-delete-instance:hover,html .popup-overlay .pae-save:hover,html .popup-overlay .popup-close:hover,html .popup-overlay .popup-instance-add:hover,html .popup-overlay .popup-instance-locked:hover,html .popup-overlay .popup-instance-tab:hover,html .popup-overlay .popup-item-photo-btn:hover,html .popup-overlay .popup-nav-btn:hover:not(:disabled),html .popup-overlay .popup-share-btn:hover,html .popup-overlay a.popup-share-btn:hover{border-color:rgba(255,203,5,.7)!important;box-shadow:0 0 0 2px rgba(255,203,5,.18),0 0 10px rgba(255,203,5,.3)!important;transform:none!important}html .popup-overlay .popup-close,html .popup-overlay .popup-share-btn,html .popup-overlay a.popup-share-btn{border:1px solid transparent!important;transition:background .15s,color .15s,border-color .15s,box-shadow .15s!important}html .popup-overlay .cote-history-mini-btn.active,html .popup-overlay .popup-instance-tab.active{border-color:rgba(255,203,5,.8)!important;box-shadow:0 0 0 2px rgba(255,203,5,.22),0 0 10px rgba(255,203,5,.3)!important;background-image:none!important}html .popup-overlay #popup-item-photo-btn svg,html .popup-overlay .btn-save svg,html .popup-overlay .pae-cancel svg,html .popup-overlay .pae-save svg,html .popup-overlay .popup-instance-tab svg,html .popup-overlay .popup-item-photo-btn svg,html .popup-overlay .popup-nav-btn svg{stroke:currentColor!important}.popup-overlay .popup-instance-tab.active{background:rgba(255,203,5,.25)!important;color:#ffcb05!important;border-color:rgba(255,203,5,.6)!important;background-image:none!important;box-shadow:none!important;transform:none!important}.popup-overlay .popup-instance-tab.active:hover{background:rgba(255,203,5,.3)!important;border-color:rgba(255,203,5,.7)!important}.popup-overlay .btn-save,.popup-overlay .pae-save{background:rgba(255,203,5,.18)!important;color:#ffcb05!important;border-color:rgba(255,203,5,.4)!important}.popup-overlay .btn-save:hover,.popup-overlay .pae-save:hover{background:rgba(255,203,5,.3)!important;border-color:rgba(255,203,5,.6)!important}.popup-overlay .pae-delete-instance{color:#f87171!important;border-color:rgba(239,68,68,.3)!important;background:rgba(239,68,68,.08)!important}.popup-overlay .pae-delete-instance:hover{background:rgba(239,68,68,.18)!important;color:#f87171!important;border-color:rgba(239,68,68,.5)!important}:root:not(.dark-mode) .popup-overlay .popup-box a:is(#popup-link-market-inline,#popup-link-ebay).col-cm-btn svg{color:#1a1a2e!important;stroke:#1a1a2e!important;fill:none!important;display:inline-block!important;opacity:1!important;vertical-align:middle!important}:root:not(.dark-mode) .popup-overlay .popup-box a:is(#popup-link-market-inline,#popup-link-ebay).col-cm-btn svg *{stroke:#1a1a2e!important}.popup-overlay .popup-admin-head{position:relative;display:block}.popup-overlay .popup-admin-head-title{display:inline-flex;align-items:center;gap:6px}.popup-overlay #popup-admin-edit-icon{position:absolute;top:0;bottom:0;right:0;margin:auto 0}.series-icon{width:24px;height:auto;margin-right:8px;vertical-align:middle;object-fit:contain;display:inline-block;border-radius:0;box-shadow:none}.popup-series-item #popup-series{display:inline-flex;align-items:center}.popup-series-item .series-icon{width:20px;margin-right:6px}.pc-img-wrap{position:relative;overflow:hidden}#popup-soon-ribbon{position:absolute;top:9px;right:-20px;width:76px;transform:rotate(45deg);background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;text-align:center;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.3px;padding:2.5px 0;box-shadow:0 1px 4px rgba(0,0,0,.35);pointer-events:none;z-index:6}#popup-soon-ribbon[hidden]{display:none}@media (max-width:600px){#popup-soon-ribbon{top:8px;right:-19px;width:70px;font-size:7px;padding:1.5px 0}}.pc-zoom-hint{position:absolute;bottom:6px;right:6px;width:26px;height:26px;display:flex;align-items:center;justify-content:center;background:rgba(26,26,46,.72)!important;color:#fff!important;border-radius:50%;pointer-events:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.popup-overlay .pc-zoom-hint svg,:root.dark-mode .popup-overlay .pc-zoom-hint svg,:root:not(.dark-mode) .popup-overlay .pc-zoom-hint svg{width:15px!important;height:15px!important;stroke:#fff!important}.popup-overlay .speciality-img{height:30px;width:auto;max-width:120px;vertical-align:middle;object-fit:contain;border-radius:0;box-shadow:none}@media (max-width:820px){.popup-overlay .popup-box{padding-top:0!important}.popup-overlay .popup-header{position:relative!important;align-items:flex-start!important;padding-top:12px!important;padding-right:16px!important}.popup-overlay .popup-header-info{padding-top:52px!important}.popup-overlay .popup-header #popup-name,.popup-overlay .popup-header-info h2{font-size:24px!important;line-height:1.1!important}.popup-overlay .popup-top-actions{position:absolute!important;top:12px!important;right:12px!important;left:auto!important;flex-direction:row!important;gap:12px!important;z-index:20!important}.popup-overlay .popup-close,.popup-overlay .popup-share-btn{width:36px!important;height:36px!important}}body.pae-not-owned .pae-field-trade{display:none}