.dh-ivcf20-calculator { width: 100%; padding: 0; }
.dh-ivcf20-calculator *,
.dh-ivcf20-calculator *::before,
.dh-ivcf20-calculator *::after { box-sizing: border-box; }

.dh-ivcf20-card { max-width: 100%; margin: 0; padding: 18px; border-radius: var(--radius-xl, 16px); background: var(--color-bg-primary, #fff); border: 1px solid var(--color-border, #e2e8f0); }
.dh-ivcf20-header { text-align: center; margin-bottom: 14px; padding-bottom: 12px; border-bottom: 3px solid #edb133; }
.dh-ivcf20-kicker { margin: 0 0 6px; color: var(--color-text-muted, #64748b); font-size: 0.72rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; }
.dh-ivcf20-title { margin: 0 0 4px; color: #346af1; font-size: clamp(1.05rem, 1.6vw, 1.3rem); font-weight: 800; line-height: 1.15; }
.dh-ivcf20-subtitle { margin: 0; color: var(--color-text-muted, #6b7280); font-size: 0.78rem; }
.dh-ivcf20-info { background: rgba(52, 106, 241, 0.08); border: 1px solid #edb133; border-left: 4px solid #edb133; border-radius: 8px; padding: 12px; margin-bottom: 16px; font-size: 0.78rem; color: #1f2937; line-height: 1.5; }

.dh-ivcf20-section-title { margin: 18px 0 8px; padding-left: 10px; border-left: 4px solid #edb133; color: #346af1; font-size: 0.85rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; }
.dh-ivcf20-note { background: rgba(52, 106, 241, 0.08); border: 1px solid #edb133; border-radius: 6px; padding: 8px 10px; margin: 6px 0 10px; font-size: 0.7rem; color: #92400e; font-weight: 600; line-height: 1.4; }

.dh-ivcf20-question { background: #f9fafb; border: 1px solid #e5e7eb; border-left: 4px solid #346af1; border-radius: 8px; padding: 12px; margin-bottom: 8px; display: flex; flex-direction: column; gap: 10px; }
.dh-ivcf20-question-text { display: flex; align-items: flex-start; gap: 8px; }
.dh-ivcf20-question-number { display: inline-flex; align-items: center; justify-content: center; background: #346af1; color: #fff; min-width: 26px; height: 22px; padding: 0 8px; border-radius: 11px; font-size: 0.7rem; font-weight: 800; flex-shrink: 0; margin-top: 1px; }
.dh-ivcf20-question-titulo { color: #1f2937; font-size: 0.78rem; font-weight: 600; line-height: 1.5; flex: 1; }

.dh-ivcf20-subitems { background: #fff; border: 1px solid #e5e7eb; border-radius: 6px; padding: 10px 12px; font-size: 0.74rem; line-height: 1.6; }
.dh-ivcf20-subitems strong { color: #346af1; }
.dh-ivcf20-subitems ul { margin: 4px 0 0 16px; padding: 0; }
.dh-ivcf20-subitems li { margin-bottom: 3px; color: #374151; }

.dh-ivcf20-options { display: flex; gap: 8px; }
.dh-ivcf20-option { flex: 1; display: flex; align-items: center; justify-content: center; padding: 8px 14px; border: 2px solid #e5e7eb; border-radius: 8px; background: #fff; color: #1f2937; cursor: pointer; transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease; font-family: inherit; font-size: 0.74rem; font-weight: 800; min-height: 40px; }
.dh-ivcf20-option:hover { background: rgba(52, 106, 241, 0.08); border-color: #edb133; color: #1f2937; }
.dh-ivcf20-option.is-selected { background: #346af1; border-color: #346af1; color: #fff; }

.dh-ivcf20-actions { margin-top: 16px; }
.dh-ivcf20-primary { width: 100%; min-height: 48px; padding: 14px; background: #346af1; color: #fff; border: none; border-radius: 8px; font-family: inherit; font-size: 0.95rem; font-weight: 800; cursor: pointer; text-transform: uppercase; letter-spacing: 0.04em; transition: background 0.15s ease; }
.dh-ivcf20-primary:hover { background: #2855d4; }

.dh-ivcf20-error { margin-top: 14px; padding: 12px 14px; border-radius: 8px; background: #fee2e2; border: 1px solid #fecaca; color: #991b1b; font-size: 0.82rem; font-weight: 600; }

.dh-ivcf20-results { margin-top: 18px; padding: 20px; border-radius: 12px; text-align: center; animation: dhIvcf20FadeIn 0.3s ease; }
@keyframes dhIvcf20FadeIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
.dh-ivcf20-pontuacao { font-size: 2.6rem; font-weight: 800; margin-bottom: 4px; line-height: 1; }
.dh-ivcf20-pontuacao-sub { font-size: 0.78rem; font-weight: 700; opacity: 0.8; margin-bottom: 8px; }
.dh-ivcf20-interpretacao { font-size: 1rem; font-weight: 800; margin-bottom: 10px; letter-spacing: 0.04em; }
.dh-ivcf20-descricao { font-size: 0.8rem; line-height: 1.55; margin-bottom: 12px; color: #1f2937; }

.dh-ivcf20-detail { background: #fff; border-radius: 8px; padding: 14px; margin-top: 12px; text-align: left; }
.dh-ivcf20-detail-title { font-size: 0.72rem; font-weight: 800; color: #1f2937; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.06em; }
.dh-ivcf20-detail-item { display: flex; justify-content: space-between; padding: 6px 0; border-bottom: 1px solid #e5e7eb; font-size: 0.78rem; gap: 10px; }
.dh-ivcf20-detail-item:last-child { border-bottom: none; }
.dh-ivcf20-detail-item span:first-child { color: #6b7280; font-weight: 600; flex: 1; }
.dh-ivcf20-detail-item span:last-child { color: #1f2937; font-weight: 700; }
.dh-ivcf20-detail-item--alert { border-top: 2px solid #346af1; padding-top: 10px; margin-top: 6px; border-bottom: none; }
.dh-ivcf20-detail-item--alert span:first-child { color: #346af1; font-weight: 800; }
.dh-ivcf20-detail-item--alert span:last-child { color: #346af1; }

.dh-ivcf20-detail--guidance { background: rgba(52, 106, 241, 0.08); border: 1px solid #edb133; }
.dh-ivcf20-detail--guidance .dh-ivcf20-detail-title { color: #92400e; }
.dh-ivcf20-guidance-text { font-size: 0.78rem; color: #1f2937; line-height: 1.55; }

.dh-ivcf20-results--baixo { background: linear-gradient(135deg, #e0f2fe, #bae6fd); border: 2px solid #346af1; }
.dh-ivcf20-results--baixo .dh-ivcf20-pontuacao,
.dh-ivcf20-results--baixo .dh-ivcf20-interpretacao { color: #346af1; }
.dh-ivcf20-results--moderado { background: linear-gradient(135deg, #fef3c7, #fde68a); border: 2px solid #edb133; }
.dh-ivcf20-results--moderado .dh-ivcf20-pontuacao,
.dh-ivcf20-results--moderado .dh-ivcf20-interpretacao { color: #d97706; }
.dh-ivcf20-results--alto { background: linear-gradient(135deg, #fee2e2, #fecaca); border: 2px solid #ef4444; }
.dh-ivcf20-results--alto .dh-ivcf20-pontuacao,
.dh-ivcf20-results--alto .dh-ivcf20-interpretacao { color: #dc2626; }

.dh-ivcf20-reference { margin-top: 16px; padding: 12px; background: #f9fafb; border-radius: 8px; border: 1px solid #e5e7eb; font-size: 0.7rem; color: #6b7280; text-align: center; line-height: 1.5; }

@media (max-width: 600px) { .dh-ivcf20-options { flex-direction: column; } .dh-ivcf20-pontuacao { font-size: 2.1rem; } }
