.odia-app-frame {
  position: relative;
  display: grid;
  grid-template-columns: 154px minmax(0, 1fr);
  min-height: 790px;
  overflow: hidden;
  border-radius: 30px;
  background: var(--card);
  box-shadow: var(--shadow);
}
.app-sidebar { display: flex; flex-direction: column; gap: 24px; padding: 18px 12px; background: var(--primary); color: rgba(255, 255, 255, 0.7); }
.brand-mark { display: grid; width: 38px; height: 38px; place-items: center; margin-left: 8px; border-radius: 14px; background: white; color: var(--primary); font-size: 18px; font-weight: 900; }
.app-sidebar nav { display: grid; gap: 5px; }
.app-sidebar button { display: flex; align-items: center; gap: 10px; width: 100%; border: 0; border-radius: 999px; background: transparent; color: inherit; padding: 10px 11px; text-align: left; font-size: 11px; font-weight: 700; }
.app-sidebar button:hover, .app-sidebar button.active { background: rgba(255, 255, 255, 0.13); color: white; }
.app-sidebar .sidebar-bottom { margin-top: auto; }
.workspace { position: relative; min-width: 0; overflow: hidden; background: var(--background); }
.app-header { height: 54px; display: grid; grid-template-columns: minmax(180px, 1fr) minmax(200px, 360px) auto; align-items: center; gap: 18px; padding: 0 18px; background: var(--card); box-shadow: 0 1px 0 rgba(104, 83, 147, 0.12); }
.app-breadcrumb { display: flex; min-width: 0; align-items: center; gap: 8px; font-size: 10px; }
.app-breadcrumb span, .app-breadcrumb b { color: var(--muted-foreground); }
.app-breadcrumb strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.global-search { display: flex; align-items: center; gap: 8px; border-radius: 999px; background: var(--muted-soft); padding: 8px 10px; color: var(--muted-foreground); font-size: 10px; }
.global-search span:nth-child(2) { flex: 1; }
.global-search kbd { border-radius: 6px; background: var(--card); padding: 2px 5px; font-size: 9px; box-shadow: inset 0 0 0 1px rgba(104, 83, 147, 0.12); }
.header-tools { display: flex; align-items: center; gap: 7px; }
.header-tools button { display: grid; width: 29px; height: 29px; place-items: center; border: 0; border-radius: 999px; background: var(--muted-soft); }
.avatar, .owner-avatar { display: grid; place-items: center; border-radius: 999px; background: var(--accent-soft); color: var(--primary); font-weight: 850; }
.avatar { width: 30px; height: 30px; font-size: 9px; }
.journey-page { min-height: 736px; padding: 16px 18px 22px; }
.journey-header { display: grid; grid-template-columns: minmax(260px, 1.4fr) auto auto; align-items: center; gap: 18px; border-radius: 26px; background: var(--card); padding: 16px 18px; box-shadow: var(--shadow-soft); }
.eyebrow { color: var(--muted-foreground); font-size: 9px; font-weight: 750; letter-spacing: 0.03em; text-transform: uppercase; }
.journey-title-line { display: flex; align-items: center; gap: 9px; margin-top: 4px; }
.journey-title-line h1 { margin: 0; font-size: 19px; letter-spacing: -0.03em; }
.journey-status, .service-status { border-radius: 999px; background: var(--accent-soft); color: var(--primary); padding: 5px 8px; font-size: 9px; font-weight: 800; }
.journey-identity p { margin: 5px 0 0; color: var(--muted-foreground); font-size: 10px; }
.journey-metrics { display: flex; gap: 7px; }
.journey-metrics span { display: grid; min-width: 68px; gap: 2px; border-radius: 16px; background: var(--muted-soft); padding: 8px 10px; }
.journey-metrics small { color: var(--muted-foreground); font-size: 8px; }
.journey-metrics strong { font-size: 11px; }
.journey-actions { display: flex; align-items: center; gap: 7px; }
.owner-avatar { width: 29px; height: 29px; font-size: 9px; }
.pill-button, .primary-pill, .filter-pill, .view-toggle, .round-button, .tinted-pill, .po-pill { border: 0; border-radius: 999px; font-size: 9px; font-weight: 800; }
.pill-button, .filter-pill, .view-toggle, .round-button { background: var(--muted-soft); }
.pill-button, .primary-pill { padding: 8px 11px; }
.primary-pill { background: var(--primary); color: white; }
.journey-tab-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 13px; padding: 0 4px; }
.journey-tab-row nav { display: flex; gap: 2px; overflow-x: auto; scrollbar-width: none; }
.journey-tab-row nav button { white-space: nowrap; border: 0; border-radius: 999px; background: transparent; padding: 8px 10px; color: var(--muted-foreground); font-size: 9px; font-weight: 750; }
.journey-tab-row nav button.active { background: var(--card); color: var(--foreground); box-shadow: var(--shadow-soft); }
.board-actions { display: flex; align-items: center; gap: 2px; }
.view-toggle { padding: 7px 9px; color: var(--muted-foreground); }
.view-toggle.active { background: var(--primary); color: white; }
.round-button { width: 29px; height: 29px; margin-left: 4px; }
.journey-board { position: relative; margin-top: 11px; overflow: hidden; border-radius: 26px; background: var(--card); box-shadow: var(--shadow-soft); }
.board-toolbar { height: 43px; display: flex; align-items: center; justify-content: space-between; padding: 0 13px; background: var(--muted-soft); }
.board-toolbar > div { display: flex; gap: 5px; }
.filter-pill { padding: 6px 9px; color: var(--muted-foreground); }
.filter-pill.active { background: var(--card); color: var(--foreground); box-shadow: 0 2px 7px rgba(34, 22, 69, 0.08); }
.zoom-control { display: flex; align-items: center; border-radius: 999px; background: var(--card); overflow: hidden; }
.zoom-control button { width: 26px; height: 26px; border: 0; background: transparent; }
.zoom-control span { font-size: 8px; }
.board-scroll { min-height: 500px; overflow: hidden; padding: 13px 14px; }
.timeline-day { display: grid; grid-template-columns: 124px 12px minmax(0, 1fr); gap: 9px; min-height: 142px; }
.day-label { display: grid; align-content: start; gap: 4px; padding-top: 9px; }
.day-label strong { font-size: 9px; }
.day-label span { color: var(--muted-foreground); font-size: 8px; }
.day-line { position: relative; width: 2px; justify-self: center; background: var(--muted); }
.day-line::before { content: ""; position: absolute; top: 12px; left: 50%; width: 9px; height: 9px; border-radius: 999px; background: var(--accent-interactive); transform: translateX(-50%); box-shadow: 0 0 0 4px var(--card); }
.day-services { display: flex; align-items: flex-start; gap: 9px; overflow: hidden; padding: 4px 0 14px; }
.service-card { position: relative; flex: 0 0 164px; min-height: 91px; display: grid; grid-template-columns: 1fr auto; gap: 17px 7px; border: 0; border-radius: 24px; background: var(--service-card); padding: 12px; text-align: left; }
.service-card:hover { transform: translateY(-1px); box-shadow: var(--shadow-soft); }
.service-card.selected { box-shadow: 0 0 0 3px var(--accent-interactive); }
.service-card.needs-review { box-shadow: 0 0 0 3px var(--warning); }
.service-title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 10px; font-weight: 750; }
.service-card-icon { color: var(--muted-foreground); font-size: 13px; }
.service-price { justify-self: start; border-radius: 999px; background: var(--card); padding: 5px 7px; color: var(--accent-interactive); font-size: 9px; font-weight: 800; }
.service-price.warning { display: flex; align-items: center; gap: 3px; background: var(--warning-subtle); color: var(--warning); }
.service-price .icon { width: 11px; height: 11px; }
.service-card-actions { justify-self: end; display: flex; gap: 4px; color: var(--muted-foreground); }
.service-card-actions .icon { width: 13px; height: 13px; }
.add-service { display: grid; width: 31px; height: 31px; place-items: center; align-self: center; border: 0; border-radius: 999px; background: var(--card); color: var(--muted-foreground); box-shadow: var(--shadow-soft); }

