*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--orange: #E8702A;--orange-light: #fef4ee;--orange-dark: #c4581a;--vert: #4A7C59;--vert-light: #f0f7f3;--vert-dark: #3a6147;--creme: #F9F7F4;--text-primary: #1a1a1a;--text-secondary: #6b7280;--text-hint: #9ca3af;--border: #e5e7eb;--border-strong: #d1d5db;--bg-white: #ffffff;--bg-surface: #f9fafb;--rouge: #dc2626;--rouge-light: #fff0f0;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--shadow-sm: 0 1px 3px rgba(0,0,0,.06);--shadow-md: 0 4px 12px rgba(0,0,0,.08);font-size:16px}body{font-family:Plus Jakarta Sans,-apple-system,sans-serif;background:var(--creme);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased}h1{font-size:1.5rem;font-weight:600}h2{font-size:1.25rem;font-weight:600}h3{font-size:1rem;font-weight:600}p{line-height:1.6}.btn{display:inline-flex;align-items:center;gap:6px;padding:9px 18px;border-radius:var(--radius-md);font-size:.875rem;font-weight:500;font-family:inherit;cursor:pointer;border:none;transition:all .15s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--orange);color:#fff}.btn-primary:hover:not(:disabled){background:var(--orange-dark)}.btn-secondary{background:#fff;color:var(--text-primary);border:1px solid var(--border-strong)}.btn-secondary:hover:not(:disabled){background:var(--bg-surface)}.btn-ghost{background:transparent;color:var(--text-secondary)}.btn-ghost:hover{background:var(--bg-surface);color:var(--text-primary)}.btn-danger{background:var(--rouge-light);color:var(--rouge);border:1px solid #fca5a5}.btn-danger:hover{background:#fee2e2}.btn-full{width:100%;justify-content:center}.btn-sm{padding:6px 12px;font-size:.8125rem}.input{width:100%;padding:9px 12px;border:1px solid var(--border-strong);border-radius:var(--radius-md);font-size:.875rem;font-family:inherit;background:#fff;color:var(--text-primary);transition:border-color .15s}.input:focus{outline:none;border-color:var(--orange)}.input::placeholder{color:var(--text-hint)}.input-group{display:flex;flex-direction:column;gap:5px;margin-bottom:1rem}.input-label{font-size:.8125rem;color:var(--text-secondary);font-weight:500}.input-hint{font-size:.75rem;color:var(--text-hint)}.card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem}.card-sm{padding:1rem;border-radius:var(--radius-md)}.badge{display:inline-flex;align-items:center;padding:2px 10px;border-radius:20px;font-size:.75rem;font-weight:500}.badge-orange{background:var(--orange-light);color:var(--orange-dark)}.badge-vert{background:var(--vert-light);color:var(--vert-dark)}.badge-rouge{background:var(--rouge-light);color:var(--rouge)}.badge-gray{background:var(--bg-surface);color:var(--text-secondary)}.alert{display:flex;gap:10px;padding:12px 14px;border-radius:var(--radius-md);font-size:.875rem;margin-bottom:10px}.alert strong{display:block;font-weight:600;margin-bottom:2px;font-size:.875rem}.alert-warning{background:#fff8ec;border:1px solid #fbbf24}.alert-danger{background:var(--rouge-light);border:1px solid #fca5a5}.alert-info{background:var(--vert-light);border:1px solid #6ee7b7}.alert-icon{font-size:1.1rem;flex-shrink:0;margin-top:1px}.metric-card{background:var(--bg-surface);border-radius:var(--radius-md);padding:14px 16px}.metric-label{font-size:.75rem;color:var(--text-secondary);margin-bottom:4px}.metric-value{font-size:1.375rem;font-weight:600}.metric-sub{font-size:.6875rem;color:var(--text-hint);margin-top:2px}.gauge-bar-bg{height:10px;background:var(--bg-surface);border-radius:10px;overflow:hidden;border:1px solid var(--border)}.gauge-bar-fill{height:100%;border-radius:10px;transition:width .5s ease}.text-orange{color:var(--orange)}.text-vert{color:var(--vert)}.text-rouge{color:var(--rouge)}.text-muted{color:var(--text-secondary)}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.fw-500{font-weight:500}.fw-600{font-weight:600}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.gap-2{gap:1rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.grid-auto{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px}.spinner{width:28px;height:28px;border:3px solid var(--border);border-top-color:var(--orange);border-radius:50%;animation:spin .7s linear infinite;margin:2rem auto}@keyframes spin{to{transform:rotate(360deg)}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:3px}
