:root {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #263e36; background: #f6f6ef; font-synthesis: none; line-height: 1.6;
  --accent: #376451; --muted: #65736a; --line: #dce2d6; --ink: #244e43;
}
* { box-sizing: border-box; }
body { margin: 0; padding-bottom: 150px; background: radial-gradient(ellipse at 5% 0, #dfebd088, transparent 45%), radial-gradient(ellipse at 100% 45%, #dae9e350, transparent 48%); min-height: 100vh; }
button, input, textarea, select { font: inherit; }
button, a, input, textarea, select { touch-action: manipulation; }
button { cursor: pointer; border: 1px solid var(--line); background: #ffffff45; color: inherit; border-radius: 12px; padding: 10px 18px; transition: background .18s, box-shadow .18s, transform .18s; }
button:hover { background: #e5ebdf; }
button:active { transform: translateY(1px); }
button:disabled { opacity: .55; cursor: wait; }
:where(button, a, input, textarea, select, summary):focus-visible { outline: 3px solid #56886a; outline-offset: 4px; }
.primary { background: var(--ink); color: #f7f8ef; border-color: var(--ink); box-shadow: 0 4px 10px #244e430c; }
.primary:hover { background: #356153; box-shadow: 0 6px 18px #244e4320; }
.danger { color: #a02f2f; border-color: #c49191; }
.text { border: 0; color: var(--accent); padding: 8px; background: transparent; }
.muted { color: var(--muted); font-size: 14px; }
a { color: inherit; text-underline-offset: 3px; }
header { max-width: 1200px; margin: auto; padding: 24px 38px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); gap: 20px; }
.brand { font-size: 29px; font-weight: 620; letter-spacing: -1.5px; text-decoration: none; display: flex; gap: 11px; align-items: center; }
.brand small { font-weight: 400; font-size: 11px; color: var(--muted); letter-spacing: .5px; margin-left: 16px; padding-left: 24px; border-left: 1px solid #d5ded0; }
.mark { width: 40px; height: 40px; border-radius: 12px; flex-shrink: 0; }
#connection { font-size: 11px; color: #64776b; padding: 6px 12px; border: 1px solid #d8e0d2; border-radius: 30px; background: #f8faf180; }
main { max-width: 1120px; margin: 0 auto; padding: 40px 28px; }
h1 { font-family: Georgia, serif; font-size: 64px; line-height: 1.12; font-weight: 400; letter-spacing: -2px; margin: 20px 0 24px; }
h2 { font-size: 21px; letter-spacing: -.5px; font-weight: 600; }
p { margin: 14px 0; }
.eyebrow { font-size: 10px; letter-spacing: 2.3px; font-weight: 650; color: var(--accent); }
#welcome { display: grid; grid-template-columns: 1.1fr 1fr; gap: 75px; align-items: center; padding: 45px 0; }
.intro { position: relative; }
.intro h1 { position: relative; }
.intro::before { content: ''; position: absolute; width: 380px; height: 380px; top: -20px; left: -110px; border-radius: 50%; z-index: -1; background: repeating-radial-gradient(circle, transparent 0 26px, #70916b18 27px 28px); mask-image: linear-gradient(120deg, #000, transparent); }
.wave { display: flex; align-items: center; gap: 7px; height: 80px; margin: 22px 0 12px; }
.wave i { width: 3px; height: 8px; border-radius: 4px; background: #648569; }
.wave i:nth-child(3n) { height: 26px; background: #8da782; }
.wave i:nth-child(4n) { height: 42px; }
.wave i:nth-child(5n) { height: 55px; background: #aebb8b; }
.auth-card, .card { background: #fffff8c7; border: 1px solid #dce3d5; border-radius: 24px; padding: 32px; box-shadow: 0 12px 35px #49302706; }
.auth-card { border-top: 3px solid #9db493; box-shadow: 0 20px 65px #4930270c; }
.auth-card h2 { font-family: Georgia, serif; font-size: 30px; font-weight: 400; margin-top: 0; }
.auth-card .muted a { display: block; margin-top: 8px; }
label { display: block; font-size: 13px; font-weight: 550; margin: 16px 0; }
input, textarea, select { display: block; width: 100%; border: 1px solid #d4dfcf; border-radius: 10px; background: #fffff8; padding: 11px 12px; color: inherit; margin-top: 6px; }
textarea { resize: vertical; }
form > .primary { width: 100%; margin: 12px 0; }
#auth-form button { margin-top: 20px; }
.inline { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.spread { justify-content: space-between; }
.page-heading { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.page-heading h1 { font-size: 44px; margin: 8px 0; }
.page-heading .eyebrow { margin-top: 0; }
.page-heading .muted { margin-bottom: 0; }
.page-heading > button { flex-shrink: 0; }
nav { display: flex; gap: 34px; border-bottom: 1px solid var(--line); margin: 26px 0 28px; }
nav button { border: 0; border-radius: 0; padding: 12px 2px; color: var(--muted); font-size: 14px; background: transparent; }
nav button:hover { background: transparent; color: var(--ink); }
nav .selected { color: var(--ink); box-shadow: 0 2px var(--ink); }
.listening-room { position: relative; isolation: isolate; display: grid; grid-template-columns: 1.2fr 1fr; overflow: hidden; min-height: 360px; border-radius: 26px; background: #e7eddf; color: #284e40; border: 1px solid #dce5d2; }
.listening-room::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(ellipse at 0% 0%, #faf9e9, transparent 65%), linear-gradient(110deg, #edf0e1, #e2ecdf); }
.room-copy { position: relative; z-index: 2; padding: 35px 0 30px 38px; }
.room-copy .eyebrow { color: #527555; font-size: 9px; margin: 0 0 18px; display: flex; align-items: center; gap: 8px; }
.signal-dot { width: 5px; height: 5px; border-radius: 50%; background: #739366; box-shadow: 0 0 0 4px #c9d8b84d; }
.room-copy h2 { font-family: Georgia, serif; font-size: clamp(32px, 3.9vw, 44px); line-height: 1.12; font-weight: 400; letter-spacing: -1.4px; margin: 0 0 16px; }
.room-copy h2 em { font-weight: 400; color: #5e7d57; }
.room-description { color: #617462; font-size: 13px; line-height: 1.65; margin: 0 0 22px; }
.room-play { background: #2d5b49; border-color: #2d5b49; color: #fbfbed; border-radius: 30px; font-size: 12px; font-weight: 650; padding: 11px 18px; display: inline-flex; align-items: center; gap: 10px; }
.room-play:hover { background: #3b6d55; transform: translateY(-2px); box-shadow: 0 5px 25px #f8b97b20; }
.room-play:focus-visible { outline-color: #406649; }
.feature-caption { color: #617462; font-size: 10px; margin: 11px 0 0; max-width: 380px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.library-heading { display: flex; justify-content: space-between; align-items: end; margin-top: 34px; }
.library-heading .eyebrow { margin: 0 0 5px; font-size: 9px; }
.library-heading h2 { margin: 0; font-family: Georgia, serif; font-size: 27px; font-weight: 400; }
#episode-count { vertical-align: middle; display: inline-grid; place-items: center; min-width: 23px; height: 23px; padding: 0 6px; border: 1px solid #d4dfcf; border-radius: 50%; font: 11px/1 -apple-system, sans-serif; margin-left: 8px; color: var(--muted); }
.library-heading .text { font-size: 12px; }
.filters { margin: 18px 0; gap: 5px; }
.filters button { font-size: 12px; padding: 7px 16px; border-color: transparent; border-radius: 24px; background: transparent; }
.filters .selected { background: #e4ebdc; color: #355b49; }
.episode { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 0 20px; align-items: center; border: 1px solid #dbe4d5; border-radius: 17px; padding: 22px 24px 14px; background: #fefff8ad; margin-bottom: 12px; transition: box-shadow .2s, border-color .2s; }
.episode:hover { border-color: #a4bba0; box-shadow: 0 5px 20px #472b2110; }
.episode h3 { font-size: 19px; line-height: 1.4; margin: 0 0 5px; font-weight: 600; letter-spacing: -.4px; overflow-wrap: anywhere; }
.episode .meta { color: var(--muted); font-size: 11px; margin: 0; }
.play { grid-row: 1 / 3; width: 56px; height: 56px; background: linear-gradient(135deg, #dce8c9, #bfd3b3); border: 1px solid #bfd0b0; border-radius: 50%; color: #345c46; font-size: 17px; padding: 0 0 0 3px; box-shadow: inset 0 0 0 5px #ffffef70; }
.play:hover { background: #d0dfbc; transform: scale(1.05); }
.episode .actions { grid-column: 2; display: flex; gap: 4px 14px; flex-wrap: wrap; margin-top: 6px; }
.episode .actions button { font-size: 11px; padding: 7px 0; border: 0; background: transparent; color: #647760; border-radius: 3px; }
.episode .actions button:hover { color: #365f45; text-decoration: underline; text-underline-offset: 4px; }
.library-footer { margin-top: 28px; font-size: 11px; text-align: center; color: var(--muted); }
.empty { text-align: center; padding: 42px 20px; background: #fffff860; border: 1px dashed #b9cbb0; border-radius: 18px; }
.empty h2 { font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.job { border: 1px solid var(--line); border-radius: 14px; padding: 16px 20px; margin: 12px 0; background: #ebf0e2; }
.job button { margin-left: 12px; font-size: 12px; }
.connection { display: flex; justify-content: space-between; padding: 18px 0; border-bottom: 1px solid var(--line); gap: 16px; }
details { margin: 25px 0; }
summary { cursor: pointer; color: #a02f2f; }
#notice { position: fixed; bottom: 120px; left: 50%; transform: translateX(-50%); background: var(--ink); color: #fff; box-shadow: 0 4px 24px #0002; border-radius: 14px; padding: 14px 24px; max-width: 90vw; z-index: 5; font-size: 14px; }
#player { position: fixed; bottom: 18px; left: 20px; right: 20px; max-width: 1120px; margin: auto; background: #fafcf4f2; backdrop-filter: blur(20px); border: 1px solid #cddcc3; border-radius: 20px; box-shadow: 0 8px 45px #35223324; display: flex; align-items: center; gap: 20px; padding: 18px 24px; z-index: 4; }
#player > div { min-width: 140px; max-width: 250px; }
#player strong, #player small { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#player strong { font-size: 13px; }
#player small { font-size: 10px; color: var(--muted); }
#audio { flex: 1; min-width: 200px; height: 42px; }
#player label { font-size: 0; margin: 0; }
#player select { width: 78px; padding: 8px; margin: 0; font-size: 13px; }
#player button { white-space: nowrap; font-size: 12px; padding: 8px; }
dialog { border: 1px solid var(--line); border-radius: 22px; padding: 30px; max-width: 620px; width: calc(100% - 32px); max-height: 88vh; color: inherit; background: #fffff8; box-shadow: 0 30px 90px #25162130; }
dialog::backdrop { background: #24192490; backdrop-filter: blur(7px); }
pre { white-space: pre-wrap; overflow-wrap: anywhere; font: inherit; line-height: 1.9; }
#pair-review { background: #e6ecd8; border-radius: 14px; padding: 18px; margin-top: 20px; }
[hidden] { display: none !important; }
@media (max-width: 780px) {
  header { padding: 18px 20px; } .brand small { display: none; } .brand { font-size: 23px; }
  #connection { font-size: 9px; padding: 5px 9px; }
  main { padding: 28px 20px; } #welcome { grid-template-columns: 1fr; gap: 28px; padding: 8px 0; }
  .intro h1 { font-size: 48px; } .intro p br { display: none; } .wave { display: none; }
  .auth-card, .card { padding: 24px; } .page-heading h1 { font-size: 38px; }
  .page-heading { gap: 15px; } .page-heading .muted { font-size: 12px; }
  .page-heading > button { padding: 9px 13px; white-space: nowrap; font-size: 12px; }
  nav { margin: 22px 0; gap: 30px; } .room-copy { padding: 30px 0 28px 28px; }
  .listening-room { grid-template-columns: 1.3fr 1fr; min-height: 335px; } .room-copy h2 { font-size: 37px; }
  
  
  .feature-caption { max-width: 245px; } .art-caption { font-size: 7px; letter-spacing: 1px; }
  .episode { padding: 18px; gap: 0 16px; } .episode h3 { font-size: 17px; }
  .episode .actions { gap: 0 13px; } .episode .actions button { padding: 7px 0; }
  #player { flex-wrap: wrap; gap: 8px; padding: 12px 16px max(12px, env(safe-area-inset-bottom)); left: 10px; right: 10px; bottom: 10px; }
  #player > div { max-width: calc(100% - 90px); flex: 1; } #audio { width: 100%; order: 3; }
  #player button { display: none; } #player label { order: 2; } #notice { bottom: 145px; }
  body { padding-bottom: 160px; } .intro > p:last-child { display: none; }
}
@media (max-width: 520px) {
  main { padding: 24px 18px; } header { padding: 16px 18px; gap: 10px; }
  .page-heading { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; } .page-heading > button { margin: 0; }
  .page-heading .muted { max-width: 220px; } .page-heading h1 { font-size: 36px; }
  .listening-room { display: block; min-height: 355px; border-radius: 20px; }
  .room-copy { padding: 28px 24px; } .room-copy h2 { font-size: 36px; max-width: 250px; }
  .room-description { max-width: 245px; font-size: 12px; } .room-copy .eyebrow { font-size: 8px; letter-spacing: 1.8px; }
  
  
  .feature-caption { max-width: 240px; } .library-heading { margin-top: 28px; }
  .library-heading h2 { font-size: 25px; } .episode { grid-template-columns: 42px minmax(0, 1fr); padding: 16px 14px 10px; gap: 0 13px; }
  .play { width: 42px; height: 42px; font-size: 13px; grid-row: 1; } .episode .meta { font-size: 10px; }
  .episode .actions { grid-column: 1 / -1; margin-top: 9px; border-top: 1px solid #e1e9d7; padding-top: 5px; gap: 0 15px; }
  .episode .actions button { min-height: 36px; } .intro h1 { font-size: 43px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

/* A simple, self-serve bridge from an existing AI to the radio. */
.connect-heading { margin: 34px 0 24px; }
.connect-heading h2 { font: 400 42px/1.15 Georgia, serif; letter-spacing: -1.4px; margin: 12px 0; }
.connect-heading > p:last-child { color: var(--muted); font-size: 14px; }
.connect-steps { list-style: none; padding: 0; display: flex; gap: 36px; margin: 24px 0 30px; }
.connect-steps li { display: flex; align-items: center; gap: 10px; font-size: 12px; }
.connect-steps span { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; color: var(--accent); border: 1px solid #c7d6bd; background: #e6eddc; font-size: 10px; }
.connect-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 44px; align-items: start; }
.key-card { border-top: 3px solid #9db493; }
.key-card h3 { font-size: 21px; letter-spacing: -.6px; margin: 0 0 10px; }
.key-card .eyebrow { font-size: 9px; }
.key-card .muted { font-size: 12px; }
.key-card .copy-setup { width: 100%; margin-top: 24px; }
.key-card .inline button { font-size: 12px; }
#api-key { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 13px; }
#setup-prompt { font: 12px/1.7 ui-monospace, SFMono-Regular, Menlo, monospace; }
#setup-details summary, .pairing-alternative > summary { color: var(--muted); font-size: 12px; }
.key-once { padding-top: 16px; margin-top: 20px; border-top: 1px solid var(--line); font-size: 11px; color: var(--muted); }
.connect-aside { padding: 8px 0; }
.connect-aside h3 { font: 400 25px/1.3 Georgia, serif; letter-spacing: -.5px; margin: 20px 0 12px; }
.connect-aside p { color: var(--muted); font-size: 13px; }
.connect-aside > a { color: var(--accent); font-size: 12px; }
.connection-seal { width: 65px; height: 65px; }
.connection-seal img { width: 100%; height: 100%; border-radius: 19px; }
.connection-location { background: #e6eddc80; padding: 16px 18px; margin: 22px 0 16px; border: 1px solid #d6dfcb; border-radius: 12px; }
.connection-location strong { font-size: 12px; }
.connection-location p { font-size: 12px; margin: 7px 0 10px; }
.connection-location code { font-size: 11px; overflow-wrap: anywhere; }
.connection { align-items: center; }
.connection strong { font-size: 14px; overflow-wrap: anywhere; }
.connection p { margin: 3px 0; font-size: 11px; }
.connection button { font-size: 12px; flex-shrink: 0; }
.pairing-alternative { border-top: 1px solid var(--line); padding-top: 22px; margin-top: 30px; }
@media(max-width: 680px) {
  .connect-heading h2 { font-size: 36px; }
  .connect-steps { gap: 12px; justify-content: space-between; }
  .connect-steps li { flex-direction: column; align-items: start; gap: 7px; font-size: 10px; }
  .connect-grid { grid-template-columns: 1fr; gap: 26px; }
  .connect-aside { padding: 10px 6px; }
  .connection-seal { width: 46px; height: 46px; font-size: 38px; }
}

/* An open horizon, a slower pace. Artwork is local vector geometry. */
.horizon-scene { position: relative; min-width: 0; padding: 20px 20px 36px 0; display: flex; align-items: center; justify-content: center; }
.horizon-scene svg { width: 100%; max-width: 395px; height: 310px; border-radius: 48% 48% 24% 24%; overflow: hidden; }
.horizon-scene .art-caption { position: absolute; bottom: 18px; left: 0; right: 20px; text-align: center; color: #61765c; font-size: 7px; letter-spacing: 1.7px; }
.horizon-signal { opacity: .7; transform-origin: 160px 140px; }
.is-playing .horizon-signal { animation: breathe 5s ease-in-out infinite; }
@keyframes breathe { 0%,100% { opacity: .4; transform: scale(.97); } 50% { opacity: .9; transform: scale(1.04); } }
.listening-art { display: none; }
#player #listen-mode { display: block; font-size: 11px; color: var(--accent); border: 0; background: #e9efdf; border-radius: 24px; }
body.listening-focus { padding: 0; overflow: hidden; }
body.listening-focus > header, body.listening-focus #radio, body.listening-focus #welcome { display: none !important; }
body.listening-focus > main { padding: 0; }
body.listening-focus #player { inset: 0; border: 0; border-radius: 0; max-width: none; margin: 0; padding: 70px 24px 30px; display: grid; grid-template-columns: 100px minmax(120px, 220px) 100px; justify-content: center; align-content: center; gap: 22px 10px; box-shadow: none; background: radial-gradient(ellipse at 50% 25%, #e2ebd7, transparent 60%), linear-gradient(160deg,#f9f9ee,#e9f0e7); }
body.listening-focus #player .listening-art { display: block; position: relative; width: 270px; height: 240px; grid-column: 1/-1; margin: 0 auto; max-width: none; }
.listening-art > div { position: absolute; inset: 65px 80px; border-radius: 30px; background: url('/icons/icon.svg') center/contain no-repeat; transform: rotate(-7deg); box-shadow: 0 20px 40px #365b4620; }
.listening-art i { position: absolute; border: 1px solid #a9c2a071; inset: 20px 35px; border-radius: 50%; }
.listening-art i:nth-of-type(2) { inset: 0 15px; border-color: #a9c2a048; }
.listening-art i:nth-of-type(3) { inset: -20px -5px; border-color: #a9c2a02b; }
.is-playing .listening-art i { animation: breathe 6s ease-in-out infinite; }
body.listening-focus #player .player-info { grid-column: 1/-1; text-align: center; width: 100%; min-width: 0; max-width: 440px; margin: 0 auto 10px; }
body.listening-focus #player strong { font: 400 34px/1.25 Georgia,serif; white-space: normal; overflow-wrap: anywhere; margin-top: 12px; }
body.listening-focus #player small { font-size: 10px; letter-spacing: 1.4px; color: #698066; }
body.listening-focus #audio { grid-column: 1/-1; width: 100%; height: 48px; order: 0; }
body.listening-focus #player label { grid-column: 2; grid-row: 4; justify-self: center; order: 0; }
body.listening-focus #player #back { display: block; grid-column: 1; grid-row: 4; border: 0; }
body.listening-focus #player #forward { display: block; grid-column: 3; grid-row: 4; border: 0; }
body.listening-focus #player #listen-mode { position: absolute; top: max(24px, env(safe-area-inset-top)); left: 24px; background: transparent; font-size: 13px; padding: 12px; }
body.listening-focus #notice { bottom: 24px; z-index: 6; }
@media(max-width: 780px) {
 .horizon-scene svg { height: 280px; } .horizon-scene { padding-right: 10px; }
 #player #listen-mode { order: 4; margin: 0 auto; padding: 5px 14px; }
}
@media(max-width: 520px) {
 .listening-room { min-height: 470px; padding-bottom: 165px; }
 .horizon-scene { position: absolute; bottom: -68px; right: -32px; width: 255px; height: 285px; padding: 0; opacity: .95; z-index: -1; }
 .horizon-scene svg { width: 100%; height: 100%; }
 .horizon-scene .art-caption { display: none; }
 .room-copy { padding: 28px 24px; }
 .room-copy h2 { font-size: 36px; max-width: none; }
 .feature-caption { max-width: 100%; }
 .page-heading { grid-template-columns: 1fr; gap: 18px; }
 .page-heading .muted { max-width: 280px; }
 .page-heading > button { justify-self: start; }
 body.listening-focus #player { grid-template-columns: 72px minmax(100px, 160px) 72px; gap: 16px 8px; padding-left: 18px; padding-right: 18px; }
 body.listening-focus #player strong { font-size: 28px; }
 body.listening-focus #player .listening-art { transform: scale(.8); margin: -15px auto; }
}
@media(prefers-reduced-motion: reduce) { .horizon-signal, .listening-art i { animation: none !important; } }

#voice-tab { max-width: 780px; } #voice-tab .card { margin-bottom: 20px; } #voice-tab a { overflow-wrap: anywhere; } .voice-consent { display:flex; align-items:flex-start; gap:10px; font-size:14px; } .voice-consent input { width:auto; margin-top:4px; } nav { flex-wrap:wrap; }

.voice-setup-view .page-heading { display:none; } @media(max-width:520px) { nav { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:2px; } nav button { padding:12px 3px; font-size:12px; white-space:nowrap; } }

/* EarBrief on SideCourt: small additions for language switching, sign-in, job progress and voices. */
button#connection { cursor: pointer; }
button#connection:hover { background: #e5ebdf; }
.divider { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 12px; margin: 18px 0 6px; }
.divider::before, .divider::after { content: ""; flex: 1; border-top: 1px solid var(--line); }
.oauth-buttons { display: grid; gap: 10px; }
.oauth-buttons button { width: 100%; }
.option { display: flex; gap: 10px; align-items: flex-start; font-weight: 500; margin: 10px 0; }
.option input { width: auto; margin: 4px 0 0; }
fieldset { border: 0; padding: 0; margin: 16px 0; }
legend { font-size: 13px; font-weight: 550; padding: 0; }
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.job .bar { height: 5px; border-radius: 3px; background: #d8e2cf; margin-top: 10px; overflow: hidden; }
.job .bar i { display: block; height: 100%; background: var(--ink); transition: width .4s; }
.job.failed { background: #f4e7e2; }
.job .status { font-size: 13px; color: var(--muted); margin: 4px 0 0; }
.voice-row { display: grid; grid-template-columns: 1fr 1fr auto; gap: 14px; align-items: end; }
.voice-row label { margin: 0; }
.provider-note { font-size: 13px; color: var(--muted); }
.lang-buttons button.selected { background: #e4ebdc; color: #355b49; border-color: transparent; }
.ai-line { font-size: 12px; color: var(--muted); margin: 8px 0 0; }
.status-line { font-weight: 600; margin: 0; }
.status-line.off { color: var(--muted); font-weight: 500; }
.episode .lang { font-size: 10px; letter-spacing: 1px; text-transform: uppercase; }
#account-tab .card { max-width: 640px; }
@media (max-width: 520px) { .two, .voice-row { grid-template-columns: 1fr; } }
