.tm-page.svelte-48zmna{max-width:1400px;margin:0 auto;padding:24px}.tm-header.svelte-48zmna{justify-content:space-between;align-items:flex-start;margin-bottom:24px;display:flex}.tm-h1.svelte-48zmna{color:var(--text-primary);margin:0 0 8px;font-size:1.875rem;font-weight:800}.tm-lead.svelte-48zmna{color:var(--text-secondary);margin:0;font-size:.9375rem}.tm-btn-primary.svelte-48zmna{border-radius:var(--radius-md);background:var(--primary-color);color:var(--mgmt-on-primary-text);cursor:pointer;border:none;padding:10px 20px;font-size:.875rem;font-weight:600;transition:opacity .2s}.tm-btn-primary.svelte-48zmna:hover{opacity:.9}.tm-btn-primary.svelte-48zmna:disabled{opacity:.5;cursor:not-allowed}.tm-btn-secondary.svelte-48zmna{border:1px solid var(--border-default);border-radius:var(--radius-md);background:var(--surface-elevated);color:var(--text-primary);cursor:pointer;padding:10px 20px;font-size:.875rem;font-weight:600;transition:background .2s}.tm-btn-secondary.svelte-48zmna:hover{background:var(--surface-muted)}.tm-packages-grid.svelte-48zmna{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:20px;display:grid}.tm-package-card.svelte-48zmna{background:var(--surface-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:20px;transition:transform .2s,box-shadow .2s}.tm-package-card.svelte-48zmna:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.tm-package-thumbnail.svelte-48zmna{border-radius:var(--radius-md);width:100%;height:180px;margin-bottom:16px;overflow:hidden}.tm-package-thumbnail.svelte-48zmna img:where(.svelte-48zmna){object-fit:cover;width:100%;height:100%}.tm-card-header.svelte-48zmna{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.tm-package-title.svelte-48zmna{color:var(--text-primary);margin:0;font-size:1.125rem;font-weight:700}.tm-status-badge.svelte-48zmna{color:var(--mgmt-on-primary-text);border-radius:999px;padding:4px 10px;font-size:.75rem;font-weight:600}.tm-package-dest.svelte-48zmna{color:var(--text-secondary);margin:0 0 4px;font-size:.875rem;font-weight:600}.tm-package-duration.svelte-48zmna{color:var(--text-muted);margin:0 0 8px;font-size:.875rem}.tm-package-itinerary.svelte-48zmna{background:var(--primary-muted);color:var(--primary-color);border-radius:var(--radius-sm);margin:0 0 16px;padding:8px 12px;font-size:.8125rem;font-weight:600}.tm-package-stats.svelte-48zmna{background:var(--surface-muted);border-radius:var(--radius-md);grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px;padding:16px;display:grid}.tm-stat.svelte-48zmna{flex-direction:column;gap:4px;display:flex}.tm-stat-label.svelte-48zmna{color:var(--text-muted);font-size:.75rem}.tm-stat-value.svelte-48zmna{color:var(--text-primary);font-size:1.25rem;font-weight:800}.tm-card-actions.svelte-48zmna{gap:8px;display:flex}.tm-action-btn.svelte-48zmna{border:1px solid var(--border-default);border-radius:var(--radius-md);background:var(--primary-muted);color:var(--primary-color);cursor:pointer;flex:1;padding:8px 16px;font-size:.875rem;font-weight:600;transition:background .2s}.tm-action-btn.svelte-48zmna:hover{background:var(--primary-color);color:var(--mgmt-on-primary-text)}.tm-secondary.svelte-48zmna{background:var(--surface-page);color:var(--text-secondary)}.tm-secondary.svelte-48zmna:hover{background:var(--surface-muted);color:var(--text-primary)}.tm-loading.svelte-48zmna,.tm-error.svelte-48zmna,.tm-empty.svelte-48zmna{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.tm-spinner.svelte-48zmna{border:3px solid var(--border-subtle);border-top-color:var(--primary-color);border-radius:50%;width:40px;height:40px;margin-bottom:16px;animation:.8s linear infinite svelte-48zmna-spin}@keyframes svelte-48zmna-spin{to{transform:rotate(360deg)}}.tm-loading.svelte-48zmna p:where(.svelte-48zmna){color:var(--text-secondary);margin:0 0 16px;font-size:.9375rem}.tm-error.svelte-48zmna p:where(.svelte-48zmna){color:var(--text-secondary);margin:0 0 16px;font-size:.9375rem}.tm-empty.svelte-48zmna p:where(.svelte-48zmna){color:var(--text-secondary);margin:0 0 16px;font-size:.9375rem}.tm-btn-retry.svelte-48zmna{border:1px solid var(--border-default);border-radius:var(--radius-md);background:var(--surface-elevated);color:var(--text-primary);cursor:pointer;margin-top:16px;padding:10px 20px;font-size:.875rem;font-weight:600}.tm-modal-overlay.svelte-48zmna{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.tm-modal.svelte-48zmna{background:var(--surface-page);border-radius:var(--radius-lg);flex-direction:column;width:100%;max-width:900px;max-height:90vh;display:flex;box-shadow:0 20px 60px #0000004d}.tm-modal-detail.svelte-48zmna{max-width:700px}.tm-modal-header.svelte-48zmna{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.tm-modal-header.svelte-48zmna h2:where(.svelte-48zmna){color:var(--text-primary);margin:0;font-size:1.5rem;font-weight:700}.tm-modal-close.svelte-48zmna{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;font-size:1.5rem;transition:background .2s}.tm-modal-close.svelte-48zmna:hover{background:var(--surface-muted)}.tm-modal-body.svelte-48zmna{flex:1;padding:24px;overflow-y:auto}.tm-modal-footer.svelte-48zmna{border-top:1px solid var(--border-subtle);justify-content:flex-end;gap:12px;padding:16px 24px;display:flex}.tm-section.svelte-48zmna{margin-bottom:32px}.tm-section.svelte-48zmna:last-child{margin-bottom:0}.tm-section.svelte-48zmna h3:where(.svelte-48zmna){color:var(--text-primary);margin:0 0 16px;font-size:1.125rem;font-weight:700}.tm-section-header.svelte-48zmna{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.tm-section-header.svelte-48zmna h3:where(.svelte-48zmna){margin:0}.tm-form-group.svelte-48zmna{margin-bottom:16px}.tm-form-group.svelte-48zmna label:where(.svelte-48zmna){color:var(--text-primary);margin-bottom:6px;font-size:.875rem;font-weight:600;display:block}.tm-form-group.svelte-48zmna input:where(.svelte-48zmna){border:1px solid var(--border-default);border-radius:var(--radius-md);background:var(--surface-elevated);width:100%;color:var(--text-primary);padding:10px 12px;font-family:inherit;font-size:.875rem}.tm-form-group.svelte-48zmna select:where(.svelte-48zmna){border:1px solid var(--border-default);border-radius:var(--radius-md);background:var(--surface-elevated);width:100%;color:var(--text-primary);padding:10px 12px;font-family:inherit;font-size:.875rem}.tm-form-group.svelte-48zmna textarea:where(.svelte-48zmna){border:1px solid var(--border-default);border-radius:var(--radius-md);background:var(--surface-elevated);width:100%;color:var(--text-primary);padding:10px 12px;font-family:inherit;font-size:.875rem}.tm-form-group.svelte-48zmna textarea:where(.svelte-48zmna){resize:vertical;min-height:80px}.tm-form-row.svelte-48zmna{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:16px;display:grid}.tm-checkbox-label.svelte-48zmna{cursor:pointer;align-items:center;gap:8px;margin-bottom:0;display:flex}.tm-checkbox-label.svelte-48zmna input[type=checkbox]:where(.svelte-48zmna){cursor:pointer;width:auto;margin:0}.tm-tag-row.svelte-48zmna{flex-wrap:wrap;gap:8px;margin-bottom:8px;display:flex}.tm-tag-chip.svelte-48zmna{border-radius:var(--radius-sm);align-items:center;gap:6px;padding:4px 10px;font-size:.8125rem;font-weight:500;line-height:1.4;display:inline-flex}.tm-tag-chip--included.svelte-48zmna{color:#15803d;background:#22c55e1f;border:1px solid #22c55e59}.tm-tag-chip--excluded.svelte-48zmna{color:#b91c1c;background:#ef44441f;border:1px solid #ef444459}.tm-tag-remove.svelte-48zmna{width:16px;height:16px;color:inherit;cursor:pointer;opacity:.7;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:.75rem;line-height:1;transition:opacity .2s;display:inline-flex}.tm-tag-remove.svelte-48zmna:hover{opacity:1}.tm-tag-empty.svelte-48zmna{color:var(--text-secondary);font-size:.8125rem}.tm-tag-input-row.svelte-48zmna{align-items:center;gap:8px;display:flex}.tm-tag-input-row.svelte-48zmna input:where(.svelte-48zmna){flex:1}.tm-image-upload.svelte-48zmna{margin-bottom:16px}.tm-image-upload.svelte-48zmna input[type=file]:where(.svelte-48zmna){display:none}.tm-upload-btn.svelte-48zmna{border:2px dashed var(--border-default);border-radius:var(--radius-md);background:var(--surface-muted);color:var(--text-primary);cursor:pointer;padding:10px 20px;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-block}.tm-upload-btn.svelte-48zmna:hover{border-color:var(--primary-color);background:var(--primary-muted);color:var(--primary-color)}.tm-image-grid.svelte-48zmna{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;display:grid}.tm-image-item.svelte-48zmna{aspect-ratio:1;border-radius:var(--radius-md);border:1px solid var(--border-subtle);position:relative;overflow:hidden}.tm-image-item.svelte-48zmna img:where(.svelte-48zmna){object-fit:cover;width:100%;height:100%}.tm-image-remove.svelte-48zmna{color:#fff;cursor:pointer;opacity:0;background:#000000b3;border:none;border-radius:50%;width:24px;height:24px;font-size:.875rem;transition:opacity .2s;position:absolute;top:4px;right:4px}.tm-image-item.svelte-48zmna:hover .tm-image-remove:where(.svelte-48zmna){opacity:1}.tm-itinerary-list.svelte-48zmna{flex-direction:column;gap:16px;display:flex}.tm-itinerary-day.svelte-48zmna{border:2px solid var(--border-default);border-radius:var(--radius-md);background:var(--surface-elevated);cursor:move;padding:16px;transition:all .2s}.tm-itinerary-day.svelte-48zmna:hover{border-color:var(--primary-color);box-shadow:0 2px 8px #0000001a}.tm-day-header.svelte-48zmna{align-items:center;gap:12px;margin-bottom:12px;display:flex}.tm-drag-handle.svelte-48zmna{color:var(--text-muted);cursor:grab;font-size:1.25rem}.tm-drag-handle.svelte-48zmna:active{cursor:grabbing}.tm-day-title.svelte-48zmna{border:1px solid var(--border-default);border-radius:var(--radius-sm);background:var(--surface-page);color:var(--text-primary);flex:1;padding:8px 12px;font-size:.9375rem;font-weight:700}.tm-btn-icon.svelte-48zmna{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;transition:all .2s}.tm-btn-icon.svelte-48zmna:hover{background:var(--surface-muted);color:var(--error-color)}.tm-btn-add.svelte-48zmna{border:1px solid var(--primary-color);border-radius:var(--radius-md);background:var(--primary-muted);color:var(--primary-color);cursor:pointer;padding:8px 16px;font-size:.8125rem;font-weight:600;transition:all .2s}.tm-btn-add.svelte-48zmna:hover{background:var(--primary-color);color:var(--mgmt-on-primary-text)}.tm-activities.svelte-48zmna{background:var(--surface-page);border-radius:var(--radius-md);margin-top:12px;padding:12px}.tm-activities-header.svelte-48zmna{color:var(--text-secondary);justify-content:space-between;align-items:center;margin-bottom:8px;font-size:.8125rem;font-weight:600;display:flex}.tm-btn-add-small.svelte-48zmna{border:1px solid var(--border-default);border-radius:var(--radius-sm);background:var(--surface-elevated);color:var(--text-primary);cursor:pointer;padding:4px 10px;font-size:.75rem;font-weight:600;transition:all .2s}.tm-btn-add-small.svelte-48zmna:hover{border-color:var(--primary-color);color:var(--primary-color)}.tm-activity-item.svelte-48zmna{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:var(--surface-elevated);cursor:move;align-items:center;gap:8px;margin-bottom:8px;padding:8px;transition:all .2s;display:flex}.tm-activity-item.svelte-48zmna:last-child{margin-bottom:0}.tm-activity-item.svelte-48zmna:hover{border-color:var(--primary-color)}.tm-drag-handle-small.svelte-48zmna{color:var(--text-muted);cursor:grab;font-size:.875rem}.tm-drag-handle-small.svelte-48zmna:active{cursor:grabbing}.tm-activity-time.svelte-48zmna{border:1px solid var(--border-default);border-radius:var(--radius-sm);background:var(--surface-page);width:80px;padding:6px 8px;font-size:.8125rem}.tm-activity-name.svelte-48zmna{border:1px solid var(--border-default);border-radius:var(--radius-sm);background:var(--surface-page);flex:2;padding:6px 8px;font-size:.8125rem}.tm-activity-location.svelte-48zmna{border:1px solid var(--border-default);border-radius:var(--radius-sm);background:var(--surface-page);flex:1;padding:6px 8px;font-size:.8125rem}.tm-btn-icon-small.svelte-48zmna{border-radius:var(--radius-sm);width:24px;height:24px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:.875rem;transition:all .2s}.tm-btn-icon-small.svelte-48zmna:hover{background:var(--surface-muted);color:var(--error-color)}.tm-detail-gallery.svelte-48zmna{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-bottom:24px;display:grid}.tm-detail-gallery.svelte-48zmna img:where(.svelte-48zmna){aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius-md);border:1px solid var(--border-subtle);width:100%}.tm-detail-info.svelte-48zmna{background:var(--surface-elevated);border-radius:var(--radius-md);margin-bottom:24px;padding:16px}.tm-info-row.svelte-48zmna{border-bottom:1px solid var(--border-subtle);justify-content:space-between;padding:12px 0;display:flex}.tm-info-row.svelte-48zmna:last-child{border-bottom:none}.tm-info-label.svelte-48zmna{color:var(--text-secondary);font-size:.875rem;font-weight:600}.tm-info-value.svelte-48zmna{color:var(--text-primary);font-size:.9375rem;font-weight:700}.tm-detail-itinerary.svelte-48zmna{margin-top:24px}.tm-detail-itinerary.svelte-48zmna h3:where(.svelte-48zmna){color:var(--text-primary);margin:0 0 16px;font-size:1.25rem;font-weight:700}.tm-detail-day.svelte-48zmna{background:var(--surface-elevated);border-radius:var(--radius-md);margin-bottom:24px;padding:16px}.tm-detail-day.svelte-48zmna h4:where(.svelte-48zmna){color:var(--primary-color);margin:0 0 8px;font-size:1.125rem;font-weight:700}.tm-day-desc.svelte-48zmna{color:var(--text-secondary);margin:0 0 16px;font-size:.875rem;line-height:1.6}.tm-detail-activities.svelte-48zmna{flex-direction:column;gap:12px;display:flex}.tm-detail-activity.svelte-48zmna{background:var(--surface-page);border-radius:var(--radius-sm);gap:12px;padding:12px;display:flex}.tm-detail-activity.svelte-48zmna .tm-activity-time:where(.svelte-48zmna){background:var(--primary-muted);min-width:60px;height:60px;color:var(--primary-color);border-radius:var(--radius-sm);border:none;justify-content:center;align-items:center;padding:8px;font-size:.8125rem;font-weight:700;display:flex}.tm-activity-content.svelte-48zmna{flex:1}.tm-activity-name.svelte-48zmna{color:var(--text-primary);background:0 0;border:none;margin:0 0 4px;padding:0;font-size:.9375rem;font-weight:600}.tm-activity-loc.svelte-48zmna{color:var(--text-secondary);margin:0;font-size:.8125rem}@media (max-width:768px){.tm-packages-grid.svelte-48zmna{grid-template-columns:1fr}.tm-modal.svelte-48zmna{border-radius:0;max-width:100%;max-height:100vh}.tm-form-row.svelte-48zmna{grid-template-columns:1fr}.tm-activity-item.svelte-48zmna{flex-wrap:wrap}.tm-activity-name.svelte-48zmna,.tm-activity-location.svelte-48zmna{flex:100%}}
