@import"https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&display=swap";:root{--navy: #0d1b2a;--navy-2: #102033;--gold: #f0c030;--gold-dim: #c9a020;--muted: #4a6680;--text: #e8f0f8;--radius: 6px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%;background:var(--navy)}.noise{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");opacity:.035}.page{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;overflow:hidden;width:100%;background:radial-gradient(ellipse 80% 60% at 60% 20%,rgba(240,192,48,.06) 0%,transparent 70%),radial-gradient(ellipse 60% 50% at 20% 80%,rgba(16,80,140,.25) 0%,transparent 65%),linear-gradient(160deg,#102233,#0d1b2a,#091520)}.content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;gap:2.5rem;max-width:780px;width:100%}.logo-wrap{display:flex;width:100%;align-items:center;line-height:1;color:var(--gold);letter-spacing:-.02em;animation:fadeUp .7s cubic-bezier(.22,1,.36,1) both}.logo-wrap img{width:100%;max-width:500px;height:auto}.tagline{display:flex;flex-direction:column;gap:.15em}.line{font-family:"Baloo 2",sans-serif;font-weight:500;font-size:clamp(1.6rem,4.5vw,3rem);color:var(--gold);opacity:0;animation:fadeUp .6s cubic-bezier(.22,1,.36,1) forwards}.line-1{animation-delay:.9s}.line-2{animation-delay:1.8s}.line-3{animation-delay:2.7s}.coming-soon{display:inline-flex;align-items:center;gap:.6rem;padding:.5rem 1rem;border:1px solid rgba(240,192,48,.2);border-radius:999px;font-family:DM Sans,sans-serif;font-weight:300;font-size:.85rem;color:var(--muted);letter-spacing:.04em;text-transform:uppercase;opacity:0;animation:fadeUp .6s cubic-bezier(.22,1,.36,1) .75s forwards}.dot{width:6px;height:6px;border-radius:50%;background:var(--gold);animation:pulse 2s ease-in-out infinite}.footer{position:absolute;bottom:2rem;z-index:1;font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:300;opacity:0;animation:fadeUp .5s ease 1s forwards}.footer a{color:var(--muted);text-decoration:none;transition:color .2s}.footer a:hover{color:var(--gold)}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.75)}}@media (max-width: 480px){.content{gap:2rem}.footer{position:relative;bottom:auto;margin-top:3rem}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
