body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.static-landing{--landing-bg:radial-gradient(1200px 600px at 15% -10%,#dbe8ff 0%,#dbe8ff00 60%),radial-gradient(1000px 500px at 85% 0%,#e8f3ff 0%,#e8f3ff00 60%),linear-gradient(180deg,#f7f9fc,#eff3f8);--landing-text:#111827;--landing-subtle:#4b5563;--landing-note:#6b7280;--landing-border:#1118271f;--landing-card-bg:#ffffffb8;--landing-link:#0071e3;--landing-btn-primary-bg:#0071e3;--landing-btn-primary-bg-hover:#0067cf;--landing-btn-primary-text:#fff;--landing-btn-secondary-bg:#ffffffd6;--landing-btn-secondary-border:#11182724;--landing-btn-secondary-text:#111827;align-items:center;background:var(--landing-bg);box-sizing:border-box;color:var(--landing-text);display:flex;flex-direction:column;font-family:SF Pro Display,SF Pro Text,Helvetica Neue,Avenir Next,sans-serif;gap:20px;justify-content:flex-start;min-height:100vh;padding:64px 24px 48px;position:relative;text-align:center}@media (prefers-color-scheme:dark){.static-landing{--landing-bg:radial-gradient(1200px 600px at 15% -10%,#22324f 0%,#22324f00 60%),radial-gradient(1000px 500px at 85% 0%,#1a2a47 0%,#1a2a4700 60%),linear-gradient(180deg,#0b111d,#111a2b);--landing-text:#f3f4f6;--landing-subtle:#cfd5df;--landing-note:#aeb6c4;--landing-border:#fff3;--landing-card-bg:#141b2ab8;--landing-link:#7fb8ff;--landing-btn-primary-bg:#0a84ff;--landing-btn-primary-bg-hover:#1f8fff;--landing-btn-primary-text:#fff;--landing-btn-secondary-bg:#ffffff0f;--landing-btn-secondary-border:#ffffff42;--landing-btn-secondary-text:#f3f4f6}}.static-landing__glow{background:radial-gradient(circle at center,#0071e329 0,#0071e30a 40%,#0071e300 70%);border-radius:999px;filter:blur(8px);height:340px;pointer-events:none;position:absolute;top:52px;width:min(900px,92vw)}.static-landing__card{-webkit-backdrop-filter:saturate(160%) blur(20px);backdrop-filter:saturate(160%) blur(20px);background:var(--landing-card-bg);border:1px solid var(--landing-border);border-radius:24px;box-shadow:0 24px 60px #10182826;box-sizing:border-box;max-width:760px;padding:42px 34px;position:relative;width:100%}.static-landing__title{font-size:clamp(30px,5vw,44px);font-weight:650;letter-spacing:-.02em;line-height:1.06;margin:0 0 14px}.static-landing__text{color:var(--landing-subtle);font-size:clamp(16px,2.2vw,18px);line-height:1.6;margin:0 0 14px}.static-landing__text--lead{font-size:clamp(17px,2.3vw,19px)}.static-landing__link{color:var(--landing-link);font-weight:520;text-decoration:none}.static-landing__link:hover{text-decoration:underline}.static-landing__actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:28px}.static-landing__btn{align-items:center;background:var(--landing-btn-primary-bg);border:1px solid #0000;border-radius:999px;box-shadow:0 10px 24px #0071e33d;color:var(--landing-btn-primary-text);display:inline-flex;font-size:15px;font-weight:600;justify-content:center;letter-spacing:-.01em;min-height:46px;padding:12px 22px;text-decoration:none;transition:transform .12s ease,background-color .12s ease,box-shadow .12s ease,border-color .12s ease}.static-landing__btn:hover{background:var(--landing-btn-primary-bg-hover);transform:translateY(-1px)}.static-landing__btn:active{transform:translateY(0)}.static-landing__btn--secondary{background:var(--landing-btn-secondary-bg);border-color:var(--landing-btn-secondary-border);box-shadow:none;color:var(--landing-btn-secondary-text)}.static-landing__btn--secondary:hover{background:#7f7f7f1f}.static-landing__note{color:var(--landing-note);font-size:13px;letter-spacing:.01em;line-height:1.65;max-width:760px}@media (max-width:768px){.static-landing{padding:48px 16px 36px}.static-landing__card{border-radius:20px;padding:30px 20px}.static-landing__actions{align-items:stretch;flex-direction:column}.static-landing__btn{width:100%}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh;overflow-x:hidden}.App{align-items:center;display:flex;height:100vh;justify-content:center;overflow:hidden;padding:.25rem}.container{background:#000c;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 20px 40px #00000080;height:98vh;max-width:1200px;padding:.75rem;width:100%}.container,.main-content{display:flex;flex-direction:column;overflow:hidden}.main-content{flex:1 1;gap:.125rem}.intro-section{text-align:center}.intro-section h2{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:.375rem}.description{color:#b0b0b0;font-size:.75rem;line-height:1.1;margin:0 auto .125rem;max-width:800px}.status-section{margin-top:.125rem;text-align:center}.status-section h3{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.testing-section{margin-top:.125rem;text-align:center}.testing-section h3{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.footer{border-top:1px solid #fff3;color:#b0b0b0;flex-shrink:0;font-size:.75rem;margin-top:.125rem;padding-top:.125rem;text-align:center}@media (max-width:768px){.App{padding:.25rem}.container{border-radius:15px;max-height:98vh;padding:1rem}.intro-section h2{font-size:1.75rem;margin-bottom:.75rem}.description{font-size:.95rem;margin-bottom:1rem}.status-section h3{font-size:1.25rem;margin-bottom:.75rem}.main-content{gap:1rem}}@media (max-width:480px){.App{padding:.125rem}.container{border-radius:10px;max-height:99vh;padding:.75rem}.intro-section h2{font-size:1.5rem;margin-bottom:.5rem}.description{font-size:.9rem;margin-bottom:.75rem}.status-section h3{font-size:1.1rem;margin-bottom:.5rem}.main-content{gap:.75rem}.footer{margin-top:.5rem;padding-top:.5rem}}@media (max-width:320px){.App{padding:.0625rem}.container{max-height:99.5vh;padding:.5rem}.intro-section h2{font-size:1.25rem;margin-bottom:.5rem}.description{font-size:.8rem;margin-bottom:.5rem}.status-section h3{font-size:1rem;margin-bottom:.5rem}.main-content{gap:.5rem}}
/*# sourceMappingURL=main.1b6d4639.css.map*/