:root{--gh-bg: #0d1117;--gh-canvas: #010409;--gh-muted: #8b949e;--gh-fg: #c9d1d9;--gh-border: #30363d;--accent: #238636;--card: #0d1117;--glass: rgba(255, 255, 255, .03);--glass-2: rgba(255, 255, 255, .02)}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--gh-bg);color:var(--gh-fg);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.gh-header{background:#0d1117cc;border-bottom:1px solid var(--gh-border);position:sticky;top:0;z-index:30;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px #388bfd1a}.gh-header-inner{max-width:1100px;margin:0 auto;padding:12px 20px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:8px}.logo{background:#0b1220;color:var(--gh-fg);padding:6px 8px;border-radius:6px;font-weight:700}.brand-text{color:var(--gh-fg);font-weight:600}.nav{display:flex;gap:14px}.nav-link{color:var(--gh-muted);text-decoration:none}.nav-link:hover{color:var(--gh-fg)}.gh-container{max-width:1400px;margin:24px auto;padding:0 32px 60px;display:grid;grid-template-columns:320px 1fr;gap:32px}.gh-sidebar{position:relative}.profile-card{background:linear-gradient(180deg,var(--glass),var(--glass-2));border:1px solid var(--gh-border);padding:20px;border-radius:8px}.avatar-wrapper{width:100%;text-align:center;margin-bottom:12px}.avatar-circle{width:180px;height:180px;border-radius:50%;background:linear-gradient(135deg,#161b22,#0d1117);color:var(--gh-fg);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:48px;border:2px solid var(--gh-border);margin:0 auto;position:relative;transition:all .3s ease;box-shadow:0 0 20px #2386361a}.avatar-circle:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,#238636,#1f6feb,#238636);border-radius:50%;z-index:-1;opacity:0;transition:opacity .3s ease}.avatar-circle:hover:before{opacity:1}.avatar-circle:hover{transform:scale(1.05);box-shadow:0 0 30px #2386364d}.name{margin:0;text-align:left;font-size:20px;font-weight:600}.handle{color:var(--gh-muted);text-align:left;margin:2px 0 0;font-size:16px;font-weight:300}.btn{display:inline-block;text-decoration:none;padding:8px 12px;border-radius:6px;border:1px solid var(--gh-border);color:var(--gh-fg);background:transparent;text-align:center;font-size:14px;font-weight:500;cursor:pointer}.btn-edit{width:100%;margin-top:8px}.btn-primary{background:var(--accent);border-color:transparent;color:#fff}.profile-stats{display:flex;align-items:center;gap:6px;margin-top:16px;font-size:14px;color:var(--gh-fg)}.stat{display:flex;align-items:center;gap:4px}.stat svg{color:var(--gh-muted)}.stat-sep{color:var(--gh-muted);margin:0 2px}.profile-links{display:flex;flex-direction:column;gap:6px;margin-top:12px}.profile-link{display:flex;align-items:center;gap:8px;text-decoration:none;color:var(--gh-fg);font-size:13px;padding:4px 8px;border-radius:6px;margin:-4px -8px;transition:all .2s ease}.profile-link:hover{color:#58a6ff;background:#58a6ff1a;transform:translate(4px)}.profile-link svg{color:var(--gh-muted);flex-shrink:0}.profile-section{margin-top:12px;padding-top:12px;border-top:1px solid var(--gh-border)}.profile-heading{font-size:14px;font-weight:600;margin:0 0 8px;color:var(--gh-fg)}.skills-trigger{width:100%;padding:0;cursor:default;text-align:left;transition:opacity .2s ease}.profile-section:hover .skills-trigger{opacity:.8}.skills-trigger .profile-heading{display:flex;align-items:center;margin-bottom:4px}.skills-hint{font-size:12px;color:var(--gh-muted);font-style:italic}.skills-hint-footer{font-size:10px;color:var(--gh-muted);font-style:italic;text-align:center;display:block;margin-top:8px}.skills-compact{display:flex;flex-direction:column;gap:8px}.skills-rotating{display:flex;flex-direction:column;gap:5px;min-height:100px}.skill-chip-compact{display:flex;align-items:center;gap:8px;padding:6px 10px;background:#ffffff08;border:1px solid var(--gh-border);border-radius:6px;font-size:12px;color:var(--gh-fg);animation:slideInRight .4s ease forwards;opacity:0}@keyframes slideInRight{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.skill-icon-small{width:16px;height:16px;flex-shrink:0;object-fit:contain}.skill-dot-small{width:8px;height:8px;border-radius:50%;flex-shrink:0}.skill-name-compact{font-weight:500}.skills-count{text-align:center;font-size:12px;color:var(--gh-muted);padding:8px;background:#ffffff05;border-radius:6px;border:1px solid var(--gh-border)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:var(--gh-bg);border:1px solid var(--gh-border);border-radius:12px;max-width:900px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--gh-border)}.modal-title{margin:0;font-size:20px;font-weight:600;color:var(--gh-fg)}.modal-close{background:transparent;border:none;color:var(--gh-muted);cursor:pointer;padding:8px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.modal-close:hover{background:#ffffff14;color:var(--gh-fg)}.modal-body{padding:24px;overflow-y:auto}.modal-body::-webkit-scrollbar{width:8px}.modal-body::-webkit-scrollbar-track{background:transparent}.modal-body::-webkit-scrollbar-thumb{background:var(--gh-border);border-radius:4px}.modal-body::-webkit-scrollbar-thumb:hover{background:var(--gh-muted)}.gh-main{min-height:200px}.section{margin-bottom:20px}.section-title{color:var(--gh-fg);margin:0 0 12px}.projects-grid{display:flex;gap:12px;flex-wrap:wrap}.freelance-banner{margin-top:20px;display:flex;gap:16px;align-items:center;background:linear-gradient(135deg,#23863614,#388bfd14);border:1px solid rgba(35,134,54,.3);border-radius:8px;padding:16px 20px;transition:all .3s ease}.freelance-banner:hover{border-color:#23863680;transform:translateY(-2px);box-shadow:0 4px 12px #23863626}.freelance-icon{font-size:32px;flex-shrink:0}.freelance-content{flex:1}.freelance-title{color:var(--gh-fg);font-size:15px;font-weight:600;margin:0 0 6px}.freelance-desc{color:var(--gh-muted);font-size:13px;margin:0 0 10px;line-height:1.5}.freelance-stack{display:flex;gap:6px;flex-wrap:wrap}.freelance-stack span{padding:3px 8px;background:#23863626;border:1px solid rgba(35,134,54,.3);border-radius:12px;color:#3fb950;font-size:11px;font-weight:500}.repos-list{display:flex;flex-direction:column;gap:10px}.repo-card{background:linear-gradient(180deg,rgba(255,255,255,.01),transparent);border:1px solid var(--gh-border);padding:12px;border-radius:8px;width:320px;transition:all .3s ease;position:relative;overflow:hidden}.repo-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(35,134,54,.1),transparent);transition:left .5s ease}.repo-card:hover:before{left:100%}.repo-card:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 8px 24px #0006}.repo-card.small{width:100%}.repo-row{display:flex;justify-content:space-between;align-items:center;gap:8px}.repo-name{color:#58a6ff;font-weight:600;text-decoration:none;transition:color .2s ease}.repo-name:hover{color:#79c0ff;text-decoration:underline}.repo-desc{color:var(--gh-muted);font-size:13px;margin:8px 0}.repo-meta{display:flex;align-items:center;gap:8px;color:var(--gh-muted);font-size:13px;flex-wrap:wrap}.tech-badge{display:inline-block;padding:4px 10px;background:#388bfd26;border:1px solid rgba(56,139,253,.3);border-radius:20px;color:#58a6ff;font-size:12px;font-weight:500;transition:all .2s ease}.tech-badge:hover{background:#388bfd40;border-color:#388bfd80;transform:translateY(-1px)}.lang-dot{width:12px;height:12px;border-radius:50%;display:inline-block}.repo-stars{color:var(--gh-muted);font-size:13px}@media (max-width:900px){.gh-container{grid-template-columns:1fr}.projects-grid{justify-content:stretch}.repo-card{width:100%}}.skill-tree{display:flex;flex-direction:column;gap:16px}.skill-tree-section{display:flex;flex-direction:column;gap:8px}.skill-tree-label{font-size:11px;font-weight:600;color:var(--gh-muted);text-transform:uppercase;letter-spacing:.5px}.skill-tree-nodes{display:flex;flex-wrap:wrap;gap:8px}.skill-node{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#ffffff08;border:1px solid var(--gh-border);border-radius:6px;font-size:12px;color:var(--gh-fg);cursor:pointer;transition:all .2s ease;position:relative}.skill-node:hover{background:#ffffff14;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.skill-node.connected{border-width:2px;background:#2386361a;box-shadow:0 0 12px #2386364d}.skill-node.dimmed{opacity:.3}.skill-node-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.skill-icon{width:16px;height:16px;flex-shrink:0;object-fit:contain}.skill-legend{display:flex;gap:16px;margin-top:8px;padding-top:12px;border-top:1px solid var(--gh-border)}.legend-item{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--gh-muted)}.legend-dot{width:8px;height:8px;border-radius:50%}.chip{background:#ffffff08;border:1px solid var(--gh-border);padding:4px 10px;border-radius:999px;font-size:12px;color:var(--gh-fg);display:inline-block}.file-tree{background:linear-gradient(180deg,rgba(255,255,255,.01),transparent);border:1px solid var(--gh-border);border-radius:8px;overflow:hidden}.file-tree-item{border-bottom:1px solid var(--gh-border)}.file-tree-item:last-child{border-bottom:none}.file-tree-header{display:flex;align-items:center;gap:8px;padding:12px 16px;cursor:pointer;transition:all .2s ease;position:relative}.file-tree-header:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--accent);opacity:0;transition:opacity .2s ease}.file-tree-header:hover:before{opacity:1}.file-tree-header:hover{background:#2386360d}.chevron{color:var(--gh-muted);transition:transform .2s ease;flex-shrink:0}.chevron.expanded{transform:rotate(90deg)}.folder-icon{color:#54aeff;flex-shrink:0}.file-tree-title{flex:1;display:flex;align-items:center;font-size:14px;gap:4px}.file-tree-company{color:var(--gh-fg);font-weight:600}.file-tree-role{color:var(--gh-muted);font-weight:400}.file-tree-meta{display:flex;align-items:center;gap:12px;flex-shrink:0}.file-tree-period{color:var(--gh-muted);font-size:12px}.file-tree-content{padding:0 16px 16px 52px;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.file-tree-location{color:var(--gh-muted);font-size:13px;margin-bottom:12px}.experience-story{background:linear-gradient(135deg,#388bfd1a,#a371f71a);border-left:3px solid var(--accent);padding:12px 16px;margin:12px 0 16px;border-radius:6px;color:var(--gh-fg);font-size:13px;line-height:1.6;font-style:italic;box-shadow:0 2px 8px #388bfd1a}.file-tree-highlights{color:var(--gh-fg);margin:0;padding-left:20px;font-size:13px;line-height:1.6}.file-tree-highlights li{margin-bottom:6px}.timeline-container{display:flex;flex-direction:column;gap:24px;padding:8px 0}.timeline-item{display:flex;gap:16px;position:relative}.timeline-item:not(:last-child):before{content:"";position:absolute;left:7px;top:20px;bottom:-24px;width:2px;background:var(--gh-border)}.timeline-dot{flex-shrink:0;width:16px;height:16px;background:var(--accent);border:3px solid var(--gh-bg);border-radius:50%;margin-top:4px;position:relative;z-index:1;box-shadow:0 0 0 1px var(--gh-border),0 0 10px #23863680;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{box-shadow:0 0 0 1px var(--gh-border),0 0 10px #23863680}50%{box-shadow:0 0 0 1px var(--gh-border),0 0 20px #238636cc}}.timeline-content{flex:1;padding-bottom:4px}.timeline-degree{color:var(--gh-fg);font-size:16px;font-weight:600;line-height:1.5;margin-bottom:4px}.timeline-school{color:var(--gh-muted);font-size:14px;margin-bottom:6px}.timeline-meta{color:var(--gh-muted);font-size:12px}
