:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media(prefers-color-scheme:dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{max-width:1280px;margin:0 auto;padding:2rem;font-weight:400}a,.green{text-decoration:none;color:#00bd7e;transition:.4s;padding:3px}@media(hover:hover){a:hover{background-color:#00bd7e33}}@media(min-width:1024px){body{place-items:center}}.field{display:flex;flex-direction:column}.field label{font-size:.85rem;margin-bottom:4px}.field input,.field select{padding:6px 8px;border:1px solid #cbd5e0;border-radius:4px;font-size:.95rem}.select-wrapper[data-v-fe9196b1]{position:relative;width:100%}.select-wrapper input[data-v-fe9196b1]{width:100%;box-sizing:border-box}.dropdown[data-v-fe9196b1]{position:absolute;top:100%;left:0;right:0;max-height:300px;overflow-y:auto;background:#1e1e1efa;border:1px solid rgba(255,255,255,.2);border-radius:4px;margin-top:4px;z-index:1000;box-shadow:0 4px 12px #0000004d}.dropdown-item[data-v-fe9196b1]{padding:10px 12px;cursor:pointer;transition:background .15s;color:#ffffffd9}.dropdown-item[data-v-fe9196b1]:hover,.dropdown-item.highlighted[data-v-fe9196b1]{background:#42b98333;color:#42b983}.shipment-editor[data-v-bb314222]{width:100%;max-width:100%;display:grid;gap:10px;padding:8px;border-radius:6px;grid-template-columns:1fr 1fr}.actions[data-v-bb314222]{display:flex;justify-content:flex-end;grid-column:2}button[type=submit][data-v-bb314222]{padding:12px 32px;font-size:1.1em;font-weight:600;border-radius:6px;background:#42b983;color:#fff;border:none;cursor:pointer;transition:all .2s}button[type=submit][data-v-bb314222]:hover:not([disabled]){background:#38a276;transform:translateY(-1px);box-shadow:0 4px 8px #42b9834d}button[type=submit][data-v-bb314222]:active:not([disabled]){transform:translateY(0)}button[disabled][data-v-bb314222]{opacity:.6;cursor:not-allowed}.sl_outer[data-v-d0cc8e79]{display:flex;flex-direction:column;gap:24px;padding:20px;width:100%}.sl_content[data-v-d0cc8e79]{display:flex;gap:24px;width:100%;align-items:flex-start}.shipments-panel[data-v-d0cc8e79]{flex:0 0 400px;display:flex;flex-direction:column;gap:16px}.shipments-panel h2[data-v-d0cc8e79]{font-size:1.4em;margin:0}.empty-message[data-v-d0cc8e79]{color:#ffffff80;text-align:center;padding:40px 20px}.shipments-list[data-v-d0cc8e79]{display:flex;flex-direction:column;gap:12px}.shipment-card[data-v-d0cc8e79]{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:8px;transition:all .2s}.shipment-card[data-v-d0cc8e79]:hover{background:#ffffff14}.shipment-card.completed[data-v-d0cc8e79]{opacity:.5}.shipment-header[data-v-d0cc8e79]{display:flex;align-items:center;gap:8px}.shipment-checkbox[data-v-d0cc8e79]{width:18px;height:18px;cursor:pointer;flex-shrink:0}.shipment-material[data-v-d0cc8e79]{flex:1;font-weight:600;color:#64b5f6;font-size:1.05em}.delete-button-small[data-v-d0cc8e79]{background:#ff3b301a;border:1px solid rgba(255,59,48,.3);color:#ff3b30;border-radius:4px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;line-height:1;flex-shrink:0;transition:all .2s}.delete-button-small[data-v-d0cc8e79]:hover{background:#ff3b3033;border-color:#ff3b3080}.shipment-route[data-v-d0cc8e79]{display:flex;align-items:center;gap:8px;font-size:.9em;color:#ffffffb3}.route-from[data-v-d0cc8e79],.route-to[data-v-d0cc8e79]{color:#42b983}.route-arrow[data-v-d0cc8e79]{color:#ffffff4d}.shipment-amount[data-v-d0cc8e79]{font-size:.95em;color:#fff9}.route-panel[data-v-d0cc8e79]{flex:1;min-width:0}.route-panel h2[data-v-d0cc8e79]{margin-bottom:16px;font-size:1.4em}.route-container[data-v-d0cc8e79]{display:flex;flex-direction:column;gap:24px}.travel-distance[data-v-d0cc8e79]{text-align:center;color:#ffffff80;font-size:.9em;padding:8px 0;font-weight:500}.location-group[data-v-d0cc8e79]{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden}.location-header[data-v-d0cc8e79]{background:#42b9831a;border-bottom:1px solid rgba(66,185,131,.2);padding:16px 20px;display:flex;align-items:center;gap:16px}.stop-number[data-v-d0cc8e79]{background:#42b98333;color:#42b983;padding:4px 12px;border-radius:16px;font-size:.9em;font-weight:600}.location-name[data-v-d0cc8e79]{flex:1;font-size:1.2em;font-weight:600;color:#42b983}.location-summary[data-v-d0cc8e79]{display:flex;gap:16px;font-size:.95em}.unload-summary[data-v-d0cc8e79]{color:#ff9800;font-weight:600}.load-summary[data-v-d0cc8e79]{color:#64b5f6;font-weight:600}.jobs-list[data-v-d0cc8e79]{padding:12px;display:flex;flex-direction:column;gap:8px}.job-item[data-v-d0cc8e79]{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:12px 16px;display:flex;align-items:center;gap:12px;transition:all .2s}.job-item[data-v-d0cc8e79]:hover{background:#ffffff14}.job-item.completed[data-v-d0cc8e79]{opacity:.5;text-decoration:line-through}.job-load[data-v-d0cc8e79]{border-left:3px solid #64b5f6}.job-unload[data-v-d0cc8e79]{border-left:3px solid #ff9800}.job-checkbox[data-v-d0cc8e79]{width:18px;height:18px;cursor:pointer;flex-shrink:0}.job-icon[data-v-d0cc8e79]{font-size:1.2em;width:24px;text-align:center}.job-load .job-icon[data-v-d0cc8e79]{color:#64b5f6}.job-unload .job-icon[data-v-d0cc8e79]{color:#ff9800}.job-type[data-v-d0cc8e79]{font-weight:600;width:70px}.job-load .job-type[data-v-d0cc8e79]{color:#64b5f6}.job-unload .job-type[data-v-d0cc8e79]{color:#ff9800}.job-material[data-v-d0cc8e79]{flex:1;color:#ffffffd9}.job-amount[data-v-d0cc8e79]{color:#ffffffb3;font-size:.95em}.delete-button[data-v-d0cc8e79]{background:#ff3b301a;border:1px solid rgba(255,59,48,.3);color:#ff3b30;border-radius:4px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;line-height:1;flex-shrink:0;transition:all .2s}.delete-button[data-v-d0cc8e79]:hover{background:#ff3b3033;border-color:#ff3b3080}.delete-button[data-v-d0cc8e79]:active{transform:scale(.95)}.shipment-list[data-v-d0cc8e79]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}
