/* mother-diversity · site 14 · teal-wave 青绿浪潮 · 白底 + 青绿主色 + 琥珀点缀 */
:root {
  --tw-primary: #14b8a6;
  --tw-secondary: #0d9488;
  --tw-cta: #f59e0b;
  --tw-cta-dim: #d97706;
  --tw-bg: #f0fdfa;
  --tw-surface: #ffffff;
  --tw-ink: #134e4a;
  --tw-muted: #5b7c78;
  --tw-line: rgba(20, 184, 166, 0.16);
  --tw-shadow: 0 12px 40px rgba(20, 184, 166, 0.12);
  --tw-max: 1200px;
  --tw-radius: 12px;
  --tw-radius-sm: 8px;
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }

body.body-tw {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(900px 380px at 50% -8%, rgba(20, 184, 166, 0.14), transparent 62%),
    radial-gradient(600px 280px at 100% 20%, rgba(245, 158, 11, 0.08), transparent 55%),
    var(--tw-bg) !important;
  color: var(--tw-ink) !important;
  font-family: "Segoe UI", "PingFang SC", "Noto Sans SC", system-ui, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.body-tw img { display: block; max-width: 100%; height: auto; }
body.body-tw a { text-decoration: none; color: var(--tw-primary); transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease, transform 0.18s ease; }
body.body-tw a:hover { color: var(--tw-secondary); }
body.body-tw h1, body.body-tw h2, body.body-tw h3, body.body-tw h4, body.body-tw p, body.body-tw ul { margin: 0; }
body.body-tw ul { padding: 0; list-style: none; }
body.body-tw img.image-off { opacity: 0.12; }

/* ── Header: 单行居中导航 + 右侧搜索 ── */
.tw-head {
  position: sticky;
  top: 0;
  z-index: 90;
  background: var(--tw-surface);
  box-shadow: 0 4px 24px rgba(19, 78, 74, 0.08);
}

.tw-head__bar {
  max-width: var(--tw-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 16px;
  min-height: 64px;
  padding: 0 20px;
}

.tw-head__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--tw-ink) !important;
}

.tw-head__mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--tw-primary), var(--tw-secondary));
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 6px 18px rgba(20, 184, 166, 0.35);
}

.tw-head__name {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.tw-head__name strong {
  font-size: 18px;
  font-weight: 900;
  color: var(--tw-primary);
  letter-spacing: -0.02em;
}

.tw-head__name em {
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
  color: var(--tw-muted);
}

.tw-head__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px 2px;
}

.tw-head__nav a {
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 700;
  color: var(--tw-muted) !important;
  border-bottom: 2px solid transparent;
  border-radius: 6px 6px 0 0;
}

.tw-head__nav a:hover {
  color: var(--tw-primary) !important;
  background: rgba(20, 184, 166, 0.06);
}

.tw-head__nav a[aria-current="page"] {
  color: var(--tw-primary) !important;
  border-bottom-color: var(--tw-primary);
  background: rgba(20, 184, 166, 0.08);
}

.tw-head__search {
  display: flex;
  align-items: center;
  border: 2px solid var(--tw-line);
  border-radius: 999px;
  overflow: hidden;
  background: var(--tw-bg);
  min-width: 180px;
}

.tw-head__search input {
  flex: 1;
  min-width: 0;
  padding: 8px 14px;
  border: 0;
  outline: none;
  background: transparent;
  color: var(--tw-ink);
  font-size: 13px;
}

.tw-head__search button {
  padding: 8px 16px;
  border: 0;
  background: linear-gradient(135deg, var(--tw-cta), var(--tw-cta-dim));
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  cursor: pointer;
}

.tw-head__search button:hover { filter: brightness(1.06); }

.tw-head__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 8px;
  border: 2px solid var(--tw-line);
  border-radius: var(--tw-radius-sm);
  background: var(--tw-surface);
  cursor: pointer;
}

.tw-head__toggle span {
  display: block;
  height: 2px;
  background: var(--tw-ink);
  border-radius: 1px;
}

.tw-head__wave {
  height: 4px;
  background: linear-gradient(90deg, var(--tw-primary), var(--tw-secondary), var(--tw-cta));
}

/* ── Main ── */
.tw-main {
  max-width: var(--tw-max);
  margin: 0 auto;
  padding: 28px 20px 56px;
}

/* ── Hero: 居中品牌首屏 ── */
.tw-hero {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 28px;
  padding: 48px 28px 56px;
  background: var(--tw-surface);
  border-radius: var(--tw-radius);
  box-shadow: var(--tw-shadow);
  border: 1px solid var(--tw-line);
}

.tw-hero__orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.tw-hero__orb--a {
  width: 280px;
  height: 280px;
  left: -80px;
  top: -60px;
  background: radial-gradient(circle, rgba(20, 184, 166, 0.2), transparent 68%);
}

