.repos-module___Xd5ba__container{min-height:100vh;padding:2rem 1rem;position:relative}.repos-module___Xd5ba__loading{min-height:50vh;color:var(--text-secondary);justify-content:center;align-items:center;font-size:1.2rem;display:flex}.repos-module___Xd5ba__reposGrid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;max-width:1400px;margin:2rem auto;padding:0 1rem;display:grid}.repos-module___Xd5ba__repoCard{background:var(--card-background);border:1px solid var(--border);box-shadow:0 4px 20px var(--card-shadow);opacity:0;border-radius:1rem;transition:all .3s;animation:.6s forwards repos-module___Xd5ba__fadeInUp;overflow:hidden;transform:translateY(30px)}.repos-module___Xd5ba__repoCard:hover{box-shadow:0 8px 30px var(--card-shadow);border-color:var(--primary);transform:translateY(-5px)}.repos-module___Xd5ba__repoImageContainer{background:var(--background-secondary);justify-content:center;align-items:center;width:100%;height:200px;display:flex;overflow:hidden}.repos-module___Xd5ba__repoImageContainer img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.repos-module___Xd5ba__repoCard:hover .repos-module___Xd5ba__repoImageContainer img{transform:scale(1.05)}.repos-module___Xd5ba__repoInfo{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.repos-module___Xd5ba__repoOwner{background:linear-gradient(135deg,var(--primary),var(--primary-hover));color:var(--background);border-radius:1rem;align-self:flex-start;align-items:center;margin-bottom:.5rem;padding:.25rem .75rem;font-size:.8rem;font-weight:600;display:inline-flex}.repos-module___Xd5ba__repoTitle{margin:0;font-size:1.5rem;font-weight:700;line-height:1.3}.repos-module___Xd5ba__repoTitle a{color:var(--foreground);text-decoration:none;transition:color .3s}.repos-module___Xd5ba__repoTitle a:hover{color:var(--primary)}.repos-module___Xd5ba__repoDescription{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.6}.repos-module___Xd5ba__repoMeta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:.5rem;display:flex}.repos-module___Xd5ba__repoStats{gap:1rem;display:flex}.repos-module___Xd5ba__stat{color:var(--text-muted);align-items:center;gap:.25rem;font-size:.9rem;display:flex}.repos-module___Xd5ba__statIcon{font-size:.8rem}.repos-module___Xd5ba__repoLanguage{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.repos-module___Xd5ba__languageDot{border-radius:50%;width:12px;height:12px;display:inline-block}.repos-module___Xd5ba__repoDates{border-top:1px solid var(--border);grid-template-columns:auto 1fr auto 1fr;gap:.5rem;margin-top:1rem;padding-top:1rem;font-size:.8rem;display:grid}.repos-module___Xd5ba__dateLabel{color:var(--text-muted);font-weight:600}.repos-module___Xd5ba__dateValue{color:var(--foreground)}@keyframes repos-module___Xd5ba__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.repos-module___Xd5ba__repoSection{animation-delay:calc(var(--index)*.1s)}@media (max-width:768px){.repos-module___Xd5ba__container{padding:1rem .5rem}.repos-module___Xd5ba__reposGrid{grid-template-columns:1fr;gap:1.5rem;padding:0 .5rem}.repos-module___Xd5ba__repoCard{margin:0}.repos-module___Xd5ba__repoImageContainer{height:180px}.repos-module___Xd5ba__repoInfo{padding:1rem}.repos-module___Xd5ba__repoTitle{font-size:1.25rem}.repos-module___Xd5ba__repoMeta{flex-direction:column;align-items:flex-start;gap:.75rem}.repos-module___Xd5ba__repoDates{grid-template-columns:1fr;gap:.25rem}.repos-module___Xd5ba__dateLabel{font-weight:700}}@media (max-width:480px){.repos-module___Xd5ba__reposGrid{grid-template-columns:1fr;gap:1rem}.repos-module___Xd5ba__repoTitle{font-size:1.1rem}.repos-module___Xd5ba__repoDescription{font-size:.9rem}}
