/* ============================================================
   Setu — Bridge to Better
   Design system per design/style-guide.md
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  /* Brand colors — bright pastel palette (#FDFBD4 #DCD0FF #F6B2B2 #FFD1DC) */
  --blush: #F6B2B2;        /* soft coral-pink (primary accent) */
  --blush-dark: #B45C77;   /* berry — interactive text & hover */
  --blush-light: #FFE7EC;  /* lightest pink tint */
  --butter: #FDFBD4;       /* pale yellow */
  --butter-dark: #E7E08C;  /* deeper yellow (hover) */
  --butter-light: #FEFDEB;
  --mint: #DCD0FF;         /* lavender */
  --mint-dark: #B9A6EE;    /* deeper lavender */
  --mint-light: #F3EFFF;
  --cream: #FFF5F7;        /* page background — lightest pink */
  --warm-white: #FFFBFB;
  --card-bg: #FFFFFF;
  --light-stone: #F0DCE6;  /* soft pink-lavender borders */
  --medium-stone: #7C6A8B; /* mauve secondary text */
  --dark-stone: #3A2C4A;   /* deep plum ink (headings) */
  --slate: #4C3D5E;        /* plum body text */
  --user-bubble: #DCD0FF;  /* lavender user bubbles */

  /* Persona accents */
  --elena: #E0A575;
  --maya: #62BDA9;
  --kwame: #9B93D6;
  --samir: #86CF9A;
  --ayanna: #F0A08F;
  --fatima: #B58BB9;
  --jordan: #F1C25A;

  /* Functional */
  --crisis-bg: #FFE6EA;
  --crisis-border: #E58AA0;
  --crisis-text: #8A2F49;
  --success: #8FD6AE;      /* pastel green — online / secure only */

  --font-heading: 'Merriweather', Georgia, 'Times New Roman', serif;
  --font-body: 'Inter', 'Segoe UI', 'Helvetica Neue', sans-serif;

  --xs: 4px; --sm: 8px; --md: 16px; --lg: 24px; --xl: 32px; --xxl: 48px; --xxxl: 64px;

  --radius-sm: 8px; --radius-md: 12px; --radius-lg: 16px; --radius-full: 50%;

  --shadow-sm: 0 1px 4px rgba(45, 42, 39, 0.06);
  --shadow-md: 0 2px 16px rgba(45, 42, 39, 0.08);
  --shadow-lg: 0 4px 24px rgba(45, 42, 39, 0.12);

  --ease: 200ms ease-out;
}

html { font-size: 16px; scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--slate);
  background: var(--warm-white);
  line-height: 1.6;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}

a { color: var(--blush-dark); }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: var(--sm);
  padding: 12px 24px;
  border: none; border-radius: var(--radius-sm);
  font-family: var(--font-body); font-size: 15px; font-weight: 600;
  cursor: pointer; text-decoration: none;
  transition: background var(--ease), transform var(--ease);
  min-height: 44px;
}
.btn:focus-visible { outline: 2px solid var(--blush-dark); outline-offset: 2px; }
.btn-primary { background: var(--blush); color: var(--dark-stone); }
.btn-primary:hover { background: var(--blush-dark); color: #fff; }
.btn-secondary { background: var(--butter); color: var(--dark-stone); }
.btn-secondary:hover { background: var(--butter-dark); }
.btn-ghost { background: transparent; color: var(--slate); border: 1px solid var(--light-stone); }
.btn-ghost:hover { background: var(--warm-white); }
.btn-crisis { background: var(--blush-dark); color: #fff; }
.btn-crisis:hover { background: #B0665A; }

/* ===== Logo ===== */
.logo { display: flex; align-items: center; gap: var(--sm); text-decoration: none; }
.logo-icon {
  width: 56px; height: 40px; background: #FFECF0; border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  padding: 5px 7px;
}
.logo-icon svg { width: 100%; height: 100%; }
.logo-text-wrapper { display: flex; flex-direction: column; line-height: 1.2; }
.logo-text { font-family: var(--font-heading); font-size: 20px; font-weight: 700; color: var(--dark-stone); letter-spacing: 0.02em; }
.logo-tagline { font-size: 10px; color: var(--medium-stone); letter-spacing: 0.06em; text-transform: uppercase; }

/* ============================================================
   Landing page
   ============================================================ */

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--warm-white) 88%, transparent);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--light-stone);
}
.site-header-inner {
  max-width: 1200px; margin: 0 auto; padding: var(--md) var(--lg);
  display: flex; align-items: center; justify-content: space-between; gap: var(--md);
}
.site-nav { display: flex; align-items: center; gap: var(--lg); }
.site-nav a { color: var(--slate); text-decoration: none; font-size: 15px; }
.site-nav a:hover { color: var(--dark-stone); }

