:root {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #dce7f7;
  background: #080d16;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --surface: rgba(17, 26, 42, 0.88);
  --surface-strong: #111b2c;
  --line: rgba(148, 174, 211, 0.15);
  --muted: #8292aa;
  --accent: #ff9f43;
  --accent-soft: rgba(255, 159, 67, 0.13);
  --cyan: #4dd9c5;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
body { margin: 0; min-width: 320px; min-height: 100vh; background: radial-gradient(circle at 78% 2%, rgba(31, 89, 120, 0.22), transparent 32%), radial-gradient(circle at 8% 45%, rgba(255, 159, 67, 0.08), transparent 28%), #080d16; }
button, input { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: 0.55; }

.app-shell { min-height: 100vh; display: flex; flex-direction: column; }
.topbar { height: 72px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; border-bottom: 1px solid var(--line); background: rgba(8, 13, 22, 0.78); backdrop-filter: blur(18px); position: sticky; top: 0; z-index: 10; }
.brand-mark { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; color: #0a1019; font-weight: 900; font-size: 20px; line-height: 1; text-decoration: none; background: linear-gradient(145deg, #ffb15c, #ff8b2c); box-shadow: 0 8px 30px rgba(255, 142, 43, 0.24); }
.brand-copy { display: flex; flex-direction: column; margin-left: 12px; }
.brand-copy strong { font-size: 15px; letter-spacing: 0.16em; }
.brand-copy span { color: var(--muted); font-size: 11px; margin-top: 2px; }
.health { margin-left: auto; display: flex; gap: 8px; align-items: center; color: var(--muted); font-size: 12px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; }
.health i { width: 7px; height: 7px; border-radius: 50%; background: #6d7788; }
.health.online { color: #89e6c2; }
.health.online i { background: #46d89e; box-shadow: 0 0 12px #46d89e; }
.health.offline { color: #ff8f8f; }
.health.offline i { background: #ff6767; }
.site-nav { display: flex; gap: 4px; margin-left: 42px; }
.site-nav button, .nav-login { color: #9baac0; padding: 9px 11px; border: 0; background: transparent; font-size: 12px; }
.site-nav button:hover, .nav-login:hover { color: #fff; }
.account-actions { display: flex; align-items: center; margin-left: auto; }
.member-pill { color: #baf6e8; padding: 8px 11px; border: 1px solid rgba(77,217,197,.25); border-radius: 999px; background: rgba(77,217,197,.08); font-size: 11px; }
.health { margin-left: 12px; }

main { width: min(1180px, calc(100% - 40px)); margin: 0 auto; flex: 1; }
.marketing-hero { min-height: 620px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 50px; align-items: center; }
.marketing-hero h1 { margin: 16px 0; color: #f7f9fd; font-size: clamp(48px, 8vw, 82px); line-height: .98; letter-spacing: 0.01em; }
html[lang="en"] .marketing-hero h1 { letter-spacing: -.06em; }
.marketing-hero p { max-width: 680px; color: #9aabc1; font-size: 18px; line-height: 1.8; }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; }
.primary-cta, .ghost-cta { min-height: 46px; padding: 0 22px; border-radius: 11px; font-weight: 800; font-size: 13px; }
.primary-cta { color: #15100a; border: 0; background: linear-gradient(135deg,#ffc06f,#ff8b2c); box-shadow: 0 14px 38px rgba(255,139,44,.2); }
.primary-cta.full { width: 100%; margin-top: 6px; }
.ghost-cta { color: #d5e0ef; border: 1px solid var(--line); background: rgba(18,28,45,.7); }
.welcome-offer { display: flex; gap: 10px; align-items: center; margin-top: 22px; color: #78899f; font-size: 11px; }
.welcome-offer strong { color: var(--cyan); padding: 5px 8px; border-radius: 6px; background: rgba(77,217,197,.08); }
.armor-visual { width: min(340px, 28vw); aspect-ratio: 1; position: relative; display: grid; place-items: center; justify-self: center; border: 1px solid rgba(255,159,67,.12); border-radius: 50%; background: radial-gradient(circle,rgba(255,159,67,.18),rgba(11,18,30,.1) 55%,transparent 56%); box-shadow: inset 0 0 80px rgba(255,159,67,.05); }
.armor-core { width: 130px; height: 150px; display: grid; place-items: center; color: #17100a; font-size: 52px; font-weight: 900; clip-path: polygon(50% 0,92% 18%,84% 75%,50% 100%,16% 75%,8% 18%); background: linear-gradient(145deg,#ffd18c,#ff8a27); filter: drop-shadow(0 18px 35px rgba(255,139,44,.3)); }
.armor-visual i { width: 78%; height: 1px; position: absolute; background: linear-gradient(90deg,transparent,rgba(255,176,91,.45),transparent); }
.armor-visual i:nth-child(2) { transform: rotate(60deg); }.armor-visual i:nth-child(3) { transform: rotate(-60deg); }
.marketing-section { padding: 92px 0; scroll-margin-top: 80px; }
.marketing-heading { max-width: 680px; margin-bottom: 34px; }
.marketing-heading h2 { color: #edf3fc; font-size: clamp(28px,4vw,42px); letter-spacing: 0.01em; margin: 12px 0; }
html[lang="en"] .marketing-heading h2 { letter-spacing: -.035em; }
.marketing-heading p { color: var(--muted); line-height: 1.7; }
.feature-grid, .process-grid, .pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.feature-grid article, .process-grid article, .price-card { padding: 28px; border: 1px solid var(--line); border-radius: 17px; background: var(--surface); box-shadow: 0 20px 55px rgba(0,0,0,.18); }
.platform-icon { width: 42px; height: 42px; display: grid; place-items: center; color: #111; font-weight: 900; border-radius: 12px; background: linear-gradient(145deg,#ffbd6b,#ff8d2e); }
.feature-grid h3, .process-grid h3 { color: #e8eff9; margin: 20px 0 9px; }
.feature-grid p, .process-grid p { color: var(--muted); font-size: 13px; line-height: 1.7; margin: 0; }
.process-section { border-top: 1px solid rgba(148,174,211,.08); }
.process-grid b { color: var(--accent); font-family: ui-monospace,monospace; font-size: 12px; }
.feature-grid ul { padding: 0; margin: 14px 0 0; list-style: none; }
.feature-grid li { color: #687b94; font-size: 11px; line-height: 1.7; }
.feature-grid li::before { content: '✓'; color: var(--cyan); margin-right: 7px; }
.capabilities-section, .scenarios-section { border-top: 1px solid rgba(148,174,211,.08); }
.capability-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.capability-grid article { padding: 28px; border: 1px solid var(--line); border-radius: 17px; background: var(--surface); box-shadow: 0 20px 55px rgba(0,0,0,.18); }
.capability-grid h3 { color: #e8eff9; margin: 0 0 9px; }
.capability-grid article > p { color: var(--muted); font-size: 13px; line-height: 1.7; margin: 0 0 18px; }
.capability-grid ul { padding: 0; margin: 0; list-style: none; display: grid; gap: 14px; }
.capability-grid li { display: grid; gap: 4px; padding-left: 16px; position: relative; }
.capability-grid li::before { content: ''; position: absolute; left: 0; top: 7px; width: 6px; height: 6px; border-radius: 2px; background: var(--accent); }
.capability-grid li strong { color: #dce6f4; font-size: 13px; }
.capability-grid li span { color: var(--muted); font-size: 12px; line-height: 1.65; }
.scenario-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.scenario-grid article { padding: 24px; border: 1px solid var(--line); border-radius: 17px; background: var(--surface); box-shadow: 0 20px 55px rgba(0,0,0,.18); }
.scenario-grid h3 { color: #e8eff9; font-size: 15px; margin: 0 0 9px; }
.scenario-grid p { color: var(--muted); font-size: 12px; line-height: 1.7; margin: 0; }
.price-card { position: relative; }
.price-card h3 { color: #edf3fc; font-size: 17px; margin: 0 0 20px; }
.price-amount { color: #fff; font-size: 36px; font-weight: 900; letter-spacing: 0; }
.price-amount small { color: var(--muted); font-size: 12px; font-weight: 500; letter-spacing: 0; }
.price-card p { min-height: 42px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.price-card button { width: 100%; margin-top: 14px; }
.pricing-loading, .payment-placeholder { color: var(--muted); font-size: 12px; }
.payment-placeholder { text-align: center; margin-top: 22px; }
.download-hero { padding: 92px 0 70px; max-width: 850px; }
.download-hero h1 { margin: 16px 0; color: #f5f8fd; font-size: clamp(40px,6vw,68px); line-height: 1.04; letter-spacing: 0.01em; }
html[lang="en"] .download-hero h1 { letter-spacing: -.05em; }
.download-hero > p { max-width: 760px; color: #96a8c0; font-size: 17px; line-height: 1.8; }
.release-notice { width: fit-content; display: flex; align-items: center; gap: 9px; margin-top: 25px; padding: 10px 14px; color: #d6b38e; border: 1px solid rgba(255,159,67,.2); border-radius: 999px; background: rgba(255,159,67,.06); font-size: 11px; }
.release-notice i { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 12px rgba(255,159,67,.7); }
.client-section { padding: 56px 0 74px; border-top: 1px solid rgba(148,174,211,.08); }
.client-grid { display: grid; gap: 18px; }
.mobile-clients { grid-template-columns: repeat(3,1fr); }
.desktop-clients { grid-template-columns: repeat(2,1fr); }
.client-card { min-width: 0; padding: 27px; display: grid; grid-template-columns: auto 1fr; column-gap: 14px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg,rgba(20,31,50,.94),rgba(11,18,31,.94)); box-shadow: 0 22px 60px rgba(0,0,0,.18); }
.client-icon { width: 48px; height: 48px; display: grid; place-items: center; grid-row: span 1; color: #12100e; font-size: 19px; font-weight: 900; border-radius: 14px; background: linear-gradient(145deg,#ffd08b,#ff8c2c); }
.windows-client .client-icon { color: #06131b; background: linear-gradient(145deg,#79d8ff,#2c9dd9); }
.client-platform span { color: #63748b; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.client-platform h3 { color: #edf3fc; font-size: 17px; margin: 5px 0 0; }
.client-card > p, .client-card > ul, .client-card > button { grid-column: 1 / -1; }
.client-card > p { min-height: 72px; color: #8fa1b9; font-size: 12px; line-height: 1.72; margin: 22px 0 13px; }
.client-card ul { min-height: 50px; padding: 0; margin: 0 0 21px; list-style: none; }
.client-card li { color: #687b94; font-size: 10px; line-height: 1.7; }
.client-card li::before { content: '✓'; color: var(--cyan); margin-right: 7px; }
.client-card button { min-height: 47px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; color: #74849a; border: 1px solid var(--line); border-radius: 10px; background: rgba(7,13,23,.48); cursor: not-allowed; }
.client-card button span { font-size: 11px; font-weight: 700; }.client-card button small { color: #536175; font-size: 9px; letter-spacing: .1em; }
.download-help { margin: 30px 0 80px; padding: 34px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border: 1px solid rgba(255,159,67,.18); border-radius: 20px; background: radial-gradient(circle at right,rgba(255,159,67,.12),transparent 45%),var(--surface); }
.download-help h2 { color: #eef4fc; margin: 9px 0; }.download-help p { color: var(--muted); font-size: 12px; line-height: 1.7; margin: 0; }
.modal-backdrop { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 20px; background: rgba(2,6,12,.78); backdrop-filter: blur(12px); }
.auth-modal { width: min(430px,100%); padding: 32px; position: relative; border: 1px solid var(--line); border-radius: 20px; background: #111b2c; box-shadow: 0 30px 100px rgba(0,0,0,.55); }
.auth-modal h2 { color: #f0f5fc; margin: 12px 0 8px; }.auth-modal > p { color: var(--muted); font-size: 12px; line-height: 1.65; }
.auth-modal label { display: grid; gap: 7px; color: #b2c0d2; font-size: 11px; margin: 17px 0; }
.auth-modal input { width: 100%; color: #f1f6fd; padding: 12px 13px; border: 1px solid var(--line); border-radius: 9px; outline: none; background: #09111e; }
.auth-modal input:focus { border-color: rgba(255,159,67,.65); box-shadow: 0 0 0 3px var(--accent-soft); }
.code-row { display: grid; grid-template-columns: 1fr auto; gap: 8px; }.code-row button { color: #ffd0a1; padding: 0 13px; border: 1px solid rgba(255,159,67,.25); border-radius: 9px; background: var(--accent-soft); font-size: 11px; }
.modal-close { position: absolute; top: 14px; right: 16px; color: #718198; border: 0; background: transparent; font-size: 24px; }
.auth-message { min-height: 20px; color: #ff9999 !important; text-align: center; margin: 12px 0 0 !important; }
.payment-modal { text-align: center; }
.payment-modal .eyebrow { display: block; text-align: left; }
.wechat-payment-qr { width: 280px; max-width: 100%; margin: 20px auto 14px; padding: 10px; border-radius: 14px; background: #fff; }
.wechat-payment-qr svg { width: 100%; height: auto; display: block; }
.wechat-payment-amount { display: block; color: #ffad5d; font-size: 22px; }
.wechat-payment-order { margin: 10px 0 0 !important; overflow-wrap: anywhere; }
.wechat-payment-state { min-height: 20px; margin-top: 12px !important; color: #ffc27f !important; }
.wechat-payment-state.success { color: #55dec9 !important; }
.member-header { padding: 46px 0 24px; display: flex; align-items: end; justify-content: space-between; gap: 28px; }
.member-header h1 { margin: 8px 0 6px; color: #f3f7fd; font-size: 32px; }
.member-header p, .member-page-heading p { margin: 0; color: var(--muted); font-size: 13px; }
.member-summary { min-width: 480px; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.member-summary div { padding: 16px 18px; display: grid; gap: 6px; border-left: 1px solid var(--line); }
.member-summary div:first-child { border-left: 0; }
.member-summary span, .account-grid span { color: var(--muted); font-size: 10px; }
.member-summary strong { color: #edf4fc; font-size: 13px; overflow: hidden; text-overflow: ellipsis; }
.member-nav { display: flex; gap: 5px; padding: 5px; margin-bottom: 18px; border: 1px solid var(--line); border-radius: 12px; background: rgba(6,11,19,.55); }
.member-nav button { padding: 10px 16px; color: var(--muted); border: 0; border-radius: 8px; background: transparent; font-size: 12px; }
.member-nav button.active { color: #fff; background: #21304a; }
.member-pane { min-height: 520px; padding: 52px 0 30px; }
.member-page-heading { margin-bottom: 26px; }
.member-page-heading h2 { margin: 9px 0 7px; color: #eef4fc; font-size: 28px; }
.account-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.account-grid article { min-height: 150px; padding: 25px; display: grid; align-content: start; gap: 12px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.account-grid strong { color: #f0f5fb; font-size: 20px; }
.account-grid small { color: #6f8098; font-size: 11px; line-height: 1.6; }
.member-notice { margin-top: 20px; padding: 16px 18px; color: #d4ad82; font-size: 12px; border: 1px solid rgba(255,159,67,.2); border-radius: 12px; background: rgba(255,159,67,.06); }
.history-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.history-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.history-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.history-table th { padding: 14px 16px; color: #708198; text-align: left; font-size: 10px; border-bottom: 1px solid var(--line); }
.history-table td { padding: 16px; color: #aab8ca; border-bottom: 1px solid rgba(148,174,211,.08); vertical-align: middle; }
.history-table tr:last-child td { border-bottom: 0; }
.history-table td strong, .history-table td small { display: block; }
.history-table td strong { color: #edf3fb; margin-bottom: 4px; }
.history-table td small { color: #64758c; margin-top: 5px; font-size: 9px; }
.history-status { padding: 5px 8px; border-radius: 999px; font-size: 10px; }
.history-status.success { color: #7be1cf; background: rgba(77,217,197,.09); }
.history-status.failed { color: #ff9292; background: rgba(255,103,103,.09); }
.history-status.running { color: #ffc07c; background: var(--accent-soft); }
.history-download { padding: 7px 11px; color: #071510; font-weight: 800; border: 0; border-radius: 7px; background: var(--cyan); font-size: 10px; }
.history-download:hover { filter: brightness(1.08); }
/* 下载 / 报告 并排: 主操作是实心青绿, 次操作是描边幽灵按钮, 同一套圆角与内边距。
   之前"报告"没有任何样式, 直接吃了浏览器默认按钮外观, 与整站完全不搭。 */
.history-actions { display: flex; align-items: center; gap: 8px; white-space: nowrap; }
.history-report { padding: 6px 11px; color: #cfe0f5; font-weight: 700; font-size: 10px; line-height: 1.5; border: 1px solid rgba(148, 174, 211, .3); border-radius: 7px; background: transparent; cursor: pointer; transition: 160ms ease; }
.history-report:hover { color: #fff; border-color: rgba(148, 174, 211, .55); background: rgba(148, 174, 211, .1); }
.history-report:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.empty-history { height: 150px; color: var(--muted) !important; text-align: center; }
.hero { padding: 68px 0 38px; max-width: 760px; }
.eyebrow { color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: 0.2em; }
.hero h1 { margin: 14px 0 13px; color: #f4f8ff; font-size: clamp(32px, 5vw, 52px); line-height: 1.08; letter-spacing: 0.01em; }
html[lang="en"] .hero h1 { letter-spacing: -0.04em; }
.hero p { color: #95a6bf; font-size: 16px; line-height: 1.7; margin: 0; }

.workspace { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(320px, 0.85fr); gap: 20px; align-items: start; }
.panel { border: 1px solid var(--line); border-radius: 18px; background: var(--surface); box-shadow: 0 24px 70px rgba(0, 0, 0, 0.25); backdrop-filter: blur(14px); }
.primary-panel { position: relative; z-index: 2; }
.primary-panel { padding: 28px; }
.settings-panel { padding: 26px; position: sticky; top: 92px; }
.section-heading { display: flex; gap: 13px; align-items: center; margin-bottom: 22px; }
.section-heading.compact { margin-bottom: 18px; }
.section-heading h2 { color: #ecf3fd; font-size: 16px; margin: 0 0 4px; }
.section-heading p { color: var(--muted); font-size: 12px; margin: 0; }
.step { color: var(--accent); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; font-weight: 800; padding: 6px 7px; border-radius: 7px; background: var(--accent-soft); }

.dropzone { min-height: 245px; border: 1px dashed rgba(125, 157, 199, 0.34); border-radius: 15px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--muted); background: rgba(5, 10, 18, 0.34); transition: 180ms ease; outline: none; }
.dropzone:hover, .dropzone.dragging, .dropzone:focus-visible { border-color: var(--accent); background: var(--accent-soft); transform: translateY(-1px); }
.dropzone input, .secondary-button input { display: none; }
.dropzone strong { color: #dce8f8; font-size: 15px; margin: 14px 0 6px; }
.dropzone span { font-size: 12px; }
.upload-glyph { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; color: var(--accent); font-size: 28px; background: var(--accent-soft); }
.selected-apk { min-height: 126px; padding: 22px; display: flex; align-items: center; gap: 17px; border: 1px solid rgba(77, 217, 197, 0.26); border-radius: 15px; background: rgba(77, 217, 197, 0.055); }
.apk-cube { width: 56px; height: 56px; border-radius: 14px; display: grid; place-items: center; color: #07120f; font-size: 11px; font-weight: 900; letter-spacing: .08em; background: linear-gradient(145deg, #6de9d6, #31bda9); }
.selected-apk > div:nth-child(2) { display: flex; min-width: 0; flex: 1; flex-direction: column; }
.selected-apk strong { overflow: hidden; color: #effffb; text-overflow: ellipsis; white-space: nowrap; }
.selected-apk span { color: #7fa99f; font-size: 12px; margin-top: 5px; }
.text-button, .icon-button { color: var(--accent); border: 0; background: transparent; }
.section-divider { height: 1px; margin: 28px 0; background: var(--line); }
.upload-list { display: grid; gap: 11px; }
.optional-upload { min-height: 70px; padding: 12px 13px 12px 16px; display: flex; gap: 12px; align-items: center; border: 1px solid var(--line); border-radius: 12px; background: rgba(7, 13, 23, .28); }
.optional-upload > div:first-child { display: flex; min-width: 120px; flex: 1; flex-direction: column; }
.optional-upload strong { color: #dce6f4; font-size: 13px; }
.optional-upload span { color: var(--muted); font-size: 11px; margin-top: 4px; }
/* 可选文件行里的说明链接: 未加样式时会用浏览器默认的蓝色下划线, 在深色底上
   对比度极差、几乎看不清。这里改成与强调色一致, 并压低下划线存在感。 */
.optional-upload span a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-color: rgba(148, 174, 211, .45);
  text-underline-offset: 3px;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}
.optional-upload span a:hover,
.optional-upload span a:focus-visible {
  color: #fff;
  text-decoration-color: currentColor;
  outline: none;
}
.text-input { flex-shrink: 0; width: min(280px, 45%); padding: 9px 11px; color: #d5e0ef; font-size: 12px; border: 1px solid var(--line); border-radius: 8px; background: #101a2b; outline: none; }
.text-input::placeholder { color: #5b6a80; }
.text-input:focus { border-color: rgba(255, 159, 67, .55); }
.abi-select { position: relative; flex-shrink: 0; width: min(280px, 45%); }
.abi-select-button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 8px; cursor: pointer; text-align: left; }
.abi-select-button #apk-abis-label { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.abi-caret { color: var(--muted); font-size: 10px; }
.abi-menu { position: absolute; right: 0; top: calc(100% + 6px); z-index: 40; min-width: 100%; padding: 6px; display: flex; flex-direction: column; gap: 2px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface-strong); box-shadow: 0 14px 34px rgba(0, 0, 0, .5); }
.abi-option { display: flex; align-items: center; gap: 8px; padding: 7px 9px; border-radius: 7px; color: #d5e0ef; font-size: 12px; cursor: pointer; }
.abi-option:hover { background: #16233a; }
.abi-option input { accent-color: var(--accent); margin: 0; }
.secondary-button { flex-shrink: 0; color: #b7c7dc; font-size: 11px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 8px; background: #172238; cursor: pointer; }
.secondary-button:hover { color: #fff; border-color: rgba(255, 159, 67, .5); }
/* 著作权与合规承诺 (风险前置第 1 层): 不可跳过的勾选框 + 承诺条目。
   视觉上要"显眼但不吓人": 描边卡片 + 与主流程一致的强调色勾选。 */
.compliance { margin-top: 18px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 14px; background: rgba(7, 13, 23, .34); }
.compliance-check { display: flex; gap: 11px; align-items: flex-start; color: #dbe6f5; font-size: 13px; line-height: 1.65; cursor: pointer; }
.compliance-check input { flex: none; width: 16px; height: 16px; margin: 3px 0 0; accent-color: var(--accent); cursor: pointer; }
.compliance-list { margin: 12px 0 0; padding-left: 30px; display: grid; gap: 7px; }
.compliance-list li { color: #a9b8cd; font-size: 12px; line-height: 1.7; }
.compliance-note { margin: 12px 0 0; padding-left: 30px; color: #6f8199; font-size: 11px; line-height: 1.7; }
/* 未勾选就被拦截时短暂高亮, 指出"要先勾这里"。 */
.compliance.attention { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.link-inline { color: var(--accent); text-decoration: underline; text-decoration-color: rgba(148, 174, 211, .45); text-underline-offset: 3px; }
.link-inline:hover { color: #fff; }
.file-badge { min-width: 0; max-width: 58%; display: flex; align-items: center; gap: 8px; }
.file-icon { color: var(--cyan) !important; }
.file-meta { display: flex; min-width: 0; flex-direction: column; }
.file-meta strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.file-meta small { color: var(--muted); font-size: 10px; margin-top: 2px; }
.icon-button { color: #7e8da3; font-size: 20px; }

.segmented { padding: 4px; display: grid; grid-template-columns: 1fr 1fr; gap: 3px; border-radius: 10px; background: #0a111e; }
.segmented button { padding: 10px 8px; color: var(--muted); font-size: 12px; border: 0; border-radius: 7px; background: transparent; }
.segmented button.active { color: #f4f7fc; background: #1c2940; box-shadow: 0 3px 10px rgba(0, 0, 0, .25); }
.info-card { padding: 17px; display: flex; gap: 12px; margin-top: 15px; border: 1px solid rgba(77, 217, 197, .18); border-radius: 12px; background: rgba(77, 217, 197, .055); }
.shield { width: 28px; height: 28px; flex: 0 0 auto; display: grid; place-items: center; color: #091914; border-radius: 9px; background: var(--cyan); }
.info-card strong { color: #dffbf4; font-size: 12px; }
.info-card p { color: #75988f; font-size: 11px; line-height: 1.55; margin: 4px 0 0; }
.signing-fields { display: grid; gap: 11px; margin-top: 15px; }
.signing-fields .optional-upload { display: block; }
.signing-fields .optional-upload > div:first-child { margin-bottom: 10px; }
.signing-fields .file-badge { max-width: 100%; }
.signing-fields label { display: grid; gap: 6px; color: #aab8cb; font-size: 11px; }
.signing-fields label span { display: flex; justify-content: space-between; }
.signing-fields em { color: #65748a; font-style: normal; }
.signing-fields input { width: 100%; color: #eef5ff; padding: 11px 12px; border: 1px solid var(--line); border-radius: 9px; outline: none; background: #0a111d; }
.signing-fields input:focus { border-color: rgba(255, 159, 67, .65); box-shadow: 0 0 0 3px var(--accent-soft); }
.task-summary { display: grid; gap: 9px; margin: 24px 0 16px; padding-top: 18px; border-top: 1px solid var(--line); }
.task-summary div { display: flex; justify-content: space-between; font-size: 11px; }
.task-summary span { color: var(--muted); }
.task-summary strong { color: #c8d5e7; font-weight: 600; }
.submit-button { width: 100%; min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 9px; color: #15100a; font-weight: 800; font-size: 13px; border: 0; border-radius: 11px; background: linear-gradient(135deg, #ffb15d, #ff8b2c); box-shadow: 0 12px 30px rgba(255, 139, 44, .2); }
.submit-button:not(:disabled):hover { filter: brightness(1.07); transform: translateY(-1px); }
.security-note { color: #59677a; font-size: 10px; text-align: center; margin: 11px 0 0; }
.spinner { width: 15px; height: 15px; border: 2px solid rgba(15, 11, 7, .25); border-top-color: #17100a; border-radius: 50%; animation: spin .75s linear infinite; }

.result-banner { min-height: 84px; margin: 18px 0 0; padding: 18px 22px; display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: start; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.result-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; color: #d7e3f2; background: #253249; }
.result-banner strong { color: #eaf2fd; font-size: 13px; }
.progress-value { margin-left: 8px; color: var(--accent); font-size: 11px; font-variant-numeric: tabular-nums; }
.result-banner p { color: var(--muted); font-size: 12px; margin: 4px 0 0; }
.download-result { margin-top: 12px; padding: 9px 16px; color: #071510; font-size: 12px; font-weight: 800; border: 0; border-radius: 8px; background: var(--cyan); }
.download-result:hover { filter: brightness(1.08); transform: translateY(-1px); }
.progress-steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px 14px; margin: 13px 0 0; padding: 0; list-style: none; }
.progress-steps li { min-width: 0; display: grid; grid-template-columns: 14px minmax(0, 1fr); gap: 5px; color: #5f6e82; font-size: 10px; }
.progress-steps li::before { content: "○"; }
.progress-steps li span { min-width: 0; display: grid; gap: 2px; }
.progress-steps li b { color: inherit; font-size: 10px; font-weight: 700; }
.progress-steps li small { color: #536176; font-size: 9px; line-height: 1.35; }
.progress-steps li.active { color: #ffc07c; }
.progress-steps li.active::before { content: "●"; }
.progress-steps li.active small { color: #b98e69; }
.progress-steps li.done { color: #70d8c8; }
.progress-steps li.done::before { content: "✓"; }
.progress-steps li.done small { color: #4e827d; }
.result-banner.success { border-color: rgba(77, 217, 197, .25); }
.result-banner.success .result-icon { color: #071510; background: var(--cyan); }
.result-banner.error { border-color: rgba(255, 103, 103, .26); }
.result-banner.error .result-icon { color: #1b0909; background: #ff7777; }
/* 保护等级提示: 默认沿用普通说明文字样式, 判定为"保护不足"时转为琥珀色警示,
   让用户一眼区分"加固成功"与"保护充分"这两件事。 */
.result-grade { color: var(--muted); }
.result-grade.warn { color: #ffc46b; font-weight: 700; }
.result-banner.insufficient { border-color: rgba(255, 196, 107, .38); }
/* 未保护明细: 折叠展示, 避免长清单把结果区撑高; 判定"保护不足"时用琥珀色强调 */
.result-report-block { margin: 10px 0 0; font-size: 12px; }
.result-report-block > summary {
  cursor: pointer;
  color: var(--muted);
  padding: 4px 0;
  list-style: none;
}
.result-report-block > summary::before { content: "▸ "; }
.result-report-block[open] > summary::before { content: "▾ "; }
.result-report-block > summary:hover { color: #dce7f7; }
.result-report {
  margin: 8px 0 0;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(6, 11, 20, .6);
  color: #c3d3e8;
  line-height: 1.8;
  word-break: break-word;
}
.result-banner.insufficient .result-report { border-color: rgba(255, 196, 107, .3); }
.result-report-hint { margin: 6px 0 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.progress-track { height: 2px; position: absolute; inset: auto 0 0; background: rgba(255,255,255,.04); }
.progress-track i { height: 100%; width: 0; display: block; background: var(--accent); transition: width .45s ease; }

footer { width: min(1180px, calc(100% - 40px)); margin: 38px auto 0; padding: 26px 0 32px; color: #4d5c70; font-size: 11px; border-top: 1px solid rgba(148, 174, 211, .08); }
.footer-top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px; }
.footer-brand { display: flex; flex-direction: column; gap: 6px; max-width: 360px; }
.footer-brand strong { color: #cfdcf0; font-size: 13px; letter-spacing: .08em; }
.footer-brand p { margin: 0; color: #5b6a80; font-size: 11px; line-height: 1.7; }
.footer-col h4 { margin: 0 0 12px; color: #8b9bb1; font-size: 11px; letter-spacing: .1em; }
.footer-col a { display: block; color: #5f6e84; font-size: 11px; line-height: 1.9; text-decoration: none; }
.footer-col a:hover { color: #ffc07c; }
.footer-bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; margin-top: 22px; padding-top: 16px; border-top: 1px solid rgba(148, 174, 211, .08); }
.footer-bottom a { color: #5f6e84; text-decoration: none; }
.footer-bottom a:hover { color: #ffc07c; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 18px; }
.site-nav a { color: #9baac0; padding: 9px 11px; text-decoration: none; font-size: 12px; display: inline-block; }
.site-nav a:hover { color: #fff; }
.site-nav a.active { color: #fff; }

/* Static / legal pages */
.page-hero { padding: 84px 0 60px; max-width: 860px; }
.page-hero h1 { margin: 16px 0; color: #f5f8fd; font-size: clamp(38px, 6vw, 60px); line-height: 1.06; letter-spacing: 0.01em; }
html[lang="zh-CN"] .page-hero h1 { letter-spacing: 0; }
.page-hero p { max-width: 720px; color: #96a8c0; font-size: 16px; line-height: 1.8; margin: 0; }
.legal-body { max-width: 860px; padding: 10px 0 70px; }
.legal-body h2 { color: #eef4fc; font-size: 24px; margin: 40px 0 14px; }
.legal-body h3 { color: #dde7f5; font-size: 17px; margin: 28px 0 10px; }
.legal-body p, .legal-body li { color: #93a4bc; font-size: 14px; line-height: 1.85; }
.legal-body ul { padding-left: 20px; }
.legal-body a { color: #ffb15c; }
.legal-body .updated { color: #6a7a92; font-size: 12px; }
.legal-card { padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.legal-card + .legal-card { margin-top: 18px; }
.legal-card h3 { margin-top: 0; }
.about-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 34px 0 8px; }
.about-grid article { padding: 26px; border: 1px solid var(--line); border-radius: 17px; background: var(--surface); }
.about-grid h3 { color: #e8eff9; margin: 0 0 10px; font-size: 16px; }
.about-grid p { color: var(--muted); font-size: 13px; line-height: 1.7; margin: 0; }
.company-address { color: #8fa1b9; font-size: 13px; line-height: 1.9; }
@media (max-width: 560px) {
  .about-grid { grid-template-columns: 1fr; }
  .page-hero { padding-top: 56px; }
}
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes progress { from { transform: translateX(-110%); } to { transform: translateX(310%); } }

@media (max-width: 1080px) {
  .site-nav { display: none; }
  .marketing-hero { min-height: 560px; grid-template-columns: 1fr; }
  .armor-visual { display: none; }
  .feature-grid, .process-grid, .pricing-grid, .mobile-clients, .desktop-clients, .capability-grid, .scenario-grid { grid-template-columns: 1fr; }
  .workspace { grid-template-columns: 1fr; }
  .settings-panel { position: static; }
  .hero { padding-top: 48px; }
  .member-header { align-items: stretch; flex-direction: column; }
  .member-summary { min-width: 0; }
  .account-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .result-banner { padding-inline: 16px; }
  .progress-steps { grid-template-columns: 1fr; }
  .member-summary { grid-template-columns: 1fr; }
  .member-summary div { border-left: 0; border-top: 1px solid var(--line); }
  .member-summary div:first-child { border-top: 0; }
  .member-nav { overflow-x: auto; }
  .member-nav button { white-space: nowrap; }
}
@media (max-width: 560px) {
  main, footer { width: min(100% - 24px, 1180px); }
  .topbar { padding: 0 14px; }
  .brand-copy span { display: none; }
  .health { display: none; }
  .marketing-hero h1 { font-size: 50px; }
  .download-help { align-items: stretch; flex-direction: column; }
  .hero { padding: 38px 4px 28px; }
  .hero h1 { font-size: 34px; }
  .primary-panel, .settings-panel { padding: 19px; }
  .optional-upload { align-items: flex-start; flex-direction: column; }
  .file-badge { max-width: 100%; }
  footer { gap: 12px; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}


/* Android-only site redesign */
body.android-site,
body.android-console {
  --surface: rgba(10, 22, 19, .88);
  --surface-strong: #0c1b17;
  --line: rgba(151, 205, 183, .15);
  --muted: #839b91;
  --accent: #b8f34b;
  --accent-soft: rgba(184, 243, 75, .11);
  --cyan: #52e0b4;
  color: #e7f1eb;
  background:
    linear-gradient(rgba(108, 151, 132, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(108, 151, 132, .035) 1px, transparent 1px),
    radial-gradient(circle at 72% 8%, rgba(57, 177, 128, .13), transparent 32%),
    radial-gradient(circle at 8% 30%, rgba(184, 243, 75, .06), transparent 26%),
    #07110e;
  background-size: 42px 42px, 42px 42px, auto, auto, auto;
}
.android-site .topbar,
.android-console .topbar {
  height: 76px;
  background: rgba(7, 17, 14, .84);
  border-bottom-color: rgba(151, 205, 183, .12);
}
.android-site .brand-mark,
.android-console .brand-mark {
  color: #07110e;
  border-radius: 10px 10px 10px 3px;
  background: linear-gradient(145deg, #d7ff75, #79dc72);
  box-shadow: 0 9px 32px rgba(135, 226, 105, .2);
}
.android-site .brand-copy a,
.android-console .brand-copy a {
  color: inherit;
  text-decoration: none;
}
.android-site .brand-copy strong,
.android-console .brand-copy strong { letter-spacing: .08em; }
.android-site .site-nav a.active,
.android-console .site-nav a.active { color: #d7ff75; }
.android-site .nav-login,
.android-console .nav-login {
  color: #d9f5e9;
  border: 1px solid rgba(184, 243, 75, .2);
  border-radius: 9px;
  background: rgba(184, 243, 75, .06);
  text-decoration: none;
}
.android-site .primary-cta,
.android-console .primary-cta,
.android-console .submit-button {
  color: #07110e;
  background: linear-gradient(135deg, #d9ff72, #8ce56d);
  box-shadow: 0 14px 42px rgba(151, 231, 104, .16);
}
.android-site .ghost-cta,
.android-console .ghost-cta {
  color: #dcebe4;
  background: rgba(11, 26, 21, .72);
}
.android-site .eyebrow,
.android-console .eyebrow { color: #9ee9be; }
.android-site .eyebrow i {
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 7px;
  border-radius: 2px;
  background: #b8f34b;
  box-shadow: 0 0 14px rgba(184, 243, 75, .7);
}

.android-hero {
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(390px, .97fr);
  gap: clamp(40px, 7vw, 88px);
  align-items: center;
  padding: 72px 0 64px;
}
.android-hero-copy h1 {
  max-width: 760px;
  margin: 22px 0 24px;
  color: #f3f8f5;
  font-size: clamp(45px, 5.4vw, 72px);
  line-height: 1.08;
  letter-spacing: -.045em;
}
html[lang="zh-CN"] .android-hero-copy h1 {
  font-size: clamp(44px, 5vw, 68px);
  letter-spacing: -.04em;
}
.android-hero-copy h1 em {
  color: #b8f34b;
  font-style: normal;
}
.android-hero-copy > p {
  max-width: 700px;
  margin: 0;
  color: #93aa9f;
  font-size: 17px;
  line-height: 1.85;
}
/* 页面可见的最后更新时间 (配合 JSON-LD 的 dateModified)。
   放在 hero 内时需要压过 .android-hero-copy > p 的字号与 max-width。 */
.page-updated { margin: 10px 0 0; color: var(--muted); font-size: 12.5px; }
.android-hero-copy > .page-updated {
  max-width: none;
  margin: 12px 0 0;
  font-size: 12.5px;
  line-height: 1.6;
}
.android-hero .primary-cta,
.android-hero .ghost-cta,
.android-final-cta .primary-cta {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-decoration: none;
}
.android-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 30px;
  color: #718980;
  font-size: 11px;
}
.android-proof-row span { display: flex; align-items: baseline; gap: 6px; }
.android-proof-row b { color: #d5e6de; font: 700 12px ui-monospace, SFMono-Regular, Consolas, monospace; }

.protection-terminal {
  overflow: hidden;
  border: 1px solid rgba(157, 224, 193, .18);
  border-radius: 18px;
  background: linear-gradient(155deg, rgba(14, 32, 26, .96), rgba(5, 13, 11, .98));
  box-shadow: 0 36px 90px rgba(0, 0, 0, .38), inset 0 1px rgba(255, 255, 255, .03);
}
.terminal-top {
  min-height: 45px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  border-bottom: 1px solid rgba(157, 224, 193, .11);
}
.terminal-top span {
  margin-right: auto;
  color: #719087;
  font: 700 9px ui-monospace, SFMono-Regular, Consolas, monospace;
  letter-spacing: .16em;
}
.terminal-top i { width: 7px; height: 7px; margin-left: 6px; border-radius: 50%; background: #294139; }
.terminal-package {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 13px;
  align-items: center;
  margin: 17px;
  padding: 14px;
  border: 1px solid rgba(184, 243, 75, .13);
  border-radius: 12px;
  background: rgba(184, 243, 75, .035);
}
.package-badge {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  color: #07110e;
  border-radius: 10px;
  background: #b8f34b;
  font: 900 11px ui-monospace, monospace;
}
.terminal-package div { min-width: 0; display: grid; gap: 4px; }
.terminal-package small,
.terminal-output span { color: #58736a; font: 700 8px ui-monospace, monospace; letter-spacing: .14em; }
.terminal-package strong,
.terminal-output strong { overflow: hidden; color: #dcebe4; font: 700 11px ui-monospace, monospace; text-overflow: ellipsis; white-space: nowrap; }
.terminal-package > b,
.terminal-output b { color: #8de8b5; font: 700 8px ui-monospace, monospace; letter-spacing: .08em; }
.terminal-flow { padding: 0 17px; margin: 0; list-style: none; }
.terminal-flow li {
  min-height: 67px;
  display: grid;
  grid-template-columns: 28px 1fr auto;
  gap: 12px;
  align-items: center;
  position: relative;
  border-top: 1px solid rgba(157, 224, 193, .08);
}
.terminal-flow li::before {
  content: "";
  width: 1px;
  position: absolute;
  left: 13px;
  top: -18px;
  bottom: 45px;
  background: rgba(184, 243, 75, .22);
}
.terminal-flow li:first-child::before { display: none; }
.terminal-flow li > span {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  z-index: 1;
  color: #9bc4b3;
  border: 1px solid rgba(184, 243, 75, .25);
  border-radius: 7px;
  background: #0b1915;
  font: 700 9px ui-monospace, monospace;
}
.terminal-flow li div { min-width: 0; display: grid; gap: 5px; }
.terminal-flow li strong { color: #cdded6; font-size: 11px; }
.terminal-flow li small { color: #5f786f; font: 9px ui-monospace, monospace; }
.terminal-flow li > i { color: #79dca4; font: normal 700 8px ui-monospace, monospace; }
.terminal-output {
  min-height: 56px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  margin: 10px 17px 17px;
  padding: 0 14px;
  border-radius: 10px;
  background: rgba(82, 224, 180, .07);
}

.signal-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(151, 205, 183, .13);
  border-radius: 15px;
  background: rgba(8, 21, 17, .68);
}
.signal-strip div { min-height: 91px; display: grid; place-content: center; gap: 7px; padding: 14px 24px; border-left: 1px solid rgba(151, 205, 183, .1); }
.signal-strip div:first-child { border-left: 0; }
.signal-strip strong { color: #d8e9e1; font: 800 13px ui-monospace, monospace; }
.signal-strip span { color: #647d73; font-size: 10px; }

.android-section {
  padding: 112px 0;
  scroll-margin-top: 80px;
  border-bottom: 1px solid rgba(151, 205, 183, .08);
}
.android-section-heading { max-width: 750px; margin-bottom: 44px; }
.android-section-heading.compact { max-width: 900px; }
.android-section-heading h2 {
  margin: 14px 0;
  color: #eff7f3;
  font-size: clamp(31px, 4vw, 48px);
  line-height: 1.14;
  letter-spacing: -.035em;
}
.android-section-heading p { color: #80998f; font-size: 15px; line-height: 1.8; }

.security-layer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.security-layer-grid article {
  min-height: 330px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(151, 205, 183, .13);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(12, 27, 22, .9), rgba(7, 17, 14, .92));
}
.security-layer-grid article::after {
  content: "";
  width: 140px;
  height: 140px;
  position: absolute;
  right: -65px;
  top: -65px;
  border: 1px solid rgba(184, 243, 75, .1);
  border-radius: 50%;
}
.layer-index { color: #8adfae; font: 700 10px ui-monospace, monospace; letter-spacing: .18em; }
.security-layer-grid h3 { margin: 45px 0 13px; color: #e4eee9; font-size: 21px; }
.security-layer-grid p { max-width: 570px; color: #82998f; font-size: 13px; line-height: 1.75; }
.security-layer-grid ul { padding: 0; margin: 25px 0 0; display: grid; gap: 9px; list-style: none; }
.security-layer-grid li { color: #71897f; font-size: 11px; }
.security-layer-grid li::before { content: "↳"; margin-right: 9px; color: #b8f34b; }

.architecture-section { padding-bottom: 125px; }
.architecture-flow { display: grid; grid-template-columns: repeat(4, 1fr); }
.architecture-flow article {
  min-height: 250px;
  padding: 26px 24px;
  position: relative;
  border: 1px solid rgba(151, 205, 183, .13);
  border-left: 0;
  background: rgba(9, 22, 18, .62);
}
.architecture-flow article:first-child { border-left: 1px solid rgba(151, 205, 183, .13); border-radius: 15px 0 0 15px; }
.architecture-flow article:last-child { border-radius: 0 15px 15px 0; }
.architecture-flow article:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -10px;
  top: 34px;
  z-index: 2;
  color: #b8f34b;
  font-family: ui-monospace, monospace;
}
.architecture-flow b { color: #b8f34b; font: 800 22px ui-monospace, monospace; }
.architecture-flow span { display: block; margin-top: 30px; color: #587268; font: 700 8px ui-monospace, monospace; letter-spacing: .15em; }
.architecture-flow h3 { color: #dce9e3; font-size: 15px; margin: 8px 0 10px; }
.architecture-flow p { color: #738a80; font-size: 11px; line-height: 1.7; margin: 0; }

.android-scenarios .scenario-grid article { background: rgba(9, 22, 18, .62); border-color: rgba(151, 205, 183, .13); box-shadow: none; }
.android-scenarios .scenario-grid article > span { color: #7ecb9e; font: 700 8px ui-monospace, monospace; letter-spacing: .16em; }
.android-scenarios .scenario-grid h3 { margin-top: 24px; }

.android-final-cta {
  min-height: 260px;
  margin: 80px 0;
  padding: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(184, 243, 75, .16);
  border-radius: 20px;
  background: radial-gradient(circle at 90% 50%, rgba(184, 243, 75, .13), transparent 30%), linear-gradient(145deg, #0e241d, #091712);
}
.android-final-cta::after { content: "Z"; position: absolute; right: 4%; color: rgba(184, 243, 75, .035); font-size: 220px; font-weight: 900; line-height: 1; }
.android-final-cta > * { z-index: 1; }
.android-final-cta h2 { margin: 11px 0; color: #eff7f3; font-size: clamp(28px, 4vw, 43px); letter-spacing: -.035em; }
.android-final-cta p { color: #879e94; line-height: 1.7; }
.android-final-cta .primary-cta { flex: 0 0 auto; }

@media (max-width: 980px) {
  .android-hero { grid-template-columns: 1fr; padding-top: 80px; }
  .protection-terminal { width: min(620px, 100%); }
  .architecture-flow { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .architecture-flow article,
  .architecture-flow article:first-child,
  .architecture-flow article:last-child { border: 1px solid rgba(151, 205, 183, .13); border-radius: 13px; }
  .architecture-flow article::after { display: none; }
}
@media (max-width: 680px) {
  .android-hero { min-height: 0; padding: 58px 0 45px; }
  .android-hero-copy h1 { font-size: 41px; }
  .android-hero-copy > p { font-size: 15px; }
  .android-proof-row { display: grid; grid-template-columns: 1fr 1fr; }
  .signal-strip,
  .security-layer-grid,
  .architecture-flow { grid-template-columns: 1fr; }
  .signal-strip div { min-height: 74px; border-left: 0; border-top: 1px solid rgba(151, 205, 183, .1); }
  .signal-strip div:first-child { border-top: 0; }
  .android-section { padding: 78px 0; }
  .security-layer-grid article { min-height: 0; }
  .android-final-cta { margin: 55px 0; padding: 30px 24px; align-items: flex-start; flex-direction: column; }
}


/* Android protection console */
.android-console main { width: min(1240px, calc(100% - 40px)); }
.android-console .member-header { padding-top: 50px; }
.android-console .member-header h1 { color: #eef7f2; font-size: 34px; letter-spacing: -.03em; }
.android-console .member-summary,
.android-console .member-nav,
.android-console .panel,
.android-console .result-banner,
.android-console .account-grid article,
.android-console .price-card,
.android-console .member-notice,
.android-console .history-table-wrap {
  border-color: rgba(151, 205, 183, .14);
  background-color: rgba(9, 22, 18, .76);
}
.android-console .member-nav { background: rgba(5, 14, 11, .66); }
.android-console .member-nav button.active {
  color: #dff8eb;
  background: rgba(82, 224, 180, .1);
  box-shadow: inset 0 0 0 1px rgba(82, 224, 180, .08);
}
.android-console .hero { max-width: 900px; padding-top: 58px; }
.android-console .hero h1 {
  color: #f1f8f4;
  font-size: clamp(34px, 4.6vw, 54px);
  letter-spacing: -.035em;
}
.android-console .hero p { max-width: 800px; color: #8ba399; }
.console-pipeline-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-top: 24px;
}
.console-pipeline-badges span {
  padding: 7px 10px;
  color: #9bc7b4;
  border: 1px solid rgba(151, 205, 183, .14);
  border-radius: 7px;
  background: rgba(11, 27, 21, .72);
  font: 700 9px ui-monospace, monospace;
  letter-spacing: .06em;
}
.console-pipeline-badges i { color: #527268; font: normal 10px ui-monospace, monospace; }
.android-console .panel {
  background: linear-gradient(150deg, rgba(12, 27, 22, .92), rgba(7, 17, 14, .93));
  box-shadow: 0 25px 75px rgba(0, 0, 0, .27);
}
.android-console .dropzone {
  border-color: rgba(151, 205, 183, .28);
  background: rgba(5, 14, 11, .4);
}
.android-console .dropzone:hover,
.android-console .dropzone.dragging,
.android-console .dropzone:focus-visible {
  border-color: #b8f34b;
  background: rgba(184, 243, 75, .055);
}
.android-console .upload-glyph,
.android-console .step { color: #b8f34b; }
.android-console .apk-cube {
  color: #07110e;
  background: linear-gradient(145deg, #d7ff75, #79dc72);
}
.android-console .selected-apk {
  border-color: rgba(82, 224, 180, .24);
  background: rgba(82, 224, 180, .055);
}
.android-console .segmented { background: #06110d; }
.android-console .segmented button.active { color: #def1e8; background: #173128; }
.android-console .info-card {
  border-color: rgba(82, 224, 180, .18);
  background: rgba(82, 224, 180, .055);
}
.android-console .text-input,
.android-console .signing-fields input,
.android-console .auth-modal input { background: #06110d; }
.android-console .secondary-button,
.android-console .text-button { color: #a7d9c2; }
.android-console .submit-button { color: #07110e; }
.android-console .progress-track i { background: linear-gradient(90deg, #52e0b4, #b8f34b); }
.android-console .progress-steps li.active { color: #b8f34b; }
.android-console .progress-steps li.done { color: #52e0b4; }
.android-console .auth-modal {
  border-color: rgba(151, 205, 183, .18);
  background: #0c1b17;
}
@media (max-width: 680px) {
  .console-pipeline-badges i { display: none; }
  .console-pipeline-badges { display: grid; grid-template-columns: 1fr 1fr; }
}

.android-site .single-client { grid-template-columns: minmax(0, 560px); }
.android-site .client-card {
  border-color: rgba(151, 205, 183, .14);
  background: linear-gradient(145deg, rgba(12, 27, 22, .92), rgba(7, 17, 14, .94));
}
.android-site .client-card button { background: rgba(5, 14, 11, .45); }
.android-site .release-notice {
  color: #a7cdbb;
  border-color: rgba(184, 243, 75, .17);
  background: rgba(184, 243, 75, .05);
}
.android-site .release-notice i { background: #b8f34b; box-shadow: 0 0 12px rgba(184, 243, 75, .6); }
.android-site .download-help {
  border-color: rgba(184, 243, 75, .15);
  background: radial-gradient(circle at right, rgba(184, 243, 75, .1), transparent 45%), var(--surface);
}


/* Restore the original navy / orange / cyan brand palette */
body.android-site,
body.android-console {
  --surface: rgba(17, 26, 42, .88);
  --surface-strong: #111b2c;
  --line: rgba(148, 174, 211, .15);
  --muted: #8292aa;
  --accent: #ff9f43;
  --accent-soft: rgba(255, 159, 67, .13);
  --cyan: #4dd9c5;
  color: #dce7f7;
  background:
    radial-gradient(circle at 78% 2%, rgba(31, 89, 120, .22), transparent 32%),
    radial-gradient(circle at 8% 45%, rgba(255, 159, 67, .08), transparent 28%),
    #080d16;
}
.android-site .topbar,
.android-console .topbar {
  background: rgba(8, 13, 22, .82);
  border-bottom-color: rgba(148, 174, 211, .15);
}
.android-site .brand-mark,
.android-console .brand-mark {
  color: #0a1019;
  background: linear-gradient(145deg, #ffb15c, #ff8b2c);
  box-shadow: 0 8px 30px rgba(255, 142, 43, .24);
}
.android-site .site-nav a.active,
.android-console .site-nav a.active { color: #fff; }
.android-site .nav-login,
.android-console .nav-login {
  color: #ffd4aa;
  border-color: rgba(255, 159, 67, .22);
  background: rgba(255, 159, 67, .07);
}
.android-site .primary-cta,
.android-console .primary-cta,
.android-console .submit-button {
  color: #15100a;
  background: linear-gradient(135deg, #ffc06f, #ff8b2c);
  box-shadow: 0 14px 38px rgba(255, 139, 44, .2);
}
.android-site .ghost-cta,
.android-console .ghost-cta {
  color: #d5e0ef;
  border-color: rgba(148, 174, 211, .15);
  background: rgba(18, 28, 45, .7);
}
.android-site .eyebrow,
.android-console .eyebrow { color: #ff9f43; }
.android-site .eyebrow i {
  background: #ff9f43;
  box-shadow: 0 0 14px rgba(255, 159, 67, .65);
}
.android-hero-copy h1,
.android-section-heading h2,
.android-final-cta h2 { color: #f3f7fd; }
.android-hero-copy h1 em { color: #ff9f43; }
.android-hero-copy > p,
.android-section-heading p,
.android-final-cta p { color: #8c9eb6; }
.android-proof-row { color: #6f8098; }
.android-proof-row b { color: #d5e0ef; }

.protection-terminal {
  border-color: rgba(148, 174, 211, .18);
  background: linear-gradient(155deg, rgba(17, 27, 44, .97), rgba(7, 12, 21, .98));
}
.terminal-top { border-bottom-color: rgba(148, 174, 211, .11); }
.terminal-top span { color: #687a93; }
.terminal-top i { background: #334057; }
.terminal-package {
  border-color: rgba(255, 159, 67, .17);
  background: rgba(255, 159, 67, .045);
}
.package-badge {
  color: #15100a;
  background: linear-gradient(145deg, #ffc06f, #ff8b2c);
}
.terminal-package small,
.terminal-output span { color: #60718a; }
.terminal-package strong,
.terminal-output strong,
.terminal-flow li strong { color: #dce7f7; }
.terminal-package > b,
.terminal-output b,
.terminal-flow li > i { color: #4dd9c5; }
.terminal-flow li { border-top-color: rgba(148, 174, 211, .09); }
.terminal-flow li::before { background: rgba(255, 159, 67, .25); }
.terminal-flow li > span {
  color: #a9b8cb;
  border-color: rgba(255, 159, 67, .27);
  background: #0c1523;
}
.terminal-flow li small { color: #60718a; }
.terminal-output { background: rgba(77, 217, 197, .07); }

.signal-strip {
  border-color: rgba(148, 174, 211, .14);
  background: rgba(10, 17, 29, .7);
}
.signal-strip div { border-left-color: rgba(148, 174, 211, .11); }
.signal-strip strong { color: #d8e2f0; }
.signal-strip span { color: #667991; }
.android-section { border-bottom-color: rgba(148, 174, 211, .08); }

.security-layer-grid article {
  border-color: rgba(148, 174, 211, .14);
  background: linear-gradient(145deg, rgba(18, 28, 45, .93), rgba(9, 15, 26, .94));
}
.security-layer-grid article::after { border-color: rgba(255, 159, 67, .11); }
.layer-index { color: #ffad61; }
.security-layer-grid h3 { color: #e8eff9; }
.security-layer-grid p { color: #8292aa; }
.security-layer-grid li { color: #71839a; }
.security-layer-grid li::before { color: #4dd9c5; }

.architecture-flow article,
.architecture-flow article:first-child {
  border-color: rgba(148, 174, 211, .14);
  background: rgba(13, 21, 35, .72);
}
.architecture-flow article:not(:last-child)::after,
.architecture-flow b { color: #ff9f43; }
.architecture-flow span { color: #60728a; }
.architecture-flow h3 { color: #dce6f4; }
.architecture-flow p { color: #73849b; }
.android-scenarios .scenario-grid article {
  border-color: rgba(148, 174, 211, .14);
  background: rgba(13, 21, 35, .72);
}
.android-scenarios .scenario-grid article > span { color: #4dd9c5; }
.android-final-cta {
  border-color: rgba(255, 159, 67, .2);
  background:
    radial-gradient(circle at 90% 50%, rgba(255, 159, 67, .15), transparent 32%),
    linear-gradient(145deg, #182238, #0c1423);
}
.android-final-cta::after { color: rgba(255, 159, 67, .04); }
@media (max-width: 980px) {
  .architecture-flow article,
  .architecture-flow article:first-child,
  .architecture-flow article:last-child { border-color: rgba(148, 174, 211, .14); }
}
@media (max-width: 680px) {
  .signal-strip div { border-top-color: rgba(148, 174, 211, .11); }
}

.android-console .member-header h1,
.android-console .hero h1 { color: #f3f7fd; }
.android-console .member-summary,
.android-console .member-nav,
.android-console .panel,
.android-console .result-banner,
.android-console .account-grid article,
.android-console .price-card,
.android-console .member-notice,
.android-console .history-table-wrap {
  border-color: rgba(148, 174, 211, .15);
  background-color: rgba(14, 22, 37, .82);
}
.android-console .member-nav { background: rgba(6, 11, 19, .58); }
.android-console .member-nav button.active {
  color: #fff;
  background: #21304a;
  box-shadow: none;
}
.android-console .hero p { color: #95a6bf; }
.console-pipeline-badges span {
  color: #9baac0;
  border-color: rgba(148, 174, 211, .15);
  background: rgba(15, 24, 40, .78);
}
.console-pipeline-badges i { color: #65758c; }
.android-console .panel {
  background: linear-gradient(150deg, rgba(18, 28, 45, .94), rgba(9, 15, 26, .95));
}
.android-console .dropzone {
  border-color: rgba(125, 157, 199, .34);
  background: rgba(5, 10, 18, .34);
}
.android-console .dropzone:hover,
.android-console .dropzone.dragging,
.android-console .dropzone:focus-visible {
  border-color: #ff9f43;
  background: rgba(255, 159, 67, .11);
}
.android-console .upload-glyph,
.android-console .step { color: #ff9f43; }
.android-console .apk-cube {
  color: #07120f;
  background: linear-gradient(145deg, #6de9d6, #31bda9);
}
.android-console .selected-apk {
  border-color: rgba(77, 217, 197, .26);
  background: rgba(77, 217, 197, .055);
}
.android-console .segmented { background: #0a111e; }
.android-console .segmented button.active { color: #f4f7fc; background: #1c2940; }
.android-console .info-card {
  border-color: rgba(77, 217, 197, .18);
  background: rgba(77, 217, 197, .055);
}
.android-console .text-input,
.android-console .signing-fields input,
.android-console .auth-modal input { background: #09111e; }
.android-console .secondary-button { color: #b7c7dc; }
.android-console .text-button { color: #ff9f43; }
.android-console .progress-track i { background: #ff9f43; }
.android-console .progress-steps li.active { color: #ffc07c; }
.android-console .progress-steps li.done { color: #70d8c8; }
.android-console .auth-modal {
  border-color: rgba(148, 174, 211, .15);
  background: #111b2c;
}

.android-site .client-card {
  border-color: rgba(148, 174, 211, .15);
  background: linear-gradient(145deg, rgba(20, 31, 50, .94), rgba(11, 18, 31, .94));
}
.android-site .client-card button { background: rgba(7, 13, 23, .48); }
.android-site .release-notice {
  color: #d6b38e;
  border-color: rgba(255, 159, 67, .2);
  background: rgba(255, 159, 67, .06);
}
.android-site .release-notice i {
  background: #ff9f43;
  box-shadow: 0 0 12px rgba(255, 159, 67, .7);
}
.android-site .download-help {
  border-color: rgba(255, 159, 67, .18);
  background: radial-gradient(circle at right, rgba(255, 159, 67, .12), transparent 45%), var(--surface);
}
.android-site .legal-body a { color: #ffb15c; }


/* Keep the original Golden Armor shield and pipeline as separate hero blocks. */
.android-hero-visual {
  min-width: 0;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 28px;
  position: relative;
}
.android-brand-shield.armor-visual {
  width: 190px;
  display: grid;
  position: relative;
  top: auto;
  right: auto;
  z-index: auto;
}
.android-brand-shield .armor-core {
  width: 82px;
  height: 96px;
  font-size: 34px;
}
.android-hero-visual .protection-terminal {
  width: 100%;
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: auto;
}
@media (max-width: 980px) {
  .android-hero-visual {
    width: min(640px, 100%);
    justify-self: center;
  }
}
@media (max-width: 680px) {
  .android-hero-visual {
    gap: 20px;
  }
  .android-brand-shield.armor-visual {
    width: 150px;
    right: auto;
    transform: none;
  }
  .android-brand-shield .armor-core {
    width: 66px;
    height: 78px;
    font-size: 28px;
  }
  .android-hero-visual .protection-terminal {
    width: 100%;
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
  }
}

.download-client-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 680px) {
  .download-client-grid { grid-template-columns: 1fr; }
}

/* Feedback */
.feedback-hero { max-width: 900px; padding-bottom: 44px; }
.feedback-layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .75fr); gap: 22px; align-items: start; padding: 0 0 76px; }
.feedback-form { padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); box-shadow: 0 24px 70px rgba(0, 0, 0, .24); }
.feedback-form-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.feedback-form-heading span { color: var(--accent); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.feedback-form-heading h2 { margin: 5px 0 0; color: #eef4fc; font-size: 22px; }
.feedback-member-state { margin: 0; padding: 8px 11px; color: #94a4ba; border: 1px solid var(--line); border-radius: 999px; background: rgba(9, 15, 25, .5); font-size: 11px; white-space: nowrap; }
.feedback-member-state.signed-in { color: #ffd09c; border-color: rgba(255, 159, 67, .3); background: var(--accent-soft); }
.feedback-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 22px; }
.feedback-fields label { display: grid; gap: 8px; color: #a9b6c8; font-size: 12px; }
.feedback-fields input, .feedback-fields select, .feedback-fields textarea { width: 100%; color: #edf3fb; border: 1px solid var(--line); border-radius: 10px; padding: 11px 12px; background: #0d1625; outline: none; }
.feedback-fields input, .feedback-fields select { min-height: 44px; }
.feedback-fields textarea { min-height: 190px; resize: vertical; line-height: 1.65; }
.feedback-fields input:focus, .feedback-fields select:focus, .feedback-fields textarea:focus { border-color: rgba(255, 159, 67, .62); box-shadow: 0 0 0 3px var(--accent-soft); }
.feedback-fields textarea::placeholder, .feedback-fields input::placeholder { color: #5e6d83; }
.feedback-fields small { color: #637289; text-align: right; }
.feedback-field-wide { grid-column: 1 / -1; }
.feedback-alert { margin: 18px 0 0; padding: 13px 15px; border-radius: 10px; font-size: 12px; line-height: 1.65; }
.feedback-alert.error { color: #ffc0c0; border: 1px solid rgba(255, 112, 112, .24); background: rgba(83, 24, 31, .36); }
.feedback-alert.success { color: #ffd7ad; border: 1px solid rgba(255, 159, 67, .28); background: rgba(90, 50, 15, .26); }
.feedback-submit { width: 100%; margin-top: 20px; }
.feedback-privacy { margin: 12px 0 0; color: #66758a; font-size: 10px; line-height: 1.6; text-align: center; }
.feedback-aside { display: grid; gap: 14px; }
.feedback-aside article { padding: 23px; border: 1px solid var(--line); border-radius: 16px; background: rgba(17, 26, 42, .72); }
.feedback-aside article > span { color: var(--accent); font: 800 11px ui-monospace, SFMono-Regular, Consolas, monospace; }
.feedback-aside h3 { margin: 14px 0 8px; color: #e5edf8; font-size: 15px; }
.feedback-aside p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }

/* FAQ accordion */
.faq-section { padding: 84px 0; border-bottom: 0; }
.faq-section .android-section-heading { margin-bottom: 28px; }
.faq-list { display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: 13px; background: var(--surface); overflow: hidden; }
.faq-item > summary { cursor: pointer; list-style: none; display: flex; align-items: center; gap: 16px; padding: 18px 22px; color: #e8eff9; font-size: 15px; font-weight: 700; }
.faq-item > summary::-webkit-details-marker { display: none; }
.faq-item > summary::after { content: "+"; margin-left: auto; color: var(--accent); font-size: 22px; font-weight: 400; line-height: 1; transition: transform .2s ease; }
.faq-item[open] > summary::after { content: "\2212"; }
.faq-item > summary:hover { color: #fff; }
.faq-answer { padding: 0 22px 20px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.faq-answer p { margin: 0; }
.faq-answer a { color: var(--accent); }
@media (max-width: 860px) { .feedback-layout { grid-template-columns: 1fr; } .feedback-aside { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 680px) { .feedback-form { padding: 21px; } .feedback-form-heading { flex-direction: column; } .feedback-member-state { white-space: normal; } .feedback-fields, .feedback-aside { grid-template-columns: 1fr; } .feedback-field-wide { grid-column: auto; } }

/* ============================================================
   加固点清单 (protection point checklist) + 加固报告弹层
   统一状态色: applied=已加固(青绿) / partial=部分(琥珀)
   skipped=已跳过(灰蓝) / disabled=未启用(红)
   ============================================================ */
.result-items {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.report-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 9px;
}
.report-item {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: rgba(6, 11, 20, .42);
}
.item-badge {
  flex: 0 0 auto;
  min-width: 60px;
  padding: 4px 9px;
  border-radius: 999px;
  color: #cdbb95;
  border: 1px solid rgba(148, 174, 211, .18);
  background: rgba(148, 174, 211, .1);
  font-size: 10px;
  font-weight: 800;
  text-align: center;
  line-height: 1.4;
  white-space: nowrap;
}
.item-body { min-width: 0; display: grid; gap: 3px; }
.item-body strong { color: #e4edf8; font-size: 12px; font-weight: 700; }
.item-body small { color: var(--muted); font-size: 11px; line-height: 1.55; overflow-wrap: anywhere; }
.item-applied .item-badge { color: #62e0cd; border-color: rgba(77, 217, 197, .3); background: rgba(77, 217, 197, .12); }
.item-partial .item-badge { color: #ffc46b; border-color: rgba(255, 196, 107, .32); background: rgba(255, 196, 107, .13); }
.item-skipped .item-badge { color: #9aa9c0; border-color: rgba(148, 174, 211, .22); background: rgba(148, 174, 211, .1); }
.item-disabled .item-badge { color: #ff8f8f; border-color: rgba(255, 103, 103, .3); background: rgba(255, 103, 103, .12); }
.item-applied { border-color: rgba(77, 217, 197, .2); }
.item-partial { border-color: rgba(255, 196, 107, .2); }
.item-skipped { border-color: rgba(148, 174, 211, .14); }
.item-disabled { border-color: rgba(255, 103, 103, .18); }

/* 报告弹层: 复用 .modal-backdrop 的暗色遮罩与居中, 这里只定义卡片与内部布局 */
.report-modal-card {
  position: relative;
  width: min(560px, 100%);
  max-height: min(86vh, 760px);
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #111b2c;
  box-shadow: 0 30px 100px rgba(0, 0, 0, .55);
}
.report-modal-card .modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
}
.report-modal-card .modal-head h3 { margin: 0; color: #eef4fc; font-size: 16px; }
.report-modal-card .modal-close { position: static; font-size: 22px; color: #718198; }
.report-modal-card .modal-body { padding: 20px 22px; overflow-y: auto; }
.report-modal-card .modal-foot {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  padding: 15px 22px;
  border-top: 1px solid var(--line);
}
.report-section { margin-bottom: 22px; }
.report-section:last-child { margin-bottom: 0; }
.report-section h4 { margin: 0 0 11px; color: #aebbcf; font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.report-text {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(6, 11, 20, .6);
  color: #c3d3e8;
  font-size: 12px;
  line-height: 1.75;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}
/* 报告弹层内的"下载/关闭"按钮: 复用既有按钮风格 */
.report-modal-card .secondary-button { color: #b7c7dc; }
.primary-button {
  min-height: 40px;
  padding: 0 20px;
  color: #15100a;
  font-weight: 800;
  font-size: 12px;
  border: 0;
  border-radius: 9px;
  background: linear-gradient(135deg, #ffc06f, #ff8b2c);
  box-shadow: 0 10px 26px rgba(255, 139, 44, .18);
}
.primary-button:hover { filter: brightness(1.07); transform: translateY(-1px); }

@media (max-width: 680px) {
  .report-modal-card { max-height: 92vh; }
  .report-modal-card .modal-head,
  .report-modal-card .modal-body,
  .report-modal-card .modal-foot { padding-inline: 16px; }
}
