body {
    background: #f5f7fb;
}

.login-wrapper {
    min-height: calc(100vh - 140px);
    align-items: center;
}

.card {
    border-radius: 16px;
}

.table > :not(caption) > * > * {
    padding: 0.9rem 1rem;
}

.update-dot {
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.15);
    vertical-align: middle;
}

.detail-grid span {
    display: block;
    font-size: 0.8rem;
    color: #6c757d;
    margin-bottom: 0.35rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.detail-grid strong {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    word-break: break-word;
}

.timeline {
    position: relative;
    padding-left: 1rem;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 0.2rem;
    top: 0.2rem;
    bottom: 0.2rem;
    width: 2px;
    background: #d9dee8;
}

.timeline-item {
    position: relative;
    padding-left: 1rem;
    padding-bottom: 1rem;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -0.08rem;
    top: 0.25rem;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0d6efd;
}

.navbar-brand {
    letter-spacing: 0.01em;
}
