:root {
  color-scheme: light;
  --bg: #f8f4ef;
  --surface: rgba(255, 255, 255, .68);
  --surface-solid: #fffdfa;
  --surface-muted: rgba(255, 255, 255, .5);
  --text: #171417;
  --text-soft: #6f686c;
  --text-faint: #a29a9d;
  --line: rgba(68, 52, 58, .11);
  --line-bright: rgba(255, 255, 255, .8);
  --liner-fill: rgba(255, 255, 255, .22);
  --liner-edge: rgba(255, 255, 255, .5);
  --yellow: #ffb000;
  --orange: #ff8000;
  --red: #ff5d4b;
  --pink: #ff6fae;
  --violet: #8e7cff;
  --green: #49a26c;
  --shadow: 0 28px 80px rgba(62, 43, 48, .12), 0 3px 10px rgba(62, 43, 48, .05);
  --shadow-soft: 0 14px 38px rgba(62, 43, 48, .08);
  --shell: min(1240px, calc(100vw - 44px));
  --header-height: 60px;
  --travelist-spring: cubic-bezier(.18,.88,.32,1.03);
  --segmented-spring: cubic-bezier(.2,.82,.25,1.05);
  --theme-origin-x: calc(100% - 55px);
  --theme-origin-y: 42px;
}

@property --astro-cut-x {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 165.3846%;
}

@property --astro-cut-y {
  syntax: "<percentage>";
  inherits: false;
  initial-value: -65.3846%;
}

@property --astro-color-start {
  syntax: "<color>";
  inherits: false;
  initial-value: #ffc43b;
}

@property --astro-color-end {
  syntax: "<color>";
  inherits: false;
  initial-value: #ffad00;
}

@supports (animation-timing-function: linear(0, 1)) {
  :root {
    --travelist-spring: linear(0, .206 8.33%, .543 16.67%, .804 25%, .952 33.33%, 1.014 41.67%, 1.028 50%, 1.023 58.33%, 1.013 66.67%, 1.006 75%, 1.001 83.33%, 1 91.67%, 1);
    --segmented-spring: linear(0, .288 10%, .677 20%, .909 30%, 1 40%, 1.02 50%, 1.015 60%, 1.007 70%, 1.002 80%, 1 90%, 1);
  }
}

[data-theme="dark"] {
  color-scheme: dark;
  --bg: #100d11;
  --surface: rgba(31, 26, 31, .72);
  --surface-solid: #1b171c;
  --surface-muted: rgba(255, 255, 255, .055);
  --text: #fffafc;
  --text-soft: #bbb2b7;
  --text-faint: #7f777c;
  --line: rgba(255, 255, 255, .1);
  --line-bright: rgba(255, 255, 255, .16);
  --liner-fill: rgba(255, 255, 255, .035);
  --liner-edge: rgba(255, 255, 255, .09);
  --shadow: 0 28px 90px rgba(0, 0, 0, .34), 0 3px 12px rgba(0, 0, 0, .2);
  --shadow-soft: 0 16px 44px rgba(0, 0, 0, .24);
}

