.result-value-lg {
            font-weight: 700;
            color: #0d6efd;
            font-size: 2rem;
        }
        .result-card {
            background: #f8fafc;
            border-radius: 12px;
            padding: 1.2rem;
            margin-bottom: 1.5rem;
            border: 1px solid #e2e8f0;
            transition: 0.2s;
        }
        .result-card h4 {
            border-left: 4px solid #0d6efd;
            padding-left: 12px;
            margin-bottom: 1rem;
        }
        .finance-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.5rem 0;
        }
        .finance-table th, .finance-table td {
            padding: 0.75rem;
            border: 1px solid #dee2e6;
        }
        .finance-table th {
            background-color: #f1f5f9;
        }
        .insight-box {
            background-color: #eef2ff;
            border-radius: 12px;
            padding: 1.2rem;
            margin: 1.2rem 0;
        }