:root{--bg:#fff;--fg:#0c7ab3;--accent:#29b6e0;--accent2:#57c8dc;--muted:#0c7ab38c}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);width:100%;height:100%;color:var(--fg);font-family:Segoe UI,Helvetica,Arial,sans-serif;overflow:hidden}.blobs{z-index:0;pointer-events:none;position:fixed;inset:0;overflow:hidden}.blob{filter:blur(70px);opacity:.45;border-radius:50%;position:absolute}.blob-1{background:radial-gradient(circle at 30% 30%, var(--accent), transparent 70%);width:420px;height:420px;animation:24s ease-in-out infinite alternate float1;top:-12%;left:-10%}.blob-2{background:radial-gradient(circle at 70% 70%, var(--accent2), transparent 70%);width:380px;height:380px;animation:28s ease-in-out infinite alternate float2;bottom:-16%;right:-10%}.blob-3{background:radial-gradient(circle at 50% 50%, var(--accent), transparent 70%);opacity:.3;width:260px;height:260px;animation:20s ease-in-out infinite alternate-reverse float1;top:55%;left:60%}@keyframes float1{0%{transform:translate(0)scale(1)}to{transform:translate(40px,30px)scale(1.08)}}@keyframes float2{0%{transform:translate(0)scale(1)}to{transform:translate(-30px,-40px)scale(1.05)}}main.coming-soon{z-index:1;text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;padding:24px;display:flex;position:relative}.brand{flex-direction:column;align-items:center;gap:28px;display:flex}.mark{background:var(--accent);border-radius:50%;width:18px;height:18px;animation:3s ease-in-out infinite corePulse;position:relative;box-shadow:0 0 20px #29b6e080}.mark:before,.mark:after{content:"";border:1.5px solid var(--accent);border-radius:50%;animation:3s cubic-bezier(0,0,.2,1) infinite ping;position:absolute;inset:0}.mark:after{animation-delay:1.5s}@keyframes ping{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(4.5)}}@keyframes corePulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}h1{letter-spacing:.14em;text-transform:uppercase;color:var(--fg);opacity:0;font-size:clamp(2.2rem,7vw,4.6rem);font-weight:300;line-height:1.1;animation:1.2s forwards fadeUp}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.typewriter{color:var(--muted);letter-spacing:.03em;opacity:0;min-height:1.4em;margin-top:10px;font-size:clamp(.8rem,1.6vw,.95rem);font-weight:300;animation:1s .9s forwards fadeUp}.typewriter .cursor{background:var(--accent);vertical-align:middle;width:8px;height:1em;margin-left:4px;animation:.9s step-start infinite blink;display:inline-block}@keyframes blink{50%{opacity:0}}.line{background:linear-gradient(90deg, transparent, var(--accent), transparent);opacity:0;width:60px;height:1px;margin-top:12px;animation:1s 1.3s forwards fadeUp}footer.coming-soon-footer{z-index:1;letter-spacing:.28em;text-transform:uppercase;color:#0c7ab366;opacity:0;justify-content:center;gap:10px;font-size:.7rem;animation:1s 1.6s forwards fadeUp;display:flex;position:fixed;bottom:26px;left:0;right:0}footer.coming-soon-footer .dot{background:var(--accent);width:4px;height:4px;box-shadow:0 0 6px var(--accent);border-radius:50%;align-self:center}@media (max-width:480px){footer.coming-soon-footer{letter-spacing:.18em;font-size:.6rem}}
