body {
    font-family: 'Segoe UI', Arial;
    background: linear-gradient(135deg,#eef2f7,#dfe7f3);
    margin:0;
    padding:40px;
}

form {
    background:#fff;
    max-width:950px;
    margin:auto;
    padding:30px;
    border-radius:10px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

h2 {
    text-align:center;
    margin-bottom:25px;
    color:#1f3c88;
}

.grid {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:15px;
}

input, select {
    padding:12px;
    border:1px solid #ccd5e0;
    border-radius:6px;
    font-size:14px;
}

input:focus, select:focus {
    outline:none;
    border-color:#1f3c88;
}

button {
    margin-top:25px;
    width:100%;
    padding:14px;
    background:#1f3c88;
    color:#fff;
    font-size:16px;
    border:none;
    border-radius:6px;
    cursor:pointer;
}

button:hover {
    background:#163172;
}

.files label {
    font-size:13px;
    margin-top:10px;
    display:block;
}

.check {
    margin-top:15px;
}

.captcha {
    margin-top:15px;
    font-weight:600;
}

body {
    background:#eef2f7;
    font-family:'Segoe UI', Arial;
}

.container {
    max-width:1100px;
    margin:40px auto;
}

.card {
    background:#fff;
    border-radius:14px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    padding:30px;
}

.header {
    display:flex;
    justify-content:space-between;
    align-items:center;
    border-bottom:1px solid #e5e9f0;
    padding-bottom:15px;
}

.header h2 {
    margin:0;
    color:#1f3c88;
}

.status {
    padding:6px 14px;
    border-radius:20px;
    font-size:13px;
    font-weight:600;
}

.status.en_attente { background:#fff3cd; color:#856404; }
.status.valide { background:#d4edda; color:#155724; }
.status.rejete { background:#f8d7da; color:#721c24; }

.profile {
    display:grid;
    grid-template-columns:140px 1fr;
    gap:25px;
    margin-top:25px;
}

.photo {
    width:100px;
    height:150px;
    border-radius:6px;
    overflow:hidden;
    border:1px solid #ddd;
}

.photo img {
    width:100%;
    height:100%;
    object-fit:cover;
}

.info-grid {
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:12px 30px;
}

.info-item {
    font-size:14px;
}

.info-item span {
    color:#6c757d;
    display:block;
    font-size:12px;
}

.section {
    margin-top:35px;
}

.section h3 {
    margin-bottom:15px;
    color:#1f3c88;
}

.files {
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(220px,1fr));
    gap:12px;
}

.file-link {
    padding:10px 14px;
    background:#f8f9fb;
    border:1px solid #e1e6ef;
    border-radius:8px;
    text-decoration:none;
    color:#333;
    font-size:14px;
}

.file-link:hover {
    background:#e9effa;
}

.decision {
    background:#f9fafc;
    border:1px solid #e1e6ef;
    border-radius:10px;
    padding:20px;
}

textarea {
    width:100%;
    min-height:80px;
    margin-top:10px;
}

button {
    margin-top:15px;
    padding:12px 20px;
    background:#1f3c88;
    color:#fff;
    border:none;
    border-radius:8px;
    cursor:pointer;
}

button:hover {
    background:#163172;
}

.back {
    display:inline-block;
    margin-top:20px;
    text-decoration:none;
    color:#1f3c88;
    font-weight:600;
}
.info-box {
    background:#f8f9fb;
    border:1px solid #dce3ef;
    border-left:5px solid #1f3c88;
    padding:15px 20px;
    margin-bottom:25px;
    border-radius:8px;
    font-size:14px;
    color:#333;
}

.info-box p {
    margin:6px 0;
}

.info-box .bank {
    background:#fff;
    padding:10px;
    border-radius:6px;
    margin-top:10px;
    font-weight:500;
}
.admin-header {
    display:flex;
    justify-content:space-between;
    align-items:center;
    background:#1f3c88;
    padding:14px 25px;
    color:#fff;
}

.logo-admin {
    font-weight:600;
    font-size:15px;
}

.header-nav a {
    margin-left:18px;
    color:#fff;
    text-decoration:none;
    font-size:14px;
    font-weight:500;
}

.header-nav a:hover {
    text-decoration:underline;
}

.header-nav .logout {
    background:#b00020;
    padding:6px 12px;
    border-radius:6px;
}
.header-nav .logout:hover {
    background:#8a0018;
}
