body { background:#121212; color:#e0e0e0; font-family:'Segoe UI',sans-serif; margin:0; display:flex; justify-content:center; align-items:center; min-height:100vh; }
.container { background:#1e1e1e; width:980px; border-radius:12px; border:1px solid #333; overflow:hidden; position:relative; box-shadow:0 10px 50px #000; }
.logo { display:block; width:180px; margin:20px auto 5px; }
.main-nav { display:flex; background:#000; border-bottom:2px solid #f8b700; width:100%; }
.main-nav button { flex:1; padding:15px; background:transparent; color:#aaa; border:none; cursor:pointer; font-weight:bold; font-size:11px; text-transform:uppercase; transition:0.2s; }
.main-nav button.active { color:#f8b700; background:#222; border-bottom:2px solid #f8b700; }
.section { display:none; padding:25px; } .section.active { display:block; }
.table-wrapper { max-height:450px; overflow-y:auto; border:1px solid #444; background:#1a1a1a; margin-top:10px; }
table { width:100%; border-collapse:collapse; font-size:13px; }
th { text-align:left; color:#f8b700; padding:12px; border-bottom:1px solid #555; position:sticky; top:0; background:#000; cursor:pointer; }
td { padding:12px; border-bottom:1px solid #333; }
.btn-action { padding:6px 10px; border:none; border-radius:3px; cursor:pointer; color:#fff; font-size:11px; margin-right:2px; }
input, select { width:100%; padding:12px; margin:10px 0; background:#2c2c2c; border:1px solid #444; color:#fff; border-radius:4px; box-sizing:border-box; text-align:center; }
.btn-submit { width: 100%; padding: 12px; background:#007bff; border:none; color:#fff; font-weight:bold; cursor:pointer; border-radius:4px; margin-top:10px; }
.message {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    background: #2ecc71; /* Vert par défaut */
    color: white;
    text-align: center;
    font-weight: bold;
}
#cd-bar { height:4px; background:#f8b700; width:100%; transition:width 1s linear; }
/* Container universel pour le logo et le texte */
.logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    margin: 20px 0;
}

.logo-subtext {
    display: block;
    font-size: 10px;
    color: #f8b700 !important; /* Doré Legion */
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 5px;
}

/* Ajustement pour l'écran de Login */
.login-box .logo-subtext {
    margin-bottom: 20px;
}