.hero {
  max-width: 1200px; margin: 0 auto;
  padding: var(--xxxl) var(--lg);
  text-align: center;
}
.hero-eyebrow {
  display: inline-block; font-size: 13px; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--blush-dark);
  background: var(--blush-light); padding: 6px 14px; border-radius: 20px;
  margin-bottom: var(--lg);
}
.hero h1 {
  font-family: var(--font-heading); font-size: clamp(32px, 5vw, 48px);
  font-weight: 700; line-height: 1.2; color: var(--dark-stone);
  max-width: 760px; margin: 0 auto var(--md);
}
.hero p.hero-sub {
  font-size: 18px; color: var(--medium-stone); max-width: 560px; margin: 0 auto var(--xl);
  line-height: 1.7;
}
.hero-actions { display: flex; gap: var(--md); justify-content: center; flex-wrap: wrap; }
.hero-note { margin-top: var(--md); font-size: 13px; color: var(--medium-stone); font-style: italic; }

.bridge-divider { display: flex; justify-content: center; padding: var(--sm) 0 var(--xl); }
.bridge-divider svg { width: 120px; height: 32px; stroke: var(--blush); stroke-width: 2; fill: none; stroke-linecap: round; opacity: 0.7; }

.section { max-width: 1200px; margin: 0 auto; padding: var(--xxl) var(--lg); }
.section-header { text-align: center; margin-bottom: var(--xl); }
.section-header h2 { font-family: var(--font-heading); font-size: 28px; color: var(--dark-stone); margin-bottom: var(--sm); }
.section-header p { color: var(--medium-stone); max-width: 520px; margin: 0 auto; }

/* Why Setu */
.pillars { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: var(--md); }
.pillar {
  background: var(--card-bg); border-radius: var(--radius-lg); padding: var(--lg);
  box-shadow: var(--shadow-sm); border-top: 4px solid var(--blush);
}
.pillar:nth-child(2) { border-top-color: var(--butter-dark); }
.pillar:nth-child(3) { border-top-color: var(--mint-dark); }
.pillar:nth-child(4) { border-top-color: var(--blush-dark); }
.pillar-icon { font-size: 26px; margin-bottom: var(--sm); }
.pillar h3 { font-size: 17px; color: var(--dark-stone); margin-bottom: var(--xs); }
.pillar p { font-size: 14px; color: var(--medium-stone); }

/* How it works */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: var(--lg); counter-reset: step; }
.step { text-align: center; padding: var(--md); }
.step-num {
  width: 44px; height: 44px; border-radius: var(--radius-full);
  background: var(--butter-light); color: var(--dark-stone);
  font-family: var(--font-heading); font-weight: 700; font-size: 18px;
  display: flex; align-items: center; justify-content: center; margin: 0 auto var(--md);
  border: 2px solid var(--butter);
}
.step h3 { font-size: 16px; color: var(--dark-stone); margin-bottom: var(--xs); }
.step p { font-size: 14px; color: var(--medium-stone); }

