.starter-hero {
    background: linear-gradient(135deg, #f6f9ff 0%, #edf4ff 100%);
    border: 1px solid rgba(95, 118, 232, 0.12);
}

.starter-card {
    border: 1px solid #edf2f9;
    box-shadow: 0 10px 28px rgba(28, 45, 65, 0.06);
}

.starter-label {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    color: #7c8aa5;
}

.starter-value {
    font-size: 1.85rem;
    line-height: 1.1;
    font-weight: 700;
    color: #1f2d3d;
}

.starter-icon-circle {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(95, 118, 232, 0.12);
    color: #5f76e8;
}

.starter-kpi-row .card-body {
    min-height: 150px;
}

.starter-list-item + .starter-list-item {
    border-top: 1px solid #edf2f9;
}

.starter-status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.starter-quick-link {
    display: block;
    border: 1px solid #edf2f9;
    border-radius: 12px;
    padding: 1rem;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.starter-quick-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(28, 45, 65, 0.08);
    color: inherit;
    text-decoration: none;
}

.starter-empty {
    border: 2px dashed #d9e2f2;
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    background: #fbfdff;
}
