@charset "UTF-8";:root{--bg: #0A0A0F;--sidebar-bg: #0D0D15;--surface: #13131E;--surface-2: #1A1A28;--surface-3: #20202F;--border: rgba(255,255,255,.06);--border-2: rgba(255,255,255,.11);--text-1: #EEEEF2;--text-2: #8585A0;--text-3: #52526A;--violet: #7C6EF5;--violet-bg: rgba(124,110,245,.12);--violet-glow: rgba(124,110,245,.22);--blue: #60A5FA;--blue-bg: rgba(96,165,250,.12);--green: #34D399;--green-bg: rgba(52,211,153,.12);--orange: #FBBF24;--orange-bg: rgba(251,191,36,.12);--red: #EF4444;--red-bg: rgba(239,68,68,.12);--purple: #A78BFA;--purple-bg: rgba(167,139,250,.12)}html.light{--bg: #F1F1F7;--sidebar-bg: #18181F;--surface: #FFFFFF;--surface-2: #F0F0F6;--surface-3: #E4E4EE;--border: rgba(0,0,0,.07);--border-2: rgba(0,0,0,.13);--text-1: #0E0E18;--text-2: #606078;--text-3: #9090A8;--violet: #6D5EF5;--violet-bg: rgba(109,94,245,.1);--violet-glow: rgba(109,94,245,.15);--blue: #3B82F6;--blue-bg: rgba(59,130,246,.1);--green: #10B981;--green-bg: rgba(16,185,129,.1);--orange: #F59E0B;--orange-bg: rgba(245,158,11,.1);--red: #EF4444;--red-bg: rgba(239,68,68,.1);--purple: #8B5CF6;--purple-bg: rgba(139,92,246,.1)}*{box-sizing:border-box;margin:0;padding:0}html,body,app-root{height:100%;overflow:hidden;font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text-1)}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff17;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#ffffff29}html.light ::-webkit-scrollbar-thumb{background:#0000001f}html.light ::-webkit-scrollbar-thumb:hover{background:#0003}@keyframes sk-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.sk{background:linear-gradient(90deg,var(--surface-2) 25%,var(--surface) 50%,var(--surface-2) 75%);background-size:200% 100%;animation:sk-shimmer 1.6s ease-in-out infinite;border-radius:6px;flex-shrink:0;display:block}.sk-kanban{display:flex;gap:14px;overflow-x:auto;padding-bottom:8px}.sk-kanban-col{flex:0 0 280px;display:flex;flex-direction:column;gap:10px}.sk-kanban-header{display:flex;align-items:center;justify-content:space-between;padding:10px 0 6px}.sk-kanban-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:10px}.sk-kb-pills{display:flex;gap:6px}.sk-kb-footer{display:flex;align-items:center;justify-content:space-between}.sk-toolbar{display:flex;align-items:center;gap:10px;margin-bottom:16px;flex-wrap:wrap}.sk-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}.sk-grid-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow:hidden;display:flex;flex-direction:column;gap:10px;padding:14px}.sk-table{background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow:hidden}.sk-table-header{display:flex;gap:12px;padding:12px 16px;border-bottom:1px solid var(--border)}.sk-table-row{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid var(--border)}.sk-table-row:last-child{border-bottom:none}.sk-stats-mini{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px}.sk-stat-mini-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:8px}.icon-sun{display:inline-flex;align-items:center;justify-content:center}.icon-moon,html.light .icon-sun{display:none}html.light .icon-moon{display:inline-flex;align-items:center;justify-content:center}.tdb{flex:1;display:flex;flex-direction:column;overflow:hidden}.tdb app-tdb-employe,.tdb app-tdb-manager,.tdb app-tdb-admin{flex:1;display:flex;flex-direction:column;overflow:hidden}.tdb .contenu{flex:1;overflow-y:auto;padding:22px 28px}.tdb .notif-messages-banner{display:flex;align-items:center;gap:12px;background:var(--violet-bg);border:1px solid var(--violet-glow);border-radius:12px;padding:14px 18px;margin-bottom:20px;text-decoration:none;color:var(--text-1);transition:background .15s,border-color .15s;cursor:pointer}.tdb .notif-messages-banner:hover{background:#7c6ef52e;border-color:var(--violet)}.tdb .notif-banner-icone{width:34px;height:34px;border-radius:9px;background:var(--violet);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tdb .notif-banner-texte{flex:1;font-size:13px;color:var(--text-2);line-height:1.4}.tdb .notif-banner-texte strong{color:var(--text-1);font-weight:700}.tdb .notif-banner-badge{background:var(--violet);color:#fff;font-size:11px;font-weight:800;border-radius:999px;padding:2px 9px;flex-shrink:0}.tdb .notif-messages-banner.notif-amber{background:#d977061a;border-color:#d9770640}.tdb .notif-messages-banner.notif-amber:hover{background:#d9770629;border-color:#d97706}.tdb .notif-messages-banner.notif-amber .notif-banner-icone,.tdb .notif-messages-banner.notif-amber .notif-banner-badge{background:#d97706}.tdb .notif-messages-banner.notif-orange{background:var(--orange-bg);border-color:#f59e0b40}.tdb .notif-messages-banner.notif-orange:hover{background:#f59e0b26;border-color:var(--orange)}.tdb .notif-messages-banner.notif-orange .notif-banner-icone,.tdb .notif-messages-banner.notif-orange .notif-banner-badge{background:var(--orange)}.tdb .salutation{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:28px;gap:16px}.tdb .salutation-droite{display:flex;flex-direction:column;align-items:flex-end;gap:10px;flex-shrink:0;max-width:60%;margin-left:auto}.tdb .salutation-gauche{border-left:3px solid var(--violet);padding-left:14px}.tdb .salutation-titre{font-size:22px;font-weight:800;color:var(--text-1);letter-spacing:-.5px;line-height:1.2}.tdb .salutation-hello{color:var(--text-3);font-weight:400;margin-right:8px}.tdb .salutation-prenom{color:var(--text-1);font-weight:800}.tdb .salutation-sous{font-size:12px;color:var(--text-3);margin-top:3px;text-transform:capitalize}.tdb .rt-badge{display:inline-flex;align-items:center;gap:5px;font-size:10px;font-weight:600;color:var(--green);margin-top:4px;animation:rt-fadein .3s ease,rt-fadeout .4s ease 2s forwards}.tdb .rt-dot{width:6px;height:6px;border-radius:50%;background:var(--green);flex-shrink:0;animation:pulse-ring 1.2s ease-out infinite}.tdb .rt-dot:before{background:#22c55e4d;inset:-3px}.tdb .salutation-horloge{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px;padding-left:22px;margin-left:20px;border-left:1px solid var(--border)}.tdb .horloge-temps{line-height:1;font-variant-numeric:tabular-nums}.tdb .horloge-hhmm{font-size:32px;font-weight:800;letter-spacing:2px;color:var(--text-1)}.tdb .horloge-ss{font-size:18px;font-weight:600;letter-spacing:1px;color:var(--text-3)}.tdb .horloge-label{font-size:10px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;color:var(--text-3)}.tdb .salutation-alerte{display:flex;align-items:center;gap:7px;background:#f59e0b1a;border:1px solid rgba(245,158,11,.25);border-radius:10px;padding:8px 14px;font-size:12px;font-weight:600;color:var(--orange);white-space:nowrap;flex-shrink:0}.tdb .salutation-alerte i,.tdb .salutation-alerte svg{width:13px;height:13px}.tdb .actions-rapides{display:flex;flex-wrap:wrap;gap:7px;justify-content:flex-end}.tdb .action-chip{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;background:var(--surface);border:1px solid var(--border);border-radius:20px;font-size:12px;font-weight:500;color:var(--text-2);text-decoration:none;transition:all .15s;white-space:nowrap}.tdb .action-chip i,.tdb .action-chip svg{width:13px;height:13px;opacity:.7}.tdb .action-chip:hover{border-color:var(--violet);color:var(--violet);background:var(--violet-bg)}.tdb .action-chip:hover i,.tdb .action-chip:hover svg{opacity:1}.tdb .section-mt{margin-top:16px}.tdb .stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:20px}.tdb .stat-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:20px;transition:all .2s ease;cursor:default;position:relative;overflow:hidden}.tdb .stat-card:before{content:"";position:absolute;inset:0;border-radius:16px;background:linear-gradient(135deg,rgba(124,110,245,.04),transparent);opacity:0;transition:opacity .2s}.tdb .stat-card:hover{border-color:#7c6ef540;box-shadow:0 8px 32px #00000040;transform:translateY(-2px)}.tdb .stat-card:hover:before{opacity:1}.tdb .stat-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:14px;gap:8px}.tdb .stat-icon{width:42px;height:42px;border-radius:11px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tdb .stat-icon svg{width:18px;height:18px}.tdb .stat-right{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex:1}.tdb .stat-value{font-size:30px;font-weight:800;color:var(--text-1);letter-spacing:-1.5px;line-height:1}.tdb .stat-ring{flex-shrink:0}.tdb .mini-bars{display:flex;align-items:flex-end;gap:3px;width:52px;height:28px}.tdb .mini-bars>div{flex:1;border-radius:2px 2px 0 0;opacity:.75;transition:opacity .2s;min-height:4px}.tdb .mini-bars--orange>div{background:var(--orange)}.tdb .mini-bars--blue>div{background:var(--blue)}.tdb .mini-bars--green>div{background:var(--green)}.tdb .mini-bars--violet>div{background:var(--violet)}.tdb .mini-bars--amber>div{background:#d97706}.tdb .mini-bars--red>div{background:var(--red)}.tdb .stat-pulse{display:flex;align-items:center;gap:6px;font-size:10px;font-weight:600;letter-spacing:.3px;white-space:nowrap}.tdb .stat-pulse--orange{color:var(--orange)}.tdb .stat-pulse--blue{color:var(--blue)}.tdb .stat-pulse--red{color:var(--red)}.tdb .pulse-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;position:relative}.tdb .pulse-dot:before{content:"";position:absolute;inset:-4px;border-radius:50%;animation:pulse-ring 1.8s ease-out infinite}.stat-pulse--orange .tdb .pulse-dot{background:var(--orange)}.stat-pulse--orange .tdb .pulse-dot:before{background:#f59e0b4d}.stat-pulse--blue .tdb .pulse-dot{background:var(--blue)}.stat-pulse--blue .tdb .pulse-dot:before{background:#3b82f64d}.stat-pulse--red .tdb .pulse-dot{background:var(--red)}.stat-pulse--red .tdb .pulse-dot:before{background:#ef44444d}.tdb .stat-trend{display:flex;align-items:center;gap:4px;font-size:11px;font-weight:700;padding:3px 8px;border-radius:999px;white-space:nowrap}.tdb .stat-trend svg{width:11px;height:11px}.tdb .stat-trend--up{background:#22c55e1f;color:var(--green)}.tdb .stat-trend--down{background:#ef44441f;color:var(--red)}.tdb .stat-trend--neu{background:#7c6ef51f;color:var(--violet)}.tdb .stat-label{font-size:12px;font-weight:500;color:var(--text-2);margin-bottom:4px}.tdb .stat-sub{display:flex;align-items:center;gap:5px;font-size:11px;color:var(--text-3)}.tdb .dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.tdb .dot-blue{background:var(--blue)}.tdb .dot-orange{background:var(--orange)}.tdb .dot-green{background:var(--green)}.tdb .dot-red{background:var(--red)}.tdb .dot-violet{background:var(--violet)}.tdb .dot-gray{background:var(--text-3)}.tdb .dot-amber{background:#d97706}.tdb .si-blue{background:var(--blue-bg);color:var(--blue)}.tdb .si-orange{background:var(--orange-bg);color:var(--orange)}.tdb .si-green{background:var(--green-bg);color:var(--green)}.tdb .si-violet{background:var(--violet-bg);color:var(--violet)}.tdb .si-red{background:var(--red-bg);color:var(--red)}.tdb .si-purple{background:var(--purple-bg);color:var(--purple)}.tdb .si-gray{background:#6b72801f;color:var(--text-3)}.tdb .si-amber{background:#d977061f;color:#d97706}.tdb .grille-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.tdb .grille-admin{display:grid;grid-template-columns:3fr 2fr;gap:16px}.tdb .col-principale,.tdb .col-secondaire{display:flex;flex-direction:column}.tdb .section-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow:hidden}.tdb .section-head{padding:14px 18px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.tdb .section-title{font-size:13px;font-weight:700;color:var(--text-1);display:flex;align-items:center;gap:7px}.tdb .section-title svg{width:14px;height:14px;color:var(--text-3)}.tdb .section-link{font-size:11px;color:var(--violet);cursor:pointer;text-decoration:none;transition:opacity .15s}.tdb .section-link:hover{opacity:.7}.tdb .row{padding:10px 16px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:11px;transition:background .15s}.tdb .row:last-child{border-bottom:none}.tdb .row:hover{background:#ffffff05}.tdb .row-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tdb .row-icon svg{width:13px;height:13px}.tdb .row-body{flex:1;min-width:0}.tdb .row-title{font-size:13px;font-weight:500;color:var(--text-1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tdb .row-meta{font-size:11px;color:var(--text-3);margin-top:2px}.tdb .row-chevron{width:14px;height:14px;color:var(--text-3);flex-shrink:0}.tdb .badge{padding:3px 9px;border-radius:999px;font-size:11px;font-weight:600;white-space:nowrap;flex-shrink:0}.tdb .attente{background:var(--orange-bg);color:var(--orange)}.tdb .approuve{background:var(--green-bg);color:var(--green)}.tdb .refuse{background:var(--red-bg);color:var(--red)}.tdb .ouvert{background:var(--blue-bg);color:var(--blue)}.tdb .resolu{background:#6b72801f;color:var(--text-3)}.tdb .en-cours{background:var(--purple-bg);color:var(--purple)}.tdb .valide-it{background:var(--blue-bg);color:var(--blue)}.tdb .ferme{background:#6b72801f;color:var(--text-3)}.tdb .a-commander{background:#eab30826;color:#d97706}.tdb .en-livraison{background:var(--orange-bg);color:var(--orange)}.tdb .livre{background:#14b8a61f;color:#14b8a6}.tdb .user-ligne{padding:9px 16px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:10px}.tdb .user-ligne:last-child{border-bottom:none}.tdb .mini-avatar{width:28px;height:28px;border-radius:50%;background:#ebebeb;color:#1f2937;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;flex-shrink:0}.tdb .user-ligne-info{flex:1;min-width:0}.tdb .user-ligne-nom{font-size:12px;font-weight:500;color:var(--text-1)}.tdb .user-ligne-dep{font-size:10px;color:var(--text-3)}.tdb .role-badge{font-size:10px;font-weight:600;padding:2px 8px;border-radius:999px;flex-shrink:0}.tdb .rb-admin{background:var(--blue-bg);color:var(--blue)}.tdb .rb-manager{background:var(--purple-bg);color:var(--purple)}.tdb .rb-employe{background:#6b72801f;color:var(--text-3)}.tdb .badge-qte{font-size:10px;font-weight:600;color:var(--text-3);background:var(--surface-2);border-radius:5px;padding:2px 6px;flex-shrink:0}.tdb .section-corps{overflow-y:auto;overscroll-behavior:contain}.tdb .section-corps::-webkit-scrollbar{width:4px}.tdb .section-corps::-webkit-scrollbar-track{background:transparent}.tdb .section-corps::-webkit-scrollbar-thumb{background:var(--border);border-radius:999px}.tdb .section-corps::-webkit-scrollbar-thumb:hover{background:var(--text-3)}.tdb .section-corps--3{max-height:160px}.tdb .section-corps--4{max-height:214px}.tdb .historique-legende{display:flex;align-items:center;gap:14px;padding:8px 16px 4px;font-size:11px;color:var(--text-3);font-weight:500}.tdb .historique-legende .historique-periode{margin-left:auto;font-weight:600;color:var(--text-2)}.tdb .sk-sal{display:flex;align-items:center;gap:0;margin-bottom:24px;padding:20px 0}.tdb .sk-sal-gauche{padding-left:14px;border-left:3px solid var(--violet);display:flex;flex-direction:column;gap:8px}.tdb .sk-sal-titre{width:200px;height:26px}.tdb .sk-sal-sous{width:160px;height:13px}.tdb .sk-sal-horloge{display:flex;flex-direction:column;gap:6px;align-items:flex-start;padding-left:22px;margin-left:20px;border-left:1px solid var(--border)}.tdb .sk-hor-hhmm{width:88px;height:34px;border-radius:8px}.tdb .sk-hor-label{width:60px;height:10px}.tdb .sk-sal-chips{margin-left:auto;display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.tdb .sk-chip{width:120px;height:30px;border-radius:999px}.tdb .sk-stat-icon{width:36px;height:36px;border-radius:10px;flex-shrink:0}.tdb .sk-stat-right{display:flex;flex-direction:column;gap:6px;flex:1}.tdb .sk-stat-val{width:56px;height:38px;border-radius:8px}.tdb .sk-stat-vis{width:52px;height:26px}.tdb .sk-stat-label{width:120px;height:13px;margin-top:10px}.tdb .sk-stat-sub{width:100px;height:10px;margin-top:5px}.tdb .sk-sec-head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--border)}.tdb .sk-sec-title{width:150px;height:15px}.tdb .sk-sec-link{width:56px;height:12px}.tdb .sk-row-icon{width:32px;height:32px;border-radius:8px;flex-shrink:0}.tdb .sk-row-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}.tdb .sk-row-title{height:13px;width:75%;max-width:240px}.tdb .sk-row-meta{height:10px;width:50%;max-width:160px}.tdb .sk-badge{width:68px;height:22px;border-radius:999px;flex-shrink:0}.tdb .etat-vide-inline{padding:20px 18px;font-size:12px;color:var(--text-3);text-align:center}.tdb .etat-erreur{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:60px 24px;text-align:center;flex:1}.tdb .erreur-icone{width:56px;height:56px;border-radius:16px;background:#ef44441a;border:1px solid rgba(239,68,68,.2);display:flex;align-items:center;justify-content:center;color:var(--red)}.tdb .erreur-titre{font-size:15px;font-weight:700;color:var(--text-1)}.tdb .erreur-sous{font-size:12px;color:var(--text-3);max-width:300px;line-height:1.5}.tdb .erreur-btn{display:inline-flex;align-items:center;gap:7px;padding:9px 20px;border-radius:8px;border:none;cursor:pointer;background:#2d2470;color:#ffffffe0;font-size:13px;font-weight:600;font-family:inherit;margin-top:4px;transition:opacity .15s}.tdb .erreur-btn:hover{opacity:.88}@media(max-width:768px){.tdb .contenu{padding:16px 18px}.tdb .salutation{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:16px}.tdb .salutation-titre{font-size:18px}.tdb .salutation-alerte{font-size:11px;padding:6px 10px}.tdb .salutation-horloge{display:none}.tdb .stats-grid{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:16px}.tdb .stat-value{font-size:24px}.tdb .salutation-droite{max-width:100%;align-items:flex-start}.tdb .actions-rapides{justify-content:flex-start;gap:6px}.tdb .action-chip{font-size:11px;padding:6px 11px}.tdb .grille-2,.tdb .grille-admin{grid-template-columns:1fr;gap:12px}.tdb .notif-messages-banner{padding:12px 14px;gap:10px}.tdb .notif-banner-icone{width:28px;height:28px;border-radius:7px}.tdb .section-card{border-radius:12px}}@keyframes rt-fadein{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}@keyframes rt-fadeout{0%{opacity:1}to{opacity:0}}@keyframes pulse-ring{0%{transform:scale(.8);opacity:.9}70%{transform:scale(1.8);opacity:0}to{transform:scale(.8);opacity:0}}
