body { background: #f1f3f9; }
.app-header { background: linear-gradient(90deg, #0d1b4c, #14276e); }
.header-chip { background: rgba(255,255,255,.08); color: #fff; border-radius: 8px; padding: 4px 10px; font-size: 11px; text-align: center; min-width: 90px; }
.app-tabs { background: #fff; border-bottom: 2px solid #dee2e6; }
.app-tabs .nav-link { color: #444; font-size: 13px; font-weight: 500; }
.app-tabs .nav-link.active { color: #0d1b4c; border-bottom: 3px solid #0d1b4c; font-weight: 700; }

.card-summary { display: flex; align-items: center; gap: 12px; padding: 14px; border-radius: 10px; background: #fff; }
.card-summary .icon { width: 42px; height: 42px; border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 18px; }
.card-summary h3 { margin: 0; font-size: 22px; }
.bg-purple { background: #7b61ff !important; }
.bg-purple-subtle { background: #efe9ff !important; }

.card { border: none; border-radius: 10px; box-shadow: 0 1px 3px rgba(0,0,0,.08); }
.log-proses { padding-left: 18px; }
.log-proses li { margin-bottom: 4px; }

@media print {
    .app-header, .app-tabs, .btn, #tab-dashboard .col-lg-3, #tab-dashboard .col-lg-6 { display: none !important; }
}
