@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#0a0a0a;color:#fff;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.content{max-width:500px;width:100%;text-align:center}.title{font-size:4rem;font-weight:700;color:#fff;margin-bottom:1rem;letter-spacing:-.03em}.tagline{font-size:1.25rem;font-weight:600;color:#5c5c5c;margin-bottom:2rem}.description{font-size:1rem;font-weight:600;color:#5c5c5c;margin-bottom:2.5rem;line-height:1.8}.communities{display:flex;gap:1rem;justify-content:center}.community-link{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:220px;padding:.75rem 1rem;font-size:.95rem;font-weight:600;color:#fff;background-color:#1a1a1a;border:2px solid #2a2a2a;border-radius:.75rem;text-decoration:none;transition:border-color .2s}.community-link:hover{border-color:#3a3a3a}.community-link-content{display:flex;align-items:center;gap:.5rem}.community-link svg{width:24px;height:24px;color:#5865f2}.community-link-arrow{width:16px;height:16px;color:#666}@media (max-width: 480px){.title{font-size:3rem}.tagline{font-size:1.125rem}}
