.coming-soon{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;max-width:30rem;animation:fade-in 1s ease-out both}.logo-stage{position:relative;display:grid;place-items:center;width:200px;height:200px;margin-bottom:2.25rem}.logo-wrap{position:relative;z-index:2;border-radius:30px;animation:float 6s ease-in-out infinite}.logo{width:132px;height:132px;border-radius:30px;box-shadow:0 18px 45px -12px var(--halo),0 8px 20px -8px #0000002e;animation:glow 4s ease-in-out infinite}.pulse-ring{position:absolute;z-index:1;width:132px;height:132px;border-radius:34px;border:2px solid var(--brand);opacity:0;animation:pulse 3.2s ease-out infinite}.pulse-ring--delay{animation-delay:1.6s}.title{font-size:clamp(2.2rem,6vw,3.4rem);font-weight:700;letter-spacing:-.02em;line-height:1.05;background:linear-gradient(100deg,var(--brand-strong),var(--brand),var(--brand-soft),var(--brand));background-size:220% auto;-webkit-background-clip:text;background-clip:text;color:transparent;animation:shimmer 6s linear infinite,rise .9s ease-out .2s both}.subtitle{margin-top:1.1rem;font-size:clamp(1rem,2.5vw,1.15rem);line-height:1.6;color:var(--text-muted);animation:rise .9s ease-out .4s both}.dots{display:flex;gap:.6rem;margin-top:2.5rem;animation:rise .9s ease-out .6s both}.dot{width:9px;height:9px;border-radius:50%;background-color:var(--brand);animation:bounce 1.4s ease-in-out infinite}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes glow{0%,to{box-shadow:0 18px 45px -12px var(--halo),0 8px 20px -8px #0000002e}50%{box-shadow:0 26px 60px -10px var(--halo),0 10px 24px -8px #0003}}@keyframes pulse{0%{transform:scale(1);opacity:.7}to{transform:scale(1.9);opacity:0}}@keyframes shimmer{to{background-position:220% center}}@keyframes bounce{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-9px);opacity:1}}@media (prefers-reduced-motion: reduce){.logo-wrap,.logo,.pulse-ring,.title,.dot{animation:none}.coming-soon,.subtitle,.dots{animation:fade-in .6s ease-out both}}.app{position:relative;min-height:100dvh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:1.5rem}.aura{position:absolute;border-radius:50%;filter:blur(90px);opacity:.55;pointer-events:none;z-index:0}.aura--one{width:46vmax;height:46vmax;top:-14vmax;left:-10vmax;background:radial-gradient(circle,var(--brand) 0%,transparent 68%);animation:drift-one 18s ease-in-out infinite alternate}.aura--two{width:40vmax;height:40vmax;bottom:-16vmax;right:-12vmax;background:radial-gradient(circle,var(--brand-soft) 0%,transparent 68%);animation:drift-two 22s ease-in-out infinite alternate}@keyframes drift-one{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(8vmax,6vmax,0) scale(1.15)}}@keyframes drift-two{0%{transform:translateZ(0) scale(1.1)}to{transform:translate3d(-7vmax,-5vmax,0) scale(1)}}@media (prefers-reduced-motion: reduce){.aura{animation:none}}:root{--brand: #d97757;--brand-strong: #c25f3f;--brand-soft: #e79579;--bg: #f7f5ef;--bg-soft: #fbfaf6;--text: #211f1c;--text-muted: #6b655c;--halo: rgba(217, 119, 87, .22);--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;color-scheme:light dark}@media (prefers-color-scheme: dark){:root{--bg: #211f1c;--bg-soft: #2a2622;--text: #f5f1e8;--text-muted: #a49d90;--halo: rgba(217, 119, 87, .28)}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:var(--font-sans);background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}img{max-width:100%;display:block}
