.vtfce-article {
  --vt-ink: #17202a;
  --vt-muted: #5d6772;
  --vt-line: #d9dee3;
  --vt-paper: #ffffff;
  --vt-soft: #f5f7f8;
  --vt-accent: #a27808;
  --vt-accent-dark: #685006;
  max-width: 940px;
  margin: 0 auto;
  color: var(--vt-ink);
  font-size: 1.02rem;
  line-height: 1.72;
}
.vtfce-article p { margin: 0 0 1.15em; }
.vtfce-article h2 { margin: 2.1em 0 .7em; line-height: 1.22; font-size: clamp(1.45rem, 2vw, 1.9rem); }
.vtfce-article h3 { margin: 1.55em 0 .55em; line-height: 1.3; font-size: 1.16rem; }
.vtfce-article a { text-underline-offset: 3px; }
.vtfce-deck { font-size: 1.17rem; line-height: 1.62; color: #303942; }
.vtfce-quickfacts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 1.7rem 0 2rem;
  border: 1px solid var(--vt-line);
  background: var(--vt-line);
  border-radius: 12px;
  overflow: hidden;
}
.vtfce-quickfacts > div { background: var(--vt-paper); padding: 1rem; min-width: 0; }
.vtfce-quickfacts span { display: block; margin-bottom: .3rem; color: var(--vt-muted); font-size: .76rem; text-transform: uppercase; letter-spacing: .055em; }
.vtfce-quickfacts strong { display: block; font-size: .98rem; line-height: 1.35; overflow-wrap: anywhere; }
.vtfce-spoiler {
  margin: 1.8rem 0;
  padding: .9rem 1rem;
  border-left: 4px solid var(--vt-accent);
  background: #fff9df;
  border-radius: 4px 9px 9px 4px;
}
.vtfce-table-wrap { width: 100%; overflow-x: auto; margin: 1rem 0 1.7rem; border: 1px solid var(--vt-line); border-radius: 10px; }
.vtfce-table { width: 100%; min-width: 560px; border-collapse: collapse; margin: 0; background: var(--vt-paper); }
.vtfce-table th, .vtfce-table td { padding: .78rem .9rem; text-align: left; vertical-align: top; border-bottom: 1px solid #e7eaed; }
.vtfce-table th { background: var(--vt-soft); font-size: .82rem; text-transform: uppercase; letter-spacing: .04em; }
.vtfce-table tr:last-child td { border-bottom: 0; }
.vtfce-linkcards, .vtfce-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 1rem;
  margin: 1.1rem 0 2rem;
}
.vtfce-linkcard, .vtfce-index-card {
  display: block;
  padding: 1.1rem;
  border: 1px solid var(--vt-line);
  border-radius: 12px;
  background: var(--vt-paper);
  text-decoration: none !important;
  box-shadow: 0 2px 10px rgba(18, 28, 36, .045);
}
.vtfce-linkcard:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(18, 28, 36, .08); }
.vtfce-linkcard strong { display: block; margin-bottom: .4rem; color: var(--vt-ink); }
.vtfce-linkcard span { color: var(--vt-muted); font-size: .93rem; line-height: 1.48; }
.vtfce-index-card h2 { margin: 0 0 .35rem; font-size: 1.15rem; }
.vtfce-index-card p { margin: .35rem 0; font-size: .94rem; }
.vtfce-theme-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: .9rem; margin: 1rem 0 1.8rem; }
.vtfce-theme { padding: 1rem; background: var(--vt-soft); border-radius: 10px; }
.vtfce-theme p { margin: .45rem 0 0; color: var(--vt-muted); font-size: .92rem; }
.vtfce-turning-points article { padding: .25rem 0 1rem; border-bottom: 1px solid var(--vt-line); }
.vtfce-turning-points article:last-child { border-bottom: 0; }
.vtfce-episode-nav { display: flex; justify-content: space-between; gap: 1rem; margin: 2rem 0; padding-top: 1rem; border-top: 1px solid var(--vt-line); }
.vtfce-episode-nav-top { margin-top: 1rem; padding: 1rem 0; border-top: 0; border-bottom: 1px solid var(--vt-line); }
.vtfce-episode-nav span:last-child { text-align: right; }
.vtfce-sources { margin: 2.4rem 0 1.4rem; padding: 1.2rem 1.35rem; background: var(--vt-soft); border-radius: 12px; }
.vtfce-sources h2 { margin-top: 0; font-size: 1.25rem; }
.vtfce-sources ul { margin: .7rem 0 0 1.2rem; }
.vtfce-sources li { margin: .35rem 0; }
.vtfce-editorial-note, .vtfce-media-credit { color: var(--vt-muted); font-size: .86rem; }
.vtfce-gallery { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .8rem; margin: 1.5rem 0 1.8rem; }
.vtfce-gallery figure { margin: 0; }
.vtfce-gallery img { display: block; width: 100%; height: auto; border-radius: 10px; }
.vtfce-gallery figcaption { padding: .45rem .1rem 0; color: var(--vt-muted); font-size: .82rem; line-height: 1.4; }
.vtfce-gallery .vtfce-media-credit { grid-column: 1 / -1; margin: 0; }
.vtfce-archive-visual {
  position: relative;
  min-height: 285px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: .28rem;
  margin: 1.55rem 0 1.9rem;
  padding: clamp(1.25rem, 4vw, 2.2rem);
  overflow: hidden;
  border-radius: 14px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(15,25,34,.96), rgba(36,49,58,.88)),
    radial-gradient(circle at 78% 22%, rgba(213,173,56,.75), transparent 28%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}
.vtfce-archive-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image: linear-gradient(rgba(255,255,255,.55) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.55) 1px, transparent 1px);
  background-size: 38px 38px;
  transform: perspective(420px) rotateX(58deg) scale(1.35) translateY(24%);
  transform-origin: bottom;
}
.vtfce-archive-visual > * { position: relative; z-index: 1; }
.vtfce-archive-visual span { font-size: .73rem; letter-spacing: .14em; text-transform: uppercase; color: #f2d874; }
.vtfce-archive-visual strong { max-width: 760px; font-size: clamp(1.5rem, 4vw, 2.45rem); line-height: 1.1; }
.vtfce-archive-visual small { opacity: .78; }
.vtfce-episode-index { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .8rem; margin: 1rem 0 2rem; }
.vtfce-episode-index-item { display: grid; grid-template-columns: auto 1fr; gap: .2rem .75rem; padding: 1rem; border: 1px solid var(--vt-line); border-radius: 10px; text-decoration: none !important; }
.vtfce-episode-index-item span { grid-row: 1 / 3; font-weight: 700; color: var(--vt-accent-dark); }
.vtfce-episode-index-item strong { color: var(--vt-ink); }
.vtfce-episode-index-item small { color: var(--vt-muted); }
.vtfce-song-episode { scroll-margin-top: 90px; }
.vtfce-text-link { font-weight: 650; }
@media (max-width: 780px) {
  .vtfce-quickfacts { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .vtfce-linkcards, .vtfce-card-grid, .vtfce-theme-grid { grid-template-columns: 1fr; }
  .vtfce-episode-index { grid-template-columns: 1fr; }
  .vtfce-gallery { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .vtfce-article { font-size: 1rem; }
  .vtfce-quickfacts { grid-template-columns: 1fr; }
  .vtfce-episode-nav { flex-direction: column; }
  .vtfce-episode-nav span:last-child { text-align: left; }
  .vtfce-archive-visual { min-height: 230px; }
}
