.GithubPage-module__6BJRsq__page{--bg:#0a0c10;--surface:#12151c;--card:#161a24;--card-hover:#1b2030;--border:#ffffff0f;--border-hover:#ffffff1f;--accent:#58a6ff;--accent-soft:#58a6ff1f;--green:#3fb950;--purple:#a371f7;--text-primary:#e6edf3;--text-secondary:#e6edf399;--text-muted:#e6edf366;background-color:var(--bg);justify-content:center;align-items:flex-start;width:100%;min-height:100%;padding:60px 32px 80px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;display:flex;position:relative;overflow-x:hidden}.GithubPage-module__6BJRsq__page:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(#58a6ff0a,#0000 70%);width:900px;height:500px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.GithubPage-module__6BJRsq__profileLayout{z-index:10;grid-template-columns:300px 1fr;gap:40px;width:100%;max-width:1100px;display:grid;position:relative}.GithubPage-module__6BJRsq__sidebar{flex-direction:column;align-self:start;gap:24px;display:flex;position:sticky;top:60px}.GithubPage-module__6BJRsq__avatarWrapper{border:2px solid var(--border);background:var(--surface);border-radius:50%;flex-shrink:0;width:280px;height:280px;transition:border-color .3s;position:relative;overflow:hidden}.GithubPage-module__6BJRsq__avatarWrapper:hover{border-color:var(--border-hover)}.GithubPage-module__6BJRsq__avatar{object-fit:cover;width:100%;height:100%}.GithubPage-module__6BJRsq__nameSection{flex-direction:column;gap:4px;display:flex}.GithubPage-module__6BJRsq__displayName{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-size:26px;font-weight:700;line-height:1.2}.GithubPage-module__6BJRsq__username{color:var(--text-muted);font-size:20px;font-weight:400;line-height:1.3}.GithubPage-module__6BJRsq__bio{color:var(--text-secondary);margin:0;font-size:15px;line-height:1.6}.GithubPage-module__6BJRsq__profileBtn{background:var(--surface);width:100%;color:var(--text-primary);border:1px solid var(--border);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s;display:flex}.GithubPage-module__6BJRsq__profileBtn:hover{background:var(--card);border-color:var(--border-hover)}.GithubPage-module__6BJRsq__followStats{color:var(--text-secondary);align-items:center;gap:16px;font-size:14px;display:flex}.GithubPage-module__6BJRsq__followStats svg{color:var(--text-muted)}.GithubPage-module__6BJRsq__followCount{color:var(--text-primary);font-weight:600}.GithubPage-module__6BJRsq__metaList{flex-direction:column;gap:8px;display:flex}.GithubPage-module__6BJRsq__metaItem{color:var(--text-secondary);align-items:center;gap:8px;font-size:14px;display:flex}.GithubPage-module__6BJRsq__metaItem svg{color:var(--text-muted);flex-shrink:0}.GithubPage-module__6BJRsq__divider{background:var(--border);width:100%;height:1px}.GithubPage-module__6BJRsq__mainContent{flex-direction:column;gap:32px;min-width:0;display:flex}.GithubPage-module__6BJRsq__sectionTitle{color:var(--text-primary);align-items:center;gap:8px;margin:0 0 16px;font-size:16px;font-weight:600;display:flex}.GithubPage-module__6BJRsq__sectionTitle svg{color:var(--text-muted)}.GithubPage-module__6BJRsq__statsRow{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.GithubPage-module__6BJRsq__statCard{background:var(--card);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:8px;padding:20px;transition:border-color .2s,background .2s;display:flex}.GithubPage-module__6BJRsq__statCard:hover{border-color:var(--border-hover);background:var(--card-hover)}.GithubPage-module__6BJRsq__statLabel{text-transform:uppercase;letter-spacing:.6px;color:var(--text-muted);font-size:12px;font-weight:600}.GithubPage-module__6BJRsq__statValue{color:var(--text-primary);letter-spacing:-.02em;font-size:32px;font-weight:700;line-height:1}.GithubPage-module__6BJRsq__statExtra{color:var(--green);font-size:12px;font-weight:500}.GithubPage-module__6BJRsq__reposGrid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.GithubPage-module__6BJRsq__repoCard{background:var(--card);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:12px;padding:20px 24px;text-decoration:none;transition:border-color .25s,transform .2s;display:flex}.GithubPage-module__6BJRsq__repoCard:hover{border-color:var(--border-hover);transform:translateY(-2px)}.GithubPage-module__6BJRsq__repoHeader{align-items:center;gap:8px;display:flex}.GithubPage-module__6BJRsq__repoIcon{color:var(--text-muted);flex-shrink:0}.GithubPage-module__6BJRsq__repoName{color:var(--accent);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:15px;font-weight:600;text-decoration:none;overflow:hidden}.GithubPage-module__6BJRsq__repoName:hover{text-decoration:underline}.GithubPage-module__6BJRsq__repoLinkIcon{color:var(--text-muted);opacity:0;flex-shrink:0;transition:opacity .2s}.GithubPage-module__6BJRsq__repoCard:hover .GithubPage-module__6BJRsq__repoLinkIcon{opacity:1}.GithubPage-module__6BJRsq__repoDesc{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;font-size:13px;line-height:1.55;display:-webkit-box;overflow:hidden}.GithubPage-module__6BJRsq__repoTopics{flex-wrap:wrap;gap:6px;display:flex}.GithubPage-module__6BJRsq__repoTopic{background:var(--accent-soft);color:var(--accent);border-radius:20px;padding:3px 10px;font-size:11px;font-weight:500}.GithubPage-module__6BJRsq__repoFooter{align-items:center;gap:16px;margin-top:auto;padding-top:12px;display:flex}.GithubPage-module__6BJRsq__repoStat{color:var(--text-muted);align-items:center;gap:5px;font-size:12px;display:flex}.GithubPage-module__6BJRsq__langDot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.GithubPage-module__6BJRsq__langSection{flex-direction:column;gap:16px;display:flex}.GithubPage-module__6BJRsq__langBarComposite{background:#ffffff0a;border-radius:6px;width:100%;height:10px;display:flex;overflow:hidden}.GithubPage-module__6BJRsq__langBarSegment{height:100%;transition:width 1.2s ease-out}.GithubPage-module__6BJRsq__langBarSegment:first-child{border-radius:6px 0 0 6px}.GithubPage-module__6BJRsq__langBarSegment:last-child{border-radius:0 6px 6px 0}.GithubPage-module__6BJRsq__langLegend{flex-wrap:wrap;gap:16px;display:flex}.GithubPage-module__6BJRsq__langLegendItem{color:var(--text-secondary);align-items:center;gap:6px;font-size:13px;display:flex}.GithubPage-module__6BJRsq__langLegendDot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.GithubPage-module__6BJRsq__langLegendPercent{color:var(--text-muted);font-size:12px}.GithubPage-module__6BJRsq__calendarSection{background:var(--card);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:16px;padding:24px;display:flex}.GithubPage-module__6BJRsq__calendarWrapper{justify-content:center;width:100%;display:flex;overflow-x:hidden}.GithubPage-module__6BJRsq__calendarTitle{color:var(--text-primary);margin:0;font-size:16px;font-weight:600}@media (max-width:900px){.GithubPage-module__6BJRsq__page{padding:40px 20px 60px}.GithubPage-module__6BJRsq__profileLayout{grid-template-columns:1fr;gap:32px}.GithubPage-module__6BJRsq__sidebar{text-align:center;align-items:center;position:static}.GithubPage-module__6BJRsq__avatarWrapper{width:200px;height:200px}.GithubPage-module__6BJRsq__nameSection,.GithubPage-module__6BJRsq__metaList{align-items:center}.GithubPage-module__6BJRsq__followStats{justify-content:center}.GithubPage-module__6BJRsq__profileBtn{max-width:280px}.GithubPage-module__6BJRsq__statsRow{grid-template-columns:repeat(2,1fr)}.GithubPage-module__6BJRsq__reposGrid{grid-template-columns:1fr}}@media (max-width:600px){.GithubPage-module__6BJRsq__page{padding:24px 16px 40px}.GithubPage-module__6BJRsq__avatarWrapper{width:160px;height:160px}.GithubPage-module__6BJRsq__displayName{font-size:22px}.GithubPage-module__6BJRsq__statValue{font-size:24px}.GithubPage-module__6BJRsq__statsRow{grid-template-columns:1fr 1fr}}
