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

.dh-fagerstrom-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-fagerstrom-header { text-align: center; margin-bottom: 14px; padding-bottom: 12px; border-bottom: 3px solid #edb133; }
.dh-fagerstrom-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-fagerstrom-title { margin: 0 0 4px; color: #346af1; font-size: clamp(1.1rem, 1.6vw, 1.4rem); font-weight: 800; line-height: 1.15; }
.dh-fagerstrom-subtitle { margin: 0; color: var(--color-text-muted, #6b7280); font-size: 0.78rem; }
.dh-fagerstrom-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-fagerstrom-section-title { margin: 18px 0 10px; 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-fagerstrom-question { background: #f9fafb; border: 1px solid #e5e7eb; border-left: 4px solid #346af1; border-radius: 8px; padding: 14px; margin-bottom: 10px; }
.dh-fagerstrom-question-titulo { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 10px; }
.dh-fagerstrom-question-number { display: inline-flex; align-items: center; justify-content: center; background: #346af1; color: #fff; width: 24px; height: 24px; border-radius: 50%; font-size: 0.7rem; font-weight: 800; flex-shrink: 0; }
.dh-fagerstrom-question-text { color: #346af1; font-size: 0.78rem; font-weight: 800; line-height: 1.5; flex: 1; }

.dh-fagerstrom-options { display: flex; flex-direction: column; gap: 6px; }
.dh-fagerstrom-option { display: flex; align-items: center; justify-content: space-between; padding: 10px 12px; 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: 600; min-height: 40px; text-align: left; gap: 10px; }
.dh-fagerstrom-option:hover { background: rgba(52, 106, 241, 0.08); border-color: #edb133; color: #1f2937; }
.dh-fagerstrom-option.is-selected { background: #346af1; border-color: #346af1; color: #fff; }
.dh-fagerstrom-option-text { flex: 1; }
.dh-fagerstrom-option-pts { font-weight: 800; font-size: 0.65rem; padding: 3px 10px; border-radius: 12px; background: #346af1; color: #fff; flex-shrink: 0; }
.dh-fagerstrom-option.is-selected .dh-fagerstrom-option-pts { background: #fff; color: #346af1; }

.dh-fagerstrom-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; margin-top: 16px; }
.dh-fagerstrom-primary:hover { background: #2855d4; }
.dh-fagerstrom-secondary { width: 100%; min-height: 44px; padding: 12px; background: #fff; color: #346af1; border: 2px solid #346af1; border-radius: 8px; font-family: inherit; font-size: 0.82rem; font-weight: 800; cursor: pointer; margin-top: 10px; }
.dh-fagerstrom-secondary:hover { background: #e8f4f8; }

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

.dh-fagerstrom-results--muito-baixo { background: linear-gradient(135deg, #e0f2fe, #bae6fd); border: 2px solid #346af1; }
.dh-fagerstrom-results--muito-baixo .dh-fagerstrom-pontuacao,
.dh-fagerstrom-results--muito-baixo .dh-fagerstrom-interpretacao { color: #346af1; }
.dh-fagerstrom-results--baixo { background: linear-gradient(135deg, #f0f9ff, #bae6fd); border: 2px solid #346af1; }
.dh-fagerstrom-results--baixo .dh-fagerstrom-pontuacao,
.dh-fagerstrom-results--baixo .dh-fagerstrom-interpretacao { color: #2855d4; }
.dh-fagerstrom-results--medio { background: linear-gradient(135deg, #fef3c7, #fde68a); border: 2px solid #edb133; }
.dh-fagerstrom-results--medio .dh-fagerstrom-pontuacao,
.dh-fagerstrom-results--medio .dh-fagerstrom-interpretacao { color: #d97706; }
.dh-fagerstrom-results--elevado { background: linear-gradient(135deg, #fed7aa, #fdba74); border: 2px solid #f97316; }
.dh-fagerstrom-results--elevado .dh-fagerstrom-pontuacao,
.dh-fagerstrom-results--elevado .dh-fagerstrom-interpretacao { color: #ea580c; }
.dh-fagerstrom-results--muito-elevado { background: linear-gradient(135deg, #fee2e2, #fecaca); border: 2px solid #ef4444; }
.dh-fagerstrom-results--muito-elevado .dh-fagerstrom-pontuacao,
.dh-fagerstrom-results--muito-elevado .dh-fagerstrom-interpretacao { color: #dc2626; }

.dh-fagerstrom-detail { background: #fff; border-radius: 8px; padding: 14px; margin-top: 12px; text-align: left; }
.dh-fagerstrom-detail-title { font-size: 0.72rem; font-weight: 800; color: #1f2937; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.06em; }
.dh-fagerstrom-detail-item { display: flex; justify-content: space-between; padding: 6px 0; border-bottom: 1px solid #e5e7eb; font-size: 0.78rem; gap: 10px; }
.dh-fagerstrom-detail-item:last-child { border-bottom: none; }
.dh-fagerstrom-detail-item span:first-child { color: #6b7280; font-weight: 600; flex: 1; }
.dh-fagerstrom-detail-item span:last-child { color: #1f2937; font-weight: 700; }
.dh-fagerstrom-detail p { font-size: 0.74rem; line-height: 1.6; color: #1f2937; }
.dh-fagerstrom-detail--guidance { background: rgba(52, 106, 241, 0.08); border: 1px solid #edb133; }
.dh-fagerstrom-detail--guidance .dh-fagerstrom-detail-title { color: #92400e; }

.dh-fagerstrom-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; }
