/* Guided installation walkthrough. Uses the planner's existing design system. */
.demo-indicator { flex: 0 0 auto; margin-left: auto; padding: 5px 9px; border: 1px solid #d6e2dd; border-radius: 5px; background: #f3f7f5; color: #647c70; font-size: 10px; font-weight: 650; letter-spacing: .04em; cursor: help; }
.demo-indicator:focus-visible { outline: 2px solid var(--teal); outline-offset: 3px; }
.engineering-details { margin-top: 26px; padding: 18px 22px; border: 1px solid #d6e1db; border-radius: 8px; background: #f8faf8; color: #5d7266; font-size: 13px; line-height: 1.65; }
.engineering-details > summary { cursor: pointer; font-size: 13px; font-weight: 600; }
.engineering-details[open] > summary { margin-bottom: 18px; }
.engineering-details > p { margin: 14px 0; }
.engineering-details a { color: var(--teal-dark); }
.engineering-details .review-findings { margin-top: 18px; }
.engineering-details .review-finding { border-top: 1px solid var(--line); }
.engineering-details .review-finding h3 { font-size: 16px; }
.walk-session-bar { margin: 18px 0; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: #5c7468; font-size: 12px; }
.walk-session-bar > span { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; }
.walk-session-bar svg { width: 15px; height: 15px; }
.walk-session-divider { color: #9bada3; }
.walk-session-bar .button { height: 32px; font-size: 11px; background: transparent; }
.review-complete { display: flex; gap: 16px; align-items: center; margin-top: 25px; padding: 23px; border: 1px solid #c5ded0; border-radius: 9px; background: #edf6f0; color: #246046; }
.review-complete svg { width: 26px; height: 26px; flex-shrink: 0; }.review-complete p { font-size: 13px; margin: 7px 0 0; }
.verify-view { min-height: 0; overflow: auto; background: #f3f6f5; padding: 30px max(24px, calc((100vw - 1320px) / 2)) 48px; }
.walk-heading, .walk-plan > header, .walk-stop-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.walk-heading h1 { margin: 6px 0 10px; font-size: clamp(24px, 2.1vw, 34px); letter-spacing: -.035em; }
.walk-heading p:not(.eyebrow) { color: #5e7175; margin: 0; line-height: 1.6; }
.walk-heading .eyebrow, .walk-empty .eyebrow { color: var(--teal); font-size: 11px; letter-spacing: .1em; }
.walk-heading-actions { display: flex; align-items: center; gap: 10px; padding-top: 20px; flex-shrink: 0; }
.walk-heading-actions .button, .walk-banner .button { height: auto; min-height: 38px; white-space: normal; line-height: 1.4; }
.walk-banner { display: flex; align-items: center; gap: 14px; margin: 24px 0 18px; padding: 14px 18px; border: 1px solid #c7d9d3; border-radius: 8px; background: #eaf4ef; }
.walk-banner.is-example { background: #eaf1f7; border-color: #c9dce8; color: #355368; }
.walk-banner > svg { flex-shrink: 0; width: 22px; height: 22px; }
.walk-banner > div { flex: 1; }
.walk-banner strong, .walk-banner span { display: block; }
.walk-banner strong { margin-bottom: 4px; font-size: 13px; }
.walk-banner span { font-size: 12px; line-height: 1.6; }
.walk-banner .button { background: transparent; font-size: 12px; }
.walk-stale { padding: 15px 18px; background: #fff1d4; border-left: 3px solid var(--amber); line-height: 1.6; }
.walk-overview { display: grid; grid-template-columns: 1fr 1fr 1fr 1.6fr; margin: 0 0 22px; background: white; border: 1px solid #d7e1dd; border-radius: 10px; }
.walk-overview > div { padding: 17px 22px; border-right: 1px solid #e1e8e4; display: flex; flex-direction: column; gap: 6px; }
.walk-overview > div:last-child { border: 0; }
.walk-overview strong { font-size: 28px; color: #1e5148; font-variant-numeric: tabular-nums; }
.walk-overview strong small { font-size: 16px; color: #83938f; font-weight: 400; }
.walk-overview span { font-size: 12px; color: #647770; }
.walk-overview .walk-next { justify-content: center; background: #fafbf9; border-radius: 0 10px 10px 0; }
.walk-next button { text-align: left; background: none; border: 0; padding: 0; color: #94601e; font-weight: 600; }
.walk-next strong { font-size: 15px; }
.walk-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: start; gap: 22px; }
.walk-plan, .walk-inspector { background: white; border: 1px solid #d7e1dd; border-radius: 10px; overflow: hidden; }
.walk-plan > header { align-items: center; padding: 20px 22px; border-bottom: 1px solid #e7eeea; }
.walk-plan h2 { font-size: 17px; margin: 0 0 6px; }
.walk-plan header span:not(.walk-badge) { font-size: 12px; color: var(--muted); }
.walk-badge { display: inline-block; background: #eaf1f7; color: #365c73; font-size: 10px; font-weight: 700; padding: 5px 8px; border-radius: 5px; letter-spacing: .025em; white-space: nowrap; }
.walk-badge.attention { background: #fff2d9; color: #835713; }
.walk-badge.checked { background: #e9f4ee; color: #25604e; }
.walk-badge.pending { background: #eef1f2; color: #54656b; }
.walk-map { display: block; width: 100%; max-height: 340px; min-height: 230px; background: #fbfcfb; }
.walk-map text { font-family: inherit; }
.walk-tx-label { font-size: 11px; font-weight: 700; fill: #244e49; paint-order: stroke; stroke: #fff; stroke-width: 4px; stroke-linejoin: round; }
.walk-map-dimension { fill: #657a73; font-size: 10px; }
.walk-marker { cursor: pointer; outline: none; }
.walk-marker circle { fill: #83948f; stroke: white; stroke-width: 2px; }
.walk-marker.checked circle { fill: #28775f; }
.walk-marker.attention circle { fill: #c58d32; }
.walk-marker.checked .walk-marker-ring, .walk-marker.attention .walk-marker-ring, .walk-marker.pending .walk-marker-ring { fill: transparent; stroke: transparent; stroke-width: 2px; }
.walk-marker.is-selected .walk-marker-ring, .walk-marker:focus .walk-marker-ring { fill: #dcece5; stroke: #2a6857; }
.walk-marker.attention.is-selected .walk-marker-ring { fill: #fff0d4; stroke: #b7812b; }
.walk-marker text { fill: #fff; font-weight: 700; font-size: 12px; pointer-events: none; }
.walk-legend { display: flex; justify-content: center; gap: 22px; padding: 14px; border-top: 1px solid #e7eeea; font-size: 11px; color: #60726d; }
.walk-legend span { display: flex; align-items: center; gap: 7px; }
.walk-legend i { width: 8px; height: 8px; border-radius: 50%; }
.walk-legend .checked { background: #28775f; }.walk-legend .attention { background: #c58d32; }.walk-legend .pending { background: #83948f; }
.walk-stop-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; padding: 4px 20px 14px; }
.walk-stop-list button { min-width: 32px; height: 32px; border-radius: 6px; background: white; border: 1px solid #d1dfd8; color: #47655b; font-size: 12px; }
.walk-stop-list button.attention { color: #976315; border-color: #e2cda4; }
.walk-stop-list button[aria-pressed="true"] { box-shadow: 0 0 0 2px #317a60; font-weight: 700; }
.walk-route-note { margin: 0; padding: 12px 22px 18px; color: #6b7b76; font-size: 11px; line-height: 1.7; text-align: center; }
.walk-inspector { padding: 22px; }
.walk-stop-heading { align-items: center; gap: 10px; }.walk-stop-heading .eyebrow { font-size: 10px; color: #6b8277; }
.walk-inspector h2 { font-size: 20px; line-height: 1.35; margin: 14px 0 5px; overflow-wrap: anywhere; }
.walk-location { font-size: 12px; color: var(--muted); margin: 0 0 20px; }
.walk-reading { border-radius: 8px; padding: 18px; background: #eff5f2; display: grid; gap: 8px; }
.walk-reading span { font-size: 12px; color: #526c5f; }.walk-reading strong { font-size: 38px; font-weight: 650; color: #205847; letter-spacing: -.035em; }
.walk-reading strong small { font-size: 14px; font-weight: 400; letter-spacing: 0; }.walk-reading > small { font-size: 10px; color: #658173; }
.walk-observations { margin: 16px 0; }.walk-observations > div { display: flex; justify-content: space-between; gap: 14px; padding: 12px 0; border-bottom: 1px solid #e6eeea; font-size: 12px; }.walk-observations span { color: #64786e; }
.walk-note { border-radius: 6px; padding: 14px; background: #f4f7f5; font-size: 12px; line-height: 1.7; }.walk-note.attention { background: #fff4df; color: #7c5720; }.walk-note p { margin: 6px 0 0; }
.walk-inspector > .field-hint { font-size: 11px; line-height: 1.6; }
.walk-comparison { border-top: 1px solid #e2ebe5; margin-top: 18px; padding-top: 14px; font-size: 12px; color: #596f62; line-height: 1.6; }.walk-comparison summary { cursor: pointer; font-weight: 600; }
.walk-point-navigation { display: flex; justify-content: space-between; gap: 10px; margin-top: 20px; }.walk-point-navigation .button { height: 34px; font-size: 12px; }
#walkReadingForm fieldset { border: 0; padding: 0; margin: 0; display: grid; gap: 14px; min-width: 0; }
#walkReadingForm label { display: grid; gap: 6px; font-size: 12px; font-weight: 600; }
#walkReadingForm input, #walkReadingForm select, #walkReadingForm textarea { width: 100%; min-width: 0; padding: 10px; border: 1px solid #c4d2cb; border-radius: 5px; background: white; font-size: 12px; font-weight: 400; }
#walkReadingForm textarea { resize: vertical; line-height: 1.6; }#walkReadingForm .button { min-height: 40px; height: auto; }
.walk-empty { max-width: 960px; padding: 38px; margin: 30px auto 0; background: white; border: 1px solid #d7e1dd; border-radius: 14px; text-align: center; }
.walk-empty-icon { width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 18px; background: #e7f3ed; color: var(--teal); }.walk-empty-icon svg { width: 30px; height: 30px; }
.walk-empty h2 { font-size: 28px; letter-spacing: -.025em; margin: 12px 0; }.walk-empty > p:not(.eyebrow) { max-width: 580px; margin: 0 auto; color: #677b70; font-size: 15px; line-height: 1.7; }
.walk-three { display: grid; grid-template-columns: repeat(3, 1fr); text-align: left; gap: 25px; margin: 32px 0; padding: 25px 0; border-top: 1px solid #e0e9e3; border-bottom: 1px solid #e0e9e3; }.walk-three span { display: block; color: #8ba597; font-size: 12px; margin-bottom: 12px; }.walk-three strong { font-size: 14px; }.walk-three p { font-size: 12px; color: #6c7c73; line-height: 1.6; margin: 8px 0 0; }
.walk-start-actions { display: flex; justify-content: center; gap: 12px; margin-bottom: 18px; }.walk-empty > small { color: #738179; font-size: 11px; line-height: 1.5; display: block; }
.project-demo-card { margin: 0 22px 24px; padding: 22px; border: 1px solid #c8dcd2; border-radius: 10px; background: #edf6f1; display: flex; align-items: center; gap: 25px; }.project-demo-card h3 { font-size: 18px; margin: 8px 0; }.project-demo-card p:not(.eyebrow) { font-size: 12px; line-height: 1.6; color: #587368; margin: 0; }.project-demo-card .eyebrow { color: var(--teal); }.project-demo-card .button { flex-shrink: 0; white-space: normal; min-height: 40px; height: auto; }
.review-heading h1 { letter-spacing: -.035em; }.review-heading .status-pill { margin-top: 10px; }
.handover-package { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 26px; }
.handover-package > div { display: grid; gap: 10px; padding: 24px; border: 1px solid #d2e1d8; border-radius: 9px; background: white; }.handover-package svg { color: var(--teal); width: 24px; height: 24px; margin-bottom: 3px; }.handover-package strong { font-size: 17px; }.handover-package span { font-size: 12px; color: #697d72; line-height: 1.6; }.handover-package button { margin-top: 8px; text-align: left; font-size: 12px; font-weight: 600; color: var(--teal-dark); border: 0; padding: 0; background: none; }
.review-next { display: flex; justify-content: space-between; gap: 24px; align-items: center; background: #f2f5ef; border: 1px solid #d4deca; border-radius: 8px; }.review-next strong { display: block; font-size: 16px; }.review-next .eyebrow { display: block; margin-bottom: 8px; color: #6f8676; font-size: 10px; }.review-next p { font-size: 13px; margin: 8px 0 0; }.review-next .button { flex-shrink: 0; }
.review-checks-title { font-size: 20px; margin: 30px 0 16px; }.review-summary { border-radius: 9px; overflow: hidden; }.review-summary strong { font-size: 23px; }.review-summary > div:nth-child(3) strong { font-size: 19px; }
.review-checks-title > span { display: inline-grid; place-items: center; vertical-align: middle; min-width: 24px; height: 24px; margin-left: 8px; border-radius: 6px; background: #e2ebe5; font-size: 12px; color: #557361; }
.handover-package + .review-next { margin-top: 22px; }
.review-summary > div:nth-child(3) strong, .review-summary > div:last-child strong { font-size: 23px; }
.review-findings { grid-template-columns: repeat(auto-fit, minmax(min(270px, 100%), 1fr)); }
.review-boundary { background: #eff4f0; border-color: #d3dfd6; border-radius: 8px; }.review-boundary h2 { font-size: 19px; }.review-boundary summary { color: #5a7466; cursor: pointer; font-size: 12px; }
.verify-view { padding-top: 22px; }.walk-banner { margin: 16px 0 14px; padding: 12px 18px; }.walk-overview { margin-bottom: 18px; }.walk-overview > div { padding: 12px 22px; }.walk-overview strong { font-size: 25px; }
.topbar .help-trigger, .canvas-toolbar .help-trigger, .tool-rail .help-trigger { opacity: 0; transition: opacity .15s; }
.topbar .control-help-wrap:hover .help-trigger, .topbar .control-help-wrap:focus-within .help-trigger,
.canvas-toolbar .control-help-wrap:hover .help-trigger, .canvas-toolbar .control-help-wrap:focus-within .help-trigger,
.tool-rail .control-help-wrap:hover .help-trigger, .tool-rail .control-help-wrap:focus-within .help-trigger { opacity: 1; }
@media (max-width: 1200px) {
  .walk-heading { flex-direction: column; gap: 8px; }.walk-heading-actions { padding-top: 4px; }
  .walk-layout { grid-template-columns: minmax(0, 1fr) 305px; gap: 16px; }.walk-inspector { padding: 18px; }
  .workflow-main { gap: 12px; }.workflow-steps small { font-size: 10px; }.workflow-steps { gap: 2px; }
}
@media (max-width: 850px) {
  .walk-layout { grid-template-columns: 1fr; }.walk-overview { grid-template-columns: repeat(3, 1fr); }.walk-overview .walk-next { grid-column: 1 / -1; border-top: 1px solid #e1e8e4; border-radius: 0 0 10px 10px; }
  .walk-banner { flex-wrap: wrap; }.walk-banner .button { margin-left: 36px; }.walk-heading h1 { font-size: 27px; }
  .walk-inspector { padding: 24px; }.walk-plan { min-width: 0; }.walk-map { max-height: 440px; }
  .workflow-main { position: relative; }.demo-indicator { position: absolute; top: 1px; right: 0; }
  .workflow-main { align-items: flex-start; flex-direction: column; gap: 5px; }.workflow-steps { width: 100%; }.workflow-steps button { flex-shrink: 0; }.workflow-steps small { display: none; }
  .handover-package { gap: 12px; }.handover-package > div { padding: 18px; }.project-demo-card { flex-direction: column; align-items: flex-start; gap: 14px; }
}
@media (max-width: 600px) {
  .verify-view { padding: 22px 14px 40px; }.walk-heading h1 { font-size: 25px; }.walk-heading p:not(.eyebrow) { font-size: 13px; }.walk-heading-actions { flex-wrap: wrap; }
  .walk-overview > div { padding: 14px 12px; }.walk-overview span { font-size: 10px; }.walk-overview strong { font-size: 25px; }.walk-banner { padding: 14px; }.walk-banner > div { min-width: 180px; }
  .walk-legend { gap: 12px; }.walk-plan > header { padding: 18px; }.walk-plan h2 { font-size: 15px; }.walk-badge { font-size: 9px; }
  .walk-empty { padding: 24px; }.walk-empty h2 { font-size: 24px; }.walk-three { grid-template-columns: 1fr; gap: 20px; }.walk-three span { margin-bottom: 6px; }.walk-start-actions { flex-direction: column; }
  .handover-package { grid-template-columns: 1fr; }.review-next { flex-direction: column; align-items: flex-start; }.review-heading .review-actions { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { .help-trigger { transition: none !important; } }
