:root {
  --ink:#10152d;
  --muted:#667087;
  --line:#e4e7f0;
  --line-strong:#cfd5e2;
  --paper:#fff;
  --soft:#f6f7fb;
  --violet:#6a45ff;
  --violet-deep:#4c2bd1;
  --violet-soft:#f0edff;
  --navy:#081a3b;
  --navy-2:#153466;
  --mint:#1eaa8d;
  --mint-soft:#e8f8f3;
  --gold:#c89020;
  --gold-soft:#fbf4df;
  --danger:#c84d63;
  font-family:"Noto Sans SC","Microsoft YaHei","PingFang SC",system-ui,sans-serif;
  color:var(--ink);
  background:var(--paper);
}

*{box-sizing:border-box}
[hidden]{display:none!important}
html{scroll-behavior:smooth;scroll-padding-top:138px}
body{min-width:320px;margin:0;overflow-x:hidden;background:var(--paper);color:var(--ink)}
a,button,input,select{-webkit-tap-highlight-color:transparent}
button,input,select{font:inherit}
button{cursor:pointer}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid rgba(106,69,255,.32);outline-offset:3px}
svg{display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;z-index:1000;top:8px;left:8px;padding:10px 14px;border-radius:8px;background:#fff;color:var(--ink);transform:translateY(-160%)}
.skip-link:focus{transform:none}

.site-header{position:relative;z-index:30;min-height:76px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;padding:12px clamp(22px,3.6vw,58px);border-bottom:1px solid var(--line);background:rgba(255,255,255,.98)}
.brand{color:var(--ink);text-decoration:none;font-size:clamp(1.38rem,1.8vw,1.86rem);font-weight:850;letter-spacing:-.035em}
.brand i{color:var(--violet);font-style:normal}
.site-header nav{display:flex;justify-content:center;gap:4px}
.site-header nav a{padding:9px 10px;border-radius:9px;color:#454b5d;text-decoration:none;white-space:nowrap;font-size:.83rem;font-weight:680}
.site-header nav a:hover{background:#f2f0ff}
.site-header nav a[aria-current=page]{background:var(--violet-soft);color:var(--violet-deep)}
.course-share{min-height:38px;display:inline-flex;align-items:center;gap:7px;margin-left:auto;padding:0 12px;border:1px solid var(--line-strong);border-radius:9px;background:#fff;color:var(--navy);cursor:pointer;font-size:.68rem;font-weight:780}
.course-share:hover{border-color:#bdb0ff;color:var(--violet-deep)}
.course-share svg{width:17px;height:17px}
.account{min-width:86px;min-height:42px;padding:0 14px;border:1px solid #cfd4e0;border-radius:11px;background:#fff;color:var(--ink);font-size:.82rem;font-weight:750}
.account .avatar{display:inline-grid;place-items:center;width:24px;height:24px;margin-right:7px;overflow:hidden;border-radius:8px;background:var(--violet);color:#fff;font-size:.7rem}
.account .avatar img{width:100%;height:100%;object-fit:cover}

main{width:min(1480px,calc(100% - 40px));margin:0 auto;padding:14px 0 68px}
.breadcrumb{display:flex;align-items:center;gap:10px;min-height:30px;color:#8a91a3;font-size:.74rem}
.breadcrumb a{color:#626b80;text-decoration:none}
.breadcrumb a:hover{color:var(--violet-deep)}

.role-intro{display:grid;grid-template-columns:auto minmax(0,1.45fr) minmax(390px,.8fr);align-items:center;gap:20px;padding:14px 18px 17px;border-bottom:1px solid var(--line)}
.role-mark{position:relative;width:64px;height:64px;display:grid;place-items:center;color:var(--violet-deep)}
.role-mark svg{position:absolute;inset:0;width:64px;height:64px;stroke-width:2}
.role-mark span{font-size:.82rem;font-weight:900;letter-spacing:.03em}
.role-copy{min-width:0}
.title-line{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.title-line h1{margin:0;font-size:clamp(1.65rem,2.6vw,2.65rem);line-height:1.08;letter-spacing:-.035em}
.title-line h1 span{font-weight:720;color:#505a71}
.route-badge{display:inline-flex;align-items:center;min-height:27px;padding:0 10px;border:1px solid #d2c9ff;border-radius:999px;background:var(--violet-soft);color:var(--violet-deep);font-size:.7rem;font-weight:780}
.role-copy>p{max-width:76ch;margin:8px 0 0;color:#4e586f;font-size:.9rem;line-height:1.75}
.role-evidence{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:9px;color:#7a8397;font-size:.68rem}
.role-evidence>a{color:#334261;text-underline-offset:3px}
.role-evidence>span:first-child{font-weight:800;color:#536079}
.route-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border:1px solid var(--line);border-radius:14px;background:var(--soft)}
.route-facts span{min-height:52px;display:flex;align-items:center;gap:8px;padding:10px 14px;color:#5d667c;font-size:.72rem}
.route-facts span:nth-child(odd){border-right:1px solid var(--line)}
.route-facts span:nth-child(-n+2){border-bottom:1px solid var(--line)}
.route-facts strong{color:var(--navy);font-size:1.12rem}

.section-nav{position:sticky;z-index:22;top:0;display:flex;align-items:center;gap:5px;margin:12px 0 0;padding:5px;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.97);box-shadow:0 8px 24px rgba(8,26,59,.07)}
.section-nav a{min-height:36px;display:inline-flex;align-items:center;padding:0 14px;border-radius:8px;color:#4e586d;text-decoration:none;font-size:.75rem;font-weight:760}
.section-nav a:hover{background:var(--violet-soft);color:var(--violet-deep)}

.roadmap-section,.project-section,.resource-section,.interview-section{padding-top:34px}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:14px}
.section-heading h2{margin:0;font-size:clamp(1.35rem,2vw,1.85rem);line-height:1.2;letter-spacing:-.025em}
.section-heading p{max-width:74ch;margin:6px 0 0;color:var(--muted);font-size:.78rem;line-height:1.65}
.section-heading>a{color:var(--violet-deep);font-size:.73rem;font-weight:780;text-decoration:none}
.route-progress{flex:0 0 220px}
.route-progress>span{display:block;margin-bottom:7px;color:#667087;text-align:right;font-size:.68rem}
.route-progress>div{height:6px;overflow:hidden;border-radius:5px;background:#eaecf2}
.route-progress>div span{display:block;width:0;height:100%;border-radius:inherit;background:var(--violet);transition:width .45s cubic-bezier(.22,1,.36,1)}

.roadmap-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:12px;align-items:start}
.field-manual{min-width:0;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 14px 34px rgba(8,26,59,.07)}
.stage-track{position:relative;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:0;margin:0;padding:22px 18px 12px;list-style:none}
.stage-track::before{content:"";position:absolute;top:39px;left:8.5%;right:8.5%;height:2px;background:#dce0e9}
.stage-track li{position:relative;min-width:0;text-align:center}
.stage-button{width:100%;display:flex;flex-direction:column;align-items:center;gap:7px;padding:0 6px;border:0;background:transparent;color:#687086}
.stage-button .node{position:relative;z-index:1;width:34px;height:34px;display:grid;place-items:center;border:2px solid #ccd2df;border-radius:50%;background:#fff;color:#6e778a;font-size:.7rem;font-weight:900;transition:transform .25s cubic-bezier(.22,1,.36,1),background .2s ease,color .2s ease}
.stage-button strong{overflow:hidden;max-width:100%;text-overflow:ellipsis;white-space:nowrap;font-size:.72rem}
.stage-button:hover .node{transform:translateY(-3px)}
.stage-button[aria-current=step]{color:var(--violet-deep)}
.stage-button[aria-current=step] .node{border-color:var(--violet);background:var(--violet);color:#fff;box-shadow:0 7px 18px rgba(106,69,255,.23)}
.stage-button.is-complete{color:#177b67}
.stage-button.is-complete .node{border-color:var(--mint);background:var(--mint);color:#fff}
.stage-button[data-stage=delivery] .node{border-color:#d5b568}
.stage-button[data-stage=delivery][aria-current=step],.stage-button[data-stage=delivery].is-complete{color:#91620e}
.stage-button[data-stage=delivery][aria-current=step] .node,.stage-button[data-stage=delivery].is-complete .node{background:var(--gold);border-color:var(--gold);color:#fff}

.stage-sheet{margin:0 18px 18px;border-top:1px solid var(--line);background:var(--paper)}
.stage-sheet>header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:17px 4px 14px}
.stage-sheet>header span{color:var(--violet-deep);font-size:.68rem;font-weight:850}
.stage-sheet>header h3{margin:4px 0 0;font-size:1.32rem;letter-spacing:-.02em}
.stage-sheet>header p{margin:6px 0 0;color:var(--muted);font-size:.76rem;line-height:1.55}
.complete-stage{flex:0 0 auto;min-height:38px;padding:0 14px;border:1px solid var(--violet);border-radius:9px;background:var(--violet);color:#fff;font-size:.72rem;font-weight:800}
.complete-stage.is-complete{border-color:#91d5c4;background:var(--mint-soft);color:#14735f}
.stage-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--line);border-radius:12px;background:#fafbfe}
.stage-columns section{min-width:0;padding:16px 18px}
.stage-columns section+section{border-left:1px solid var(--line)}
.stage-columns h4{display:flex;align-items:center;gap:8px;margin:0;color:var(--navy-2);font-size:.78rem}
.stage-columns h4 svg{width:20px;height:20px;color:var(--violet)}
.stage-columns ul{margin:11px 0 0;padding-left:1.15rem;color:#50596e;font-size:.73rem;line-height:1.75}
.stage-columns li+li{margin-top:4px}
.stage-resources{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px 3px 0}
.stage-resources>strong{font-size:.72rem}
.stage-resources>div{display:flex;gap:6px;overflow:hidden}
.stage-resources button{min-height:30px;overflow:hidden;padding:0 10px;border:1px solid #daddea;border-radius:8px;background:#fff;color:#4d5870;text-overflow:ellipsis;white-space:nowrap;font-size:.66rem}
.stage-resources button:hover{border-color:#b9adff;color:var(--violet-deep)}
.stage-resources>a{color:var(--violet-deep);text-decoration:none;white-space:nowrap;font-size:.68rem;font-weight:780}

.toolkit{overflow:hidden;border:1px solid #d9deea;border-radius:16px;background:var(--navy);color:#fff;box-shadow:0 14px 34px rgba(8,26,59,.14)}
.toolkit>header{display:flex;align-items:center;gap:11px;padding:17px 18px;border-bottom:1px solid rgba(255,255,255,.13)}
.toolkit>header>svg{width:24px;height:24px;color:#d9c27a}
.toolkit h2{margin:0;font-size:.94rem}
.toolkit header p{margin:4px 0 0;color:#99a9c7;font-size:.64rem}
.toolkit dl{margin:0}
.toolkit dl div{display:grid;grid-template-columns:82px minmax(0,1fr);gap:9px;padding:12px 17px;border-bottom:1px solid rgba(255,255,255,.1)}
.toolkit dt{color:#8ea6d0;font-size:.66rem;font-weight:800}
.toolkit dd{margin:0;color:#f3f5fa;font-size:.69rem;line-height:1.5}
.toolkit-note{margin:0;padding:14px 17px;color:#d3dcf0;font-size:.66rem;line-height:1.65}

.project-ladder{margin:0;padding:0;border-top:1px solid var(--line);list-style:none}
.project-item{display:grid;grid-template-columns:48px minmax(220px,.78fr) minmax(300px,1.25fr) minmax(220px,.9fr);gap:18px;align-items:center;padding:18px 10px;border-bottom:1px solid var(--line)}
.project-index{width:36px;height:36px;display:grid;place-items:center;border:1px solid #cfc5ff;border-radius:11px;background:var(--violet-soft);color:var(--violet-deep);font-size:.75rem;font-weight:900}
.project-main h3{margin:0;font-size:1rem}
.project-main p{margin:6px 0 0;color:var(--muted);font-size:.72rem;line-height:1.6}
.project-meta{display:flex;gap:6px;margin-top:9px;flex-wrap:wrap}
.project-meta span{padding:4px 7px;border-radius:6px;background:var(--soft);color:#697287;font-size:.61rem}
.project-deliverables strong,.project-acceptance strong{display:block;margin-bottom:7px;font-size:.68rem}
.project-deliverables ul,.project-acceptance ul{margin:0;padding-left:1rem;color:#586176;font-size:.68rem;line-height:1.65}
.project-acceptance{padding-left:15px;border-left:1px solid var(--line)}

.resource-section{scroll-margin-top:120px}
.resource-section>.section-heading span{color:#6a7287;font-size:.72rem}
.resource-controls{display:grid;grid-template-columns:minmax(230px,360px) minmax(0,1fr) auto;gap:10px;align-items:center;padding:11px;border:1px solid var(--line);border-radius:13px;background:var(--soft)}
.search-control{height:42px;display:flex;align-items:center;gap:9px;padding:0 12px;border:1px solid var(--line-strong);border-radius:9px;background:#fff}
.search-control svg{flex:0 0 20px;width:20px;height:20px;color:#747e91}
.search-control input{min-width:0;width:100%;border:0;outline:0;background:transparent;color:var(--ink);font-size:.73rem}
.search-control input::placeholder{color:#969dac}
.filter-tabs{display:flex;gap:5px;overflow-x:auto;scrollbar-width:none}
.filter-tabs::-webkit-scrollbar{display:none}
.filter-tabs button{min-height:36px;padding:0 11px;border:1px solid transparent;border-radius:8px;background:transparent;color:#5b6478;white-space:nowrap;font-size:.68rem;font-weight:740}
.filter-tabs button:hover{background:#fff}
.filter-tabs button[aria-pressed=true]{border-color:#cfc6ff;background:#fff;color:var(--violet-deep)}
.select-control select{height:40px;padding:0 32px 0 11px;border:1px solid var(--line-strong);border-radius:9px;background:#fff;color:#4f586b;font-size:.7rem}
.active-filter{margin-top:9px;padding:9px 12px;border-radius:9px;background:var(--violet-soft);color:var(--violet-deep);font-size:.68rem}
.resource-list{margin-top:10px;border-top:1px solid var(--line)}
.resource-row{display:grid;grid-template-columns:95px minmax(210px,.95fr) minmax(330px,1.4fr) 180px 104px;gap:16px;align-items:center;padding:15px 8px;border-bottom:1px solid var(--line);transition:background .18s ease}
.resource-row:hover{background:#fafaff}
.resource-type{justify-self:start;padding:5px 8px;border-radius:7px;background:var(--violet-soft);color:var(--violet-deep);font-size:.62rem;font-weight:780}
.resource-title{min-width:0}
.resource-title strong{display:block;font-size:.8rem;line-height:1.45}
.resource-title span{display:block;margin-top:4px;color:#80889a;font-size:.64rem}
.resource-summary{margin:0;color:#566075;font-size:.71rem;line-height:1.65}
.resource-meta{display:flex;gap:5px;flex-wrap:wrap}
.resource-meta span{padding:4px 6px;border-radius:6px;background:var(--soft);color:#737b8d;font-size:.59rem}
.resource-actions{display:flex;justify-content:flex-end;gap:5px}
.resource-actions button,.resource-actions a{width:42px;height:36px;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:8px;background:#fff;color:#4d5870;text-decoration:none}
.resource-actions button:hover,.resource-actions a:hover{border-color:#bdb0ff;color:var(--violet-deep)}
.resource-actions svg{width:17px;height:17px}
.empty-state{padding:54px 20px;text-align:center;border-bottom:1px solid var(--line)}
.empty-state strong{font-size:1rem}
.empty-state p{color:var(--muted);font-size:.74rem}
.empty-state button{min-height:36px;padding:0 13px;border:1px solid var(--line-strong);border-radius:8px;background:#fff;color:var(--violet-deep);font-size:.7rem;font-weight:760}

.interview-section>.section-heading button{min-height:40px;padding:0 15px;border:1px solid var(--violet);border-radius:9px;background:#fff;color:var(--violet-deep);font-size:.71rem;font-weight:800}
.interview-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:12px;align-items:start}
.question-groups{position:sticky;top:70px;display:grid;padding:6px;border:1px solid var(--line);border-radius:12px;background:var(--soft)}
.question-groups button{min-height:39px;padding:0 11px;border:0;border-radius:8px;background:transparent;color:#596277;text-align:left;font-size:.7rem;font-weight:740}
.question-groups button:hover{background:#fff}
.question-groups button[aria-pressed=true]{background:var(--navy);color:#fff}
.question-list{border-top:1px solid var(--line)}
.question{border-bottom:1px solid var(--line)}
.question summary{display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:12px;align-items:center;padding:15px 10px;cursor:pointer;list-style:none}
.question summary::-webkit-details-marker{display:none}
.question summary>span:first-child{color:#8a91a3;font-size:.66rem;font-weight:850}
.question summary strong{font-size:.78rem;line-height:1.55}
.question summary>span:last-child{padding:4px 7px;border-radius:6px;background:var(--soft);color:#737b8d;font-size:.58rem}
.question[open] summary{background:#fafaff;color:var(--violet-deep)}
.answer-guide{margin:0;padding:4px 66px 18px;color:#515b70;font-size:.72rem;line-height:1.75}
.answer-guide strong{color:var(--navy)}

.next-action{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:46px;padding:25px 28px;border-radius:16px;background:var(--navy);color:#fff}
.next-action h2{margin:0;font-size:1.3rem}
.next-action p{max-width:72ch;margin:7px 0 0;color:#bdc8dc;font-size:.76rem;line-height:1.65}
.next-action a{flex:0 0 auto;min-height:42px;display:inline-flex;align-items:center;padding:0 17px;border-radius:9px;background:var(--violet);color:#fff;text-decoration:none;font-size:.73rem;font-weight:800}

.resource-dialog{width:min(620px,calc(100% - 30px));max-height:min(720px,calc(100dvh - 34px));padding:0;overflow:auto;border:0;border-radius:16px;background:#fff;color:var(--ink);box-shadow:0 26px 80px rgba(8,26,59,.25)}
.resource-dialog::backdrop{background:rgba(8,20,45,.52)}
.resource-dialog form{position:sticky;z-index:2;top:0;height:0}
.dialog-close{position:absolute;top:14px;right:14px;width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line);border-radius:9px;background:#fff;color:#5d667b}
.dialog-close svg{width:19px;height:19px}
.dialog-body{padding:28px 30px 30px}
.dialog-body .resource-type{display:inline-block}
.dialog-body h2{max-width:90%;margin:13px 0 0;font-size:1.55rem;line-height:1.25;letter-spacing:-.025em}
.dialog-body .dialog-source{margin:7px 0 0;color:#778095;font-size:.7rem}
.dialog-body>p{margin:20px 0 0;color:#4f596e;font-size:.8rem;line-height:1.8}
.dialog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin-top:20px;overflow:hidden;border:1px solid var(--line);border-radius:11px;background:var(--line)}
.dialog-grid div{padding:12px 14px;background:#fafbfe}
.dialog-grid span{display:block;color:#81899a;font-size:.61rem}
.dialog-grid strong{display:block;margin-top:4px;font-size:.72rem}
.dialog-actions{display:flex;gap:8px;margin-top:22px}
.dialog-actions a{min-height:42px;display:inline-flex;align-items:center;gap:8px;padding:0 16px;border-radius:9px;background:var(--violet);color:#fff;text-decoration:none;font-size:.72rem;font-weight:800}
.dialog-actions a svg{width:17px;height:17px}

footer{display:flex;justify-content:center;gap:18px;padding:25px;border-top:1px solid var(--line);background:#fafbfe}
footer a{color:#6f788b;font-size:.68rem;text-decoration:none}

@media (max-width:1180px){
  .site-header nav a{padding-inline:7px;font-size:.76rem}
  .role-intro{grid-template-columns:auto minmax(0,1fr)}
  .route-facts{grid-column:1/-1;grid-template-columns:repeat(4,minmax(0,1fr))}
  .route-facts span{border:0!important;border-right:1px solid var(--line)!important}
  .route-facts span:last-child{border-right:0!important}
  .roadmap-layout{grid-template-columns:minmax(0,1fr) 240px}
  .resource-row{grid-template-columns:84px minmax(190px,.9fr) minmax(270px,1.3fr) 130px 96px;gap:10px}
}

@media (max-width:960px){
  .site-header{grid-template-columns:auto auto;justify-content:space-between}
  .site-header nav{display:none}
  .roadmap-layout{grid-template-columns:1fr}
  .toolkit{display:grid;grid-template-columns:240px minmax(0,1fr)}
  .toolkit>header{border-bottom:0;border-right:1px solid rgba(255,255,255,.13)}
  .toolkit dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}
  .toolkit dl div{display:block;border-right:1px solid rgba(255,255,255,.1)}
  .toolkit dd{margin-top:4px}
  .toolkit-note{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.1)}
  .project-item{grid-template-columns:44px minmax(0,1fr) minmax(0,1fr)}
  .project-acceptance{grid-column:2/-1;border-left:0;padding-left:0}
  .resource-controls{grid-template-columns:minmax(220px,1fr) auto}
  .filter-tabs{grid-column:1/-1;grid-row:2}
  .resource-row{grid-template-columns:76px minmax(190px,.85fr) minmax(280px,1.2fr) 92px}
  .resource-meta{display:none}
}

@media (max-width:720px){
  html{scroll-padding-top:78px}
  .site-header{min-height:64px;padding:10px 16px}
  .brand{font-size:1.34rem}
  .account{min-width:72px;min-height:38px;padding:0 10px}
  main{width:min(100% - 24px,680px);padding-top:8px}
  .breadcrumb{font-size:.67rem}
  .role-intro{grid-template-columns:50px minmax(0,1fr);gap:12px;padding:11px 2px 15px}
  .role-mark,.role-mark svg{width:50px;height:50px}
  .title-line{gap:7px}
  .title-line h1{font-size:1.55rem}
  .role-copy>p{font-size:.76rem;line-height:1.65}
  .role-evidence{gap:8px;font-size:.6rem}
  .route-facts{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr))}
  .route-facts span{border-right:0!important;border-bottom:1px solid var(--line)!important}
  .route-facts span:nth-child(odd){border-right:1px solid var(--line)!important}
  .route-facts span:nth-last-child(-n+2){border-bottom:0!important}
  .section-nav{top:0;margin-inline:-4px;overflow-x:auto;box-shadow:0 6px 18px rgba(8,26,59,.07);scrollbar-width:none}
  .section-nav::-webkit-scrollbar{display:none}
  .section-nav a{flex:0 0 auto;padding-inline:11px}
  .roadmap-section,.project-section,.resource-section,.interview-section{padding-top:28px}
  .section-heading{align-items:flex-start;margin-bottom:12px}
  .section-heading h2{font-size:1.28rem}
  .section-heading p{font-size:.7rem}
  .route-progress{display:none}
  .stage-track{display:flex;gap:3px;overflow-x:auto;padding:16px 10px 10px;scroll-snap-type:x proximity;scrollbar-width:none}
  .stage-track::-webkit-scrollbar{display:none}
  .stage-track::before{display:none}
  .stage-track li{flex:0 0 94px;scroll-snap-align:center}
  .stage-button{padding:0 3px}
  .stage-button .node{width:32px;height:32px}
  .stage-sheet{margin:0 10px 12px}
  .stage-sheet>header{display:block;padding-top:14px}
  .complete-stage{width:100%;margin-top:12px}
  .stage-columns{display:block}
  .stage-columns section+section{border-left:0;border-top:1px solid var(--line)}
  .stage-columns section{padding:14px}
  .stage-resources{display:block;padding-top:12px}
  .stage-resources>div{margin:8px 0}
  .stage-resources>a{display:inline-block}
  .toolkit{display:block}
  .toolkit>header{border-right:0;border-bottom:1px solid rgba(255,255,255,.13)}
  .toolkit dl{grid-template-columns:repeat(2,minmax(0,1fr))}
  .project-item{grid-template-columns:38px minmax(0,1fr);gap:11px;padding:16px 2px}
  .project-deliverables,.project-acceptance{grid-column:2}
  .project-acceptance{padding-top:3px}
  .resource-controls{display:flex;flex-wrap:wrap;padding:9px}
  .search-control{width:100%}
  .filter-tabs{order:3;width:100%}
  .select-control{margin-left:auto}
  .resource-row{grid-template-columns:68px minmax(0,1fr) 82px;gap:9px;padding:14px 4px}
  .resource-summary{grid-column:2/-1;font-size:.68rem}
  .resource-actions{grid-column:3;grid-row:1}
  .resource-actions a{display:none}
  .interview-section>.section-heading{display:block}
  .interview-section>.section-heading button{width:100%;margin-top:12px}
  .interview-layout{display:block}
  .question-groups{position:static;display:flex;gap:4px;overflow-x:auto;margin-bottom:9px;scrollbar-width:none}
  .question-groups button{flex:0 0 auto}
  .question summary{grid-template-columns:34px minmax(0,1fr);gap:8px;padding-inline:4px}
  .question summary>span:last-child{grid-column:2;justify-self:start}
  .answer-guide{padding:3px 42px 17px}
  .next-action{display:block;padding:22px}
  .next-action a{margin-top:14px}
  .dialog-body{padding:24px 20px}
  .dialog-grid{grid-template-columns:1fr}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}
}
