.navbar{position:fixed;top:0;left:0;right:0;background-color:#0a0a0af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);z-index:1000;padding:1rem 0}.navbar-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-logo{font-size:1.5rem;font-weight:700;color:var(--accent-primary);transition:transform .3s ease}.navbar-logo:hover{transform:scale(1.05)}.logo-text{background:linear-gradient(135deg,var(--accent-primary),#4ecdc4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.navbar-menu{display:flex;list-style:none;gap:2rem;align-items:center}.navbar-link{color:var(--text-secondary);font-weight:500;font-size:1rem;position:relative;transition:color .3s ease;padding:.5rem 0}.navbar-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--accent-primary);transition:width .3s ease}.navbar-link:hover,.navbar-link.active{color:var(--text-primary)}.navbar-link:hover:after,.navbar-link.active:after{width:100%}@media (max-width: 768px){.navbar-container{padding:0 1rem}.navbar-menu{gap:1rem}.navbar-link{font-size:.9rem}.logo-text{font-size:1.2rem}}.home{min-height:100vh}.hero{padding:8rem 0 6rem;background:linear-gradient(135deg,#64ffda1a,#0a0a0a);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(100,255,218,.1) 0%,transparent 50%);pointer-events:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.hero-content{text-align:center;max-width:800px;margin:0 auto}.hero-image-container{margin-bottom:2rem;display:flex;justify-content:center}.hero-image{width:200px;height:200px;border-radius:50%;object-fit:cover;border:4px solid var(--accent-primary);box-shadow:0 10px 40px #64ffda4d;transition:transform .3s ease}.hero-image:hover{transform:scale(1.05)}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;background:linear-gradient(135deg,var(--text-primary) 0%,var(--accent-primary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.highlight{color:var(--accent-primary);-webkit-text-fill-color:var(--accent-primary)}.hero-subtitle{font-size:1.25rem;color:var(--text-secondary);margin-bottom:2.5rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:.875rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;transition:all .3s ease;border:2px solid transparent;cursor:pointer;display:inline-block}.btn-primary{background:var(--accent-primary);color:var(--bg-primary);border-color:var(--accent-primary)}.btn-primary:hover{background:transparent;color:var(--accent-primary);border-color:var(--accent-primary);transform:translateY(-2px);box-shadow:0 10px 20px #64ffda33}.btn-secondary{background:transparent;color:var(--text-primary);border-color:var(--border-color)}.btn-secondary:hover{background:var(--bg-tertiary);border-color:var(--accent-primary);transform:translateY(-2px)}.resume-section{padding:6rem 0}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center;color:var(--text-primary);position:relative;display:inline-block;width:100%}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background:var(--accent-primary);border-radius:2px}.resume-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.resume-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:2rem;transition:all .3s ease}.resume-grid>.resume-card:nth-child(1),.resume-grid>.resume-card:nth-child(2),.resume-grid>.resume-card:nth-child(3){padding:1.5rem}.resume-grid>.resume-card:nth-child(1) .card-title,.resume-grid>.resume-card:nth-child(2) .card-title,.resume-grid>.resume-card:nth-child(3) .card-title{font-size:1.3rem;margin-bottom:1rem}.resume-grid>.resume-card:nth-child(1) .card-text,.resume-grid>.resume-card:nth-child(2) .card-text,.resume-grid>.resume-card:nth-child(3) .card-text{line-height:1.6;font-size:.95rem}.resume-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px var(--shadow);border-color:var(--accent-primary)}.card-title{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:var(--accent-primary)}.card-text{color:var(--text-secondary);line-height:1.8}.experience-list{display:flex;flex-direction:column;gap:1.25rem}.experience-item{padding-bottom:1.25rem;border-bottom:1px solid var(--border-color)}.experience-item:last-child{border-bottom:none;padding-bottom:0}.experience-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.35rem;flex-wrap:wrap;gap:.5rem}.experience-title{font-size:1.05rem;font-weight:600;color:var(--text-primary);line-height:1.3}.experience-date{color:var(--accent-primary);font-size:.85rem;font-weight:500}.experience-company{color:var(--text-secondary);margin-bottom:.5rem;font-size:.85rem}.experience-details{list-style:none;padding-left:0}.experience-details li{color:var(--text-secondary);margin-bottom:.3rem;padding-left:1.25rem;position:relative;font-size:.85rem;line-height:1.4}.experience-details li:before{content:"▹";position:absolute;left:0;color:var(--accent-primary)}.skills-grid{display:flex;flex-direction:column;gap:1.2rem}.resume-grid>.resume-card:nth-child(3) .skills-grid{gap:1rem}.resume-grid>.resume-card:nth-child(3) .skill-category-title{font-size:.95rem;margin-bottom:.4rem}.resume-grid>.resume-card:nth-child(3) .skill-tag{font-size:.8rem;padding:.4rem .75rem}.skill-category{display:flex;flex-direction:column;gap:.75rem}.skill-category-title{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.skill-tags{display:flex;flex-wrap:wrap;gap:.75rem}.skill-tag{background:var(--bg-tertiary);color:var(--text-primary);padding:.5rem 1rem;border-radius:6px;font-size:.9rem;border:1px solid var(--border-color);transition:all .3s ease}.skill-tag:hover{background:var(--accent-primary);color:var(--bg-primary);border-color:var(--accent-primary);transform:translateY(-2px)}.education-item{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--border-color)}.education-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.education-title{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.education-institution{color:var(--text-secondary);margin-bottom:.5rem}.education-date{color:var(--accent-primary);font-size:.9rem}.certificates-list{display:flex;flex-direction:column;gap:1rem}.certificate-item{padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.certificate-item:last-child{border-bottom:none;padding-bottom:0}.achievements-list{list-style:none;padding:0}.achievement-item{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;color:var(--text-secondary);padding:.75rem;background:var(--bg-tertiary);border-radius:8px;transition:all .3s ease}.achievement-item:hover{background:var(--bg-primary);transform:translate(5px)}.achievement-icon{font-size:1.5rem}.contacts{display:flex;flex-direction:column;gap:1rem}.contact-link{display:flex;align-items:center;gap:.75rem;color:var(--text-secondary);padding:.75rem;background:var(--bg-tertiary);border-radius:8px;transition:all .3s ease}.contact-link:hover{color:var(--accent-primary);background:var(--bg-primary);transform:translate(5px)}.contact-location{color:var(--text-secondary);padding:.75rem;background:var(--bg-tertiary);border-radius:8px;margin-top:.5rem}.resume-grid>.resume-card:nth-child(2) .experience-list{gap:1rem}.resume-grid>.resume-card:nth-child(2) .experience-item{padding-bottom:1rem}.resume-grid>.resume-card:nth-child(2) .experience-summary{margin-bottom:1.5rem!important;font-size:1rem!important;line-height:1.6!important}@media (max-width: 768px){.hero{padding:6rem 0 4rem}.hero-image{width:150px;height:150px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.resume-grid{grid-template-columns:1fr;gap:1.5rem}.resume-card{padding:1.5rem}.section-title{font-size:2rem}.experience-header{flex-direction:column;align-items:flex-start}.experience-list{gap:1rem}.experience-item{padding-bottom:1rem}}.projects{min-height:100vh;padding:4rem 0}.page-title{font-size:3rem;font-weight:700;margin-bottom:1rem;text-align:center;background:linear-gradient(135deg,var(--text-primary) 0%,var(--accent-primary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page-subtitle{font-size:1.2rem;color:var(--text-secondary);text-align:center;max-width:700px;margin:0 auto 4rem;line-height:1.6}.featured-projects,.all-projects{margin-bottom:5rem}.featured-projects .section-title{margin-bottom:2rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-top:2rem}.projects-grid.featured{grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}.projects-grid-small{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.project-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column;height:100%}.project-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px var(--shadow);border-color:var(--accent-primary)}.project-image{width:100%;height:200px;background:linear-gradient(135deg,#64ffda1a,#0a0a0a);display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--border-color);overflow:hidden}.project-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-img{transform:scale(1.05)}.project-multiple-images{display:grid;grid-template-columns:repeat(3,1fr);width:100%;height:100%;gap:2px}.project-img-multiple{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-img-multiple{transform:scale(1.05)}.project-card-small .project-image{height:150px}.project-card-small .project-content{padding:1.25rem}.project-card-small .project-title{font-size:1.25rem;margin-bottom:.75rem}.project-card-small .project-description{font-size:.9rem;line-height:1.6;margin-bottom:1rem}.project-card-small .tech-tag{font-size:.75rem;padding:.3rem .6rem}.project-card-small .project-link{font-size:.85rem}.project-content{padding:2rem;display:flex;flex-direction:column;flex:1}.project-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary)}.project-description{color:var(--text-secondary);line-height:1.7;margin-bottom:1.5rem;flex:1}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{background:var(--bg-tertiary);color:var(--accent-primary);padding:.4rem .8rem;border-radius:6px;font-size:.85rem;border:1px solid var(--border-color);transition:all .3s ease}.tech-tag:hover{background:var(--accent-primary);color:var(--bg-primary);border-color:var(--accent-primary)}.project-links{margin-top:auto;padding-top:1rem;border-top:1px solid var(--border-color);display:flex;gap:1rem;flex-wrap:wrap}.project-link{color:var(--accent-primary);font-weight:500;font-size:.9rem;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease}.project-link:hover{color:var(--text-primary);gap:.75rem}@media (max-width: 768px){.projects{padding:2rem 0}.page-title{font-size:2rem}.page-subtitle{font-size:1rem;margin-bottom:2rem}.projects-grid,.projects-grid.featured{grid-template-columns:1fr;gap:1.5rem}.project-content{padding:1.5rem}.project-image{height:150px}}.about{min-height:100vh;padding:4rem 0}.about-content{max-width:900px;margin:0 auto}.about-section{margin-bottom:5rem}.story-content{color:var(--text-secondary);line-height:1.8;font-size:1.1rem}.story-content p{margin-bottom:1.5rem}.story-content p:last-child{margin-bottom:0}.approach-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.approach-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}.approach-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px var(--shadow);border-color:var(--accent-primary)}.approach-icon{font-size:3rem;margin-bottom:1rem;display:block}.approach-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary)}.approach-text{color:var(--text-secondary);line-height:1.7}.interests-list{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.interest-item{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:2rem;transition:all .3s ease}.interest-item:hover{border-color:var(--accent-primary);transform:translate(5px)}.interest-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--accent-primary)}.interest-item p{color:var(--text-secondary);line-height:1.8}.qualities-grid{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.quality-item{display:flex;flex-direction:column;gap:.5rem}.quality-name{font-weight:500;color:var(--text-primary);font-size:1rem}.quality-bar{width:100%;height:8px;background:var(--bg-tertiary);border-radius:4px;overflow:hidden}.quality-fill{height:100%;background:linear-gradient(90deg,var(--accent-primary),#4ecdc4);border-radius:4px;transition:width 1s ease}.hobbies{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:2rem}.hobby-item{display:flex;align-items:center;gap:.75rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;padding:1rem 1.5rem;transition:all .3s ease}.hobby-item:hover{background:var(--bg-tertiary);border-color:var(--accent-primary);transform:translateY(-3px)}.hobby-icon{font-size:1.5rem}.hobby-text{color:var(--text-secondary);font-weight:500}.contact-section{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:3rem;text-align:center;margin-top:2rem}.contact-intro{color:var(--text-secondary);font-size:1.1rem;line-height:1.8;margin-bottom:2rem}.contact-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.contact-btn{background:var(--bg-tertiary);border:2px solid var(--border-color);color:var(--text-primary);padding:.875rem 2rem;border-radius:8px;font-weight:500;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.contact-btn:hover{background:var(--accent-primary);color:var(--bg-primary);border-color:var(--accent-primary);transform:translateY(-2px);box-shadow:0 10px 20px #64ffda33}@media (max-width: 768px){.about{padding:2rem 0}.about-section{margin-bottom:3rem}.story-content{font-size:1rem}.approach-grid{grid-template-columns:1fr;gap:1.5rem}.approach-card,.interest-item{padding:1.5rem}.contact-section{padding:2rem 1.5rem}.contact-buttons{flex-direction:column}.contact-btn{width:100%;justify-content:center}}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding-top:80px}@media (max-width: 768px){.main-content{padding-top:70px}}*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #0a0a0a;--bg-secondary: #1a1a1a;--bg-tertiary: #252525;--text-primary: #ffffff;--text-secondary: #b0b0b0;--text-accent: #64ffda;--accent-primary: #64ffda;--accent-secondary: #ff6b6b;--border-color: #333333;--shadow: rgba(0, 0, 0, .3)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:var(--accent-primary);text-decoration:none;transition:color .3s ease}a:hover{color:var(--text-primary)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#333}
