@tailwind base;@tailwind components;@tailwind utilities;:root{--primary-color: #2563eb}body{background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-family)}.card-themed{border-radius:var(--radius-card)}.button-themed{border-radius:var(--radius-button)}.icon-wrap{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.icon{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.icon-bg-neutral{background:#f1f5f9;color:#64748b}.icon-bg-green{background:#ecfdf5;color:#10b981}.icon-bg-yellow{background:#fffbeb;color:#f59e0b}.icon-bg-red{background:#fef2f2;color:#ef4444}.icon-bg-blue{background:#eff6ff;color:#3b82f6}.icon-bg-purple{background:#f3e8ff;color:#8b5cf6}.icon-bg-orange{background:#fff7ed;color:#f97316}.icon-bg-teal{background:#f0fdfa;color:#14b8a6}.icon-risk{color:#dc2626}.icon-margin{color:#16a34a}.icon-audit{color:#2563eb}
