.tm-guests { max-width: 1200px; --guest-link: var(--button-primary-background); }
.dark .tm-guests { --guest-link: hsl(var(--primary)); }
.tm-guests [hidden] { display: none !important; }
.tm-guests-heading { max-width: 780px; margin-bottom: 40px; }
.tm-guests-eyebrow { color: var(--guest-link); font-size: .875rem; font-weight: 600; margin-bottom: 16px; }
.tm-guests-intro { color: hsl(var(--muted-foreground)); font-size: 1.125rem; line-height: 1.75; margin-top: 24px; max-width: 65ch; }
.tm-guests-search { max-width: 680px; margin-bottom: 24px; }
.tm-guests-search label { display: block; font-weight: 500; margin-bottom: 8px; }
.tm-guests-search-controls { display: flex; gap: 12px; }
.tm-guests-search input { min-width: 0; width: 100%; min-height: 48px; border: 1px solid hsl(var(--input)); border-radius: 6px; padding: 12px 16px; background: hsl(var(--background)); color: hsl(var(--foreground)); font: inherit; }
.tm-guests-reset { min-height: 48px; padding: 0 16px; border: 1px solid hsl(var(--border)); }
.tm-guests :is(a, button, input):focus-visible { outline: 2px solid hsl(var(--ring)); outline-offset: 4px; border-radius: 4px; }
.tm-guests-count { color: hsl(var(--muted-foreground)); font-size: .875rem; margin-bottom: 8px; }
.tm-guests-list { display: grid; grid-template-columns: minmax(0, 1fr); column-gap: 48px; }
.tm-guest { min-width: 0; border-top: 1px solid hsl(var(--border)); padding: 32px 0; scroll-margin-top: 100px; }
.tm-guest-heading { display: flex; gap: 20px; align-items: center; margin-bottom: 20px; }
.tm-guest-portrait { position: relative; flex: 0 0 88px; height: 88px; overflow: hidden; border-radius: 50%; background: hsl(var(--muted)); display: grid; place-items: center; font-size: 1.5rem; font-weight: 500; color: hsl(var(--muted-foreground)); }
.tm-guest-portrait img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tm-guest-identity { min-width: 0; }
.tm-guest h2 { font-size: 1.375rem; line-height: 1.3; font-weight: 600; overflow-wrap: anywhere; }
.tm-guest-role { margin-top: 6px; line-height: 1.5; overflow-wrap: anywhere; }
.tm-guest-date, .tm-guest-episodes time { color: hsl(var(--muted-foreground)); font-size: .8125rem; line-height: 1.6; }
.tm-guest-date { margin-top: 4px; }
.tm-guest-bio { line-height: 1.75; max-width: 65ch; }
.tm-guest-bio p + p { margin-top: 12px; }
.tm-guest-profile { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; font-size: .875rem; margin-right: 16px; }
.tm-guest a { color: var(--guest-link); text-underline-offset: 4px; }
.tm-guest a:hover { text-decoration: underline; }
.tm-guest-episodes-heading { font-size: .875rem; font-weight: 600; margin-top: 20px; margin-bottom: 8px; }
.tm-guest-episodes { list-style: none; padding: 0; display: grid; gap: 12px; }
.tm-guest-episodes a { display: inline-flex; align-items: center; min-height: 44px; line-height: 1.5; font-weight: 500; }
.tm-guest-episodes a span { margin-left: 8px; flex: none; }
.tm-guest-episodes time { display: block; }
.tm-guests-empty { padding: 48px 0; }
.tm-guests-empty h2 { font-size: 1.375rem; font-weight: 600; margin-bottom: 12px; }
.tm-guests-newsletter { border-top: 1px solid hsl(var(--border)); padding-top: 48px; margin-top: 32px; max-width: 780px; }
.tm-guests-newsletter p { margin: 16px 0 24px; line-height: 1.75; }
.tm-guests-newsletter a { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 24px; border-radius: 6px; }
@media (min-width: 768px) { .tm-guests-list { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 380px) { .tm-guest-heading { gap: 12px; } .tm-guest-portrait { flex-basis: 64px; height: 64px; } }
