.Navbar-module__cJzEcG__navbar{z-index:100;padding:12px 24px;position:fixed;top:16px;left:16px;right:16px}.Navbar-module__cJzEcG__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.Navbar-module__cJzEcG__logo{font-family:var(--font-mono);color:var(--text-primary);cursor:pointer;transition:color var(--transition-fast);align-items:center;gap:8px;font-size:20px;font-weight:700;display:flex}.Navbar-module__cJzEcG__logo:hover{color:var(--accent-neon)}.Navbar-module__cJzEcG__logoIcon{font-size:24px}.Navbar-module__cJzEcG__logoText{background:linear-gradient(135deg,var(--accent-neon),var(--accent-blue));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:32px;list-style:none;display:flex}.Navbar-module__cJzEcG__navLink{font-family:var(--font-mono);color:var(--text-secondary);cursor:pointer;transition:color var(--transition-fast);align-items:center;gap:4px;font-size:14px;font-weight:500;display:flex}.Navbar-module__cJzEcG__navLink:hover{color:var(--accent-neon)}.Navbar-module__cJzEcG__externalIcon{opacity:.5;width:12px;height:12px}@media (max-width:640px){.Navbar-module__cJzEcG__navbar{padding:10px 16px;top:8px;left:8px;right:8px}.Navbar-module__cJzEcG__navLinks{gap:16px}.Navbar-module__cJzEcG__navLink{font-size:12px}.Navbar-module__cJzEcG__logo{font-size:16px}}
.Hero-module__ZARIfG__hero{justify-content:center;align-items:center;min-height:100vh;padding:120px 24px 80px;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__content{z-index:10;text-align:center;max-width:800px;position:relative}.Hero-module__ZARIfG__badge{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:1px solid var(--border-default);font-family:var(--font-mono);color:var(--text-secondary);border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 16px;font-size:14px;display:inline-flex}.Hero-module__ZARIfG__badgeIcon{font-size:16px}.Hero-module__ZARIfG__title{font-family:var(--font-mono);color:var(--text-primary);margin-bottom:24px;font-size:clamp(40px,8vw,72px);font-weight:700;line-height:1.1}.Hero-module__ZARIfG__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto 40px;font-size:clamp(16px,2vw,20px);line-height:1.7}.Hero-module__ZARIfG__cta{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin-bottom:48px;display:flex}.Hero-module__ZARIfG__techStack{flex-direction:column;align-items:center;gap:12px;display:flex}.Hero-module__ZARIfG__techLabel{font-family:var(--font-mono);color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:12px}.Hero-module__ZARIfG__techBadges{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.Hero-module__ZARIfG__gridOverlay{pointer-events:none;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.Hero-module__ZARIfG__glowOrb1{filter:blur(60px);pointer-events:none;background:radial-gradient(circle,#00ff8826 0%,#0000 70%);border-radius:50%;width:400px;height:400px;animation:8s ease-in-out infinite Hero-module__ZARIfG__float;position:absolute;top:20%;left:10%}.Hero-module__ZARIfG__glowOrb2{filter:blur(60px);pointer-events:none;background:radial-gradient(circle,#b794f626 0%,#0000 70%);border-radius:50%;width:350px;height:350px;animation:10s ease-in-out infinite reverse Hero-module__ZARIfG__float;position:absolute;bottom:10%;right:10%}@keyframes Hero-module__ZARIfG__float{0%,to{transform:translate(0)}50%{transform:translate(30px,-30px)}}@media (max-width:640px){.Hero-module__ZARIfG__hero{padding:100px 16px 60px}.Hero-module__ZARIfG__cta{flex-direction:column}.Hero-module__ZARIfG__cta a{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){.Hero-module__ZARIfG__glowOrb1,.Hero-module__ZARIfG__glowOrb2{animation:none}}
.Stats-module__yL2aHq__stats{background:var(--bg-surface);padding:60px 24px}.Stats-module__yL2aHq__container{grid-template-columns:repeat(3,1fr);gap:24px;max-width:900px;margin:0 auto;display:grid}.Stats-module__yL2aHq__statItem{text-align:center;cursor:pointer;flex-direction:column;align-items:center;padding:32px 24px;display:flex}.Stats-module__yL2aHq__icon{background:linear-gradient(135deg,var(--accent-neon),var(--accent-blue));width:48px;height:48px;color:var(--bg-primary);border-radius:12px;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.Stats-module__yL2aHq__icon svg{width:24px;height:24px}.Stats-module__yL2aHq__value{font-family:var(--font-mono);color:var(--text-primary);background:linear-gradient(135deg,var(--accent-neon),var(--accent-blue));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:8px;font-size:40px;font-weight:700;line-height:1}.Stats-module__yL2aHq__label{font-family:var(--font-mono);color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;font-size:14px}@media (max-width:768px){.Stats-module__yL2aHq__container{grid-template-columns:1fr;max-width:400px}.Stats-module__yL2aHq__statItem{padding:24px 20px}.Stats-module__yL2aHq__value{font-size:32px}}
.Projects-module__2BoJ-q__projects{background:var(--bg-primary);padding:80px 24px}.Projects-module__2BoJ-q__container{max-width:1100px;margin:0 auto}.Projects-module__2BoJ-q__header{text-align:center;margin-bottom:48px}.Projects-module__2BoJ-q__title{font-family:var(--font-mono);color:var(--text-primary);margin-bottom:12px;font-size:clamp(28px,5vw,40px);font-weight:700}.Projects-module__2BoJ-q__subtitle{color:var(--text-secondary);font-size:16px}.Projects-module__2BoJ-q__grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.Projects-module__2BoJ-q__card{cursor:pointer;transition:transform var(--transition-fast),box-shadow var(--transition-normal),border-color var(--transition-normal);flex-direction:column;padding:24px;display:flex}.Projects-module__2BoJ-q__card:hover{transform:translateY(-4px)}.Projects-module__2BoJ-q__featured{background:linear-gradient(135deg,#00ff880d,#3b82f60d);grid-area:span 1/span 1}.Projects-module__2BoJ-q__cardHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.Projects-module__2BoJ-q__projectIcon{background:var(--bg-elevated);width:40px;height:40px;color:var(--accent-neon);border-radius:10px;justify-content:center;align-items:center;display:flex}.Projects-module__2BoJ-q__projectName{font-family:var(--font-mono);color:var(--text-primary);margin-bottom:8px;font-size:18px;font-weight:600}.Projects-module__2BoJ-q__projectDesc{color:var(--text-secondary);flex-grow:1;margin-bottom:16px;font-size:14px;line-height:1.6}.Projects-module__2BoJ-q__cardFooter{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.Projects-module__2BoJ-q__stats{gap:16px;display:flex}.Projects-module__2BoJ-q__stat{font-family:var(--font-mono);color:var(--text-muted);align-items:center;gap:4px;font-size:13px;display:flex}.Projects-module__2BoJ-q__stat svg{color:var(--accent-neon)}.Projects-module__2BoJ-q__arrow{font-family:var(--font-mono);color:var(--text-muted);transition:transform var(--transition-fast),color var(--transition-fast);font-size:18px}.Projects-module__2BoJ-q__card:hover .Projects-module__2BoJ-q__arrow{color:var(--accent-neon);transform:translate(4px)}.Projects-module__2BoJ-q__viewMore{background:var(--bg-surface);border-style:dashed;justify-content:center;align-items:center;display:flex}.Projects-module__2BoJ-q__viewMoreContent{text-align:center;color:var(--text-secondary);font-family:var(--font-mono);flex-direction:column;align-items:center;gap:12px;font-size:14px;display:flex}.Projects-module__2BoJ-q__viewMoreContent svg{opacity:.5;transition:opacity var(--transition-fast)}.Projects-module__2BoJ-q__viewMore:hover .Projects-module__2BoJ-q__viewMoreContent svg{opacity:1;color:var(--accent-neon)}@media (max-width:900px){.Projects-module__2BoJ-q__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.Projects-module__2BoJ-q__projects{padding:60px 16px}.Projects-module__2BoJ-q__grid{grid-template-columns:1fr}.Projects-module__2BoJ-q__featured{grid-column:span 1}.Projects-module__2BoJ-q__card{padding:20px}}
.Team-module__EqCvfq__team{background:var(--bg-surface);padding:80px 24px}.Team-module__EqCvfq__container{max-width:1000px;margin:0 auto}.Team-module__EqCvfq__header{text-align:center;margin-bottom:48px}.Team-module__EqCvfq__title{font-family:var(--font-mono);color:var(--text-primary);margin-bottom:12px;font-size:clamp(28px,5vw,40px);font-weight:700}.Team-module__EqCvfq__subtitle{color:var(--text-secondary);font-size:16px}.Team-module__EqCvfq__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.Team-module__EqCvfq__card{text-align:center;cursor:pointer;transition:transform var(--transition-fast),box-shadow var(--transition-normal),border-color var(--transition-normal);flex-direction:column;align-items:center;padding:32px 24px;display:flex}.Team-module__EqCvfq__card:hover{transform:translateY(-4px)}.Team-module__EqCvfq__avatarWrapper{margin-bottom:20px;position:relative}.Team-module__EqCvfq__avatar{border:3px solid var(--accent-neon);object-fit:cover;border-radius:50%;width:100px;height:100px}.Team-module__EqCvfq__name{font-family:var(--font-mono);color:var(--text-primary);margin-bottom:4px;font-size:18px;font-weight:600}.Team-module__EqCvfq__username{font-family:var(--font-mono);color:var(--accent-neon);margin-bottom:8px;font-size:14px}.Team-module__EqCvfq__role{color:var(--accent-blue);background:#3b82f61a;border-radius:100px;margin-bottom:12px;padding:4px 12px;font-size:13px;font-weight:500}.Team-module__EqCvfq__bio{color:var(--text-secondary);flex-grow:1;margin-bottom:16px;font-size:14px;line-height:1.5}.Team-module__EqCvfq__socials{gap:12px;display:flex}.Team-module__EqCvfq__socialLink{background:var(--bg-elevated);border:1px solid var(--border-default);width:36px;height:36px;color:var(--text-secondary);transition:all var(--transition-fast);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;display:flex}.Team-module__EqCvfq__socialLink:hover{color:var(--accent-neon);border-color:var(--accent-neon);box-shadow:var(--glow-neon)}@media (max-width:900px){.Team-module__EqCvfq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.Team-module__EqCvfq__team{padding:60px 16px}.Team-module__EqCvfq__grid{grid-template-columns:1fr;max-width:350px;margin:0 auto}.Team-module__EqCvfq__card{padding:24px 20px}}
.Footer-module__S6Hkya__footer{background:var(--bg-surface);border-top:1px solid var(--border-default);padding:48px 24px 32px}.Footer-module__S6Hkya__container{max-width:1100px;margin:0 auto}.Footer-module__S6Hkya__content{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.Footer-module__S6Hkya__brand{flex-direction:column;gap:4px;display:flex}.Footer-module__S6Hkya__logo{font-family:var(--font-mono);background:linear-gradient(135deg,var(--accent-neon),var(--accent-blue));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;align-items:center;gap:8px;font-size:20px;font-weight:700;display:flex}.Footer-module__S6Hkya__tagline{color:var(--text-muted);font-size:14px}.Footer-module__S6Hkya__links{gap:24px;display:flex}.Footer-module__S6Hkya__link{font-family:var(--font-mono);color:var(--text-secondary);transition:color var(--transition-fast);cursor:pointer;align-items:center;gap:8px;font-size:14px;display:flex}.Footer-module__S6Hkya__link:hover{color:var(--accent-neon)}.Footer-module__S6Hkya__divider{background:var(--border-default);height:1px;margin-bottom:24px}.Footer-module__S6Hkya__bottom{justify-content:space-between;align-items:center;display:flex}.Footer-module__S6Hkya__copyright,.Footer-module__S6Hkya__location{color:var(--text-muted);font-size:13px}@media (max-width:640px){.Footer-module__S6Hkya__content{text-align:center;flex-direction:column;gap:24px}.Footer-module__S6Hkya__bottom{text-align:center;flex-direction:column;gap:8px}}
