.metric-card {
            background: #f8f9fc;
            border-radius: 12px;
            padding: 1rem;
            margin: 1rem 0;
            text-align: center;
            border: 1px solid #e9ecef;
        }
        .metric-label {
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #4a627a;
        }
        .metric-number {
            font-size: 1.8rem;
            font-weight: 700;
            color: #1e3a5f;
        }
        .financial-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.5rem 0;
        }
        .financial-table th, .financial-table td {
            padding: 0.75rem;
            border-bottom: 1px solid #dee2e6;
            text-align: left;
        }
        .financial-table th {
            background-color: #f1f3f5;
            font-weight: 600;
        }
        .accordion-button:not(.collapsed) {
            background-color: #eef2fa;
            color: #004b8f;
        }
        .glossary-item {
            margin-bottom: 1rem;
        }
        .glossary-term {
            font-weight: 700;
            color: #0056b3;
        }
        .badge-soft {
            background-color: #e2e9f0;
            color: #003366;
            font-weight: 500;
        }
        .input-group-custom {
            margin-bottom: 1.25rem;
        }
        .info-icon {
            color: #2c7da0;
            font-size: 0.9rem;
            margin-left: 6px;
            cursor: help;
        }
        .ratio-bar {
            background: #e9ecef;
            border-radius: 20px;
            height: 12px;
            overflow: hidden;
            margin: 1rem 0;
        }
        .ratio-fill {
            background: #2b7e3a;
            height: 100%;
            width: 0%;
            border-radius: 20px;
            transition: width 0.2s;
        }
        .na-message {
            font-size: 0.85rem;
            color: #6c757d;
            text-align: center;
            margin-top: 0.25rem;
        }