body{background-color:#fff;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}button{background:none;border:none;cursor:pointer}a{color:inherit;text-decoration:none}ol,ul{list-style:none}*,ol,ul{margin:0;padding:0}*{box-sizing:border-box}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{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}html{scroll-behavior:smooth}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 15px #667eea4d}.btn-primary:hover{box-shadow:0 8px 25px #667eea66}.btn-secondary{border:2px solid #667eea;color:#667eea}.btn-secondary:hover{background:#667eea;color:#fff}@media (max-width:768px){.container{padding:0 1rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in-up{animation:fadeInUp .6s ease-out}.fade-in{animation:fadeIn .6s ease-out}a:focus,button:focus,input:focus,textarea:focus{outline:2px solid #667eea;outline-offset:2px}::selection{background:#667eea33;color:#1a202c}::-moz-selection{background:#667eea33;color:#1a202c}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-bottom:1px solid #ffffff1a;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header.scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;box-shadow:0 2px 20px #0000001a}.header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.logo h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700;margin:0}.nav-list{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-list button{background:none;border:none;border-radius:8px;color:#333;cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem 1rem;position:relative;transition:all .3s ease}.nav-list button:hover{background:#667eea1a;color:#667eea;transform:translateY(-2px)}.nav-list button:after{background:linear-gradient(135deg,#667eea,#764ba2);bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s ease;width:0}.nav-list button:hover:after{width:80%}.nav-list button.active{background:#667eea1a;color:#667eea;font-weight:600}.nav-list button.active:after{width:80%}@media (max-width:768px){.header-container{padding:1rem}.nav-list{gap:1rem}.nav-list button{font-size:.9rem;padding:.4rem .8rem}}.hero{align-items:center;display:flex;min-height:100vh;overflow:hidden;padding-top:80px;position:relative}.hero-background{background:linear-gradient(135deg,#667eea,#764ba2);bottom:0;left:0;position:absolute;right:0;top:0;z-index:-2}.gradient-overlay{background:linear-gradient(45deg,#667eeacc,#764ba2cc)}.floating-shapes,.gradient-overlay{bottom:0;left:0;position:absolute;right:0;top:0;z-index:-1}.shape{animation:float 6s ease-in-out infinite;background:#ffffff1a;border-radius:50%;position:absolute}.shape-1{animation-delay:0s;height:80px;left:10%;top:20%;width:80px}.shape-2{animation-delay:2s;height:120px;right:15%;top:60%;width:120px}.shape-3{animation-delay:4s;bottom:20%;height:60px;left:20%;width:60px}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 2rem;z-index:1}.hero-text{color:#fff}.hero-title{line-height:1.2;margin-bottom:1.5rem}.greeting{display:block;font-size:1.5rem;font-weight:400;margin-bottom:.5rem;opacity:.9}.name{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#fff,#f0f0f0);-webkit-background-clip:text;background-clip:text;display:block;font-size:3.5rem;font-weight:700;margin-bottom:1rem}.hero-subtitle{color:#ffffffe6;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.hero-description{color:#fffc;font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem;max-width:500px}.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:1rem 2rem;text-decoration:none;transition:all .3s ease}.btn-primary{background:#0000;box-shadow:0 4px 15px #0003;color:#fff}.btn-primary:hover{background:#fff;box-shadow:0 8px 25px #0000004d;color:#667eea;transform:translateY(-3px)}.btn-secondary{background:#0000;box-shadow:0 4px 15px #0003;color:#fff}.btn-secondary:hover{background:#fff;box-shadow:0 8px 25px #0000004d;color:#667eea;transform:translateY(-3px)}.hero-visual{align-items:center;display:flex;justify-content:center}.profile-image{border-radius:12px;box-shadow:0 8px 32px #0000004d;height:300px;overflow:hidden;transition:all .3s ease;width:300px}.profile-image img{height:100%;object-fit:cover;object-position:center;width:100%}.scroll-indicator{animation:bounce 2s infinite;bottom:2rem;left:50%;position:absolute;transform:translateX(-50%)}.scroll-arrow{border:2px solid #fff;border-left:none;border-top:none;height:30px;transform:rotate(45deg);width:30px}@keyframes bounce{0%,20%,50%,80%,to{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-10px)}60%{transform:translateX(-50%) translateY(-5px)}}@media (max-width:768px){.hero-content{gap:2rem;grid-template-columns:1fr;text-align:center}.name{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-buttons{justify-content:center}.profile-stats{flex-direction:column;gap:1rem}}.about{background:#f8fafc;padding:6rem 0}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.section-header{margin-bottom:4rem;text-align:center}.section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#1a202c;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-subtitle{color:#718096;font-size:1.2rem;font-weight:500}.about-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:2fr 1fr}.about-text{display:flex;flex-direction:column;gap:2rem}.about-intro h3{color:#2d3748;font-size:1.8rem;font-weight:600;margin-bottom:1rem}.about-intro p{color:#4a5568;font-size:1.1rem;line-height:1.7;margin-bottom:1rem}.about-details{display:flex;flex-direction:column;gap:2rem}.detail-item h4{color:#2d3748;font-size:1.3rem;font-weight:600;margin-bottom:.8rem}.detail-item p{color:#4a5568;font-size:1rem;line-height:1.6}.about-visual{position:-webkit-sticky;position:sticky;top:120px}.about-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2rem}.card-header h4{color:#2d3748;font-size:1.4rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.facts-list{display:flex;flex-direction:column;gap:1.5rem}.fact-item{background:#f7fafc;border-radius:12px;padding:1rem;transition:all .3s ease}.fact-item:hover{background:#edf2f7;transform:translateX(5px)}.fact-content h5{color:#2d3748;font-size:1rem;font-weight:600;margin-bottom:.3rem}.fact-content p{color:#718096;font-size:.9rem;margin:0}.resume-section{margin-top:4rem;text-align:center}.resume-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;box-shadow:0 8px 30px #667eea33;color:#fff;padding:3rem}.resume-card h3{font-size:2rem;font-weight:600;margin-bottom:1rem}.resume-card p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.resume-btn{background:#fff;border-radius:50px;box-shadow:0 4px 15px #0003;color:#667eea;display:inline-block;font-size:1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.resume-btn:hover{box-shadow:0 8px 25px #0000004d;color:#667eea;transform:translateY(-3px)}@media (max-width:768px){.about-content{gap:2rem;grid-template-columns:1fr}.about-visual{position:static}.section-title{font-size:2rem}.about-intro h3{font-size:1.5rem}.resume-card{padding:2rem}.resume-card h3{font-size:1.5rem}}.spotify-link{align-items:center;display:inline-flex;margin-left:.5rem;text-decoration:none;transition:all .3s ease}.spotify-icon{color:#1db954;height:24px;transition:all .3s ease;width:24px}.spotify-link:hover .spotify-icon{color:#1ed760;transform:scale(1.1)}.skills{background:#fff;padding:6rem 0}.skills-content{display:flex;flex-direction:column;gap:4rem}.skill-category{margin-bottom:3rem}.category-title{color:#2d3748;font-size:1.8rem;font-weight:600;margin-bottom:2rem;position:relative;text-align:center}.category-title:after{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px;bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.skills-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.skill-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:1.5rem;transition:all .3s ease}.skill-card:hover{border-color:#667eea;box-shadow:0 8px 30px #0000001f;transform:translateY(-5px)}.skill-name{border-bottom:2px solid #e2e8f0;color:#2d3748;font-size:1.3rem;font-weight:600;margin:0 0 1rem;padding-bottom:.5rem}.skill-description{color:#4a5568;font-size:.95rem;line-height:1.6;margin:0}.skills-summary{margin-top:4rem}.summary-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;padding:3rem;text-align:center}.summary-card h3{font-size:2rem;font-weight:600;margin-bottom:2rem}.summary-points{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.summary-point{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:12px;display:flex;gap:1rem;padding:1rem;transition:all .3s ease}.summary-point:hover{background:#fff3;transform:translateY(-2px)}.point-icon{align-items:center;background:#fff3;border-radius:50%;display:flex;font-size:1.5rem;height:40px;justify-content:center;width:40px}.summary-point p{font-size:1rem;font-weight:500;margin:0;text-align:left}@media (max-width:768px){.skills-grid,.summary-points{grid-template-columns:1fr}.summary-card{padding:2rem}.summary-card h3{font-size:1.5rem}}.projects{background:#f8fafc;padding:6rem 0}.projects-grid{grid-gap:2rem;align-items:stretch;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:4rem}.project-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;transition:all .3s ease}.project-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-10px)}.project-card.featured{border:2px solid #667eea;box-shadow:0 8px 30px #667eea33}.project-image{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;height:200px;justify-content:center;overflow:hidden;position:relative}.project-image:before{background:linear-gradient(45deg,#ffffff1a,#0000);bottom:0;content:"";left:0;position:absolute;right:0;top:0;transform:translateX(-100%);transition:transform .6s ease}.project-card:hover .project-image:before{transform:translateX(100%)}.project-icon{font-size:4rem;position:relative;z-index:1}.project-content{display:flex;flex:1 1;flex-direction:column;padding:2rem}.project-title{color:#2d3748;font-size:1.4rem;font-weight:600;margin-bottom:1rem}.project-description{color:#4a5568;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.project-spacer{margin-top:auto;min-height:1rem}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;font-size:.8rem;font-weight:500;padding:.3rem .8rem}.project-links{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.project-link{align-items:center;border-radius:8px;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.8rem 1.2rem;text-decoration:none;transition:all .3s ease}.project-link.github{background:#2d3748;color:#fff}.project-link.github:hover{background:#1a202c;transform:translateY(-2px)}.github-icon{height:18px;margin-right:.5rem;width:18px}.project-link.live{background:#667eea;color:#fff}.project-link.live:hover{background:#5a67d8;transform:translateY(-2px)}.featured-badge{font-size:.8rem;font-weight:600;padding:.5rem 1rem;position:absolute;right:1rem;top:1rem;z-index:2}.featured-badge,.projects-cta{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff}.projects-cta{padding:3rem;text-align:center}.cta-content h3{font-size:2rem;font-weight:600;margin-bottom:1rem}.cta-content p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.cta-content .btn{background:#fff;border:none;border-radius:50px;color:#667eea;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.cta-content .btn:hover{box-shadow:0 8px 25px #0003;transform:translateY(-3px)}@media (max-width:768px){.projects-grid{gap:1.5rem;grid-template-columns:1fr}.project-content{padding:1.5rem}.project-title{font-size:1.2rem}.projects-cta{padding:2rem}.cta-content h3{font-size:1.5rem}.project-links{flex-direction:column}.project-link{justify-content:center}}.contact{background:#fff;padding:6rem 0}.contact-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.contact-info{position:-webkit-sticky;position:sticky;top:120px}.contact-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;box-shadow:0 8px 30px #667eea33;color:#fff;padding:2.5rem}.contact-card h3{font-size:1.8rem;font-weight:600;margin-bottom:1rem}.contact-card>p{font-size:1.1rem;line-height:1.6;opacity:.9}.contact-card>p,.contact-details{margin-bottom:2rem}.contact-detail{margin-bottom:1rem}.contact-detail p{color:#fff;font-size:1rem;line-height:1.6;margin:0}.contact-detail strong{color:#ffffffe6}.contact-form{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 20px #00000014;padding:2.5rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#2d3748;display:block;font-size:1rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{background:#f7fafc;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;padding:1rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#a0aec0}.form-group textarea{max-height:400px;min-height:80px;overflow-y:auto;resize:none}.submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease;width:100%}.submit-btn:hover:not(:disabled){box-shadow:0 8px 25px #667eea4d;transform:translateY(-2px)}.submit-btn:disabled{cursor:not-allowed;opacity:.7}@media (max-width:768px){.contact-content{gap:2rem;grid-template-columns:1fr}.contact-info{position:static}.contact-card,.contact-form{padding:2rem}.social-grid{grid-template-columns:1fr}.contact-item{padding:.8rem}}.footer{background:#1a202c;color:#fff;padding:3rem 0 1rem}.footer-content{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin-bottom:2rem}.footer-info h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.footer-info p{color:#a0aec0;font-size:.9rem;margin:0}.footer-links{display:flex;flex-wrap:wrap;gap:2rem}.footer-links button{background:none;border:none;color:#a0aec0;cursor:pointer;font-size:1rem;font-weight:500;padding:0;text-decoration:none;transition:color .3s ease}.footer-links button:hover{color:#667eea}.footer-social{display:flex;gap:1rem}.footer-social a{align-items:center;color:#a0aec0;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.footer-social a:hover{color:#667eea;transform:translateY(-2px)}.footer-social .social-icon{height:24px;transition:all .3s ease;width:24px}.footer-bottom{align-items:center;border-top:1px solid #2d3748;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding-top:1rem}.footer-bottom p{color:#718096;font-size:.9rem;margin:0}@media (max-width:768px){.footer-content{flex-direction:column;gap:1.5rem;text-align:center}.footer-links{gap:1.5rem;justify-content:center}.footer-bottom{flex-direction:column;text-align:center}}
/*# sourceMappingURL=main.7dafc8f6.css.map*/