.formula-card {
            background-color: rgba(70, 130, 180, 0.05);
            border-left: 4px solid #0d6efd;
            padding: 1rem;
            border-radius: 0 8px 8px 0;
            margin: 1rem 0;
            font-family: 'Courier New', monospace;
        }
        .sequence-table {
            max-height: 320px;
            overflow-y: auto;
            font-size: 0.9rem;
        }.author-bio{display:block}
        .sequence-table table {
            width: 100%;
            border-collapse: collapse;
        }
        .sequence-table th, .sequence-table td {
            padding: 0.5rem;
            text-align: center;
            border-bottom: 1px solid #dee2e6;
        }
        .sequence-table th {
            background-color: #f8f9fa;
            position: sticky;
            top: 0;
        }
        .plot-container {
            background: #fefefe;
            border-radius: 12px;
            padding: 1rem;
            box-shadow: 0 2px 6px rgba(0,0,0,0.05);
        }
        .param-group {
            background: #f9fafc;
            padding: 1rem;
            border-radius: 12px;
            margin-bottom: 1.2rem;
        }
        .hidden-param {
            display: none;
        }
        .badge-rec {
            font-size: 0.85rem;
            background: #e9ecef;
            color: #1e466e;
            padding: 0.3rem 0.6rem;
            border-radius: 20px;
        }
        .math-jax {
            font-size: 1.05rem;
        }
        .legend-symbol {
            display: inline-block;
            width: 18px;
            height: 2px;
            background: #0d6efd;
            vertical-align: middle;
            margin-right: 6px;
        }
        .verification-table {
            font-size: 0.9rem;
        }
        .precision-note {
            background: #fff3cd;
            border-left: 5px solid #ffc107;
        }