:root {
  --ink: #132238;
  --muted: #667085;
  --line: #e6edf5;
  --blue: #0f65b7;
  --blue-2: #22a0d8;
  --gold: #c59a47;
  --paper: #ffffff;
  --bg: #f4f8fb;
  --shadow: 0 18px 45px rgba(19, 34, 56, .10);
}
body.site-xiaodu { background: #edf1f5; color: #4a4a4a; font-family: "Microsoft YaHei", "SimSun", sans-serif; }
.gov-top { height: 30px; background: #f7f7f7; border-bottom: 1px solid #e6e6e6; }
.gov-top-inner { display: flex; justify-content: space-between; align-items: center; height: 30px; color: #5a5a5a; font-size: 13px; }
.gov-top a { color: #005c9b; }
.xd-head { height: 160px; display: flex; align-items: center; justify-content: space-between; }
.xd-logo strong { display: block; color: #555; font-size: clamp(26px, 3vw, 34px); font-weight: 800; letter-spacing: .18em; line-height: 1.6; }
.xd-logo em { display: block; color: #555; font-style: normal; font-size: 13px; letter-spacing: .16em; }
.xd-search { display: flex; width: 310px; height: 35px; border: 1px solid #bebebe; border-radius: 6px; background: white; overflow: hidden; }
.xd-search input { flex: 1; border: 0; outline: 0; padding: 0 12px; font-size: 13px; }
.xd-search button { width: 66px; border: 0; background: #ddd; color: #333; font-weight: 700; cursor: pointer; }
.xd-nav { height: 53px; background: linear-gradient(#1c77b5, #005c9b); }
.xd-nav .nav { display: flex; justify-content: center; overflow-x: auto; }
.xd-nav .nav a { color: white; font-size: 18px; font-weight: 700; line-height: 53px; padding: 0 24px; border-right: 1px solid rgba(255,255,255,.34); white-space: nowrap; }
.xd-nav .nav a:hover, .xd-nav .nav .active { background: rgba(255,255,255,.16); text-decoration: none; }
.xd-main { padding: 20px 0; }
.xd-card { background: white; border-radius: 8px; box-shadow: 0 0 20px rgba(0,0,0,.05); overflow: hidden; }
.xd-feature { display: grid; grid-template-columns: 300px 300px 1fr; min-height: 410px; background: white; }
.intro-block, .member-block { position: relative; min-height: 390px; padding: 24px 24px 58px; border-right: 1px solid #dbdbdb; background: linear-gradient(180deg, #fff, #f8fbfd); }
.intro-block h3, .member-block h3 { color: #005c9b; font-size: 16px; margin-bottom: 15px; padding-left: 28px; background: linear-gradient(90deg, #005c9b 0 12px, transparent 12px); }
.intro-block p { color: #4a4a4a; line-height: 1.75; text-indent: 2em; text-align: justify; }
.intro-block a, .member-block > a { position: absolute; right: 26px; bottom: 24px; color: #005f9f; }
.member-row { display: grid; grid-template-columns: 78px 1fr; gap: 12px; margin-bottom: 14px; align-items: center; }
.member-row span { display: grid; place-items: center; width: 70px; height: 70px; border-radius: 12px; background: #e8f2fa; color: #005c9b; font-size: 28px; font-weight: 800; }
.member-row p { line-height: 1.55; }
.notice-block { padding: 10px 30px 20px 16px; }
.xd-title { position: relative; height: 50px; line-height: 50px; border-bottom: 1px solid #ddd; background: #f5f5f5; padding: 0 12px; display: flex; justify-content: space-between; align-items: center; }
.xd-title h2 { color: #005c9b; font-size: 16px; margin: 0; }
.xd-title::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 85px; height: 4px; background: #005c9b; }
.xd-title a { color: #005c9b; font-size: 13px; }
.lead-notice { display: grid; grid-template-columns: 76px 1fr; gap: 12px; padding: 20px 0; border-bottom: 1px solid #e2e2e2; }
.lead-date { display: block; height: 90px; background: #3e85be; color: white; text-align: center; padding-top: 10px; }
.lead-date strong { display: block; font-size: 30px; line-height: 40px; color: white; }
.lead-notice h2 { font-size: 18px; margin: 0 0 10px; }
.lead-notice h2 a { color: #d10000; }
.lead-notice p { color: #a1a1a1; }
.xd-list { padding: 14px 10px; }
.xd-list li { display: grid; grid-template-columns: 58px 1fr; gap: 8px; line-height: 35px; overflow: hidden; }
.xd-list li::before { content: "·"; color: #555; grid-column: 1; grid-row: 1; }
.xd-list li span { color: #7a7a7a; font-size: 13px; text-align: right; grid-column: 1; padding-right: 4px; }
.xd-list li a { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #555; }
.xd-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 20px; }
.list-card { min-height: 300px; }
.xd-footer { margin-top: 10px; background: #4a4a4a; color: #c7c7c7; text-align: center; line-height: 30px; padding: 30px 0; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Noto Serif SC", "Source Han Serif SC", "Microsoft YaHei", serif; color: var(--ink); background: var(--bg); }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.topbar { background: #0c3159; color: rgba(255,255,255,.82); font-size: 14px; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; height: 38px; }
.admin-link { color: #fff; padding: 5px 12px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; }
.brand { display: flex; justify-content: space-between; align-items: center; padding: 26px 0; }
.brand-logo { display: flex; align-items: center; gap: 16px; }
.logo-mark { display: grid; place-items: center; width: 68px; height: 68px; border-radius: 20px; background: linear-gradient(135deg, var(--blue), var(--blue-2)); color: white; font-size: 34px; font-weight: 800; box-shadow: var(--shadow); }
.brand strong { display: block; font-size: clamp(24px, 3vw, 36px); letter-spacing: .04em; }
.brand em { display: block; color: var(--muted); font-style: normal; letter-spacing: .14em; text-transform: uppercase; margin-top: 6px; font-size: 12px; }
.search { display: flex; width: min(390px, 42vw); background: white; border: 1px solid var(--line); border-radius: 999px; padding: 5px; box-shadow: 0 10px 28px rgba(19,34,56,.06); }
.search input { flex: 1; border: 0; outline: 0; padding: 0 16px; background: transparent; }
.search button, .primary-btn { border: 0; border-radius: 999px; background: var(--blue); color: white; padding: 11px 20px; cursor: pointer; }
.nav-wrap { position: sticky; top: 0; z-index: 10; background: rgba(255,255,255,.86); backdrop-filter: blur(18px); border-block: 1px solid var(--line); }
.nav { display: grid; grid-template-columns: repeat(9, 1fr); text-align: center; }
.nav a { padding: 18px 6px; font-size: 16px; border-top: 3px solid transparent; }
.nav a:hover, .nav .active { color: var(--blue); border-top-color: var(--gold); background: linear-gradient(180deg, rgba(15,101,183,.08), transparent); }
.hero { display: grid; grid-template-columns: 1fr 360px; gap: 24px; margin-top: 28px; }
.hero-slider { position: relative; min-height: 390px; border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); background: #0e3b67; }
.slide { position: absolute; inset: 0; display: grid; align-items: center; padding: clamp(34px, 6vw, 72px); opacity: 0; transform: scale(1.02); transition: .7s ease; color: white; background: radial-gradient(circle at 80% 20%, rgba(34,160,216,.45), transparent 36%), linear-gradient(135deg, rgba(12,49,89,.95), rgba(15,101,183,.82)), repeating-linear-gradient(45deg, rgba(255,255,255,.06) 0 1px, transparent 1px 14px); }
.slide:nth-child(2) { background: radial-gradient(circle at 75% 28%, rgba(197,154,71,.42), transparent 35%), linear-gradient(135deg, #0c3159, #187a9f); }
.slide:nth-child(3) { background: radial-gradient(circle at 80% 20%, rgba(255,255,255,.2), transparent 32%), linear-gradient(135deg, #14334a, #0f65b7); }
.slide.active { opacity: 1; transform: scale(1); z-index: 1; }
.eyebrow { color: #cfefff; letter-spacing: .2em; text-transform: uppercase; }
.slide h1 { max-width: 720px; margin: 12px 0 14px; font-size: clamp(34px, 5vw, 58px); line-height: 1.12; }
.slide p { max-width: 620px; font-size: 18px; line-height: 1.8; }
.slider-dots { position: absolute; z-index: 3; left: 54px; bottom: 34px; display: flex; gap: 10px; }
.slider-dots button { width: 34px; height: 5px; border: 0; border-radius: 20px; background: rgba(255,255,255,.45); cursor: pointer; }
.slider-dots .active { background: white; }
.intro-card, .panel, .links { background: rgba(255,255,255,.92); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.intro-card { padding: 30px; display: flex; flex-direction: column; justify-content: center; }
.card-label { width: max-content; padding: 7px 13px; border-radius: 999px; background: #eaf4fd; color: var(--blue); font-size: 13px; }
.intro-card h2 { font-size: 28px; margin: 18px 0 10px; }
.intro-card p { color: var(--muted); line-height: 1.8; }
.stats { display: grid; grid-template-columns: auto 1fr; gap: 4px 12px; margin-top: 18px; align-items: baseline; }
.stats strong { color: var(--gold); font-size: 34px; }
.grid-top { display: grid; grid-template-columns: 1.45fr .9fr; gap: 24px; margin-top: 24px; }
.card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 24px; }
.panel { padding: 24px; min-width: 0; }
.section-title { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); margin-bottom: 10px; }
.section-title h2 { position: relative; margin: 0; padding-bottom: 16px; font-size: 23px; }
.section-title h2::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 74px; height: 3px; background: linear-gradient(90deg, var(--blue), var(--gold)); border-radius: 6px; }
.section-title a { color: var(--muted); font-size: 13px; border: 1px solid var(--line); border-radius: 999px; padding: 6px 12px; }
.item-row { display: grid; grid-template-columns: 42px 1fr auto; gap: 10px; align-items: center; min-height: 52px; border-bottom: 1px dashed #dbe5ee; }
.item-row:hover strong { color: var(--blue); }
.item-icon { display: grid; place-items: center; width: 38px; height: 28px; border-radius: 10px; background: #edf6fd; color: var(--blue); font-size: 12px; font-weight: 700; }
.item-row strong { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 15px; }
time { color: #98a2b3; font-size: 13px; white-space: nowrap; }
.banner { margin-top: 24px; border-radius: 24px; min-height: 150px; display: flex; align-items: center; padding: 34px 42px; color: white; background: linear-gradient(120deg, rgba(15,101,183,.94), rgba(34,160,216,.78)), radial-gradient(circle at 85% 20%, rgba(255,255,255,.55), transparent 24%); box-shadow: var(--shadow); }
.banner span { letter-spacing: .18em; opacity: .75; }
.banner h2 { margin: 10px 0 0; font-size: clamp(24px, 4vw, 38px); }
.links { margin-top: 30px; margin-bottom: 28px; padding: 22px 26px; display: flex; gap: 16px 24px; flex-wrap: wrap; align-items: center; }
.links h2 { margin: 0 10px 0 0; font-size: 20px; }
.links a { color: var(--muted); }
.footer { background: #0c3159; color: rgba(255,255,255,.82); text-align: center; padding: 30px 0; line-height: 1.9; }
.footer p { margin: 2px 0; }
.to-top { position: fixed; right: 28px; bottom: 28px; width: 42px; height: 42px; border: 0; border-radius: 14px; background: var(--blue); color: white; opacity: 0; pointer-events: none; transition: .2s ease; box-shadow: var(--shadow); }
.to-top.show { opacity: 1; pointer-events: auto; }
.page-shell { margin-top: 28px; margin-bottom: 34px; }
.breadcrumb { color: var(--muted); display: flex; gap: 8px; align-items: center; flex-wrap: wrap; margin: 0 0 14px; font-size: 14px; }
.breadcrumb a { color: var(--blue); }
.page-panel { padding: clamp(22px, 4vw, 38px); min-height: 420px; }
.page-panel .section-title h1 { position: relative; margin: 0; padding-bottom: 16px; font-size: 28px; }
.page-panel .section-title h1::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 92px; height: 3px; background: linear-gradient(90deg, var(--blue), var(--gold)); border-radius: 6px; }
.list-page-items .item-row { grid-template-columns: 42px 1fr 120px; min-height: 62px; }
.empty { color: var(--muted); padding: 22px 0; }
.detail-article h1 { text-align: center; font-size: clamp(26px, 4vw, 38px); line-height: 1.35; margin: 10px 0 18px; }
.detail-meta { display: flex; justify-content: center; gap: 12px 24px; flex-wrap: wrap; color: var(--muted); padding: 14px; border-block: 1px solid var(--line); background: #f8fbfe; }
.detail-body { margin: 28px auto; max-width: 860px; color: #25364d; font-size: 17px; line-height: 2.05; }
.detail-body p { margin: 0 0 18px; text-indent: 2em; }
.back-list { display: block; width: max-content; margin: 28px auto 0; }
.admin-body { min-height: 100vh; display: grid; place-items: stretch; padding: clamp(10px, 1.4vw, 22px); background: #f5f7fb; }
.login-card, .admin-shell { width: 100%; max-width: none; background: white; border-radius: 24px; box-shadow: 0 18px 50px rgba(15, 35, 60, .08); border: 1px solid var(--line); padding: 0; }
.login-card { width: min(430px, 100%); }
.login-card { padding: 30px; }
.login-card input, .admin-form input, .admin-form select { width: 100%; height: 44px; border: 1px solid var(--line); border-radius: 12px; padding: 0 12px; margin: 8px 0 14px; }
.login-card button, .admin-form button, .logout { border: 0; border-radius: 12px; background: var(--blue); color: white; padding: 12px 18px; cursor: pointer; }
.admin-shell { display: grid; grid-template-columns: clamp(218px, 14vw, 272px) minmax(0, 1fr); min-height: calc(100vh - clamp(20px, 2.8vw, 44px)); overflow: hidden; }
.admin-sidebar { background: #0f2f52; color: white; padding: 24px 18px; display: flex; flex-direction: column; gap: 18px; }
.sidebar-brand { padding: 8px 8px 18px; border-bottom: 1px solid rgba(255,255,255,.12); }
.sidebar-brand strong { display: block; font-size: 23px; letter-spacing: .04em; }
.sidebar-brand span, .admin-sidebar p { color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.7; }
.admin-content { padding: clamp(16px, 1.8vw, 30px); min-width: 0; overflow: auto; background: #f8fafc; }
.admin-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 20px; padding: 20px 22px; background: white; border: 1px solid var(--line); border-radius: 18px; }
.admin-head h1 { margin: 0 0 6px; }
.admin-head p { margin: 0; color: var(--muted); }
.admin-tabs { display: grid; gap: 8px; }
.admin-tabs button { display: flex; align-items: center; gap: 10px; width: 100%; border: 0; border-radius: 14px; padding: 12px 14px; cursor: pointer; background: transparent; color: rgba(255,255,255,.78); text-align: left; font-size: 15px; }
.admin-tabs button span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 9px; background: rgba(255,255,255,.10); font-size: 13px; }
.admin-tabs button.active, .admin-tabs button:hover { background: #ffffff; color: var(--blue); box-shadow: 0 10px 24px rgba(0,0,0,.08); }
.admin-tabs button.active span, .admin-tabs button:hover span { background: #e8f2fb; }
.sidebar-links { margin-top: auto; display: grid; gap: 8px; }
.sidebar-links a, .sidebar-links button { border: 0; border-radius: 12px; padding: 11px 12px; background: rgba(255,255,255,.10); color: white; text-align: center; cursor: pointer; }
.sidebar-links a:hover, .sidebar-links button:hover { background: rgba(255,255,255,.18); text-decoration: none; }
.admin-panel { display: none; }
.admin-panel.active { display: block; background: white; border: 1px solid var(--line); border-radius: 18px; padding: clamp(16px, 1.5vw, 24px); overflow-x: auto; }
.admin-form { display: grid; grid-template-columns: minmax(260px, 1fr) minmax(180px, 220px) minmax(150px, 180px) auto; gap: 12px; align-items: end; }
.compact-form { grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); align-items: end; }
.rich-admin-form { grid-template-columns: minmax(360px, 1fr) minmax(180px, 220px) minmax(150px, 180px); align-items: start; }
.rich-admin-form > button[type="submit"] { grid-column: 1 / -1; width: max-content; }
.editor-wrap { grid-column: 1 / -1; }
.editor-wrap > span { display: block; margin-bottom: 8px; }
.editor-toolbar { display: flex; gap: 8px; flex-wrap: wrap; padding: 10px; border: 1px solid var(--line); border-radius: 14px 14px 0 0; background: #f8fbfe; }
.editor-toolbar button, .editor-toolbar select, .editor-toolbar input, .upload-btn { width: auto; height: 36px; margin: 0; border: 1px solid var(--line); border-radius: 10px; background: white; color: var(--ink); padding: 0 12px; cursor: pointer; }
.editor-toolbar input[type="color"] { width: 46px; padding: 4px; }
.upload-btn { display: inline-flex; align-items: center; }
.rich-editor { min-height: 240px; padding: 16px; border: 1px solid var(--line); border-top: 0; border-radius: 0 0 14px 14px; background: white; outline: 0; line-height: 1.9; }
.rich-editor img, .detail-body img { max-width: 100%; height: auto; display: block; margin: 14px auto; border-radius: 14px; }
.attachment-link { display: inline-flex; align-items: center; gap: 8px; max-width: 100%; padding: 10px 14px; border: 1px solid var(--line); border-radius: 12px; background: #f3f8fd; color: var(--blue); word-break: break-all; }
.attachment-link::before { content: "📎"; }
.editor-tip { margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.admin-table { width: 100%; min-width: 760px; border-collapse: collapse; margin-top: 18px; }
.admin-tools { caption-side: top; padding: 12px 0; text-align: left; }
.admin-tools label { display: inline-flex; flex-direction: column; gap: 6px; margin: 0 10px 10px 0; color: var(--muted); font-size: 13px; }
.admin-tools select, .admin-tools input { height: 38px; min-width: 150px; border: 1px solid var(--line); border-radius: 10px; padding: 0 10px; }
.admin-tools button { border: 0; border-radius: 10px; padding: 10px 14px; cursor: pointer; background: #edf6fd; color: var(--blue); }
.admin-table th, .admin-table td { border-bottom: 1px solid var(--line); padding: 12px 8px; text-align: left; }
.admin-table button { border: 0; border-radius: 10px; padding: 8px 10px; cursor: pointer; }
.admin-modal { position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; padding: 18px; background: rgba(15, 47, 82, .38); }
.admin-modal-card { position: relative; width: min(620px, 100%); max-height: 92vh; overflow: auto; background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 24px; box-shadow: 0 24px 70px rgba(15, 35, 60, .18); }
.admin-modal-card h2 { margin: 0 0 8px; color: var(--blue); }
.admin-modal-card p { margin: 0 0 16px; color: var(--muted); }
.admin-modal-close { position: absolute; top: 14px; right: 14px; width: 34px; height: 34px; border: 0; border-radius: 50%; background: #edf6fd; color: var(--blue); cursor: pointer; font-size: 20px; }
.admin-modal-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.admin-modal-form label { color: var(--muted); font-size: 13px; }
.admin-modal-form input, .admin-modal-form select { width: 100%; height: 44px; margin-top: 8px; border: 1px solid var(--line); border-radius: 12px; padding: 0 12px; }
.admin-modal-actions { grid-column: 1 / -1; display: flex; justify-content: flex-end; gap: 10px; margin-top: 4px; }
.admin-modal-actions button { border: 0; border-radius: 12px; padding: 12px 18px; cursor: pointer; background: #edf6fd; color: var(--blue); }
.admin-modal-actions button[type="submit"] { background: var(--blue); color: white; }
.delete { background: #ffe8e6; color: #b42318; }
.report-mobile-body { min-height: 100vh; margin: 0; background: linear-gradient(180deg, #dff1ff 0%, #f7fbff 42%, #ffffff 100%); font-family: "Microsoft YaHei", sans-serif; color: var(--ink); }
.report-mobile-app { width: min(520px, 100%); margin: 0 auto; padding: 18px 16px 34px; }
.report-hero { padding: 26px 6px 18px; }
.report-hero span { color: var(--blue); font-weight: 700; letter-spacing: .08em; }
.report-hero h1 { margin: 10px 0; font-size: 28px; line-height: 1.25; }
.report-hero p { color: var(--muted); line-height: 1.7; }
.report-login-card, .report-workspace { background: rgba(255,255,255,.94); border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); padding: 22px; }
.report-login-card h2 { margin-top: 0; }
.report-login-card label, .mobile-form-card label { display: block; margin: 14px 0; color: var(--muted); }
.report-login-card input, .mobile-form-card input { width: 100%; height: 52px; border: 1px solid var(--line); border-radius: 16px; padding: 0 14px; margin-top: 8px; font-size: 16px; background: #fff; }
.report-login-card button, .mobile-form-card button { width: 100%; border: 0; border-radius: 16px; background: var(--blue); color: #fff; padding: 15px; font-size: 17px; font-weight: 700; }
.mobile-form-card button:disabled { background: #98a2b3; }
.report-userbar { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 14px; }
.report-userbar strong { display: block; font-size: 18px; }
.report-userbar span { color: var(--muted); font-size: 13px; }
.report-userbar button { border: 0; border-radius: 999px; padding: 9px 14px; background: #edf6fd; color: var(--blue); }
.deadline-card { padding: 14px; border-radius: 18px; background: linear-gradient(135deg, #0f65b7, #22a0d8); color: white; margin-bottom: 16px; }
.deadline-card strong { display: block; margin-bottom: 6px; }
.deadline-card span { opacity: .9; line-height: 1.6; }
.report-status-tabs { position: sticky; bottom: 12px; z-index: 4; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0 0 16px; padding: 8px; border: 1px solid #cfe3f5; border-radius: 18px; background: rgba(255,255,255,.94); box-shadow: 0 14px 34px rgba(15,101,183,.14); }
.report-status-tabs button { display: flex; justify-content: center; align-items: center; gap: 8px; border: 0; border-radius: 14px; padding: 12px; background: #edf6fd; color: var(--blue); font-size: 16px; font-weight: 700; cursor: pointer; }
.report-status-tabs button.active { background: var(--blue); color: #fff; }
.report-status-tabs span { min-width: 24px; padding: 2px 8px; border-radius: 999px; background: rgba(15,101,183,.12); color: inherit; font-size: 12px; }
.report-status-tabs button.active span { background: rgba(255,255,255,.22); }
.mobile-form-card { border: 1px solid var(--line); border-radius: 22px; padding: 18px; margin-bottom: 16px; background: #fff; }
.form-card-head { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.form-card-head strong { font-size: 18px; }
.form-card-head em { font-style: normal; color: var(--blue); background: #edf6fd; border-radius: 999px; padding: 5px 10px; font-size: 12px; }
.mobile-form-card p, .mobile-empty { color: var(--muted); line-height: 1.7; }
.mobile-empty { padding: 18px; border-radius: 18px; background: #f8fbfe; }
.month-list-item { margin-bottom: 10px; }
.month-list-row { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 16px 18px; border: 1px solid #cfe3f5; border-radius: 16px; background: #fff; color: var(--ink); text-align: left; font: inherit; cursor: pointer; }
.month-list-row strong { font-size: 17px; font-weight: 700; }
.month-list-row span { display: inline-flex; align-items: center; gap: 8px; margin-left: auto; white-space: nowrap; color: var(--muted); }
.month-list-row em { font-style: normal; color: var(--blue); background: #edf6fd; border-radius: 999px; padding: 5px 10px; font-size: 12px; font-weight: 700; }
.month-list-row i { font-style: normal; color: var(--muted); font-size: 13px; }
.analysis-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 14px 0 18px; }
.analysis-grid div { border: 1px solid var(--line); border-radius: 16px; padding: 18px; background: #f8fbfe; }
.analysis-grid strong { display: block; color: var(--blue); font-size: 34px; }
.analysis-grid span { color: var(--muted); }
.missing-list { display: flex; gap: 10px; flex-wrap: wrap; padding: 0; margin: 10px 0 18px; }
.missing-list li { list-style: none; padding: 8px 12px; border-radius: 999px; background: #fff7ed; color: #b45309; }
.report-card { border: 1px solid var(--line); border-radius: 20px; padding: 18px; margin-bottom: 16px; background: linear-gradient(180deg, #fff, #f8fbfe); }
.report-card h3 { margin-top: 0; }
.report-card label { display: block; margin: 12px 0; color: var(--muted); }
.report-card input { width: 100%; height: 46px; border: 1px solid var(--line); border-radius: 14px; padding: 0 12px; margin-top: 6px; }
.report-card button { width: 100%; border: 0; border-radius: 14px; background: var(--blue); color: white; padding: 13px; font-size: 16px; }
.report-card button:disabled { background: #98a2b3; }
.desktop-status-tabs { position: static; max-width: 420px; box-shadow: none; background: #f8fbfe; }
.desktop-report-meta { display: flex; gap: 10px; flex-wrap: wrap; margin: 0 0 10px; }
.desktop-report-meta span { padding: 6px 11px; border-radius: 999px; background: #edf6fd; color: var(--blue); font-size: 13px; font-weight: 700; }
.form-notes { display: grid; gap: 8px; margin: 14px 0 18px; padding: 14px; border-radius: 16px; background: #eef7ff; color: #31526f; line-height: 1.6; }
.form-notes span::before { content: "· "; color: var(--blue); font-weight: 800; }
.fixed-report-form { display: block; }
.instrument-card { margin: 16px 0; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(180deg, #fff, #f9fcff); }
.instrument-card h3 { margin: 0 0 10px; color: var(--blue); font-size: 17px; }
.mini-grid, .reason-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.reason-grid { grid-template-columns: repeat(2, 1fr); }
.field-title { margin: 14px 0 2px; color: var(--ink); font-weight: 700; }
.desktop-report-table { width: 100%; overflow-x: auto; border: 1px solid #4d5966; border-radius: 4px; background: #fff; }
.desktop-report-table table { width: 100%; min-width: 1500px; border-collapse: collapse; table-layout: fixed; font-family: "SimSun", "Microsoft YaHei", sans-serif; }
.desktop-report-table th, .desktop-report-table td { border: 1px solid #4d5966; padding: 7px 6px; vertical-align: middle; text-align: center; color: #111827; font-size: 13px; line-height: 1.35; }
.desktop-report-table thead th { position: sticky; top: 0; z-index: 1; background: #f7f9fb; font-weight: 700; }
.desktop-report-table tbody th { color: #111827; background: #fff; font-weight: 700; }
.desktop-report-table .row-index { background: #fff; font-weight: 700; }
.desktop-report-table input { width: 100%; min-width: 0; height: 32px; border: 0; border-radius: 0; padding: 0 4px; margin: 0; background: transparent; text-align: center; font-size: 13px; }
.desktop-report-table input:focus { outline: 2px solid rgba(15,101,183,.28); background: #eef7ff; }
.submission-detail { display: grid; gap: 6px; min-width: 420px; line-height: 1.65; }
.submission-detail p { margin: 0; }
.view-submission-toggle:not(.month-list-row) { margin: 4px 0 12px; background: #0f65b7 !important; }
.readonly-report { display: grid; gap: 10px; margin: 12px 0; padding: 12px; border-radius: 16px; background: #f6fbff; border: 1px solid #cfe3f5; }
.readonly-report[hidden] { display: none; }
.readonly-row { padding: 12px; border-radius: 14px; background: #fff; border: 1px solid var(--line); }
.readonly-row strong { display: block; color: var(--blue); margin-bottom: 6px; }
.readonly-row p { margin: 4px 0; font-size: 13px; color: #334155; line-height: 1.55; }
.drawer-card { padding: 0; overflow: hidden; }
.drawer-trigger { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 10px; border: 0; padding: 15px 16px; background: #0f65b7; color: #fff; text-align: left; cursor: pointer; }
.drawer-trigger span { font-weight: 700; }
.drawer-trigger em { flex: 0 0 auto; font-style: normal; color: var(--blue); background: #fff; border-radius: 999px; padding: 5px 9px; font-size: 12px; }
.drawer-trigger::after { content: "展开"; color: #fff; font-size: 12px; }
.drawer-card.open .drawer-trigger::after { content: "收起"; }
.drawer-content { display: none; padding: 0 16px 16px; }
.drawer-card.open .drawer-content { display: block; }
@media (min-width: 1440px) {
  .admin-form { grid-template-columns: minmax(420px, 1fr) 240px 190px auto; }
  .rich-admin-form { grid-template-columns: minmax(520px, 1fr) 240px 190px; }
  .analysis-grid { grid-template-columns: repeat(4, 1fr); }
  .rich-editor { min-height: 320px; }
}
@media (min-width: 1800px) {
  .admin-shell { grid-template-columns: 286px minmax(0, 1fr); }
  .admin-content { padding: 34px; }
  .admin-panel.active { padding: 28px; }
}
@media (max-width: 900px) {
  .brand, .hero, .grid-top, .card-grid { grid-template-columns: 1fr; }
  .xd-head { height: auto; padding: 28px 0; flex-direction: column; align-items: stretch; gap: 18px; }
  .xd-search { width: 100%; }
  .xd-feature, .xd-grid { grid-template-columns: 1fr; }
  .intro-block, .member-block { min-height: auto; border-right: 0; border-bottom: 1px solid #dbdbdb; }
  .brand { gap: 18px; align-items: stretch; }
  .search { width: 100%; }
  .nav { display: flex; overflow-x: auto; }
  .nav a { flex: 0 0 auto; padding-inline: 16px; }
  .hero-slider { min-height: 430px; }
  .admin-form { grid-template-columns: 1fr; }
  .admin-body { padding: 0; place-items: stretch; }
  .admin-shell { grid-template-columns: 1fr; min-height: 100vh; border-radius: 0; }
  .admin-sidebar { position: sticky; top: 0; z-index: 20; padding: 14px; gap: 10px; }
  .sidebar-brand { padding-bottom: 10px; }
  .admin-tabs { display: flex; overflow-x: auto; padding-bottom: 4px; }
  .admin-tabs button { flex: 0 0 auto; width: auto; white-space: nowrap; }
  .sidebar-links { grid-template-columns: repeat(2, 1fr); margin-top: 0; }
  .sidebar-links .logout { grid-column: 1 / -1; }
  .admin-content { padding: 14px; }
  .compact-form, .analysis-grid { grid-template-columns: 1fr; }
  .admin-modal-form { grid-template-columns: 1fr; }
  .admin-modal-actions { flex-direction: column-reverse; }
  .admin-modal-actions button { width: 100%; }
  .mobile-report { margin: -10px; padding: 14px; border-radius: 24px; background: linear-gradient(180deg, #eef7ff, #fff); }
  .report-card { box-shadow: 0 14px 35px rgba(15,101,183,.12); }
  .mini-grid, .reason-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 22px, 1180px); }
  .brand strong { font-size: 22px; }
  .logo-mark { width: 54px; height: 54px; border-radius: 16px; }
  .item-row { grid-template-columns: 38px 1fr; }
  time { grid-column: 2; }
  .slide { padding: 30px; }
  .slide h1 { font-size: 32px; }
}
