.han-collection-index-page{display:grid;gap:22px;color:#f8fafc}.han-collection-index-hero{display:grid;grid-template-columns:260px minmax(0,1fr);gap:28px;align-items:center;overflow:hidden}.han-collection-index-hero-media{width:100%;aspect-ratio:1 / 1;border-radius:8px;overflow:hidden;background:#0f172ab8;box-shadow:0 24px 60px #00000052}.han-collection-index-hero-media img,.han-collection-index-cover img{width:100%;height:100%;object-fit:cover;display:block}.han-collection-index-hero-copy{min-width:0}.han-collection-index-eyebrow{display:inline-flex;align-items:center;min-height:26px;padding:4px 10px;margin:0 0 12px;border:1px solid rgba(255,106,140,.45);border-radius:6px;color:#ff9ab0;font-size:12px;font-weight:800;line-height:1.2;text-transform:uppercase}.han-collection-index-hero-copy h1{margin:0;color:#fff;font-size:clamp(30px,5vw,52px);font-weight:900;line-height:1.05}.han-collection-index-hero-copy p:not(.han-collection-index-eyebrow){max-width:780px;margin:14px 0 0;color:#e2e8f0db;font-size:16px;line-height:1.7}.han-collection-index-stats{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.han-collection-index-stats span{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:8px 13px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#0f172a94;color:#f8fafce6;font-size:13px;font-weight:700}.han-collection-index-stats i{color:#ff8ca5}.han-collection-index-panel{padding:18px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#0f172aad}.han-collection-index-toolbar{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:18px}.han-collection-index-search{display:flex;align-items:center;gap:10px;width:min(100%,460px);min-height:44px;padding:6px 6px 6px 14px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#02061757}.han-collection-index-search i{color:#e2e8f0ad}.han-collection-index-search input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:#fff;font-size:14px}.han-collection-index-search input::placeholder{color:#e2e8f094}.han-collection-index-search button,.han-collection-index-view-toggle button{border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff0f;color:#f8fafce6;transition:background .2s ease,border-color .2s ease,color .2s ease}.han-collection-index-search button{min-height:34px;padding:0 15px;font-weight:800}.han-collection-index-search button:hover,.han-collection-index-view-toggle button:hover,.han-collection-index-view-toggle button.is-active{border-color:#ff6a8c8f;background:#ff6a8c29;color:#fff}.han-collection-index-view-toggle{display:inline-flex;gap:6px;padding:5px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#02061747}.han-collection-index-view-toggle button{display:inline-grid;place-items:center;width:36px;height:34px;padding:0}.han-collection-index-list{display:grid;gap:12px}.han-collection-index-list.is-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.han-collection-index-card{position:relative;display:grid;min-width:0;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff0b;color:#fff;text-decoration:none;overflow:hidden;transition:border-color .2s ease,background .2s ease,transform .2s ease}.han-collection-index-card:hover{border-color:#ff6a8c6b;background:#ff6a8c1a;color:#fff;transform:translateY(-2px)}.han-collection-index-list.is-grid .han-collection-index-card{grid-template-rows:auto 1fr}.han-collection-index-cover{display:block;aspect-ratio:16 / 10;background:#0f172aad}.han-collection-index-card-copy{display:grid;gap:5px;min-width:0;padding:13px 42px 14px 14px}.han-collection-index-card-copy strong,.han-collection-index-card-copy small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.han-collection-index-card-copy strong{font-size:15px;font-weight:850}.han-collection-index-card-copy small{color:#e2e8f0b3;font-size:13px}.han-collection-index-card>i{position:absolute;right:14px;bottom:17px;display:inline-grid;place-items:center;width:28px;height:28px;border-radius:999px;background:#ffffff14;color:#f8fafcd1}.han-collection-index-list.is-row .han-collection-index-card{grid-template-columns:96px minmax(0,1fr) 38px;align-items:center;min-height:98px}.han-collection-index-list.is-row .han-collection-index-cover{width:96px;height:96px;aspect-ratio:auto}.han-collection-index-list.is-row .han-collection-index-card-copy{padding:12px 10px 12px 16px}.han-collection-index-list.is-row .han-collection-index-card>i{position:static;margin-right:14px}.han-collection-index-empty{padding:26px;border:1px dashed rgba(255,255,255,.16);border-radius:8px;color:#e2e8f0bf;text-align:center}.han-collection-index-pagination{display:flex;justify-content:center;margin-top:20px}.han-collection-index-pagination .pagination{gap:6px;margin:0}.han-collection-index-pagination .page-link{border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff0f;color:#f8fafcd1}.han-collection-index-pagination .page-item.active .page-link,.han-collection-index-pagination .page-link:hover{border-color:#ff6a8c94;background:#ff6a8c2e;color:#fff}.han-collection-index-pagination .page-item.disabled .page-link{border-color:#ffffff14;background:#ffffff08;color:#e2e8f057}@media (max-width: 1180px){.han-collection-index-list.is-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 860px){.han-collection-index-hero{grid-template-columns:1fr;gap:18px;padding:4px 0 2px}.han-collection-index-hero-media{max-width:260px}.han-collection-index-toolbar{align-items:stretch;flex-direction:column}.han-collection-index-search{width:100%}.han-collection-index-view-toggle{align-self:flex-end}.han-collection-index-list.is-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.han-collection-index-view-toggle{display:none}.han-collection-index-list.is-grid,.han-collection-index-list.is-row{grid-template-columns:1fr}.han-collection-index-list.is-grid .han-collection-index-card,.han-collection-index-list.is-row .han-collection-index-card{grid-template-columns:72px minmax(0,1fr) 34px;grid-template-rows:none;align-items:center;min-height:74px}.han-collection-index-list.is-grid .han-collection-index-cover,.han-collection-index-list.is-row .han-collection-index-cover{width:72px;height:72px;aspect-ratio:auto}.han-collection-index-list.is-grid .han-collection-index-card-copy,.han-collection-index-list.is-row .han-collection-index-card-copy{padding:10px 6px 10px 12px}.han-collection-index-list.is-grid .han-collection-index-card>i,.han-collection-index-list.is-row .han-collection-index-card>i{position:static;width:26px;height:26px;margin-right:8px}}@media (max-width: 560px){.han-collection-index-page{gap:16px}.han-collection-index-hero{gap:14px}.han-collection-index-hero-media{width:168px;max-width:52vw}.han-collection-index-eyebrow{min-height:24px;margin-bottom:10px;font-size:11px}.han-collection-index-hero-copy h1{font-size:clamp(26px,9vw,34px);line-height:1.12}.han-collection-index-hero-copy p:not(.han-collection-index-eyebrow){margin-top:10px;font-size:14px;line-height:1.55}.han-collection-index-stats{gap:8px;margin-top:14px}.han-collection-index-stats span{min-height:34px;padding:7px 10px;font-size:12px}.han-collection-index-panel{padding:12px}.han-collection-index-toolbar{gap:10px;margin-bottom:12px}.han-collection-index-search{min-height:42px;padding-left:12px}.han-collection-index-search button{min-height:32px;padding:0 12px}.han-collection-index-list.is-grid{grid-template-columns:1fr}.han-collection-index-list.is-grid .han-collection-index-card{grid-template-columns:72px minmax(0,1fr) 34px;grid-template-rows:none;align-items:center;min-height:74px}.han-collection-index-list.is-grid .han-collection-index-cover{width:72px;height:72px;aspect-ratio:auto}.han-collection-index-list.is-grid .han-collection-index-card-copy{padding:10px 6px 10px 12px}.han-collection-index-list.is-grid .han-collection-index-card>i{position:static;width:26px;height:26px;margin-right:8px}.han-collection-index-list.is-row .han-collection-index-card{grid-template-columns:72px minmax(0,1fr) 34px;min-height:74px}.han-collection-index-list.is-row .han-collection-index-cover{width:72px;height:72px}.han-collection-index-card-copy strong{font-size:14px}.han-collection-index-card-copy small{font-size:12px}.han-collection-index-pagination .pagination{flex-wrap:wrap;justify-content:center}.han-collection-index-pagination .page-link{padding:6px 10px;font-size:12px}}
