:root { color-scheme: dark; font-family: Inter, "PingFang SC", "Microsoft YaHei", sans-serif; background: #10130f; color: #f4f1e7; font-synthesis: none; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: radial-gradient(circle at 8% 0%, #2b3826 0, transparent 34%), #10130f; }
main { width: min(1220px, calc(100% - 48px)); margin: 0 auto; padding: 34px 0 48px; }
.photo-stage { position: relative; height: clamp(300px, 42vw, 520px); margin-bottom: 28px; overflow: hidden; border: 1px solid #424b3d; border-radius: 30px; background: #1a1e18; box-shadow: 0 24px 80px rgba(0,0,0,.34); }
.photo-stage img { width: 100%; height: 100%; object-fit: cover; opacity: 1; transition: opacity .9s ease, transform 8s ease; transform: scale(1.015); }
.photo-stage img.fading { opacity: 0; }.photo-stage.photo-empty img { display: none; }
.photo-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(8,11,8,.82) 100%); pointer-events: none; }
.photo-caption { position: absolute; left: 28px; right: 28px; bottom: 24px; display: flex; justify-content: space-between; align-items: end; text-shadow: 0 2px 12px rgba(0,0,0,.55); }
.photo-caption strong { font-size: 30px; }.photo-caption > span { color: #d2d7ce; font-size: 12px; }
.topbar { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 26px; }
.eyebrow, .label { margin: 0 0 7px; color: #b9ef82; font-size: 11px; letter-spacing: .16em; font-weight: 800; }
h1 { margin: 0; font-size: clamp(34px, 5vw, 58px); letter-spacing: -.045em; }
.clock { display: grid; text-align: right; color: #959b91; }.clock strong { color: #f4f1e7; font-size: 27px; }
.hero { padding: 35px 40px; border: 1px solid #424b3d; border-radius: 28px; background: linear-gradient(135deg, rgba(77, 105, 62, .64), rgba(25, 30, 24, .9)); box-shadow: 0 22px 70px rgba(0,0,0,.28); }
.hero-meta { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; color: #b9c0b5; font-size: 13px; }
.hero-meta span:last-child { padding: 6px 11px; border-radius: 999px; }.hero-meta .warning { color: #161a13; background: #ffd584; }.hero-meta .confirmed { background: #b9ef82; color: #161a13; }
.hero h2 { max-width: 950px; margin: 0; font-size: clamp(34px, 5.5vw, 66px); line-height: 1.04; letter-spacing: -.045em; }
.hero > div > p:last-child { color: #c0c7ba; font-size: 16px; }
.codex-strip { display: grid; grid-template-columns: 220px 130px 1fr; gap: 22px; align-items: center; margin: 16px 0; padding: 18px 22px; border: 1px solid #363d33; border-radius: 18px; background: #1a1e18; }
.codex-strip h2 { margin: 0; font-size: 17px; }.codex-value { display: flex; align-items: baseline; gap: 7px; }.codex-value strong { font-size: 34px; }.codex-value span { color: #899084; font-size: 12px; white-space: nowrap; }
.codex-meter { height: 9px; overflow: hidden; border-radius: 999px; background: #3a4137; }.codex-meter i { display: block; height: 100%; border-radius: inherit; background: #b9ef82; }
.codex-meta { grid-column: 3; display: flex; justify-content: space-between; color: #858b80; font-size: 11px; }
.monthly-focus { margin: 26px 0 16px; padding: 25px 28px; border-left: 4px solid #b9ef82; border-radius: 0 18px 18px 0; background: #1a1e18; }.monthly-focus h2 { margin: 0; font-size: 28px; }.monthly-focus > p:last-child { margin-bottom: 0; color: #aeb5aa; }
.strategy-grid { display: grid; grid-template-columns: 1.12fr 1fr .82fr; gap: 14px; }
.panel { min-height: 310px; padding: 22px; border: 1px solid #323830; border-radius: 20px; background: rgba(26,30,24,.88); }
.panel-title { display: flex; gap: 12px; align-items: center; margin-bottom: 18px; }.panel-title > span { color: #596054; font-size: 26px; font-weight: 800; }.panel-title h2 { margin: 0; font-size: 20px; }
.strategy-item { position: relative; display: grid; gap: 7px; margin: 10px 0; padding: 14px; border-radius: 12px; background: #242922; }.strategy-item strong { padding-right: 65px; line-height: 1.35; }.strategy-item small { color: #949b90; line-height: 1.5; }.strategy-item span { position: absolute; top: 13px; right: 12px; color: #ffd584; font-size: 10px; }
.commitments-panel .strategy-item { border-left: 3px solid #ffd584; }
.panel ul { margin: 0; padding: 0; list-style: none; }.panel li { padding: 15px 0 15px 22px; border-bottom: 1px solid #30352d; color: #c9cec4; line-height: 1.45; position: relative; }.panel li::before { content: "×"; position: absolute; left: 0; color: #ff987c; font-weight: 800; }
.north-star { margin-top: 14px; padding: 22px 25px; border: 1px solid #30362d; border-radius: 18px; background: #171a16; }.north-star > p:last-child { margin: 0; color: #b6bcb1; line-height: 1.6; }
.source-note { margin-top: 15px; text-align: center; color: #686e65; font-size: 11px; }
@media (max-width: 820px) {
  main { width: min(100% - 26px, 1220px); padding-top: 22px; }.clock { display: none; }.hero { padding: 25px; }
  .photo-stage { height: 330px; border-radius: 22px; }.photo-caption { left: 20px; right: 20px; bottom: 18px; }
  .codex-strip { grid-template-columns: 1fr 90px; }.codex-meter, .codex-meta { grid-column: 1 / -1; }.strategy-grid { grid-template-columns: 1fr; }
}
@media (min-width: 821px) and (max-width: 1100px) and (max-height: 700px) {
  main { width: calc(100% - 24px); padding: 12px 0 28px; }
  .photo-stage { height: 245px; margin-bottom: 14px; border-radius: 20px; }
  .photo-caption { left: 20px; right: 20px; bottom: 16px; }
  .photo-caption strong { font-size: 24px; }
  .topbar { margin-bottom: 14px; }
  h1 { font-size: 34px; }
  .hero { padding: 20px 24px; border-radius: 20px; }
  .hero-meta { margin-bottom: 12px; }
  .hero h2 { font-size: 38px; }
  .hero > div > p:last-child { margin-bottom: 0; font-size: 13px; }
  .codex-strip { margin: 12px 0; padding: 13px 18px; }
}
