.tcgdex-collections-wrapper{max-width:1200px;margin:0 auto;padding:1rem}.tcgdex-series-title{font-size:1.5rem;margin:2rem 0 .5rem;color:var(--text-light);display:flex;align-items:center;gap:.5rem}.tcgdex-series-title:before{content:"";width:8px;height:8px;background:var(--primary-color);border-radius:50%}.tcgdex-series-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.tcgdex-set-card{background:linear-gradient(to bottom right,var(--card-bg),var(--card-bg-alt));border:1px solid var(--border-color);border-radius:8px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .2s ease,box-shadow .2s ease}.tcgdex-set-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgba(0,0,0,.3)}.tcgdex-set-image{position:relative;width:100%;padding-top:100%;background:rgba(0,0,0,.03);display:flex;align-items:center;justify-content:center}.tcgdex-set-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;padding:1rem}.tcgdex-set-info{padding:.5rem .75rem .75rem}.tcgdex-set-series{color:var(--primary-color);font-size:.75rem;margin-bottom:.25rem}.tcgdex-set-name{color:var(--text-light);font-size:1rem;margin:0;margin-bottom:.25rem;font-weight:600}.tcgdex-set-meta{display:flex;justify-content:space-between;font-size:.75rem;color:var(--text-muted)}.tcgdex-collection-wrapper{max-width:1200px;margin:0 auto;padding:1rem}.tcgdex-collection-header{display:flex;gap:1rem;align-items:center;margin-bottom:1rem;padding:1rem;background:var(--card-bg-alt);border:1px solid var(--border-color);border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.tcgdex-collection-logo img{width:120px;height:auto;object-fit:contain;background:rgba(0,0,0,.02);border-radius:6px;padding:.5rem}.tcgdex-collection-meta{flex:1}.tcgdex-collection-series{color:var(--primary-color);font-size:.85rem;margin:0}.tcgdex-collection-name{color:var(--text-light);font-size:1.75rem;margin:.25rem 0;font-weight:700}.tcgdex-collection-stats{display:flex;flex-wrap:wrap;gap:.5rem;font-size:.9rem;color:var(--text-light)}.tcgdex-collection-stats .tcgdex-stat{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:var(--card-bg);border:1px solid var(--border-color);border-radius:6px;color:var(--text-light);font-size:.8rem;white-space:nowrap}.tcgdex-collection-stats .tcgdex-card-count::before{content:"🃏";margin-right:.25rem}.tcgdex-collection-stats .tcgdex-release-date::before{content:"📅";margin-right:.25rem}.tcgdex-collection-stats .tcgdex-code{background:var(--secondary-color);color:#fff}.tcgdex-collection-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;padding:.75rem;background:var(--card-bg);border:1px solid var(--border-color);border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.tcgdex-collection-filters input,.tcgdex-collection-filters select{flex:1 1 220px;padding:.6rem .75rem;border-radius:6px;border:1px solid var(--border-color);background:#fff;color:var(--text-light);font-size:.9rem;transition:border-color .2s ease}.tcgdex-collection-filters input{flex:2 1 350px}.tcgdex-collection-filters input:focus,.tcgdex-collection-filters select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(1,117,208,.18)}.tcgdex-collection-filters select option{padding:.3rem .5rem}.tcgdex-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.tcgdex-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:6px;padding:.5rem;text-align:center;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.tcgdex-card:hover{transform:translateY(-3px);box-shadow:0 4px 10px rgba(0,0,0,.3)}.tcgdex-card img{width:100%;height:auto;margin-bottom:.25rem;object-fit:contain}.tcgdex-card-number{color:var(--text-muted);font-size:.75rem;margin-bottom:.1rem}.tcgdex-card-name{color:var(--text-light);font-size:.85rem;line-height:1.2}.tcgdex-pagination{margin-top:1rem;display:flex;gap:.5rem;justify-content:center}.tcgdex-pagination button{padding:.5rem .75rem;border:none;border-radius:4px;background:#2e2e4a;color:var(--text-light);cursor:pointer;font-size:.875rem}.tcgdex-pagination button:hover{background:#3c3c5c}.tcgdex-pagination button.active{background:var(--primary-color);color:#fff}.tcgdex-set-card a{text-decoration:none;color:inherit;display:block}.tcgdex-set-card a:hover{text-decoration:none}.tcgdex-collection-description{margin-top:.5rem;font-size:.9rem;color:var(--text-muted);line-height:1.4}.tcgdex-hydration-status{margin:12px 0;padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;font-size:14px}.tcgdex-no-results{grid-column:1/-1;margin:20px 0}.tcgdex-collections-topbar{margin:2rem 0 1rem}.tcgdex-main-collections-title{margin-top:0}.tcgdex-collections-searchbar{display:grid;grid-template-columns:minmax(260px,1fr);gap:10px;align-items:center;margin:12px 0 20px;padding:12px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 2px 8px rgba(15,23,42,.05)}.tcgdex-collections-searchbar input,.tcgdex-collections-searchbar button{min-height:42px;border-radius:8px;font-size:14px}.tcgdex-collections-searchbar input{border:1px solid #d8dee8;padding:0 12px;color:#1f2937;background:#fff}.tcgdex-collections-searchbar input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(1,117,208,.14)}.tcgdex-collections-searchbar button,.tcgdex-general-search-button{border:none;background:#0175d0!important;color:#fff!important;cursor:pointer;font-weight:700;text-decoration:none!important}.tcgdex-collections-searchbar button{padding:0 16px}.tcgdex-collections-searchbar button:hover,.tcgdex-general-search-button:hover{background:#005ca8!important}.tcgdex-series-subtitle{margin:24px 0 12px;font-size:1.15rem;color:#111827;font-weight:800}.tcgdex-set-series,.tcgdex-collection-series,.tcgdex-modal-body .card-info strong{color:#0175d0!important}.tcgdex-set-name a,.tcgdex-set-name,.tcgdex-set-card a{text-decoration:none!important}.tcgdex-set-card a:hover .tcgdex-set-name{color:#0175d0}.tcgdex-collection-actions{margin-top:14px}.tcgdex-general-search-button{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;box-shadow:0 8px 18px rgba(1,117,208,.18)}@media (max-width:720px){.tcgdex-collections-searchbar{grid-template-columns:1fr}}#tcgdex-collections-grid-root{min-height:120px}#tcgdex-collections-search{width:100%}.tcgdex-collections-searchbar button,#tcgdex-collections-year,#tcgdex-collections-clear{display:none!important}