.coming-soon{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;gap:3rem;width:100%}.coming-soon-card{display:flex;flex-direction:column;align-items:center;gap:1.5rem;max-width:480px}.logo-img{width:80px;height:80px;object-fit:contain;border-radius:16px}.logo{font-size:3rem;font-weight:700;letter-spacing:-.04em;background:linear-gradient(135deg,#fff,#3b82f6);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.divider{width:48px;height:2px;background:linear-gradient(90deg,transparent,var(--color-accent),transparent);border-radius:1px}.headline{font-size:1.25rem;font-weight:500;color:var(--color-text);letter-spacing:-.01em}.subtext{font-size:.95rem;line-height:1.7;color:var(--color-text-muted)}.status-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;border:1px solid var(--color-border);border-radius:999px;font-size:.8rem;color:var(--color-text-muted);background:var(--color-surface)}.status-dot{width:6px;height:6px;border-radius:50%;background-color:var(--color-accent);box-shadow:0 0 6px var(--color-accent);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.backend-check{font-size:.8rem;color:var(--color-accent);margin-top:.5rem}.footer{font-size:.75rem;color:var(--color-text-muted);opacity:.5}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--color-bg: #0a0a0a;--color-surface: #111111;--color-text: #ededed;--color-text-muted: #888888;--color-accent: #3b82f6;--color-accent-glow: rgba(59, 130, 246, .15);--color-border: #222222}html{color-scheme:dark}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100dvh}#root{min-height:100dvh;display:flex;align-items:center;justify-content:center}
