/* Page-specific styles for /themas — kept separate from styles.css on purpose. */

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-mono);
  font-size: 0.82rem;
  color: var(--color-muted);
}
.breadcrumb a { color: var(--color-muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--color-accent); text-decoration: underline; text-underline-offset: 3px; }
.breadcrumb [aria-current="page"] { color: var(--color-ink-2); }

.theme-source-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.theme-source-item {
  padding: 0.85rem 0;
  border-top: 1px solid var(--color-line);
  line-height: 1.6;
}
.theme-source-item:last-child { border-bottom: 1px solid var(--color-line); }
.theme-essence {
  margin-top: 0.35rem;
  font-size: 0.92rem;
}

.theme-cta { margin-top: 0.5rem; }

.row-title-link { color: inherit; text-decoration: none; }
.row-title-link:hover { color: var(--color-accent); text-decoration: underline; text-underline-offset: 3px; }

.theme-filter { margin-top: 1.5rem; max-width: 34rem; }
.theme-filter-input {
  width: 100%;
  padding: 0.65rem 0.9rem;
  font: inherit;
  font-size: 0.95rem;
  color: var(--color-ink);
  background: transparent;
  border: 1px solid var(--color-line);
  border-radius: 6px;
}
.theme-filter-input::placeholder { color: var(--color-muted); }
.theme-filter-input:focus {
  outline: 2px solid var(--color-accent);
  outline-offset: 1px;
}
.theme-filter-empty { margin-top: 0.75rem; }
