/* CA-701: faithful layout from the approved task-first prototype.
   Scoped to this release; legacy content pages keep their own design. */
@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Inter:wght@400;500;600;700;800&display=swap');

body.task-first-page { font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #111827; line-height: normal; font-synthesis: none; -webkit-font-smoothing: antialiased; --blue: #2864ef; --navy: #111827; --muted: #667085; --line: #e4e7ec; --blue-soft: #edf4ff; }
.task-first-page main { max-width: none; margin: 0; padding: 0; }
.task-first-page h1, .task-first-page h2, .task-first-page h3 { font-family: inherit; font-weight: 700; }
.task-first-page a { text-decoration: none; }
.task-first-page button { font: inherit; }
.task-first-page :is(a,button,summary):focus-visible { outline: 3px solid #92b1fa; outline-offset: 3px; }
.task-first-page .icon { width: 17px; height: 17px; flex: 0 0 auto; }
.task-first-page .arrow { width: 18px; height: 18px; align-self: center; opacity: .6; }
.task-first-page :is(.eyebrow,.section-kicker) { margin: 0; color: var(--blue); font-size: 11px; line-height: 1.3; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.task-first-page .eyebrow { display: flex; align-items: center; gap: 7px; }
.task-first-page .www-hero { max-width: 1344px; margin: 0 auto; padding: 78px 44px 56px; display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.72fr); gap: 76px; align-items: center; background: radial-gradient(860px 330px at 0% 0%, rgba(40,100,239,.085), transparent 68%), radial-gradient(660px 280px at 100% 24%, rgba(0,184,212,.07), transparent 65%); }
.task-first-page .hero-copy-block h1 { margin: 16px 0 20px; max-width: 760px; font-size: clamp(46px,5.5vw,76px); line-height: .98; letter-spacing: -.052em; }
.task-first-page .hero-lead { margin: 0; max-width: 720px; color: #525d70; font-size: 19px; line-height: 1.64; }
.task-first-page .trust-row { display: flex; flex-wrap: wrap; gap: 19px; margin-top: 26px; color: #344054; font-size: 13px; font-weight: 650; }
.task-first-page .trust-row span { display: inline-flex; align-items: center; gap: 6px; }
.task-first-page .trust-row .icon { width: 15px; height: 15px; }
.task-first-page .hero-proof-card { min-height: 238px; padding: 24px; border: 1px solid #cbd8f5; border-radius: 18px; background: rgba(255,255,255,.9); box-shadow: 0 14px 38px rgba(16,24,40,.11); }
.task-first-page .proof-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 750; }
.task-first-page .proof-head span { display: inline-flex; align-items: center; gap: 7px; }
.task-first-page .proof-head em { padding: 5px 9px; border-radius: 99px; background: #ebfbfd; color: #087d8c; font-size: 11px; font-style: normal; }
.task-first-page .proof-flow { display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr auto; align-items: center; gap: 7px; margin: 31px 0 24px; }
.task-first-page .proof-flow span { padding: 8px 10px; border: 1px solid var(--line); border-radius: 8px; background: #fff; font-size: 11px; font-weight: 700; text-align: center; }
.task-first-page .proof-flow img { width: 16px; height: 16px; justify-self: center; }
.task-first-page .hero-proof-card > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.task-first-page .task-grid { max-width: 1256px; margin: 0 auto; padding: 0 0 64px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.task-first-page .task-card { min-height: 104px; padding: 18px; display: grid; grid-template-columns: auto 1fr auto; gap: 13px; align-items: start; border: 1px solid var(--line); border-radius: 13px; background: #fff; color: var(--navy); text-align: left; transition: border-color .16s, box-shadow .16s, transform .16s; }
.task-first-page .task-card:hover { transform: translateY(-2px); border-color: #a9bef1; box-shadow: 0 10px 24px rgba(40,100,239,.08); }
.task-first-page .task-card:first-child { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(40,100,239,.09); }
.task-first-page .task-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 10px; background: var(--blue-soft); }
.task-first-page .task-icon img { width: 23px; height: 23px; }
.task-first-page .task-icon.violet { background: #f4efff; }
.task-first-page .task-icon.cyan { background: #e9fbfd; }
.task-first-page .task-icon.mandarin { background: #eef5e6; }
.task-first-page .task-card strong, .task-first-page .task-card small { display: block; }
.task-first-page .task-card strong { margin: 2px 0 6px; font-size: 14px; }
.task-first-page .task-card small { color: var(--muted); font-size: 11px; line-height: 1.45; }
.task-first-page .featured-project-section { padding: 0 max(44px,calc((100vw - 1256px)/2)) 64px; }
.task-first-page .featured-project-card { min-height: 370px; display: grid; grid-template-columns: minmax(0,1fr) minmax(380px,.78fr); overflow: hidden; border: 1px solid #d9d6c9; border-radius: 18px; background: #f7f2e8; box-shadow: 0 18px 44px rgba(39,55,45,.09); }
.task-first-page .featured-project-copy { padding: 44px; align-self: center; }
.task-first-page .featured-project-copy .section-kicker { color: #35694e; display: flex; align-items: center; gap: 6px; }
.task-first-page .featured-project-copy h2 { max-width: 620px; margin: 13px 0 14px; color: #17251d; font-size: clamp(31px,3.1vw,46px); line-height: 1.02; letter-spacing: -.045em; }
.task-first-page .featured-project-copy > p:not(.section-kicker) { max-width: 690px; margin: 0; color: #58655e; font-size: 14px; line-height: 1.7; }
.task-first-page .featured-project-facts { margin: 23px 0; display: flex; flex-wrap: wrap; gap: 9px; }
.task-first-page .featured-project-facts span { padding: 7px 9px; border: 1px solid rgba(53,105,78,.15); border-radius: 99px; background: rgba(255,255,255,.66); color: #365442; font-size: 10px; font-weight: 700; }
.task-first-page .featured-project-button { min-height: 42px; padding: 0 16px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid #35694e; border-radius: 9px; background: #35694e; color: #fff; font-size: 12px; font-weight: 750; }
.task-first-page .featured-project-button .icon, .task-first-page .primary-button .icon { filter: brightness(0) invert(1); }
.task-first-page .featured-project-visual { min-height: 370px; position: relative; overflow: hidden; background: #efe6d7; }
.task-first-page .featured-project-visual > img { width: 100%; height: 100%; position: absolute; display: block; object-fit: cover; object-position: top center; }
.task-first-page .featured-project-status { position: absolute; left: 18px; right: 18px; bottom: 18px; padding: 13px 15px; display: grid; gap: 4px; border: 1px solid rgba(255,255,255,.7); border-radius: 11px; background: rgba(255,255,255,.9); box-shadow: 0 10px 28px rgba(30,43,35,.14); backdrop-filter: blur(12px); }
.task-first-page .featured-project-status span { color: #66746c; font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.task-first-page .featured-project-status strong { color: #22372b; font-size: 12px; }
.task-first-page .workflow-shell { padding: 64px max(44px,calc((100vw - 1256px)/2)); background: #f8faff; border-block: 1px solid #e6ecfa; }
.task-first-page .workflow-heading { display: flex; justify-content: space-between; gap: 24px; align-items: flex-end; margin-bottom: 28px; }
.task-first-page .workflow-heading h2 { margin: 8px 0; font-size: 36px; letter-spacing: -.025em; }
.task-first-page .workflow-heading p:not(.section-kicker) { max-width: 710px; margin: 0; color: var(--muted); line-height: 1.6; }
.task-first-page .verified-pill { flex: 0 0 auto; padding: 8px 11px; border: 1px solid #efd7a7; border-radius: 99px; background: #fff8e8; color: #8a5600; font-size: 11px; font-weight: 750; }
.task-first-page .workflow-grid { display: grid; grid-template-columns: minmax(340px,.72fr) minmax(520px,1.28fr); gap: 28px; }
.task-first-page :is(.input-preview-card,.workflow-plan) { border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 1px 2px rgba(16,24,40,.05); }
.task-first-page .input-preview-card { overflow: hidden; }
.task-first-page .preview-image-wrap { position: relative; height: 440px; background: #dde5f4; overflow: hidden; }
.task-first-page .preview-image-wrap img { width: 100%; height: 100%; display: block; object-fit: cover; }
.task-first-page .image-badge { position: absolute; left: 15px; top: 15px; padding: 7px 9px; border-radius: 8px; background: rgba(16,24,40,.78); color: #fff; font-size: 11px; font-weight: 700; }
.task-first-page .preview-details { display: grid; gap: 12px; padding: 20px; }
.task-first-page .preview-details span { display: grid; grid-template-columns: 86px 1fr; gap: 12px; color: #475467; font-size: 12px; line-height: 1.5; }
.task-first-page .preview-details strong { color: #101828; }
.task-first-page .workflow-plan { padding: 24px; }
.task-first-page .requirements-strip { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 23px; }
.task-first-page .requirements-strip span { padding: 7px 9px; border-radius: 8px; background: #f2f4f7; color: #475467; font-size: 11px; font-weight: 650; }
.task-first-page .workflow-plan h3 { margin: 0 0 12px; font-size: 15px; }
.task-first-page .executor-card { display: flex; gap: 12px; align-items: start; padding: 14px; border: 1px solid #cdd9f1; border-radius: 11px; background: #f8faff; }
.task-first-page .executor-card strong { font-size: 13px; }
.task-first-page .executor-card p { margin: 5px 0; color: var(--muted); font-size: 11px; }
.task-first-page .executor-card small { font-size: 10px; color: var(--muted); }
.task-first-page .status-label { margin-left: auto; color: #8a5600; background: #fff8e8; padding: 5px 7px; border-radius: 6px; font-size: 9px; }
.task-first-page .plan-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 24px 0; }
.task-first-page .plan-facts strong { font-size: 12px; }
.task-first-page .plan-facts p { margin: 8px 0 0; font-size: 12px; line-height: 1.65; color: var(--muted); }
.task-first-page .quote-card { margin-top: 18px; padding: 18px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px; border: 1px solid #d7e2fb; border-radius: 12px; background: #f4f8ff; }
.task-first-page .quote-card p { margin: 0 0 5px; color: #475467; font-size: 11px; }
.task-first-page .quote-card strong { display: block; font-size: 23px; letter-spacing: -.02em; }
.task-first-page .quote-card small { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.task-first-page .quote-condition { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 10px 12px; font-size: 10px; color: #475467; }
.task-first-page .quote-condition strong { font-size: 10px; }
.task-first-page :is(.workflow-actions,.page-actions) { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin-top: 18px; }
.task-first-page :is(.primary-button,.secondary-button) { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; border-radius: 9px; padding: 0 15px; font-size: 12px; font-weight: 700; }
.task-first-page .primary-button { border: 1px solid var(--blue); background: var(--blue); color: white; }
.task-first-page .secondary-button { border: 1px solid #d0d5dd; background: #fff; color: #344054; }
.task-first-page .primary-button:not(:disabled):hover { background: #1749bc; }
.task-first-page button:disabled { background: #e9edf5; border-color: #d4dbea; color: #697386; cursor: not-allowed; }
.task-first-page .disabled-note { margin: 14px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.task-first-page code { font-family: 'DM Mono',monospace; overflow-wrap: anywhere; font-size: .92em; }
.task-first-page .value-grid { max-width: 1256px; margin: 0 auto; padding: 64px 0 76px; display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.task-first-page .value-grid article { padding-right: 28px; border-right: 1px solid var(--line); }
.task-first-page .value-grid article:last-child { border: 0; }
.task-first-page .value-icon { width: 22px; height: 22px; }
.task-first-page .value-grid h3 { margin: 15px 0 8px; font-size: 17px; }
.task-first-page .value-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.task-first-page .value-grid a { display: inline-block; margin-top: 12px; font-size: 12px; }
.task-first-page .supporting-resources { max-width: 1256px; margin: 0 auto 40px; padding: 0 20px; }
.task-first-page .supporting-resources > summary { padding: 16px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; cursor: pointer; }
.task-first-page main.site-page { max-width: 1344px; min-height: 70vh; margin: 0 auto; padding: 0 44px 80px; }
.task-first-page .breadcrumbs { height: 52px; display: flex; align-items: center; gap: 7px; color: #98a2b3; border-bottom: 1px solid var(--line); font-size: 11px; }
.task-first-page .breadcrumbs a { color: #667085; }
.task-first-page .page-hero { padding: 66px 0 52px; display: grid; grid-template-columns: minmax(0,1.28fr) minmax(300px,.72fr); gap: 70px; align-items: center; border-bottom: 1px solid var(--line); background: none; }
.task-first-page .page-hero-copy h1 { max-width: 820px; margin: 14px 0 16px; font-size: clamp(42px,5vw,66px); line-height: 1.02; letter-spacing: -.048em; }
.task-first-page .page-hero-copy > p:not(.eyebrow) { max-width: 760px; margin: 0; color: #536075; font-size: 17px; line-height: 1.65; }
.task-first-page .page-actions { margin-top: 25px; }
.task-first-page .hero-stat-grid { padding: 22px; display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; border: 1px solid #cdd9f1; border-radius: 16px; background: #f8faff; }
.task-first-page .hero-stat-grid span { display: flex; flex-direction: column; gap: 3px; color: var(--muted); font-size: 11px; }
.task-first-page .hero-stat-grid strong { color: var(--navy); font-size: 26px; letter-spacing: -.03em; }
.task-first-page .filter-section { padding: 48px 0; }
.task-first-page .section-title-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 23px; }
.task-first-page .section-title-row h2 { margin: 7px 0 0; font-size: 29px; letter-spacing: -.025em; }
.task-first-page .pill-filters { display: flex; flex-wrap: wrap; gap: 6px; }
.task-first-page .pill-filters[hidden] { display: none; }
.task-first-page .pill-filters button { min-height: 33px; padding: 0 11px; border: 1px solid var(--line); border-radius: 8px; background: #fff; cursor: pointer; color: #475467; font-size: 11px; font-weight: 650; }
.task-first-page .pill-filters button[aria-pressed="true"] { border-color: #abc0ef; background: var(--blue-soft); color: var(--blue); }
.task-first-page .workflow-card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 13px; }
.task-first-page .workflow-index-card { min-height: 176px; padding: 19px; display: grid; grid-template-columns: auto 1fr auto; align-items: start; gap: 13px; border: 1px solid var(--line); border-radius: 14px; background: #fff; text-align: left; color: var(--navy); }
.task-first-page .workflow-index-card:hover { border-color: #abc0ef; box-shadow: 0 12px 30px rgba(40,100,239,.08); }
.task-first-page .workflow-index-card[hidden] { display: none; }
.task-first-page .workflow-index-card :is(strong,small,em) { display: block; }
.task-first-page .workflow-index-card strong { margin: 3px 0 7px; font-size: 15px; }
.task-first-page .workflow-index-card small { min-height: 42px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.task-first-page .workflow-index-card em { margin-top: 13px; color: var(--blue); font-size: 9px; font-style: normal; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.task-first-page .contract-strip { padding: 22px; display: flex; flex-wrap: wrap; align-items: center; gap: 11px; border: 1px solid #cdd9f1; border-radius: 14px; background: #f8faff; }
.task-first-page .contract-strip strong { width: 100%; color: var(--blue); font-size: 14px; }
.task-first-page .contract-strip span { padding: 7px 9px; border-radius: 7px; background: #fff; color: #475467; font-size: 10px; font-weight: 650; }
.task-first-page .project-boundary { margin-top: 28px; }
.task-first-page .project-boundary summary { padding: 15px 0; cursor: pointer; font-size: 13px; font-weight: 600; }
.task-first-page .detail-layout { padding: 42px 0; display: grid; grid-template-columns: minmax(0,1fr) 310px; gap: 20px; align-items: start; }
.task-first-page .detail-main { display: grid; gap: 16px; min-width: 0; }
.task-first-page :is(.content-panel,.detail-aside) { padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: #fff; min-width: 0; }
.task-first-page .content-panel h2, .task-first-page .detail-aside h3 { margin: 7px 0 17px; font-size: 21px; letter-spacing: -.02em; }
.task-first-page .content-panel :is(p,li) { font-size: 12px; color: #667085; line-height: 1.65; }
.task-first-page .content-panel p.section-kicker { color: var(--blue); font-size: 11px; line-height: 1.3; }
.task-first-page .content-panel h3 { font-size: 13px; margin: 20px 0 8px; }
.task-first-page .content-panel ul { padding-left: 18px; }
.task-first-page .content-panel pre { max-width: 100%; overflow: auto; font-size: 11px; }
.task-first-page .detail-aside { position: sticky; top: 82px; }
.task-first-page .big-price { display: block; margin: 13px 0 0; font-size: 32px; letter-spacing: -.035em; }
.task-first-page .detail-aside > small { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; }
.task-first-page .detail-aside dl { margin: 20px 0; }
.task-first-page .detail-aside dl div { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 12px; border-top: 1px solid var(--line); font-size: 10px; }
.task-first-page .detail-aside dt { color: var(--muted); }
.task-first-page .detail-aside dd { margin: 0; font-weight: 700; text-align: right; }
.task-first-page .detail-aside :is(.primary-button,.secondary-button) { width: 100%; margin-top: 8px; }
.task-first-page .requirement-table { border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.task-first-page .requirement-table > div { min-height: 60px; padding: 11px 13px; display: grid; grid-template-columns: 150px 1fr 1.3fr; gap: 14px; align-items: center; border-bottom: 1px solid var(--line); font-size: 10px; }
.task-first-page .requirement-table > div:last-child { border: 0; }
.task-first-page .requirement-table span { color: var(--muted); }
.task-first-page .requirement-table small { color: var(--muted); font-size: 10px; line-height: 1.45; }
.task-first-page .recovery-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }
.task-first-page .recovery-grid article { padding: 14px; border: 1px solid var(--line); border-radius: 10px; }
.task-first-page .recovery-grid strong { font-size: 12px; }
.task-first-page .recovery-grid p { font-size: 11px; }
@media (max-width: 1120px) {
  .task-first-page .workflow-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 1060px) {
  .task-first-page .www-hero { gap: 40px; padding-left: 34px; padding-right: 34px; }
  .task-first-page .task-grid { grid-template-columns: repeat(2,minmax(0,1fr)); margin: 0 28px; }
  .task-first-page .featured-project-section { padding-left: 28px; padding-right: 28px; }
  .task-first-page .workflow-shell { padding-left: 28px; padding-right: 28px; }
  .task-first-page .workflow-grid { grid-template-columns: minmax(280px,.8fr) minmax(0,1.2fr); }
  .task-first-page .value-grid { margin: 0 28px; }
}
@media (max-width: 820px) {
  .task-first-page .www-hero { grid-template-columns: 1fr; padding: 54px 24px 38px; }
  .task-first-page .hero-proof-card { min-height: auto; }
  .task-first-page .task-grid { margin: 0 24px; padding-bottom: 44px; }
  .task-first-page .featured-project-card { grid-template-columns: 1fr; }
  .task-first-page .featured-project-copy { padding: 32px; }
  .task-first-page .featured-project-visual { min-height: 310px; }
  .task-first-page .workflow-heading { display: block; }
  .task-first-page .verified-pill { display: inline-block; margin-top: 16px; }
  .task-first-page .workflow-grid, .task-first-page .value-grid { grid-template-columns: 1fr; }
  .task-first-page .preview-image-wrap { height: 500px; }
  .task-first-page .value-grid article { padding: 0 0 24px; border-right: 0; border-bottom: 1px solid var(--line); }
  .task-first-page .page-hero { grid-template-columns: 1fr; gap: 28px; }
  .task-first-page .detail-layout { grid-template-columns: 1fr; }
  .task-first-page .detail-aside { position: static; }
  .task-first-page .section-title-row { display: block; }
  .task-first-page .pill-filters { margin-top: 20px; }
}
@media (max-width: 560px) {
  .task-first-page .www-hero { padding: 44px 18px 32px; gap: 28px; }
  .task-first-page .hero-copy-block h1 { font-size: 45px; }
  .task-first-page .hero-lead { font-size: 16px; }
  .task-first-page .trust-row { gap: 10px 14px; }
  .task-first-page .hero-proof-card { padding: 18px; }
  .task-first-page .proof-flow { grid-template-columns: 1fr auto 1fr; gap: 10px; }
  .task-first-page .proof-flow > :nth-child(4) { display: none; }
  .task-first-page .task-grid { grid-template-columns: 1fr; margin: 0 18px; }
  .task-first-page .featured-project-section { padding-left: 18px; padding-right: 18px; }
  .task-first-page .featured-project-copy { padding: 25px 20px; }
  .task-first-page .featured-project-copy h2 { font-size: 31px; }
  .task-first-page .featured-project-visual { min-height: 235px; }
  .task-first-page .workflow-shell { padding: 44px 18px; }
  .task-first-page .workflow-heading h2 { font-size: 30px; }
  .task-first-page .preview-image-wrap { height: 390px; }
  .task-first-page .workflow-plan { padding: 16px; }
  .task-first-page .executor-card { flex-wrap: wrap; }
  .task-first-page .status-label { margin-left: 52px; }
  .task-first-page .plan-facts, .task-first-page .quote-card { grid-template-columns: 1fr; }
  .task-first-page .workflow-actions { display: grid; }
  .task-first-page .value-grid { margin: 0 18px; padding: 44px 0; }
  .task-first-page main.site-page { padding: 0 16px 48px; }
  .task-first-page .page-hero { padding: 37px 0 31px; }
  .task-first-page .breadcrumbs { height: 44px; }
  .task-first-page .page-actions { display: grid; }
  .task-first-page .page-hero-copy h1 { font-size: 40px; }
  .task-first-page .page-hero-copy > p:not(.eyebrow) { font-size: 14px; }
  .task-first-page .workflow-card-grid { grid-template-columns: 1fr; }
  .task-first-page .workflow-index-card { min-height: 145px; }
  .task-first-page .section-title-row h2 { font-size: 29px; }
  .task-first-page .requirement-table > div { grid-template-columns: 1fr 1fr; gap: 8px; }
  .task-first-page .requirement-table small { grid-column: 1/-1; }
  .task-first-page .content-panel { padding: 18px; }
  .task-first-page .recovery-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { .task-first-page * { scroll-behavior: auto; transition: none; } }
