:root{--bg: #ffffff;--bg-elev: #ffffff;--bg-soft: #f5f5f5;--ink: #111111;--muted: #6b6b6b;--accent: #4f46e5;--accent-2: #111111;--start: #16a34a;--stop: #111111;--danger: #dc2626;--line: rgba(0, 0, 0, .1);--font: "DM Sans", system-ui, sans-serif;--mono: "IBM Plex Mono", ui-monospace, monospace}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:var(--font);color:var(--ink);background:var(--bg)}button,input,textarea{font:inherit}.app{min-height:100dvh;display:flex;flex-direction:column}.topbar{padding:1rem 1.5rem;border-bottom:1px solid var(--line);background:var(--bg)}.brand{margin:0;font-size:1.15rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ink);font-weight:700}.step{padding:1.35rem 1.5rem 1.75rem;border-bottom:1px solid var(--line);background:var(--bg-elev)}.step-head{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.step-head h2{margin:0;font-size:1.15rem;font-weight:600}.step-num{width:1.75rem;height:1.75rem;border-radius:50%;display:grid;place-items:center;background:var(--accent);color:#fff;font-weight:700;font-size:.85rem;flex-shrink:0}.step-head-toggle{width:100%;display:flex;align-items:center;gap:.75rem;margin:0;padding:0;border:none;background:transparent;color:inherit;cursor:pointer;text-align:left;font:inherit}.step-head-toggle h2{margin:0;font-size:1.15rem;font-weight:600;flex:1}.step-chevron{color:var(--muted);font-size:.85rem;transition:transform .15s ease}.step.is-collapsed .step-chevron{transform:rotate(-90deg)}.step-body{margin-top:0}.step-jump{display:flex;flex-wrap:wrap;gap:.35rem .75rem;padding:.65rem 1.5rem;border-bottom:1px solid var(--line);background:var(--bg-soft);font-size:.82rem}.step-jump a,.step-jump-btn{color:var(--accent);text-decoration:none;background:none;border:none;padding:0;font:inherit;font-size:inherit;cursor:pointer}.step-jump a:hover,.step-jump-btn:hover{text-decoration:underline;text-underline-offset:3px}#step-1,#step-2,#step-3,#step-4{scroll-margin-top:.75rem}.step-actions{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center;margin-bottom:.85rem}.addresses-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;align-items:start}.field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.75rem}.field>span{font-size:.85rem;color:var(--muted)}.field input,.field select,.suggest-wrap input,.address-list,.add-row input{border:1px solid var(--line);background:var(--bg);color:var(--ink);border-radius:8px;padding:.55rem .7rem}.suggest-wrap{position:relative;width:100%}.suggest-wrap input{width:100%}.suggest-loading{position:absolute;right:.65rem;top:50%;transform:translateY(-50%);color:var(--muted);pointer-events:none;font-size:.9rem}.suggest-list{position:absolute;z-index:40;left:0;right:0;top:calc(100% + 4px);margin:0;padding:.35rem;list-style:none;max-height:14rem;overflow:auto;border-radius:10px;border:1px solid var(--line);background:var(--bg);box-shadow:0 8px 24px #00000014}.suggest-item{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;width:100%;text-align:left;border:none;background:transparent;color:var(--ink);border-radius:8px;padding:.5rem .6rem;cursor:pointer;font:inherit}.suggest-item:hover,.suggest-item.is-active{background:#2563eb1a}.suggest-name-row{display:flex;align-items:center;gap:.45rem;width:100%}.suggest-name{font-size:.9rem;line-height:1.3}.suggest-badge{flex-shrink:0;font-size:.68rem;font-weight:600;text-transform:lowercase;padding:.1rem .4rem;border-radius:999px;background:#11111114;color:var(--ink)}.suggest-value{font-size:.75rem;color:var(--muted);line-height:1.3}.add-row-suggest{flex:1;min-width:0}.confirmed-point{display:grid;grid-template-columns:auto 1fr auto;gap:.5rem;align-items:center;padding:.45rem .5rem;border-radius:8px;background:var(--bg-soft);border:1px solid var(--line)}.confirmed-role{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.15rem .4rem;border-radius:6px;background:var(--start);color:#fff}.confirmed-role-end{background:var(--danger);color:#fff}.idx-start{background:var(--start)!important;color:#fff!important}.idx-end{background:var(--danger)!important;color:#fff!important}.field-hint{font-size:.8rem;color:var(--muted)}.btn-sm{padding:.35rem .75rem;font-size:.85rem}.opt-methods{margin:0 0 1rem;overflow-x:auto}.opt-methods h3{margin:0 0 .4rem;font-size:1rem;font-weight:600}.opt-table{width:100%;border-collapse:collapse;font-size:.9rem}.opt-table th,.opt-table td{text-align:left;padding:.55rem .65rem;border-bottom:1px solid var(--line);vertical-align:middle}.opt-table th{color:var(--muted);font-weight:500;font-size:.8rem}.opt-table tr.is-active{background:#4f46e514}.opt-method-name{font-weight:600}.opt-method-meta{color:var(--muted);font-size:.78rem;margin-top:.15rem}.list-label{display:block;margin:0 0 .4rem;color:var(--muted);font-size:.85rem}.address-list-open{width:100%;resize:vertical;min-height:16rem;line-height:1.45;margin-bottom:.75rem}.addresses-form>.btn{width:100%}.add-one{margin-top:1.1rem;padding-top:1rem;border-top:1px solid var(--line)}.add-row{display:flex;gap:.5rem;align-items:stretch}.add-row input{flex:1;min-width:0}.add-row .btn{flex-shrink:0;width:auto}.order-edit{margin:0 0 1rem}.order-edit h3{margin:0 0 .4rem;font-size:1rem;font-weight:600}.order-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.order-list li{display:grid;grid-template-columns:auto 1fr auto;gap:.5rem;align-items:center;padding:.4rem .45rem;border-radius:8px;background:var(--bg-soft)}.order-btns{display:flex;gap:.25rem}.chunk-list{display:flex;flex-direction:column;gap:1rem}.chunk-card{padding:.9rem 1rem;border-radius:10px;border:1px solid var(--line);background:var(--bg-soft)}.chunk-card.is-active{border-color:var(--accent)}.chunk-head{margin-bottom:.55rem}.chunk-head h3{margin:0 0 .25rem;font-size:1rem}.chunk-points{margin:0 0 .75rem;padding-left:1.5rem;font-size:.85rem;line-height:1.4}.chunk-head-toggle{width:100%;display:flex;align-items:flex-start;gap:.5rem;margin:0 0 .55rem;padding:0;border:none;background:transparent;color:inherit;cursor:pointer;text-align:left;font:inherit}.chunk-head-toggle .chunk-head{margin-bottom:0;flex:1;min-width:0}.chunk-card.is-collapsed .chunk-head-toggle{margin-bottom:0}.chunk-card .step-chevron{margin-top:.2rem;flex-shrink:0}.chunk-card.is-collapsed .step-chevron{transform:rotate(-90deg)}.chunk-points li{overflow-wrap:anywhere;margin-bottom:.25rem}.chunk-meta{color:var(--muted);font-size:.82rem;line-height:1.35;overflow-wrap:anywhere}.chunk-links{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:.75rem}a.btn{text-decoration:none;display:inline-flex;align-items:center}.chunk-url{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.5rem}.chunk-url span{font-size:.78rem;color:var(--muted)}.chunk-url input{font-family:var(--mono);font-size:.75rem;border:1px solid var(--line);background:var(--bg);color:var(--ink);border-radius:8px;padding:.45rem .55rem}.copy-hint{color:var(--accent-2)!important}.btn{border:1px solid var(--line);background:var(--bg);color:var(--ink);border-radius:8px;padding:.55rem 1rem;cursor:pointer}.btn:disabled{opacity:.45;cursor:not-allowed}.btn.primary{background:var(--accent);border-color:transparent;color:#fff;font-weight:600}.btn.ghost{background:transparent}.hint{margin:0 0 .6rem;color:var(--muted);font-size:.92rem;line-height:1.4}.error{color:var(--danger);margin:0 0 .6rem;font-size:.9rem}.missed{margin:0 0 .85rem;padding:.65rem .75rem;border-radius:8px;background:#dc26260f;border:1px solid rgba(220,38,38,.25)}.missed-title{margin:0 0 .4rem;font-size:.9rem;font-weight:600;color:var(--danger)}.missed ul{margin:0;padding-left:1.1rem}.points{list-style:none;margin:.75rem 0 0;padding:0;display:flex;flex-direction:column;gap:.35rem}.points-open{max-height:none;overflow:visible}.points li{display:grid;grid-template-columns:auto 1fr auto;gap:.5rem;align-items:center;padding:.35rem .4rem;border-radius:8px;background:var(--bg-soft)}.idx{width:1.5rem;height:1.5rem;display:grid;place-items:center;border-radius:50%;background:var(--stop);color:#fff;font-size:.75rem;font-weight:700}.point-label{font-size:.88rem;line-height:1.35;min-width:0;overflow-wrap:anywhere;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.point-remove{border:none;background:transparent;color:var(--muted);cursor:pointer;padding:.1rem .4rem;font-size:1.2rem;line-height:1;border-radius:4px}.point-remove:hover:not(:disabled){color:var(--danger);background:#dc262614}.point-remove:disabled{opacity:.4;cursor:not-allowed}.opt-summary{margin:0 0 .85rem;font-size:.95rem}.opt-compare{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.opt-compare h3{margin:0 0 .5rem;font-size:.9rem;color:var(--muted);font-weight:600}.opt-compare ol{margin:0;padding-left:1.25rem;line-height:1.45;font-size:.88rem}.map-shell{width:100%;min-height:82.5vh;height:82.5vh;border-radius:12px;overflow:hidden;border:1px solid var(--line)}.map{width:100%;height:100%;min-height:320px}.map-fallback{display:grid;place-items:center;padding:1.5rem;text-align:center;color:var(--muted);background:var(--bg-soft);height:100%}.ymap-num-marker{width:1.75rem;height:1.75rem;border-radius:50%;display:grid;place-items:center;background:var(--stop);color:#fff;font-size:.75rem;font-weight:700;border:2px solid #fff;box-shadow:0 1px 4px #0003;transform:translate(-50%,-50%);cursor:default;-webkit-user-select:none;user-select:none}.ymap-num-marker--start{background:var(--start)}.ymap-num-marker--end{background:var(--danger);color:#fff}.route-stats{color:var(--muted);font-size:.95rem}.topbar-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.topbar-row .brand{margin:0;flex:1}.save-hint{font-size:.8rem;color:var(--muted)}.shift-meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.shift-list{list-style:none;margin:1rem 0 0;padding:0;display:flex;flex-direction:column;gap:.5rem}.shift-card{display:grid;grid-template-columns:1fr auto;gap:.5rem;align-items:center;padding:.35rem;border-radius:10px;border:1px solid var(--line);background:var(--bg)}.shift-card-main{border:none;background:transparent;color:inherit;text-align:left;padding:.45rem .55rem;cursor:pointer;border-radius:8px;display:flex;flex-direction:column;gap:.2rem}.shift-card-main:hover{background:var(--bg-soft)}.shift-card-title{font-weight:600;font-size:1rem}.shift-card-meta{color:var(--muted);font-size:.82rem}.user-chip{font-size:.82rem;color:var(--muted);white-space:nowrap}.nav-link{font-size:.85rem;color:var(--accent);background:none;border:none;cursor:pointer;padding:.25rem .35rem;text-decoration:underline;text-underline-offset:3px}.support-body{white-space:pre-wrap;line-height:1.45;margin:.75rem 0 1rem}.support-reply{margin:.75rem 0;padding:.75rem;border-radius:10px;border:1px solid var(--line);background:#4f46e50f}.support-reply p{margin:.35rem 0 0}.field-label{margin:0;font-size:.8rem;color:var(--muted)}.support-admin{margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:.75rem}.login-form textarea,.support-admin textarea,.field textarea{width:100%;box-sizing:border-box;resize:vertical;min-height:6rem;font:inherit;padding:.55rem .65rem;border-radius:8px;border:1px solid var(--line);background:var(--bg);color:inherit}.field select{width:100%;box-sizing:border-box;font:inherit;padding:.55rem .65rem;border-radius:8px;border:1px solid var(--line);background:var(--bg);color:inherit}.login-step{max-width:420px}.login-form{display:flex;flex-direction:column;gap:.75rem;margin-top:.75rem}@media(max-width:900px){.shift-meta-grid{grid-template-columns:1fr}}@media(max-width:900px){.addresses-grid,.opt-compare{grid-template-columns:1fr}.map-shell{height:75vh;min-height:75vh}}html{-webkit-text-size-adjust:100%}body{-webkit-font-smoothing:antialiased}.leaflet-container{font:inherit;background:#f5f5f5}.mr-tooltip{max-width:min(220px,65vw)!important;white-space:normal!important;line-height:1.25!important;font-size:12px!important;padding:6px 8px!important;word-break:break-word}