.service-sheet { position: absolute; z-index: 12; top: 54px; right: 0; bottom: 0; display: flex; width: min(62%, 660px); min-width: 490px; flex-direction: column; background: var(--card); box-shadow: -16px 0 42px rgba(26, 16, 58, 0.16); }
.sheet-header { min-height: 69px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 13px 18px; box-shadow: 0 1px 0 rgba(104, 83, 147, 0.13); }
.sheet-header h2 { margin: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 15px; }
.sheet-header p { margin: 4px 0 0; color: var(--muted-foreground); font-size: 9px; }
.sheet-header > div:last-child { display: flex; align-items: center; gap: 8px; }
.icon-button { display: grid; width: 30px; height: 30px; place-items: center; border: 0; border-radius: 999px; background: var(--muted-soft); color: var(--muted-foreground); }
.sheet-tabs { display: flex; padding: 0 16px; box-shadow: 0 1px 0 rgba(104, 83, 147, 0.13); }
.sheet-tabs button { border: 0; background: transparent; padding: 11px 10px 9px; color: var(--muted-foreground); font-size: 9px; font-weight: 750; }
.sheet-tabs button.active { box-shadow: inset 0 -2px 0 var(--accent-interactive); color: var(--foreground); }
.sheet-body { flex: 1; overflow-y: auto; display: grid; align-content: start; gap: 8px; padding: 12px 16px 16px; }
.disclosure { border-radius: 24px; background: rgba(232, 229, 240, 0.28); box-shadow: inset 0 0 0 1px rgba(119, 92, 170, 0.24); }
.disclosure > header { min-height: 45px; display: flex; align-items: center; justify-content: space-between; padding: 0 13px; font-size: 10px; font-weight: 750; }
.disclosure > header span { display: flex; align-items: center; gap: 7px; }
.disclosure > header .icon { width: 13px; height: 13px; }
.disclosure.open > header .icon { transform: rotate(90deg); }
.disclosure > header b { display: grid; width: 17px; height: 17px; place-items: center; border-radius: 999px; background: rgba(230, 43, 15, 0.1); color: var(--destructive); font-size: 8px; }
.description-preview { padding: 0 13px 13px; }
.description-preview label { display: block; margin-bottom: 5px; font-size: 9px; }
.description-preview div { border-radius: 20px; background: var(--card); padding: 10px 12px; color: var(--muted-foreground); font-size: 9px; }
.travelers-content { padding: 0 13px 14px; }
.travelers-intro { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 7px; }
.travelers-intro strong { font-size: 10px; }
.master-selection { display: flex; align-items: center; gap: 9px; color: var(--muted-foreground); font-size: 8px; }
.master-checkbox { display: flex; align-items: center; gap: 5px; border: 0; border-radius: 999px; background: transparent; padding: 3px 5px; color: var(--foreground); font-size: 8px; font-weight: 750; }
.master-checkbox:hover { background: var(--muted-soft); }
.master-checkbox[aria-checked="true"] .checkbox-box, .master-checkbox[aria-checked="mixed"] .checkbox-box { background: var(--primary); color: white; box-shadow: none; }
.mixed-mark { font-size: 11px; line-height: 1; }
.traveler-list { display: grid; gap: 4px; }
.traveler-row { display: grid; grid-template-columns: 20px 25px minmax(0, 1fr) auto; align-items: center; gap: 7px; width: 100%; border: 0; border-radius: 14px; background: transparent; padding: 6px 7px; text-align: left; }
.traveler-row:hover { background: var(--muted-soft); }
.traveler-row.included { background: var(--accent-soft); }
.checkbox-box { display: grid; width: 17px; height: 17px; place-items: center; border-radius: 5px; background: var(--card); box-shadow: inset 0 0 0 1px var(--border); }
.traveler-row.included .checkbox-box { background: var(--primary); color: white; box-shadow: none; }
.checkbox-box .icon { width: 12px; height: 12px; }
.traveler-avatar { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 999px; background: var(--card); color: var(--accent-interactive); font-size: 7px; font-weight: 850; }
.traveler-name { font-size: 9px; font-weight: 700; }
.primary-marker { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 999px; background: var(--primary); color: white; font-size: 8px; }
.headcount-field { margin-top: 11px; }
.headcount-field label { display: flex; align-items: center; gap: 6px; font-size: 9px; font-weight: 750; }
.headcount-control { display: flex; align-items: center; gap: 7px; margin-top: 6px; }
.number-input { display: grid; grid-template-columns: 31px 70px 31px; width: max-content; overflow: hidden; border-radius: 999px; background: var(--input); }
.number-input button, .number-input input { height: 31px; border: 0; background: transparent; text-align: center; font-size: 10px; font-weight: 750; }
.number-input input { width: 70px; appearance: textfield; }
.sheet-footer { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 11px 13px; background: var(--card); box-shadow: 0 -1px 0 rgba(104, 83, 147, 0.13); }
.footer-actions { display: flex; align-items: center; gap: 5px; min-width: 0; }
.tinted-pill, .po-pill { display: flex; align-items: center; gap: 5px; padding: 8px 9px; }
.tinted-pill { background: var(--accent-soft); color: var(--accent-interactive); }
.po-pill { background: var(--warning-subtle); color: var(--warning); }
.tinted-pill .icon { width: 13px; height: 13px; }
.delete-action { display: flex; align-items: center; gap: 4px; border: 0; background: transparent; color: var(--destructive); font-size: 9px; font-weight: 750; }
.delete-action .icon { width: 13px; height: 13px; }
.save-button { display: flex; min-width: 112px; align-items: center; justify-content: center; gap: 6px; border: 0; border-radius: 999px; background: var(--primary); color: white; padding: 10px 13px; font-size: 9px; font-weight: 850; }
.save-button .icon { width: 13px; height: 13px; }
