﻿.result-bar {
    border-radius: 16px;
    padding: 18px;
    margin-bottom: 18px;
    border: 1px solid #e5e7eb;
}

    .result-bar.success {
        background: #ecfdf5;
        border-color: #86efac;
    }

    .result-bar.warning {
        background: #fef2f2;
        border-color: #fca5a5;
    }

    .result-bar.neutral {
        background: #f8fafc;
        border-color: #cbd5e1;
    }

.result-bar-label {
    font-size: 0.9rem;
    color: #475569;
    margin-bottom: 4px;
}

.result-bar-value {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
}

.result-bar-note {
    margin-top: 8px;
    color: #475569;
}

.mini-card.scary {
    border-left: 4px solid #dc2626;
}

.mini-card.highlight {
    border-left: 4px solid #16a34a;
}

.detail-box {
    margin-top: 14px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
}

    .detail-box summary {
        cursor: pointer;
        padding: 14px 16px;
        font-weight: 600;
        list-style: none;
    }

        .detail-box summary::-webkit-details-marker {
            display: none;
        }

    .detail-box[open] summary {
        border-bottom: 1px solid #e5e7eb;
    }

.detail-body {
    padding: 14px 16px;
}
.result-bar.success {
    background: #ecfdf5;
    border-color: #10b981;
    color: #065f46;
}

.legal-footer {
    font-size: 11px;
    color: #64748b;
    margin-top: 15px;
    text-align: center;
    opacity: 0.85;
}
.result-bar.success {
    background: #ecfdf5;
    border-color: #10b981;
    color: #065f46;
}

.legal-footer {
    font-size: 11px;
    color: #64748b;
    margin-top: 15px;
    text-align: center;
    opacity: 0.85;
}