@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap";:root{--color-bg: #000000;--color-surface: #0d0d0d;--color-surface-2: #1a1a1a;--color-border: #333333;--color-border-2: #4d4d4d;--color-text: #ffffff;--color-text-muted: #b3b3b3;--color-text-dim: #8c8c8c;--color-yellow: #fff383;--color-yellow-dark:#c4a800;--color-active: #ff6b6b;--color-monitoring: #ffd166;--color-closed: #51cf66;--color-blue: #2a52c4;--color-purple: #1f1265;--font-body: "DM Sans", sans-serif;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem;--space-12: 3rem;--space-16: 4rem;--space-24: 6rem;--max-width: 1920px;--content-width: 93%;--nav-height: 68px;--radius: 20px;--radius-sm: 8px;--radius-pill: 100px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-size:1rem;line-height:1.65}img,video{max-width:100%;display:block}a{color:var(--color-text);text-decoration:underline;cursor:pointer}a:hover{color:var(--color-yellow)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--color-yellow);outline-offset:2px}h1,h2,h3,h4,h5,h6{font-family:var(--font-body);font-weight:700;line-height:1.15;color:var(--color-text)}h1{font-size:clamp(2.5rem,6vw,3.75rem)}h2{font-size:clamp(1.8rem,4vw,3.75rem)}h3{font-size:clamp(1.3rem,2.5vw,1.5rem)}h4{font-size:1.875rem;line-height:2.25rem}h5{font-size:1.5625rem;line-height:1.5625rem}p{margin-bottom:var(--space-4)}p:last-child{margin-bottom:0}.container{width:var(--content-width);max-width:var(--max-width);margin:0 auto;padding:0 var(--space-6)}.section{padding:var(--space-24) 0}.section--tight{padding:var(--space-16) 0}.alert-bar{background:var(--color-blue);color:#fff;text-align:center;padding:var(--space-2) var(--space-4);font-family:var(--font-body);font-size:1.125rem;font-weight:700;display:flex;justify-content:center;align-items:center;height:40px}.alert-bar a{color:#fff;text-decoration:underline}.site-nav{position:sticky;top:0;z-index:100;background:#000000f2;backdrop-filter:blur(12px);height:var(--nav-height)}.nav-inner{width:var(--content-width);max-width:var(--max-width);margin:0 auto;padding:0 var(--space-6);height:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--space-8)}.nav-logo img{height:24px;width:auto}.nav-links{display:flex;align-items:center;gap:0;list-style:none}.nav-links a{color:var(--color-text);font-family:var(--font-body);font-weight:700;font-size:.875rem;padding:.75rem .375rem;transition:color .2s;text-decoration:none;display:block;line-height:.875rem}.nav-links a:hover{color:var(--color-yellow)}.nav-links a[aria-current=page]{color:var(--color-text)}.nav-dropdown{position:relative}.nav-dropdown-toggle{cursor:pointer;display:flex;align-items:center;gap:var(--space-1)}.nav-dropdown-menu{display:none;position:absolute;top:calc(100% + 8px);left:0;background:#000000ba;border-radius:5px;padding:var(--space-4) var(--space-4);min-width:180px}.nav-dropdown:hover .nav-dropdown-menu{display:block}.nav-dropdown-menu a{display:block;padding:var(--space-2) var(--space-3)}.nav-cta{background:var(--color-text)!important;color:var(--color-bg)!important;padding:.75rem .875rem!important;border-radius:var(--radius-pill)!important;font-weight:700!important;font-size:.875rem!important;margin-left:7px!important}.nav-cta:hover{background:var(--color-yellow)!important;color:var(--color-bg)!important}.nav-mobile-toggle{display:none;background:none;border:1px solid var(--color-text);border-radius:50%;color:var(--color-text);cursor:pointer;padding:4px;font-size:40px}@media (max-width: 991px){.nav-links{display:none}.nav-mobile-toggle{display:flex}.nav-links.is-open{display:flex;flex-direction:column;position:fixed;inset:0;background:var(--color-bg);padding:140px 3% 0;gap:0;z-index:-1}.nav-links.is-open a{border-bottom:1px solid var(--color-text);width:70%;padding:1.75rem .625rem;font-size:1.5625rem;line-height:100%}}.hero{position:relative;min-height:95vh;min-height:600px;display:flex;align-items:flex-end;justify-content:center;overflow:hidden;padding-bottom:50px}.hero-bg{position:absolute;inset:0;background-image:url(/images/hero-gradient.webp),url(/images/hero-bg.webp);background-size:cover,cover;background-position:center,100% 100%;background-repeat:no-repeat,no-repeat}.hero-gradient{position:absolute;inset:0;background:linear-gradient(to bottom,#000 0%,transparent 15%),linear-gradient(to top,#000 0%,transparent 14%),#0000008c}.hero-content{position:relative;z-index:1;width:var(--content-width);max-width:var(--max-width);margin:0 auto;padding:var(--space-24) var(--space-6);display:flex;flex-direction:column;justify-content:flex-end}.hero-eyebrow{font-family:var(--font-body);font-size:1.375rem;font-weight:500;font-style:italic;line-height:2rem;color:var(--color-text);margin-bottom:var(--space-4)}.hero h1{max-width:14ch;margin-bottom:var(--space-6)}.hero-tagline{font-size:1.375rem;line-height:2rem;color:var(--color-text);max-width:50ch;margin-bottom:var(--space-8)}.hero-actions{display:flex;flex-wrap:wrap;gap:var(--space-4)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-4);font-family:var(--font-body);font-size:1.25rem;font-weight:500;padding:1.25rem 1.5rem;border-radius:var(--radius-pill);border:1px solid var(--color-text);background:transparent;color:var(--color-text);cursor:pointer;transition:all .2s;text-decoration:none}.btn:hover{color:var(--color-yellow);border-color:var(--color-yellow);text-decoration:none}.btn-primary{background:transparent;color:var(--color-text);border:1px solid var(--color-text)}.btn-primary:hover{color:var(--color-yellow);border-color:var(--color-yellow);text-decoration:none}.btn-outline{background:transparent;color:var(--color-text);border:1px solid var(--color-text)}.btn-outline:hover{color:var(--color-yellow);border-color:var(--color-yellow);text-decoration:none}.btn-ghost{background:transparent;color:var(--color-text-muted);border:none;padding-left:0;padding-right:0}.btn-ghost:hover{color:var(--color-yellow);text-decoration:none}.btn-ghost:after{content:" →"}.badge{display:inline-flex;align-items:center;gap:var(--space-1);font-family:var(--font-body);font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.2rem .6rem;border-radius:2px}.badge-active{background:#ff6b6b26;color:var(--color-active);border:1px solid rgba(255,107,107,.3)}.badge-active:before{content:"";display:block;width:6px;height:6px;border-radius:50%;background:var(--color-active);animation:pulse 1.5s infinite}.badge-monitoring{background:#ffd1661f;color:var(--color-monitoring);border:1px solid rgba(255,209,102,.25)}.badge-closed{background:#51cf661a;color:var(--color-closed);border:1px solid rgba(81,207,102,.2)}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.deployments-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:var(--space-4)}.deployment-card{background:var(--color-bg);border:2px solid var(--color-text);border-radius:var(--radius);padding:var(--space-8);display:flex;flex-direction:column;gap:var(--space-3);transition:border-color .2s,transform .15s;text-decoration:none;color:inherit}.deployment-card:hover{border-color:var(--color-yellow);transform:translateY(-2px);text-decoration:none}.deployment-card.is-active{border-left:4px solid var(--color-active)}.deployment-card.is-monitoring{border-left:4px solid var(--color-monitoring)}.deployment-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-4)}.deployment-card h3{font-size:1.1rem;line-height:1.2}.deployment-location{font-size:.8rem;color:var(--color-text-muted);font-family:var(--font-body);letter-spacing:.05em;text-transform:uppercase}.deployment-summary{font-size:.9rem;color:var(--color-text-muted);line-height:1.55}.news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:var(--space-8)}.news-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:transform .15s}.news-card:hover{transform:translateY(-3px);text-decoration:none}.news-card-image{aspect-ratio:16/9;object-fit:cover;border-radius:var(--radius);background:var(--color-surface-2);margin-bottom:var(--space-6)}.news-card-image-placeholder{aspect-ratio:16/9;background:var(--color-surface-2);border-radius:var(--radius);margin-bottom:var(--space-6);display:flex;align-items:center;justify-content:center;color:var(--color-text-dim)}.news-card-date{font-size:.78rem;color:var(--color-text-muted);font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;margin-bottom:var(--space-2)}.news-card h3{font-size:1.15rem;line-height:1.3;margin-bottom:var(--space-2);color:var(--color-text)}.news-card p{font-size:.9rem;color:var(--color-text-muted);line-height:1.55}.stats-bar{background:var(--color-bg);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:var(--space-12) 0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--space-8);text-align:center}.stat-number{font-family:var(--font-body);font-size:clamp(2rem,5vw,3.5rem);font-weight:700;color:var(--color-text);line-height:1;margin-bottom:var(--space-2)}.stat-number span{color:var(--color-yellow)}.stat-label{font-family:var(--font-body);font-size:.875rem;font-weight:500;color:var(--color-text-muted)}.section-header{margin-bottom:var(--space-12)}.section-header--center{text-align:center}.section-eyebrow{font-family:var(--font-body);font-size:.875rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:var(--space-3)}.section-header--center .section-eyebrow{justify-content:center}.section-header p{color:var(--color-text-muted);font-size:1.375rem;line-height:2rem;max-width:60ch;margin-top:var(--space-4)}.partners-strip{display:flex;flex-wrap:wrap;gap:var(--space-4);align-items:center;justify-content:space-around;min-width:100%;padding:1.875rem 0}.partner-logo{height:50px;width:auto;filter:brightness(0) invert(1);opacity:.6;transition:opacity .2s}.partner-logo:hover{opacity:1}.cta-band{background:var(--color-bg);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:var(--space-16) 0;text-align:center}.cta-band h2{margin-bottom:var(--space-4)}.cta-band p{color:var(--color-text-muted);max-width:55ch;margin:0 auto var(--space-8);font-size:1.375rem;line-height:2rem}.cta-band .cta-actions{display:flex;flex-wrap:wrap;gap:var(--space-4);justify-content:center}.assistance-card{background-image:linear-gradient(#0006,#0006),url(/images/need-assistance-gradient.png);background-position:center;background-size:cover;background-repeat:no-repeat;border-radius:var(--radius);padding:6.75rem 1.25rem;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.assistance-card h3{font-size:1.3rem;margin-bottom:var(--space-3)}.assistance-card p{color:var(--color-text);font-size:1.375rem;line-height:2rem;margin-bottom:var(--space-6)}.assistance-actions{display:flex;flex-wrap:wrap;gap:var(--space-3);justify-content:center}.site-footer{background:var(--color-bg);padding:var(--space-16) 0 var(--space-8)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:var(--space-12);margin-bottom:var(--space-12)}@media (max-width: 800px){.footer-grid{grid-template-columns:1fr 1fr;gap:var(--space-8)}}@media (max-width: 500px){.footer-grid{grid-template-columns:1fr}}.footer-brand img{height:28px;margin-bottom:var(--space-4)}.footer-brand p{font-size:1.125rem;color:var(--color-text-muted);line-height:1.75rem;max-width:30ch}.footer-brand .footer-social{display:flex;gap:var(--space-4);margin-top:var(--space-4)}.footer-social a{color:var(--color-text-muted);font-size:.9rem;transition:color .2s;display:flex;align-items:center}.footer-social a:hover{color:var(--color-yellow);text-decoration:none}.footer-col h4{font-size:.875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text);margin-bottom:var(--space-4)}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:var(--space-2)}.footer-col a{color:var(--color-text-muted);font-size:1.125rem;line-height:1.75rem;transition:color .2s;text-decoration:none}.footer-col a:hover{color:var(--color-yellow)}.footer-bottom{border-top:1px solid var(--color-border);padding-top:var(--space-6);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--space-4);font-size:1.125rem;color:var(--color-text-muted)}.footer-bottom a{color:var(--color-text-muted)}.footer-bottom a:hover{color:var(--color-yellow)}.page-hero{padding:var(--space-16) 0 var(--space-12);border-bottom:1px solid var(--color-border)}.page-hero .section-eyebrow,.page-hero h1{margin-bottom:var(--space-4)}.page-hero p{color:var(--color-text-muted);font-size:1.375rem;line-height:2rem;max-width:60ch}.prose{max-width:72ch}.prose h2{font-size:2.1875rem;line-height:3.25rem;margin-top:var(--space-12);margin-bottom:var(--space-4);padding-top:var(--space-8);border-top:1px solid var(--color-border)}.prose h3{font-size:1.5rem;line-height:2.25rem;margin-top:var(--space-8);margin-bottom:var(--space-3)}.prose p{color:var(--color-text-muted);font-size:1.25rem;line-height:1.875rem}.prose ul,.prose ol{color:var(--color-text-muted);padding-left:var(--space-6);margin-bottom:var(--space-4)}.prose li{margin-bottom:var(--space-2);line-height:1.65}.prose a{color:var(--color-text)}.tag{display:inline-block;font-family:var(--font-body);font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);background:var(--color-surface-2);border:1px solid var(--color-border);padding:.15rem .5rem;border-radius:2px}.grid-card{border:2px solid var(--color-text);border-radius:var(--radius);padding:2.5rem;display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start}.text-muted{color:var(--color-text-muted)}.text-dim{color:var(--color-text-dim)}.text-primary{color:var(--color-yellow)}.divider{border:none;border-top:1px solid var(--color-border);margin:var(--space-8) 0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@media (max-width: 767px){h1{font-size:1.875rem;line-height:1.875rem}h2{font-size:2.5rem;line-height:2.5rem}h3{font-size:1.5rem;line-height:1.5rem}.hero{min-height:80vh}.btn{font-size:1rem;padding:1rem 1.25rem;width:100%;justify-content:center}.hero-actions{flex-direction:column}.footer-grid{grid-template-columns:1fr}}
