/* ==========================================================================
   Ajudo — Calculadora Gestacional (estilos específicos). Base no .tt-*.
   ========================================================================== */

.gt-result { margin-top: 24px; }
.gt-result[hidden] { display: none; }
.gt-main {
  display: flex; flex-direction: column; gap: 4px;
  background: var(--green-deep); color: var(--paper);
  border-radius: var(--radius); padding: 18px 20px; margin-bottom: 14px;
}
.gt-main .lbl { font-size: 0.74rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--mustard); }
.gt-main strong { font-family: var(--font-display); font-size: clamp(1.5rem, 4.5vw, 2.1rem); line-height: 1.1; }
.gt-main .gt-tri { font-size: 0.86rem; color: rgba(248,243,232,0.8); }
.gt-dpp {
  display: flex; align-items: baseline; justify-content: space-between; gap: 12px;
  background: var(--paper-deep); border: 1.5px solid var(--line);
  border-radius: var(--radius); padding: 14px 18px;
}
.gt-dpp .lbl { font-size: 0.82rem; font-weight: 600; color: var(--ink-soft); }
.gt-dpp strong { font-family: var(--font-display); font-size: 1.3rem; color: var(--green-deep); }
