.LanguageSwitcher-module__kcAi4G__switcher{align-items:center;gap:var(--space-2);padding:var(--space-2);cursor:pointer;transition:color var(--transition-fast);color:var(--color-midnight-slate);background:0 0;border:none;display:flex}.LanguageSwitcher-module__kcAi4G__switcher:hover{color:var(--color-soft-cyan-dark)}.LanguageSwitcher-module__kcAi4G__globe{flex-shrink:0}.LanguageSwitcher-module__kcAi4G__code{font-size:var(--text-sm);font-weight:var(--font-medium)}
.ThemeToggle-module__sGqMhG__toggle{padding:var(--space-2);cursor:pointer;color:var(--color-midnight-slate);transition:color var(--transition-fast);border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.ThemeToggle-module__sGqMhG__toggle:hover{color:var(--color-soft-cyan-dark)}.ThemeToggle-module__sGqMhG__toggle:focus-visible{outline:2px solid var(--color-soft-cyan);outline-offset:2px}
.MobileMenu-module__AP24jW__overlay{-webkit-backdrop-filter:blur(8px);z-index:300;background:#0006;position:fixed;inset:0}.MobileMenu-module__AP24jW__drawer{background:var(--color-terminal-surface);z-index:301;width:80%;max-width:400px;padding:var(--space-8);box-shadow:var(--shadow-xl);border-left:1px solid var(--color-terminal-border);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto}.MobileMenu-module__AP24jW__closeButton{top:var(--space-4);right:var(--space-4);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:absolute}.MobileMenu-module__AP24jW__xLine{background:var(--color-terminal-text);width:24px;height:2px;transition:background var(--transition-fast);border-radius:1px;position:absolute}.MobileMenu-module__AP24jW__xLine:first-child{transform:rotate(45deg)}.MobileMenu-module__AP24jW__xLine:last-child{transform:rotate(-45deg)}.MobileMenu-module__AP24jW__closeButton:hover .MobileMenu-module__AP24jW__xLine{background:var(--color-soft-cyan-dark)}.MobileMenu-module__AP24jW__closeButton:focus-visible{outline:2px solid var(--color-soft-cyan);outline-offset:2px;border-radius:var(--radius-sm)}.MobileMenu-module__AP24jW__navContainer{flex-direction:column;flex:1;justify-content:center;display:flex}.MobileMenu-module__AP24jW__navLinks{gap:var(--space-6);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.MobileMenu-module__AP24jW__navLink{font-size:var(--text-xl);color:var(--color-terminal-text);transition:color var(--transition-fast);padding:var(--space-2)0;font-weight:500;text-decoration:none;display:block}.MobileMenu-module__AP24jW__navLink:hover{color:var(--color-soft-cyan)}.MobileMenu-module__AP24jW__navLink:focus-visible{outline:2px solid var(--color-soft-cyan);outline-offset:4px;border-radius:var(--radius-sm)}.MobileMenu-module__AP24jW__footer{padding-top:var(--space-8);border-top:1px solid var(--color-terminal-border);gap:var(--space-4);flex-direction:column;margin-top:auto;display:flex}.MobileMenu-module__AP24jW__footerControls{align-items:center;gap:var(--space-4);display:flex}.MobileMenu-module__AP24jW__ctaButton{text-align:center;background:var(--color-soft-cyan);width:100%;color:var(--color-terminal-bg);padding:var(--space-4)var(--space-6);border-radius:var(--radius-lg);font-weight:600;font-size:var(--text-base);transition:all var(--transition-fast);text-decoration:none;display:block}.MobileMenu-module__AP24jW__ctaButton:hover{background:var(--color-soft-cyan-dark);color:var(--color-terminal-bg)}.MobileMenu-module__AP24jW__ctaButton:focus-visible{outline:2px solid var(--color-soft-cyan);outline-offset:2px}
.Navigation-module__eB08ka__header{z-index:var(--z-sticky);padding:var(--space-4)0;background:var(--color-nav-backdrop);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-terminal-border);transition:background-color .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0}.Navigation-module__eB08ka__headerScrolled{background:var(--color-nav-scrolled);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--shadow-md)}.Navigation-module__eB08ka__nav{max-width:1280px;padding:0 var(--space-6);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Navigation-module__eB08ka__logo{align-items:center;gap:var(--space-3);transition:opacity var(--transition-base);text-decoration:none;display:flex}.Navigation-module__eB08ka__logo:hover{opacity:.8}.Navigation-module__eB08ka__logoIcon{object-fit:contain;width:50px;height:50px}.Navigation-module__eB08ka__logoText{flex-direction:column;display:none}.Navigation-module__eB08ka__logoName{font-family:var(--font-heading);font-weight:800;font-size:var(--text-lg);color:var(--color-eluma-blue);letter-spacing:.1em;line-height:1}.Navigation-module__eB08ka__logoTagline{font-family:var(--font-heading);font-weight:400;font-size:var(--text-xs);color:var(--color-text-muted);letter-spacing:.2em}.Navigation-module__eB08ka__desktopNav{align-items:center;gap:var(--space-6);display:none}.Navigation-module__eB08ka__navLinks{align-items:center;gap:var(--space-8);margin:0;padding:0;list-style:none;display:flex}.Navigation-module__eB08ka__navLink{font-family:var(--font-body);font-size:var(--text-sm);color:var(--color-midnight-slate);padding:var(--space-2)0;transition:color var(--transition-base);font-weight:500;text-decoration:none;position:relative}.Navigation-module__eB08ka__navLink:after{content:"";background:linear-gradient(90deg,var(--color-soft-cyan),var(--color-soft-cyan-dark));width:0;height:2px;transition:width var(--transition-base);position:absolute;bottom:0;left:0}.Navigation-module__eB08ka__navLink:hover{color:var(--color-soft-cyan)}.Navigation-module__eB08ka__navLink:hover:after{width:100%}.Navigation-module__eB08ka__ctaButton{background:var(--color-soft-cyan);color:var(--color-terminal-bg);padding:var(--space-3)var(--space-6);border-radius:var(--radius-md);font-family:var(--font-body);font-size:var(--text-sm);transition:all var(--transition-base);justify-content:center;align-items:center;font-weight:600;text-decoration:none;display:inline-flex}.Navigation-module__eB08ka__ctaButton:hover{background:var(--color-soft-cyan-dark);color:var(--color-terminal-bg);transform:translateY(-1px)}.Navigation-module__eB08ka__hamburger{cursor:pointer;padding:var(--space-2);z-index:101;background:0 0;border:none;flex-direction:column;gap:5px;display:flex}.Navigation-module__eB08ka__hamburger span{background:var(--color-eluma-blue);width:24px;height:2px;transition:all var(--transition-base);transform-origin:50%;display:block}.Navigation-module__eB08ka__hamburger.Navigation-module__eB08ka__active span:first-child{transform:translateY(7px)rotate(45deg)}.Navigation-module__eB08ka__hamburger.Navigation-module__eB08ka__active span:nth-child(2){opacity:0;transform:scaleX(0)}.Navigation-module__eB08ka__hamburger.Navigation-module__eB08ka__active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (min-width:768px){.Navigation-module__eB08ka__logoText,.Navigation-module__eB08ka__desktopNav{display:flex}.Navigation-module__eB08ka__hamburger{display:none}}
.Footer-module__S6Hkya__footer{background:var(--color-terminal-surface);padding:var(--space-16)0 var(--space-8)}.Footer-module__S6Hkya__container{max-width:1280px;padding:0 var(--space-6);margin:0 auto}.Footer-module__S6Hkya__columns{gap:var(--space-12);grid-template-columns:1fr;display:grid}@media (min-width:768px){.Footer-module__S6Hkya__columns{grid-template-columns:1fr 1fr}}.Footer-module__S6Hkya__brandColumn{gap:var(--space-4);flex-direction:column;display:flex}.Footer-module__S6Hkya__logo{align-items:center;gap:var(--space-3);display:flex}.Footer-module__S6Hkya__logoImage{object-fit:contain;filter:brightness(0)invert();width:50px;height:50px}.Footer-module__S6Hkya__logoText{flex-direction:column;display:flex}.Footer-module__S6Hkya__logoName{font-family:var(--font-heading);font-weight:800;font-size:var(--text-xl);color:var(--color-pure-white);letter-spacing:.1em;line-height:1}.Footer-module__S6Hkya__logoTagline{font-family:var(--font-heading);font-weight:400;font-size:var(--text-xs);color:var(--color-light-grey);letter-spacing:.2em}.Footer-module__S6Hkya__tagline{font-family:var(--font-mono);font-size:var(--text-sm);color:var(--color-soft-cyan);margin:0}.Footer-module__S6Hkya__brandColumn .switcher{color:var(--color-light-grey)}.Footer-module__S6Hkya__brandColumn .switcher:hover{color:var(--color-soft-cyan)}.Footer-module__S6Hkya__contentColumn{gap:var(--space-6);flex-direction:column;display:flex}@media (min-width:768px){.Footer-module__S6Hkya__contentColumn{align-items:flex-end}}.Footer-module__S6Hkya__footerNav{gap:var(--space-3);flex-direction:column;display:flex}@media (min-width:768px){.Footer-module__S6Hkya__footerNav{gap:var(--space-6);flex-direction:row}}.Footer-module__S6Hkya__footerNav a{font-size:var(--text-sm);color:var(--color-light-grey);transition:color var(--transition-base);text-decoration:none}.Footer-module__S6Hkya__footerNav a:hover{color:var(--color-soft-cyan)}.Footer-module__S6Hkya__social{gap:var(--space-4);display:flex}.Footer-module__S6Hkya__social a{color:var(--color-light-grey);transition:color var(--transition-fast);justify-content:center;align-items:center;display:flex}.Footer-module__S6Hkya__social a:hover{color:var(--color-soft-cyan)}.Footer-module__S6Hkya__divider{background:var(--color-terminal-border);height:1px;margin:var(--space-8)0}.Footer-module__S6Hkya__bottom{align-items:center;gap:var(--space-3);flex-direction:column;display:flex}@media (min-width:768px){.Footer-module__S6Hkya__bottom{flex-direction:row;justify-content:space-between}}.Footer-module__S6Hkya__copyright{font-size:var(--text-sm);color:var(--color-text-muted);margin:0}.Footer-module__S6Hkya__legalNav{gap:var(--space-4);display:flex}.Footer-module__S6Hkya__legalNav a{font-size:var(--text-sm);color:var(--color-text-muted);transition:color var(--transition-base);text-decoration:none}.Footer-module__S6Hkya__legalNav a:hover{color:var(--color-soft-cyan)}
.page-module___8aEwW__page{min-height:100vh}.page-module___8aEwW__scrollProgress{background:linear-gradient(90deg,var(--color-soft-cyan),var(--color-soft-cyan-dark));z-index:9999;transform-origin:0;will-change:transform;height:3px;position:fixed;top:0;left:0;right:0}
.Hero-module__ZARIfG__hero{background:var(--color-dark-bg);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__slideshow{z-index:0;position:absolute;inset:0}.Hero-module__ZARIfG__slide{opacity:0;transition:opacity 1.5s ease-in-out;position:absolute;inset:0}.Hero-module__ZARIfG__slideActive{opacity:1}.Hero-module__ZARIfG__overlay{z-index:1;background:linear-gradient(90deg,#020617d9 0%,#02061799 50%,#02061766 100%);position:absolute;inset:0}.Hero-module__ZARIfG__content{z-index:2;width:100%;max-width:1280px;padding:var(--space-32)var(--space-6);flex-direction:column;justify-content:center;margin:0 auto;display:flex;position:relative}.Hero-module__ZARIfG__headline{font-family:var(--font-heading);font-size:var(--text-hero);color:var(--color-pure-white);letter-spacing:-.02em;margin-bottom:var(--space-6);font-weight:800;line-height:1.1}.Hero-module__ZARIfG__subtitle{font-size:var(--text-lg);color:var(--color-terminal-text-muted);max-width:550px;margin-bottom:var(--space-8);line-height:1.7}.Hero-module__ZARIfG__cta{padding:var(--space-4)var(--space-8);font-size:var(--text-base)}.Hero-module__ZARIfG__scrollIndicator{bottom:var(--space-12);align-items:center;gap:var(--space-2);flex-direction:column;display:flex;position:absolute;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__scrollMouse{border:2px solid var(--color-light-grey);opacity:.6;border-radius:12px;width:24px;height:36px;position:relative}.Hero-module__ZARIfG__scrollWheel{background:var(--color-soft-cyan);border-radius:2px;width:4px;height:8px;animation:1.5s ease-in-out infinite Hero-module__ZARIfG__scroll;position:absolute;top:8px;left:50%;transform:translate(-50%)}@keyframes Hero-module__ZARIfG__scroll{0%{opacity:1;transform:translate(-50%)translateY(0)}to{opacity:0;transform:translate(-50%)translateY(10px)}}.Hero-module__ZARIfG__scrollText{font-size:var(--text-xs);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.1em;opacity:.6}[data-theme=light] .Hero-module__ZARIfG__overlay{background:linear-gradient(90deg,#ffffffe0 0%,#ffffffa6 50%,#ffffff73 100%)}[data-theme=light] .Hero-module__ZARIfG__headline{color:var(--color-dark-bg)}@media (max-width:768px){.Hero-module__ZARIfG__content{padding:var(--space-24)var(--space-6)}.Hero-module__ZARIfG__headline{font-size:clamp(2rem,8vw,3rem)}.Hero-module__ZARIfG__overlay{background:linear-gradient(#020617cc 0%,#02061799 100%)}.Hero-module__ZARIfG__cta{justify-content:center;width:100%}.Hero-module__ZARIfG__scrollIndicator{display:none}}@media (prefers-reduced-motion:reduce){.Hero-module__ZARIfG__slide{transition:opacity .3s}}
.Services-module__dpHhBa__services{padding:var(--space-32)0;background:var(--color-terminal-bg);position:relative;overflow:hidden}.Services-module__dpHhBa__container{max-width:1280px;padding:0 var(--space-6);z-index:2;margin:0 auto;position:relative}.Services-module__dpHhBa__header{text-align:center;max-width:600px;margin:0 auto var(--space-16)}.Services-module__dpHhBa__badge{padding:var(--space-2)var(--space-4);background:var(--color-soft-cyan-glow);color:var(--color-soft-cyan-dark);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.1em;border-radius:var(--radius-full);margin-bottom:var(--space-4);font-weight:700;display:inline-block}.Services-module__dpHhBa__title{font-size:var(--text-4xl);color:var(--color-eluma-blue);margin-bottom:var(--space-4)}.Services-module__dpHhBa__subtitle{font-size:var(--text-lg);color:var(--color-text-muted);margin-bottom:0}.Services-module__dpHhBa__grid{gap:var(--space-6);grid-template-columns:1fr;display:grid}@media (min-width:640px){.Services-module__dpHhBa__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Services-module__dpHhBa__grid{grid-template-columns:repeat(3,1fr)}}.Services-module__dpHhBa__card{background:var(--color-card-bg);border:1px solid var(--color-border-subtle);border-radius:var(--radius-lg);padding:var(--space-6);cursor:pointer;transition:transform .2s,border-color .2s,box-shadow .2s;position:relative}.Services-module__dpHhBa__card:hover{border-color:var(--color-soft-cyan);transform:translateY(-4px);box-shadow:0 8px 30px #0006}.Services-module__dpHhBa__card:focus-visible{outline:2px solid var(--color-soft-cyan);outline-offset:2px}.Services-module__dpHhBa__iconWrapper{border-radius:var(--radius-md);width:48px;height:48px;margin-bottom:var(--space-4);color:var(--color-soft-cyan);background:#22d3ee1a;justify-content:center;align-items:center;display:flex}.Services-module__dpHhBa__cardTitle{font-size:var(--text-xl);color:var(--color-eluma-blue);margin-bottom:var(--space-3)}.Services-module__dpHhBa__cardDescription{font-size:var(--text-sm);color:var(--color-text-muted);margin-bottom:0;line-height:1.7}@media (max-width:640px){.Services-module__dpHhBa__services{padding:var(--space-20)0}.Services-module__dpHhBa__card{padding:var(--space-5)}}
.About-module__vAULUW__about{padding:var(--space-32)0;background:var(--color-terminal-surface);position:relative;overflow:hidden}.About-module__vAULUW__container{max-width:1280px;padding:0 var(--space-6);z-index:2;margin:0 auto;position:relative}.About-module__vAULUW__header{max-width:800px;margin-bottom:var(--space-12)}.About-module__vAULUW__badge{padding:var(--space-2)var(--space-4);background:var(--color-soft-cyan-glow);color:var(--color-soft-cyan-dark);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.1em;border-radius:var(--radius-full);margin-bottom:var(--space-4);font-weight:700;display:inline-block}.About-module__vAULUW__title{font-size:var(--text-4xl);color:var(--color-eluma-blue);margin-bottom:var(--space-4)}.About-module__vAULUW__lead{font-size:var(--text-lg);color:var(--color-text-secondary);max-width:600px}.About-module__vAULUW__founders{gap:var(--space-6);margin-bottom:var(--space-12);grid-template-columns:1fr;display:grid}@media (min-width:768px){.About-module__vAULUW__founders{grid-template-columns:repeat(2,1fr)}}.About-module__vAULUW__founderCard{background:var(--color-card-bg);border:1px solid var(--color-border-subtle);border-radius:var(--radius-lg);padding:var(--space-8);text-align:center}.About-module__vAULUW__avatar{margin:0 auto var(--space-4);border-radius:var(--radius-full);display:block}.About-module__vAULUW__founderName{font-size:var(--text-lg);color:var(--color-terminal-text);margin-bottom:var(--space-1);font-weight:600}.About-module__vAULUW__founderRole{font-size:var(--text-sm);color:var(--color-soft-cyan);margin-bottom:var(--space-3);display:block}.About-module__vAULUW__founderBio{font-size:var(--text-sm);color:var(--color-text-secondary);line-height:1.7}.About-module__vAULUW__values{gap:var(--space-6);grid-template-columns:1fr;display:grid}@media (min-width:768px){.About-module__vAULUW__values{grid-template-columns:repeat(3,1fr)}}.About-module__vAULUW__valueItem{padding:var(--space-4)}.About-module__vAULUW__valueTitle{font-size:var(--text-base);color:var(--color-terminal-text);margin-bottom:var(--space-2);font-weight:600}.About-module__vAULUW__valueText{font-size:var(--text-sm);color:var(--color-text-secondary);line-height:1.6}@media (max-width:640px){.About-module__vAULUW__about{padding:var(--space-20)0}.About-module__vAULUW__title{font-size:var(--text-3xl)}}
.Contact-module__hcVmEa__contact{padding:var(--space-32)0;background:var(--color-terminal-bg);position:relative;overflow:hidden}.Contact-module__hcVmEa__container{max-width:1280px;padding:0 var(--space-6);z-index:2;margin:0 auto;position:relative}.Contact-module__hcVmEa__content{text-align:center;max-width:640px;margin:0 auto}.Contact-module__hcVmEa__badge{padding:var(--space-2)var(--space-4);background:var(--color-soft-cyan-glow);color:var(--color-soft-cyan-dark);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.1em;border-radius:var(--radius-full);margin-bottom:var(--space-4);font-weight:700;display:inline-block}.Contact-module__hcVmEa__title{font-size:var(--text-4xl);color:var(--color-eluma-blue);margin-bottom:var(--space-4)}.Contact-module__hcVmEa__subtitle{font-size:var(--text-lg);color:var(--color-text-muted);margin-bottom:var(--space-8)}.Contact-module__hcVmEa__form{text-align:left;margin-top:var(--space-8)}.Contact-module__hcVmEa__formRow{gap:var(--space-4);grid-template-columns:1fr;display:grid}@media (min-width:640px){.Contact-module__hcVmEa__formRow{grid-template-columns:repeat(2,1fr)}}.Contact-module__hcVmEa__formGroup{margin-bottom:var(--space-4)}.Contact-module__hcVmEa__label{font-size:var(--text-sm);color:var(--color-text-primary);margin-bottom:var(--space-2);font-weight:500;display:block}.Contact-module__hcVmEa__required{color:var(--color-error)}.Contact-module__hcVmEa__input,.Contact-module__hcVmEa__select,.Contact-module__hcVmEa__textarea{width:100%;padding:var(--space-3)var(--space-4);font-family:var(--font-body);font-size:var(--text-base);color:var(--color-text-primary);background:var(--color-card-bg);border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);transition:border-color .2s}.Contact-module__hcVmEa__input:focus,.Contact-module__hcVmEa__select:focus,.Contact-module__hcVmEa__textarea:focus{border-color:var(--color-soft-cyan);outline:none}.Contact-module__hcVmEa__select{cursor:pointer}.Contact-module__hcVmEa__textarea{resize:vertical;min-height:120px}.Contact-module__hcVmEa__submitBtn{width:100%;margin-top:var(--space-4)}.Contact-module__hcVmEa__submitBtn:disabled{opacity:.7;cursor:not-allowed}.Contact-module__hcVmEa__successMessage{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-4);margin-top:var(--space-4);border:1px solid var(--color-success);border-radius:var(--radius-md);color:var(--color-success);font-size:var(--text-sm);background:#10b9811a;display:flex}.Contact-module__hcVmEa__errorMessage{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-4);margin-top:var(--space-4);border:1px solid var(--color-error,#dc2626);border-radius:var(--radius-md);color:var(--color-error,#dc2626);font-size:var(--text-sm);background:#dc26261a;display:flex}.Contact-module__hcVmEa__formSkeleton{background:var(--color-card-bg);border-radius:var(--radius-md);height:400px;animation:2s infinite Contact-module__hcVmEa__pulse}@keyframes Contact-module__hcVmEa__pulse{0%,to{opacity:.6}50%{opacity:.3}}@media (max-width:640px){.Contact-module__hcVmEa__contact{padding:var(--space-20)0}}
.Projects-module__2BoJ-q__projects{padding:var(--space-32)0;background:var(--color-terminal-surface);position:relative;overflow:hidden}.Projects-module__2BoJ-q__container{max-width:1280px;padding:0 var(--space-6);z-index:2;margin:0 auto;position:relative}.Projects-module__2BoJ-q__header{max-width:800px;margin-bottom:var(--space-12)}.Projects-module__2BoJ-q__badge{padding:var(--space-2)var(--space-4);background:var(--color-soft-cyan-glow);color:var(--color-soft-cyan-dark);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.1em;border-radius:var(--radius-full);margin-bottom:var(--space-4);font-weight:700;display:inline-block}.Projects-module__2BoJ-q__title{font-size:var(--text-4xl);color:var(--color-eluma-blue);margin-bottom:var(--space-4)}.Projects-module__2BoJ-q__lead{font-size:var(--text-lg);color:var(--color-text-secondary);max-width:600px}.Projects-module__2BoJ-q__grid{gap:var(--space-6);grid-template-columns:1fr;display:grid}@media (min-width:768px){.Projects-module__2BoJ-q__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Projects-module__2BoJ-q__grid{grid-template-columns:repeat(3,1fr)}}.Projects-module__2BoJ-q__card{background:var(--color-terminal-bg);border:1px solid var(--color-terminal-border);border-radius:var(--radius-lg);overflow:hidden}.Projects-module__2BoJ-q__cardHeader{align-items:center;gap:var(--space-2);padding:var(--space-3)var(--space-4);border-bottom:1px solid var(--color-terminal-border);display:flex}.Projects-module__2BoJ-q__dot{border-radius:var(--radius-full);flex-shrink:0;width:8px;height:8px}.Projects-module__2BoJ-q__clientName{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--color-text-muted);margin-left:var(--space-2)}.Projects-module__2BoJ-q__cardBody{padding:var(--space-5)}.Projects-module__2BoJ-q__statusRow{margin-bottom:var(--space-3)}.Projects-module__2BoJ-q__cardTitle{font-size:var(--text-lg);color:var(--color-terminal-text);margin-bottom:var(--space-3);font-weight:600}.Projects-module__2BoJ-q__cardDescription{font-size:var(--text-sm);color:var(--color-text-secondary);margin-bottom:var(--space-4);line-height:1.7}.Projects-module__2BoJ-q__cardLocation{font-size:var(--text-xs);color:var(--color-text-muted);margin-bottom:var(--space-4)}.Projects-module__2BoJ-q__techTags{gap:var(--space-2);flex-wrap:wrap;display:flex}.Projects-module__2BoJ-q__techTag{color:var(--color-soft-cyan);border-radius:var(--radius-sm);padding:var(--space-1)var(--space-2);font-family:var(--font-mono);font-size:var(--text-xs);background:#22d3ee14;border:1px solid #22d3ee33;display:inline-block}@media (max-width:640px){.Projects-module__2BoJ-q__projects{padding:var(--space-20)0}.Projects-module__2BoJ-q__title{font-size:var(--text-3xl)}}