/* Persona showcase grid (landing + app selection) */
.persona-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--md); width: 100%;
}
.persona-card-large {
  background: var(--card-bg); border-radius: var(--radius-lg); padding: var(--lg);
  box-shadow: var(--shadow-sm); border: 2px solid transparent;
  transition: all var(--ease);
  display: flex; flex-direction: column; gap: var(--sm);
  text-align: left;
}
.persona-card-large:hover {
  border-color: var(--accent, var(--blush));
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.persona-card-large.recommended { border-color: var(--accent, var(--blush)); }
.recommended-badge {
  align-self: flex-start; font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.05em;
  background: var(--butter-light); color: #9A7030;
  padding: 3px 10px; border-radius: 10px;
}
.persona-card-large .card-top { display: flex; align-items: flex-start; gap: var(--md); }
.persona-card-large .card-avatar {
  width: 64px; height: 64px; border-radius: var(--radius-full); object-fit: cover;
  border: 3px solid var(--accent, var(--light-stone)); flex-shrink: 0;
}
.persona-card-large .card-name { font-size: 18px; font-weight: 700; color: var(--dark-stone); font-family: var(--font-heading); }
.persona-card-large .card-tags { display: flex; gap: var(--xs); flex-wrap: wrap; margin-top: 4px; }
.persona-card-large .card-tag {
  font-size: 11px; font-weight: 600; padding: 2px 8px; border-radius: 10px;
  text-transform: uppercase; letter-spacing: 0.03em;
  background: color-mix(in srgb, var(--accent, var(--blush)) 15%, transparent);
  color: var(--accent-text, var(--slate));
}
.persona-card-large .card-quote {
  font-style: italic; font-size: 14px; color: var(--medium-stone);
  padding-left: var(--md); border-left: 3px solid var(--accent, var(--light-stone));
}
.persona-card-large .card-desc { font-size: 14px; color: var(--slate); }
.persona-card-large .card-orientation { font-size: 12px; color: var(--medium-stone); }
.persona-card-large .card-btn { margin-top: auto; align-self: flex-start; }

/* Disclaimer / honesty section */
.honesty {
  background: var(--card-bg); border-radius: var(--radius-lg); padding: var(--xl);
  box-shadow: var(--shadow-sm); max-width: 760px; margin: 0 auto;
  border-left: 4px solid var(--mint-dark);
}
.honesty h2 { font-family: var(--font-heading); font-size: 22px; color: var(--dark-stone); margin-bottom: var(--md); }
.honesty p { font-size: 15px; margin-bottom: var(--sm); }
.honesty ul { padding-left: 20px; font-size: 15px; }
.honesty li { margin-bottom: var(--xs); }

.site-footer { border-top: 1px solid var(--light-stone); margin-top: var(--xl); }
.site-footer-inner {
  max-width: 1200px; margin: 0 auto; padding: var(--xl) var(--lg);
  display: flex; flex-wrap: wrap; gap: var(--lg); justify-content: space-between; align-items: center;
}
.site-footer p { font-size: 13px; color: var(--medium-stone); }
.footer-crisis {
  width: 100%;
  background: var(--crisis-bg); border-left: 4px solid var(--crisis-border);
  color: var(--crisis-text); border-radius: var(--radius-md);
  padding: var(--md); font-size: 14px;
}
.footer-crisis a { color: var(--crisis-border); font-weight: 600; }

/* ============================================================
   App — quiz / selection / chat
   ============================================================ */

.app-layout { display: flex; min-height: 100vh; max-width: 1280px; margin: 0 auto; }

/* --- Sidebar --- */
.sidebar {
  width: 300px; min-width: 300px;
  background: var(--card-bg);
  border-right: 1px solid var(--light-stone);
  padding: var(--lg);
  display: flex; flex-direction: column;
  overflow-y: auto; height: 100vh; position: sticky; top: 0;
}
.sidebar-header {
  display: flex; align-items: center; justify-content: space-between; gap: var(--sm);
  margin-bottom: var(--lg); padding-bottom: var(--md);
  border-bottom: 1px solid var(--light-stone);
}
.sidebar-label {
  font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--medium-stone); margin: var(--sm) 0;
}
.persona-list { display: flex; flex-direction: column; gap: var(--sm); flex: 1; }

