:root{--ink:#173b35;--muted:#6f7c76;--green:#23795e;--line:#e2e7df;--paper:#f5f6ef;--white:#fffefa;--orange:#b16937}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,"Segoe UI",Arial,sans-serif;font-size:14px}button,input,select{font:inherit}button,a,input,select{ -webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}a{color:var(--green)}header{height:80px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 4%;background:var(--white)}.brand{display:flex;gap:12px;align-items:center;font-size:21px;text-decoration:none;font-weight:700;color:var(--ink)}.brand-icon{display:grid;place-items:center;background:var(--ink);color:white;border-radius:11px;width:37px;height:37px;font-size:23px}.brand-light{font-weight:400;color:var(--muted)}.place{color:var(--muted);font-size:13px}.badge{background:#edece3;border:1px solid #e1e2d7;border-radius:20px;padding:6px 11px;font-size:11px;white-space:nowrap}.badge.green{background:#e8f2e9;color:var(--green);border:0}.badge[hidden]{display:none}main{max-width:1560px;margin:auto;padding:38px 4% 20px}.intro{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.eyebrow{font-size:10px;letter-spacing:1.5px;font-weight:700;margin:0 0 10px;color:var(--muted)}h1{font-size:clamp(28px,3vw,42px);letter-spacing:-1.6px;line-height:1.15;margin:0;font-weight:600}h1 span{color:var(--green)}.subtitle{color:var(--muted);margin:12px 0 0}.demo-note{border-left:1px solid #cbd4c7;padding:12px 0 12px 24px;font-size:12px}.demo-note small{display:block;color:var(--muted);margin:8px 0 0 13px}.dot{display:inline-block;width:6px;height:6px;background:#c98d4b;border-radius:50%;margin-right:6px}.workspace{display:grid;grid-template-columns:375px minmax(0,1fr);gap:24px;align-items:start}.panel{background:var(--white);border:1px solid var(--line);border-radius:16px;overflow:hidden}.setup,.stops-panel,.schedule-panel{padding:22px}.setup{margin-bottom:16px}.section-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:17px}h2{font-size:16px;font-weight:650;margin:0;letter-spacing:-.2px}.small-label{color:#a3ada5;font-size:11px}.home-block{display:flex;align-items:center;gap:12px;background:#f0f3eb;border-radius:10px;padding:14px;margin-bottom:18px}.home-icon{font-size:29px;font-weight:400}.home-block .eyebrow{display:block;font-size:9px;letter-spacing:1px;margin-bottom:5px}.home-block strong{font-size:12px;line-height:1.5;display:block}.field-row{display:flex;gap:12px}label{display:flex;flex-direction:column;gap:7px;color:var(--muted);font-size:11px;flex:1;min-width:0}input,select{width:100%;background:var(--white);border:1px solid #d7dfd4;border-radius:7px;padding:9px 8px;color:var(--ink);font-size:13px;min-height:36px}input:focus,select:focus,button:focus-visible{outline:2px solid #77a592;outline-offset:2px}.objective-label{margin-top:17px}.text-button{border:0;background:none;color:var(--green);font-size:11px;padding:4px 0;white-space:nowrap}.section-description{color:var(--muted);font-size:11px;line-height:1.6;margin:0 0 17px}.stop{border-top:1px solid var(--line);padding:15px 0}.stop-heading{display:flex;align-items:center;gap:10px;margin-bottom:10px}.stop-letter{width:25px;height:25px;background:#e9eee4;display:grid;place-items:center;border-radius:7px;font-size:11px;font-weight:700;flex-shrink:0}.stop-heading strong{font-size:12px;display:block}.stop-heading small{font-size:10px;color:var(--muted);display:block;margin-top:4px}.stop .field-row{gap:7px}.stop label{font-size:10px}.stop input{font-size:12px;padding:7px 4px}.stop label:last-child{flex:.8}.primary{background:var(--ink);color:white;display:flex;align-items:center;justify-content:space-between;border:0;padding:14px 16px;width:100%;border-radius:9px;margin-top:10px;font-weight:550}.primary span{font-size:18px}#status{font-size:11px;color:var(--muted);line-height:1.5;margin:12px 0 0}#status.error,#route-status.error{color:#a74435}.map-heading{padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:15px}.map-heading p{font-size:11px;color:var(--muted);margin:7px 0 0}.mode-switch{display:flex;background:#edf0e8;border-radius:9px;padding:4px}.mode-switch button{background:none;border:0;border-radius:6px;color:var(--muted);padding:8px 13px;font-size:12px;white-space:nowrap}.mode-switch button.active{background:var(--white);color:var(--ink);box-shadow:0 1px 4px #203c3518}#map{height:450px;background:#e8eee1;z-index:0}.map-placeholder{padding:30px;color:var(--muted)}.map-footer{padding:12px 20px;display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:10px}.legend-line{display:inline-block;width:19px;border-top:3px solid var(--green);margin-right:5px;vertical-align:middle}#route-status{font-size:11px;margin:0;padding:0 20px 12px;color:var(--muted)}.map-pin{display:grid;place-items:center;border-radius:50%;width:30px;height:30px;background:var(--green);color:white;border:3px solid white;box-shadow:0 2px 8px #173b3555;font:bold 12px Arial}.map-pin.home{background:var(--ink);font-size:18px}.comparison{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin:17px 0}.mode-card{border:1px solid var(--line);background:var(--white);border-radius:13px;padding:17px;cursor:pointer;text-align:left;color:var(--ink)}.mode-card.selected{border-color:var(--green);box-shadow:inset 0 0 0 1px var(--green);background:#f1f6ed}.mode-card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:13px;font-size:12px;font-weight:650}.mode-tag{font-size:9px;color:var(--green);font-weight:400}.stats{display:flex;gap:22px}.stats strong{font-size:25px;display:block;font-weight:550;letter-spacing:-1px;white-space:nowrap}.stats small{font-size:10px;color:var(--muted);display:block;margin-top:3px}.mode-sub{font-size:10px;color:var(--muted);margin:13px 0 0;line-height:1.6}.schedule-panel .section-head{margin-bottom:5px}.schedule-panel .section-description{margin:7px 0 12px}table{width:100%;border-collapse:collapse;text-align:left;font-size:11px}th{color:var(--muted);font-weight:400;font-size:10px;padding:10px 7px;border-bottom:1px solid var(--line)}td{padding:13px 7px;border-bottom:1px solid var(--line)}tr:last-child td{border-bottom:0}.table-stop{display:flex;align-items:center;gap:10px}.table-stop .stop-letter{background:#e8f1e5;color:var(--green)}td small{display:block;color:var(--muted);font-size:10px;margin-top:4px}.waiting{color:var(--orange)}.empty{background:#f7f0e6;border-radius:9px;padding:18px;color:#8b5b32;line-height:1.6}.sources{margin-top:26px;border-top:1px solid var(--line);padding-top:18px;color:var(--muted);font-size:11px;line-height:1.8}.sources summary{cursor:pointer;color:var(--ink);font-weight:600}.sources div{max-width:920px}.sources p{margin-bottom:8px}footer{max-width:1560px;margin:auto;padding:15px 4% 25px;display:flex;justify-content:space-between;font-size:10px;color:#849087}.leaflet-container{font-family:inherit}.leaflet-control-attribution{font-size:9px!important}.leaflet-tooltip{font-size:11px}.table-wrap{overflow:auto}.leaflet-popup-content{line-height:1.6} @media(min-width:1500px){#map{height:510px}}@media(max-width:1100px){.workspace{grid-template-columns:330px minmax(0,1fr);gap:16px}.setup,.stops-panel,.schedule-panel{padding:17px}.stats{gap:12px}.stats strong{font-size:21px}.mode-card{padding:13px}.demo-note{display:none}.map-heading{padding:17px}.mode-switch button{padding:8px 10px}}@media(max-width:800px){header{height:65px}.place{display:none}main{padding:25px 4%}.intro{margin-bottom:22px}h1{font-size:32px}.workspace{display:flex;flex-direction:column}aside,.results{width:100%}.results{order:-1}#map{height:370px}.comparison{gap:10px}.schedule-panel{margin-bottom:0}.setup{margin-top:8px}.stats strong{font-size:22px}.badge{font-size:10px}.map-heading p{max-width:170px;line-height:1.5}.map-footer{padding:10px 12px}.subtitle{font-size:12px}}@media print{header,.intro,aside,.sources,footer,.mode-switch,.map-footer,#route-status{display:none}.workspace{display:block}main{padding:0}.panel{break-inside:avoid}#map{height:320px}.results{width:100%}}

@media(max-width:450px){.comparison{grid-template-columns:1fr}.stats{justify-content:space-between}.map-heading{gap:8px}.map-heading p{max-width:150px}}

.patient-record-link{display:block;width:fit-content;margin-top:5px;font-size:12px;font-weight:600;text-underline-offset:3px}.patient-record-link:focus-visible{outline:2px solid var(--green);outline-offset:3px;border-radius:2px}@media print{.patient-record-link{display:none}}

.demo-banner{padding:12px 24px;background:#fff4d6;color:#5c4209;text-align:center;font-size:14px;border-bottom:1px solid #ebd5a0} body:has(.demo-banner) #backup-directory{pointer-events:none}
section[data-admin]{display:none!important}
