@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;700;800&display=swap');

:root { --primary-color: #2A5EF5; --primary-dark: #1744C8; --accent: #FF6B35; --bg: #FFFFFF; --soft-bg: #F2F7FF; --surface: #FFFFFF; --surface-soft: #EAF2FF; --text: #182033; --muted: #65708A; --line: #DCE6FA; --heading: 'Noto Sans SC', 'Microsoft YaHei', sans-serif; --body: 'Noto Sans SC', 'Microsoft YaHei', sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--body); line-height: 1.74; }
a { color: inherit; text-decoration: none; }
.skip-link { position: absolute; top: -60px; left: 16px; background: #fff; padding: 10px 14px; z-index: 10; }
.skip-link:focus { top: 12px; }
.site-header { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 5; }
.header-inner { max-width: 1180px; margin: 0 auto; min-height: 76px; padding: 0 28px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; color: var(--primary-color); font-size: 21px; white-space: nowrap; }
.brand-mark { width: 28px; height: 28px; background: var(--primary-color); border-radius: 8px; box-shadow: inset -8px -8px 0 var(--accent); display: inline-block; }
.main-nav { display: flex; gap: 26px; margin-left: auto; }
.main-nav a { color: var(--muted); padding: 26px 0; border-bottom: 2px solid transparent; }
.main-nav a:hover, .main-nav .active { color: var(--primary-color); border-color: var(--primary-color); }
.download-link, .btn { min-height: 44px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; border: 1px solid var(--primary-color); font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease; }
.download-link, .btn.primary, .btn.cta { background: var(--primary-color); color: #fff; }
.download-link:hover, .btn:hover { transform: translateY(-2px); background: var(--primary-dark); color: #fff; }
.btn.secondary { background: #fff; color: var(--primary-color); }
.hero { background: linear-gradient(135deg, #FFFFFF 0%, #F2F7FF 100%); max-width: none; margin: 0; padding: 86px max(28px, calc((100vw - 1180px) / 2)) 72px; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(330px, .72fr); gap: 50px; align-items: center; }
.eyebrow, .section-heading span, .panel-kicker { color: var(--accent); font-weight: 800; letter-spacing: 0; font-size: 14px; }
h1, h2, h3 { margin: 0; font-family: var(--heading); line-height: 1.16; }
h1 { font-size: clamp(38px, 5vw, 66px); max-width: 900px; font-weight: 800; }
h2 { font-size: clamp(28px, 3vw, 42px); }
h3 { font-size: 22px; }
.hero-lead, .page-hero p { color: var(--muted); font-size: 18px; max-width: 820px; }
.hero-actions, .badge-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.badge-row span, .chip-strip span { border: 1px solid var(--line); background: #fff; border-radius: 8px; padding: 8px 12px; color: #405073; }
.hero-panel { background: var(--primary-color); color: #fff; border-radius: 8px; padding: 34px; min-height: 360px; display: flex; flex-direction: column; justify-content: center; }
.hero-panel .panel-kicker { color: rgba(255,255,255,.82); }
.hero-panel strong { font-size: 31px; line-height: 1.25; margin: 14px 0; }
.hero-panel ul { margin: 0; padding-left: 20px; color: rgba(255,255,255,.84); }
.progress-meter { height: 8px; background: rgba(255,255,255,.22); border-radius: 8px; margin-top: 30px; overflow: hidden; }
.progress-meter span { display: block; height: 100%; width: 70%; background: var(--accent); animation: loadBar 2.5s ease-in-out infinite alternate; }
.stat-band { max-width: 1180px; margin: -28px auto 0; background: #fff; border: 1px solid var(--line); border-radius: 8px; display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; position: relative; z-index: 2; }
.stat-band div { padding: 30px; border-right: 1px solid var(--line); text-align: center; }
.stat-band strong { display: block; color: var(--primary-color); font-size: 34px; font-weight: 800; }
.stat-band span { color: var(--muted); }
.chip-strip, .section, .page-shell { max-width: 1180px; margin: 0 auto; padding: 72px 28px; }
.chip-strip div { display: flex; gap: 12px; overflow-x: auto; padding-top: 16px; }
.section-heading { display: grid; gap: 9px; margin-bottom: 28px; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.info-card, .download-box, .meta-grid div, .steps article, .value-list article, .module-list article, .side-panel, .notice { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 25px; }
.info-card:nth-child(3n+1) { background: var(--soft-bg); }
.card-mark { color: var(--accent); font-weight: 800; }
.info-card p, .feature-copy p, .article-body p, .module-list p, .disclaimer p { color: var(--muted); }
.feature-row { display: grid; grid-template-columns: .82fr 1.18fr; gap: 34px; margin-top: 26px; align-items: stretch; }
.feature-row.reverse { grid-template-columns: 1.18fr .82fr; }
.feature-row.reverse .feature-visual { order: 2; }
.feature-visual { background: var(--surface-soft); border: 1px solid var(--line); border-radius: 8px; min-height: 250px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; }
.feature-visual span { color: var(--primary-color); font-size: 50px; font-weight: 800; }
.feature-visual strong { color: var(--accent); }
.faq-list { display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: 8px; background: #fff; overflow: hidden; }
.faq-item button { width: 100%; border: 0; background: transparent; padding: 20px 24px; display: flex; justify-content: space-between; text-align: left; font: inherit; font-weight: 800; color: var(--text); cursor: pointer; }
.faq-panel { color: var(--muted); padding: 0 24px 22px; }
.faq-panel[hidden] { display: none; }
.download-cta { background: var(--primary-color); color: #fff; padding: 54px max(28px, calc((100vw - 1180px) / 2)); display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.download-cta p { color: rgba(255,255,255,.82); }
.download-cta .btn { background: #fff; color: var(--primary-color); border-color: #fff; }
.page-hero { padding: 58px 0 22px; }
.content-with-sidebar { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 28px; align-items: start; }
.primary-column { display: grid; gap: 24px; }
.download-box { display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.download-box span, .meta-grid span, table th { color: var(--muted); font-size: 14px; }
.meta-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.meta-grid strong { display: block; overflow-wrap: anywhere; }
.table-wrap { overflow-x: auto; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
table { width: 100%; min-width: 620px; border-collapse: collapse; }
th, td { padding: 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.steps, .value-list, .module-list { display: grid; gap: 16px; }
.steps article span { color: var(--accent); font-size: 32px; font-weight: 800; }
.note-list { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 24px 28px 24px 48px; color: var(--muted); }
.side-panel { position: sticky; top: 98px; display: grid; gap: 14px; }
.side-panel a { border-top: 1px solid var(--line); padding-top: 14px; }
.side-panel span { display: block; color: var(--primary-color); font-weight: 800; }
.side-panel small { color: var(--muted); }
.site-footer { background: #fff; color: var(--text); margin-top: 50px; padding: 52px max(28px, calc((100vw - 1180px) / 2)) 24px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr 1.5fr 1fr; gap: 26px; }
.site-footer h2 { font-size: 18px; margin-bottom: 14px; }
.site-footer a { display: block; color: var(--muted); margin: 8px 0; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-cloud span { border: 1px solid var(--line); border-radius: 8px; padding: 6px 10px; color: var(--muted); }
.footer-bottom { margin-top: 34px; color: var(--muted); border-top: 1px solid var(--line); padding-top: 18px; }
.reveal { animation: fadeUp .65s ease both; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes loadBar { from { width: 30%; } to { width: 92%; } }
@media (max-width: 1024px) { .hero, .content-with-sidebar { grid-template-columns: 1fr; } .side-panel { position: static; } .card-grid, .meta-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 760px) { .header-inner { flex-wrap: wrap; padding: 16px 20px; gap: 14px; } .main-nav { order: 3; width: 100%; justify-content: space-between; gap: 10px; } .main-nav a { padding: 6px 0; } .download-link { margin-left: auto; } .hero, .section, .chip-strip, .page-shell { padding-left: 20px; padding-right: 20px; } .card-grid, .meta-grid, .stat-band, .footer-grid { grid-template-columns: 1fr; } .feature-row, .feature-row.reverse { grid-template-columns: 1fr; } .feature-row.reverse .feature-visual { order: 0; } .download-cta { flex-direction: column; align-items: flex-start; } }
@media (max-width: 520px) { h1 { font-size: 34px; } .hero-actions, .badge-row { flex-direction: column; align-items: stretch; } .download-box { flex-direction: column; align-items: flex-start; } .btn, .download-link { width: 100%; } }
