@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap";:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif,"Press Start 2P";line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;font-family:"Press Start 2P",-apple-system,BlinkMacSystemFont,Roboto,sans-serif;line-height:1.6;color:#ea8b8b;background-color:#fff}#root{width:100%;margin:0 auto;text-align:center}a{font-weight:500;color:#b39eb5;text-decoration:inherit}a:hover{color:#b39eb5}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;color:#fff;cursor:pointer;transition:border-color .25s}button:hover{border-color:#b39eb5}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#ffb347;background-color:#f7e0bf}a:hover{color:#b39eb5}button{background-color:#f9f9f9}}@keyframes dropIn{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}*{margin:0;padding:0;box-sizing:border-box}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:all .8s ease-out}.animate-on-scroll.animated{opacity:1;transform:translateY(0)}#hero-title{animation:dropIn 1s ease-out .2s both}#hero-subtitle{animation:dropIn 1s ease-out .4s both}#hero-description{animation:dropIn 1s ease-out .6s both}#profile-photo{animation:slideInRight 1s ease-out .8s both}body{font-family:Playfair Display,serif;line-height:1.6;color:#0e0c15;background-color:#fff}.App{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;border-bottom:1px solid #e1e5e9}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.nav-left{display:flex;align-items:center;gap:1rem}.nav-logo a{font-size:1.5rem;font-weight:700;color:#2c3e50;text-decoration:none;transition:color .3s ease}.nav-logo a:hover{color:#3498db}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-link{color:#2c3e50;text-decoration:none;font-weight:700;transition:color .3s ease;position:relative}.nav-link:hover{color:#3498db}.nav-link:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background-color:#3498db;transition:width .3s ease}.nav-link:hover:after{width:100%}.dark-mode-toggle{background:none;border:none;font-size:1.2rem;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease;color:#2c3e50;display:flex;align-items:center;justify-content:center}.dark-mode-toggle:hover{background:#3498db1a;transform:scale(1.1)}.mobile-menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;gap:4px}.hamburger{width:25px;height:3px;background-color:#2c3e50;transition:all .3s ease;transform-origin:center}.hamburger.active:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.active:nth-child(2){opacity:0}.hamburger.active:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-menu{position:fixed;top:100%;left:0;width:100%;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid #e1e5e9;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;z-index:999}.mobile-menu.active{transform:translateY(0);opacity:1;visibility:visible}.mobile-nav-menu{list-style:none;padding:2rem 0;margin:0;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.mobile-nav-link{color:#2c3e50;text-decoration:none;font-weight:600;font-size:1.1rem;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease}.mobile-nav-link:hover{color:#3498db;background:#3498db1a}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);color:#2c3e50;padding-top:80px;padding-bottom:40px;padding-left:125px}.hero-container{max-width:1200px;margin:100px auto;padding:0 25px;display:flex;justify-content:flex-start;align-items:center;gap:11rem;width:100%}.hero-title{font-size:4rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.highlight{color:#3498db;text-shadow:2px 2px 4px rgba(52,152,219,.2)}.hero-subtitle{font-size:2rem;font-weight:600;margin-bottom:1.5rem;color:#34495e}.hero-description{font-size:1.1rem;margin-bottom:2rem;color:#5a6c7d;line-height:2}.hero-content{flex:1;max-width:500px}.profile-photo{width:350px;height:350px;border-radius:50%;overflow:hidden;border:3px solid #3498db;box-shadow:0 8px 25px #3498db33;flex-shrink:0}.profile-photo img{width:100%;height:100%;object-fit:cover;object-position:25% 34%;transform:scale(1.8)}.profile-placeholder{width:300px;height:300px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:8rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2)}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#1f2937;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background:#3498db;border-radius:2px}.about{padding:100px 0;background:#fff}.about-text{max-width:800px;margin:0 auto 3rem}.skills{max-width:1000px;margin:0 auto}.about-text p{font-size:1.1rem;margin-bottom:1.5rem;color:#4b5563;line-height:1.7}.skills h3{font-size:1.5rem;margin-bottom:1.5rem;color:#1f2937}.skills-grid{display:flex;flex-direction:column;gap:1.5rem}.skill-category h4{font-size:1.1rem;margin-bottom:.75rem;color:#374151}.skill-tags{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.skill-tag{background:#f8f9fa;color:#2c3e50;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500;transition:all .3s ease;border:1px solid #e9ecef;opacity:0;transform:translateY(20px);animation:fadeInUp .6s ease-out forwards}.skill-tag:nth-child(1){animation-delay:.1s}.skill-tag:nth-child(2){animation-delay:.2s}.skill-tag:nth-child(3){animation-delay:.3s}.skill-tag:nth-child(4){animation-delay:.4s}.skill-tag:nth-child(5){animation-delay:.5s}.skill-tag:nth-child(6){animation-delay:.6s}.skill-tag:nth-child(7){animation-delay:.7s}.skill-tag:nth-child(8){animation-delay:.8s}.skill-tag:nth-child(9){animation-delay:.9s}.skill-tag:nth-child(10){animation-delay:1s}.skill-tag:nth-child(11){animation-delay:1.1s}.skill-tag:nth-child(12){animation-delay:1.2s}.skill-tag:hover{background:#3498db;color:#fff;transform:translateY(-2px);border-color:#3498db}.projects{padding:100px 0;background:#f8f9fa}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.project-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:all .3s ease;border:1px solid #e5e7eb;opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease-out forwards}.project-card:nth-child(1){animation-delay:.2s}.project-card:nth-child(2){animation-delay:.4s}.project-card:nth-child(3){animation-delay:.6s}.project-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.project-image{height:200px;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#3498db,#2980b9);border-radius:12px}.project-icon{width:100%;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer}.dance-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;border-radius:12px}.dance-icon:hover .dance-img{transform:scale(1.05)}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.project-content{padding:1.5rem}.project-content h3{font-size:1.25rem;margin-bottom:.75rem;color:#1f2937}.project-content p{color:#6b7280;margin-bottom:1rem;line-height:1.6}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem}.project-tag{background:#f3f4f6;color:#374151;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500}.contact{padding:50px 0;background:#fff}.contact-content{max-width:100%;margin:0 auto;text-align:center}.contact-info h3{font-size:1.75rem;margin-bottom:1rem;color:#1f2937}.contact-info p{font-size:1.1rem;color:#1d2433;margin-bottom:2rem;line-height:1.7}.contact-layout{display:grid;gap:3rem;max-width:1000px;margin:0 auto}.contact-info-details{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;align-items:center;justify-content:center;gap:1rem;color:#3498db;font-size:1rem}.contact-item i{width:50px;color:#3498db;font-size:1.1rem}.contact-item a{color:#3498db;text-decoration:none;gap:2rem}.contact-item a:hover{color:#1c2835}.footer{background:#1f2937;color:#9ca3af;text-align:center;padding:2rem 0}@media (max-width: 768px){.hero-container{flex-direction:column;text-align:center;gap:2rem}.profile-photo{width:250px;height:250px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.projects-grid{grid-template-columns:1fr}.nav-menu{display:none}.mobile-menu-toggle{display:flex}.contact-layout{grid-template-columns:1fr;gap:2rem}.contact-info-details{text-align:center}.contact-form-container{max-width:100%}.profile-placeholder{width:200px;height:200px;font-size:5rem}}@media (max-width: 480px){.hero-title,.section-title{font-size:2rem}.container{padding:0 15px}}.dark-mode,.dark-mode body{background-color:#0f1419;color:#e8eaed}.dark-mode .navbar{background:#0f1419f2;border-bottom:1px solid #2d3748}.dark-mode .nav-logo a{color:#e8eaed}.dark-mode .nav-logo a:hover{color:#60a5fa}.dark-mode .nav-link{color:#e8eaed}.dark-mode .nav-link:hover{color:#60a5fa}.dark-mode .nav-link:after{background-color:#60a5fa}.dark-mode .dark-mode-toggle{color:#e8eaed}.dark-mode .dark-mode-toggle:hover{background:#60a5fa1a}.dark-mode .hamburger{background-color:#e8eaed}.dark-mode .mobile-menu{background:#0f1419fa;border-top:1px solid #2d3748}.dark-mode .mobile-nav-link{color:#e8eaed}.dark-mode .mobile-nav-link:hover{color:#60a5fa;background:#60a5fa1a}.dark-mode .hero{background:linear-gradient(135deg,#1a202c,#2d3748);color:#e8eaed}.dark-mode .highlight{color:#60a5fa;text-shadow:2px 2px 4px rgba(96,165,250,.3)}.dark-mode .hero-subtitle{color:#cbd5e0}.dark-mode .hero-description{color:#a0aec0}.dark-mode .profile-photo{border:3px solid #60a5fa;box-shadow:0 8px 25px #60a5fa4d}.dark-mode .about{background:#1a202c}.dark-mode .section-title{color:#e8eaed}.dark-mode .about-text p{color:#a0aec0}.dark-mode .skills h3{color:#e8eaed}.dark-mode .skill-category h4{color:#cbd5e0}.dark-mode .skill-tag{background:#2d3748;color:#e8eaed;border:1px solid #4a5568}.dark-mode .skill-tag:hover{background:#60a5fa;color:#1a202c;border-color:#60a5fa}.dark-mode .projects{background:#2d3748}.dark-mode .project-card{background:#1a202c;border:1px solid #4a5568}.dark-mode .project-card:hover{box-shadow:0 20px 40px #0006}.dark-mode .project-content h3{color:#e8eaed}.dark-mode .project-content p{color:#a0aec0}.dark-mode .project-tag{background:#2d3748;color:#cbd5e0}.dark-mode .contact{background:#1a202c}.dark-mode .contact-info h3{color:#e8eaed}.dark-mode .contact-info p{color:#a0aec0}.dark-mode .contact-item i,.dark-mode .contact-item a{color:#60a5fa}.dark-mode .footer{background:#1a202c;color:#a0aec0}