.tw-hero__orb--b {
  width: 220px;
  height: 220px;
  right: -40px;
  bottom: -40px;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.16), transparent 68%);
}

.tw-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto;
}

.tw-hero__kicker {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.1);
  color: var(--tw-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.tw-hero h1 {
  font-size: clamp(28px, 4.5vw, 42px);
  font-weight: 950;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--tw-ink);
  margin-bottom: 14px;
}

.tw-hero__lead {
  font-size: 16px;
  color: var(--tw-muted);
  line-height: 1.75;
  margin-bottom: 24px;
}

.tw-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.tw-hero__curve {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background: linear-gradient(90deg, transparent, var(--tw-primary), var(--tw-cta), transparent);
  opacity: 0.5;
}

.tw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.tw-btn--cta {
  background: linear-gradient(135deg, var(--tw-cta), var(--tw-cta-dim));
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(245, 158, 11, 0.32);
}

.tw-btn--cta:hover {
  transform: translateY(-2px);
  color: #fff !important;
  filter: brightness(1.05);
}

.tw-btn--line {
  background: transparent;
  color: var(--tw-primary) !important;
  border-color: var(--tw-primary);
}

.tw-btn--line:hover {
  background: rgba(20, 184, 166, 0.08);
  color: var(--tw-secondary) !important;
}

/* ── Category lanes ── */
.tw-lanes {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  padding: 4px 2px 20px;
  margin-bottom: 32px;
  scrollbar-width: thin;
  scrollbar-color: var(--tw-primary) transparent;
}

.tw-lanes__item {
  flex: 0 0 auto;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  color: var(--tw-muted) !important;
  background: var(--tw-surface);
  border: 2px solid var(--tw-line);
  white-space: nowrap;
}

.tw-lanes__item:hover {
  color: var(--tw-primary) !important;
  border-color: var(--tw-primary);
  transform: translateY(-1px);
}

.tw-lanes__item--more {
  color: var(--tw-cta) !important;
  border-color: rgba(245, 158, 11, 0.4);
}

/* ── Section bands ── */
.tw-band { margin-bottom: 40px; }
.tw-band--soft {
  padding: 28px 24px;
  background: var(--tw-surface);
  border-radius: var(--tw-radius);
  border: 1px solid var(--tw-line);
}

.tw-band__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}

.tw-band__head h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--tw-ink);
}

.tw-band__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--tw-primary);
  box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.25);
}

.tw-band__dot--amber {
  background: var(--tw-cta);
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.25);
}

.tw-band__more {
  font-size: 13px;
  font-weight: 700;
  color: var(--tw-primary) !important;
}

.tw-band__more:hover { color: var(--tw-cta) !important; }

/* ── Grids ── */
.tw-grid {
  display: grid;
  gap: 18px;
}

.tw-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.tw-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

/* ── Cards: 竖版海报 + 琥珀角标 ── */
.tw-card {
  background: var(--tw-surface);
  border-radius: var(--tw-radius-sm);
  overflow: hidden;
  border: 1px solid var(--tw-line);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.tw-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--tw-shadow);
  border-color: rgba(20, 184, 166, 0.35);
}

.tw-card__link {
  display: block;
  color: inherit !important;
}

.tw-card__poster {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(20, 184, 166, 0.08), rgba(245, 158, 11, 0.06));
}

.tw-card__poster img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.tw-card:hover .tw-card__poster img { transform: scale(1.05); }

.tw-card__badge {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, var(--tw-cta), var(--tw-cta-dim));
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4);
  line-height: 1.2;
}

.tw-card__play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 28px;
  color: #fff;
  background: rgba(19, 78, 74, 0.45);
  opacity: 0;
  transition: opacity 0.22s ease;
}

.tw-card:hover .tw-card__play { opacity: 1; }

.tw-card__body { padding: 12px 14px 14px; }

.tw-card__body h3 {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  color: var(--tw-ink);
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tw-card:hover .tw-card__body h3 { color: var(--tw-primary); }

.tw-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  color: var(--tw-muted);
}

.tw-card__meta span:first-child { color: var(--tw-primary); }

/* Mini row card */
.tw-card--mini {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.tw-card--mini .tw-card__link {
  display: flex;
  width: 100%;
}

.tw-card--mini .tw-card__poster {
  flex: 0 0 112px;
}

.tw-card--mini .tw-card__poster img {
  height: 100%;
  min-height: 64px;
  aspect-ratio: 16 / 9;
}

.tw-card--mini .tw-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 12px;
}

.tw-card--mini .tw-card__body h3 {
  font-size: 13px;
  -webkit-line-clamp: 2;
}

.tw-card--mini .tw-card__play { display: none; }

/* ── Category page ── */
.tw-cat-hero {
  margin-bottom: 24px;
  padding: 24px 28px;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.12), rgba(245, 158, 11, 0.06));
  border-radius: var(--tw-radius);
  border: 1px solid var(--tw-line);
}

