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

.dh-laco-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-laco-header { text-align: center; margin-bottom: 14px; padding-bottom: 12px; border-bottom: 3px solid #edb133; }
.dh-laco-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-laco-title { margin: 0 0 4px; color: #346af1; font-size: clamp(1.1rem, 1.6vw, 1.4rem); font-weight: 800; line-height: 1.15; }
.dh-laco-subtitle { margin: 0; color: var(--color-text-muted, #6b7280); font-size: 0.78rem; }
.dh-laco-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-laco-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-laco-passos { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-bottom: 12px; }
.dh-laco-passo { background: #f9fafb; border: 1px solid #e5e7eb; border-left: 4px solid #346af1; border-radius: 8px; padding: 12px 6px; text-align: center; }
.dh-laco-passo-num { display: inline-flex; align-items: center; justify-content: center; background: #346af1; color: #fff; width: 28px; height: 28px; border-radius: 50%; font-size: 0.85rem; font-weight: 800; margin-bottom: 8px; }
.dh-laco-passo-text { font-size: 0.65rem; color: #1f2937; line-height: 1.4; font-weight: 600; }
.dh-laco-passo-text strong { color: #346af1; }

.dh-laco-tools { display: grid; grid-template-columns: 1fr; gap: 12px; margin-bottom: 16px; }
.dh-laco-tool { background: #f9fafb; border: 1px solid #e5e7eb; border-left: 4px solid #346af1; border-radius: 8px; padding: 14px; }
.dh-laco-tool-titulo { font-size: 0.78rem; font-weight: 800; color: #346af1; text-align: center; margin-bottom: 4px; }
.dh-laco-tool-subtitulo { font-size: 0.65rem; color: #6b7280; text-align: center; margin-bottom: 10px; font-style: italic; }

.dh-laco-inputs { display: flex; gap: 10px; justify-content: center; align-items: center; flex-wrap: wrap; margin-bottom: 10px; }
.dh-laco-field { display: flex; align-items: center; gap: 6px; }
.dh-laco-field label { font-size: 0.74rem; font-weight: 800; color: #346af1; }
.dh-laco-field input { width: 70px; min-height: 44px; padding: 8px; border: 2px solid #e5e7eb; border-radius: 8px; font-family: inherit; font-size: 0.95rem; font-weight: 800; text-align: center; background: #fff; color: #1f2937; }
.dh-laco-field input:focus { outline: none; border-color: #346af1; }

.dh-laco-resultado-media { text-align: center; font-size: 1.15rem; font-weight: 800; color: #346af1; padding: 10px; background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; }

.dh-laco-timer-btns { display: flex; gap: 8px; justify-content: center; margin-bottom: 10px; flex-wrap: wrap; }
.dh-laco-timer-btn { flex: 1; min-width: 120px; min-height: 44px; padding: 10px; border: 2px solid #346af1; background: #fff; color: #346af1; border-radius: 8px; font-family: inherit; font-size: 0.74rem; font-weight: 800; cursor: pointer; transition: all 0.2s; }
.dh-laco-timer-btn:hover { background: #e8f4f8; }
.dh-laco-timer-btn.is-active { background: #346af1; color: #fff; }

.dh-laco-timer-display { text-align: center; font-size: 2rem; font-weight: 800; color: #346af1; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; padding: 10px; background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; margin-bottom: 10px; }

.dh-laco-timer-controls { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; }
.dh-laco-timer-ctrl { flex: 1; min-width: 100px; min-height: 44px; padding: 10px; border: none; border-radius: 8px; font-family: inherit; font-size: 0.78rem; font-weight: 800; cursor: pointer; transition: all 0.2s; }
.dh-laco-timer-start { background: #346af1; color: #fff; }
.dh-laco-timer-start:hover { background: #2855d4; }
.dh-laco-timer-reset { background: #fff; color: #346af1; border: 2px solid #346af1; }
.dh-laco-timer-reset:hover { background: #e8f4f8; }

.dh-laco-results-grid { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 16px; }
.dh-laco-result-box { border-radius: 8px; padding: 14px; border: 2px solid; }
.dh-laco-result-box--positivo { background: linear-gradient(135deg, #fef3c7, #fde68a); border-color: #edb133; color: #1f2937; }
.dh-laco-result-box--positivo .dh-laco-result-titulo { color: #92400e; }
.dh-laco-result-box--negativo { background: linear-gradient(135deg, #e0f2fe, #bae6fd); border-color: #346af1; }
.dh-laco-result-box--negativo .dh-laco-result-titulo { color: #346af1; }
.dh-laco-result-titulo { font-size: 0.78rem; font-weight: 800; margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.04em; }
.dh-laco-result-detalhe { font-size: 0.74rem; color: #1f2937; line-height: 1.5; }

.dh-laco-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 (min-width: 600px) {
    .dh-laco-tools { grid-template-columns: 1fr 1fr; }
    .dh-laco-results-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 500px) {
    .dh-laco-passos { grid-template-columns: repeat(5, 1fr); }
    .dh-laco-passo { padding: 10px 4px; }
    .dh-laco-passo-text { font-size: 0.6rem; }
    .dh-laco-passo-num { width: 24px; height: 24px; font-size: 0.72rem; }
}
