<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>WebLFG · Find your squad</title> <style> * box-sizing: border-box; font-family: system-ui, -apple-system, 'Segoe UI', Roboto; body background: #0b1120; color: #e2e8f0; padding: 2rem; margin: 0; .container max-width: 1400px; margin: 0 auto; /* header & forms */ .hero margin-bottom: 2rem; .hero h1 font-size: 2.5rem; background: linear-gradient(135deg, #a855f7, #3b82f6); -webkit-background-clip: text; background-clip: text; color: transparent; .card background: #1e293b; border-radius: 1.5rem; padding: 1.5rem; box-shadow: 0 8px 20px rgba(0,0,0,0.3); margin-bottom: 2rem;
</script> </body> </html>