*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f8f9fa;color:#333;font-family:Inter,sans-serif;line-height:1.6}.App{margin:0 auto;max-width:1200px;padding:0 20px}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 2px 10px #0000001a;justify-content:space-between;left:0;padding:1rem 2rem;position:fixed;right:0;top:0;z-index:1000}.nav-brand,.navbar{align-items:center;display:flex}.nav-brand{font-size:1.5rem;font-weight:700;gap:.5rem;padding:.5rem 1rem}.nav-links{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0}.nav-links a{color:#333;font-weight:500;padding-bottom:5px;position:relative;text-decoration:none;transition:color .3s ease}.nav-links a:after{background-color:#007bff;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease-in-out;width:0}.nav-links a:hover{color:#007bff;text-shadow:0 0 5px #007bff4d}.nav-links a:hover:after{width:100%}.hero{background:linear-gradient(135deg,#e2e8f0,#cbd5e0);overflow:hidden;padding:120px 0;position:relative;text-align:center;transition:all .3s ease}.hero:before{animation:gradientShift 15s ease infinite;background:radial-gradient(circle at 20% 20%,#3182ce1a 0,#0000 50%),radial-gradient(circle at 80% 80%,#3182ce1a 0,#0000 50%),linear-gradient(45deg,#3182ce0d 25%,#0000 0),linear-gradient(-45deg,#3182ce0d 25%,#0000 0);background-size:100% 100%,100% 100%,60px 60px,60px 60px;bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes gradientShift{0%{background-position:0 0,0 0,0 0,0 0}50%{background-position:100% 100%,100% 100%,30px 30px,30px 30px}to{background-position:0 0,0 0,0 0,0 0}}.hero:hover{background:linear-gradient(135deg,#cbd5e0,#e2e8f0)}.hero-content.card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:24px;box-shadow:0 8px 32px #3182ce26,0 2px 8px #3182ce1a;margin:0 auto;max-width:800px;padding:40px 32px;position:relative;transition:all .3s ease;z-index:1}.hero-content.card:hover{background:#fffffffa;box-shadow:0 16px 48px #3182ce40,0 4px 16px #3182ce33;transform:translateY(-12px) scale(1.02)}.hero-content .card-header{margin-bottom:24px}.hero-content .card-icon{animation:float 3s ease-in-out infinite;display:inline-block;font-size:3rem;margin-bottom:16px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2d3748,#4a5568);-webkit-background-clip:text;color:#2d3748;font-size:3.5rem;font-weight:700;letter-spacing:-.5px;margin-bottom:16px}.hero h1,.hero h2{transition:all .3s ease}.hero h2{color:#4a5568;font-size:1.8rem;font-weight:500;line-height:1.4;margin-bottom:24px}.hero p{color:#718096;font-size:1.3rem;line-height:1.6;margin-bottom:36px;margin-left:auto;margin-right:auto;max-width:600px;transition:all .3s ease}.cta-buttons{display:flex;gap:24px;justify-content:center;margin-top:32px}.btn{background:linear-gradient(135deg,#3182ce,#2c5282);border:none;border-radius:12px;box-shadow:0 4px 12px #3182ce33;color:#fff;font-size:1.1rem;font-weight:600;overflow:hidden;padding:14px 32px;position:relative;text-decoration:none;transition:all .3s ease}.btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:.5s;width:100%}.btn:hover{background:linear-gradient(135deg,#2c5282,#3182ce);box-shadow:0 8px 24px #3182ce4d;transform:translateY(-4px)}.btn:hover:before{left:100%}.hamburger{background:#ffffffe6;border-radius:8px;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:none;padding:15px;z-index:1001}.hamburger-line{background-color:#2d3748;border-radius:3px;height:3px;margin:6px 0;transition:.4s;width:30px}@media (max-width:768px){.hamburger{display:block;position:relative;z-index:1001}.nav-links{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;flex-direction:column;height:100vh;justify-content:center;left:-100%;padding:2rem 0;position:fixed;top:0;transition:.3s ease;width:100%;z-index:1000}.nav-links.active{box-shadow:0 0 20px #0000001a;left:0}.nav-links li{margin:.8rem 0;opacity:0;transform:translateX(-20px);transition:opacity .3s ease,transform .3s ease}.nav-links.active li{opacity:1;transform:translateX(0)}.nav-links a{color:#2d3748;display:block;font-size:1rem;padding:.5rem 1rem 5px;position:relative;transition:color .3s ease}.nav-links a:hover{color:#3182ce}.hamburger.active .hamburger-line:first-child{transform:rotate(-45deg) translate(-6px,6px)}.hamburger.active .hamburger-line:nth-child(2){opacity:0}.hamburger.active .hamburger-line:nth-child(3){transform:rotate(45deg) translate(-6px,-6px)}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;padding:1rem}.nav-brand{font-size:1.2rem}section{padding:3rem 1rem}.card{margin:1rem 0;width:100%}.achievements-cards,.education-cards,.project-cards,.skills-cards{grid-template-columns:1fr}.hero-content{padding:2rem 1rem}.hero-content h1{font-size:2rem}.hero-content h2{font-size:1.2rem}.contact-cards{flex-direction:column}.contact-form{width:100%}.btn{font-size:.9rem;padding:.8rem 1.5rem}}.achievements,.coding-profiles,.contact,.education,.experience,.projects,.skills{overflow:hidden;padding:80px 0;position:relative;transition:all .3s ease}.achievements:before,.coding-profiles:before,.contact:before,.education:before,.experience:before,.projects:before,.skills:before{animation:gradientShift 15s ease infinite;background:radial-gradient(circle at 20% 20%,#3182ce1a 0,#0000 50%),radial-gradient(circle at 80% 80%,#3182ce1a 0,#0000 50%),linear-gradient(45deg,#3182ce0d 25%,#0000 0),linear-gradient(-45deg,#3182ce0d 25%,#0000 0);background-size:100% 100%,100% 100%,60px 60px,60px 60px;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}.skills{background:linear-gradient(135deg,#fff,#f8fafc)}.experience{background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.projects{background:linear-gradient(135deg,#fff,#f8fafc)}.education{background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.achievements{background:linear-gradient(135deg,#fff,#f8fafc)}.coding-profiles{background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.contact{background:linear-gradient(135deg,#fff,#f8fafc);overflow:hidden;padding:80px 0;position:relative;transition:all .3s ease}.contact:before{animation:gradientShift 15s ease infinite;background:radial-gradient(circle at 20% 20%,#3182ce1a 0,#0000 50%),radial-gradient(circle at 80% 80%,#3182ce1a 0,#0000 50%),linear-gradient(45deg,#3182ce0d 25%,#0000 0),linear-gradient(-45deg,#3182ce0d 25%,#0000 0);background-size:100% 100%,100% 100%,60px 60px,60px 60px;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}.achievements:hover,.coding-profiles:hover,.contact:hover,.education:hover,.experience:hover,.projects:hover,.skills:hover{background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.achievements>*,.coding-profiles>*,.contact>*,.education>*,.experience>*,.projects>*,.skills>*{position:relative;z-index:1}.card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3}.card:hover{background:#fffffffa}.achievements h2,.coding-profiles h2,.contact h2,.education h2,.experience h2,.projects h2,.skills h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2d3748,#4a5568);-webkit-background-clip:text;color:#2d3748;font-size:2.5rem;font-weight:700;letter-spacing:-.5px;margin-bottom:40px;position:relative;text-align:center;transition:all .3s ease;z-index:1}.achievements h2:hover,.coding-profiles h2:hover,.contact h2:hover,.education h2:hover,.experience h2:hover,.projects h2:hover,.skills h2:hover{transform:translateY(-2px)}@media (max-width:768px){.achievements,.coding-profiles,.contact,.education,.experience,.projects,.skills{padding:60px 0}.achievements h2,.coding-profiles h2,.contact h2,.education h2,.experience h2,.projects h2,.skills h2{font-size:2rem;margin-bottom:30px}}.skills:hover{background-color:#f0f4f8}.skills h2:hover{color:#3182ce}.skills-cards{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1200px;padding:0 20px}.skill-category.card{background:#ffffffd9;border-radius:16px;box-shadow:0 6px 24px #3182ce14,0 1.5px 6px #3182ce1a;overflow:hidden;padding:24px 20px;position:relative;transition:box-shadow .3s,transform .3s}.skill-category.card:hover{background:#ecf5fff2;box-shadow:0 12px 32px #3182ce2e,0 3px 12px #3182ce2e;transform:translateY(-8px) scale(1.03)}.skill-category .card-header{align-items:center;display:flex;gap:12px;margin-bottom:16px}.skill-category .card-icon{filter:drop-shadow(0 2px 4px rgba(49,130,206,.15));font-size:1.8rem}.skill-category h3{color:#2d3748;font-size:1.2rem;margin:0;transition:color .3s ease}.skill-category .card-list{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));list-style:none;margin:0;padding:0}.skill-category .card-list li{color:#4a5568;font-size:.95rem;margin:0;text-align:center;transition:all .3s ease}.skill-category .highlight-tech{background:linear-gradient(90deg,#d1fae5 60%,#fff);border-radius:6px;color:#059669;display:inline-block;font-weight:600;overflow:hidden;padding:6px 12px;text-overflow:ellipsis;transition:all .3s ease;white-space:nowrap;width:100%}.skill-category .highlight-tech:hover{background:linear-gradient(90deg,#a7f3d0 60%,#fff);box-shadow:0 2px 8px #05966933;transform:translateY(-2px)}@media (max-width:900px){.skills-cards{gap:20px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.skill-category .card-list{gap:8px;grid-template-columns:repeat(auto-fit,minmax(80px,1fr))}.skill-category .highlight-tech{padding:4px 8px}}.experience:hover{background-color:#e2e8f0}.experience h2:hover{color:#3182ce}.experience-item{background-color:#fff;border-radius:5px;box-shadow:0 2px 4px #0000001a;margin-bottom:30px;padding:20px;transition:transform .3s ease,box-shadow .3s ease}.experience-item:hover{box-shadow:0 4px 8px #0003;transform:translateY(-5px)}.experience-item h3{color:#4a5568;margin-bottom:10px;transition:color .3s ease}.experience-item h3:hover{color:#3182ce}.experience-item p{color:#718096;margin-bottom:10px;transition:color .3s ease}.experience-item p:hover{color:#4a5568}.experience-item ul{color:#718096;list-style-position:inside;transition:color .3s ease}.experience-item ul:hover{color:#4a5568}.projects:hover{background-color:#f0f4f8}.projects h2:hover{color:#3182ce}.project-item{background-color:#f7fafc;border-radius:5px;box-shadow:0 2px 4px #0000001a;margin-bottom:30px;padding:20px;transition:transform .3s ease,box-shadow .3s ease}.project-item:hover{box-shadow:0 4px 8px #0003;transform:translateY(-5px)}.project-item h3{color:#4a5568;margin-bottom:10px;transition:color .3s ease}.project-item h3:hover{color:#3182ce}.project-item p{color:#718096;margin-bottom:10px;transition:color .3s ease}.project-item p:hover{color:#4a5568}.project-item ul{color:#718096;list-style-position:inside;transition:color .3s ease}.project-item ul:hover{color:#4a5568}.education:hover{background-color:#e2e8f0}.education h2:hover{color:#3182ce}.education-item{background-color:#fff;border-radius:5px;box-shadow:0 2px 4px #0000001a;margin-bottom:30px;padding:20px;transition:transform .3s ease,box-shadow .3s ease}.education-item:hover{box-shadow:0 4px 8px #0003;transform:translateY(-5px)}.education-item h3{color:#4a5568;margin-bottom:10px;transition:color .3s ease}.education-item h3:hover{color:#3182ce}.education-item p{color:#718096;transition:color .3s ease}.education-item p:hover{color:#4a5568}.achievements:hover{background-color:#f0f4f8}.achievements h2:hover{color:#3182ce}.achievements ul:hover{color:#4a5568}.coding-profiles:hover{background-color:#e2e8f0}.coding-profiles h2:hover{color:#3182ce}.profile-links{display:flex;gap:20px;justify-content:center}.profile-links a:hover{background-color:#2c5282;transform:translateY(-2px)}.contact-cards{display:flex;justify-content:center;margin:0 auto;max-width:600px;padding:0 20px}.contact-info.card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:16px;box-shadow:0 6px 24px #3182ce14,0 1.5px 6px #3182ce1a;padding:32px 28px;transition:all .3s ease}.contact-info.card:hover{background:#ecf5fff2;box-shadow:0 12px 32px #3182ce2e,0 3px 12px #3182ce2e;transform:translateY(-8px)}.contact-info .card-header{align-items:center;border-radius:8px;display:flex;gap:16px;margin-bottom:20px;padding:12px;transition:all .3s ease}.contact-info .card-header:hover{background:#ffffff80;transform:translateX(8px)}.contact-info .card-icon{filter:drop-shadow(0 2px 4px rgba(49,130,206,.15));font-size:1.5rem}.contact-info .highlight,.contact-info .highlight-tech{color:#2d3748;font-size:1.1rem;font-weight:500;transition:all .3s ease}.contact-info .highlight-tech:hover{color:#a7c9f2;transform:translateX(4px)}.contact-info a{text-decoration:none}@media (max-width:768px){.contact{padding:60px 0}.contact-info.card{padding:24px 20px}.contact-info .card-header{padding:8px}.contact-info .highlight,.contact-info .highlight-tech{font-size:1rem}}.experience-cards,.project-cards{display:flex;flex-wrap:wrap;gap:32px;justify-content:center}.card{background:#ffffffd9;border-radius:16px;box-shadow:0 6px 24px #3182ce14,0 1.5px 6px #3182ce1a;max-width:400px;min-width:320px;overflow:hidden;padding:32px 28px 24px;position:relative;transition:box-shadow .3s,transform .3s}.card:hover{background:#ecf5fff2;box-shadow:0 12px 32px #3182ce2e,0 3px 12px #3182ce2e;transform:translateY(-8px) scale(1.03)}.card-header{align-items:center;display:flex;gap:12px;margin-bottom:8px}.card-icon{filter:drop-shadow(0 2px 4px rgba(49,130,206,.15));font-size:2rem}.card-meta{color:#4a5568;display:flex;flex-wrap:wrap;font-size:.95rem;gap:12px;margin-bottom:12px}.card-date{background:#e0e7ff;color:#3730a3;font-weight:500}.card-date,.card-location{border-radius:6px;font-size:.85rem;padding:2px 8px}.card-location{background:#f0f4f8;color:#2d3748}.card-list{margin-top:8px;padding-left:18px}.card-list li{color:#374151;font-size:1.05rem;line-height:1.6;margin-bottom:10px;padding-left:8px;position:relative;transition:color .3s}.card-list li::marker{color:#6366f1;font-size:1.2em}.card-list li .highlight{background:linear-gradient(90deg,#e0e7ff 60%,#fff);border-radius:4px;color:#2563eb;font-weight:600;padding:0 4px}.card-list li .highlight-tech{background:linear-gradient(90deg,#d1fae5 60%,#fff);border-radius:4px;color:#059669;font-weight:600;padding:0 4px}.highlight-role{color:#7c3aed;font-weight:700;letter-spacing:.5px}@media (max-width:900px){.experience-cards,.project-cards{align-items:center;flex-direction:column}.card{max-width:98vw;min-width:90vw}}.achievements-cards,.coding-cards,.contact-cards,.education-cards,.skills-cards{display:flex;flex-wrap:wrap;gap:32px;justify-content:center}.achievements-item.card,.contact-form.card,.contact-info.card,.education-item.card,.profile-links.card,.skill-category.card{background:#ffffffd9;border-radius:16px;box-shadow:0 6px 24px #3182ce14,0 1.5px 6px #3182ce1a;max-width:400px;min-width:320px;overflow:hidden;padding:32px 28px 24px;position:relative;transition:box-shadow .3s,transform .3s}.achievements-item.card:hover,.contact-form.card:hover,.contact-info.card:hover,.education-item.card:hover,.profile-links.card:hover,.skill-category.card:hover{background:#ecf5fff2;box-shadow:0 12px 32px #3182ce2e,0 3px 12px #3182ce2e;transform:translateY(-8px) scale(1.03)}@media (max-width:900px){.achievements-cards,.coding-cards,.contact-cards,.education-cards,.skills-cards{align-items:center;flex-direction:column}.achievements-item.card,.contact-form.card,.contact-info.card,.education-item.card,.profile-links.card,.skill-category.card{max-width:98vw;min-width:90vw}}html{scroll-behavior:smooth}section{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}section.visible{opacity:1;transform:translateY(0)}.card{transition:transform .3s ease,box-shadow .3s ease}.card:hover{box-shadow:0 10px 20px #0000001a;transform:translateY(-5px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.card{animation:fadeIn .5s ease forwards}@media (max-width:480px){h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.2rem}p{font-size:.9rem}}@media (hover:none){.card:hover{transform:none}.nav-links a{padding:.5rem 1rem}.btn{padding:1rem 2rem}}.coding-profiles .card-icon{align-items:center;background:#f8fafc;border-radius:8px;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.coding-profiles .card-icon svg{color:#2d3748;height:24px;transition:all .3s ease;width:24px}.coding-profiles .card-header:first-child .card-icon{background:#ffa116}.coding-profiles .card-header:first-child .card-icon svg{color:#fff}.coding-profiles .card-header:last-child .card-icon{background:#5b4638}.coding-profiles .card-header:last-child .card-icon svg{color:#fff}.coding-profiles .card-header{align-items:center;background:#ffffffe6;border-radius:12px;display:flex;gap:16px;margin-bottom:12px;padding:16px;transition:all .3s ease}.coding-profiles .card-header:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.coding-profiles .card-header:hover .card-icon{transform:scale(1.1)}.coding-profiles .highlight-tech{color:#2d3748;font-size:1.2rem;font-weight:600;text-decoration:none;transition:color .3s ease}.coding-profiles .highlight-tech:hover{color:#a7c9f2}.modal{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content{background-color:#fff;border-radius:5px;max-height:80%;max-width:80%;overflow:auto;padding:20px;position:relative}.close{cursor:pointer;font-size:24px;position:absolute;right:10px;top:10px}.close:hover{color:red}video{max-height:70vh;width:100%}.experience-item.card{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin:20px auto;max-width:500px;padding:20px}
/*# sourceMappingURL=main.c493b2b4.css.map*/