html, body { height: 100%; }

.content-wrapper .card { margin-bottom: 20px; }

.stat-card {
    border-left: 4px solid;
    transition: transform 0.2s;
}
.stat-card:hover { transform: translateY(-3px); }
.stat-card .stat-icon { font-size: 2.5rem; opacity: 0.3; }
.stat-card .stat-value { font-size: 2rem; font-weight: 700; }
.stat-card .stat-label { color: #6c757d; font-size: 0.85rem; text-transform: uppercase; }

.table th { font-weight: 600; background: #f8f9fa; }
.badge { font-weight: 500; padding: 5px 10px; }

.btn-action { padding: 4px 8px; font-size: 0.85rem; }