.persona-card {
  display: flex; align-items: center; gap: var(--md);
  padding: var(--sm) var(--md); border-radius: var(--radius-md);
  cursor: pointer; transition: all var(--ease);
  border: 2px solid transparent; background: transparent;
  text-align: left; width: 100%; font-family: var(--font-body);
}
.persona-card:hover { background: var(--blush-light); transform: translateX(2px); }
.persona-card.active { border-color: var(--accent, var(--blush)); background: var(--blush-light); }
.persona-avatar {
  width: 44px; height: 44px; border-radius: var(--radius-full); object-fit: cover;
  border: 2px solid var(--accent, var(--light-stone)); flex-shrink: 0;
}
.persona-info { flex: 1; min-width: 0; }
.persona-name { font-size: 14px; font-weight: 600; color: var(--dark-stone); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.persona-specialty { font-size: 12px; color: var(--medium-stone); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.persona-unread {
  font-size: 10px; font-weight: 700; color: #fff; background: var(--mint-dark);
  border-radius: 10px; padding: 1px 7px;
}

.sidebar-footer {
  margin-top: auto; padding-top: var(--md); border-top: 1px solid var(--light-stone);
  display: flex; flex-direction: column; gap: var(--sm);
  font-size: 12px; color: var(--medium-stone);
}
.sidebar-status { display: flex; align-items: center; gap: var(--sm); }
.status-dot { width: 8px; height: 8px; border-radius: var(--radius-full); background: var(--success); display: inline-block; flex-shrink: 0; }
.sidebar-footer button.linklike {
  background: none; border: none; color: var(--medium-stone); cursor: pointer;
  font-family: var(--font-body); font-size: 12px; text-align: left; text-decoration: underline; padding: 0;
}
.sidebar-footer button.linklike:hover { color: var(--dark-stone); }

/* --- Main column --- */
.main-content {
  flex: 1; display: flex; flex-direction: column;
  height: 100vh; width: 100%; min-width: 0;
}

/* --- Welcome / quiz / selection screens --- */
.screen { flex: 1; overflow-y: auto; padding: var(--xl) var(--lg); }
.screen-inner { max-width: 980px; margin: 0 auto; }
.screen-header { text-align: center; margin-bottom: var(--xl); }
.screen-header h1 { font-family: var(--font-heading); font-size: 30px; color: var(--dark-stone); margin-bottom: var(--sm); }
.screen-header p { color: var(--medium-stone); max-width: 540px; margin: 0 auto; }

.quiz-card {
  background: var(--card-bg); border-radius: var(--radius-lg); padding: var(--xl);
  box-shadow: var(--shadow-md); max-width: 640px; margin: 0 auto;
}
.quiz-progress { font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--medium-stone); margin-bottom: var(--sm); }
.quiz-question { font-family: var(--font-heading); font-size: 21px; color: var(--dark-stone); margin-bottom: var(--lg); }
.quiz-options { display: flex; flex-direction: column; gap: var(--sm); }
.quiz-option {
  padding: var(--md); border: 2px solid var(--light-stone); border-radius: var(--radius-md);
  background: transparent; cursor: pointer; font-family: var(--font-body); font-size: 15px;
  color: var(--slate); text-align: left; transition: all var(--ease);
  display: flex; align-items: center; gap: var(--md); min-height: 44px;
}
.quiz-option:hover { border-color: var(--blush); background: var(--blush-light); }
.quiz-option .emoji { font-size: 20px; }
.quiz-skip { margin-top: var(--lg); text-align: center; }

/* --- Chat --- */
.chat-header {
  padding: var(--md) var(--lg); border-bottom: 1px solid var(--light-stone);
  background: var(--card-bg); display: flex; align-items: center; gap: var(--md); flex-shrink: 0;
}
.chat-header-avatar {
  width: 48px; height: 48px; border-radius: var(--radius-full); object-fit: cover;
  border: 2px solid var(--accent, var(--blush)); flex-shrink: 0;
}
.chat-header-info { flex: 1; min-width: 0; }
.chat-header-name { font-size: 16px; font-weight: 600; color: var(--dark-stone); }
.chat-header-status { font-size: 13px; color: var(--medium-stone); }
.chat-header-actions { display: flex; gap: var(--sm); }
.header-btn {
  min-width: 36px; height: 36px; padding: 0 10px; border-radius: 18px;
  border: 1px solid var(--light-stone); background: var(--card-bg); color: var(--medium-stone);
  cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 6px;
  transition: all var(--ease); font-size: 14px; font-family: var(--font-body);
}
.header-btn:hover { background: var(--light-stone); color: var(--dark-stone); }

.messages-area {
  flex: 1; overflow-y: auto; padding: var(--lg);
  display: flex; flex-direction: column; gap: var(--md);
  background: var(--warm-white);
}
.messages-inner { width: 100%; max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: var(--md); }
.messages-area::-webkit-scrollbar { width: 6px; }
.messages-area::-webkit-scrollbar-track { background: transparent; }
.messages-area::-webkit-scrollbar-thumb { background: var(--light-stone); border-radius: 3px; }

.system-message {
  text-align: center; font-size: 13px; color: var(--medium-stone); font-style: italic;
  max-width: 520px; margin: 0 auto; padding: var(--sm) var(--md);
}

.crisis-banner {
  background: var(--crisis-bg); border-left: 4px solid var(--crisis-border);
  color: var(--crisis-text); padding: var(--md); border-radius: var(--radius-md);
  font-size: 14px; display: flex; align-items: flex-start; gap: var(--sm);
}
.crisis-banner-icon { font-size: 18px; flex-shrink: 0; line-height: 1.4; }
.crisis-banner strong { font-weight: 600; }
.crisis-banner a { color: var(--crisis-border); font-weight: 600; }
.crisis-banner.pinned { position: sticky; top: 0; z-index: 5; box-shadow: var(--shadow-md); }

.message { display: flex; gap: var(--sm); max-width: 85%; animation: messageIn 300ms ease-out; }
@keyframes messageIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.message.user { align-self: flex-end; flex-direction: row-reverse; }
.message.persona { align-self: flex-start; }
.message-avatar { width: 32px; height: 32px; border-radius: var(--radius-full); object-fit: cover; flex-shrink: 0; margin-top: 4px; }
.message-bubble {
  padding: 12px var(--md); border-radius: var(--radius-md);
  font-size: 15px; line-height: 1.6; position: relative;
  white-space: pre-wrap; overflow-wrap: break-word;
}
.message.persona .message-bubble {
  background: var(--card-bg); color: var(--slate);
  border-left: 4px solid var(--accent, var(--blush)); box-shadow: var(--shadow-sm);
}
.message.user .message-bubble { background: var(--user-bubble); color: var(--dark-stone); }
.message-time { font-size: 11px; color: var(--medium-stone); margin-top: 4px; display: block; white-space: normal; }
.message.user .message-time { text-align: right; }
.message.persona .message-bubble.error-bubble { border-left-color: var(--crisis-border); background: var(--crisis-bg); color: var(--crisis-text); }

.typing-indicator { display: flex; align-items: center; gap: var(--sm); animation: messageIn 300ms ease-out; }
.typing-avatar { width: 32px; height: 32px; border-radius: var(--radius-full); object-fit: cover; }
.typing-dots {
  display: flex; gap: 4px; padding: var(--md); background: var(--card-bg);
  border-radius: var(--radius-md); border-left: 4px solid var(--accent, var(--blush)); box-shadow: var(--shadow-sm);
}
.typing-dot { width: 8px; height: 8px; border-radius: var(--radius-full); background: var(--medium-stone); animation: typingBounce 1.4s ease-in-out infinite; }
.typing-dot:nth-child(2) { animation-delay: 0.2s; }
.typing-dot:nth-child(3) { animation-delay: 0.4s; }
@keyframes typingBounce { 0%, 60%, 100% { transform: translateY(0); opacity: 0.4; } 30% { transform: translateY(-6px); opacity: 1; } }

.input-area { padding: var(--md) var(--lg); background: var(--card-bg); border-top: 1px solid var(--light-stone); flex-shrink: 0; }
.input-container {
  display: flex; align-items: flex-end; gap: var(--sm);
  max-width: 760px; margin: 0 auto;
  background: var(--warm-white); border: 1px solid var(--light-stone);
  border-radius: var(--radius-lg); padding: var(--sm) var(--sm) var(--sm) var(--md);
  transition: border-color var(--ease);
}
.input-container:focus-within { border-color: var(--blush); box-shadow: 0 0 0 3px rgba(232, 180, 168, 0.25); }
.input-textarea {
  flex: 1; border: none; background: transparent;
  font-family: var(--font-body); font-size: 15px; color: var(--dark-stone);
  resize: none; outline: none; line-height: 1.5; max-height: 140px; padding: 6px 0;
}
.input-textarea::placeholder { color: var(--medium-stone); }
.input-btn {
  width: 40px; height: 40px; border: none; background: var(--blush); color: #fff;
  border-radius: var(--radius-full); cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all var(--ease); font-size: 18px; flex-shrink: 0;
}
.input-btn:hover:not(:disabled) { background: var(--blush-dark); }
.input-btn:disabled { opacity: 0.5; cursor: not-allowed; }
.input-hint { max-width: 760px; margin: var(--sm) auto 0; font-size: 11px; color: var(--medium-stone); text-align: center; }

/* --- Modal --- */
.modal-backdrop {
  position: fixed; inset: 0; background: rgba(45, 42, 39, 0.45);
  display: flex; align-items: center; justify-content: center; z-index: 100; padding: var(--md);
}
.modal {
  background: var(--card-bg); border-radius: var(--radius-lg); padding: var(--xl);
  max-width: 520px; width: 100%; box-shadow: var(--shadow-lg);
  max-height: 85vh; overflow-y: auto;
}
.modal h2 { font-family: var(--font-heading); font-size: 22px; color: var(--dark-stone); margin-bottom: var(--md); }
.modal p, .modal li { font-size: 14px; color: var(--slate); }
.modal p { margin-bottom: var(--sm); }
.modal ul { padding-left: 20px; margin-bottom: var(--md); }
.modal .modal-actions { display: flex; gap: var(--sm); justify-content: flex-end; margin-top: var(--lg); flex-wrap: wrap; }
.hidden { display: none !important; }

#sidebarClose { display: none; }

/* Mobile top bar for the app */
.mobile-bar {
  display: none; align-items: center; justify-content: space-between;
  padding: var(--sm) var(--md); background: var(--card-bg); border-bottom: 1px solid var(--light-stone);
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .sidebar { position: fixed; left: 0; top: 0; z-index: 60; transform: translateX(-100%); transition: transform var(--ease); box-shadow: var(--shadow-lg); }
  .sidebar.open { transform: translateX(0); }
  #sidebarClose { display: flex; }
  .mobile-bar { display: flex; }
  .main-content { height: 100dvh; }
}
@media (max-width: 640px) {
  .hero { padding: var(--xl) var(--md); }
  .section { padding: var(--xl) var(--md); }
  .screen { padding: var(--lg) var(--md); }
  .messages-area { padding: var(--md); }
  .chat-header { padding: var(--sm) var(--md); }
  .input-area { padding: var(--sm) var(--md); }
  .message { max-width: 92%; }
  .persona-card-large { padding: var(--md); }
  .quiz-card { padding: var(--lg); }
  .site-nav { display: none; }
}

/* Setu uses a single bright-pastel theme (no dark mode). */

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