<html><head><meta charset="UTF-8"><title>Linkcraft Billing</title><style>*{margin:0;padding:0;box-sizing:border-box}body{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#00092C,#001845,#002D62);font-family:Inter,sans-serif}.card{background:rgba(255,255,255,0.05);backdrop-filter:blur(24px);border:1px solid rgba(96,165,250,0.3);border-radius:1.5rem;padding:3rem;text-align:center;max-width:480px}.logo{font-size:2rem;font-weight:bold;margin-bottom:1rem}.logo span:first-child{background:linear-gradient(to right,#60a5fa,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.logo span:last-child{color:white}h1{color:white;font-size:1.25rem;margin-bottom:1rem}p{color:rgba(255,255,255,0.5);font-size:0.875rem;line-height:1.6}.badge{display:inline-block;margin-top:1.5rem;padding:0.5rem 1.25rem;background:rgba(59,130,246,0.2);border:1px solid rgba(96,165,250,0.3);border-radius:9999px;color:#60a5fa;font-size:0.75rem}</style></head><body><div class="card"><div class="logo"><span>Link</span><span>craft</span></div><h1>Module Facturation</h1><p>Notre module de facturation automatique est en cours de développement.<br>Il sera bientôt disponible pour tous les membres Linkcraft.</p><span class="badge">🚀 Bientôt disponible</span></div></body></html>