.result-value-lg {
            font-size: 1.8rem;
            font-weight: 700;
            color: var(--primary-color);
            font-family: 'Courier New', monospace;
        }
        .arrhenius-card {
            background: #f8f9fc;
            border-radius: 12px;
            padding: 1rem;
            margin-top: 1.5rem;
        }
        .example-buttons {
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem;
            margin: 1rem 0;
        }
        .prediction-box {
            background: #eef2fa;
            border-radius: 16px;
            padding: 1.2rem;
            margin-top: 1.5rem;
        }
        .badge-ea {
            background-color: #2c3e66;
            color: white;
            padding: 0.3rem 0.6rem;
            border-radius: 20px;
            font-size: 0.8rem;
        }
        canvas#arrheniusChart {
            max-height: 400px;
            width: 100%;
        }
        .ref-box {
            font-size: 0.85rem;
            background: #fef7e0;
            padding: 0.8rem;
            border-radius: 8px;
            margin-top: 1rem;
        }
        .authority-badge {
            background: #e9ecef;
            padding: 0.3rem 0.8rem;
            border-radius: 30px;
            display: inline-block;
            font-size: 0.75rem;
        }
        .table-ea {
            width: 100%;
            border-collapse: collapse;
            margin: 1rem 0;
        }
        .table-ea th, .table-ea td {
            border: 1px solid #dee2e6;
            padding: 0.5rem;
            text-align: left;
        }
        .table-ea th {
            background: #f1f3f5;
        }