:root{--fc-deep-navy: #0F172A;--fc-slate: #334155;--fc-turquoise: #22C7D6;--fc-turquoise-dark: #16B6C4;--fc-turquoise-soft: rgba(34,199,214,.08);--fc-turquoise-pale: rgba(34,199,214,.15);--fc-primary: #22C7D6;--fc-bg: #F8FAFC;--fc-surface: #FFFFFF;--fc-border: #E8EDF4;--fc-border-light: #E8EDF4;--fc-text: #1E293B;--fc-muted: #64748B;--fc-muted-light: #94A3B8;--fc-sidebar-bg: #17324D;--fc-sidebar-text: rgba(255,255,255,.65);--fc-sidebar-hover: rgba(255,255,255,.04);--fc-sidebar-active: rgba(34,199,214,.12);--fc-sidebar-icon: rgba(255,255,255,.45);--fc-sidebar-icon-active: #22C7D6;--fc-mode-route: #22C7D6;--fc-mode-mer: #0c4a6e;--fc-mode-air: #1d4ed8;--fc-mode-multimodal: #7c3aed;--fc-mode-ferroviaire: #b45309;--fc-success: #10B981;--fc-success-soft: #DCFCE7;--fc-warning: #F59E0B;--fc-warning-soft: #FEF3C7;--fc-danger: #EF4444;--fc-danger-soft: #FEE2E2;--fc-info: #22C7D6;--fc-info-soft: #E0F7FA;--fc-brouillon: #94A3B8;--fc-confirme: #3B82F6;--fc-affecte: #8B5CF6;--fc-en_cours: #F59E0B;--fc-livre: #10B981;--fc-litige: #EF4444;--fc-annule: #EF4444;--fc-chart-primary: #22C7D6;--fc-chart-empty: #EDF2F7;--fc-chart-bar: #22C7D6;--fc-chart-gradient: linear-gradient(180deg, #22C7D6 0%, rgba(34,199,214,.2) 100%);--fc-font: "Inter", system-ui, -apple-system, sans-serif;--fc-radius-sm: 8px;--fc-radius-md: 12px;--fc-radius-lg: 16px;--fc-radius-xl: 20px;--fc-radius-pill: 999px;--fc-shadow-sm: 0 1px 2px rgba(15,23,42,.03);--fc-shadow-md: 0 2px 10px rgba(15,23,42,.03);--fc-shadow-lg: 0 8px 25px rgba(15,23,42,.06)}*,*:before,*:after{box-sizing:border-box}html,body{height:100%}body{margin:0;background:var(--fc-bg);color:var(--fc-text);font-family:var(--fc-font);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:var(--fc-font);margin:0}p{margin:0}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--fc-muted-light);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--fc-muted)}::selection{background:var(--fc-turquoise-soft);color:var(--fc-turquoise-dark)}h1{font-size:32px;font-weight:700}h2{font-size:24px;font-weight:700}h3{font-size:18px;font-weight:600}.fc-shell{display:flex;height:100vh;background:var(--fc-bg)}.fc-main{flex:1;display:flex;flex-direction:column;overflow:hidden}.fc-page{flex:1;overflow:auto;padding:28px 32px 36px;background:var(--fc-bg)}.fc-sidebar{background:var(--fc-sidebar-bg);display:flex;flex-direction:column;overflow:hidden;transition:width .18s ease}.fc-sidebar--collapsed{width:72px;min-width:72px}.fc-sidebar--expanded{width:280px;min-width:280px}.fc-sidebarHeader{padding:20px;min-height:72px;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:space-between;gap:10px}.fc-brandTitle{color:#fff;font-weight:700;font-size:18px;letter-spacing:.02em}.fc-brandTitle span{color:var(--fc-turquoise)}.fc-brandSub{color:var(--fc-muted-light);font-size:10px;margin-top:2px;letter-spacing:.08em;text-transform:uppercase}.fc-iconBtn{background:#ffffff0a;border:1px solid rgba(255,255,255,.06);color:var(--fc-sidebar-text);width:34px;height:34px;border-radius:var(--fc-radius-sm);cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s,color .15s}.fc-iconBtn:hover{background:#ffffff1a;color:#fff}.fc-sidebarNav{flex:1;padding:12px;overflow-y:auto;overflow-x:hidden}.fc-navLink{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:var(--fc-radius-sm);text-decoration:none;font-size:13px;font-weight:500;color:var(--fc-sidebar-text);transition:background .12s ease,color .12s ease;white-space:nowrap;margin-bottom:2px;border-left:3px solid transparent}.fc-navLink:hover{background:var(--fc-sidebar-hover);color:#fff}.fc-navLinkActive{background:var(--fc-sidebar-active);border-left:3px solid var(--fc-turquoise);color:#fff}.fc-navIcon{display:flex;align-items:center;justify-content:center;width:22px;flex:0 0 auto;color:var(--fc-sidebar-icon)}.fc-navLinkActive .fc-navIcon{color:var(--fc-sidebar-icon-active)}.fc-navLabel{overflow:hidden;text-overflow:ellipsis;font-weight:500}.fc-navLinkParent{cursor:pointer;background:none;border:none;width:100%;font-family:inherit;font-size:13px;font-weight:500;display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:var(--fc-radius-sm);color:var(--fc-sidebar-text);transition:background .12s ease,color .12s ease;white-space:nowrap;margin-bottom:2px;border-left:3px solid transparent}.fc-navLinkParent:hover{background:var(--fc-sidebar-hover);color:#fff}.fc-navLinkParent.fc-navLinkActive{background:var(--fc-sidebar-active);border-left:3px solid var(--fc-turquoise);color:#fff}.fc-navChevron{margin-left:auto;transition:transform .2s ease}.fc-navChevron--open{transform:rotate(180deg)}.fc-navChildren{padding-left:8px}.fc-navLinkChild{padding:8px 14px 8px 15px;font-size:12px}.fc-navSection{color:#ffffff59;font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:24px 14px 6px;margin-top:8px}.fc-sidebarFooter{padding:14px 16px;border-top:1px solid rgba(255,255,255,.06);display:flex;align-items:center;gap:10px}.fc-avatar{width:36px;height:36px;border-radius:50%;background:var(--fc-turquoise);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:13px;flex:0 0 auto}.fc-userMeta{flex:1;overflow:hidden}.fc-userName{color:#fff;font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fc-userRole{color:var(--fc-muted-light);font-size:11px;text-transform:capitalize}.fc-topbar{height:64px;background:var(--fc-surface);border-bottom:1px solid var(--fc-border-light);box-shadow:0 1px 2px #00000008;display:flex;align-items:center;justify-content:space-between;padding:0 28px;flex:0 0 auto}.fc-topbarLeft{display:flex;align-items:baseline;gap:10px}.fc-topbarTitle{font-size:13px;color:var(--fc-muted)}.fc-topbarRight{display:flex;align-items:center;gap:14px}.fc-pageHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:28px;flex-wrap:wrap}.fc-pageTitle{margin:0;font-size:24px;font-weight:700;color:var(--fc-text);line-height:1.2}.fc-pageSubtitle{margin:4px 0 0;font-size:14px;color:var(--fc-muted);font-weight:400;max-width:640px}.fc-pageHeaderBadge{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--fc-turquoise);margin-bottom:4px}.fc-pageHeaderActions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.fc-card{background:var(--fc-surface);border-radius:var(--fc-radius-lg);box-shadow:var(--fc-shadow-md);padding:24px;border:1px solid var(--fc-border-light);transition:transform .2s ease,box-shadow .2s ease}.fc-card:hover{transform:translateY(-2px);box-shadow:var(--fc-shadow-lg)}.fc-statGrid,.fc-kpiGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:24px;margin-bottom:28px}.fc-kpiCard,.fc-statCard{background:var(--fc-surface);border-radius:var(--fc-radius-lg);padding:24px;box-shadow:var(--fc-shadow-md);border:1px solid var(--fc-border-light);transition:transform .2s ease,box-shadow .2s ease;overflow:hidden}.fc-kpiCard:hover,.fc-statCard:hover{transform:translateY(-2px);box-shadow:var(--fc-shadow-lg)}.fc-kpiLabel,.fc-statLabel{font-size:13px;color:var(--fc-muted);font-weight:500;letter-spacing:.02em;margin-bottom:4px}.fc-kpiValue,.fc-statValue{font-size:32px;font-weight:700;margin-top:2px;line-height:1.2;color:var(--fc-text);font-family:var(--fc-font)}.fc-kpiSub,.fc-statSub{font-size:13px;color:var(--fc-muted);margin-top:6px;font-weight:500}.fc-kpiTrend{margin-top:8px;font-size:13px;font-weight:600}.fc-kpiTrend--up{color:var(--fc-success)}.fc-kpiTrend--down{color:var(--fc-danger)}.fc-chartCard{background:var(--fc-surface);border-radius:var(--fc-radius-lg);padding:24px;box-shadow:var(--fc-shadow-md);border:1px solid var(--fc-border-light)}.fc-chartTitle{font-size:15px;font-weight:600;color:var(--fc-text);margin:0 0 16px}.fc-tableWrap{background:var(--fc-surface);border-radius:var(--fc-radius-lg);border:1px solid var(--fc-border-light);overflow:hidden}.fc-table{width:100%;border-collapse:collapse;font-size:13px}.fc-table thead{background:#f8fafc}.fc-table th{text-align:left;padding:14px 18px;font-size:12px;font-weight:600;color:var(--fc-muted);border-bottom:2px solid #EEF2F7;background:#f8fafc}.fc-table td{padding:14px 18px;border-bottom:1px solid #EEF2F7;color:var(--fc-text);font-size:13px}.fc-table tbody tr:hover td{background:#f8fafc}.fc-table tbody tr:last-child td{border-bottom:none}.fc-badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:var(--fc-radius-pill);font-size:12px;font-weight:600;white-space:nowrap;line-height:1.3}.fc-badge-planifie{background:#e0f7fa;color:#0891b2}.fc-badge-en_cours{background:#dbeafe;color:#2563eb}.fc-badge-livre{background:#dcfce7;color:#16a34a}.fc-badge-retard{background:#fef3c7;color:#d97706}.fc-badge-annule,.fc-badge-bloque{background:#fee2e2;color:#dc2626}.fc-badge-affecte{background:#ede9fe;color:#7c3aed}.fc-badge-facture{background:#ecfdf5;color:#059669}.fc-badge-brouillon{background:#f1f5f9;color:#475569}.fc-badge-info{background:#e0f7fa;color:#0891b2}.fc-badge-success{background:#dcfce7;color:#16a34a}.fc-badge-warning{background:#fef3c7;color:#d97706}.fc-badge-danger{background:#fee2e2;color:#dc2626}.fc-badge-mapped{background:#ede9fe;color:#7c3aed}.fc-badge-muted{background:#f3f4f6;color:#9ca3af}.fc-badge-gray{background:#f1f5f9;color:#475569}.fc-badge-dark-info{background:#0891b2;color:#fff}.fc-badge-dark-success{background:#16a34a;color:#fff}.fc-badge-dark-warning{background:#d97706;color:#fff}.fc-badge-dark-danger{background:#dc2626;color:#fff}.fc-badge-dark-gray{background:#475569;color:#fff}.fc-btn{border:none;border-radius:var(--fc-radius-md);padding:10px 20px;font-weight:500;font-size:13px;font-family:var(--fc-font);cursor:pointer;height:40px;line-height:1;transition:all .15s ease;display:inline-flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap}.fc-btn:hover:not(:disabled){transform:translateY(-1px)}.fc-btn-primary{background:var(--fc-turquoise);color:#fff}.fc-btn-primary:hover:not(:disabled){background:var(--fc-turquoise-dark);box-shadow:0 4px 12px #22c7d64d}.fc-btn-secondary{background:#f8fafc;color:#475569;border:1.5px solid #E2E8F0}.fc-btn-secondary:hover:not(:disabled){border-color:var(--fc-turquoise)}.fc-btn-soft{background:transparent;color:var(--fc-muted);border:1px solid var(--fc-border)}.fc-btn-soft:hover:not(:disabled){background:#f8fafc;color:var(--fc-text)}.fc-btn-danger{background:var(--fc-danger-soft);color:var(--fc-danger)}.fc-btn-danger:hover:not(:disabled){background:#fecaca;box-shadow:none}.fc-btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.fc-input,.fc-select,.fc-textarea{width:100%;box-sizing:border-box;padding:10px 14px;border:1.5px solid var(--fc-border);border-radius:var(--fc-radius-sm);background:var(--fc-surface);font-family:var(--fc-font);font-size:14px;color:var(--fc-text);outline:none;transition:border-color .15s,box-shadow .15s}.fc-input:focus,.fc-select:focus,.fc-textarea:focus{border-color:var(--fc-turquoise);box-shadow:0 0 0 3px #22c7d61f}.fc-input::placeholder,.fc-textarea::placeholder{color:var(--fc-muted-light)}.fc-fieldLabel{font-size:13px;font-weight:500;display:block;margin-bottom:6px;color:var(--fc-muted)}.fc-filterBar{display:flex;flex-wrap:wrap;gap:10px;padding:18px 20px;background:var(--fc-surface);border-radius:var(--fc-radius-lg);border:1px solid var(--fc-border-light);margin-bottom:20px;align-items:center}.fc-tabs{display:flex;gap:4px;padding:4px;background:#f8fafc;border-radius:var(--fc-radius-md);margin-bottom:20px}.fc-tab{flex:1;padding:10px 20px;border:none;border-radius:var(--fc-radius-sm);background:transparent;color:var(--fc-muted);font-size:13px;font-weight:500;cursor:pointer;transition:background .15s,color .15s,box-shadow .15s}.fc-tab:hover{background:var(--fc-surface);color:var(--fc-text)}.fc-tab--active{background:var(--fc-surface);color:var(--fc-text);box-shadow:0 1px 3px #0000000f}.fc-tabPanel{margin-bottom:20px;padding:20px 24px;background:var(--fc-surface);border-radius:var(--fc-radius-lg);border:1px solid var(--fc-border-light)}.fc-sortPills{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.fc-sortPill{padding:8px 16px;border-radius:20px;border:1.5px solid var(--fc-border);background:var(--fc-surface);color:var(--fc-text);font-size:13px;font-weight:500;cursor:pointer;transition:border-color .15s,background .15s}.fc-sortPill:hover{border-color:var(--fc-turquoise)}.fc-sortPill--active{border-color:var(--fc-turquoise);background:#22c7d614;color:var(--fc-turquoise-dark)}.fc-modalOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.fc-modal{background:var(--fc-surface);border-radius:var(--fc-radius-xl);width:100%;max-width:700px;max-height:90vh;overflow:auto;padding:32px;box-shadow:0 8px 30px #0000001f}.fc-modalTitle{font-size:20px;font-weight:600;margin:0;color:var(--fc-text)}.fc-toasts{position:fixed;bottom:24px;right:24px;z-index:9999;display:flex;flex-direction:column;gap:8px}.fc-toast{padding:14px 18px;border-radius:var(--fc-radius-md);cursor:pointer;font-size:13px;font-weight:500;box-shadow:var(--fc-shadow-lg);min-width:280px;max-width:400px;color:#fff;animation:fcSlideIn .16s ease}.fc-toast--success{background:var(--fc-success)}.fc-toast--error{background:var(--fc-danger)}.fc-toast--info{background:var(--fc-turquoise)}@keyframes fcSlideIn{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}.fc-alertStack{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.fc-alertItem{padding:14px 18px;border-radius:var(--fc-radius-md);font-size:13px;font-weight:500;border-left:4px solid transparent}.fc-alertItem--danger{background:#fdf2f0;color:var(--fc-danger);border-left-color:var(--fc-danger);cursor:pointer}.fc-alertItem--warning{background:#fef9ed;color:#d97706;border-left-color:var(--fc-warning)}.fc-alertItem--info{background:#22c7d614;color:var(--fc-text);border-left-color:var(--fc-turquoise);cursor:pointer}.fc-link{color:var(--fc-turquoise);text-decoration:none;font-weight:500;font-size:13px}.fc-link:hover{color:var(--fc-turquoise-dark);text-decoration:underline}.fc-sectionLabel{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--fc-turquoise);margin-bottom:8px}.fc-chartSubtitle{font-size:11px;font-weight:600;color:var(--fc-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}.fc-progressTrack{width:100%;height:6px;background:#eef2f7;border-radius:3px;overflow:hidden}.fc-progressFill{height:100%;border-radius:3px;transition:width .4s ease}.fc-cellBold{font-weight:600}.fc-cardTitle{font-size:15px;font-weight:600;color:var(--fc-text);margin:0}.fc-section-title{margin:0 0 14px;font-size:14px;font-weight:700;color:var(--fc-text)}.fc-section-subtitle{font-size:13px;color:var(--fc-muted)}.fc-gantt{display:flex;overflow-x:auto;gap:0;position:relative}.fc-gantt-bar{height:32px;border-radius:10px;display:flex;align-items:center;padding:0 10px;font-size:11px;font-weight:600;color:#fff;transition:all .2s ease;cursor:pointer}.fc-gantt-bar:hover{transform:scale(1.02)}.fc-gantt-bar-planifie{background:var(--fc-turquoise)}.fc-gantt-bar-chargement{background:#3b82f6}.fc-gantt-bar-transit{background:#a855f7}.fc-gantt-bar-livraison{background:var(--fc-success)}.fc-gantt-bar-retard{background:var(--fc-warning)}.fc-gantt-bar-bloque{background:var(--fc-danger)}.fc-gantt-timeline{position:relative;height:24px;border-bottom:1px solid var(--fc-border)}.fc-portailShell{display:flex;min-height:100vh;background:var(--fc-bg)}.fc-portailSidebar{width:280px;min-width:280px;background:var(--fc-sidebar-bg);color:#fff;display:flex;flex-direction:column}.fc-portailBrand{padding:24px 20px;border-bottom:1px solid rgba(255,255,255,.06)}.fc-portailBrandTitle{font-weight:700;font-size:18px;letter-spacing:.02em}.fc-portailBrandTitle span{color:var(--fc-turquoise)}.fc-portailBrandSub{font-size:11px;color:var(--fc-muted-light);margin-top:4px;text-transform:uppercase;letter-spacing:.08em}.fc-portailNav{flex:1;padding:12px}.fc-portailNavLink{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:var(--fc-radius-sm);margin-bottom:4px;text-decoration:none;font-size:13px;font-weight:500;color:var(--fc-sidebar-text);transition:background .12s,color .12s}.fc-portailNavLink:hover{background:var(--fc-sidebar-hover);color:#fff}.fc-portailNavLinkActive{background:var(--fc-sidebar-active);color:#fff}.fc-portailMain{flex:1;padding:28px 32px;overflow:auto;background:var(--fc-bg)}.fc-flex{display:flex}.fc-flex-col{flex-direction:column}.fc-flex-center{display:flex;align-items:center}.fc-flex-between{display:flex;justify-content:space-between;align-items:center}.fc-flex-wrap{flex-wrap:wrap}.fc-flex-1{flex:1}.fc-gap-4{gap:4px}.fc-gap-6{gap:6px}.fc-gap-8{gap:8px}.fc-gap-10{gap:10px}.fc-gap-12{gap:12px}.fc-gap-14{gap:14px}.fc-gap-16{gap:16px}.fc-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.fc-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.fc-text-color{color:var(--fc-text)}.fc-text-muted{color:var(--fc-muted)}.fc-text-muted-light{color:var(--fc-muted-light)}.fc-text-turquoise{color:var(--fc-turquoise)}.fc-text-success{color:var(--fc-success)}.fc-text-warning{color:var(--fc-warning)}.fc-text-danger{color:var(--fc-danger)}.fc-size-10{font-size:10px}.fc-size-11{font-size:11px}.fc-size-12{font-size:12px}.fc-size-13{font-size:13px}.fc-size-14{font-size:14px}.fc-size-16{font-size:16px}.fc-size-18{font-size:18px}.fc-size-20{font-size:20px}.fc-size-22{font-size:22px}.fc-size-24{font-size:24px}.fc-size-36{font-size:36px}.fc-size-56{font-size:56px}.fc-weight-400{font-weight:400}.fc-weight-500{font-weight:500}.fc-weight-600{font-weight:600}.fc-weight-700{font-weight:700}.fc-weight-800{font-weight:800}.fc-bg-subtle-light{background:#f8fafc}.fc-bg-info-soft{background:var(--fc-info-soft)}.fc-bg-success-soft{background:var(--fc-success-soft)}.fc-bg-warning-soft{background:var(--fc-warning-soft)}.fc-bg-danger-soft{background:var(--fc-danger-soft)}@media (max-width: 1100px){.fc-sidebar--expanded{width:240px;min-width:240px}.fc-portailSidebar{width:220px;min-width:220px}.fc-statGrid,.fc-kpiGrid{grid-template-columns:repeat(2,1fr)}.fc-page{padding:24px 20px}}
