.Explore-module__2M9Q-G__page{background:var(--color-primary-cream);min-height:100vh;padding-bottom:4rem}.Explore-module__2M9Q-G__header{text-align:center;max-width:900px;margin:0 auto;padding:3rem 2rem 2rem}.Explore-module__2M9Q-G__title{letter-spacing:-.02em;color:var(--color-gray-900);margin-bottom:.5rem;font-size:2.25rem;font-weight:800}.Explore-module__2M9Q-G__subtitle{color:var(--color-gray-500);margin-bottom:2rem;font-size:1rem}.Explore-module__2M9Q-G__controls{max-width:900px;margin:0 auto;padding:0 2rem 1.5rem}.Explore-module__2M9Q-G__searchBox{background:var(--theme-surface);border:1px solid var(--color-gray-300);border-radius:10px;align-items:center;margin-bottom:1rem;padding:.75rem 1rem;transition:border-color .15s;display:flex}.Explore-module__2M9Q-G__searchBox:focus-within{border-color:var(--color-primary-green)}.Explore-module__2M9Q-G__searchIcon{color:var(--color-gray-400);flex-shrink:0;margin-right:.75rem}.Explore-module__2M9Q-G__searchInput{color:var(--color-gray-900);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:.95rem}.Explore-module__2M9Q-G__searchInput::placeholder{color:var(--color-gray-400)}.Explore-module__2M9Q-G__filters{flex-wrap:wrap;gap:.5rem;display:flex}.Explore-module__2M9Q-G__filterPill{border:1px solid var(--color-gray-300);background:var(--theme-surface);color:var(--color-gray-600);cursor:pointer;border-radius:20px;padding:.5rem 1rem;font-family:inherit;font-size:.85rem;transition:all .15s}.Explore-module__2M9Q-G__filterPill:hover{border-color:var(--color-gray-400)}.Explore-module__2M9Q-G__filterPillActive{background:var(--theme-pill-active-bg);border-color:var(--theme-pill-active-bg);color:var(--theme-pill-active-text)}.Explore-module__2M9Q-G__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;max-width:900px;margin:0 auto;padding:0 2rem;display:grid}.Explore-module__2M9Q-G__card{background:var(--theme-surface);border:1px solid var(--color-gray-200);color:inherit;border-radius:12px;flex-direction:column;padding:1.25rem;text-decoration:none;transition:all .15s;display:flex}.Explore-module__2M9Q-G__card:hover{border-color:var(--color-primary-green);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.06)}.Explore-module__2M9Q-G__cardHeader{align-items:flex-start;gap:.75rem;margin-bottom:.75rem;display:flex}.Explore-module__2M9Q-G__avatar{object-fit:cover;background:var(--color-gray-100);border-radius:10px;flex-shrink:0;width:48px;height:48px}.Explore-module__2M9Q-G__avatarPlaceholder{background:linear-gradient(135deg,var(--color-primary-green)0%,#2dd4bf 100%);color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.1rem;font-weight:700;display:flex}.Explore-module__2M9Q-G__cardInfo{flex:1;min-width:0}.Explore-module__2M9Q-G__displayName{color:var(--color-gray-900);white-space:nowrap;text-overflow:ellipsis;margin-bottom:.1rem;font-size:1rem;font-weight:700;overflow:hidden}.Explore-module__2M9Q-G__handle{color:var(--color-gray-500);font-size:.82rem}.Explore-module__2M9Q-G__tagline{color:var(--color-gray-600);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;margin-bottom:.75rem;font-size:.88rem;line-height:1.5;display:-webkit-box;overflow:hidden}.Explore-module__2M9Q-G__cardFooter{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.Explore-module__2M9Q-G__skills{flex-wrap:wrap;gap:.35rem;display:flex}.Explore-module__2M9Q-G__skillBadge{color:#059669;letter-spacing:.02em;background:rgba(16,185,129,.1);border-radius:4px;padding:.2rem .5rem;font-size:.7rem;font-weight:600}.Explore-module__2M9Q-G__skillBadgeEmpty{color:var(--color-gray-400);padding:.2rem .5rem;font-size:.7rem;font-style:italic}.Explore-module__2M9Q-G__empty{text-align:center;color:var(--color-gray-500);padding:4rem 2rem}.Explore-module__2M9Q-G__emptyIcon{margin-bottom:1rem;font-size:3rem}.Explore-module__2M9Q-G__emptyTitle{color:var(--color-gray-700);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.Explore-module__2M9Q-G__emptyText{font-size:.95rem}.Explore-module__2M9Q-G__loading{text-align:center;color:var(--color-gray-500);flex-direction:column;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.Explore-module__2M9Q-G__loadingIcon{align-items:center;gap:.4rem;display:flex}.Explore-module__2M9Q-G__loadingDot{background:var(--color-primary-green);opacity:.3;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite Explore-module__2M9Q-G__pulse}.Explore-module__2M9Q-G__loadingDot:nth-child(2){animation-delay:.2s}.Explore-module__2M9Q-G__loadingDot:nth-child(3){animation-delay:.4s}@keyframes Explore-module__2M9Q-G__pulse{0%,80%,to{opacity:.3;transform:scale(1)}40%{opacity:1;transform:scale(1.3)}}.Explore-module__2M9Q-G__loadingText{letter-spacing:.03em;color:var(--color-gray-500);font-family:Courier New,monospace;font-size:.88rem}.Explore-module__2M9Q-G__stats{max-width:900px;color:var(--color-gray-500);margin:0 auto;padding:0 2rem 1rem;font-size:.85rem}@media (max-width:640px){.Explore-module__2M9Q-G__header{padding:2rem 1.5rem 1.5rem}.Explore-module__2M9Q-G__title{font-size:1.75rem}.Explore-module__2M9Q-G__controls{padding:0 1rem 1rem}.Explore-module__2M9Q-G__grid{grid-template-columns:1fr;padding:0 1rem}.Explore-module__2M9Q-G__stats{padding:0 1rem 1rem}.Explore-module__2M9Q-G__filters{gap:.4rem}.Explore-module__2M9Q-G__filterPill{padding:.4rem .8rem;font-size:.8rem}}
