:root {
  color-scheme: light;
  --bg: #f2f5f3;
  --surface: #fff;
  --surface-soft: #e9efec;
  --glass: rgba(255,255,255,.82);
  --navy: #071f33;
  --navy-2: #0c3653;
  --ink: #102537;
  --muted: #62727c;
  --line: rgba(10,42,59,.12);
  --green: #13835d;
  --green-dark: #0a6848;
  --sand: #f3c680;
  --warning: #a85b10;
  --shadow: 0 18px 55px rgba(10,35,50,.10);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 17px;
  --sidebar: 282px;
  --bottom: 0px;
}

[data-theme="dark"] {
  color-scheme: dark;
  --bg: #07141d;
  --surface: #0d202b;
  --surface-soft: #132b36;
  --glass: rgba(9,28,39,.84);
  --navy: #eaf5f5;
  --navy-2: #a8d4e3;
  --ink: #edf5f4;
  --muted: #9fb0b6;
  --line: rgba(219,241,241,.13);
  --green: #2bb980;
  --green-dark: #53d49b;
  --sand: #f0c786;
  --warning: #ffbd73;
  --shadow: 0 18px 55px rgba(0,0,0,.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.app-shell { min-height: 100vh; }
.sidebar { position: fixed; inset: 0 auto 0 0; z-index: 20; width: var(--sidebar); display: flex; flex-direction: column; padding: 26px 18px 20px; background: var(--glass); border-right: 1px solid var(--line); backdrop-filter: blur(24px) saturate(140%); }
.brand { display: flex; align-items: center; gap: 13px; padding: 2px 8px 22px; text-decoration: none; color: var(--navy); }
.brand-mark { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 16px; background: linear-gradient(145deg,#0c4162,#0d8165); color: #fff; box-shadow: 0 9px 25px rgba(8,78,84,.25); font-size: .9rem; font-weight: 900; letter-spacing: -.03em; }
.brand b { display: block; font-size: 1.02rem; letter-spacing: -.02em; }
.brand small { display: block; margin-top: 3px; color: var(--muted); font-size: .74rem; }
.side-nav { display: grid; gap: 3px; overflow: auto; padding-right: 2px; }
.side-nav a { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; min-height: 50px; padding: 7px 10px; border-radius: 15px; text-decoration: none; color: var(--muted); transition: .2s ease; }
.side-nav a:hover { background: var(--surface-soft); color: var(--ink); }
.side-nav a.active { background: var(--navy); color: var(--bg); box-shadow: 0 10px 26px rgba(5,32,50,.18); }
[data-theme="dark"] .side-nav a.active { background: #eaf5f5; color: #082233; }
.nav-symbol { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid currentColor; border-radius: 10px; font-size: .79rem; font-weight: 900; opacity: .9; }
.side-nav b { display: block; color: inherit; font-size: .87rem; }
.side-nav small { display: block; margin-top: 2px; font-size: .7rem; opacity: .78; }
.nav-arrow { font-size: 1.05rem; opacity: .4; }
.side-footer { margin-top: auto; padding: 18px 7px 0; border-top: 1px solid var(--line); }
.trip-mini { display: flex; justify-content: space-between; margin-bottom: 15px; color: var(--muted); font-size: .68rem; font-weight: 700; }
.theme-toggle { width: 100%; display: flex; align-items: center; gap: 9px; border: 0; border-radius: 13px; padding: 11px 12px; background: var(--surface-soft); color: var(--ink); cursor: pointer; font-weight: 750; }
.theme-icon { font-size: 1.2rem; }

#main { min-height: 100vh; margin-left: var(--sidebar); outline: 0; }
.view { min-height: 100vh; animation: view-in .32s ease both; }
@keyframes view-in { from { opacity: 0; transform: translateY(7px); } }
.page-wrap { width: min(1180px, calc(100% - 56px)); margin: 0 auto; padding: 32px 0 72px; }
.eyebrow { margin: 0 0 9px; color: var(--green); font-size: .74rem; font-weight: 900; letter-spacing: 0; text-transform: uppercase; }
.page-title { margin: 0; color: var(--navy); font-size: clamp(2.2rem,4.8vw,4.7rem); line-height: .98; letter-spacing: 0; }
.lead { max-width: 670px; margin: 14px 0 0; color: var(--muted); font-size: 1.05rem; line-height: 1.65; }

.overview-hero { position: relative; min-height: 610px; display: grid; align-items: end; overflow: hidden; background: #071f33; color: #fff; }
.overview-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.overview-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(3,17,29,.92) 0%,rgba(4,22,35,.74) 37%,rgba(4,19,29,.12) 73%),linear-gradient(0deg,rgba(3,18,28,.78),transparent 58%); }
.hero-content { position: relative; z-index: 2; width: min(1100px,calc(100% - 72px)); margin: 0 auto; padding: 72px 0 64px; }
.hero-kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 20px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; background: rgba(5,27,41,.28); backdrop-filter: blur(15px); font-weight: 800; font-size: .77rem; letter-spacing: .04em; }
.hero-content h1 { max-width: 800px; margin: 0; font-size: clamp(3.3rem,7vw,7.2rem); line-height: .88; letter-spacing: 0; }
.hero-content h1 em { display: block; color: #a8e0ce; font-style: normal; }
.hero-sub { max-width: 700px; margin: 22px 0 0; color: rgba(255,255,255,.83); font-size: clamp(.95rem,1.7vw,1.23rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.primary-btn, .secondary-btn, .map-btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 18px; border: 0; border-radius: 15px; text-decoration: none; font-weight: 850; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease; }
.primary-btn { background: #fff; color: #0a2b3e; box-shadow: 0 13px 30px rgba(0,0,0,.18); }
.secondary-btn { border: 1px solid rgba(255,255,255,.3); background: rgba(6,29,43,.34); color: #fff; backdrop-filter: blur(14px); }
.primary-btn:hover,.secondary-btn:hover,.map-btn:hover { transform: translateY(-2px); }
.countdown-card { position: absolute; z-index: 3; right: 38px; bottom: 38px; width: 190px; padding: 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 22px; background: rgba(7,31,51,.55); backdrop-filter: blur(20px); }
.countdown-card strong { display: block; font-size: 2.6rem; line-height: 1; letter-spacing: -.05em; }
.countdown-card span { display: block; margin-top: 5px; color: rgba(255,255,255,.72); font-size: .79rem; }

.overview-content { width: min(1180px,calc(100% - 56px)); margin: -1px auto 0; padding: 36px 0 76px; }
.summary-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-bottom: 38px; }
.summary-card { padding: 19px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); box-shadow: 0 10px 28px rgba(18,46,54,.05); }
.summary-card strong { display: block; color: var(--navy); font-size: 1.65rem; letter-spacing: -.04em; }
.summary-card span { color: var(--muted); font-size: .77rem; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin: 0 0 18px; }
.section-heading h2 { margin: 0; color: var(--navy); font-size: clamp(1.65rem,2.7vw,2.55rem); letter-spacing: 0; }
.section-heading p { margin: 0; color: var(--muted); font-size: .84rem; }
.route-rail { display: grid; gap: 0; padding: 7px 0 3px; }
.route-stop { position: relative; display: grid; grid-template-columns: 50px 1fr auto; gap: 14px; align-items: center; min-height: 70px; text-decoration: none; }
.route-stop:not(:last-child)::before { content: ""; position: absolute; left: 24px; top: 48px; bottom: -20px; width: 2px; background: linear-gradient(var(--green),rgba(19,131,93,.18)); }
.route-dot { z-index: 1; display: grid; place-items: center; width: 50px; height: 50px; border: 7px solid var(--bg); border-radius: 50%; background: var(--green); color: #fff; font-size: .8rem; font-weight: 900; box-shadow: 0 0 0 1px var(--line); }
.route-stop b { display: block; color: var(--navy); font-size: 1rem; }
.route-stop small { display: block; margin-top: 3px; color: var(--muted); font-size: .76rem; }
.route-stop time { color: var(--green-dark); font-size: .78rem; font-weight: 850; }
.day-preview-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; margin-top: 45px; }
.day-preview { position: relative; min-height: 245px; display: flex; align-items: end; overflow: hidden; border-radius: 24px; background: var(--navy); color: #fff; text-decoration: none; box-shadow: var(--shadow); }
.day-preview img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.day-preview:hover img { transform: scale(1.035); }
.day-preview::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(3,20,31,.88),rgba(3,20,31,.05) 78%); }
.day-preview-copy { position: relative; z-index: 1; padding: 19px; }
.day-preview-copy small { color: rgba(255,255,255,.7); font-weight: 800; }
.day-preview-copy b { display: block; margin-top: 4px; font-size: 1.16rem; }

.day-hero { position: relative; min-height: 500px; display: flex; align-items: end; overflow: hidden; background: #071f33; color: #fff; }
.day-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.day-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(3,18,29,.92),rgba(3,18,29,.45) 50%,rgba(3,18,29,.05)),linear-gradient(0deg,rgba(3,18,29,.78),transparent 68%); }
.day-hero-content { position: relative; z-index: 1; width: min(1100px,calc(100% - 72px)); margin: 0 auto; padding: 62px 0 44px; }
.day-badge { display: inline-flex; gap: 8px; align-items: center; margin-bottom: 14px; padding: 7px 10px; border-radius: 10px; background: rgba(255,255,255,.14); backdrop-filter: blur(10px); font-size: .74rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.day-hero h1 { max-width: 780px; margin: 0; font-size: clamp(2.7rem,6vw,5.7rem); line-height: .92; letter-spacing: 0; }
.day-hero p { max-width: 650px; margin: 14px 0 0; color: rgba(255,255,255,.78); font-size: 1.05rem; line-height: 1.55; }
.day-controls { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.day-content { width: min(1100px,calc(100% - 56px)); margin: 0 auto; padding: 35px 0 80px; }
.day-facts { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-bottom: 30px; }
.fact { min-height: 88px; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.fact span { display: block; color: var(--muted); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.fact strong { display: block; margin-top: 6px; color: var(--navy); font-size: 1rem; }
.notice { display: flex; gap: 13px; align-items: start; margin: 0 0 26px; padding: 16px 18px; border: 1px solid rgba(188,112,31,.25); border-radius: 17px; background: rgba(242,184,101,.13); color: var(--ink); }
.notice-mark { flex: 0 0 auto; display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: var(--sand); color: #4b3215; font-weight: 900; }
.notice p { margin: 0; font-size: .84rem; line-height: 1.55; }
.notice a { font-weight: 850; }
.timeline { position: relative; display: grid; gap: 20px; }
.timeline::before { content: ""; position: absolute; left: 54px; top: 31px; bottom: 50px; width: 2px; background: linear-gradient(var(--green),rgba(19,131,93,.08)); }
.event { position: relative; display: grid; grid-template-columns: 110px minmax(260px,390px) 1fr; min-height: 255px; overflow: hidden; border: 1px solid var(--line); border-radius: 25px; background: var(--surface); box-shadow: 0 12px 34px rgba(17,48,60,.06); }
.event-time { position: relative; z-index: 2; padding: 24px 14px; color: var(--green-dark); font-size: .88rem; font-weight: 900; text-align: center; }
.event-time::after { content: ""; display: block; width: 11px; height: 11px; margin: 13px auto 0; border: 4px solid var(--surface); border-radius: 50%; background: var(--green); box-shadow: 0 0 0 1px var(--green); }
.event-image { min-height: 255px; overflow: hidden; background: var(--surface-soft); }
.event-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.event:hover .event-image img { transform: scale(1.025); }
.event-body { padding: 23px 24px; }
.event-top { display: flex; justify-content: space-between; gap: 12px; }
.event-category { display: inline-block; margin-bottom: 7px; color: var(--green); font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.event h2 { margin: 0; color: var(--navy); font-size: clamp(1.35rem,2vw,1.9rem); line-height: 1.08; letter-spacing: 0; }
.duration { white-space: nowrap; height: fit-content; padding: 6px 9px; border-radius: 9px; background: var(--surface-soft); color: var(--muted); font-size: .72rem; font-weight: 800; }
.event-desc { margin: 12px 0 14px; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.personal-tip { margin: 0 0 16px; padding: 11px 12px; border-left: 3px solid var(--sand); border-radius: 0 10px 10px 0; background: rgba(239,188,109,.1); font-size: .78rem; line-height: 1.48; }
.event-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.map-btn { min-height: 41px; padding: 0 13px; border-radius: 12px; background: var(--green); color: #fff; font-size: .79rem; }
.info-link { display: inline-flex; align-items: center; min-height: 41px; padding: 0 12px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); text-decoration: none; font-size: .78rem; font-weight: 800; }
.route-next { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-top: 35px; padding: 24px; border-radius: 24px; background: var(--navy); color: var(--bg); }
[data-theme="dark"] .route-next { background: #e7f2f1; color: #082233; }
.route-next span { display: block; font-size: .75rem; opacity: .7; }
.route-next b { display: block; margin-top: 4px; font-size: 1.2rem; }
.route-next a { padding: 11px 15px; border-radius: 12px; background: var(--green); color: #fff; text-decoration: none; font-weight: 850; }

.route-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 30px; }
.route-card { overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: var(--surface); box-shadow: var(--shadow); }
.route-card img { width: 100%; height: 210px; object-fit: cover; }
.route-card-body { padding: 20px; }
.route-card small { color: var(--green); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.route-card h2 { margin: 6px 0 8px; color: var(--navy); font-size: 1.55rem; letter-spacing: 0; }
.route-card p { margin: 0 0 17px; color: var(--muted); line-height: 1.55; font-size: .87rem; }
.route-meta { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.route-meta span { padding: 6px 9px; border-radius: 9px; background: var(--surface-soft); color: var(--muted); font-size: .7rem; font-weight: 800; }
.tips-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: 30px; }
.tip-card { padding: 22px; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); }
.tip-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 15px; border-radius: 14px; background: var(--surface-soft); color: var(--green-dark); font-weight: 900; }
.tip-card h2 { margin: 0 0 8px; color: var(--navy); font-size: 1.2rem; }
.tip-card p,.tip-card li { color: var(--muted); font-size: .87rem; line-height: 1.58; }
.tip-card ul { margin: 9px 0 0; padding-left: 19px; }
.tip-card a { font-weight: 850; }
.source-note { margin-top: 30px; padding: 18px; border-radius: 18px; background: var(--surface-soft); color: var(--muted); font-size: .78rem; line-height: 1.55; }

.bottom-nav { display: none; }
.toast { position: fixed; z-index: 60; left: 50%; bottom: 24px; max-width: min(420px,calc(100% - 28px)); padding: 11px 15px; border-radius: 13px; background: #071f33; color: #fff; box-shadow: 0 14px 35px rgba(0,0,0,.22); font-size: .82rem; font-weight: 750; transform: translate(-50%,25px); opacity: 0; pointer-events: none; transition: .25s ease; }
.toast.show { transform: translate(-50%,0); opacity: 1; }
.skip-link { position: fixed; left: 10px; top: 10px; z-index: 100; transform: translateY(-150%); }

@media (max-width: 1040px) {
  :root { --sidebar: 244px; }
  .sidebar { padding-inline: 12px; }
  .event { grid-template-columns: 90px 310px 1fr; }
  .day-preview-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 780px) {
  :root { --bottom: 76px; }
  body { padding-bottom: calc(var(--bottom) + env(safe-area-inset-bottom)); }
  .sidebar { display: none; }
  #main { margin-left: 0; }
  .bottom-nav { position: fixed; z-index: 40; left: 10px; right: 10px; bottom: 8px; display: grid; grid-template-columns: repeat(4,1fr); padding: 7px 6px calc(7px + env(safe-area-inset-bottom)); border: 1px solid var(--line); border-radius: 22px; background: var(--glass); box-shadow: 0 14px 42px rgba(7,29,44,.2); backdrop-filter: blur(24px) saturate(150%); }
  .bottom-nav > a,.bottom-nav > button { min-height: 52px; display: grid; place-items: center; align-content: center; gap: 2px; border: 0; border-radius: 16px; background: transparent; color: var(--muted); text-decoration: none; cursor: pointer; }
  .bottom-nav > a.active,.bottom-nav > button.active { background: var(--navy); color: var(--bg); }
  [data-theme="dark"] .bottom-nav > a.active,[data-theme="dark"] .bottom-nav > button.active { background: #eaf5f5; color: #082233; }
  .bottom-nav > a > span,.bottom-nav > button > span { font-size: 1.12rem; line-height: 1; font-weight: 900; }
  .bottom-nav > a > b,.bottom-nav > button > b { font-size: .66rem; }
  .day-picker { position: absolute; left: 0; right: 0; bottom: calc(100% + 10px); max-height: min(62vh,430px); overflow: auto; padding: 10px; border: 1px solid var(--line); border-radius: 22px; background: var(--glass); box-shadow: 0 18px 55px rgba(7,29,44,.24); backdrop-filter: blur(28px) saturate(160%); }
  .day-picker[hidden] { display: none; }
  .day-picker-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 5px 7px 9px 10px; color: var(--navy); }
  .day-picker-head strong { font-size: .82rem; }
  .day-picker-head button { width: 32px; height: 32px; padding: 0; border: 0; border-radius: 10px; background: var(--surface-soft); color: var(--ink); font-size: 1.2rem; cursor: pointer; }
  .day-picker-list { display: grid; gap: 4px; }
  .day-picker-list a { min-height: 55px; display: grid; grid-template-columns: 38px 1fr; gap: 10px; align-items: center; padding: 7px 9px; border-radius: 14px; color: var(--ink); text-align: left; text-decoration: none; }
  .day-picker-list a > span:first-child { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 12px; background: var(--surface-soft); color: var(--green-dark); font-size: .82rem; font-weight: 900; }
  .day-picker-list a b,.day-picker-list a small { display: block; }
  .day-picker-list a b { color: var(--navy); font-size: .78rem; }
  .day-picker-list a small { margin-top: 2px; color: var(--muted); font-size: .68rem; }
  .day-picker-list a.active { background: var(--surface-soft); }
  .overview-hero { min-height: calc(100svh - 10px); border-radius: 0 0 30px 30px; }
  .overview-hero > img { object-position: 67% center; }
  .overview-hero::after { background: linear-gradient(0deg,rgba(3,17,27,.94) 0%,rgba(3,17,27,.4) 64%,rgba(3,17,27,.08)); }
  .hero-content { width: calc(100% - 36px); padding: 90px 0 38px; }
  .hero-content h1 { font-size: clamp(3.3rem,16vw,5.1rem); }
  .hero-sub { font-size: .93rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .primary-btn,.secondary-btn { min-height: 52px; }
  .countdown-card { top: max(18px,env(safe-area-inset-top)); right: 18px; bottom: auto; width: auto; padding: 10px 13px; border-radius: 15px; }
  .countdown-card strong { display: inline; font-size: 1.35rem; }
  .countdown-card span { display: inline; margin-left: 4px; font-size: .69rem; }
  .overview-content,.page-wrap,.day-content { width: calc(100% - 28px); padding-bottom: 34px; padding-top: 34px }
  .summary-row { grid-template-columns: repeat(2,1fr); gap: 9px; }
  .summary-card { padding: 15px; }
  .section-heading { align-items: start; flex-direction: column; gap: 4px; }
  .route-stop { grid-template-columns: 48px 1fr; }
  .route-stop time { grid-column: 2; margin-top: -13px; }
  .day-preview-grid { grid-template-columns: 1fr; }
  .day-preview { min-height: 220px; }
  .day-hero { min-height: 74svh; border-radius: 0 0 30px 30px; }
  .day-hero-content { width: calc(100% - 36px); padding: 85px 0 34px; }
  .day-hero h1 { font-size: clamp(2.8rem,14vw,4.7rem); }
  .day-controls { display: grid; }
  .day-facts { grid-template-columns: repeat(2,1fr); }
  .timeline::before { display: none; }
  .event { display: flex; flex-direction: column; min-height: 0; }
  .event-time { position: absolute; z-index: 3; top: 14px; left: 14px; padding: 8px 11px; border-radius: 10px; background: rgba(6,28,42,.82); color: #fff; backdrop-filter: blur(10px); }
  .event-time::after { display: none; }
  .event-image { order: -1; width: 100%; min-height: 0; height: 220px; }
  .event-body { padding: 19px; }
  .event-top { display: block; }
  .duration { display: inline-block; margin-top: 9px; }
  .map-btn,.info-link { flex: 1 1 auto; justify-content: center; }
  .route-next { align-items: start; flex-direction: column; }
  .route-next a { width: 100%; text-align: center; }
  .route-grid,.tips-grid { grid-template-columns: 1fr; }
  .route-card img { height: 190px; }
  .page-title { font-size: clamp(2.6rem,13vw,4rem); }
  .toast { bottom: calc(92px + env(safe-area-inset-bottom)); }
}

@media (max-width: 780px) {
  .is-standalone .page-wrap { padding-top: calc(24px + env(safe-area-inset-top)); }
  .is-standalone .bottom-nav { bottom: max(8px, env(safe-area-inset-bottom)); padding-bottom: 7px; }
}

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