.RepoCard-module__LSNsPq__card{background:var(--article-bg);border:1px solid #ffffff1a;border-radius:8px;flex-direction:column;justify-content:space-between;height:100%;padding:1.25rem;display:flex;position:relative;overflow:hidden}.RepoCard-module__LSNsPq__cardHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem .5rem;margin-bottom:.75rem;display:flex}.RepoCard-module__LSNsPq__language{color:#ffffffb3;white-space:nowrap;background-color:#ffffff0d;border-radius:4px;align-items:center;gap:.3rem;padding:.2rem .5rem;font-size:.8rem;display:flex}.RepoCard-module__LSNsPq__languageIcon{color:var(--accent-color);font-size:.9rem}.RepoCard-module__LSNsPq__card p{color:var(--text-color);overflow-wrap:break-word;word-wrap:break-word;flex-grow:1;margin:.75rem 0;font-size:.92rem;line-height:1.5}.RepoCard-module__LSNsPq__title{color:var(--accent-color);margin:0;font-size:1.1rem;font-weight:600;display:inline-block;position:relative}.RepoCard-module__LSNsPq__title:after{content:"";background-color:var(--accent-color);opacity:.5;width:100%;height:1px;position:absolute;bottom:-3px;left:0}.RepoCard-module__LSNsPq__stats{border-top:1px solid #ffffff0d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-top:auto;padding-top:1rem;display:flex}.RepoCard-module__LSNsPq__stats>div{align-items:center;display:flex}.RepoCard-module__LSNsPq__stats>div:first-child{flex-wrap:wrap;gap:1rem;display:flex}.RepoCard-module__LSNsPq__stats>div:first-child>div{color:#ffffffb3;white-space:nowrap;align-items:center;font-size:.85rem;display:flex}.RepoCard-module__LSNsPq__stats>div:nth-child(2){gap:1rem;display:flex}.RepoCard-module__LSNsPq__stats>div:nth-child(2) a{opacity:.7;transition:opacity .1s}.RepoCard-module__LSNsPq__stats>div:nth-child(2) a:hover{opacity:1}.RepoCard-module__LSNsPq__icon{color:var(--accent-color);margin-right:.3rem;font-size:1rem}@media screen and (max-width:400px){.RepoCard-module__LSNsPq__card{padding:1rem}.RepoCard-module__LSNsPq__stats>div:first-child,.RepoCard-module__LSNsPq__stats>div:nth-child(2){gap:.75rem}}
.GithubPage-module__6BJRsq__layout{width:100%;max-width:900px;height:100%;padding:0 1.5rem;padding-bottom:max(2rem,env(safe-area-inset-bottom,0px));margin:0 auto}.GithubPage-module__6BJRsq__pageHeading{text-align:center;flex-direction:column;align-items:center;padding-top:2rem;display:flex}.GithubPage-module__6BJRsq__githubPage{width:100%;padding:1rem 0}.GithubPage-module__6BJRsq__pageTitle{color:var(--accent-color);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:2rem;font-weight:700;line-height:1.2}.GithubPage-module__6BJRsq__pageSubtitle{color:#ffffffb3;max-width:600px;margin-bottom:3rem;font-size:1.1rem;font-weight:400;line-height:1.6}.GithubPage-module__6BJRsq__profileSection{background:var(--article-bg);border:1px solid #ffffff1a;border-radius:8px;flex-direction:column;align-items:center;width:100%;margin-bottom:2rem;padding:2rem;display:flex}.GithubPage-module__6BJRsq__profileInfo{flex-direction:column;align-items:center;gap:1.5rem;padding:0 2rem;display:flex}.GithubPage-module__6BJRsq__avatar{border:3px solid var(--accent-color);border-radius:50%;width:100px;height:100px}.GithubPage-module__6BJRsq__userInfo{flex-direction:column;align-items:center;gap:2rem;display:flex}.GithubPage-module__6BJRsq__username{color:var(--text-color);text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:1.5rem;font-weight:600;display:inline-block;position:relative}.GithubPage-module__6BJRsq__username:before{content:"@";color:var(--accent-color);margin-right:.25rem;font-size:1.5rem}.GithubPage-module__6BJRsq__username:after{content:"";background-color:var(--accent-color);width:40px;height:2px;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)}.GithubPage-module__6BJRsq__stats{gap:1.5rem;display:flex}.GithubPage-module__6BJRsq__statItem{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.GithubPage-module__6BJRsq__statIcon{color:var(--accent-color)}.GithubPage-module__6BJRsq__profileLink{width:fit-content;color:var(--text-color);background:#ffffff14;border-radius:4px;align-items:center;gap:.5rem;padding:.3rem .7rem;font-size:.9rem;text-decoration:none;transition:all .2s;display:flex}.GithubPage-module__6BJRsq__profileLink:hover{background:#ffffff1f}.GithubPage-module__6BJRsq__sectionHeader{align-items:center;gap:.5rem;margin:1.5rem 0 1rem;display:flex}.GithubPage-module__6BJRsq__sectionIcon{color:var(--accent-color);font-size:1.2rem}.GithubPage-module__6BJRsq__sectionTitle{margin:0;font-size:1.2rem;font-weight:600}.GithubPage-module__6BJRsq__reposContainer{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.GithubPage-module__6BJRsq__contributions{background:var(--article-bg);-ms-overflow-style:auto;scrollbar-width:thin;scrollbar-color:rgba(var(--accent-color-rgb),.35)transparent;border:1px solid #ffffff1a;border-radius:8px;width:100%;padding:1.5rem;overflow:auto}.GithubPage-module__6BJRsq__contributions::-webkit-scrollbar{width:6px;height:6px}.GithubPage-module__6BJRsq__contributions::-webkit-scrollbar-track{background:0 0}.GithubPage-module__6BJRsq__contributions::-webkit-scrollbar-thumb{background:linear-gradient(90deg,transparent,rgba(var(--accent-color-rgb),.4),transparent);border-radius:999px}.GithubPage-module__6BJRsq__contributions article{min-width:500px;width:100%!important}.GithubPage-module__6BJRsq__loadingContainer{color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.GithubPage-module__6BJRsq__loadingIcon{color:var(--accent-color);font-size:2.5rem;animation:1s linear infinite GithubPage-module__6BJRsq__spin}@keyframes GithubPage-module__6BJRsq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.GithubPage-module__6BJRsq__errorContainer{color:var(--text-secondary);text-align:left;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;max-width:600px;margin:0 auto;padding:4rem 2rem;display:flex}.GithubPage-module__6BJRsq__errorTitle{color:var(--accent-color);text-align:center;margin-bottom:1rem;font-size:1.1rem;font-weight:600}.GithubPage-module__6BJRsq__errorInstructions{width:100%;margin-top:1rem}.GithubPage-module__6BJRsq__errorSubtext{opacity:.9;margin-top:.5rem;margin-bottom:1rem;font-size:.9rem}.GithubPage-module__6BJRsq__errorList{margin:1rem 0;padding-left:1.5rem;line-height:1.8}.GithubPage-module__6BJRsq__errorList li{margin-bottom:.5rem}.GithubPage-module__6BJRsq__errorList code{color:var(--accent-color);background:#ffffff1a;border-radius:4px;padding:.2rem .4rem;font-family:Courier New,monospace;font-size:.85rem}.GithubPage-module__6BJRsq__errorList a{color:var(--accent-color);text-decoration:none}.GithubPage-module__6BJRsq__errorList a:hover{text-decoration:underline}.GithubPage-module__6BJRsq__emptyState{background:var(--article-bg);text-align:center;color:var(--text-secondary);border:1px solid #ffffff1a;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:3rem 2rem;display:flex}.GithubPage-module__6BJRsq__emptyStateSubtext{opacity:.7;margin-top:.5rem;font-size:.9rem}.GithubPage-module__6BJRsq__underline{cursor:pointer;color:#fff;background-image:linear-gradient(120deg,var(--accent-color)100%,var(--accent-color)100%);background-position:0 88%;background-repeat:no-repeat;background-size:100% .2em;text-decoration:none;transition:background-size .25s ease-in}.GithubPage-module__6BJRsq__underline:hover{background-size:100% 88%}@media screen and (max-width:768px){.GithubPage-module__6BJRsq__layout{padding:0 1rem;padding-bottom:max(1.5rem,env(safe-area-inset-bottom,0px))}.GithubPage-module__6BJRsq__pageHeading{padding-top:1.5rem}.GithubPage-module__6BJRsq__profileSection{padding:1.5rem 1rem}.GithubPage-module__6BJRsq__profileInfo{flex-direction:column;align-items:center;padding:0 1rem}.GithubPage-module__6BJRsq__pageTitle{font-size:1.75rem}.GithubPage-module__6BJRsq__pageSubtitle{margin-bottom:2rem;padding:0 .5rem;font-size:1rem}.GithubPage-module__6BJRsq__userInfo{width:100%}.GithubPage-module__6BJRsq__reposContainer{grid-template-columns:1fr;gap:1.25rem}.GithubPage-module__6BJRsq__contributions{padding:1rem}}@media screen and (max-width:1200px){.GithubPage-module__6BJRsq__contributions{display:none}}@media screen and (max-width:600px){.GithubPage-module__6BJRsq__layout{padding:0 .75rem;padding-bottom:max(1rem,env(safe-area-inset-bottom,0px))}.GithubPage-module__6BJRsq__pageHeading{padding-top:1.25rem}.GithubPage-module__6BJRsq__profileSection{margin-bottom:1.5rem;padding:1.25rem .75rem}.GithubPage-module__6BJRsq__avatar{width:80px;height:80px}.GithubPage-module__6BJRsq__username,.GithubPage-module__6BJRsq__username:before{font-size:1.4rem}.GithubPage-module__6BJRsq__sectionIcon{padding:.4rem;font-size:1.1rem}.GithubPage-module__6BJRsq__sectionTitle{font-size:1.1rem}.GithubPage-module__6BJRsq__stats{flex-direction:column;gap:.75rem}.GithubPage-module__6BJRsq__loadingContainer,.GithubPage-module__6BJRsq__errorContainer{padding:2rem 1rem}.GithubPage-module__6BJRsq__errorList{padding-left:1.25rem}}@media screen and (min-width:768px) and (max-width:900px){.GithubPage-module__6BJRsq__reposContainer{grid-template-columns:repeat(2,1fr)}}
