.Navbar-module__cJzEcG__header{z-index:100;transition:background var(--transition-base), border-color var(--transition-base), backdrop-filter var(--transition-base);background:0 0;border-bottom:1px solid #0000;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__header.Navbar-module__cJzEcG__scrolled{background:rgba(var(--color-bg-raw,255, 255, 255), .85);background:color-mix(in srgb, var(--color-bg) 85%, transparent);-webkit-backdrop-filter:blur(12px)saturate(1.4);border-color:var(--color-border)}.Navbar-module__cJzEcG__container{max-width:var(--container-max);padding:0 var(--container-padding);justify-content:space-between;align-items:center;gap:2rem;height:60px;margin:0 auto;display:flex}.Navbar-module__cJzEcG__logo{font-family:var(--font-mono);letter-spacing:-.01em;color:var(--color-text);white-space:nowrap;flex-shrink:0;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:600;display:flex}.Navbar-module__cJzEcG__logoPulse{background:var(--color-text);border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2.4s ease-in-out infinite Navbar-module__cJzEcG__pulse}@keyframes Navbar-module__cJzEcG__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.Navbar-module__cJzEcG__nav{align-items:center;gap:.25rem;display:flex}.Navbar-module__cJzEcG__navLink{color:var(--color-text-muted);border-radius:var(--radius-md);transition:color var(--transition-fast), background var(--transition-fast);white-space:nowrap;padding:.375rem .75rem;font-size:.875rem;font-weight:450}.Navbar-module__cJzEcG__navLink:hover{color:var(--color-text);background:var(--color-bg-muted)}.Navbar-module__cJzEcG__navCta{color:var(--color-inverse-text);background:var(--color-inverse-bg);border-radius:var(--radius-full);cursor:pointer;transition:opacity var(--transition-fast), transform var(--transition-fast);white-space:nowrap;letter-spacing:.01em;border:none;padding:.4375rem 1rem;font-family:inherit;font-size:.8125rem;font-weight:500;text-decoration:none}.Navbar-module__cJzEcG__navCta:hover{opacity:.82;transform:translateY(-1px)}.Navbar-module__cJzEcG__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;align-items:flex-end;gap:5px;width:28px;height:28px;padding:2px;display:none}.Navbar-module__cJzEcG__logoImg{width:34px;height:34px}.Navbar-module__cJzEcG__burgerLine{background:var(--color-text);height:1.5px;transition:transform var(--transition-base), opacity var(--transition-base), width var(--transition-base);border-radius:2px;display:block}.Navbar-module__cJzEcG__burgerLine:first-child{width:22px}.Navbar-module__cJzEcG__burgerLine:last-child{width:16px}.Navbar-module__cJzEcG__burgerLineTop{transform:translateY(6.5px)rotate(45deg);width:20px!important}.Navbar-module__cJzEcG__burgerLineBottom{transform:translateY(-6.5px)rotate(-45deg);width:20px!important}@media (max-width:680px){.Navbar-module__cJzEcG__header{background:var(--color-bg);border-bottom-color:var(--color-border);transition:none}.Navbar-module__cJzEcG__header.Navbar-module__cJzEcG__scrolled{background:var(--color-bg);-webkit-backdrop-filter:none}.Navbar-module__cJzEcG__burger{touch-action:manipulation;-webkit-tap-highlight-color:transparent;width:44px;height:44px;padding:10px;display:none}.Navbar-module__cJzEcG__nav{background:var(--color-bg);border-bottom:1px solid var(--color-border);flex-direction:column;align-items:stretch;gap:0;padding:.75rem;display:none;position:absolute;top:60px;left:0;right:0;box-shadow:0 8px 24px #00000014}.Navbar-module__cJzEcG__nav.Navbar-module__cJzEcG__navOpen{display:flex}.Navbar-module__cJzEcG__navLink{border-radius:var(--radius-md);color:var(--color-text-secondary);padding:.875rem 1rem;font-size:1rem}.Navbar-module__cJzEcG__navCta{text-align:center;border-radius:var(--radius-md);margin-top:.5rem;padding:.875rem 1rem;font-size:1rem}}
.Hero-module__ZARIfG__section{align-items:center;min-height:100svh;padding:100px 0 80px;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__videoBackground{object-fit:cover;z-index:-1;opacity:.4;filter:grayscale()contrast(1.2);width:100%;height:100%;position:absolute;inset:0}.Hero-module__ZARIfG__bgPattern{background-image:radial-gradient(circle, var(--color-border) 1px, transparent 1px);pointer-events:none;opacity:.6;background-size:28px 28px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 80%,#000 30%,#0000 100%);mask-image:radial-gradient(80% 80%,#000 30%,#0000 100%)}.Hero-module__ZARIfG__container{max-width:var(--container-max);padding:0 var(--container-padding);text-align:center;flex-direction:column;align-items:center;gap:0;width:100%;margin:0 auto;display:flex}.Hero-module__ZARIfG__badge{color:var(--color-text-secondary);background:var(--color-bg-subtle);border:1px solid var(--color-border);border-radius:var(--radius-full);transition:border-color var(--transition-base), color var(--transition-base);align-items:center;gap:.5rem;margin-bottom:2.5rem;padding:.375rem .875rem .375rem .625rem;font-size:.8125rem;font-weight:500;display:inline-flex}.Hero-module__ZARIfG__badge:hover{border-color:var(--color-border-strong);color:var(--color-text)}.Hero-module__ZARIfG__badgeDot{opacity:.5;background:currentColor;border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2s ease-in-out infinite Hero-module__ZARIfG__pulseBadge}@keyframes Hero-module__ZARIfG__pulseBadge{0%,to{opacity:.8}50%{opacity:.3}}.Hero-module__ZARIfG__badgeArrow{opacity:.6;font-size:.75rem}.Hero-module__ZARIfG__headline{letter-spacing:-.03em;color:var(--color-text);margin-bottom:1.75rem;font-size:clamp(3rem,9vw,6.5rem);font-weight:300;line-height:1.05}.Hero-module__ZARIfG__headlineAccent{font-weight:600}.Hero-module__ZARIfG__subheadline{color:var(--color-text-muted);max-width:600px;margin-bottom:3.5rem;font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.7}.Hero-module__ZARIfG__subheadline strong{color:var(--color-text);font-weight:600}.Hero-module__ZARIfG__ctaWrap{width:100%;max-width:480px;margin-bottom:0}.Hero-module__ZARIfG__ctaBtn{width:100%;height:48px;font-family:var(--font-sans);color:var(--color-inverse-text);background:var(--color-inverse-bg);border-radius:var(--radius-lg);cursor:pointer;transition:opacity var(--transition-fast), transform var(--transition-fast);border:none;justify-content:center;align-items:center;gap:.625rem;font-size:.9375rem;font-weight:500;text-decoration:none;display:flex}.Hero-module__ZARIfG__ctaBtn:hover{opacity:.85;transform:translateY(-1px)}.Hero-module__ZARIfG__ctaBtnIcon{flex-shrink:0}.Hero-module__ZARIfG__ctaBtnArrow{transition:transform var(--transition-fast)}.Hero-module__ZARIfG__ctaBtn:hover .Hero-module__ZARIfG__ctaBtnArrow{transform:translate(3px)}.Hero-module__ZARIfG__ctaSkeleton{opacity:0;animation:.3s .2s forwards Hero-module__ZARIfG__fadeIn}@keyframes Hero-module__ZARIfG__fadeIn{to{opacity:1}}.Hero-module__ZARIfG__scrollHint{opacity:.35;flex-direction:column;align-items:center;gap:.5rem;margin-top:5rem;display:flex}.Hero-module__ZARIfG__scrollLine{background:var(--color-text);width:1px;height:40px;animation:2s ease-in-out infinite Hero-module__ZARIfG__scrollDrop}@keyframes Hero-module__ZARIfG__scrollDrop{0%{transform-origin:top;transform:scaleY(0)}50%{transform-origin:top;transform:scaleY(1)}51%{transform-origin:bottom}to{transform-origin:bottom;transform:scaleY(0)}}.Hero-module__ZARIfG__scrollText{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--color-text);font-size:.6875rem}@media (max-width:520px){.Hero-module__ZARIfG__headline{letter-spacing:-.02em}.Hero-module__ZARIfG__scrollHint{display:none}}
.About-module__vAULUW__section{border-top:1px solid var(--color-border);padding:7rem 0 6rem}.About-module__vAULUW__container{max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}.About-module__vAULUW__sectionLabel{align-items:center;gap:.75rem;margin-bottom:3.5rem;display:flex}.About-module__vAULUW__labelNumber{font-family:var(--font-mono);color:var(--color-text-placeholder);letter-spacing:.05em;font-size:.75rem}.About-module__vAULUW__labelText{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);font-size:.8125rem;font-weight:500}.About-module__vAULUW__grid{grid-template-columns:1fr 280px;align-items:start;gap:5rem;margin-bottom:5rem;display:grid}.About-module__vAULUW__textColumn{flex-direction:column;gap:2rem;display:flex}.About-module__vAULUW__heading{letter-spacing:-.025em;color:var(--color-text);font-size:clamp(2rem,4.5vw,3.25rem);font-weight:300;line-height:1.1}.About-module__vAULUW__bodyText{flex-direction:column;gap:1.25rem;display:flex}.About-module__vAULUW__bodyText p{color:var(--color-text-secondary);font-size:clamp(.9375rem,1.6vw,1.0625rem);line-height:1.75}.About-module__vAULUW__bodyText p strong{color:var(--color-text);font-weight:600}.About-module__vAULUW__bodyText p em{color:var(--color-text);font-style:italic}.About-module__vAULUW__sideColumn{position:sticky;top:90px}.About-module__vAULUW__statsGrid{background:var(--color-border);border:1px solid var(--color-border);border-radius:var(--radius-lg);grid-template-columns:1fr 1fr;gap:1px;display:grid;overflow:hidden}.About-module__vAULUW__statBox{background:var(--color-bg);transition:background var(--transition-fast);flex-direction:column;gap:.375rem;padding:1.5rem 1.25rem;display:flex}.About-module__vAULUW__statBox:hover{background:var(--color-bg-subtle)}.About-module__vAULUW__statValue{letter-spacing:-.03em;color:var(--color-text);font-size:2.25rem;font-weight:300;line-height:1}.About-module__vAULUW__statLabel{color:var(--color-text-muted);font-size:.75rem;line-height:1.4}.About-module__vAULUW__principlesSection{margin-bottom:5rem}.About-module__vAULUW__principlesHeading{letter-spacing:-.015em;color:var(--color-text);margin-bottom:2rem;font-size:1.375rem;font-weight:500}.About-module__vAULUW__principlesGrid{background:var(--color-border);border:1px solid var(--color-border);border-radius:var(--radius-lg);grid-template-columns:repeat(4,1fr);gap:1px;display:grid;overflow:hidden}.About-module__vAULUW__principleCard{background:var(--color-bg);transition:background var(--transition-fast);flex-direction:column;gap:.75rem;padding:2rem 1.5rem;display:flex}.About-module__vAULUW__principleCard:hover{background:var(--color-bg-subtle)}.About-module__vAULUW__principleNumber{font-family:var(--font-mono);color:var(--color-text-placeholder);letter-spacing:.05em;font-size:.6875rem}.About-module__vAULUW__principleTitle{color:var(--color-text);letter-spacing:-.01em;font-size:1rem;font-weight:600}.About-module__vAULUW__principleDesc{color:var(--color-text-muted);font-size:.875rem;line-height:1.65}.About-module__vAULUW__quote{letter-spacing:-.01em;color:var(--color-text-muted);border-left:2px solid var(--color-border-strong);max-width:780px;padding-left:1.75rem;font-size:clamp(1.125rem,2.2vw,1.5rem);font-style:italic;font-weight:300;line-height:1.5}@media (max-width:1024px){.About-module__vAULUW__principlesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:780px){.About-module__vAULUW__grid{grid-template-columns:1fr;gap:3rem}.About-module__vAULUW__sideColumn{position:static}}@media (max-width:560px){.About-module__vAULUW__principlesGrid{grid-template-columns:1fr}.About-module__vAULUW__statsGrid{grid-template-columns:repeat(2,1fr)}}
.Projects-module__2BoJ-q__section{border-top:1px solid var(--color-border);padding:7rem 0 6rem}.Projects-module__2BoJ-q__container{max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}.Projects-module__2BoJ-q__sectionHeader{grid-template-columns:auto 1fr;align-items:start;gap:4rem;margin-bottom:4.5rem;display:grid}.Projects-module__2BoJ-q__sectionLabel{flex-direction:column;gap:.5rem;padding-top:.375rem;display:flex}.Projects-module__2BoJ-q__labelNumber{font-family:var(--font-mono);color:var(--color-text-placeholder);letter-spacing:.05em;font-size:.75rem}.Projects-module__2BoJ-q__labelText{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);white-space:nowrap;font-size:.8125rem;font-weight:500}.Projects-module__2BoJ-q__headerContent{flex-direction:column;gap:.875rem;display:flex}.Projects-module__2BoJ-q__sectionHeading{letter-spacing:-.025em;color:var(--color-text);font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:300;line-height:1.1}.Projects-module__2BoJ-q__sectionSubtext{color:var(--color-text-muted);max-width:580px;font-size:1rem;line-height:1.7}.Projects-module__2BoJ-q__projectList{border:1px solid var(--color-border);border-radius:var(--radius-xl);flex-direction:column;gap:2px;display:flex;overflow:hidden}.Projects-module__2BoJ-q__projectCard{background:var(--color-bg);min-height:540px;transition:background var(--transition-fast);grid-template-columns:1fr 1fr;display:grid}.Projects-module__2BoJ-q__projectCard:not(:last-child){border-bottom:1px solid var(--color-border)}.Projects-module__2BoJ-q__projectCardReverse{direction:rtl}.Projects-module__2BoJ-q__projectCardReverse>*{direction:ltr}.Projects-module__2BoJ-q__illustrationPanel{background:var(--color-inverse-bg);flex-direction:column;display:flex;position:relative;overflow:hidden}.Projects-module__2BoJ-q__browserChrome{background:#ffffff0a;border-bottom:1px solid #ffffff12;flex-shrink:0;align-items:center;gap:0;height:38px;padding:0 1rem;display:flex}.Projects-module__2BoJ-q__chromeDots{flex-shrink:0;align-items:center;gap:5px;display:flex}.Projects-module__2BoJ-q__chromeDot{background:#ffffff26;border-radius:50%;width:10px;height:10px}.Projects-module__2BoJ-q__chromeUrl{font-family:var(--font-mono);color:#ffffff59;letter-spacing:.01em;flex:1;justify-content:center;align-items:center;gap:.375rem;font-size:.7rem;display:flex}.Projects-module__2BoJ-q__chromeLock{opacity:.5;font-size:.6rem}.Projects-module__2BoJ-q__chromeActions{flex-shrink:0;width:52px}.Projects-module__2BoJ-q__illustrationArea{flex:1;justify-content:center;align-items:center;padding:0;display:flex;overflow:hidden}.Projects-module__2BoJ-q__illustration{object-fit:contain;width:100%;height:100%}.Projects-module__2BoJ-q__textPanel{border-left:1px solid var(--color-border);align-items:center;display:flex}.Projects-module__2BoJ-q__projectCardReverse .Projects-module__2BoJ-q__textPanel{border-left:none;border-right:1px solid var(--color-border)}.Projects-module__2BoJ-q__textPanelInner{flex-direction:column;gap:1.25rem;width:100%;padding:2.5rem 2.25rem;display:flex}.Projects-module__2BoJ-q__cardMeta{justify-content:space-between;align-items:center;gap:1rem;display:flex}.Projects-module__2BoJ-q__cardLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);font-size:.75rem;font-weight:500}.Projects-module__2BoJ-q__cardStatus{color:var(--color-text-muted);font-size:.75rem;font-weight:500;font-family:var(--font-mono);align-items:center;gap:.35rem;display:flex}.Projects-module__2BoJ-q__statusDot{background:currentColor;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite Projects-module__2BoJ-q__statusPulse}@keyframes Projects-module__2BoJ-q__statusPulse{0%,to{opacity:1}50%{opacity:.35}}.Projects-module__2BoJ-q__projectName{letter-spacing:-.03em;color:var(--color-text);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:600;line-height:1}.Projects-module__2BoJ-q__projectTagline{color:var(--color-text-secondary);font-size:1rem;font-style:italic;line-height:1.4}.Projects-module__2BoJ-q__projectDesc{flex-direction:column;gap:.875rem;display:flex}.Projects-module__2BoJ-q__projectDesc p{color:var(--color-text-muted);font-size:.9375rem;line-height:1.7}.Projects-module__2BoJ-q__featureGrid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.Projects-module__2BoJ-q__featureItem{align-items:flex-start;gap:.625rem;display:flex}.Projects-module__2BoJ-q__featureIcon{opacity:.7;flex-shrink:0;font-size:.875rem;line-height:1.6}.Projects-module__2BoJ-q__featureLabel{color:var(--color-text);margin-bottom:.125rem;font-size:.8125rem;font-weight:600;line-height:1.4}.Projects-module__2BoJ-q__featureDesc{color:var(--color-text-muted);font-size:.75rem;line-height:1.5}.Projects-module__2BoJ-q__tags{flex-wrap:wrap;gap:.375rem;display:flex}.Projects-module__2BoJ-q__tag{color:var(--color-text-secondary);background:var(--color-bg-muted);border:1px solid var(--color-border);border-radius:var(--radius-full);letter-spacing:.01em;padding:.25rem .625rem;font-size:.75rem;font-weight:500}.Projects-module__2BoJ-q__cta{color:var(--color-inverse-text);background:var(--color-inverse-bg);border-radius:var(--radius-lg);transition:opacity var(--transition-fast), transform var(--transition-fast);align-self:flex-start;align-items:center;gap:.5rem;padding:.75rem 1.375rem;font-size:.9375rem;font-weight:500;display:inline-flex}.Projects-module__2BoJ-q__cta:hover{opacity:.82;transform:translateY(-1px)}.Projects-module__2BoJ-q__ctaArrow{transition:transform var(--transition-fast)}.Projects-module__2BoJ-q__cta:hover .Projects-module__2BoJ-q__ctaArrow{transform:translate(4px)}@media (max-width:900px){.Projects-module__2BoJ-q__projectCard{grid-template-columns:1fr;min-height:auto}.Projects-module__2BoJ-q__projectCardReverse{direction:ltr}.Projects-module__2BoJ-q__illustrationPanel{min-height:280px}.Projects-module__2BoJ-q__textPanel{border-left:none;border-top:1px solid var(--color-border)}.Projects-module__2BoJ-q__projectCardReverse .Projects-module__2BoJ-q__textPanel{border-right:none;border-top:1px solid var(--color-border)}.Projects-module__2BoJ-q__featureGrid{grid-template-columns:1fr}.Projects-module__2BoJ-q__sectionHeader{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:560px){.Projects-module__2BoJ-q__textPanelInner{padding:1.75rem 1.25rem}}
.ComingSoon-module__U9bt1W__section{border-top:1px solid var(--color-border);padding:7rem 0 6rem}.ComingSoon-module__U9bt1W__container{max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}.ComingSoon-module__U9bt1W__sectionLabel{align-items:center;gap:.75rem;margin-bottom:2rem;display:flex}.ComingSoon-module__U9bt1W__labelNumber{font-family:var(--font-mono);color:var(--color-text-placeholder);letter-spacing:.05em;font-size:.75rem}.ComingSoon-module__U9bt1W__labelText{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);font-size:.8125rem;font-weight:500}.ComingSoon-module__U9bt1W__headerRow{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:3.5rem;display:flex}.ComingSoon-module__U9bt1W__heading{letter-spacing:-.025em;color:var(--color-text);margin-bottom:.875rem;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:300;line-height:1.1}.ComingSoon-module__U9bt1W__subtext{color:var(--color-text-muted);max-width:560px;font-size:1rem;line-height:1.7}.ComingSoon-module__U9bt1W__notifyBtn{color:var(--color-text-secondary);background:var(--color-bg-muted);border:1px solid var(--color-border);border-radius:var(--radius-full);white-space:nowrap;transition:background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);flex-shrink:0;align-items:center;gap:.5rem;padding:.5625rem 1.125rem;font-size:.875rem;font-weight:500;display:inline-flex}.ComingSoon-module__U9bt1W__notifyBtn:hover{background:var(--color-inverse-bg);border-color:var(--color-inverse-bg);color:var(--color-inverse-text)}.ComingSoon-module__U9bt1W__cardsGrid{background:var(--color-border);border:1px solid var(--color-border);border-radius:var(--radius-xl);grid-template-columns:repeat(3,1fr);gap:1px;margin-bottom:3rem;display:grid;overflow:hidden}.ComingSoon-module__U9bt1W__card{background:var(--color-bg-subtle);transition:background var(--transition-base);flex-direction:column;display:flex;position:relative;overflow:hidden}.ComingSoon-module__U9bt1W__card:hover{background:var(--color-bg-muted)}.ComingSoon-module__U9bt1W__cardImageArea{background:var(--color-bg-subtle);flex-shrink:0;width:100%;height:220px;position:relative;overflow:hidden}.ComingSoon-module__U9bt1W__cardImg{object-fit:cover;width:100%;height:100%;display:block}.ComingSoon-module__U9bt1W__codeBg{pointer-events:none;flex-direction:column;justify-content:center;gap:.5rem;padding:2rem 1.5rem;display:flex;position:absolute;inset:0;overflow:hidden}.ComingSoon-module__U9bt1W__codeLine{font-family:var(--font-mono);color:var(--color-text);white-space:nowrap;font-size:.7rem;display:block}.ComingSoon-module__U9bt1W__dotsBg{background-image:radial-gradient(circle, var(--color-border-strong) 1.5px, transparent 1.5px);opacity:.45;pointer-events:none;background-size:18px 18px;position:absolute;inset:0}.ComingSoon-module__U9bt1W__gridBg{background-image:linear-gradient(var(--color-border) 1px, transparent 1px), linear-gradient(90deg, var(--color-border) 1px, transparent 1px);opacity:.5;pointer-events:none;background-size:22px 22px;position:absolute;inset:0}.ComingSoon-module__U9bt1W__lockArea{z-index:2;position:absolute;top:1rem;right:1.25rem}.ComingSoon-module__U9bt1W__lockIcon{opacity:.9;font-size:1.5rem;font-family:var(--font-mono);color:var(--color-text);transition:opacity var(--transition-base);font-weight:700;line-height:1}.ComingSoon-module__U9bt1W__lockIconChar{font-size:1.5rem;font-family:var(--font-mono);color:var(--color-text);font-weight:700;line-height:1}.ComingSoon-module__U9bt1W__lockIconImg{object-fit:contain;width:2rem;height:2rem;display:block}.ComingSoon-module__U9bt1W__card:hover .ComingSoon-module__U9bt1W__lockIcon{opacity:.2}.ComingSoon-module__U9bt1W__modalOverlay{z-index:1000;cursor:zoom-out;background:#000000d9;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.ComingSoon-module__U9bt1W__modalImg{object-fit:contain;border-radius:var(--radius-xl,12px);cursor:default;max-width:90vw;max-height:85vh;box-shadow:0 25px 80px #0009}.ComingSoon-module__U9bt1W__modalClose{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;font-size:1.125rem;transition:background .15s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.ComingSoon-module__U9bt1W__modalClose:hover{background:#fff3}.ComingSoon-module__U9bt1W__cardContent{z-index:1;flex-direction:column;gap:1rem;padding:1.75rem;display:flex;position:relative}.ComingSoon-module__U9bt1W__cardMeta{z-index:2;background:linear-gradient(#0000,#0009);justify-content:space-between;align-items:center;gap:.75rem;padding:2rem 1.75rem .875rem;display:flex;position:absolute;bottom:0;left:0;right:0}.ComingSoon-module__U9bt1W__cardCategory{text-transform:uppercase;letter-spacing:.09em;color:var(--color-text-muted);font-size:.6875rem;font-weight:600}.ComingSoon-module__U9bt1W__cardEta{font-family:var(--font-mono);color:var(--color-text-placeholder);letter-spacing:.04em;font-size:.6875rem}.ComingSoon-module__U9bt1W__cardTeaser{letter-spacing:-.01em;color:var(--color-text);font-size:1.0625rem;font-weight:500;line-height:1.4}.ComingSoon-module__U9bt1W__cardHint{color:var(--color-text-muted);font-size:.875rem;line-height:1.65}.ComingSoon-module__U9bt1W__cardFooter{padding-top:.25rem}.ComingSoon-module__U9bt1W__cardNotify{color:var(--color-text-secondary);border-bottom:1px solid var(--color-border-strong);transition:color var(--transition-fast), border-color var(--transition-fast);align-items:center;gap:.375rem;padding-bottom:1px;font-size:.8125rem;font-weight:500;display:inline-flex}.ComingSoon-module__U9bt1W__cardNotify:hover{color:var(--color-text);border-color:var(--color-text)}.ComingSoon-module__U9bt1W__cardNotify span{transition:transform var(--transition-fast)}.ComingSoon-module__U9bt1W__cardNotify:hover span{transform:translate(4px)}.ComingSoon-module__U9bt1W__bottomNote{border-top:1px solid var(--color-border);padding-top:2rem}.ComingSoon-module__U9bt1W__bottomNote p{color:var(--color-text-muted);max-width:600px;font-size:.9375rem;line-height:1.6}@media (max-width:900px){.ComingSoon-module__U9bt1W__cardsGrid{grid-template-columns:1fr}.ComingSoon-module__U9bt1W__cardImageArea{height:180px}.ComingSoon-module__U9bt1W__headerRow{flex-direction:column;align-items:flex-start}}@media (max-width:640px){.ComingSoon-module__U9bt1W__headerRow{gap:1.25rem}}
.Footer-module__S6Hkya__footer{background:var(--color-bg-subtle);color:var(--color-inverse-text);border-top:1px solid var(--color-border);padding:5rem 0 2.5rem}.Footer-module__S6Hkya__container{max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}.Footer-module__S6Hkya__top{grid-template-columns:1fr auto;gap:5rem;margin-bottom:3rem;display:grid}.Footer-module__S6Hkya__brand{flex-direction:column;gap:1rem;max-width:380px;display:flex}.Footer-module__S6Hkya__brandLogo{font-family:var(--font-mono);color:#f0f0f0;letter-spacing:-.01em;font-size:1.0625rem;font-weight:600}.Footer-module__S6Hkya__brandTagline{color:var(--color-inverse-secondary);font-size:.9375rem;line-height:1.7}.Footer-module__S6Hkya__brandMono{font-family:var(--font-mono);color:var(--color-inverse-muted);letter-spacing:.04em;margin-top:.25rem;font-size:.6875rem}.Footer-module__S6Hkya__linksRow{align-items:flex-start;gap:4rem;display:flex}.Footer-module__S6Hkya__linksGroup{flex-direction:column;gap:1rem;display:flex}.Footer-module__S6Hkya__groupLabel{text-transform:uppercase;letter-spacing:.09em;color:var(--color-inverse-muted);font-size:.6875rem;font-weight:600}.Footer-module__S6Hkya__linksList{flex-direction:column;gap:.625rem;list-style:none;display:flex}.Footer-module__S6Hkya__link{color:var(--color-inverse-secondary);transition:color var(--transition-fast);font-size:.9375rem}.Footer-module__S6Hkya__link:hover{color:var(--color-inverse-text)}.Footer-module__S6Hkya__divider{background:var(--color-inverse-border);height:1px;margin-bottom:2rem}.Footer-module__S6Hkya__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.Footer-module__S6Hkya__copyright{color:var(--color-inverse-muted);font-size:.8125rem}.Footer-module__S6Hkya__disclaimer{color:var(--color-inverse-muted);opacity:.6;font-size:.75rem}@media (max-width:780px){.Footer-module__S6Hkya__top{grid-template-columns:1fr;gap:3rem}.Footer-module__S6Hkya__linksRow{gap:2.5rem}}@media (max-width:480px){.Footer-module__S6Hkya__bottom{flex-direction:column;align-items:flex-start;gap:.5rem}}
