.Hero-module__Z8hQ_W__hero{z-index:1;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:60px 24px 160px;display:flex;position:relative}.Hero-module__Z8hQ_W__content{text-align:center;flex-direction:column;align-items:center;max-width:800px;display:flex}.Hero-module__Z8hQ_W__statusRow{align-items:center;gap:10px;margin-bottom:24px;display:flex}.Hero-module__Z8hQ_W__status{color:#94a3b8;border:1px solid var(--border);background:#ffffff08;border-radius:50px;align-items:center;gap:8px;padding:8px 16px;font-size:.875rem;display:inline-flex}.Hero-module__Z8hQ_W__statusDot{background-color:#22c55e;border-radius:50%;width:8px;height:8px;animation:2s infinite Hero-module__Z8hQ_W__pulse-green;box-shadow:0 0 8px #22c55e}@keyframes Hero-module__Z8hQ_W__pulse-green{0%,to{opacity:.5;box-shadow:0 0 #22c55e}50%{opacity:1;box-shadow:0 0 12px #22c55e}}.Hero-module__Z8hQ_W__logo{background:linear-gradient(135deg,#f8fafc 0%,#94a3b8 50%,var(--primary)100%);width:48px;height:48px;display:inline-block;-webkit-mask-image:url(/icon.png);mask-image:url(/icon.png);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.Hero-module__Z8hQ_W__name{font-family:var(--font-heading);background:linear-gradient(135deg,#f8fafc 0%,#94a3b8 50%,var(--primary)100%);-webkit-text-fill-color:transparent;letter-spacing:-.03em;-webkit-background-clip:text;background-clip:text;margin-bottom:16px;font-size:clamp(3rem,10vw,6rem);font-weight:800;line-height:1.1}.Hero-module__Z8hQ_W__role{font-family:var(--font-heading);color:var(--primary);letter-spacing:.02em;margin-bottom:20px;font-size:clamp(1.25rem,3vw,1.75rem);font-weight:500}.Hero-module__Z8hQ_W__tagline{color:#94a3b8;max-width:600px;margin-bottom:40px;font-size:clamp(1rem,2vw,1.25rem);line-height:1.6}.Hero-module__Z8hQ_W__buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.Hero-module__Z8hQ_W__ctaPrimary{background:var(--primary-gradient);color:#020617;border:none;border-radius:8px;padding:16px 32px;font-size:1rem;font-weight:600;transition:all .3s;display:inline-block}.Hero-module__Z8hQ_W__ctaPrimary:hover{box-shadow:0 8px 24px var(--primary-glow);transform:translateY(-2px)}.Hero-module__Z8hQ_W__ctaSecondary{color:var(--foreground);border:1px solid var(--border);background:0 0;border-radius:8px;padding:16px 32px;font-size:1rem;font-weight:600;transition:all .3s;display:inline-block}.Hero-module__Z8hQ_W__ctaSecondary:hover{border-color:var(--primary);color:var(--primary);background:#22d3ee0d}.Hero-module__Z8hQ_W__scrollIndicator{flex-direction:column;align-items:center;gap:8px;display:flex;position:absolute;bottom:120px;left:50%;transform:translate(-50%)}.Hero-module__Z8hQ_W__scrollText{color:#64748b;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem}.Hero-module__Z8hQ_W__scrollLine{background:linear-gradient(to bottom,var(--border),transparent);width:1px;height:40px;position:relative}.Hero-module__Z8hQ_W__scrollDot{background:var(--primary);border-radius:50%;width:6px;height:6px;position:absolute;top:0;left:-2.5px}@media (max-width:768px){.Hero-module__Z8hQ_W__hero{padding:60px 20px 120px}.Hero-module__Z8hQ_W__buttons{flex-direction:column;width:100%;max-width:280px}.Hero-module__Z8hQ_W__ctaPrimary,.Hero-module__Z8hQ_W__ctaSecondary{text-align:center;width:100%}.Hero-module__Z8hQ_W__scrollIndicator{bottom:80px}}
.Typewriter-module__dRRvUG__cursor{vertical-align:-7%;background-color:currentColor;width:2px;height:.95em;margin-left:4px;animation:1s step-end infinite Typewriter-module__dRRvUG__blink;display:inline-block}@keyframes Typewriter-module__dRRvUG__blink{0%,to{opacity:1}50%{opacity:0}}
.WorkGallery-module__yyKEaW__header{margin-bottom:3rem}.WorkGallery-module__yyKEaW__sectionHeader{align-items:center;gap:1rem;width:100%;display:flex}.WorkGallery-module__yyKEaW__sectionNumber{font-family:var(--font-mono);color:var(--primary);font-size:1.25rem}.WorkGallery-module__yyKEaW__title{font-family:var(--font-heading);color:var(--foreground);font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.WorkGallery-module__yyKEaW__line{background:#ffffff1a;width:100%;max-width:300px;height:1px}.WorkGallery-module__yyKEaW__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.WorkGallery-module__yyKEaW__grid{grid-template-columns:repeat(2,1fr)}}.WorkGallery-module__yyKEaW__card{cursor:pointer;background:#1e293b66;border:1px solid #ffffff1a;border-radius:16px;position:relative;overflow:hidden}.WorkGallery-module__yyKEaW__spotlight{pointer-events:none;opacity:0;transition:opacity .3s;position:absolute;inset:0}.WorkGallery-module__yyKEaW__card:hover .WorkGallery-module__yyKEaW__spotlight{opacity:1}.WorkGallery-module__yyKEaW__cardContent{z-index:10;flex-direction:column;height:100%;padding:1.5rem;display:flex;position:relative}.WorkGallery-module__yyKEaW__imageContainer{background:#0f172a;border-radius:8px;width:100%;height:240px;margin-bottom:1.5rem;overflow:hidden}.WorkGallery-module__yyKEaW__cardResultImage{object-fit:cover;width:100%;height:100%;transition:transform .3s}.WorkGallery-module__yyKEaW__card:hover .WorkGallery-module__yyKEaW__cardResultImage{transform:scale(1.05)}.WorkGallery-module__yyKEaW__category{font-family:var(--font-mono);color:var(--primary);margin-bottom:.5rem;font-size:.8rem;display:block}.WorkGallery-module__yyKEaW__projectTitle{color:var(--foreground);margin-bottom:.75rem;font-size:1.5rem;font-weight:600}.WorkGallery-module__yyKEaW__description{color:#94a3b8;flex:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.WorkGallery-module__yyKEaW__tags{flex-wrap:wrap;gap:8px;display:flex}.WorkGallery-module__yyKEaW__metrics{gap:12px;margin-bottom:1rem;display:flex}.WorkGallery-module__yyKEaW__metric{font-family:var(--font-mono);color:var(--secondary);font-size:.85rem;font-weight:600}.WorkGallery-module__yyKEaW__tag{font-family:var(--font-mono);color:#cbd5e1;border:1px solid var(--border);background:#ffffff0d;border-radius:99px;padding:4px 10px;font-size:.75rem;transition:all .2s}.WorkGallery-module__yyKEaW__tag:hover{border-color:var(--primary);color:var(--primary);background:#22d3ee1a}
.CaseStudyModal-module__H6lmiW__backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0;overflow-y:auto}.CaseStudyModal-module__H6lmiW__modal{background:var(--surface);width:100%;max-width:900px;max-height:90vh;box-shadow:var(--shadow-xl);border-radius:24px;position:relative;overflow:hidden auto}.CaseStudyModal-module__H6lmiW__closeBtn{z-index:10;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:transform .3s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.CaseStudyModal-module__H6lmiW__closeBtn:before{content:"";background:var(--star-white,#ffffffe6);box-shadow:0 0 8px 2px #ffffff80,0 0 16px 4px var(--star-cyan,#22d3ee66);z-index:-1;border-radius:50%;animation:3s ease-in-out infinite CaseStudyModal-module__H6lmiW__starTwinkle;position:absolute;inset:0}.CaseStudyModal-module__H6lmiW__closeBtn:hover{transform:scale(1.2)}.CaseStudyModal-module__H6lmiW__closeBtn:hover:before{box-shadow:0 0 12px 4px #ffffffb3,0 0 24px 8px var(--star-cyan,#22d3ee99);animation:1s ease-in-out infinite CaseStudyModal-module__H6lmiW__starTwinkleHover}.CaseStudyModal-module__H6lmiW__closeBtn svg{color:var(--background,#020617);stroke-width:2.5px;z-index:1;width:14px;height:14px;position:relative}@keyframes CaseStudyModal-module__H6lmiW__starTwinkle{0%,to{opacity:.85;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}@keyframes CaseStudyModal-module__H6lmiW__starTwinkleHover{0%,to{opacity:1;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}.CaseStudyModal-module__H6lmiW__hero{width:100%;height:300px;position:relative;overflow:hidden}.CaseStudyModal-module__H6lmiW__heroImage{object-fit:cover;width:100%;height:100%}.CaseStudyModal-module__H6lmiW__heroOverlay{color:#fff;background:linear-gradient(#0000,#000c);padding:2rem;position:absolute;bottom:0;left:0;right:0}.CaseStudyModal-module__H6lmiW__category{font-family:var(--font-mono);font-size:var(--text-sm);text-transform:uppercase;opacity:.8;margin-bottom:.5rem;display:block}.CaseStudyModal-module__H6lmiW__title{font-family:var(--font-heading);font-size:var(--text-3xl);font-weight:700;line-height:1.1}.CaseStudyModal-module__H6lmiW__content{padding:2.5rem}.CaseStudyModal-module__H6lmiW__description{font-size:var(--text-lg);color:var(--foreground-muted);margin-bottom:2rem;line-height:1.7}.CaseStudyModal-module__H6lmiW__section{margin-bottom:2rem}.CaseStudyModal-module__H6lmiW__sectionTitle{font-family:var(--font-mono);font-size:var(--text-sm);text-transform:uppercase;color:var(--accent-warm);letter-spacing:.05em;margin-bottom:.75rem}.CaseStudyModal-module__H6lmiW__section p{font-size:var(--text-base);color:var(--foreground);line-height:1.7}.CaseStudyModal-module__H6lmiW__techStack{flex-wrap:wrap;gap:.5rem;display:flex}.CaseStudyModal-module__H6lmiW__techTag{font-family:var(--font-mono);font-size:var(--text-sm);color:var(--accent-secondary);background:#d4a3731a;border:1px solid #d4a3734d;border-radius:6px;padding:.4rem .8rem}.CaseStudyModal-module__H6lmiW__results{padding:0;list-style:none}.CaseStudyModal-module__H6lmiW__results li{font-size:var(--text-base);margin-bottom:.75rem;padding-left:1.5rem;line-height:1.6;position:relative}.CaseStudyModal-module__H6lmiW__results li:before{content:"";background:var(--accent-warm);border-radius:50%;width:6px;height:6px;position:absolute;top:.6em;left:0}@media (max-width:768px){.CaseStudyModal-module__H6lmiW__backdrop{padding:1rem}.CaseStudyModal-module__H6lmiW__modal{max-height:95vh}.CaseStudyModal-module__H6lmiW__hero{height:200px}.CaseStudyModal-module__H6lmiW__content{padding:1.5rem}.CaseStudyModal-module__H6lmiW__title{font-size:var(--text-2xl)}}
.About-module__vqXTeW__about{max-width:900px;margin:0 auto}.About-module__vqXTeW__sectionHeader{align-items:center;gap:1rem;width:100%;margin-bottom:3rem;display:flex}.About-module__vqXTeW__sectionNumber{font-family:var(--font-mono);color:var(--primary);font-size:1.25rem}.About-module__vqXTeW__title{font-family:var(--font-heading);color:var(--foreground);white-space:nowrap;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.About-module__vqXTeW__line{background:var(--border);flex:1;max-width:300px;height:1px}.About-module__vqXTeW__bioSection{margin-bottom:3rem}.About-module__vqXTeW__bioHighlight{color:var(--primary);margin-bottom:1.5rem;font-size:1rem;font-weight:500}.About-module__vqXTeW__bioCards{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:1.5rem;display:grid}.About-module__vqXTeW__bioCard{border:1px solid var(--border);background:#0f172a99;border-radius:12px;padding:1.5rem;transition:all .3s;position:relative;overflow:hidden}.About-module__vqXTeW__bioCard:before{content:"";background:linear-gradient(90deg,var(--primary),#a855f7);opacity:0;height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.About-module__vqXTeW__bioCard:hover{border-color:var(--border-hover);background:#0f172acc;transform:translateY(-2px)}.About-module__vqXTeW__bioCard:hover:before{opacity:1}.About-module__vqXTeW__bioCardIcon{width:48px;height:48px;color:var(--primary);background:linear-gradient(135deg,#22d3ee26,#a855f726);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.About-module__vqXTeW__bioCardTitle{font-family:var(--font-heading);color:var(--foreground);margin-bottom:.5rem;font-size:1rem;font-weight:600}.About-module__vqXTeW__bioCardText{color:#94a3b8;margin:0;font-size:.9rem;line-height:1.6}.About-module__vqXTeW__education{color:#cbd5e1;align-items:center;gap:8px;font-size:.95rem;display:flex}.About-module__vqXTeW__educationIcon{font-size:1.1rem}.About-module__vqXTeW__experienceSection{margin-top:2rem}.About-module__vqXTeW__experienceTitle{font-family:var(--font-heading);color:var(--foreground);margin-bottom:2rem;font-size:1.25rem}.About-module__vqXTeW__timeline{padding-left:32px;position:relative}.About-module__vqXTeW__timeline:before{content:"";background:linear-gradient(to bottom,var(--primary),var(--border));width:1px;position:absolute;top:8px;bottom:8px;left:6px}.About-module__vqXTeW__timelineItem{padding-bottom:2.5rem;position:relative}.About-module__vqXTeW__timelineItem:last-child{padding-bottom:0}.About-module__vqXTeW__timelineDot{background:var(--background);border:2px solid var(--primary);z-index:1;border-radius:50%;width:14px;height:14px;position:absolute;top:8px;left:-32px}.About-module__vqXTeW__timelineItem:first-child .About-module__vqXTeW__timelineDot{background:var(--primary);box-shadow:0 0 12px var(--primary-glow)}.About-module__vqXTeW__timelineContent{border:1px solid var(--border);background:#0f172a66;border-radius:12px;padding:1.5rem;transition:all .3s}.About-module__vqXTeW__timelineContent:hover{border-color:var(--border-hover);background:#0f172a99}.About-module__vqXTeW__timelineHeader{margin-bottom:1rem}.About-module__vqXTeW__period{font-family:var(--font-mono);color:var(--primary);margin-bottom:.5rem;font-size:.85rem;display:block}.About-module__vqXTeW__role{font-family:var(--font-heading);color:var(--foreground);font-size:1.1rem;font-weight:600}.About-module__vqXTeW__company{color:var(--primary);font-weight:500}.About-module__vqXTeW__descriptionList{margin:0 0 1rem;padding:0;list-style:none}.About-module__vqXTeW__descriptionList li{color:#94a3b8;margin-bottom:.5rem;padding-left:20px;font-size:.95rem;line-height:1.6;position:relative}.About-module__vqXTeW__descriptionList li:before{content:"▹";color:var(--primary);position:absolute;left:0}.About-module__vqXTeW__jobTech{flex-wrap:wrap;gap:8px;display:flex}.About-module__vqXTeW__jobTechBadge{color:var(--primary);background:#22d3ee1a;border:1px solid #22d3ee33;border-radius:4px;padding:4px 10px;font-size:.75rem}@media (max-width:900px){.About-module__vqXTeW__bioCards{grid-template-columns:1fr}}@media (max-width:768px){.About-module__vqXTeW__timeline{padding-left:24px}.About-module__vqXTeW__timeline:before{left:4px}.About-module__vqXTeW__timelineDot{width:10px;height:10px;left:-24px}.About-module__vqXTeW__timelineContent{padding:1.25rem}}
.TechStack-module__5InoCq__techStackSection{margin-bottom:4rem}.TechStack-module__5InoCq__techStackTitle{font-family:var(--font-heading);color:var(--foreground);text-align:center;margin-bottom:2.5rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.TechStack-module__5InoCq__categoryGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.TechStack-module__5InoCq__categoryCard{border:1px solid var(--border);border-left:4px solid var(--category-accent,var(--primary));background:#0f172a99;border-radius:8px;padding:1.5rem;transition:all .3s;position:relative}.TechStack-module__5InoCq__categoryCard:hover{border-color:var(--border-hover);border-left-color:var(--category-accent,var(--primary));background:#0f172acc}.TechStack-module__5InoCq__categoryHeader{margin-bottom:1.25rem}.TechStack-module__5InoCq__categoryLabel{font-family:var(--font-heading);color:var(--category-accent,var(--primary));margin-bottom:.5rem;font-size:1rem;font-weight:600;display:block}.TechStack-module__5InoCq__categoryLine{background:linear-gradient(to right,var(--category-accent,var(--primary)),transparent);height:1px}.TechStack-module__5InoCq__categoryDot{background:var(--category-accent,var(--primary));opacity:.8;border-radius:50%;width:8px;height:8px;position:absolute;top:1rem;right:1rem}.TechStack-module__5InoCq__techItems{flex-wrap:wrap;gap:1rem;display:flex}.TechStack-module__5InoCq__techItem{cursor:default;background:#ffffff05;border:1px solid #0000;border-radius:8px;flex-direction:column;align-items:center;gap:.5rem;min-width:72px;padding:.75rem 1rem;transition:all .2s;display:flex}.TechStack-module__5InoCq__techItem:hover{border-color:var(--border);background:#ffffff0d;transform:translateY(-3px)}.TechStack-module__5InoCq__techItem:hover .TechStack-module__5InoCq__techIcon{filter:drop-shadow(0 0 8px)}.TechStack-module__5InoCq__techIcon{color:#e2e8f0;font-size:2rem;transition:all .2s}.TechStack-module__5InoCq__techName{color:#94a3b8;text-align:center;white-space:nowrap;font-size:.75rem}@media (max-width:768px){.TechStack-module__5InoCq__categoryGrid{grid-template-columns:1fr}.TechStack-module__5InoCq__techStackSection{margin-bottom:3rem}.TechStack-module__5InoCq__techStackTitle{margin-bottom:2rem}.TechStack-module__5InoCq__categoryCard{padding:1.25rem}.TechStack-module__5InoCq__techItems{gap:.75rem}.TechStack-module__5InoCq__techItem{min-width:64px;padding:.5rem .75rem}.TechStack-module__5InoCq__techIcon{font-size:1.75rem}}@media (max-width:480px){.TechStack-module__5InoCq__techItems{gap:.5rem}.TechStack-module__5InoCq__techItem{min-width:56px;padding:.5rem}.TechStack-module__5InoCq__techIcon{font-size:1.5rem}.TechStack-module__5InoCq__techName{font-size:.7rem}}
.Contact-module__OWeMSG__contact{text-align:center;align-items:center;min-height:60vh;display:flex}.Contact-module__OWeMSG__content{max-width:600px;margin:0 auto}.Contact-module__OWeMSG__sectionHeader{justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.Contact-module__OWeMSG__sectionNumber,.Contact-module__OWeMSG__headerTitle{font-family:var(--font-mono);color:var(--primary);font-size:1rem}.Contact-module__OWeMSG__title{font-family:var(--font-heading);color:var(--foreground);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:700}.Contact-module__OWeMSG__description{color:#94a3b8;margin-bottom:2.5rem;font-size:1rem;line-height:1.7}.Contact-module__OWeMSG__socialLinks{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.Contact-module__OWeMSG__socialLink{color:#94a3b8;justify-content:center;align-items:center;text-decoration:none;transition:all .3s;display:flex}.Contact-module__OWeMSG__socialLink svg{width:28px;height:28px;transition:all .3s}.Contact-module__OWeMSG__socialLink:hover{color:var(--primary)}.Contact-module__OWeMSG__socialLink:hover svg{transform:scale(1.15)}@media (max-width:768px){.Contact-module__OWeMSG__contact{min-height:auto}}
.Footer-module__EZoWya__footer{border-top:1px solid #ffffff0d;margin-top:4rem;padding:3rem 0}.Footer-module__EZoWya__content{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.Footer-module__EZoWya__copy{font-family:var(--font-mono);color:#64748b;font-size:.85rem}.Footer-module__EZoWya__credit{font-family:var(--font-mono);color:#94a3b8;font-size:.85rem}.Footer-module__EZoWya__name{color:var(--primary);font-weight:600}@media (min-width:768px){.Footer-module__EZoWya__content{text-align:left;flex-direction:row;justify-content:space-between}}
.FloatingDock-module__q2cLYG__dockContainer{z-index:100;width:auto;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.FloatingDock-module__q2cLYG__dock{-webkit-backdrop-filter:blur(16px);background:#0f172a99;border:1px solid #ffffff1a;border-radius:24px;gap:8px;padding:12px;transition:all .3s cubic-bezier(.2,.8,.2,1);display:flex;box-shadow:0 0 0 1px #0003,0 20px 40px #0006,inset 0 1px #ffffff1a}.FloatingDock-module__q2cLYG__dockItem{color:#94a3b8;white-space:nowrap;border-radius:16px;justify-content:center;align-items:center;padding:8px 16px;font-size:.9rem;font-weight:500;transition:all .2s;display:flex;position:relative}.FloatingDock-module__q2cLYG__dockItem:hover{color:var(--primary);box-shadow:0 0 15px var(--primary-glow);background:#22d3ee1a;transform:translateY(-2px)}.FloatingDock-module__q2cLYG__divider{background:#ffffff1a;align-self:center;width:1px;height:24px;margin:0 4px}.FloatingDock-module__q2cLYG__langSwitch{color:#fb7185;cursor:pointer;font-family:var(--font-mono);background:0 0;border:1px solid #ffffff1a;border-radius:16px;padding:8px 16px;font-size:.85rem;transition:all .2s}.FloatingDock-module__q2cLYG__langSwitch:hover{background:#fb71851a;border-color:#fb7185;box-shadow:0 0 15px #fb718566}@media (max-width:640px){.FloatingDock-module__q2cLYG__dock{border-radius:20px;gap:4px;padding:8px}.FloatingDock-module__q2cLYG__dockItem{padding:8px 12px;font-size:.8rem}}
.ParallaxStars-module__WMZ0mG__container{pointer-events:none;z-index:0;width:100%;height:100%;position:fixed;top:0;left:0}
