.fd-metrics {
            background: #f8fafc;
            border-radius: 12px;
            padding: 1.2rem;
            margin: 1rem 0;
        }
        .interest-highlight {
            color: #2c7a4d;
            font-weight: 600;
        }
        .compounding-badge {
            background-color: #e9ecef;
            border-radius: 20px;
            padding: 0.2rem 0.7rem;
            font-size: 0.8rem;
        }
        .canvas-pie-container {
            max-width: 280px;
            margin: 0 auto;
            text-align: center;
        }
        .pie-legend {
            display: flex;
            justify-content: center;
            gap: 1.5rem;
            margin-top: 0.8rem;
        }
        .pie-legend-color {
            width: 16px;
            height: 16px;
            display: inline-block;
            border-radius: 50%;
            margin-right: 0.4rem;
        }
        .fd-note {
            background-color: #eef2ff;
            border-left: 4px solid #1e3a8a;
            padding: 0.8rem 1rem;
            border-radius: 8px;
            font-size: 0.9rem;
        }