.deep-dive {
            margin: 1.8rem 0;
        }
        .deep-dive p {
            text-align: justify;
        }
        canvas#growthChart {
            max-height: 400px;
            width: 100%;
        }
        .legend-color {
            width: 16px;
            height: 16px;
            border-radius: 4px;
            display: inline-block;
            margin-right: 6px;
        }
        .badge-finance {
            background-color: #28a745;
            color: white;
            font-size: 0.8rem;
            border-radius: 20px;
            padding: 0.2rem 0.6rem;
        }
        .limitations-box {
            background-color: #f8f9fa;
            border-left: 4px solid #dc3545;
            padding: 1.5rem;
            margin: 1.5rem 0;
            border-radius: 0 8px 8px 0;
        }
        .disclaimer-box {
            background-color: #fff3cd;
            border: 2px solid #ffc107;
            border-radius: 8px;
            padding: 1.5rem;
            margin: 2rem 0;
        }
        .tooltip-info {
            cursor: help;
            border-bottom: 1px dotted #666;
        }