/*
Theme Name: HEH LAN Custom
Author: HEH LAN
Description: Thème WordPress sur-mesure pour HEH LAN: tournois, équipes, inscriptions et paiements.
Version: 0.1.0
Text Domain: hehlan
*/
body{margin:0;background:#0b0b0f;color:#eaeaf0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif}
a{color:#7bdfff;text-decoration:none}
a:hover{text-decoration:underline}
.container{max-width:1100px;margin:0 auto;padding:24px}
.btn{display:inline-block;padding:10px 16px;border-radius:6px;background:#7c3aed;color:#fff}
.card{background:#151521;border:1px solid #26263a;border-radius:10px;padding:16px;margin:12px 0}
input,select,textarea{background:#0f0f16;border:1px solid #2b2b3f;border-radius:6px;color:#eaeaf0;padding:10px;width:100%}
label{display:block;margin:8px 0 4px}
form .row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media (max-width:700px){form .row{grid-template-columns:1fr}}