.tw-crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  color: var(--tw-muted);
  margin-bottom: 12px;
}

.tw-crumb a { color: var(--tw-primary) !important; }

.tw-cat-hero__row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.tw-cat-hero__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--tw-primary);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 6px 16px rgba(20, 184, 166, 0.35);
}

.tw-cat-hero h1 {
  font-size: clamp(24px, 3.5vw, 32px);
  font-weight: 900;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
  color: var(--tw-ink);
}

.tw-cat-hero p {
  color: var(--tw-muted);
  font-size: 15px;
  max-width: 640px;
}

.tw-cat-wrap { display: block; }

.tw-cat-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 12px 16px;
  margin-bottom: 22px;
  padding: 16px 18px;
  background: var(--tw-surface);
  border: 1px solid var(--tw-line);
  border-radius: var(--tw-radius-sm);
}

.tw-cat-filters__label {
  font-size: 12px;
  font-weight: 700;
  color: var(--tw-muted);
  margin-right: -8px;
}

.tw-cat-filters input,
.tw-cat-filters select,
.tw-filter-row input,
.tw-filter-row select {
  padding: 10px 14px;
  border: 2px solid var(--tw-line);
  border-radius: var(--tw-radius-sm);
  background: var(--tw-bg);
  color: var(--tw-ink);
  font-size: 13px;
  outline: none;
  min-width: 140px;
}

.tw-cat-filters input:focus,
.tw-cat-filters select:focus,
.tw-filter-row input:focus,
.tw-filter-row select:focus {
  border-color: var(--tw-primary);
}

.tw-cat-filters input { flex: 1; min-width: 180px; }

.tw-empty {
  margin-top: 20px;
  padding: 32px;
  text-align: center;
  color: var(--tw-muted);
  font-weight: 700;
  background: var(--tw-surface);
  border: 2px dashed var(--tw-line);
  border-radius: var(--tw-radius-sm);
}

/* ── Play page ── */
.tw-play {
  margin: -8px -20px 0;
}

.tw-play__screen {
  position: relative;
  max-width: var(--tw-max);
  margin: 0 auto;
  padding: 0 20px;
}

.tw-play__screen video,
.tw-play__screen #movie-player {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--tw-radius);
  background: #042f2e;
  box-shadow: 0 20px 60px rgba(19, 78, 74, 0.25);
}

.tw-play__error {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(4, 47, 46, 0.85);
  font-weight: 800;
  border-radius: var(--tw-radius);
}

.tw-play__error[hidden] { display: none !important; }

.tw-play__meta {
  max-width: var(--tw-max);
  margin: 0 auto;
  padding: 24px 20px 0;
}

.tw-play__meta h1 {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 8px 0 12px;
}

.tw-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.tw-tags li {
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.1);
  color: var(--tw-primary);
  border: 1px solid rgba(20, 184, 166, 0.22);
}

.tw-tags li:nth-child(2) {
  background: rgba(245, 158, 11, 0.12);
  color: var(--tw-cta-dim);
  border-color: rgba(245, 158, 11, 0.28);
}

.tw-tags li:nth-child(3) {
  background: rgba(13, 148, 136, 0.1);
  color: var(--tw-secondary);
  border-color: rgba(13, 148, 136, 0.22);
}

.tw-play__body {
  max-width: var(--tw-max);
  margin: 0 auto;
  padding: 20px 20px 0;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 28px;
  align-items: start;
}

.tw-play__synopsis h2,
.tw-play__side h2 {
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--tw-primary);
  color: var(--tw-ink);
}

.tw-play__side h2 { border-bottom-color: var(--tw-cta); }

.tw-play__synopsis p {
  color: var(--tw-muted);
  font-size: 15px;
  line-height: 1.85;
}

.tw-side-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* ── Secondary pages ── */
.tw-page-hero {
  text-align: center;
  margin-bottom: 28px;
  padding: 36px 24px;
  background: var(--tw-surface);
  border-radius: var(--tw-radius);
  border: 1px solid var(--tw-line);
  box-shadow: var(--tw-shadow);
}

.tw-page-hero h1 {
  font-size: clamp(24px, 3.5vw, 32px);
  font-weight: 900;
  margin: 8px 0;
  color: var(--tw-ink);
}

.tw-page-hero p {
  color: var(--tw-muted);
  font-size: 15px;
  max-width: 560px;
  margin: 0 auto;
}

.tw-filter-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 12px;
  margin-bottom: 22px;
  padding: 16px;
  background: var(--tw-surface);
  border: 1px solid var(--tw-line);
  border-radius: var(--tw-radius-sm);
}

.tw-filter-row input,
.tw-filter-row select { min-width: 0; width: 100%; }

