:root{--font: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", "Inter", system-ui, sans-serif;--font-titre: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", system-ui, sans-serif;--r-xs: 5px;--r-sm: 8px;--r-md: 11px;--r-lg: 16px;--r-xl: 22px;--accent: #0a84ff;--accent-2: #5e5ce6;--rouge: #ff453a;--orange: #ff9f0a;--jaune: #ffd60a;--vert: #32d74b;--rose: #ff375f;--violet: #bf5af2;--cyan: #64d2ff;--ombre-fen: 0 30px 90px rgba(0,0,0,.55), 0 3px 12px rgba(0,0,0,.35);--ombre-flottant: 0 12px 40px rgba(0,0,0,.35);--transition: .18s cubic-bezier(.32,.72,0,1)}[data-theme=sombre]{--verre: rgba(40,40,46,.72);--verre-fort: rgba(30,30,36,.86);--verre-clair: rgba(255,255,255,.08);--bord: rgba(255,255,255,.12);--bord-fort: rgba(255,255,255,.2);--texte: #f2f2f7;--texte-2: rgba(235,235,245,.62);--texte-3: rgba(235,235,245,.35);--fond-panneau: rgba(28,28,32,.78);--fond-liste: rgba(255,255,255,.045);--survol: rgba(255,255,255,.08);--champ: rgba(255,255,255,.08);--separateur: rgba(255,255,255,.09)}[data-theme=clair]{--verre: rgba(246,246,248,.78);--verre-fort: rgba(252,252,254,.9);--verre-clair: rgba(0,0,0,.045);--bord: rgba(0,0,0,.11);--bord-fort: rgba(0,0,0,.18);--texte: #1c1c1e;--texte-2: rgba(60,60,67,.62);--texte-3: rgba(60,60,67,.34);--fond-panneau: rgba(255,255,255,.82);--fond-liste: rgba(0,0,0,.028);--survol: rgba(0,0,0,.055);--champ: rgba(0,0,0,.055);--separateur: rgba(0,0,0,.08)}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%;overflow:hidden}body{font-family:var(--font);font-size:13px;color:var(--texte);background:#0a0a0c;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}button,input,select,textarea{font-family:inherit;font-size:inherit;color:inherit}button{cursor:pointer;border:none;background:none}input,textarea{-webkit-user-select:text;user-select:text}a{color:var(--accent);text-decoration:none}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#8c8c966b;border-radius:10px;border:2px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background:#8c8c96ad;background-clip:content-box}::-webkit-scrollbar-corner{background:transparent}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:28px;padding:0 13px;border-radius:var(--r-sm);background:var(--champ);color:var(--texte);font-size:12.5px;font-weight:500;border:.5px solid var(--bord);transition:background var(--transition),transform 90ms ease;white-space:nowrap}.btn:hover{background:var(--survol)}.btn:active{transform:scale(.97)}.btn:disabled{opacity:.4;cursor:default}.btn.primaire{background:linear-gradient(180deg,#3a9bff,var(--accent));color:#fff;border-color:#0000002e;box-shadow:0 1px 3px #0a84ff66}.btn.primaire:hover{filter:brightness(1.08);background:linear-gradient(180deg,#3a9bff,var(--accent))}.btn.danger{background:#ff453a29;color:#ff6961;border-color:#ff453a47}.btn.danger:hover{background:#ff453a42}.btn.fantome{background:transparent;border-color:transparent}.btn.fantome:hover{background:var(--survol)}.btn.mini{height:23px;padding:0 9px;font-size:11.5px;border-radius:var(--r-xs)}.btn.large{height:34px;padding:0 18px;font-size:13.5px}.btn.pleine{width:100%}.champ{width:100%;height:30px;padding:0 10px;background:var(--champ);border:.5px solid var(--bord);border-radius:var(--r-sm);color:var(--texte);outline:none;transition:border-color var(--transition),box-shadow var(--transition)}.champ:focus{border-color:var(--accent);box-shadow:0 0 0 3px #0a84ff38}.champ::placeholder{color:var(--texte-3)}textarea.champ{height:auto;padding:8px 10px;resize:vertical;line-height:1.45;min-height:64px}select.champ{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:26px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'><path d='M2 4l3 3 3-3' stroke='%238e8e93' stroke-width='1.4' fill='none' stroke-linecap='round'/></svg>");background-repeat:no-repeat;background-position:right 9px center}.label{display:block;font-size:11px;font-weight:600;color:var(--texte-2);text-transform:uppercase;letter-spacing:.04em;margin-bottom:5px}.ligne-champ{margin-bottom:13px}.grille-2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.switch{position:relative;width:40px;height:23px;flex:0 0 auto;border-radius:12px;background:#78788057;transition:background var(--transition)}.switch.on{background:var(--vert)}.switch:after{content:"";position:absolute;top:2px;left:2px;width:19px;height:19px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0000004d;transition:transform var(--transition)}.switch.on:after{transform:translate(17px)}.segments{display:inline-flex;padding:2px;gap:2px;background:var(--champ);border-radius:var(--r-sm);border:.5px solid var(--bord)}.segments button{height:24px;padding:0 12px;border-radius:6px;font-size:12px;font-weight:500;color:var(--texte-2);transition:all var(--transition)}.segments button.actif{background:var(--verre-fort);color:var(--texte);box-shadow:0 1px 3px #00000038}.pastille{display:inline-flex;align-items:center;gap:4px;height:19px;padding:0 8px;border-radius:10px;font-size:10.5px;font-weight:600;background:var(--champ);color:var(--texte-2)}.avatar{display:flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:50%;font-weight:600;color:#fff;overflow:hidden;letter-spacing:.02em;text-shadow:0 .5px 1px rgba(0,0,0,.22);box-shadow:inset 0 0 0 .5px #ffffff42}.vide{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:9px;color:var(--texte-3);text-align:center;padding:30px}.vide h4{font-size:14px;color:var(--texte-2);font-weight:600}.vide p{font-size:12px;max-width:300px;line-height:1.5}.modale-fond{position:absolute;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:center;justify-content:center;background:#00000059;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);animation:fondu .14s ease}.modale{width:440px;max-width:calc(100% - 40px);max-height:calc(100% - 60px);display:flex;flex-direction:column;background:var(--verre-fort);backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);border:.5px solid var(--bord);border-radius:var(--r-lg);box-shadow:var(--ombre-fen);animation:pop .18s cubic-bezier(.32,.72,0,1);overflow:hidden}.modale.large{width:620px}.modale-tete{padding:15px 18px 11px;border-bottom:.5px solid var(--separateur)}.modale-tete h3{font-size:15px;font-weight:650;font-family:var(--font-titre)}.modale-tete p{font-size:12px;color:var(--texte-2);margin-top:3px}.modale-corps{padding:16px 18px;overflow-y:auto;flex:1}.modale-pied{padding:12px 18px;display:flex;gap:8px;justify-content:flex-end;border-top:.5px solid var(--separateur);background:var(--verre-clair)}@keyframes fondu{0%{opacity:0}to{opacity:1}}@keyframes pop{0%{opacity:0;transform:scale(.94) translateY(8px)}to{opacity:1;transform:none}}@keyframes montee{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.erreur-boite{background:#ff453a24;border:.5px solid rgba(255,69,58,.3);color:#ff6961;padding:8px 11px;border-radius:var(--r-sm);font-size:12px;margin-bottom:12px}.info-boite{background:#0a84ff1f;border:.5px solid rgba(10,132,255,.28);padding:9px 12px;border-radius:var(--r-sm);font-size:12px;line-height:1.5;color:var(--texte-2)}.choix-degrades{display:flex;flex-wrap:wrap;gap:8px}.choix-degrades button{padding:3px;border-radius:50%;line-height:0;transition:transform .13s ease,box-shadow .13s ease}.choix-degrades button:hover{transform:scale(1.08)}.choix-degrades button.select{box-shadow:0 0 0 2px var(--accent)}.choix-icones{display:flex;flex-wrap:wrap;gap:4px;max-width:214px}.choix-icones button{width:30px;height:30px;border-radius:var(--r-sm);display:flex;align-items:center;justify-content:center;background:var(--champ);border:.5px solid var(--bord);color:var(--texte-2);transition:all .13s ease}.choix-icones button:hover{background:var(--survol);color:var(--texte)}.choix-icones button.select{background:var(--accent);border-color:transparent;color:#fff}.btn svg,.lien svg,.entree svg,.segments button svg{flex:0 0 auto}.etiq{display:inline-flex;align-items:center;gap:3.5px}.echeance svg,.pastille svg{opacity:.85}.widget h4 svg{opacity:.8}.bureau{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;isolation:isolate}.fond{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transition:opacity .6s ease;z-index:0}.fond:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(120% 90% at 50% 0%,transparent 40%,rgba(0,0,0,.28) 100%)}.fond.sonoma{background:radial-gradient(90% 80% at 22% 12%,#ff7a45 0%,transparent 55%),radial-gradient(80% 70% at 82% 22%,#ff2d78 0%,transparent 52%),radial-gradient(110% 90% at 60% 95%,#3d1a94 0%,transparent 60%),linear-gradient(155deg,#22114d,#4b1b6b 45%,#12082e)}.fond.ventura{background:radial-gradient(85% 70% at 28% 20%,#17b8c9 0%,transparent 55%),radial-gradient(70% 65% at 78% 28%,#1a5cd6 0%,transparent 50%),radial-gradient(100% 80% at 55% 100%,#061b4a 0%,transparent 62%),linear-gradient(160deg,#0a2a6b,#0d3f8f 40%,#04122e)}.fond.montagne{background:radial-gradient(95% 75% at 18% 8%,#ffb347 0%,transparent 50%),radial-gradient(85% 70% at 85% 30%,#ff5e7e 0%,transparent 55%),radial-gradient(120% 100% at 50% 100%,#2b0f4a 0%,transparent 65%),linear-gradient(170deg,#4a1350,#7a1f52,#1a0625)}.fond.foret{background:radial-gradient(90% 70% at 25% 15%,#57cc99 0%,transparent 52%),radial-gradient(80% 70% at 80% 30%,#22577a 0%,transparent 55%),linear-gradient(165deg,#06403f,#0b6b5c 45%,#021f26)}.fond.graphite{background:radial-gradient(80% 60% at 30% 10%,#4a4a55 0%,transparent 55%),radial-gradient(70% 60% at 80% 40%,#2c2c38 0%,transparent 55%),linear-gradient(160deg,#1c1c22,#26262f,#0d0d11)}.fond.aurore{background:radial-gradient(70% 60% at 15% 25%,#00d9ff 0%,transparent 50%),radial-gradient(75% 65% at 60% 10%,#7b2ff7 0%,transparent 52%),radial-gradient(90% 70% at 90% 70%,#f107a3 0%,transparent 55%),linear-gradient(150deg,#0a0a2e,#16044a,#03021a)}.fond.clair-jour{background:radial-gradient(80% 70% at 25% 15%,#ffe29a 0%,transparent 55%),radial-gradient(75% 65% at 82% 25%,#8fd3ff 0%,transparent 52%),linear-gradient(165deg,#a8d8ff,#dcefff 45%,#ffe9c9)}.menubar{position:absolute;top:0;left:0;right:0;height:26px;z-index:40;display:flex;align-items:center;gap:3px;padding:0 10px;background:#1414186b;backdrop-filter:blur(28px) saturate(180%);-webkit-backdrop-filter:blur(28px) saturate(180%);color:#fff;font-size:12.5px;box-shadow:0 .5px #ffffff17}[data-theme=clair] .menubar{background:#ffffff7a;color:#1c1c1e;box-shadow:0 .5px #00000017}.menubar .logo{padding:0 8px}.menubar .item.statique{cursor:default;opacity:.9}.menubar .item.statique:hover{background:none}.menubar .item{height:20px;padding:0 9px;border-radius:5px;display:flex;align-items:center;transition:background .11s ease;white-space:nowrap}.menubar .item:hover,.menubar .item.ouvert{background:#fff3}[data-theme=clair] .menubar .item:hover,[data-theme=clair] .menubar .item.ouvert{background:#0000001a}.menubar .item.gras{font-weight:650}.menubar .espace{flex:1}.menubar .droite{display:flex;align-items:center;gap:2px}.menubar .horloge{font-variant-numeric:tabular-nums;font-weight:450;padding:0 6px}.menubar .indic-notif{position:relative}.menubar .indic-notif .point{position:absolute;top:1px;right:4px;width:6px;height:6px;border-radius:50%;background:var(--rouge);box-shadow:0 0 0 1.5px #14141899}.menu-deroulant{position:absolute;top:25px;min-width:210px;padding:5px;background:var(--verre-fort);backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);border:.5px solid var(--bord);border-radius:var(--r-md);box-shadow:var(--ombre-flottant);z-index:50;color:var(--texte);animation:montee .12s ease}.menu-deroulant .entree{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;height:24px;padding:0 9px;border-radius:var(--r-xs);font-size:12.5px;text-align:left}.menu-deroulant .entree:hover:not(:disabled){background:var(--accent);color:#fff}.menu-deroulant .entree:disabled{opacity:.35}.menu-deroulant .entree .raccourci{font-size:11px;opacity:.55}.menu-deroulant .trait{height:.5px;background:var(--separateur);margin:5px 8px}.menu-deroulant .titre-section{padding:5px 9px 3px;font-size:10.5px;font-weight:700;color:var(--texte-3);text-transform:uppercase;letter-spacing:.05em}.icones-bureau{position:absolute;top:38px;right:18px;z-index:5;display:flex;flex-direction:column;gap:4px}.icone-bureau{width:92px;padding:7px 4px 6px;border-radius:var(--r-sm);display:flex;flex-direction:column;align-items:center;gap:5px;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.65);transition:background .12s ease}.icone-bureau:hover{background:#ffffff24}.icone-bureau.select{background:#0a84ff6b}.icone-bureau .nom{font-size:11px;text-align:center;line-height:1.25;font-weight:500}.dock-zone{position:absolute;bottom:0;left:0;right:0;z-index:35;display:flex;justify-content:center;padding-bottom:5px;pointer-events:none}.dock{pointer-events:auto;display:flex;align-items:flex-end;gap:6px;padding:6px 8px 7px;background:#ffffff21;backdrop-filter:blur(34px) saturate(180%);-webkit-backdrop-filter:blur(34px) saturate(180%);border:.5px solid rgba(255,255,255,.2);border-radius:var(--r-xl);box-shadow:0 14px 42px #0000006b,inset 0 .5px #ffffff40}[data-theme=clair] .dock{background:#ffffff6b;border-color:#fff9}.dock-item{position:relative;display:flex;flex-direction:column;align-items:center;transform-origin:bottom center;transition:transform .16s cubic-bezier(.32,.72,0,1)}.dock-icone{position:relative;display:flex;align-items:center;justify-content:center;line-height:0;box-shadow:0 3px 10px #00000052}.tuile-launchpad{display:flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(160deg,#ffffff6b,#ffffff24);box-shadow:inset 0 .5px #ffffff73}.dock-item .point-actif{width:4px;height:4px;border-radius:50%;background:#ffffffd9;margin-top:3px;box-shadow:0 0 3px #0006}.dock-item .point-vide{width:4px;height:4px;margin-top:3px}.dock-sep{width:.5px;align-self:stretch;margin:4px 3px;background:#ffffff40}.dock-bulle{position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%);padding:4px 10px;background:var(--verre-fort);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border:.5px solid var(--bord);border-radius:var(--r-sm);font-size:12px;white-space:nowrap;color:var(--texte);box-shadow:var(--ombre-flottant);pointer-events:none;animation:montee .12s ease}.dock-badge{position:absolute;top:-2px;right:-3px;min-width:17px;height:17px;padding:0 4px;border-radius:9px;background:var(--rouge);color:#fff;font-size:10.5px;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px #0006,0 0 0 1.5px #ffffff59;z-index:2}.zone-fenetres{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;pointer-events:none}.zone-fenetres>*{pointer-events:auto}.fenetre{position:absolute;display:flex;flex-direction:column;overflow:hidden;background:var(--verre-fort);backdrop-filter:blur(42px) saturate(180%);-webkit-backdrop-filter:blur(42px) saturate(180%);border:.5px solid var(--bord);border-radius:var(--r-lg);box-shadow:var(--ombre-fen);animation:ouvrir-fenetre .22s cubic-bezier(.32,.72,0,1)}.fenetre.inactive{box-shadow:0 16px 46px #00000057}.fenetre.inactive .barre-titre .titre{color:var(--texte-3)}.fenetre.plein-ecran{border-radius:0}.fenetre.minimisee{display:none}.fenetre.en-deplacement,.fenetre.en-redim{transition:none;-webkit-user-select:none;user-select:none}@keyframes ouvrir-fenetre{0%{opacity:0;transform:scale(.93) translateY(14px)}to{opacity:1;transform:none}}.barre-titre{height:38px;flex:0 0 auto;display:flex;align-items:center;gap:10px;padding:0 12px;border-bottom:.5px solid var(--separateur);position:relative;background:var(--verre-clair);cursor:default}.barre-titre .titre{position:absolute;left:0;right:0;text-align:center;font-size:13px;font-weight:600;pointer-events:none;color:var(--texte);font-family:var(--font-titre)}.barre-titre .outils{margin-left:auto;display:flex;align-items:center;gap:6px;z-index:1}.feux{display:flex;gap:8px;z-index:1}.feu{width:12px;height:12px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:900;color:#0000008c;line-height:1;box-shadow:inset 0 0 0 .5px #00000021}.feu svg{width:100%;height:100%;opacity:0;transition:opacity .11s ease;fill:none;stroke:#0000009e;stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round}.feux:hover .feu svg{opacity:1}.feu.rouge{background:#ff5f57}.feu.jaune{background:#febc2e}.feu.vert{background:#28c840}.fenetre.inactive .feu{background:#96969b80}.contenu-fenetre{flex:1;display:flex;overflow:hidden;min-height:0;position:relative}.poignee{position:absolute;z-index:5}.poignee.n{top:0;left:10px;right:10px;height:5px;cursor:ns-resize}.poignee.s{bottom:0;left:10px;right:10px;height:5px;cursor:ns-resize}.poignee.e{right:0;top:10px;bottom:10px;width:5px;cursor:ew-resize}.poignee.o{left:0;top:10px;bottom:10px;width:5px;cursor:ew-resize}.poignee.se{right:0;bottom:0;width:14px;height:14px;cursor:nwse-resize}.poignee.so{left:0;bottom:0;width:14px;height:14px;cursor:nesw-resize}.poignee.ne{right:0;top:0;width:14px;height:14px;cursor:nesw-resize}.poignee.no{left:0;top:0;width:14px;height:14px;cursor:nwse-resize}.laterale{width:208px;flex:0 0 auto;display:flex;flex-direction:column;background:var(--verre-clair);border-right:.5px solid var(--separateur);overflow-y:auto;padding:10px 8px}.laterale .section{margin-bottom:14px}.laterale .titre-section{font-size:10.5px;font-weight:700;color:var(--texte-3);text-transform:uppercase;letter-spacing:.05em;padding:0 8px 6px;display:flex;align-items:center;justify-content:space-between}.laterale .lien{display:flex;align-items:center;gap:8px;width:100%;height:27px;padding:0 8px;border-radius:var(--r-sm);font-size:12.5px;color:var(--texte);text-align:left;transition:background .11s ease}.laterale .lien:hover{background:var(--survol)}.laterale .lien.actif{background:var(--accent);color:#fff;font-weight:550}.laterale .lien .compteur{margin-left:auto;font-size:11px;color:var(--texte-3);font-variant-numeric:tabular-nums}.laterale .lien.actif .compteur{color:#fffc}.panneau{flex:1;display:flex;flex-direction:column;min-width:0;overflow:hidden}.barre-outils{height:42px;flex:0 0 auto;display:flex;align-items:center;gap:8px;padding:0 14px;border-bottom:.5px solid var(--separateur)}.barre-outils h2{font-size:15px;font-weight:680;font-family:var(--font-titre)}.barre-outils .espace{flex:1}.launchpad{position:absolute;top:0;right:0;bottom:0;left:0;z-index:45;display:flex;flex-direction:column;align-items:center;padding-top:70px;gap:26px;background:#0006;backdrop-filter:blur(52px) saturate(160%);-webkit-backdrop-filter:blur(52px) saturate(160%);animation:fondu .2s ease}.launchpad .recherche{width:260px;height:30px;text-align:center;border-radius:15px;background:#ffffff29;border:.5px solid rgba(255,255,255,.24);color:#fff;padding:0 14px;outline:none}.launchpad .grille{display:grid;grid-template-columns:repeat(5,128px);gap:26px 12px}.lp-app{display:flex;flex-direction:column;align-items:center;gap:9px;padding:8px;border-radius:var(--r-md);color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.5);transition:transform .15s ease}.lp-app:hover{transform:scale(1.06)}.lp-app .nom{font-size:12px;font-weight:500}.spotlight-fond{position:absolute;top:0;right:0;bottom:0;left:0;z-index:55;display:flex;justify-content:center;padding-top:15vh;background:#0000002e;animation:fondu .12s ease}.spotlight{width:590px;max-width:calc(100% - 60px);align-self:flex-start;background:var(--verre-fort);backdrop-filter:blur(46px) saturate(180%);-webkit-backdrop-filter:blur(46px) saturate(180%);border:.5px solid var(--bord-fort);border-radius:var(--r-lg);box-shadow:0 30px 80px #0000008c;overflow:hidden;animation:pop .16s cubic-bezier(.32,.72,0,1)}.spotlight .saisie{display:flex;align-items:center;gap:11px;padding:13px 17px}.spotlight .saisie input{flex:1;background:none;border:none;outline:none;font-size:20px;font-weight:350;color:var(--texte);font-family:var(--font-titre)}.spotlight .saisie input::placeholder{color:var(--texte-3)}.spotlight .resultats{max-height:380px;overflow-y:auto;border-top:.5px solid var(--separateur);padding:5px}.spot-res{display:flex;align-items:center;gap:11px;width:100%;padding:7px 11px;border-radius:var(--r-sm);text-align:left}.spot-res.survol{background:var(--accent);color:#fff}.spot-res .ico{font-size:19px;width:24px;text-align:center}.spot-res .txt{flex:1;min-width:0}.spot-res .t{font-size:13px;font-weight:550;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.spot-res .s{font-size:11.5px;color:var(--texte-2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.spot-res.survol .s{color:#ffffffc7}.spot-cat{padding:8px 11px 4px;font-size:10.5px;font-weight:700;color:var(--texte-3);text-transform:uppercase;letter-spacing:.05em}.centre-notif{position:absolute;top:30px;right:8px;width:330px;max-height:calc(100% - 60px);z-index:44;display:flex;flex-direction:column;gap:9px;overflow-y:auto;padding-bottom:10px;animation:glisse-droite .22s cubic-bezier(.32,.72,0,1)}@keyframes glisse-droite{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:none}}.carte-notif{background:var(--verre);backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);border:.5px solid var(--bord);border-radius:var(--r-lg);padding:11px 13px;box-shadow:var(--ombre-flottant)}.carte-notif .tete{display:flex;align-items:center;gap:8px;margin-bottom:5px}.carte-notif .tete .ico{font-size:16px}.carte-notif .tete .t{font-size:12.5px;font-weight:650;flex:1}.carte-notif .tete .h{font-size:11px;color:var(--texte-3)}.carte-notif .corps{font-size:12px;color:var(--texte-2);line-height:1.45}.carte-notif.non-lue{border-left:2.5px solid var(--accent)}.widget{background:var(--verre);backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);border:.5px solid var(--bord);border-radius:var(--r-lg);padding:13px;box-shadow:var(--ombre-flottant)}.widget h4{font-size:12px;font-weight:700;color:var(--texte-2);text-transform:uppercase;letter-spacing:.04em;margin-bottom:9px;display:flex;align-items:center;gap:6px}.widget-ligne{display:flex;align-items:center;gap:9px;padding:5px 0;font-size:12px}.widget-ligne .pip{width:3px;height:26px;border-radius:2px;flex:0 0 auto}.widget-ligne .t{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.widget-ligne .h{font-size:11px;color:var(--texte-3);font-variant-numeric:tabular-nums}.toasts{position:absolute;top:32px;right:10px;z-index:70;display:flex;flex-direction:column;gap:8px;pointer-events:none;width:320px}.toast{background:var(--verre-fort);backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);border:.5px solid var(--bord);border-radius:var(--r-md);padding:10px 13px;box-shadow:var(--ombre-flottant);display:flex;gap:10px;align-items:flex-start;animation:glisse-droite .24s cubic-bezier(.32,.72,0,1)}.toast .ico{font-size:17px;line-height:1.2}.toast .t{font-size:12.5px;font-weight:650}.toast .s{font-size:11.5px;color:var(--texte-2);margin-top:2px;line-height:1.4}.ecran-connexion{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;z-index:100}.ecran-connexion .voile{position:absolute;top:0;right:0;bottom:0;left:0;backdrop-filter:blur(28px) saturate(140%);-webkit-backdrop-filter:blur(28px) saturate(140%);background:#00000047}.connexion-contenu{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:20px;animation:montee .4s cubic-bezier(.32,.72,0,1)}.horloge-verrou{text-align:center;color:#fff;text-shadow:0 2px 14px rgba(0,0,0,.4);margin-bottom:6px}.horloge-verrou .heure{font-size:74px;font-weight:250;letter-spacing:-2px;font-family:var(--font-titre);line-height:1;font-variant-numeric:tabular-nums}.horloge-verrou .jour{font-size:17px;font-weight:500;opacity:.92;margin-top:4px}.comptes{display:flex;gap:26px;flex-wrap:wrap;justify-content:center;max-width:640px}.compte-vignette{display:flex;flex-direction:column;align-items:center;gap:9px;padding:10px;border-radius:var(--r-md);color:#fff;text-shadow:0 1px 5px rgba(0,0,0,.5);transition:transform .16s ease,opacity .16s ease;opacity:.82}.compte-vignette:hover{transform:scale(1.05);opacity:1}.compte-vignette.select{opacity:1}.compte-vignette .rond{width:74px;height:74px;border-radius:50%;line-height:0;border:1.5px solid rgba(255,255,255,.42);box-shadow:0 8px 26px #00000057}.compte-vignette.select .rond{border-color:#fff;box-shadow:0 0 0 3px #ffffff52,0 8px 26px #00000057}.compte-vignette .nom{font-size:13px;font-weight:550}.compte-vignette .poste{font-size:11px;opacity:.75}.boite-connexion{width:320px;display:flex;flex-direction:column;gap:11px;background:#ffffff1a;backdrop-filter:blur(32px) saturate(160%);-webkit-backdrop-filter:blur(32px) saturate(160%);border:.5px solid rgba(255,255,255,.24);border-radius:var(--r-lg);padding:18px;box-shadow:0 22px 60px #0006}.boite-connexion input{height:32px;border-radius:var(--r-sm);background:#ffffff29;border:.5px solid rgba(255,255,255,.26);color:#fff;padding:0 12px;outline:none;width:100%}.boite-connexion input::placeholder{color:#ffffff8c}.boite-connexion input:focus{border-color:#fff9;background:#ffffff38}.boite-connexion .err{font-size:12px;color:#ff8a80;text-align:center}.lien-bas{color:#ffffffd1;font-size:12.5px;background:none;text-decoration:underline;text-underline-offset:3px;position:relative;z-index:1}.lien-bas:hover{color:#fff}.astuce-demo{position:relative;z-index:1;color:#ffffff9e;font-size:11.5px;text-align:center;line-height:1.6;max-width:420px}button.dock-item{background:none;border:none;padding:0;font:inherit;color:inherit}.ecran-chargement{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.ecran-chargement .contenu{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:20px;color:#fff}.tourne{width:22px;height:22px;border-radius:50%;border:2px solid rgba(255,255,255,.25);border-top-color:#fff;animation:rotation .8s linear infinite}@keyframes rotation{to{transform:rotate(360deg)}}.entete-boite{display:flex;flex-direction:column;align-items:center;gap:7px;color:#fff;text-align:center;margin-bottom:4px}.entete-boite .t{font-size:15px;font-weight:620}.entete-boite .s{font-size:11.5px;opacity:.78;line-height:1.5;max-width:300px}.bandeau-hors-ligne{display:flex;align-items:center;gap:8px;position:relative;z-index:1;background:#ff9f0a33;border:.5px solid rgba(255,159,10,.45);color:#ffd08a;padding:8px 14px;border-radius:var(--r-sm);font-size:12px}.bandeau-hors-ligne code{background:#00000047;padding:1px 5px;border-radius:4px}.menubar .hors-ligne{color:var(--orange)}.cal-grille{flex:1;display:grid;grid-template-rows:auto 1fr;min-height:0}.cal-entetes{display:grid;grid-template-columns:repeat(7,1fr);border-bottom:.5px solid var(--separateur)}.cal-entetes div{padding:6px 0;text-align:center;font-size:10.5px;font-weight:700;color:var(--texte-3);text-transform:uppercase;letter-spacing:.05em}.cal-mois{display:grid;grid-template-columns:repeat(7,1fr);grid-template-rows:repeat(6,1fr);min-height:0}.cal-jour{border-right:.5px solid var(--separateur);border-bottom:.5px solid var(--separateur);padding:4px 5px;display:flex;flex-direction:column;gap:2px;min-height:0;overflow:hidden;transition:background .11s ease;position:relative}.cal-jour:nth-child(7n){border-right:none}.cal-jour.hors-mois{background:#7f7f7f0d}.cal-jour.hors-mois .num{color:var(--texte-3)}.cal-jour.weekend{background:#7f7f7f09}.cal-jour:hover{background:var(--survol)}.cal-jour.cible-drop{background:#0a84ff33;box-shadow:inset 0 0 0 2px var(--accent)}.cal-jour .num{font-size:12px;font-weight:550;width:21px;height:21px;display:flex;align-items:center;justify-content:center;border-radius:50%;flex:0 0 auto}.cal-jour.aujourdhui .num{background:var(--rouge);color:#fff;font-weight:700}.cal-jour .ajout-rapide{position:absolute;top:4px;right:4px;width:17px;height:17px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--survol);font-size:13px;opacity:0;color:var(--texte-2);transition:opacity .11s ease}.cal-jour:hover .ajout-rapide{opacity:1}.cal-jour .plus{font-size:10.5px;color:var(--texte-3);padding-left:3px}.puce-evt{display:flex;align-items:center;gap:4px;padding:2px 5px;border-radius:4px;font-size:11px;line-height:1.35;cursor:grab;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition:filter .11s ease;flex:0 0 auto}.puce-evt:hover{filter:brightness(1.18)}.puce-evt:active{cursor:grabbing}.puce-evt .pt{width:6px;height:6px;border-radius:50%;flex:0 0 auto}.puce-evt .h{font-variant-numeric:tabular-nums;opacity:.8;font-size:10px;flex:0 0 auto}.puce-evt .t{overflow:hidden;text-overflow:ellipsis}.puce-evt.plein{color:#fff;font-weight:500}.puce-evt.fantome{opacity:.4}.cal-semaine{flex:1;display:flex;flex-direction:column;min-height:0}.cal-semaine-tete{display:grid;border-bottom:.5px solid var(--separateur);flex:0 0 auto}.cal-semaine-tete .col-h{border-right:.5px solid var(--separateur)}.cal-semaine-tete .jour-tete{padding:6px 4px;text-align:center;border-right:.5px solid var(--separateur)}.cal-semaine-tete .jour-tete .j{font-size:10.5px;color:var(--texte-3);text-transform:uppercase;font-weight:700;letter-spacing:.05em}.cal-semaine-tete .jour-tete .n{font-size:19px;font-weight:400;margin-top:1px;width:30px;height:30px;line-height:30px;border-radius:50%;margin-inline:auto;font-family:var(--font-titre)}.cal-semaine-tete .jour-tete.aujourdhui .n{background:var(--rouge);color:#fff;font-weight:600}.cal-semaine-tete .jour-tete.aujourdhui .j{color:var(--rouge)}.cal-defile{flex:1;overflow-y:auto;min-height:0}.cal-heures{display:grid;position:relative}.col-heures{border-right:.5px solid var(--separateur)}.creneau-h{height:46px;position:relative;border-bottom:.5px solid var(--separateur)}.col-heures .creneau-h{text-align:right;padding-right:7px}.col-heures .creneau-h span{font-size:10.5px;color:var(--texte-3);position:relative;top:-6px;font-variant-numeric:tabular-nums}.col-jour{border-right:.5px solid var(--separateur);position:relative}.col-jour.cible-drop{background:#0a84ff1f}.col-jour .creneau-h:hover{background:var(--survol)}.bloc-evt{position:absolute;left:2px;right:3px;border-radius:5px;padding:3px 6px;overflow:hidden;cursor:pointer;color:#fff;font-size:11px;line-height:1.3;box-shadow:0 1px 4px #0000003d;transition:filter .11s ease;z-index:2}.bloc-evt:hover{filter:brightness(1.14);z-index:3}.bloc-evt .t{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bloc-evt .h{font-size:10px;opacity:.88}.trait-maintenant{position:absolute;left:0;right:0;height:1.5px;background:var(--rouge);z-index:5}.trait-maintenant:before{content:"";position:absolute;left:-4px;top:-3.5px;width:8px;height:8px;border-radius:50%;background:var(--rouge)}.evt-liste{padding:10px 14px;overflow-y:auto;flex:1}.evt-ligne{display:flex;align-items:center;gap:11px;padding:9px 11px;border-radius:var(--r-sm);transition:background .11s ease}.evt-ligne:hover{background:var(--survol)}.evt-ligne .bande{width:3px;align-self:stretch;border-radius:2px;flex:0 0 auto}.evt-ligne .infos{flex:1;min-width:0}.evt-ligne .infos .t{font-size:13px;font-weight:550}.evt-ligne .infos .s{font-size:11.5px;color:var(--texte-2);margin-top:2px}.jour-sep{font-size:11.5px;font-weight:700;color:var(--texte-2);padding:12px 11px 5px;position:sticky;top:0;background:var(--verre-fort);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.pastille-cal{display:flex;align-items:center;gap:8px}.pastille-cal .rond{width:11px;height:11px;border-radius:3.5px;flex:0 0 auto;box-shadow:inset 0 0 0 .5px #0000002e;transition:background .12s ease}.pastille-cal .rond.off{background:transparent!important;border:1.5px solid var(--texte-3)}.mini-participants{display:flex}.mini-participants .avatar{width:20px;height:20px;font-size:9px;margin-left:-5px;box-shadow:0 0 0 1.5px var(--verre-fort)}.mini-participants .avatar:first-child{margin-left:0}.kanban{flex:1;display:flex;gap:12px;padding:14px;overflow-x:auto;min-height:0}.colonne{width:264px;flex:0 0 auto;display:flex;flex-direction:column;min-height:0;background:var(--fond-liste);border-radius:var(--r-md);border:.5px solid transparent;transition:background .14s ease,border-color .14s ease}.colonne.survol-drop{background:#0a84ff1a;border-color:#0a84ff6b}.colonne-tete{display:flex;align-items:center;gap:7px;padding:10px 12px 8px;flex:0 0 auto}.colonne-tete .pt{width:8px;height:8px;border-radius:50%}.colonne-tete .nom{font-size:12.5px;font-weight:650}.colonne-tete .nb{font-size:11px;color:var(--texte-3);background:var(--champ);padding:1px 6px;border-radius:8px;font-weight:600}.colonne-tete .plus{margin-left:auto;width:20px;height:20px;border-radius:var(--r-xs);display:flex;align-items:center;justify-content:center;color:var(--texte-2);font-size:15px}.colonne-tete .plus:hover{background:var(--survol)}.colonne-liste{flex:1;overflow-y:auto;padding:0 8px 10px;display:flex;flex-direction:column;gap:7px;min-height:40px}.carte-tache{background:var(--verre-fort);border:.5px solid var(--bord);border-radius:var(--r-sm);padding:9px 10px;cursor:grab;box-shadow:0 1px 3px #00000024;transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease}.carte-tache:hover{box-shadow:0 4px 12px #0003;transform:translateY(-1px)}.carte-tache:active{cursor:grabbing}.carte-tache.en-drag{opacity:.35}.carte-tache .titre{font-size:12.5px;font-weight:550;line-height:1.4;margin-bottom:7px}.carte-tache .meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.carte-tache .etiqs{display:flex;gap:4px;flex-wrap:wrap;margin-bottom:7px}.etiq{font-size:10px;font-weight:600;padding:1.5px 6px;border-radius:4px;background:var(--champ);color:var(--texte-2)}.carte-tache .avatar{width:21px;height:21px;font-size:9.5px;margin-left:auto}.barre-priorite{height:2.5px;border-radius:2px;margin:-9px -10px 8px}.marqueur-depot{height:3px;border-radius:2px;background:var(--accent);margin:-2px 0;box-shadow:0 0 8px #0a84ff99;animation:fondu .12s ease}.echeance{display:inline-flex;align-items:center;gap:3px;font-size:10.5px;font-weight:600;padding:1.5px 6px;border-radius:4px;background:var(--champ);color:var(--texte-2)}.echeance.retard{background:#ff453a29;color:#ff6961}.echeance.aujourd{background:#ff9f0a29;color:var(--orange)}.progression{height:3px;border-radius:2px;background:var(--champ);overflow:hidden;margin-top:7px}.progression i{display:block;height:100%;background:var(--vert);border-radius:2px;transition:width .2s ease}.mail-liste{width:300px;flex:0 0 auto;border-right:.5px solid var(--separateur);display:flex;flex-direction:column;min-height:0}.mail-recherche{padding:9px 11px;border-bottom:.5px solid var(--separateur);flex:0 0 auto}.mail-defile{flex:1;overflow-y:auto}.mail-item{padding:9px 12px;border-bottom:.5px solid var(--separateur);cursor:pointer;transition:background .11s ease;position:relative}.mail-item:hover{background:var(--survol)}.mail-item.select{background:var(--accent);color:#fff}.mail-item.select .de,.mail-item.select .apercu,.mail-item.select .date{color:#ffffffd9}.mail-item.non-lu:before{content:"";position:absolute;left:4px;top:15px;width:6px;height:6px;border-radius:50%;background:var(--accent)}.mail-item.select.non-lu:before{background:#fff}.mail-item .haut{display:flex;align-items:baseline;gap:7px;margin-bottom:2px}.mail-item .de{font-size:12.5px;font-weight:650;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mail-item .date{font-size:10.5px;color:var(--texte-3);flex:0 0 auto}.mail-item .sujet{font-size:12.5px;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mail-item.non-lu .sujet{font-weight:600}.mail-item .apercu{font-size:11.5px;color:var(--texte-2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4}.mail-item .badges{display:flex;gap:4px;margin-top:5px;flex-wrap:wrap}.mail-lecture{flex:1;display:flex;flex-direction:column;min-width:0;overflow:hidden}.mail-entete{padding:15px 20px 13px;border-bottom:.5px solid var(--separateur);flex:0 0 auto}.mail-entete h3{font-size:16px;font-weight:650;line-height:1.35;margin-bottom:9px;font-family:var(--font-titre)}.mail-exp{display:flex;align-items:center;gap:10px}.mail-exp .avatar{width:34px;height:34px;font-size:13px}.mail-exp .nom{font-size:12.5px;font-weight:600}.mail-exp .adr{font-size:11.5px;color:var(--texte-2)}.mail-corps{flex:1;overflow-y:auto;padding:17px 20px;font-size:13px;line-height:1.65;white-space:pre-wrap;color:var(--texte);-webkit-user-select:text;user-select:text}.mail-actions-auto{margin:0 20px 14px;padding:11px 13px;background:#32d74b14;border:.5px solid rgba(50,215,75,.25);border-radius:var(--r-sm)}.mail-actions-auto .tt{font-size:11px;font-weight:700;color:var(--vert);text-transform:uppercase;letter-spacing:.04em;margin-bottom:7px;display:flex;align-items:center;gap:5px}.mail-actions-auto .regle-app{font-size:12px;margin-bottom:5px}.mail-actions-auto .regle-app .n{font-weight:600}.mail-actions-auto .regle-app .a{color:var(--texte-2);font-size:11.5px}.piece-jointe{display:inline-flex;align-items:center;gap:7px;padding:6px 11px;background:var(--champ);border:.5px solid var(--bord);border-radius:var(--r-sm);font-size:12px}.carte-regle{background:var(--fond-liste);border:.5px solid var(--bord);border-radius:var(--r-md);padding:12px 14px;margin-bottom:9px}.carte-regle .tete{display:flex;align-items:center;gap:9px;margin-bottom:8px}.carte-regle .tete .ico{font-size:17px}.carte-regle .tete .nom{font-size:13px;font-weight:600;flex:1}.carte-regle .desc{font-size:11.5px;color:var(--texte-2);line-height:1.55}.carte-regle .desc b{color:var(--texte);font-weight:600}.carte-regle .actions-liste{display:flex;gap:5px;flex-wrap:wrap;margin-top:8px}.carte-regle.inactive{opacity:.5}.ligne-condition{display:grid;grid-template-columns:1fr 1fr 1.4fr auto;gap:6px;align-items:center;margin-bottom:7px}.ligne-action{display:flex;gap:6px;align-items:center;margin-bottom:7px}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(132px,1fr));gap:10px;margin-bottom:18px}.stat{background:var(--fond-liste);border:.5px solid var(--bord);border-radius:var(--r-md);padding:13px 15px}.stat .v{font-size:25px;font-weight:650;font-family:var(--font-titre);letter-spacing:-.5px}.stat .l{font-size:11px;color:var(--texte-2);margin-top:2px}.stat .d{font-size:10.5px;color:var(--vert);margin-top:4px;font-weight:600}.tableau{width:100%;border-collapse:collapse}.tableau th{text-align:left;font-size:10.5px;font-weight:700;color:var(--texte-3);text-transform:uppercase;letter-spacing:.05em;padding:8px 11px;border-bottom:.5px solid var(--separateur)}.tableau td{padding:10px 11px;border-bottom:.5px solid var(--separateur);font-size:12.5px;vertical-align:middle}.tableau tr:hover td{background:var(--survol)}.cellule-user{display:flex;align-items:center;gap:10px}.cellule-user .avatar{width:32px;height:32px;font-size:14px}.cellule-user .n{font-size:12.5px;font-weight:600}.cellule-user .e{font-size:11px;color:var(--texte-2)}.badge-role{font-size:10.5px;font-weight:700;padding:2.5px 8px;border-radius:5px}.badge-statut{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;color:var(--texte-2)}.badge-statut .pt{width:7px;height:7px;border-radius:50%}.jeton{font-family:SF Mono,ui-monospace,Menlo,monospace;font-size:12px;letter-spacing:.06em;background:var(--champ);padding:3px 9px;border-radius:var(--r-xs);border:.5px solid var(--bord);-webkit-user-select:all;user-select:all}.journal-ligne{display:flex;gap:11px;padding:9px 2px;border-bottom:.5px solid var(--separateur);font-size:12.5px}.journal-ligne .ico{width:26px;height:26px;border-radius:50%;background:var(--champ);display:flex;align-items:center;justify-content:center;font-size:13px;flex:0 0 auto}.journal-ligne .d{font-size:11px;color:var(--texte-3);margin-top:2px}.reglage-groupe{background:var(--fond-liste);border:.5px solid var(--bord);border-radius:var(--r-md);overflow:hidden;margin-bottom:16px}.reglage-ligne{display:flex;align-items:center;gap:13px;padding:12px 15px;border-bottom:.5px solid var(--separateur)}.reglage-ligne:last-child{border-bottom:none}.reglage-ligne .txt{flex:1;min-width:0}.reglage-ligne .txt .t{font-size:12.5px;font-weight:550}.reglage-ligne .txt .s{font-size:11.5px;color:var(--texte-2);margin-top:2px;line-height:1.45}.grille-fonds{display:grid;grid-template-columns:repeat(auto-fill,minmax(112px,1fr));gap:11px}.vignette-fond{aspect-ratio:16/10;border-radius:var(--r-sm);cursor:pointer;position:relative;overflow:hidden;border:2px solid transparent;transition:transform .14s ease}.vignette-fond:hover{transform:scale(1.03)}.vignette-fond.select{border-color:var(--accent);box-shadow:0 0 0 3px #0a84ff47}.vignette-fond .nom{position:absolute;bottom:0;left:0;right:0;padding:12px 7px 5px;font-size:10.5px;font-weight:600;color:#fff;text-align:center;background:linear-gradient(transparent,#0009)}.vignette-fond .fond{position:absolute;top:0;right:0;bottom:0;left:0}.journal-ligne .ico svg{color:var(--texte-2)}.mail-actions-auto .tt svg{color:var(--vert)}.zone-contenu{flex:1;overflow-y:auto;padding:18px 22px;min-height:0}.zone-contenu h3{font-size:16px;font-weight:680;margin-bottom:4px;font-family:var(--font-titre)}.zone-contenu .sous{font-size:12px;color:var(--texte-2);margin-bottom:16px;line-height:1.5}.rapport-liste{width:292px;flex:0 0 auto;border-right:.5px solid var(--separateur);display:flex;flex-direction:column;min-height:0}.rapport-item{padding:10px 13px;border-bottom:.5px solid var(--separateur);cursor:pointer;transition:background .11s ease}.rapport-item:hover{background:var(--survol)}.rapport-item.select{background:var(--accent);color:#fff}.rapport-item.select .ref,.rapport-item.select .date{color:#ffffffe0!important}.rapport-item.select .etiq{background:#ffffff38!important;color:#fff!important}.rapport-item .haut{display:flex;align-items:baseline;gap:8px;margin-bottom:3px}.rapport-item .ref{font-size:11px;font-weight:700;letter-spacing:.03em;font-family:SF Mono,ui-monospace,Menlo,monospace}.rapport-item .date{margin-left:auto;font-size:10.5px;color:var(--texte-3)}.rapport-item .titre{font-size:12.5px;font-weight:550;line-height:1.35;margin-bottom:6px}.rapport-item .bas{display:flex;gap:4px;flex-wrap:wrap}.rapport-detail{max-width:780px}.rapport-entete{display:flex;gap:14px;margin-bottom:18px}.rapport-entete .bandeau{width:4px;border-radius:2px;flex:0 0 auto}.rapport-entete .meta-haut{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.rapport-entete .reference{font-size:13px;font-weight:700;letter-spacing:.04em;font-family:SF Mono,ui-monospace,Menlo,monospace;color:var(--texte-2)}.rapport-fiche{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:2px 20px;background:var(--fond-liste);border:.5px solid var(--bord);border-radius:var(--r-md);padding:12px 16px;margin-bottom:18px}.rapport-fiche>div{display:flex;align-items:baseline;gap:10px;padding:4px 0;font-size:12.5px}.rapport-fiche .l{color:var(--texte-2);min-width:92px;font-size:11.5px}.rapport-fiche .v{flex:1}.rapport-resume{font-size:13.5px;line-height:1.6;padding:13px 16px;margin-bottom:20px;background:#0a84ff14;border-left:3px solid var(--accent);border-radius:0 var(--r-sm) var(--r-sm) 0}.rapport-section{margin-bottom:22px}.rapport-section h4{font-size:11px;font-weight:700;color:var(--texte-2);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;padding-bottom:5px;border-bottom:.5px solid var(--separateur)}.rapport-section p{font-size:13px;line-height:1.65;white-space:pre-wrap}.chronologie{display:flex;flex-direction:column}.chrono-ligne{display:flex;gap:11px;align-items:flex-start}.chrono-ligne .heure{width:44px;flex:0 0 auto;font-size:11.5px;color:var(--texte-2);font-variant-numeric:tabular-nums;padding-top:2px;text-align:right}.chrono-ligne .trait{width:11px;flex:0 0 auto;align-self:stretch;position:relative;display:flex;justify-content:center}.chrono-ligne .trait:before{content:"";width:1.5px;background:var(--separateur);flex:1}.chrono-ligne:last-child .trait:before{background:linear-gradient(var(--separateur),transparent)}.chrono-ligne .point{position:absolute;top:5px;width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 3px var(--verre-fort)}.chrono-ligne .contenu{flex:1;min-width:0;padding-bottom:14px}.chrono-ligne .txt{font-size:12.5px;line-height:1.5}.chrono-ligne .auteur{font-size:11px;color:var(--texte-3);margin-top:3px}.rapport-pied{font-size:11px;color:var(--texte-3);border-top:.5px solid var(--separateur);padding-top:12px;margin-top:6px}.choix-types{display:flex;gap:6px;flex-wrap:wrap}.choix-types button{height:30px;padding:0 13px;border-radius:var(--r-sm);font-size:12.5px;font-weight:550;background:var(--champ);border:1px solid var(--bord);color:var(--texte-2);transition:all .13s ease}.choix-types button:hover{background:var(--survol)}.laterale .lien.conv{height:auto;padding:7px 8px;align-items:flex-start}.laterale .lien.conv .infos{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.laterale .lien.conv .n{font-size:12.5px;font-weight:550;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.laterale .lien.conv .apercu{font-size:11px;color:var(--texte-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.laterale .lien.conv.actif .apercu{color:#ffffffbf}.pastille-nonlus{min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:var(--accent);color:#fff;font-size:10.5px;font-weight:700;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.laterale .lien.actif .pastille-nonlus{background:#ffffff4d}.rond-salon{width:22px;height:22px;border-radius:50%;flex:0 0 auto;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,#5ee688,#12a150);color:#fff}.fil{flex:1;overflow-y:auto;padding:16px 18px;display:flex;flex-direction:column;gap:3px;min-height:0}.fil-vide{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--texte-3);font-size:12.5px}.separateur-jour{text-align:center;font-size:11px;color:var(--texte-3);font-weight:600;margin:16px 0 10px;position:relative}.bloc-messages{display:flex;gap:9px;align-items:flex-end;margin-top:10px;max-width:78%}.bloc-messages.moi{margin-left:auto;flex-direction:row-reverse}.bulles-groupe{display:flex;flex-direction:column;gap:2px;min-width:0}.bloc-messages.moi .bulles-groupe{align-items:flex-end}.nom-auteur{font-size:11px;color:var(--texte-2);font-weight:600;margin-bottom:2px;padding-left:4px}.bulle-message{position:relative;padding:7px 12px;border-radius:17px;font-size:13px;line-height:1.45;background:var(--champ);color:var(--texte);white-space:pre-wrap;word-break:break-word;max-width:100%;-webkit-user-select:text;user-select:text}.bloc-messages.moi .bulle-message{background:linear-gradient(180deg,#3a9bff,var(--accent));color:#fff}.bulle-message.en-cours{opacity:.55}.bulle-message .retirer{position:absolute;top:-6px;right:-6px;width:17px;height:17px;border-radius:50%;background:var(--verre-fort);border:.5px solid var(--bord);display:none;align-items:center;justify-content:center;color:var(--texte-2)}.bulle-message:hover .retirer{display:flex}.heure-bloc{font-size:10px;color:var(--texte-3);padding:2px 6px 0;font-variant-numeric:tabular-nums}.zone-saisie{flex:0 0 auto;display:flex;gap:8px;align-items:flex-end;padding:11px 14px;border-top:.5px solid var(--separateur)}.zone-saisie textarea{flex:1;min-height:34px;max-height:130px;resize:none;border-radius:17px;padding:8px 14px;line-height:1.4}.zone-saisie .btn{width:34px;height:34px;padding:0;border-radius:50%;flex:0 0 auto}@media print{body{background:#fff!important}.menubar,.dock-zone,.icones-bureau,.laterale,.rapport-liste,.barre-outils,.toasts,.centre-notif,.sans-impression,.zone-saisie{display:none!important}.bureau,.zone-fenetres,.fenetre,.contenu-fenetre,.panneau,.zone-contenu{position:static!important;inset:auto!important;width:auto!important;height:auto!important;overflow:visible!important;box-shadow:none!important;border:none!important;background:#fff!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.fond{display:none!important}.rapport-detail{max-width:none;color:#000;padding:0}.rapport-detail h3,.rapport-section p,.chrono-ligne .txt{color:#000!important}.rapport-section{break-inside:avoid}.rapport-fiche{background:#f6f6f8!important;border-color:#ddd!important}}a.piece-jointe{text-decoration:none;color:var(--texte);transition:background .12s ease}a.piece-jointe:hover{background:var(--survol);border-color:var(--bord-fort)}.piece-jointe.indisponible{opacity:.55}.client-item{display:flex;align-items:center;gap:10px;padding:9px 12px;border-bottom:.5px solid var(--separateur);cursor:pointer;transition:background .11s ease}.client-item:hover{background:var(--survol)}.client-item.select{background:var(--accent);color:#fff}.client-item.select .s{color:#ffffffd1}.client-item.select .etiq{background:#ffffff38;color:#fff}.client-item .infos{flex:1;min-width:0}.client-item .infos .n{font-size:12.5px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.client-item .infos .s{font-size:11px;color:var(--texte-2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.client-item .compteurs{display:flex;align-items:center;gap:5px;flex:0 0 auto}.client-item .compteurs .pt{width:7px;height:7px;border-radius:50%}.pagination{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px;font-size:11.5px;color:var(--texte-2)}.selecteur-client{position:relative}.selecteur-client .suggestions{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:20;max-height:240px;overflow-y:auto;padding:4px;background:var(--verre-fort);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border:.5px solid var(--bord);border-radius:var(--r-sm);box-shadow:var(--ombre-flottant)}.selecteur-client .suggestion{display:flex;flex-direction:column;gap:1px;width:100%;padding:6px 9px;border-radius:var(--r-xs);text-align:left}.selecteur-client .suggestion:hover{background:var(--accent);color:#fff}.selecteur-client .suggestion .n{font-size:12.5px;font-weight:550}.selecteur-client .suggestion .s{font-size:11px;color:var(--texte-2)}.selecteur-client .suggestion:hover .s{color:#fffc}.selecteur-client .suggestion-vide{padding:10px;font-size:11.5px;color:var(--texte-3);line-height:1.5;text-align:center}.client-choisi{display:flex;align-items:center;gap:8px;height:30px;padding:0 6px 0 10px;background:#0a84ff1f;border:.5px solid rgba(10,132,255,.32);border-radius:var(--r-sm);font-size:12.5px}.client-choisi .nom{flex:1;font-weight:550;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
