/* FoT article B + message — scoped under Uncode. */
body.fot-home-app {
  --night: #0A0B1C;
  --card: #14162E;
  --mist: #C8C6D4;
  --mist-paper: #5C5A6A;
  --ivory: #F4F1EA;
  --paper: #F7F4EE;
  --indigo: #3E3FE8;
  --indigo-dark: #2A2BC0;
  --first: #C4BEF2;
  background: var(--night);
  color: var(--ivory);
}
body.fot-home-app .fot-home-page,
body.fot-home-app .fot-home-page * { box-sizing: border-box; }
body.fot-home-app .fot-home-page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-top: 0;
  font-family: Inter, "Liberation Sans", sans-serif;
  background: var(--night);
  color: var(--ivory);
}
body.fot-home-app .fot-home-page a {
  color: var(--ivory);
  text-decoration: none;
  box-shadow: none;
  background: none;
}
body.fot-home-app .fot-home-page a:hover,
body.fot-home-app .fot-home-page a:focus-visible {
  color: var(--first);
  background: transparent;
  text-decoration: none;
  transform: none;
  filter: none;
}
body.fot-home-app header a:hover,
body.fot-home-app .menu-wrapper a:hover,
body.fot-home-app .overlay-menu a:hover,
body.fot-home-app .mobile-menu a:hover {
  color: #C4BEF2 !important;
  background-color: transparent !important;
  text-decoration: none !important;
}
body.fot-home-app .fot-home-page p { margin: 0; padding: 0; }
body.fot-home-app .fot-home-page h1,
body.fot-home-app .fot-home-page h2,
body.fot-home-app .fot-home-page h3 {
  margin: 0; padding: 0; text-transform: none; letter-spacing: 0;
}
body.fot-home-app .fot-home-page > header,
body.fot-home-app .fot-home-page .wordmark,
body.fot-home-app .fot-home-page .brand,
body.fot-home-app .fot-home-page .close,
body.fot-home-app .fot-home-page footer.bar { display: none !important; }

/* Hide Uncode chrome that prints after .fot-home-page (get_footer #colophon).
   Article + Family-message only — do not hide footer on Circle shop. */
body.fot-home-app.fot-single-article #colophon,
body.fot-home-app.fot-single-message #colophon,
body.fot-home-app.fot-single-article #page-header,
body.fot-home-app.fot-single-message #page-header,
body.fot-home-app.fot-single-article #comments,
body.fot-home-app.fot-single-message #comments,
body.fot-home-app.fot-single-article .post-content,
body.fot-home-app.fot-single-message .post-content {
  display: none !important;
}


body.fot-home-app .fot-home-page .kicker {
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--mist); font-weight: 500; margin-bottom: 14px;
  text-align: center;
}
body.fot-home-app .fot-home-page .kicker a { color: var(--mist); }
body.fot-home-app .fot-home-page .kicker a:hover { color: var(--ivory); }
body.fot-home-app .fot-home-page .kicker span { margin: 0 8px; color: rgba(200,198,212,.45); }

