/* Kē rebrand dashboard. Every rule is mode-scoped so /app remains unchanged. */
html.ke-rebrand-mode {
  --kr-navy: #192a33;
  --kr-navy-soft: #263b47;
  --kr-burgundy: #6f263f;
  --kr-sage: #7b9180;
  --kr-gold: #ddb86d;
  --kr-gold-light: #f0ca82;
  --kr-cream: #f4ebe0;
  --kr-paper: #fffdf9;
}

html.ke-rebrand-mode body,
html.ke-rebrand-mode #app,
html.ke-rebrand-mode #screen-area { background: var(--kr-paper) !important; }

html.ke-rebrand-mode .screen,
html.ke-rebrand-mode [id^="scr-"] {
  background-color: var(--kr-paper) !important;
  background-image:
    radial-gradient(circle at 88% 8%, rgba(240,202,130,.17), transparent 24rem),
    radial-gradient(circle at 5% 68%, rgba(111,38,63,.055), transparent 28rem) !important;
}

html.ke-rebrand-mode .scr-hdr-v2,
html.ke-rebrand-mode .talk-hdr {
  background:
    radial-gradient(circle at 82% -70%, rgba(240,202,130,.2), transparent 48%),
    linear-gradient(112deg, #13242d, var(--kr-navy) 52%, #213844) !important;
  border-bottom-color: rgba(240,202,130,.55) !important;
  box-shadow: 0 10px 30px rgba(20,36,45,.15);
  overflow: hidden;
  position: relative;
}

html.ke-rebrand-mode .scr-hdr-v2::after,
html.ke-rebrand-mode .talk-hdr::after,
html.ke-rebrand-mode #tab-bar::after {
  animation: keBrandLightSweep 4.8s ease-in-out infinite;
  background: linear-gradient(105deg, transparent 25%, rgba(240,202,130,.04) 40%, rgba(255,248,222,.6) 50%, rgba(240,202,130,.08) 60%, transparent 75%);
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-125%) skewX(-12deg);
}

html.ke-rebrand-mode #tab-bar {
  background:
    radial-gradient(circle at 82% 0, rgba(240,202,130,.13), transparent 30%),
    linear-gradient(180deg, #1c3039, #14252d) !important;
  border-top-color: rgba(240,202,130,.62) !important;
  box-shadow: 0 -12px 28px rgba(20,36,45,.14);
  overflow: hidden;
}

html.ke-rebrand-mode #tab-bar::before {
  background: linear-gradient(90deg, transparent, rgba(221,184,109,.5) 22%, #fff0bd 50%, rgba(221,184,109,.5) 78%, transparent);
  box-shadow: 0 0 12px rgba(240,202,130,.72);
  height: 2px;
}

html.ke-rebrand-mode #tab-bar .tab-btn.active .tab-icon-wrap {
  background: radial-gradient(circle, rgba(240,202,130,.25), rgba(240,202,130,.04) 58%, transparent 72%);
  filter: drop-shadow(0 0 8px rgba(240,202,130,.42));
}

html.ke-rebrand-mode .ep-card,
html.ke-rebrand-mode .break-card,
html.ke-rebrand-mode .course-card,
html.ke-rebrand-mode .group-card-functional,
html.ke-rebrand-mode .res-guide-card,
html.ke-rebrand-mode .res-social-card,
html.ke-rebrand-mode .res-account-card {
  border-color: rgba(221,184,109,.72) !important;
  box-shadow: 0 13px 28px rgba(25,42,51,.08), 0 0 0 1px rgba(255,244,207,.42) inset !important;
}

html.ke-rebrand-mode #scr-courses .group-card-functional::after,
html.ke-rebrand-mode #scr-courses .res-social-card::after,
html.ke-rebrand-mode #scr-courses .res-guide-card::after,
html.ke-rebrand-mode #scr-courses .res-account-card::after {
  animation-duration: 4s;
  background: linear-gradient(108deg, transparent 24%, rgba(240,202,130,.06) 38%, rgba(255,249,226,.72) 49%, rgba(240,202,130,.34) 56%, transparent 72%);
}

@keyframes keBrandLightSweep {
  0%, 12% { transform: translateX(-125%) skewX(-12deg); }
  58%, 100% { transform: translateX(125%) skewX(-12deg); }
}

html.ke-rebrand-mode #scr-dashboard {
  --kd-navy: var(--kr-navy);
  --kd-navy-soft: var(--kr-navy-soft);
  --kd-burgundy: var(--kr-burgundy);
  --kd-sage: var(--kr-sage);
  --kd-gold: var(--kr-gold);
  --kd-gold-light: var(--kr-gold-light);
  --kd-cream: var(--kr-cream);
  --kd-paper: var(--kr-paper);
  --kd-ink: #1f2c32;
  --kd-muted: #69757a;
  --kd-line: rgba(26, 40, 48, 0.12);
  background:
    radial-gradient(circle at 86% 4%, rgba(240,202,130,.2), transparent 25rem),
    radial-gradient(circle at 4% 44%, rgba(111,38,63,.055), transparent 28rem),
    #ffffff !important;
  color: var(--kd-ink) !important;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 36px;
}

html.ke-rebrand-mode #scr-dashboard * { box-sizing: border-box; }
html.ke-rebrand-mode #scr-dashboard button,
html.ke-rebrand-mode #scr-dashboard input,
html.ke-rebrand-mode #scr-dashboard textarea,
html.ke-rebrand-mode #scr-dashboard select { font: inherit; }

html.ke-rebrand-mode .ke-dashboard-header {
  align-items: center;
  background:
    radial-gradient(circle at 84% -60%, rgba(240,202,130,.2), transparent 45%),
    linear-gradient(112deg, #14252e, var(--kd-navy) 58%, #233b46);
  border-bottom: 1px solid rgba(240, 202, 130, 0.55);
  box-shadow: 0 12px 32px rgba(20,36,45,.16);
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  min-height: 72px;
  overflow: hidden;
  padding: 12px clamp(18px, 4vw, 42px);
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 20;
}
html.ke-rebrand-mode .ke-dashboard-header::after {
  animation: keBrandLightSweep 4.8s ease-in-out infinite;
  background: linear-gradient(105deg, transparent 25%, rgba(240,202,130,.05) 40%, rgba(255,248,222,.62) 50%, rgba(240,202,130,.08) 60%, transparent 75%);
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-125%) skewX(-12deg);
}
html.ke-rebrand-mode .ke-dashboard-header > * { position: relative; z-index: 1; }

