.tcg-collection__header { margin-bottom: 1.5rem; }
.tcg-collection__title { font-family: var(--tcg-font-display); font-size: 2rem; margin: 0; }
.tcg-collection__toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.25rem; }
.tcg-collection__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1rem; }
.tcg-collection__sort select { padding: .5rem .75rem; border: 1px solid var(--tcg-border); border-radius: 6px; }
