body { background:#f6f7fb; }
.bg-gradient { background: linear-gradient(135deg,#eef2ff,#f7f7ff,#f0f9ff); min-height:100vh; }
.logo-placeholder { width:40px; height:40px; background:#e8eefc; border-radius:6px; display:flex; align-items:center; justify-content:center; }
.card.kpi { border:0; color:#0222; }
.kpi .kpi-title { font-size:12px; text-transform:uppercase; color:#666; }
.kpi .kpi-value { font-size:28px; font-weight:700; }
.kpi-blue{ background:#e8f0fe; }
.kpi-green{ background:#e8f7ef; }
.kpi-purple{ background:#f0e8fe; }
.kpi-orange{ background:#fff1e6; }
