:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;--bg: #0a0a0a;--surface: #111113;--surface-2: #1a1a1e;--border: rgba(255, 255, 255, .08);--border-hover: rgba(255, 255, 255, .15);--text: #fafafa;--text-dim: rgba(255, 255, 255, .55);--text-muted: rgba(255, 255, 255, .35);--accent: #7c5cfc;--accent-glow: rgba(124, 92, 252, .25);--green: #3fb950;--green-dim: rgba(63, 185, 80, .15);--yellow: #d29922;--yellow-dim: rgba(210, 153, 34, .15);--blue: #58a6ff;--blue-dim: rgba(88, 166, 255, .12);--red: #f85149;--radius: .75rem;--radius-sm: .5rem}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;background:var(--bg);color:var(--text)}.app{max-width:1100px;margin:0 auto;padding:2rem 1.5rem 4rem}.header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.logo{display:flex;align-items:center;gap:.6rem}.logo-icon{width:36px;height:36px;background:linear-gradient(135deg,var(--accent),#a78bfa);border-radius:10px;display:grid;place-items:center;font-size:1.1rem;font-weight:700;color:#fff;box-shadow:0 0 20px var(--accent-glow)}.logo-text{font-size:1.25rem;font-weight:700;letter-spacing:-.03em}.logo-text span{color:var(--accent)}.search-bar{display:flex;gap:.5rem;margin-bottom:2rem}.search-bar input{flex:1;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem 1rem;color:var(--text);font-size:.95rem;font-family:inherit;outline:none;transition:border-color .2s,box-shadow .2s}.search-bar input::placeholder{color:var(--text-muted)}.search-bar input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.search-bar button{background:var(--accent);border:none;border-radius:var(--radius);padding:0 1.25rem;color:#fff;font-size:.9rem;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity .15s;white-space:nowrap}.search-bar button:hover{opacity:.85}.search-bar button:disabled{opacity:.4;cursor:not-allowed}.error-box{background:#f8514914;border:1px solid rgba(248,81,73,.25);border-radius:var(--radius);padding:1rem 1.25rem;color:var(--red);font-size:.9rem;margin-bottom:1.5rem}.profile-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;margin-bottom:1.5rem;display:flex;gap:1.5rem;align-items:flex-start}.avatar{width:96px;height:96px;border-radius:50%;border:2px solid var(--border);flex-shrink:0;object-fit:cover}.profile-info{flex:1;min-width:0}.profile-name{font-size:1.4rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.15rem}.profile-login{color:var(--text-dim);font-size:.9rem;margin-bottom:.5rem}.profile-bio{color:var(--text-dim);font-size:.9rem;margin-bottom:.75rem;line-height:1.55}.profile-meta{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;font-size:.82rem;color:var(--text-muted)}.profile-meta svg{vertical-align:-.15em;margin-right:.3rem;opacity:.6}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1.5rem}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem;text-align:center}.stat-value{font-size:1.5rem;font-weight:700;letter-spacing:-.03em}.stat-label{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-top:.2rem}.stat-card.accent .stat-value{color:var(--accent)}.stat-card.green .stat-value{color:var(--green)}.stat-card.blue .stat-value{color:var(--blue)}.stat-card.yellow .stat-value{color:var(--yellow)}.lang-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;margin-bottom:1.5rem}.section-title{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:1rem}.lang-bar{display:flex;height:10px;border-radius:5px;overflow:hidden;margin-bottom:.75rem}.lang-bar-segment{transition:width .4s ease}.lang-legend{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;font-size:.8rem;color:var(--text-dim)}.lang-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:.35rem;vertical-align:.05em}.repos-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.repos-header .section-title{margin-bottom:0}.repo-count{font-size:.8rem;color:var(--text-muted)}.repos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:.75rem;margin-bottom:1.5rem}.repo-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.4rem;transition:border-color .15s;cursor:pointer;text-decoration:none;color:inherit}.repo-card:hover{border-color:var(--border-hover)}.repo-name{font-size:.95rem;font-weight:600;color:var(--blue);display:flex;align-items:center;gap:.4rem}.repo-name svg{opacity:.5;flex-shrink:0}.repo-visibility{font-size:.65rem;border:1px solid var(--border);border-radius:1rem;padding:.1rem .45rem;color:var(--text-muted);font-weight:500;text-transform:uppercase;letter-spacing:.05em}.repo-desc{font-size:.82rem;color:var(--text-dim);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.repo-meta{display:flex;gap:1rem;font-size:.75rem;color:var(--text-muted);margin-top:auto;padding-top:.35rem}.repo-meta-item{display:flex;align-items:center;gap:.3rem}.repo-lang-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.contrib-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;margin-bottom:1.5rem;overflow-x:auto}.contrib-grid{display:flex;gap:3px}.contrib-col{display:flex;flex-direction:column;gap:3px}.contrib-cell{width:12px;height:12px;border-radius:2px;background:var(--surface-2);transition:background .2s}.contrib-cell.l1{background:#7c5cfc33}.contrib-cell.l2{background:#7c5cfc66}.contrib-cell.l3{background:#7c5cfc99}.contrib-cell.l4{background:#7c5cfcd9}.loading{text-align:center;padding:3rem;color:var(--text-muted)}.spinner{width:28px;height:28px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite;margin:0 auto 1rem}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:4rem 2rem}.empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.4}.empty-title{font-size:1.15rem;font-weight:600;margin-bottom:.5rem}.empty-desc{color:var(--text-muted);font-size:.9rem}.footer{text-align:center;color:var(--text-muted);font-size:.75rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}.footer a{color:var(--accent);text-decoration:none}@media(max-width:700px){.profile-card{flex-direction:column;align-items:center;text-align:center}.profile-meta{justify-content:center}.stats-row{grid-template-columns:repeat(2,1fr)}.repos-grid{grid-template-columns:1fr}}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeUp .35s ease-out both}.fade-in-1{animation-delay:.05s}.fade-in-2{animation-delay:.1s}.fade-in-3{animation-delay:.15s}.fade-in-4{animation-delay:.2s}
