.resolution-bar {
    height: 20px;
    background: #e9ecef;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.resolution-progress {
    height: 100%;
    background: linear-gradient(45deg, #28a745, #20c997);
    transition: width 0.3s ease;
}

.status-badge {
    font-size: 0.75em;
    padding: 0.25em 0.5em;
}

.summary-card {
    transition: transform 0.2s ease;
}

.summary-card:hover {
    transform: translateY(-2px);
}

.table th {
    border-top: none;
    font-weight: 600;
    font-size: 0.875rem;
}

.nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    font-weight: 600;
}
