:root { color: #1d2a35; background: #f4f7f8; font-family: "Microsoft YaHei", "PingFang SC", system-ui, sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; background: #f4f7f8; }
a { color: inherit; }
.page-width { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.site-header { color: #f6fbff; background: linear-gradient(112deg, #132f45 0%, #164e62 62%, #0d6f69 100%); box-shadow: 0 5px 18px rgb(12 36 51 / 16%); }
.header-content { min-height: 82px; display: grid; grid-template-columns: 220px minmax(280px, 1fr) auto; align-items: center; gap: 32px; }
.brand { display: flex; flex-direction: column; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 1.75rem; font-weight: 700; letter-spacing: .025em; line-height: 1.05; text-decoration: none; }
.brand span { margin-bottom: 3px; color: #b9e6df; font-family: "Microsoft YaHei", "PingFang SC", system-ui, sans-serif; font-size: .8rem; font-weight: 700; letter-spacing: .12em; }
.daily-line { min-width: 0; margin: 0; overflow: hidden; color: #fff9dd; font-family: "KaiTi", "Kaiti SC", "STKaiti", "DFKai-SB", serif; font-size: 1.5rem; font-weight: 400; line-height: 1.1; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.header-countdown { display: grid; grid-template-columns: auto auto; gap: 0 13px; align-items: center; padding: 13px 16px; border: 1px solid rgb(221 255 250 / 42%); border-radius: 8px; background: rgb(255 255 255 / 10%); }
.header-countdown span { color: #c8e8e3; font-size: .8rem; font-weight: 700; }
.header-countdown strong { color: #fff6d8; font-size: 1.75rem; font-variant-numeric: tabular-nums; letter-spacing: .025em; white-space: nowrap; }
.header-countdown a { grid-column: 2; color: #bfeee7; font-size: .8rem; font-weight: 700; text-decoration: none; }
.header-countdown a:hover { color: #fff; text-decoration: underline; }
.destination-section { margin-top: 34px; }
.section-kicker, .eyebrow { margin: 0 0 9px; color: #0d766d; font-size: .8rem; font-weight: 700; letter-spacing: .07em; }
h1, h2, h3, h4, p { margin-top: 0; }
.destination-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.destination-card { position: relative; display: flex; flex-direction: column; min-height: 190px; padding: 24px 26px 19px; overflow: hidden; border: 1px solid #d9e3e6; border-radius: 12px; background: #fff; box-shadow: 0 12px 28px rgb(32 67 80 / 7%); text-decoration: none; transition: transform 180ms ease, box-shadow 180ms ease; }
.destination-card::before { position: absolute; top: 0; right: 0; left: 0; height: 6px; content: ""; background: #2563eb; }
.destination-card:nth-child(2)::before { background: #3157a4; }
.destination-card:nth-child(3)::before { background: #6d28d9; }
.destination-card:hover { transform: translateY(-4px); box-shadow: 0 18px 34px rgb(32 67 80 / 14%); }
.destination-card h2 { position: relative; margin: 0 0 13px; color: #172f41; font-size: 1.25rem; letter-spacing: -.02em; }
.destination-card h2::after { position: absolute; bottom: -8px; left: 0; width: 42px; height: 2px; content: ""; background: #2563eb; }
.destination-card:nth-child(2) h2::after { background: #3157a4; }
.destination-card:nth-child(3) h2::after { background: #6d28d9; }
.destination-card:nth-child(2) em { color: #3157a4; }
.destination-card:nth-child(3) em { color: #6d28d9; }
.destination-card strong { display: block; margin-top: 8px; color: #40515c; font-size: 1rem; line-height: 1.35; }
.destination-card p { margin: 11px 0 14px; color: #61707a; font-size: .9rem; line-height: 1.6; }
.destination-card em { align-self: flex-end; margin-top: auto; color: #177a74; font-size: .9rem; font-style: normal; font-weight: 700; }
.timeline-section { margin-top: 42px; padding: 30px 42px 48px; border-radius: 16px; background: #fff; box-shadow: 0 12px 30px rgb(32 67 80 / 7%); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; padding-bottom: 26px; border-bottom: 2px solid #e7eef0; }
.timeline-title-group { display: flex; align-items: baseline; gap: 14px; }
.section-heading h2 { position: relative; margin: 0; color: #172f41; font-size: 1.25rem; }
.timeline-count { color: #0d766d; font-size: .9rem; font-weight: 700; }
.section-heading h2::after { position: absolute; bottom: -28px; left: 0; width: 82px; height: 3px; content: ""; background: #e17c36; }
.timeline-notice { margin: 0; color: #68758b; font-size: .8rem; line-height: 1.65; text-align: right; white-space: nowrap; }
.timeline-column-labels, .timeline-row { display: grid; grid-template-columns: 250px 1fr; }
.timeline-column-labels { margin-top: 30px; padding: 13px 20px; color: #dcebf0; background: #1d4252; font-size: .9rem; font-weight: 700; letter-spacing: .04em; }
.timeline-month { margin-top: 13px; overflow: hidden; border: 1px solid #dce6e8; border-radius: 10px; background: #fff; }
.timeline-month.is-current { border: 3px solid #e99843; box-shadow: 0 0 0 5px #fff1df; }
.timeline-month.is-current::before { display: inline-block; margin: 13px 20px 0; padding: 4px 10px; border-radius: 99px; color: #994a0a; background: #fff0dc; content: "当前月份"; font-size: .8rem; font-weight: 700; }
.timeline-row + .timeline-row { border-top: 1px solid #e4ecee; }
.timeline-time, .timeline-event { padding: 19px 20px; }
.timeline-time { display: flex; flex-direction: column; gap: 7px; background: #f5faf9; border-right: 1px solid #e1eaeb; }
.timeline-time .estimated { color: #08766b; font-weight: 700; }
.timeline-time .reference { color: #68758b; font-size: .9rem; }
.timeline-event { color: #293b47; line-height: 1.75; }
.admission-card { overflow: hidden; border: 1px solid #c5d9df; border-radius: 8px; background: #f9fcfc; }
.admission-card h3 { margin: 0; padding: 12px 16px; color: #fff; background: linear-gradient(90deg, #21576a, #237d78); font-size: 1rem; }
.admission-lead { padding: 13px 16px 1px; border-bottom: 1px solid #d8e6e8; background: #eef7f6; }
.admission-lead p { margin-bottom: 8px; color: #46626d; font-size: .9rem; line-height: 1.6; }
.admission-stages { display: grid; gap: 11px; padding: 14px 16px 16px; }
.admission-stage { padding: 12px 14px; border-left: 4px solid #e39443; border-radius: 0 6px 6px 0; background: #fff; }
.admission-stage h4 { margin: 0 0 7px; color: #23596a; font-size: .9rem; }
.admission-stage ul { display: grid; gap: 4px; margin: 0; padding-left: 18px; color: #4c606a; font-size: .9rem; line-height: 1.6; }
.site-footer { margin-top: 76px; padding: 30px 0; color: #68758b; font-size: .8rem; text-align: center; }
/* 手机端完整设计将在电脑端确认后另行确定；这里只避免窄屏内容被压坏。 */
@media (max-width: 760px) {
  .page-width { width: min(100% - 32px, 560px); }
  .header-content { grid-template-columns: 1fr auto; gap: 16px; padding: 14px 0; }
  .daily-line { grid-column: 1 / -1; grid-row: 2; font-size: 1.25rem; text-align: left; }
  .header-countdown { padding: 8px 10px; }
  .header-countdown span, .header-countdown a { display: none; }
  .header-countdown strong { font-size: 1rem; }
  .destination-section h1 { font-size: 34px; }
  .destination-grid { grid-template-columns: 1fr; }
  .timeline-section { margin-top: 52px; padding: 28px 18px; }
  .section-heading { display: block; }
  .timeline-notice { margin-top: 14px; text-align: left; }
  .timeline-column-labels, .timeline-row { grid-template-columns: 1fr; }
  .timeline-column-labels { display: none; }
  .timeline-time { border-right: 0; border-bottom: 1px solid #e1eaeb; }
}
