/* ============================================================
   HÔM NAY LÒNG MÌNH THẾ NÀO? — check-in cảm xúc
   Bám chuẩn chữ to-đậm + màu Vườn Ban Mai. Diện mạo tạp chí.
   ============================================================ */

/* ----- Dải mời nhẹ trên màn Hôm Nay (không ép) ----- */
.mood-invite { display: flex; align-items: center; gap: 13px; width: 100%; text-align: left; cursor: pointer;
  background: linear-gradient(180deg, #FFFFFF, #FDFBF6); border: 1px solid rgba(149,110,66,.14); border-radius: 20px;
  padding: 14px 16px; margin-top: 16px; box-shadow: 0 14px 30px -26px rgba(76,59,46,.4); }
.mood-invite:active { transform: scale(.99); }
.mood-invite .mi-ic { flex: 0 0 auto; width: 42px; height: 42px; border-radius: 13px; background: rgba(208,138,99,.14);
  display: flex; align-items: center; justify-content: center; }
.mood-invite .mi-tx { flex: 1; min-width: 0; }
.mood-invite .mi-t { display: block; font-size: 16px; font-weight: 600; color: var(--nau-dat); line-height: 1.3; }
.mood-invite .mi-s { display: block; font-size: 13.5px; color: var(--nau-dat-nhat); margin-top: 2px; line-height: 1.45; }
.mood-invite .mi-ar { flex: 0 0 auto; color: var(--nau-go); font-weight: 700; font-size: 18px; }

/* ----- Màn chọn ----- */
#s-mood .backbtn { margin-bottom: 4px; }
.mood-eyebrow { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--vang); font-weight: 700; margin-top: 6px; }
.mood-title { font-family: var(--serif); font-weight: 500; font-size: 34px; line-height: 1.1; color: var(--xanh-reu); margin-top: 6px; }
.mood-sub { font-size: 16px; line-height: 1.55; color: var(--nau-dat); margin-top: 10px; max-width: 32ch; }
.mood-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 22px; }
.mood-cell { display: flex; flex-direction: column; align-items: center; gap: 13px; text-align: center; cursor: pointer;
  background: #fff; border: 1px solid rgba(149,110,66,.14); border-radius: 20px; padding: 22px 12px;
  box-shadow: 0 12px 26px -24px rgba(76,59,46,.4); transition: transform .15s, box-shadow .15s; }
.mood-cell:active { transform: scale(.96); }
.mood-cell:hover { box-shadow: 0 16px 30px -22px rgba(76,59,46,.5); }
.mood-ic { width: 54px; height: 54px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.mood-cell .lbl { font-size: 16px; font-weight: 600; color: var(--nau-dat); line-height: 1.25; }
.mood-skip { display: block; width: 100%; text-align: center; background: none; border: none; cursor: pointer;
  margin-top: 22px; font-size: 15px; color: var(--nau-dat-nhat); text-decoration: underline; text-underline-offset: 3px; font-family: var(--sans); }

/* ----- Phản chiếu nhẹ ----- */
.mood-reflect { background: rgba(201,160,90,.12); border: 1px solid rgba(201,160,90,.25); border-radius: 16px;
  padding: 14px 16px; margin-top: 16px; font-size: 15px; line-height: 1.55; color: var(--nau-dat); }

/* ----- Phản hồi (đón cảm xúc trước, gợi nội dung sau) ----- */
.mood-resp-ic { width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-top: 8px; }
.mood-empathy { font-family: var(--serif); font-style: italic; font-size: 22px; line-height: 1.5; color: var(--xanh-reu); margin-top: 16px; }
.mood-lead { font-size: 16px; line-height: 1.6; color: var(--nau-dat); margin-top: 14px; }
.mood-sug { display: flex; align-items: center; gap: 14px; width: 100%; text-align: left; cursor: pointer;
  background: #fff; border: 1px solid rgba(149,110,66,.14); border-radius: 18px; padding: 14px 16px; margin-top: 12px;
  box-shadow: 0 12px 26px -24px rgba(76,59,46,.4); transition: transform .15s; }
.mood-sug:active { transform: scale(.98); }
.mood-sug .sg-ic { flex: 0 0 auto; width: 46px; height: 46px; border-radius: 14px; display: flex; align-items: center; justify-content: center; }
.mood-sug .sg-tx { flex: 1; min-width: 0; }
.mood-sug .sg-t { display: block; font-size: 16px; font-weight: 600; color: var(--nau-dat); line-height: 1.3; }
.mood-sug .sg-s { display: block; font-size: 14px; color: var(--nau-dat-nhat); margin-top: 2px; line-height: 1.45; }

/* ----- Tầng an toàn cho cảm xúc nặng ----- */
.mood-safe { display: flex; gap: 11px; align-items: flex-start; margin-top: 18px; background: rgba(110,139,87,.10);
  border-radius: 16px; padding: 15px 16px; font-size: 15px; line-height: 1.62; color: var(--nau-dat); }
.mood-safe svg { flex: 0 0 auto; margin-top: 2px; }
