body { background: #f4f6f9; }
.stat-card .fs-2 { line-height: 1.1; }
.table > :not(caption) > * > * { padding-top: .55rem; padding-bottom: .55rem; }
.table-sm > :not(caption) > * > * { padding-top: .35rem; padding-bottom: .35rem; }
.card-header { border-bottom-color: rgba(0, 0, 0, .06); }
code { word-break: break-all; }
.reader-waiting { animation: pulse 1.2s ease-in-out infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .35); } }
