.collection-module__Z573FG__header{margin-bottom:36px}.collection-module__Z573FG__headerTop{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.collection-module__Z573FG__backLink{color:#8b5cf6;font-size:14px;text-decoration:none;transition:color .2s;display:inline-block}.collection-module__Z573FG__backLink:hover{color:#c4b5fd}.collection-module__Z573FG__title{background:linear-gradient(135deg,#fff,#c4b5fd);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 6px;font-size:36px;font-weight:800}.collection-module__Z573FG__subtitle{color:#94a3b8;margin:0;font-size:14px}.collection-module__Z573FG__refreshButton{color:#c4b5fd;cursor:pointer;background:#8b5cf614;border:1px solid #8b5cf640;border-radius:10px;justify-content:center;align-items:center;padding:10px 18px;font-size:13px;font-weight:700;transition:all .2s;display:inline-flex}.collection-module__Z573FG__refreshButton:hover:not(:disabled){background:#8b5cf624;border-color:#8b5cf666}.collection-module__Z573FG__refreshButton:disabled{opacity:.6;cursor:wait}.collection-module__Z573FG__noticeCard{background:#8b5cf614;border:1px solid #8b5cf633;border-radius:16px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;padding:18px 20px;display:flex}.collection-module__Z573FG__noticeContent{flex:1}.collection-module__Z573FG__noticeTitle{color:#e2e8f0;margin:0 0 6px;font-size:16px;font-weight:700}.collection-module__Z573FG__noticeText{color:#94a3b8;margin:0;font-size:14px;line-height:1.6}.collection-module__Z573FG__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;display:grid}.collection-module__Z573FG__card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#141428b3;border:1px solid #8b5cf626;border-radius:16px;transition:all .3s;overflow:hidden}.collection-module__Z573FG__card:hover{border-color:#8b5cf666;transform:translateY(-4px);box-shadow:0 12px 32px #0006,0 0 24px #8b5cf61a}.collection-module__Z573FG__imageWrap{aspect-ratio:1;background:#0f0f1e80;overflow:hidden}.collection-module__Z573FG__nftImage{object-fit:cover;width:100%;height:100%;transition:transform .3s}.collection-module__Z573FG__card:hover .collection-module__Z573FG__nftImage{transform:scale(1.05)}.collection-module__Z573FG__noImage{color:#475569;justify-content:center;align-items:center;width:100%;height:100%;font-size:14px;display:flex}.collection-module__Z573FG__cardBody{padding:16px}.collection-module__Z573FG__tokenId{color:#8b5cf6;margin-bottom:4px;font-size:12px;font-weight:600}.collection-module__Z573FG__nftName{color:#e2e8f0;white-space:nowrap;text-overflow:ellipsis;margin:0 0 6px;font-size:16px;font-weight:700;overflow:hidden}.collection-module__Z573FG__nftDesc{color:#94a3b8;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 12px;font-size:13px;display:-webkit-box;overflow:hidden}.collection-module__Z573FG__etherscanLink{color:#64748b;border:1px solid #64748b4d;border-radius:6px;padding:4px 10px;font-size:12px;text-decoration:none;transition:all .2s;display:inline-block}.collection-module__Z573FG__etherscanLink:hover{color:#8b5cf6;border-color:#8b5cf666}.collection-module__Z573FG__emptyState{text-align:center;padding:80px 24px}.collection-module__Z573FG__emptyIcon{margin-bottom:20px;font-size:56px}.collection-module__Z573FG__emptyState h2{color:#e2e8f0;margin:0 0 10px;font-size:24px;font-weight:700}.collection-module__Z573FG__emptyState p{color:#94a3b8;max-width:400px;margin:0 auto 24px;font-size:15px}.collection-module__Z573FG__connectBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b5cf6,#6d28d9);border:none;border-radius:12px;padding:14px 32px;font-size:15px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.collection-module__Z573FG__emptyActions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.collection-module__Z573FG__connectBtn:hover{background:linear-gradient(135deg,#7c3aed,#5b21b6);transform:translateY(-1px);box-shadow:0 4px 20px #8b5cf666}.collection-module__Z573FG__skeletonGrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;display:grid}.collection-module__Z573FG__skeletonCard{background:#14142880;border:1px solid #8b5cf61a;border-radius:16px;overflow:hidden}.collection-module__Z573FG__skeletonImage{aspect-ratio:1;background:linear-gradient(90deg,#1e1e3c80 25%,#32325080 50%,#1e1e3c80 75%) 0 0/200% 100%;animation:1.5s infinite collection-module__Z573FG__shimmer}.collection-module__Z573FG__skeletonText{background:linear-gradient(90deg,#1e1e3c80 25%,#32325080 50%,#1e1e3c80 75%) 0 0/200% 100%;border-radius:8px;height:16px;margin:16px 16px 8px;animation:1.5s infinite collection-module__Z573FG__shimmer}.collection-module__Z573FG__skeletonTextShort{background:linear-gradient(90deg,#1e1e3c80 25%,#32325080 50%,#1e1e3c80 75%) 0 0/200% 100%;border-radius:6px;width:60%;height:12px;margin:0 16px 16px;animation:1.5s infinite collection-module__Z573FG__shimmer}@keyframes collection-module__Z573FG__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:640px){.collection-module__Z573FG__title{font-size:28px}.collection-module__Z573FG__headerTop,.collection-module__Z573FG__noticeCard{flex-direction:column;align-items:flex-start}.collection-module__Z573FG__refreshButton{width:100%}.collection-module__Z573FG__grid,.collection-module__Z573FG__skeletonGrid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}}
