.glow-divider{width:90%;height:1px;margin:auto;background:linear-gradient(90deg,rgba(0,0,0,0),#2294ed,#00ffff,#2294ed,rgba(0,0,0,0));background-size:200% 100%;animation:glowWave 3s ease-in-out infinite;filter:drop-shadow(0 0 6px #2294ed) drop-shadow(0 0 12px #2294ed);border-radius:2px}@keyframes glowWave{0%{background-position:0 50%;filter:drop-shadow(0 0 2px #2294ed) drop-shadow(0 0 3px #2294ed)}50%{background-position:100% 50%;filter:drop-shadow(0 0 5px #2294ed) drop-shadow(0 0 8px #2294ed)}to{background-position:0 50%;filter:drop-shadow(0 0 2px #2294ed) drop-shadow(0 0 3px #2294ed)}}.aero-hud-overlay{position:fixed;inset:0;z-index:1;pointer-events:none;overflow:hidden}.aero-hud-overlay svg{display:block;width:100%;height:100%}.aero-hud-ops{--aero-hud-line:rgba(0,255,229,0.55);--aero-hud-bright:#00ffe5}.aero-hud-link{stroke:var(--aero-hud-line);stroke-width:1;stroke-linecap:round;stroke-dasharray:6 18;animation:aeroHudLinkFlow 2.4s linear infinite}.aero-hud-link--v{stroke:url(#aeroHudPulseV);stroke-dasharray:24 48;animation:aeroHudPulseV 3s ease-in-out infinite}.aero-hud-link--h{stroke:url(#aeroHudPulseH);stroke-dasharray:24 48;animation:aeroHudPulseH 3s ease-in-out infinite}.aero-hud-link--delay-1{animation-delay:-1.5s}.aero-hud-link--delay-2{animation-delay:-.75s}.aero-hud-wing{stroke:rgba(0,255,229,.35);stroke-width:1;stroke-dasharray:4 12;animation:aeroHudLinkFlow 1.8s linear infinite}.aero-hud-wing--left{animation-direction:reverse}.aero-hud-axis{stroke:rgba(0,255,229,.7);stroke-width:1;animation:aeroHudAxisPulse 2s ease-in-out infinite}.aero-hud-sweep{stroke:rgba(0,255,229,.45);stroke-width:1;stroke-linecap:round;transform-origin:512px 288px;animation:aeroHudSweep 8s linear infinite}@keyframes aeroHudNodeBlink{0%,to{opacity:.2;transform:scale(.75)}50%{opacity:1;transform:scale(1.35)}}.aero-hud-node{fill:var(--aero-hud-bright);opacity:.35;transform-box:fill-box;transform-origin:center;animation:aeroHudNodeBlink 2.4s ease-in-out infinite}.aero-hud-node--2{animation-delay:-.6s}.aero-hud-node--3{animation-delay:-1.2s}.aero-hud-node--4{animation-delay:-1.8s}.aero-hud-gauge-dot{fill:rgba(0,255,229,.25);animation:aeroHudGaugeTick 1.8s ease-in-out infinite}.aero-hud-gauge--right .aero-hud-gauge-dot{animation-direction:reverse}@keyframes aeroHudLinkFlow{to{stroke-dashoffset:-32}}@keyframes aeroHudPulseH{0%,to{stroke-dashoffset:72;opacity:.5}50%{stroke-dashoffset:0;opacity:1}}@keyframes aeroHudPulseV{0%,to{stroke-dashoffset:-72;opacity:.5}50%{stroke-dashoffset:0;opacity:1}}@keyframes aeroHudAxisPulse{0%,to{opacity:.45}50%{opacity:1}}@keyframes aeroHudSweep{0%{transform:rotate(0deg);opacity:.15}10%{opacity:.55}90%{opacity:.55}to{transform:rotate(1turn);opacity:.15}}@keyframes aeroHudGaugeTick{0%,to{fill:rgba(0,255,229,.15);opacity:.4}50%{fill:#00ffe5;opacity:1}}@media (prefers-reduced-motion:reduce){.aero-hud-overlay svg *{animation:none!important}.aero-hud-link,.aero-hud-wing{stroke-dashoffset:0;opacity:.6}}@media (max-width:768px){.aero-hud-gauge,.aero-hud-wing{opacity:.65}}.aero-outer-brackets{position:fixed;inset:0;z-index:1;pointer-events:none}.aero-outer-bracket{position:absolute;color:#00f2ff;filter:drop-shadow(0 0 5px rgba(0,242,255,.5)) drop-shadow(0 0 14px rgba(0,242,255,.2))}.aero-outer-bracket__path{fill:none;stroke:currentColor;stroke-width:1.2;stroke-linecap:square;stroke-dasharray:90;stroke-dashoffset:90;animation:aeroOuterBracketDraw 5.5s ease-in-out infinite}.aero-outer-bracket--tl{top:clamp(.65rem,1.5vh,1rem);left:clamp(.65rem,1.5vw,1rem)}.aero-outer-bracket--tr{top:clamp(.65rem,1.5vh,1rem);right:clamp(.65rem,1.5vw,1rem);transform:scaleX(-1)}.aero-outer-bracket--bl{bottom:clamp(.65rem,1.5vh,1rem);left:clamp(.65rem,1.5vw,1rem);transform:scaleY(-1)}.aero-outer-bracket--br{bottom:clamp(.65rem,1.5vh,1rem);right:clamp(.65rem,1.5vw,1rem);transform:scale(-1)}.aero-outer-bracket--tr .aero-outer-bracket__path{animation-delay:-1.4s}.aero-outer-bracket--bl .aero-outer-bracket__path{animation-delay:-2.8s}.aero-outer-bracket--br .aero-outer-bracket__path{animation-delay:-4.2s}@keyframes aeroOuterBracketDraw{0%,18%{stroke-dashoffset:90;opacity:.25}42%,68%{stroke-dashoffset:0;opacity:.9}to{stroke-dashoffset:-90;opacity:.25}}@media (prefers-reduced-motion:reduce){.aero-outer-bracket__path{animation:none;stroke-dashoffset:0;opacity:.75}}.aero-airspeed{position:fixed;top:clamp(4.5rem,8vh,5.75rem);right:clamp(.75rem,2vw,1.75rem);z-index:1;pointer-events:none;font-family:var(--font-geist-mono),"Roboto Mono",ui-monospace,monospace;transition:color .35s ease,filter .35s ease}.aero-airspeed__cluster{position:relative;display:flex;flex-direction:column;align-items:flex-end;gap:.35rem}.aero-airspeed__frame{position:relative;width:clamp(168px,18vw,220px)}.aero-airspeed__bracket{display:block;width:100%;height:auto;color:inherit}.aero-airspeed__panel{position:absolute;inset:10px 14px 10px 18px;display:grid;grid-template-columns:10px 28px 1fr 22px;align-items:center;gap:6px}.aero-airspeed__comb{display:flex;flex-direction:column;justify-content:center;gap:3px;height:100%}.aero-airspeed__comb-seg{display:block;height:1px;width:100%;background:linear-gradient(90deg,transparent,currentColor 40%,currentColor)}.aero-airspeed__tape{position:relative;display:flex;flex-direction:column;align-items:flex-end;gap:2px;height:52px;overflow:hidden;-webkit-mask-image:linear-gradient(180deg,transparent,#000 25%,#000 75%,transparent);mask-image:linear-gradient(180deg,transparent,#000 25%,#000 75%,transparent);transition:transform .08s linear}.aero-airspeed__tape-mark{font-size:.55rem;letter-spacing:.04em;line-height:1;color:currentColor;opacity:.28;transition:opacity .2s ease}.aero-airspeed__tape-mark.is-active{opacity:.62}.aero-airspeed__readout{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;min-width:0}.aero-airspeed__label{font-size:.52rem;letter-spacing:.22em;text-transform:uppercase;color:currentColor;opacity:.55;margin-bottom:.15rem}.aero-airspeed__value{font-size:clamp(1.55rem,2.4vw,2rem);font-weight:600;letter-spacing:.06em;line-height:1;font-variant-numeric:tabular-nums;transition:color .35s ease,text-shadow .35s ease}.aero-airspeed__ring{width:22px;height:22px;color:inherit;align-self:center}.aero-airspeed__ring-arc{animation:aeroAirspeedRing 2.4s linear infinite;transform-origin:12px 12px}.aero-airspeed__aux{font-size:.58rem;letter-spacing:.08em;color:currentColor;opacity:.38}.aero-airspeed__aux--top{margin-right:1.25rem}.aero-airspeed__aux--bottom{margin-right:2.5rem}.aero-airspeed__unit{font-size:.5rem;letter-spacing:.18em;text-transform:uppercase;color:currentColor;opacity:.42;margin-right:.5rem}.aero-airspeed__regimes{width:clamp(168px,18vw,220px);display:flex;flex-direction:column;gap:.35rem;margin-top:.15rem}.aero-airspeed__regime-track{position:relative;height:3px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden}.aero-airspeed__regime-fill{display:block;height:100%;border-radius:inherit;transition:width .35s ease,background .35s ease,box-shadow .35s ease}.aero-airspeed__regime-threshold{position:absolute;top:-2px;width:1px;height:7px;background:rgba(255,255,255,.35)}.aero-airspeed__regime-threshold--m1{left:calc(((1 - .72) / (6.05 - .72)) * 100%)}.aero-airspeed__regime-threshold--m5{left:calc(((5 - .72) / (6.05 - .72)) * 100%)}.aero-airspeed__regime-labels{display:grid;grid-template-columns:repeat(3,1fr);gap:.25rem}.aero-airspeed__regime{font-size:.44rem;letter-spacing:.1em;text-align:center;padding:.2rem .15rem;border:1px solid;border-radius:2px;transition:color .35s ease,border-color .35s ease,text-shadow .35s ease,opacity .35s ease}.aero-airspeed__regime.is-active{font-weight:600}.aero-airspeed__tick-line{position:absolute;left:-4.5rem;top:50%;width:80px;height:24px;transform:translateY(-50%);color:inherit;opacity:.7}@keyframes aeroAirspeedRing{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.aero-airspeed{top:4.25rem;right:.5rem;transform:scale(.88);transform-origin:top right}.aero-airspeed__regime{font-size:.38rem;letter-spacing:.06em}.aero-airspeed__tick-line{display:none}}@media (prefers-reduced-motion:reduce){.aero-airspeed__ring-arc{animation:none}.aero-airspeed__tape{transition:none}}.aero-flight-map{position:fixed;top:clamp(4.5rem,8vh,5.75rem);left:clamp(.75rem,2vw,1.75rem);z-index:1;pointer-events:none;font-family:var(--font-geist-mono),"Roboto Mono",ui-monospace,monospace;color:var(--aero-map-accent,#00f2ff);filter:drop-shadow(0 0 6px rgba(0,242,255,.35))}.aero-flight-map__frame{position:relative;width:clamp(190px,20vw,248px);padding:.55rem .65rem .65rem;background:linear-gradient(135deg,rgba(163,213,255,.06),rgba(15,23,42,.09));backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(87,117,146,.38);border-radius:.65rem;box-shadow:inset 0 0 22px rgba(163,213,255,.1),0 0 14px rgba(87,117,146,.22);overflow:hidden}.aero-flight-map__edge{position:absolute;pointer-events:none;z-index:2}.aero-flight-map__edge--top{top:0;left:0;right:0;height:28%;background:linear-gradient(180deg,rgba(3,5,8,.72),transparent)}.aero-flight-map__edge--bottom{bottom:0;left:0;right:0;height:32%;background:linear-gradient(0deg,rgba(3,5,8,.78),transparent)}.aero-flight-map__edge--left{top:0;bottom:0;left:0;width:22%;background:linear-gradient(90deg,rgba(3,5,8,.65),transparent)}.aero-flight-map__edge--right{top:0;bottom:0;right:0;width:22%;background:linear-gradient(270deg,rgba(3,5,8,.65),transparent)}.aero-flight-map__header{display:flex;justify-content:space-between;align-items:center;font-size:.48rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(0,242,255,.55);margin-bottom:.35rem;padding:0 .1rem}.aero-flight-map__header-tag{letter-spacing:.12em;animation:aeroMapBlink 2.4s ease-in-out infinite}.aero-flight-map__svg{display:block;width:100%;height:auto;aspect-ratio:200/160;-webkit-mask-image:radial-gradient(ellipse 88% 78% at 50% 52%,#000 35%,transparent 100%);mask-image:radial-gradient(ellipse 88% 78% at 50% 52%,#000 35%,transparent 100%)}.aero-flight-map__grid{stroke:rgba(0,242,255,.05);stroke-width:.45}.aero-flight-map__contour{fill:none;stroke:rgba(120,180,130,.55);stroke-width:.55;stroke-linecap:round;stroke-linejoin:round}.aero-flight-map__route{fill:none;stroke:rgba(0,242,255,.14);stroke-width:.7;stroke-linecap:round;stroke-linejoin:round}.aero-flight-map__route-glow{fill:none;stroke:url(#aeroMapRouteGlow);stroke-width:1.4;opacity:.65}.aero-flight-map__route-active{fill:none;stroke:currentColor;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;opacity:.7}.aero-flight-map__craft{fill:currentColor;filter:drop-shadow(0 0 3px currentColor);transition:opacity .45s ease}.aero-flight-map__bogey{fill:rgba(255,92,72,.75);stroke:rgba(255,140,100,.85);stroke-width:.45;filter:drop-shadow(0 0 3px rgba(255,80,60,.45))}.aero-flight-map__bogey-label{fill:rgba(255,130,100,.85);font-size:5px;letter-spacing:.06em;font-family:var(--font-geist-mono),"Roboto Mono",ui-monospace,monospace}.aero-flight-map__craft-spine{fill:none;stroke:currentColor;stroke-width:.6;opacity:.65}.aero-flight-map__pulse{fill:none;stroke:currentColor;stroke-width:.5;animation:aeroMapPulse 2.2s ease-out infinite}.aero-flight-map__readouts{display:grid;grid-template-columns:1fr 1fr;gap:.2rem .5rem;margin-top:.35rem;font-size:.46rem;letter-spacing:.08em;color:rgba(0,242,255,.62)}@keyframes aeroMapBlink{0%,to{opacity:.35}50%{opacity:1}}@keyframes aeroMapPulse{0%{r:6;opacity:.55}to{r:22;opacity:0}}@media (max-width:768px){.aero-flight-map{top:4.25rem;left:.5rem;transform:scale(.86);transform-origin:top left}}@media (prefers-reduced-motion:reduce){.aero-flight-map__header-tag,.aero-flight-map__pulse{animation:none}}.aero-site{position:relative;isolation:isolate;min-height:100vh;background-color:#030508}.aero-site:after,.aero-site:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:0}.aero-site:before{background-color:#030508;background-image:url(/aero/hud-background.png);background-position:50%;background-size:cover;background-repeat:no-repeat;background-attachment:fixed;filter:contrast(1.35) brightness(1.12) saturate(1.2);z-index:0}.aero-site:after{z-index:2;background:linear-gradient(180deg,rgba(3,5,8,.72),rgba(3,5,8,.32) 22%,rgba(3,5,8,.12) 50%,rgba(3,5,8,.32) 78%,rgba(3,5,8,.78)),radial-gradient(ellipse 90% 70% at 50% 50%,rgba(3,5,8,.03) 0,rgba(3,5,8,.35) 100%)}.aero-site>.relative{position:relative;z-index:10}@media (max-width:768px){.aero-site:before{background-attachment:scroll;background-position:top}.aero-site:after{background:linear-gradient(180deg,rgba(3,5,8,.82),rgba(3,5,8,.4) 30%,rgba(3,5,8,.4) 70%,rgba(3,5,8,.85))}}.aero-site .aero-content{--aero-glass-from:rgba(163,213,255,0.07);--aero-glass-to:rgba(15,23,42,0.1);--aero-glass-border:rgba(87,117,146,0.42);--aero-glass-inset:rgba(163,213,255,0.12);--aero-glass-glow:rgba(87,117,146,0.28);--aero-text:rgba(255,255,255,0.82);--aero-text-muted:rgba(203,213,225,0.72)}.aero-glass-panel,.aero-site .aero-content main .flex-1:has(h1,h2,p):not(:has(img,picture,video)),.aero-site .aero-content main [class*="bg-black/6"],.aero-site .aero-content main [class*="bg-black/7"],.aero-site .aero-content main [class*="bg-black/8"],.aero-site .aero-content main div.bg-gray-900,.aero-site .aero-content main div[class*="from-[#1e293b]"],.aero-site .aero-content main header .flex-1:has(h1,h2,p),.aero-site .aero-content main section.container,.aero-site .aero-content main section.max-w-4xl,.aero-site .aero-content main section.max-w-5xl,.aero-site .aero-content main section.max-w-6xl,.aero-site .aero-content main section.max-w-7xl,.aero-site .aero-content main section[id]:not(.aero-no-glass){background:linear-gradient(to bottom left,var(--aero-glass-from),var(--aero-glass-to))!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--aero-glass-border);border-radius:1rem;box-shadow:inset 0 0 25px var(--aero-glass-inset),0 0 12px var(--aero-glass-glow)}.aero-glass-panel,.aero-site .aero-content main .flex-1:has(h1,h2,p):not(:has(img,picture,video)),.aero-site .aero-content main [class*="bg-black/6"],.aero-site .aero-content main [class*="bg-black/7"],.aero-site .aero-content main [class*="bg-black/8"],.aero-site .aero-content main header .flex-1:has(h1,h2,p),.aero-site .aero-content main section.container,.aero-site .aero-content main section.max-w-4xl,.aero-site .aero-content main section.max-w-5xl,.aero-site .aero-content main section.max-w-6xl,.aero-site .aero-content main section.max-w-7xl,.aero-site .aero-content main section[id]:not(.aero-no-glass){padding:1.25rem 1.5rem}.aero-site .aero-content main div[class*="from-[#1e293b]"]{padding:1rem 1.25rem}.aero-site .aero-content main section.bg-gradient-to-b,.aero-site .aero-content main section.bg-gradient-to-br,.aero-site .aero-content main section[class*=from-black],.aero-site .aero-content main section[class*=to-black],.aero-site .aero-content main section[class*=via-gray-900],.aero-site .aero-content section.bg-gradient-to-b,.aero-site .aero-content section.bg-gradient-to-br,.aero-site .aero-content section[class*=from-black],.aero-site .aero-content section[class*=to-black],.aero-site .aero-content section[class*=via-gray-900]{background:transparent!important;background-image:none!important}.aero-site .aero-content main section.bg-black:not([class*="h-["]),.aero-site .aero-content section.bg-black:not([class*="h-["]){background:linear-gradient(to bottom left,var(--aero-glass-from),var(--aero-glass-to))!important;background-image:linear-gradient(to bottom left,var(--aero-glass-from),var(--aero-glass-to))!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--aero-glass-border);border-radius:1rem;box-shadow:inset 0 0 25px var(--aero-glass-inset),0 0 12px var(--aero-glass-glow);padding:1.25rem 1.5rem;margin:1rem auto;max-width:72rem}.aero-site .aero-content main section.bg-black[class*="h-["],.aero-site .aero-content section.bg-black[class*="h-["]{background:transparent!important;background-image:none!important}.aero-site .aero-content main section.bg-gradient-to-b>.container,.aero-site .aero-content main section.bg-gradient-to-br>.container,.aero-site .aero-content main section[class*=from-black]>.container,.aero-site .aero-content main section[class*=via-gray-900]>.container,.aero-site .aero-content main>section[class*=bg-]:not([class*=max-w])>.container,.aero-site .aero-content main>section[class*=bg-]:not([class*=max-w])>div[class*=mx-auto],.aero-site .aero-content section.bg-gradient-to-b>.container,.aero-site .aero-content section.bg-gradient-to-br>.container,.aero-site .aero-content section[class*=from-black]>.container,.aero-site .aero-content section[class*=via-gray-900]>.container{background:linear-gradient(to bottom left,var(--aero-glass-from),var(--aero-glass-to));backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--aero-glass-border);border-radius:1rem;box-shadow:inset 0 0 25px var(--aero-glass-inset),0 0 12px var(--aero-glass-glow);padding:1.25rem 1.5rem}.aero-site .aero-content main .text-gray-300,.aero-site .aero-content main li,.aero-site .aero-content main p{color:var(--aero-text-muted)!important}.aero-site .aero-content main .text-white,.aero-site .aero-content main h1,.aero-site .aero-content main h2,.aero-site .aero-content main h3{color:var(--aero-text)}@media (max-width:768px){.aero-site .aero-content main header .flex-1:has(h1,h2,p),.aero-site .aero-content main section.max-w-4xl,.aero-site .aero-content main section.max-w-5xl,.aero-site .aero-content main section.max-w-6xl,.aero-site .aero-content main section.max-w-7xl{padding:1rem;border-radius:.75rem}}.brand-site{position:relative;isolation:isolate;min-height:100vh;background-color:#030508}.brand-site:after,.brand-site:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:0}.brand-site:before{background-color:#030508;background-image:url(/brand/hud-background.png);background-position:50%;background-size:cover;background-repeat:no-repeat;background-attachment:fixed;filter:contrast(1.3) brightness(1.08) saturate(1.15)}.brand-site:after{z-index:2;backdrop-filter:blur(1px) saturate(1.05);-webkit-backdrop-filter:blur(1px) saturate(1.05);background:linear-gradient(180deg,rgba(3,5,8,.88),rgba(3,5,8,.42) 24%,rgba(3,5,8,.22) 50%,rgba(3,5,8,.42) 76%,rgba(3,5,8,.92)),radial-gradient(ellipse 85% 65% at 50% 45%,rgba(0,242,255,.03) 0,rgba(3,5,8,.58) 100%)}.brand-site>.relative{position:relative;z-index:10}@media (max-width:768px){.brand-site:before{background-attachment:scroll;background-position:top}.brand-site:after{background:linear-gradient(180deg,rgba(3,5,8,.92),rgba(3,5,8,.58) 35%,rgba(3,5,8,.58) 65%,rgba(3,5,8,.94))}}.brand-site{--aero-glass-from:rgba(163,213,255,0.07);--aero-glass-to:rgba(15,23,42,0.1);--aero-glass-border:rgba(87,117,146,0.42);--aero-glass-inset:rgba(163,213,255,0.12);--aero-glass-glow:rgba(87,117,146,0.28);--aero-text:rgba(255,255,255,0.82);--aero-text-muted:rgba(203,213,225,0.72)}.brand-site .aero-glass-panel,footer .aero-glass-panel{background:linear-gradient(to bottom left,var(--aero-glass-from),var(--aero-glass-to))!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--aero-glass-border);border-radius:1rem;box-shadow:inset 0 0 25px var(--aero-glass-inset),0 0 12px var(--aero-glass-glow)}footer{--aero-glass-from:rgba(163,213,255,0.07);--aero-glass-to:rgba(15,23,42,0.1);--aero-glass-border:rgba(87,117,146,0.42);--aero-glass-inset:rgba(163,213,255,0.12);--aero-glass-glow:rgba(87,117,146,0.28)}footer h4{color:rgba(255,255,255,.92)}.brand-site main li,.brand-site main p{color:var(--aero-text-muted)}.brand-site main h1,.brand-site main h2,.brand-site main h3,.brand-site main strong{color:var(--aero-text)}.brand-site main [class*="bg-black/6"],.brand-site main [class*="bg-black/7"],.brand-site main [class*="bg-black/8"],.brand-site main div.bg-gray-800,.brand-site main div.bg-gray-900,.brand-site main section>.container:not(.aero-no-glass),.brand-site main section>.max-w-7xl>.max-w-4xl:not(.aero-glass-panel){background:linear-gradient(to bottom left,var(--aero-glass-from),var(--aero-glass-to))!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--aero-glass-border);border-radius:1rem;box-shadow:inset 0 0 25px var(--aero-glass-inset),0 0 12px var(--aero-glass-glow)}.brand-site main section[class*="bg-[#"]{background:transparent!important}.brand-site main section[class*="bg-[#"]>div{background:linear-gradient(to bottom left,var(--aero-glass-from),var(--aero-glass-to));backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--aero-glass-border);border-radius:1rem;box-shadow:inset 0 0 25px var(--aero-glass-inset),0 0 12px var(--aero-glass-glow);padding:1.5rem 2rem}@media (max-width:768px){.brand-site .aero-glass-panel,footer .aero-glass-panel{border-radius:.75rem}}.brand-tel{--tel-r-outer:clamp(14px,2.4vw,24px);--tel-r-inner:clamp(8px,1.2vw,14px);--tel-r-soft:clamp(10px,1.6vw,16px);--tel-pad:clamp(0.45rem,1.4vw,0.75rem);--tel-gap:clamp(0.35rem,1.2vw,0.65rem);--tel-font-xs:clamp(0.42rem,0.9vw,0.52rem);--tel-font-sm:clamp(0.52rem,1.05vw,0.62rem);--tel-font-md:clamp(0.6rem,1.15vw,0.68rem);--tel-engine:clamp(3rem,7vw,4.5rem);--hud-accent:#00b4ff;--hud-accent-bright:#00e5ff;--hud-accent-dim:#0080ff;--hud-glow:rgba(0,180,255,0.38);--hud-border:rgba(0,180,255,0.28);--hud-bg:linear-gradient(145deg,rgba(0,100,255,0.07),rgba(8,14,28,0.12));--hud-shadow:inset 0 0 24px rgba(0,140,255,0.1),0 0 16px rgba(0,120,255,0.18);position:fixed;inset:0;pointer-events:none;z-index:1;font-family:var(--font-geist-mono),ui-monospace,monospace;color:var(--hud-accent-bright);filter:drop-shadow(0 0 8px var(--hud-glow))}.brand-tel__dock{position:absolute;left:max(.5rem,env(safe-area-inset-left,0px));right:max(.5rem,env(safe-area-inset-right,0px));bottom:max(.5rem,env(safe-area-inset-bottom,0px));display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:var(--tel-gap);align-items:end}.brand-tel__center{justify-self:center;align-self:end;display:flex;flex-direction:column;align-items:stretch;gap:clamp(.22rem,.75vw,.38rem);width:clamp(11rem,28vw,22rem);max-width:min(92vw,22rem)}.brand-tel__center--dual{width:clamp(14rem,34vw,26rem);max-width:min(96vw,26rem)}.brand-tel__event-strip{display:flex;width:100%;gap:0;transition:gap .55s cubic-bezier(.22,1,.36,1)}.brand-tel__event-strip--dual{gap:clamp(.35rem,1vw,.55rem)}.brand-tel__event-strip .brand-tel__event-banner{flex:1 1 100%;min-width:0;transition:flex .55s cubic-bezier(.22,1,.36,1),box-shadow .45s ease,border-color .45s ease}.brand-tel__event-strip--dual .brand-tel__event-banner{flex:1 1 0;animation:brandTelEventSplit .55s cubic-bezier(.22,1,.36,1)}.brand-tel__event-banner--ragam{border-color:rgba(0,180,255,.42);box-shadow:inset 3px 0 0 rgba(0,229,255,.55),var(--hud-shadow)}.brand-tel__event-banner--vajra{border-color:rgba(0,140,255,.42);box-shadow:inset -3px 0 0 rgba(0,200,255,.55),var(--hud-shadow)}.brand-tel__event-strip--dual .brand-tel__event-label{white-space:normal;font-size:clamp(.46rem,.95vw,.58rem);letter-spacing:.1em}@keyframes brandTelEventSplit{0%{opacity:.55;transform:scaleX(.88)}to{opacity:1;transform:scaleX(1)}}.brand-tel__clock{width:100%;display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:clamp(.25rem,1vw,.4rem) clamp(.65rem,2vw,1.25rem);background:var(--hud-bg);border:1px solid var(--hud-border);border-radius:var(--tel-r-soft);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:var(--hud-shadow)}.brand-tel__event-stage{display:block;font-size:clamp(.38rem,.75vw,.46rem);letter-spacing:.22em;color:rgba(0,200,255,.48);font-weight:500}.brand-tel__event-label{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;line-height:1.25}.brand-tel__event-banner{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.12rem;padding:clamp(.28rem,.9vw,.42rem) clamp(.55rem,1.6vw,.95rem);text-align:center;font-size:clamp(.5rem,1.05vw,.68rem);font-weight:600;letter-spacing:.18em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:rgba(0,200,255,.72);background:var(--hud-bg);border:1px solid var(--hud-border);border-radius:var(--tel-r-soft);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:var(--hud-shadow);animation:brandTelEventIn .45s ease-out}.brand-tel__event-banner--highlight{color:var(--hud-accent-bright);border-color:rgba(0,220,255,.45);text-shadow:0 0 10px rgba(0,229,255,.35)}.brand-tel__event-banner--liftoff{font-size:clamp(.58rem,1.25vw,.78rem);letter-spacing:.28em;font-weight:700;color:#fff;border-color:rgba(0,229,255,.55);box-shadow:inset 0 0 20px rgba(0,180,255,.18),0 0 22px rgba(0,160,255,.35);animation:brandTelLiftoff .55s ease-out}.brand-tel__event-banner--countdown,.brand-tel__event-banner--phase{color:rgba(0,200,255,.58);font-weight:500}@keyframes brandTelEventIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes brandTelLiftoff{0%{opacity:0;transform:scale(.94);letter-spacing:.12em}60%{opacity:1;transform:scale(1.03);letter-spacing:.32em}to{opacity:1;transform:scale(1);letter-spacing:.28em}}.brand-tel__clock-time{font-size:clamp(.95rem,2.2vw,1.65rem);font-weight:600;letter-spacing:.06em;line-height:1;color:var(--hud-accent-bright);text-shadow:0 0 12px rgba(0,229,255,.45)}.brand-tel__clock-label{font-size:var(--tel-font-xs);letter-spacing:.28em;color:rgba(0,200,255,.58);text-align:center}.brand-tel__panel{width:100%;max-width:clamp(11rem,28vw,22rem);min-width:0}.brand-tel__panel--left{justify-self:start}.brand-tel__panel--right{justify-self:end}.brand-tel__panel-inner{container-type:inline-size;container-name:tel-panel;padding:var(--tel-pad);background:var(--hud-bg);border:1px solid var(--hud-border);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:var(--hud-shadow)}.brand-tel__panel--left .brand-tel__panel-inner{border-radius:var(--tel-r-inner) var(--tel-r-outer) var(--tel-r-inner) var(--tel-r-outer)}.brand-tel__panel--right .brand-tel__panel-inner{border-radius:var(--tel-r-outer) var(--tel-r-inner) var(--tel-r-outer) var(--tel-r-inner)}.brand-tel__panel-title{margin:0 0 .45rem;font-size:var(--tel-font-xs);letter-spacing:.22em;color:rgba(0,200,255,.58)}.brand-tel__panel-grid{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:var(--tel-gap);align-items:center}.brand-tel__panel-grid--reverse{direction:rtl}.brand-tel__panel-grid--reverse>*{direction:ltr}.brand-tel__engine-ring{display:flex;flex-direction:column;align-items:center;gap:.2rem}.brand-tel__engine-svg{width:var(--tel-engine);height:var(--tel-engine)}.brand-tel__engine-dot{fill:rgba(0,180,255,.22);transition:fill .15s ease}.brand-tel__engine-dot--on{fill:var(--hud-accent-bright);filter:drop-shadow(0 0 4px rgba(0,229,255,.75))}.brand-tel__engine-core{fill:none;stroke:rgba(0,180,255,.28);stroke-width:.8}.brand-tel__engine-label{font-size:var(--tel-font-xs);letter-spacing:.08em;color:rgba(0,200,255,.55);white-space:nowrap}.brand-tel__readouts{display:flex;flex-direction:column;gap:clamp(.2rem,.6vw,.28rem);min-width:0}.brand-tel__row{display:flex;justify-content:space-between;align-items:baseline;gap:.35rem;font-size:var(--tel-font-sm);letter-spacing:.06em}.brand-tel__row span{color:rgba(0,200,255,.55);white-space:nowrap}.brand-tel__row strong{font-weight:600;font-size:var(--tel-font-md);white-space:nowrap;text-align:right;color:var(--hud-accent-bright)}.brand-tel__side-stack{gap:clamp(.25rem,.8vw,.35rem)}.brand-tel__attitude,.brand-tel__side-stack{display:flex;flex-direction:column;align-items:center}.brand-tel__attitude{gap:.1rem}.brand-tel__attitude-svg{width:clamp(2rem,4.5vw,2.4rem);height:clamp(5.2rem,12vw,6.4rem);overflow:visible}.brand-tel__attitude--booster .brand-tel__attitude-svg{height:clamp(7.8rem,18vw,9.6rem)}.brand-tel__crosshair{stroke:rgba(0,180,255,.28);stroke-width:.6}.brand-tel__vehicle{fill:none;stroke:var(--hud-accent-bright);stroke-width:.85;stroke-linejoin:round;stroke-linecap:round;filter:drop-shadow(0 0 3px rgba(0,229,255,.5))}.brand-tel__vehicle ellipse,.brand-tel__vehicle line{stroke-width:.65}.brand-tel__cheese-fin{fill:none;stroke:var(--hud-accent-bright);stroke-width:.75;stroke-linejoin:round}.brand-tel__cheese-fin-slot{stroke:var(--hud-accent-bright);stroke-width:.45;opacity:.72}.brand-tel__attitude-val{font-size:var(--tel-font-xs);color:rgba(0,200,255,.55)}.brand-tel__fuels{display:flex;flex-direction:column;gap:clamp(.18rem,.5vw,.25rem);width:clamp(3.5rem,8vw,4.5rem)}.brand-tel__fuel{display:flex;flex-direction:column;gap:.12rem}.brand-tel__fuel-label{font-size:var(--tel-font-xs);letter-spacing:.12em;color:rgba(0,200,255,.55)}.brand-tel__fuel-track{height:clamp(.28rem,.7vw,.35rem);background:rgba(0,100,255,.12);border:1px solid rgba(0,180,255,.18);border-radius:clamp(2px,.35vw,4px);overflow:hidden}.brand-tel__fuel-fill{height:100%;background:linear-gradient(90deg,var(--hud-accent-dim),var(--hud-accent-bright));border-radius:inherit;box-shadow:0 0 6px rgba(0,229,255,.45);transition:width .35s linear}@container tel-panel (max-width: 240px){.brand-tel__side-stack{display:none}.brand-tel__panel-grid,.brand-tel__panel-grid--reverse{grid-template-columns:auto minmax(0,1fr)}}@container tel-panel (max-width: 168px){.brand-tel__engine-ring{display:none}.brand-tel__panel-grid,.brand-tel__panel-grid--reverse{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.brand-tel__event-banner,.brand-tel__event-banner--liftoff,.brand-tel__event-strip--dual .brand-tel__event-banner{animation:none}.brand-tel__event-strip{transition:none}}@media (max-width:900px){.brand-tel__dock{grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-rows:auto auto}.brand-tel__center{grid-column:1/-1;grid-row:1;margin-bottom:.15rem;max-width:none;width:100%}.brand-tel__panel--left{grid-column:1;grid-row:2}.brand-tel__panel--right{grid-column:2;grid-row:2}.brand-tel__panel{max-width:none}}@media (max-width:520px){.brand-tel__dock{grid-template-columns:1fr;gap:clamp(.3rem,2vw,.5rem)}.brand-tel__panel--left,.brand-tel__panel--right{grid-column:1;justify-self:stretch}.brand-tel__panel--left{grid-row:2}.brand-tel__panel--right{grid-row:3}.brand-tel__panel--left .brand-tel__panel-inner,.brand-tel__panel--right .brand-tel__panel-inner{border-radius:var(--tel-r-soft)}.brand-tel__event-strip--dual .brand-tel__event-label{letter-spacing:.08em;font-size:clamp(.4rem,2.6vw,.5rem)}}.brand-hud-panel{--hud-accent:#00b4ff;--hud-accent-bright:#00e5ff;--hud-accent-dim:#0080ff;--hud-glow:rgba(0,180,255,0.38);pointer-events:none;font-family:var(--font-geist-mono),"Roboto Mono",ui-monospace,monospace;color:var(--hud-accent-bright);filter:drop-shadow(0 0 8px var(--hud-glow))}.brand-hud-panel__frame{position:relative;padding:.55rem .65rem .65rem;background:linear-gradient(145deg,rgba(0,100,255,.07),rgba(8,14,28,.12));backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px);border:1px solid rgba(0,180,255,.28);border-radius:.65rem;box-shadow:inset 0 0 24px rgba(0,140,255,.1),0 0 16px rgba(0,120,255,.18);overflow:hidden}.brand-hud-panel__edge{position:absolute;pointer-events:none;z-index:2}.brand-hud-panel__edge--top{inset:0 0 auto 0;height:28%;background:linear-gradient(180deg,rgba(3,5,12,.75),transparent)}.brand-hud-panel__edge--bottom{inset:auto 0 0 0;height:32%;background:linear-gradient(0deg,rgba(3,5,12,.8),transparent)}.brand-hud-panel__edge--left{inset:0 auto 0 0;width:22%;background:linear-gradient(90deg,rgba(3,5,12,.68),transparent)}.brand-hud-panel__edge--right{inset:0 0 0 auto;width:22%;background:linear-gradient(270deg,rgba(3,5,12,.68),transparent)}.brand-hud-panel__header{display:flex;justify-content:space-between;align-items:center;font-size:.48rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(0,200,255,.58);margin-bottom:.35rem;padding:0 .1rem}.brand-hud-panel__tag{letter-spacing:.12em;animation:brandHudBlink 2.4s ease-in-out infinite}@keyframes brandHudBlink{0%,to{opacity:.35}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.brand-hud-panel__tag{animation:none}}.brand-launch-map{position:fixed;top:clamp(4.5rem,8vh,5.75rem);left:clamp(.75rem,2vw,1.75rem);z-index:1;width:clamp(200px,22vw,272px)}.brand-launch-map .brand-hud-panel__frame{width:100%}.brand-launch-map__svg{display:block;width:100%;height:auto;aspect-ratio:240/200;-webkit-mask-image:radial-gradient(ellipse 88% 78% at 50% 52%,#000 35%,transparent 100%);mask-image:radial-gradient(ellipse 88% 78% at 50% 52%,#000 35%,transparent 100%)}.brand-launch-map__grid{stroke:rgba(0,180,255,.06);stroke-width:.45}.brand-launch-map__lat-line,.brand-launch-map__lon-line{stroke:rgba(0,180,255,.14);stroke-width:.45;stroke-dasharray:2 3}.brand-launch-map__lat-line--major,.brand-launch-map__lon-line--major{stroke:rgba(0,220,255,.32);stroke-width:.6;stroke-dasharray:none}.brand-launch-map__coord-label{fill:rgba(0,200,255,.48);font-size:4.5px;letter-spacing:.06em;font-family:var(--font-geist-mono),ui-monospace,monospace;pointer-events:none}.brand-launch-map__coord-label--lon{fill:rgba(0,200,255,.42)}.brand-launch-map__exclusion-corridor,.brand-launch-map__exclusion-pad{fill:rgba(255,72,48,.1);stroke:rgba(255,110,80,.55);stroke-width:.65;stroke-dasharray:4 3;animation:brandMapExclusionFade 3.2s ease-in-out infinite}.brand-launch-map__exclusion-corridor{animation-delay:.35s}.brand-launch-map__exclusion-label{fill:rgba(255,130,100,.72);font-size:4.5px;letter-spacing:.14em;font-family:var(--font-geist-mono),ui-monospace,monospace;animation:brandMapExclusionFade 3.2s ease-in-out infinite}@keyframes brandMapExclusionFade{0%,to{opacity:.18}50%{opacity:.82}}.brand-launch-map__land{fill:rgba(0,100,255,.08);stroke:rgba(0,180,255,.38);stroke-width:.8;stroke-linejoin:round}.brand-launch-map__contour{fill:none;stroke:rgba(0,160,255,.42);stroke-width:.55;stroke-linecap:round;stroke-linejoin:round}.brand-launch-map__route{fill:none;stroke:rgba(0,180,255,.16);stroke-width:.7;stroke-linecap:round;stroke-linejoin:round}.brand-launch-map__route-glow{fill:none;stroke:url(#brandMapRouteGlow);stroke-width:1.4;opacity:.65}.brand-launch-map__route-active{fill:none;stroke:#00e5ff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;opacity:.75}.brand-launch-map__pad-ring{fill:none;stroke:rgba(0,200,255,.75);stroke-width:.7;animation:brandMapPadPulse 2.8s ease-out infinite}.brand-launch-map__pad-dot{fill:rgba(0,229,255,.95);filter:drop-shadow(0 0 3px rgba(0,200,255,.8))}.brand-launch-map__pad-label{fill:rgba(0,220,255,.75);font-size:5px;letter-spacing:.12em;font-family:var(--font-geist-mono),ui-monospace,monospace}.brand-launch-map__rocket{fill:#00e5ff;filter:drop-shadow(0 0 4px rgba(0,229,255,.8))}.brand-launch-map__rocket-spine{fill:none;stroke:#00e5ff;stroke-width:.55;opacity:.65}.brand-launch-map__rocket-flame{fill:rgba(0,140,255,.85);stroke:none}.brand-launch-map__pulse{fill:none;stroke:#00b4ff;stroke-width:.5;animation:brandMapPulse 2.2s ease-out infinite}.brand-launch-map__readouts{display:grid;grid-template-columns:1fr 1fr;gap:.18rem .45rem;margin-top:.35rem;font-size:.44rem;letter-spacing:.06em;color:rgba(0,200,255,.62)}@keyframes brandMapPulse{0%{r:5;opacity:.55}to{r:20;opacity:0}}@keyframes brandMapPadPulse{0%{r:4;opacity:.85}to{r:10;opacity:0}}@media (max-width:768px){.brand-launch-map{top:4.25rem;left:.5rem;transform:scale(.82);transform-origin:top left}}@media (max-width:520px){.brand-launch-map{transform:scale(.68)}}@media (prefers-reduced-motion:reduce){.brand-launch-map__exclusion-corridor,.brand-launch-map__exclusion-label,.brand-launch-map__exclusion-pad,.brand-launch-map__pad-ring,.brand-launch-map__pulse{animation:none;opacity:.55}}.brand-xz-plot{position:fixed;top:clamp(4.5rem,8vh,5.75rem);right:clamp(.75rem,2vw,1.75rem);z-index:1;width:clamp(210px,23vw,284px)}.brand-xz-plot__svg{display:block;width:100%;height:auto}.brand-xz-plot__grid{stroke:rgba(0,180,255,.06);stroke-width:.45}.brand-xz-plot__axis{stroke:rgba(0,200,255,.45);stroke-width:.9}.brand-xz-plot__axis-label{fill:rgba(0,200,255,.55);font-size:5px;letter-spacing:.14em;font-family:var(--font-geist-mono),ui-monospace,monospace}.brand-xz-plot__axis-label--z{letter-spacing:.08em}.brand-xz-plot__tick{fill:rgba(0,200,255,.42);font-size:4.5px;font-family:var(--font-geist-mono),ui-monospace,monospace}.brand-xz-plot__sep-line{stroke:rgba(255,255,255,.35);stroke-width:.55;stroke-dasharray:4 3}.brand-xz-plot__sep-label{fill:rgba(255,255,255,.45);font-size:4.5px;letter-spacing:.08em;font-family:var(--font-geist-mono),ui-monospace,monospace}.brand-xz-plot__ref-line{stroke-width:.6;stroke-dasharray:5 3}.brand-xz-plot__ref-line--karman{stroke:rgba(255,210,120,.55)}.brand-xz-plot__ref-line--orbit{stroke:rgba(0,229,255,.5)}.brand-xz-plot__ref-label{font-size:4.5px;letter-spacing:.07em;font-family:var(--font-geist-mono),ui-monospace,monospace}.brand-xz-plot__ref-label--karman{fill:rgba(255,210,120,.72)}.brand-xz-plot__ref-label--orbit{fill:rgba(0,229,255,.72)}.brand-xz-plot__path{fill:none;stroke-width:.85;stroke-linecap:round;stroke-linejoin:round}.brand-xz-plot__path--leo{stroke:rgba(0,229,255,.35)}.brand-xz-plot__path--rtls{stroke:rgba(0,128,255,.45);stroke-dasharray:3 2}.brand-xz-plot__path-glow{fill:none;stroke-width:1.6;opacity:.55;stroke-linecap:round}.brand-xz-plot__path-glow--leo{stroke:url(#brandXzLeoGlow)}.brand-xz-plot__path-glow--rtls{stroke:url(#brandXzRtGlow)}.brand-xz-plot__path-active{fill:none;stroke-width:1.1;stroke-linecap:round}.brand-xz-plot__path-active--leo{stroke:#00e5ff;opacity:.85}.brand-xz-plot__proj line{stroke:currentColor;stroke-width:.55;stroke-dasharray:2 2;opacity:.55}.brand-xz-plot__proj-dot{fill:currentColor;opacity:.7}.brand-xz-plot__craft-dot{fill:currentColor;filter:drop-shadow(0 0 4px currentColor)}.brand-xz-plot__origin{fill:rgba(0,229,255,.9);filter:drop-shadow(0 0 3px rgba(0,229,255,.8))}.brand-xz-plot__legend{display:flex;justify-content:space-between;gap:.5rem;margin-top:.3rem;font-size:.44rem;letter-spacing:.1em}.brand-xz-plot__legend-item--leo{color:rgba(0,229,255,.75)}.brand-xz-plot__legend-item--rtls{color:rgba(0,128,255,.8)}.brand-xz-plot__readouts{display:grid;grid-template-columns:1fr 1fr;gap:.15rem .45rem;margin-top:.3rem;font-size:.44rem;letter-spacing:.06em;color:rgba(0,200,255,.62)}@media (max-width:768px){.brand-xz-plot{top:4.25rem;right:.5rem;transform:scale(.82);transform-origin:top right}}@media (max-width:520px){.brand-xz-plot{transform:scale(.68)}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-geist-sans:"Inter","Inter Fallback"}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:100 700;font-display:swap;src:url(/_next/static/media/1f160ec2cb9962ef-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:100 700;font-display:swap;src:url(/_next/static/media/ad8a7e2c3c2c120b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:100 700;font-display:swap;src:url(/_next/static/media/cde148027b808b99-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:100 700;font-display:swap;src:url(/_next/static/media/e61ae719f7cc4155-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:100 700;font-display:swap;src:url(/_next/static/media/0ea4f4df910e6120-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:100 700;font-display:swap;src:url(/_next/static/media/739c2d8941231bb4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Roboto Mono Fallback;src:local("Arial");ascent-override:77.84%;descent-override:20.13%;line-gap-override:0.00%;size-adjust:134.61%}.__className_5899e0{font-family:Roboto Mono,Roboto Mono Fallback;font-style:normal}.__variable_5899e0{--font-geist-mono:"Roboto Mono","Roboto Mono Fallback"}