:root{--bg: #f8fafc;--surface: #ffffff;--border: #e2e8f0;--border-strong: #cbd5e1;--accent: #3b82f6;--accent-hover: #2563eb;--accent-dim: rgba(59,130,246,.08);--green: #16a34a;--green-dim: rgba(22,163,74,.1);--green-border: rgba(22,163,74,.2);--amber: #d97706;--amber-dim: rgba(217,119,6,.1);--amber-border: rgba(217,119,6,.2);--red: #dc2626;--red-dim: rgba(220,38,38,.08);--red-border: rgba(220,38,38,.2);--blue: #3b82f6;--blue-dim: rgba(59,130,246,.08);--blue-border: rgba(59,130,246,.2);--purple: #7c3aed;--purple-dim: rgba(124,58,237,.08);--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #94a3b8;--sidebar-bg: #ffffff;--sidebar-border: #e2e8f0;--sidebar-text: #475569;--sidebar-text-muted: #94a3b8;--sidebar-active-bg: #eff6ff;--sidebar-active-text: #1d4ed8;--sidebar-active-border: #3b82f6;--sidebar-hover-bg: #f8fafc;--sidebar-w: 240px;--mobile-topbar-h: 56px;--mobile-bottomnav-h: 60px;--font-body: "Inter", -apple-system, sans-serif;--r-sm: 6px;--r-md: 8px;--r-lg: 12px;--r-xl: 16px;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.07), 0 2px 4px -1px rgba(0,0,0,.04);--shadow-lg: 0 10px 25px -5px rgba(0,0,0,.1), 0 8px 10px -6px rgba(0,0,0,.05)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}html,body,#root{height:100%}body{font-family:var(--font-body);background:var(--bg);color:var(--text-primary);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit;border:none;background:none}input,textarea,select{font-family:inherit}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:2px}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes slideInToast{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes toastProgress{0%{width:100%}to{width:0%}}@keyframes drawerSlideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes overlayFade{0%{opacity:0}to{opacity:1}}.mobile-only,.mobile-topbar,.bottom-nav,.drawer,.drawer-overlay{display:none}@media (max-width: 768px){.mobile-only{display:flex}.mobile-topbar{position:fixed;top:0;left:0;right:0;height:var(--mobile-topbar-h);background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 12px;z-index:90}.mobile-topbar-burger{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--text-primary);background:transparent}.mobile-topbar-burger:active{background:var(--bg)}.mobile-topbar-brand{display:flex;align-items:center;gap:8px;font-weight:700;font-size:14px;letter-spacing:-.01em;color:#0f172a}.mobile-topbar-logo{width:28px;height:28px;border-radius:6px;background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:13px}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;z-index:100;display:block;animation:overlayFade .18s ease}.drawer{position:fixed;top:0;left:0;bottom:0;width:82vw;max-width:320px;background:#fff;z-index:101;display:flex;flex-direction:column;box-shadow:4px 0 24px #00000014;animation:drawerSlideIn .22s cubic-bezier(.2,.8,.2,1)}.bottom-nav{position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid var(--border);display:flex;z-index:80;padding-bottom:env(safe-area-inset-bottom,0);height:calc(var(--mobile-bottomnav-h) + env(safe-area-inset-bottom,0))}.bottom-nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:10.5px;font-weight:600;color:var(--text-muted);text-decoration:none;padding:6px 4px;position:relative;background:transparent}.bottom-nav-item.active{color:var(--accent)}.bottom-nav-item.active:before{content:"";position:absolute;top:0;left:22%;right:22%;height:3px;background:var(--accent);border-radius:0 0 3px 3px}.bottom-nav-badge{position:absolute;top:4px;right:calc(50% - 18px);min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:#ef4444;color:#fff;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1}}@media (max-width: 768px){.responsive-table thead{display:none}.responsive-table,.responsive-table tbody,.responsive-table tr,.responsive-table td{display:block!important;width:100%!important}.responsive-table tr{background:#fff!important;border:1px solid var(--border)!important;border-radius:var(--r-md)!important;margin-bottom:10px!important;padding:10px 12px!important;box-shadow:var(--shadow-sm)!important}.responsive-table tr:hover{background:#fff!important}.responsive-table td{padding:6px 0!important;border:none!important;display:flex!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;text-align:right!important;font-size:13px!important}.responsive-table td:before{content:attr(data-label);font-size:11px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;text-align:left;flex-shrink:0}.responsive-table td>*{text-align:right}}@media (max-width: 768px){.responsive-table-wrap{overflow-x:visible!important}}@media (max-width: 768px){.grid-kpis-5{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.grid-charts-2{grid-template-columns:1fr!important;gap:14px!important}.grid-2-cols,.grid-3-cols{grid-template-columns:1fr!important;gap:10px!important}.equipement-grid{grid-template-columns:1fr!important}}@media (max-width: 768px){.page-header{flex-direction:column!important;align-items:stretch!important;gap:12px!important}.page-header-actions{width:100%!important;flex-wrap:wrap!important}.page-header-actions>*{flex:1 1 auto}.page-header h1{font-size:20px!important}}@media (max-width: 768px){.filters-bar{gap:8px!important}.filters-bar>*{flex:1 1 calc(50% - 4px)!important;min-width:0!important;max-width:none!important}.filters-bar input,.filters-bar select{width:100%!important;font-size:14px!important}}@media (max-width: 768px){.modal-overlay{padding:0!important}.modal-panel{max-width:100%!important;width:100%!important;height:100vh!important;max-height:100vh!important;border-radius:0!important;display:flex!important;flex-direction:column!important}.modal-body{flex:1;overflow-y:auto;padding:16px!important}.modal-header{padding:14px 16px!important}}@media (max-width: 768px){.form-row-2,.form-row-3{grid-template-columns:1fr!important}input,select,textarea{font-size:16px!important}}@media (max-width: 768px){.app-main{padding:calc(var(--mobile-topbar-h) + 14px) 16px calc(var(--mobile-bottomnav-h) + 16px)!important}.desktop-sidebar{display:none!important}}.chat-back-btn,.msg-mobile-menu-btn{display:none}.msg-mobile-menu-wrap{position:relative;display:inline-block}.msg-mobile-menu{position:absolute;bottom:calc(100% + 6px);background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 10px 28px #0f172a2e;padding:6px;z-index:30;min-width:180px;display:flex;flex-direction:column;gap:2px}.msg-mobile-menu-item{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:8px;font-size:13px;text-align:left;background:transparent;color:var(--text-primary);cursor:pointer;width:100%}.msg-mobile-menu-item:active{background:#f1f5f9}.msg-mobile-menu-emojis{display:flex;justify-content:space-between;gap:8px;padding:8px 6px 4px;margin-top:2px;border-top:1px solid var(--border)}.msg-mobile-menu-emojis button{flex:1;font-size:22px;line-height:1;padding:8px 4px;border-radius:8px;background:transparent;cursor:pointer;min-width:36px}.msg-mobile-menu-emojis button:active{background:#f1f5f9}@media (max-width: 768px){.chat-shell{height:calc(100vh - var(--mobile-topbar-h) - var(--mobile-bottomnav-h) - 40px)!important;min-height:0}.chat-shell>div:nth-of-type(2){min-height:0}.chat-title{font-size:18px!important;margin-bottom:10px!important}.chat-list-pane{width:100%!important;border-right:none!important;display:flex!important}.chat-conv-pane{display:none!important;min-height:0}.chat-mode-conversation .chat-list-pane{display:none!important}.chat-mode-conversation .chat-conv-pane{display:flex!important;flex:1!important}.chat-back-btn{display:inline-flex!important;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:#f1f5f9;color:var(--text-primary);flex-shrink:0}.chat-conv-header-info{min-width:0;flex:1}.chat-conv-header-info p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-input-bar{position:sticky;bottom:0;background:#fff;z-index:5}.msg-mobile-menu-btn{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:8px;background:#94a3b826;color:var(--text-secondary);font-size:16px;line-height:1;padding:0;cursor:pointer;flex-shrink:0}}@media (max-width: 768px){.kpi-card{padding:12px 14px 10px!important}.kpi-value{font-size:24px!important}.kpi-icon{font-size:16px!important}.dashboard-greeting h1{font-size:22px!important}}@media (max-width: 768px){.mobile-only{display:flex}.desktop-only,.hide-on-mobile{display:none!important}}@media (max-width: 768px){.app-main *{max-width:100%}.app-main img,.app-main canvas,.app-main svg{max-width:100%;height:auto}.app-main select,.app-main input{max-width:none}}
