{#if data?.useAtelierShell} {:else}
{#if !shareMode} Back to Trips {/if}
{trip.name}
{trip.dates}{trip.duration ? ' · ' + trip.duration : ''}
{#if trip.away}
{trip.away}
{/if}
{currentCoverIdx + 1}/{coverImages.length}
{#if highlights.length > 0}
{#each highlights as hl}
{#if hl.icon === 'star'} {:else if hl.icon === 'restaurant'} {:else} {/if}
{hl.label}
{hl.value}
{/each}
{/if}
{tripExpenses.flights} Flights
{tripExpenses.hotels} Hotels
{tripExpenses.activities} Activities
{(tripExpenses.points / 1000).toFixed(0)}K Points
${tripExpenses.cash.toLocaleString()} Cash
{#if !shareMode}
{#if activeView === 'map'}
{#if mapLocations.length > 0}
{:else}
No pinned locations yet
{/if}
{:else}
AI Trip Guide
Best restaurants near Garden of the Gods
Hiking gear checklist for 14ers
Weather forecast for Breckenridge Apr 15
{/if} {/if}
{#each itinerary as day (day.day)} {@const isExpanded = expandedDays.has(day.day)}
{#if isExpanded} {@const story = getDayStory(day.day)} {#if story}
{story.text}
{#if story.photos.length > 0}
{#each story.photos as photo}
{/each}
{/if}
{/if}
{#each day.events as ev} {/each}
{/if}
{/each}
{#if shareModalOpen} {/if} {#if !shareMode} {#if fabOpen}
fabOpen = false}>
{/if} {/if} {/if}