:root{--fond: #f6f7f9;--surface: #ffffff;--surface-2: #fbfbfc;--surface-3: #f1f2f5;--bordure: #e3e5ea;--bordure-forte: #cdd1d9;--texte: #16181d;--texte-2: #5b6270;--texte-3: #8b92a0;--accent: #0f4c81;--accent-clair: #e8f0f8;--accent-fort: #0b3a63;--accent-texte: #ffffff;--vert: #0f7b52;--vert-clair: #e6f4ee;--ambre: #a86400;--ambre-clair: #fdf3e2;--rouge: #b42318;--rouge-clair: #fdeceb;--violet: #5b3fb8;--violet-clair: #efecfb;--rayon: 8px;--rayon-s: 5px;--ombre: 0 1px 2px rgba(16, 24, 40, .05);--ombre-2: 0 4px 16px rgba(16, 24, 40, .1);--ombre-3: 0 16px 48px rgba(16, 24, 40, .18);--barre: 232px;--police: "Segoe UI", -apple-system, Roboto, Helvetica, Arial, sans-serif;--mono: "Cascadia Mono", "Consolas", ui-monospace, monospace}*{box-sizing:border-box}html,body,#racine{height:100%}body{margin:0;font-family:var(--police);font-size:13.5px;line-height:1.5;color:var(--texte);background:var(--fond);-webkit-font-smoothing:antialiased}h1,h2,h3,h4{margin:0;font-weight:600;letter-spacing:-.01em}h1{font-size:19px}h2{font-size:15px}h3{font-size:13.5px}p{margin:0 0 10px}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.app{display:flex;height:100vh;overflow:hidden}.barre{width:var(--barre);flex:0 0 var(--barre);background:#10161f;color:#c3c9d4;display:flex;flex-direction:column;-webkit-user-select:none;user-select:none}.barre-marque{padding:16px 16px 14px;display:flex;align-items:center;gap:10px;border-bottom:1px solid rgba(255,255,255,.07)}.barre-logo{width:28px;height:28px;border-radius:7px;background:linear-gradient(140deg,#1c6fb5,#0f4c81);display:grid;place-items:center;color:#fff;font-weight:700;font-size:13px;flex:0 0 auto}.barre-nom{font-size:13.5px;font-weight:600;color:#fff;line-height:1.2}.barre-sous{font-size:10.5px;color:#7b8598;letter-spacing:.04em;text-transform:uppercase}.barre-nav{flex:1;overflow-y:auto;padding:10px 8px}.barre-groupe{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#626c7e;padding:12px 10px 5px;font-weight:600}.barre-lien{display:flex;align-items:center;gap:9px;padding:7px 10px;border-radius:6px;cursor:pointer;font-size:13px;color:#c3c9d4;border:0;background:none;width:100%;text-align:left;font-family:inherit}.barre-lien:hover{background:#ffffff0f;color:#fff}.barre-lien.actif{background:var(--accent);color:#fff;font-weight:500}.barre-lien svg{flex:0 0 16px;opacity:.85}.barre-pastille{margin-left:auto;background:var(--rouge);color:#fff;font-size:10px;font-weight:600;padding:1px 6px;border-radius:9px}.barre-lien.actif .barre-pastille{background:#ffffff40}.barre-pied{padding:10px 12px;border-top:1px solid rgba(255,255,255,.07);font-size:11px;color:#6b7688;display:flex;align-items:center;gap:7px}.temoin{width:7px;height:7px;border-radius:50%;background:#3fb27f;flex:0 0 auto}.temoin.arret{background:#8b92a0}.temoin.souci{background:#e5a04a}.principal{flex:1;display:flex;flex-direction:column;min-width:0}.entete{height:52px;flex:0 0 52px;background:var(--surface);border-bottom:1px solid var(--bordure);display:flex;align-items:center;gap:12px;padding:0 18px}.entete-titre{flex:1;min-width:0}.entete-titre h1{display:flex;align-items:center;gap:9px}.entete-sous{font-size:12px;color:var(--texte-3);margin-top:1px}.vue{flex:1;overflow-y:auto;padding:18px}.vue-large{max-width:1500px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:32px;padding:0 12px;border-radius:var(--rayon-s);border:1px solid var(--bordure-forte);background:var(--surface);color:var(--texte);font-family:inherit;font-size:13px;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .12s,border-color .12s,box-shadow .12s}.btn:hover:not(:disabled){background:var(--surface-3);border-color:var(--texte-3)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primaire{background:var(--accent);border-color:var(--accent);color:var(--accent-texte)}.btn-primaire:hover:not(:disabled){background:var(--accent-fort);border-color:var(--accent-fort)}.btn-danger{color:var(--rouge);border-color:#f0c9c6}.btn-danger:hover:not(:disabled){background:var(--rouge-clair);border-color:var(--rouge)}.btn-fantome{border-color:transparent;background:transparent}.btn-fantome:hover:not(:disabled){background:var(--surface-3);border-color:transparent}.btn-s{height:26px;padding:0 9px;font-size:12px}.btn-icone{width:32px;padding:0}.btn-s.btn-icone{width:26px}.champ{display:flex;flex-direction:column;gap:4px;min-width:0}.champ>label{font-size:12px;font-weight:500;color:var(--texte-2)}.champ-aide{font-size:11.5px;color:var(--texte-3)}input[type=text],input[type=email],input[type=number],input[type=password],input[type=date],input[type=datetime-local],input[type=url],select,textarea{width:100%;height:32px;padding:0 9px;border:1px solid var(--bordure-forte);border-radius:var(--rayon-s);background:var(--surface);color:var(--texte);font-family:inherit;font-size:13px;transition:border-color .12s,box-shadow .12s}textarea{height:auto;padding:8px 9px;line-height:1.6;resize:vertical;min-height:90px}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #0f4c811f}input:disabled,select:disabled,textarea:disabled{background:var(--surface-3);color:var(--texte-3)}input::placeholder,textarea::placeholder{color:var(--texte-3)}select{cursor:pointer;appearance:none;padding-right:26px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 4.5L6 8l3.5-3.5' stroke='%235b6270' stroke-width='1.4' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center}.mono{font-family:var(--mono);font-size:12.5px}.case{display:flex;align-items:center;gap:7px;cursor:pointer;font-size:13px}.case input{width:15px;height:15px;accent-color:var(--accent);cursor:pointer;margin:0;flex:0 0 auto}.grille{display:grid;gap:12px}.g2{grid-template-columns:repeat(2,minmax(0,1fr))}.g3{grid-template-columns:repeat(3,minmax(0,1fr))}.g4{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:1100px){.g4,.g3{grid-template-columns:repeat(2,minmax(0,1fr))}}.carte{background:var(--surface);border:1px solid var(--bordure);border-radius:var(--rayon);box-shadow:var(--ombre)}.carte-entete{padding:11px 14px;border-bottom:1px solid var(--bordure);display:flex;align-items:center;gap:10px}.carte-entete h2{flex:1;min-width:0}.carte-corps{padding:14px}.carte-corps-serre{padding:0}.kpi{padding:13px 15px}.kpi-libelle{font-size:11.5px;color:var(--texte-3);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.kpi-valeur{font-size:25px;font-weight:600;letter-spacing:-.02em;margin-top:3px;font-variant-numeric:tabular-nums}.kpi-note{font-size:12px;color:var(--texte-2);margin-top:2px}.tableau-enveloppe{overflow-x:auto}table.tableau{width:100%;border-collapse:collapse;font-size:13px}table.tableau th{text-align:left;font-weight:600;font-size:11.5px;text-transform:uppercase;letter-spacing:.04em;color:var(--texte-3);padding:8px 12px;border-bottom:1px solid var(--bordure);background:var(--surface-2);white-space:nowrap;position:sticky;top:0;z-index:1}table.tableau th.triable{cursor:pointer;-webkit-user-select:none;user-select:none}table.tableau th.triable:hover{color:var(--texte)}table.tableau td{padding:8px 12px;border-bottom:1px solid var(--surface-3);vertical-align:middle}table.tableau tbody tr:hover{background:var(--surface-2)}table.tableau tbody tr.selectionnee{background:var(--accent-clair)}table.tableau tbody tr.cliquable{cursor:pointer}.num{text-align:right;font-variant-numeric:tabular-nums}.col-etroite{width:1%;white-space:nowrap}.tronque{max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.etiq{display:inline-flex;align-items:center;gap:4px;padding:1px 7px;border-radius:20px;font-size:11.5px;font-weight:500;white-space:nowrap;background:var(--surface-3);color:var(--texte-2)}:not(.rang):not(.outils):not(.carte-entete):not(.selection-barre)>.etiq:not(:first-child){margin-left:5px}.etiq-vert{background:var(--vert-clair);color:var(--vert)}.etiq-ambre{background:var(--ambre-clair);color:var(--ambre)}.etiq-rouge{background:var(--rouge-clair);color:var(--rouge)}.etiq-bleu{background:var(--accent-clair);color:var(--accent)}.etiq-violet{background:var(--violet-clair);color:var(--violet)}.point{width:6px;height:6px;border-radius:50%;background:currentColor}.score{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:21px;padding:0 6px;border-radius:4px;font-size:12px;font-weight:600;font-variant-numeric:tabular-nums}.score-a{background:var(--vert-clair);color:var(--vert)}.score-b{background:var(--accent-clair);color:var(--accent)}.score-c{background:var(--ambre-clair);color:var(--ambre)}.score-d{background:var(--surface-3);color:var(--texte-3)}.outils{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:12px}.outils .recherche{position:relative;flex:0 1 300px;min-width:180px}.outils .recherche input{padding-left:30px}.outils .recherche svg{position:absolute;left:9px;top:8px;color:var(--texte-3)}.outils select{width:auto;min-width:130px}.espaceur{flex:1}.selection-barre{display:flex;align-items:center;gap:10px;padding:8px 12px;margin-bottom:12px;background:var(--accent-clair);border:1px solid #cfe0ef;border-radius:var(--rayon);font-size:13px}.voile{position:fixed;inset:0;background:#10182873;display:grid;place-items:center;z-index:100;padding:24px;animation:fondu .12s ease-out}@keyframes fondu{0%{opacity:0}to{opacity:1}}.fenetre{background:var(--surface);border-radius:10px;box-shadow:var(--ombre-3);width:100%;max-width:560px;max-height:88vh;display:flex;flex-direction:column;overflow:hidden}.fenetre-l{max-width:820px}.fenetre-xl{max-width:1140px}.fenetre-entete{padding:14px 18px;border-bottom:1px solid var(--bordure);display:flex;align-items:center;gap:10px}.fenetre-entete h2{flex:1}.fenetre-corps{padding:18px;overflow-y:auto;flex:1}.fenetre-pied{padding:12px 18px;border-top:1px solid var(--bordure);display:flex;align-items:center;gap:8px;justify-content:flex-end;background:var(--surface-2)}.tiroir{position:fixed;top:0;right:0;bottom:0;width:620px;max-width:92vw;background:var(--surface);box-shadow:var(--ombre-3);z-index:110;display:flex;flex-direction:column;animation:glisse .16s ease-out}@keyframes glisse{0%{transform:translate(30px);opacity:.5}to{transform:none;opacity:1}}.onglets{display:flex;gap:2px;border-bottom:1px solid var(--bordure);padding:0 4px}.onglet{padding:8px 12px;border:0;background:none;cursor:pointer;font-family:inherit;font-size:13px;color:var(--texte-2);border-bottom:2px solid transparent;margin-bottom:-1px;font-weight:500}.onglet:hover{color:var(--texte)}.onglet.actif{color:var(--accent);border-bottom-color:var(--accent)}.chrono{display:flex;flex-direction:column}.chrono-item{display:flex;gap:10px;padding:9px 0;border-bottom:1px solid var(--surface-3)}.chrono-icone{width:26px;height:26px;border-radius:50%;flex:0 0 26px;display:grid;place-items:center;background:var(--surface-3);color:var(--texte-2)}.chrono-corps{flex:1;min-width:0}.chrono-titre{font-size:13px}.chrono-meta{font-size:11.5px;color:var(--texte-3);margin-top:1px}.etape{display:flex;gap:12px}.etape-rail{display:flex;flex-direction:column;align-items:center;flex:0 0 30px}.etape-puce{width:26px;height:26px;border-radius:50%;background:var(--accent);color:#fff;display:grid;place-items:center;font-size:12px;font-weight:600;flex:0 0 auto}.etape-puce.tache{background:var(--violet)}.etape-trait{flex:1;width:2px;background:var(--bordure);margin:4px 0;min-height:14px}.etape-carte{flex:1;margin-bottom:10px}.etape-delai{font-size:11.5px;color:var(--texte-3);text-align:center;padding:4px 0}.pipeline{display:flex;gap:10px;overflow-x:auto;padding-bottom:8px;align-items:flex-start}.colonne{flex:0 0 236px;background:var(--surface-3);border-radius:var(--rayon);padding:8px;min-height:140px}.colonne.survol{background:var(--accent-clair);outline:2px dashed var(--accent)}.colonne-entete{display:flex;align-items:center;gap:6px;padding:2px 4px 8px}.colonne-titre{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--texte-2)}.colonne-nb{font-size:11px;color:var(--texte-3);background:var(--surface);padding:0 6px;border-radius:9px}.affaire{background:var(--surface);border:1px solid var(--bordure);border-radius:6px;padding:9px 10px;margin-bottom:7px;cursor:grab;box-shadow:var(--ombre)}.affaire:active{cursor:grabbing}.affaire-nom{font-size:13px;font-weight:500;margin-bottom:3px}.affaire-meta{font-size:11.5px;color:var(--texte-3);display:flex;justify-content:space-between;gap:6px}.vide{padding:44px 20px;text-align:center;color:var(--texte-3)}.vide-titre{font-size:14px;font-weight:500;color:var(--texte-2);margin-bottom:4px}.notes{display:flex;flex-direction:column;gap:8px}.note{padding:9px 12px;border-radius:var(--rayon-s);font-size:12.5px;border:1px solid var(--bordure);background:var(--surface-2);color:var(--texte-2)}.note-info{background:var(--accent-clair);border-color:#cfe0ef;color:var(--accent-fort)}.note-avert{background:var(--ambre-clair);border-color:#f0dcb8;color:#7a4a00}.note-erreur{background:var(--rouge-clair);border-color:#f0c9c6;color:var(--rouge)}.note-ok{background:var(--vert-clair);border-color:#bfe3d3;color:var(--vert)}.messages{position:fixed;bottom:18px;right:18px;z-index:200;display:flex;flex-direction:column;gap:8px}.message{background:#10161f;color:#fff;padding:10px 14px;border-radius:var(--rayon);box-shadow:var(--ombre-3);font-size:13px;max-width:380px;animation:glisse .15s ease-out;display:flex;gap:9px;align-items:flex-start}.message.erreur{background:var(--rouge)}.message.ok{background:var(--vert)}.barre-progres{height:5px;background:var(--surface-3);border-radius:3px;overflow:hidden}.barre-progres>div{height:100%;background:var(--accent);transition:width .3s}.jauge{display:flex;align-items:center;gap:7px}.jauge-piste{flex:1;height:5px;background:var(--surface-3);border-radius:3px;overflow:hidden;min-width:44px}.jauge-remplie{height:100%;border-radius:3px}.chargement{display:grid;place-items:center;padding:50px;color:var(--texte-3)}.tourne{animation:rotation 1s linear infinite}@keyframes rotation{to{transform:rotate(360deg)}}.apercu-email{border:1px solid var(--bordure);border-radius:var(--rayon);background:#fff;overflow:hidden}.apercu-entete{padding:10px 14px;border-bottom:1px solid var(--bordure);background:var(--surface-2);font-size:12.5px}.apercu-corps{padding:16px;max-height:420px;overflow-y:auto}.apercu-corps p{margin:0 0 14px}.pastille-variable{display:inline-block;padding:1px 6px;margin:0 3px 3px 0;background:var(--accent-clair);color:var(--accent);border-radius:4px;font-family:var(--mono);font-size:11.5px;cursor:pointer;border:1px solid #cfe0ef}.pastille-variable:hover{background:var(--accent);color:#fff}.serie{display:flex;align-items:flex-end;gap:2px;height:72px}.serie-barre{flex:1;background:var(--accent);border-radius:2px 2px 0 0;min-height:2px;opacity:.82}.serie-barre:hover{opacity:1}.pagination{display:flex;align-items:center;gap:8px;padding:10px 14px;border-top:1px solid var(--bordure);font-size:12.5px;color:var(--texte-2)}hr.sep{border:0;border-top:1px solid var(--bordure);margin:14px 0}.pile{display:flex;flex-direction:column;gap:12px}.rang{display:flex;align-items:center;gap:8px}.rang-haut{align-items:flex-start}::-webkit-scrollbar{width:11px;height:11px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ccd0d8;border-radius:6px;border:3px solid var(--fond)}::-webkit-scrollbar-thumb:hover{background:#aeb4bf}.barre ::-webkit-scrollbar-thumb{background:#2c3542;border-color:#10161f}
