/* A shared plan, with suggestions kept separate from saved decisions. */
.trip-pane { flex:1; min-height:0; overflow:auto; overscroll-behavior:contain; background:var(--canvas); padding:30px; }
.trip-wrap { max-width:1120px; margin:auto; color:var(--ink); }
.trip-heading { display:flex; align-items:flex-start; justify-content:space-between; gap:20px; margin-bottom:26px; }
.trip-heading h2 { max-width:620px; font-size:34px; line-height:1.12; letter-spacing:-.05em; margin-top:7px; overflow-wrap:anywhere; }
.trip-eyebrow { display:block; color:var(--lilac-ink); font-size:9px; font-weight:750; letter-spacing:.12em; }
.trip-phase { background:var(--accent-soft); color:var(--accent); padding:8px 11px; border-radius:99px; font-size:11px; font-weight:650; flex-shrink:0; margin-top:4px; }
.trip-layout { display:grid; grid-template-columns:minmax(0,1.45fr) minmax(270px,1fr); gap:20px; align-items:start; }
.trip-main,.trip-side { display:flex; flex-direction:column; gap:18px; min-width:0; }
.trip-card,.trip-ask,.trip-job { border:1px solid var(--line); background:#fff; border-radius:23px; padding:23px; min-width:0; }
.trip-card h3,.trip-ask h3,.trip-job h3 { font-size:21px; letter-spacing:-.035em; line-height:1.25; }
.trip-saved { background:linear-gradient(155deg,#f0f7df 0%,#fff 65%); }
.trip-saved > .trip-eyebrow { margin-bottom:15px; color:var(--accent); }
.trip-empty-mark { display:grid; place-items:center; width:48px; height:48px; border-radius:16px; background:var(--lime); color:var(--accent); font-size:30px; font-weight:650; margin-bottom:24px; transform:rotate(-6deg); }
.trip-overview { margin-top:15px; font-size:14px; line-height:1.65; white-space:pre-wrap; }
.trip-facts { display:flex; flex-wrap:wrap; gap:7px; }
.trip-facts span { padding:7px 10px; border:1px solid #dfe8d0; background:#fff9; color:var(--accent); border-radius:11px; font-size:11px; line-height:1.4; overflow-wrap:anywhere; }
.trip-days { list-style:none; padding:0; margin:22px 0 0; }
.trip-days > li { display:grid; grid-template-columns:28px minmax(0,1fr); gap:12px; padding:14px 0; border-top:1px solid #e7eadf; }
.trip-day-number { font-size:12px; color:var(--accent); background:var(--accent-soft); border-radius:8px; width:28px; height:28px; display:grid; place-items:center; font-weight:700; }
.trip-days h4,.trip-questions h4,.trip-stay h4 { font-size:14px; font-weight:650; line-height:1.5; }
.trip-days ul,.trip-questions ul { padding-left:18px; margin-top:7px; font-size:12px; line-height:1.7; color:var(--muted); }
.trip-days li,.trip-questions li { overflow-wrap:anywhere; }
.trip-questions { margin-top:15px; background:#f5f1fa; padding:16px; border-radius:14px; }
.trip-questions h4 { color:var(--lilac-ink); }
.trip-proposals { display:flex; flex-direction:column; gap:12px; }
.trip-job { border-color:#d8c9ef; background:#fcfaff; }
.trip-job > .trip-eyebrow { margin-bottom:10px; }
.trip-job .btn { margin-top:14px; }
.trip-job-compact { padding:14px 17px; background:#f7f5f9; }
.trip-job-compact strong { font-size:12px; }
.trip-job-compact .trip-hint { margin-top:3px; }
.trip-request-quote { border-left:2px solid var(--lilac); padding-left:11px; margin-top:13px; color:var(--muted); font-size:12px; white-space:pre-wrap; overflow-wrap:anywhere; }
.trip-ask { display:flex; flex-direction:column; gap:14px; background:#f3eefb; border-color:#e3d8f0; }
.trip-ask h3 { margin-top:5px; }
.trip-ask textarea { background:#fffdff; resize:vertical; min-height:98px; max-height:300px; }
.trip-check { display:flex; align-items:flex-start; gap:10px; cursor:pointer; font-size:12px; line-height:1.5; padding:4px 0; }
.trip-check input { flex:0 0 18px; width:18px; height:18px; margin-top:1px; accent-color:var(--accent); }
.trip-check small { display:block; color:var(--muted); font-size:11px; margin-top:2px; line-height:1.5; }
.trip-primary { align-self:flex-start; color:var(--lime); }
.trip-hint { color:var(--muted); font-size:11px; line-height:1.6; overflow-wrap:anywhere; }
.trip-saved > .trip-hint,.trip-card > .trip-hint { margin-top:8px; }
.trip-section-heading { display:flex; justify-content:space-between; align-items:center; gap:12px; }
.trip-count { flex-shrink:0; color:var(--accent); background:var(--accent-soft); font-size:11px; font-variant-numeric:tabular-nums; font-weight:650; border-radius:99px; padding:5px 8px; }
.trip-correction summary,.trip-add-stay summary { min-height:44px; display:flex; align-items:center; cursor:pointer; font-size:13px; font-weight:650; color:var(--accent); list-style:none; }
.trip-correction summary::after { content:'+'; margin-left:auto; font-size:20px; font-weight:400; }
.trip-correction[open] summary::after { content:'−'; }
.trip-correction { padding-block:9px; }
.trip-edit-form { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:13px; padding:12px 0 14px; }
.trip-edit-form .field,.trip-stay-form .field { font-size:11px; min-width:0; }
.trip-edit-form input { min-width:0; width:100%; }
.trip-wide { grid-column:1/-1; }
.trip-edit-form > .btn { justify-self:start; grid-column:1/-1; }
.trip-inline-form { display:flex; gap:8px; margin-top:14px; }
.trip-inline-form input { min-width:0; flex:1; font-size:12px; padding:10px; }
.trip-inline-form .btn { flex-shrink:0; padding-inline:10px; }
.trip-empty-small { font-size:12px; color:var(--muted); padding:20px 0 6px; }
.trip-task { display:flex; align-items:flex-start; gap:11px; padding:15px 0 10px; border-bottom:1px solid var(--line); }
.trip-task-check { width:26px; height:26px; min-height:26px; border-radius:9px; border:1px solid #d5deca; color:var(--accent); flex:0 0 26px; margin-top:1px; font-size:14px; }
.trip-task-check[aria-pressed=true] { background:var(--lime); border-color:var(--lime); }
.trip-task-content { min-width:0; flex:1; }
.trip-task strong { font-size:12px; font-weight:600; overflow-wrap:anywhere; }
.trip-task.is-done strong { text-decoration:line-through; color:var(--muted); }
.trip-task-actions { display:flex; gap:10px; flex-wrap:wrap; }
.trip-text-button { min-height:34px; padding:4px 0; font-size:10px; font-weight:650; color:var(--accent); text-align:left; overflow-wrap:anywhere; }
.trip-muted-action { color:var(--muted); font-weight:500; }
.trip-stay { border:1px solid var(--line); border-radius:16px; padding:15px; margin-top:15px; overflow-wrap:anywhere; }
.trip-stay.is-selected { border-color:#c6dda4; background:#f5f9eb; }
.trip-choice { display:block; color:var(--accent); font-size:10px; font-weight:650; margin-bottom:9px; }
.trip-stay > p { font-size:12px; color:var(--muted); margin-top:7px; line-height:1.5; white-space:pre-wrap; }
.trip-stay .trip-price-note { border-top:1px solid var(--line); padding-top:10px; }
.trip-price-note strong { font-size:9px; font-weight:650; display:block; margin-bottom:4px; }
.trip-price-note span { display:block; font-size:12px; }
.trip-stay-actions { display:flex; flex-wrap:wrap; gap:7px; margin-top:12px; }
.trip-stay-actions .btn { font-size:10px; min-height:38px; padding:8px 10px; }
.trip-stay [aria-pressed=true] { color:var(--lilac-ink); background:var(--lilac-soft); border-color:var(--lilac); }
.trip-provider-note { margin-top:14px; font-size:10px; color:var(--muted); line-height:1.6; }
.trip-add-stay { margin-top:9px; }
.trip-stay-form { padding-top:7px; }
.trip-connection,.trip-recovery { border-radius:14px; padding:14px; margin-bottom:14px; background:#fff1db; color:#7b5d29; font-size:12px; line-height:1.5; }
.trip-recovery .btn { margin-top:10px; }
.trip-wrap > .error-text { margin-bottom:14px; }
.skill-classification { display:inline-flex; align-self:flex-start; font-size:10px; font-weight:650; border-radius:99px; padding:5px 8px; background:var(--lilac-soft); color:var(--lilac-ink); }
.skill-classification.is-classic { color:var(--accent); background:var(--accent-soft); }
.skill-card.trip-sidekick .bot-icon { color:var(--accent); background:var(--lime); font-size:30px; font-weight:650; }
.skill-guide { display:flex; align-items:flex-start; gap:12px; padding:17px; border-radius:19px; background:#f0ebf7; }
.skill-guide h3 { font-size:17px; margin-bottom:5px; }
.skill-guide p { font-size:12px; line-height:1.6; color:var(--muted); }
.skill-guide .btn { margin-top:12px; }
.guide-result { padding:0; }
.guide-result:not(:empty) { border-top:1px solid var(--line); padding-top:18px; }
.guide-answer { font-size:15px; line-height:1.65; white-space:pre-wrap; margin:10px 0; overflow-wrap:anywhere; }
.guide-result .btn { margin-top:14px; }
@media (max-width:1120px) { .trip-layout { grid-template-columns:minmax(0,1fr); } .trip-wrap { max-width:680px; } .trip-side { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); align-items:start; } }
@media (max-width:850px) { .trip-side { display:flex; } }
@media (max-width:680px) {
  .trip-pane { padding:23px 13px 32px; }
  .trip-heading { gap:12px; margin-bottom:20px; flex-wrap:wrap; }
  .trip-heading h2 { font-size:29px; max-width:370px; }
  .trip-phase { font-size:10px; margin-top:0; }
  .trip-layout,.trip-main,.trip-side { gap:14px; }
  .trip-card,.trip-ask,.trip-job { padding:20px 17px; border-radius:21px; }
  .trip-correction { padding-block:8px; }
  .trip-card h3,.trip-ask h3,.trip-job h3 { font-size:20px; }
  .trip-hint,.trip-check small { font-size:12px; }
  .trip-check { font-size:13px; padding-block:6px; }
  .trip-text-button { min-height:44px; font-size:11px; }
  .trip-task-check { min-height:44px; height:44px; width:44px; flex-basis:44px; }
  .trip-stay-actions .btn { min-height:44px; font-size:11px; }
  .trip-edit-form input { font-size:14px; }
  .trip-edit-form .field { font-size:11px; }
  .trip-primary { width:100%; }
  .trip-task strong { font-size:13px; }
  .trip-day-number { font-size:11px; }
  .trip-days ul,.trip-questions ul { font-size:13px; }
  .trip-days > li { gap:9px; }
  .trip-job-compact { padding:14px 17px; }
  .tabs .tab { flex-shrink:0; }
}
@media (max-width:350px) { .trip-pane { padding-inline:10px; } .trip-heading h2 { font-size:26px; } .trip-card,.trip-ask,.trip-job { padding-inline:14px; } .trip-edit-form { grid-template-columns:minmax(0,1fr); } .trip-facts span { font-size:10px; } }

.trip-find-stays { display:flex; flex-wrap:wrap; align-items:center; column-gap:12px; margin-top:9px; font-size:10px; color:var(--muted); }
.trip-find-stays a { color:var(--accent); font-weight:650; min-height:44px; display:flex; align-items:center; }

.trip-wrap input:not([type=checkbox]),.trip-wrap textarea,.guide-form > textarea { font:inherit; font-size:14px; width:100%; border:1px solid #dedfd6; border-radius:13px; padding:12px 13px; background:#fff; color:var(--ink); outline:none; }
.trip-wrap input:not([type=checkbox]):focus,.trip-wrap textarea:focus,.guide-form > textarea:focus { border-color:var(--accent); box-shadow:0 0 0 3px #194f3c12; }
.trip-alerts { position:sticky; top:0; z-index:3; }
.trip-alerts > .error-text:not([hidden]) { background:#fff1eb; border:1px solid #ebd0c4; border-radius:14px; padding:12px 14px; margin-bottom:12px; box-shadow:0 4px 14px #30262008; }
@media (max-width:680px) { .trip-wrap input:not([type=checkbox]),.trip-wrap textarea,.guide-form > textarea { font-size:16px; } }
