@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);:root{--bg-app:#070d1a;--bg-card:#111827;--bg-card-alt:#131b2f;--bg-input:#1f2937;--bg-hover:#1a2744;--border:#374151;--border-subtle:#1f2937;--border-active:#10b981;--text-primary:#f9fafb;--text-secondary:#9ca3af;--text-muted:#6b7280;--emerald:#10b981;--emerald-dark:#059669;--emerald-glow:#10b98126;--blue:#3b82f6;--blue-glow:#3b82f626;--amber:#f59e0b;--amber-glow:#f59e0b26;--red:#ef4444;--red-glow:#ef444426;--purple:#8b5cf6;--purple-glow:#8b5cf626;--bg-card-deep:#0e1628;--bg-card-hover:#1a2236;--border-card:#1e293b;--border-elevated:#1e2d40;--font-sans:"Inter",system-ui,-apple-system,sans-serif;--font-mono:"JetBrains Mono","Fira Code",monospace;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:20px;--shadow-sm:0 1px 3px #0006;--shadow-md:0 4px 16px #00000080;--shadow-lg:0 8px 32px #0009;--shadow-emerald:0 0 20px #10b98133}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#070d1a;background-color:var(--bg-app);color:#f9fafb;color:var(--text-primary);font-family:Inter,system-ui,-apple-system,sans-serif;font-family:var(--font-sans);line-height:1.6}::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-track{background:#070d1a;background:var(--bg-app)}::-webkit-scrollbar-thumb{background:#374151;background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#6b7280;background:var(--text-muted)}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 8px #10b9814d}50%{box-shadow:0 0 20px #10b98199}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-fade-in{animation:fadeIn .35s ease-out both}.animate-fade-scale{animation:fadeInScale .3s ease-out both}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.card{background:#111827;background:var(--bg-card);border:1px solid #1f2937;border:1px solid var(--border-subtle);border-radius:14px;border-radius:var(--radius-lg);padding:1.5rem;transition:border-color .2s ease,box-shadow .2s ease}.card:hover{border-color:#374151;border-color:var(--border)}.card-elevated{box-shadow:0 4px 16px #00000080;box-shadow:var(--shadow-md)}.form-input,.form-select{appearance:none;background:#1f2937;background:var(--bg-input);border:1px solid #374151;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius-sm);color:#f9fafb;color:var(--text-primary);font-family:Inter,system-ui,-apple-system,sans-serif;font-family:var(--font-sans);font-size:.9rem;outline:none;padding:.625rem .875rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.form-input:focus,.form-select:focus{border-color:#10b981;border-color:var(--border-active);box-shadow:0 0 0 3px #10b98126;box-shadow:0 0 0 3px var(--emerald-glow)}.form-input::placeholder{color:#6b7280;color:var(--text-muted)}.form-label{color:#9ca3af;color:var(--text-secondary);display:block;font-size:.7rem;font-weight:600;letter-spacing:.06em;margin-bottom:.35rem;text-transform:uppercase}.form-group{display:flex;flex-direction:column;gap:.25rem}.input-with-unit{position:relative}.input-with-unit .form-input{padding-right:3.5rem}.input-unit{color:#6b7280;color:var(--text-muted);font-size:.8rem;pointer-events:none;position:absolute;right:.75rem;top:50%;transform:translateY(-50%)}.form-checkbox{align-items:center;background:#1f2937;background:var(--bg-input);border:1px solid #374151;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius-sm);cursor:pointer;display:flex;gap:.75rem;padding:.75rem 1rem;transition:border-color .2s ease}.form-checkbox:hover{border-color:#10b981;border-color:var(--emerald)}.form-checkbox input[type=checkbox]{accent-color:#10b981;accent-color:var(--emerald);cursor:pointer;flex-shrink:0;height:18px;width:18px}.form-checkbox-label{color:#f9fafb;color:var(--text-primary);font-size:.875rem}.btn{align-items:center;border:none;border-radius:6px;border-radius:var(--radius-sm);cursor:pointer;display:inline-flex;font-family:Inter,system-ui,-apple-system,sans-serif;font-family:var(--font-sans);font-size:.875rem;font-weight:600;gap:.5rem;justify-content:center;outline:none;padding:.625rem 1.25rem;transition:all .2s ease;white-space:nowrap}.btn-primary{background:#10b981;background:var(--emerald);color:#fff}.btn-primary:hover{background:#059669;background:var(--emerald-dark);box-shadow:0 0 20px #10b98133;box-shadow:var(--shadow-emerald);transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:#0000;border:1px solid #374151;border:1px solid var(--border);color:#f9fafb;color:var(--text-primary)}.btn-secondary:hover{background:#1f2937;background:var(--bg-input);border-color:#9ca3af;border-color:var(--text-secondary)}.btn-danger{background:#0000;border:1px solid #ef4444;border:1px solid var(--red);color:#ef4444;color:var(--red);padding:.5rem .75rem}.btn-danger:hover{background:#ef444426;background:var(--red-glow)}.btn-ghost{background:#0000;border:2px dashed #10b981;border:2px dashed var(--emerald);border-radius:10px;border-radius:var(--radius-md);color:#10b981;color:var(--emerald);padding:.875rem;width:100%}.btn-ghost:hover{background:#10b98126;background:var(--emerald-glow)}.btn-lg{border-radius:10px;border-radius:var(--radius-md);font-size:1rem;padding:.875rem 2rem}.btn-icon{border-radius:6px;border-radius:var(--radius-sm);padding:.5rem}.section-title{align-items:center;border-bottom:2px solid #10b981;border-bottom:2px solid var(--emerald);color:#f9fafb;color:var(--text-primary);display:flex;font-size:1rem;font-weight:700;gap:.5rem;letter-spacing:.08em;margin-bottom:1.25rem;padding-bottom:.75rem;text-transform:uppercase}.section-title:before{background:#10b981;background:var(--emerald);border-radius:2px;content:"";display:inline-block;height:1.2em;width:4px}.grid-2{grid-gap:1rem;grid-template-columns:repeat(2,1fr)}.grid-2,.grid-3{display:grid;gap:1rem}.grid-3{grid-gap:1rem;grid-template-columns:repeat(3,1fr)}.grid-4{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr)}@media (max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}@media (min-width:769px) and (max-width:1024px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}.form-textarea{background:#1f2937;background:var(--bg-input);border:1px solid #374151;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius-sm);color:#f9fafb;color:var(--text-primary);font-family:Inter,system-ui,-apple-system,sans-serif;font-family:var(--font-sans);font-size:.875rem;min-height:80px;outline:none;padding:.75rem;resize:vertical;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.form-textarea:focus{border-color:#10b981;border-color:var(--border-active);box-shadow:0 0 0 3px #10b98126;box-shadow:0 0 0 3px var(--emerald-glow)}.badge{align-items:center;border-radius:99px;display:inline-flex;font-size:.7rem;font-weight:700;letter-spacing:.05em;padding:.2rem .6rem;text-transform:uppercase}.badge-emerald{background:#10b98126;background:var(--emerald-glow);border:1px solid #10b9814d;color:#10b981;color:var(--emerald)}.badge-blue{background:#3b82f626;background:var(--blue-glow);border:1px solid #3b82f64d;color:#3b82f6;color:var(--blue)}.badge-amber{background:#f59e0b26;background:var(--amber-glow);border:1px solid #f59e0b4d;color:#f59e0b;color:var(--amber)}.badge-red{background:#ef444426;background:var(--red-glow);border:1px solid #ef44444d;color:#ef4444;color:var(--red)}.divider{border:none;border-top:1px solid #1f2937;border-top:1px solid var(--border-subtle);margin:1.5rem 0}.recharts-tooltip-custom{background:#1f2937;border:1px solid #374151;border:1px solid var(--border);border-radius:10px;border-radius:var(--radius-md);box-shadow:0 4px 16px #00000080;box-shadow:var(--shadow-md);font-size:.85rem;padding:.75rem 1rem}.spinner{animation:spin .9s linear infinite;border:4px solid #374151;border-top-color:#10b981;border:4px solid var(--border);border-radius:50%;border-top-color:var(--emerald);height:56px;width:56px}.note-area-header{margin-bottom:.5rem}.collapse-header,.note-area-header{align-items:center;display:flex;justify-content:space-between}.collapse-header{background:#111827;background:var(--bg-card);border:1px solid #1f2937;border:1px solid var(--border-subtle);border-radius:10px;border-radius:var(--radius-md);cursor:pointer;padding:1rem 1.25rem;transition:background .2s ease}.collapse-header:hover{background:#1a2744;background:var(--bg-hover)}.collapse-icon{color:#9ca3af;color:var(--text-secondary);transition:transform .3s ease}.collapse-icon.open{transform:rotate(180deg)}.invoice-row{grid-gap:.875rem;align-items:end;background:#111827;background:var(--bg-card);border:1px solid #1f2937;border-left:3px solid #10b981;border:1px solid var(--border-subtle);border-left:3px solid var(--emerald);border-radius:10px;border-radius:var(--radius-md);display:grid;gap:.875rem;grid-template-columns:2fr 1fr 1.5fr 1fr auto;margin-bottom:.875rem;padding:1.25rem;transition:border-color .2s ease}.invoice-row:hover{border-left-color:#059669;border-left-color:var(--emerald-dark)}@media (max-width:768px){.invoice-row{grid-template-columns:1fr 1fr}.invoice-row>:last-child{grid-column:1/-1}}.container{margin:0 auto;max-width:1100px;padding:0 1rem;width:100%}@media (min-width:768px){.container{padding:0 2rem}.kpi-tile{display:flex;flex-direction:column;gap:.4rem}.kpi-tile-label{color:#9ca3af;color:var(--text-secondary);font-size:.75rem;font-weight:600;letter-spacing:.05em;margin:0;text-transform:uppercase}.kpi-tile-value{color:#f9fafb;color:var(--text-primary);font-size:1.4rem;font-weight:700;line-height:1.2;margin:0}.kpi-tile-unit{color:#9ca3af;color:var(--text-secondary);font-size:.8rem;font-weight:500;margin-left:.25rem}.kpi-tile-value.is-emerald{color:#10b981;color:var(--emerald)}.kpi-tile-value.is-blue{color:#3b82f6;color:var(--blue)}.kpi-tile-value.is-amber{color:#f59e0b;color:var(--amber)}.kpi-tile-value.is-purple{color:#8b5cf6;color:var(--purple)}.kpi-tile-value.is-red{color:#ef4444;color:var(--red)}.kpi-tile.is-highlight-amber,.kpi-tile.is-highlight-blue,.kpi-tile.is-highlight-emerald,.kpi-tile.is-highlight-purple,.kpi-tile.is-highlight-red{border-radius:6px;border-radius:var(--radius-sm);padding:.6rem .75rem}.kpi-tile.is-highlight-emerald{background:#10b98126;background:var(--emerald-glow)}.kpi-tile.is-highlight-emerald .kpi-tile-label{color:#10b981;color:var(--emerald)}.kpi-tile.is-highlight-blue{background:#3b82f626;background:var(--blue-glow)}.kpi-tile.is-highlight-blue .kpi-tile-label{color:#3b82f6;color:var(--blue)}.kpi-tile.is-highlight-amber{background:#f59e0b26;background:var(--amber-glow)}.kpi-tile.is-highlight-amber .kpi-tile-label{color:#f59e0b;color:var(--amber)}.kpi-tile.is-highlight-purple{background:#8b5cf626;background:var(--purple-glow)}.kpi-tile.is-highlight-purple .kpi-tile-label{color:#8b5cf6;color:var(--purple)}.kpi-tile.is-highlight-red{background:#ef444426;background:var(--red-glow)}.kpi-tile.is-highlight-red .kpi-tile-label{color:#ef4444;color:var(--red)}.bilan-card{background:#111827;background:var(--bg-card);border:1px solid #1e2d40;border:1px solid var(--border-elevated);border-radius:14px;border-radius:var(--radius-lg);margin-bottom:2rem;padding:1.5rem}.bilan-card-title{align-items:center;display:flex;font-size:1.1rem;font-weight:700;gap:.5rem;margin:0 0 1rem}.bilan-card-title-suffix{color:#9ca3af;color:var(--text-secondary);font-size:1rem;font-weight:400}.bilan-card-title.is-emerald{color:#10b981;color:var(--emerald)}.bilan-card-title.is-blue{color:#3b82f6;color:var(--blue)}.bilan-card-title.is-amber{color:#f59e0b;color:var(--amber)}.bilan-card-title.is-purple{color:#8b5cf6;color:var(--purple)}.bilan-card-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr)}@media (max-width:1024px){.bilan-card-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:540px){.bilan-card-grid{grid-template-columns:1fr}}.audit-note{background:#ffffff08;border-left:3px solid #10b981;border-left:3px solid var(--emerald);border-radius:6px;border-radius:var(--radius-sm);margin-top:1.5rem;padding:1rem}.audit-note.is-blue{border-left-color:#3b82f6;border-left-color:var(--blue)}.audit-note.is-amber{border-left-color:#f59e0b;border-left-color:var(--amber)}.audit-note.is-purple{border-left-color:#8b5cf6;border-left-color:var(--purple)}.audit-note.is-red{border-left-color:#ef4444;border-left-color:var(--red)}.audit-note-label{align-items:center;color:#9ca3af;color:var(--text-secondary);display:flex;font-size:.75rem;font-weight:600;gap:.4rem;letter-spacing:.05em;margin:0 0 .4rem;text-transform:uppercase}.audit-note-content{color:#f9fafb;color:var(--text-primary);font-size:.9rem;line-height:1.5;margin:0;white-space:pre-wrap}.btn-blue{background:#3b82f6;background:var(--blue);color:#fff}.btn-blue:hover{filter:brightness(1.12);transform:translateY(-1px)}.btn-amber{background:#f59e0b;background:var(--amber);color:#fff}.btn-amber:hover{filter:brightness(1.12);transform:translateY(-1px)}.btn-purple{background:#8b5cf6;background:var(--purple);color:#fff}.btn-purple:hover{filter:brightness(1.12);transform:translateY(-1px)}.btn:disabled{background:#1f2937;background:var(--bg-input);box-shadow:none;color:#6b7280;color:var(--text-muted);cursor:not-allowed;filter:none;transform:none}.empty-state{background:#111827;background:var(--bg-card);border:1px dashed #374151;border:1px dashed var(--border);border-radius:14px;border-radius:var(--radius-lg);padding:4rem 2rem;text-align:center}.empty-state-icon{color:#6b7280;color:var(--text-muted);display:flex;justify-content:center;margin-bottom:1rem}.empty-state-title{color:#9ca3af;color:var(--text-secondary);font-size:1.1rem;margin:0 0 .5rem}.empty-state-subtitle{color:#6b7280;color:var(--text-muted);font-size:.9rem;margin:0 0 1.5rem}}
/*# sourceMappingURL=main.0a1e8196.css.map*/