.stat-badge {
            background: #f8f9fc;
            border-radius: 12px;
            padding: 0.5rem 1rem;
            border-left: 4px solid #0d6efd;
            margin-bottom: 0.5rem;
        }
        .data-point {
            font-family: monospace;
            font-size: 0.9rem;
        }
        .dot-canvas {
            background: #ffffff;
            border-radius: 12px;
            border: 1px solid #e2e8f0;
            width: 100%;
            height: auto;
            margin: 1rem 0;
        }
        .legend-dot {
            display: inline-block;
            width: 14px;
            height: 14px;
            border-radius: 50%;
            margin-right: 6px;
        }
        .authority-ref {
            font-size: 0.85rem;
            background: #f1f5f9;
            padding: 1rem;
            border-radius: 12px;
        }
        .insight-card {
            background: #ffffff;
            border-radius: 16px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.03);
            padding: 1.2rem;
            margin: 1rem 0;
            border: 1px solid #edf2f7;
        }
        .faq-item {
            border-bottom: 1px solid #e9ecef;
            padding: 0.8rem 0;
        }
        .btn-outline-math {
            border-color: #cbd5e1;
            color: #1e293b;
        }
        .btn-outline-math:hover {
            background: #f1f5f9;
        }
        .pr-note {
            font-size: 0.85rem;
        }