@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Fira+Code:wght@400;500&display=swap";:root{--bg-primary:#1e1e1e;--bg-secondary:#252526;--bg-tertiary:#333;--bg-hover:#2a2d2e;--text-primary:#ccc;--text-secondary:#858585;--text-accent:#569cd6;--text-string:#ce9178;--text-function:#dcdcaa;--text-type:#4ec9b0;--text-control:#c586c0;--text-number:#b5cea8;--border-color:#3c3c3c;--accent-color:#007acc;--focus-ring:#007acc66}html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-primary);color:var(--text-primary);margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}code,pre{font-family:Fira Code,source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-weight:600;line-height:1.2}a{color:var(--text-accent);text-decoration:none;transition:color .3s}a:hover{color:var(--text-type);text-decoration:underline}button{cursor:pointer;font-family:inherit}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.6s forwards fadeIn}.container{max-width:1100px;margin:0 auto;padding:0 2rem}.section{border-bottom:1px solid var(--border-color);padding:5rem 0}.section-title{color:var(--text-function);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:2.5rem;display:flex}.section-title:before{content:"export const";color:var(--text-accent);font-family:Fira Code,monospace;font-size:1.2rem}.section-title:after{content:"= () => {";color:var(--text-primary);font-family:Fira Code,monospace;font-size:1.2rem}.header{background-color:var(--bg-secondary);border-bottom:1px solid var(--border-color);z-index:100;justify-content:space-between;align-items:center;height:60px;padding:0 2rem;display:flex;position:sticky;top:0}.header-logo{color:var(--text-primary);align-items:center;gap:.5rem;font-weight:600;display:flex}.header-nav{gap:1.5rem;display:flex}.header-nav a{color:var(--text-secondary);font-size:.9rem;transition:color .2s}.header-nav a:hover{color:var(--text-primary);text-decoration:none}.footer{background-color:var(--accent-color);color:#fff;justify-content:space-between;align-items:center;height:25px;padding:0 1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.75rem;display:flex;overflow:hidden}.footer-left,.footer-right{align-items:center;gap:1rem;display:flex}.status-item{cursor:pointer;align-items:center;gap:.3rem;display:flex}.status-item:hover{background-color:#fff3}.main-branch:before{content:"⎇";font-size:.9rem}.error-count:before{content:"✕";font-size:.7rem}.warning-count:before{content:"⚠";font-size:.8rem}.hero-section{justify-content:space-between;align-items:center;gap:4rem;min-height:80vh;padding:2rem 0;display:flex}.hero-content{flex:1}.hero-title{margin-bottom:1rem;font-size:3.5rem}.hero-subtitle{color:var(--text-secondary);margin-bottom:2rem;font-family:Fira Code,monospace;font-size:1.25rem}.hero-cta{gap:1rem;display:flex}.btn{border-radius:4px;padding:.75rem 1.5rem;font-family:Fira Code,monospace;font-size:1rem;text-decoration:none;transition:all .2s;display:inline-block}.btn-primary{background-color:var(--accent-color);color:#fff;border:1px solid var(--accent-color)}.btn-primary:hover{color:#fff;background-color:#005999;text-decoration:none}.btn-secondary{color:var(--text-primary);border:1px solid var(--border-color);background-color:#0000}.btn-secondary:hover{background-color:var(--bg-hover);color:var(--text-primary);text-decoration:none}.hero-image-wrapper{flex:1;justify-content:center;display:flex;position:relative}.hero-image-wrapper:before{content:"";background:var(--accent-color);filter:blur(80px);opacity:.2;z-index:0;border-radius:50%;width:300px;height:300px;position:absolute}.hero-image{object-fit:cover;border:2px solid var(--border-color);z-index:1;border-radius:12px;width:300px;height:300px;box-shadow:0 10px 30px #00000080}.text-type{color:var(--text-type)}.text-function{color:var(--text-function)}.text-string{color:var(--text-string)}@media (width<=768px){.hero-section{text-align:center;flex-direction:column-reverse;padding-top:4rem}.hero-title{font-size:2.5rem}.hero-cta{justify-content:center}}.experience-list{flex-direction:column;gap:2rem;display:flex}.experience-item{background-color:var(--bg-secondary);border-left:3px solid var(--accent-color);border-radius:6px;padding:1.5rem;box-shadow:0 4px 6px #0003}.experience-header{flex-wrap:wrap;justify-content:space-between;align-items:baseline;margin-bottom:.5rem;display:flex}.experience-title{color:var(--text-type);font-size:1.25rem}.experience-date{color:var(--text-secondary);font-family:Fira Code,monospace;font-size:.9rem}.experience-desc{color:var(--text-primary);opacity:.8;margin-bottom:1rem;font-style:italic}.experience-bullets{padding-left:0;list-style-type:none}.experience-bullets li{color:var(--text-primary);margin-bottom:.5rem;line-height:1.6;display:flex}.bullet-dash{color:var(--text-accent);margin-right:.5rem;font-family:Fira Code,monospace}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.skill-category{background-color:var(--bg-hover);border:1px solid var(--bg-tertiary);border-radius:6px;padding:1.5rem}.skill-category-title{color:var(--text-function);margin-bottom:1rem;font-family:Fira Code,monospace;font-size:1.1rem}.skill-category-title:before{content:"interface ";color:var(--text-accent)}.skill-category-title:after{content:" {";color:var(--text-primary)}.skill-tags{flex-wrap:wrap;gap:.5rem;padding-left:1rem;display:flex}.skill-tag{background-color:var(--bg-tertiary);color:var(--text-string);cursor:default;border-radius:4px;padding:.25rem .75rem;font-family:Fira Code,monospace;font-size:.85rem;transition:all .2s}.skill-tag:before,.skill-tag:after{content:"'";color:var(--text-secondary)}.skill-tag:hover{background-color:var(--border-color);transform:translateY(-2px)}
