:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#1d2733;background:#f7f9fa;font:16px/1.5 Segoe UI,system-ui,sans-serif}*{box-sizing:border-box}body{background:#f7f9fa;margin:0}button,input,textarea{font:inherit}h1,h2,h3{margin:0 0 .4em;line-height:1.25}:root{--track:#c9d1d9;--taken:#1e7e4e;--red:#c0392b;--amber:#c77d00;--web:#2563a8;--ink:#1d2733}main{color:var(--ink);padding:16px;font-family:Segoe UI,system-ui,sans-serif}.landing{max-width:640px;margin:10vh auto}.error{color:var(--red)}.app-header{flex-wrap:wrap;align-items:center;gap:10px 16px;margin-bottom:12px;display:flex}.app-header h1{margin:0;font-size:1.25rem}.badge{white-space:nowrap;background:#eef2f5;border-radius:10px;padding:2px 10px;font-size:.78rem}.badge.ready{color:var(--taken);background:#e8f2ec}.badge.needs-prep{color:var(--amber);background:#f4f0e8}.badge.readonly{color:var(--red);background:#fbe9e7}.flow-list ul{flex-direction:column;gap:8px;max-width:720px;padding:0;list-style:none;display:flex}.flow-list li button{cursor:pointer;text-align:left;background:#fff;border:1px solid #d8dee5;border-radius:8px;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:10px 14px;display:flex}.flow-explorer .top{align-items:flex-start;gap:24px;display:flex}.question-card{flex:2}.question-card .options{flex-wrap:wrap;gap:8px;display:flex}.question-card .options button{cursor:pointer;flex-direction:column;align-items:flex-start;padding:8px 14px;display:flex}.crumbs{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.crumb{background:#eef2f5;border-radius:10px;padding:2px 10px;font-size:.8rem}.done.rejected{color:var(--red);font-weight:600}.outcome-panel{flex:1;min-width:280px}.outcome-panel .attr{background:#eef2f5;border-radius:8px;margin-left:6px;padding:1px 8px;font-size:.78rem;display:inline-block}.outcome-panel .flag-amber{color:var(--amber)}.map-wrap{border-top:1px solid var(--track);margin-top:12px;overflow:auto}path.track{stroke:var(--track);stroke-width:4px;stroke-linecap:round}path.trace.taken{stroke:var(--taken);stroke-width:5px;stroke-linecap:round}path.trace.red{stroke:var(--red);stroke-width:5px;stroke-linecap:round}.station{fill:#fff;stroke:var(--track);stroke-width:3px;cursor:pointer}.station.lit.taken{stroke:var(--taken)}.station.lit.red{stroke:var(--red)}.station.diamond.person.lit.taken{fill:var(--taken)}.station.circle.web.lit.taken{fill:var(--web);stroke:var(--web)}.station.flag-amber{stroke:var(--amber)}.station-label{fill:var(--ink);font-size:11px}.pan-container{touch-action:none;cursor:grab}.question-card .options button.selected{outline:2px solid var(--taken)}.crumb.restart{background:#fbe9e7}@keyframes station-pulse{0%,to{stroke-width:3px}50%{stroke-width:7px}}.station.pulse{animation:.9s ease-in-out infinite station-pulse}
