/* Happiness Festival — brand system per the Brand Book (Aug 2026):
   Aurora gradient + deep blues ~70%, warm accents ~20%, ink & sand ~10%.
   Type: Work Sans (500/600/700) for everything, Cormorant Garamond for
   quotes and big figures only — never below ~28px. Brush script lives in
   the wordmark artwork and nowhere else.

   Contrast rules baked into the palette (all ratios verified WCAG):
     --ink         #303048  12.79:1 on white -> body text
     --indigo      #0B1E6D  14.78:1 on white -> links, headings accent; white text on it 14.78:1
     --royal       #2231A0  10.42:1 on white -> secondary accent, focus ring
     --coral       #E0505F   3.83:1 on white -> FILLS / >=24px display only
     --coral-text  #B93843   5.66:1 on white -> the coral allowed for small text (eyebrows)
     --muted       #5D5D78   6.36:1 on white -> secondary text
     --amber       #FCA349  fill only, always with --ink on top (6.38:1)
     --sun         #FFC94B  single words/figures on indigo only (9.65:1)
   Never set --coral or --amber as small-text colours on white.
   Warm accents carry single words and numbers — never a paragraph. */

@font-face {
  font-family: "Work Sans";
  src: url("/static/fonts/work-sans-var.woff2") format("woff2");
  font-weight: 500 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("/static/fonts/cormorant-garamond-var.woff2") format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("/static/fonts/cormorant-garamond-italic-var.woff2") format("woff2");
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --white: #ffffff;
  --indigo: #0b1e6d;
  --royal: #2231a0;
  --violet: #7a238c;
  --orchid: #a342cd;
  --lilac: #c57ccd;
  --coral: #e0505f;
  --coral-text: #b93843;
  --peach: #f49a76;
  --amber: #fca349;
  --sun: #ffc94b;
  --ink: #303048;
  --ink-soft: #454560;
  --muted: #5d5d78;
  --sand: #efe2d8;
  --sand-soft: #f7f0ea;
  --lavender: #f3eff8;
  --line: #e6e0ef;
  --line-strong: #d5cce3;
  --card: #ffffff;
  --radius: 20px;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --shadow: 0 6px 20px rgba(35, 20, 90, 0.08);
  --shadow-lift: 0 10px 26px rgba(35, 20, 90, 0.13);
  --tab-h: 68px;
  /* The Aurora: indigo anchored top-left, coral glow toward the upper right,
     royal blue settling at the foot. Fine grain via the SVG noise layer —
     never a flat, plastic blend. White text only, over the darker regions. */
  --aurora:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.05 0'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E"),
    radial-gradient(115% 85% at 88% 0%, rgba(198, 112, 128, 0.9), transparent 52%),
    radial-gradient(120% 95% at 0% 0%, #250269 0%, rgba(37, 2, 105, 0) 58%),
    linear-gradient(170deg, #7a238c 6%, #46269e 52%, #022d78 100%);
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overscroll-behavior-y: none;
}

body {
  min-height: 100vh;
  background:
    radial-gradient(880px 520px at 82% -12%, rgba(198, 112, 128, 0.10), transparent 60%),
    radial-gradient(760px 480px at 8% -8%, rgba(122, 35, 140, 0.09), transparent 58%),
    linear-gradient(180deg, #faf8fc 0%, var(--white) 46%);
  background-attachment: fixed;
  padding-bottom: calc(var(--tab-h) + env(safe-area-inset-bottom));
}

a { color: var(--indigo); text-decoration: none; }
h1, h2, h3 { line-height: 1.2; margin: 0 0 .5rem; color: var(--ink); font-weight: 700; }
h1 { font-size: 1.7rem; letter-spacing: -0.02em; }
h2 { font-size: 1.25rem; letter-spacing: -0.02em; }
h3 { font-size: 1.02rem; }
p { margin: 0 0 .8rem; }
small { color: var(--muted); }

/* ------------------------------------------------------------- chrome */
.topbar {
  position: sticky; top: 0; z-index: 30;
  display: flex; align-items: center; justify-content: space-between;
  gap: .75rem; padding: .6rem 1rem;
  padding-top: calc(.6rem + env(safe-area-inset-top));
  background: rgba(255, 255, 255, 0.93);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: .55rem; color: var(--ink); min-width: 0; }
/* The wordmark is fixed artwork (indigo colourway) — never re-typeset it.
   Compact in the chrome; the landing hero carries it at full brand size. */
.brand-mark { height: 40px; width: auto; flex: none; display: block; }
.brand-divider {
  width: 1px; height: 26px; flex: none; background: var(--line-strong);
}
.brand-text { display: flex; flex-direction: column; min-width: 0; }
.brand-text strong {
  font-size: .92rem; letter-spacing: -.01em; line-height: 1.15;
}
.topbar-actions { display: flex; align-items: center; gap: .5rem; flex: none; }
.icon-btn, .lang-toggle {
  position: relative; display: grid; place-items: center;
  min-width: 38px; height: 38px; padding: 0 .55rem;
  border-radius: 12px; border: 1px solid var(--line-strong);
  background: var(--white); color: var(--ink-soft);
  font-size: .82rem; font-weight: 700;
}
.dot {
  position: absolute; top: -5px; right: -5px;
  min-width: 18px; height: 18px; padding: 0 4px; border-radius: 9px;
  background: var(--coral-text); color: #fff; font-size: .66rem; font-weight: 700;
  display: grid; place-items: center;
}

.page { max-width: 640px; margin: 0 auto; padding: 1rem 1rem 2rem; }

/* Home sits in the middle and is deliberately larger — it is the one tab people
   reach for constantly, so it gets a wider column and a raised aurora disc. */
.tabbar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 40;
  display: grid; grid-template-columns: 1fr 1fr 1.28fr 1fr 1fr;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
  border-top: 1px solid var(--line);
  padding-bottom: env(safe-area-inset-bottom);
}
/* Fixed icon row so every icon sits on the same baseline, even when a label
   ("Happiness World") needs two lines. */
.tabbar a {
  display: grid; grid-template-rows: 26px auto; justify-items: center;
  align-content: start; gap: 3px; padding: 9px 2px 0;
  height: var(--tab-h); color: var(--muted);
  font-size: .62rem; font-weight: 600; text-align: center;
  line-height: 1.15; min-width: 0;
}
.tabbar a span { font-size: 1.32rem; line-height: 26px; }
.tabbar a.on { color: var(--indigo); }
.tabbar a.on span { transform: translateY(-2px); transition: transform .18s; }

.tabbar a.home { font-size: .7rem; font-weight: 700; color: var(--ink-soft); }
.tabbar a.home span {
  font-size: 1.5rem; line-height: 1;
  width: 50px; height: 50px; margin-top: -18px;
  display: grid; place-items: center; border-radius: 50%;
  background: linear-gradient(140deg, #7a238c 10%, #46269e 58%, #022d78 100%);
  border: 3px solid var(--white);
  box-shadow: 0 4px 12px rgba(37, 2, 105, .35);
}
.tabbar a.home.on { color: var(--indigo); }
.tabbar a.home.on span { transform: none; filter: brightness(1.08); }

/* --------------------------------------------------------------- hero */
/* Aurora + white — headlines and covers. Wordmark >= 240px wide here. */
.hero-aurora {
  background: var(--aurora);
  border-radius: var(--radius);
  padding: 2.2rem 1.2rem 1.8rem;
  text-align: center;
  color: var(--white);
  margin-bottom: .9rem;
  box-shadow: var(--shadow-lift);
}
.hero-aurora .hero-wordmark { width: min(272px, 78%); height: auto; margin: .4rem 0 .6rem; }
.hero-aurora .eyebrow { color: rgba(255, 255, 255, .85); }
.hero-aurora p, .hero-aurora small { color: rgba(255, 255, 255, .92); }
.hero-aurora .countdown { color: var(--white); }

/* ------------------------------------------------------------ endorse */
/* The Art of Living logo endorses, it never merges: its own white strip. */
.endorse {
  display: flex; align-items: center; justify-content: center; gap: .8rem;
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: .75rem 1rem; margin: .9rem 0;
}
.endorse img { height: 44px; width: auto; display: block; }
.endorse small { color: var(--muted); text-align: left; }

/* -------------------------------------------------------------- cards */
.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem;
  margin-bottom: .9rem;
  box-shadow: var(--shadow);
}
.card.tight { padding: .8rem; }
.card.glow {
  background: linear-gradient(158deg, #f6f1fb, #ffffff 62%);
  border-color: rgba(163, 66, 205, .35);
  box-shadow: var(--shadow-lift);
}
.card-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: .6rem; margin-bottom: .6rem;
}
.card-head h2, .card-head h3 { margin: 0; }
.eyebrow {
  text-transform: uppercase; letter-spacing: .24em; font-size: .66rem;
  font-weight: 600; color: var(--coral-text); margin-bottom: .3rem;
}

/* ------------------------------------------------------------ buttons */
/* Amber + ink — the approved practical pairing (6.38:1). */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .45rem;
  padding: .82rem 1.15rem; border-radius: 14px; border: 0;
  font-size: 1rem; font-weight: 700; font-family: inherit;
  background: var(--amber);
  color: var(--ink); cursor: pointer; width: 100%;
  box-shadow: 0 6px 16px rgba(252, 163, 73, .35);
  transition: transform .12s ease, filter .12s ease;
}
.btn:active { transform: scale(.975); filter: brightness(1.04); }
.btn.ghost {
  background: var(--white); color: var(--indigo);
  border: 1px solid var(--line-strong); box-shadow: none;
}
.btn.slim { width: auto; padding: .55rem .85rem; font-size: .85rem; border-radius: 11px; }
.btn.danger { background: var(--coral-text); color: #fff; }
.btn:disabled { opacity: .5; }
.btn-row { display: flex; gap: .5rem; flex-wrap: wrap; }
.btn-row .btn { width: auto; flex: 1 1 auto; }

/* -------------------------------------------------------------- forms */
label { display: block; font-size: .82rem; font-weight: 700; margin: .8rem 0 .3rem; }
input[type=text], input[type=email], input[type=password], input[type=number],
input[type=search], input[type=file], textarea, select {
  width: 100%; padding: .78rem .9rem; font-size: 1rem; font-family: inherit;
  color: var(--ink); background: var(--white);
  border: 1px solid var(--line-strong); border-radius: 13px;
}
input::placeholder, textarea::placeholder { color: #8888a0; }
input:focus, textarea:focus, select:focus {
  outline: 2px solid var(--royal); outline-offset: 1px; border-color: transparent;
}
textarea { min-height: 92px; resize: vertical; }
.check { display: flex; align-items: flex-start; gap: .6rem; margin: .7rem 0; font-weight: 500; }
.check input { width: 22px; height: 22px; flex: none; accent-color: var(--royal); }
.check label { margin: 0; font-weight: 500; font-size: .92rem; }
.hint { font-size: .8rem; color: var(--muted); margin-top: .3rem; }
.errors {
  background: #fbe9ea; border: 1px solid rgba(185, 56, 67, .45);
  color: #8d2430;
  border-radius: 13px; padding: .7rem .85rem; margin-bottom: .8rem; font-size: .9rem;
}
.notice {
  background: #edeaf8; border: 1px solid rgba(34, 49, 160, .35);
  color: var(--indigo);
  border-radius: 13px; padding: .7rem .85rem; margin-bottom: .8rem; font-size: .9rem;
}

/* --------------------------------------------------------------- chips */
.chips { display: flex; flex-wrap: wrap; gap: .45rem; }
.chip {
  display: inline-flex; align-items: center; gap: .3rem;
  padding: .5rem .8rem; border-radius: 999px;
  border: 1px solid var(--line-strong); background: var(--white);
  font-size: .85rem; font-weight: 600; color: var(--ink); cursor: pointer;
}
.chip input { position: absolute; opacity: 0; width: 0; height: 0; }
.chip.on, .chip:has(input:checked) {
  background: var(--indigo);
  color: #fff; border-color: var(--indigo);
}
.chip.static { cursor: default; }
.tag {
  display: inline-block; padding: .22rem .55rem; border-radius: 8px;
  background: var(--lavender); color: var(--ink-soft);
  font-size: .7rem; font-weight: 700;
}

/* ------------------------------------------------------------ progress */
.meter { height: 10px; border-radius: 999px; background: var(--lavender); overflow: hidden; }
.meter > i {
  display: block; height: 100%; border-radius: 999px;
  background: linear-gradient(90deg, var(--orchid), var(--royal));
  transition: width .5s ease;
}
.meter.connection > i { background: linear-gradient(90deg, var(--coral), var(--orchid)); }
.meter.growth > i { background: linear-gradient(90deg, var(--royal), var(--orchid)); }
.meter.impact > i { background: linear-gradient(90deg, var(--amber), var(--peach)); }
.track-row { display: flex; align-items: center; gap: .6rem; margin-bottom: .65rem; }
.track-row .track-icon { font-size: 1.25rem; width: 1.7rem; text-align: center; }
.track-row .track-body { flex: 1; min-width: 0; }
.track-row .track-top {
  display: flex; justify-content: space-between; gap: .5rem;
  font-size: .78rem; margin-bottom: .25rem;
}
.track-row .track-top b { font-weight: 700; }
.track-row .track-top span { color: var(--muted); }

/* --------------------------------------------------------- journey map */
.journey { position: relative; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.journey-track {
  display: flex; align-items: flex-start; gap: 0; padding: 1.1rem .2rem .4rem;
  min-width: max-content;
}
/* Milestone labels are one short word (see content.SHORT_THEMES), so 80px fits
   them on a single line and shows more of the road at once. */
.stop { text-align: center; width: 80px; flex: none; position: relative; }
.stop::before {
  content: ""; position: absolute; top: 17px; left: -40px; width: 80px; height: 3px;
  background: var(--line);
}
.stop:first-child::before { display: none; }
.stop.done::before { background: linear-gradient(90deg, var(--orchid), var(--royal)); }
.stop b {
  display: grid; place-items: center; width: 36px; height: 36px; margin: 0 auto .3rem;
  border-radius: 50%; font-size: .8rem; position: relative; z-index: 1;
  background: var(--white); border: 1px solid var(--line-strong); color: var(--muted);
}
.stop.done b {
  background: var(--indigo);
  color: #fff; border-color: var(--indigo);
  box-shadow: 0 2px 8px rgba(11, 30, 109, .35);
}
.stop.now b {
  outline: 3px solid var(--amber); outline-offset: 2px;
  background: var(--lavender); color: var(--ink); font-weight: 700;
}
.stop small {
  font-size: .74rem; color: var(--ink-soft); line-height: 1.3;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden; padding: 0 3px; overflow-wrap: break-word;
}
.stop.now small { color: var(--ink); font-weight: 700; }
.stop .flag { font-size: 1.3rem; }

/* ---------------------------------------------------------- challenges */
.challenge-card { display: flex; gap: .8rem; align-items: flex-start; }
.challenge-card .emoji {
  font-size: 1.6rem; width: 2.6rem; height: 2.6rem; flex: none; border-radius: 14px;
  display: grid; place-items: center; background: var(--lavender);
}
.challenge-card .body { flex: 1; min-width: 0; }
.challenge-card h3 { margin: 0 0 .2rem; font-size: 1rem; color: var(--ink); }
.meta { display: flex; flex-wrap: wrap; gap: .35rem; margin-top: .45rem; }
.meta .tag.done { background: #e4ecf9; color: var(--indigo); }

.filters { display: flex; gap: .4rem; overflow-x: auto; padding-bottom: .4rem; margin-bottom: .6rem; }
.filters::-webkit-scrollbar { display: none; }
.filters .chip { flex: none; }

/* ------------------------------------------------------------ celebrate */
.celebrate { text-align: center; padding: 2rem 1rem; }
.celebrate .burst { font-size: 4.2rem; animation: pop .55s cubic-bezier(.2, 1.5, .4, 1); }
@keyframes pop { 0% { transform: scale(.2); opacity: 0; } 70% { transform: scale(1.18); } 100% { transform: scale(1); opacity: 1; } }
.points-pill {
  display: inline-flex; align-items: center; gap: .35rem; margin: .25rem;
  padding: .5rem .85rem; border-radius: 999px; font-weight: 700; font-size: .9rem;
  background: var(--lavender); color: var(--ink);
}
.confetti { position: fixed; inset: 0; pointer-events: none; z-index: 60; overflow: hidden; }
.confetti i {
  position: absolute; width: 9px; height: 14px; border-radius: 2px; opacity: .9;
  animation: fall linear forwards;
}
@keyframes fall { to { transform: translateY(105vh) rotate(680deg); opacity: 0; } }

/* --------------------------------------------------------- quote screen */
/* Aurora + white with the serif voice — the daily pull quote is the one
   full-bleed brand moment inside the app. Serif never below ~28px. */
.quote-overlay {
  position: fixed; inset: 0; z-index: 70; display: grid; place-items: center;
  padding: 1.5rem; text-align: center;
  background: var(--aurora);
  animation: fadein .4s ease;
}
@keyframes fadein { from { opacity: 0; } to { opacity: 1; } }
.quote-overlay blockquote {
  font-family: var(--serif); font-style: italic; font-weight: 400;
  font-size: 1.68rem; line-height: 1.4; margin: 0 0 1rem; max-width: 22rem;
  color: var(--white);
}
.quote-overlay cite {
  color: var(--sun); font-style: normal; font-weight: 600; letter-spacing: .24em;
  text-transform: uppercase; font-size: .78rem;
}
.quote-actions { margin-top: 2rem; display: grid; gap: .6rem; width: min(22rem, 100%); }

/* --------------------------------------------------------------- feed */
.feed-item .who { display: flex; align-items: center; gap: .55rem; margin-bottom: .5rem; }
.avatar {
  width: 38px; height: 38px; flex: none; border-radius: 50%; display: grid;
  place-items: center; font-size: 1.15rem; background: var(--lavender);
}
.avatar.sm { width: 28px; height: 28px; font-size: .9rem; }
.feed-photo { width: 100%; border-radius: 14px; margin: .55rem 0; display: block; }
.reactions { display: flex; gap: .35rem; flex-wrap: wrap; margin-top: .55rem; }
.react {
  border: 1px solid var(--line-strong); background: var(--white); color: var(--ink-soft);
  border-radius: 999px; padding: .35rem .7rem; font-size: .82rem; cursor: pointer;
  font-family: inherit;
}
.react.on { background: var(--lavender); border-color: var(--royal); color: var(--indigo); }

/* -------------------------------------------------------------- lists */
.list { display: grid; gap: .55rem; }
.row {
  display: flex; align-items: center; gap: .7rem;
  padding: .7rem .8rem; border-radius: 14px;
  background: var(--white); border: 1px solid var(--line);
}
.row .grow { flex: 1; min-width: 0; }
.row .rank { width: 1.9rem; text-align: center; font-weight: 700; color: var(--royal); }
.row strong { display: block; font-size: .95rem; }
.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.segmented {
  display: flex; gap: .3rem; background: var(--lavender); padding: .25rem;
  border-radius: 13px; margin-bottom: .8rem;
}
.segmented a {
  flex: 1; text-align: center; padding: .5rem; border-radius: 10px;
  font-size: .84rem; font-weight: 700; color: var(--ink-soft);
}
.segmented a.on {
  background: var(--indigo);
  color: #fff;
}

/* -------------------------------------------------------- knowledge cards */
.kgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: .6rem; }
.kcard {
  border-radius: 16px; padding: .85rem; min-height: 132px;
  display: flex; flex-direction: column; justify-content: space-between;
  background: linear-gradient(158deg, var(--sand-soft), #ffffff 70%);
  border: 1px solid rgba(122, 35, 140, .35); font-size: .86rem; color: var(--ink);
}
.kcard.locked {
  background: var(--white); border-style: dashed;
  border-color: var(--line-strong); color: var(--muted);
}
.kcard .src { font-size: .68rem; color: var(--coral-text); font-weight: 600; letter-spacing: .1em; }

/* --------------------------------------------------------------- misc */
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; margin-bottom: .9rem; }
.duo > *, .two-col > *, .stat-grid > *, .kgrid > * { min-width: 0; }
.duo > .card { margin: 0; }

.stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(94px, 1fr)); gap: .5rem; }
.stat {
  background: var(--white); border: 1px solid var(--line); border-radius: 14px;
  padding: .7rem; text-align: center;
}
.stat b { display: block; font-size: 1.35rem; color: var(--indigo); }
.stat small { font-size: .68rem; }
.center { text-align: center; }
.muted { color: var(--muted); }
.spacer { height: .8rem; }
.hero-title { font-size: 2rem; letter-spacing: -.03em; }
/* Figures get the serif voice (>=28px). */
.countdown {
  font-size: 3.2rem; font-weight: 400; line-height: 1; color: var(--indigo);
  font-family: var(--serif);
}
.badge-pill {
  display: inline-flex; align-items: center; gap: .3rem; padding: .3rem .6rem;
  border-radius: 999px; background: var(--lavender); color: var(--ink);
  font-size: .76rem; font-weight: 700; white-space: nowrap;
}
.pass {
  background: var(--amber);
  color: var(--ink);
}
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: .84rem; }
th, td { text-align: left; padding: .5rem .55rem; border-bottom: 1px solid var(--line); }
th { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }

/* ---------------------------------------------------------- onboarding */
.steps { display: flex; gap: .3rem; margin-bottom: 1rem; }
.steps i { flex: 1; height: 4px; border-radius: 2px; background: var(--line); }
.steps i.on { background: var(--royal); }
.q { margin-bottom: 1.1rem; }
.q p { font-weight: 700; margin-bottom: .5rem; }

/* ---------------------------------------------------------------- admin */
body.admin { background: #faf8fc; }
body.admin .page { max-width: 1100px; }
.admin-nav { display: flex; flex-wrap: wrap; gap: .35rem; margin-bottom: 1rem; }
.admin-nav a {
  padding: .42rem .7rem; border-radius: 10px; background: var(--white);
  border: 1px solid var(--line-strong); font-size: .8rem; color: var(--ink-soft);
  font-weight: 600;
}
.admin-nav a.on {
  background: var(--indigo);
  color: #fff; border-color: var(--indigo);
}

@media (min-width: 720px) {
  .page { padding: 1.5rem; }
  h1 { font-size: 2rem; }
  .two-col { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; align-items: start; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
}
