:root {
  font-family: "Manrope", sans-serif;
  font-synthesis: none;
  -webkit-text-size-adjust: 100%;
  color-scheme: dark;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
body[data-page="flights"] {
  --sans: "Manrope", sans-serif;
  --mono: "IBM Plex Mono", monospace;
  --paper: #171426;
  --ink: #f5f3ff;
  --muted: #b1aac8;
  --accent: #c1a6ff;
  --line: #ffffff16;
  --wash: #ffffff08;
  --flight-map-route: #c19aff;
  --flight-map-selected: #fff3b2;
  --flight-map-airport-stroke: #f3eaff;
  margin: 0;
  background: #100e1a;
  color: var(--ink);
  font: 14px/1.5 var(--sans);
  -webkit-font-smoothing: antialiased;
}
body[data-view="flights"] {
  --paper: #f5f6fa;
  --ink: #232335;
  --muted: #626377;
  --accent: #6243b4;
  --line: #dfdfeb;
  --wash: #eeedf5;
  background: #eceef4;
  color-scheme: light;
}
h1,h2,h3,h4,p { margin: 0; }
a { color: var(--accent); text-underline-offset: 4px; }
a:hover { text-decoration-color: currentColor; }
button,input,select { font: inherit; }
button,a,summary { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button,select,summary { cursor: pointer; }
button { color: inherit; }
button:disabled { opacity: .4; cursor: default; }
button,input,select,summary { min-height: 44px; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.icon { width: 20px; height: 20px; flex: 0 0 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.flight-page { width: min(100%, 1440px); min-height: 100vh; margin: auto; padding: 0 20px; background: var(--paper); }
.flight-page * { min-width: 0; }
.flight-skip { position: absolute; top: 8px; left: 8px; z-index: 2000; padding: 12px; background: white; color: #432570; transform: translateY(-180%); }
.flight-skip:focus { transform: none; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.flight-header { display: grid; grid-template-columns: 65px minmax(0,1fr) 36px; align-items: center; gap: 12px; padding: 24px 0; }
.back-link { display: inline-flex; align-items: center; gap: 4px; min-height: 44px; font-size: 13px; font-weight: 600; text-decoration: none; }
.flight-brand { display: flex; align-items: center; gap: 12px; }
.brand-icon { display: none; width: 48px; height: 48px; padding: 11px; color: #eee3ff; background: #8059ce; border-radius: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.brand-eyebrow { font-size: 9px; font-weight: 600; letter-spacing: .13em; color: var(--muted); }
.flight-header h1 { font-size: 20px; font-weight: 700; line-height: 1.25; letter-spacing: -.035em; }
.owner-monogram { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; font-size: 11px; color: var(--muted); background: var(--wash); }
.view-navigation { padding: 0 0 20px; }
.view-tabs { display: flex; width: 100%; padding: 4px; border-radius: 12px; background: var(--wash); border: 1px solid var(--line); }
.view-tabs button { display: flex; align-items: center; justify-content: center; gap: 8px; flex: 1; padding: 10px 18px; background: transparent; color: var(--muted); border: 0; border-radius: 9px; font-weight: 600; }
.view-tabs button[aria-selected="true"] { background: #7951c9; color: #fff; box-shadow: 0 3px 10px #0002; }
body[data-view="flights"] .view-tabs button[aria-selected="true"] { color: #503491; background: white; }
.filter-drawer { border: 1px solid var(--line); border-radius: 14px; margin-bottom: 20px; background: var(--wash); }
.filter-drawer > summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 16px; list-style: none; }
.filter-drawer > summary::-webkit-details-marker { display: none; }
.filter-drawer > summary > span:first-child { display: flex; align-items: center; gap: 10px; white-space: nowrap; font-size: 13px; font-weight: 600; }
.filter-drawer > summary::after { content: "+"; color: var(--muted); }
.filter-drawer[open] > summary::after { content: "−"; }
#filter-description { display: none; }
.filter-panel { padding: 0 16px 16px; }
.section-topline,.history-topline { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.section-topline { padding-bottom: 10px; }
.section-topline h2 { font-size: 13px; font-weight: 600; }
.text-button { padding: 0 4px; border: 0; background: transparent; color: var(--accent); font-size: 12px; }
.flight-filters { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.search-field { grid-column: 1 / -1; }
.filter-field:last-child { grid-column: 1 / -1; }
.filter-field label,.sort-field label { display: block; font-size: 11px; color: var(--muted); margin-bottom: 6px; }
.filter-field input,.filter-field select,.sort-field select { width: 100%; min-height: 44px; padding: 10px 12px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 8px; font-size: 12px; }
input::placeholder { color: var(--muted); }
.year-overview { display: flex; gap: 4px; overflow-x: auto; overscroll-behavior-x: contain; padding: 0 0 16px; scrollbar-width: thin; scrollbar-color: #7e68a8 transparent; }
.year-button { flex-shrink: 0; border: 1px solid transparent; border-radius: 9px; background: transparent; padding: 9px 13px; color: var(--muted); font-size: 13px; font-weight: 600; font-variant-numeric: tabular-nums; }
.year-button:hover { background: var(--wash); }
.year-button[aria-pressed="true"] { color: white; background: #7951c9; border-color: #a988e9; }
.map-panel { overflow: hidden; border: 1px solid #65517d; border-radius: 18px; background: #211637; }
.map-heading { display: flex; justify-content: space-between; align-items: center; padding: 20px; color: #f6f0ff; }
.section-eyebrow { font-size: 10px; letter-spacing: .12em; font-weight: 600; color: #b9a2db; }
.map-heading h2 { margin-top: 5px; font-size: 20px; letter-spacing: -.025em; }
.map-heading > .icon { width: 30px; height: 30px; color: #a891c9; }
#flight-map { position: relative; }
.flight-map-canvas { height: 320px; width: 100%; background: #281c42; font-family: var(--sans); isolation: isolate; }
.flight-map-canvas .leaflet-tile-pane { filter: grayscale(1) invert(1) hue-rotate(190deg) brightness(.95) contrast(.8); opacity: .85; }
.flight-map-canvas .leaflet-control-attribution { padding: 2px 6px; max-width: 100%; background: #211637e8; color: #ccbedf; font: 10px/1.4 var(--sans); white-space: normal; }
.flight-map-canvas .leaflet-control-attribution a { color: #e1d6ee; }
.flight-map-route { stroke: var(--flight-map-route); cursor: grab; }
.flight-map-route.is-selected { stroke: var(--flight-map-selected); }
.flight-map-airport:focus-visible { outline: none; stroke: white; stroke-width: 4; }
.flight-map-canvas .flight-map-tooltip { padding: 8px 12px; border: 1px solid #9c82be; border-radius: 8px; background: #211637f5; color: #fff; box-shadow: 0 6px 20px #0003; font: 12px/1.5 var(--sans); }
.flight-map-canvas .flight-map-route-tooltip { width: max-content; max-width: 260px; white-space: normal; overflow-wrap: anywhere; }
.flight-map-controls { position: absolute; z-index: 500; bottom: 28px; right: 16px; }
.flight-map-caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.flight-map-buttons { display: flex; gap: 6px; }
.flight-map-buttons button { border: 1px solid #a08aba; border-radius: 9px; color: #f4ebff; background: #281d3eee; box-shadow: 0 3px 12px #0002; padding: 8px 12px; min-width: 44px; font-size: 13px; }
.flight-map-zoom { font-size: 20px !important; }
.map-hint { display: flex; align-items: center; gap: 8px; padding: 14px 18px; color: #c1b2d5; font-size: 10px; }
.map-status,.flight-map-status { padding: 18px; color: #d4c3ec; font-size: 12px; }
.passport-document { position: relative; margin-top: 20px; padding: 24px; overflow: hidden; border: 1px solid #9c79ca66; border-radius: 18px; background: radial-gradient(ellipse at 110% 0,#9b68d947,transparent 65%),repeating-radial-gradient(ellipse at 120% 0,transparent 0 20px,#ffffff04 21px 22px),linear-gradient(140deg,#513176,#302043); box-shadow: 0 16px 45px #0002; color: #f6eeff; }
.passport-document-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.passport-document h2 { font-size: 26px; font-weight: 600; letter-spacing: -.035em; margin-top: 4px; }
.passport-emblem { flex-shrink: 0; width: 48px; height: 48px; color: #d1b6f0; stroke: currentColor; stroke-width: 1.15; fill: none; }
.passport-primary { display: grid; grid-template-columns: .75fr 1.25fr; gap: 20px; padding: 25px 0; margin-top: 12px; border-bottom: 1px solid #d5bbef26; }
.passport-stat > span { display: flex; align-items: center; gap: 7px; color: #d0bbdf; font-size: 11px; font-weight: 500; }
.passport-stat > span .icon { width: 16px; height: 16px; flex-basis: 16px; }
.passport-stat > strong { display: block; margin-top: 10px; color: #fff5ff; font-size: clamp(29px,7.4vw,42px); font-weight: 600; line-height: 1.15; letter-spacing: -.045em; font-variant-numeric: tabular-nums lining-nums; white-space: nowrap; }
.passport-stat strong small { color: #d0bbdf; font-size: 12px; letter-spacing: 0; font-weight: 500; }
.passport-secondary { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 12px; padding: 22px 0; border-bottom: 1px solid #d5bbef26; }
.passport-secondary .passport-stat > strong { font-size: 26px; min-height: 31px; }
.passport-secondary .passport-stat > .unrecorded-time { font-size: 13px; line-height: 31px; letter-spacing: 0; font-weight: 500; }
.passport-owner { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-top: 20px; font-size: 10px; font-weight: 600; letter-spacing: .07em; color: #e4d3f2; }
.passport-owner span { color: #bda3d2; }
.passport-countries { display: flex; align-items: center; gap: 10px; margin-top: 20px; font-size: 12px; }
.passport-countries > .icon { color: #c9abdf; width: 26px; height: 26px; flex-basis: 26px; }
.passport-countries strong { font-size: 27px; font-weight: 600; }
.passport-countries small { display: block; color: #c4afd6; font-size: 10px; }
.passport-data-note { color: #bda7cf; font-size: 10px; margin-top: 18px; }
.passport-machine { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-top: 22px; color: #c2a8d6; font: 8px/1.5 var(--mono); }
.passport-barcode { flex: 0 0 74px; height: 23px; background: repeating-linear-gradient(90deg,#cbb1df 0 1px,transparent 1px 3px,#cbb1df 3px 5px,transparent 5px 7px,#cbb1df 7px 8px,transparent 8px 12px); opacity: .6; }
.all-time-summary { color: var(--muted); margin: 20px 0; font-size: 12px; }
.flight-insights { display: grid; gap: 20px; }
.insight-panel { padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--wash); }
.insight-heading { display: flex; align-items: center; gap: 10px; }
.insight-heading > .icon { color: var(--accent); }
.insight-heading h2 { font-size: 18px; font-weight: 600; letter-spacing: -.025em; }
.insight-note { margin-top: 7px; font-size: 11px; color: var(--muted); }
.breakdown-list,.flight-card-list { list-style: none; padding: 0; margin: 0; }
.breakdown-list { margin-top: 16px; display: grid; gap: 10px; }
.breakdown-button { display: grid; grid-template-columns: 1fr auto; gap: 2px 12px; width: 100%; border: 0; padding: 8px 0; background: transparent; text-align: left; }
.breakdown-top { display: flex; justify-content: space-between; align-items: baseline; grid-column: 1/-1; gap: 12px; }
.breakdown-code { font-size: 13px; font-weight: 700; }
.breakdown-count { font-family: var(--mono); font-size: 12px; color: var(--muted); }
.breakdown-name { font-size: 11px; color: var(--muted); grid-column: 1/-1; }
.breakdown-meter { appearance: none; width: 100%; height: 5px; margin-top: 6px; border: 0; border-radius: 4px; background: #ffffff12; grid-column: 1/-1; overflow: hidden; }
.breakdown-meter::-webkit-meter-bar { border: 0; background: #ffffff12; height: 5px; }
.breakdown-meter::-webkit-meter-optimum-value { background: #a885df; }
.breakdown-meter::-moz-meter-bar { background: #a885df; }
.flight-history { padding: 5px 0 24px; }
.history-topline { align-items: end; }
.flight-kicker { font-size: 11px; font-weight: 600; color: var(--muted); letter-spacing: .08em; }
.history-topline h2 { margin-top: 4px; font-size: 28px; letter-spacing: -.04em; }
.sort-field { width: 143px; flex-shrink: 0; }
.result-count { margin-top: 14px; color: var(--muted); font-size: 12px; }
.flight-year-heading { font-size: 15px; font-weight: 600; color: var(--muted); margin: 28px 0 12px; }
.flight-card-list { display: grid; gap: 14px; }
.flight-card { display: grid; grid-template-columns: 54px minmax(0,1fr); column-gap: 14px; padding: 18px 16px 0; border: 1px solid #dedee9; border-radius: 14px; background: white; box-shadow: 0 3px 9px #26223e04; }
.card-topline { display: contents; }
.flight-date { grid-column: 1; grid-row: 1 / 4; display: flex; flex-direction: column; align-items: center; padding-top: 3px; color: #393346; font-variant-numeric: tabular-nums; }
.flight-date-day { font-size: 28px; line-height: 1.1; font-weight: 600; letter-spacing: -.04em; }
.flight-date-month { font-size: 11px; font-weight: 600; margin-top: 4px; color: #726c7f; }
.flight-date-year { font-size: 10px; color: #726c7f; margin-top: 2px; }
.flight-number { grid-column: 2; grid-row: 1; font-family: var(--mono); font-size: 12px; font-weight: 500; color: #665b77; }
.flight-route { grid-column: 2; grid-row: 2; display: grid; grid-template-columns: 1fr 28px 1fr; gap: 6px; align-items: start; margin-top: 12px; }
.route-endpoint { display: grid; grid-template-rows: 30px minmax(30px,auto) 24px; }
.route-endpoint:last-child { text-align: right; }
.airport-code { font-size: 26px; font-weight: 700; letter-spacing: -.025em; line-height: 1.15; color: #292236; }
.airport-city { font-size: 10px; color: #756e80; line-height: 1.4; padding-top: 4px; overflow-wrap: anywhere; }
.local-time { font-size: 15px; font-weight: 600; font-variant-numeric: tabular-nums; color: #3a3149; letter-spacing: -.02em; white-space: nowrap; }
.local-time.is-missing { font-size: 10px; letter-spacing: 0; white-space: normal; }
.route-connector { display: flex; flex-direction: column; align-items: center; padding-top: 4px; color: #9983b2; }
.route-direction { width: 23px; height: 23px; }
.route-local-label { font-size: 8px; text-align: center; color: #887f93; line-height: 1.4; margin-top: 24px; }
.flight-meta { grid-column: 2; display: flex; align-items: center; flex-wrap: wrap; gap: 7px; margin: 14px 0; font-size: 10px; color: #6e657a; }
.airline-badge { display: inline-grid; place-items: center; min-width: 34px; height: 26px; border-radius: 6px; background: #eeebf5; color: #65527f; font: 500 10px var(--mono); }
.aircraft-name { color: #82788e; }
.flight-details { grid-column: 1/-1; border-top: 1px dashed #ded9e8; margin-top: 1px; }
.flight-details summary { font-size: 11px; color: #695779; padding: 13px 0; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding-top: 10px; margin: 0 0 20px; }
.detail-grid dt { font-size: 10px; color: #7f748c; margin-bottom: 5px; }
.detail-grid dd { margin: 0; font-size: 12px; color: #392e48; white-space: pre-wrap; overflow-wrap: anywhere; }
.detail-wide { grid-column: 1/-1; }
.view-route-button,.secondary-button { display: inline-flex; align-items: center; gap: 8px; border: 1px solid #dfd7ee; border-radius: 9px; background: #f1edf8; color: #654a8e; padding: 10px 15px; font-size: 12px; margin-bottom: 16px; }
.empty-state { padding: 40px 20px; margin-top: 24px; background: white; border: 1px solid var(--line); border-radius: 16px; text-align: center; }
.empty-state h3 { font-size: 20px; }
.empty-state p { color: var(--muted); margin: 10px 0 20px; font-size: 13px; }
.log-note { margin-top: 26px; border-top: 1px solid var(--line); color: var(--muted); }
.log-note summary { padding: 18px 0; font-size: 12px; }
.log-note p { font-size: 12px; max-width: 90ch; margin-bottom: 12px; line-height: 1.7; }
.log-note a { display: inline-flex; align-items: center; min-height: 44px; font-size: 12px; }
.flight-footer { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px 20px; padding: 18px 0 26px; font-size: 11px; color: var(--muted); }
.flight-footer a { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; }
.flight-footer .icon { width: 16px; height: 16px; flex-basis: 16px; }
.flight-notice { padding: 20px; border: 1px solid var(--line); border-radius: 12px; margin-bottom: 20px; }
.error-page { max-width: 560px; margin: 15vh auto; padding: 32px; }
.error-page h1 { margin: 12px 0; font-size: 36px; }
.error-page a { display: inline-flex; margin-top: 24px; }
@media (min-width: 700px) {
  .flight-page { padding: 0 32px; }
  .flight-header { grid-template-columns: 90px 1fr 44px; padding: 30px 0; }
  .flight-header h1 { font-size: 28px; }
  .flight-brand { justify-content: center; }
  .brand-icon { display: block; }
  .brand-eyebrow { font-size: 10px; }
  .view-tabs { width: 310px; }
  #filter-description { display: block; margin-left: auto; font-size: 11px; color: var(--muted); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  .flight-filters { grid-template-columns: 1.6fr .7fr 1fr 1fr; }
  .search-field,.filter-field:last-child { grid-column: auto; }
  .flight-insights,.flight-card-list { grid-template-columns: 1fr 1fr; }
  .flight-map-canvas { height: 420px; }
  .passport-primary { grid-template-columns: 1fr 1fr; }
  .passport-document { padding: 28px; }
  .passport-stat > strong { font-size: 42px; }
  .passport-secondary .passport-stat > strong { font-size: 30px; }
  .passport-secondary .passport-stat > .unrecorded-time { font-size: 14px; }
}
@media (min-width: 1100px) {
  .flight-page { position: relative; width: calc(100% - 64px); max-width: 1440px; padding: 0 36px; }
  .flight-header { grid-template-columns: 85px 1fr 44px; padding-block: 24px; }
  .flight-brand { justify-content: start; }
  .flight-header h1 { font-size: 30px; }
  .view-navigation { position: absolute; top: 25px; right: 100px; padding: 0; }
  .filter-drawer { margin-bottom: 22px; }
  .filter-panel { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 0 20px 20px; }
  .filter-drawer > summary { padding: 14px 20px; }
  .section-topline { grid-column: 2; grid-row: 1; align-self: end; padding: 0; }
  .section-topline h2 { display: none; }
  .flight-filters { grid-column: 1; grid-row: 1; }
  .filter-field input,.filter-field select { font-size: 13px; }
  #passport-panel { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(390px,1fr); gap: 24px; align-items: start; }
  .year-overview { grid-column: 1/-1; padding-bottom: 0; }
  .map-panel { grid-column: 1; }
  .map-heading { padding: 22px 24px; }
  .map-heading h2 { font-size: 23px; }
  .flight-map-canvas { height: 436px; }
  .map-hint { font-size: 11px; padding: 16px 24px; }
  .passport-document { grid-column: 2; align-self: stretch; margin-top: 0; padding: 26px; }
  .passport-document h2 { font-size: 28px; }
  .passport-primary { grid-template-columns: .7fr 1.3fr; gap: 16px; padding: 28px 0; }
  .passport-stat > strong { font-size: clamp(30px,2.9vw,44px); }
  .passport-secondary .passport-stat > strong { font-size: 28px; }
  .passport-secondary .passport-stat > .unrecorded-time { font-size: 13px; }
  .passport-machine { margin-top: 30px; }
  .all-time-summary { grid-column: 1/-1; margin: -5px 0 0; }
  .flight-insights { grid-column: 1/-1; width: 100%; gap: 24px; }
  .breakdown-list { grid-template-columns: 1fr 1fr; column-gap: 26px; }
  .insight-panel { padding: 24px; }
  .flight-card-list { grid-template-columns: 1fr; gap: 9px; }
  .flight-card { display: grid; grid-template-columns: 140px minmax(0,1.3fr) minmax(0,1fr) 115px; gap: 20px; align-items: center; padding: 18px 22px; }
  .card-topline { display: grid; grid-column: 1; grid-template-columns: 48px 1fr; column-gap: 16px; align-items: center; }
  .flight-date { padding: 0; grid-row: 1; }
  .flight-date-year { display: none; }
  .flight-number { font-size: 13px; }
  .flight-route { grid-column: 2; grid-row: 1; margin: 0; padding: 0; grid-template-columns: 1fr 50px 1fr; gap: 12px; }
  .route-endpoint { grid-template-columns: auto auto; grid-template-rows: 28px auto; align-items: baseline; column-gap: 12px; }
  .airport-code { font-size: 23px; }
  .airport-city { grid-column: 1/-1; grid-row: 2; padding-top: 2px; font-size: 10px; }
  .local-time { grid-column: 2; grid-row: 1; font-size: 14px; }
  .route-endpoint:last-child { text-align: left; }
  .route-connector { padding-top: 2px; }
  .route-local-label { margin-top: 5px; }
  .flight-meta { grid-column: 3; margin: 0; gap: 7px; font-size: 11px; }
  .airline-name { flex-basis: calc(100% - 44px); }
  .aircraft-name { margin-left: 41px; }
  .flight-details { grid-column: 4; border: 0; margin: 0; }
  .flight-details summary { color: #684d91; white-space: nowrap; }
  .flight-card:has(.flight-details[open]) .flight-details { grid-column: 1/-1; border-top: 1px dashed #ded9e8; padding-top: 8px; }
  .flight-card:has(.flight-details[open]) .detail-grid { grid-template-columns: repeat(4,1fr); }
}
@media (max-width: 380px) {
  .flight-page { padding-inline: 14px; }
  .flight-header { gap: 6px; grid-template-columns: 60px minmax(0,1fr) 30px; }
  .owner-monogram { width: 30px; height: 30px; font-size: 9px; }
  .flight-header h1 { font-size: 18px; }
  .brand-eyebrow { font-size: 8px; }
  .passport-document { padding: 20px; }
  .passport-primary { gap: 12px; }
  .passport-stat > strong { font-size: 28px; }
  .passport-stat strong small { font-size: 10px; }
  .passport-secondary { grid-template-columns: 1.4fr 1fr 1fr; gap: 8px; }
  .passport-secondary .passport-stat > .unrecorded-time { font-size: 11px; }
  .passport-machine { gap: 10px; font-size: 7px; }
  .map-heading h2 { font-size: 18px; }
  .map-hint { font-size: 9px; }
  .flight-card { padding-inline: 12px; column-gap: 10px; grid-template-columns: 42px 1fr; }
  .card-topline { grid-template-columns: 42px 1fr; column-gap: 10px; }
  .airport-code { font-size: 24px; }
  .sort-field { width: 125px; }
  .history-topline h2 { font-size: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
