.result-value-lg {
            font-size: 1.8rem;
            font-weight: 700;
            color: #2c7da0;
        }
        .funds-breakdown {
            background: #f8f9fc;
            border-radius: 12px;
            padding: 1.2rem;
            margin: 1rem 0;
        }
        .disclaimer-box {
            background-color: #eef2fa;
            border-left: 4px solid #1e6091;
            padding: 1rem;
            margin: 1.2rem 0;
            font-size: 0.9rem;
        }
        .plf-table {
            font-size: 0.85rem;
        }
        .legend-chart {
            display: flex;
            gap: 1rem;
            justify-content: center;
            flex-wrap: wrap;
            margin-top: 0.5rem;
        }
        .legend-dot {
            width: 16px;
            height: 16px;
            display: inline-block;
            border-radius: 4px;
            margin-right: 5px;
        }
        canvas#distributionCanvas {
            background: #fefefe;
            border-radius: 12px;
            width: 100%;
            height: auto;
            margin-top: 0.5rem;
        }
        .input-group-custom {
            margin-bottom: 0.8rem;
        }
        .authority-badge {
            background: #e9ecef;
            border-radius: 40px;
            padding: 0.2rem 1rem;
            font-size: 0.8rem;
            display: inline-block;
        }
        .accuracy-note {
            font-size: 0.8rem;
            color: #6c757d;
            font-style: italic;
            margin-top: 5px;
        }