body { font-family: system-ui, -apple-system, sans-serif; display: flex; align-items: center; justify-content: center; min-height: 100vh; margin: 0; background: linear-gradient(135deg, #87CEEB, #F0E68C); color: #2C3E50; } .redirect-container { text-align: center; padding: 40px; background: white; border-radius: 16px; box-shadow: 0 8px 24px rgba(0,0,0,0.1); max-width: 400px; } .logo { width: 100px; height: 100px; border-radius: 50%; margin-bottom: 20px; } h1 { font-size: 24px; margin-bottom: 16px; } p { color: #666; margin-bottom: 24px; } a { color: #2C3E50; text-decoration: none; font-weight: 600; padding: 12px 24px; background: #87CEEB; border-radius: 8px; border: 2px solid #2C3E50; display: inline-block; transition: all 0.2s ease; } a:hover { background: #6BB6D6; transform: translateY(-1px); }

Redirecting to Forum...

You will be automatically redirected to the community forum.

Click here if not redirected