.big-cap-rate {
            font-size: 3rem;
            font-weight: 700;
            color: var(--primary-color, #2c7da0);
        }.author-bio{display:block}
        .benchmark-note {
            font-size: 0.85rem;
            color: #2c7da0;
        }
        .canvas-container {
            text-align: center;
            margin-top: 1rem;
            background: #fafcfd;
            border-radius: 12px;
            padding: 0.5rem;
        }
        .legend {
            display: flex;
            justify-content: center;
            gap: 1.5rem;
            margin: 0.8rem 0;
            font-size: 0.85rem;
        }
        .legend-item {
            display: flex;
            align-items: center;
            gap: 0.3rem;
        }
        .legend-color {
            width: 16px;
            height: 16px;
            border-radius: 2px;
        }
        .legend-color.user { background-color: #2c7da0; }
        .legend-color.bench { background-color: #6c757d; }
        .input-group-custom {
            margin-bottom: 1rem;
        }