.jf-textarea { min-height: 400px; }
.jf-result-area { color: var(--primary); }
.jf-text-danger:hover { color: #dc2626; }
.jf-text-primary:hover { color: var(--primary); }
.jf-stats-badge.active { background: rgba(37, 99, 235, 0.1); color: var(--primary); border: 1px solid rgba(37, 99, 235, 0.2); }
.jf-btn-group { display: flex; gap: 15px; width: 100%; }
.jf-btn-dark { background: var(--text-dark); box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
.jf-btn-dark:hover { background: #0f172a; }
.jf-error-alert { display: none; padding: 12px 15px; background: rgba(220, 38, 38, 0.1); color: #dc2626; border-radius: 10px; border-left: 4px solid #dc2626; font-size: 0.95rem; font-weight: 600; line-height: 1.5; }
@media (max-width: 900px) { .jf-btn-group { flex-direction: column; } }
