/* 首页今日观澜：首页只呈现日期、农历、宜忌与每日观察，细节留在日期页。 */
.academy .today-section .section-heading .eyebrow { letter-spacing: .12em; }
.academy .today-section .section-heading > p:last-child { max-width: 500px; color: #c6d1c8; }
.academy .home-today-grid { align-items: stretch; }
.academy .home-today-grid article { display: flex; flex-direction: column; min-height: 305px; }

.academy .home-almanac-card { border-color: rgba(114, 86, 47, .22); background: #eee3cc; }
.academy .home-almanac-card .today-card-head { margin-bottom: 22px; }
.academy .home-almanac-lunar { display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px 14px; }
.academy .home-almanac-lunar > span { color: #9b713b; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.academy .home-almanac-lunar strong { color: #25463a; font-family: "Noto Serif SC", SimSun, serif; font-size: clamp(24px, 2.25vw, 31px); font-weight: 500; line-height: 1.35; }
.academy .home-almanac-lunar small { color: #81633e; font-size: 12px; }

.academy .home-yiji-brief { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 22px; border: 1px solid rgba(69, 88, 74, .18); }
.academy .home-yiji-item { min-width: 0; padding: 13px 15px 14px; }
.academy .home-yiji-item + .home-yiji-item { border-left: 1px solid rgba(69, 88, 74, .18); }
.academy .home-yiji-item.is-suitable { background: rgba(238, 247, 235, .68); }
.academy .home-yiji-item.is-avoid { background: rgba(250, 237, 220, .72); }
.academy .home-yiji-item b { display: block; margin-bottom: 6px; color: #a27638; font-size: 12px; letter-spacing: .14em; }
.academy .today-section .home-yiji-item p { display: -webkit-box; overflow: hidden; margin: 0; color: #4c6257; font-size: 13px; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.academy .home-almanac-pending { margin-top: 22px !important; padding: 16px 0; color: #607168 !important; border-top: 1px solid rgba(69, 88, 74, .18); border-bottom: 1px solid rgba(69, 88, 74, .18); font-size: 14px; }

.academy .home-calendar-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 20px; color: #2b5847; font-size: 14px; font-weight: 800; text-decoration: none; }
.academy .home-calendar-link svg { width: 18px; transition: transform .2s ease; }
.academy .home-calendar-link:hover { color: #9a6c2d; }.academy .home-calendar-link:hover svg { transform: translate(2px, -2px); }

.academy .home-teacher-card .today-card-head { margin-bottom: 35px; }
.academy .home-teacher-card h3 { max-width: 450px; }.academy .home-teacher-card > p { max-width: 520px; }
.academy .home-teacher-card .home-classic-quote { color: #f4ead6; font-family: "Noto Serif SC", SimSun, serif; font-weight: 500; }
.academy .home-weather-brief { display: flex; align-items: center; gap: 10px; width: fit-content; min-width: 205px; margin-top: 24px; padding: 10px 13px; border: 1px solid rgba(225, 211, 178, .22); background: rgba(12, 37, 28, .25); color: #e8dcc3; }
.academy .home-weather-brief > svg { width: 18px; color: #d8b36d; }.academy .home-weather-brief span { display: grid; gap: 2px; min-width: 48px; }.academy .home-weather-brief b { font-size: 13px; }.academy .home-weather-brief small { color: #b8c6b9; font-size: 10px; }.academy .home-weather-brief strong { margin-left: 10px; font-size: 20px; font-weight: 500; }.academy .home-weather-brief em { color: #d6c6a6; font-size: 12px; font-style: normal; }
.academy .home-teacher-card .btn.text { margin-top: auto; padding-top: 20px; }

@media (max-width: 760px) {
  .academy .home-today-grid article { min-height: 0; }
  .academy .home-yiji-brief { margin-top: 18px; }
  .academy .home-yiji-item { padding: 12px; }
}
