.feedback-fab{position:fixed;bottom:24px;right:24px;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#1a3a5c,#2563eb);color:#fff;border:none;font-size:22px;cursor:pointer;box-shadow:0 4px 16px #2563eb59;z-index:1000;transition:all .2s ease;display:flex;align-items:center;justify-content:center;line-height:1}.feedback-fab:hover{transform:scale(1.08);box-shadow:0 6px 20px #2563eb73}.feedback-fab-active{background:#64748b;font-size:18px;box-shadow:0 4px 12px #64748b4d}.feedback-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0003;z-index:999}.feedback-popup{position:fixed;bottom:84px;right:24px;width:340px;background:#fff;border-radius:14px;box-shadow:0 12px 40px #0000002e;z-index:1001;overflow:hidden;animation:feedbackSlideUp .2s ease-out}@keyframes feedbackSlideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.feedback-header{display:flex;align-items:center;gap:8px;padding:14px 16px;background:linear-gradient(135deg,#0f2b46,#1a3a5c);color:#fff;font-weight:600;font-size:14px}.feedback-header-icon{font-size:18px}.feedback-categories{display:flex;gap:6px;padding:12px 16px 8px;flex-wrap:wrap}.feedback-cat-btn{padding:4px 10px;border-radius:20px;border:1.5px solid #e2e8f0;background:#fff;color:#64748b;font-size:12px;cursor:pointer;transition:all .15s;font-weight:500}.feedback-cat-btn:hover{border-color:#2563eb;color:#2563eb}.feedback-cat-btn.active{background:#2563eb;color:#fff;border-color:#2563eb}.feedback-textarea{width:100%;padding:10px 16px;border:none;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;font-size:13px;font-family:inherit;resize:none;outline:none;color:#1e293b;box-sizing:border-box}.feedback-textarea::placeholder{color:#94a3b8}.feedback-textarea:focus{background:#fafbff}.feedback-footer{display:flex;align-items:center;justify-content:space-between;padding:10px 16px}.feedback-user-hint{font-size:11px;color:#94a3b8;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feedback-submit-btn{padding:7px 18px;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s}.feedback-submit-btn:hover:not(:disabled){background:#1d4ed8}.feedback-submit-btn:disabled{opacity:.5;cursor:not-allowed}.feedback-success{padding:32px 16px;text-align:center}.feedback-success-icon{width:48px;height:48px;border-radius:50%;background:#22c55e;color:#fff;font-size:24px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.feedback-success-text{font-size:14px;font-weight:600;color:#1e293b}@media (max-width: 768px){.feedback-fab{bottom:80px;right:16px;width:44px;height:44px;font-size:20px}.feedback-popup{bottom:134px;right:12px;left:12px;width:auto}}.assistant-fab{position:fixed;bottom:24px;right:24px;width:64px;height:64px;border-radius:50%;background:#ff6b35;color:#fff;border:3px solid #fff;font-size:32px;font-weight:700;cursor:pointer;box-shadow:0 4px 16px #00000059;z-index:9998;display:flex;align-items:center;justify-content:center;transition:transform .15s,box-shadow .15s}.assistant-fab:hover{transform:scale(1.08);box-shadow:0 6px 20px #00000073}.assistant-fab:active{transform:scale(.95)}.assistant-panel{position:fixed;bottom:20px;right:20px;width:calc(100vw - 40px);max-width:460px;height:min(80vh,680px);background:#1f1f1f;border:2px solid #ff6b35;border-radius:14px;box-shadow:0 10px 32px #0009;z-index:9999;display:flex;flex-direction:column;font-family:system-ui,-apple-system,Segoe UI,sans-serif;color:#f5f5f5}@media (max-width: 600px){.assistant-panel{width:100vw;height:100vh;bottom:0;right:0;border-radius:0;border:none}}.assistant-onboarding-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#1a1a1af2;z-index:100;display:flex;align-items:center;justify-content:center;border-radius:14px}.assistant-onboarding{background:#2d2d2d;border:2px solid #ff6b35;border-radius:12px;padding:24px;max-width:360px;margin:16px}.assistant-onboarding h3{color:#ff6b35;font-size:20px;margin:0 0 16px}.assistant-onboarding-line{font-size:16px;line-height:1.5;margin:12px 0;color:#e8e8e8;display:flex;align-items:flex-start;gap:8px}.onboard-emoji{font-size:22px;flex-shrink:0}.assistant-onboarding-ok{width:100%;background:#ff6b35;color:#fff;border:none;padding:14px 20px;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;margin-top:16px}.assistant-onboarding-ok:hover{background:#ff854a}.assistant-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:#ff6b35;border-radius:12px 12px 0 0;color:#fff;flex-shrink:0}.assistant-title{font-weight:700;font-size:17px}.assistant-actions{display:flex;gap:8px}.assistant-btn-action,.assistant-btn-close{background:#ffffff38;color:#fff;border:none;border-radius:6px;padding:8px 14px;font-size:14px;font-weight:500;cursor:pointer;min-height:36px}.assistant-btn-action:hover,.assistant-btn-close:hover{background:#ffffff59}.assistant-btn-action:disabled{opacity:.5;cursor:default}.assistant-messages{flex:1;overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:12px}.assistant-welcome{text-align:center;padding:16px 8px 8px}.assistant-welcome-greeting{font-size:22px;font-weight:600;color:#ff6b35;margin:0 0 6px}.assistant-welcome-question{font-size:16px;color:#ccc;margin:0 0 8px}.assistant-suggestions{display:flex;flex-direction:column;gap:10px;padding:8px 0}.assistant-suggestion-btn{display:flex;align-items:center;gap:14px;background:#2d2d2d;border:2px solid #404040;border-radius:12px;padding:14px 16px;cursor:pointer;color:#f5f5f5;font-size:16px;text-align:left;min-height:56px;transition:border-color .15s,background .15s,transform .1s}.assistant-suggestion-btn:hover{border-color:#ff6b35;background:#353535}.assistant-suggestion-btn:active{transform:scale(.98)}.assistant-suggestion-emoji{font-size:26px;flex-shrink:0}.assistant-suggestion-label{font-weight:500}.assistant-msg{max-width:90%;padding:12px 16px;border-radius:14px;font-size:16px;line-height:1.5;white-space:pre-wrap;word-wrap:break-word}.assistant-msg-user{align-self:flex-end;background:#ff6b35;color:#fff;border-bottom-right-radius:3px}.assistant-msg-assistant{align-self:flex-start;background:#2d2d2d;color:#f5f5f5;border-bottom-left-radius:3px;border-left:3px solid #ff6b35}.assistant-msg-thinking{opacity:.7;font-style:italic}.assistant-msg-todo-badge{margin-top:10px;font-size:14px;background:#1f4d2a;color:#8de89a;padding:6px 10px;border-radius:6px;display:inline-block;font-weight:500}.assistant-msg-actions{display:flex;flex-direction:column;gap:8px;margin-top:12px}.assistant-msg-action-btn{display:block;background:#ff6b35;color:#fff;border:none;border-radius:8px;padding:12px 16px;font-size:15px;font-weight:500;cursor:pointer;text-align:left;min-height:48px;transition:background .15s,transform .1s}.assistant-msg-action-btn:hover{background:#ff854a}.assistant-msg-action-btn:active{transform:scale(.98)}.assistant-input-row{display:flex;gap:8px;padding:14px;border-top:1px solid #333;background:#1a1a1a;border-radius:0 0 12px 12px;flex-shrink:0;align-items:flex-end}@media (max-width: 600px){.assistant-input-row{border-radius:0}}.assistant-input-row textarea{flex:1;background:#2d2d2d;color:#f5f5f5;border:2px solid #444;border-radius:10px;padding:12px;font-family:inherit;font-size:16px;line-height:1.4;resize:none;outline:none;min-height:50px}.assistant-input-row textarea:focus{border-color:#ff6b35}.assistant-input-row textarea:disabled{opacity:.5;cursor:not-allowed}.assistant-btn-mic,.assistant-btn-send{width:50px;height:50px;border-radius:50%;border:none;font-size:20px;cursor:pointer;flex-shrink:0}.assistant-btn-mic{background:#2d2d2d;color:#ff6b35;border:2px solid #444}.assistant-btn-mic:hover{background:#353535}.assistant-btn-mic.recording{background:#d32f2f;color:#fff;border-color:#ff5252;animation:assistant-pulse 1s ease-in-out infinite}@keyframes assistant-pulse{0%,to{box-shadow:0 0 #d32f2f99}50%{box-shadow:0 0 0 8px #d32f2f00}}.assistant-btn-send{background:#ff6b35;color:#fff}.assistant-btn-send:disabled{background:#555;cursor:not-allowed}.assistant-toast{position:fixed;top:24px;right:24px;padding:12px 18px;border-radius:10px;font-size:14px;font-weight:600;box-shadow:0 4px 16px #0006;z-index:10000;animation:assistant-toast-in .3s ease}.assistant-toast-success{background:#1f4d2a;color:#8de89a}.assistant-toast-warn{background:#5d3a0e;color:#ffce8c}@keyframes assistant-toast-in{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.assistant-msg-feedback{display:flex;gap:8px;margin-top:10px}.assistant-feedback-btn{background:transparent;border:1px solid #555;border-radius:6px;padding:4px 10px;font-size:16px;cursor:pointer;color:#ddd;transition:background .15s,border-color .15s}.assistant-feedback-btn:hover{background:#353535;border-color:#888}.assistant-feedback-btn.good:hover{border-color:#8de89a}.assistant-feedback-btn.bad:hover{border-color:#ff6b35}.assistant-msg-feedback-given{margin-top:8px;font-size:12px;color:#888;font-style:italic}.assistant-typing-dots{display:inline-flex;gap:4px;align-items:center;padding:4px 0}.assistant-typing-dots span{width:8px;height:8px;border-radius:50%;background:#ff6b35;animation:assistant-typing-pulse 1.2s ease-in-out infinite}.assistant-typing-dots span:nth-child(2){animation-delay:.15s}.assistant-typing-dots span:nth-child(3){animation-delay:.3s}@keyframes assistant-typing-pulse{0%,60%,to{transform:scale(.7);opacity:.4}30%{transform:scale(1);opacity:1}}.layout{display:flex;height:100vh;overflow:hidden}.sidebar{width:230px;background:linear-gradient(180deg,#0f2b46,#1a3a5c);color:#e2e8f0;display:flex;flex-direction:column;flex-shrink:0}.sidebar-header{padding:14px;border-bottom:1px solid rgba(255,255,255,.08)}.logo{display:flex;align-items:center;gap:10px}.logo-img{height:36px;width:auto;object-fit:contain;flex-shrink:0}.logo-title{font-weight:700;font-size:14px;color:#fff}.logo-subtitle{font-size:10px;color:#ffffff80;margin-top:1px}.sidebar-close-btn{display:none}.sidebar-nav{flex:1;overflow-y:auto;padding:4px 8px;display:flex;flex-direction:column}.nav-section{margin-bottom:0}.nav-section-dashboard{margin-bottom:2px}.nav-section-label{font-size:9px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:10px 12px 4px;color:#ffffff59;-webkit-user-select:none;user-select:none}.nav-section-divider{height:1px;background:#ffffff0f;margin:4px 12px}.nav-item{display:flex;align-items:center;gap:10px;padding:7px 12px;margin:1px 2px;border-radius:6px;color:#ffffffb3;text-decoration:none;font-size:13px;font-weight:500;transition:all .15s ease}.nav-item:hover{background:#ffffff14;color:#fff}.nav-item.active{background:#2e75b659;color:#fff;font-weight:600}.nav-item-dashboard{margin:4px 2px;padding:8px 12px;background:#f973161f;border:1px solid rgba(249,115,22,.25);border-radius:8px;font-weight:600;color:#ffffffe6}.nav-item-dashboard:hover{background:#f9731640;border-color:#f9731666;color:#fff}.nav-item-dashboard.active{background:#f97316;border-color:#f97316;color:#fff}.nav-icon{font-size:15px;width:20px;text-align:center;flex-shrink:0}.nav-label{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-footer{padding:6px 8px;border-top:1px solid rgba(255,255,255,.08)}.user-info{display:flex;align-items:center;gap:10px;padding:8px 10px;margin-top:6px}.user-avatar{width:32px;height:32px;border-radius:50%;background:#2e75b6;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}.user-details{flex:1;min-width:0}.user-name{font-size:12px;font-weight:600;color:#f1f5f9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-role{font-size:10px;color:#ffffff80}.btn-logout{background:none;border:none;color:#ffffff80;font-size:16px;cursor:pointer;padding:4px;border-radius:6px;transition:all .15s}.btn-logout:hover{background:#dc2626;color:#fff}.sidebar-nav::-webkit-scrollbar{width:4px}.sidebar-nav::-webkit-scrollbar-track{background:transparent}.sidebar-nav::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:2px}.main-content{flex:1;overflow-y:auto;background:#f8fafc}.mobile-menu-btn,.mobile-bottom-nav,.sidebar-overlay{display:none}@media (max-width: 768px){.mobile-menu-btn{display:none}.sidebar{position:fixed;left:-100%;top:0;bottom:0;width:100%;z-index:1000;transition:left .3s ease;background:linear-gradient(180deg,#0f2b46,#1a3a5c)}.sidebar.sidebar-open{left:0}.sidebar-close-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#ffffff1a;color:#fff;border:none;font-size:18px;cursor:pointer;flex-shrink:0}.sidebar-close-btn:hover{background:#fff3}.sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:999}.sidebar .sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px}.sidebar-nav{padding:4px 12px}.nav-section{margin-bottom:2px}.nav-section-label{font-size:9px;padding:8px 8px 3px}.nav-section-divider{margin:2px 8px}.nav-item{padding:8px 10px;margin:1px 0;font-size:13px;border-radius:8px}.nav-item-dashboard{padding:8px 10px;margin:2px 0}.nav-icon{font-size:16px;width:22px}.sidebar-footer{padding:4px 12px 8px}.user-info{padding:6px 8px;margin-top:4px}.main-content{padding-top:0;padding-bottom:70px;overflow-x:hidden;max-width:100vw}.mobile-bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;height:56px;background:#fff;border-top:1px solid #e2e8f0;z-index:1001;box-shadow:0 -2px 10px #00000014;padding-bottom:env(safe-area-inset-bottom,0)}.bottom-nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;text-decoration:none;color:#94a3b8;border:none;background:none;cursor:pointer;font-family:inherit;transition:color .2s;padding:4px 0}.bottom-nav-item.active{color:#f97316}.bottom-nav-icon{font-size:20px;line-height:1}.bottom-nav-label{font-size:9px;font-weight:600;letter-spacing:.3px}}@media (min-width: 769px) and (max-width: 1024px){.sidebar{width:200px}.nav-item{padding:6px 10px;font-size:12px}.nav-section-label{font-size:8px;padding:8px 10px 3px}}:root{--m-primary: #1a3a5c;--m-accent: #e87a2e;--m-green: #059669;--m-red: #dc2626;--m-blue: #2d6da8;--m-gray: #6b7280;--m-light: #f9fafb;--m-border: #e5e7eb}.mobile-app{display:flex;flex-direction:column;height:100vh;background:#f3f4f6;font-family:Segoe UI,-apple-system,sans-serif;overflow:hidden}.mob-header{background:var(--m-primary);color:#fff;padding:12px 16px;display:flex;align-items:center;gap:10px;flex-shrink:0;padding-top:max(12px,env(safe-area-inset-top))}.mob-header .logo{font-weight:700;font-size:16px;color:var(--m-accent)}.mob-header .logo span{color:#fff;font-weight:400;font-size:13px}.mob-header .header-right{margin-left:auto;display:flex;align-items:center;gap:12px}.mob-header .notif{position:relative;font-size:18px;cursor:pointer}.mob-header .notif .notif-badge{position:absolute;top:-6px;right:-8px;background:var(--m-red);color:#fff;font-size:9px;padding:1px 4px;border-radius:8px;font-weight:700}.mob-header .mob-avatar{width:30px;height:30px;border-radius:50%;background:var(--m-accent);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff}.mob-content{flex:1;overflow-y:auto;padding:12px 12px 80px;-webkit-overflow-scrolling:touch}.mob-content::-webkit-scrollbar{display:none}.mob-tabs{display:flex;background:#fff;border-top:1px solid var(--m-border);padding:6px 0;padding-bottom:max(6px,env(safe-area-inset-bottom));position:fixed;bottom:0;left:0;right:0;z-index:100;box-shadow:0 -2px 8px #00000014}.mob-tab{flex:1;text-align:center;font-size:10px;color:var(--m-gray);cursor:pointer;padding:4px 0;background:none;border:none;font-family:inherit;text-decoration:none;display:flex;flex-direction:column;align-items:center}.mob-tab.active{color:var(--m-accent)}.mob-tab .tab-icon{font-size:20px;display:block;margin-bottom:2px;line-height:1}.mob-tab .tab-label{font-weight:600}.mob-tab .tab-badge{display:inline-block;background:var(--m-red);color:#fff;font-size:8px;padding:1px 5px;border-radius:8px;position:relative;top:-8px;left:-4px}.mob-greeting{margin-bottom:12px}.mob-greeting h1{font-size:18px;font-weight:700;color:var(--m-primary);margin:0}.mob-greeting .mob-date{font-size:12px;color:var(--m-gray);margin-top:2px}.m-card{background:#fff;border-radius:12px;padding:14px;margin-bottom:10px;box-shadow:0 1px 3px #00000014}.m-card h3{font-size:13px;color:var(--m-primary);margin:0 0 8px}.m-card-sm{font-size:12px;color:var(--m-gray)}.m-kpi-row{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px}.m-kpi{background:#fff;border-radius:10px;padding:10px;text-align:center;box-shadow:0 1px 3px #00000014}.m-kpi .kpi-val{font-size:22px;font-weight:700;color:var(--m-primary)}.m-kpi .kpi-lbl{font-size:10px;color:var(--m-gray);margin-top:2px}.m-kpi.green .kpi-val{color:var(--m-green)}.m-kpi.orange .kpi-val{color:var(--m-accent)}.m-kpi.red .kpi-val{color:var(--m-red)}.m-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;border-radius:10px;font-size:13px;font-weight:600;border:none;cursor:pointer;font-family:inherit}.m-btn-primary{background:var(--m-primary);color:#fff}.m-btn-green{background:var(--m-green);color:#fff}.m-btn-red{background:var(--m-red);color:#fff}.m-btn-orange{background:var(--m-accent);color:#fff}.m-btn-outline{background:#fff;color:var(--m-primary);border:1px solid var(--m-border)}.m-btn-full{width:100%}.m-btn-sm{padding:6px 12px;font-size:11px;border-radius:8px}.m-btn:disabled{opacity:.4;cursor:not-allowed}.m-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px}.m-action{background:#fff;border-radius:10px;padding:12px 8px;text-align:center;box-shadow:0 1px 3px #00000014;cursor:pointer;font-size:11px;font-weight:600;color:var(--m-primary);border:none;font-family:inherit}.m-action .act-icon{font-size:24px;display:block;margin-bottom:4px}.m-alert{padding:10px 12px;border-radius:8px;font-size:12px;margin-bottom:6px;display:flex;align-items:center;gap:8px}.m-alert.urgent{background:#fef2f2;border-left:3px solid var(--m-red);color:#991b1b}.m-alert.warn{background:#fff7ed;border-left:3px solid var(--m-accent);color:#92400e}.m-alert.info{background:#eff6ff;border-left:3px solid var(--m-blue);color:#1e40af}.m-alert.ok{background:#ecfdf5;border-left:3px solid var(--m-green);color:#065f46}.m-punch{text-align:center;padding:16px}.m-punch .clock{font-size:42px;font-weight:700;color:var(--m-primary);font-variant-numeric:tabular-nums}.m-punch .punch-status{font-size:13px;color:var(--m-gray);margin:8px 0 16px}.m-punch-btns{display:flex;gap:12px;justify-content:center}.m-punch-info{margin-top:8px;padding:8px 10px;background:#f0fdf4;border-radius:8px;font-size:11px;color:#374151}.m-punch-info .info-title{font-weight:700;color:var(--m-primary);margin-bottom:4px}.m-task{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid var(--m-border);font-size:13px}.m-task:last-child{border-bottom:none}.m-task .task-btns{margin-left:auto;display:flex;gap:4px}.m-team{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid var(--m-border);font-size:13px}.m-team:last-child{border-bottom:none}.m-team .dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.m-team .dot.on{background:var(--m-green)}.m-team .dot.off{background:var(--m-red)}.m-team .dot.late{background:var(--m-accent)}.m-team .team-info{margin-left:auto;font-size:11px}.m-week{display:grid;grid-template-columns:repeat(6,1fr);gap:4px;text-align:center;font-size:11px;margin:8px 0}.m-week .day{padding:6px 2px;border-radius:6px;background:var(--m-light)}.m-week .day.today{background:#fff7ed;border:1px solid var(--m-accent);font-weight:700}.m-week .day .dval{font-size:14px;font-weight:700;color:var(--m-primary)}.m-week .day .dlbl{font-size:9px;color:var(--m-gray)}.m-msg{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid var(--m-border);font-size:12px}.m-msg:last-child{border-bottom:none}.m-msg .msg-avatar{width:32px;height:32px;border-radius:50%;background:var(--m-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;flex-shrink:0}.m-msg .msg-text{flex:1;min-width:0}.m-msg .msg-text strong{display:block;font-size:12px;color:var(--m-primary)}.m-msg .msg-time{font-size:10px;color:var(--m-gray);flex-shrink:0}.m-msg .msg-badge{background:var(--m-red);color:#fff;font-size:9px;padding:1px 6px;border-radius:8px;font-weight:700;flex-shrink:0}.m-hours{width:100%;font-size:12px;border-collapse:collapse}.m-hours td,.m-hours th{padding:6px 4px;text-align:center}.m-hours th{color:var(--m-gray);font-size:10px;font-weight:600}.m-progress{height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden;margin-top:4px}.m-progress-fill{height:100%;border-radius:3px;transition:width .3s ease}.m-status-badge{font-size:10px;padding:2px 8px;border-radius:6px;font-weight:600;white-space:nowrap}.m-demande-card{border-radius:10px;padding:10px;margin-bottom:8px}.m-demande-card.pending{background:#fffbeb;border:1px solid #fde68a}.m-demande-card.approved{background:#f0fdf4;border:1px solid #bbf7d0}.m-demande-card.urgent{background:#fef2f2;border:1px solid #fecaca}.mob-sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mob-sidebar{position:fixed;top:0;left:0;bottom:0;width:300px;max-width:85vw;background:linear-gradient(180deg,#1a3a5c,#152d47);color:#fff;z-index:1000;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);overflow-y:auto}.mob-sidebar.open{transform:translate(0)}.sidebar-profile{padding:24px 16px 16px;background:#00000026;border-bottom:1px solid rgba(255,255,255,.08)}.sidebar-profile-row{display:flex;align-items:center;gap:12px}.sidebar-avatar{width:44px;height:44px;border-radius:50%;background:var(--m-accent);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#fff;flex-shrink:0}.sidebar-profile-info{flex:1;min-width:0}.sidebar-profile-name{font-size:15px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-profile-role{font-size:12px;color:#ffffff80;margin-top:2px}.mob-sidebar-close{background:#ffffff1a;border:none;color:#ffffffb3;width:32px;height:32px;border-radius:8px;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s}.mob-sidebar-close:hover{background:#fff3}.mob-sidebar-nav{padding:8px 10px;flex:1}.sidebar-group{margin-bottom:6px}.sidebar-group-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:#ffffff59;padding:12px 12px 6px}.sidebar-nav-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;color:#ffffffbf;text-decoration:none;font-size:14px;font-weight:500;transition:all .2s}.sidebar-nav-item:hover{background:#ffffff14;color:#fff}.sidebar-nav-item.active{background:#e87a2e26;color:var(--m-accent);font-weight:600}.sidebar-nav-item .nav-icon{font-size:18px;width:26px;text-align:center;flex-shrink:0}.sidebar-footer{padding:12px 16px;border-top:1px solid rgba(255,255,255,.08)}.sidebar-logout{width:100%;padding:10px 16px;background:#ffffff14;border:1px solid rgba(255,255,255,.1);color:#ffffffb3;border-radius:10px;font-size:13px;font-weight:500;cursor:pointer;font-family:inherit;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px}.sidebar-logout:hover{background:#dc262626;border-color:#dc26264d;color:#fca5a5}.m-task-item{padding:10px 0;border-bottom:1px solid #f1f5f9}.m-task-item:last-child{border-bottom:none}.m-task-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.m-status-badge{font-size:10px;padding:2px 8px;border-radius:10px;font-weight:600;white-space:nowrap}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#1f4e79,#2e75b6);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;padding:20px}.login-card{background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;width:100%;max-width:420px;padding:48px 40px;display:flex;flex-direction:column;gap:32px}.login-logo{text-align:center;display:flex;flex-direction:column;gap:8px}.login-logo h1{margin:0;font-size:48px;font-weight:700;color:#1f4e79;letter-spacing:-1px}.login-logo p{margin:0;font-size:14px;color:#666;font-weight:500;letter-spacing:.5px}.login-form{display:flex;flex-direction:column;gap:24px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:600;color:#1f4e79}.form-group input{padding:12px 16px;border:1px solid #d0d0d0;border-radius:8px;font-size:14px;font-family:inherit;transition:all .2s ease;background:#fafafa}.form-group input:focus{outline:none;border-color:#2e75b6;background:#fff;box-shadow:0 0 0 3px #2e75b61a}.form-group input:disabled{opacity:.6;cursor:not-allowed}.error-message{padding:12px 16px;background-color:#fee;border:1px solid #fcc;border-radius:8px;color:#c33;font-size:14px;line-height:1.4}.login-button{padding:12px 24px;background-color:#f97316;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit}.login-button:hover:not(:disabled){background-color:#ea6a1e;transform:translateY(-2px);box-shadow:0 4px 12px #f973164d}.login-button:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 6px #f973164d}.login-button:disabled{opacity:.7;cursor:not-allowed}.login-footer{text-align:center;border-top:1px solid #e0e0e0;padding-top:24px}.login-footer p{margin:0;font-size:13px;color:#999}.password-wrapper{position:relative}.password-wrapper input{width:100%;padding-right:44px;box-sizing:border-box}.password-toggle{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;opacity:.5;transition:opacity .2s}.password-toggle:hover{opacity:1}@media (max-width: 480px){.login-card{padding:36px 24px;gap:24px}.login-logo h1{font-size:40px}.form-group input{font-size:16px}}.dashboard{padding:24px 32px;max-width:1400px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.dash-loading{text-align:center;padding:80px 0;color:#94a3b8;font-size:15px}.dash-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:28px}.dash-title{margin:0;font-size:28px;font-weight:700;color:#1e293b}.dash-subtitle{margin:4px 0 0;font-size:14px;color:#94a3b8}.dash-date{font-size:14px;color:#64748b;text-transform:capitalize}.dash-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:28px}.dash-stat-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000000f;cursor:pointer;transition:all .15s;border:1px solid #f1f5f9}.dash-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.dash-stat-number{font-size:36px;font-weight:700;line-height:1;margin-bottom:6px}.dash-stat-label{font-size:13px;color:#64748b;font-weight:500}.dash-stat-amount{font-size:11px;color:#94a3b8;margin-top:4px}.dash-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:20px}.dash-col{display:flex;flex-direction:column;gap:20px}.dash-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000000f;border:1px solid #f1f5f9}.dash-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.dash-card-header h2{margin:0;font-size:16px;font-weight:600;color:#1e293b}.dash-btn-small{font-size:12px;color:#3b82f6;background:none;border:none;cursor:pointer;font-weight:500}.dash-btn-small:hover{text-decoration:underline}.dash-project-list{display:flex;flex-direction:column;gap:2px}.dash-project-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-radius:8px;cursor:pointer;transition:background .1s}.dash-project-item:hover{background:#f8fafc}.dash-project-name{font-size:14px;font-weight:500;color:#1e293b}.dash-project-meta{font-size:12px;color:#94a3b8;margin-top:2px}.dash-project-right{display:flex;align-items:center;gap:10px}.dash-progress-mini{width:60px;height:4px;background:#f1f5f9;border-radius:2px;overflow:hidden}.dash-progress-bar{height:100%;border-radius:2px;transition:width .3s}.dash-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.dash-card-alerts{border-left:3px solid #f59e0b}.dash-alert-count{background:#fef3c7;color:#d97706;font-size:12px;font-weight:600;padding:2px 8px;border-radius:10px}.dash-alert-list{display:flex;flex-direction:column;gap:8px}.dash-alert-item{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:6px;font-size:13px}.dash-alert-critical{background:#fef2f2;color:#dc2626}.dash-alert-warning{background:#fffbeb;color:#d97706}.dash-alert-info{background:#f0f9ff;color:#3b82f6}.dash-alert-icon{font-weight:700;font-size:12px;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:currentColor;color:#fff;flex-shrink:0}.dash-alert-critical .dash-alert-icon{background:#dc2626}.dash-alert-warning .dash-alert-icon{background:#d97706}.dash-alert-info .dash-alert-icon{background:#3b82f6}.dash-todo-count{font-size:12px;color:#94a3b8}.dash-todo-input{display:flex;gap:8px;margin-bottom:12px}.dash-todo-input input{flex:1;padding:8px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;font-family:inherit}.dash-todo-input input:focus{outline:none;border-color:#3b82f6}.dash-btn-add{width:36px;height:36px;border:none;background:#3b82f6;color:#fff;border-radius:8px;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center}.dash-btn-add:hover{background:#2563eb}.dash-todo-list{display:flex;flex-direction:column;gap:4px;max-height:300px;overflow-y:auto}.dash-todo-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:6px;transition:background .1s}.dash-todo-item:hover{background:#f8fafc}.dash-todo-item.done .dash-todo-text{text-decoration:line-through;color:#94a3b8}.dash-todo-item input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#3b82f6}.dash-todo-text{flex:1;font-size:13px;color:#334155}.dash-todo-delete{background:none;border:none;color:#cbd5e1;cursor:pointer;font-size:14px;padding:2px 6px;border-radius:4px}.dash-todo-delete:hover{color:#dc2626;background:#fef2f2}.dash-shortcuts{display:grid;grid-template-columns:1fr 1fr;gap:8px}.dash-shortcut{display:flex;align-items:center;gap:10px;padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;cursor:pointer;font-size:13px;color:#334155;font-family:inherit;transition:all .1s}.dash-shortcut:hover{border-color:#3b82f6;background:#f0f9ff;color:#1d4ed8}.dash-shortcut-icon{width:28px;height:28px;border-radius:6px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;color:#3b82f6}.dash-btn-assign{width:100%;padding:8px;background:#f0f9ff;border:1px dashed #3b82f6;border-radius:8px;color:#3b82f6;font-size:13px;font-family:inherit;cursor:pointer;margin-bottom:12px;transition:all .15s}.dash-btn-assign:hover{background:#dbeafe}.dash-todo-content{flex:1;display:flex;flex-wrap:wrap;align-items:center;gap:6px}.dash-todo-assignee{font-size:11px;background:#e0e7ff;color:#4338ca;padding:2px 8px;border-radius:10px;font-weight:500}.dash-todo-response{font-size:11px;padding:2px 8px;border-radius:10px;font-weight:600}.dash-todo-response.accepte{background:#dcfce7;color:#16a34a}.dash-todo-response.refuse{background:#fef2f2;color:#dc2626}.dash-todo-note{font-size:11px;color:#64748b;font-style:italic}.dash-todo-priority.urgent{color:#dc2626;font-weight:700}.dash-todo-priority.haute{color:#d97706;font-weight:600}.dash-todo-respond-btn{padding:4px 10px;font-size:11px;background:#f0f9ff;border:1px solid #3b82f6;border-radius:6px;color:#3b82f6;cursor:pointer;font-family:inherit;white-space:nowrap}.dash-todo-respond-btn:hover{background:#dbeafe}.dash-todo-respond-form{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.dash-todo-respond-form input{padding:4px 8px;border:1px solid #e2e8f0;border-radius:4px;font-size:11px;width:120px;font-family:inherit}.btn-accept{padding:4px 8px;font-size:11px;background:#16a34a;color:#fff;border:none;border-radius:4px;cursor:pointer;font-family:inherit}.btn-refuse{padding:4px 8px;font-size:11px;background:#dc2626;color:#fff;border:none;border-radius:4px;cursor:pointer;font-family:inherit}.btn-cancel{padding:4px 6px;font-size:11px;background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0;border-radius:4px;cursor:pointer;font-family:inherit}.modal-content.task-modal{background:#fff;border-radius:12px;padding:24px;width:90%;max-width:480px;box-shadow:0 20px 60px #0003}.task-modal h3{margin:0 0 20px;font-size:18px;color:#1e293b}.task-form .form-group{margin-bottom:14px}.task-form label{display:block;font-size:12px;font-weight:600;color:#64748b;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.task-form input,.task-form select,.task-form textarea{width:100%;padding:8px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-family:inherit;box-sizing:border-box}.task-form input:focus,.task-form select:focus,.task-form textarea:focus{outline:none;border-color:#3b82f6}.task-form textarea{resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:20px}.btn-primary{padding:8px 20px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:14px;font-family:inherit;cursor:pointer;font-weight:500}.btn-primary:hover{background:#2563eb}.btn-primary:disabled{background:#94a3b8;cursor:not-allowed}.form-actions .btn-cancel{padding:8px 20px;font-size:14px;border-radius:8px}.dash-empty{text-align:center;padding:24px;color:#94a3b8;font-size:13px}.dash-financial-summary{background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:12px;padding:20px;margin-bottom:28px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}.dash-financial-item{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:10px;padding:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.dash-financial-label{font-size:12px;color:#fffc;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.dash-financial-value{font-size:28px;font-weight:700;color:#fff;margin-top:8px}@media (max-width: 900px){.dash-stats{grid-template-columns:repeat(2,1fr)}.dash-grid{grid-template-columns:1fr}.dashboard{padding:16px}.dash-financial-summary{grid-template-columns:1fr}}@media (max-width: 768px){.dash-header{flex-direction:column;align-items:flex-start;gap:4px;margin-top:4px}.dash-date{font-size:12px}.dash-title{font-size:22px}.dash-subtitle{font-size:12px}}@media (max-width: 480px){.dash-stats{grid-template-columns:1fr 1fr;gap:8px}.dashboard{padding:12px}.dash-header h1{font-size:20px}.dash-quick-actions{grid-template-columns:1fr}}.dash-stat-pulse{animation:dash-pulse 2s ease-in-out infinite;border:2px solid #ea580c}@keyframes dash-pulse{0%,to{box-shadow:0 0 #ea580c66}50%{box-shadow:0 0 0 8px #ea580c00}}.dash-profit-list{display:flex;flex-direction:column;gap:10px}.dash-profit-item{padding:10px 12px;border-radius:8px;border-left:4px solid #16a34a;background:#f8fafc;cursor:pointer;transition:background .15s}.dash-profit-item:hover{background:#f1f5f9}.dash-profit-green{border-left-color:#16a34a}.dash-profit-yellow{border-left-color:#f59e0b;background:#fffbeb}.dash-profit-red{border-left-color:#dc2626;background:#fef2f2}.dash-profit-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.dash-profit-name{font-weight:600;font-size:14px}.dash-profit-badge{padding:2px 8px;border-radius:12px;font-size:12px;font-weight:700;color:#fff}.dash-profit-badge-green{background:#16a34a}.dash-profit-badge-yellow{background:#f59e0b}.dash-profit-badge-red{background:#dc2626}.dash-profit-meta{display:flex;gap:6px;font-size:12px;color:#64748b;margin-bottom:6px;flex-wrap:wrap}.dash-card-requests{border-top:3px solid #ea580c}.dash-request-list{display:flex;flex-direction:column;gap:10px}.dash-request-item{padding:12px;border-radius:8px;background:#fff7ed;border-left:4px solid #ea580c}.dash-request-tres_urgent{background:#fef2f2;border-left-color:#dc2626}.dash-request-urgent{background:#fffbeb;border-left-color:#f59e0b}.dash-request-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.dash-request-project{font-weight:600;font-size:14px}.dash-request-urgency{padding:2px 8px;border-radius:4px;font-size:10px;font-weight:700;color:#fff}.urgency-urgent{background:#f59e0b}.urgency-tres_urgent{background:#dc2626}.dash-request-meta{font-size:12px;color:#64748b;margin-bottom:4px}.dash-request-notes{font-size:12px;color:#475569;font-style:italic;margin-bottom:8px;padding:4px 6px;background:#fff9;border-radius:4px}.dash-request-actions{display:flex;gap:6px}.dash-request-actions button{flex:1;padding:6px 8px;border:none;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:opacity .15s}.dash-request-actions button:hover{opacity:.85}.dash-request-actions .btn-accept{background:#16a34a;color:#fff}.dash-request-actions .btn-refuse{background:#dc2626;color:#fff}.dash-request-actions .btn-info{background:#e2e8f0;color:#1e293b}.dash-working-list{display:flex;flex-direction:column;gap:8px}.dash-working-item{padding:10px 12px;background:#f8fafc;border-radius:6px;border-left:3px solid #3b82f6}.dash-working-name{font-weight:600;font-size:14px;display:flex;align-items:center;gap:8px}.dash-working-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#16a34a;animation:dash-blink 1.5s ease-in-out infinite}@keyframes dash-blink{0%,to{opacity:1}50%{opacity:.4}}.dash-working-project{font-size:12px;color:#3b82f6;margin-top:2px;cursor:pointer;text-decoration:underline}.dash-working-time{font-size:11px;color:#64748b;margin-top:2px;font-family:monospace}.page{padding:24px 32px;max-width:1400px}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.page-title{font-size:24px;font-weight:700;color:#0f172a;margin:0}.page-subtitle{font-size:13px;color:#64748b;margin:4px 0 0}.page-filters{display:flex;gap:12px;margin-bottom:20px}.input-search{flex:1;max-width:400px;padding:10px 14px;border:1.5px solid #d1d5db;border-radius:8px;font-size:13px;transition:border-color .15s}.input-search:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.input-select{padding:10px 14px;border:1.5px solid #d1d5db;border-radius:8px;font-size:13px;background:#fff;min-width:160px}.btn{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s}.btn-primary{background:#1d4ed8;color:#fff}.btn-primary:hover{background:#1e40af}.btn-ghost{background:transparent;color:#64748b}.btn-ghost:hover{background:#f1f5f9;color:#0f172a}.btn-sm{padding:6px 10px;font-size:12px}.table-container{background:#fff;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden}.data-table th{padding:12px 16px;text-align:left;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#64748b;background:#f8fafc;border-bottom:1px solid #e2e8f0}.data-table td{padding:14px 16px;font-size:13px;color:#334155;border-bottom:1px solid #f1f5f9}.clickable-row{cursor:pointer;transition:background .1s}.clickable-row:hover{background:#f8fafc}.cell-primary{font-weight:600;color:#0f172a}.cell-mono{font-family:SF Mono,Fira Code,monospace;font-size:12px;color:#64748b}.text-right{text-align:right}.text-center{text-align:center}.text-muted{color:#94a3b8;font-size:12px}.badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:600}.badge-residentiel{background:#dbeafe;color:#1d4ed8}.badge-commercial{background:#fef3c7;color:#92400e}.badge-entrepreneur_general{background:#ede9fe;color:#6d28d9}.progress-bar-container{position:relative;width:80px;height:20px;background:#e2e8f0;border-radius:10px;overflow:hidden}.progress-bar-fill{height:100%;border-radius:10px;transition:width .3s}.progress-label{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:10px;font-weight:700;color:#0f172a}.loading-state{text-align:center;padding:60px 20px;color:#94a3b8;font-size:14px}.empty-state{text-align:center;padding:80px 20px;color:#94a3b8}.empty-icon{font-size:48px;margin-bottom:12px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:32px}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;cursor:pointer;transition:all .15s}.stat-card:hover{border-color:#3b82f6;box-shadow:0 2px 8px #3b82f61a}.stat-card.active{border-color:#16a34a;background:#f0fdf4}.stat-icon{font-size:24px;margin-bottom:8px}.stat-value{font-size:28px;font-weight:800;color:#0f172a}.stat-label{font-size:12px;color:#64748b;margin-top:2px}.section-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;margin-bottom:20px}.section-title{font-size:16px;font-weight:700;color:#0f172a;margin:0 0 16px}.mini-list{display:flex;flex-direction:column;gap:4px}.mini-list-item{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:8px}.mini-list-primary{font-size:13px;font-weight:600;color:#0f172a}.mini-list-secondary{font-size:11px;color:#94a3b8;margin-top:2px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172a80;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{background:#fff;border-radius:16px;width:90%;max-width:620px;max-height:85vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e2e8f0}.modal-header h2{margin:0;font-size:18px;font-weight:700;color:#0f172a}.btn-close{background:none;border:none;font-size:24px;color:#94a3b8;cursor:pointer;padding:4px 8px;border-radius:6px}.btn-close:hover{background:#f1f5f9;color:#0f172a}.modal-body{padding:24px;overflow-y:auto}.modal-footer{display:flex;justify-content:flex-end;gap:10px;padding-top:20px;border-top:1px solid #e2e8f0;margin-top:16px}.form-section{margin-bottom:20px}.form-section h3{font-size:13px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px}.form-row{display:flex;gap:12px}.form-group{flex:1;margin-bottom:12px}.form-group label{display:block;font-size:12px;font-weight:600;color:#475569;margin-bottom:4px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:9px 12px;border:1.5px solid #d1d5db;border-radius:8px;font-size:13px;color:#0f172a;transition:border-color .15s;box-sizing:border-box}.form-group textarea{resize:vertical}.detail-card{background:#fff;border-radius:12px;padding:16px 20px;box-shadow:0 1px 3px #0000000f;border:1px solid #f1f5f9}.detail-row{display:flex;justify-content:space-between;padding:6px 0;font-size:13px;color:#334155;border-bottom:1px solid #f8fafc}.detail-row:last-child{border-bottom:none}.detail-label{font-weight:500;color:#64748b}.input-field{width:100%;padding:8px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;font-family:inherit;box-sizing:border-box}.input-field:focus{outline:none;border-color:#3b82f6}@media (max-width: 768px){.page{padding:16px}.page-header{flex-direction:column;align-items:flex-start;gap:12px}.page-title{font-size:20px}.page-filters{flex-direction:column;gap:8px}.page-filters .input-search{max-width:100%}.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.data-table{min-width:600px}.form-row{flex-direction:column;gap:12px}.modal{width:95%;max-height:90vh;margin:8px}.modal-header,.modal-body{padding:16px}.modal-footer{padding:12px 16px}.stat-card{padding:12px}.stat-value{font-size:20px}.detail-cards{grid-template-columns:1fr!important}.info-grid{grid-template-columns:1fr 1fr!important}}.loi-dor-banner{display:flex;align-items:center;gap:12px;padding:12px 16px;background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border:2px solid #16a34a;border-radius:10px;margin-bottom:16px}.loi-dor-icon{font-size:28px}.loi-dor-title{font-weight:700;color:#16a34a;font-size:14px}.loi-dor-desc{font-size:12px;color:#374151;margin-top:2px}.params-bar{display:flex;gap:20px;padding:12px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:16px}.param-group{display:flex;align-items:center;gap:8px}.param-group label{font-size:12px;font-weight:600;color:#64748b;white-space:nowrap}.param-group input{width:65px;padding:6px 8px;border:1.5px solid #d1d5db;border-radius:6px;font-size:13px;font-weight:700;text-align:center}.param-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.soumission-table-wrapper{overflow-x:auto;background:#fff;border:1px solid #e2e8f0;border-radius:12px}.soumission-table{width:100%;border-collapse:collapse;min-width:1200px}.soumission-table th{padding:10px 8px;font-size:11px;font-weight:700;text-align:center;color:#fff;white-space:nowrap}.th-mat{background:#065f46}.th-mat-edit{background:#16a34a}.th-mo{background:#1e3a5f}.th-mo-edit{background:#1d4ed8}.th-loss{background:#6d28d9}.th-total{background:#15803d;font-size:12px!important}.soumission-table td{padding:4px;border-bottom:1px solid #f1f5f9;text-align:center}.loi-input{width:100%;padding:5px 6px;border:1.5px solid #d1d5db;border-radius:5px;text-align:right;font-size:12px;font-weight:700;background:#fff;color:#111827;box-sizing:border-box}.loi-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26;outline:none}.loi-desc{text-align:left;font-weight:600;width:100%}.loi-green{border-color:#86efac;background:#f0fdf4;color:#065f46}.loi-blue{border-color:#93c5fd;background:#eff6ff;color:#1e3a5f}.loi-purple{border-color:#c4b5fd;background:#f5f3ff;color:#5b21b6}.loi-gray{border-color:#d1d5db;background:#f9fafb;color:#374151}.loi-total{border:2px solid #16a34a;font-size:13px;font-weight:800;background:#f0fdf4;color:#111827}.loi-select{padding:5px 4px;border:1px solid #d1d5db;border-radius:5px;font-size:11px;background:#fff;width:100%}.total-row td{padding:12px 8px;background:#f8fafc;border-top:2px solid #e2e8f0;font-size:13px}.total-cell{font-weight:700;color:#0f172a}.total-grand{font-weight:800;font-size:15px!important;color:#16a34a}.vehicules-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:16px;margin-bottom:24px}.vehicule-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:16px;cursor:pointer;transition:all .2s;display:flex;flex-direction:column}.vehicule-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f61a}.vehicule-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.vehicule-card-title{display:flex;gap:12px;flex:1}.vehicule-icon{font-size:24px;line-height:1}.vehicule-card-title h3{margin:0;font-size:15px;font-weight:600;color:#0f172a;line-height:1.3}.vehicule-subtitle{font-size:12px;color:#64748b;margin:4px 0 0}.vehicule-alert-badge{background:#dc262620;color:#dc2626;padding:6px 10px;border-radius:6px;font-size:12px;font-weight:600;white-space:nowrap}.vehicule-card-body{flex:1;margin-bottom:12px}.vehicule-info-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #e2e8f0}.vehicule-info{display:flex;flex-direction:column}.vehicule-info .label{font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;margin-bottom:3px}.vehicule-info .value{font-size:13px;color:#0f172a;font-weight:500}.vehicule-info .value.mono{font-family:monospace;font-weight:600}.vehicule-expiry-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.expiry-item{padding:8px 10px;border-radius:6px;background:#16a34a20;border:1px solid #16a34a40;position:relative}.expiry-item.warning{background:#f59e0b20;border-color:#f59e0b40}.expiry-item.expired{background:#dc262620;border-color:#dc262640}.expiry-item .label{font-size:10px;font-weight:600;color:#64748b;text-transform:uppercase;display:block;margin-bottom:2px}.expiry-item .value{font-size:12px;color:#0f172a;font-weight:500;display:block;font-family:monospace}.expired-badge{display:inline-block;background:#dc2626;color:#fff;padding:2px 6px;border-radius:3px;font-size:9px;font-weight:700;margin-top:4px}.warning-badge{display:inline-block;background:#f59e0b;color:#fff;padding:2px 6px;border-radius:3px;font-size:9px;font-weight:700;margin-top:4px}.vehicule-card-footer{padding-top:12px;border-top:1px solid #e2e8f0}.btn-view{width:100%;padding:8px 12px;background:#f8fafc;color:#3b82f6;border:1px solid #d1d5db;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s}.btn-view:hover{background:#eff6ff;border-color:#3b82f6}.btn-link{background:none;border:none;color:#3b82f6;font-size:13px;font-weight:600;cursor:pointer;padding:0}.btn-link:hover{text-decoration:underline}.modal-large{max-width:600px}.section-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:20px;margin-bottom:20px}.section-title{font-size:15px;font-weight:600;color:#0f172a;margin:0 0 16px}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:16px}.form-group{display:flex;flex-direction:column}.form-group label{font-size:13px;font-weight:600;color:#0f172a;margin-bottom:6px}.form-group input,.form-group select,.form-group textarea{padding:10px 12px;border:1.5px solid #d1d5db;border-radius:8px;font-size:13px;font-family:inherit;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group input[type=date],.form-group input[type=number],.form-group input[type=text]{width:100%}.form-group textarea{width:100%;resize:vertical}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#fff;border-radius:12px;max-width:500px;width:90vw;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 10px 40px #0003}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e2e8f0}.modal-header h2{margin:0;font-size:16px;font-weight:600;color:#0f172a}.btn-close{background:none;border:none;font-size:24px;color:#64748b;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.btn-close:hover{color:#0f172a}.modal-body{flex:1;overflow-y:auto;padding:20px}.modal-footer{display:flex;gap:12px;justify-content:flex-end;padding:16px 20px;border-top:1px solid #e2e8f0}.table-container{overflow-x:auto;border:1px solid #e2e8f0;border-radius:10px}.data-table{width:100%;border-collapse:collapse}.data-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.data-table th{padding:12px;text-align:left;font-size:12px;font-weight:600;color:#475569;text-transform:uppercase}.data-table td{padding:12px;border-bottom:1px solid #e2e8f0;font-size:13px;color:#0f172a}.data-table tr:hover{background:#f8fafc}.data-table .text-muted{color:#64748b}.data-table .cell-mono{font-family:monospace;font-weight:600}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;margin-bottom:20px}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:16px}.stat-label{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase}.stat-value{font-size:24px;font-weight:700;margin-top:8px}.badge{display:inline-block;padding:4px 8px;border-radius:6px;font-size:12px;font-weight:600}.empty-state,.loading-state{text-align:center;padding:40px;color:#64748b;font-size:14px}.cal-page{padding:24px 32px;max-width:1400px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.cal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.cal-nav{display:flex;align-items:center;gap:16px}.cal-nav-btn{width:36px;height:36px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#334155;transition:all .15s}.cal-nav-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.cal-title{margin:0;font-size:24px;font-weight:700;color:#1e293b;min-width:240px;text-align:center}.cal-controls{display:flex;align-items:center;gap:12px}.cal-today-btn{padding:8px 16px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;font-size:13px;font-weight:500;cursor:pointer;color:#334155;font-family:inherit;transition:all .15s}.cal-today-btn:hover{background:#f1f5f9;border-color:#3b82f6;color:#3b82f6}.cal-view-toggle{display:flex;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.cal-view-btn{padding:8px 16px;border:none;background:#fff;font-size:13px;font-weight:500;cursor:pointer;color:#64748b;font-family:inherit;transition:all .15s}.cal-view-btn:first-child{border-right:1px solid #e2e8f0}.cal-view-btn.active{background:#3b82f6;color:#fff}.cal-view-btn:hover:not(.active){background:#f8fafc}.cal-grid{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f;border:1px solid #f1f5f9;overflow:hidden}.cal-day-headers{display:grid;grid-template-columns:repeat(7,1fr);border-bottom:1px solid #e2e8f0;background:#f8fafc}.cal-day-header{padding:10px 8px;text-align:center;font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.cal-cells{display:grid;grid-template-columns:repeat(7,1fr)}.cal-cell{min-height:100px;padding:6px 8px;border-right:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;transition:background .1s}.cal-cell:nth-child(7n){border-right:none}.cal-cell:hover{background:#fafbfd}.cal-cell.outside{background:#fafafa}.cal-cell.outside .cal-cell-date{color:#cbd5e1}.cal-cell.today{background:#eff6ff}.cal-cell.today .cal-cell-date{background:#3b82f6;color:#fff;border-radius:50%;width:26px;height:26px;display:flex;align-items:center;justify-content:center;font-weight:600}.cal-cell-date{font-size:13px;font-weight:500;color:#334155;margin-bottom:4px}.cal-cell-projects{display:flex;flex-direction:column;gap:2px}.cal-week-view .cal-cell{min-height:300px}.cal-event{padding:3px 6px;border-radius:4px;font-size:11px;font-weight:500;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:opacity .15s}.cal-event:hover{opacity:.8}.cal-more{font-size:11px;color:#94a3b8;padding:2px 6px;font-weight:500}.cal-legend{margin-top:20px;background:#fff;border-radius:12px;padding:16px 20px;box-shadow:0 1px 3px #0000000f;border:1px solid #f1f5f9}.cal-legend h3{margin:0 0 12px;font-size:14px;font-weight:600;color:#1e293b}.cal-legend-list{display:flex;flex-wrap:wrap;gap:8px 20px}.cal-legend-item{display:flex;align-items:center;gap:8px;font-size:13px;color:#334155;cursor:pointer;padding:4px 8px;border-radius:6px;transition:background .1s}.cal-legend-item:hover{background:#f8fafc}.cal-legend-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}@media (max-width: 900px){.cal-page{padding:16px}.cal-header{flex-direction:column;gap:12px;align-items:flex-start}.cal-cell{min-height:70px;padding:4px}.cal-event{font-size:10px}.cal-title{font-size:20px;min-width:auto}}@media (max-width: 600px){.cal-page{padding:8px 0;overflow-x:hidden;max-width:100vw}.cal-header{flex-direction:column;gap:8px;align-items:stretch;margin-bottom:12px}.cal-nav{justify-content:space-between;gap:8px}.cal-title{font-size:17px;min-width:auto;flex:1;text-align:center}.cal-nav-btn{width:32px;height:32px;font-size:14px}.cal-controls{justify-content:space-between;width:100%}.cal-today-btn{padding:6px 12px;font-size:12px}.cal-view-btn{padding:6px 10px;font-size:12px}.cal-grid{border-radius:8px;overflow:hidden;width:100%;table-layout:fixed}.cal-day-headers{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.cal-day-header{padding:6px 1px;font-size:10px;letter-spacing:0;overflow:hidden}.cal-cells{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.cal-cell{min-height:56px;padding:2px 1px;min-width:0;overflow:hidden}.cal-cell-date{font-size:11px;margin-bottom:2px}.cal-cell.today .cal-cell-date{width:22px;height:22px;font-size:11px}.cal-event{font-size:8px;padding:2px;border-left-width:2px!important;border-radius:2px;line-height:1.2;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cal-cell-projects{min-width:0;overflow:hidden}.cal-more{font-size:8px;padding:1px 3px}.cal-week-view .cal-cell{min-height:120px}.cal-legend{margin-top:12px;padding:12px;border-radius:8px}.cal-legend h3{font-size:12px;margin-bottom:8px}.cal-legend-list{gap:4px 12px}.cal-legend-item{font-size:11px;padding:3px 4px;gap:6px}.cal-legend-dot-btn{width:12px;height:12px}.cal-color-picker{position:fixed;left:10px;right:10px;top:50%;transform:translateY(-50%);margin-top:0;max-width:280px;margin-left:auto;margin-right:auto}.cal-day-view{padding:12px;border-radius:8px}.cal-day-header-big{flex-direction:column;align-items:flex-start;gap:6px}.cal-day-header-big h2{font-size:16px}.cal-day-item{flex-direction:column;align-items:flex-start;gap:4px;padding:10px 12px}.cal-day-item-title{font-size:13px}.cal-day-item-period{text-align:left}}.cal-day-view{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;margin-bottom:16px}.cal-day-header-big{display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid #f1f5f9;padding-bottom:12px;margin-bottom:16px}.cal-day-header-big h2{margin:0;font-size:20px;color:#1e293b}.cal-day-count{font-size:13px;color:#64748b;background:#f1f5f9;padding:4px 12px;border-radius:999px;font-weight:600}.cal-day-empty{text-align:center;padding:40px;color:#94a3b8;font-style:italic}.cal-day-list{display:flex;flex-direction:column;gap:10px}.cal-day-item{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;background:#f8fafc;border-radius:8px;cursor:pointer;transition:all .15s}.cal-day-item:hover{background:#f1f5f9;transform:translate(2px)}.cal-day-item-title{font-weight:700;color:#1e293b;font-size:15px}.cal-day-item-meta{font-size:12px;color:#64748b;margin-top:2px}.cal-day-item-period{font-size:11px;color:#94a3b8;font-family:monospace;text-align:right}.cal-legend-dot-btn{width:16px;height:16px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #cbd5e1;cursor:pointer;padding:0;flex-shrink:0}.cal-legend-dot-btn:hover{transform:scale(1.15)}.cal-color-picker{position:absolute;z-index:100;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:12px;box-shadow:0 8px 24px #0f172a26;margin-top:28px}.cal-color-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:6px;margin-bottom:8px}.cal-color-swatch{width:24px;height:24px;border-radius:6px;border:none;cursor:pointer;padding:0;outline-offset:2px}.cal-color-swatch:hover{transform:scale(1.1)}.cal-color-reset{width:100%;padding:6px;background:#f1f5f9;border:none;border-radius:6px;font-size:11px;color:#475569;cursor:pointer;font-weight:600}.cal-color-reset:hover{background:#e2e8f0}.cal-legend-item{position:relative}.params-page{padding:24px 32px;max-width:1400px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.params-loading,.params-denied{text-align:center;padding:80px 0;color:#94a3b8}.params-denied h2{color:#64748b;font-size:20px;margin-bottom:8px}.params-denied p{font-size:14px}.params-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:24px}.params-title{margin:0;font-size:28px;font-weight:700;color:#1e293b}.params-subtitle{margin:4px 0 0;font-size:14px;color:#94a3b8}.params-btn-primary{padding:10px 20px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;font-family:inherit;transition:background .15s}.params-btn-primary:hover{background:#2563eb}.params-msg{padding:10px 16px;border-radius:8px;font-size:13px;margin-bottom:16px;cursor:pointer}.params-error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.params-success{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.params-card{background:#fff;border-radius:12px;padding:20px 24px;box-shadow:0 1px 3px #0000000f;border:1px solid #f1f5f9;margin-bottom:20px}.params-card h2{margin:0 0 16px;font-size:16px;font-weight:600;color:#1e293b}.params-hint{font-size:12px;color:#94a3b8;margin:-8px 0 16px}.params-new-user{border-left:3px solid #3b82f6}.params-form-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;margin-bottom:16px}.params-field label{display:block;font-size:12px;font-weight:500;color:#64748b;margin-bottom:4px}.params-field input,.params-field select{width:100%;padding:8px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;font-family:inherit;box-sizing:border-box}.params-field input:focus,.params-field select:focus{outline:none;border-color:#3b82f6}.params-users-list{display:flex;flex-direction:column;gap:4px}.params-user-row{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-radius:8px;transition:background .1s}.params-user-row:hover{background:#f8fafc}.params-user-info{display:flex;align-items:center;gap:12px}.params-user-avatar{width:36px;height:36px;border-radius:50%;background:#3b82f6;color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;flex-shrink:0}.params-user-name{font-size:14px;font-weight:500;color:#1e293b}.params-user-email{font-size:12px;color:#94a3b8}.params-role-select{padding:6px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;font-family:inherit;color:#334155;cursor:pointer}.params-role-select:focus{outline:none;border-color:#3b82f6}.params-matrix-scroll{overflow-x:auto;margin-bottom:12px}.params-matrix{width:100%;border-collapse:collapse;font-size:13px}.params-matrix th,.params-matrix td{padding:6px 4px;text-align:center;border-bottom:1px solid #f1f5f9}.params-th-module,.params-td-module{text-align:left;font-weight:500;color:#334155;padding-right:16px;white-space:nowrap}.params-th-user{font-size:12px;font-weight:600;color:#1e293b;border-left:2px solid #e2e8f0;padding:6px 8px}.params-th-role{font-size:10px;color:#94a3b8;font-weight:400}.params-th-perm{font-size:10px;font-weight:600;color:#64748b;width:32px}.params-td-perm{padding:2px}.params-perm-btn{width:28px;height:28px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;cursor:pointer;font-size:14px;color:transparent;transition:all .15s;display:inline-flex;align-items:center;justify-content:center}.params-perm-btn:hover:not(.admin-lock):not(:disabled){border-color:#3b82f6;background:#f0f9ff}.params-perm-btn.active{background:#dbeafe;border-color:#3b82f6;color:#3b82f6}.params-perm-btn.admin-lock{background:#f0fdf4;border-color:#bbf7d0;color:#16a34a;cursor:default}.params-legend{display:flex;gap:20px;font-size:12px;color:#64748b}@media (max-width: 900px){.params-page{padding:16px}.params-form-grid{grid-template-columns:1fr}.params-header{flex-direction:column;gap:12px;align-items:flex-start}}.chat-container{display:flex;height:100vh;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;position:relative}.chat-sidebar{width:280px;background-color:#1f4e79;color:#fff;display:flex;flex-direction:column;border-right:1px solid #e0e0e0;overflow-y:auto}.sidebar-header{padding:20px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.chat-search-bar{display:flex;align-items:center;background:#ffffff26;border-radius:8px;padding:6px 10px;gap:8px;flex:1}.chat-search-icon{font-size:14px;opacity:.7;flex-shrink:0}.chat-search-input{flex:1;background:transparent;border:none;outline:none;color:#fff;font-size:14px;font-family:inherit}.chat-search-input::placeholder{color:#ffffff80}.chat-search-clear{background:#fff3;border:none;color:#fff;width:20px;height:20px;border-radius:50%;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat-search-clear:hover{background:#ffffff4d}.logout-button{background:#ffffff26;border:none;color:#fff;width:32px;height:32px;border-radius:6px;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;transition:background .2s;flex-shrink:0}.logout-button:hover{background:#ffffff40}.new-conversation-button{margin:16px 16px 12px;padding:10px 16px;background-color:#f97316;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.new-conversation-button:hover{background-color:#ea6a1e}.conversations-list{flex:1;overflow-y:auto;padding:8px}.conv-item-top{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px}.conv-item-bottom{display:flex;justify-content:space-between;align-items:center;gap:8px}.conv-icon{margin-right:6px;font-size:14px}.conv-time{font-size:11px;color:#ffffff80;white-space:nowrap;flex-shrink:0}.project-item{margin-bottom:2px}.project-header-item{position:relative}.project-chevron{font-size:10px;margin-left:6px;opacity:.6}.project-sub-list{padding-left:12px;border-left:2px solid rgba(255,255,255,.15);margin-left:16px;margin-bottom:4px}.conv-sub{padding:8px 12px!important}.conv-sub .conversation-name{font-size:13px}.conv-sub .conversation-preview{font-size:11px}.conv-separator{height:1px;background:#ffffff26;margin:6px 12px}.empty-state{padding:32px 16px;text-align:center;color:#ffffff80;font-size:14px}.conversation-item{padding:12px 16px;margin-bottom:4px;background:#ffffff0d;border-radius:8px;cursor:pointer;transition:all .2s;position:relative}.conversation-item:hover{background:#ffffff1f}.conversation-item.active{background:#2e75b6}.conversation-name{font-size:14px;font-weight:600;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-preview{font-size:12px;color:#ffffffb3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.unread-badge{background-color:#f97316;color:#fff;font-size:11px;padding:2px 6px;border-radius:10px;min-width:20px;text-align:center;font-weight:600;flex-shrink:0}.header-actions{display:flex;gap:8px;align-items:center}.header-action-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid #d0d0d0;border-radius:6px;background:#fff;color:#1f4e79;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.header-action-btn:hover{background:#f0f7ff;border-color:#2e75b6}.header-action-btn.email-btn{color:#059669;border-color:#059669}.header-action-btn.email-btn:hover{background:#ecfdf5}.header-action-btn.no-email{color:#999;border-color:#ddd;cursor:default;opacity:.7}.contact-info-badge{font-size:11px;color:#666;margin-left:4px}.message-actions{display:none;position:absolute;top:-8px;right:8px;gap:4px;background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:2px;box-shadow:0 2px 8px #0000001a}.message:hover .message-actions{display:flex}.message.own .message-actions{right:auto;left:8px}.msg-action-btn{width:28px;height:28px;border:none;background:transparent;cursor:pointer;border-radius:4px;font-size:14px;display:flex;align-items:center;justify-content:center;transition:background .15s}.msg-action-btn:hover{background:#f0f0f0}.msg-action-btn.email-action:hover{background:#ecfdf5}.header-action-btn.sms-active{color:#7c3aed;border-color:#7c3aed}.header-action-btn.sms-active:hover{background:#f5f3ff}.sms-toast{padding:8px 16px;font-size:13px;font-weight:600;text-align:center;border-radius:6px;margin:0 20px;animation:fadeInOut 4s ease}.sms-toast.success{background:#ecfdf5;color:#059669;border:1px solid #059669}.sms-toast.info{background:#eff6ff;color:#2563eb;border:1px solid #2563eb}.sms-toast.warning{background:#fef3c7;color:#d97706;border:1px solid #d97706}@keyframes fadeInOut{0%{opacity:0;transform:translateY(8px)}10%{opacity:1;transform:translateY(0)}80%{opacity:1}to{opacity:0}}.input-sms-hint{display:flex;align-items:center;font-size:20px;padding-left:4px;opacity:.7}.chat-sidebar::-webkit-scrollbar{width:6px}.chat-sidebar::-webkit-scrollbar-track{background:#ffffff0d}.chat-sidebar::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.chat-sidebar::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.chat-main{flex:1;display:flex;flex-direction:column;background:#fff}.chat-header{padding:20px;border-bottom:1px solid #e0e0e0;background:#fff;display:flex;justify-content:space-between;align-items:center}.header-title{display:flex;align-items:center;gap:12px}.header-title h2{margin:0;font-size:18px;color:#1f4e79;font-weight:600}.type-badge{color:#fff;padding:4px 10px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.messages-area{flex:1;overflow-y:auto;padding:20px;background:#fafafa}.empty-chat{display:flex;align-items:center;justify-content:center;height:100%;color:#999;font-size:16px}.empty-state-large{display:flex;align-items:center;justify-content:center;height:100%;color:#999;font-size:18px}.messages-list{display:flex;flex-direction:column;gap:12px}.message{display:flex;margin-bottom:8px;animation:slideIn .3s ease;position:relative}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message.own{justify-content:flex-end}.message.other{justify-content:flex-start}.message-bubble{max-width:60%;padding:12px 16px;border-radius:12px;word-wrap:break-word;display:flex;flex-direction:column;gap:4px}.message.own .message-bubble{background-color:#2e75b6;color:#fff}.message.other .message-bubble{background-color:#f0f0f0;color:#333}.message-sender{font-size:12px;font-weight:700;opacity:.8}.message-content{font-size:14px;line-height:1.4;word-break:break-word}.edited-tag{font-size:11px;opacity:.7;margin-left:6px}.message-time{font-size:11px;opacity:.6}.edit-message{display:flex;gap:8px;align-items:center;max-width:60%}.edit-message input{flex:1;padding:8px 12px;border:1px solid #2E75B6;border-radius:6px;font-size:14px;font-family:inherit}.edit-actions{display:flex;gap:6px}.edit-actions button{width:28px;height:28px;border:none;border-radius:4px;cursor:pointer;font-size:14px;background:#2e75b6;color:#fff;transition:all .2s}.edit-actions button:hover{background:#1f4e79}.messages-area::-webkit-scrollbar{width:6px}.messages-area::-webkit-scrollbar-track{background:#f0f0f0}.messages-area::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:3px}.messages-area::-webkit-scrollbar-thumb:hover{background:#b0b0b0}.chat-input-area{padding:16px 20px;border-top:1px solid #e0e0e0;background:#fff;display:flex;gap:12px;align-items:flex-end}.chat-input-area textarea{flex:1;padding:12px 16px;border:1px solid #d0d0d0;border-radius:8px;font-size:14px;font-family:inherit;resize:none;max-height:120px;transition:all .2s}.chat-input-area textarea:focus{outline:none;border-color:#2e75b6;box-shadow:0 0 0 3px #2e75b61a}.send-button{width:40px;height:40px;background-color:#f97316;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:18px;font-weight:600;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.send-button:hover:not(:disabled){background-color:#ea6a1e}.send-button:disabled{opacity:.5;cursor:not-allowed}.context-menu{background:#fff;border:1px solid #d0d0d0;border-radius:8px;box-shadow:0 4px 12px #00000026;overflow:hidden;min-width:140px}.context-menu button{display:block;width:100%;padding:10px 16px;border:none;background:transparent;cursor:pointer;text-align:left;font-size:14px;transition:background .2s;border-bottom:1px solid #f0f0f0}.context-menu button:last-child{border-bottom:none}.context-menu button:hover{background:#f5f5f5}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:999}.modal-content{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;width:90%;max-width:500px;display:flex;flex-direction:column;max-height:90vh;overflow-y:auto}.modal-header{padding:20px;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center}.modal-header h3{margin:0;font-size:18px;color:#1f4e79;font-weight:600}.modal-close{background:transparent;border:none;font-size:24px;cursor:pointer;color:#999;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.modal-close:hover{background:#f0f0f0}.modal-body{padding:24px;flex:1}.form-group label{display:block;font-size:14px;font-weight:600;color:#1f4e79;margin-bottom:8px}.form-group input,.form-group select{width:100%;padding:10px 12px;border:1px solid #d0d0d0;border-radius:6px;font-size:14px;font-family:inherit;box-sizing:border-box;transition:all .2s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#2e75b6;box-shadow:0 0 0 3px #2e75b61a}.members-list{display:flex;flex-direction:column;gap:8px;max-height:200px;overflow-y:auto}.member-checkbox{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:6px;cursor:pointer;transition:background .2s}.member-checkbox:hover{background:#f5f5f5}.member-checkbox input{width:18px;height:18px;cursor:pointer}.member-checkbox span{font-size:14px;color:#333}.modal-footer{padding:16px 24px;border-top:1px solid #e0e0e0;display:flex;gap:12px;justify-content:flex-end}.button-cancel{padding:10px 20px;background:#f5f5f5;color:#333;border:1px solid #d0d0d0;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.button-cancel:hover{background:#e8e8e8}.button-create{padding:10px 20px;background:#f97316;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.button-create:hover{background:#ea6a1e}.chat-back-btn,.sidebar-toggle{display:none}@media (max-width: 768px){.chat-container{flex-direction:column;height:calc(100vh - 110px);overflow:hidden;margin:-12px}.chat-sidebar{position:relative;width:100%;flex:1;transform:none;z-index:auto;border-right:none;overflow-y:auto}.chat-main{display:none!important}.chat-container.conv-selected .chat-sidebar{display:none}.chat-container.conv-selected .chat-main{display:flex!important;flex:1;height:100%}.chat-back-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:#f1f5f9;border-radius:8px;font-size:18px;cursor:pointer;flex-shrink:0;color:#1f4e79;margin-right:8px}.chat-back-btn:hover{background:#e2e8f0}.chat-sidebar .sidebar-header{padding:8px 12px;background:#1f4e79}.conversation-item{padding:10px 14px}.message-bubble{max-width:85%}.chat-header{padding:10px 12px;flex-wrap:wrap;gap:8px}.header-title h2{font-size:14px}.header-actions{flex-wrap:wrap;gap:4px;width:100%}.header-action-btn{font-size:10px;padding:4px 6px}.contact-info-badge{font-size:10px}.chat-input-area{padding:8px 10px}.chat-input-area textarea{font-size:16px;padding:8px 10px;rows:1}.messages-area{padding:10px}.message-bubble{max-width:90%}.send-button{width:38px;height:38px}}.feedback-page{padding:24px;max-width:900px}.feedback-page-header h1{font-size:22px;font-weight:700;color:#0f2b46;margin:0 0 4px}.feedback-page-subtitle{font-size:13px;color:#64748b;margin:0 0 20px}.feedback-stats-row{display:flex;gap:12px;margin-bottom:24px}.feedback-stat{flex:1;background:#fff;border-radius:10px;padding:14px 16px;text-align:center;cursor:pointer;border:2px solid #e2e8f0;transition:all .15s}.feedback-stat:hover{border-color:#2563eb}.feedback-stat-num{font-size:24px;font-weight:700;color:#0f2b46}.feedback-stat-label{font-size:12px;color:#64748b;margin-top:2px}.stat-nouveau{border-color:#bfdbfe}.stat-nouveau .feedback-stat-num{color:#2563eb}.stat-en-cours{border-color:#fde68a}.stat-en-cours .feedback-stat-num{color:#f59e0b}.stat-termine{border-color:#bbf7d0}.stat-termine .feedback-stat-num{color:#22c55e}.feedback-list{display:flex;flex-direction:column;gap:12px}.feedback-card{background:#fff;border-radius:10px;padding:16px;border:1px solid #e2e8f0;transition:box-shadow .15s}.feedback-card:hover{box-shadow:0 2px 8px #0000000f}.feedback-card-expanded{border-color:#2563eb;box-shadow:0 2px 12px #2563eb1a}.feedback-card-top{display:flex;justify-content:space-between;align-items:center;cursor:pointer;margin-bottom:10px}.feedback-card-left{display:flex;gap:8px;align-items:center}.feedback-cat-badge{padding:2px 10px;border-radius:20px;font-size:11px;font-weight:600;background:#f1f5f9;color:#475569}.cat-bug{background:#fef2f2;color:#dc2626}.cat-amelioration{background:#eff6ff;color:#2563eb}.cat-nouvelle_fonction{background:#f0fdf4;color:#16a34a}.cat-general{background:#f8fafc;color:#64748b}.feedback-status-badge{padding:2px 10px;border-radius:20px;font-size:11px;font-weight:600;color:#fff}.feedback-card-date{font-size:12px;color:#94a3b8}.feedback-card-message{font-size:14px;color:#1e293b;line-height:1.5;margin-bottom:10px;white-space:pre-wrap}.feedback-card-meta{display:flex;gap:16px;font-size:12px;color:#94a3b8}.feedback-card-role{color:#cbd5e1}.feedback-card-page{font-size:11px}.feedback-admin-note{margin-top:10px;padding:10px 12px;background:#f8fafc;border-radius:8px;font-size:13px;color:#475569;border-left:3px solid #2563eb}.feedback-admin-actions{margin-top:12px;padding-top:12px;border-top:1px solid #f1f5f9}.feedback-admin-textarea{width:100%;padding:8px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;font-family:inherit;resize:none;margin-bottom:10px;box-sizing:border-box}.feedback-action-btns{display:flex;gap:8px;flex-wrap:wrap}.fb-btn{padding:6px 14px;border-radius:8px;border:none;font-size:12px;font-weight:600;cursor:pointer;transition:opacity .15s}.fb-btn:hover{opacity:.85}.fb-btn-lu{background:#8b5cf6;color:#fff}.fb-btn-encours{background:#f59e0b;color:#fff}.fb-btn-termine{background:#22c55e;color:#fff}.fb-btn-refuse{background:#ef4444;color:#fff}.feedback-empty{text-align:center;padding:48px 16px;color:#64748b}.feedback-empty-icon{font-size:40px;margin-bottom:12px}.feedback-empty-hint{font-size:12px;color:#94a3b8;margin-top:6px}.feedback-loading{text-align:center;padding:32px;color:#94a3b8}@media (max-width: 768px){.feedback-page{padding:16px}.feedback-stats-row{flex-wrap:wrap}.feedback-stat{min-width:70px}.feedback-card-top{flex-direction:column;align-items:flex-start;gap:6px}.feedback-action-btns{flex-wrap:wrap}}:root{--navy: #1f4e79;--blue: #2e75b6;--orange: #f97316;--gray-light: #f5f5f5;--gray-dark: #333;--border: #ddd;--success: #22c55e;--error: #ef4444}html,body,#root{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--gray-light);color:var(--gray-dark)}.login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,var(--navy) 0%,var(--blue) 100%)}.login-container{background:#fff;padding:40px;border-radius:8px;box-shadow:0 10px 40px #0003;width:100%;max-width:400px}.login-logo{text-align:center;margin-bottom:30px}.login-logo h1{color:var(--navy);font-size:28px;margin-bottom:8px}.login-logo p{color:#666;font-size:14px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:var(--gray-dark);font-weight:500;font-size:14px}.form-group input{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:4px;font-size:14px;transition:border-color .3s}.form-group input:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px #2e75b61a}.form-group button{width:100%;padding:12px;background-color:var(--blue);color:#fff;border:none;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .3s}.form-group button:hover{background-color:var(--navy)}.form-group button:disabled{background-color:#ccc;cursor:not-allowed}.error-message{color:var(--error);font-size:14px;margin-top:10px;padding:10px;background-color:#fee;border-left:4px solid var(--error);border-radius:4px}.chat-page{display:flex;height:100vh;background:#fff}.chat-sidebar{width:280px;border-right:1px solid var(--border);display:flex;flex-direction:column;background:var(--gray-light);overflow-y:auto}.chat-header{padding:20px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.chat-header h2{color:var(--navy);font-size:18px}.user-info{padding:12px 20px;border-bottom:1px solid var(--border);font-size:13px;color:#666}.user-info strong{color:var(--navy)}.conversations-list{flex:1;overflow-y:auto;padding:10px}.conversation-item{padding:12px;margin-bottom:4px;border-radius:6px;cursor:pointer;transition:background-color .2s;border-left:3px solid transparent}.conversation-item:hover{background-color:#e8e8e8}.conversation-item.active{background-color:#fff;border-left-color:var(--blue);box-shadow:0 1px 3px #0000001a}.conversation-name{font-weight:500;color:var(--gray-dark);margin-bottom:4px;font-size:14px}.conversation-preview{font-size:12px;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-unread{display:inline-block;background-color:var(--orange);color:#fff;border-radius:12px;padding:2px 6px;font-size:11px;font-weight:600;margin-left:8px}.logout-btn{padding:12px 20px;border-top:1px solid var(--border);background:#fff;border:none;cursor:pointer;color:var(--error);font-weight:500;width:100%;text-align:left;transition:background-color .2s}.logout-btn:hover{background-color:#fee}.chat-main{flex:1;display:flex;flex-direction:column}.messages-header{padding:20px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;background:#fff}.messages-header h2{color:var(--navy);font-size:18px}.messages-container{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:12px}.message{display:flex;gap:12px;margin-bottom:8px}.message.sent{justify-content:flex-end}.message-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,var(--blue) 0%,var(--orange) 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:14px;flex-shrink:0}.message.sent .message-avatar{order:2}.message-bubble{max-width:60%;padding:12px 16px;border-radius:12px;background:#f0f0f0;word-wrap:break-word;font-size:14px;line-height:1.4}.message.sent .message-bubble{background:var(--blue);color:#fff}.message-meta{font-size:12px;color:#999;margin-top:4px}.message.sent .message-meta{color:#666;text-align:right}.empty-chat{display:flex;align-items:center;justify-content:center;height:100%;color:#999;flex-direction:column;gap:12px}.empty-chat svg{width:48px;height:48px;opacity:.5}.chat-input-area{padding:20px;border-top:1px solid var(--border);background:#fff;display:flex;gap:12px}.chat-input{flex:1;display:flex;align-items:flex-end;gap:8px}.chat-input textarea{flex:1;padding:10px 12px;border:1px solid var(--border);border-radius:6px;font-family:inherit;font-size:14px;resize:none;max-height:100px;min-height:40px}.chat-input textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px #2e75b61a}.chat-input button{padding:10px 20px;background-color:var(--blue);color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:background-color .2s}.chat-input button:hover{background-color:var(--navy)}.chat-input button:disabled{background-color:#ccc;cursor:not-allowed}.loading{text-align:center;padding:20px;color:#999}.spinner{display:inline-block;width:20px;height:20px;border:3px solid #f3f3f3;border-top:3px solid var(--blue);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.chat-page{flex-direction:column}.chat-sidebar{width:100%;height:200px}.chat-main{flex:1}.message-bubble{max-width:80%}.login-container{margin:20px}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;background:#fff}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}button,input,textarea,select{font-family:inherit}
