@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";.hero{min-height:100vh;display:flex;align-items:center;padding:120px 2rem 4rem;background:transparent!important}.hero__container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1;margin-bottom:1rem}.hero__greeting{margin-bottom:2rem}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;background:#38bdf81a;border:1px solid #8b5cf6;border-radius:20px;padding:.5rem 1rem;margin-bottom:1.5rem;font-size:.875rem;color:#38bdf8;background:linear-gradient(135deg,#38bdf8,#8b5cf6);-webkit-background-clip:text;background-clip:text;color:transparent}.hero__badge-dot{width:10px;height:10px;background:#05e399;border-radius:50%;animation:pulse 2s infinite}.hero__intro{font-size:1.5rem;font-weight:400;color:#94a3b8;margin-bottom:.5rem}.hero__name{background:linear-gradient(135deg,#38bdf8,#8b5cf6);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:600}.hero__titles{margin-bottom:2rem}.hero__title{font-size:2.8rem;font-weight:700;line-height:1.1;margin-bottom:1rem;color:#f1f5f9}.hero__typewriter{background:linear-gradient(135deg,#f1f5f9,#38bdf8,#8b5cf6);-webkit-background-clip:text;background-clip:text;color:transparent}.hero__description{font-size:1.125rem;line-height:1.7;color:#cbd5e1;margin-bottom:3rem;max-width:600px}.hero__buttons{display:flex;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.hero__btn{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;border-radius:12px;font-weight:500;font-size:1rem;transition:all .3s ease;cursor:pointer;border:none;text-decoration:none;position:relative;overflow:hidden}.hero__btn--primary{background:#6b30e3;color:#fff;box-shadow:0 4px 15px #38bdf84d}.hero__btn--primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #38bdf866}.hero__btn--secondary{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:#f1f5f9}.hero__btn--secondary:hover{background:#171123;transform:translateY(-2px);border:2px solid #6b30e3}.hero__btn-icon{transition:transform .3s ease-in-out}.hero__btn:hover .hero__btn-icon{transform:translate(4px)}.hero__social{display:flex;flex-direction:column;gap:12px}.hero__social-label{font-size:14px;font-weight:600;letter-spacing:.5px}.hero__social-icons{display:flex;gap:14px;flex-wrap:wrap}.hero__social-link{position:relative;width:44px;height:44px;font-size:1.5rem;display:flex;align-items:center;justify-content:center;background:transparent;border:2px solid #444;border-radius:12px;overflow:hidden;z-index:1}.hero__social-link.github{color:#fff;border-color:#999;transition:transform .3s ease-out}.hero__social-link.linkedin{color:#0077b5;border-color:#0077b5;transition:transform .3s ease-out}.hero__social-link.twitter{color:#fff;border-color:#999;transition:transform .3s ease-out}.hero__social-link.leetcode,.hero__social-link.codeforces{color:#ffa116;transition:transform .3s ease-out;border-color:#ffa116}.hero__social-link.github:hover{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid #ffffff;color:#f1f5f9;transform:scale(1.08)}.hero__social-link.linkedin:hover{background:#0077b5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid #ffffff;color:#f1f5f9;transform:scale(1.08)}.hero__social-link.twitter:hover{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid #ffffff;color:#f1f5f9;transform:scale(1.08)}.hero__social-link.leetcode:hover,.hero__social-link.codeforces:hover{background:#9e6208;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid #ffffff;color:#f1f5f9;transform:scale(1.08)}.hero__visual{display:flex;justify-content:flex-end;align-items:center;width:50%;padding:2rem;margin-left:20vw}.hero__image-wrapper{position:relative;display:flex;justify-content:center;align-items:center}.hero__profile-image-circle{position:relative;width:280px;height:280px;border-radius:50%;display:flex;justify-content:center;align-items:center;transition:all .3s ease;border:8px solid #667eea;box-shadow:0 20px 40px #667eea4d,0 0 0 1px #ffffff1a}.hero__profile-image-circle:hover{transform:scale(1.05);border-color:#764ba2;box-shadow:0 25px 50px #667eea66,0 0 0 1px #ffffff1a}.hero__image-glow{position:absolute;width:110%;height:110%;border-radius:50%;background:linear-gradient(135deg,#667eea4d,#764ba24d);animation:pulse 3s infinite ease-in-out;filter:blur(15px);opacity:.6}.hero__image-inner-circle{position:relative;width:260px;height:260px;border-radius:50%;display:flex;justify-content:center;align-items:center;z-index:1;overflow:hidden;transition:transform .4s ease,box-shadow .4s ease;box-shadow:inset 0 0 20px #00000059,0 0 15px #0006}.hero__image-inner-circle img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;filter:contrast(1.1) saturate(1.05)}.hero__image-inner-circle:hover img{transform:scale(1.08)}.hero__profile-image-circle:before{content:"";position:absolute;width:115%;height:115%;border-radius:50%;border:1px dashed rgba(102,126,234,.2);animation:rotate 20s linear infinite;pointer-events:none}.hero__image-glow{animation:pulse 3s infinite ease-in-out;animation-delay:.2s;opacity:.6;filter:blur(15px)}.hero__profile-image-circle:before{animation:rotate 20s linear infinite;animation-delay:.3s}.hero__image-wrapper{opacity:0;animation:heroFade .5s ease-out forwards;animation-delay:.1s}@keyframes heroFade{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:1439px)and (min-width:1024px){.hero__container{gap:3rem;max-width:1200px}.hero__title{font-size:2.5rem}.hero__profile-image-circle{width:260px;height:260px}.hero__image-inner-circle{width:240px;height:240px}.hero__visual{margin-left:15vw}}@media(max-width:1023px)and (min-width:900px){.hero{padding:100px 2rem 3rem}.hero__container{gap:2.5rem}.hero__title{font-size:2.2rem}.hero__intro{font-size:1.3rem}.hero__profile-image-circle{width:240px;height:240px}.hero__image-inner-circle{width:220px;height:220px}.hero__visual{margin-left:10vw}}@media(max-width:899px)and (min-width:768px){.hero{padding:90px 1.5rem 2.5rem}.hero__container{grid-template-columns:1fr;text-align:center;gap:3rem}.hero__visual{justify-content:center;margin-left:0;width:100%;padding:0;order:-1}.hero__profile-image-circle{width:220px;height:220px}.hero__image-inner-circle{width:200px;height:200px}.hero__description{margin-left:auto;margin-right:auto}.hero__social{align-items:center}}@media(max-width:767px)and (min-width:576px){.hero{padding:80px 1.5rem 2rem}.hero__container{grid-template-columns:1fr;text-align:center;gap:2.5rem}.hero__title{font-size:2rem}.hero__intro{font-size:1.25rem}.hero__description{font-size:1.05rem;max-width:90%;margin:0 auto 2rem}.hero__visual{justify-content:center;margin-left:0;width:100%;padding:0;order:-1}.hero__profile-image-circle{width:200px;height:200px}.hero__image-inner-circle{width:180px;height:180px}.hero__buttons{justify-content:center}.hero__btn{padding:.875rem 1.75rem}.hero__social-icons{justify-content:center}}@media(max-width:575px)and (min-width:425px){.hero{padding:70px 1rem 1.5rem;min-height:90vh}.hero__container{grid-template-columns:1fr;text-align:center;gap:2rem}.hero__title{font-size:1.8rem}.hero__intro{font-size:1.2rem}.hero__description{font-size:1rem;max-width:95%;margin:0 auto 1.5rem}.hero__visual{justify-content:center;margin-left:0;order:-1}.hero__profile-image-circle{width:180px;height:180px;border-width:6px}.hero__image-inner-circle{width:160px;height:160px}.hero__buttons{flex-direction:column;align-items:center;gap:.75rem}.hero__btn{width:100%;max-width:280px;justify-content:center;padding:.875rem 1.5rem}.hero__social{align-items:center}.hero__social-icons{justify-content:center;gap:12px}.hero__social-link{width:42px;height:42px;font-size:1.2rem}}@media(max-width:424px){.hero{padding:60px .75rem 1rem;min-height:auto}.hero__container{gap:1.5rem}.hero__badge{font-size:.75rem;padding:.4rem .8rem}.hero__title{font-size:1.6rem}.hero__intro{font-size:1.1rem}.hero__description{font-size:.95rem;max-width:100%;margin:0 auto 1.25rem}.hero__visual{justify-content:center;margin-left:0;order:-1}.hero__profile-image-circle{width:160px;height:160px;border-width:5px}.hero__image-inner-circle{width:140px;height:140px}.hero__buttons{flex-direction:column;align-items:center;gap:.75rem}.hero__btn{width:100%;max-width:260px;justify-content:center;padding:.75rem 1.25rem;font-size:.95rem}.hero__social{align-items:center}.hero__social-icons{justify-content:center;gap:10px}.hero__social-link{width:40px;height:40px;font-size:1.1rem}}@media(max-width:319px){.hero{padding:50px .5rem 1rem}.hero__container{gap:1.25rem}.hero__title{font-size:1.4rem}.hero__profile-image-circle{width:140px;height:140px}.hero__image-inner-circle{width:120px;height:120px}.hero__btn{padding:.65rem 1rem;font-size:.9rem}.hero__social-link{width:36px;height:36px;font-size:1rem}}@media(max-width:1024px){.hero__container{grid-template-columns:1fr;text-align:center;gap:3rem}.hero__visual{justify-content:center;width:100%;margin-left:0;padding:0;order:-1}.hero__description{margin-left:auto;margin-right:auto}}@media(max-width:480px){.hero{padding:70px 1rem 1.5rem}.hero__title{font-size:1.6rem}.hero__intro{font-size:1.1rem}.hero__description{max-width:100%;margin-bottom:1.5rem}.hero__profile-image-circle{width:150px;height:150px;border-width:5px}.hero__image-inner-circle{width:130px;height:130px}.hero__buttons{flex-direction:column;align-items:center;gap:.75rem}.hero__btn{width:100%;max-width:260px;justify-content:center}}@media(max-width:350px){.hero{padding:50px .75rem 1rem}.hero__title{font-size:1.4rem}.hero__profile-image-circle{width:130px;height:130px}.hero__image-inner-circle{width:110px;height:110px}}.about{padding:8rem 2rem;background:transparent!important}.about__container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.about__header{text-align:center;margin-bottom:4rem}.about__title{font-size:3rem;font-weight:700;color:#f1f5f9;margin-bottom:1rem}.about__intro{font-size:1.125rem;color:#cbd5e1;max-width:600px;margin:0 auto}.about__content{padding:0}.about__main{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:4rem}.about__info{padding:0}.about__name{font-size:2.2rem;font-weight:700;color:#f1f5f9;margin-bottom:.5rem}.about__role{font-size:1.125rem;color:#38bdf8;margin-bottom:1.5rem}.about__description{font-size:1rem;line-height:1.7;color:#cbd5e1;margin-bottom:2rem}.about__features{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.about__feature{background:#20232bcc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:20px;padding:1.5rem;transition:all .3s ease}.about__feature:hover{background:#ffffff14;transform:translateY(-5px)}.about__feature-icon{width:50px;height:50px;background:#38bdf81a;border-radius:14px;color:#38bdf8;font-size:1.3rem;display:flex;justify-content:center;align-items:center;margin-bottom:1rem}.about__feature-title{font-size:1.1rem;font-weight:600;color:#f1f5f9;margin-bottom:.5rem}.about__feature-desc{font-size:.9rem;color:#cbd5e1;line-height:1.5}.about__image{display:flex;justify-content:center;align-items:center}.about__image-circle-inner{width:280px;height:280px;overflow:hidden;background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:20px;display:flex;justify-content:center;align-items:center;transition:all .3s ease}.about__image-circle-inner:hover{transform:translateY(-5px);border-color:#38bdf84d}.about__circular-img{width:100%;height:100%;object-fit:cover}@media(max-width:1024px){.about__main{grid-template-columns:1fr;gap:3rem;text-align:center}.about__features{grid-template-columns:repeat(2,1fr)}.about__image{margin-top:1rem}}@media(max-width:768px){.about{padding:6rem 1.5rem}.about__title{font-size:2.5rem}.about__image-circle-inner{width:220px;height:220px}.about__features{grid-template-columns:1fr}}@media(max-width:480px){.about{padding:5rem 1rem}.about__title{font-size:2.2rem}.about__image-circle-inner{width:200px;height:200px}.about__name{font-size:1.8rem}.about__role{font-size:1rem}}.skills{width:100%;padding:5rem 2rem;background:transparent}.skills__container{max-width:1200px;margin:0 auto}.skills__header{text-align:center;margin-bottom:3rem}.skills__subtitle{display:inline-block;padding:.4rem 1.2rem;font-size:1.1rem;color:#22c55e;background:#22c55e1a;border:1px solid rgba(34,197,94,.25);border-radius:18px}.skills__title{margin-top:1rem;font-size:3rem;font-weight:700;color:#f1f5f9}.skills__intro{max-width:640px;margin:1rem auto 0;color:#cbd5e1;font-size:1.15rem}.skills__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-top:3rem}.skills__card{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;border-radius:18px;background:#181c24;border:1px solid rgba(255,255,255,.12);transition:.35s ease}.skills__card:hover{transform:translateY(-6px);background:#78b2ff1f;box-shadow:0 12px 30px #78b2ff26}.skills__icon{width:60px;height:60px;border-radius:14px;background:#0e1017d9;display:flex;justify-content:center;align-items:center;color:#8bacf4;font-size:2rem;transition:.35s ease}.skills__card:hover .skills__icon{transform:scale(1.1) rotate(6deg)}.skills__content{flex:1}.skills__name{font-size:1.25rem;font-weight:600;color:#f1f5f9}.skills__other{margin-top:4rem;text-align:center;padding:2rem}.skills__other-title{font-size:2rem;font-weight:600;background:linear-gradient(135deg,#0b648a,#7d4af6);-webkit-background-clip:text;color:transparent;margin-bottom:2rem}.skills__other-list{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.skills__other-item{padding:.7rem 1.4rem;border-radius:16px;background:#181c24;border:1px solid rgba(255,255,255,.2);color:#cbd5e1;font-size:1rem;font-weight:500;transition:.3s ease}.skills__other-item:hover{transform:translateY(-4px);background:#78b2ff1f}@media(max-width:768px){.skills{padding:4rem 1.5rem}.skills__title{font-size:2.4rem}.skills__card{padding:1.2rem;gap:1rem}.skills__icon{width:52px;height:52px;font-size:1.6rem}.skills__other{padding:1.5rem}}@media(max-width:480px){.skills{padding:3.5rem 1.2rem}.skills__title{font-size:2rem}.skills__intro{font-size:1rem}.skills__grid{gap:1.2rem}.skills__card{flex-direction:row}.skills__icon{width:48px;height:48px;font-size:1.5rem}}@media(max-width:768px){.skills__container{padding:0 1.2rem}}@media(max-width:480px){.skills__container{padding:0 1.2rem}}.projects{padding:8rem 1rem;background:transparent!important}.projects__container{max-width:1200px;margin:0 auto}.projects__header{text-align:center;margin-bottom:4rem}.projects__subtitle{display:inline-block;padding:.5rem 1.5rem;font-size:1rem;color:#ec4899;background:#ec48991a;border:1px solid rgba(236,72,153,.2);border-radius:20px}.projects__title{font-size:3rem;font-weight:700;color:#f1f5f9;margin-top:1rem}.projects__intro{max-width:600px;margin:1rem auto 0;font-size:1.125rem;color:#cbd5e1}.projects__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:3rem;margin-top:5rem}.projects__card{width:80%;height:440px;perspective:1200px;margin:0 auto}.projects__card-inner{width:100%;height:100%;border-radius:20px;position:relative;transition:transform .6s ease;transform-style:preserve-3d}.projects__card:hover .projects__card-inner{transform:rotateY(180deg)}.projects__card-front,.projects__card-back{width:100%;height:100%;position:absolute;border-radius:20px;background:#1d212de6;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);backface-visibility:hidden;overflow:hidden}.projects__card-front{display:flex;flex-direction:column}.projects__front-image{width:100%;height:45%;overflow:hidden}.projects__front-image img{width:100%;height:100%;object-fit:cover}.projects__card-content{padding:1.5rem;display:flex;flex-direction:column;flex:1}.projects__card-title{font-size:1.3rem;color:#f1f5f9;font-weight:600;margin-bottom:.75rem}.projects__card-desc{font-size:.95rem;color:#cbd5e1;flex:1;margin-bottom:1.5rem}.projects__card-tags{display:flex;flex-wrap:wrap;gap:.5rem}.projects__tag{padding:.4rem .9rem;background:#111c;border:1px solid rgba(255,255,255,.15);font-size:.8rem;border-radius:12px;color:#e2e8f0}.projects__card-back{transform:rotateY(180deg);padding:2rem;text-align:center;display:flex;flex-direction:column;justify-content:center}.projects__back-title{font-size:1.4rem;color:#f1f5f9;margin-bottom:1rem}.projects__back-features{color:#cbd5e1;font-size:.95rem;line-height:1.6;margin-bottom:2rem}.projects__back-links{display:flex;justify-content:center;gap:1rem}.projects__back-links a{width:48px;height:48px;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;color:#f1f5f9;transition:.3s ease;text-decoration:none}.projects__back-links a:hover{transform:translateY(-3px);background:#ec489933}.projects__cta{margin-top:3rem;text-align:center}.projects__cta-btn{padding:1rem 2.5rem;border-radius:12px;font-weight:500;color:#fff;text-decoration:none;background:linear-gradient(135deg,#ec4899,#8b5cf6);display:inline-flex;align-items:center;gap:.75rem;transition:.3s ease}.projects__cta-btn:hover{transform:translateY(-3px);box-shadow:0 10px 25px #ec48994d}@media(max-width:1024px){.projects__container{padding:0 1.5rem}.projects__grid{gap:2.5rem;margin-top:4rem}}@media(max-width:768px){.projects{padding:6rem 1.5rem}.projects__title{font-size:2.4rem}.projects__grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}.projects__card{height:400px}.projects__container{padding:0 1.2rem}}@media(max-width:480px){.projects{padding:5rem 1rem}.projects__title{font-size:2.1rem}.projects__grid{grid-template-columns:1fr;gap:1.8rem}.projects__card{height:380px}.projects__cta-btn{width:100%;justify-content:center}}.contact{padding:8rem 3rem 1rem 1rem;background:transparent!important}.contact__container{max-width:1200px;margin:0 auto;position:relative;z-index:1;margin-top:-4rem}.contact__header{text-align:center;margin-bottom:5rem;max-width:700px;margin-left:auto;margin-right:auto}.contact__subtitle{display:inline-block;background:linear-gradient(135deg,#6366f126,#8b5cf626);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(99,102,241,.25);border-radius:24px;padding:.75rem 2rem;color:#8b5cf6;font-size:.95rem;font-weight:600;letter-spacing:.8px;margin-bottom:1.5rem}.contact__title{font-size:3.75rem;font-weight:800;color:#f1f5f9;margin-bottom:1.5rem;line-height:1.1;background:linear-gradient(135deg,#fff,#a5b4fc);-webkit-background-clip:text;background-clip:text;color:transparent}.contact__intro{font-size:1.3rem;line-height:1.8;color:#cbd5e1;max-width:650px;margin:0 auto;font-weight:400;opacity:.9}.contact__wrapper{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start}.contact__info{display:flex;flex-direction:column;gap:.5rem}.contact__info-card{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:none;padding:1.2rem;display:flex;align-items:center;gap:1rem;transition:transform .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.contact__info-card:hover{transform:translateY(-8px);background:#6366f114;border:2px solid linear-gradient(135deg,rgb(15,14,14) 0%,rgb(0,0,0) 100%);border-radius:15px}.contact__info-icon{width:46px;height:46px;background:linear-gradient(135deg,#6366f126,#8b5cf626);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#8b5cf6;font-size:1rem;flex-shrink:0;transition:all .4s ease;border:1px solid rgba(99,102,241,.2)}.contact__info-card:hover .contact__info-icon{background:linear-gradient(135deg,#6366f140,#8b5cf640);transform:scale(1.1) rotate(5deg)}.contact__info-content{flex:1}.contact__info-title{font-size:1rem;font-weight:800;color:#fff;margin-bottom:.5rem;letter-spacing:1px}.contact__info-text{font-size:1rem;color:#e2e8f0;margin-bottom:.5rem;font-weight:500}.contact__info-subtext{font-size:.9rem;color:#94a3b8;font-weight:400}.contact__form-section{backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border-radius:24px;padding:3rem;position:relative;overflow:hidden;box-shadow:0 20px 40px #0003}.contact__form{position:relative;z-index:1}.form__row{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:1rem}.form__group{display:flex;flex-direction:column}.form__group.full-width{grid-column:1 / -1}.form__label{font-size:.95rem;font-weight:600;color:#f1f5f9;margin-bottom:.75rem;display:flex;align-items:center;gap:.4rem;letter-spacing:.3px}.required{color:#f87171;font-weight:700}.input-box{position:relative;width:100%;margin-top:.5rem}.input-icon{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);font-size:1.1rem;color:#fff9;z-index:2;transition:all .3s ease}.form__input{width:100%;padding:1.25rem 1.25rem 1.25rem 3.5rem;background:linear-gradient(135deg,#0f0e0e,#000);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1.5px solid rgba(255,255,255,.15);border-radius:14px;color:#fff;font-size:1rem;font-weight:400;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:inherit;outline:none}.form__input::placeholder,.form__textarea::placeholder{color:#fff6;font-weight:400}.form__input:focus{border-color:#d85808;box-shadow:0 0 0 .2px #d85808;transform:translateY(-2px)}.form__input:focus+.input-icon{color:#d85808;transform:translateY(-50%) scale(1.1)}.form__textarea{width:100%;padding:1.5rem;background:linear-gradient(135deg,#0f0e0e,#000);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1.5px solid rgba(255,255,255,.15);border-radius:14px;color:#fff;font-size:1rem;font-weight:400;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:inherit;resize:vertical;min-height:180px;outline:none;line-height:1.6}.form__textarea:focus{border-color:#d85808;box-shadow:0 0 0 .5px #d85808;transform:translateY(-2px)}.form__submit{margin-top:2rem;text-align:center}.contact__submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:1rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;padding:1.25rem 3rem;border-radius:14px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;z-index:1;min-width:240px;box-shadow:0 10px 30px #6366f14d}.contact__submit-btn:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 20px 40px #6366f166}.contact__submit-icon{transition:all .4s ease;font-size:1.1rem}.contact__submit-btn:hover .contact__submit-icon{transform:translate(6px) rotate(15deg)}@media(max-width:1024px){.contact__wrapper{grid-template-columns:1fr;gap:4rem}.contact__info{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1.5rem}.contact__info-card{flex:1;min-width:280px;max-width:350px}.contact__form-section{padding:2.5rem}}@media(max-width:768px){.contact{padding:6rem 1.5rem}.contact__title{font-size:3rem}.contact__intro{font-size:1.15rem}.form__row{grid-template-columns:1fr;gap:1.5rem}.contact__form-section{padding:2rem}.contact__info-card{padding:1.75rem}}@media(max-width:640px){.contact__title{font-size:2.5rem}.contact__subtitle{padding:.6rem 1.5rem;font-size:.85rem}.contact__intro{font-size:1.05rem}.contact__info{flex-direction:column}.contact__info-card{min-width:100%}.contact__form-section{padding:1.75rem}.form__input{padding-left:3rem}.input-icon{left:1rem}.contact__submit-btn{width:100%;min-width:auto;padding:1.25rem 2rem}}@media(max-width:480px){.contact{padding:5rem 1rem}.contact__title{font-size:2.25rem}.contact__intro{font-size:1rem}.contact__form-section{padding:1.5rem}.contact__info-card{padding:1.5rem;flex-direction:column;text-align:center;gap:1.25rem}.contact__info-icon{width:48px;height:48px}.form__input{font-size:.95rem;padding:1.1rem 1.1rem 1.1rem 2.8rem}.input-icon{font-size:1rem}}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus{-webkit-text-fill-color:#ffffff!important;caret-color:#fff!important;box-shadow:0 0 0 1000px #0f0e0e inset!important;background-color:#0f0e0e!important;transition:background-color 9999s ease-in-out 0s}input:-webkit-autofill+.input-icon{color:#fffc!important}.footer{padding:3rem 1rem 1.5rem;background:transparent!important;border-top:1px solid #6b30e3}.footer__container{max-width:1280px;margin:0 auto;position:relative;z-index:1}.footer__top{padding:0 0 3rem}.footer__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem}.footer__section{padding:1.25rem .5rem}.footer__section-title{font-size:1.25rem;font-weight:800;color:#f1f5f9;margin-bottom:1.25rem;padding-bottom:.5rem;position:relative}.footer__section-title:after{content:"";position:absolute;bottom:0;left:0;width:80px;height:2px;background:linear-gradient(90deg,#6366f1,#8b5cf6);border-radius:1px}.footer__links{list-style:none;padding:0;margin:0}.footer__links li{margin-bottom:.6rem}.footer__link{color:#94a3b8;text-decoration:none;font-size:.95rem;transition:all .3s ease;display:inline-flex;align-items:center;gap:.4rem}.footer__link:hover{color:#f87171;transform:translate(4px)}.footer__contact{display:flex;flex-direction:column;gap:.9rem}.contact__item{display:flex;align-items:center;gap:.6rem}.contact__icon{color:#8b5cf6;font-size:1rem;flex-shrink:0}.contact__text{color:#94a3b8;font-size:.95rem;line-height:1.5}.footer__social{display:flex;flex-direction:column;gap:1.25rem}.social__icons{display:flex;gap:.9rem}.social__link{position:relative;width:44px;height:44px;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#cbd5e1;font-size:1.2rem;transition:all .3s ease;text-decoration:none;overflow:hidden}.social__link:hover{transform:translateY(-3px);color:#fff;border-color:#6366f14d;box-shadow:0 6px 20px #6366f133}.social__tooltip{position:absolute;bottom:-26px;left:50%;transform:translate(-50%);background:#0f172ae6;color:#cbd5e1;padding:.2rem .6rem;border-radius:6px;font-size:.75rem;opacity:0;visibility:hidden;transition:all .3s ease}.social__link:hover .social__tooltip{opacity:1;visibility:visible;bottom:-20px}.social__text{color:#94a3b8;font-size:.9rem;margin:0;line-height:1.6}.footer__cta{display:flex;flex-direction:column;gap:1.3rem}.cta__text{color:#94a3b8;font-size:.95rem;line-height:1.6;margin:0}.footer__divider{height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.1) 20%,rgba(255,255,255,.1) 80%,transparent 100%);margin:-1rem 1rem 0;border:1px solid #ffffff0f}.footer__bottom{display:flex;justify-content:center;align-items:center;padding:1rem 0 0}.footer__copyright{display:flex;flex-direction:column;gap:.4rem}.copyright__text{color:#94a3b8;font-size:.9rem;margin:0}.copyright__name{color:#8b5cf6;font-weight:500}@media(max-width:1024px){.footer{padding:3.5rem 1.25rem 1.25rem}.footer__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:768px){.footer{padding:2.5rem 1rem 1rem}.footer__grid{grid-template-columns:1fr;gap:1.75rem}.footer__section{padding:1rem 0}}@media(max-width:480px){.footer__section{padding:.75rem 0}.cta__button{width:100%;justify-content:center}}.nav-glass{width:40%;margin:.6rem auto;padding:.8rem 2rem;border-radius:45px;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#0000000d;box-shadow:2px 8px 30px #37254140;position:fixed;left:50%;transform:translate(-50%);top:1rem;z-index:999;font-weight:700;animation:fadeSlideDown .8s ease forwards}@keyframes fadeSlideDown{0%{opacity:0;transform:translate(-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.nav-glass ul{display:flex;justify-content:space-between;align-items:center;list-style:none;gap:.3rem}.nav-glass li{position:relative}.nav-glass a{text-decoration:none;color:#94a3b8;font-size:1rem;font-weight:600;margin-left:-1.5rem;margin-right:-1.5rem;padding:.6rem 1.2rem;border-radius:999px;transition:all .3s ease}.nav-glass a:hover{color:#fff;opacity:.9}.nav-glass a.active{background:linear-gradient(135deg,#934efa,#7636e6);color:#fff;font-weight:600;border-radius:999px;box-shadow:0 4px 12px #7c3aed66,inset 0 0 8px #ffffff26;transform:translateY(-2px)}.nav-glass{width:40%}@media(max-width:1024px){.nav-glass{width:60%}}@media(max-width:768px){.nav-glass{width:90%;padding:.7rem 1.2rem}.nav-glass ul{flex-wrap:wrap;justify-content:center;gap:.4rem}.nav-glass a{font-size:.9rem;padding:.55rem .9rem;margin-left:0;margin-right:0}}@media(max-width:480px){.nav-glass a{font-size:.8rem;padding:.5rem .8rem}.nav-glass ul{gap:.3rem}}:root{--header-height: 100px;--primary-gradient: linear-gradient(135deg, #38bdf8 0%, #8b5cf6 100%);--secondary-gradient: linear-gradient(135deg, #ec4899 0%, #8b5cf6 100%);--glass-bg: rgba(255, 255, 255, .05);--glass-border: rgba(255, 255, 255, .1);--text-primary: #f1f5f9;--text-secondary: #cbd5e1;--text-muted: #94a3b8}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:#0a0c10;color:var(--text-primary);overflow-x:hidden;line-height:1.6;position:relative;min-height:100vh}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 30%,rgba(56,189,248,.15) 0%,transparent 40%),radial-gradient(circle at 80% 70%,rgba(139,92,246,.15) 0%,transparent 40%),radial-gradient(circle at 40% 80%,rgba(236,72,153,.1) 0%,transparent 40%);z-index:-3}body:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:#0a0c10d9,url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);z-index:-2}.app{min-height:100vh;display:flex;flex-direction:column;position:relative;z-index:1}.main-content{flex:1;padding-top:var(--header-height);position:relative}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#c1c5cd4d;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#38bdf8,#5f26e2);border-radius:5px;border:2px solid rgba(255,255,255,.1)}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#8b5cf6,#38bdf8)}section{scroll-margin-top:var(--header-height);position:relative;z-index:2}.glass{background:#ffffff14;backdrop-filter:blur(25px) saturate(160%);-webkit-backdrop-filter:blur(25px) saturate(160%);border:1px solid rgba(255,255,255,.12);border-radius:12px;box-shadow:0 8px 32px #0003,inset 0 1px #ffffff1a}.glass-light{background:#ffffff1f;backdrop-filter:blur(15px) saturate(180%);-webkit-backdrop-filter:blur(15px) saturate(180%);border:1px solid rgba(255,255,255,.18);border-radius:12px;box-shadow:0 4px 16px #00000026,inset 0 1px #ffffff26}body{margin:0;padding:0;background:linear-gradient(135deg,#0f0e0e,#000);background-attachment:fixed;background-size:cover;min-height:100vh;color:#fff;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;z-index:-1;background:radial-gradient(circle at 10% 20%,rgba(89,91,239,.12),transparent 40%),radial-gradient(circle at 90% 80%,rgba(150,107,249,.12),transparent 40%),radial-gradient(circle at 50% 50%,rgba(32,104,219,.08),transparent 55%);backdrop-filter:blur(50px);-webkit-backdrop-filter:blur(50px)}@media(max-width:768px){:root{--header-height: 80px}html{font-size:14px}body:before{background:radial-gradient(circle at 10% 20%,rgba(56,189,248,.1) 0%,transparent 30%),radial-gradient(circle at 90% 80%,rgba(139,92,246,.1) 0%,transparent 30%)}body:after{backdrop-filter:blur(15px) saturate(160%);-webkit-backdrop-filter:blur(15px) saturate(160%)}}.section-bg{width:100%;overflow:hidden}.section-content{max-width:1400px;margin:0 auto;width:100%}section{scroll-margin-top:4rem}@media(max-width:768px){section{scroll-margin-top:3rem}}@media(max-width:480px){section{scroll-margin-top:2.5rem}}section{transition:padding .3s ease}html{scroll-behavior:smooth}section[id]{scroll-margin-top:80px}#home{scroll-margin-top:0}@media(max-width:768px){section[id]{scroll-margin-top:70px}}@media(max-width:480px){section[id]{scroll-margin-top:60px}}html{scroll-behavior:smooth;scroll-padding-top:80px}section{position:relative}#home,#about,#skills,#projects,#contact{scroll-margin-top:80px}@media(max-width:768px){html{scroll-padding-top:70px}#home,#about,#skills,#projects,#contact{scroll-margin-top:70px}}@media(max-width:480px){html{scroll-padding-top:60px}#home,#about,#skills,#projects,#contact{scroll-margin-top:60px}}body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}