* { box-sizing: border-box; }
html { overflow-x: hidden; overflow-x: clip; scroll-behavior: smooth; background: var(--bg); }
body { min-width: 320px; margin: 0; overflow-x: hidden; overflow-x: clip; color: var(--text); background: var(--bg); font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body { transition: color .65s cubic-bezier(.2,.75,.2,1), background-color .65s cubic-bezier(.2,.75,.2,1); }
button { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { border: 0; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; padding: 0 !important; border: 0 !important; margin: -1px !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; }

.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 10px 14px; border-radius: 12px; color: white; background: #171417; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.aurora { position: fixed; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; }
.aurora::before,
.aurora::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: url("assets/background-curves.png") center top / cover no-repeat;
  transform: translateZ(0);
  will-change: opacity;
}
.aurora::before {
  opacity: .52;
  mix-blend-mode: multiply;
}
.aurora::after {
  opacity: .001;
  filter: invert(1) hue-rotate(180deg) saturate(.82);
  mix-blend-mode: screen;
}
[data-theme="dark"] .aurora::before { opacity: .001; }
[data-theme="dark"] .aurora::after { opacity: .42; }
.aurora i { position: absolute; z-index: 1; display: block; border-radius: 50%; filter: blur(4px); animation: breathe 12s ease-in-out infinite alternate; }
.aurora__yellow { width: 580px; height: 580px; top: -390px; left: 4%; background: radial-gradient(circle, rgba(255,176,0,.23), transparent 69%); }
.aurora__orange { width: 600px; height: 600px; top: 8%; right: -440px; background: radial-gradient(circle, rgba(255,128,0,.17), transparent 70%); animation-delay: -4s !important; }
.aurora__pink { width: 650px; height: 650px; bottom: -500px; left: 28%; background: radial-gradient(circle, rgba(255,111,174,.15), transparent 70%); animation-delay: -7s !important; }
.aurora__violet { width: 600px; height: 600px; bottom: -470px; right: -260px; background: radial-gradient(circle, rgba(142,124,255,.15), transparent 70%); animation-delay: -10s !important; }
.aurora > span { position: absolute; z-index: 1; inset: 0; opacity: .022; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

/* The new theme is the veil: the old page remains intact outside the circle. */
::view-transition-group(root) { animation: none; }
::view-transition-old(root) { animation: none; mix-blend-mode: normal; }
::view-transition-new(root) {
  z-index: 1;
  mix-blend-mode: normal;
  animation: reveal-theme 1.65s cubic-bezier(.2,.76,.2,1) both;
}

/* Keep Travelist's exact sun/moon motion above the root snapshots. */
::view-transition-group(theme-astro) { z-index: 100; animation-duration: .9s; }
::view-transition-old(theme-astro),
::view-transition-new(theme-astro) { opacity: 0; animation: none; }
::view-transition-image-pair(theme-astro) {
  isolation: auto;
  overflow: hidden;
  border-radius: 50%;
  background: linear-gradient(139.4deg, var(--astro-color-start), var(--astro-color-end));
  filter: drop-shadow(0 5px 6px rgba(255,179,0,.22));
  -webkit-mask: radial-gradient(circle 13px at var(--astro-cut-x) var(--astro-cut-y), transparent 0 12.5px, #000 13px);
  mask: radial-gradient(circle 13px at var(--astro-cut-x) var(--astro-cut-y), transparent 0 12.5px, #000 13px);
}
:root[data-theme="dark"]::view-transition-image-pair(theme-astro) {
  animation: astro-to-dark .9s var(--travelist-spring) both;
}
:root[data-theme="light"]::view-transition-image-pair(theme-astro) {
  animation: astro-to-light .9s var(--travelist-spring) both;
}

/* A snapshot must contain a fully resolved theme, never an intermediate CSS fade. */
.theme-transition-capture *,
.theme-transition-capture *::before,
.theme-transition-capture *::after { transition: none !important; }

.glass {
  background: color-mix(in srgb, var(--surface) 92%, transparent);
  border: 1px solid transparent;
  background-clip: padding-box;
  box-shadow: 0 0 0 7px var(--liner-fill), 0 0 0 8px var(--liner-edge), inset 0 1px 0 var(--line-bright), inset 0 -1px 0 color-mix(in srgb, var(--line) 65%, transparent), var(--shadow-soft);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
}

.border-surface {
  border: 1px solid transparent;
  background: linear-gradient(color-mix(in srgb, var(--surface) 94%, transparent), color-mix(in srgb, var(--surface) 94%, transparent)) padding-box,
    linear-gradient(135deg, var(--line-bright), transparent 30%, color-mix(in srgb, var(--line-bright) 42%, var(--line)) 70%, var(--line)) border-box;
  box-shadow: 0 0 0 7px var(--liner-fill), 0 0 0 8px var(--liner-edge), var(--shadow);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
}

.site-header { position: relative; z-index: 30; padding-top: 12px; }
.header-bar { height: var(--header-height); display: flex; align-items: center; gap: 14px; padding: 7px 9px 7px 16px; border-radius: 23px; }
.header-bar.glass,
.account-strip__inner.glass {
  border-color: var(--line);
  box-shadow: inset 0 1px 0 var(--line-bright), inset 0 -1px 0 color-mix(in srgb, var(--line) 65%, transparent), var(--shadow-soft);
}
.brand { display: inline-flex; min-width: 0; flex-shrink: 0; align-items: center; }
.brand__name { display: inline-block; padding: .1em .14em .13em 0; font-size: 17px; font-weight: 850; line-height: 1.2; letter-spacing: -.045em; white-space: nowrap; }
.brand__name b { color: var(--text); }
.brand__name strong { display: inline-block; margin-right: -.1em; padding-right: .1em; color: transparent; background: linear-gradient(90deg, var(--yellow), var(--orange) 31%, var(--red) 50%, var(--pink) 72%, var(--violet)); background-clip: text; -webkit-background-clip: text; }
.header-actions { position: relative; display: flex; align-items: center; gap: 6px; margin-left: auto; }
.language-picker { position: relative; }
.language-trigger, .appearance-button { height: 43px; border: 1px solid var(--line); border-radius: 16px; cursor: pointer; background: var(--surface-solid); box-shadow: inset 0 1px 0 var(--line-bright), 0 7px 18px rgba(62,43,48,.05); }
.language-trigger { display: flex; min-width: 70px; align-items: center; justify-content: center; gap: 6px; padding: 0 9px; }
.language-trigger__flag { font-size: 18px; line-height: 1; filter: saturate(.92); }
.language-trigger__code { min-width: 17px; font-size: 9px; font-weight: 850; letter-spacing: .04em; }
.language-trigger svg { width: 12px; height: 12px; fill: none; stroke: currentColor; stroke-width: 1.8; transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.language-picker.is-open .language-trigger svg { transform: rotate(180deg); }
.language-menu { --language-offset: 0px; position: absolute; z-index: 60; top: calc(100% + 9px); right: 0; width: 218px; padding: 7px; border-radius: 21px; visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-7px) scale(.96); transform-origin: top right; transition: visibility 0s linear .35s, opacity .22s ease, transform .35s cubic-bezier(.2,.8,.2,1.08); }
.language-menu.glass { border-color: var(--line); background: var(--surface-solid); background-clip: border-box; box-shadow: 0 18px 42px rgba(45,32,38,.16), inset 0 1px 0 var(--line-bright); backdrop-filter: none; -webkit-backdrop-filter: none; }
.language-picker.is-open .language-menu { visibility: visible; opacity: 1; pointer-events: auto; transform: none; transition-delay: 0s; }
.language-menu__selection { position: absolute; z-index: 0; top: 7px; right: 7px; left: 7px; height: 38px; border: 1px solid var(--line); border-radius: 14px; pointer-events: none; background: color-mix(in srgb, var(--surface-solid) 94%, transparent); box-shadow: 0 5px 14px rgba(51,36,42,.1), inset 0 1px 0 var(--line-bright); transform: translate3d(0, var(--language-offset), 0); transition: transform .55s var(--segmented-spring), background-color .35s ease, border-color .35s ease; will-change: transform; }
.language-menu button { position: relative; z-index: 1; display: grid; width: 100%; height: 38px; grid-template-columns: 27px 1fr auto; align-items: center; gap: 8px; padding: 9px 10px; border-radius: 14px; color: var(--text-soft); cursor: pointer; text-align: left; background: transparent; transition: color .18s ease, background-color .18s ease, transform .18s ease; }
.language-menu button:hover:not([aria-selected="true"]) { color: var(--text); background: color-mix(in srgb, var(--text) 6%, transparent); }
.language-menu button[aria-selected="true"] { color: var(--text); background: transparent; }
.language-menu button:active { transform: scale(.98); }
.language-menu button > span { font-size: 20px; line-height: 1; }
.language-menu b { font-size: 11px; }
.language-menu small { color: var(--text-faint); font-size: 8px; font-weight: 800; }
.appearance-button { display: grid; width: 43px; overflow: hidden; padding: 0; place-items: center; }
.appearance-astro {
  display: block;
  width: 26px;
  height: 26px;
  overflow: visible;
  filter: drop-shadow(0 5px 6px rgba(255,179,0,.22));
  transition: filter .9s var(--travelist-spring);
  view-transition-name: theme-astro;
}
.appearance-astro mask { mask-type: luminance; }
.appearance-astro__start { stop-color: #ffc43b; transition: stop-color .9s var(--travelist-spring); }
.appearance-astro__end { stop-color: #ffad00; transition: stop-color .9s var(--travelist-spring); }
.appearance-astro__cut { transform: translate3d(30px, -30px, 0); transform-box: fill-box; transform-origin: center; transition: transform .9s var(--travelist-spring); will-change: transform; }
.appearance-astro[data-astro-theme="dark"],
[data-theme="dark"] .appearance-astro:not([data-astro-theme]) { filter: none; }
.appearance-astro[data-astro-theme="dark"] .appearance-astro__start,
[data-theme="dark"] .appearance-astro:not([data-astro-theme]) .appearance-astro__start { stop-color: #baa5dc; }
.appearance-astro[data-astro-theme="dark"] .appearance-astro__end,
[data-theme="dark"] .appearance-astro:not([data-astro-theme]) .appearance-astro__end { stop-color: #9d84cf; }
.appearance-astro[data-astro-theme="dark"] .appearance-astro__cut,
[data-theme="dark"] .appearance-astro:not([data-astro-theme]) .appearance-astro__cut { transform: translate3d(8px, -7px, 0); }

main, .site-footer { position: relative; z-index: 2; }
.app-home { padding-top: 34px; }
.home-top { margin-bottom: 25px; }
.home-intro { width: min(860px, 100%); margin-inline: auto; padding: 2px 4px; text-align: center; }
.home-intro .eyebrow { justify-content: center; }
.home-intro h1 { margin-inline: auto; }
.home-intro__wave { margin-left: 2px; font-size: 19px; line-height: 1; transform: rotate(-7deg); transform-origin: center; }
.eyebrow { display: flex; align-items: center; gap: 8px; margin: 0; color: var(--text-soft); font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow > span:first-child { width: 7px; height: 7px; border-radius: 50%; background: linear-gradient(135deg, var(--yellow), var(--pink)); box-shadow: 0 0 0 4px rgba(255,128,0,.09); }
h1 { max-width: 830px; margin: 11px 0 0; padding: 0 .08em .1em 0; overflow: visible; font-size: clamp(38px, 4vw, 59px); line-height: 1.04; letter-spacing: -.055em; text-wrap: balance; }
h1 em, h2 em { padding-inline: .035em .1em; margin-inline: -.035em -.1em; color: transparent; font-style: normal; background: linear-gradient(96deg, var(--orange), var(--red) 45%, var(--pink) 72%, var(--violet)); background-clip: text; -webkit-background-clip: text; -webkit-box-decoration-break: clone; box-decoration-break: clone; }
.home-intro > p:last-child { max-width: 550px; margin: 14px auto 0; color: var(--text-soft); font-size: 13px; line-height: 1.5; }

.app-showcase { overflow: visible; transform: scale(var(--scroll-scale, 1)); transition: transform .16s linear; }
.app-showcase:focus-visible { outline: 3px solid color-mix(in srgb, var(--orange) 55%, transparent); outline-offset: 4px; }
.showcase-tabs { display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.app-toggle { position: relative; display: grid; grid-template-columns: repeat(2, 157px); padding: 3px; border-radius: 20px; background: var(--surface-muted); box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--line) 72%, transparent); }
.app-toggle__pill { position: absolute; z-index: 0; top: 3px; bottom: 3px; left: 3px; width: calc((100% - 6px) / 2); border: 1px solid var(--line); border-radius: 17px; background: color-mix(in srgb, var(--surface-solid) 94%, transparent); box-shadow: 0 5px 14px rgba(51,36,42,.1), inset 0 1px 0 var(--line-bright); transform: translate3d(0, 0, 0); transition: transform .55s var(--segmented-spring), background-color .35s ease, border-color .35s ease; will-change: transform; }
.app-toggle[data-active="1"] .app-toggle__pill { transform: translate3d(100%, 0, 0); }
.app-tab { position: relative; z-index: 1; display: flex; width: 157px; min-width: 0; height: 47px; align-items: center; gap: 9px; padding: 6px 11px; border-radius: 17px; color: var(--text-soft); cursor: pointer; text-align: left; background: transparent; transform: scale(.97); transition: color .3s ease, transform .48s var(--segmented-spring); }
.app-tab:hover { color: var(--text); }
.app-tab.is-active { color: var(--text); transform: scale(1); }
.app-tab img, .app-tab__future { width: 34px; height: 34px; flex: 0 0 auto; border-radius: 10px; }
.app-tab__future, .future-mark { display: grid; grid-template-columns: repeat(2, 5px); grid-template-rows: repeat(2, 5px); align-content: center; justify-content: center; gap: 3px; color: var(--text-faint); background: var(--surface-muted); }
.app-tab__future i, .future-mark i { display: block; border-radius: 2px; background: currentColor; }
.app-tab > span:last-child { display: flex; min-width: 0; flex-direction: column; gap: 1px; }
.app-tab b { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.app-tab small { color: var(--text-faint); font-size: 7px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.carousel-viewport { overflow: visible; margin-inline: -2px; }
.carousel-track { display: flex; width: 100%; align-items: stretch; gap: 20px; padding: 12px 46px 42px; cursor: grab; touch-action: pan-y pinch-zoom; transition: transform .72s cubic-bezier(.2,.78,.2,1); user-select: none; -webkit-user-select: none; will-change: transform; }
.carousel-track.is-dragging { cursor: grabbing; transition: none; }
.app-slide { --card-scale: .94; --card-opacity: .62; --card-y: 9px; flex: 0 0 calc(100% - 92px); min-width: 0; min-height: 530px; overflow: hidden; border-radius: 34px; opacity: var(--card-opacity); transform: translateY(var(--card-y)) scale(var(--card-scale)); transform-origin: center; transition: opacity .16s linear, transform .16s linear, box-shadow .45s ease; will-change: transform, opacity; }
.app-slide.is-active { box-shadow: 0 0 0 7px var(--liner-fill), 0 0 0 8px var(--liner-edge), 0 18px 44px rgba(62,43,48,.16); }
.app-slide--travelist { display: grid; grid-template-columns: minmax(330px, .71fr) 1.29fr; }

.app-summary { position: relative; z-index: 1; overflow: hidden; display: flex; flex-direction: column; justify-content: center; min-height: 530px; padding: 38px; color: white; background: #181515; }
.app-summary::after { content: ""; position: absolute; z-index: -1; inset: 0; }
.app-summary__ambient { position: absolute; z-index: -2; inset: 0; opacity: .48; }
.app-summary__ambient img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; opacity: 1; filter: saturate(.9); transform: translateZ(0); transition: opacity .45s cubic-bezier(.2,.75,.2,1); will-change: opacity; }
.app-summary__ambient .app-summary__night { opacity: 0; }
[data-theme="dark"] .app-summary__ambient .app-summary__day { opacity: 0; }
[data-theme="dark"] .app-summary__ambient .app-summary__night { opacity: 1; }
.app-identity { display: flex; align-items: center; gap: 14px; }
.app-identity > img { width: 58px; height: 58px; border-radius: 17px; box-shadow: 0 12px 26px rgba(0,0,0,.25); }
.app-identity > div { display: flex; flex-direction: column; gap: 2px; }
.app-identity span { color: rgba(255,255,255,.54); font-size: 7px; font-weight: 780; letter-spacing: .09em; }
.app-identity h2 { margin: 0; font-size: 25px; letter-spacing: -.045em; }
.app-tagline { margin: 22px 0 0; font-size: clamp(31px, 3vw, 43px); font-weight: 820; line-height: .96; letter-spacing: -.065em; }
.app-tagline em { color: var(--yellow); font-style: normal; }
.app-description { max-width: 390px; margin: 17px 0 0; color: rgba(255,255,255,.68); font-size: 11px; line-height: 1.55; }
.feature-row { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 18px; }
.feature-row span { padding: 6px 8px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: rgba(255,255,255,.72); background: rgba(255,255,255,.06); font-size: 7px; font-weight: 700; }
.app-store-button { display: inline-flex; width: max-content; align-items: center; gap: 9px; margin-top: 20px; padding: 9px 13px; border-radius: 13px; color: #151216; background: white; transition: transform .2s ease; }
.app-store-button:hover { transform: translateY(-2px); }
.app-store-button svg { width: 19px; height: 19px; fill: currentColor; }
.app-store-button > span { display: flex; flex-direction: column; line-height: 1; }
.app-store-button small { font-size: 6px; }
.app-store-button b { margin-top: 2px; font-size: 12px; }
.apple-only { margin-top: 9px; color: rgba(255,255,255,.42); font-size: 7px; }

.screenshots-panel { --screenshots-bg: rgba(255,255,255,.64); min-width: 0; padding: 28px 0 20px; background: var(--screenshots-bg); backdrop-filter: blur(20px) saturate(112%); -webkit-backdrop-filter: blur(20px) saturate(112%); }
[data-theme="dark"] .screenshots-panel { --screenshots-bg: rgba(23,20,24,.7); }
.screenshots-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; padding: 0 27px 17px; }
.screenshots-heading > div { display: flex; flex-direction: column; gap: 3px; }
.screenshots-heading > div span { color: var(--orange); font-size: 7px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.screenshots-heading strong { font-size: 17px; letter-spacing: -.035em; }
.screenshots-heading > span { padding: 5px 7px; border: 1px solid var(--line); border-radius: 999px; color: var(--text-faint); font-size: 6px; font-weight: 750; text-transform: uppercase; }
.screenshots-marquee { position: relative; min-width: 0; }
.screenshots-track { display: flex; gap: 14px; overflow-x: auto; overscroll-behavior-inline: contain; padding: 3px 0 0; cursor: grab; touch-action: pan-y pinch-zoom; user-select: none; -webkit-user-select: none; scrollbar-width: none; background: transparent; }
.screenshots-track::-webkit-scrollbar { display: none; }
.screenshots-track.is-dragging { cursor: grabbing; }
.travelist-screen { position: relative; max-width: 198px; max-height: 430px; flex: 0 0 clamp(184px, 28%, 198px); overflow: hidden; aspect-ratio: 1206 / 2622; border: 1px solid color-mix(in srgb, var(--line) 68%, transparent); border-radius: 31px; background: var(--surface-solid); }
.travelist-screen img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; transition: opacity .45s cubic-bezier(.2,.75,.2,1); }
.travelist-screen__dark { opacity: 0; }
[data-theme="dark"] .travelist-screen__light { opacity: 0; }
[data-theme="dark"] .travelist-screen__dark { opacity: 1; }

.app-slide--future { display: grid; grid-template-columns: .8fr 1.2fr; place-items: center; padding: 42px 7vw; background: linear-gradient(135deg, color-mix(in srgb, var(--surface-solid) 95%, var(--pink)), color-mix(in srgb, var(--surface-solid) 95%, var(--violet))); }
.future-copy { max-width: 430px; }
.future-mark { width: 50px; height: 50px; grid-template-columns: repeat(2, 7px); grid-template-rows: repeat(2, 7px); border: 1px solid var(--line); border-radius: 17px; gap: 4px; }
.future-copy .eyebrow { margin-top: 18px; }
.future-copy h2 { margin: 10px 0 0; padding-bottom: .08em; font-size: clamp(37px, 4vw, 56px); line-height: 1.03; letter-spacing: -.055em; }
.future-copy > p:not(.eyebrow) { margin: 17px 0 0; color: var(--text-soft); font-size: 12px; line-height: 1.6; }
.future-status { display: inline-flex; margin-top: 19px; padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--text-soft); font-size: 7px; font-weight: 790; text-transform: uppercase; }
.future-template { position: relative; width: min(470px, 100%); height: 360px; }
.future-template__app { position: absolute; z-index: 3; top: 42px; left: 50%; display: grid; width: 120px; height: 120px; border: 1px solid var(--line-bright); border-radius: 35px; color: var(--text-faint); background: var(--surface); box-shadow: var(--shadow); transform: translateX(-50%) rotate(-5deg); place-items: center; backdrop-filter: blur(20px); }
.future-template__app span { font-size: 41px; font-weight: 800; }
.future-template__screens { position: absolute; inset: 115px 0 0; display: flex; justify-content: center; gap: 13px; }
.future-template__screens i { display: block; width: 112px; height: 210px; border: 1px solid var(--line); border-radius: 27px; background: linear-gradient(160deg, var(--surface), var(--surface-muted)); box-shadow: var(--shadow-soft); }
.future-template__screens i:first-child { transform: rotate(-8deg) translateY(13px); }.future-template__screens i:last-child { transform: rotate(8deg) translateY(13px); }
.account-strip { padding: 26px 0 36px; }
.account-strip__inner { display: grid; grid-template-columns: 1fr 1px 1fr; align-items: center; gap: 28px; padding: 21px 24px; border-radius: 27px; }
.account-strip__inner > div { display: flex; align-items: center; gap: 12px; }
.account-strip__inner > i { width: 1px; height: 36px; background: var(--line); }
.account-icon { display: grid; width: 36px; height: 36px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 13px; color: var(--orange); background: var(--surface-muted); font-size: 17px; place-items: center; }
.account-strip p { display: flex; min-width: 0; flex-direction: column; gap: 3px; margin: 0; }
.account-strip strong { font-size: 10px; }
.account-strip small { color: var(--text-soft); font-size: 8px; line-height: 1.4; }

.site-footer { border-top: 1px solid var(--line); }
.footer-inner { min-height: 82px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.footer-inner > p { margin: 0; color: var(--text-faint); font-size: 9px; }
.footer-inner > div { display: flex; align-items: center; gap: 19px; color: var(--text-faint); font-size: 8px; }
.footer-contact { position: relative; }
.footer-contact__trigger { padding: 5px 0; color: var(--text-faint); cursor: pointer; background: transparent; transition: color .2s ease; }
.footer-contact__trigger:hover,
.footer-contact__trigger:focus-visible,
.footer-contact.is-open .footer-contact__trigger { color: var(--text); }
.contact-tooltip { position: absolute; z-index: 80; bottom: calc(100% + 13px); left: 50%; display: flex; min-height: 43px; align-items: center; gap: 11px; padding: 7px 8px 7px 13px; border: 1px solid var(--line); border-radius: 16px; visibility: hidden; opacity: 0; color: var(--text); cursor: pointer; white-space: nowrap; background: color-mix(in srgb, var(--surface-solid) 94%, transparent); box-shadow: 0 16px 36px rgba(45,32,38,.18), inset 0 1px 0 var(--line-bright); transform: translate3d(-50%, 8px, 0) scale(.94); transform-origin: bottom center; transition: visibility 0s linear .25s, opacity .18s ease, transform .32s var(--segmented-spring); backdrop-filter: blur(22px) saturate(150%); -webkit-backdrop-filter: blur(22px) saturate(150%); }
.contact-tooltip::after { content: ""; position: absolute; bottom: -5px; left: 50%; width: 9px; height: 9px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--surface-solid) 94%, transparent); transform: translateX(-50%) rotate(45deg); }
.footer-contact.is-open .contact-tooltip { visibility: visible; opacity: 1; transform: translate3d(-50%, 0, 0) scale(1); transition-delay: 0s; }
.contact-tooltip__icon { position: relative; display: grid; width: 29px; height: 29px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface-muted); place-items: center; }
.contact-tooltip__icon img { width: 15px; height: 15px; object-fit: contain; opacity: .72; transition: opacity .2s ease, transform .32s var(--segmented-spring); }
[data-theme="dark"] .contact-tooltip__icon img { filter: invert(1); }
.contact-tooltip__icon i { position: absolute; color: var(--green); font-size: 15px; font-style: normal; font-weight: 850; opacity: 0; transform: scale(.55); transition: opacity .2s ease, transform .32s var(--segmented-spring); }
.footer-contact.is-copied .contact-tooltip__icon img { opacity: 0; transform: scale(.55); }
.footer-contact.is-copied .contact-tooltip__icon i { opacity: 1; transform: scale(1); }

/* Support */
.support-body { min-height: 100svh; display: flex; flex-direction: column; }
.support-main { display: grid; min-height: calc(100svh - var(--header-height) - 106px); flex: 1; padding: clamp(58px, 10vh, 116px) 0; place-items: center; }
.support-hero { display: flex; max-width: 880px; flex-direction: column; align-items: center; text-align: center; }
.support-eyebrow { justify-content: center; }
.support-hero h1 { margin: 14px auto 0; }
.support-lead { max-width: 560px; margin: 15px auto 0; color: var(--text-soft); font-size: 13px; line-height: 1.55; text-wrap: balance; }
.support-contact { display: flex; flex-direction: column; align-items: center; gap: 10px; margin-top: 34px; }
.support-email { display: flex; max-width: calc(100vw - 44px); min-height: 68px; align-items: center; gap: 15px; padding: 11px 12px 11px 24px; border: 1px solid var(--line); border-radius: 23px; color: var(--text); cursor: pointer; background: color-mix(in srgb, var(--surface-solid) 94%, transparent); box-shadow: 0 18px 48px rgba(45,32,38,.12), inset 0 1px 0 var(--line-bright); font-size: clamp(18px, 2.4vw, 27px); font-weight: 750; letter-spacing: -.035em; transition: border-color .25s ease, box-shadow .35s ease, transform .35s var(--segmented-spring); backdrop-filter: blur(22px) saturate(150%); -webkit-backdrop-filter: blur(22px) saturate(150%); }
.support-email:hover { border-color: color-mix(in srgb, var(--orange) 32%, var(--line)); box-shadow: 0 21px 54px rgba(45,32,38,.16), 0 0 0 5px color-mix(in srgb, var(--orange) 7%, transparent), inset 0 1px 0 var(--line-bright); transform: translateY(-2px); }
.support-email:active { transform: translateY(0) scale(.985); }
.support-email:focus-visible { outline: 3px solid color-mix(in srgb, var(--orange) 48%, transparent); outline-offset: 4px; }
.support-email .contact-tooltip__icon { width: 43px; height: 43px; flex: 0 0 auto; border-radius: 14px; }
.support-email .contact-tooltip__icon img { width: 18px; height: 18px; }
.support-email .contact-tooltip__icon i { font-size: 19px; }
.support-contact.is-copied .support-email { border-color: color-mix(in srgb, var(--green) 34%, var(--line)); box-shadow: 0 18px 48px rgba(45,32,38,.1), 0 0 0 5px color-mix(in srgb, var(--green) 8%, transparent), inset 0 1px 0 var(--line-bright); }
.support-contact.is-copied .contact-tooltip__icon img { opacity: 0; transform: scale(.55); }
.support-contact.is-copied .contact-tooltip__icon i { opacity: 1; transform: scale(1); }
.support-copy-hint { color: var(--text-faint); font-size: 9px; font-weight: 700; letter-spacing: .02em; transition: color .2s ease; }
.support-contact.is-copied .support-copy-hint { color: var(--green); }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(15px) scale(.99); transition: opacity .6s ease, transform .6s cubic-bezier(.2,.75,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }

@keyframes breathe { from { transform: translate3d(-2%, -1%, 0) scale(.98); } to { transform: translate3d(3%, 2%, 0) scale(1.05); } }

@keyframes reveal-theme {
  from { clip-path: circle(0 at var(--theme-origin-x) var(--theme-origin-y)); }
  to { clip-path: circle(150% at var(--theme-origin-x) var(--theme-origin-y)); }
}

@keyframes astro-to-dark {
  from {
    --astro-cut-x: 165.3846%;
    --astro-cut-y: -65.3846%;
    --astro-color-start: #ffc43b;
    --astro-color-end: #ffad00;
    filter: drop-shadow(0 5px 6px rgba(255,179,0,.22));
  }
  to {
    --astro-cut-x: 80.7692%;
    --astro-cut-y: 23.0769%;
    --astro-color-start: #baa5dc;
    --astro-color-end: #9d84cf;
    filter: none;
  }
}

@keyframes astro-to-light {
  from {
    --astro-cut-x: 80.7692%;
    --astro-cut-y: 23.0769%;
    --astro-color-start: #baa5dc;
    --astro-color-end: #9d84cf;
    filter: none;
  }
  to {
    --astro-cut-x: 165.3846%;
    --astro-cut-y: -65.3846%;
    --astro-color-start: #ffc43b;
    --astro-color-end: #ffad00;
    filter: drop-shadow(0 5px 6px rgba(255,179,0,.22));
  }
}

@media (max-width: 1050px) {
  .app-slide--travelist { grid-template-columns: 330px minmax(0, 1fr); }
  .app-summary { padding: 31px; }
  .travelist-screen { flex-basis: 190px; }
  .account-strip__inner { gap: 14px; padding-inline: 17px; }
}

@media (max-width: 820px) {
  :root { --shell: min(720px, calc(100vw - 28px)); }
  .home-intro { text-align: center; }
  .home-intro .eyebrow { justify-content: center; }
  .home-intro > p:last-child { margin-inline: auto; }
  .carousel-track { gap: 16px; padding-inline: 32px; }
  .app-slide { flex-basis: calc(100% - 64px); border-radius: 31px; }
  .app-slide--travelist { grid-template-columns: 1fr; }
  .app-summary { min-height: 440px; text-align: center; align-items: center; }
  .app-description { margin-inline: auto; }
  .feature-row { justify-content: center; }
  .screenshots-panel { padding-block: 25px 20px; }
  .travelist-screen { flex-basis: 198px; }
  .app-slide--future { min-height: 760px; grid-template-columns: 1fr; padding: 50px 35px; text-align: center; }
  .future-copy .eyebrow { justify-content: center; }
  .future-mark { margin-inline: auto; }
  .account-strip__inner { grid-template-columns: 1fr; gap: 12px; }
  .account-strip__inner > i { width: 100%; height: 1px; }
  .footer-inner { grid-template-columns: 1fr auto; }
  .footer-inner > p { display: none; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100vw - 22px); --header-height: 55px; }
  .site-header { padding-top: 8px; }
  .header-bar { padding-left: 12px; border-radius: 20px; }
  .brand__name { font-size: 15px; }
  .language-trigger { min-width: 62px; height: 39px; padding-inline: 7px; }
  .language-trigger__flag { font-size: 17px; }
  .appearance-button { width: 39px; height: 39px; border-radius: 14px; }
  .appearance-astro { width: 26px; height: 26px; }
  .app-home { padding-top: 27px; }
  h1 { margin-top: 12px; font-size: clamp(35px, 11vw, 49px); line-height: 1.06; }
  .home-intro > p:last-child { max-width: 340px; font-size: 12px; }
  .carousel-track { gap: 14px; padding: 8px 24px 32px; }
  .app-slide { flex-basis: calc(100% - 48px); border-radius: 27px; }
  .app-toggle { grid-template-columns: repeat(2, 48px); }
  .app-tab { width: 48px; height: 40px; padding: 4px 6px; justify-content: center; }
  .app-tab > span:last-child { display: none; }
  .app-tab img, .app-tab__future { width: 32px; height: 32px; }
  .app-summary { min-height: 475px; padding: 31px 22px; }
  .app-tagline { font-size: 36px; }
  .app-description { max-width: 310px; font-size: 10px; }
  .screenshots-panel { padding: 22px 0 16px; }
  .screenshots-heading { align-items: center; padding-inline: 16px; }
  .screenshots-heading strong { font-size: 14px; }
  .screenshots-track { gap: 10px; }
  .travelist-screen { flex-basis: 190px; }
  .app-slide--future { min-height: 690px; padding: 40px 22px; }
  .future-copy h2 { font-size: 40px; }
  .future-template { height: 320px; transform: scale(.86); }
  .account-strip { padding: 18px 0 28px; }
  .account-strip__inner { padding: 17px; border-radius: 24px; }
  .footer-inner { min-height: 110px; grid-template-columns: 1fr; justify-items: center; gap: 13px; padding-block: 20px; }
  .footer-inner > div { flex-direction: column; gap: 7px; }
  .support-main { min-height: calc(100svh - var(--header-height) - 138px); padding-block: 48px; }
  .support-hero h1 { font-size: clamp(39px, 13vw, 54px); }
  .support-lead { max-width: 310px; font-size: 12px; }
  .support-contact { width: 100%; margin-top: 28px; }
  .support-email { width: 100%; min-height: 62px; justify-content: space-between; gap: 10px; padding: 9px 9px 9px 16px; border-radius: 20px; font-size: clamp(16px, 5.1vw, 20px); }
  .support-email .contact-tooltip__icon { width: 42px; height: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
  .app-showcase { --scroll-scale: 1 !important; }
}
