@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--bg-primary:#fff;--bg-secondary:#f8fafc;--text-primary:#0f172a;--text-secondary:#475569;--accent-color:#3b82f6;--accent-hover:#2563eb;--border-color:#e2e8f0;--card-bg:#ffffffb3;--glass-border:#ffffff80;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--transition-speed:.3s}[data-theme=dark]{--bg-primary:#0f172a;--bg-secondary:#1e293b;--text-primary:#f8fafc;--text-secondary:#cbd5e1;--accent-color:#60a5fa;--accent-hover:#93c5fd;--border-color:#334155;--card-bg:#1e293bb3;--glass-border:#ffffff0d;--shadow-sm:0 1px 2px 0 #00000080;--shadow-md:0 4px 6px -1px #00000080, 0 2px 4px -1px #0000004d;--shadow-lg:0 10px 15px -3px #00000080, 0 4px 6px -2px #0000004d}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}body{background-color:var(--bg-primary);color:var(--text-primary);transition:background-color var(--transition-speed) ease, color var(--transition-speed) ease;line-height:1.6;overflow-x:hidden}a{color:var(--accent-color);transition:color var(--transition-speed) ease;text-decoration:none}a:hover{color:var(--accent-hover)}button{cursor:pointer;background:0 0;border:none;outline:none;font-family:Inter,sans-serif}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:6rem 0}.section-title{text-align:center;color:var(--text-primary);margin-bottom:3rem;font-size:2.5rem;font-weight:700}.section-title span{color:var(--accent-color)}.glass{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border)}.btn{border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-primary{background-color:var(--accent-color);color:#fff;box-shadow:var(--shadow-md)}.btn-primary:hover{background-color:var(--accent-hover);box-shadow:var(--shadow-lg);color:#fff;transform:translateY(-2px)}.btn-secondary{color:var(--text-primary);border:2px solid var(--border-color);background-color:#0000}.btn-secondary:hover{border-color:var(--accent-color);color:var(--accent-color);transform:translateY(-2px)}.fade-in{opacity:0;transition:opacity .8s ease-out,transform .8s ease-out;transform:translateY(20px)}.fade-in.visible{opacity:1;transform:translateY(0)}.grid{display:grid}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-col{flex-direction:column}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.text-center{text-align:center}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-muted{color:var(--text-secondary)}@media (width<=768px){.section{padding:4rem 0}.section-title{margin-bottom:2rem;font-size:2rem}}.navbar{z-index:1000;width:100%;transition:all var(--transition-speed) ease;background:0 0;padding:1.5rem 0;position:fixed;top:0;left:0}.navbar.scrolled{border-bottom:1px solid var(--glass-border);padding:1rem 0}.navbar-inner{height:100%}.brand{color:var(--text-primary);align-items:center;font-size:1.5rem;font-weight:800;display:flex}.brand-dot{color:var(--accent-color)}.nav-links{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--text-secondary);font-size:.95rem;font-weight:500;position:relative}.nav-link:hover{color:var(--text-primary)}.nav-link:after{content:"";background-color:var(--accent-color);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-link:hover:after{width:100%}.theme-toggle,.menu-toggle{color:var(--text-primary);border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:background-color .3s;display:flex}.theme-toggle:hover,.menu-toggle:hover{background-color:var(--card-bg)}.mobile-only{display:none}.mobile-menu{border-bottom:1px solid var(--glass-border);opacity:0;visibility:hidden;z-index:999;flex-direction:column;width:100%;padding:1rem 2rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:100%;left:0;transform:translateY(-150%)}.mobile-menu.open{opacity:1;visibility:visible;transform:translateY(0)}.mobile-nav-link{color:var(--text-primary);border-bottom:1px solid var(--glass-border);padding:1rem 0;font-size:1.1rem;font-weight:500}.mobile-nav-link:last-child{border-bottom:none}@media (width<=768px){.desktop-only{display:none}.mobile-only{display:flex}}.hero-section{min-height:100vh;padding-top:5rem}.hero-content{max-width:800px}.hero-greeting{color:var(--accent-color);margin-bottom:1rem;font-size:1.125rem;font-weight:500;display:block}.hero-name{letter-spacing:-.02em;margin-bottom:1rem;font-size:4.5rem;font-weight:800;line-height:1.1}.hero-title{margin-bottom:1.5rem;font-size:2rem;font-weight:600;line-height:1.2}.hero-tagline{max-width:600px;margin-bottom:2.5rem;font-size:1.25rem}@media (width<=768px){.hero-name{font-size:3rem}.hero-title{font-size:1.5rem}.hero-tagline{font-size:1.125rem}.hero-cta{flex-direction:column}}.about-content{grid-template-columns:3fr 2fr;align-items:center;gap:3rem}.about-text{border-radius:1.5rem;padding:2.5rem}.mt-4{margin-top:1rem}.about-stats{grid-template-columns:repeat(2,1fr);gap:1.5rem}.stat-card{text-align:center;border-radius:1.5rem;padding:2rem;transition:transform .3s}.stat-card:hover{border-color:var(--accent-color);transform:translateY(-5px)}.stat-number{color:var(--text-primary);font-size:2.5rem;font-weight:800;line-height:1.2}.stat-label{color:var(--text-secondary);margin-top:.5rem;font-size:.9rem;font-weight:500}@media (width<=992px){.about-content{grid-template-columns:1fr}}@media (width<=576px){.about-stats{grid-template-columns:1fr}}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.skill-category{border-radius:1.5rem;padding:2rem}.category-title{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.skills-list{flex-direction:column;gap:1.25rem;display:flex}.skill-info{margin-bottom:.5rem;font-weight:500}.progress-bar{background-color:var(--border-color);border-radius:4px;width:100%;height:8px;overflow:hidden}.progress-fill{background-color:var(--accent-color);border-radius:4px;height:100%;transition:width 1s ease-out;position:relative;overflow:hidden}.progress-fill:after{content:"";background:linear-gradient(90deg,#fff0 0%,#fff3 50%,#fff0 100%);animation:2s infinite shimmer;position:absolute;inset:0}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.project-card{border-radius:1.5rem;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.project-card:hover{box-shadow:var(--shadow-lg);border-color:var(--accent-color);transform:translateY(-10px)}.project-image-wrapper{width:100%;height:200px;overflow:hidden}.project-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.project-card:hover .project-image{transform:scale(1.05)}.project-content{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.project-title{margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.project-description{flex-grow:1;margin-bottom:1.5rem}.project-tags{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.project-tag{background-color:var(--bg-secondary);color:var(--accent-color);border:1px solid var(--border-color);border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.project-links{margin-top:auto}.project-link{color:var(--text-primary);align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:flex}.project-link:hover{color:var(--accent-color)}.timeline-container{max-width:800px;margin:0 auto;position:relative}.timeline-container:before{content:"";background-color:var(--border-color);width:2px;height:100%;position:absolute;top:0;left:24px}.timeline-item{margin-bottom:3rem;padding-left:5rem;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-icon{background-color:var(--card-bg);border:2px solid var(--accent-color);width:50px;height:50px;color:var(--accent-color);z-index:1;border-radius:50%;position:absolute;top:0;left:0}.timeline-content{border-radius:1.5rem;padding:2rem;transition:transform .3s}.timeline-content:hover{border-color:var(--accent-color);transform:translate(10px)}.timeline-date{background-color:var(--accent-color);color:#fff;border-radius:9999px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.875rem;font-weight:600;display:inline-block}.timeline-title{margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.timeline-institution{font-size:1rem;font-weight:500}.timeline-link{color:var(--accent-color);width:fit-content;font-size:.875rem;font-weight:600;text-decoration:none;transition:opacity .3s}.timeline-link:hover{opacity:.8;text-decoration:underline}.experience-grid{grid-template-columns:1fr 1fr;gap:4rem;display:grid}.column-title{color:var(--text-primary);margin-bottom:2rem;font-size:1.5rem;font-weight:700}@media (width<=992px){.experience-grid{grid-template-columns:1fr;gap:3rem}}@media (width<=768px){.timeline-container:before{left:20px}.timeline-item{padding-left:4rem}.timeline-icon{width:40px;height:40px}}.contact-content{grid-template-columns:1fr 1.5fr;gap:4rem}.contact-subtitle{margin-bottom:1rem;font-size:1.5rem;font-weight:700}.mb-6{margin-bottom:1.5rem}.contact-method{border-radius:1rem;padding:1rem;text-decoration:none;transition:transform .3s,border-color .3s}.contact-method:hover{border-color:var(--accent-color);transform:translateY(-3px)}.icon-box{background-color:var(--accent-color);color:#fff;border-radius:50%;width:40px;height:40px}.social-links{margin-top:1rem}.social-link{width:50px;height:50px;color:var(--text-primary);border-radius:50%;transition:transform .3s,background-color .3s,color .3s}.social-link:hover{background-color:var(--accent-color);color:#fff;border-color:var(--accent-color);transform:translateY(-3px)}.contact-form{border-radius:1.5rem;padding:2.5rem}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-label{font-size:.9rem;font-weight:600}.form-input{border:1px solid var(--border-color);background-color:var(--bg-primary);color:var(--text-primary);border-radius:.75rem;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .3s,box-shadow .3s}.form-input:focus{border-color:var(--accent-color);outline:none;box-shadow:0 0 0 3px #3b82f633}@media (width<=992px){.contact-content{grid-template-columns:1fr;gap:3rem}}.footer{border-top:1px solid var(--border-color);background-color:var(--bg-primary);margin-top:4rem;padding:3rem 0}.border-glass{border-color:var(--glass-border)}
