:root{--bg: #0a0a0a;--surface: #141414;--surface-hover: #1a1a1a;--border: rgba(255, 255, 255, .06);--border-hover: rgba(255, 255, 255, .12);--text: #ededed;--text-secondary: #999;--text-muted: #555;--accent: #9333ea;--accent-hover: #7e22ce;--accent-subtle: rgba(147, 51, 234, .06);--radius: 10px;--max-w: 1060px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden;line-height:1.6;-webkit-font-smoothing:antialiased}.app{min-height:100vh}.scroll-progress{position:fixed;top:0;left:0;height:2px;background:var(--accent);z-index:10000}nav{position:fixed;top:0;width:100%;z-index:1000;padding:.75rem 0;background:#0a0a0acc;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid transparent;transition:border-color .3s ease}nav.scrolled{border-bottom-color:var(--border)}.nav-container{max-width:var(--max-w);margin:0 auto;padding:0 2rem;display:flex;align-items:center;gap:2rem}.nav-brand{font-size:1.1rem;font-weight:700;color:var(--text);text-decoration:none;letter-spacing:-.02em;margin-right:auto;transition:color .2s ease}.nav-brand:hover{color:var(--accent)}.nav-links{display:flex;list-style:none;gap:1.75rem}.nav-links a{color:var(--text-muted);text-decoration:none;font-size:.85rem;font-weight:500;transition:color .2s ease}.nav-links a:hover{color:var(--text)}.nav-resume-btn{font-size:.8rem;font-weight:500;padding:.4rem 1rem;border-radius:6px;border:1px solid var(--accent);color:var(--accent);text-decoration:none;transition:all .2s ease;white-space:nowrap}.nav-resume-btn:hover{background:var(--accent);color:#000}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.mobile-menu-toggle span{width:20px;height:1.5px;background:var(--text-secondary);transition:all .3s ease;border-radius:1px}.mobile-nav{display:none}.hero{min-height:100vh;display:flex;align-items:center;padding:6rem 2rem 4rem}.hero-inner{max-width:var(--max-w);margin:0 auto;width:100%}.hero-greeting{display:block;color:var(--accent);font-size:.95rem;font-weight:500;margin-bottom:1.25rem;font-family:SF Mono,Fira Code,Cascadia Code,Consolas,monospace}.hero-name{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;color:var(--text);letter-spacing:-.03em;line-height:1.1;margin-bottom:.5rem}.hero-role{font-size:clamp(1.2rem,3vw,1.75rem);color:var(--text-secondary);font-weight:400;margin-bottom:1.5rem;min-height:2.5rem}.typing-text{color:var(--text-secondary)}.cursor-blink{color:var(--accent);animation:blink 1s infinite}.hero-tagline{font-size:1.05rem;color:var(--text-muted);max-width:540px;line-height:1.7;margin-bottom:2.5rem}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{display:inline-block;padding:.7rem 1.5rem;border-radius:8px;background:var(--accent);color:#000;text-decoration:none;font-weight:600;font-size:.9rem;transition:background .2s ease}.btn-primary:hover{background:var(--accent-hover)}.btn-ghost{display:inline-block;padding:.7rem 1.5rem;border-radius:8px;border:1px solid var(--border-hover);color:var(--text-secondary);text-decoration:none;font-weight:500;font-size:.9rem;transition:all .2s ease;background:transparent}.btn-ghost:hover{border-color:var(--text-muted);color:var(--text)}section{padding:5rem 2rem;max-width:var(--max-w);margin:0 auto;scroll-margin-top:70px}.section-label{display:block;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:2.5rem;font-family:SF Mono,Fira Code,Cascadia Code,Consolas,monospace}.about-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:start}.about-main p{font-size:1.05rem;color:var(--text-secondary);line-height:1.8}.edu-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.edu-card h3{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:1.25rem}.edu-school{display:flex;align-items:center;font-size:1rem;font-weight:600;color:var(--text);margin-bottom:.5rem}.edu-school a{color:inherit;text-decoration:none;transition:color .2s ease}.edu-school a:hover{color:var(--accent)}.edu-degree{font-size:.9rem;color:var(--text-secondary);margin-bottom:.25rem;line-height:1.5}.edu-years{font-size:.85rem;color:var(--text-muted)}.timeline{position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:5px;top:8px;bottom:8px;width:1px;background:var(--border)}.tl-item{position:relative;margin-bottom:2rem}.tl-item:last-child{margin-bottom:0}.tl-dot{position:absolute;left:-2rem;top:8px;width:11px;height:11px;border-radius:50%;background:var(--bg);border:2px solid var(--accent);z-index:1}.tl-content{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;transition:border-color .2s ease}.tl-content:hover{border-color:var(--border-hover)}.tl-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.tl-company{font-size:1.15rem;font-weight:700;color:var(--text);margin-bottom:.15rem}.tl-company a{color:inherit;text-decoration:none;transition:color .2s ease}.tl-company a:hover{color:var(--accent)}.tl-title{font-size:1rem;font-weight:500;color:var(--accent);margin-bottom:.25rem}.tl-meta{font-size:.85rem;color:var(--text-muted);margin-bottom:.1rem}.tl-desc{font-size:.9rem;color:var(--text-secondary);line-height:1.7;margin-top:.75rem}.tl-role{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border)}.tl-role h4{font-size:1rem;font-weight:600;color:var(--accent);margin-bottom:.2rem}.tl-dates{font-size:.8rem;color:var(--text-muted);margin-bottom:.5rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem}.project-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color .2s ease,transform .2s ease;display:flex;flex-direction:column}.project-card:hover{border-color:var(--border-hover);transform:translateY(-2px)}.project-body{padding:1.25rem;flex:1;display:flex;flex-direction:column}.project-type-badge{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--accent);background:var(--accent-subtle);padding:.2rem .55rem;border-radius:4px;width:fit-content}.project-type-list{display:inline-flex;align-items:center;gap:.35rem;flex-wrap:wrap}.project-title{font-size:1.1rem;font-weight:700;color:var(--text);margin-bottom:.5rem}.project-desc{font-size:.85rem;color:var(--text-secondary);line-height:1.6;margin-bottom:1rem;flex:1}.project-tech-list{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:1rem}.tech-item{font-size:.75rem;color:var(--text-secondary);background:#ffffff0f;padding:.25rem .6rem;border-radius:4px;border:1px solid var(--border-hover)}.project-footer{margin-top:auto}.project-link{font-size:.85rem;color:var(--accent);text-decoration:none;font-weight:500;transition:color .2s ease;display:inline-flex;align-items:center;gap:.35rem}.project-link:hover{color:var(--accent-hover)}.project-link:after{content:"→"}.project-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.project-meta-left{display:inline-flex;align-items:center;gap:.25rem}.project-company{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:.2rem .55rem;border-radius:4px;background:#ffffff0f;color:var(--text-secondary);border:1px solid var(--border-hover);line-height:1}.skills-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:1.25rem}.skill-group{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.skill-group-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin-bottom:.75rem}.skill-list{list-style:none}.skill-list li{font-size:.9rem;color:var(--text-secondary);padding:.3rem 0;border-bottom:1px solid var(--border)}.skill-list li:last-child{border-bottom:none}.contact-section{text-align:center}.contact-heading{font-size:2rem;font-weight:700;color:var(--text);margin-bottom:1rem;letter-spacing:-.02em}.contact-subtext{font-size:1.05rem;color:var(--text-muted);max-width:480px;margin:0 auto 2.5rem;line-height:1.7}.contact-cards{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.contact-card{display:flex;align-items:center;gap:.5rem;padding:.65rem 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;text-decoration:none;transition:all .2s ease;color:var(--text-secondary);font-size:.9rem;font-weight:500}.contact-card:hover{border-color:var(--accent);color:var(--text)}.contact-card svg{width:18px;height:18px;flex-shrink:0}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:36px;height:36px;border-radius:8px;background:var(--surface);border:1px solid var(--border);color:var(--text-muted);font-size:1rem;cursor:pointer;opacity:0;visibility:hidden;transition:all .2s ease;z-index:1000}.back-to-top.visible{opacity:1;visibility:visible}.back-to-top:hover{border-color:var(--accent);color:var(--accent)}footer{text-align:center;padding:2rem;border-top:1px solid var(--border)}footer p{color:var(--text-muted);font-size:.8rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@media(max-width:768px){section.reveal{opacity:1;transform:translateY(0);transition:none}section{padding:3.5rem 1.5rem}.nav-links,.nav-resume-btn{display:none}.mobile-menu-toggle{display:flex}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.mobile-nav{display:block;position:fixed;top:50px;left:0;width:100%;background:#0a0a0afa;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);max-height:0;overflow:hidden;transition:max-height .3s ease;border-bottom:1px solid var(--border)}.mobile-nav.active{max-height:400px}.mobile-nav-links{list-style:none;padding:1.5rem 2rem;display:flex;flex-direction:column;gap:1.25rem}.mobile-nav-links a{color:var(--text-secondary);text-decoration:none;font-size:1rem;font-weight:500}.mobile-nav-links a:hover{color:var(--text)}.hero{padding:5rem 1.5rem 3rem}.hero-name{font-size:2.2rem}.hero-role{font-size:1.15rem}.about-grid{grid-template-columns:1fr;gap:2rem}.projects-grid{grid-template-columns:1fr}.skills-grid{grid-template-columns:repeat(2,1fr)}.timeline{padding-left:1.5rem}.tl-dot{left:-1.5rem}.contact-cards{flex-direction:column;align-items:center}}@media(max-width:480px){section{padding:3rem 1rem}.hero-name{font-size:1.8rem}.hero-tagline{font-size:.9rem}.hero-actions{flex-direction:column}.btn-primary,.btn-ghost{width:100%;text-align:center}.skills-grid{grid-template-columns:1fr}.tl-header{flex-direction:column}.projects-grid{grid-template-columns:1fr}.back-to-top{bottom:1rem;right:1rem}}
