.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:flex-end;align-items:center;min-height:100vh;padding:0 2rem 8rem;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__hero{justify-content:flex-end;align-items:flex-end;padding-bottom:5rem;padding-right:1.5rem}.Hero-module__ZARIfG__container{text-align:right;flex-direction:column;align-items:flex-end;width:90vw;max-width:90vw;margin:0;display:flex}.Hero-module__ZARIfG__textBackdrop{margin:0 0 1rem auto}.Hero-module__ZARIfG__introLine{white-space:normal;text-align:right;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;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;justify-content:flex-end;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:1024px){.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:1024px){.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__sectionTitle{text-align:center;font-family:var(--font-outfit);letter-spacing:1rem;color:var(--section-title);text-transform:uppercase;z-index:50;margin-bottom:2rem;font-size:2rem;font-weight:300;position:sticky;top:6rem;left:0;right:0}@media (max-width:768px){.Experience-module__RsmxMa__sectionTitle{letter-spacing:.4rem;margin-bottom:0;font-size:1.5rem;position:relative;top:3rem}}.Experience-module__RsmxMa__cardWrapper{z-index:10;justify-content:center;align-items:center;gap:4rem;width:100%;max-width:1400px;margin:0 auto;padding:2rem 3rem;display:flex;position:relative}.Experience-module__RsmxMa__rowNormal{flex-direction:row}.Experience-module__RsmxMa__rowReverse{flex-direction:row-reverse}.Experience-module__RsmxMa__imageColumn{flex:1;justify-content:center;align-items:center;width:100%;display:flex}.Experience-module__RsmxMa__imageBox{border:1px solid #ffffff1a;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:500px;height:60vh;padding:2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000004d}.Experience-module__RsmxMa__bgWhite{background-color:#fff}.Experience-module__RsmxMa__bgDark{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#1a1a1a66}.Experience-module__RsmxMa__companyImage{object-fit:contain;z-index:10;filter:drop-shadow(0 10px 15px #0003);width:100%;height:100%;position:relative}.Experience-module__RsmxMa__imageOverlay{z-index:20;pointer-events:none;background:linear-gradient(#0000 0%,#0009 60%,#000000f2 100%);align-items:flex-end;padding:2rem;display:flex;position:absolute;inset:0}.Experience-module__RsmxMa__overlayText{color:#fff;text-shadow:0 4px 6px #000c;margin:0;font-size:2rem;font-weight:700}.Experience-module__RsmxMa__infoColumn{flex-direction:column;flex:1;width:100%;display:flex}.Experience-module__RsmxMa__infoBox{width:100%;max-width:600px;margin:0 auto;padding:2.5rem 0;position:relative}.Experience-module__RsmxMa__duration{text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin-bottom:.5rem;font-size:.875rem;font-weight:600}.Experience-module__RsmxMa__jobTitle{color:var(--foreground);margin-bottom:.5rem;font-size:2.5rem;font-weight:700;line-height:1.2}.Experience-module__RsmxMa__location{color:var(--text-muted);margin-bottom:2rem;font-size:1.125rem;font-weight:500}.Experience-module__RsmxMa__highlights{color:var(--text-muted);opacity:.9;flex-direction:column;gap:1rem;margin:0;padding:0;font-size:1rem;list-style:none;display:flex}.Experience-module__RsmxMa__highlightItem{align-items:flex-start;gap:.75rem;line-height:1.6;display:flex}.Experience-module__RsmxMa__bullet{color:var(--primary);flex-shrink:0;margin-top:.25rem}@media (max-width:1024px){.Experience-module__RsmxMa__cardWrapper{flex-direction:column;gap:3rem;padding:6rem 2rem 4rem}.Experience-module__RsmxMa__rowReverse{flex-direction:column}.Experience-module__RsmxMa__imageBox{height:40vh}.Experience-module__RsmxMa__jobTitle{font-size:2rem}}@media (max-width:640px){.Experience-module__RsmxMa__cardWrapper{padding:5rem 1rem 3rem}.Experience-module__RsmxMa__infoBox{padding:1rem 0}.Experience-module__RsmxMa__imageBox{height:35vh;padding:1rem}.Experience-module__RsmxMa__overlayText{font-size:1.5rem}}.Experience-module__RsmxMa__timelineSidebar{z-index:100;pointer-events:none;flex-direction:column;align-items:center;display:flex;position:fixed;top:30%;right:3rem;transform:translateY(-50%)}.Experience-module__RsmxMa__timelineTrack{background:#ffffff1a;border-radius:4px;flex-direction:column;justify-content:space-between;align-items:center;width:2px;height:50vh;min-height:200px;display:flex;position:relative}.Experience-module__RsmxMa__timelineProgress{background:var(--primary);transform-origin:top;border-radius:4px;width:100%;position:absolute;top:0;left:0}.Experience-module__RsmxMa__timelineNode{z-index:2;background:#1f2937;border:2px solid #fff3;border-radius:50%;width:12px;height:12px;transition:all .4s;position:relative}.Experience-module__RsmxMa__timelineNodeActive{background:var(--primary);border-color:var(--primary);box-shadow:0 0 12px var(--primary)}@media (max-width:1024px){.Experience-module__RsmxMa__timelineSidebar{right:1.5rem}}@media (max-width:768px){.Experience-module__RsmxMa__timelineSidebar{display:none}}
.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;z-index:10;margin-bottom:5rem;font-size:2rem;font-weight:300;position:relative}.StackingCarousel-module__JaSrUa__splitLayout{z-index:10;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1400px;padding:0 2rem;display:grid;position:relative}.StackingCarousel-module__JaSrUa__imageContainer{perspective:1000px;width:100%;height:24rem;position:relative}.StackingCarousel-module__JaSrUa__imageLink{border-radius:1.25rem;width:100%;height:100%;text-decoration:none;display:block;position:absolute;overflow:hidden;box-shadow:0 15px 40px #00000059}.StackingCarousel-module__JaSrUa__projectImage{object-fit:cover;border-radius:1.25rem;width:100%;height:100%;transition:transform .5s}.StackingCarousel-module__JaSrUa__imageLink:hover .StackingCarousel-module__JaSrUa__projectImage{transform:scale(1.03)}.StackingCarousel-module__JaSrUa__imageFallback{background:linear-gradient(45deg,#1e293b,#0f172a);border-radius:1.25rem;width:100%;height:100%}.StackingCarousel-module__JaSrUa__contentPanel{flex-direction:column;justify-content:center;min-height:24rem;display:flex}.StackingCarousel-module__JaSrUa__contentInner{flex-direction:column;display:flex}.StackingCarousel-module__JaSrUa__counter{letter-spacing:.15em;color:var(--primary);font-size:.8rem;font-weight:600;font-family:var(--font-outfit);margin-bottom:1rem}.StackingCarousel-module__JaSrUa__projectTitleLink{color:inherit;text-decoration:none;transition:opacity .2s;display:inline-block}.StackingCarousel-module__JaSrUa__projectTitleLink:hover{opacity:.85}.StackingCarousel-module__JaSrUa__projectTitle{color:var(--foreground);letter-spacing:-.5px;margin-bottom:.25rem;font-size:2.2rem;font-weight:700;line-height:1.2}.StackingCarousel-module__JaSrUa__projectDate{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem;font-weight:500}.StackingCarousel-module__JaSrUa__projectDesc{color:var(--text-muted);max-width:520px;margin-bottom:2rem;font-size:1.05rem;line-height:1.75}.StackingCarousel-module__JaSrUa__linkGroup{gap:1.5rem;margin-bottom:2rem;display:flex}.StackingCarousel-module__JaSrUa__textLink{color:var(--foreground);border-bottom:1px solid #ffffff40;align-items:center;gap:.3rem;padding-bottom:2px;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.StackingCarousel-module__JaSrUa__textLink:hover{color:var(--accent);border-color:var(--accent)}.StackingCarousel-module__JaSrUa__footerRow{border-top:1px solid #8080804d;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.StackingCarousel-module__JaSrUa__label{color:#64748b;white-space:nowrap;font-size:.85rem;font-weight:500}.StackingCarousel-module__JaSrUa__techIcons{gap:.8rem;display:flex}.StackingCarousel-module__JaSrUa__techIconWrapper{color:#fff;background:#ffffff14;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;padding:4px;font-size:10px;font-weight:700;transition:transform .2s,background .2s;display:flex}.StackingCarousel-module__JaSrUa__techIconWrapper:hover{background:#ffffff26;transform:translateY(-2px)}.StackingCarousel-module__JaSrUa__techIconImg{object-fit:contain;width:100%;height:100%;filter:var(--icon-invert)}.StackingCarousel-module__JaSrUa__controls{gap:1rem;margin-top:2.5rem;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);background:var(--primary);transform:scale(1.1)}@media (max-width:1024px){.StackingCarousel-module__JaSrUa__splitLayout{grid-template-columns:1fr;gap:3rem;padding:0 1rem}.StackingCarousel-module__JaSrUa__imageContainer{height:20rem}}@media (max-width:768px){.StackingCarousel-module__JaSrUa__carouselSection{padding:3rem 1rem;overflow:clip visible}.StackingCarousel-module__JaSrUa__title{letter-spacing:.4rem;margin-bottom:5rem;font-size:1.8rem}.StackingCarousel-module__JaSrUa__splitLayout{gap:1.5rem}.StackingCarousel-module__JaSrUa__imageContainer{width:calc(100% - 50px);height:14rem;margin:0 auto}.StackingCarousel-module__JaSrUa__contentPanel{min-height:auto;position:relative}.StackingCarousel-module__JaSrUa__counter{margin-bottom:.5rem;display:inline-block}.StackingCarousel-module__JaSrUa__projectTitle{margin-bottom:.25rem;padding-right:80px;font-size:1.5rem}.StackingCarousel-module__JaSrUa__projectDate{margin-bottom:.75rem;font-size:.8rem}.StackingCarousel-module__JaSrUa__projectDesc{margin-bottom:1.25rem;font-size:.95rem;line-height:1.6}.StackingCarousel-module__JaSrUa__linkGroup{gap:1rem;margin-bottom:1.25rem}.StackingCarousel-module__JaSrUa__footerRow{flex-wrap:wrap;gap:.5rem;padding-top:1rem}.StackingCarousel-module__JaSrUa__label{width:100%;font-size:.75rem}.StackingCarousel-module__JaSrUa__controls{gap:.5rem;margin-top:0;position:absolute;top:-5px;right:0}.StackingCarousel-module__JaSrUa__navBtn{width:38px;height:38px}}
.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:var(--background);height:100dvh;position:relative;overflow:hidden}.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;padding:0;overflow:clip visible}.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:0 0;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:6rem 1rem;display:flex;position:relative;overflow:hidden}.CodolioProfile-module__Cuny3W__title{text-align:center;font-family:var(--font-outfit);letter-spacing:1rem;color:var(--section-title);text-transform:uppercase;z-index:10;width:100%;max-width:1000px;margin-bottom:4rem;font-size:2rem;font-weight:300;position:relative}.CodolioProfile-module__Cuny3W__widgetContainer{-webkit-backdrop-filter:blur(40px);border:1px solid var(--glass-border);z-index:10;background:#0f172a4d;border-radius:24px;flex-direction:row;width:100%;max-width:1000px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0003,inset 0 1px #ffffff1a}[data-theme=light] .CodolioProfile-module__Cuny3W__widgetContainer{background:#ffffff1a;border:1px solid #fffc;box-shadow:0 20px 40px #0000000d,0 1px 3px #0000000d}.CodolioProfile-module__Cuny3W__profileSidebar{border-right:1px solid var(--glass-border);background:#0000001a;flex-direction:column;align-items:center;width:320px;padding:2.5rem 2rem;display:flex}[data-theme=light] .CodolioProfile-module__Cuny3W__profileSidebar{background:#fff3;border-right:1px solid #0000000d}@media (max-width:768px){[data-theme=light] .CodolioProfile-module__Cuny3W__profileSidebar{background:#fff3}}.CodolioProfile-module__Cuny3W__avatarRing{background:linear-gradient(135deg,var(--primary),var(--accent));border-radius:50%;width:120px;height:120px;margin-bottom:1.5rem;padding:4px;box-shadow:0 0 20px #7c3aed4d}.CodolioProfile-module__Cuny3W__avatarImg{object-fit:cover;border:3px solid var(--card-bg);border-radius:50%;width:100%;height:100%}.CodolioProfile-module__Cuny3W__nameSection{text-align:center;margin-bottom:2.5rem}.CodolioProfile-module__Cuny3W__cardName{color:var(--foreground);margin-bottom:.2rem;font-size:1.5rem;font-weight:700}.CodolioProfile-module__Cuny3W__cardHandle{color:var(--text-muted);font-size:.9rem;font-weight:500}.CodolioProfile-module__Cuny3W__tabSwitcher{border:1px solid var(--glass-border);background:#00000026;border-radius:16px;flex-direction:column;gap:.5rem;width:100%;padding:.4rem;display:flex}[data-theme=light] .CodolioProfile-module__Cuny3W__tabSwitcher{background:#0000000d;border:1px solid #0000000d}.CodolioProfile-module__Cuny3W__tabBtn{width:100%;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:.75rem;padding:.8rem 1rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.CodolioProfile-module__Cuny3W__tabBtn:hover{color:var(--foreground)}.CodolioProfile-module__Cuny3W__tabBtn.CodolioProfile-module__Cuny3W__active{background:var(--primary);color:#fff;box-shadow:0 4px 12px #7c3aed4d}[data-theme=light] .CodolioProfile-module__Cuny3W__tabBtn.CodolioProfile-module__Cuny3W__active{color:var(--primary);background:#fff;box-shadow:0 2px 8px #0000000d}.CodolioProfile-module__Cuny3W__statsContent{flex-direction:column;flex:1;min-height:400px;padding:3rem;display:flex;position:relative}.CodolioProfile-module__Cuny3W__tabPanel{flex-direction:column;width:100%;height:100%;display:flex}.CodolioProfile-module__Cuny3W__panelTitle{color:var(--foreground);text-shadow:0 2px 10px #000c;align-self:flex-end;align-items:center;gap:.75rem;margin-bottom:2rem;font-size:1.5rem;font-weight:700;display:flex}@media (max-width:768px){.CodolioProfile-module__Cuny3W__panelTitle{visibility:hidden}}.CodolioProfile-module__Cuny3W__statsGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2.5rem;display:grid}.CodolioProfile-module__Cuny3W__statBox{border:1px solid var(--glass-border);background:#0000000d;border-radius:16px;flex-direction:column;gap:.5rem;padding:1.5rem;transition:transform .3s;display:flex}[data-theme=light] .CodolioProfile-module__Cuny3W__statBox{background:#ffffff1a;border:1px solid #0000000d;box-shadow:0 4px 15px #00000005}.CodolioProfile-module__Cuny3W__statBox:hover{transform:translateY(-5px)}.CodolioProfile-module__Cuny3W__statLabel{color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;display:flex}[data-theme=light] .CodolioProfile-module__Cuny3W__statLabel{color:#000c}.CodolioProfile-module__Cuny3W__statValue{color:var(--foreground);text-shadow:0 2px 10px #000c;font-family:inherit;font-size:3rem;font-weight:700;line-height:1}.CodolioProfile-module__Cuny3W__statValue span{color:var(--text-muted);margin-left:.25rem;font-size:1rem;font-weight:500}.CodolioProfile-module__Cuny3W__findMeSection{flex-direction:column;gap:1rem;margin-top:auto;display:flex}.CodolioProfile-module__Cuny3W__findMeLabel{color:var(--text-muted);font-size:.9rem;font-weight:500}.CodolioProfile-module__Cuny3W__platformIconRow{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.CodolioProfile-module__Cuny3W__platformLogo{cursor:pointer;filter:grayscale(20%);justify-content:center;align-items:center;transition:transform .3s,filter .3s;display:inline-flex}.CodolioProfile-module__Cuny3W__platformLogo:hover{filter:grayscale(0%);transform:translateY(-3px)scale(1.1)}.CodolioProfile-module__Cuny3W__githubLink{border:1px solid var(--glass-border);color:var(--foreground);background:#ffffff0d;border-radius:12px;align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}[data-theme=light] .CodolioProfile-module__Cuny3W__githubLink{background:#fff;border:1px solid #0000001a}.CodolioProfile-module__Cuny3W__githubLink:hover{background:var(--primary);color:#fff;border-color:var(--primary)}@media (max-width:900px){.CodolioProfile-module__Cuny3W__codolio{height:auto;padding:3rem 1rem}.CodolioProfile-module__Cuny3W__title{letter-spacing:.5rem;margin-bottom:2rem;font-size:1.5rem}.CodolioProfile-module__Cuny3W__widgetContainer{border-radius:20px;flex-direction:column}.CodolioProfile-module__Cuny3W__profileSidebar{border-right:none;border-bottom:1px solid var(--glass-border);width:100%;padding:1.5rem 1rem}.CodolioProfile-module__Cuny3W__avatarRing{width:80px;height:80px;margin-bottom:1rem}.CodolioProfile-module__Cuny3W__nameSection{margin-bottom:1.5rem}.CodolioProfile-module__Cuny3W__tabSwitcher{flex-flow:wrap}.CodolioProfile-module__Cuny3W__tabBtn{flex:1;justify-content:center;padding:.6rem .5rem;font-size:.85rem}.CodolioProfile-module__Cuny3W__statsContent{min-height:auto;padding:1.5rem 1rem}.CodolioProfile-module__Cuny3W__panelTitle{margin-bottom:1.5rem;font-size:1.25rem}.CodolioProfile-module__Cuny3W__statsGrid{grid-template-columns:1fr;gap:1rem;margin-bottom:1.5rem}.CodolioProfile-module__Cuny3W__statBox{padding:1rem}.CodolioProfile-module__Cuny3W__statValue{font-size:2rem}}
.VideoBackground-module__YPmDVa__container{z-index:0;pointer-events:none;border-radius:inherit;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.VideoBackground-module__YPmDVa__video{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.VideoBackground-module__YPmDVa__noiseOverlay{pointer-events:none;opacity:.7;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");width:100%;height:100%;position:absolute;top:0;left:0}.VideoBackground-module__YPmDVa__gradientOverlay{pointer-events:none;background:linear-gradient(#0000004d 0%,#0000 50%,#0009 100%);width:100%;height:100%;position:absolute;top:0;left:0}[data-theme=light] .VideoBackground-module__YPmDVa__gradientOverlay{background:linear-gradient(#fff6 0%,#ffffff1a 50%,#ffffffb3 100%)}[data-theme=light] .VideoBackground-module__YPmDVa__noiseOverlay{opacity:.4}
.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}.Footer-module__S6Hkya__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}.Footer-module__S6Hkya__footerText a{color:var(--primary);margin-left:.2rem;font-weight:500;text-decoration:none}.Footer-module__S6Hkya__footerText a:hover{text-decoration:underline}
