@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap";:root{--bg-color:#fff;--text-color:#1a1a1a;--dot-color:#4352ff}body,html{background-color:var(--bg-color);width:100%;height:100%;color:var(--text-color);margin:0;padding:0;font-family:Inter,sans-serif}#root{width:100%;height:100%}.container{box-sizing:border-box;flex-direction:column;justify-content:space-between;align-items:center;min-height:100vh;padding:2rem;display:flex}.main-content{flex-direction:column;flex-grow:1;justify-content:center;align-items:center;width:100%;display:flex}.logo{width:100%;max-width:400px;height:auto;margin-bottom:2rem}.subtitle{letter-spacing:.25em;text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin:0;font-size:.9rem;font-weight:600;display:flex}.dot{color:var(--dot-color);font-size:1.2rem;line-height:1}.footer{margin-top:auto;padding-bottom:2rem}.coming-soon{letter-spacing:.4em;text-align:center;text-transform:uppercase;margin:0;font-size:.85rem;font-weight:400}@media (width<=768px){.logo{max-width:350px}.subtitle{letter-spacing:.15em;font-size:.75rem}.coming-soon{letter-spacing:.3em;font-size:.75rem}}@media (width<=480px){.logo{max-width:280px}.subtitle{letter-spacing:.1em;font-size:.65rem}}
