/* === Tempo de leitura === */
.leit-page .leit-app { padding: 20px; }

.leit-mode-pills { display: flex; gap: 6px; background: #eef2fb; padding: 6px; border-radius: 999px; margin-bottom: 16px; flex-wrap: wrap; }
.leit-mode-pills button { flex: 1; min-width: 120px; background: transparent; border: 0; padding: 10px 14px; border-radius: 999px; font-size: 13px; font-weight: 600; color: #5a6a8a; cursor: pointer; }
.leit-mode-pills button.active { background: #6366f1; color: #fff; box-shadow: 0 4px 12px rgba(99,102,241,0.3); }

.leit-input-area { margin-bottom: 18px; }
.leit-input-mode label { display: block; font-size: 13px; color: #64748b; font-weight: 700; margin-bottom: 8px; }
.leit-input-mode input[type="number"] { width: 100%; padding: 14px 18px; border: 2px solid #e2e8f0; border-radius: 12px; font-size: 24px; font-weight: 800; color: #4f46e5; }
.leit-input-mode input[type="number"]:focus { outline: 2px solid #6366f1; border-color: #6366f1; }
.leit-input-mode textarea { width: 100%; padding: 14px 18px; border: 2px solid #e2e8f0; border-radius: 12px; font-size: 14px; font-family: inherit; color: #0f172a; resize: vertical; line-height: 1.5; }
.leit-input-mode textarea:focus { outline: 2px solid #6366f1; border-color: #6366f1; }
.leit-text-stats { margin-top: 6px; font-size: 12px; color: #64748b; text-align: right; }
.leit-quick-pills { display: flex; gap: 6px; margin-top: 10px; flex-wrap: wrap; }
.leit-quick-pills button { background: #fff; border: 1px solid #cbd5e1; padding: 7px 12px; border-radius: 8px; font-size: 12px; font-weight: 600; color: #475569; cursor: pointer; }
.leit-quick-pills button:hover { border-color: #6366f1; color: #6366f1; }

.leit-vel { background: #f8fafc; border-radius: 12px; padding: 16px; margin-bottom: 22px; }
.leit-vel > label { display: block; font-size: 13px; color: #0f172a; font-weight: 700; margin-bottom: 10px; }
.leit-vel-pills { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 12px; }
.leit-vel-pills button { flex: 1; min-width: 120px; background: #fff; border: 2px solid #e2e8f0; padding: 10px 12px; border-radius: 10px; font-size: 12.5px; font-weight: 600; color: #475569; cursor: pointer; }
.leit-vel-pills button.active { border-color: #6366f1; color: #4f46e5; background: #eef2ff; }
.leit-vel-slider { display: flex; align-items: center; gap: 12px; }
.leit-vel-slider input { flex: 1; -webkit-appearance: none; appearance: none; height: 6px; background: linear-gradient(90deg, #cbd5e1, #6366f1); border-radius: 999px; outline: none; }
.leit-vel-slider input::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 22px; height: 22px; border-radius: 50%; background: #6366f1; border: 3px solid #fff; cursor: pointer; box-shadow: 0 2px 6px rgba(99,102,241,0.35); }
.leit-vel-slider span { font-size: 13px; font-weight: 700; color: #4f46e5; min-width: 130px; text-align: right; }

.leit-result-hero { display: flex; align-items: center; gap: 22px; background: linear-gradient(135deg, #6366f1 0%, #4338ca 100%); color: #fff; border-radius: 18px; padding: 26px; margin-bottom: 18px; box-shadow: 0 10px 30px rgba(99,102,241,0.25); }
.leit-clock { font-size: 60px; line-height: 1; }
.leit-result-text .leit-result-label { font-size: 12px; text-transform: uppercase; letter-spacing: 0.8px; opacity: 0.85; font-weight: 600; }
.leit-result-text .leit-result-value { font-size: 48px; font-weight: 900; line-height: 1; margin: 6px 0; font-family: 'Inter', system-ui, sans-serif; }
.leit-result-text .leit-result-sub { font-size: 14px; opacity: 0.9; }

.leit-conv { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 10px; }
.leit-conv-card { background: #fff; border: 2px solid #e2e8f0; border-radius: 12px; padding: 14px; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.leit-conv-card span { font-size: 13px; color: #475569; }
.leit-conv-card strong { font-size: 18px; font-weight: 800; color: #4f46e5; }

.leit-content { margin-top: 20px; }
.leit-content h2 { margin-top: 0; }
.leit-content p { color: #475569; line-height: 1.7; margin: 0 0 14px; }

@media (max-width: 720px) {
  .leit-result-hero { flex-direction: column; text-align: center; }
  .leit-result-value { font-size: 38px !important; }
  .leit-vel-pills button { flex: 1 1 calc(50% - 4px); min-width: 0; }
}