.tw-cat-index {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.tw-cat-index a,
.tw-cat-index .overview-card,
.tw-cat-tile {
  display: block;
  padding: 20px 22px;
  background: var(--tw-surface);
  border: 2px solid var(--tw-line);
  border-radius: var(--tw-radius-sm);
  transition: border-color 0.2s ease, transform 0.2s ease;
  color: inherit !important;
}

.tw-cat-index a:hover,
.tw-cat-index .overview-card:hover,
.tw-cat-tile:hover {
  border-color: var(--tw-primary);
  transform: translateY(-2px);
}

.tw-cat-index a strong,
.tw-cat-index .overview-main strong,
.tw-cat-tile strong {
  display: block;
  font-size: 17px;
  font-weight: 900;
  color: var(--tw-primary);
  margin-bottom: 6px;
}

.tw-cat-index a span,
.tw-cat-index .overview-main span,
.tw-cat-tile span {
  font-size: 13px;
  color: var(--tw-muted);
  line-height: 1.6;
}

.tw-cat-index .overview-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px dashed var(--tw-line);
  font-size: 12px;
  font-weight: 700;
}

.tw-cat-index .overview-links span:first-child {
  color: var(--tw-primary);
}

.tw-cat-index .overview-links span:last-child {
  color: var(--tw-cta);
}

/* ── Footer ── */
.tw-foot {
  margin-top: 24px;
  background: var(--tw-surface);
  border-top: 1px solid var(--tw-line);
}

.tw-foot__wave {
  height: 6px;
  background: linear-gradient(90deg, var(--tw-secondary), var(--tw-primary), var(--tw-cta));
}

.tw-foot__inner {
  max-width: var(--tw-max);
  margin: 0 auto;
  padding: 36px 20px 24px;
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 32px;
}

.tw-foot__brand strong {
  display: block;
  font-size: 20px;
  font-weight: 900;
  color: var(--tw-primary);
  margin-bottom: 10px;
}

.tw-foot__brand p {
  font-size: 13px;
  color: var(--tw-muted);
  line-height: 1.65;
  max-width: 280px;
}

.tw-foot__cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.tw-foot__col h4 {
  font-size: 13px;
  font-weight: 800;
  color: var(--tw-ink);
  margin-bottom: 12px;
}

.tw-foot__col nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tw-foot__col a {
  font-size: 13px;
  font-weight: 600;
  color: var(--tw-muted) !important;
}

.tw-foot__col a:hover { color: var(--tw-primary) !important; }

.tw-foot__col--about p {
  font-size: 13px;
  color: var(--tw-muted);
  line-height: 1.65;
}

.tw-foot__bar {
  max-width: var(--tw-max);
  margin: 0 auto;
  padding: 14px 20px;
  border-top: 1px solid var(--tw-line);
  font-size: 12px;
  color: var(--tw-muted);
  font-weight: 600;
}

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
  body.body-tw a,
  .tw-card,
  .tw-card__poster img,
  .tw-btn { transition: none !important; }
  .tw-card:hover { transform: none; }
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .tw-grid--4 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .tw-play__body { grid-template-columns: 1fr; }
  .tw-foot__inner { grid-template-columns: 1fr; }
  .tw-foot__cols { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
  .tw-head__bar {
    grid-template-columns: auto 1fr auto;
    padding: 0 14px;
    min-height: 56px;
  }

  .tw-head__nav {
    display: none;
    grid-column: 1 / -1;
    flex-direction: column;
    padding: 12px 0 4px;
    border-top: 1px solid var(--tw-line);
  }

  .tw-head__nav.open { display: flex; }

  .tw-head__nav a {
    border-bottom: 0;
    border-radius: var(--tw-radius-sm);
    padding: 10px 14px;
  }

  .tw-head__search { display: none; }
  .tw-head__toggle { display: flex; }

  .tw-main { padding: 20px 14px 48px; }

  .tw-hero { padding: 36px 18px 44px; }

  .tw-grid--4,
  .tw-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }

  .tw-band--soft { padding: 20px 16px; }

  .tw-cat-filters { flex-direction: column; align-items: stretch; }
  .tw-cat-filters input,
  .tw-cat-filters select { width: 100%; min-width: 0; }

  .tw-filter-row { grid-template-columns: 1fr 1fr; }

  .tw-play { margin: -8px -14px 0; }
  .tw-play__screen { padding: 0 14px; }
  .tw-play__meta,
  .tw-play__body { padding-left: 14px; padding-right: 14px; }

  .tw-foot__cols { grid-template-columns: 1fr; gap: 18px; }
  .tw-cat-index { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .tw-head__name em { display: none; }
  .tw-grid--4,
  .tw-grid--3 { grid-template-columns: 1fr; }
  .tw-filter-row { grid-template-columns: 1fr; }
  .tw-hero h1 { font-size: 26px; }
}
