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

.dh-meem-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-meem-header { text-align: center; margin-bottom: 14px; padding-bottom: 12px; border-bottom: 3px solid #edb133; }
.dh-meem-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-meem-title { margin: 0 0 4px; color: #346af1; font-size: clamp(1.05rem, 1.6vw, 1.3rem); font-weight: 800; line-height: 1.15; }
.dh-meem-subtitle { margin: 0; color: var(--color-text-muted, #6b7280); font-size: 0.78rem; }
.dh-meem-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-meem-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-meem-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 12px; }
.dh-meem-question { background: #f9fafb; border: 1px solid #e5e7eb; border-left: 4px solid #346af1; border-radius: 8px; padding: 14px; }
.dh-meem-question--full { grid-column: 1 / -1; }
.dh-meem-question-header { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 6px; margin-bottom: 8px; }
.dh-meem-question-titulo { color: #346af1; font-size: 0.78rem; font-weight: 800; display: flex; align-items: center; gap: 8px; }
.dh-meem-question-number { display: inline-flex; align-items: center; justify-content: center; background: #346af1; color: #fff; width: 22px; height: 22px; border-radius: 50%; font-size: 0.7rem; font-weight: 800; flex-shrink: 0; }
.dh-meem-pts-max { font-size: 0.65rem; background: rgba(52, 106, 241, 0.1); color: #346af1; padding: 3px 10px; border-radius: 10px; font-weight: 800; }
.dh-meem-question-instrucao { font-size: 0.68rem; color: #6b7280; margin-bottom: 8px; font-style: italic; line-height: 1.5; }

.dh-meem-options { display: flex; flex-direction: column; gap: 6px; }
.dh-meem-option { display: flex; align-items: center; padding: 9px 12px; border: 2px solid #e5e7eb; border-radius: 8px; cursor: pointer; transition: all 0.2s; font-size: 0.74rem; font-weight: 600; background: #fff; min-height: 40px; color: #1f2937; }
.dh-meem-option:hover { background: rgba(52, 106, 241, 0.08); border-color: #edb133; color: #1f2937; }
.dh-meem-option input[type="checkbox"], .dh-meem-option input[type="radio"] { margin-right: 10px; width: 16px; height: 16px; cursor: pointer; accent-color: #346af1; flex-shrink: 0; }
.dh-meem-option.is-checked { background: #346af1; color: #fff; border-color: #346af1; }

.dh-meem-calc-opcoes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 10px; }
.dh-meem-calc-escolha { padding: 10px; border: 2px solid #e5e7eb; border-radius: 8px; background: #fff; }
.dh-meem-calc-escolha.is-active { border-color: #edb133; color: #1f2937; background: rgba(52, 106, 241, 0.08); }
.dh-meem-calc-titulo { font-size: 0.74rem; font-weight: 800; color: #346af1; margin-bottom: 8px; display: flex; align-items: center; cursor: pointer; }
.dh-meem-calc-titulo input { margin-right: 8px; accent-color: #346af1; }
.dh-meem-calc-itens { display: flex; flex-direction: column; gap: 4px; }
.dh-meem-calc-itens.is-disabled { opacity: 0.4; pointer-events: none; }

.dh-meem-pentagono { text-align: center; margin: 8px 0; padding: 12px; background: #fff; border: 2px dashed #e5e7eb; border-radius: 8px; }
.dh-meem-pentagono svg { max-width: 180px; height: auto; }

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

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

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

.dh-meem-results--normal { background: linear-gradient(135deg, #e0f2fe, #bae6fd); border: 2px solid #346af1; }
.dh-meem-results--normal .dh-meem-pontuacao,
.dh-meem-results--normal .dh-meem-interpretacao { color: #346af1; }
.dh-meem-results--limiar { background: linear-gradient(135deg, #fef3c7, #fde68a); border: 2px solid #edb133; }
.dh-meem-results--limiar .dh-meem-pontuacao,
.dh-meem-results--limiar .dh-meem-interpretacao { color: #d97706; }
.dh-meem-results--demencia { background: linear-gradient(135deg, #fed7aa, #fdba74); border: 2px solid #f97316; }
.dh-meem-results--demencia .dh-meem-pontuacao,
.dh-meem-results--demencia .dh-meem-interpretacao { color: #ea580c; }
.dh-meem-results--severo { background: linear-gradient(135deg, #fee2e2, #fecaca); border: 2px solid #ef4444; }
.dh-meem-results--severo .dh-meem-pontuacao,
.dh-meem-results--severo .dh-meem-interpretacao { color: #dc2626; }

.dh-meem-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-meem-grid { grid-template-columns: 1fr; } .dh-meem-calc-opcoes { grid-template-columns: 1fr; } .dh-meem-pontuacao { font-size: 2.1rem; } }
