body {
    min-height: 100vh;
}

.card-summary {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.metric-chip {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.75rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.metric-chip span {
    color: #6c757d;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.row-tone-essential td:first-child {
    border-left: 4px solid #dc3545;
}

.row-tone-optional td:first-child {
    border-left: 4px solid #fd7e14;
}

.row-tone-nice-to-have td:first-child {
    border-left: 4px solid #6f42c1;
}

.form-section {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
    padding: 1.25rem;
    margin-bottom: 1rem;
}

.table td, .table th {
    vertical-align: middle;
}

@media (max-width: 767px) {
    .display-6 {
        font-size: 1.75rem;
    }
}
