:root {
  --ink: #18202a;
  --muted: #66707c;
  --paper: #fbfaf7;
  --surface: #ffffff;
  --soft: #f3f2ee;
  --line: #deddd7;
  --red: #a4262c;
  --red-dark: #74191e;
  --gold: #a8792b;
  --blue: #1d4f72;
  --green: #2f6b50;
  --shadow: 0 18px 50px rgba(24, 32, 42, .09);
  --radius: 18px;
  --news-serif: "FZXiaoBiaoSong-B05S", "方正小标宋简体", "STZhongsong", "Source Han Serif SC", "Noto Serif SC", "Noto Serif CJK SC", "Songti SC", "STSong", "SimSun", serif;
  --ui-sans: "Source Han Sans SC", "Noto Sans SC", "Microsoft YaHei", "PingFang SC", system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--ui-sans); line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(820px, 100%); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(251,250,247,.94); border-bottom: 1px solid rgba(222,221,215,.8); backdrop-filter: blur(14px); }
.header-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; min-width: 245px; }
.brand-logo { display: block; width: min(215px, 58vw); height: auto; }
.main-nav { display: flex; align-items: center; gap: 18px; font-size: 14px; }
.main-nav a { color: #3d4650; white-space: nowrap; }
.main-nav a:hover { color: var(--red); }
.main-nav .nav-cta { padding: 9px 14px; color: #fff; background: var(--ink); border-radius: 999px; }
.nav-toggle { display: none; border: 0; background: transparent; font-size: 26px; }
.hero { position: relative; overflow: hidden; padding: 78px 0 68px; background: linear-gradient(145deg, #faf7f1 0%, #f4eee6 55%, #f1e8df 100%); border-bottom: 1px solid var(--line); }
.hero:after { content: ""; position: absolute; inset: auto -120px -200px auto; width: 520px; height: 520px; border-radius: 50%; border: 90px solid rgba(164,38,44,.06); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.55fr .75fr; gap: 58px; align-items: center; }
.eyebrow, .kicker { color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { font-family: var(--ui-sans); font-size: 15px; letter-spacing: .13em; }
.news-hero-title {
  margin: 24px 0 24px;
  font-family: var(--news-serif);
  font-size: clamp(44px, 4.7vw, 64px);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -.045em;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1, "tnum" 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.news-hero-title .title-line { display: block; }
.news-hero-title .title-line-dark { color: #141b23; }
.news-hero-title .title-line-red { color: #ad2027; }
.hero-lead { max-width: 790px; font-size: 18px; color: #444d57; }
.hero-actions, .button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 20px; border: 1px solid transparent; border-radius: 10px; cursor: pointer; font-weight: 750; transition: .18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: #fff; background: var(--red); border-color: var(--red); box-shadow: 0 8px 22px rgba(164,38,44,.2); }
.btn-primary:hover { background: var(--red-dark); }
.btn-outline { background: transparent; border-color: #a9a59c; }
.btn-light { background: rgba(255,255,255,.92); border-color: rgba(255,255,255,.75); color: var(--ink); }
.btn-small { min-height: 36px; padding: 0 13px; font-size: 13px; }
.notice-strip { margin-top: 28px; padding: 15px 17px; border-left: 4px solid var(--gold); background: rgba(255,255,255,.55); font-size: 13px; color: #555d66; }
.hero-panel { padding: 26px; background: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.9); border-radius: var(--radius); box-shadow: var(--shadow); }
.panel-label { font-size: 12px; color: var(--muted); font-weight: 800; letter-spacing: .12em; }
.status-list { margin: 16px 0 0; }
.status-list div { padding: 15px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.status-list dt { color: var(--muted); }
.status-list dd { margin: 0; text-align: right; font-weight: 800; }
.updated { margin: 14px 0 0; color: var(--muted); font-size: 12px; }
.status-countdown {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 14px 0 4px;
  padding: 0 0 18px;
  border-bottom: 1px solid var(--line);
}
.status-countdown span { display: inline-flex; align-items: baseline; gap: 4px; white-space: nowrap; }
.status-countdown strong {
  color: var(--red);
  font-family: Arial, "Helvetica Neue", var(--ui-sans);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1;
  letter-spacing: -.035em;
  font-variant-numeric: tabular-nums lining-nums;
}
.status-countdown small { color: var(--ink); font-size: 13px; font-weight: 800; }
.status-list-after-countdown { margin-top: 2px; }
.countdown-error .status-countdown { opacity: .45; }

.section, .action-hub { padding: 74px 0; }
.action-hub { background: var(--surface); }
.section-muted { background: var(--soft); border-block: 1px solid var(--line); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.section-heading.compact { margin-bottom: 20px; }
.section-heading h2, .info-card h2, .statement h2 { margin: 5px 0 0; font-family: var(--news-serif); font-size: clamp(28px, 3vw, 40px); line-height: 1.2; }
.section-heading > p, .section-heading > a { color: var(--muted); }
.section-heading > a { font-weight: 750; color: var(--red); }
.action-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.action-card { min-height: 260px; padding: 28px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); transition: .2s ease; }
.action-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #c9c4ba; }
.action-card:after { content: ""; position: absolute; width: 140px; height: 140px; border-radius: 50%; right: -55px; bottom: -55px; background: rgba(164,38,44,.05); }
.action-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: var(--ink); color: #fff; font-weight: 900; }
.action-card.support .action-icon { background: var(--red); }
.action-card.aid .action-icon { background: var(--green); }
.action-card h3 { margin: 22px 0 8px; font-size: 21px; }
.action-card p { color: var(--muted); font-size: 14px; }
.card-link { position: absolute; left: 28px; bottom: 24px; font-weight: 800; color: var(--red); }
.two-column { display: grid; grid-template-columns: 1.5fr .8fr; gap: 48px; }
.timeline-mini article { display: grid; grid-template-columns: 145px 1fr; gap: 24px; padding: 22px 0; border-top: 1px solid var(--line); }
.timeline-mini time { color: var(--muted); font-size: 13px; }
.timeline-mini h3 { margin: 0 0 7px; }
.timeline-mini p { margin: 0 0 10px; color: var(--muted); }
.info-card, .form-card, .rules-card { padding: 30px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.danger-top { border-top: 5px solid var(--red); }
.amount { margin: 24px 0 15px; font-size: 32px; font-weight: 900; color: var(--red); }
.amount small { font-size: 12px; color: var(--muted); }
.text-link { color: var(--red); font-weight: 800; }
.progress-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.progress-card { padding: 20px; border-radius: 14px; background: var(--surface); border: 1px solid var(--line); }
.progress-card span, .progress-card small { display: block; color: var(--muted); font-size: 12px; }
.progress-card strong { display: block; margin: 8px 0; }
.statement { text-align: center; }
.demand-grid { margin-top: 30px; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.demand-grid span { padding: 16px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-weight: 750; }
.site-footer { padding: 44px 0; background: #151a20; color: #e8eaed; }
.footer-grid { display: flex; justify-content: space-between; gap: 30px; }
.footer-grid p { color: #aeb5bd; font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; align-content: start; font-size: 13px; color: #c9cdd2; }
.page-hero { padding: 62px 0; color: #fff; background: linear-gradient(135deg, #202832, #11171d); }
.page-hero h1 { margin: 8px 0 10px; font-family: var(--news-serif); font-size: clamp(38px, 5vw, 62px); }
.page-hero p { max-width: 760px; color: #c8cdd3; font-size: 17px; }
.page-hero .kicker { color: #e5ae56; }
.page-hero .btn { margin-top: 18px; }
.medical-hero { background: linear-gradient(135deg, #6f1d22, #3f1115); }
.property-hero { background: linear-gradient(135deg, #55401d, #2d2518); }
.support-hero { background: linear-gradient(135deg, #7f2027, #3e1115); }
.official-hero { background: linear-gradient(135deg, #1d4f72, #102c40); }
.aid-hero { background: linear-gradient(135deg, #2f6b50, #173a2b); }
.admin-hero { background: linear-gradient(135deg, #302d3f, #181720); }
.status-badge { display: inline-flex; width: fit-content; padding: 4px 9px; border-radius: 999px; background: #eceae4; color: #555d66; font-size: 11px; font-weight: 850; }
.status-hospitalconfirmed, .status-policeconfirmed, .status-lawyerreviewed { background: #dcece4; color: #24593f; }
.status-familystatement { background: #f3e8d8; color: #775019; }
.status-materialsupported { background: #dfeaf1; color: #28516b; }
.status-pendingverification { background: #eee9e1; color: #6b6255; }
.status-corrected { background: #f2dfdf; color: #7e252a; }
.timeline-full article { display: grid; grid-template-columns: 200px 1fr; gap: 36px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.timeline-date time, .timeline-date span { display: block; }
.timeline-date time { font-weight: 800; }
.timeline-date span { margin-top: 8px; color: var(--red); font-size: 12px; }
.timeline-body h2 { margin: 0 0 12px; font-size: 25px; }
.timeline-body p { color: #4f5862; }
.meta-row { display: flex; flex-wrap: wrap; gap: 10px 16px; color: var(--muted); font-size: 12px; }
.summary-band { margin-bottom: 28px; padding: 28px 32px; display: flex; justify-content: space-between; align-items: center; gap: 30px; border-radius: var(--radius); color: #fff; background: var(--red); }
.summary-band small, .summary-band strong { display: block; }
.summary-band strong { font-size: 36px; }
.summary-band p { max-width: 480px; margin: 0; color: #f5dfe1; }
.card-list { display: grid; gap: 16px; }
.content-card { padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: 15px; }
.card-top { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 12px; }
.content-card h2, .content-card h3 { margin: 12px 0 8px; }
.content-card p { color: #535c65; }
.expense-line { margin-top: 20px; padding-top: 18px; display: flex; align-items: center; gap: 15px; border-top: 1px solid var(--line); }
.expense-line strong { color: var(--red); font-size: 22px; }
.expense-line small { margin-left: auto; color: var(--muted); }
.empty-state { padding: 70px 30px; text-align: center; border: 1px dashed #b9b6ae; border-radius: var(--radius); background: #fff; }
.evidence-grid, .video-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.evidence-card, .video-card { padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 15px; }
.file-type { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 12px; background: var(--soft); color: var(--red); font-weight: 900; font-size: 12px; }
.evidence-no { color: var(--red); font-weight: 800; }
.meta-stack { display: grid; gap: 8px; margin: 18px 0; color: var(--muted); font-size: 12px; }
code { overflow-wrap: anywhere; color: #48505a; font-size: 11px; }
.video-placeholder { aspect-ratio: 16/9; display: grid; align-content: center; justify-items: center; gap: 8px; border-radius: 10px; background: #222a33; color: #fff; }
.video-placeholder span { padding: 4px 8px; border-radius: 999px; background: var(--red); font-size: 10px; }
.progress-table { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.progress-row { padding: 17px 20px; display: grid; grid-template-columns: 1fr 1.5fr .7fr; gap: 24px; align-items: center; background: #fff; border-bottom: 1px solid var(--line); }
.progress-row:last-child { border-bottom: 0; }
.progress-row.head { background: #262e37; color: #fff; font-size: 12px; font-weight: 800; }
.progress-row small { display: block; margin-top: 6px; color: var(--muted); }
.legal-callout { margin-top: 24px; padding: 22px; border-left: 4px solid var(--gold); background: #fff8e9; }
.legal-callout p { margin-bottom: 0; }
.subheading { margin-top: 46px; }
.pre-line { white-space: pre-line; }
.question-list { display: grid; gap: 14px; }
.question-list article { display: grid; grid-template-columns: 72px 1fr; gap: 22px; padding: 25px; background: #fff; border: 1px solid var(--line); border-radius: 15px; }
.question-no { width: 58px; height: 58px; display: grid; place-items: center; color: #fff; background: var(--red); border-radius: 50%; font-family: var(--news-serif); font-size: 19px; font-weight: 800; }
.question-list h2 { margin: 0 0 10px; font-size: 21px; }
.question-state { color: var(--muted); font-size: 13px; }
.response-box { margin-top: 16px; padding: 16px; background: var(--soft); border-radius: 10px; }
.muted { color: var(--muted); }
.form-layout { align-items: start; }
.form-card h1, .form-card h2, .rules-card h2 { margin-top: 0; }
form { display: grid; gap: 17px; }
label { display: grid; gap: 7px; color: #3f4750; font-size: 13px; font-weight: 750; }
input, select, textarea { width: 100%; padding: 12px 13px; border: 1px solid #c9c6bf; border-radius: 9px; background: #fff; color: var(--ink); outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(164,38,44,.1); }
textarea { resize: vertical; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.check { grid-template-columns: 20px 1fr; align-items: start; font-weight: 500; }
.check input { width: 17px; height: 17px; margin-top: 3px; }
.validation { color: #a4262c; font-size: 12px; }
.alert { padding: 16px 18px; border-radius: 10px; }
.alert p { margin: 5px 0 0; }
.alert.success { background: #e4f2e9; color: #24563f; }
.alert.warning { background: #fff0dd; color: #6d4715; }
.alert.info { margin: 24px 0; background: #e5f0f6; color: #234f68; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.clean-list { padding-left: 20px; }
.clean-list li { margin: 10px 0; }
.big-count { margin-top: 24px; display: inline-flex; align-items: baseline; gap: 12px; }
.big-count strong { font-size: 54px; }
.big-count span { color: #f0cfd2; }
.support-wall { columns: 3; column-gap: 16px; }
.support-wall blockquote { break-inside: avoid; margin: 0 0 16px; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.support-wall blockquote p { margin-top: 0; }
.support-wall footer { display: flex; gap: 5px; flex-wrap: wrap; color: var(--muted); font-size: 12px; }
.support-wall time { margin-left: auto; }
.aid-status { display: flex; justify-content: space-between; align-items: center; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.aid-status span { color: var(--muted); }
.aid-status strong { color: var(--green); }
.prose h2 { margin-top: 34px; }
.prose p { color: #4d5660; }
.admin-title, .admin-page-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.admin-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.admin-stats div { padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.admin-stats span, .admin-stats strong { display: block; }
.admin-stats span { color: var(--muted); font-size: 12px; }
.admin-stats strong { margin-top: 8px; font-size: 34px; }
.admin-menu { margin-top: 24px; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.admin-menu a { padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.admin-menu a:hover { border-color: var(--red); }
.admin-menu strong, .admin-menu span { display: block; }
.admin-menu span { margin-top: 7px; color: var(--muted); font-size: 13px; }
.admin-page-head { margin-bottom: 24px; }
.admin-page-head h1 { margin: 5px 0 0; }
.admin-split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 22px; align-items: start; }
.admin-list { display: grid; gap: 12px; }
.admin-list article { padding: 19px; display: flex; align-items: start; justify-content: space-between; gap: 18px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.admin-list h3 { margin: 5px 0; }
.admin-list p { margin: 6px 0 0; color: var(--muted); }
.admin-list.wide article { align-items: center; }
.inline-edit { min-width: 360px; margin-top: 14px; padding: 16px; background: var(--soft); border-radius: 10px; }
details summary { list-style: none; }
.login-box { min-height: 65vh; display: grid; place-items: center; }
.login-box .form-card { width: min(440px, 100%); }
@media (max-width: 1020px) {
  .nav-toggle { display: block; }
  .main-nav { display: none; position: absolute; top: 74px; left: 0; right: 0; padding: 20px; flex-direction: column; align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--line); }
  .main-nav.open { display: flex; }
  .hero-grid, .two-column, .admin-split { grid-template-columns: 1fr; }
  .action-grid, .evidence-grid, .video-grid, .admin-menu { grid-template-columns: repeat(2,1fr); }
  .progress-grid, .admin-stats { grid-template-columns: repeat(2,1fr); }
  .support-wall { columns: 2; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 24px, 1180px); }
  .hero, .section, .action-hub { padding: 48px 0; }
  .news-hero-title {
    margin-top: 20px;
    font-size: clamp(38px, 11vw, 58px);
    line-height: 1.18;
    letter-spacing: -.035em;
  }
  .hero-grid { gap: 30px; }
  .section-heading, .summary-band, .footer-grid, .admin-title, .admin-page-head { align-items: start; flex-direction: column; }
  .action-grid, .evidence-grid, .video-grid, .progress-grid, .demand-grid, .admin-stats, .admin-menu, .field-grid { grid-template-columns: 1fr; }
  .timeline-mini article, .timeline-full article, .question-list article { grid-template-columns: 1fr; gap: 10px; }
  .progress-row { grid-template-columns: 1fr; gap: 6px; }
  .progress-row.head { display: none; }
  .support-wall { columns: 1; }
  .expense-line { align-items: start; flex-direction: column; }
  .expense-line small { margin-left: 0; }
  .admin-list article { flex-direction: column; }
  .inline-edit { min-width: 0; }
}
