@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap";:root{--bg-start: #0f151f;--bg-end: #01000c;--text: #e6edf3;--muted: #94a3b8;--brand: #38bdf8;--cta: #0ea5e9;--cta-hover: #0284c7;--ring: rgba(14, 165, 233, .5);--maxw: 56rem;--pad: 1.5rem;--pad-sm: 1rem;--radius: .75rem;--shadow-cta: 0 10px 18px -8px rgba(14,165,233,.45);--font-body: "Montserrat", sans-serif}html,body,#root{height:100%}body{margin:0;font-family:var(--font-body)}.splash{position:relative;display:flex;flex-direction:column;min-height:100dvh;height:100dvh;color:var(--text);overflow:hidden;background:radial-gradient(ellipse at 20% 30%,var(--bg-start) 0%,var(--bg-end) 60%);padding-bottom:env(safe-area-inset-bottom)}.splash__bg,.splash__vignette{position:absolute;inset:0;z-index:-5}.splash__vignette{pointer-events:none;background:radial-gradient(ellipse at center,#0000 50%,#0009)}.splash__main{margin-inline:auto;max-width:var(--maxw);flex:1;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 var(--pad)}.splash__logo{display:inline-block;margin-bottom:.75rem;max-width:100%;height:auto;object-fit:contain;image-rendering:-webkit-optimize-contrast}.splash__headline{margin-bottom:.5rem;font-size:1.5rem;font-weight:600;color:#f1f5f9}.splash__subhead{margin:0 auto 2rem;max-width:42rem;font-size:1rem;line-height:1.7;color:var(--muted)}.splash__ctaWrap{display:flex;justify-content:center}.splash__cta{display:inline-block;padding:.75rem 1.25rem;font-weight:700;text-decoration:none;color:#fff;background:var(--cta);border-radius:var(--radius);box-shadow:var(--shadow-cta);transform:translateZ(0);transition:transform .2s ease,background .2s ease,box-shadow .2s ease;min-height:44px}.splash__cta:hover{background:var(--cta-hover);transform:scale(1.03)}.splash__cta:focus{outline:none;box-shadow:0 0 0 3px var(--ring)}.splash__footer{margin-inline:auto;max-width:var(--maxw);padding:0 var(--pad) 1rem;text-align:center;font-size:.9rem;color:#94a3b8}.splash__footerLink{color:var(--brand);text-decoration:none}.splash__footerLink:hover{text-decoration:underline}@media (max-width: 640px){.splash__main{padding:0 var(--pad-sm)}.splash__brand{font-size:1.5rem;margin-bottom:.5rem}.splash__logo{max-width:min(82vw,320px);margin-bottom:.5rem}.splash__headline{font-size:1.25rem}.splash__subhead{font-size:.95rem;margin-bottom:1.5rem}.splash__cta{width:min(82vw,320px);padding:.875rem 1rem}}@media (max-height: 700px){.splash__main{padding-top:.5rem;padding-bottom:.5rem}}@media (max-height: 480px) and (orientation: landscape){.splash__main{padding:0 calc(var(--pad-sm) * .75)}}@media (prefers-reduced-motion: reduce){.splash__cta{transition:none}}@media (prefers-contrast: more){.splash__cta{box-shadow:none;outline:2px solid var(--ring)}}.app-root{position:relative;min-height:100vh;overflow-x:hidden}.app-bg{position:fixed;inset:0;z-index:0;pointer-events:none}.app-bg canvas{width:100%;height:100%;display:block;pointer-events:auto}.app-page{position:relative;z-index:1}
