 .math-result {
            padding: 15px;
            background-color: white;
            border-radius: 4px;
            border: 1px solid #eee;
            font-family: 'Segoe UI', system-ui;
            margin: 10px 0;    font-size: 1rem;
        }.author-bio{display:block}
        .result-value {
            font-weight: 700;
            color: var(--primary-color, #2c7da0);
            font-size: 1.8rem;
        }
        .subsection-title {
            font-weight: 600;
            margin-top: 2rem;
            margin-bottom: 1rem;
            color: #1e6091;
            font-size: 1.3rem;
        }
        .math-equation {
            background: #f0f7f4;
            padding: 1rem;
            border-left: 4px solid #2c7da0;
            font-family: monospace;
            font-size: 1rem;
        }
        .example-btn {
            background-color: #e9f5f0;
            border: 1px solid #cfe3db;
            border-radius: 30px;
          padding: 0.4rem 0.25rem;
            font-size: 0.6rem;
            cursor: pointer;
            transition: all 0.2s;
        }
        .example-btn:hover {
            background-color: #d0e6dd;
            transform: translateY(-2px);
        }
        .property-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.5rem 0;
        }
        .property-table th, .property-table td {
            padding: 0.75rem;
            border: 1px solid #dee2e6;
            text-align: left;
        }
        .property-table th {
            background-color: #f1f9f5;
        }
        .case-study {
            background: #fef9e6;
            border-left: 5px solid #e9b35f;
            padding: 1.2rem;
            border-radius: 12px;
            margin: 1.5rem 0;
        }
        .key-point {
            font-weight: 600;
            color: #2c7da0;
        }
        .privacy-note, .warning-note {
            font-size: 0.9rem;
            border-radius: 8px;
            padding: 0.6rem 1rem;
            margin: 1rem 0;
        }
        .privacy-note {
            background-color: #e1f0fa;
            border-left: 4px solid #0d6efd;
        }
        .warning-note {
            background-color: #fff3cd;
            border-left: 4px solid #ffc107;
        }
        .chart-container {
            background: white;
            border-radius: 16px;
            padding: 1rem;
            margin: 1.5rem 0;
            box-shadow: 0 2px 8px rgba(0,0,0,0.03);
        }
        .insight-badge {
            background: #2c7da0;
            color: white;
            border-radius: 40px;
            padding: 0.2rem 0.8rem;
            font-size: 0.8rem;
            display: inline-block;
        }
        .footer-note {
            font-size: 0.8rem;
            border-top: 1px solid #e0e0e0;
            margin-top: 2rem;
            padding-top: 1rem;
        }
        .authority-link {
            word-break: break-all;
        }
        .real-time-badge {
            font-size: 0.75rem;
            background: #e2f0e6;
            border-radius: 30px;
            padding: 0.2rem 0.6rem;
            margin-left: 0.5rem;
        }