body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{background:none;border:none;margin:0;padding:0}img{height:auto;max-width:100%}*{transition:color .3s ease,background-color .3s ease,border-color .3s ease}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#272f21;padding:1rem 0;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}.navbar.scrolled{background:#171c14;box-shadow:0 2px 20px #0000001a;padding:.8rem 0}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.nav-logo{color:#fff;cursor:pointer;font-size:1.5rem;font-weight:700;transition:color .3s ease}.nav-logo:hover{color:#758f64}.nav-menu{align-items:center;display:flex;gap:2rem}.nav-link{color:#fff;cursor:pointer;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:#758f64}.nav-link:after{background-color:#b38b6d;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover:after{width:100%}.hamburger{cursor:pointer;display:none;flex-direction:column;gap:4px}.hamburger span{background-color:#333;height:3px;transition:all .3s ease;width:25px}.hamburger.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media (max-width:768px){.nav-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;flex-direction:column;gap:1.5rem;left:0;opacity:0;padding:2rem;position:fixed;top:100%;transform:translateY(-100%);transition:all .3s ease;visibility:hidden;width:100%}.nav-menu.active{opacity:1;transform:translateY(0);visibility:visible}.hamburger{display:flex}.nav-container{padding:0 1rem}}.hero{align-items:center;background:linear-gradient(135deg,#36432f,#c1ceb9);color:#fff;display:flex;min-height:100vh;opacity:0;padding-top:80px;transform:translateY(30px);transition:all .8s ease}.hero.animate{opacity:1;transform:translateY(0)}.hero-container{margin:0 auto;max-width:1200px;padding:0 2rem;width:100%}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.hero-text{opacity:0;transform:translateX(-30px);transition:all .8s ease .2s}.hero.animate .hero-text{opacity:1;transform:translateX(0)}.hero-name{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#fff,#f0f0f0);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:700;margin-bottom:1rem}.hero-tagline{font-size:1.5rem;font-weight:300;margin-bottom:1.5rem;opacity:.9}.hero-description{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;opacity:.8}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.btn{border:none;border-radius:50px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:12px 24px;text-decoration:none;transition:all .3s ease}.btn-primary{background:#272f21;border:1px solid #c1ceb9;color:#c1cebc}.btn-primary:hover{background:#f0f0f0;box-shadow:0 10px 25px #ced8c7;color:#272f21;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #c1ceb9;color:#c1ceb9}.btn-secondary:hover{background:#c1ceb9;color:#272f21;transform:translateY(-2px)}.hero-image{align-items:center;display:flex;justify-content:center;opacity:0;transform:translateX(30px);transition:all .8s ease .4s}.hero.animate .hero-image{opacity:1;transform:translateX(0)}.profile-image{border:5px solid #c1ceb9;border-radius:50%;box-shadow:0 20px 40px #0000004d;height:300px;overflow:hidden;transition:all .3s ease;width:300px}.profile-image:hover{border-color:#301934;transform:scale(1.05)}.profile-image img{height:100%;object-fit:cover;width:100%}.profile-placeholder{align-items:center;background:#ffffff1a;display:none;font-size:4rem;height:100%;justify-content:center;width:100%}@media (max-width:768px){.hero-content{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-name{font-size:2.5rem}.hero-tagline{font-size:1.2rem}.hero-buttons{justify-content:center}.profile-image{height:250px;width:250px}.hero-container{padding:0 1rem}}@media (max-width:480px){.hero-name{font-size:2rem}.hero-description,.hero-tagline{font-size:1rem}.profile-image{height:200px;width:200px}}.section{opacity:0;padding:5rem 0;transform:translateY(30px);transition:all .8s ease}.section.animate{opacity:1;transform:translateY(0)}.section-container{margin:0 auto;max-width:1200px;padding:0 2rem}.section-header{margin-bottom:4rem;text-align:center}.section-title{color:#c1ceb9;font-size:2.5rem;font-weight:700;margin-bottom:1rem;position:relative}.section-title:after{background:linear-gradient(135deg,#36432f,#c1ceb9);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.section-subtitle{color:#c1ceb9;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px}.section-content{opacity:0;transform:translateY(20px);transition:all .8s ease .3s}.section.animate .section-content{opacity:1;transform:translateY(0)}@media (max-width:768px){.section{padding:3rem 0}.section-title{font-size:2rem}.section-subtitle{font-size:1.1rem}.section-container{padding:0 1rem}}.about-section{background:#0f130d}.about-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.about-text{opacity:0;transform:translateX(-20px);transition:all .8s ease .4s}.section.animate .about-text{opacity:1;transform:translateX(0)}.about-bio{color:#fff;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.about-skills{margin-top:2rem}.about-skills h3{color:#fff;font-size:1.3rem;margin-bottom:1rem}.skills-grid{display:flex;flex-wrap:wrap;gap:.8rem}.skill-tag{background:linear-gradient(135deg,#36432f,#c1ceb9);border-radius:25px;color:#fff;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.skill-tag:hover{box-shadow:0 5px 15px #d6ddb9;transform:translateY(-2px)}.about-interests{opacity:0;transform:translateX(20px);transition:all .8s ease .6s}.section.animate .about-interests{opacity:1;transform:translateX(0)}.about-interests h3{color:#fff;font-size:1.3rem;margin-bottom:1.5rem;text-align:center}.interests-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.interest-card{background:linear-gradient(135deg,#36432f,#c1ceb9);border:1px solid #e9ecef;border-radius:15px;box-shadow:0 5px 20px #0000001a;padding:1.5rem;text-align:center;transition:all .3s ease}.interest-card:hover{box-shadow:0 10px 30px #d6ddb9;transform:translateY(-5px)}.interest-icon{font-size:2.5rem;margin-bottom:1rem}.interest-card h4{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.interest-card p{color:#fff;font-size:.9rem;line-height:1.5}@media (max-width:768px){.about-content{gap:2rem}.about-content,.interests-grid{grid-template-columns:1fr}.about-interests,.about-text{opacity:1;transform:none}}@media (max-width:480px){.skills-grid{justify-content:center}.interest-card{padding:1rem}}.card{background:#272f21;border:1px solid #272f21;border-radius:15px;box-shadow:0 5px 20px #0000001a;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:all .3s ease}.card:hover{box-shadow:0 15px 40px #00000026;transform:translateY(-10px)}.card-image{height:200px;overflow:hidden;position:relative}.card-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.card:hover .card-image img{transform:scale(1.05)}.card-placeholder{align-items:center;background:linear-gradient(135deg,#483c32,#b38b6d);display:flex;font-size:3rem;height:100%;justify-content:center;width:100%}.card-content{display:flex;flex:1 1;flex-direction:column;padding:1.5rem}.card-title{color:#fff;font-size:1.3rem;font-weight:600;line-height:1.3;margin-bottom:1rem}.card-description{color:#fff;flex:1 1;line-height:1.6;margin-bottom:1.5rem}.card-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{background:linear-gradient(135deg,#483c32,#b38b6d);border:1px solid #e9ecef;border-radius:15px;color:#fff;font-size:.8rem;font-weight:500;padding:.3rem .8rem;transition:all .3s ease}.tech-tag:hover{background:#e9ecef;color:#495057}.card-links{display:flex;flex-wrap:wrap;gap:1rem}.card-link{align-items:center;border-radius:25px;display:flex;flex:1 1;font-size:.9rem;font-weight:500;gap:.5rem;justify-content:center;min-width:120px;padding:.6rem 1rem;text-decoration:none;transition:all .3s ease}.card-link.github{background:#333;color:#fff}.card-link.github:hover{background:#555;transform:translateY(-2px)}.card-link.demo{background:#333;color:#fff}.card-link.demo:hover{box-shadow:0 5px 15px #667eea66;transform:translateY(-2px)}@media (max-width:768px){.card-content{padding:1.2rem}.card-title{font-size:1.2rem}.card-links{flex-direction:column}.card-link{min-width:auto}}.projects-section{background:#000}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.project-item{animation:fadeInUp .8s ease forwards;opacity:0;transform:translateY(30px)}@media (max-width:768px){.projects-grid{gap:1.5rem;grid-template-columns:1fr}}@media (max-width:480px){.projects-grid{gap:1rem}}.experience-section{background:#0f130d}.experience-timeline{margin:0 auto;max-width:800px;position:relative}.experience-timeline:before{background:linear-gradient(135deg,#36432f,#c1ceb9);bottom:0;content:"";left:50%;position:absolute;top:0;transform:translateX(-50%);width:4px}.timeline-item{animation:fadeInUp .8s ease forwards;margin-bottom:3rem;opacity:0;position:relative;transform:translateY(30px)}.timeline-item:before{content:none}.timeline-image-wrapper{border-radius:12px;box-shadow:0 4px 15px #0000004d;height:518px;overflow:hidden;position:absolute;top:-49px;width:800px}.timeline-image-wrapper:after{background:#0006;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.timeline-item.left .timeline-image-wrapper{right:65%;transform:translateX(115%)}.timeline-item.right .timeline-image-wrapper{left:65%;transform:translateX(-115%)}.timeline-image{height:100%;object-fit:cover;opacity:.35;width:100%}.timeline-item.left{padding-right:50%}.timeline-item.right{padding-left:50%}.timeline-content{background:#272f21;border:1px #fff0;border-radius:15px;box-shadow:0 5px 20px #0000001a;padding:2rem;transition:all .3s ease}.timeline-content:hover{box-shadow:0 10px 30px #00000026;transform:translateY(-5px)}.timeline-header{margin-bottom:1rem}.company-name{font-size:1.3rem;font-weight:600}.company-name,.role{color:#fff;margin-bottom:.5rem}.role{display:block;font-size:1.1rem;font-weight:500}.period{background:#c1ceb9;border-radius:15px;color:#78866b;display:inline-block;font-size:.9rem;padding:.3rem .8rem}.period:hover{background:linear-gradient(135deg,#36432f,#c1ceb9);border:1px solid #fff;color:#fff}.description{color:#fff;line-height:1.6;margin-bottom:1.5rem}.technologies{display:flex;flex-wrap:wrap;gap:.5rem}.tech-badge{background:#c1ceb9;border:1px solid #dee2e6;border-radius:15px;color:#78866b;font-size:.8rem;font-weight:500;padding:.3rem .8rem;transition:all .3s ease}.tech-badge:hover{background:linear-gradient(135deg,#36432f,#c1ceb9);color:#fff;transform:translateY(-2px)}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.experience-timeline:before{left:20px}.timeline-item{padding-left:60px!important;padding-right:0!important}.timeline-image-wrapper{left:0;margin-bottom:1rem;position:relative;right:0;transform:none!important}.timeline-content{padding:1.5rem}.company-name{font-size:1.2rem}.role{font-size:1rem}}@media (max-width:480px){.timeline-content{padding:1.2rem}.technologies{justify-content:center}}.contact-section{background:#0f130d}.contact-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.contact-info{opacity:0;transform:translateX(-20px);transition:all .8s ease .4s}.section.animate .contact-info{opacity:1;transform:translateX(0)}.contact-text h3{color:#c1ceb9;font-size:1.5rem;margin-bottom:1rem}.contact-text p{color:#c1ceb9;line-height:1.6;margin-bottom:1rem}.contact-details{margin-top:2rem}.contact-item{align-items:center;background:#f8f9fa;border-radius:10px;display:flex;gap:1rem;margin-bottom:1.5rem;padding:1rem;transition:all .3s ease}.contact-item:hover{background:#e9ecef;transform:translateX(5px)}.contact-icon{align-items:center;background:#fff;border-radius:50%;box-shadow:0 2px 10px #0000001a;display:flex;font-size:1.5rem;height:40px;justify-content:center;width:40px}.contact-item h4{color:#36432f;font-size:1rem;font-weight:600;margin-bottom:.3rem}.contact-item p{color:#36432f;font-size:.9rem;margin:0}.social-links{opacity:0;transform:translateX(20px);transition:all .8s ease .6s}.section.animate .social-links{opacity:1;transform:translateX(0)}.social-links h3{color:#c1ceb9;font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.social-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.social-link{align-items:center;background:#f8f9fa;border:2px solid #0000;border-radius:15px;color:#333;display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;text-decoration:none;transition:all .3s ease}.social-link:hover{background:var(--hover-color);box-shadow:0 10px 25px #0003;color:#c1ceb9;transform:translateY(-5px)}.social-icon{font-size:2rem}.social-name{font-size:.9rem;font-weight:500}@media (max-width:768px){.contact-content{gap:2rem}.contact-content,.social-grid{grid-template-columns:1fr}.contact-info,.social-links{opacity:1;transform:none}}@media (max-width:480px){.contact-item{padding:.8rem}.social-link{padding:1.2rem}}.footer{background:#2c3e50;color:#fff;padding:3rem 0 1rem}.footer-container{margin:0 auto;max-width:1200px;padding:0 2rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-section h3{color:#ecf0f1;font-size:1.5rem;margin-bottom:1rem}.footer-section h4{color:#ecf0f1;font-size:1.2rem;margin-bottom:1rem}.footer-section p{color:#bdc3c7;line-height:1.6;margin-bottom:1rem}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:.5rem}.footer-links a,.footer-links button{background:none;border:none;color:#bdc3c7;cursor:pointer;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-links a:hover,.footer-links button:hover{color:#3498db}.footer-bottom{border-top:1px solid #34495e;padding-top:1.5rem;text-align:center}.footer-bottom p{color:#95a5a6;font-size:.9rem;margin:.5rem 0}@media (max-width:768px){.footer{padding:2rem 0 1rem}.footer-content{gap:1.5rem;grid-template-columns:1fr;text-align:center}.footer-container{padding:0 1rem}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;overflow-x:hidden}.App{min-height:100vh}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190)}button{cursor:pointer;font-family:inherit}a{color:inherit;text-decoration:none}a:focus,button:focus{outline:2px solid #667eea;outline-offset:2px}::selection{background:#667eea4d;color:#333}.fade-in{animation:fadeIn .8s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.hidden-mobile{display:block}.hidden-desktop{display:none}@media (max-width:768px){.hidden-mobile{display:none}.hidden-desktop{display:block}}
/*# sourceMappingURL=main.227b4a8b.css.map*/