/**
 * [INPUT]: 依赖 index.html 的语义类名与 app.js 注入的状态视图
 * [OUTPUT]: 对外提供 BetaBee 品牌视觉、布局、交互状态与响应式规则
 * [POS]: public 的唯一视觉系统，统一首页、分析过程与报告体验
 * [PROTOCOL]: 变更时更新此头部，然后检查 AGENTS.md
 */

:root {
  --ink: #191916;
  --muted: #66655d;
  --paper: #f7f5ee;
  --surface: #fffef9;
  --soft: #eeece4;
  --line: #dcd8ca;
  --honey: #f8b928;
  --honey-light: #fff0b8;
  --orange: #e86f2b;
  --green: #218761;
  --red: #c74a40;
  --radius: 18px;
  --shadow: 0 24px 80px rgba(45, 39, 15, .1);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.shell { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 99; top: 8px; left: 8px; padding: 9px 13px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

/* ---------- 品牌与全局导航 ---------- */
.site-header { position: sticky; z-index: 30; top: 0; display: flex; align-items: center; justify-content: space-between; height: 72px; padding: 0 max(24px, calc((100vw - 1160px) / 2)); border-bottom: 1px solid rgba(220,216,202,.86); background: rgba(247,245,238,.9); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 20px; font-weight: 850; letter-spacing: -.04em; }
.brand.compact { font-size: 17px; }
.bee-logo { position: relative; display: inline-block; width: 31px; height: 26px; }
.bee-logo::before, .bee-logo::after { content: ""; position: absolute; z-index: 0; top: 0; width: 13px; height: 11px; border: 2px solid var(--ink); border-radius: 70% 45%; background: var(--surface); }
.bee-logo::before { left: 1px; transform: rotate(-22deg); }
.bee-logo::after { right: 1px; transform: scaleX(-1) rotate(-22deg); }
.bee-logo i { position: absolute; z-index: 1; right: 6px; bottom: 1px; width: 20px; height: 18px; border: 2px solid var(--ink); border-radius: 48% 48% 55% 55%; background: repeating-linear-gradient(90deg, var(--honey) 0 6px, var(--ink) 6px 9px); transform: rotate(-4deg); }
.site-nav { display: flex; align-items: center; gap: 28px; color: #59584f; font-size: 13px; font-weight: 700; }
.site-nav a:hover { color: var(--ink); }
.nav-button { padding: 9px 14px; border-radius: 10px; background: var(--ink); color: white !important; }
.mode-pill { display: inline-flex; align-items: center; gap: 7px; padding: 6px 9px; border: 1px solid var(--line); border-radius: 99px; font-size: 11px; }
.mode-pill i, .live-dot::before { width: 7px; height: 7px; border-radius: 50%; background: #aaa; }
.mode-pill[data-mode="ai"] i { background: var(--green); }
.mode-pill[data-mode="demo"] i { background: var(--orange); }

/* ---------- 首页首屏 ---------- */
.hero { display: grid; grid-template-columns: 1fr .88fr; gap: 76px; min-height: 710px; padding-block: 88px 96px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 21px; color: #725b1c; font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow > span { width: 25px; height: 2px; background: var(--honey); }
.eyebrow.light { color: var(--honey); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.045em; }
.hero h1 { margin-bottom: 28px; font-size: clamp(53px, 6.2vw, 82px); }
mark { position: relative; z-index: 0; padding: 0; background: none; color: inherit; white-space: nowrap; }
mark::after { content: ""; position: absolute; z-index: -1; right: -4px; bottom: .06em; left: -4px; height: .27em; border-radius: 3px; background: var(--honey); transform: rotate(-1deg); }
.hero-lead { max-width: 650px; margin-bottom: 25px; color: #56554e; font-size: 19px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 17px; color: #77756d; font-size: 12px; font-weight: 700; }
.trust-row span::before { content: "✓"; margin-right: 5px; color: var(--green); }
.analysis-card { padding: 28px; border: 1px solid #d7d2c4; border-radius: 25px; background: var(--surface); box-shadow: var(--shadow); }
.card-heading, .report-window, .sample-top, .status-top, .report-header, .report-meta, .report-section-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.step-label { color: #88857c; font: 800 10px ui-monospace, SFMono-Regular, monospace; letter-spacing: .1em; }
.live-dot { display: inline-flex; align-items: center; gap: 6px; color: var(--green); font-size: 10px; font-weight: 900; }
.live-dot::before { content: ""; display: inline-block; background: var(--green); }
.analysis-card h2 { margin: 21px 0 26px; font-size: 29px; }
.field { display: grid; gap: 7px; }
.field > span { color: #57564f; font-size: 12px; font-weight: 750; }
.field small { color: #96938b; font-weight: 600; }
.input-wrap { display: flex; align-items: center; min-height: 52px; border: 1px solid #cbc7bb; border-radius: 12px; background: white; transition: border-color .18s, box-shadow .18s; }
.input-wrap:focus-within { border-color: #9d7410; box-shadow: 0 0 0 3px rgba(248,185,40,.22); }
.input-prefix { padding-left: 16px; color: #8c8980; font-size: 18px; }
input, textarea { width: 100%; border: 1px solid #cbc7bb; border-radius: 10px; outline: 0; background: white; color: var(--ink); }
input { height: 45px; padding: 0 13px; }
textarea { min-height: 82px; padding: 11px 13px; resize: vertical; }
.input-wrap input { height: 50px; border: 0; background: transparent; }
input:focus, textarea:focus { border-color: #9d7410; box-shadow: 0 0 0 3px rgba(248,185,40,.22); }
.primary-button { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 51px; margin-top: 12px; padding: 0 17px; border: 1px solid var(--ink); border-radius: 11px; background: var(--ink); color: white; font-weight: 820; cursor: pointer; transition: transform .18s, box-shadow .18s; }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 9px 24px rgba(25,25,22,.18); }
.primary-button:active { transform: translateY(0); }
.primary-button:disabled { opacity: .55; cursor: wait; transform: none; }
.advanced-toggle { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: 16px; padding: 12px 0 0; border: 0; border-top: 1px solid #ece8dd; background: transparent; text-align: left; cursor: pointer; }
.advanced-toggle span { font-size: 12px; font-weight: 750; }
.advanced-toggle small { color: #99968d; font-size: 10px; }
.advanced-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 16px; }
.field-wide { grid-column: 1 / -1; }
.form-error { min-height: 0; margin: 10px 0 0; color: var(--red); font-size: 12px; }
.example-row { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; margin-top: 18px; color: #96938a; font-size: 10px; }
.example-row button { padding: 4px 8px; border: 1px solid #dedacf; border-radius: 99px; background: transparent; color: #66645d; cursor: pointer; }
.example-row button:hover { border-color: var(--ink); color: var(--ink); }

/* ---------- 产品叙事区 ---------- */
.problem-band { padding: 82px 0; background: var(--ink); color: white; }
.problem-grid { display: grid; grid-template-columns: .45fr 1fr .8fr; gap: 60px; align-items: end; }
.band-index { align-self: start; color: var(--honey); font: 800 11px ui-monospace, monospace; letter-spacing: .1em; }
.problem-band h2 { margin: 0; font-size: clamp(34px, 4vw, 52px); }
.problem-band .problem-grid > p:last-child { margin: 0; color: #bbb9b0; font-size: 17px; }
.section { padding-block: 112px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 54px; }
.section-heading h2, .outcome-grid h2 { margin-bottom: 0; font-size: clamp(38px, 5vw, 60px); }
.section-heading > p { max-width: 420px; margin-bottom: 5px; color: var(--muted); font-size: 17px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.steps article { position: relative; min-height: 285px; padding: 27px 24px; border-right: 1px solid var(--line); }
.steps article:last-child { border: 0; }
.step-number { color: #a5a198; font: 750 11px ui-monospace, monospace; }
.steps i { display: grid; place-items: center; width: 48px; height: 48px; margin: 41px 0 27px; border: 1px solid var(--ink); border-radius: 50%; background: var(--honey); font-style: normal; font-size: 20px; }
.steps h3 { margin-bottom: 11px; font-size: 20px; }
.steps p { color: var(--muted); font-size: 13px; }
.outcome-section { background: var(--ink); color: white; }
.outcome-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 92px; align-items: center; }
.outcome-grid > div:first-child > p:last-child { max-width: 510px; margin-top: 25px; color: #bbb9b0; font-size: 17px; }
.sample-report { overflow: hidden; border: 1px solid #4a4943; border-radius: 19px; background: #fffef9; color: var(--ink); box-shadow: 0 35px 90px rgba(0,0,0,.25); transform: rotate(1deg); }
.report-window { justify-content: flex-start; height: 40px; padding: 0 15px; border-bottom: 1px solid #e4e0d6; background: #efede6; }
.report-window > span { width: 7px; height: 7px; border-radius: 50%; background: #bdb9af; }
.report-window small { margin-left: auto; color: #8f8c83; font: 700 9px ui-monospace, monospace; }
.sample-report > div:not(.report-window) { margin-inline: 26px; }
.sample-top { padding-top: 27px; }
.sample-top small, .sample-finding small { display: block; color: #89867e; font-size: 9px; font-weight: 850; letter-spacing: .08em; }
.sample-top strong { font-size: 42px; line-height: 1; }
.sample-top span { color: #88867e; font-size: 11px; }
.sample-top em { padding: 6px 9px; border-radius: 99px; background: var(--honey-light); font-style: normal; font-size: 9px; font-weight: 850; }
.sample-bar { height: 6px; margin-block: 17px 25px; border-radius: 99px; background: #e9e5db; }
.sample-bar i { display: block; width: 72%; height: 100%; border-radius: inherit; background: var(--honey); }
.sample-finding { display: grid; grid-template-columns: 35px 1fr; gap: 13px; margin-bottom: 16px !important; padding: 15px; border: 1px solid #e5e1d6; border-radius: 12px; }
.sample-finding:last-child { margin-bottom: 27px !important; }
.sample-finding p { margin: 0; }
.sample-finding b { display: block; margin-top: 4px; font-size: 12px; line-height: 1.45; }
.finding-icon { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 9px; font-size: 12px; font-weight: 900; }
.finding-icon.warn { background: #ffeadf; color: var(--orange); }
.finding-icon.good { background: var(--honey-light); }
.final-cta { padding-block: 125px; text-align: center; }
.bee-large { display: grid; place-items: center; width: 50px; height: 50px; margin: 0 auto 27px; border: 2px solid var(--ink); border-radius: 50%; background: var(--honey); font-weight: 900; }
.final-cta h2 { margin-bottom: 17px; font-size: clamp(42px, 6vw, 70px); }
.final-cta p { color: var(--muted); font-size: 18px; }
.inline-button { display: inline-flex; gap: 35px; width: auto; margin-top: 17px; padding-inline: 20px; }

/* ---------- 分析过程 ---------- */
.app-view { min-height: calc(100vh - 72px); }
.progress-view { display: grid; place-items: center; padding: 70px 24px; background: radial-gradient(circle at 50% 42%, rgba(248,185,40,.18), transparent 29rem); }
.progress-panel { width: min(760px, 100%); }
.status-top { margin-bottom: 58px; }
.status-top .brand { font-size: 15px; }
.status-top > span { color: var(--muted); font: 700 11px ui-monospace, monospace; }
.hive-loader { position: relative; display: grid; place-items: center; width: 150px; height: 150px; margin: 0 auto 44px; }
.hive-loader::before, .hive-loader::after { content: ""; position: absolute; inset: 0; border: 1px solid #d7d2c4; border-radius: 50%; animation: pulse-ring 2.2s ease-out infinite; }
.hive-loader::after { animation-delay: 1.1s; }
.hive-core { display: grid; place-items: center; width: 78px; height: 78px; border: 2px solid var(--ink); border-radius: 50%; background: var(--honey); font-size: 29px; font-weight: 900; box-shadow: 0 15px 35px rgba(248,185,40,.3); }
@keyframes pulse-ring { 0% { opacity: .8; transform: scale(.55); } 100% { opacity: 0; transform: scale(1.15); } }
.progress-panel h1 { margin-bottom: 13px; text-align: center; font-size: clamp(35px, 5vw, 54px); }
.progress-message { margin-bottom: 40px; color: var(--muted); text-align: center; font-size: 16px; }
.progress-track { height: 7px; overflow: hidden; border-radius: 99px; background: #e3dfd4; }
.progress-track i { display: block; width: var(--progress); height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--honey), var(--orange)); transition: width .55s cubic-bezier(.2,.8,.2,1); }
.progress-meta { display: flex; justify-content: space-between; margin-top: 9px; color: #8d8a81; font: 700 10px ui-monospace, monospace; }
.stage-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 38px; }
.stage-item { padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,254,249,.68); color: #96938a; font-size: 11px; }
.stage-item b { display: block; margin-bottom: 4px; color: inherit; font-size: 12px; }
.stage-item.done { color: var(--green); }
.stage-item.active { border-color: #a87a0d; background: var(--honey-light); color: var(--ink); }
.privacy-note { margin-top: 35px; color: #96938a; text-align: center; font-size: 11px; }

/* ---------- 报告体验 ---------- */
.report-page { background: #f2f0e8; }
.report-hero { padding: 62px 0 48px; border-bottom: 1px solid var(--line); background: var(--surface); }
.report-meta { margin-bottom: 27px; }
.back-link { border: 0; background: none; color: var(--muted); font-size: 12px; font-weight: 750; cursor: pointer; }
.back-link:hover { color: var(--ink); }
.source-chip { max-width: 55%; overflow: hidden; padding: 6px 10px; border: 1px solid var(--line); border-radius: 99px; color: #747169; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.report-header { align-items: end; }
.report-header h1 { margin: 0; font-size: clamp(42px, 6vw, 70px); }
.report-header h1 small { display: block; margin-bottom: 11px; color: #8d8980; font: 800 11px ui-monospace, monospace; letter-spacing: .1em; }
.score-block { flex: 0 0 auto; text-align: right; }
.score-block strong { font-size: 67px; line-height: .85; letter-spacing: -.07em; }
.score-block span { color: var(--muted); font-size: 11px; }
.report-summary { max-width: 790px; margin: 27px 0 0; color: #56554e; font-size: 18px; }
.demo-notice { margin-top: 25px; padding: 12px 15px; border: 1px solid #e2c66f; border-radius: 10px; background: #fff5ce; color: #705618; font-size: 12px; }
.report-body { padding-block: 57px 100px; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-bottom: 58px; }
.metric-card { padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.metric-card small { display: block; margin-bottom: 8px; color: #8d8980; font: 750 10px ui-monospace, monospace; letter-spacing: .08em; }
.metric-card b { font-size: 15px; line-height: 1.35; }
.report-section { margin-top: 66px; }
.report-section-head { align-items: end; margin-bottom: 24px; }
.report-section h2 { margin: 0; font-size: 34px; }
.report-section-head p { max-width: 460px; margin: 0; color: var(--muted); font-size: 13px; }
.persona-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 18px; }
.persona-list { display: grid; align-content: start; gap: 8px; }
.persona-button { display: grid; grid-template-columns: 38px 1fr auto; gap: 11px; align-items: center; width: 100%; padding: 11px; border: 1px solid transparent; border-radius: 12px; background: transparent; text-align: left; cursor: pointer; }
.persona-button:hover, .persona-button.active { border-color: var(--line); background: var(--surface); }
.persona-avatar { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--honey-light); font-size: 12px; font-weight: 900; }
.persona-button b, .persona-button small { display: block; }
.persona-button b { font-size: 12px; }
.persona-button small { color: var(--muted); font-size: 10px; }
.persona-button > span:last-child { opacity: 0; }
.persona-button.active > span:last-child { opacity: 1; }
.persona-detail { min-height: 400px; padding: 32px; border: 1px solid var(--line); border-radius: 19px; background: var(--surface); box-shadow: 0 18px 50px rgba(40,36,17,.06); }
.persona-detail-top { display: flex; justify-content: space-between; gap: 18px; }
.persona-detail-top .tag { color: var(--green); }
.tag { display: inline-flex; padding: 5px 8px; border: 1px solid var(--line); border-radius: 99px; font-size: 9px; font-weight: 850; text-transform: uppercase; }
.persona-quote { margin: 43px 0 33px; font-size: clamp(23px, 3vw, 32px); font-weight: 720; line-height: 1.35; letter-spacing: -.035em; }
.persona-quote::before { content: "“"; color: var(--honey); }
.persona-quote::after { content: "”"; color: var(--honey); }
.persona-facts { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 11px; }
.persona-facts div { padding: 14px; border-right: 1px solid var(--line); }
.persona-facts div:last-child { border: 0; }
.persona-facts small, .persona-facts b { display: block; }
.persona-facts small { margin-bottom: 5px; color: #8e8b82; font-size: 9px; }
.persona-facts b { font-size: 11px; line-height: 1.4; }
.finding-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.finding-card { padding: 24px; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); }
.finding-card h3 { margin-bottom: 17px; font-size: 17px; }
.finding-card ul { margin: 0; padding: 0; list-style: none; }
.finding-card li { position: relative; padding: 10px 0 10px 18px; border-top: 1px solid #ece8de; color: #56554e; font-size: 12px; }
.finding-card li::before { content: ""; position: absolute; top: 18px; left: 1px; width: 6px; height: 6px; border-radius: 50%; background: var(--honey); }
.priority-list { overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: var(--surface); }
.priority-item { display: grid; grid-template-columns: 45px 1fr 1.25fr auto; gap: 18px; align-items: start; padding: 22px; border-bottom: 1px solid var(--line); }
.priority-item:last-child { border: 0; }
.priority-rank { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 9px; background: #eeebe2; font: 800 11px ui-monospace, monospace; }
.priority-item:first-child .priority-rank { background: var(--honey); }
.priority-item h3 { margin: 4px 0 0; font-size: 15px; }
.priority-copy { color: var(--muted); font-size: 12px; }
.priority-copy b { display: block; margin-bottom: 3px; color: var(--ink); }
.impact { padding: 5px 8px; border-radius: 99px; background: #e6f4ed; color: var(--green); font-size: 9px; font-weight: 850; }
.impact.medium { background: #fff0d4; color: #a56416; }
.report-actions { display: flex; gap: 10px; margin-top: 30px; }
.secondary-button { min-height: 43px; padding: 0 15px; border: 1px solid var(--ink); border-radius: 10px; background: transparent; font-weight: 750; cursor: pointer; }

/* ---------- 错误与页脚 ---------- */
.error-view { display: grid; place-items: center; padding: 70px 24px; text-align: center; }
.error-card { width: min(520px, 100%); padding: 38px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); box-shadow: var(--shadow); }
.error-icon { display: grid; place-items: center; width: 55px; height: 55px; margin: 0 auto 23px; border-radius: 50%; background: #fde4df; color: var(--red); font-size: 24px; font-weight: 900; }
.error-card h1 { margin-bottom: 12px; font-size: 33px; }
.error-card p { color: var(--muted); }
footer { padding-block: 30px; border-top: 1px solid var(--line); color: #77746c; font-size: 11px; }
footer .shell { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
footer p { margin: 0; }
.noscript { position: fixed; right: 20px; bottom: 20px; left: 20px; z-index: 50; padding: 12px; border-radius: 9px; background: var(--red); color: white; text-align: center; }
:focus-visible { outline: 3px solid rgba(248,185,40,.65); outline-offset: 3px; }

@media (max-width: 900px) {
  .site-nav > a:not(.nav-button), .mode-pill { display: none; }
  .hero, .problem-grid, .outcome-grid, .persona-layout { grid-template-columns: 1fr; }
  .hero { gap: 55px; padding-top: 64px; }
  .problem-grid, .outcome-grid { gap: 42px; }
  .problem-grid { align-items: start; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps article:nth-child(2) { border-right: 0; }
  .steps article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-heading { align-items: start; flex-direction: column; }
  .persona-list { grid-template-columns: repeat(3, 1fr); }
  .priority-item { grid-template-columns: 40px 1fr auto; }
  .priority-copy { grid-column: 2 / -1; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1160px); }
  .site-header { height: 64px; padding-inline: 14px; }
  .brand { font-size: 18px; }
  .hero { padding-block: 52px 72px; }
  .hero h1 { font-size: clamp(44px, 14vw, 61px); }
  .hero-lead { font-size: 16px; }
  .analysis-card { padding: 20px; }
  .advanced-toggle small { display: none; }
  .advanced-fields { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .problem-band { padding-block: 62px; }
  .section { padding-block: 78px; }
  .steps { grid-template-columns: 1fr; }
  .steps article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .steps article:nth-child(3) { border-bottom: 1px solid var(--line); }
  .steps i { margin: 25px 0 18px; }
  .sample-report { transform: none; }
  .status-top { margin-bottom: 40px; }
  .stage-list { grid-template-columns: 1fr 1fr; }
  .report-hero { padding-top: 38px; }
  .report-header { align-items: start; }
  .report-header h1 { font-size: 39px; }
  .score-block strong { font-size: 48px; }
  .metric-grid, .finding-columns { grid-template-columns: 1fr; }
  .persona-list { display: flex; overflow-x: auto; padding-bottom: 5px; }
  .persona-button { flex: 0 0 175px; }
  .persona-detail { min-height: 470px; padding: 22px; }
  .persona-facts { grid-template-columns: 1fr; }
  .persona-facts div { border-right: 0; border-bottom: 1px solid var(--line); }
  .priority-item { grid-template-columns: 36px 1fr; }
  .priority-copy, .impact { grid-column: 2; }
  .impact { justify-self: start; }
  footer .shell { align-items: flex-start; flex-direction: column; }
}

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