.RepoCard_card__16SPd{display:flex;flex-direction:column;justify-content:space-between;background:var(--article-bg);border-radius:8px;padding:1.25rem;height:100%;border:1px solid rgba(255,255,255,.1);position:relative;overflow:hidden}.RepoCard_cardHeader__yPuYw{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;flex-wrap:wrap;row-gap:.75rem;column-gap:.5rem}.RepoCard_language__fZdVM{display:flex;align-items:center;gap:.3rem;font-size:.8rem;color:rgba(255,255,255,.7);padding:.2rem .5rem;border-radius:4px;background-color:rgba(255,255,255,.05);white-space:nowrap}.RepoCard_languageIcon__jybyo{color:var(--accent-color);font-size:.9rem}.RepoCard_card__16SPd p{margin:.75rem 0;color:var(--text-color);font-size:.92rem;line-height:1.5;flex-grow:1;overflow-wrap:break-word;word-wrap:break-word}.RepoCard_title__Bux4S{color:var(--accent-color);margin:0;font-size:1.1rem;font-weight:600;position:relative;display:inline-block}.RepoCard_title__Bux4S:after{content:"";position:absolute;left:0;bottom:-3px;width:100%;height:1px;background-color:var(--accent-color);opacity:.5}.RepoCard_stats__X7xkS{justify-content:space-between;margin-top:auto;padding-top:1rem;border-top:1px solid rgba(255,255,255,.05);flex-wrap:wrap;gap:.5rem}.RepoCard_stats__X7xkS,.RepoCard_stats__X7xkS>div{display:flex;align-items:center}.RepoCard_stats__X7xkS>div:first-child{display:flex;gap:1rem;flex-wrap:wrap}.RepoCard_stats__X7xkS>div:first-child>div{display:flex;align-items:center;font-size:.85rem;color:rgba(255,255,255,.7);white-space:nowrap}.RepoCard_stats__X7xkS>div:nth-child(2){display:flex;gap:1rem}.RepoCard_stats__X7xkS>div:nth-child(2) a{opacity:.7;transition:opacity .1s ease}.RepoCard_stats__X7xkS>div:nth-child(2) a:hover{opacity:1}.RepoCard_icon__amsnR{color:var(--accent-color);margin-right:.3rem;font-size:1rem}@media screen and (max-width:400px){.RepoCard_card__16SPd{padding:1rem}.RepoCard_stats__X7xkS>div:first-child,.RepoCard_stats__X7xkS>div:nth-child(2){gap:.75rem}}.GithubPage_layout__OISvA{max-width:900px;margin:0 auto;height:100%;width:100%}.GithubPage_pageHeading___9izC{display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:3rem}.GithubPage_githubPage__Sa_O_{width:100%;padding:1rem 0}.GithubPage_pageTitle__sNYM3{font-size:2rem;font-weight:700;color:var(--accent-color);margin-bottom:1.5rem;letter-spacing:-.03em;line-height:1.2}.GithubPage_pageSubtitle__GInHI{font-size:1.1rem;font-weight:400;color:rgba(255,255,255,.7);margin-bottom:3rem;max-width:600px;line-height:1.6}.GithubPage_profileSection__vAhSt{background:var(--article-bg);border-radius:8px;padding:2rem;margin-bottom:2rem;border:1px solid rgba(255,255,255,.1);width:100%;display:flex;flex-direction:column;align-items:center}.GithubPage_profileInfo__X88DC{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:0 2rem}.GithubPage_avatar__vNha1{border-radius:50%;border:3px solid var(--accent-color);width:100px;height:100px}.GithubPage_userInfo__bkRjc{display:flex;flex-direction:column;align-items:center;gap:2rem}.GithubPage_username__veLoV{font-size:1.5rem;font-weight:600;color:var(--text-color);margin:0;text-transform:uppercase;letter-spacing:.05em;position:relative;display:inline-block}.GithubPage_username__veLoV:before{content:"@";font-size:1.5rem;color:var(--accent-color);margin-right:.25rem}.GithubPage_username__veLoV:after{content:"";position:absolute;left:50%;transform:translateX(-50%);bottom:-4px;width:40px;height:2px;background-color:var(--accent-color)}.GithubPage_stats__yNNf0{display:flex;gap:1.5rem}.GithubPage_statItem__Of3zV{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-secondary)}.GithubPage_statIcon__Ku4GR{color:var(--accent-color)}.GithubPage_profileLink__BEbEY{display:flex;align-items:center;gap:.5rem;width:-moz-fit-content;width:fit-content;font-size:.9rem;color:var(--text-color);text-decoration:none;padding:.3rem .7rem;border-radius:4px;background:rgba(255,255,255,.08);transition:all .2s ease}.GithubPage_profileLink__BEbEY:hover{background:rgba(255,255,255,.12)}.GithubPage_sectionHeader__N1e6E{display:flex;align-items:center;gap:.5rem;margin:1.5rem 0 1rem}.GithubPage_sectionIcon__ceEXa{color:var(--accent-color);font-size:1.2rem}.GithubPage_sectionTitle__jrt6U{font-size:1.2rem;font-weight:600;margin:0}.GithubPage_reposContainer__oN2it{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.GithubPage_contributions__qE7IO{background:var(--article-bg);border-radius:8px;padding:1.5rem;border:1px solid rgba(255,255,255,.1);width:100%;overflow-x:auto}.GithubPage_contributions__qE7IO article{width:100%!important;min-width:500px}.GithubPage_underline__JIdGR{cursor:pointer;color:white;text-decoration:none;background-image:linear-gradient(120deg,var(--accent-color) 100%,var(--accent-color) 100%);background-repeat:no-repeat;background-size:100% .2em;background-position:0 88%;transition:background-size .25s ease-in}.GithubPage_underline__JIdGR:hover{background-size:100% 88%}@media screen and (max-width:768px){.GithubPage_profileInfo__X88DC{flex-direction:column;align-items:center}.GithubPage_pageTitle__sNYM3{font-size:1.75rem}.GithubPage_pageSubtitle__GInHI{font-size:1rem;margin-bottom:2rem}.GithubPage_userInfo__bkRjc{width:100%}.GithubPage_reposContainer__oN2it{grid-template-columns:1fr}}@media screen and (max-width:1200px){.GithubPage_contributions__qE7IO{display:none}}@media screen and (max-width:600px){.GithubPage_avatar__vNha1{width:80px;height:80px}.GithubPage_username__veLoV,.GithubPage_username__veLoV:before{font-size:1.4rem}.GithubPage_sectionIcon__ceEXa{font-size:1.1rem;padding:.4rem}.GithubPage_sectionTitle__jrt6U{font-size:1.2rem}.GithubPage_stats__yNNf0{flex-direction:column;gap:.75rem}}@media screen and (min-width:768px) and (max-width:900px){.GithubPage_reposContainer__oN2it{grid-template-columns:repeat(2,1fr)}}