/**
 * OINP Calculator — green accent variant
 */
#bt-oinp.bt-wrap--oinp {
    --bt-primary: #16a34a;
    --bt-primary-dark: #15803d;
    --bt-accent: #22c55e;
}

.bt-oinp-intro {
    font-size: 0.95rem;
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

.bt-oinp-live {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    border: 1px solid #bbf7d0;
    border-radius: 14px;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
}

.bt-oinp-live__label {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #15803d;
}

.bt-oinp-live__val {
    font-family: var(--bt-font, inherit);
    font-weight: 800;
    font-size: 2rem;
    color: #14532d;
    line-height: 1.1;
    margin-top: 0.25rem;
}

.bt-oinp-live__val span {
    font-size: 1rem;
    font-weight: 600;
    color: #16a34a;
}

.bt-oinp-live__stream {
    font-size: 0.8rem;
    color: #4b5563;
    margin-top: 0.5rem;
}

.bt-oinp-live--hcp .bt-oinp-live__val {
    font-size: 1.5rem;
}

#bt-oinp .bt-btn--oinp {
    background: var(--bt-primary);
}

#bt-oinp .bt-btn--oinp:hover {
    background: var(--bt-primary-dark);
}

.bt-oinp-report__hero {
    border-radius: 14px;
    padding: 1.5rem;
    margin-bottom: 1.25rem;
    text-align: center;
}

.bt-oinp-report__hero.is-strong {
    background: linear-gradient(135deg, #ecfdf5, #d1fae5);
    border: 1px solid #6ee7b7;
}

.bt-oinp-report__hero.is-moderate {
    background: linear-gradient(135deg, #fffbeb, #fef3c7);
    border: 1px solid #fcd34d;
}

.bt-oinp-report__hero.is-low {
    background: linear-gradient(135deg, #f8fafc, #f1f5f9);
    border: 1px solid #e2e8f0;
}

.bt-oinp-report__label {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #64748b;
    margin: 0 0 0.5rem;
}

.bt-oinp-report__score {
    font-size: 2.5rem;
    font-weight: 800;
    color: #14532d;
    margin: 0;
    line-height: 1;
}

.bt-oinp-report__score span {
    font-size: 1.1rem;
    font-weight: 600;
    color: #16a34a;
}

.bt-oinp-report__score--hcp {
    font-size: 1.75rem;
}

.bt-oinp-report__badge {
    display: inline-block;
    margin-top: 0.75rem;
    padding: 0.25rem 0.75rem;
    background: #16a34a;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    border-radius: 99px;
}

.bt-oinp-report__hero.is-low .bt-oinp-report__badge {
    background: #64748b;
}

.bt-oinp-report__note,
.bt-oinp-report__warn {
    font-size: 0.875rem;
    color: #475569;
    margin: 0.75rem 0 0;
    line-height: 1.5;
}

.bt-oinp-report__warn {
    color: #b45309;
}

.bt-oinp-report__h {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 0.75rem;
    color: #0f172a;
}

.bt-oinp-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.bt-oinp-table th,
.bt-oinp-table td {
    padding: 0.5rem 0.75rem;
    border-bottom: 1px solid #e2e8f0;
    text-align: left;
}

.bt-oinp-table th {
    background: #f8fafc;
    font-weight: 600;
    color: #475569;
}

.bt-oinp-table__total td {
    border-top: 2px solid #16a34a;
    background: #f0fdf4;
}

.bt-oinp-table--checks .bt-oinp-check--pass td:last-child {
    color: #15803d;
    font-weight: 600;
}

.bt-oinp-table--checks .bt-oinp-check--fail td:last-child {
    color: #b91c1c;
    font-weight: 600;
}

.bt-oinp-disclaimer {
    font-size: 0.8rem;
    color: #64748b;
    line-height: 1.5;
}

#bt-oinp .bt-radios--stack .bt-radio {
    display: flex;
    align-items: center;
    gap: 12px;
}