body.fot-home-app .fot-home-page .speaker {
  display: flex; align-items: center; justify-content: center; gap: 14px; margin: 0 0 22px;
}
body.fot-home-app .fot-home-page .speaker img,
body.fot-home-app .fot-home-page .speaker .ph {
  width: 56px; height: 56px; border-radius: 50%;
  object-fit: cover; object-position: center 20%;
  display: block; flex: 0 0 56px;
  border: 1px solid rgba(244,241,234,.28);
  background: var(--card);
}
body.fot-home-app .fot-home-page .speaker .who { display: flex; flex-direction: column; gap: 3px; min-width: 0; text-align: left; }
body.fot-home-app .fot-home-page .speaker .who-name {
  font-size: 15px; font-weight: 600; line-height: 1.2; color: var(--ivory);
}
body.fot-home-app .fot-home-page .speaker .who-name:hover { color: #C4BEF2; }
body.fot-home-app .fot-home-page .speaker .who-date {
  font-size: 13px; font-weight: 400; line-height: 1.2; color: var(--mist);
}

body.fot-home-app .fot-home-page .actions {
  display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap;
}
body.fot-home-app .fot-home-page .mins { font-size: 13px; color: var(--mist); }
body.fot-home-app .fot-home-page .read-prefs {
  display: inline-flex; align-items: center; gap: 12px;
}
body.fot-home-app .fot-home-page .type-size {
  display: inline-flex; align-items: flex-end; gap: 9px; height: 34px;
}
body.fot-home-app .fot-home-page .type-size button {
  appearance: none; background: transparent; border: 0; box-shadow: none;
  padding: 0 2px 8px; margin: 0; height: 34px;
  display: inline-flex; align-items: flex-end; justify-content: center;
  color: var(--ivory); font-family: Inter, "Liberation Sans", sans-serif;
  font-weight: 500; line-height: 1; cursor: pointer; letter-spacing: 0;
}
body.fot-home-app .fot-home-page .type-size .ts-dec { font-size: 13px; }
body.fot-home-app .fot-home-page .type-size .ts-inc { font-size: 17.5px; }
body.fot-home-app .fot-home-page .type-size button:hover:not(:disabled) {
  color: #C4BEF2; background: transparent; transform: none;
}
body.fot-home-app .fot-home-page .type-size button:disabled {
  color: var(--mist); opacity: .4; cursor: default; pointer-events: none;
}
body.fot-home-app .fot-home-page .type-size button:focus-visible {
  outline: 1px solid #C4BEF2; outline-offset: 3px;
}
body.fot-home-app .fot-home-page .act-btns {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
}
body.fot-home-app .fot-home-page .listen,
body.fot-home-app .fot-home-page .share {
  display: inline-flex; align-items: center; gap: 7px;
  height: 34px; padding: 0 14px; border-radius: 999px;
  font-size: 13px; font-weight: 500; font-family: inherit; cursor: pointer;
}
body.fot-home-app .fot-home-page .listen {
  background: var(--indigo); color: #fff; border: 1px solid var(--indigo);
}
body.fot-home-app .fot-home-page .listen:hover,
body.fot-home-app .fot-home-page .listen.is-on {
  color: #fff; background: var(--indigo); border-color: #C4BEF2;
}
body.fot-home-app .fot-home-page .share {
  background: transparent; color: var(--ivory);
  border: 1px solid rgba(244,241,234,.38);
}
body.fot-home-app .fot-home-page .share:hover { color: #C4BEF2; border-color: #C4BEF2; }

body.fot-home-app .fot-home-page .mast {
  position: relative; overflow: hidden; background: var(--night);
  padding: 32px 48px 34px;
}
/* Family-message only: kicker gone. Sit speaker where breadcrumb was (~11px type + 14px gap). */
body.fot-home-app .fot-home-page.fot-single-message .mast {
  padding-top: 18px;
}
body.fot-home-app .fot-home-page .bleed {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center 16%; display: block;
}
body.fot-home-app .fot-home-page .wash {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(10,11,28,.28) 0%, rgba(10,11,28,.72) 70%, rgba(10,11,28,.92) 100%);
}
body.fot-home-app .fot-home-page .mast-copy {
  position: relative; max-width: 780px; width: 100%; margin: 0 auto; z-index: 2;
  text-align: center;
}
body.fot-home-app .fot-home-page .mast-copy h1 {
  font-family: "Playfair Display", serif;
  font-size: 64px; line-height: 1.04; font-weight: 500;
  color: var(--ivory); margin: 0 0 16px; letter-spacing: -.01em;
}
body.fot-home-app .fot-home-page.fot-single-message .mast-copy h1 { margin-bottom: 28px; }
body.fot-home-app .fot-home-page .mast-copy .dek {
  font-size: 18px; line-height: 1.5; color: var(--mist);
  max-width: 640px; margin: 0 auto 28px;
}
body.fot-home-app .fot-home-page .mast-copy .dek:empty { display: none; }
body.fot-home-app .fot-home-page .mast-copy:not(:has(> .dek)) h1 { margin-bottom: 28px; }

body.fot-home-app .fot-home-page .paper { background: var(--paper); color: var(--night); width: 100%; }
body.fot-home-app .fot-home-page .prose {
  --article-size: 18px;
  max-width: 680px; margin: 0 auto; padding: 28px 24px 8px;
}
body.fot-home-app .fot-home-page .prose.size-s { --article-size: 16px; }
body.fot-home-app .fot-home-page .prose.size-m { --article-size: 18px; }
body.fot-home-app .fot-home-page .prose.size-l { --article-size: 21px; }
body.fot-home-app .fot-home-page .prose h2 {
  font-family: Inter, "Liberation Sans", sans-serif;
  font-size: 13px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase;
  color: var(--mist-paper); margin: 44px 0 14px;
}
body.fot-home-app .fot-home-page .prose > br:first-child { display: none; }
body.fot-home-app .fot-home-page .prose h2:first-child,
body.fot-home-app .fot-home-page .prose > br + h2 { margin-top: 0; }
body.fot-home-app .fot-home-page .prose h3 {
  font-family: Inter, "Liberation Sans", sans-serif;
  font-size: 22px; font-weight: 600; letter-spacing: -.015em;
  color: var(--night); margin: 52px 0 16px; line-height: 1.2;
}
body.fot-home-app .fot-home-page .prose p {
  font-size: var(--article-size); line-height: 1.7; color: var(--night); margin: 0 0 1.1em;
}
body.fot-home-app .fot-home-page.fot-single-message .prose p {
  font-family: Inter, "Liberation Sans", sans-serif;
  font-style: normal;
  font-synthesis: none;
  line-height: 1.6;
}
body.fot-home-app .fot-home-page .prose a {
  color: var(--indigo);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
body.fot-home-app .fot-home-page .prose a:hover { color: var(--indigo-dark); }
body.fot-home-app .fot-home-page .prose p.more {
  margin: -.4em 0 1.6em;
  font-size: 15px;
  font-weight: 600;
}
body.fot-home-app .fot-home-page .prose hr,
body.fot-home-app .fot-home-page .prose hr.sep {
  border: 0;
  border-top: 1px solid #3E3FE8;
  height: 0;
  margin: 44px 0 20px;
  background: none;
}
body.fot-home-app .fot-home-page .prose hr + h2,
body.fot-home-app .fot-home-page .prose hr + h3 {
  margin-top: 0;
}
/* Standing rule: drop cap only on the opening paragraph of the article. */
body.fot-home-app .fot-home-page .prose p:not(.lead)::first-letter,
body.fot-home-app .fot-home-page .prose blockquote p::first-letter,
body.fot-home-app .fot-home-page .prose li::first-letter {
  float: none !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  padding: 0 !important;
  color: inherit !important;
  font-family: inherit !important;
}
body.fot-home-app .fot-home-page .prose > p.lead:first-of-type::first-letter {
  font-family: "Playfair Display", serif; font-weight: 500;
  font-size: 3.35em; float: left; line-height: .78;
  padding: .08em .1em 0 0; color: var(--indigo);
}
body.fot-home-app .fot-home-page .prose a.msg {
  font-weight: 600; color: var(--night); text-decoration: underline;
  text-underline-offset: 2px; text-decoration-thickness: 1px;
}
body.fot-home-app .fot-home-page .prose a.msg:hover { color: var(--indigo); }
body.fot-home-app .fot-home-page .prose p.source {
  font-family: Inter, "Liberation Sans", sans-serif;
  font-size: var(--article-size);
  font-weight: 600;
  line-height: 1.7;
  color: var(--night);
  margin: 2.4em 0 1.1em;
}
body.fot-home-app .fot-home-page .prose p.source a,
body.fot-home-app .fot-home-page .prose p.source a.msg {
  color: var(--indigo);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
body.fot-home-app .fot-home-page .prose p.source a:hover,
body.fot-home-app .fot-home-page .prose p.source a.msg:hover {
  color: var(--indigo-dark);
}
body.fot-home-app .fot-home-page .prose blockquote {
  margin: 40px 0 48px; padding: 4px 0 4px 22px;
  border-left: 3px solid #C4BEF2;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
  font-synthesis: none;
  font-size: calc(var(--article-size, 18px) + 4px);
  line-height: 1.4;
  color: var(--night);
}
body.fot-home-app .fot-home-page .prose blockquote .mark {
  font-family: "Playfair Display", serif; font-style: normal; font-weight: 500;
  font-size: 60px; line-height: .55; color: #C4BEF2; display: block;
  margin: 0 0 -0.22em; height: 0.52em; overflow: visible;
}
body.fot-home-app .fot-home-page .prose blockquote p {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
  font-synthesis: none;
  font-size: calc(var(--article-size, 18px) + 4px);
  line-height: 1.4;
  color: var(--night);
  margin: 0 0 12px;
}
body.fot-home-app .fot-home-page .prose blockquote cite {
  display: block; font-family: Inter, "Liberation Sans", sans-serif;
  font-style: normal; font-size: 12px; font-weight: 500;
  letter-spacing: .16em; text-transform: uppercase; color: var(--mist-paper);
}
body.fot-home-app .fot-home-page .inline { margin: 36px 0 40px; }
body.fot-home-app .fot-home-page .inline img {
  display: block; width: 100%; max-height: 448px; object-fit: cover; border-radius: 4px;
}
body.fot-home-app .fot-home-page .inline figcaption,
body.fot-home-app .fot-home-page .video figcaption {
  font-size: 13px; line-height: 1.45; color: var(--mist-paper); margin-top: 10px;
}
body.fot-home-app .fot-home-page .video { margin: 36px 0 40px; }
body.fot-home-app .fot-home-page .video iframe,
body.fot-home-app .fot-home-page .prose iframe {
  display: block; width: 100%; aspect-ratio: 16 / 9; height: auto; border: 0; border-radius: 4px;
}

body.fot-home-app .fot-home-page .greet {
  font-family: "Playfair Display", serif; font-style: italic; font-synthesis: none; font-weight: 400;
  font-size: 23px; line-height: 1.35; color: var(--night); margin: 0 0 1.25em;
}
body.fot-home-app .fot-home-page.fot-single-message .prose p.greet,
body.fot-home-app .fot-home-page.fot-single-message .prose .sign p,
body.fot-home-app .fot-home-page.fot-single-message .prose p.light-lang,
body.fot-home-app .fot-home-page.fot-single-message .prose p.love,
body.fot-home-app .fot-home-page.fot-single-message .prose .sign .who {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-synthesis: none;
  font-weight: 400;
  font-size: 23px;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: none;
}
body.fot-home-app .fot-home-page .sign { margin: 44px 0 28px; }
body.fot-home-app .fot-home-page .sign .light-lang,
body.fot-home-app .fot-home-page .sign .love,
body.fot-home-app .fot-home-page .sign .who {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-synthesis: none;
  font-weight: 400;
  font-size: 23px;
  line-height: 1.35;
  color: var(--night);
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 .35em;
}
body.fot-home-app .fot-home-page .sign .who { margin-bottom: 0; }

body.fot-home-app .fot-home-page .related {
  max-width: 1080px; margin: 0 auto; padding: 56px 48px 72px;
}
body.fot-home-app .fot-home-page.fot-single-message .related {
  max-width: 680px; padding: 28px 24px 72px;
}
body.fot-home-app .fot-home-page .related-h {
  font-size: 13px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase;
  color: var(--mist-paper); margin-bottom: 18px;
}
body.fot-home-app .fot-home-page.fot-single-message .related-h { margin-bottom: 6px; }
body.fot-home-app .fot-home-page .cards {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px;
}
body.fot-home-app .fot-home-page .rcard { display: block; color: var(--night); }
body.fot-home-app .fot-home-page .rcard .pic {
  aspect-ratio: 16 / 9; overflow: hidden; border-radius: 8px;
  background: var(--night); margin-bottom: 12px;
}
body.fot-home-app .fot-home-page .rcard .pic img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
body.fot-home-app .fot-home-page .rcard .lab {
  display: block; font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--mist-paper); font-weight: 500; margin-bottom: 5px;
}
body.fot-home-app .fot-home-page .rcard .ttl {
  display: block; font-size: 16.5px; font-weight: 600; letter-spacing: -.01em;
  color: var(--night); margin-bottom: 6px;
}
body.fot-home-app .fot-home-page .rcard:hover .ttl { color: var(--indigo); }
body.fot-home-app .fot-home-page .ledger { display: flex; flex-direction: column; }
body.fot-home-app .fot-home-page .ledger a {
  display: grid; grid-template-columns: 148px 1fr; gap: 16px; align-items: baseline;
  padding: 14px 0; border-bottom: 1px solid rgba(10,11,28,.10); color: var(--night);
}
body.fot-home-app .fot-home-page .ledger a:first-child { border-top: 1px solid rgba(10,11,28,.10); }
body.fot-home-app .fot-home-page .ledger .ldate { font-size: 13px; color: var(--mist-paper); }
body.fot-home-app .fot-home-page .ledger .ltitle {
  font-size: 16px; font-weight: 600; letter-spacing: -.01em; color: var(--night);
}
body.fot-home-app .fot-home-page .ledger a:hover .ltitle { color: #C4BEF2; }
body.fot-home-app .fot-home-page .all-msgs { margin: 18px 0 0; }
body.fot-home-app .fot-home-page .all-msgs a.more {
  display: inline-flex;
  align-items: center;
  color: var(--night);
  font-family: Inter, "Liberation Sans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
  width: fit-content;
  background: none;
}
body.fot-home-app .fot-home-page .all-msgs a.more::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-left: 7px;
  border-right: 1.5px solid currentColor;
  border-top: 1.5px solid currentColor;
  transform: rotate(45deg);
  flex: 0 0 auto;
}
body.fot-home-app .fot-home-page .all-msgs a.more:hover,
body.fot-home-app .fot-home-page .all-msgs a.more:focus-visible {
  color: #C4BEF2;
  border-bottom: 1px solid #C4BEF2;
  background: none;
}

@media (max-width: 900px) {
  body.fot-home-app .fot-home-page .mast { padding: 16px 16px 18px; }
  body.fot-home-app .fot-home-page.fot-single-message .mast { padding-top: 8px; }
  body.fot-home-app .fot-home-page .mast-copy h1 { font-size: 36px; }
  body.fot-home-app .fot-home-page .mast-copy .dek { font-size: 16px; }
  body.fot-home-app .fot-home-page .act-btns { flex: 1 0 100%; }
  body.fot-home-app .fot-home-page .listen,
  body.fot-home-app .fot-home-page .share { height: 32px; padding: 0 12px; font-size: 12.5px; }
  body.fot-home-app .fot-home-page .prose { padding: 18px 16px 8px; }
  body.fot-home-app .fot-home-page .prose > p.lead:first-of-type::first-letter { font-size: 3.05em; }
  body.fot-home-app .fot-home-page .related { padding: 36px 16px 56px; }
  body.fot-home-app .fot-home-page .cards { grid-template-columns: 1fr; }
  body.fot-home-app .fot-home-page .ledger a { grid-template-columns: 1fr; gap: 4px; }
}


/* Listen B — sticky dock. Audio progress lives only here. */
body.fot-home-app.fot-tts-on {
  padding-bottom: 64px;
}
body.fot-home-app .tts-dock {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 80;
  background: var(--card, #14162E);
  border-top: 1px solid rgba(200,198,212,.14);
  color: var(--ivory, #F4F1EA);
  font-family: Inter, "Liberation Sans", sans-serif;
}
body.fot-home-app .tts-dock[hidden] { display: none !important; }
body.fot-home-app .tts-dock-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 10px 48px;
  display: flex;
  align-items: center;
  gap: 14px;
}
body.fot-home-app .tts-ttl {
  font-size: 13px;
  font-weight: 400;
  color: var(--mist, #C8C6D4);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 220px;
  flex: 0 1 220px;
  min-width: 0;
}
body.fot-home-app .tts-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1 1 auto;
  min-width: 0;
}
body.fot-home-app .tts-pp,
body.fot-home-app .tts-back,
body.fot-home-app .tts-speed,
body.fot-home-app .tts-close {
  appearance: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
  color: var(--ivory, #F4F1EA);
  font-family: Inter, "Liberation Sans", sans-serif;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0;
  line-height: 1;
}
body.fot-home-app .tts-pp,
body.fot-home-app .tts-close {
  width: 32px; height: 32px;
  display: grid; place-items: center;
  flex: 0 0 32px;
}
body.fot-home-app .tts-back,
body.fot-home-app .tts-speed {
  font-size: 12.5px;
  padding: 0 2px;
  white-space: nowrap;
  height: 28px;
  background: transparent;
}
body.fot-home-app .tts-speed {
  min-width: 36px;
  text-align: center;
  color: var(--ivory, #F4F1EA);
}
body.fot-home-app .tts-pp:hover,
body.fot-home-app .tts-back:hover,
body.fot-home-app .tts-speed:hover,
body.fot-home-app .tts-close:hover,
body.fot-home-app .tts-pp:focus-visible,
body.fot-home-app .tts-back:focus-visible,
body.fot-home-app .tts-speed:focus-visible,
body.fot-home-app .tts-close:focus-visible {
  color: #C4BEF2;
  background: transparent;
}
body.fot-home-app .tts-pp:focus-visible,
body.fot-home-app .tts-back:focus-visible,
body.fot-home-app .tts-speed:focus-visible,
body.fot-home-app .tts-close:focus-visible,
body.fot-home-app .tts-prog:focus-visible {
  outline: 1px solid #C4BEF2;
  outline-offset: 3px;
}
body.fot-home-app .tts-prog {
  position: relative;
  flex: 1 1 auto;
  min-width: 72px;
  height: 18px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
body.fot-home-app .tts-track {
  display: block;
  width: 100%;
  height: 3px;
  background: rgba(200,198,212,.30);
  border-radius: 99px;
  overflow: hidden;
}
body.fot-home-app .tts-track i {
  display: block;
  height: 100%;
  width: 0;
  background: #C4BEF2;
  border-radius: 99px;
}
body.fot-home-app .tts-head {
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px; height: 10px;
  background: var(--ivory, #F4F1EA);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  box-shadow: 0 0 0 1px rgba(10,11,28,.25);
}
body.fot-home-app .tts-times {
  font-size: 12.5px;
  font-weight: 400;
  color: var(--mist, #C8C6D4);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  letter-spacing: .01em;
  flex: 0 0 auto;
}

@media (max-width: 900px) {
  body.fot-home-app.fot-tts-on { padding-bottom: 108px; }
  body.fot-home-app .tts-dock-inner {
    padding: 10px 16px 12px;
    flex-wrap: wrap;
    gap: 8px 10px;
  }
  body.fot-home-app .tts-ttl {
    max-width: none;
    flex: 1 1 auto;
  }
  body.fot-home-app .tts-close {
    margin-left: auto;
    width: 28px; height: 28px; flex-basis: 28px;
  }
  body.fot-home-app .tts-row {
    flex: 1 1 100%;
    gap: 10px;
  }
  body.fot-home-app .tts-times,
  body.fot-home-app .tts-back,
  body.fot-home-app .tts-speed { font-size: 12px; }
}
