body {
    background: linear-gradient(180deg, #eef6f1 0%, #f8faf8 100%);
}

.score-card {
    border-left: 5px solid #198754;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

.score-pill {
    font-size: 1rem;
    font-weight: 700;
}

.table-responsive {
    border-radius: 0.5rem;
    overflow: hidden;
}

.mobile-stack th,
.mobile-stack td {
    white-space: nowrap;
}

.hero-panel {
    background: linear-gradient(135deg, #0f5132, #198754);
    color: #fff;
    border-radius: 1rem;
    padding: 0.9rem;
    box-shadow: 0 10px 24px rgba(25, 135, 84, 0.28);
}

.hero-panel .text-muted {
    color: rgba(255, 255, 255, 0.85) !important;
}

.stat-chip {
    background: #fff;
    border-radius: 0.8rem;
    padding: 0.6rem 0.75rem;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
    min-height: 74px;
}

.stat-label {
    font-size: 0.75rem;
    color: #6c757d;
}

.stat-value {
    font-size: 1.3rem;
    line-height: 1.2;
    font-weight: 700;
}

.feed-item {
    border-bottom: 1px dashed #dee2e6;
    padding: 0.45rem 0;
}

.feed-item:last-child {
    border-bottom: 0;
}

@media (max-width: 576px) {
    .navbar-brand {
        font-size: 1rem;
    }

    .score-pill {
        font-size: 0.95rem;
    }
}
