@import "https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@200;300;400;500;600;700&display=swap";
:root{--primary:#006438;--primary-hover:#005230;--primary-light:#e8f5ee;--primary-gradient:linear-gradient(135deg, #007a45 0%, #005230 100%);--secondary:#61ce70;--secondary-hover:#4dbf5e;--secondary-light:#e6f9e9;--bg-page:#f6f7fa;--bg-sidebar:#fcfcfd;--bg-card:#fff;--text-heading:#111827;--text-main:#374151;--text-muted:#6b7280;--text-light:#9ca3af;--border:#e5e7eb;--border-light:#f3f4f6;--shadow-sm:0 1px 2px #0000000d;--shadow-card:0 10px 40px -10px #0000000a;--shadow-btn:0 4px 12px #00643840;--shadow-btn-hover:0 6px 14px #00643859;--status-received-bg:#ecfdf5;--status-received-border:#a7f3d0;--status-received-text:#065f46;--status-pending-bg:#fffbeb;--status-pending-border:#fde68a;--status-pending-text:#92400e;--status-active-bg:#eff6ff;--status-active-border:#bfdbfe;--status-active-text:#1e40af;--status-success-bg:#f0fdf4;--status-success-border:#86efac;--status-success-text:#166534;--status-warning-bg:#fff7ed;--status-warning-border:#fdba74;--status-warning-text:#9a3412;--status-info-bg:#f0f9ff;--status-info-border:#bae6fd;--status-info-text:#0c4a6e;--status-rejected-bg:#fef2f2;--status-rejected-border:#fecaca;--status-rejected-text:#991b1b;--status-draft-bg:#fff;--status-draft-border:#f3f4f6;--status-draft-text:#4b5563;--status-expired-bg:#fff;--status-expired-border:#fecaca;--status-expired-text:#ef4444}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-main);background-color:var(--bg-page);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Lexend Deca,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}.font-medium{color:var(--text-heading);font-weight:500}.text-muted{color:var(--text-muted)}
