/* ═══════════════════════════════════════════════════════════
   Paris Gateway v2 · styles.css
   Base: Montsouris 14th arr. · Dark navy / gold palette
   ═══════════════════════════════════════════════════════════ */

/* ── RESET ─────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', system-ui, sans-serif;
  background: #f0ede8;
  color: #1e293b;
  min-height: 100vh;
}
button { font-family: inherit; cursor: pointer; border: none; outline: none; }
a { text-decoration: none; }

/* ── CSS VARIABLES ─────────────────────────────────────────── */
:root {
  --gold: #c9a84c;
  --gold-light: #e8c97a;
  --navy: #0f1b2d;
  --navy-mid: #1a2d47;
  --surface: #f0ede8;
  --white: #ffffff;
  --text-primary: #1e293b;
  --text-muted: #64748b;
  --text-dim: #94a3b8;
  --border: #e2e8f0;
  --border-light: #f1f5f9;

  /* intensity bars */
  --easy: #34d399;
  --moderate: #fbbf24;
  --high: #fb923c;
  --birthday: #f472b6;
}

/* ── HERO ──────────────────────────────────────────────────── */
.hero {
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-mid) 100%);
  padding: 32px 20px 20px;
  text-align: center;
}
.hero-eyebrow {
  font-size: 10px; font-weight: 700; letter-spacing: .28em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 8px;
}
.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(26px, 6vw, 42px);
  font-weight: 700; color: #fff; line-height: 1.1; margin-bottom: 8px;
}
.hero-title em { font-style: italic; color: var(--gold-light); }
.hero-sub { font-size: 13px; color: var(--text-dim); margin-bottom: 18px; }
.trip-progress {
  display: inline-flex; align-items: center; gap: 12px;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1);
  border-radius: 100px; padding: 8px 20px;
}
.trip-bar-track {
  width: 120px; height: 4px;
  background: rgba(255,255,255,.1); border-radius: 4px; overflow: hidden;
}
.trip-bar-fill {
  height: 100%; background: var(--gold);
  border-radius: 4px; transition: width .5s ease;
}
.trip-label { font-size: 12px; color: var(--text-dim); white-space: nowrap; }
.trip-label strong { color: var(--gold-light); }

