@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--teal: #008f96;--teal-clair: #0AA9B2;--teal-fonce: #0A767B;--menthe: #D6EFF0;--menthe-claire: #E9F7F7;--encre: #16201F;--gris: #5C6B6A;--ligne: #D3E4E0;--dore: #E8A23D;--blanc: #ffffff;--fond: #ffffff;--vert: #2E9E6B;--vert-bg: #E6F4EC;--orange: #E8A23D;--orange-bg: #FCF1DF;--rouge: #D0433B;--rouge-bg: #FBEAE8;--ombre: 0 1px 2px rgba(22, 32, 31, .05), 0 2px 8px rgba(22, 32, 31, .04);--rayon: 14px;--rayon-sm: 8px;--inset-bg: #f4f8f7;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--fond);color:var(--encre);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{margin:0;font-weight:700;color:var(--encre);letter-spacing:-.01em}h1{font-size:24px}h2{font-size:18px}a{color:var(--teal);text-decoration:none}a:hover{color:var(--teal-fonce)}button{font-family:inherit}input,select,textarea{font-family:inherit;font-size:14px}.btn{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border-radius:var(--rayon-sm);border:1px solid transparent;font-weight:600;font-size:13.5px;cursor:pointer;transition:background .12s,box-shadow .12s}.btn-primary{background:var(--teal);color:#fff}.btn-primary:hover{background:var(--teal-fonce)}.btn-ghost{background:#fff;color:var(--encre);border-color:var(--ligne)}.btn-ghost:hover{background:var(--menthe-claire)}.btn-danger{background:var(--rouge);color:#fff}.btn-danger:hover{filter:brightness(.94)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-sm{padding:6px 11px;font-size:12.5px}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.field label{font-size:12.5px;font-weight:600;color:var(--gris)}.input{width:100%;padding:9px 12px;border:1px solid var(--ligne);border-radius:var(--rayon-sm);background:#fff;color:var(--encre);outline:none}.input:focus{border-color:var(--teal-clair);box-shadow:0 0 0 3px #149aa624}.hint{font-size:12px;color:var(--gris)}.error-text{color:var(--rouge);font-size:12.5px}.card{background:#fff;border:1px solid var(--ligne);border-radius:var(--rayon);box-shadow:var(--ombre)}.card-pad{padding:18px 20px}.card-title{font-size:13px;font-weight:700;color:var(--gris);text-transform:uppercase;letter-spacing:.04em}.inset{background:var(--inset-bg);border-radius:var(--rayon-sm);padding:6px}.inset .row-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:7px 8px;border-radius:6px}.inset .row-item:hover{background:#fff}.hr{height:1px;background:#eef4f2;border:0;margin:14px 0}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:16px}.kpi{background:#fff;border:1px solid var(--ligne);border-radius:var(--rayon);box-shadow:var(--ombre);padding:16px 18px}.kpi-label{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--gris);font-weight:600}.kpi-value{font-size:28px;font-weight:700;margin-top:8px;letter-spacing:-.02em}.kpi-sub{font-size:12px;color:var(--gris);margin-top:2px}.dot{width:8px;height:8px;border-radius:50%;display:inline-block;flex:0 0 auto}.dot-teal{background:var(--teal)}.dot-vert{background:var(--vert)}.dot-orange{background:var(--orange)}.dot-rouge{background:var(--rouge)}.dot-gris{background:var(--gris)}.badge{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:600;border:1px solid transparent}.badge-vert{background:var(--vert-bg);color:#1d6e4a;border-color:#bfe3ce}.badge-orange{background:var(--orange-bg);color:#9a6a1c;border-color:#f2dcb4}.badge-rouge{background:var(--rouge-bg);color:#a5322b;border-color:#f2c9c4}.badge-teal{background:var(--menthe);color:var(--teal-fonce);border-color:#bfe0da}.badge-gris{background:#f1f4f3;color:var(--gris);border-color:var(--ligne)}.table-wrap{overflow-x:auto}table.data{width:100%;border-collapse:collapse}table.data th{text-align:left;font-size:11.5px;text-transform:uppercase;letter-spacing:.04em;color:var(--gris);font-weight:700;padding:10px 14px;border-bottom:1px solid var(--ligne);white-space:nowrap}table.data td{padding:11px 14px;border-bottom:1px solid #eef4f2;font-size:13.5px}table.data tbody tr:hover{background:var(--menthe-claire)}table.data tbody tr.clickable{cursor:pointer}.muted{color:var(--gris)}.mono{font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:12.5px}.app{display:flex;min-height:100vh}.sidebar{width:232px;flex:0 0 232px;background:#fff;border-right:1px solid var(--ligne);display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.brand{display:flex;align-items:center;gap:10px;padding:18px 18px 14px}.brand img{width:26px;height:26px}.brand .wm{font-size:17px;font-weight:700}.brand .wm .s{color:var(--teal)}.nav{display:flex;flex-direction:column;gap:2px;padding:8px 10px;overflow-y:auto;flex:1}.nav a{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:var(--rayon-sm);color:var(--gris);font-weight:600;font-size:13.5px}.nav a:hover{background:var(--menthe-claire);color:var(--encre)}.nav a.active{background:var(--menthe);color:var(--teal-fonce)}.sidebar-foot{border-top:1px solid var(--ligne);padding:12px 14px;font-size:12px;color:var(--gris)}.content{flex:1;min-width:0;display:flex;flex-direction:column}.topbar{height:56px;border-bottom:1px solid var(--ligne);display:flex;align-items:center;justify-content:space-between;padding:0 24px;background:#fff;position:sticky;top:0;z-index:5}.page{padding:24px;max-width:1180px;width:100%;margin:0 auto}.page-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;gap:12px;flex-wrap:wrap}.row{display:flex;align-items:center;gap:10px}.spread{display:flex;align-items:center;justify-content:space-between;gap:12px}.stack{display:flex;flex-direction:column;gap:4px}.toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:14px}.toolbar .input{width:auto;min-width:220px}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#16201f6b;display:flex;align-items:center;justify-content:center;padding:20px;z-index:50}.modal{background:#fff;border-radius:var(--rayon);box-shadow:0 12px 40px #16201f38;width:100%;max-width:460px;padding:22px}.modal h2{margin-bottom:6px}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.auth-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--menthe-claire);padding:20px}.auth-card{background:#fff;border:1px solid var(--ligne);border-radius:var(--rayon);box-shadow:var(--ombre);width:100%;max-width:400px;padding:28px}.auth-brand{display:flex;align-items:center;gap:10px;justify-content:center;margin-bottom:6px}.auth-brand img{width:30px;height:30px}.center{text-align:center}.qr{display:block;margin:12px auto;width:190px;height:190px;border:1px solid var(--ligne);border-radius:var(--rayon-sm)}.toast-wrap{position:fixed;top:16px;right:16px;display:flex;flex-direction:column;gap:8px;z-index:100}.toast{background:var(--encre);color:#fff;padding:11px 15px;border-radius:var(--rayon-sm);box-shadow:var(--ombre);font-size:13.5px;max-width:340px}.toast.ok{background:#1d6e4a}.toast.err{background:#a5322b}.spinner{width:18px;height:18px;border:2px solid var(--ligne);border-top-color:var(--teal);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty{text-align:center;color:var(--gris);padding:40px 20px}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px;align-items:start}.banner{padding:10px 14px;border-radius:var(--rayon-sm);font-size:13px}.banner-rouge{background:var(--rouge-bg);color:var(--rouge);border:1px solid var(--rouge)}.lbl{display:block;font-size:12px;font-weight:600;color:var(--encre);margin:12px 0 4px}.badge-demo{background:var(--rouge);color:#fff;border-color:var(--rouge);text-transform:uppercase;letter-spacing:.04em}table.data tbody tr.row-demo td{background:var(--rouge-bg)}
