.navbar{z-index:1000;width:100%;padding:1.5rem 0;transition:all .3s;position:fixed;top:0;left:0}.navbar.scrolled{background:var(--glass-bg);border-bottom:1px solid var(--glass-border);padding:1rem 0}.nav-container{justify-content:space-between;align-items:center;display:flex}.logo{letter-spacing:1px;font-size:1.5rem;font-weight:800}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a:not(.btn){opacity:.8;font-size:.95rem;font-weight:600}.nav-links a:not(.btn):hover{opacity:1}@media (max-width:768px){.nav-links{display:none}}
.hero-section{align-items:center;min-height:100vh;padding-top:5rem;display:flex}.hero-text{max-width:800px}.greeting{color:var(--accent-cyan);letter-spacing:2px;margin-bottom:1rem;font-size:1.2rem;font-weight:600}.name{margin-bottom:.5rem;font-size:clamp(3rem,8vw,5rem);font-weight:800;line-height:1.1}.title{margin-bottom:1.5rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.2}.description{color:var(--text-secondary);max-width:600px;margin-bottom:2.5rem;font-size:1.1rem}.hero-cta{gap:1.5rem;display:flex}@media (max-width:768px){.hero-cta{flex-direction:column}}
.about-section{position:relative}.about-content{align-items:center;gap:4rem;padding:3rem;display:flex}.about-text{flex:3}.about-text p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem}.about-text strong{color:var(--text-primary)}.about-stats{border-left:1px solid var(--glass-border);flex-direction:column;flex:1;gap:2rem;padding-left:3rem;display:flex}.stat-item h3{margin-bottom:.5rem;font-size:3rem;line-height:1}.stat-item p{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;font-size:.9rem}@media (max-width:900px){.about-content{flex-direction:column;padding:2rem}.about-stats{border-left:none;border-top:1px solid var(--glass-border);flex-direction:row;justify-content:space-between;width:100%;padding-top:2rem;padding-left:0}}
.timeline{max-width:800px;margin:0 auto;padding-left:2rem;position:relative}.timeline:before{content:"";background:var(--glass-border);width:2px;position:absolute;top:0;bottom:0;left:0}.timeline-item{margin-bottom:3rem;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-dot{background:var(--accent-blue);width:16px;height:16px;box-shadow:0 0 15px var(--accent-blue);border-radius:50%;position:absolute;top:1.5rem;left:-2rem;transform:translate(-50%)}.timeline-content{padding:2rem;transition:transform .3s}.timeline-content:hover{border-color:var(--accent-blue);transform:translate(10px)}.timeline-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.timeline-header h3{color:var(--text-primary);font-size:1.3rem}.duration{color:var(--text-secondary);background:#ffffff0d;border-radius:20px;padding:.3rem .8rem;font-size:.9rem}.company{margin-bottom:1rem;font-size:1.1rem}.description{color:var(--text-secondary);line-height:1.6}
.skills-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.skill-category{padding:2.5rem;transition:transform .3s}.skill-category:hover{transform:translateY(-5px)}.category-title{color:var(--accent-cyan);margin-bottom:1.5rem;font-size:1.5rem}.skill-list{flex-direction:column;gap:1rem;list-style:none;display:flex}.skill-item{color:var(--text-secondary);align-items:center;gap:1rem;font-size:1.1rem;display:flex}.skill-bullet{background:var(--accent-purple);width:8px;height:8px;box-shadow:0 0 10px var(--accent-purple);border-radius:50%}
.projects-section{position:relative}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;display:grid}.project-card{flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.project-card:hover{border-color:var(--accent-purple);transform:translateY(-10px);box-shadow:0 15px 35px #00000080}.project-content{flex-direction:column;height:100%;padding:2rem;display:flex}.project-content h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem}.project-desc{color:var(--text-secondary);flex-grow:1;margin-bottom:1.5rem}.project-tech{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.tech-tag{color:var(--accent-purple);background:#8b5cf61a;border-radius:20px;padding:.3rem .8rem;font-size:.8rem;font-weight:600}.project-link{color:var(--accent-cyan);align-items:center;gap:.5rem;font-weight:600;display:inline-flex}.project-link:hover{gap:.8rem}
.contact-card{text-align:center;flex-direction:column;align-items:center;max-width:800px;margin:0 auto;padding:4rem;display:flex}.contact-card h2{text-align:center!important}.contact-desc{color:var(--text-secondary);max-width:600px;margin-bottom:3rem;font-size:1.1rem}.contact-links{justify-content:center;gap:1.5rem;display:flex}@media (max-width:600px){.contact-card{padding:2rem}.contact-links{flex-direction:column;width:100%}.contact-links .btn{width:100%}}
.footer{border-bottom:none;border-left:none;border-right:none;border-radius:0;margin-top:4rem;padding:2rem 0}.footer-container{justify-content:space-between;align-items:center;display:flex}.footer-brand p{color:var(--text-secondary);margin-top:.5rem;font-size:.9rem}.footer-socials{gap:1.5rem;display:flex}.footer-socials a{color:var(--text-secondary);font-size:.95rem}.footer-socials a:hover{color:var(--accent-cyan)}@media (max-width:600px){.footer-container{text-align:center;flex-direction:column;gap:1.5rem}}
