body { background: #f7f8fa; font-family: Tahoma, Arial, sans-serif; }
.navbar-brand { font-weight: 700; }
.card { border: 0; box-shadow: 0 10px 25px rgba(0,0,0,.05); border-radius: 16px; }
.timeline-step {
    padding: 12px 16px;
    border-right: 4px solid #28a745;
    background: #fff;
    margin-bottom: 12px;
    border-radius: 10px;
}
.timeline-step.muted {
    border-right-color: #ced4da;
    color: #6c757d;
}
.badge-status { font-size: .9rem; }
.table td, .table th { vertical-align: middle; }
.hero-title { font-size: 2rem; font-weight: 800; }
.section-muted { color: #6c757d; }
