.explore-module__8HEYta__explorePage{min-height:100vh;padding:var(--spacing-24)0 var(--spacing-16)}.explore-module__8HEYta__container{max-width:1200px;padding:0 var(--spacing-6);margin:0 auto}.explore-module__8HEYta__hero{text-align:center;margin-bottom:var(--spacing-12)}.explore-module__8HEYta__hero h1{margin-bottom:var(--spacing-3);background:linear-gradient(135deg,hsl(var(--foreground))0%,hsl(var(--primary))100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700}.explore-module__8HEYta__heroSubtitle{color:hsl(var(--foreground)/.6);max-width:560px;margin:0 auto;font-size:clamp(1rem,2.5vw,1.2rem);line-height:1.6}.explore-module__8HEYta__featured{margin-bottom:var(--spacing-10)}.explore-module__8HEYta__featuredBadge{color:#f59e0b;margin-bottom:var(--spacing-3);align-items:center;gap:6px;font-size:.75rem;font-weight:600;display:inline-flex}.explore-module__8HEYta__featuredCard{align-items:center;gap:var(--spacing-6);padding:var(--spacing-6);background:linear-gradient(135deg,hsl(var(--surface))0%,hsl(var(--surface-highlight))100%);border-radius:var(--radius-lg);color:inherit;border:1px solid #f59e0b26;text-decoration:none;transition:border-color .2s,transform .2s;animation:.4s ease-out both explore-module__8HEYta__cardArrive;display:flex}.explore-module__8HEYta__featuredCard:hover{border-color:#f59e0b59;transform:translateY(-2px)}.explore-module__8HEYta__featuredCard:active{transition-duration:.1s;transform:scale(.98)}.explore-module__8HEYta__featuredContent{flex:1;min-width:0}.explore-module__8HEYta__featuredTitle{color:hsl(var(--foreground));margin-bottom:var(--spacing-2);font-size:1.15rem;font-weight:700;line-height:1.3}.explore-module__8HEYta__featuredDesc{color:hsl(var(--foreground)/.55);margin-bottom:var(--spacing-3);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.85rem;line-height:1.55;display:-webkit-box;overflow:hidden}.explore-module__8HEYta__featuredMeta{color:hsl(var(--foreground)/.4);align-items:center;gap:8px;font-size:.78rem;display:flex}.explore-module__8HEYta__featuredAvatar{object-fit:cover;border-radius:50%;width:20px;height:20px}.explore-module__8HEYta__featuredAvatarFallback{background:linear-gradient(135deg,#f59e0b,#f97316);border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.explore-module__8HEYta__featuredAvatarFallback svg{color:#fff;width:12px;height:12px}.explore-module__8HEYta__featuredDot{background:hsl(var(--foreground)/.2);border-radius:50%;width:3px;height:3px}.explore-module__8HEYta__featuredCta{padding:var(--spacing-3)var(--spacing-5);border-radius:var(--radius-full);color:#fff;font-size:.9rem;font-weight:600;font-family:var(--font-sans),sans-serif;cursor:pointer;white-space:nowrap;background:linear-gradient(90deg,#f59e0b,#f97316);border:none;flex-shrink:0;align-items:center;gap:8px;transition:opacity .2s;display:inline-flex}.explore-module__8HEYta__featuredCta:hover{opacity:.9}@media (max-width:640px){.explore-module__8HEYta__featuredCard{flex-direction:column}.explore-module__8HEYta__featuredCta{justify-content:center;width:100%}}.explore-module__8HEYta__searchBar{max-width:560px;margin:var(--spacing-8)auto var(--spacing-10);position:relative}.explore-module__8HEYta__searchIcon{left:var(--spacing-4);color:hsl(var(--foreground)/.4);pointer-events:none;width:18px;height:18px;position:absolute;top:50%;transform:translateY(-50%)}.explore-module__8HEYta__searchInput{width:100%;padding:var(--spacing-3)44px var(--spacing-3)48px;border-radius:var(--radius-full);border:1px solid hsl(var(--border));background:hsl(var(--surface));color:hsl(var(--foreground));font-size:.95rem;font-family:var(--font-sans),sans-serif;outline:none;transition:border-color .2s,box-shadow .2s}.explore-module__8HEYta__searchInput::placeholder{color:hsl(var(--foreground)/.35)}.explore-module__8HEYta__searchInput:focus{border-color:hsl(var(--primary)/.5);box-shadow:0 0 0 3px hsl(var(--primary)/.1)}.explore-module__8HEYta__searchClear{background:hsl(var(--foreground)/.08);width:24px;height:24px;color:hsl(var(--foreground)/.4);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,color .15s,transform .15s;animation:.15s ease-out explore-module__8HEYta__clearFadeIn;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.explore-module__8HEYta__searchClear svg{width:13px;height:13px}.explore-module__8HEYta__searchClear:hover{background:hsl(var(--foreground)/.15);color:hsl(var(--foreground)/.7)}.explore-module__8HEYta__searchClear:active{transform:translateY(-50%)scale(.85)}@keyframes explore-module__8HEYta__clearFadeIn{0%{opacity:0;transform:translateY(-50%)scale(.7)}to{opacity:1;transform:translateY(-50%)scale(1)}}.explore-module__8HEYta__filtersRow{justify-content:space-between;align-items:center;gap:var(--spacing-4);margin-bottom:var(--spacing-8);flex-wrap:wrap;display:flex}.explore-module__8HEYta__categories{gap:var(--spacing-2);flex-wrap:wrap;display:flex}.explore-module__8HEYta__categoryChip{padding:var(--spacing-2)var(--spacing-4);border-radius:var(--radius-full);background:hsl(var(--surface-highlight));color:hsl(var(--foreground)/.65);font-size:.8rem;font-family:var(--font-sans),sans-serif;cursor:pointer;white-space:nowrap;border:none;transition:all .2s}.explore-module__8HEYta__categoryChip:hover{background:hsl(var(--primary)/.1);color:hsl(var(--primary))}.explore-module__8HEYta__categoryChipActive{background:hsl(var(--primary)/.15);color:hsl(var(--primary));font-weight:600}.explore-module__8HEYta__sortSelect{padding:var(--spacing-2)var(--spacing-3);border-radius:var(--radius-md);border:1px solid hsl(var(--border));background:hsl(var(--surface));color:hsl(var(--foreground)/.7);font-size:.8rem;font-family:var(--font-sans),sans-serif;cursor:pointer;outline:none;min-width:140px}.explore-module__8HEYta__sortSelect:focus{border-color:hsl(var(--primary)/.5)}.explore-module__8HEYta__creatorMatches{margin-bottom:var(--spacing-6);animation:.4s ease-out both explore-module__8HEYta__cardArrive}.explore-module__8HEYta__creatorMatchLabel{text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--foreground)/.35);margin-bottom:var(--spacing-3);font-size:.7rem;font-weight:600;display:block}.explore-module__8HEYta__creatorMatchList{gap:var(--spacing-3);padding-bottom:var(--spacing-2);display:flex;overflow-x:auto}.explore-module__8HEYta__creatorMatchCard{align-items:center;gap:var(--spacing-3);padding:var(--spacing-3)var(--spacing-4);background:hsl(var(--surface));border:1px solid hsl(var(--border));border-radius:var(--radius-lg);color:inherit;flex-shrink:0;min-width:260px;max-width:340px;text-decoration:none;transition:border-color .2s,transform .2s;display:flex}.explore-module__8HEYta__creatorMatchCard:hover{border-color:hsl(var(--primary)/.3);transform:translateY(-1px)}.explore-module__8HEYta__creatorMatchCard:active{transition-duration:.1s;transform:scale(.98)}.explore-module__8HEYta__creatorMatchAvatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:36px;height:36px}.explore-module__8HEYta__creatorMatchAvatarFallback{background:linear-gradient(135deg,#f59e0b,#f97316);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.explore-module__8HEYta__creatorMatchAvatarFallback svg{color:#fff;width:18px;height:18px}.explore-module__8HEYta__creatorMatchInfo{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.explore-module__8HEYta__creatorMatchName{color:hsl(var(--foreground));white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:600;overflow:hidden}.explore-module__8HEYta__creatorMatchHeadline{color:hsl(var(--foreground)/.45);white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;overflow:hidden}.explore-module__8HEYta__creatorMatchStats{color:hsl(var(--foreground)/.35);align-items:center;gap:6px;font-size:.68rem;display:flex}.explore-module__8HEYta__creatorMatchDot{background:hsl(var(--foreground)/.2);border-radius:50%;width:3px;height:3px}.explore-module__8HEYta__creatorMatchArrow{width:16px;height:16px;color:hsl(var(--foreground)/.25);flex-shrink:0;transition:color .2s}.explore-module__8HEYta__creatorMatchCardActive{border-color:hsl(var(--primary)/.4);background:hsl(var(--primary)/.04)}.explore-module__8HEYta__creatorMatchLeft{align-items:center;gap:var(--spacing-3);min-width:0;color:inherit;flex:1;text-decoration:none;display:flex}.explore-module__8HEYta__creatorShowPlansBtn{border-radius:var(--radius-full);border:1px solid hsl(var(--border));color:hsl(var(--foreground)/.45);font-size:.68rem;font-weight:600;font-family:var(--font-sans),sans-serif;cursor:pointer;white-space:nowrap;background:0 0;flex-shrink:0;align-items:center;gap:4px;padding:4px 10px;transition:all .2s;display:flex}.explore-module__8HEYta__creatorShowPlansBtn svg{width:12px;height:12px}.explore-module__8HEYta__creatorShowPlansBtn:hover{border-color:hsl(var(--primary)/.4);color:hsl(var(--primary));background:hsl(var(--primary)/.05)}.explore-module__8HEYta__creatorShowPlansBtnActive{border-color:hsl(var(--primary)/.4);color:hsl(var(--primary));background:hsl(var(--primary)/.08)}.explore-module__8HEYta__creatorPlansHeader{margin-bottom:var(--spacing-4);padding-bottom:var(--spacing-3);border-bottom:1px solid hsl(var(--border));justify-content:space-between;align-items:center;animation:.3s ease-out both explore-module__8HEYta__cardArrive;display:flex}.explore-module__8HEYta__creatorPlansTitle{color:hsl(var(--foreground)/.7);font-size:.9rem;font-weight:600}.explore-module__8HEYta__creatorPlansClear{color:hsl(var(--foreground)/.4);font-size:.78rem;font-family:var(--font-sans),sans-serif;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0;transition:color .2s;display:inline-flex}.explore-module__8HEYta__creatorPlansClear:hover{color:hsl(var(--primary))}.explore-module__8HEYta__creatorPlansClear svg{width:14px;height:14px}.explore-module__8HEYta__grid{gap:var(--spacing-6);grid-template-columns:repeat(3,1fr);display:grid}@media (max-width:900px){.explore-module__8HEYta__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:580px){.explore-module__8HEYta__grid{grid-template-columns:1fr}}.explore-module__8HEYta__card{background:hsl(var(--surface));border:1px solid hsl(var(--border));border-radius:var(--radius-lg);padding:var(--spacing-6);gap:var(--spacing-3);cursor:pointer;color:inherit;flex-direction:column;text-decoration:none;transition:border-color .2s,transform .2s,box-shadow .2s;animation:.4s ease-out both explore-module__8HEYta__cardArrive;display:flex}.explore-module__8HEYta__card:first-child{animation-delay:0s}.explore-module__8HEYta__card:nth-child(2){animation-delay:50ms}.explore-module__8HEYta__card:nth-child(3){animation-delay:.1s}.explore-module__8HEYta__card:nth-child(4){animation-delay:.12s}.explore-module__8HEYta__card:nth-child(5){animation-delay:.14s}.explore-module__8HEYta__card:nth-child(6){animation-delay:.16s}.explore-module__8HEYta__card:nth-child(7){animation-delay:.18s}.explore-module__8HEYta__card:nth-child(8){animation-delay:.2s}.explore-module__8HEYta__card:nth-child(9){animation-delay:.22s}.explore-module__8HEYta__card:nth-child(n+10){animation-delay:.25s}@keyframes explore-module__8HEYta__cardArrive{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.explore-module__8HEYta__card:hover{border-color:hsl(var(--primary)/.3);box-shadow:0 8px 24px hsl(var(--primary)/.06);transform:translateY(-2px)}.explore-module__8HEYta__card:active{box-shadow:none;transition-duration:.1s;transform:scale(.97)}.explore-module__8HEYta__cardTitle{color:hsl(var(--foreground));-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1.05rem;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.explore-module__8HEYta__cardDescription{color:hsl(var(--foreground)/.55);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.85rem;line-height:1.55;display:-webkit-box;overflow:hidden}.explore-module__8HEYta__cardMeta{align-items:center;gap:var(--spacing-2);flex-wrap:wrap;margin-top:auto;display:flex}.explore-module__8HEYta__cardCategory{text-transform:uppercase;letter-spacing:.04em;color:hsl(var(--primary));background:hsl(var(--primary)/.1);border-radius:var(--radius-full);padding:2px 8px;font-size:.7rem;font-weight:600}.explore-module__8HEYta__cardTag{color:hsl(var(--foreground)/.45);background:hsl(var(--surface-highlight));border-radius:var(--radius-full);padding:2px 8px;font-size:.7rem}.explore-module__8HEYta__cardFooter{gap:var(--spacing-3);padding-top:var(--spacing-3);border-top:1px solid hsl(var(--border));flex-direction:column;margin-top:auto;display:flex}.explore-module__8HEYta__cardAuthor{color:hsl(var(--foreground)/.55);align-items:center;gap:8px;min-width:0;font-size:.8rem;display:flex}.explore-module__8HEYta__authorAvatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:22px;height:22px}.explore-module__8HEYta__authorAvatarFallback{background:linear-gradient(135deg,#f59e0b,#f97316);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.explore-module__8HEYta__authorAvatarFallback svg{color:#fff;opacity:.9;width:13px;height:13px}.explore-module__8HEYta__authorName{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.explore-module__8HEYta__cardStats{align-items:center;gap:var(--spacing-4);display:flex}.explore-module__8HEYta__stat{color:hsl(var(--foreground)/.4);align-items:center;gap:4px;font-size:.75rem;display:flex}.explore-module__8HEYta__stat svg{width:14px;height:14px}.explore-module__8HEYta__likeBtn{cursor:pointer;background:0 0;border:none;padding:0;transition:color .2s,transform .15s}.explore-module__8HEYta__likeBtn:hover{color:#f87171}.explore-module__8HEYta__likeBtn:active{transform:scale(1.2)}.explore-module__8HEYta__likeBtnActive{color:#f87171!important}.explore-module__8HEYta__cardShare{border:1px solid hsl(var(--border));width:30px;height:30px;color:hsl(var(--foreground)/.35);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;transition:all .2s;display:flex}.explore-module__8HEYta__cardShare:hover{border-color:hsl(var(--primary)/.4);color:hsl(var(--primary));background:hsl(var(--primary)/.05)}.explore-module__8HEYta__cardShare svg{width:14px;height:14px}.explore-module__8HEYta__cardRemix{border-radius:var(--radius-full);color:#fff;font-size:.75rem;font-weight:600;font-family:var(--font-sans),sans-serif;cursor:pointer;white-space:nowrap;background:linear-gradient(90deg,#f59e0b,#f97316);border:none;align-items:center;gap:6px;padding:6px 14px;transition:opacity .2s,transform .15s;display:inline-flex}.explore-module__8HEYta__cardRemix:hover{opacity:.9;transform:translateY(-1px)}.explore-module__8HEYta__cardRemix svg{width:13px;height:13px}.explore-module__8HEYta__empty{text-align:center;padding:var(--spacing-16)0;grid-column:1/-1}.explore-module__8HEYta__empty h3{margin-bottom:var(--spacing-2);color:hsl(var(--foreground)/.7);font-size:1.25rem;font-weight:600}.explore-module__8HEYta__empty p{color:hsl(var(--foreground)/.45);font-size:.9rem}.explore-module__8HEYta__unfoldLink{color:#ff6a3d;font-weight:600;text-decoration:none;transition:opacity .2s}.explore-module__8HEYta__unfoldLink:hover{opacity:.85;text-decoration:underline}.explore-module__8HEYta__skeleton{background:hsl(var(--surface));border:1px solid hsl(var(--border));border-radius:var(--radius-lg);padding:var(--spacing-6);gap:var(--spacing-3);flex-direction:column;display:flex}.explore-module__8HEYta__skeletonLine{border-radius:var(--radius-sm);background:hsl(var(--surface-highlight));height:14px;animation:1.5s ease-in-out infinite explore-module__8HEYta__shimmer}.explore-module__8HEYta__skeletonLine:first-child{width:75%;height:18px}.explore-module__8HEYta__skeletonLine:nth-child(2){width:100%}.explore-module__8HEYta__skeletonLine:nth-child(3){width:85%}.explore-module__8HEYta__skeletonLine:nth-child(4){width:50%;margin-top:auto}@keyframes explore-module__8HEYta__shimmer{0%,to{opacity:.5}50%{opacity:1}}.explore-module__8HEYta__sentinel{margin-top:var(--spacing-10);min-height:1px}.explore-module__8HEYta__loadingMore{justify-content:center;align-items:center;gap:var(--spacing-3);padding:var(--spacing-6)0;color:hsl(var(--foreground)/.4);font-size:.85rem;display:flex}.explore-module__8HEYta__spinner{border:2px solid hsl(var(--border));border-top-color:#f97316;border-radius:50%;width:20px;height:20px;animation:.7s linear infinite explore-module__8HEYta__spin}@keyframes explore-module__8HEYta__spin{to{transform:rotate(360deg)}}.explore-module__8HEYta__endOfList{text-align:center;padding:var(--spacing-6)0;color:hsl(var(--foreground)/.3);font-size:.8rem}
