.project-module__KCYNdq__container{background:var(--background);min-height:100vh;color:var(--foreground);font-family:var(--font-outfit);padding:6rem 2rem;transition:background .3s,color .3s}@media (max-width:768px){.project-module__KCYNdq__container{padding:4rem 1rem}}.project-module__KCYNdq__navBar{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto 3rem;display:flex}.project-module__KCYNdq__backLink{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.9rem;text-decoration:none;transition:color .3s;display:flex}.project-module__KCYNdq__backLink:hover{color:var(--foreground)}.project-module__KCYNdq__navLinks{align-items:center;gap:1.5rem;display:flex}.project-module__KCYNdq__navItem{color:var(--text-muted);font-size:.9rem;text-decoration:none;transition:color .3s}.project-module__KCYNdq__navItem:hover{color:var(--foreground);text-decoration:underline}.project-module__KCYNdq__gridContainer{grid-template-columns:2fr 1fr;gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.project-module__KCYNdq__card{background:var(--card-bg);border:1px solid var(--glass-border);border-radius:24px;padding:2.5rem;transition:background .3s,border-color .3s}.project-module__KCYNdq__heroCard{flex-direction:column;justify-content:center;display:flex}.project-module__KCYNdq__label{letter-spacing:2px;text-transform:uppercase;color:var(--text-muted);margin-bottom:2rem;font-size:.75rem;font-weight:600}.project-module__KCYNdq__title{color:var(--foreground);margin-bottom:1.5rem;font-size:3.5rem;font-weight:700;line-height:1.1}.project-module__KCYNdq__summary{color:var(--text-muted);max-width:90%;margin-bottom:3rem;font-size:1.1rem;line-height:1.6}.project-module__KCYNdq__highlightsGrid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.project-module__KCYNdq__highlightItem{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:16px;padding:1.2rem;transition:transform .2s,background .3s}.project-module__KCYNdq__highlightItem:hover{border-color:var(--primary);transform:translateY(-3px)}.project-module__KCYNdq__highlightNumber{text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem;font-size:.7rem;display:block}.project-module__KCYNdq__highlightText{color:var(--foreground);font-size:.95rem;font-weight:500}.project-module__KCYNdq__sidebar{flex-direction:column;gap:1.5rem;display:flex}.project-module__KCYNdq__actionsCard{background:var(--card-bg);border:1px solid var(--glass-border);border-radius:24px;padding:2rem}.project-module__KCYNdq__actionTitle{text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:1.5rem;font-size:.8rem}.project-module__KCYNdq__statsGrid{grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem;display:grid}.project-module__KCYNdq__statBox{background:var(--glass-bg);border-radius:16px;padding:1.5rem}.project-module__KCYNdq__statLabel{text-transform:uppercase;color:var(--text-muted);letter-spacing:1px;margin-bottom:.5rem;font-size:.7rem;display:block}.project-module__KCYNdq__statValue{color:var(--foreground);font-size:2rem;font-weight:600}.project-module__KCYNdq__techList{flex-wrap:wrap;gap:.8rem;margin-top:2rem;display:flex}.project-module__KCYNdq__techIcon{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.project-module__KCYNdq__techIcon img{width:20px;height:20px;filter:var(--icon-invert)}.project-module__KCYNdq__gallerySection{border:1px solid var(--glass-border);background:var(--card-bg);border-radius:24px;max-width:1200px;margin:4rem auto 0;position:relative;overflow:hidden}.project-module__KCYNdq__galleryTrack{width:100%;display:flex}.project-module__KCYNdq__galleryImageContainer{min-width:100%;height:500px;position:relative}.project-module__KCYNdq__galleryImage{object-fit:cover;width:100%;height:100%}.project-module__KCYNdq__galleryControls{z-index:10;gap:1rem;display:flex;position:absolute;bottom:1.5rem;right:1.5rem}.project-module__KCYNdq__galleryBtn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0009;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.project-module__KCYNdq__galleryBtn:hover{border-color:var(--primary);color:var(--primary);background:#000c}.project-module__KCYNdq__contentRow{grid-template-columns:1.5fr 1fr;gap:1.5rem;max-width:1200px;margin:1.5rem auto 0;display:grid}.project-module__KCYNdq__contentCard{background:var(--card-bg);border:1px solid var(--glass-border);border-radius:24px;padding:3rem}.project-module__KCYNdq__sectionHeading{color:var(--foreground);margin-bottom:2rem;font-size:1.8rem;font-weight:600}.project-module__KCYNdq__featureList{flex-direction:column;gap:1.5rem;display:flex}.project-module__KCYNdq__featureItem{border-bottom:1px solid var(--glass-border);align-items:center;gap:1rem;padding:1rem;display:flex}.project-module__KCYNdq__featureIndex{color:var(--text-muted);font-family:monospace;font-size:1rem}.project-module__KCYNdq__featureText{color:var(--foreground);font-size:1rem}.project-module__KCYNdq__stackGrid{flex-direction:column;gap:1.5rem;display:flex}.project-module__KCYNdq__stackItem{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:16px;padding:1.5rem}.project-module__KCYNdq__stackHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.project-module__KCYNdq__stackName{color:var(--foreground);font-size:1rem;font-weight:600}.project-module__KCYNdq__stackReason{color:var(--text-muted);font-size:.9rem;line-height:1.5}@media (max-width:900px){.project-module__KCYNdq__gridContainer,.project-module__KCYNdq__contentRow{grid-template-columns:1fr}.project-module__KCYNdq__title{font-size:2.5rem}.project-module__KCYNdq__sidebar{order:1}}
.ThemeToggle-module__sGqMhG__toggle{cursor:pointer;color:var(--foreground);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:background .3s;display:flex}.ThemeToggle-module__sGqMhG__toggle:hover{background:#7d7d7d33}
.SocialBar-module__aB2SIq__socialBar{z-index:100;background:var(--nav-glass-bg,var(--glass-bg));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid #cce01633;border-radius:12px;align-items:center;gap:1.5rem;margin-right:3rem;padding:.75rem 1.5rem;display:flex;position:fixed;bottom:2.15rem;right:2rem;box-shadow:0 4px 30px #0000001a}.SocialBar-module__aB2SIq__iconLink{color:var(--foreground);opacity:.7;justify-content:center;align-items:center;transition:all .3s;display:flex}.SocialBar-module__aB2SIq__iconLink:hover{opacity:1;color:var(--primary);transform:translateY(-3px)}@media (max-width:768px){.SocialBar-module__aB2SIq__socialBar{display:none}}
.Hero-module__ZARIfG__hero{background:var(--hero-bg);z-index:1;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:0 2rem;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__raysWrapper{z-index:0;opacity:.7;mix-blend-mode:screen;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}@media (max-width:768px){.Hero-module__ZARIfG__raysWrapper{opacity:.4}.Hero-module__ZARIfG__container{width:80vw;max-width:80vw;margin:0 auto;padding-top:15vh}.Hero-module__ZARIfG__bigName{flex-direction:column;gap:0;margin-bottom:2rem;font-size:clamp(3rem,15vw,6rem)}.Hero-module__ZARIfG__introLine{white-space:normal;width:100%;padding:0 1rem;font-size:.9rem}}.Hero-module__ZARIfG__backgroundLayer{z-index:-1;background:var(--hero-bg);width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.Hero-module__ZARIfG__heroImage{object-fit:cover;object-position:center 35%;opacity:.85;filter:contrast(1.1)brightness(.9);width:100%;height:100%;transform:scale(1);-webkit-mask-image:radial-gradient(circle,#000 40%,#0000 95%);mask-image:radial-gradient(circle,#000 40%,#0000 95%)}.Hero-module__ZARIfG__overlayGradient{background:var(--hero-overlay);z-index:0;position:absolute;inset:0}.Hero-module__ZARIfG__container{z-index:2;width:100%;max-width:1400px;padding-top:25vh;position:relative}.Hero-module__ZARIfG__textBackdrop{background:var(--hero-text-backdrop);padding:var(--backdrop-padding);-webkit-backdrop-filter:var(--backdrop-blur);backdrop-filter:var(--backdrop-blur);border-radius:12px;width:fit-content;margin:0 auto 1rem}.Hero-module__ZARIfG__introLine{width:100%;font-family:var(--font-outfit);letter-spacing:2px;text-transform:uppercase;color:var(--hero-intro-color);text-align:center;z-index:10;text-shadow:var(--hero-text-shadow);margin-bottom:0;font-size:1.1rem;position:relative;top:auto;left:auto}.Hero-module__ZARIfG__marathiLogo{font-family:var(--font-kalam);color:var(--hero-intro-color);z-index:100;opacity:.9;text-shadow:0 0 10px #00000080;pointer-events:none;font-size:3rem;font-weight:400;position:absolute;top:2rem;right:3rem}@media (max-width:768px){.Hero-module__ZARIfG__marathiLogo{font-size:1.8rem;top:1.5rem;right:1.5rem}.Hero-module__ZARIfG__bigName{white-space:nowrap;flex-direction:row;gap:1rem;margin-bottom:2rem;font-size:clamp(2.5rem,10vw,5rem)}}.Hero-module__ZARIfG__bigName{font-family:var(--font-playfair);text-align:center;color:var(--foreground);letter-spacing:-.05em;mix-blend-mode:normal;flex-wrap:wrap;justify-content:center;gap:2vw;margin-bottom:3rem;font-size:clamp(4rem,18vw,14rem);font-weight:400;line-height:.8;display:flex}.Hero-module__ZARIfG__namePart{background:linear-gradient(to bottom,var(--hero-text-start)30%,var(--hero-text-end)100%);-webkit-text-fill-color:transparent;color:#0000;z-index:2;-webkit-background-clip:text;background-clip:text;display:inline-block;position:relative}.Hero-module__ZARIfG__namePart:before{content:attr(data-text);z-index:-1;transform-origin:top;filter:url(#liquid-melt)blur(1px);opacity:.8;background:linear-gradient(to bottom,var(--hero-melt-start),var(--hero-melt-end));-webkit-text-fill-color:transparent;color:#0000;pointer-events:none;-webkit-background-clip:text;background-clip:text;width:100%;height:100%;animation:6s ease-out forwards Hero-module__ZARIfG__meltDown;position:absolute;top:0;left:0;-webkit-mask-image:linear-gradient(#0000 40%,#000 60%,#0000 100%);mask-image:linear-gradient(#0000 40%,#000 60%,#0000 100%)}@keyframes Hero-module__ZARIfG__meltDown{0%{filter:url(#liquid-melt)blur();opacity:0;transform:translateY(0)scaleY(1)}to{filter:url(#liquid-melt)blur(1px);opacity:.5;transform:translateY(20%)scaleY(1.6)}}.Hero-module__ZARIfG__scrollIndicator{color:var(--hero-scroll);letter-spacing:2px;text-transform:uppercase;z-index:2;flex-direction:column;align-items:center;gap:.5rem;font-size:.7rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__line{background:var(--hero-line);width:1px;height:40px}
.LightRays-module__FKr0Vq__lightRaysContainer{pointer-events:none;z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}
.About-module__vAULUW__about{flex-direction:column;justify-content:center;max-width:1200px;min-height:100%;margin:auto;padding:2rem 1rem;display:flex}.About-module__vAULUW__sectionTitle{text-align:center;font-family:var(--font-outfit);letter-spacing:.5rem;color:var(--section-title);text-transform:uppercase;margin-bottom:4rem;font-size:1rem}.About-module__vAULUW__contentWrapper{grid-template-columns:350px 1fr;align-items:start;gap:4rem;display:grid}.About-module__vAULUW__imageColumn{position:relative}.About-module__vAULUW__imageWrapper{aspect-ratio:1;border-radius:20px;width:100%;position:relative;overflow:hidden;box-shadow:0 20px 40px #0006}.About-module__vAULUW__profileImage{object-fit:cover;width:100%;height:100%;transition:transform .5s}.About-module__vAULUW__imageWrapper:hover .About-module__vAULUW__profileImage{transform:scale(1.03)}.About-module__vAULUW__infoColumn{flex-direction:column;gap:1.5rem;display:flex}@media (max-width:900px){.About-module__vAULUW__about{width:80vw;margin:0 auto}}.About-module__vAULUW__whoamiHeader{color:var(--foreground);align-items:center;gap:1rem;margin-bottom:.5rem;font-family:Fira Code,monospace;font-size:2.5rem;font-weight:700;display:flex}.About-module__vAULUW__badge{font-size:.8rem;font-family:var(--font-outfit);color:#22c55e;background:#22c55e1a;border:1px solid #22c55e33;border-radius:50px;align-items:center;gap:.5rem;width:fit-content;padding:.4rem 1rem;display:inline-flex}.About-module__vAULUW__pulsingDot{background:#22c55e;border-radius:50%;width:8px;height:8px;position:relative}.About-module__vAULUW__pulsingDot:after{content:"";opacity:.5;background:#22c55e;border-radius:50%;animation:2s infinite About-module__vAULUW__pulse;position:absolute;inset:-4px}@keyframes About-module__vAULUW__pulse{0%{opacity:.8;transform:scale(.5)}to{opacity:0;transform:scale(2)}}.About-module__vAULUW__greeting{color:var(--foreground);margin-bottom:.5rem;font-size:1.1rem}.About-module__vAULUW__bioText{color:var(--text-muted);font-size:1.05rem;line-height:1.7}.About-module__vAULUW__bioText p{margin-bottom:1.5rem}.About-module__vAULUW__highlight{color:#528cef;font-weight:600}.About-module__vAULUW__link{color:#38bdf8;border-bottom:1px solid #0000;text-decoration:none;transition:border-color .3s}.About-module__vAULUW__link:hover{border-bottom-color:#38bdf8}@media (max-width:900px){.About-module__vAULUW__contentWrapper{text-align:center;grid-template-columns:1fr;gap:3rem}.About-module__vAULUW__imageColumn{max-width:300px;margin:0 auto}.About-module__vAULUW__whoamiHeader{flex-wrap:wrap;justify-content:center}.About-module__vAULUW__badge{margin:0 auto}}
.Experience-module__RsmxMa__experience{background:var(--background);width:100%;height:100vh;padding:6rem 1rem 2rem;transition:background .3s;position:relative;overflow-y:auto}.Experience-module__RsmxMa__title{text-align:center;font-family:var(--font-outfit);letter-spacing:1rem;color:var(--section-title);text-transform:uppercase;margin-bottom:4rem;font-size:1.5rem;font-weight:300}.Experience-module__RsmxMa__timeline{border-left:2px solid var(--glass-border);max-width:800px;margin:0 auto;padding-left:20px;position:relative}@media (max-width:768px){.Experience-module__RsmxMa__experience{width:100%}.Experience-module__RsmxMa__timeline{width:80vw;margin:0 auto}}.Experience-module__RsmxMa__item{margin-bottom:3rem;padding-left:2rem;position:relative}.Experience-module__RsmxMa__dot{background:var(--primary);width:12px;height:12px;box-shadow:0 0 10px var(--primary);border-radius:50%;position:absolute;top:0;left:-27px}.Experience-module__RsmxMa__card{background:0 0;border:none;padding:0;transition:transform .3s}.Experience-module__RsmxMa__card:hover{opacity:1;background:0 0}.Experience-module__RsmxMa__role{color:var(--foreground);font-size:1.25rem;font-weight:600}.Experience-module__RsmxMa__company{color:var(--primary);margin-bottom:.5rem}.Experience-module__RsmxMa__date{color:var(--foreground);opacity:.7;margin-bottom:1rem;font-size:.85rem;display:block}.Experience-module__RsmxMa__cardContent{align-items:flex-start;gap:1.5rem;display:flex}.Experience-module__RsmxMa__textContent{flex:1}.Experience-module__RsmxMa__imageContainer{border-radius:8px;flex-shrink:0;width:280px;height:auto;margin-top:.5rem;overflow:hidden;box-shadow:0 4px 15px #0003}.Experience-module__RsmxMa__expImage{object-fit:cover;border:1px solid #ffffff1a;border-radius:8px;width:100%;height:auto;transition:transform .3s;display:block}.Experience-module__RsmxMa__expImage:hover{cursor:pointer;transform:scale(1.05)}.Experience-module__RsmxMa__list{color:var(--foreground);opacity:.8;padding-left:1.2rem;font-size:.95rem;line-height:1.6;list-style-type:disc}@media (max-width:768px){.Experience-module__RsmxMa__experience{height:auto;min-height:100vh;padding:4rem 1rem 2rem;overflow-y:visible}.Experience-module__RsmxMa__title{letter-spacing:.4rem;margin-bottom:2rem;font-size:1.3rem}.Experience-module__RsmxMa__timeline{width:90%;max-width:400px;margin:0 auto;padding-left:15px}.Experience-module__RsmxMa__item{margin-bottom:2rem;padding-left:1.5rem}.Experience-module__RsmxMa__dot{width:10px;height:10px;left:-22px}.Experience-module__RsmxMa__role{font-size:1.1rem}.Experience-module__RsmxMa__company{font-size:.9rem}.Experience-module__RsmxMa__date{font-size:.8rem}.Experience-module__RsmxMa__cardContent{flex-direction:column;gap:1rem}.Experience-module__RsmxMa__imageContainer{width:100%;max-width:280px;margin-top:1rem}.Experience-module__RsmxMa__list{padding-left:1rem;font-size:.85rem}}
.StackingCarousel-module__JaSrUa__carouselSection{background:var(--background);flex-direction:column;align-items:center;padding:6rem 1rem;display:flex;position:relative;overflow:hidden}.StackingCarousel-module__JaSrUa__title{text-align:center;font-family:var(--font-outfit);letter-spacing:1rem;color:var(--section-title);text-transform:uppercase;margin-bottom:4rem;font-size:1.5rem;font-weight:300}.StackingCarousel-module__JaSrUa__carouselContainer{perspective:1000px;justify-content:center;align-items:center;width:100%;max-width:1200px;height:500px;display:flex;position:relative}.StackingCarousel-module__JaSrUa__card{background:var(--card-bg);border:1px solid var(--glass-border);cursor:grab;border-radius:20px;flex-direction:column;width:650px;height:480px;display:flex;position:absolute;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.StackingCarousel-module__JaSrUa__card:active{cursor:grabbing}.StackingCarousel-module__JaSrUa__imageArea{background:#0f172a;width:100%;height:50%;position:relative;overflow:hidden}.StackingCarousel-module__JaSrUa__projectImage{object-fit:cover;width:100%;height:100%;transition:transform .5s}.StackingCarousel-module__JaSrUa__card:hover .StackingCarousel-module__JaSrUa__projectImage{transform:scale(1.05)}.StackingCarousel-module__JaSrUa__infoArea{background:#0b1221;flex-direction:column;flex:1;padding:2rem;display:flex}.StackingCarousel-module__JaSrUa__headerRow{margin-bottom:1rem}.StackingCarousel-module__JaSrUa__projectTitle{color:#fff;letter-spacing:-.5px;margin-bottom:.5rem;font-size:1.8rem;font-weight:700}.StackingCarousel-module__JaSrUa__projectTitleLink{color:inherit;text-decoration:none;transition:transform .2s,opacity .2s;display:inline-block}.StackingCarousel-module__JaSrUa__projectTitleLink:hover{opacity:.9;transform:translate(4px)}.StackingCarousel-module__JaSrUa__linkGroup{gap:1.5rem;display:flex}.StackingCarousel-module__JaSrUa__textLink{color:#e2e8f0;border-bottom:1px solid #ffffff4d;align-items:center;gap:.2rem;padding-bottom:1px;font-size:.9rem;text-decoration:none;transition:all .3s;display:flex}.StackingCarousel-module__JaSrUa__textLink:hover{color:var(--accent);border-color:var(--accent)}.StackingCarousel-module__JaSrUa__bodyContent{flex:1}.StackingCarousel-module__JaSrUa__projectDesc{color:#94a3b8;font-size:1rem;line-height:1.6}.StackingCarousel-module__JaSrUa__footerRow{border-top:1px solid #ffffff0d;align-items:center;gap:1rem;margin-top:auto;padding-top:1.5rem;display:flex}.StackingCarousel-module__JaSrUa__label{color:#64748b;font-size:.85rem;font-weight:500}.StackingCarousel-module__JaSrUa__techIcons{gap:.8rem;display:flex}.StackingCarousel-module__JaSrUa__techIconWrapper{color:#fff;background:#ffffff1a;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;padding:3px;font-size:10px;font-weight:700;display:flex}.StackingCarousel-module__JaSrUa__techIconImg{object-fit:contain;filter:brightness(0)invert();width:100%;height:100%}.StackingCarousel-module__JaSrUa__controls{gap:1.5rem;margin-top:2rem;margin-bottom:-1rem;display:flex}.StackingCarousel-module__JaSrUa__navBtn{background:var(--glass-bg);border:1px solid var(--glass-border);width:50px;height:50px;color:var(--foreground);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.StackingCarousel-module__JaSrUa__navBtn:hover{color:#fff;border-color:var(--primary);transform:scale(1.1)}@media (max-width:768px){.StackingCarousel-module__JaSrUa__carouselSection{padding:3rem 1rem}.StackingCarousel-module__JaSrUa__title{letter-spacing:.4rem;margin-bottom:2rem;font-size:1.3rem}.StackingCarousel-module__JaSrUa__carouselContainer{height:480px}.StackingCarousel-module__JaSrUa__card{width:85vw;max-width:350px;height:auto;min-height:420px;left:50%!important;transform:translate(-50%)!important}.StackingCarousel-module__JaSrUa__imageArea{height:180px}.StackingCarousel-module__JaSrUa__infoArea{padding:1.25rem}.StackingCarousel-module__JaSrUa__projectTitle{margin-bottom:.4rem;font-size:1.3rem}.StackingCarousel-module__JaSrUa__linkGroup{gap:1rem}.StackingCarousel-module__JaSrUa__textLink{font-size:.8rem}.StackingCarousel-module__JaSrUa__projectDesc{font-size:.85rem;line-height:1.5}.StackingCarousel-module__JaSrUa__footerRow{flex-wrap:wrap;gap:.5rem;padding-top:1rem}.StackingCarousel-module__JaSrUa__label{width:100%;font-size:.75rem}.StackingCarousel-module__JaSrUa__navBtn{width:42px;height:42px}.StackingCarousel-module__JaSrUa__controls{gap:1rem;margin-top:1.5rem}}
.Skills-module__G7oUEG__skills{background:var(--background);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;padding:0 1rem;transition:background .3s;display:flex;position:relative;overflow:hidden}.Skills-module__G7oUEG__animationBg{z-index:1;pointer-events:none;width:100vw;height:100vh;position:absolute;top:0;left:0;overflow:hidden}.Skills-module__G7oUEG__title{text-align:center;font-family:var(--font-outfit);letter-spacing:1rem;color:var(--section-title);text-transform:uppercase;z-index:10;margin-bottom:4rem;font-size:2rem;font-weight:300;position:relative}.Skills-module__G7oUEG__fixedContainer{z-index:10;flex-direction:column;gap:2.5rem;width:100%;max-width:900px;margin:0 auto;display:flex;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 15% 85%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 15% 85%,#0000 100%)}.Skills-module__G7oUEG__parallax{white-space:nowrap;flex-wrap:nowrap;width:100%;margin:0;display:flex;overflow:hidden}.Skills-module__G7oUEG__scroller{white-space:nowrap;flex-wrap:nowrap;width:max-content;display:flex}.Skills-module__G7oUEG__wrapper{margin-right:2rem;display:block}.Skills-module__G7oUEG__tag{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--foreground);white-space:nowrap;-webkit-user-select:none;user-select:none;cursor:default;border-radius:50px;align-items:center;gap:.8rem;padding:.8rem 1.6rem;font-size:1rem;font-weight:500;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex}.Skills-module__G7oUEG__icon{object-fit:contain;width:24px;height:24px}.Skills-module__G7oUEG__iconFallback{width:24px;height:24px;color:var(--primary);opacity:.8}@media (max-width:768px){.Skills-module__G7oUEG__skills{padding:0 .5rem}.Skills-module__G7oUEG__title{letter-spacing:.4rem;margin-bottom:2rem;font-size:1.5rem}.Skills-module__G7oUEG__fixedContainer{gap:1.5rem;max-width:100%}.Skills-module__G7oUEG__wrapper{margin-right:1rem}.Skills-module__G7oUEG__tag{gap:.5rem;padding:.5rem 1rem;font-size:.85rem}.Skills-module__G7oUEG__icon,.Skills-module__G7oUEG__iconFallback{width:18px;height:18px}}
.Contact-module__hcVmEa__contact{background:#020617;height:100dvh;position:relative;overflow:hidden}[data-theme=light] .Contact-module__hcVmEa__contact{background:#f1f5f9}.Contact-module__hcVmEa__content{z-index:10;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:2rem 1rem;display:flex;position:relative}.Contact-module__hcVmEa__title{text-align:center;font-family:var(--font-outfit);letter-spacing:1rem;color:var(--section-title);text-transform:uppercase;margin-bottom:2rem;font-size:2rem;font-weight:300}.Contact-module__hcVmEa__desc{color:var(--text-muted);max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.2rem}.Contact-module__hcVmEa__links{flex-wrap:wrap;justify-content:center;gap:2rem;width:100%;max-width:800px;display:flex}@media (max-width:768px){.Contact-module__hcVmEa__contact{height:auto;min-height:100dvh}.Contact-module__hcVmEa__content{justify-content:center;min-height:100vh;padding:4rem 1rem}.Contact-module__hcVmEa__title{letter-spacing:.3rem;width:auto;max-width:90vw;margin-bottom:1.5rem;font-size:1.3rem}.Contact-module__hcVmEa__desc{max-width:90%;margin-bottom:2rem;padding:0 .5rem;font-size:1rem}.Contact-module__hcVmEa__links{justify-content:center;gap:1.5rem;width:auto;max-width:90vw}.Contact-module__hcVmEa__iconCircle{width:50px;height:50px;font-size:1.2rem}.Contact-module__hcVmEa__label{font-size:.8rem}.Contact-module__hcVmEa__footerText{margin-top:3rem;padding-bottom:2rem;position:relative;bottom:auto}}.Contact-module__hcVmEa__iconLink{color:var(--text-muted);flex-direction:column;align-items:center;gap:.5rem;transition:all .3s;display:flex}.Contact-module__hcVmEa__iconLink:hover{color:var(--primary);transform:translateY(-5px)}.Contact-module__hcVmEa__iconCircle{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;transition:all .3s;display:flex}.Contact-module__hcVmEa__iconLink:hover .Contact-module__hcVmEa__iconCircle{background:var(--primary);color:#fff;box-shadow:0 10px 30px #8b5cf666}.Contact-module__hcVmEa__label{font-size:.9rem;font-weight:500}.Contact-module__hcVmEa__footerText{text-align:center;width:100%;color:var(--text-muted);letter-spacing:.5px;z-index:10;font-family:Verdana,sans-serif;font-size:.8rem;position:absolute;bottom:2rem;left:0}.Contact-module__hcVmEa__footerText a{color:var(--primary);margin-left:.2rem;font-weight:500;text-decoration:none}.Contact-module__hcVmEa__footerText a:hover{text-decoration:underline}
.CodolioProfile-module__Cuny3W__codolio{background:var(--background);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;padding:0 1rem;transition:background .3s;display:flex;overflow:hidden}.CodolioProfile-module__Cuny3W__title{text-align:left;font-family:var(--font-outfit);letter-spacing:.5rem;color:var(--section-title);text-transform:uppercase;margin-bottom:2rem;font-size:2rem;font-weight:300}.CodolioProfile-module__Cuny3W__contentGrid{z-index:10;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1200px;display:grid;position:relative}.CodolioProfile-module__Cuny3W__cardColumn{flex-direction:column;align-items:center;gap:1.5rem;margin-top:7rem;display:flex}.CodolioProfile-module__Cuny3W__toggleContainer{background:#1a1a1a;border:1px solid #ffffff1a;border-radius:50px;gap:.25rem;padding:.25rem;display:flex;position:relative}.CodolioProfile-module__Cuny3W__toggleBtn{cursor:pointer;font-family:var(--font-outfit);color:#a3a3a3;background:0 0;border:none;border-radius:40px;outline:none;justify-content:center;align-items:center;padding:.6rem 1.4rem;font-size:.9rem;font-weight:500;transition:all .3s;display:flex;position:relative}.CodolioProfile-module__Cuny3W__flipContainer{perspective:1000px;border-radius:20px;width:320px;height:600px;position:relative}.CodolioProfile-module__Cuny3W__flipper{width:100%;height:100%;transform-style:preserve-3d;border-radius:20px;position:relative}.CodolioProfile-module__Cuny3W__toggleBtn.CodolioProfile-module__Cuny3W__active{color:#fff;background:#ff6b00;box-shadow:0 4px 12px #ff6b004d}.CodolioProfile-module__Cuny3W__toggleBtn:hover:not(.CodolioProfile-module__Cuny3W__active){color:#fff;background:#ffffff1a}.CodolioProfile-module__Cuny3W__toggleText{align-items:center;gap:.5rem;display:flex}.CodolioProfile-module__Cuny3W__cardImage{object-fit:contain;border-radius:20px;width:100%;height:auto;display:block}.CodolioProfile-module__Cuny3W__infoColumn{color:var(--foreground);text-align:left;flex-direction:column;gap:2rem;display:flex}.CodolioProfile-module__Cuny3W__subHelp{color:var(--text-muted);font-size:1.1rem;font-weight:300}.CodolioProfile-module__Cuny3W__platformList{flex-direction:column;gap:1.5rem;display:flex}.CodolioProfile-module__Cuny3W__platformCard{background:var(--card-bg);border:1px solid var(--glass-border);cursor:pointer;color:inherit;border-radius:16px;align-items:center;gap:1.5rem;padding:1.5rem;text-decoration:none;transition:all .3s;display:flex}.CodolioProfile-module__Cuny3W__platformCard:hover{background:var(--glass-bg);border-color:var(--primary);transform:translate(10px)}.CodolioProfile-module__Cuny3W__platformIcon{width:40px;height:40px;color:var(--primary)}.CodolioProfile-module__Cuny3W__platformInfo{flex-direction:column;display:flex}.CodolioProfile-module__Cuny3W__platformName{color:var(--foreground);font-size:1.1rem;font-weight:600}.CodolioProfile-module__Cuny3W__platformDetail{color:var(--text-muted);font-size:.9rem}@media (max-width:900px){.CodolioProfile-module__Cuny3W__codolio{height:auto;min-height:auto;padding:6rem 1rem 4rem;overflow:visible}.CodolioProfile-module__Cuny3W__title{text-align:center;font-size:2rem}.CodolioProfile-module__Cuny3W__contentGrid{grid-template-columns:1fr;gap:3rem;width:80vw;margin:0 auto}.CodolioProfile-module__Cuny3W__cardColumn{order:1;width:100%;margin-top:2rem;transform:scale(.9)}.CodolioProfile-module__Cuny3W__flipContainer{aspect-ratio:320/600;width:100%;max-width:320px;height:auto}.CodolioProfile-module__Cuny3W__infoColumn{text-align:center;align-items:center;width:100%}.CodolioProfile-module__Cuny3W__platformList{align-items:center;width:100%}.CodolioProfile-module__Cuny3W__platformCard{text-align:left;justify-content:center;width:100%;max-width:400px}}
.Footer-module__S6Hkya__footer{color:#94a3b8;background-color:#030014;flex-direction:column;justify-content:space-between;min-height:100vh;padding:6rem 2rem 2rem;display:flex;position:relative;overflow:hidden}.Footer-module__S6Hkya__container{z-index:2;width:100%;max-width:1200px;margin:0 auto;position:relative}.Footer-module__S6Hkya__grid{grid-template-columns:1fr;gap:3rem;margin-top:5rem;display:grid}@media (min-width:1024px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr 2fr}}.Footer-module__S6Hkya__brandSection{flex-direction:column;gap:1rem;display:flex}.Footer-module__S6Hkya__logo{font-family:var(--font-kalam);color:#fff;font-size:2.5rem;font-weight:600}.Footer-module__S6Hkya__copyright{color:#64748b;font-size:.875rem;line-height:1.5}.Footer-module__S6Hkya__linksWrapper{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}@media (min-width:640px){.Footer-module__S6Hkya__linksWrapper{grid-template-columns:repeat(4,1fr)}}.Footer-module__S6Hkya__column h3{font-family:var(--font-outfit);color:#fff;letter-spacing:.05em;margin-bottom:1.5rem;font-size:1rem;font-weight:600}.Footer-module__S6Hkya__linkList{flex-direction:column;gap:.75rem;padding:0;list-style:none;display:flex}.Footer-module__S6Hkya__link{color:#94a3b8;font-size:.9rem;text-decoration:none;transition:color .3s}.Footer-module__S6Hkya__link:hover{color:var(--primary)}.Footer-module__S6Hkya__backgroundDecoration{-webkit-user-select:none;user-select:none;pointer-events:none;opacity:.2;justify-content:center;align-items:center;margin-top:4rem;margin-bottom:1rem;display:flex}.Footer-module__S6Hkya__bigLogo{font-family:var(--font-kalam);color:#fff;white-space:nowrap;text-align:center;width:100vw;font-size:clamp(6rem,25vw,16rem);font-weight:600;-webkit-mask-image:linear-gradient(#000 0%,#0000001a 100%);mask-image:linear-gradient(#000 0%,#0000001a 100%)}html[data-theme=light] .Footer-module__S6Hkya__footer{color:#475569;background-color:#f8fafc;border-top:1px solid #e2e8f0}html[data-theme=light] .Footer-module__S6Hkya__logo,html[data-theme=light] .Footer-module__S6Hkya__column h3{color:#0f172a}html[data-theme=light] .Footer-module__S6Hkya__link{color:#64748b}html[data-theme=light] .Footer-module__S6Hkya__link:hover{color:var(--primary)}html[data-theme=light] .Footer-module__S6Hkya__backgroundDecoration{opacity:.15}html[data-theme=light] .Footer-module__S6Hkya__bigLogo{color:#0f172a}
