:root{--bg:#edf2f7;--card:#fff;--text:#102a43;--muted:#627d98;--primary:#4c7fe5;--primary-dark:#2453b3;--nav:#08152f;--nav-active:#14264f;--border:#d9e2ec;--success:#e8fff3;--warn:#fff4db;--danger:#ffe3e3;--shadow:0 10px 30px rgba(15,23,42,.05);}*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,Arial,sans-serif;background:var(--bg);color:var(--text)}a{color:var(--primary);text-decoration:none}table{width:100%;border-collapse:collapse}th,td{padding:14px 12px;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}button,.button{background:var(--primary);color:#fff;border:none;border-radius:12px;padding:12px 16px;font-weight:700;cursor:pointer;transition:.2s}button:hover,.button:hover{background:var(--primary-dark)}.btn-secondary{background:#eef2ff;color:#1e3a8a;border:1px solid #c7d2fe}.btn-secondary:hover{background:#dbe7ff}.btn-danger{background:#ef4444}.btn-danger:hover{background:#dc2626}input,select,textarea{width:100%;padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:#fff;font:inherit}textarea{min-height:110px;resize:vertical}h1,h2,h3,p{margin-top:0}.mt-16{margin-top:16px}.field-label{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:6px}.muted-text{color:var(--muted)}.app-shell{display:flex;min-height:100vh}.sidebar{width:310px;background:var(--nav);color:#fff;padding:28px 18px;display:flex;flex-direction:column;justify-content:space-between}.brand{font-size:22px;font-weight:800;margin-bottom:4px}.brand-sub{font-size:13px;color:#9fb3c8;margin-bottom:26px}.nav{display:grid;gap:8px}.nav a{color:#d9e2ec;padding:14px 16px;border-radius:14px}.nav a:hover,.nav a.active{background:var(--nav-active);color:#fff}.sidebar-footer{color:#7f8ea3}.main{flex:1;padding:26px 40px}.main.full{display:flex;align-items:center;justify-content:center}.topbar{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:20px}.searchbar{display:flex;gap:8px;flex:1;max-width:680px}.userbox{display:flex;gap:12px;align-items:center}.user-name{font-weight:700}.user-role{color:var(--muted);font-size:13px}.card{background:var(--card);border:1px solid var(--border);border-radius:22px;padding:24px;box-shadow:var(--shadow);margin-bottom:18px}.grid{display:grid;gap:18px}.stats{grid-template-columns:repeat(4,minmax(0,1fr))}.two-cols{grid-template-columns:1fr 1fr}.form-grid-2{grid-template-columns:1fr 1fr}.filters-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.stack{display:grid;gap:12px}.stack-list{display:grid;gap:18px}.item-row{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.chips,.inline-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.chip,.badge{display:inline-block;padding:8px 12px;border-radius:999px;background:#eef2f7;font-weight:600}.chip-success{background:#e8fff3;color:#087443}.badge-info{background:#e8f0ff;color:#1d4ed8}.badge-success{background:#dcfce7;color:#15803d}.badge-warn{background:#fff4db;color:#b26b00}.badge-danger{background:#ffe3e3;color:#b42318}.alert{padding:14px 16px;border-radius:14px;margin-bottom:16px}.alert.success{background:var(--success)}.alert.error{background:var(--danger)}.auth-wrap{width:100%;display:flex;align-items:center;justify-content:center}.auth-card{width:min(460px,92vw)}.inline-form{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.section-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}.muted-box{background:#f8fafc;padding:14px 16px;border-radius:12px;border:1px solid var(--border);color:var(--muted)}.pagination{display:flex;justify-content:center;align-items:center;gap:12px;padding-top:18px}.page-link{padding:10px 14px;border:1px solid var(--border);border-radius:12px;background:#fff}.page-current{color:var(--muted);font-weight:700}.stat-card{position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;inset:auto auto 0 0;height:5px;width:100%;background:linear-gradient(90deg,var(--primary),#8ab4ff)}.stat-label{font-size:14px;color:var(--muted);margin-bottom:10px}.stat-value{font-size:42px;font-weight:800}.empty-state{padding:18px;border-radius:14px;background:#f8fafc;color:var(--muted);border:1px dashed var(--border)}.table-link{font-weight:700}.table-meta{margin-bottom:12px;color:var(--muted);font-weight:600}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.timeline{display:grid;gap:18px}.timeline-item{display:grid;grid-template-columns:54px 1fr;gap:16px}.timeline-step{width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#e8f0ff;color:#1d4ed8;font-weight:800}.timeline-content{padding:18px;border:1px solid var(--border);border-radius:18px;background:#fbfdff}.timeline-header{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:8px}.timeline-header h3{margin:0}.timeline-meta{font-size:14px;color:var(--muted);margin-bottom:6px}.timeline-note{margin-top:10px;padding:12px;border-radius:12px;background:#f8fafc}.divider{height:1px;background:var(--border);margin:18px 0}.step-row{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:end}.step-label{display:block;margin-bottom:8px;font-weight:700}.step-row-actions{display:flex;align-items:end}.login-note{margin-top:16px;color:var(--muted)}@media (max-width:1200px){.stats,.two-cols,.form-grid-2,.filters-row,.info-grid{grid-template-columns:1fr 1fr}}@media (max-width:900px){.stats,.two-cols,.form-grid-2,.filters-row,.info-grid{grid-template-columns:1fr}.sidebar{width:250px}.topbar{flex-direction:column;align-items:stretch}.searchbar{max-width:none}}@media (max-width:780px){.app-shell{display:block}.sidebar{width:100%}.main{padding:18px}.item-row,.timeline-header{flex-direction:column;align-items:flex-start}}
.stats-six{grid-template-columns:repeat(6,minmax(0,1fr))}.user-avatar,.profile-photo{width:56px;height:56px;border-radius:14px;object-fit:cover;border:1px solid var(--border);background:#fff}.profile-photo{width:96px;height:96px;border-radius:18px}.user-avatar.placeholder,.profile-photo.placeholder{display:flex;align-items:center;justify-content:center;background:#e8f0ff;color:#1d4ed8;font-weight:800}.user-card-head{display:flex;gap:16px;align-items:flex-start}.main{padding-bottom:72px}.app-footer{position:fixed;left:310px;right:0;bottom:0;height:44px;display:flex;align-items:center;justify-content:center;background:#fff;border-top:1px solid var(--border);color:var(--muted);z-index:20}.main.full .app-footer{left:0}@media (max-width:780px){.app-footer{left:0}}

/* V3.2.1 avatar framing patch */
.userbox{gap:14px;background:rgba(255,255,255,.55);padding:8px 10px;border-radius:18px}
.userbox-meta{display:flex;flex-direction:column;line-height:1.2;min-width:0}
.userbox .user-name,.userbox .user-role{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}
.avatar-frame,.profile-frame{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#f8fafc;border:1px solid var(--border);box-shadow:0 6px 20px rgba(15,23,42,.06)}
.avatar-frame{width:56px;height:56px;border-radius:18px}
.profile-frame{width:96px;height:96px;border-radius:24px}
.avatar-frame img,.profile-frame img{width:100%;height:100%;display:block;object-fit:cover;object-position:center center;transform:translateZ(0)}
.avatar-placeholder,.profile-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#e8f0ff;color:#1d4ed8;font-weight:800}
.avatar-placeholder{font-size:20px}
.profile-placeholder{font-size:30px}
.user-card-head{align-items:center}
@media (max-width:900px){.userbox{padding:8px}.userbox .user-name,.userbox .user-role{max-width:150px}}

/* ===== Avatar / photo utilisateur ===== */

.topbar-user {
    display:flex;
    align-items:center;
    gap:14px;
    margin-left:auto;
}

.avatar-frame{
    width:56px;
    height:56px;
    border-radius:16px;
    overflow:hidden;
    background:#f3f4f6;
    border:1px solid #dbe3ef;
    display:flex;
    align-items:center;
    justify-content:center;
}

.avatar-frame img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
}

.avatar-placeholder{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#e8eef8;
    color:#16345f;
    font-weight:700;
    font-size:18px;
    text-transform:uppercase;
}

.profile-frame{
    width:72px;
    height:72px;
    border-radius:18px;
    overflow:hidden;
    background:#f3f4f6;
    border:1px solid #dbe3ef;
    display:flex;
    align-items:center;
    justify-content:center;
}

.profile-frame img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}

.profile-placeholder{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#e8eef8;
    color:#16345f;
    font-weight:700;
    font-size:22px;
}