html.ke-rebrand-mode .ke-dashboard-brand,
html.ke-rebrand-mode .ke-dashboard-header-actions { align-items: center; display: flex; }
html.ke-rebrand-mode .ke-dashboard-brand { gap: 12px; }
html.ke-rebrand-mode .ke-dashboard-brand img { height: 44px; object-fit: contain; width: 44px; }
html.ke-rebrand-mode .ke-dashboard-brand span { color: var(--kd-gold-light); font-size: 10px; font-weight: 800; letter-spacing: 1.7px; }
html.ke-rebrand-mode .ke-dashboard-header-actions { gap: 10px; }
html.ke-rebrand-mode .ke-dashboard-icon-button,
html.ke-rebrand-mode .ke-dashboard-avatar {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(233, 186, 97, 0.3);
  color: var(--kd-gold-light);
  cursor: pointer;
  display: flex;
  height: 38px;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 38px;
}
html.ke-rebrand-mode .ke-dashboard-icon-button { border-radius: 50%; }
html.ke-rebrand-mode .ke-dashboard-icon-button svg { fill: none; height: 20px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; width: 20px; }
html.ke-rebrand-mode .ke-dashboard-icon-button .notif-badge-shared { align-items: center; background: var(--kd-gold-light); border-radius: 8px; color: var(--kd-navy); display: none; font-size: 9px; font-weight: 800; height: 16px; justify-content: center; min-width: 16px; padding: 0 4px; position: absolute; right: -4px; top: -4px; }
html.ke-rebrand-mode .ke-dashboard-avatar { background: var(--kd-burgundy); border: 0; border-radius: 50%; color: #fff; font-size: 12px; font-weight: 800; }

html.ke-rebrand-mode .ke-dashboard-main { margin: 0 auto; max-width: 1120px; padding: clamp(26px, 5vw, 54px) clamp(16px, 4vw, 38px) 50px; width: 100%; }
html.ke-rebrand-mode .ke-dashboard-welcome { align-items: flex-end; display: flex; gap: 28px; justify-content: space-between; margin-bottom: 30px; }
html.ke-rebrand-mode .ke-dashboard-date,
html.ke-rebrand-mode .ke-dashboard-eyebrow { color: var(--kd-burgundy) !important; font-size: 10px; font-weight: 800; letter-spacing: 1.55px; line-height: 1.2; margin: 0 0 8px; text-transform: uppercase; }
html.ke-rebrand-mode .ke-dashboard-welcome h1 { color: var(--kd-navy) !important; font-family: 'Playfair Display', serif; font-size: clamp(32px, 5vw, 54px); font-weight: 600; letter-spacing: -1px; line-height: 1.06; margin: 0 0 10px; }
html.ke-rebrand-mode .ke-dashboard-welcome p:not(.ke-dashboard-date) { color: var(--kd-muted) !important; font-family: 'Cormorant Garamond', serif; font-size: clamp(18px, 2.2vw, 23px); font-style: italic; line-height: 1.35; margin: 0; max-width: 670px; }
html.ke-rebrand-mode .ke-dashboard-card { background: var(--kd-paper); border: 1px solid rgba(221, 184, 109, .72); border-radius: 22px; box-shadow: 0 14px 34px rgba(26, 40, 48, 0.08), 0 0 0 1px rgba(255,244,207,.55) inset; padding: clamp(20px, 3vw, 28px); }
html.ke-rebrand-mode .ke-dashboard-card-heading { align-items: flex-start; display: flex; gap: 14px; justify-content: space-between; margin-bottom: 20px; }
html.ke-rebrand-mode .ke-dashboard-card h2,
html.ke-rebrand-mode .ke-dashboard-section h2 { color: var(--kd-navy) !important; font-family: 'Playfair Display', serif; font-size: clamp(22px, 2.6vw, 29px); font-weight: 600; line-height: 1.15; margin: 0; }
html.ke-rebrand-mode .ke-dashboard-step,
html.ke-rebrand-mode .ke-dashboard-lock { background: rgba(200, 165, 88, 0.14); border-radius: 20px; color: var(--kd-burgundy); flex: 0 0 auto; font-size: 10px; font-weight: 800; padding: 7px 10px; text-transform: uppercase; }
html.ke-rebrand-mode .ke-dashboard-checkin { background: radial-gradient(circle at 88% 4%, rgba(240,202,130,.2), transparent 42%), linear-gradient(135deg, #772a46 0%, #5d2037 100%); border-color: rgba(240,202,130,.76); color: var(--kd-cream); margin-bottom: 22px; }
html.ke-rebrand-mode .ke-dashboard-checkin h2 { color: var(--kd-cream) !important; }
html.ke-rebrand-mode .ke-dashboard-checkin .ke-dashboard-eyebrow,
html.ke-rebrand-mode .ke-dashboard-checkin .ke-dashboard-fieldset legend { color: var(--kd-gold-light) !important; }
html.ke-rebrand-mode .ke-dashboard-fieldset { border: 0; margin: 0; padding: 0; }
html.ke-rebrand-mode .ke-dashboard-fieldset legend { color: var(--kd-muted); font-size: 13px; margin-bottom: 12px; }
html.ke-rebrand-mode .ke-dashboard-emotions { display: flex; flex-wrap: wrap; gap: 9px; }
html.ke-rebrand-mode .ke-dashboard-emotions button { background: #fff; border: 1px solid rgba(26, 40, 48, 0.16); border-radius: 999px; color: var(--kd-ink); cursor: pointer; font-size: 13px; font-weight: 700; padding: 10px 16px; }
html.ke-rebrand-mode .ke-dashboard-checkin .ke-dashboard-emotions button { background: rgba(255,253,249,.1); border-color: rgba(240,202,130,.46); color: var(--kd-cream); }
html.ke-rebrand-mode .ke-dashboard-emotions button:hover,
html.ke-rebrand-mode .ke-dashboard-emotions button[aria-pressed="true"] { background: var(--kd-navy); border-color: var(--kd-navy); color: #fff; }
html.ke-rebrand-mode .ke-dashboard-checkin .ke-dashboard-emotions button:hover,
html.ke-rebrand-mode .ke-dashboard-checkin .ke-dashboard-emotions button[aria-pressed="true"] { background: var(--kd-gold); border-color: #ffe3a0; box-shadow: 0 0 18px rgba(240,202,130,.28); color: var(--kd-navy); }
html.ke-rebrand-mode .ke-dashboard-checkin-more { border-top: 1px solid var(--kd-line); display: grid; gap: 14px; margin-top: 20px; padding-top: 20px; }
html.ke-rebrand-mode .ke-dashboard-checkin-more[hidden] { display: none; }
html.ke-rebrand-mode .ke-dashboard-checkin-more label { color: var(--kd-navy); display: grid; font-size: 13px; font-weight: 700; gap: 7px; }
html.ke-rebrand-mode .ke-dashboard-checkin .ke-dashboard-checkin-more { border-top-color: rgba(240,202,130,.25); }
html.ke-rebrand-mode .ke-dashboard-checkin .ke-dashboard-checkin-more label,
html.ke-rebrand-mode .ke-dashboard-checkin .ke-dashboard-checkin-more label small { color: var(--kd-cream); }
html.ke-rebrand-mode .ke-dashboard-checkin-more label small { color: var(--kd-muted); font-weight: 400; }
html.ke-rebrand-mode .ke-dashboard-checkin-more select,
html.ke-rebrand-mode .ke-dashboard-checkin-more textarea,
html.ke-rebrand-mode .ke-dashboard-journal input,
html.ke-rebrand-mode .ke-dashboard-journal textarea { background: #fff; border: 1px solid rgba(26, 40, 48, 0.16); border-radius: 12px; color: var(--kd-ink); outline: 0; padding: 12px 13px; resize: vertical; width: 100%; }
html.ke-rebrand-mode .ke-dashboard-checkin-more select:focus,
html.ke-rebrand-mode .ke-dashboard-checkin-more textarea:focus,
html.ke-rebrand-mode .ke-dashboard-journal input:focus,
html.ke-rebrand-mode .ke-dashboard-journal textarea:focus { border-color: var(--kd-gold); box-shadow: 0 0 0 3px rgba(200, 165, 88, .15); }
html.ke-rebrand-mode .ke-dashboard-primary-button,
html.ke-rebrand-mode .ke-dashboard-secondary-button { border-radius: 12px; cursor: pointer; font-size: 12px; font-weight: 800; padding: 11px 15px; }
html.ke-rebrand-mode .ke-dashboard-primary-button { background: linear-gradient(105deg, #c99f52, #f0ca82 48%, #d3a85b); border: 1px solid #f4d897; box-shadow: 0 8px 22px rgba(200,157,79,.24); color: var(--kd-navy); justify-self: start; }
html.ke-rebrand-mode .ke-dashboard-primary-button:disabled { cursor: wait; opacity: .55; }
html.ke-rebrand-mode .ke-dashboard-secondary-button { background: transparent; border: 1px solid var(--kd-gold); color: var(--kd-navy); }
html.ke-rebrand-mode .ke-dashboard-checkin-complete { align-items: center; background: rgba(200, 165, 88, .12); border-radius: 14px; color: var(--kd-navy); display: flex; gap: 12px; padding: 15px; }
html.ke-rebrand-mode .ke-dashboard-checkin-complete[hidden] { display: none; }
html.ke-rebrand-mode .ke-dashboard-checkin-complete span { align-items: center; background: var(--kd-gold); border-radius: 50%; color: #fff; display: flex; flex: 0 0 30px; height: 30px; justify-content: center; }
html.ke-rebrand-mode .ke-dashboard-checkin-complete strong,
html.ke-rebrand-mode .ke-dashboard-checkin-complete small { display: block; }
html.ke-rebrand-mode .ke-dashboard-checkin-complete small { color: var(--kd-muted); margin-top: 3px; }

html.ke-rebrand-mode .ke-dashboard-grid { display: grid; gap: 22px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 34px; }
html.ke-rebrand-mode .ke-dashboard-continue { background: radial-gradient(circle at 92% 0, rgba(240,202,130,.18), transparent 38%), linear-gradient(135deg, #203640, #152832); color: var(--kd-cream); }
html.ke-rebrand-mode .ke-dashboard-continue h2,
html.ke-rebrand-mode .ke-dashboard-continue .ke-dashboard-media-copy strong { color: var(--kd-cream) !important; }
html.ke-rebrand-mode .ke-dashboard-continue .ke-dashboard-eyebrow,
html.ke-rebrand-mode .ke-dashboard-continue .ke-dashboard-media-copy em { color: var(--kd-gold-light) !important; }
html.ke-rebrand-mode .ke-dashboard-continue .ke-dashboard-media-copy small { color: rgba(244,235,224,.68); }
html.ke-rebrand-mode .ke-dashboard-continue .ke-dashboard-progress { background: rgba(255,255,255,.15); }
html.ke-rebrand-mode .ke-dashboard-plan { background: radial-gradient(circle at 88% 5%, rgba(255,244,207,.17), transparent 38%), linear-gradient(135deg, #819787, #6e8575); color: #fff; }
html.ke-rebrand-mode .ke-dashboard-plan h2 { color: #fff !important; }
html.ke-rebrand-mode .ke-dashboard-plan .ke-dashboard-eyebrow { color: #fff4d7 !important; }
html.ke-rebrand-mode .ke-dashboard-plan .ke-dashboard-text-button { color: #fff4d7; }
html.ke-rebrand-mode .ke-dashboard-plan .ke-dashboard-plan-item { background: rgba(255,253,249,.9); border: 1px solid rgba(255,244,207,.54); }
html.ke-rebrand-mode .ke-dashboard-media-row { align-items: center; background: transparent; border: 0; color: inherit; cursor: pointer; display: flex; gap: 16px; padding: 0; text-align: left; width: 100%; }
html.ke-rebrand-mode .ke-dashboard-media-image { border-radius: 14px; flex: 0 0 145px; height: 102px; overflow: hidden; position: relative; }
html.ke-rebrand-mode .ke-dashboard-media-image::after { background: linear-gradient(0deg, rgba(26,40,48,.42), transparent); content: ''; inset: 0; position: absolute; }
html.ke-rebrand-mode .ke-dashboard-media-image img { height: 100%; object-fit: cover; width: 100%; }
html.ke-rebrand-mode .ke-dashboard-media-image i { align-items: center; background: rgba(255,255,255,.92); border-radius: 50%; bottom: 10px; color: var(--kd-burgundy); display: flex; font-size: 10px; font-style: normal; height: 28px; justify-content: center; left: 10px; padding-left: 2px; position: absolute; width: 28px; z-index: 2; }
html.ke-rebrand-mode .ke-dashboard-media-copy { display: block; min-width: 0; width: 100%; }
html.ke-rebrand-mode .ke-dashboard-media-copy strong,
html.ke-rebrand-mode .ke-dashboard-media-copy small,
html.ke-rebrand-mode .ke-dashboard-media-copy em { display: block; }
html.ke-rebrand-mode .ke-dashboard-media-copy strong { color: var(--kd-navy); font-family: 'Playfair Display', serif; font-size: 17px; line-height: 1.2; }
html.ke-rebrand-mode .ke-dashboard-media-copy small { color: var(--kd-muted); margin-top: 5px; }
html.ke-rebrand-mode .ke-dashboard-progress { background: rgba(26,40,48,.1); border-radius: 4px; display: block; height: 5px; margin: 13px 0 6px; overflow: hidden; }
html.ke-rebrand-mode .ke-dashboard-progress i { background: var(--kd-gold); display: block; height: 100%; width: 0; }
html.ke-rebrand-mode .ke-dashboard-media-copy em { color: var(--kd-burgundy); font-size: 10px; font-style: normal; font-weight: 800; }
html.ke-rebrand-mode .ke-dashboard-text-button { background: transparent; border: 0; color: var(--kd-burgundy); cursor: pointer; font-size: 11px; font-weight: 800; padding: 5px 0; white-space: nowrap; }
html.ke-rebrand-mode .ke-dashboard-plan-items { display: grid; gap: 10px; }
html.ke-rebrand-mode .ke-dashboard-plan-item { align-items: center; background: var(--kd-cream); border-radius: 12px; display: flex; gap: 11px; padding: 11px 12px; }
html.ke-rebrand-mode .ke-dashboard-plan-item i { align-items: center; background: #fff; border: 1px solid var(--kd-gold); border-radius: 50%; color: var(--kd-burgundy); display: flex; flex: 0 0 27px; font-size: 11px; font-style: normal; height: 27px; justify-content: center; }
html.ke-rebrand-mode .ke-dashboard-plan-item.done { opacity: .62; }
html.ke-rebrand-mode .ke-dashboard-plan-item.done i { background: var(--kd-gold); color: #fff; }
html.ke-rebrand-mode .ke-dashboard-plan-item strong,
html.ke-rebrand-mode .ke-dashboard-plan-item small { display: block; }
html.ke-rebrand-mode .ke-dashboard-plan-item strong { color: var(--kd-navy); font-size: 12px; }
html.ke-rebrand-mode .ke-dashboard-plan-item small { color: var(--kd-muted); margin-top: 2px; }
html.ke-rebrand-mode .ke-dashboard-empty { color: var(--kd-muted); font-size: 13px; line-height: 1.5; margin: 0; }
html.ke-rebrand-mode .ke-dashboard-skeleton { animation: kdPulse 1.4s ease-in-out infinite; background: rgba(26,40,48,.08); border-radius: 10px; height: 45px; }
html.ke-rebrand-mode .ke-dashboard-skeleton.short { width: 76%; }
@keyframes kdPulse { 50% { opacity: .42; } }

html.ke-rebrand-mode .ke-dashboard-section { margin-bottom: 34px; }
html.ke-rebrand-mode .ke-dashboard-section-heading { align-items: flex-end; display: flex; justify-content: space-between; margin-bottom: 18px; }
html.ke-rebrand-mode .ke-dashboard-section-heading p { color: var(--kd-muted) !important; font-size: 11px; margin: 0; }
html.ke-rebrand-mode .ke-dashboard-recommendation-grid { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
html.ke-rebrand-mode .ke-dashboard-recommendation { background: var(--kd-navy); border: 1px solid rgba(221,184,109,.74); border-radius: 18px; box-shadow: 0 15px 34px rgba(25,42,51,.14), 0 0 0 1px rgba(255,244,207,.38) inset; color: #fff; cursor: pointer; min-height: 205px; overflow: hidden; padding: 0; position: relative; text-align: left; }
html.ke-rebrand-mode .ke-dashboard-recommendation img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
html.ke-rebrand-mode .ke-dashboard-recommendation::after { background: linear-gradient(90deg, rgba(26,40,48,.96) 0%, rgba(26,40,48,.76) 52%, rgba(26,40,48,.16) 100%); content: ''; inset: 0; position: absolute; }
html.ke-rebrand-mode .ke-dashboard-recommendation:nth-child(even)::after { background: linear-gradient(90deg, rgba(111,38,63,.96) 0%, rgba(111,38,63,.76) 52%, rgba(111,38,63,.14) 100%); }
html.ke-rebrand-mode .ke-dashboard-recommendation-copy { display: block; max-width: 70%; padding: 25px; position: relative; z-index: 2; }
html.ke-rebrand-mode .ke-dashboard-recommendation-copy small,
html.ke-rebrand-mode .ke-dashboard-recommendation-copy strong,
html.ke-rebrand-mode .ke-dashboard-recommendation-copy em { display: block; }
html.ke-rebrand-mode .ke-dashboard-recommendation-copy small { color: var(--kd-gold-light); font-size: 9px; font-weight: 800; letter-spacing: 1.1px; margin-bottom: 8px; text-transform: uppercase; }
html.ke-rebrand-mode .ke-dashboard-recommendation-copy strong { font-family: 'Playfair Display', serif; font-size: clamp(20px, 2.4vw, 26px); line-height: 1.14; }
html.ke-rebrand-mode .ke-dashboard-recommendation-copy em { font-size: 11px; font-style: normal; font-weight: 700; margin-top: 18px; }

html.ke-rebrand-mode .ke-dashboard-lower-grid { align-items: stretch; }
html.ke-rebrand-mode .ke-dashboard-journal form { display: grid; gap: 10px; }
html.ke-rebrand-mode .ke-dashboard-journal form > div { align-items: center; display: flex; gap: 12px; justify-content: space-between; }
html.ke-rebrand-mode .ke-dashboard-journal form small { color: var(--kd-muted); font-size: 10px; }
html.ke-rebrand-mode .ke-dashboard-recent-entry { border-top: 1px solid var(--kd-line); margin-top: 18px; padding-top: 15px; }
html.ke-rebrand-mode .ke-dashboard-recent-entry[hidden] { display: none; }
html.ke-rebrand-mode .ke-dashboard-recent-entry small,
html.ke-rebrand-mode .ke-dashboard-recent-entry strong,
html.ke-rebrand-mode .ke-dashboard-recent-entry p { display: block; }
html.ke-rebrand-mode .ke-dashboard-recent-entry small { color: var(--kd-burgundy); font-size: 9px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
html.ke-rebrand-mode .ke-dashboard-recent-entry strong { color: var(--kd-navy); font-family: 'Playfair Display', serif; margin-top: 5px; }
html.ke-rebrand-mode .ke-dashboard-recent-entry p { color: var(--kd-muted) !important; font-size: 12px; line-height: 1.45; margin: 5px 0 0; }
html.ke-rebrand-mode .ke-dashboard-progress-card { background: radial-gradient(circle at 84% 0, rgba(240,202,130,.2), transparent 42%), linear-gradient(135deg, #203741, #13252e); color: #fff; }
html.ke-rebrand-mode .ke-dashboard-progress-card h2 { color: #fff !important; }
html.ke-rebrand-mode .ke-dashboard-progress-card .ke-dashboard-eyebrow { color: var(--kd-gold-light) !important; }
html.ke-rebrand-mode .ke-dashboard-flame { align-items: center; display: flex; gap: 15px; }
html.ke-rebrand-mode .ke-dashboard-flame > span { align-items: center; background: rgba(233,186,97,.12); border: 1px solid rgba(233,186,97,.32); border-radius: 50%; color: var(--kd-gold-light); display: flex; font-size: 19px; height: 56px; justify-content: center; width: 56px; }
html.ke-rebrand-mode .ke-dashboard-flame strong,
html.ke-rebrand-mode .ke-dashboard-flame small { display: block; }
html.ke-rebrand-mode .ke-dashboard-flame strong { color: var(--kd-gold-light); font-family: 'Playfair Display', serif; font-size: 31px; line-height: 1; }
html.ke-rebrand-mode .ke-dashboard-flame small { color: rgba(255,255,255,.65); margin-top: 3px; }
html.ke-rebrand-mode .ke-dashboard-stats { border-bottom: 1px solid rgba(255,255,255,.1); border-top: 1px solid rgba(255,255,255,.1); display: grid; grid-template-columns: repeat(3, 1fr); margin: 22px 0; padding: 17px 0; }
html.ke-rebrand-mode .ke-dashboard-stats div { border-right: 1px solid rgba(255,255,255,.1); padding: 0 10px; text-align: center; }
html.ke-rebrand-mode .ke-dashboard-stats div:first-child { padding-left: 0; }
html.ke-rebrand-mode .ke-dashboard-stats div:last-child { border-right: 0; padding-right: 0; }
html.ke-rebrand-mode .ke-dashboard-stats strong,
html.ke-rebrand-mode .ke-dashboard-stats span { display: block; }
html.ke-rebrand-mode .ke-dashboard-stats strong { color: #fff; font-family: 'Playfair Display', serif; font-size: 22px; }
html.ke-rebrand-mode .ke-dashboard-stats span { color: rgba(255,255,255,.55); font-size: 9px; line-height: 1.3; margin-top: 3px; }
html.ke-rebrand-mode .ke-dashboard-progress-card > p { color: rgba(255,255,255,.72) !important; font-family: 'Cormorant Garamond', serif; font-size: 17px; font-style: italic; margin: 0; }

html.ke-rebrand-mode .ke-dashboard-community { align-items: stretch; background: radial-gradient(circle at 95% 0, rgba(240,202,130,.16), transparent 42%), var(--kd-paper); display: grid; gap: 27px; grid-template-columns: minmax(190px, .75fr) 1.5fr; margin-bottom: 26px; overflow: hidden; padding: 0; }
html.ke-rebrand-mode .ke-dashboard-community > img { height: 100%; min-height: 270px; object-fit: cover; width: 100%; }
html.ke-rebrand-mode .ke-dashboard-community > div { padding: 30px 30px 30px 0; }
html.ke-rebrand-mode .ke-dashboard-community blockquote { color: var(--kd-burgundy); font-family: 'Cormorant Garamond', serif; font-size: clamp(20px, 2.4vw, 26px); font-style: italic; line-height: 1.3; margin: 20px 0 8px; }
html.ke-rebrand-mode .ke-dashboard-community p { color: var(--kd-muted) !important; font-size: 11px; margin: 0 0 20px; }
html.ke-rebrand-mode .ke-dashboard-support { align-items: center; background: linear-gradient(110deg, rgba(111,38,63,.09), rgba(240,202,130,.1), rgba(255,253,249,.98)); border: 1px solid rgba(221,184,109,.7); border-radius: 16px; display: flex; gap: 20px; justify-content: space-between; padding: 17px 20px; }
html.ke-rebrand-mode .ke-dashboard-support strong,
html.ke-rebrand-mode .ke-dashboard-support span { display: block; }
html.ke-rebrand-mode .ke-dashboard-support strong { color: var(--kd-navy); font-size: 13px; }
html.ke-rebrand-mode .ke-dashboard-support span { color: var(--kd-muted); font-size: 11px; margin-top: 3px; }
html.ke-rebrand-mode .ke-dashboard-support button { background: transparent; border: 0; color: var(--kd-burgundy); cursor: pointer; font-size: 11px; font-weight: 800; white-space: nowrap; }
html.ke-rebrand-mode .ke-dashboard-alert { background: var(--kd-navy); border-radius: 12px; color: #fff; font-size: 12px; margin: -12px 0 20px; padding: 12px 15px; }
html.ke-rebrand-mode .ke-dashboard-alert[hidden] { display: none; }

/* Connect-inspired gold border and shimmer language across dashboard blocks. */
html.ke-rebrand-mode .ke-dashboard-card,
html.ke-rebrand-mode .ke-dashboard-recommendation,
html.ke-rebrand-mode .ke-dashboard-support { overflow: hidden; position: relative; }
html.ke-rebrand-mode .ke-dashboard-card { border-color: rgba(221, 184, 109, .72) !important; }
html.ke-rebrand-mode .ke-dashboard-recommendation,
html.ke-rebrand-mode .ke-dashboard-support { border: 1px solid rgba(221, 184, 109, .72); }
html.ke-rebrand-mode .ke-dashboard-card::before,
html.ke-rebrand-mode .ke-dashboard-recommendation::before,
html.ke-rebrand-mode .ke-dashboard-support::before {
  animation: keDashboardBlockShimmer 4s ease-in-out infinite;
  background: linear-gradient(108deg, transparent 24%, rgba(240,202,130,.06) 38%, rgba(255,249,226,.7) 49%, rgba(240,202,130,.34) 56%, transparent 72%);
  border-radius: inherit;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-125%) skewX(-12deg);
  z-index: 4;
}
html.ke-rebrand-mode .ke-dashboard-grid > :nth-child(2)::before,
html.ke-rebrand-mode .ke-dashboard-recommendation:nth-child(2)::before { animation-delay: 1.15s; }
html.ke-rebrand-mode .ke-dashboard-lower-grid > :nth-child(1)::before { animation-delay: .55s; }
html.ke-rebrand-mode .ke-dashboard-community::before { animation-delay: 1.7s; }
html.ke-rebrand-mode .ke-dashboard-card > *,
html.ke-rebrand-mode .ke-dashboard-support > * { position: relative; z-index: 2; }
@keyframes keDashboardBlockShimmer {
  0%, 10% { transform: translateX(-125%) skewX(-12deg); }
  62%, 100% { transform: translateX(125%) skewX(-12deg); }
}

html.ke-rebrand-mode .ke-dashboard-modal { align-items: center; display: flex; inset: 0; justify-content: center; padding: 20px; position: fixed; z-index: 500; }
html.ke-rebrand-mode .ke-dashboard-modal[hidden] { display: none; }
html.ke-rebrand-mode .ke-dashboard-modal-backdrop { background: rgba(12,20,24,.72); inset: 0; position: absolute; }
html.ke-rebrand-mode .ke-dashboard-modal-card { background: var(--kd-paper); border-radius: 20px; box-shadow: 0 24px 70px rgba(0,0,0,.3); max-width: 440px; padding: 30px; position: relative; width: 100%; z-index: 1; }
html.ke-rebrand-mode .ke-dashboard-modal-card h2 { color: var(--kd-navy) !important; font-family: 'Playfair Display', serif; font-size: 29px; margin: 0 0 14px; }
html.ke-rebrand-mode .ke-dashboard-modal-card p { color: var(--kd-muted) !important; font-size: 13px; line-height: 1.55; }
html.ke-rebrand-mode .ke-dashboard-modal-card a { background: var(--kd-burgundy); border-radius: 12px; color: #fff; display: block; font-weight: 800; margin: 19px 0; padding: 13px; text-align: center; text-decoration: none; }
html.ke-rebrand-mode .ke-dashboard-modal-note { border-top: 1px solid var(--kd-line); font-size: 11px !important; padding-top: 15px; }
html.ke-rebrand-mode .ke-dashboard-modal-close { background: transparent; border: 0; color: var(--kd-muted); cursor: pointer; font-size: 27px; line-height: 1; padding: 5px; position: absolute; right: 13px; top: 10px; }

/* Rebrand-wide floating Talk to Karamo launcher and white chooser. */
html.ke-rebrand-mode .ke-talk-launcher {
  align-items: center;
  animation: keTalkLauncherFloat 4s ease-in-out infinite;
  background: transparent;
  border: 0;
  bottom: 84px;
  cursor: pointer;
  display: flex !important;
  flex-direction: column;
  gap: 7px;
  padding: 0;
  position: fixed;
  right: clamp(12px, 2.5vw, 30px);
  z-index: 180;
}
html.ke-rebrand-mode .ke-talk-launcher:focus-visible { outline: 3px solid rgba(109,51,70,.42); outline-offset: 5px; }
html.ke-rebrand-mode .ke-talk-launcher-hint {
  animation: keTalkHintShimmer 3.8s ease-in-out infinite;
  background: linear-gradient(110deg, #192a33 0%, #192a33 38%, #334d58 50%, #192a33 62%, #192a33 100%);
  background-size: 240% 100%;
  border: 1px solid rgba(233,186,97,.72);
  border-radius: 999px;
  box-shadow: 0 7px 18px rgba(26,40,48,.2);
  color: #e9ba61;
  display: block;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  padding: 8px 12px;
  position: relative;
  white-space: nowrap;
}
html.ke-rebrand-mode .ke-talk-launcher-hint::after {
  background: #1a2830;
  border-bottom: 1px solid rgba(233,186,97,.72);
  border-right: 1px solid rgba(233,186,97,.72);
  bottom: -5px;
  content: '';
  height: 9px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(45deg);
  width: 9px;
}
html.ke-rebrand-mode .ke-talk-launcher-photo { background: #f7f1e8; border: 3px solid #ddb86d; border-radius: 50%; box-shadow: 0 13px 34px rgba(26,40,48,.25), 0 0 0 5px rgba(255,255,255,.82), 0 0 28px rgba(240,202,130,.3); display: block; height: 70px; isolation: isolate; position: relative; width: 70px; }
html.ke-rebrand-mode .ke-talk-launcher-photo::before { animation: keTalkHalo 4.2s linear infinite; background: conic-gradient(from 0deg, transparent 0 105deg, rgba(255,249,226,.95) 132deg, #f0ca82 158deg, transparent 192deg 360deg); border-radius: inherit; content: ''; inset: -8px; pointer-events: none; position: absolute; z-index: -1; }
html.ke-rebrand-mode .ke-talk-launcher-photo img { border-radius: inherit; height: 100%; object-fit: cover; position: relative; width: 100%; z-index: 1; }
html.ke-rebrand-mode .ke-talk-launcher-photo i,
html.ke-rebrand-mode .ke-talk-chooser-portrait i,
html.ke-rebrand-mode .ke-talk-text-avatar i { background: #1a2830; border: 2px solid #fff; border-radius: 50%; bottom: 0; height: 13px; position: absolute; right: 0; width: 13px; z-index: 2; }
@keyframes keTalkLauncherFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
@keyframes keTalkHalo { to { transform: rotate(360deg); } }
@keyframes keTalkHintShimmer { 0%, 12% { background-position: 100% 0; } 58%, 100% { background-position: -100% 0; } }

html.ke-rebrand-mode .ke-talk-chooser { align-items: center; display: flex !important; inset: 0; justify-content: center; padding: 18px; position: fixed; z-index: 620; }
html.ke-rebrand-mode .ke-talk-chooser[hidden] { display: none !important; }
html.ke-rebrand-mode .ke-talk-chooser-backdrop { background: rgba(18,29,34,.68); inset: 0; position: absolute; }
html.ke-rebrand-mode .ke-talk-chooser-card { background: radial-gradient(circle at 82% 4%, rgba(240,202,130,.2), transparent 38%), linear-gradient(145deg, #fffefa, #fff 56%, #faf2e6); border: 1px solid rgba(221,184,109,.8); border-radius: 24px; box-shadow: 0 28px 80px rgba(17,27,32,.34), 0 0 38px rgba(240,202,130,.18), 0 0 0 1px rgba(255,244,207,.72) inset; max-height: calc(100vh - 36px); max-width: 420px; overflow-x: hidden; overflow-y: auto; padding: clamp(24px, 5vw, 34px); position: relative; text-align: center; width: 100%; z-index: 1; }
html.ke-rebrand-mode .ke-talk-chooser-card::before { animation: keDashboardBlockShimmer 4s ease-in-out infinite; background: linear-gradient(108deg, transparent 24%, rgba(240,202,130,.05) 38%, rgba(255,249,226,.74) 49%, rgba(240,202,130,.25) 56%, transparent 72%); border-radius: inherit; content: ''; inset: 0; pointer-events: none; position: absolute; transform: translateX(-125%) skewX(-12deg); z-index: 4; }
html.ke-rebrand-mode .ke-talk-chooser-card > * { position: relative; z-index: 2; }
html.ke-rebrand-mode .ke-talk-chooser-close { background: transparent; border: 0; color: #69757a; cursor: pointer; font-size: 27px; line-height: 1; padding: 5px; position: absolute !important; right: 12px; top: 9px; z-index: 5 !important; }
html.ke-rebrand-mode .ke-talk-chooser-kicker { color: #6d3346; font-size: 9px; font-weight: 800; letter-spacing: 1.5px; margin: 0 0 7px; }
html.ke-rebrand-mode .ke-talk-choice-view > h2 { line-height: .9; margin: 0 0 22px; }
html.ke-rebrand-mode .ke-talk-choice-view > h2 span,
html.ke-rebrand-mode .ke-talk-choice-view > h2 strong { display: block; font-family: 'Playfair Display', serif; font-size: clamp(35px, 8vw, 45px); font-weight: 600; }
html.ke-rebrand-mode .ke-talk-choice-view > h2 span { color: #d9b671; }
html.ke-rebrand-mode .ke-talk-choice-view > h2 strong { color: #1a2830; margin-top: 6px; }
html.ke-rebrand-mode .ke-talk-chooser-portrait { background: #f7f1e8; border: 4px solid #c8a558; border-radius: 50%; box-shadow: 0 0 0 9px rgba(233,186,97,.13), 0 17px 35px rgba(26,40,48,.16); height: 150px; margin: 0 auto 20px; position: relative; width: 150px; }
html.ke-rebrand-mode .ke-talk-chooser-portrait img { border-radius: inherit; height: 100%; object-fit: cover; width: 100%; }
html.ke-rebrand-mode .ke-talk-chooser-portrait i { bottom: 7px; height: 17px; right: 3px; width: 17px; }
html.ke-rebrand-mode .ke-talk-chooser-intro { color: #69757a; font-family: 'Cormorant Garamond', serif; font-size: 17px; font-style: italic; margin: 0 0 17px; }
html.ke-rebrand-mode .ke-talk-choice-buttons { display: grid; gap: 10px; }
html.ke-rebrand-mode .ke-talk-choice-buttons > button { align-items: center; background: #fff; border: 1px solid rgba(200,165,88,.6); border-radius: 14px; color: #1a2830; cursor: pointer; display: flex; gap: 13px; padding: 13px 15px; text-align: left; }
html.ke-rebrand-mode .ke-talk-choice-buttons > button:first-child { background: #1a2830; color: #fff; }
html.ke-rebrand-mode .ke-talk-choice-icon { align-items: center; background: rgba(233,186,97,.15); border: 1px solid rgba(233,186,97,.5); border-radius: 50%; color: #e9ba61; display: flex; flex: 0 0 35px; font-size: 12px; font-weight: 900; height: 35px; justify-content: center; }
html.ke-rebrand-mode .ke-talk-choice-buttons strong,
html.ke-rebrand-mode .ke-talk-choice-buttons small { display: block; }
html.ke-rebrand-mode .ke-talk-choice-buttons strong { color: inherit; font-size: 13px; }
html.ke-rebrand-mode .ke-talk-choice-buttons small { color: inherit; font-size: 10px; margin-top: 3px; opacity: .62; }
html.ke-rebrand-mode .ke-talk-ai-note { color: #7d878b; display: block; font-size: 9px; line-height: 1.4; margin: 15px auto 0; max-width: 310px; }
html.ke-rebrand-mode .ke-talk-call-view[hidden],
html.ke-rebrand-mode .ke-talk-text-view[hidden] { display: none; }
html.ke-rebrand-mode .ke-talk-view-back { background: transparent; border: 0; color: #6d3346; cursor: pointer; display: block; font-size: 11px; font-weight: 800; margin: -4px 0 15px; padding: 0; }
html.ke-rebrand-mode .ke-talk-call-host { min-height: 390px; }
html.ke-rebrand-mode .ke-talk-call-host .talk-voice-shell { flex: none; min-height: 0; }
html.ke-rebrand-mode .ke-talk-call-host .talk-voice-copy { margin-bottom: 20px; }
html.ke-rebrand-mode .ke-talk-call-host .talk-voice-copy h2 { font-size: 36px; }
html.ke-rebrand-mode .ke-talk-call-host .talk-orb { width: 184px; }
html.ke-rebrand-mode .ke-talk-call-host .talk-avatar-frame { height: 164px; width: 164px; }
html.ke-rebrand-mode .ke-talk-call-host .talk-turn-indicator { margin-top: 18px; }
html.ke-rebrand-mode .ke-talk-text-heading { align-items: center; border-bottom: 1px solid rgba(200,165,88,.35); display: flex; gap: 12px; padding-bottom: 15px; text-align: left; }
html.ke-rebrand-mode .ke-talk-text-avatar { border: 2px solid #c8a558; border-radius: 50%; height: 54px; position: relative; width: 54px; }
html.ke-rebrand-mode .ke-talk-text-avatar img { border-radius: inherit; height: 100%; object-fit: cover; width: 100%; }
html.ke-rebrand-mode .ke-talk-text-heading span { color: #6d3346; font-size: 8px; font-weight: 800; letter-spacing: 1.3px; }
html.ke-rebrand-mode .ke-talk-text-heading h2 { color: #1a2830; font-family: 'Playfair Display', serif; font-size: 25px; line-height: 1; margin: 3px 0 0; }
html.ke-rebrand-mode .ke-talk-text-messages { display: flex; flex-direction: column; gap: 9px; height: 225px; overflow-y: auto; padding: 18px 2px; text-align: left; }
html.ke-rebrand-mode .ke-talk-message { align-self: flex-start; background: #f7f1e8; border: 1px solid rgba(200,165,88,.25); border-radius: 14px 14px 14px 4px; color: #1f2c32; font-size: 12px; line-height: 1.45; max-width: 86%; padding: 10px 12px; }
html.ke-rebrand-mode .ke-talk-message.is-user { align-self: flex-end; background: #6d3346; border-color: #6d3346; border-radius: 14px 14px 4px 14px; color: #fff; }
html.ke-rebrand-mode .ke-talk-message.is-thinking { color: #69757a; font-style: italic; }
html.ke-rebrand-mode .ke-talk-text-prompts { display: flex; gap: 6px; overflow-x: auto; padding-bottom: 10px; }
html.ke-rebrand-mode .ke-talk-text-prompts button { background: #fff; border: 1px solid rgba(200,165,88,.45); border-radius: 999px; color: #6d3346; cursor: pointer; flex: 0 0 auto; font-size: 9px; font-weight: 800; padding: 7px 10px; }
html.ke-rebrand-mode .ke-talk-text-form { align-items: flex-end; display: flex; gap: 8px; }
html.ke-rebrand-mode .ke-talk-text-form textarea { background: #fff; border: 1px solid rgba(26,40,48,.18); border-radius: 13px; color: #1f2c32; flex: 1; outline: 0; padding: 10px 11px; resize: none; }
html.ke-rebrand-mode .ke-talk-text-form textarea:focus { border-color: #c8a558; box-shadow: 0 0 0 3px rgba(200,165,88,.14); }
html.ke-rebrand-mode .ke-talk-text-form button { background: #1a2830; border: 1px solid #c8a558; border-radius: 12px; color: #e9ba61; cursor: pointer; font-size: 11px; font-weight: 800; padding: 11px 13px; }
html.ke-rebrand-mode .ke-talk-text-form button:disabled { cursor: wait; opacity: .5; }

@media (max-width: 760px) {
  html.ke-rebrand-mode .ke-dashboard-brand span { display: none; }
  html.ke-rebrand-mode .ke-dashboard-welcome { align-items: stretch; flex-direction: column; gap: 18px; }
  html.ke-rebrand-mode .ke-dashboard-grid,
  html.ke-rebrand-mode .ke-dashboard-recommendation-grid { grid-template-columns: 1fr; }
  html.ke-rebrand-mode .ke-dashboard-section-heading { align-items: flex-start; flex-direction: column; gap: 6px; }
  html.ke-rebrand-mode .ke-dashboard-community { grid-template-columns: 1fr; }
  html.ke-rebrand-mode .ke-dashboard-community > img { max-height: 230px; min-height: 210px; }
  html.ke-rebrand-mode .ke-dashboard-community > div { padding: 0 22px 24px; }
  html.ke-rebrand-mode .ke-dashboard-support { align-items: flex-start; flex-direction: column; gap: 12px; }
}

@media (max-width: 430px) {
  html.ke-rebrand-mode .ke-dashboard-main { padding-left: 13px; padding-right: 13px; }
  html.ke-rebrand-mode .ke-dashboard-card { border-radius: 18px; padding: 19px 17px; }
  html.ke-rebrand-mode .ke-dashboard-emotions button { flex: 1 1 calc(33.333% - 9px); padding-left: 8px; padding-right: 8px; }
  html.ke-rebrand-mode .ke-dashboard-media-image { flex-basis: 118px; height: 92px; }
  html.ke-rebrand-mode .ke-dashboard-recommendation { min-height: 190px; }
  html.ke-rebrand-mode .ke-dashboard-recommendation-copy { max-width: 78%; padding: 21px; }
  html.ke-rebrand-mode .ke-dashboard-journal form > div { align-items: flex-start; flex-direction: column; }
  html.ke-rebrand-mode .ke-talk-launcher { bottom: 80px; }
  html.ke-rebrand-mode .ke-talk-launcher-photo { height: 62px; width: 62px; }
  html.ke-rebrand-mode .ke-talk-chooser { padding: 10px; }
  html.ke-rebrand-mode .ke-talk-chooser-card { border-radius: 20px; max-height: calc(100vh - 20px); padding: 25px 20px; }
  html.ke-rebrand-mode .ke-talk-chooser-portrait { height: 132px; width: 132px; }
  html.ke-rebrand-mode .ke-talk-call-host { min-height: 350px; }
  html.ke-rebrand-mode .ke-talk-call-host .talk-avatar-frame { height: 145px; width: 145px; }
}

@media (prefers-reduced-motion: reduce) {
  html.ke-rebrand-mode .ke-dashboard-skeleton { animation: none; }
  html.ke-rebrand-mode .ke-dashboard-card::before,
  html.ke-rebrand-mode .ke-dashboard-recommendation::before,
  html.ke-rebrand-mode .ke-dashboard-support::before,
  html.ke-rebrand-mode .ke-talk-chooser-card::before,
  html.ke-rebrand-mode .ke-talk-launcher,
  html.ke-rebrand-mode .ke-talk-launcher-hint,
  html.ke-rebrand-mode .ke-talk-launcher-photo::before,
  html.ke-rebrand-mode .scr-hdr-v2::after,
  html.ke-rebrand-mode .talk-hdr::after,
  html.ke-rebrand-mode #tab-bar::after,
  html.ke-rebrand-mode .ke-dashboard-header::after { animation: none; }
}
