* { margin: 0; padding: 0; box-sizing: border-box; font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
body { background: linear-gradient(135deg, #0f172a, #1e293b); min-height: 100vh; display: flex; align-items: center; justify-content: center; color: #f1f5f9; padding: 20px; }
.conteneur-accueil { max-width: 480px; text-align: center; background: rgba(255,255,255,0.05); padding: 40px 24px; border-radius: 20px; border: 1px solid rgba(255,255,255,0.1); }
.logo { max-width: 90px; margin-bottom: 16px; }
h1 { font-size: 2.4rem; font-weight: 700; color: #22c55e; margin-bottom: 8px; }
.slogan { font-size: 1rem; color: #94a3b8; font-style: italic; margin-bottom: 20px; }
.description { font-size: 0.95rem; line-height: 1.6; color: #cbd5e1; margin-bottom: 32px; }
.boutons-accueil { display: flex; flex-direction: column; gap: 12px; }
.bouton { padding: 14px; border-radius: 12px; text-decoration: none; font-weight: 600; font-size: 1rem; transition: transform 0.15s; }
.bouton:active { transform: scale(0.97); }
.bouton-principal { background: #22c55e; color: #0f172a; }
.bouton-secondaire { background: transparent; color: #f1f5f9; border: 1px solid #475569; }
.champ { width: 100%; padding: 14px; margin-bottom: 14px; border-radius: 10px; border: 1px solid #475569; background: #1e293b; color: #f1f5f9; font-size: 1rem; }
.champ::placeholder { color: #64748b; }
select.champ option { background: #1e293b; }
.formulaire { max-width: 420px; width: 100%; background: rgba(255,255,255,0.05); padding: 32px 24px; border-radius: 20px; border: 1px solid rgba(255,255,255,0.1); }
.message-erreur { background: #7f1d1d; color: #fecaca; padding: 12px; border-radius: 10px; margin-bottom: 14px; font-size: 0.9rem; display: none; }
.message-succes { background: #14532d; color: #bbf7d0; padding: 12px; border-radius: 10px; margin-bottom: 14px; font-size: 0.9rem; display: none; }
.lien-bas { text-align: center; margin-top: 18px; font-size: 0.9rem; color: #94a3b8; }
.lien-bas a { color: #22c55e; text-decoration: none; }
.dashboard { max-width: 600px; margin: 0 auto; padding: 20px; width: 100%; }
.carte-secretaire { background: rgba(255,255,255,0.05); padding: 18px; border-radius: 14px; margin-bottom: 14px; border: 1px solid rgba(255,255,255,0.1); display: flex; justify-content: space-between; align-items: center; }
.statut-badge { padding: 4px 12px; border-radius: 20px; font-size: 0.8rem; font-weight: 600; }
.statut-actif { background: #14532d; color: #bbf7d0; }
.statut-en_attente { background: #78350f; color: #fed7aa; }
.statut-deconnecte { background: #7f1d1d; color: #fecaca; }
.entete-dashboard { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.qr-image { max-width: 250px; margin: 20px auto; display: block; border-radius: 12px; }
body.page-dashboard { display: block; align-items: unset; justify-content: unset; }
