body{margin:0;padding:0}#root{min-height:100vh;width:100%}header{background:#0f172a;color:#fff;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px #0003;transition:all .3s ease}header.scrolled{background:#0a0f1c;box-shadow:0 4px 15px #0000004d}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;position:relative}.logo a{color:#2dd4bf;text-decoration:none;font-size:1.5rem;font-weight:700;transition:color .3s ease}.logo a:hover{color:#f97316}nav{display:flex;gap:2rem;align-items:center;position:fixed}nav a{color:#fff;text-decoration:none;font-size:1rem;font-weight:500;transition:color .3s ease;position:relative;padding:.5rem 0}nav a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#f97316;transition:width .3s ease}nav a:hover{color:#f97316}nav a:hover:after{width:100%}.resume-container{margin-left:1rem}.resume-button{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#2dd4bf,#0891b2);color:#fff;padding:.4rem .8rem;border-radius:50px;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .3s ease;border:2px solid transparent;box-shadow:0 4px 10px #2dd4bf4d}.resume-button:hover{background:linear-gradient(135deg,#f97316,#ea580c);transform:translateY(-2px);box-shadow:0 6px 15px #f9731666}.resume-button:active{transform:translateY(0)}.download-icon{font-size:1rem;margin:0}.hamburger{display:none;flex-direction:column;cursor:pointer;width:30px;height:24px;position:relative;z-index:1001}.hamburger span{width:100%;height:3px;background:#fff;border-radius:3px;transition:all .3s ease;position:absolute;left:0}.hamburger span:first-child{top:0}.hamburger span:nth-child(2){top:10px}.hamburger span:last-child{top:20px}.hamburger.active span:first-child{transform:rotate(45deg);top:10px;background:#f97316}.hamburger.active span:nth-child(2){opacity:0;transform:translate(-20px)}.hamburger.active span:last-child{transform:rotate(-45deg);top:10px;background:#f97316}@media(max-width:768px){.nav-container{padding:1rem}.hamburger{display:flex}.resume-container{display:block;margin-left:auto;margin-right:1rem}nav{position:fixed;top:0;right:-100%;width:70%;max-width:300px;height:100vh;background:#0f172a;flex-direction:column;justify-content:center;align-items:center;gap:2rem;transition:right .3s ease;box-shadow:-2px 0 10px #0000004d;z-index:1000}nav.show{right:0}nav a{font-size:1.2rem;margin:0;padding:.5rem 1rem;width:100%;text-align:center}nav a:after{bottom:-2px}nav a:last-child{margin-top:1rem;background:linear-gradient(135deg,#2dd4bf,#0891b2);border-radius:50px;padding:.8rem 2rem;color:#fff;width:auto}nav a:last-child:hover{background:linear-gradient(135deg,#f97316,#ea580c)}nav a:last-child:after{display:none}}@media(min-width:769px)and (max-width:1024px){.nav-container{padding:1rem}nav{gap:1rem}nav a{font-size:.95rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-section{min-height:100vh;display:flex;align-items:center;background:#101f3c;position:relative;overflow:hidden;padding:6rem 1rem}.hero-section:before{content:"";position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(45,212,191,.1) 0%,transparent 70%);border-radius:50%;z-index:0}.hero-section:after{content:"";position:absolute;bottom:-20%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(249,115,22,.1) 0%,transparent 70%);border-radius:50%;z-index:0}.hero-container{max-width:1200px;margin:0 auto;width:100%;position:relative;z-index:1}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-text{color:#e0e0e0}.hero-greeting{display:inline-block;font-size:1.2rem;color:#2dd4bf;margin-bottom:1rem;position:relative;padding-left:3rem}.hero-greeting:before{content:"";position:absolute;left:0;top:50%;width:2.5rem;height:2px;background:#2dd4bf;transform:translateY(-50%)}.hero-name{font-size:4rem;font-weight:700;color:#fff;margin-bottom:.5rem;line-height:1.2;text-shadow:0 4px 10px rgba(0,0,0,.3)}.hero-title{font-size:2rem;font-weight:500;margin-bottom:1.5rem;color:#94a3b8}.title-highlight{color:#2dd4bf;position:relative;display:inline-block}.title-highlight:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#2dd4bf,transparent)}.title-focus{color:#f97316}.hero-description{font-size:1.2rem;line-height:1.8;color:#94a3b8;margin-bottom:2rem;max-width:550px}.highlight-text{color:#f97316;font-weight:600}.hero-current-focus{background:#1e293b;padding:1.2rem 1.5rem;border-radius:12px;border-left:4px solid #2dd4bf;margin-bottom:2rem;display:flex;align-items:center;gap:1rem;box-shadow:0 4px 15px #0003}.focus-icon{color:#2dd4bf;font-size:1.5rem;flex-shrink:0}.hero-current-focus span{color:#94a3b8}.hero-current-focus strong{color:#2dd4bf;font-weight:600}.hero-cta{display:flex;gap:1rem;margin-bottom:2.5rem}.cta-primary,.cta-secondary{padding:1rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none;font-family:inherit}.cta-primary{background:linear-gradient(135deg,#2dd4bf,#0891b2);color:#fff;box-shadow:0 4px 15px #2dd4bf4d}.cta-primary:hover{background:linear-gradient(135deg,#f97316,#ea580c);transform:translateY(-3px);box-shadow:0 8px 25px #f9731666}.cta-secondary{background:transparent;color:#e0e0e0;border:2px solid #2dd4bf}.cta-secondary:hover{background:#2dd4bf;color:#0f172a;transform:translateY(-3px)}.hero-social{display:flex;gap:1.5rem}.social-link{display:flex;align-items:center;justify-content:center;width:45px;height:45px;background:#1e293b;border-radius:50%;color:#e0e0e0;font-size:1.3rem;transition:all .3s ease;border:1px solid #334155}.social-link:hover{background:#2dd4bf;color:#0f172a;transform:translateY(-5px);border-color:#2dd4bf}.projects-link{background:#2dd4bf;color:#0f172a}.projects-link:hover{background:#f97316;color:#fff}.hero-image-wrapper{position:relative;display:flex;flex-direction:column;align-items:center}.hero-image-container{position:relative;width:350px;height:350px;margin-bottom:2rem}.hero-image{width:100%;height:100%;object-fit:cover;border-radius:30% 70% 70% 30%/30% 30% 70% 70%;position:relative;z-index:2;border:4px solid #2dd4bf;box-shadow:0 20px 30px #0000004d;animation:morphing 10s ease-in-out infinite}@keyframes morphing{0%{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}25%{border-radius:58% 42% 75% 25%/76% 46% 54% 24%}50%{border-radius:50% 50% 33% 67%/55% 27% 73% 45%}75%{border-radius:33% 67% 58% 42%/63% 68% 32% 37%}to{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}}.hero-image-border{position:absolute;inset:-15px;border:2px dashed #2dd4bf;border-radius:30% 70% 70% 30%/30% 30% 70% 70%;animation:spin 20s linear infinite;z-index:1}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-status-card{background:#1e293b;padding:.8rem 1.5rem;border-radius:50px;display:flex;align-items:center;gap:.8rem;border:1px solid #334155;box-shadow:0 10px 20px #0003;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.status-dot{width:12px;height:12px;background:#10b981;border-radius:50%;position:relative}.status-dot:after{content:"";position:absolute;inset:-4px;background:#10b981;border-radius:50%;opacity:.3;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);opacity:.3}70%{transform:scale(1.5);opacity:0}to{transform:scale(1);opacity:0}}.hero-status-card span{color:#e0e0e0;font-size:.95rem;font-weight:500}.hero-scroll-indicator{position:absolute;bottom:-3rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#94a3b8;cursor:pointer;transition:all .3s ease;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-20px)}60%{transform:translate(-50%) translateY(-10px)}}.hero-scroll-indicator:hover{color:#2dd4bf}.hero-scroll-indicator span{font-size:.9rem;letter-spacing:2px}.scroll-arrow{font-size:1.2rem}@media(max-width:968px){.hero-content{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-text{order:2}.hero-greeting{padding-left:0}.hero-greeting:before{display:none}.hero-description{margin-left:auto;margin-right:auto}.hero-current-focus{text-align:left}.hero-cta,.hero-social{justify-content:center}.hero-image-wrapper{order:1}.hero-image-container{width:300px;height:300px}}@media(max-width:768px){.hero-section{padding:5rem 1rem 3rem}.hero-name{font-size:3rem}.hero-title{font-size:1.5rem}.hero-description{font-size:1.1rem}.hero-current-focus{flex-direction:column;text-align:center;padding:1rem}.hero-cta{flex-direction:column}.cta-primary,.cta-secondary{width:100%;text-align:center}.hero-image-container{width:250px;height:250px}.hero-status-card{padding:.6rem 1rem}.hero-status-card span{font-size:.85rem}}@media(max-width:480px){.hero-name{font-size:2.5rem}.hero-title{font-size:1.3rem}.hero-social{gap:1rem}.social-link{width:40px;height:40px;font-size:1.1rem}.hero-image-container{width:220px;height:220px}}.about-section{padding:5rem 1rem;background:#101f3c}.about-section h2{text-align:center;color:#2dd4bf;font-size:2.5rem;margin-bottom:3rem}.about-container{max-width:1200px;margin:0 auto}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.about-text{background:#1e293b;padding:2.5rem;border-radius:20px;border:1px solid #334155;box-shadow:0 10px 30px #0003}.about-text .lead{font-size:1.3rem;color:#2dd4bf;font-weight:500;line-height:1.6;margin-bottom:1.8rem;border-left:4px solid #f97316;padding-left:1.2rem}.about-text p{color:#94a3b8;line-height:1.8;margin-bottom:1.5rem;font-size:1.05rem}.open-to{list-style:none;padding:0;margin-top:2rem}.open-to li{color:#e0e0e0;padding:.8rem;margin-bottom:.8rem;background:#0f172a;border-radius:10px;border-left:3px solid #f97316;font-size:1rem;transition:transform .3s ease}.open-to li:hover{transform:translate(10px);border-left-color:#2dd4bf}.about-highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.highlight-card{background:#1e293b;padding:2rem 1.5rem;border-radius:20px;border:1px solid #334155;text-align:center;transition:all .3s ease;box-shadow:0 10px 20px #0000001a}.highlight-card:hover{transform:translateY(-10px);border-color:#2dd4bf;box-shadow:0 20px 30px #2dd4bf26}.highlight-icon{font-size:2.5rem;color:#2dd4bf;margin-bottom:1.2rem;transition:color .3s ease}.highlight-card:hover .highlight-icon{color:#f97316}.highlight-card h3{color:#e0e0e0;font-size:1.2rem;margin-bottom:.8rem}.highlight-card p{color:#94a3b8;font-size:.95rem;line-height:1.5}@media(max-width:968px){.about-content{grid-template-columns:1fr;gap:2rem}.about-highlights{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.about-section h2{font-size:2rem}.about-text{padding:1.8rem}.about-text .lead{font-size:1.2rem}.about-highlights{grid-template-columns:1fr}.highlight-card{padding:1.5rem}}@media(max-width:480px){.about-section{padding:3rem 1rem}.open-to li{font-size:.95rem;padding:.7rem}}.projects-section{padding:4rem 1rem;background:#101f3c;position:relative}.projects-header{text-align:center;max-width:700px;margin:0 auto 4rem}.projects-header h2{color:#2dd4bf;font-size:2.5rem;margin-bottom:1rem;position:relative;display:inline-block}.projects-header h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,#2dd4bf,#f97316);border-radius:3px}.projects-subtitle{color:#94a3b8;font-size:1.1rem;line-height:1.6}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.project-card{background:#1e293b;border-radius:20px;overflow:hidden;border:1px solid #334155;transition:all .4s ease;animation:fadeInUp .6s ease forwards;opacity:0;transform:translateY(30px);animation-delay:var(--delay, 0s);height:100%;display:flex;flex-direction:column}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.project-card:hover{transform:translateY(-10px);border-color:#2dd4bf;box-shadow:0 20px 30px #2dd4bf33}.project-media{position:relative;overflow:hidden;aspect-ratio:16 / 9;background:#0f172a}.project-image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.project-card:hover .project-image{transform:scale(1.05)}.video-container{position:relative;width:100%;height:100%}.video-container video{width:100%;height:100%;object-fit:cover}.learning-badge{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;padding:.4rem 1rem;border-radius:50px;font-size:.8rem;font-weight:600;z-index:2;box-shadow:0 4px 10px #f973164d}.project-content{padding:1.8rem;flex:1;display:flex;flex-direction:column}.project-title{color:#2dd4bf;font-size:1.4rem;margin-bottom:1rem;font-weight:600}.project-description{color:#94a3b8;line-height:1.6;margin-bottom:1.5rem;font-size:.95rem;flex:1}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.project-tag{background:#0f172a;color:#2dd4bf;padding:.3rem .8rem;border-radius:50px;font-size:.8rem;font-weight:500;border:1px solid #334155;transition:all .3s ease}.project-tag:hover{background:#2dd4bf;color:#0f172a;border-color:#2dd4bf}.project-links{display:flex;gap:1rem;margin-top:auto}.project-link{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;border-radius:50px;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s ease;flex:1;justify-content:center}.project-link.live{background:linear-gradient(135deg,#2dd4bf,#0891b2);color:#fff}.project-link.live:hover{background:linear-gradient(135deg,#f97316,#ea580c);transform:translateY(-2px);box-shadow:0 5px 15px #f973164d}.project-link.github{background:#0f172a;color:#e0e0e0;border:1px solid #334155}.project-link.github:hover{background:#2dd4bf;color:#0f172a;border-color:#2dd4bf;transform:translateY(-2px)}.projects-footer{text-align:center;margin-top:4rem}.github-profile-link{display:inline-flex;align-items:center;gap:.8rem;background:#1e293b;color:#e0e0e0;padding:1rem 2.5rem;border-radius:50px;text-decoration:none;font-size:1.1rem;font-weight:500;border:1px solid #334155;transition:all .3s ease}.github-profile-link:hover{background:#2dd4bf;color:#0f172a;transform:translateY(-3px);box-shadow:0 10px 20px #2dd4bf4d}@media(max-width:768px){.projects-header h2{font-size:2rem}.projects-subtitle{font-size:1rem;padding:0 1rem}.project-grid{grid-template-columns:1fr;padding:0 1rem}.project-content{padding:1.5rem}.project-title{font-size:1.3rem}.project-links{flex-direction:column}.project-link{width:100%}}@media(max-width:480px){.projects-section{padding:3rem 1rem}.project-grid{gap:1.5rem}.project-content{padding:1.2rem}.project-tags{gap:.3rem}.project-tag{font-size:.75rem;padding:.2rem .6rem}}@keyframes slideIn{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}#skills{background:#1e293b;border:1px solid #334155;color:#e0e0e0;padding:2rem;text-align:center;border-radius:6px}#skills h2{color:#2dd4bf;margin-bottom:2rem;font-size:2rem}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:2rem;margin-top:2rem;padding:1rem}.skill-ring{text-align:center;opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out;animation:fadeInUp .8s ease-out forwards;animation-delay:var(--delay, 0s)}.skill-ring.visible{opacity:1;transform:translateY(0)}.skill-ring p{margin-top:1rem;font-weight:600;font-size:1rem;color:#94a3b8}.ring{width:120px;height:120px;margin:0 auto;border-radius:50%;background:conic-gradient(from 0deg,#2dd4bf 0deg calc(var(--progress, 0) * 3.6deg),#334155 calc(var(--progress, 0) * 3.6deg) 360deg);display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 4px 15px #2dd4bf33;transition:transform .4s ease,box-shadow .4s ease}.ring:before{content:"";width:90px;height:90px;background:#1e293b;border-radius:50%;position:absolute;box-shadow:inset 0 2px 5px #0003}.ring span{color:#2dd4bf;font-weight:700;font-size:1.4rem;z-index:1;position:relative;text-shadow:0 2px 4px rgba(0,0,0,.3)}.skill-ring:hover .ring{transform:scale(1.08);box-shadow:0 6px 20px #f97316}.skill-ring:hover .ring span,.skill-ring:hover p{color:#f97316}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.skills-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1.5rem}.ring{width:100px;height:100px}.ring:before{width:75px;height:75px}.ring span{font-size:1.2rem}}@media(max-width:480px){.skills-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.ring{width:90px;height:90px}.ring:before{width:68px;height:68px}}#contact{padding:4rem 1rem;background:#101f3c}#contact h2{text-align:center;color:#2dd4bf;font-size:2.5rem;margin-bottom:3rem}.contact-container{max-width:800px;margin:0 auto}.contact-form-container{background:#1e293b;padding:2.5rem;border-radius:16px;border:1px solid #334155;box-shadow:0 10px 30px #0003;margin-bottom:3rem}.contact-form-container h3{color:#2dd4bf;font-size:1.8rem;margin-bottom:2rem;text-align:center}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{width:100%}.form-group input,.form-group textarea{width:100%;padding:1rem;background:#0f172a;border:2px solid #334155;border-radius:10px;color:#e0e0e0;font-size:1rem;transition:all .3s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2dd4bf;box-shadow:0 0 0 3px #2dd4bf33}.form-group input::placeholder,.form-group textarea::placeholder{color:#64748b}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{background:linear-gradient(135deg,#2dd4bf,#0891b2);color:#fff;padding:1rem 2rem;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;max-width:200px;margin:1rem auto 0;display:block}.submit-btn:hover{background:linear-gradient(135deg,#f97316,#ea580c);transform:translateY(-2px);box-shadow:0 10px 20px #f973164d}.submit-btn:active{transform:translateY(0)}.success-message{text-align:center;padding:3rem 1rem;background:#0f172a;border-radius:12px;border:1px solid #2dd4bf}.success-message h4{color:#2dd4bf;font-size:1.5rem;margin-bottom:1rem}.success-message p{color:#94a3b8}#contact>div:last-child{text-align:center;padding:2rem;background:#1e293b;border-radius:12px;border:1px solid #334155;max-width:800px;margin:0 auto}#contact>div:last-child h3{color:#2dd4bf;font-size:1.8rem;margin-bottom:1.5rem}.contact-links{list-style:none;padding:0;display:flex;justify-content:center;gap:2rem}.contact-links li{margin:0}.contact-links a{display:inline-block;transition:transform .3s ease}.contact-links a:hover{transform:translateY(-5px)}.social-icon{color:#e0e0e0;transition:color .3s ease}.social-icon:hover{color:#f97316}@media(max-width:768px){#contact h2{font-size:2rem}.contact-form-container{padding:1.8rem}.contact-form-container h3{font-size:1.5rem}.submit-btn{max-width:100%}.contact-links{gap:1.5rem}.contact-links a{font-size:.9rem}}@media(max-width:480px){#contact{padding:3rem 1rem}.contact-form-container{padding:1.5rem}.form-group input,.form-group textarea{padding:.8rem}.contact-links{flex-wrap:wrap;gap:1rem}}.info-details{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #334155}.info-details p{color:#94a3b8;margin:.5rem 0}.info-details strong{color:#2dd4bf}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#101f3c;color:#e0e0e0;line-height:1.6;overflow-x:hidden}.app-container{min-height:100vh;width:100%;overflow-x:hidden}section{padding:4rem 1rem;width:100%}.container{max-width:1200px;margin:0 auto;padding:0 1rem}h1,h2,h3,h4,h5,h6{color:#2dd4bf;line-height:1.2}h2{font-size:2.5rem;margin-bottom:2rem;text-align:center}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;font-family:inherit}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0f172a}::-webkit-scrollbar-thumb{background:#2dd4bf;border-radius:.1px}::-webkit-scrollbar-thumb:hover{background:#f97316}.animate-on-scroll{opacity:0;transform:translateY(40px);transition:opacity .8s ease-out,transform .8s ease-out;transition-delay:var(--delay, 0s)}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}@media(max-width:768px){section{padding:3rem 1rem}h2{font-size:2rem}}@media(max-width:480px){section{padding:2rem 1rem}h2{font-size:1.8rem}}
