:root{--vscode-bg:#1e1e1e;--vscode-panel:#252526;--vscode-fg:#d4d4d4;--vscode-blue:#569cd6;--vscode-teal:#4ec9b0;--vscode-yellow:#dcdcaa;--vscode-green:#6a9955;--vscode-border:#333;--vscode-string:#ce9178;--vscode-cyan:#9cdcfe}html,body{color:var(--vscode-fg);background-color:var(--vscode-bg);margin:0;padding:0;font-family:Consolas,Courier New,monospace;line-height:1.6}a{color:var(--vscode-blue);text-decoration:none;transition:color .2s}a:hover{color:var(--vscode-teal);text-decoration:underline}h1,h2,h3,h4,h5,h6{color:var(--vscode-teal);margin-top:0;margin-bottom:.5em;font-weight:400}p{margin-bottom:1em}ul{margin:0;padding:0;list-style:none}.container{max-width:1000px;margin:0 auto;padding:0 2rem}.footer{background-color:var(--vscode-panel);color:var(--vscode-green);text-align:center;border-top:1px solid var(--vscode-border);padding:1.5rem 0;font-size:.9rem}.section{border-bottom:1px dashed var(--vscode-border);padding:4rem 0}.section:last-child{border-bottom:none}.section h2{margin-bottom:2rem;font-size:2rem}.section h2:before{content:"export default class ";color:var(--vscode-blue);font-size:1.2rem}.section h2:after{content:" {";color:var(--vscode-fg)}.hero-section{align-items:center;padding:6rem 0 4rem;display:flex}.hero-text h1{color:var(--vscode-yellow);font-size:3.5rem}.hero-text .greeting{color:var(--vscode-green)}.hero-text .greeting:before{content:"// "}.hero-text .tagline{font-size:1.2rem}.hero-text .current-func{color:var(--vscode-yellow)}.hero-text .current-current:before{content:".";color:var(--vscode-fg)}.hero-text .current-current{color:var(--vscode-cyan)}.hero-text .current-current:after{content:" =  ";color:var(--vscode-fg)}.hero-text .current-var{color:var(--vscode-string)}.hero-text .current-var:after{content:";";color:var(--vscode-fg)}.timeline-item,.skill-category,.project-card{background-color:var(--vscode-panel);border:1px solid var(--vscode-border);border-radius:4px;margin-bottom:1.5rem;padding:1.5rem}.timeline-date{color:var(--vscode-green);font-size:.9rem}.skill-category h3{color:var(--vscode-blue)}.project-card h3{color:var(--vscode-yellow)}.hero-image{border:5px solid #007bff;border-radius:50%;width:300px;height:300px;margin-bottom:100px;overflow:hidden;box-shadow:0 0 20px #007bff80}.profile-pic{object-fit:cover;width:300px;height:300px;display:block}.button{background-color:var(--vscode-blue);border-radius:2px;margin-top:1rem;padding:.6rem 1.2rem;font-weight:700;display:inline-block;color:var(--vscode-bg)!important}.button:hover{background-color:var(--vscode-teal);text-decoration:none}.social-links{gap:1.5rem;margin-top:2rem;display:flex}.social-links a{background-color:var(--vscode-panel);border:1px solid var(--vscode-border);width:48px;height:48px;color:var(--vscode-fg);border-radius:8px;justify-content:center;align-items:center;transition:all .3s;display:flex}.social-links a:hover{background-color:var(--vscode-bg);color:var(--vscode-yellow);border-color:var(--vscode-yellow);transform:translateY(-3px)}.social-links svg{fill:currentColor;width:24px;height:24px}
