.intro-scroll-container{height:100vh;overflow-y:auto;scroll-snap-type:y mandatory;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}.intro-scroll-container::-webkit-scrollbar{display:none}.intro-section{height:100vh;min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;padding:140px 20px 60px;overflow:hidden;scroll-snap-align:start;scroll-snap-stop:always}.intro-bg-effects{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.intro-orb{position:absolute;border-radius:50%;opacity:.35;transform:translateZ(0);will-change:transform;pointer-events:none}.intro-orb-1{width:500px;height:500px;background:radial-gradient(circle closest-side,#ececf0 0%,transparent 100%);top:-10%;left:-10%;animation:float 8s ease-in-out infinite}.intro-orb-2{width:400px;height:400px;background:radial-gradient(circle closest-side,#e9ebef 0%,transparent 100%);bottom:10%;right:-5%;animation:float 10s ease-in-out infinite reverse;will-change:transform}.intro-orb-3{width:300px;height:300px;background:radial-gradient(circle closest-side,#f3f3f5 0%,transparent 100%);top:50%;left:50%;transform:translate(-50%,-50%);animation:pulse-scale-centered 6s ease-in-out infinite;will-change:transform,opacity}.intro-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative;z-index:1}.intro-greeting{display:flex;align-items:center;gap:12px;margin-bottom:16px;opacity:0;transform:translateY(20px);transition:opacity .5s ease-out,transform .5s ease-out}.intro-section.visible .intro-greeting{opacity:1;transform:translateY(0)}.greeting-wave{filter:invert(73%) sepia(22%) saturate(4529%) hue-rotate(180deg) brightness(101%) contrast(97%)}.greeting-wave img{width:2rem;filter:none}.greeting-wave.waving{animation:wave 2.5s ease-in-out 1}@keyframes wave{0%,60%,to{transform:rotate(0)}10%,30%{transform:rotate(14deg)}20%{transform:rotate(-8deg)}40%{transform:rotate(-4deg)}50%{transform:rotate(10deg)}}.greeting-text{display:flex;justify-content:center;font-size:1.38rem;color:var(--text-secondary);font-family:Pompiere,cursive,sans-serif;font-weight:800}.intro-name{font-family:Lobster Two,Georgia,cursive;font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:16px;background:var(--text-gradient-third);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:0;transform:translateY(25px);transition:opacity .5s ease-out .1s,transform .5s ease-out .1s}.intro-section.visible .intro-name{opacity:1;transform:translateY(0)}.intro-tagline{font-family:Pompiere,cursive,sans-serif;font-size:1.5rem;letter-spacing:2px;font-weight:600;color:var(--text-secondary);margin-bottom:32px;letter-spacing:3px;opacity:0;transform:translateY(20px);transition:opacity .5s ease-out .2s,transform .5s ease-out .2s}.intro-section.visible .intro-tagline{opacity:1;transform:translateY(0)}.intro-bio{font-family:Pompiere,cursive,sans-serif;margin-bottom:40px;opacity:0;transform:translateY(20px);transition:opacity .5s ease-out .3s,transform .5s ease-out .3s}.intro-section.visible .intro-bio{opacity:1;transform:translateY(0)}.intro-bio p{font-size:1.2rem;line-height:1.8;color:var(--text-secondary);max-width:500px;text-align:justify}.intro-stats{display:flex;align-items:center;justify-content:center;margin-bottom:32px;opacity:0;transform:translateY(20px);transition:opacity .5s ease-out .4s,transform .5s ease-out .4s}.intro-section.visible .intro-stats{opacity:1;transform:translateY(0)}.stat-carousel{display:flex;flex-direction:column;align-items:center;width:100%;max-width:500px}.stat-carousel-track{display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;position:relative;height:10rem;overflow:hidden;gap:0;width:100%}.intro-stat-item{height:10rem;width:10rem;background:var(--glass-bg);display:flex;align-items:center;justify-content:center;padding:12px;border-radius:50%;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--glass-border);box-shadow:var(--bubble-shadow);transition:all .5s cubic-bezier(.4,0,.2,1);cursor:pointer;position:absolute}.intro-stat-item.stat-center{transform:translate(0) scale(1);opacity:1;z-index:3;filter:none}.intro-stat-item.stat-left{transform:translate(-90%) scale(.7);opacity:.4;z-index:2;filter:blur(1px)}.intro-stat-item.stat-right{transform:translate(90%) scale(.7);opacity:.4;z-index:2;filter:blur(1px)}.intro-stat-item.stat-hidden{transform:translate(0) scale(.5);opacity:0;z-index:1;pointer-events:none}.stat-carousel-dots{display:none}.intro-stat-content{display:flex;flex-direction:column;text-align:center}.intro-stat-number{font-size:1rem;font-weight:700;color:var(--text-primary)}.intro-stat-label{font-size:.7rem;color:var(--text-muted)}.intro-cta{margin-top:20px;opacity:0;transform:translateY(15px);transition:opacity .5s ease-out .5s,transform .5s ease-out .5s}.intro-section.visible .intro-cta{opacity:1;transform:translateY(0)}.intro-explore-text{font-size:.95rem;color:var(--text-muted)}.menu-toggle-wrapper{display:inline-flex;align-items:center;justify-content:center;position:relative;vertical-align:middle;min-width:50px;height:1.4em;margin-left:4px}.menu-toggle-text,.menu-toggle-icon{position:absolute;transition:opacity .5s ease,transform .5s ease}.menu-toggle-text{white-space:nowrap}.menu-toggle-icon{filter:invert(.65);height:1.2em;width:auto}.menu-toggle-text.visible,.menu-toggle-icon.visible{opacity:1;transform:translateY(0)}.menu-toggle-text.hidden,.menu-toggle-icon.hidden{opacity:0;transform:translateY(6px)}.intro-visual{display:flex;align-items:center;justify-content:center;position:relative;top:0;right:0;opacity:0;transform:scale(.9);transition:opacity .6s ease-out .2s,transform .6s ease-out .2s}.intro-section.visible .intro-visual{opacity:1;transform:scale(1)}.intro-avatar-container{position:relative;width:350px;height:350px;display:flex;align-items:center;justify-content:center}.intro-avatar-glow{position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;background:radial-gradient(circle closest-side,#ff007b 0%,transparent 100%);border-radius:50%;opacity:.6;will-change:opacity,transform;animation:pulse-scale 4s ease-in-out infinite}.intro-avatar-ring{position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px;border:3px solid transparent;border-radius:50%;background:#87cfebb3;display:flex;align-items:center;justify-content:center;will-change:transform;animation:spin 20s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.intro-avatar{width:100%;height:100%;border-radius:50%;background:#fff9;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:2px solid rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.avatar-img{width:100%;height:100%;border-radius:50%;position:relative}.avatar-img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:50%;opacity:0;transition:opacity .1s ease}.avatar-img img.active{opacity:1}.camera-shutter{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;z-index:10;pointer-events:none;overflow:hidden;transform:translateZ(0);will-change:transform}.shutter-blade{position:absolute;width:100%;height:100%;background:linear-gradient(135deg,#ebf3f5,#e4e9f2,#ebf3f5);transition:transform .4s cubic-bezier(.4,0,.2,1);transform-origin:center center;will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden}.blade-1{clip-path:polygon(50% 50%,100% 0%,100% 50%)}.blade-2{clip-path:polygon(50% 50%,100% 50%,100% 100%)}.blade-3{clip-path:polygon(50% 50%,100% 100%,50% 100%)}.blade-4{clip-path:polygon(50% 50%,50% 100%,0% 100%)}.blade-5{clip-path:polygon(50% 50%,0% 100%,0% 50%)}.blade-6{clip-path:polygon(50% 50%,0% 50%,0% 0%,50% 0%,100% 0%)}.camera-shutter.open .blade-1{transform:translate(60%) translateY(-60%)}.camera-shutter.open .blade-2{transform:translate(60%) translateY(60%)}.camera-shutter.open .blade-3{transform:translateY(80%)}.camera-shutter.open .blade-4{transform:translate(-60%) translateY(60%)}.camera-shutter.open .blade-5{transform:translate(-60%) translateY(-60%)}.camera-shutter.open .blade-6{transform:translateY(-80%)}.camera-shutter.closed .shutter-blade{transform:translate(0)}.intro-footer-wrapper{scroll-snap-align:end;opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.intro-footer-wrapper.visible{opacity:1;transform:translateY(0)}.tech-stack-section{height:100vh;min-height:100vh;padding:80px 80px 20px;position:relative;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.015) 50%,transparent 100%);scroll-snap-align:start;scroll-snap-stop:always;overflow:hidden}.tech-stack-section:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:200px;height:2px;background:var(--gradient-primary);border-radius:2px;opacity:.5}.tech-stack-container{max-width:900px;width:100%}.tech-stack-heading-wrapper{position:relative;display:block;width:100%;text-align:center;margin-bottom:25px}.tech-stack-heading-wrapper:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;max-width:600px;height:220px;background-image:url(/images/paper-slip.png);background-size:100% 100%;background-repeat:no-repeat;background-position:center;filter:hue-rotate(180deg) saturate(.4) brightness(1.1);opacity:.5;z-index:0;pointer-events:none}.tech-stack-heading{position:relative;z-index:1;font-size:2rem;font-weight:700;text-align:center;margin-bottom:0;background:var(--text-gradient-second);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.tech-stack-section.visible .tech-stack-heading{opacity:1;transform:translateY(0)}.tech-category{margin-bottom:36px;opacity:0;transform:translateY(25px);transition:opacity .6s ease-out,transform .6s ease-out}.tech-category:first-of-type{transition-delay:.15s}.tech-category:last-of-type{transition-delay:.3s}.tech-stack-section.visible .tech-category{opacity:1;transform:translateY(0)}.tech-category:last-child{margin-bottom:0}.tech-category-title{display:flex;align-items:center;justify-content:center;gap:10px;font-size:1rem;color:var(--text-primary);margin-bottom:25px;font-weight:700}.tech-category-title span{background:#ffffff2d;width:100%;border-radius:4px;display:flex;align-items:center;justify-content:center;gap:10px}.tech-category-title svg{color:var(--accent-purple)}.tech-grid{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.tech-item{background:#f3f0ff;border:1px solid rgba(0,118,191,.12);border-radius:50%;height:120px;width:120px;min-width:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);cursor:pointer;position:relative;overflow:hidden;opacity:0;transform:translateY(20px) scale(.9)}.softwares-container .tech-item{padding:14px 16px;border-radius:24px;border:1px solid rgba(8,185,255,.2)}.tech-stack-section.visible .tech-item{animation:techItemReveal .5s ease-out forwards;animation-delay:calc(.4s + var(--item-delay, 0s))}@keyframes techItemReveal{to{opacity:1;transform:translateY(0) scale(1)}}.tech-item:hover{background:#ffffffd9;border-color:#0076bf40;transform:translateY(-4px) scale(1.03);box-shadow:0 8px 20px -4px #00000014}.tech-item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.02) 100%);opacity:0;transition:opacity .3s ease}.tech-item:hover:before{opacity:1}.tech-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.tech-item:hover .tech-icon{transform:scale(1.15)}.tech-icon img{width:100%;height:100%;object-fit:contain}.tech-name{font-size:.85rem;color:var(--text-secondary);font-weight:500;text-align:center;transition:color .3s ease}.tech-item:hover .tech-name{color:var(--text-primary)}.tech-grid-desktop{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.tech-band-container{display:none}.tech-band{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 15%,black 85%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 15%,black 85%,transparent 100%)}.tech-band-track{display:flex;gap:12px;width:max-content}.tech-band-left .tech-band-track{animation:slideBandLeft 15s linear infinite}.tech-band-right .tech-band-track{animation:slideBandRight 15s linear infinite}@keyframes slideBandLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes slideBandRight{0%{transform:translate(-50%)}to{transform:translate(0)}}@media (max-width: 968px){.intro-container{grid-template-columns:1fr;gap:48px;text-align:center}.intro-content{order:2}.intro-visual{order:1}.intro-visual{transform:translateY(0)}.intro-name{font-size:3rem}.intro-greeting{flex-direction:column;justify-content:center}.intro-bio p{max-width:100%;margin-left:3%;margin-right:3%}.intro-stats{justify-content:center}.stat-carousel{max-width:400px}.stat-carousel-track{height:9rem}.intro-stat-item{height:9rem;width:9rem}.stat-carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:12px}.stat-dot{width:8px;height:8px;border-radius:50%;border:none;background:var(--glass-border);cursor:pointer;padding:0;transition:all .3s ease}.stat-dot.active{width:24px;border-radius:4px;background:var(--text-primary)}.intro-avatar-container{width:250px;height:250px}.avatar-img{font-size:5rem}.tech-stack-section{padding:60px 1rem}.tech-stack-heading{font-size:1.5rem;margin-bottom:25px}.tech-category-title{justify-content:center}.tech-grid{justify-content:center;gap:12px}.tech-grid-desktop{display:none!important}.tech-band-container{display:flex!important;flex-direction:column;gap:12px;width:100%}.tech-band-container .tech-item{opacity:1;transform:none;animation:none;flex-shrink:0}.tech-band-container .tech-icon{width:28px;height:28px}.tech-band-container .tech-name{font-size:.72rem}.intro-scroll-container{scroll-snap-type:none;scroll-behavior:auto;overflow:visible;height:auto;min-height:100vh}.intro-section{height:auto;min-height:100vh;scroll-snap-align:start;padding:110px 20px 60px}.tech-stack-section{height:auto;min-height:auto;padding-bottom:40px;scroll-snap-align:start}.intro-greeting,.intro-name,.intro-tagline,.intro-bio,.intro-stats,.intro-cta{transition-delay:0s!important;transition-duration:.4s}.intro-visual{transition-delay:0s!important;transition-duration:.5s}.tech-stack-heading,.tech-category{transition-delay:0s!important;transition-duration:.4s}.tech-stack-section:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:0;height:0}.intro-footer-wrapper{transition-delay:0s!important;transition-duration:.4s}}@media (max-width: 480px){.intro-name{font-size:2.5rem}.intro-tagline{font-family:Pompiere;font-size:1.15rem;letter-spacing:2px}.intro-bio p{border-top:1px solid rgb(230,230,251);border-bottom:1px solid rgba(230,230,250,1);padding:.8rem 1rem;font-size:1.1rem;text-align:center}.stat-carousel-track{height:8rem}.tech-stack-heading-wrapper:before{max-width:500px}.intro-stat-item{height:8rem;width:8rem}.tech-stack-section{padding:40px 1rem 20px}.tech-stack-heading{font-size:1.3rem;margin-bottom:25px}.tech-category{margin-bottom:24px}.tech-grid{gap:14px}.tech-item{padding:12px 8px;height:100px;width:100px;border-radius:100px;display:flex;align-items:center;justify-content:center}.tech-icon{width:28px;height:28px}.tech-name{font-size:.72rem}}@keyframes pulse-scale{0%,to{opacity:.4;transform:translateZ(0) scale(1)}50%{opacity:.8;transform:translateZ(0) scale(1.1)}}@keyframes pulse-scale-centered{0%,to{opacity:.4;transform:translate(-50%,-50%) scale(1)}50%{opacity:.8;transform:translate(-50%,-50%) scale(1.1)}}.marquee-container{width:100%;background:#ffffff1a;overflow:hidden;white-space:nowrap;position:relative;padding:5px 0;box-shadow:0 2px 10px #0003;z-index:1000;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;perspective:1000px}.marquee-track{overflow:hidden;padding-left:80px}.marquee-content{display:inline-flex;font-family:Playpen Sans Deva,sans-serif;font-weight:400;font-size:.8rem;color:var(--text-secondary);animation:scroll-left 25s linear infinite;will-change:transform;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}.marquee-content span{padding-right:100vw;display:inline-block}.marquee-container:hover .marquee-content{animation-play-state:paused}@keyframes scroll-left{0%{transform:translate(0) translateZ(0)}to{transform:translate(-50%) translateZ(0)}}.marquee-badge{position:absolute;left:0;top:0;bottom:0;background:#e94560;color:#fff;padding:0 15px;z-index:2;display:flex;align-items:center;font-weight:700;font-size:.9rem;clip-path:polygon(0 0,100% 0,90% 100%,0% 100%);box-shadow:2px 0 10px #00000080}@media (max-width: 768px){.marquee-container{background:transparent;padding:4px 0}.marquee-content{animation-duration:20s;font-size:.7rem}.marquee-badge{font-size:.8rem;padding:0 10px}.marquee-track{padding-left:60px}}
