*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--font-primary:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--color-bg:#000;--color-text:#fff;--color-text-muted:#ffffff80;--color-text-subtle:#ffffff4d;--color-accent:#3c83f6;--color-accent-muted:#3c83f626;--color-border:#ffffff14;--header-height:64px}html,body{background:var(--color-bg);width:100%;height:100%;color:var(--color-text);font-family:var(--font-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}.page{flex-direction:column;width:100%;height:100vh;display:flex;overflow:hidden}.header{z-index:10;height:var(--header-height);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border);background:#0006;flex-shrink:0;align-items:center;padding:0 2rem;display:flex;position:relative}.header__logo{align-items:center;gap:.5rem;display:flex}.header__logo-img{opacity:.85;width:auto;height:22px;transition:opacity .3s}.header__logo:hover .header__logo-img{opacity:1}.hero{background:var(--color-bg);flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:0;display:flex;position:relative;overflow:hidden}.ambient{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.ambient__canvas{width:100%;height:100%;display:block}.brand{z-index:1;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;display:flex;position:relative}.brand__logo-wrapper{justify-content:center;align-items:center;animation:4s ease-in-out infinite brand-breathe;display:flex}@keyframes brand-breathe{0%,to{opacity:.8;filter:brightness()}50%{opacity:1;filter:brightness(1.15)}}.brand__logo-img{object-fit:contain;opacity:.92;filter:brightness(1.05);width:auto;height:48px}.brand__tagline{flex-direction:column;align-items:center;gap:1rem;display:flex}.brand__coming-soon{letter-spacing:.35em;text-transform:uppercase;color:var(--color-text-subtle);font-size:.8rem;font-weight:400;animation:1s ease-out .3s both fade-in-up}.brand__headline{letter-spacing:-.01em;color:var(--color-text-muted);text-align:center;max-width:560px;font-size:1.5rem;font-weight:300;line-height:1.3;animation:1s ease-out .6s both fade-in-up}.brand__divider{background:linear-gradient(90deg, transparent, var(--color-accent-muted), transparent);width:48px;height:1px;animation:1s ease-out .5s both fade-in-up}.footer{z-index:10;-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--color-border);background:#0006;flex-shrink:0;justify-content:center;align-items:center;padding:1rem 2rem;display:flex;position:relative}.footer__text{color:var(--color-text-subtle);letter-spacing:.05em;font-size:.6875rem}@keyframes fade-in-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.header{padding:0 1.25rem}.header__logo-img{height:18px}.brand__logo-img{height:36px}.brand__headline{max-width:320px;padding:0 1rem;font-size:1.5rem}.brand__coming-soon{font-size:.6875rem}}
