:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}body{min-width:320px;margin:0}code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}:root{--bg-deep-navy:#080c12;--bg-panel:#0f1722;--bg-soft:#121d2e;--teal:#2dd4bf;--teal-soft:#2dd4bf14;--teal-glow:#5eead4;--copper:#d9775c;--copper-soft:#d9775c14;--steel:#94a3b8;--text:#f1f5f9;--text-dim:#94a3b8;--border:#2dd4bf33;--focus:#5eead4;--radius:1rem}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;margin:0;overflow-x:hidden}body{min-height:100%;color:var(--text);background:radial-gradient(circle at 20% -12%,#2dd4bf1f,#0000 45%),radial-gradient(circle at 80% 8%,#d9775c1a,#0000 42%),linear-gradient(#080c12 0%,#060a12 52%,#080c12 100%);font-family:Manrope,Avenir Next,Segoe UI,Helvetica Neue,Arial,sans-serif;line-height:1.55}a{color:inherit}#root,.app-shell{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1;padding-top:4.2rem}.container,.section-container{width:min(1100px,100%);margin:0 auto;padding:0 1.2rem}.page-shell{flex-direction:column;gap:2.75rem;width:100%;padding-bottom:3rem;display:flex}.section{flex-direction:column;gap:1.2rem;width:min(1100px,100%);margin:0 auto;padding:0 1.2rem;display:flex}.section-header,.about-grid,.media-two-col,.surface-card-grid,.flow-grid,.policy-page{width:100%}h1,h2,h3,h4{letter-spacing:.01em;margin:0;line-height:1.1}h1{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:650}h2{font-size:clamp(1.3rem,2.5vw,1.75rem);font-weight:600}h3{font-size:clamp(1.1rem,1.8vw,1.35rem);font-weight:550}.section-kicker{text-transform:uppercase;letter-spacing:.18em;color:var(--teal);margin:0;font-size:.8rem}.surface-card-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.2rem;display:grid}.surface-card{background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.6rem;padding:1.5rem 1.2rem;display:flex}.surface-card p{color:var(--text-dim);margin:0;font-size:.95rem}.surface-copy{color:var(--text-dim);max-width:760px;font-size:.95rem}.surface-card.subtle{background:var(--bg-soft);border-color:#94a3b81f}.surface-card ul{color:var(--text-dim);margin:0;padding-left:1.1rem;font-size:.95rem}.surface-card li{margin-bottom:.3rem}.media-segment{flex-direction:column;gap:1.2rem;display:flex}.media-two-col{grid-template-columns:1fr 1fr;align-items:center;gap:1.5rem;display:grid}.media-two-col.reverse-order .media-col:first-child{order:2}.media-two-col.reverse-order .media-col:last-child{order:1}.media-col{flex-direction:column;gap:.8rem;display:flex}.media-col ul{color:var(--text-dim);margin:0;padding-left:1.1rem;font-size:.95rem}.media-col li{margin-bottom:.3rem}.notfound-card{max-width:680px}.video-tile{border-radius:var(--radius);border:1px solid var(--border);width:100%;overflow:hidden}.video-tile video{width:100%;height:auto;display:block}.primary-btn,.secondary-btn{border-radius:2rem;justify-content:center;align-items:center;width:fit-content;min-height:44px;padding:.7rem 1.5rem;font-size:.9rem;font-weight:550;text-decoration:none;transition:all .2s;display:inline-flex}.primary-btn{background:var(--teal);color:#080c12;border:none}.primary-btn:hover{background:var(--teal-glow);transform:translateY(-1px)}.primary-btn:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.secondary-btn{color:var(--teal);border:1px solid var(--teal);text-align:center;background:0 0}.secondary-btn:hover{background:var(--teal-soft);transform:translateY(-1px)}.secondary-btn:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.form-shell{grid-template-columns:1fr 1fr;align-items:start;gap:1.5rem;display:grid}.form-shell>div:first-child{flex-direction:column;gap:.8rem;display:flex}.form-shell>div:first-child p{color:var(--text-dim);margin:0;font-size:.95rem}.surface-form{flex-direction:column;gap:.9rem;width:100%;display:flex}.form-field{flex-direction:column;gap:.4rem;display:flex}.form-field label{color:var(--text-dim);font-size:.85rem}.form-field input,.form-field textarea,.form-field select{border:1px solid var(--border);background:var(--bg-soft);width:100%;color:var(--text);border-radius:.5rem;outline:none;padding:.6rem .75rem;font-family:inherit;font-size:.93rem}.form-field textarea{resize:vertical;min-height:110px}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{border-color:var(--teal);box-shadow:0 0 0 1px var(--teal)}.form-submit{justify-content:center;width:100%}.form-note{color:var(--text-dim);margin:0;font-size:.75rem}.form-message{color:var(--teal)}.form-error{color:#fda4af;margin:0;font-size:.78rem}.two-col{grid-template-columns:1fr 1fr;gap:.8rem;display:grid}.two-col-inner{flex-direction:column;gap:.4rem;display:flex}.hero{align-items:center;width:100%;min-height:70vh;display:flex;position:relative;overflow:hidden}.hero-gradient{background:linear-gradient(140deg,#0a1220 0%,#0a1120 35%,#0b0f1a 100%);position:absolute;inset:0}.hero-video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero-overlay{background:linear-gradient(135deg,#080c12d9 0%,#080c1280 50%,#080c12b3 100%);position:absolute;inset:0}.hero-content{z-index:2;flex-direction:column;gap:1rem;width:min(1100px,100%);min-width:0;margin:0 auto;padding:0 1.2rem;display:flex;position:relative}.hero-badge{border:1px solid var(--teal);text-transform:uppercase;letter-spacing:.12em;color:var(--teal);border-radius:2rem;width:fit-content;padding:.35rem .85rem;font-size:.8rem;display:inline-block}.hero h1{overflow-wrap:anywhere;max-width:680px}.hero-support{max-width:560px;color:var(--text-dim);overflow-wrap:anywhere;margin:0;font-size:1.05rem}.hero-boundary-note{max-width:640px;color:var(--text-dim);overflow-wrap:anywhere;margin:0;font-size:.88rem}.hero-cta-row{flex-wrap:wrap;gap:.8rem;display:flex}.hero-cta-row a{min-width:0}.site-header{z-index:100;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#080c12d9;justify-content:space-between;align-items:center;padding:.8rem 1.2rem;display:flex;position:fixed;top:0;left:0;right:0}.header-logo{letter-spacing:-.02em;color:var(--text);font-size:1.2rem;font-weight:650;text-decoration:none}.header-logo span{color:var(--teal)}.header-nav{align-items:center;gap:1.2rem;display:flex}.header-nav a{color:var(--text-dim);font-size:.85rem;text-decoration:none;transition:color .2s}.header-nav a:hover{color:var(--text)}.header-nav a:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.menu-toggle{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:.5rem;min-width:44px;min-height:44px;padding:.3rem .6rem;font-size:1.3rem;display:none}@media (width<=768px){.header-nav{display:none}.menu-toggle{justify-content:center;align-items:center;display:flex}}.side-menu-overlay{z-index:200;background:#080c1299;position:fixed;inset:0}.side-menu-panel{z-index:201;background:var(--bg-panel);border-left:1px solid var(--border);flex-direction:column;gap:1rem;width:300px;max-width:85vw;padding:1.5rem;display:flex;position:fixed;top:0;bottom:0;right:0}.side-menu-close{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:.5rem;align-self:flex-end;min-width:44px;min-height:44px;padding:.3rem .6rem;font-size:1.1rem}.side-menu-nav{flex-direction:column;gap:.6rem;display:flex}.side-menu-nav a{color:var(--text-dim);border-bottom:1px solid #94a3b81a;padding:.5rem 0;font-size:1rem;text-decoration:none}.side-menu-nav a:hover{color:var(--teal)}.site-footer{border-top:1px solid var(--border);width:100%;margin-top:auto;padding:1.5rem 1.2rem}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;width:min(1100px,100%);margin:0 auto;display:flex}.footer-inner p{color:var(--text-dim);margin:0;font-size:.8rem}.footer-links{gap:1rem;display:flex}.footer-links a{color:var(--text-dim);font-size:.8rem;text-decoration:none}.footer-links a:hover{color:var(--teal)}.flow-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.2rem;display:grid}.flow-card{background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.5rem;padding:1.5rem 1.2rem;display:flex}.flow-card h3{font-size:1.1rem}.flow-card p{color:var(--text-dim);margin:0;font-size:.9rem}.flow-card .card-icon{color:var(--teal);font-size:1.4rem}.policy-page{flex-direction:column;gap:1.2rem;display:flex}.policy-page p,.policy-page li{color:var(--text-dim);margin:0;font-size:.95rem}.policy-page ul{margin:0;padding-left:1.1rem}.policy-page li{margin-bottom:.3rem}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:1.5rem;display:grid}.about-grid .text-col{flex-direction:column;gap:.8rem;display:flex}.about-grid .text-col p{color:var(--text-dim);margin:0;font-size:.95rem}.about-grid .media-col{justify-content:center;display:flex}.about-grid .media-col img{border-radius:var(--radius);border:1px solid var(--border);max-width:100%}@media (width<=768px){.media-two-col,.form-shell,.about-grid{grid-template-columns:1fr}.media-two-col.reverse-order .media-col:first-child{order:1}.media-two-col.reverse-order .media-col:last-child{order:2}.hero{min-height:60vh}.hero h1{font-size:clamp(1.4rem,6vw,2rem)}.hero-support{font-size:.95rem}.hero-boundary-note{font-size:.84rem}.two-col{grid-template-columns:1fr}.hero h1{max-width:100%}.hero-content{padding:0 .95rem}.hero-cta-row{flex-direction:column;align-items:stretch}.hero-cta-row a{width:100%}}@media (width<=430px){.site-header{padding:.7rem .85rem}.header-logo{font-size:1.05rem}}@media (prefers-reduced-motion:reduce){.hero-video{display:none}.hero{background:var(--bg-deep-navy)}}
