.left-panel.svelte-1p6mnkg{flex:0 0 380px;background:#fff;display:flex;flex-direction:column;box-shadow:4px 0 24px #0000001a;position:relative;z-index:10;flex-shrink:0;overflow-y:auto;height:100vh}.panel-header.svelte-1p6mnkg{padding:24px;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:flex-start}.panel-header.svelte-1p6mnkg h2:where(.svelte-1p6mnkg){margin:0 0 4px;font-size:24px;font-weight:700;color:#1a1a1a}.subtitle.svelte-1p6mnkg{margin:0;font-size:13px;color:#999}.add-btn.svelte-1p6mnkg{display:flex;align-items:center;gap:6px;padding:10px 16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #667eea4d}.add-btn.svelte-1p6mnkg:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.search-box.svelte-1p6mnkg{margin:16px 24px;display:flex;align-items:center;gap:12px;padding:12px 16px;background:#f8f9fa;border-radius:12px;border:2px solid transparent;transition:all .2s}.search-box.svelte-1p6mnkg:focus-within{background:#fff;border-color:#667eea;box-shadow:0 4px 12px #667eea26}.search-box.svelte-1p6mnkg input:where(.svelte-1p6mnkg){flex:1;border:none;background:transparent;font-size:14px;outline:none}.calls-list.svelte-1p6mnkg{flex:1;overflow-y:auto;padding:0 24px}.call-card.svelte-1p6mnkg{background:#f8f9fa;border-radius:12px;padding:16px;margin-bottom:12px;cursor:pointer;transition:all .2s;border:2px solid transparent;width:100%;text-align:left;font-family:inherit}.call-card.svelte-1p6mnkg:hover{transform:translate(4px);border-color:#667eea;box-shadow:0 4px 12px #667eea26}.call-card.selected.svelte-1p6mnkg{background:linear-gradient(135deg,#667eea1a,#764ba21a);border-color:#667eea;box-shadow:0 4px 16px #667eea33}.call-header.svelte-1p6mnkg{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.call-id.svelte-1p6mnkg{font-weight:700;font-size:16px;color:#1a1a1a}.status-badge.svelte-1p6mnkg{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600}.status-requested.svelte-1p6mnkg{background:#fff3e0;color:#ff9800}.status-dispatched.svelte-1p6mnkg{background:#e3f2fd;color:#2196f3}.status-completed.svelte-1p6mnkg{background:#e8f5e9;color:#4caf50}.status-canceled.svelte-1p6mnkg{background:#ffebee;color:#f44336}.call-body.svelte-1p6mnkg{display:flex;flex-direction:column;gap:8px}.info-row.svelte-1p6mnkg{display:flex;align-items:center;gap:8px;color:#666;font-size:13px}.call-time.svelte-1p6mnkg{font-size:12px;color:#999;margin-top:4px}.list-footer.svelte-1p6mnkg{padding:16px 24px;text-align:center;color:#999;font-size:13px;border-top:1px solid #f0f0f0;display:flex;align-items:center;justify-content:center;gap:8px}.location-card.svelte-1m1aohn{background:#f8f9fa;border-radius:12px;padding:20px;margin-bottom:16px}.location-card.svelte-1m1aohn:last-child{margin-bottom:0}.location-header.svelte-1m1aohn{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-weight:600;color:#1a1a1a}.location-details.svelte-1m1aohn{display:grid;gap:16px;margin-bottom:16px}.form-group.svelte-1m1aohn{display:flex;flex-direction:column;gap:8px}.form-group.svelte-1m1aohn label:where(.svelte-1m1aohn){font-size:14px;font-weight:500;color:#333}.form-group.svelte-1m1aohn input:where(.svelte-1m1aohn){padding:12px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;transition:all .2s;background:#fff}.form-group.svelte-1m1aohn input:where(.svelte-1m1aohn):focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group.svelte-1m1aohn input[readonly]:where(.svelte-1m1aohn){background:#f5f5f5;cursor:not-allowed}.input-wrapper.svelte-1m1aohn{position:relative}.autocomplete-results.svelte-1m1aohn{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 6px #0000001a;z-index:1000;list-style:none;padding:0;margin:4px 0 0;max-height:200px;overflow-y:auto}.autocomplete-results.svelte-1m1aohn li:where(.svelte-1m1aohn) button:where(.svelte-1m1aohn){width:100%;padding:10px 12px;text-align:left;background:none;border:none;cursor:pointer;display:flex;flex-direction:column;gap:2px}.autocomplete-results.svelte-1m1aohn li:where(.svelte-1m1aohn) button:where(.svelte-1m1aohn):hover{background:#f5f7fa}.poi-name.svelte-1m1aohn{font-weight:600;font-size:14px;color:#1a1a1a}.poi-address.svelte-1m1aohn{font-size:12px;color:#666}.modal-overlay.svelte-1m1aohn{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000}.modal-content.svelte-1m1aohn{background:#fff;border-radius:12px;width:90%;max-width:600px;display:flex;flex-direction:column;overflow:hidden}.modal-header.svelte-1m1aohn{padding:16px;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center}.modal-header.svelte-1m1aohn h3:where(.svelte-1m1aohn){margin:0;font-size:18px}.close-btn.svelte-1m1aohn{background:none;border:none;font-size:24px;cursor:pointer;color:#666}.modal-body.svelte-1m1aohn{padding:16px}.map-container.svelte-1m1aohn{width:100%;height:400px;border-radius:8px;background:#f0f0f0;margin-bottom:16px}.selected-info.svelte-1m1aohn{background:#f8f9fa;padding:12px;border-radius:8px;font-size:14px}.info-row.svelte-1m1aohn{margin-bottom:4px}.modal-footer.svelte-1m1aohn{padding:16px;border-top:1px solid #e0e0e0;display:flex;justify-content:flex-end;gap:8px}.cancel-btn.svelte-1m1aohn,.confirm-btn.svelte-1m1aohn{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer}.cancel-btn.svelte-1m1aohn{background:#fff;border:1px solid #e0e0e0;color:#666}.confirm-btn.svelte-1m1aohn{background:#667eea;border:none;color:#fff}.confirm-btn.svelte-1m1aohn:disabled{background:#ccc;cursor:not-allowed}.map-btn.svelte-1m1aohn{width:100%;padding:12px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:500;color:#667eea;cursor:pointer;transition:all .2s}.map-btn.svelte-1m1aohn:hover{background:#f5f7fa;border-color:#667eea}.right-panel.svelte-72zgiz{width:100%;height:100vh;overflow-y:auto;background:#f5f7fa;padding:20px}.detail-header.svelte-72zgiz{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;background:#fff;padding:20px;border-radius:12px;box-shadow:0 2px 8px #0000000d}.header-left.svelte-72zgiz h1:where(.svelte-72zgiz){font-size:24px;font-weight:700;color:#1a1a1a;margin:0}.header-actions.svelte-72zgiz{display:flex;gap:12px;align-items:center}.icon-btn.svelte-72zgiz{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid #e0e0e0;background:#fff;border-radius:8px;cursor:pointer;transition:all .2s}.icon-btn.svelte-72zgiz:hover{background:#f5f5f5;border-color:#d0d0d0}.save-btn.svelte-72zgiz{padding:10px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #667eea4d}.save-btn.svelte-72zgiz:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.stats-grid.svelte-72zgiz{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}.stat-card.svelte-72zgiz{background:#fff;padding:20px;border-radius:12px;display:flex;align-items:center;gap:16px;box-shadow:0 2px 8px #0000000d;transition:all .2s}.stat-card.selectable.svelte-72zgiz{cursor:pointer}.stat-card.selectable.svelte-72zgiz:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.stat-icon.svelte-72zgiz{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:10px;flex-shrink:0}.stat-content.svelte-72zgiz{flex:1;min-width:0}.stat-label.svelte-72zgiz{font-size:12px;color:#666;margin-bottom:4px}.stat-value.svelte-72zgiz{font-size:18px;font-weight:600;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stat-select.svelte-72zgiz{font-size:16px;font-weight:600;color:#667eea;border:none;background:transparent;padding:0;width:100%;outline:none;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none}.stat-select.svelte-72zgiz:focus{color:#764ba2}.stat-select.svelte-72zgiz option:where(.svelte-72zgiz){color:#1a1a1a;background:#fff;font-weight:500;padding:8px}.content-grid.svelte-72zgiz{display:flex;gap:24px}.content-grid.svelte-72zgiz .card:where(.svelte-72zgiz){flex:1;min-width:0}@media(max-width:900px){.content-grid.svelte-72zgiz{flex-direction:column}}.card.svelte-72zgiz{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;overflow:hidden}.card-header.svelte-72zgiz{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #f0f0f0}.card-header.svelte-72zgiz h3:where(.svelte-72zgiz){font-size:18px;font-weight:600;color:#1a1a1a;margin:0}.text-btn.svelte-72zgiz{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;color:#666;transition:color .2s}.text-btn.svelte-72zgiz:hover{color:#333}.badge.svelte-72zgiz{background:#667eea;color:#fff;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.card-body.svelte-72zgiz{padding:20px}.form-grid.svelte-72zgiz{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:24px}.form-group.svelte-72zgiz{display:flex;flex-direction:column;gap:8px}.form-group.svelte-72zgiz label:where(.svelte-72zgiz){font-size:14px;font-weight:500;color:#333}.form-group.svelte-72zgiz input:where(.svelte-72zgiz),.form-group.svelte-72zgiz select:where(.svelte-72zgiz){padding:12px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;transition:all .2s;background:#fff}.form-group.svelte-72zgiz input:where(.svelte-72zgiz):focus,.form-group.svelte-72zgiz select:where(.svelte-72zgiz):focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group.svelte-72zgiz input[readonly]:where(.svelte-72zgiz){background:#f5f5f5;cursor:not-allowed}.timeline.svelte-72zgiz{display:flex;flex-direction:column;gap:0}.timeline-item.svelte-72zgiz{display:grid;grid-template-columns:32px 1fr;gap:16px;padding:12px 0;position:relative}.timeline-marker.svelte-72zgiz{width:32px;height:32px;border-radius:50%;background:#e0e0e0;display:flex;align-items:center;justify-content:center;position:relative;z-index:2;flex-shrink:0}.timeline-item.completed.svelte-72zgiz .timeline-marker:where(.svelte-72zgiz){background:#4caf50}.status-section.svelte-72zgiz{display:flex;flex-direction:column;gap:24px}.status-section.svelte-72zgiz h4:where(.svelte-72zgiz){margin:0 0 12px;font-size:14px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}.status-history.svelte-72zgiz,.next-actions.svelte-72zgiz{padding:16px;background:#f8f9fa;border-radius:12px}.action-buttons.svelte-72zgiz{display:flex;flex-wrap:wrap;gap:12px}.action-btn.svelte-72zgiz{flex:1;min-width:150px;padding:12px 20px;background:#fff;border:2px solid;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.action-btn.svelte-72zgiz:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026;background:currentColor;color:#fff!important}.completed-message.svelte-72zgiz,.canceled-message.svelte-72zgiz{display:flex;flex-direction:column;align-items:center;gap:16px;padding:32px 20px;text-align:center}.completed-message.svelte-72zgiz{color:#4caf50}.canceled-message.svelte-72zgiz{color:#f44336}.message-text.svelte-72zgiz{font-weight:600;font-size:18px}.message-subtext.svelte-72zgiz{font-size:14px;color:#666;font-weight:400;max-width:300px}.timeline-line.svelte-72zgiz{position:absolute;left:15px;top:32px;bottom:-12px;width:2px;background:#e0e0e0;z-index:1}.timeline-line.active.svelte-72zgiz{background:#4caf50}.timeline-content.svelte-72zgiz{padding-top:4px}.event-name.svelte-72zgiz{font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:4px}.event-meta.svelte-72zgiz{display:flex;gap:12px;font-size:12px;color:#666}.empty-timeline.svelte-72zgiz{display:flex;align-items:center;justify-content:center;min-height:200px;color:#999;font-size:14px}.svelte-1uha8ag{box-sizing:border-box}.container.svelte-1uha8ag{display:flex;height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;overflow:hidden}
