:root { color-scheme: light; --ink: #172026; --muted: #66747c; --line: #dfe5e5; --paper: #f5f7f4; --card: #fff; --accent: #16745b; }
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 15px/1.45 ui-sans-serif, system-ui, -apple-system, sans-serif; }
main { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 48px 0 72px; }
header { display: flex; justify-content: space-between; gap: 32px; align-items: end; margin-bottom: 30px; }
.eyebrow { color: var(--accent); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
h1 { font: 700 clamp(38px, 6vw, 68px)/.98 Georgia, serif; letter-spacing: -.045em; margin: 8px 0 12px; }
.subtitle, .updated span, small { color: var(--muted); }
.subtitle { margin: 0; font-size: 17px; }
.updated { text-align: right; white-space: nowrap; }
.updated span, .updated strong { display: block; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; margin-bottom: 18px; }
.metrics article { background: var(--card); padding: 20px 22px; }
.metrics span { color: var(--muted); display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.metrics strong { display: block; font: 700 30px/1.2 Georgia, serif; margin-top: 5px; }
.tabs { display: flex; gap: 6px; margin: 0 0 18px; overflow-x: auto; }
.tabs a { border-radius: 9px; color: var(--muted); font-weight: 700; padding: 9px 13px; text-decoration: none; white-space: nowrap; }
.tabs a:hover { background: #e7eeea; color: var(--ink); }
.tabs a.active { background: var(--ink); color: white; }
.filters { display: grid; grid-template-columns: repeat(4, minmax(140px, 1fr)) auto auto; gap: 12px; align-items: end; background: #e7eeea; border-radius: 14px; padding: 16px; margin-bottom: 28px; }
label { color: var(--muted); font-size: 12px; font-weight: 700; }
input, select, button { width: 100%; border: 1px solid #cbd5d1; background: white; border-radius: 8px; color: var(--ink); font: inherit; padding: 10px 12px; margin-top: 5px; }
button { background: var(--accent); border-color: var(--accent); color: white; cursor: pointer; font-weight: 700; width: auto; }
.reset { color: var(--muted); padding: 11px 6px; }
.section-title { display: flex; justify-content: space-between; align-items: baseline; }
.section-title h2 { font: 700 25px Georgia, serif; margin: 0 0 12px; }
.section-title span { color: var(--muted); }
.section-copy { color: var(--muted); margin: -6px 0 14px; }
.table-wrap { overflow-x: auto; background: var(--card); border: 1px solid var(--line); border-radius: 14px; }
table { border-collapse: collapse; width: 100%; }
th { color: var(--muted); font-size: 11px; letter-spacing: .06em; text-align: left; text-transform: uppercase; }
th, td { border-bottom: 1px solid var(--line); padding: 14px 16px; white-space: nowrap; }
tbody tr:last-child td { border-bottom: 0; }
td small { display: block; }
.price { background: var(--card); color: var(--accent); font-size: 17px; font-weight: 800; left: 0; position: sticky; z-index: 1; }
.rank { color: var(--muted); font-weight: 700; text-align: center; width: 42px; }
.trips-table th:first-child { background: var(--card); left: 0; position: sticky; z-index: 2; }
.destinations-table .price { position: static; }
.book { background: #edf6f2; border-radius: 7px; color: var(--accent); font-weight: 700; padding: 7px 10px; text-decoration: none; }
.empty { color: var(--muted); padding: 42px; text-align: center; }
.runs { margin-top: 22px; color: var(--muted); }
.runs summary { cursor: pointer; font-weight: 700; }
.runs p { border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; margin: 0; padding: 9px 2px; }
.status { color: var(--accent); text-transform: capitalize; }
.status.failed, .status.partial { color: #a64b35; }
@media (max-width: 760px) { main { padding-top: 28px; } header { align-items: start; flex-direction: column; } .updated { text-align: left; } .metrics { grid-template-columns: 1fr; } .filters { grid-template-columns: 1fr; } button { width: 100%; } }
