@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&family=Montserrat:wght@400;500;600;700&display=swap";:root{--color-bg: #0a0a0f;--color-bg-secondary: #1a1a2e;--color-primary: #00ff41;--color-text: rgba(255, 255, 255, .87);--color-text-muted: rgba(255, 255, 255, .6);--font-mono: "JetBrains Mono", "Fira Code", monospace;--font-display: "Montserrat", system-ui, sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}html,body,#root{width:100%;min-height:100%}body{font-family:var(--font-display);line-height:1.5;font-weight:400;color:var(--color-text);background:linear-gradient(180deg,#0a0a0f,#1a1a2e,#0a0a0f);background-attachment:fixed;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-bg-secondary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}::selection{background:#00ff414d;color:#fff}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.hero-section{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:max(env(safe-area-inset-top),1rem) 10% 0;position:relative}.hero-content{max-width:900px}.hero-greeting{font-family:JetBrains Mono,Fira Code,monospace;font-size:1rem;color:#00ff41;margin-bottom:.5rem;letter-spacing:.1em}.hero-name{font-family:Clash Display,Montserrat,sans-serif;font-size:clamp(2.5rem,8vw,5rem);font-weight:700;color:#fff;margin:0;line-height:1.1;background:linear-gradient(135deg,#fff,#a0a0a0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-title{font-family:JetBrains Mono,Fira Code,monospace;font-size:clamp(1.2rem,3vw,1.8rem);font-weight:400;color:#00ff41;margin:.5rem 0 1.5rem;position:relative}.hero-title:after{content:"_";animation:blink 1s step-end infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.hero-description{font-size:1.1rem;color:#ffffffb3;line-height:1.7;margin-bottom:2rem}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.btn{padding:.875rem 2rem;font-family:JetBrains Mono,monospace;font-size:.9rem;text-decoration:none;border-radius:4px;transition:all .3s ease;cursor:pointer;border:none}.btn-primary{background:linear-gradient(135deg,#00ff41,#0c3);color:#0a0a0f;font-weight:600}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #00ff414d}.btn-secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3)}.btn-secondary:hover{border-color:#00ff41;color:#00ff41}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#ffffff80;font-size:.8rem;animation:fadeInUp 1s ease 1s both}.scroll-arrow{width:20px;height:20px;border-right:2px solid rgba(255,255,255,.5);border-bottom:2px solid rgba(255,255,255,.5);transform:rotate(45deg);animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0) rotate(45deg)}40%{transform:translateY(10px) rotate(45deg)}60%{transform:translateY(5px) rotate(45deg)}}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.bio-section{min-height:80vh;padding:3rem 10%;display:flex;align-items:flex-start;justify-content:center}.bio-container{max-width:800px;width:100%}.bio-section .section-title{margin-bottom:3rem}.bio-content{display:flex;flex-direction:column;gap:2rem}.bio-text{font-size:1.1rem;color:#ffffffb3;line-height:1.8}.bio-text p{margin-bottom:1.5rem}.bio-text p:last-child{margin-bottom:0}.experience-item{margin-bottom:3rem}.experience-item:last-child{margin-bottom:0}.experience-item h3{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:.5rem}.experience-item .role{font-size:1.2rem;font-weight:500;color:#00ff41;margin-bottom:.25rem}.experience-item .period{font-size:.95rem;color:#fff9;margin-bottom:.25rem}.experience-item .location{font-size:.95rem;color:#fff9;margin-bottom:1rem;font-style:italic}.experience-item ul{margin:1rem 0;padding-left:2rem;color:#ffffffb3}.experience-item li{margin-bottom:.5rem}.experience-item strong{color:#fff;font-weight:600}.projects-section{min-height:80vh;padding:3rem 10%;display:flex;align-items:flex-start}.projects-container{width:100%;max-width:1200px;margin:0 auto}.section-title{font-family:Clash Display,Montserrat,sans-serif;font-size:clamp(1.5rem,4vw,2.5rem);color:#fff;margin-bottom:3rem;display:flex;align-items:center;gap:1rem}.title-number{font-family:JetBrains Mono,monospace;font-size:1rem;color:#00ff41}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.project-card{background:#1a1a2e99;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:2rem;transition:all .3s ease;display:flex;flex-direction:column;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.project-card:hover{transform:translateY(-5px);border-color:#00ff414d;box-shadow:0 20px 40px #0000004d}.project-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.project-icon{width:40px;height:40px;color:#00ff41}.project-icon svg{width:100%;height:100%}.project-header-right{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.closed-source-badge{font-family:JetBrains Mono,monospace;font-size:.7rem;color:#ffffffb3;padding:.25rem .5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:3px;white-space:nowrap}.project-links{display:flex;gap:.75rem}.project-links a{width:22px;height:22px;color:#fff9;transition:color .2s ease}.project-links a:hover{color:#00ff41}.project-links svg{width:100%;height:100%}.project-title{font-family:Clash Display,Montserrat,sans-serif;font-size:1.25rem;color:#fff;margin:0 0 .75rem;transition:color .2s ease}.project-card:hover .project-title{color:#00ff41}.project-description{font-size:.95rem;color:#fff9;line-height:1.6;flex-grow:1;margin-bottom:1.5rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0;margin:0}.project-tech li{font-family:JetBrains Mono,monospace;font-size:.75rem;color:#ffffff80;padding:.25rem .5rem;background:#00ff411a;border-radius:3px}.contact-section{min-height:80vh;padding:3rem 10%;display:flex;align-items:flex-start;justify-content:center}.contact-container{text-align:center;max-width:600px}.contact-section .section-title{justify-content:center}.contact-content{margin-bottom:4rem}.contact-text{font-size:1.1rem;color:#ffffffb3;line-height:1.8;margin-bottom:2.5rem}.contact-btn{display:inline-block;padding:1rem 3rem;font-family:JetBrains Mono,monospace;font-size:1rem;color:#00ff41;text-decoration:none;border:2px solid #00ff41;border-radius:4px;transition:all .3s ease;margin-bottom:3rem}.contact-btn:hover{background:#00ff411a;transform:translateY(-3px);box-shadow:0 10px 30px #00ff4133}.social-links{display:flex;justify-content:center;gap:1.5rem}.social-links a{width:24px;height:24px;color:#fff9;transition:all .2s ease}.social-links a:hover{color:#00ff41;transform:translateY(-3px)}.social-links svg{width:100%;height:100%}.footer{padding-top:3rem;border-top:1px solid rgba(255,255,255,.1)}.footer-logo{max-width:150px;height:auto;margin-bottom:1.5rem;opacity:.8;transition:opacity .3s ease}.footer-logo:hover{opacity:1}.footer p{font-family:JetBrains Mono,monospace;font-size:.8rem;color:#fff6;margin:.5rem 0}
