:root{--vert: #054021;--vert-hover: #0a5c30;--sauge: #698c7a;--sauge-2: #829f90;--sauge-4: #b4c5bc;--sauge-6: #e6ece8;--sauge-7: #f2f5f4;--mante: #6fce5b;--mante-5: #e2f5de;--bleu: #5299d3;--bleu-pale: #e3eef7;--jaune: #ffc800;--violet: #beb8eb;--violet-pale: #efedf9;--rouge: #c0392b;--rouge-pale: #f9e7e4;--orange: #d97706;--orange-pale: #fdf0dd;--encre: #1c2b23;--texte: #2f3e36;--texte-2: #64756c;--bord: #dde5e0;--fond: #f7f9f8;--blanc: #ffffff;--radius: 12px;--radius-s: 8px;--police: -apple-system, "SF Pro Text", "Segoe UI", "Aptos", Roboto, "Helvetica Neue", Arial, sans-serif;--mono: "SF Mono", "Cascadia Code", Menlo, Consolas, monospace;--h-controle: 36px;--fs-controle: 13.5px;--ombre: 0 1px 2px rgba(18, 34, 26, .05);--chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%2364756c' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:var(--police);font-size:14px;color:var(--texte);background:var(--fond);-webkit-font-smoothing:antialiased}h1,h2,h3,h4{color:var(--encre);margin:0}a{color:var(--vert);text-decoration:none}button{font-family:inherit}.app{display:flex;height:100%}.sidebar{width:232px;min-width:232px;background:var(--vert);color:#fff;display:flex;flex-direction:column;padding:20px 14px;gap:4px;overflow-y:auto}.sidebar .marque{display:flex;align-items:center;gap:10px;padding:4px 10px 20px}.sidebar .marque .logo{width:34px;height:34px;border-radius:9px;background:#ffffff24;display:grid;place-items:center;font-weight:700;font-size:16px;color:#fff}.sidebar .marque .nom{font-weight:700;font-size:17px;letter-spacing:.3px}.sidebar .marque .sous{font-size:11px;opacity:.75}.sidebar .section{font-size:11px;text-transform:uppercase;letter-spacing:.8px;opacity:.6;padding:16px 10px 6px}.nav-item{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:var(--radius-s);color:#ffffffd9;font-size:13.5px;font-weight:500;cursor:pointer;border:0;background:transparent;width:100%;text-align:left;position:relative;transition:background .15s ease,color .15s ease}.nav-item:hover{background:#ffffff17;color:#fff}.nav-item.actif{background:#ffffff29;color:#fff}.nav-item.actif:before{content:"";position:absolute;left:-14px;top:8px;bottom:8px;width:3px;border-radius:2px;background:var(--mante)}.nav-item .pastille{width:26px;height:26px;min-width:26px;border-radius:7px;background:#ffffff21;display:grid;place-items:center}.nav-item svg{width:15px;height:15px}.sidebar .pied{margin-top:auto;padding:14px 10px 2px;font-size:12px;opacity:.75;line-height:1.5}.contenu{flex:1;overflow-y:auto}.page{max-width:1240px;margin:0 auto;padding:28px 32px 60px}.page-tete{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:22px;flex-wrap:wrap}.page-tete h1{font-size:22px;font-weight:700}.page-tete .fil{font-size:12.5px;color:var(--texte-2);margin-bottom:6px}.page-tete .fil a:hover{text-decoration:underline}.carte{background:var(--blanc);border:1px solid var(--bord);border-radius:var(--radius);padding:18px 20px;box-shadow:var(--ombre);transition:border-color .15s ease}a.carte:hover{border-color:var(--sauge-2)}.grille{display:grid;gap:14px}.grille.stats{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.stat{display:flex;gap:12px;align-items:center}.stat .pastille{width:40px;height:40px;min-width:40px;border-radius:10px;display:grid;place-items:center}.stat .pastille svg{width:19px;height:19px}.stat .valeur{font-size:22px;font-weight:700;color:var(--encre);line-height:1.1}.stat .libelle{font-size:12px;color:var(--texte-2)}.btn{display:inline-flex;align-items:center;gap:7px;border:1px solid transparent;border-radius:var(--radius-s);height:var(--h-controle);padding:0 14px;font-size:var(--fs-controle);font-weight:600;cursor:pointer;background:var(--vert);color:#fff;white-space:nowrap;transition:background .15s ease,border-color .15s ease}.btn:hover{background:var(--vert-hover)}.btn svg{width:14px;height:14px}.btn.secondaire{background:var(--blanc);color:var(--vert);border-color:var(--sauge-4)}.btn.secondaire:hover{background:var(--sauge-7)}.btn.discret{background:transparent;color:var(--texte-2);border-color:transparent;height:30px;padding:0 9px}.btn.discret:hover{background:var(--sauge-6);color:var(--encre)}.btn.danger{background:var(--blanc);color:var(--rouge);border-color:#e5c0ba}.btn.danger:hover{background:var(--rouge-pale)}.btn:disabled{opacity:.45;cursor:not-allowed}.btn.petit{height:30px;padding:0 10px;font-size:12.5px}.badge{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:3px 10px;font-size:12px;font-weight:600;white-space:nowrap}.badge .point{width:7px;height:7px;border-radius:50%;background:currentColor}.badge.gris{background:var(--sauge-6);color:var(--texte-2)}.badge.vert{background:var(--mante-5);color:#2e7d32}.badge.bleu{background:var(--bleu-pale);color:#2c6da3}.badge.jaune{background:#fff7db;color:#9c7400}.badge.orange{background:var(--orange-pale);color:var(--orange)}.badge.rouge{background:var(--rouge-pale);color:var(--rouge)}.badge.violet{background:var(--violet-pale);color:#6a5fb8}.badge.sauge{background:var(--sauge-6);color:var(--sauge)}.code-rida{font-family:var(--mono);font-size:12.5px;font-weight:700;color:var(--vert)}.type-pastille{width:30px;height:30px;min-width:30px;border-radius:8px;display:grid;place-items:center;font-weight:700;font-size:13px}.type-pastille.decision{background:var(--violet-pale);color:#6a5fb8}.type-pastille.information{background:var(--bleu-pale);color:#2c6da3}.type-pastille.action{background:var(--mante-5);color:#2e7d32}.type-pastille.risque{background:var(--rouge-pale);color:var(--rouge)}.tableau-conteneur{overflow-x:auto;background:var(--blanc);border:1px solid var(--bord);border-radius:var(--radius)}table.tableau{width:100%;border-collapse:collapse;font-size:13.5px}.tableau th{background:var(--sauge);color:#fff;text-align:left;font-weight:600;font-size:12.5px;padding:10px 14px;white-space:nowrap}.tableau th:first-child{border-top-left-radius:calc(var(--radius) - 1px)}.tableau th:last-child{border-top-right-radius:calc(var(--radius) - 1px)}.tableau thead th{position:sticky;top:0;z-index:2}.tableau td{padding:11px 14px;border-top:1px solid var(--sauge-6);vertical-align:top}.tableau tbody tr{cursor:pointer;transition:background .12s ease}.tableau tbody tr:hover{background:var(--sauge-7)}.tableau .sous-ligne td:first-child{padding-left:34px}.filtres{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:16px}.filtres select,.filtres input[type=date],.filtres input[type=search]{border:1px solid var(--bord);border-radius:var(--radius-s);background:var(--blanc);height:var(--h-controle);padding:0 11px;font-size:var(--fs-controle);font-family:inherit;color:var(--texte);box-shadow:var(--ombre);transition:border-color .15s ease}.filtres select:hover,.filtres input:hover{border-color:var(--sauge-2)}.filtres input[type=search]{min-width:210px}.puces{display:inline-flex;align-items:center;background:var(--sauge-6);border-radius:var(--radius-s);padding:3px;gap:2px;height:var(--h-controle)}.puces button{border:0;background:transparent;height:calc(var(--h-controle) - 6px);padding:0 12px;border-radius:calc(var(--radius-s) - 2px);font-size:var(--fs-controle);font-weight:600;color:var(--texte-2);cursor:pointer;transition:background .15s ease,color .15s ease}.puces button.actif{background:var(--blanc);color:var(--vert);box-shadow:var(--ombre)}.champ{display:flex;flex-direction:column;gap:5px;margin-bottom:14px}.champ label{font-size:12.5px;font-weight:600;color:var(--texte-2)}.champ input,.champ select,.champ textarea{border:1px solid var(--bord);border-radius:var(--radius-s);font-size:var(--fs-controle);font-family:inherit;color:var(--texte);background:var(--blanc);transition:border-color .15s ease}.champ input,.champ select{height:var(--h-controle);padding:0 11px}.champ textarea{padding:9px 11px}.champ select,.filtres select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:var(--chevron);background-repeat:no-repeat;background-position:right 11px center;padding-right:30px}.champ input:focus,.champ select:focus,.champ textarea:focus,.filtres select:focus,.filtres input:focus,.mention-zone textarea:focus{outline:2px solid var(--sauge-4);outline-offset:0;border-color:var(--sauge-2)}.champ textarea{resize:vertical;min-height:80px;line-height:1.5}.champ .aide{font-size:11.5px;color:var(--texte-2)}.champ-inline{height:var(--h-controle);font-family:inherit;font-size:var(--fs-controle);border:1px solid var(--bord);border-radius:var(--radius-s);padding:0 10px;background:var(--blanc);color:var(--texte)}select.champ-inline{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:var(--chevron);background-repeat:no-repeat;background-position:right 10px center;padding-right:28px}.champ-inline:focus{outline:2px solid var(--sauge-4);outline-offset:0;border-color:var(--sauge-2)}.mention-zone textarea{border:1px solid var(--bord);border-radius:var(--radius-s);padding:9px 11px;font-family:inherit;font-size:var(--fs-controle);color:var(--texte);background:var(--blanc);line-height:1.5;resize:vertical}.champs-ligne{display:grid;grid-template-columns:1fr 1fr;gap:0 14px}.voile{position:fixed;top:0;right:0;bottom:0;left:0;background:#12221a73;display:flex;align-items:center;justify-content:center;z-index:50;padding:24px}.modale{background:var(--blanc);border-radius:14px;width:100%;max-width:560px;max-height:90vh;overflow-y:auto;padding:24px 26px}.modale h2{font-size:17px;margin-bottom:18px}.voile.a-droite{justify-content:flex-end;padding:0;align-items:stretch}.volet{background:var(--fond);width:100%;max-width:780px;height:100%;overflow-y:auto;padding:26px 30px 60px;border-radius:0}.modale-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.onglets{display:flex;gap:2px;border-bottom:2px solid var(--sauge-6);margin-bottom:20px;flex-wrap:wrap}.onglets button{border:0;background:transparent;padding:10px 14px;font-size:13.5px;font-weight:600;color:var(--texte-2);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;display:inline-flex;align-items:center;gap:7px}.onglets button svg{width:14px;height:14px}.onglets button:hover{color:var(--encre)}.onglets button.actif{color:var(--vert);border-bottom-color:var(--vert)}.chat{display:flex;flex-direction:column;gap:12px}.message{display:flex;gap:10px}.avatar{width:30px;height:30px;min-width:30px;border-radius:50%;background:var(--sauge-6);color:var(--sauge);display:grid;place-items:center;font-size:11.5px;font-weight:700}.message .bulle{background:var(--blanc);border:1px solid var(--bord);border-radius:10px;padding:9px 13px;flex:1}.message .entete{display:flex;gap:8px;align-items:baseline;margin-bottom:3px}.message .auteur{font-weight:600;font-size:12.5px;color:var(--encre)}.message .quand{font-size:11px;color:var(--texte-2)}.message .texte{font-size:13.5px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.mention-chip{background:var(--sauge-6);color:var(--vert);border-radius:5px;padding:1px 5px;font-weight:600}.mention-zone{position:relative}.mention-menu{position:absolute;z-index:20;background:var(--blanc);border:1px solid var(--bord);border-radius:var(--radius-s);overflow:hidden;min-width:240px;max-height:220px;overflow-y:auto;box-shadow:0 6px 20px #12221a1f}.mention-menu button{display:flex;width:100%;text-align:left;gap:9px;align-items:center;padding:8px 12px;border:0;background:transparent;cursor:pointer;font-size:13px}.mention-menu button:hover,.mention-menu button.survol{background:var(--sauge-7)}.histo{display:flex;flex-direction:column;gap:0}.histo-item{display:flex;gap:12px;padding:8px 0}.histo-item .rail{display:flex;flex-direction:column;align-items:center}.histo-item .rond{width:9px;height:9px;border-radius:50%;background:var(--sauge-2);margin-top:5px}.histo-item .trait{flex:1;width:2px;background:var(--sauge-6);margin-top:3px}.histo-item:last-child .trait{display:none}.histo-item .corps{flex:1;padding-bottom:8px;font-size:13px}.histo-item .quand{font-size:11.5px;color:var(--texte-2)}.planning-svg{width:100%;display:block}.planning-conteneur{overflow-x:auto}.vide{text-align:center;padding:44px 20px;color:var(--texte-2)}.vide .pastille{width:46px;height:46px;border-radius:12px;background:var(--sauge-6);color:var(--sauge);display:grid;place-items:center;margin:0 auto 12px}.vide .pastille svg{width:21px;height:21px}.ligne-espace{display:flex;align-items:center;justify-content:space-between;gap:12px}.texte-2{color:var(--texte-2)}.petit{font-size:12px}.mt{margin-top:16px}.mb{margin-bottom:16px}.inactif{opacity:.5}.chargement{padding:60px;text-align:center;color:var(--texte-2)}.erreur-bandeau{background:var(--rouge-pale);color:var(--rouge);border-radius:var(--radius-s);padding:10px 14px;font-size:13px;margin-bottom:14px}.retard{color:var(--rouge);font-weight:600}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-thumb{background:var(--sauge-4);border-radius:5px;border:2px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background-color:var(--sauge-2)}::-webkit-scrollbar-track{background:transparent}@media (max-width: 900px){.sidebar{width:64px;min-width:64px;padding:16px 8px}.sidebar .marque .nom,.sidebar .marque .sous,.sidebar .nav-item .etiquette,.sidebar .section,.sidebar .pied{display:none}.page{padding:18px 16px 50px}.champs-ligne{grid-template-columns:1fr}}
