.result-value-large {
            font-size: 2rem;
            font-weight: 700;
            color: var(--primary-color, #2c6e9e);
        }
        .investment-canvas {
            width: 100%;
            height: auto;
            background-color: #fefefe;
            border: 1px solid #ddd;
            border-radius: 12px;
            margin-top: 1rem;
            box-shadow: 0 2px 6px rgba(0,0,0,0.05);
        }
        .canvas-container {
            text-align: center;
            margin: 1rem 0;
        }
        .legend {
            display: flex;
            justify-content: center;
            gap: 1.5rem;
            margin: 0.5rem 0;
            font-size: 0.85rem;
        }
        .legend-color {
            width: 16px;
            height: 16px;
            border-radius: 4px;
            display: inline-block;
        }
        .result-label {
            font-weight: 500;
            display: inline-block;
            width: 180px;
        }
        .badge-finance {
            background-color: #1e6f3f;
            color: white;
            font-size: 0.8rem;
            padding: 0.3rem 0.6rem;
            border-radius: 20px;
        }