/* ── TAB BAR ───────────────────────────────────────────────── */
.tab-bar {
  position: sticky; top: 0; z-index: 40;
  background: rgba(15,27,45,.98);
  backdrop-filter: blur(12px);
  border-bottom: 2px solid rgba(255,255,255,.06);
  box-shadow: 0 4px 28px rgba(0,0,0,.35);
}
.tab-bar-inner {
  max-width: 900px; margin: 0 auto; padding: 6px 8px;
  display: flex; justify-content: center; gap: 3px;
  overflow-x: auto; scrollbar-width: none;
}
.tab-bar-inner::-webkit-scrollbar { display: none; }
.tab-btn {
  display: flex; flex-direction: column; align-items: center; gap: 1px;
  padding: 8px 10px 7px; border-radius: 12px;
  background: transparent; color: #475569;
  min-width: 72px; transition: all .2s ease; border: none; position: relative;
}
.tab-btn:hover { background: rgba(255,255,255,.06); color: var(--text-dim); }
.tab-btn.active { background: rgba(255,255,255,.09); color: #fff; }
.tab-btn .tab-day-name {
  font-size: 9px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: inherit; transition: color .2s;
}
.tab-btn.active .tab-day-name { color: var(--gold); }
.tab-btn .tab-day-num {
  font-family: 'Playfair Display', serif;
  font-size: 24px; font-weight: 700; line-height: 1;
  color: inherit; transition: all .2s;
}
.tab-btn.active .tab-day-num { color: #fff; font-size: 26px; }
.tab-btn .tab-month {
  font-size: 8px; font-weight: 600; letter-spacing: .08em;
  color: #334155; text-transform: uppercase; transition: color .2s;
}
.tab-btn.active .tab-month { color: var(--text-dim); }
.tab-btn .tab-mini-bar {
  width: 28px; height: 2px;
  background: rgba(255,255,255,.08); border-radius: 2px;
  overflow: hidden; margin-top: 4px;
}
.tab-btn .tab-mini-fill { height: 100%; border-radius: 2px; transition: width .4s ease; }
.tab-btn .tab-underline {
  width: 24px; height: 3px; border-radius: 3px; margin-top: 3px; display: none;
}
.tab-btn.active .tab-underline { display: block; }
.tab-btn::before {
  content: ''; position: absolute; left: 0; top: 20%; bottom: 20%;
  width: 2px; border-radius: 2px; background: transparent; transition: background .2s;
}
.tab-btn.active::before { background: var(--gold); }

/* ── JETLAG SUB-BAR ────────────────────────────────────────── */
.jl-sub-bar {
  display: none; position: sticky; top: 62px; z-index: 39;
  background: rgba(15,27,45,.95); backdrop-filter: blur(12px);
  border-bottom: 2px solid rgba(124,58,237,.25);
  box-shadow: 0 4px 20px rgba(0,0,0,.28);
}
.jl-sub-bar.visible { display: block; }
.jl-sub-bar-inner {
  max-width: 900px; margin: 0 auto; padding: 4px 8px;
  display: flex; justify-content: center; gap: 3px;
  overflow-x: auto; scrollbar-width: none;
}
.jl-sub-bar-inner::-webkit-scrollbar { display: none; }
.jl-day-tab {
  flex-shrink: 0; display: flex; flex-direction: column; align-items: center; gap: 1px;
  padding: 7px 10px 6px; border-radius: 12px;
  background: transparent; color: #475569;
  min-width: 68px; transition: all .2s ease;
  border: none; cursor: pointer; font-family: inherit; position: relative;
}
.jl-day-tab:hover { background: rgba(255,255,255,.06); color: var(--text-dim); }
.jl-day-tab.active { background: rgba(124,58,237,.15); color: #fff; }
.jl-day-tab .jl-tab-label {
  font-size: 9px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: inherit; transition: color .2s;
}
.jl-day-tab.active .jl-tab-label { color: var(--gold); }
.jl-day-tab .jl-tab-num {
  font-family: 'Playfair Display', serif;
  font-size: 22px; font-weight: 700; line-height: 1; color: inherit; transition: all .2s;
}
.jl-day-tab.active .jl-tab-num { color: #fff; font-size: 24px; }
.jl-day-tab .jl-tab-sub {
  font-size: 8px; font-weight: 600; letter-spacing: .06em;
  color: #334155; text-transform: uppercase; transition: color .2s;
}
.jl-day-tab.active .jl-tab-sub { color: #a78bfa; }
.jl-day-tab .jl-tab-underline {
  width: 20px; height: 2.5px; border-radius: 3px;
  background: #7c3aed; margin-top: 3px; display: none;
}
.jl-day-tab.active .jl-tab-underline { display: block; }
.jl-day-tab::before {
  content: ''; position: absolute; left: 0; top: 20%; bottom: 20%;
  width: 2px; border-radius: 2px; background: transparent; transition: background .2s;
}
.jl-day-tab.active::before { background: #7c3aed; }

/* ── PANELS ────────────────────────────────────────────────── */
.special-panel {
  display: none; max-width: 760px; margin: 0 auto;
  padding: 24px 16px 120px; animation: fadeUp .3s ease both;
}
.special-panel.active { display: block; }
.day-panel {
  display: none; max-width: 760px; margin: 0 auto;
  padding: 20px 16px 120px; animation: fadeUp .3s ease both;
}
.day-panel.active { display: block; }
.jl-panel { display: none; }
.jl-panel.active { display: block; animation: fadeUp .25s ease both; }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── DAY HERO CARD ─────────────────────────────────────────── */
.day-hero {
  background: var(--navy); border-radius: 20px; overflow: hidden;
  margin-bottom: 20px; box-shadow: 0 8px 32px rgba(0,0,0,.18);
}
.day-hero-bar { height: 4px; }
.day-hero-body { padding: 20px 22px; }
.day-hero-top { display: flex; align-items: flex-start; gap: 16px; }
.day-badge-large {
  flex-shrink: 0; width: 54px; height: 54px; border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif; font-weight: 700; font-size: 24px; color: var(--navy);
}
.day-title-block { flex: 1; min-width: 0; }
.day-eyebrow {
  font-size: 10px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .2em; color: var(--gold); margin-bottom: 4px;
}
.day-name {
  font-family: 'Playfair Display', serif;
  font-size: 20px; font-weight: 700; color: #fff; line-height: 1.2;
}
.day-intensity-badge {
  display: inline-block; margin-top: 8px; font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .06em;
  padding: 4px 12px; border-radius: 100px; border: 1px solid;
}
.day-progress-wrap {
  flex-shrink: 0; display: flex; flex-direction: column; align-items: center; gap: 2px;
}
.progress-pct { font-size: 9px; font-weight: 800; }
.progress-count { font-size: 9px; color: var(--text-dim); text-transform: uppercase; letter-spacing: .05em; }
.day-flownote {
  font-size: 13px; color: var(--text-dim); margin-top: 14px;
  padding-left: 12px; border-left: 2px solid rgba(201,168,76,.4);
  font-style: italic; line-height: 1.55;
}

/* ── SECTION NAV ───────────────────────────────────────────── */
.section-nav {
  display: flex; gap: 5px; background: #e8e4de;
  padding: 5px; border-radius: 14px; margin-bottom: 20px;
  overflow-x: auto; scrollbar-width: none;
}
.section-nav::-webkit-scrollbar { display: none; }
.section-btn {
  flex: 1 0 auto; font-size: 11px; font-weight: 600;
  padding: 8px 10px; border-radius: 10px;
  background: transparent; color: var(--text-dim);
  white-space: nowrap; transition: all .15s; border: none;
}
.section-btn:hover { color: #475569; }
.section-btn.active {
  background: var(--white); color: var(--text-primary);
  box-shadow: 0 1px 4px rgba(0,0,0,.08);
}
.section-panel { display: none; }
.section-panel.active { display: block; }

/* ── CHECKLIST ─────────────────────────────────────────────── */
.checklist-header {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 10px;
}
.checklist-label {
  font-size: 10px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .15em; color: var(--text-dim);
}
.reset-btn {
  font-size: 12px; color: #ef4444; font-weight: 600;
  background: none; border: none; cursor: pointer; padding: 2px 8px; display: none;
}
.checklist-items { display: flex; flex-direction: column; gap: 10px; }
.stop-card {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 14px 16px; border-radius: 14px;
  border: 1px solid var(--border); background: var(--white);
  cursor: pointer; transition: all .2s ease;
  box-shadow: 0 1px 6px rgba(0,0,0,.04); user-select: none;
}
.stop-card.checked { background: #f0fdf4; border-color: #d1fae5; box-shadow: none; }
.stop-checkbox {
  flex-shrink: 0; width: 20px; height: 20px; border-radius: 6px;
  border: 2px solid #cbd5e1; display: flex; align-items: center;
  justify-content: center; transition: all .2s; margin-top: 1px;
}
.stop-card.checked .stop-checkbox { background: #10b981; border-color: #10b981; }
.stop-body { flex: 1; min-width: 0; }
.stop-time {
  font-size: 10px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .08em; color: var(--text-dim); margin-bottom: 2px;
}
.stop-name { font-weight: 600; font-size: 14px; color: var(--text-primary); transition: all .2s; }
.stop-card.checked .stop-name { text-decoration: line-through; color: var(--text-dim); }
.stop-detail { font-size: 12px; color: var(--text-muted); margin-top: 4px; line-height: 1.5; }
.stop-card.checked .stop-detail,
.stop-card.checked .stop-tags { display: none; }
.stop-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.tag {
  font-size: 10px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .06em; padding: 2px 8px; border-radius: 100px; border: 1px solid;
}
.tag-iconic  { background: #fef3e2; color: #a0520d; border-color: #fde68a; }
.tag-kids    { background: #d1fae5; color: #065f46; border-color: #a7f3d0; }
.tag-food    { background: #ffe4e6; color: #9f1239; border-color: #fecdd3; }
.tag-free    { background: #dbeafe; color: #1e3a8a; border-color: #bfdbfe; }
.tag-book    { background: #ede9fe; color: #4c1d95; border-color: #ddd6fe; }
.tag-warn    { background: #fee2e2; color: #991b1b; border-color: #fca5a5; }
.tag-special { background: #fdf4ff; color: #86198f; border-color: #f5d0fe; }
.tag-local   { background: #ecfdf5; color: #065f46; border-color: #a7f3d0; }
.tag-pro     { background: #e0f2fe; color: #0369a1; border-color: #bae6fd; }
.day-complete {
  text-align: center; padding: 16px;
  background: #f0fdf4; border: 1px solid #d1fae5;
  border-radius: 14px; color: #059669; font-weight: 600;
  font-size: 14px; margin-top: 8px; display: none;
}

/* ── MAP SECTION ───────────────────────────────────────────── */
.map-section { display: flex; flex-direction: column; gap: 16px; }
.map-section-header { display: flex; justify-content: space-between; align-items: center; }
.map-section-label {
  font-size: 10px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .15em; color: var(--text-dim);
}
.map-open-btn {
  display: flex; align-items: center; gap: 10px; width: 100%;
  padding: 14px 20px; background: var(--navy); color: #fff;
  font-size: 14px; font-weight: 600; border-radius: 14px; border: none;
  cursor: pointer; transition: background .15s; justify-content: center; text-decoration: none;
}
.map-open-btn:hover { background: var(--navy-mid); }
.map-open-btn svg { flex-shrink: 0; }
.map-pin-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
@media (min-width: 500px) { .map-pin-grid { grid-template-columns: repeat(3, 1fr); } }
.map-pin-card {
  display: flex; align-items: center; gap: 8px;
  background: var(--white); border: 1px solid var(--border);
  border-radius: 12px; padding: 10px 12px;
  text-decoration: none; transition: all .15s; cursor: pointer;
}
.map-pin-card:hover { border-color: var(--gold); background: #fef9ed; }
.pin-num {
  flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%;
  background: var(--gold); color: var(--navy); font-size: 10px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}
.pin-label {
  font-size: 11px; color: #475569; font-weight: 500; line-height: 1.3;
  min-width: 0; overflow: hidden;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}

/* ── ARRONDISSEMENTS ───────────────────────────────────────── */
.arr-wrap { overflow-x: auto; border-radius: 12px; border: 1px solid var(--border); }
.arr-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.arr-table th {
  text-align: left; padding: 10px 14px;
  font-size: 10px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .12em; color: var(--text-dim);
  background: #f8fafc; border-bottom: 1px solid var(--border);
}
.arr-table td {
  padding: 9px 14px; border-bottom: 1px solid var(--border-light);
  color: #334155; vertical-align: top;
}
.arr-table tr:last-child td { border-bottom: none; }
.arr-pill {
  display: inline-block; font-size: 11px; font-weight: 700;
  padding: 2px 10px; border-radius: 100px;
  background: #f3e8ff; color: #6b21a8;
}
.arr-note { font-size: 12px; color: var(--text-dim); }
.arr-footnote {
  font-size: 11px; color: var(--text-dim); font-style: italic;
  padding-left: 4px; margin-top: 10px;
}
.grade-card {
  display: flex; align-items: center; gap: 16px;
  background: var(--white); border-radius: 14px; padding: 16px 20px;
  border: 1px solid var(--border); box-shadow: 0 1px 6px rgba(0,0,0,.04);
  margin-bottom: 14px;
}
.grade-letter { font-family: 'Playfair Display', serif; font-size: 40px; font-weight: 700; line-height: 1; }
.grade-green { color: #059669; }
.grade-amber { color: #d97706; }
.grade-red   { color: #dc2626; }
.grade-meta-label { font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--text-dim); }
.grade-meta-val { font-size: 14px; font-weight: 600; }
.assessment-body {
  background: var(--white); border-radius: 14px; padding: 16px 20px;
  border: 1px solid var(--border); font-size: 13px; color: #475569; line-height: 1.65;
}
.geo-divider { height: 1px; background: var(--border-light); margin: 20px 0; }
.section-label {
  font-size: 10px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .15em; color: var(--text-dim); margin-bottom: 14px; display: block;
}

/* ── ROUTE ─────────────────────────────────────────────────── */
.route-mode {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 9px; font-weight: 800; text-transform: uppercase;
  letter-spacing: .08em; padding: 2px 7px; border-radius: 100px;
  white-space: nowrap; flex-shrink: 0; margin-top: 1px;
}
.mode-walk  { background: #dcfce7; color: #15803d; }
.mode-metro { background: #dbeafe; color: #1d4ed8; }
.mode-bus   { background: #fef9c3; color: #a16207; }
.mode-taxi  { background: #fef3c7; color: #b45309; }
.mode-rer   { background: #ede9fe; color: #6d28d9; }
.mode-train { background: #fce7f3; color: #9d174d; }
.mode-boat  { background: #cffafe; color: #0e7490; }
.mode-dest  { background: #f1f5f9; color: #475569; }
.mode-sleep { background: #fdf4ff; color: #7e22ce; }
.route-legend {
  display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px;
  padding: 10px 12px; background: #f8fafc;
  border-radius: 10px; border: 1px solid var(--border-light);
}
.route-legend-item { display: inline-flex; align-items: center; gap: 4px; font-size: 10px; color: var(--text-muted); }
.route-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.route-item { display: flex; align-items: flex-start; gap: 10px; padding: 10px 12px; border-radius: 12px; }
.route-item.standard  { background: #f8fafc; border: 1px solid var(--border-light); }
.route-item.highlight { background: #f0fdf4; border: 1px solid #d1fae5; }
.route-item.new-item  { background: #fffbeb; border: 1px solid #fde68a; }
.route-item-right { display: flex; flex-direction: column; gap: 4px; flex: 1; min-width: 0; }
.route-item-top { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.route-num {
  flex-shrink: 0; width: 20px; height: 20px; border-radius: 50%;
  font-size: 10px; font-weight: 800; color: #fff;
  display: flex; align-items: center; justify-content: center; margin-top: 2px;
}
.route-text { font-size: 13px; line-height: 1.4; flex: 1; }

/* ── SPECIAL PANELS HERO ───────────────────────────────────── */
.special-hero {
  background: var(--navy); border-radius: 20px; overflow: hidden;
  margin-bottom: 24px; box-shadow: 0 8px 32px rgba(0,0,0,.18);
}
.special-hero-bar { height: 4px; background: linear-gradient(to right, var(--gold), var(--gold-light)); }
.special-hero-body { padding: 20px 24px; }
.special-hero-top { display: flex; align-items: center; gap: 16px; }
.special-icon-badge {
  flex-shrink: 0; width: 54px; height: 54px; border-radius: 16px;
  background: rgba(201,168,76,.15); border: 1px solid rgba(201,168,76,.3);
  display: flex; align-items: center; justify-content: center; font-size: 24px;
}
.special-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px; font-weight: 700; color: #fff; line-height: 1.2;
}
.special-subtitle { font-size: 12px; color: var(--text-muted); margin-top: 4px; }

/* ── BOOKING CHECKLIST ─────────────────────────────────────── */
.book-progress-wrap { margin-bottom: 18px; }
.book-bar-track {
  height: 6px; background: #1e3352; border-radius: 6px;
  overflow: hidden; margin-bottom: 6px;
}
.book-bar-fill {
  height: 100%; background: linear-gradient(to right, var(--gold), var(--gold-light));
  border-radius: 6px; transition: width .4s ease; width: 0%;
}
.book-bar-label { font-size: 11px; color: var(--text-muted); text-align: right; }
.book-items { display: flex; flex-direction: column; gap: 8px; }
.book-item {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 14px 16px; border-radius: 14px;
  border: 1px solid var(--border); background: var(--white);
  cursor: pointer; transition: all .2s ease;
  box-shadow: 0 1px 4px rgba(0,0,0,.04); user-select: none;
}
.book-item.checked { background: #f0fdf4; border-color: #d1fae5; box-shadow: none; }
.book-checkbox {
  flex-shrink: 0; width: 20px; height: 20px; border-radius: 6px;
  border: 2px solid #cbd5e1; display: flex; align-items: center;
  justify-content: center; transition: all .2s; margin-top: 1px;
}
.book-item.checked .book-checkbox { background: #10b981; border-color: #10b981; }
.book-body { flex: 1; min-width: 0; }
.book-name {
  font-weight: 600; font-size: 14px; color: var(--text-primary);
  transition: all .2s; line-height: 1.35;
}
.book-item.checked .book-name { text-decoration: line-through; color: var(--text-dim); }
.book-sub { font-size: 11px; color: var(--text-dim); margin-top: 3px; line-height: 1.4; }
.book-item.checked .book-sub { display: none; }

/* ── TIPS GRID ─────────────────────────────────────────────── */
.tips-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px; }
.tip-card {
  background: var(--white); border-radius: 16px; padding: 16px 18px;
  box-shadow: 0 2px 12px rgba(15,27,45,.06); border-top: 3px solid var(--gold);
}
.tip-card.blue-top   { border-top-color: #5b9bd5; }
.tip-card.red-top    { border-top-color: #c0392b; }
.tip-card.green-top  { border-top-color: #2e7d32; }
.tip-card.gold-top   { border-top-color: var(--gold); }
.tip-card.purple-top { border-top-color: #7c3aed; }
.tip-card.amber-top  { border-top-color: #f59e0b; }
.tip-card h4 {
  font-size: 11px; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; color: var(--navy); margin-bottom: 8px;
}
.tip-card p, .tip-card li { font-size: 12px; color: var(--text-muted); line-height: 1.6; }
.tip-card ul { padding-left: 14px; display: flex; flex-direction: column; gap: 4px; }

/* ── JETLAG TIMELINE ───────────────────────────────────────── */
.jl-section-label {
  font-size: 10px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .15em; color: var(--text-dim);
  margin-bottom: 12px; display: block;
}
.jl-timeline { display: flex; flex-direction: column; gap: 0; }
.jl-event { display: flex; gap: 0; }
.jl-time-col { width: 72px; flex-shrink: 0; padding-top: 16px; }
.jl-time-txt {
  font-size: 10px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .05em; color: var(--text-dim);
  text-align: right; padding-right: 12px; line-height: 1.3;
}
.jl-spine { width: 24px; flex-shrink: 0; display: flex; flex-direction: column; align-items: center; }
.jl-dot { width: 10px; height: 10px; border-radius: 50%; margin-top: 19px; flex-shrink: 0; z-index: 1; }
.jl-line { width: 1.5px; flex: 1; min-height: 8px; opacity: .35; }
.jl-content { flex: 1; padding: 10px 0 16px 10px; }
.jl-ev-title { font-weight: 600; font-size: 14px; color: var(--text-primary); line-height: 1.4; }
.jl-ev-note { font-size: 12px; color: var(--text-muted); margin-top: 4px; line-height: 1.55; }
.jl-paris-time { font-size: 10px; color: var(--text-dim); margin-top: 3px; font-style: italic; }
.jl-badge {
  display: inline-flex; align-items: center;
  font-size: 10px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .06em; padding: 2px 9px; border-radius: 100px;
  border: 1px solid; margin-top: 6px;
}
.jl-badge-pool   { background: #d1fae5; color: #065f46; border-color: #a7f3d0; }
.jl-badge-sleep  { background: #ede9fe; color: #4c1d95; border-color: #ddd6fe; }
.jl-badge-meal   { background: #fef3e2; color: #a0520d; border-color: #fde68a; }
.jl-badge-alert  { background: #fee2e2; color: #991b1b; border-color: #fca5a5; }
.jl-badge-flight { background: #dbeafe; color: #1e3a8a; border-color: #bfdbfe; }
.jl-badge-paris  { background: #fdf4ff; color: #86198f; border-color: #f5d0fe; }

.jl-dot-pool    { background: #10b981; }
.jl-dot-sleep   { background: #7c3aed; }
.jl-dot-meal    { background: #d97706; }
.jl-dot-alert   { background: #ef4444; }
.jl-dot-flight  { background: #2563eb; }
.jl-dot-paris   { background: #db2777; }
.jl-dot-default { background: var(--text-dim); }

.jl-line-pool    { background: #10b981; }
.jl-line-sleep   { background: #7c3aed; }
.jl-line-meal    { background: #d97706; }
.jl-line-alert   { background: #ef4444; }
.jl-line-flight  { background: #2563eb; }
.jl-line-paris   { background: #db2777; }
.jl-line-default { background: var(--text-dim); }

.jl-insight {
  margin-top: 18px; padding: 14px 16px;
  background: #f8fafc; border-left: 3px solid var(--gold);
  border-radius: 0 12px 12px 0;
}
.jl-insight.purple { border-left-color: #7c3aed; }
.jl-insight.blue   { border-left-color: #2563eb; }
.jl-insight.green  { border-left-color: #10b981; }
.jl-insight-label {
  font-size: 9px; font-weight: 800; text-transform: uppercase;
  letter-spacing: .12em; color: var(--text-dim); margin-bottom: 4px;
}
.jl-insight-text { font-size: 12px; color: #475569; line-height: 1.65; }

/* ── FOOTER BAR ────────────────────────────────────────────── */
.footer-bar {
  background: var(--navy);
  border-top: 1px solid rgba(255,255,255,.08);
  position: sticky; bottom: 0; z-index: 40;
}
.footer-hotel {
  text-align: center; padding: 8px 16px 6px;
  font-size: 9px; color: #334155;
  text-transform: uppercase; letter-spacing: .15em;
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.footer-btns { display: flex; align-items: stretch; max-width: 760px; margin: 0 auto; }
.footer-btn {
  flex: 1; display: flex; align-items: center; gap: 12px;
  padding: 14px 18px; background: transparent; border: none;
  cursor: pointer; text-align: left; transition: background .15s; color: var(--text-dim);
}
.footer-btn:hover { background: rgba(255,255,255,.04); color: var(--gold); }
.footer-btn.active { background: rgba(201,168,76,.08); color: var(--gold); }
.footer-btn-icon { font-size: 22px; flex-shrink: 0; line-height: 1; }
.footer-btn-text { flex: 1; display: flex; flex-direction: column; gap: 1px; }
.footer-btn-label { font-size: 13px; font-weight: 600; color: inherit; line-height: 1.2; }
.footer-btn.active .footer-btn-label { color: var(--gold-light); }
.footer-btn-sub { font-size: 10px; color: #475569; letter-spacing: .02em; }
.footer-btn-arrow {
  font-size: 20px; color: #334155; flex-shrink: 0;
  font-weight: 300; line-height: 1; transition: color .15s;
}
.footer-btn:hover .footer-btn-arrow,
.footer-btn.active .footer-btn-arrow { color: var(--gold); }
.footer-btn-divider {
  width: 1px; background: rgba(255,255,255,.06); margin: 8px 0; flex-shrink: 0;
}

/* ── RESERVATIONS PANEL ────────────────────────────────────── */
.res-section-title {
  font-size: 10px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .15em; color: var(--text-dim); margin-bottom: 12px; display: block;
}
.res-card {
  background: var(--white); border-radius: 14px; padding: 16px 18px;
  border: 1px solid var(--border); box-shadow: 0 1px 6px rgba(0,0,0,.04);
  margin-bottom: 10px;
}
.res-card.urgent { border-left: 4px solid #ef4444; }
.res-name { font-weight: 600; font-size: 14px; color: var(--text-primary); margin-bottom: 4px; }
.res-day { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--gold); margin-bottom: 6px; }
.res-note { font-size: 12px; color: var(--text-muted); line-height: 1.5; margin-bottom: 10px; }
.res-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 600; color: #2563eb;
  padding: 6px 12px; border-radius: 8px; background: #eff6ff;
  border: 1px solid #bfdbfe; transition: all .15s;
}
.res-link:hover { background: #dbeafe; }
.app-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 8px; margin-top: 4px; }
.app-card {
  background: var(--white); border-radius: 12px; padding: 12px 14px;
  border: 1px solid var(--border); display: flex; gap: 10px; align-items: flex-start;
}
.app-icon { font-size: 20px; flex-shrink: 0; }
.app-name { font-weight: 600; font-size: 12px; color: var(--text-primary); }
.app-purpose { font-size: 11px; color: var(--text-muted); margin-top: 2px; line-height: 1.4; }

/* ── PROGRESS LOADING ──────────────────────────────────────── */
#loading-overlay {
  position: fixed; inset: 0; background: var(--navy);
  display: flex; align-items: center; justify-content: center;
  z-index: 999; transition: opacity .4s ease;
}
#loading-overlay.hidden { opacity: 0; pointer-events: none; }
.loading-inner { text-align: center; }
.loading-inner h2 {
  font-family: 'Playfair Display', serif; color: #fff;
  font-size: 28px; margin-bottom: 8px;
}
.loading-inner p { font-size: 13px; color: var(--text-dim); }

/* ── MISC ──────────────────────────────────────────────────── */
.divider { height: 1px; background: var(--border-light); margin: 20px 0; }
