        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Salesforce Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
            margin: 0;
            padding: 0;
            background: #f3f3f3;
            color: #181818;
            line-height: 1.6;
            font-size: 1rem;
            display: flex;
            flex-direction: column;
            min-height: 100vh;
        }

        .main-wrapper {
            display: flex;
            flex: 1;
            max-width: 1400px;
            margin: 0 auto;
        }

        .sidebar {
            width: 280px;
            background: white;
            border-right: none;
            padding: 0;
            position: sticky;
            top: 0;
            height: 100vh;
            overflow-y: auto;
        }

        .sidebar-header {
            background: white;
            height: auto;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 32px 24px;
        }

        .sidebar-header img {
            max-width: 220px;
            height: auto;
        }

        .sidebar-nav {
            list-style: none;
            margin: 0;
            padding: 8px 0;
        }

        .sidebar-nav > li {
            margin-bottom: 4px;
        }

        .nav-parent {
            padding: 8px 24px;
            font-size: 0.875rem;
            font-weight: 600;
            color: #032d60;
            letter-spacing: 0;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .nav-parent:hover {
            text-decoration: underline;
        }

        .nav-icon {
            font-size: 0.75rem;
            transition: transform 0.2s;
            color: #032d60;
        }

        .nav-icon.open {
            transform: rotate(90deg);
        }

        .nav-children {
            display: none;
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .nav-children.show {
            display: block;
        }

        .nav-child {
            padding: 8px 24px 8px 48px;
            font-size: 0.875rem;
            color: #032d60;
            cursor: pointer;
            display: block;
            text-decoration: none;
            font-weight: 400;
        }

        .nav-child:hover {
            text-decoration: underline;
        }

        .nav-child.active {
            color: #032d60;
            font-weight: 400;
            background: #E8E8F6;
            border-left: none;
            padding-left: 48px;
        }

        .content-wrapper {
            flex: 1;
            display: flex;
            flex-direction: column;
            min-width: 0;
            overflow: hidden;
        }

        .header-fixed {
            position: sticky;
            top: 0;
            background: white;
            z-index: 10;
            padding: 32px 0 16px 0;
            margin: 0 0 0 0;
        }

        .main-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #181818;
            margin: 0;
            padding: 0 0 8px 0;
            line-height: 1.2;
        }

        .main-title-meta {
            font-size: 0.875rem;
            color: #706E6B;
            padding: 0;
            margin: 0;
        }

        .breadcrumbs {
            font-size: 0.875rem;
            color: #706E6B;
            margin-bottom: 16px;
            padding: 16px 0 0 0;
        }

        .breadcrumbs a {
            color: #0176D3;
            text-decoration: none;
        }

        .breadcrumbs a:hover {
            text-decoration: underline;
        }

        .breadcrumb-separator {
            margin: 0 8px;
            color: #706E6B;
        }

        .page-title {
            font-size: 2.25rem;
            font-weight: 700;
            color: #181818;
            margin-bottom: 8px;
            letter-spacing: -0.02em;
        }

        .page-meta {
            font-size: 0.875rem;
            color: #706E6B;
            margin-bottom: 32px;
        }

        .container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 0 60px 80px 60px;
            background: white;
            width: 100%;
            box-sizing: border-box;
        }

        .executive-summary {
            border-left: 4px solid #0176D3;
            padding-left: 24px;
            margin-bottom: 64px;
            font-size: 1rem;
            color: #3E3E3C;
            line-height: 1.6;
        }

        .section {
            margin-bottom: 96px;
        }

        .section > p {
            font-size: 1rem;
            color: #3E3E3C;
            margin-bottom: 32px;
            line-height: 1.6;
        }

        .section > ul, .section > ol {
            font-size: 1rem;
            color: #3E3E3C;
            margin-bottom: 32px;
            line-height: 1.6;
            padding-left: 24px;
        }

        .section > ul > li, .section > ol > li {
            margin-bottom: 8px;
        }

        .section ul ul, .section ol ul, .section ul ol, .section ol ol {
            margin-top: 8px;
            margin-bottom: 8px;
            padding-left: 24px;
        }

        .section ul ul li, .section ol ul li, .section ul ol li, .section ol ol li {
            margin-bottom: 4px;
        }

        .section-number {
            display: inline-block;
            width: 50px;
            height: 50px;
            background: #0176D3;
            color: white;
            border-radius: 50%;
            text-align: center;
            line-height: 50px;
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 16px;
        }

        .section-title {
            font-size: 1.75rem;
            font-weight: 700;
            color: #181818;
            margin-bottom: 12px;
            margin-top: 0;
        }

        .section-description {
            font-size: 1.125rem;
            color: #706E6B;
            margin-bottom: 32px;
            font-style: normal;
            font-weight: 300;
        }

        .narrative-text {
            font-size: 1rem;
            color: #3E3E3C;
            margin-bottom: 32px;
            line-height: 1.6;
        }

        .data-table {
            width: 100%;
            border-collapse: collapse;
            margin: 24px 0 8px 0;
            font-size: 0.95rem;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
        }

        .data-table thead {
            background: #0176D3;
            color: white;
        }

        .data-table thead th {
            padding: 12px 16px;
            text-align: center;
            font-weight: 400;
            text-transform: none;
            font-size: 0.875rem;
            letter-spacing: 0;
        }

        .data-table thead th:first-child {
            text-align: left;
        }

        .data-table tbody tr {
            border-bottom: 1px solid #e5e7eb;
            transition: background-color 0.2s;
        }

        .data-table tbody tr:nth-child(even) {
            background-color: #fafaf9;
        }

        .data-table tbody td {
            padding: 14px 16px;
            color: #014486;
            font-size: 0.95rem;
            text-align: center;
            font-weight: 700;
        }

        .data-table tbody td:first-child {
            text-align: left;
            color: #3E3E3C;
            font-weight: 400;
        }

        /* For table-2 (By Dealband and Scorecard), also style the second column */
        #table-2 tbody td:nth-child(2) {
            text-align: center;
            color: #3E3E3C;
            font-weight: 400;
        }

        .data-table tbody tr:hover {
            background-color: #f3f2f2;
        }

        .key-insight {
            background: transparent;
            border-left: 4px solid #0176D3;
            padding: 0 0 0 32px;
            margin: 48px 0;
        }

        .key-insight-title {
            font-weight: 700;
            color: #014486;
            margin-bottom: 8px;
            font-size: 1rem;
        }

        .stat-callout {
            text-align: center;
            padding: 32px 24px;
            margin: 32px 0;
            background: #EEF4FF;
            border-radius: 4px;
            border: 1px solid #C9DDF7;
        }

        .stat-number {
            font-size: 3rem;
            font-weight: 700;
            color: #014486;
            line-height: 1;
            margin-bottom: 8px;
        }

        .stat-label {
            font-size: 0.875rem;
            color: #3E3E3C;
            text-transform: uppercase;
            letter-spacing: 0.025em;
            font-weight: 700;
        }

        .divider {
            width: 80px;
            height: 3px;
            background: #0176D3;
            margin: 48px auto;
            border-radius: 2px;
        }

        .metric-form {
            background: #FAFAF9;
            border: 1px solid #DDDBDA;
            border-radius: 4px;
            padding: 32px;
        }

        .metric-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 18px 0;
            border-bottom: 1px solid #E5E5E4;
        }

        .metric-row:last-child {
            border-bottom: none;
        }

        .metric-label {
            font-size: 1rem;
            color: #3E3E3C;
            font-weight: 400;
        }

        .metric-value {
            font-size: 1.25rem;
            color: #014486;
            font-weight: 700;
            text-align: right;
        }

        .subsection-title {
            font-size: 1.125rem;
            color: #181818;
            font-weight: 700;
            margin: 48px 0 16px 0;
            padding-bottom: 0;
            border-bottom: none;
        }

        .query-toggle {
            margin-top: 4px;
            margin-bottom: 24px;
        }

        .query-toggle-btn {
            background: none;
            border: none;
            color: #0176D3;
            font-size: 0.875rem;
            cursor: pointer;
            padding: 0;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-family: 'Salesforce Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
        }

        .query-toggle-btn:hover {
            text-decoration: underline;
        }

        .query-content {
            display: none;
            margin-top: 12px;
            background: #FAFAF9;
            border: 1px solid #DDDBDA;
            border-radius: 4px;
            padding: 16px;
            overflow-x: auto;
        }

        .query-content.show {
            display: block;
        }

        .query-content pre {
            margin: 0;
            font-family: 'Monaco', 'Courier New', monospace;
            font-size: 0.8rem;
            line-height: 1.5;
            color: #3E3E3C;
            white-space: pre-wrap;
        }

        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        /* Recommendation design box paragraph spacing and font */
        div[style*="background: #FAFAF9"] p {
            margin-bottom: 20px !important;
            font-size: 1rem !important;
            line-height: 1.6 !important;
            color: #3E3E3C !important;
        }

        div[style*="background: #FAFAF9"] p:last-child {
            margin-bottom: 0 !important;
        }

        div[style*="background: #FAFAF9"] ul,
        div[style*="background: #FAFAF9"] ol {
            font-size: 1rem !important;
            line-height: 1.6 !important;
            color: #3E3E3C !important;
            margin-bottom: 16px !important;
        }

        div[style*="background: #FAFAF9"] li {
            margin-bottom: 4px !important;
        }

        .card-transition {
            margin: 20px 0;
            font-size: 1rem;
            color: #3E3E3C;
            line-height: 1.6;
        }

        /* Horizontal card container for side-by-side cards */
        .card-container-horizontal {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px;
            margin-bottom: 24px;
        }

        /* Card item wrapper */
        .card-item {
            display: flex;
            flex-direction: column;
        }

        /* Ensure cards inside horizontal containers don't have extra bottom margin */
        .card-container-horizontal .card-item .subsection-title {
            margin-top: 0;
        }

        /* Responsive: stack on smaller screens */
        @media (max-width: 1024px) {
            .card-container-horizontal {
                grid-template-columns: 1fr;
            }
        }

        @media print {
            body {
                background: white;
            }
            .container {
                padding: 20px;
            }
        }
