:root{--admin-shell-sidebar-width:284px;--admin-shell-topbar-height:74px;--admin-shell-bg:#f4f7f5;--admin-shell-surface:#fff;--admin-shell-border:#0f172a14;--admin-shell-shadow:0 18px 40px #0f172a14;--admin-shell-green:#15803d;--admin-shell-green-deep:#166534;--admin-shell-green-soft:#ecfdf3;--admin-shell-text:#0f172a;--admin-shell-muted:#64748b}body{background:var(--admin-shell-bg);overflow-x:hidden}:root.admin-shell-active body{transition:padding-left .22s;padding-top:var(--admin-shell-topbar-height)!important}:root.admin-shell-sidebar-open body{padding-left:var(--admin-shell-sidebar-width)!important}:root.admin-shell-sidebar-closed body{padding-left:0!important}.admin-shell-topbar{height:var(--admin-shell-topbar-height);z-index:1040;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--admin-shell-border);background:#ffffffeb;justify-content:space-between;align-items:center;gap:1rem;padding:0 1.25rem;transition:left .22s;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 8px 24px #0f172a0d}.admin-shell-topbar-left,.admin-shell-topbar-right{align-items:center;gap:.85rem;min-width:0;display:flex}.admin-shell-topbar-left{flex:auto}.admin-shell-topbar-right{flex:0 auto;justify-content:flex-end}.admin-shell-toggle{background:var(--admin-shell-green-soft);width:44px;height:44px;color:var(--admin-shell-green-deep);border:0;border-radius:14px;justify-content:center;align-items:center;display:inline-flex;box-shadow:inset 0 0 0 1px #15803d14}.admin-shell-toggle:hover{background:#dcfce7}.admin-shell-toggle-sidebar{color:#fff;background:#ffffff1f;border:0;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;margin-left:auto;font-size:1.15rem;line-height:1;display:inline-flex}.admin-shell-toggle-sidebar:hover{background:#ffffff2e}.admin-shell-toggle-lines{flex-direction:column;justify-content:space-between;width:18px;height:14px;display:inline-flex}.admin-shell-toggle-lines span{background:currentColor;border-radius:999px;height:2px;display:block}.admin-shell-page-title{min-width:0}.admin-shell-page-title strong{color:var(--admin-shell-text);font-size:1.02rem;line-height:1.1;display:block}.admin-shell-page-title span{color:var(--admin-shell-muted);white-space:nowrap;text-overflow:ellipsis;margin-top:.15rem;font-size:.84rem;display:block;overflow:hidden}.admin-shell-role{background:var(--admin-shell-green-soft);color:var(--admin-shell-green-deep);letter-spacing:.02em;text-transform:uppercase;border:1px solid #15803d1f;border-radius:999px;align-items:center;padding:.42rem .72rem;font-size:.76rem;font-weight:700;display:inline-flex}.admin-shell-user{max-width:220px;color:var(--admin-shell-text);word-break:break-word;font-weight:600;line-height:1.15}.admin-shell-logout{background:var(--admin-shell-green);color:#fff;border:0;border-radius:12px;justify-content:center;align-items:center;min-height:42px;padding:0 .95rem;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 10px 22px #15803d38}.admin-shell-logout:hover{background:var(--admin-shell-green-deep);color:#fff}.admin-shell-sidebar{width:var(--admin-shell-sidebar-width);z-index:1050;color:#fff;box-shadow:var(--admin-shell-shadow);background:linear-gradient(#0f7a3c 0%,#15603a 100%);transition:transform .22s;position:fixed;top:0;bottom:0;left:0;overflow:hidden}.admin-shell-sidebar-inner{flex-direction:column;height:100%;display:flex}.admin-shell-brand{min-height:var(--admin-shell-topbar-height);border-bottom:1px solid #ffffff1f;align-items:center;gap:.9rem;padding:1.2rem 1.15rem 1rem;display:flex}.admin-shell-brand-mark{background:#ffffff29;border-radius:14px;flex:none;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.15rem;display:inline-flex}.admin-shell-brand-mark svg,.admin-shell-link-icon svg{stroke:currentColor;stroke-width:1.9px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.admin-shell-brand-copy{min-width:0;transition:opacity .18s}.admin-shell-brand-copy strong,.admin-shell-brand-copy span{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.admin-shell-brand-copy strong{font-size:1.28rem;line-height:1.05}.admin-shell-brand-copy span{color:#ffffffc2;margin-top:.25rem;font-size:.84rem}.admin-shell-nav{flex:auto;padding:1rem .85rem 1.2rem;overflow-y:auto}.admin-shell-group-title{color:#ffffffa3;letter-spacing:.08em;text-transform:uppercase;padding:0 .8rem .45rem;font-size:.74rem;font-weight:700}.admin-shell-links{gap:.35rem;display:grid}.admin-shell-link{color:#ffffffd6;border-radius:14px;align-items:center;gap:.9rem;min-height:48px;padding:.6rem .78rem;text-decoration:none;transition:background .18s,color .18s,transform .18s;display:flex}.admin-shell-link:hover{color:#fff;background:#ffffff1a;transform:translate(1px)}.admin-shell-link.is-active{color:var(--admin-shell-green-deep);background:#fff;box-shadow:0 12px 24px #0721142e}.admin-shell-link-icon{background:#ffffff1f;border-radius:12px;flex:none;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.05rem;line-height:1;display:inline-flex}.admin-shell-link.is-active .admin-shell-link-icon{background:#15803d1a}.admin-shell-link-copy{flex-direction:column;min-width:0;transition:opacity .18s;display:flex}.admin-shell-link-label{color:currentColor;white-space:nowrap;text-overflow:ellipsis;font-weight:700;line-height:1.05;overflow:hidden}.admin-shell-link-hint{color:inherit;opacity:.7;white-space:nowrap;text-overflow:ellipsis;margin-top:.18rem;font-size:.76rem;overflow:hidden}.admin-shell-sidebar-footer{border-top:1px solid #ffffff1f;padding:.95rem;display:none}.admin-shell-sidebar-user{background:#ffffff14;border-radius:16px;padding:.85rem}.admin-shell-sidebar-user strong,.admin-shell-sidebar-user span{color:#fff;display:block}.admin-shell-sidebar-user span{color:#ffffffb3;margin-top:.25rem;font-size:.84rem}.admin-shell-sidebar-logout{color:#fff;background:0 0;border:1px solid #ffffff2e;border-radius:12px;justify-content:center;align-items:center;width:100%;min-height:42px;margin-top:.8rem;font-weight:700;text-decoration:none;display:inline-flex}.admin-shell-backdrop{opacity:0;visibility:hidden;z-index:1045;background:#02061775;transition:opacity .2s,visibility .2s;position:fixed;inset:0}:root.admin-shell-sidebar-open .admin-shell-topbar{left:var(--admin-shell-sidebar-width)}:root.admin-shell-sidebar-closed .admin-shell-sidebar{transform:translateX(calc(-1 * var(--admin-shell-sidebar-width)))}@media (width<=991.98px){:root.admin-shell-active body,:root.admin-shell-sidebar-open body,:root.admin-shell-sidebar-closed body{padding-left:0!important}.admin-shell-topbar{gap:.6rem;padding:0 .95rem;left:0!important}.admin-shell-user{display:none}.admin-shell-sidebar{width:min(86vw,320px);transform:translate(-100%)}.admin-shell-role{padding:.35rem .55rem;font-size:.7rem}.admin-shell-logout{min-height:40px;box-shadow:none;padding:0 .8rem;font-size:.92rem}.admin-shell-sidebar-footer{display:block}:root.admin-shell-mobile-open .admin-shell-sidebar{transform:translate(0)}:root.admin-shell-mobile-open .admin-shell-backdrop{opacity:1;visibility:visible}}@media (width<=575.98px){.admin-shell-topbar{height:auto;min-height:var(--admin-shell-topbar-height);padding:.55rem .75rem}.admin-shell-page-title strong{font-size:.98rem}.admin-shell-page-title span{font-size:.78rem}.admin-shell-role{display:none}.admin-shell-logout{min-width:42px;padding:0 .7rem}.admin-shell-sidebar{width:min(92vw,320px)}}@media (width<=430px){.admin-shell-topbar{padding:.5rem .65rem}.admin-shell-topbar-right{gap:.45rem}.admin-shell-page-title span{display:none}.admin-shell-logout{min-height:38px;padding:0 .55rem;font-size:.82rem}}.page-shell{max-width:1320px}.admin-page-bg{min-height:calc(100vh - var(--admin-shell-topbar-height));background:radial-gradient(circle at 0 0,#19875414,#0000 26%),linear-gradient(#f3f7f5 0%,#eef2f6 100%)}.panel,.metric-card,.hero-card{background:#fffffff0;border:0;border-radius:20px;box-shadow:0 14px 36px #1018280f}.hero-card{overflow:hidden}.panel{overflow-x:hidden}.hero-band{color:#fff;background:linear-gradient(135deg,#0f7b53 0%,#1f9d68 48%,#b8dfcf 100%)}.hero-chip{background:#ffffff24;border-radius:999px;align-items:center;gap:.45rem;padding:.4rem .8rem;font-size:.85rem;display:inline-flex}.metric-card{height:100%}.metric-label{color:#5f6c7b;font-size:.92rem}.metric-value{color:#182230;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;line-height:1}.metric-trend{color:#667085;font-size:.86rem}.section-title{color:#16202a;font-size:1rem;font-weight:700}.section-subtitle{color:#667085;font-size:.9rem}.card-liste{background:#fff;border:0;border-radius:14px;box-shadow:0 6px 18px #0000000f}.table-clean>:not(caption)>*>*{padding:.7rem .75rem}.table-clean thead th{color:#475467;white-space:nowrap;background:#f8fafc;border-bottom:1px solid #0f172a14;font-size:.86rem;font-weight:600}.badge-soft-green{color:#198754;background:#1987541f;border:1px solid #19875440;font-weight:600}.badge-soft-muted{color:#475467;background:#64748b1f;border:1px solid #64748b38;font-weight:600}.etat-vide{text-align:center;color:#667085;padding:2.4rem 1rem}.filtres-barre{flex-wrap:wrap;align-items:flex-end;gap:.6rem;display:flex}.filtres-barre .form-label{color:#475467;margin-bottom:.25rem;font-size:.84rem}.login-page{background:linear-gradient(120deg,#0a3c23d1,#0a3c238c),#0a3c23;min-height:100vh}.carte-login{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:0;border-radius:18px;box-shadow:0 18px 50px #00000040}.badge-role{color:#198754;background:#1987541f;border:1px solid #19875440}.login-logo{object-fit:contain;width:56px;height:56px}
