/* Rachas y recordatorios */
.engagement-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin: -6px 0 22px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.085);
  border-radius: 19px;
  background:
    radial-gradient(380px 140px at 0 0, rgba(255,127,65,.16), transparent 66%),
    rgba(14,19,29,.9);
  box-shadow: 0 16px 36px rgba(0,0,0,.22);
}
.engagement-card-main {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}
.engagement-flame {
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  border-radius: 17px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, rgba(255,127,65,.24), rgba(255,72,72,.12));
  color: #ff9c58;
  box-shadow: inset 0 0 0 1px rgba(255,173,94,.1), 0 12px 28px rgba(255,84,49,.1);
}
.engagement-flame .material-icons { font-size: 30px; }
.engagement-copy { min-width: 0; }
.engagement-eyebrow {
  display: block;
  margin-bottom: 4px;
  color: #ffad6d;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.engagement-title-row { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.engagement-title-row strong { color: #f6f8fc; font-size: 1.2rem; }
.engagement-title-row span { color: #9ba8b9; font-size: .82rem; }
.engagement-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 7px;
  color: #8f9bad;
  font-size: .78rem;
}
.engagement-stats span { display: inline-flex; align-items: center; gap: 4px; }
.engagement-stats .material-icons { color: #6eaef5; font-size: 16px; }
.engagement-reminder-button {
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(93,162,255,.24);
  border-radius: 13px;
  background: rgba(43,140,255,.11);
  color: #dcecff;
  font-weight: 850;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.engagement-reminder-button .material-icons { color: #79b8ff; font-size: 20px; }
.engagement-reminder-button.is-active {
  border-color: rgba(92,221,169,.2);
  background: rgba(40,190,129,.1);
  color: #c9f5e3;
}
.engagement-reminder-button.is-active .material-icons { color: #64dfae; }

.reminder-sheet {
  height: auto !important;
  max-height: min(88dvh, 680px);
  border-radius: 24px 24px 0 0;
  background: #0d131d;
  color: #f4f7fb;
  overflow: hidden;
}
.reminder-sheet .sheet-modal-inner {
  padding: 12px 18px calc(var(--app-safe-bottom) + 24px);
  overflow-y: auto;
}
.reminder-sheet-handle {
  width: 46px;
  height: 5px;
  margin: 0 auto 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
}
.reminder-sheet-mascot {
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
  border-radius: 19px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, rgba(43,140,255,.24), rgba(112,78,255,.15));
  font-size: 2rem;
  box-shadow: 0 16px 34px rgba(43,140,255,.18);
}
.reminder-sheet-eyebrow {
  display: block;
  color: #7db9ff;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-align: center;
  text-transform: uppercase;
}
.reminder-sheet h2 {
  margin: 7px auto 8px;
  max-width: 18ch;
  color: #f4f7fb;
  font-size: clamp(1.45rem, 6vw, 2rem);
  line-height: 1.08;
  text-align: center;
}
.reminder-sheet p {
  max-width: 42ch;
  margin: 0 auto 18px;
  color: #a6b2c2;
  line-height: 1.5;
  text-align: center;
}
.reminder-time-control {
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 15px;
  border: 1px solid rgba(85,159,255,.27);
  border-radius: 16px;
  background: #090f18;
}
.reminder-time-control .material-icons { color: #77b6ff; }
.reminder-time-control input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #f5f8fc;
  font-size: 1.35rem;
  font-weight: 900;
  text-align: center;
}
.reminder-sheet-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 14px 0 18px;
}
.reminder-sheet-benefits span {
  min-height: 48px;
  padding: 9px 10px;
  border-radius: 13px;
  background: rgba(255,255,255,.04);
  color: #aeb8c8;
  font-size: .8rem;
  display: flex;
  align-items: center;
  gap: 7px;
}
.reminder-sheet-benefits i { color: #ff9b58; font-size: 19px; }
.reminder-sheet-actions { display: grid; gap: 9px; }
.reminder-enable-button,
.reminder-skip-button {
  min-height: 50px;
  border-radius: 14px;
  font-weight: 900;
}
.reminder-enable-button { border: 0; background: linear-gradient(100deg, #2b8cff, #695fff); color: white; }
.reminder-skip-button { border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.04); color: #c6cfdb; }
.reminder-enable-button:disabled,
.reminder-skip-button:disabled { opacity: .55; }
.reminder-sheet-status { min-height: 20px; margin-top: 10px; color: #8fa0b4; font-size: .78rem; text-align: center; }

@media (max-width: 570px) {
  .engagement-card { grid-template-columns: 1fr; }
  .engagement-reminder-button { width: 100%; }
}

.reminder-quiet-note {
  margin: 11px 0 4px;
  padding: 10px 12px;
  border-radius: 13px;
  background: rgba(111,93,214,.09);
  color: #aeb6d4;
  font-size: .78rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 9px;
}
.reminder-quiet-note .material-icons { color: #afa1ff; font-size: 20px; }
.reminder-quiet-note strong { color: #e0dbff; }
