#vc-home-seo,
.vc-app-shell {
  color-scheme: light;
  --vc-shell-bg: hsl(42 34% 95%);
  --vc-shell-fg: hsl(30 12% 13%);
  --vc-shell-muted: hsl(30 10% 38%);
  --vc-shell-card: hsl(24 62% 98% / 0.9);
  --vc-shell-border: hsl(28 20% 84% / 0.85);
  --vc-shell-accent: hsl(22 86% 54%);
  --vc-shell-bloom-a: rgb(255 229 0 / 0.18);
  --vc-shell-bloom-b: rgb(184 134 94 / 0.14);
  --vc-shell-grid: rgb(45 36 28 / 0.06);
  --vc-shell-shadow: 0 26px 72px -44px rgb(45 36 28 / 0.62);
}

html.dark #vc-home-seo,
html.dark .vc-app-shell {
  color-scheme: dark;
  --vc-shell-bg: hsl(30 8% 12%);
  --vc-shell-fg: hsl(39 48% 94%);
  --vc-shell-muted: hsl(36 16% 72%);
  --vc-shell-card: hsl(30 10% 17% / 0.86);
  --vc-shell-border: hsl(32 16% 34% / 0.8);
  --vc-shell-accent: hsl(22 86% 58%);
  --vc-shell-bloom-a: rgb(249 115 22 / 0.16);
  --vc-shell-bloom-b: rgb(184 134 94 / 0.16);
  --vc-shell-grid: rgb(255 255 255 / 0.06);
  --vc-shell-shadow: 0 28px 80px -42px rgb(2 8 23 / 0.9);
}

#vc-home-seo {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  color: var(--vc-shell-fg);
  font-family:
    Inter,
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    sans-serif;
  background-color: var(--vc-shell-bg);
  background-image:
    radial-gradient(95% 95% at 10% 10%, var(--vc-shell-bloom-a), transparent 58%),
    radial-gradient(90% 90% at 90% 0%, var(--vc-shell-bloom-b), transparent 62%),
    linear-gradient(180deg, hsl(42 34% 95%) 0%, var(--vc-shell-bg) 36%, var(--vc-shell-bg) 100%);
}

html.dark #vc-home-seo {
  background-image:
    radial-gradient(95% 95% at 10% 10%, var(--vc-shell-bloom-a), transparent 58%),
    radial-gradient(90% 90% at 90% 0%, var(--vc-shell-bloom-b), transparent 62%),
    linear-gradient(180deg, hsl(30 10% 17%) 0%, var(--vc-shell-bg) 42%, var(--vc-shell-bg) 100%);
}

#vc-home-seo::before,
.vc-app-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(to right, var(--vc-shell-grid) 1px, transparent 1px),
    linear-gradient(to bottom, var(--vc-shell-grid) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.45;
}

.vc-home-seo-frame {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 2rem), 1248px);
  margin: 0 auto;
  padding: clamp(1.25rem, 3vw, 2rem) 0 clamp(2.5rem, 5vw, 4rem);
}

.vc-home-feed-preview {
  --vc-feed-card: hsl(38 46% 97% / 0.76);
  --vc-feed-card-strong: hsl(38 58% 98% / 0.94);
  --vc-feed-dark: hsl(30 12% 13%);
  --vc-feed-dark-soft: hsl(28 12% 18%);
  --vc-feed-cream: hsl(39 48% 94%);
  --vc-feed-muted-cream: hsl(39 24% 76%);
  --vc-feed-line: hsl(30 11% 20% / 0.1);
  --vc-feed-line-strong: hsl(30 11% 20% / 0.18);
  max-width: 1248px;
  margin: 0 auto;
  color: var(--vc-shell-fg);
}

html.dark .vc-home-feed-preview {
  --vc-feed-card: hsl(30 10% 14% / 0.72);
  --vc-feed-card-strong: hsl(30 10% 17% / 0.9);
  --vc-feed-line: hsl(39 48% 94% / 0.12);
  --vc-feed-line-strong: hsl(39 48% 94% / 0.22);
}

.vc-home-feed-preview__intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: clamp(0.9rem, 2vw, 1.1rem);
  border: 1px solid hsl(34 28% 58% / 0.36);
  border-radius: 1rem;
  background:
    linear-gradient(90deg, hsl(31 32% 55% / 0.14) 1px, transparent 1px),
    linear-gradient(180deg, hsl(31 32% 55% / 0.1) 1px, transparent 1px),
    linear-gradient(135deg, var(--vc-feed-dark-soft) 0%, hsl(30 10% 10%) 100%);
  background-size:
    34px 34px,
    34px 34px,
    auto;
  padding: clamp(0.8rem, 2vw, 0.95rem);
  box-shadow:
    0 1px 0 hsl(40 30% 92% / 0.08) inset,
    0 22px 60px -42px rgb(0 0 0 / 0.72);
}

.vc-home-feed-preview__intro-copy {
  min-width: 0;
  max-width: 48rem;
}

.vc-home-feed-preview__eyebrow,
.vc-home-feed-preview__badge,
.vc-home-feed-preview__run,
.vc-home-feed-preview__spotlight-badge {
  margin: 0;
  color: hsl(34 75% 78% / 0.92);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.vc-home-feed-preview__title {
  margin: 0.2rem 0 0;
  color: var(--vc-feed-cream);
  font-size: clamp(1rem, 1.25vw, 1.125rem);
  font-weight: 650;
  line-height: 1.24;
}

.vc-home-feed-preview__subtitle,
.vc-home-feed-preview__main-heading p,
.vc-home-feed-preview__description,
.vc-home-feed-preview__meta,
.vc-home-feed-preview__footer,
.vc-home-feed-preview__spotlight-description {
  margin: 0;
  line-height: 1.5;
}

.vc-home-feed-preview__subtitle {
  margin-top: 0.18rem;
  color: var(--vc-feed-muted-cream);
  font-size: 0.94rem;
}

.vc-home-feed-preview__hero-actions {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.45rem;
}

.vc-home-feed-preview__hero-action,
.vc-home-feed-preview__hero-link {
  display: inline-flex;
  min-height: 2.15rem;
  align-items: center;
  border-radius: 999px;
  color: hsl(39 28% 84%);
  padding: 0.45rem 0.72rem;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.vc-home-feed-preview__hero-action {
  border: 1px solid hsl(38 32% 82% / 0.22);
  background: hsl(39 48% 94% / 0.09);
  color: hsl(39 48% 94%);
}

.vc-home-feed-preview__hero-action--primary {
  border-color: hsl(39 48% 94% / 0.72);
  background: hsl(39 48% 94%);
  color: hsl(30 12% 13%);
}

.vc-home-feed-preview__hero-link {
  padding-inline: 0.55rem;
}

.vc-home-feed-preview__layout {
  display: block;
}

.vc-home-feed-preview__main {
  min-width: 0;
}

.vc-home-feed-preview__main-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  border: 1px solid hsl(35 28% 68% / 0.38);
  border-radius: 1rem;
  background:
    linear-gradient(90deg, hsl(34 26% 76% / 0.16) 1px, transparent 1px),
    linear-gradient(180deg, hsl(34 26% 76% / 0.14) 1px, transparent 1px),
    linear-gradient(135deg, hsl(39 48% 92% / 0.96), hsl(35 34% 86% / 0.94));
  background-size:
    34px 34px,
    34px 34px,
    auto;
  padding: 0.75rem 0.95rem;
  box-shadow:
    0 1px 0 hsl(40 44% 98% / 0.76) inset,
    0 16px 38px -34px rgb(58 45 31 / 0.34),
    0 0 0 1px hsl(35 28% 96% / 0.42) inset;
}

.vc-home-feed-preview__main-heading h2 {
  margin: 0;
  color: hsl(30 12% 13%);
  font-family:
    Merriweather,
    Georgia,
    Cambria,
    Times New Roman,
    serif;
  font-size: clamp(1.55rem, 2.7vw, 2.05rem);
  line-height: 1.12;
}

.vc-home-feed-preview__main-heading p {
  color: hsl(30 10% 32%);
}

.vc-home-feed-preview__lane-controls {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.6rem;
}

.vc-home-feed-preview__hint {
  font-size: 0.86rem;
  font-style: italic;
}

.vc-home-feed-preview__lane-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.375rem;
}

.vc-home-feed-preview__lane-pill {
  display: inline-flex;
  min-height: 2rem;
  align-items: center;
  border: 1px solid hsl(35 24% 58% / 0.28);
  border-radius: 999px;
  background: hsl(39 46% 96% / 0.58);
  color: hsl(30 10% 26%);
  padding: 0.35rem 0.65rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 1px 0 hsl(40 44% 98% / 0.54) inset;
}

.vc-home-feed-preview__lane-pill--active {
  border-color: hsl(24 74% 52% / 0.42);
  background: linear-gradient(180deg, hsl(30 14% 16%), hsl(30 13% 11%));
  color: var(--vc-feed-cream);
  box-shadow:
    0 1px 0 hsl(40 30% 92% / 0.1) inset,
    0 10px 22px -18px rgb(41 28 17 / 0.78);
}

.vc-home-feed-preview__spotlight {
  display: flex;
  min-height: clamp(12rem, 18vw, 14.4rem);
  flex-direction: column;
  justify-content: center;
  margin-bottom: clamp(0.95rem, 2vw, 1.2rem);
  border: 1px solid var(--vc-shell-border);
  border-radius: 1rem;
  background:
    linear-gradient(115deg, hsl(40 52% 98% / 0.92), hsl(36 28% 89% / 0.52)), hsl(42 34% 96% / 0.82);
  padding: clamp(1.1rem, 2.4vw, 1.35rem);
  box-shadow:
    0 1px 0 hsl(40 44% 98% / 0.72) inset,
    0 18px 48px -38px rgb(58 45 31 / 0.32);
}

html.dark .vc-home-feed-preview__spotlight {
  background:
    linear-gradient(115deg, hsl(30 10% 18% / 0.88), hsl(30 10% 13% / 0.68)), hsl(30 10% 15% / 0.8);
}

.vc-home-feed-preview__spotlight-badge {
  display: inline-flex;
  width: fit-content;
  border: 1px solid var(--vc-shell-border);
  border-radius: 999px;
  background: hsl(40 52% 98% / 0.82);
  color: hsl(30 10% 38%);
  padding: 0.32rem 0.62rem;
  letter-spacing: 0.08em;
}

.vc-home-feed-preview__spotlight h3 {
  margin: 0.85rem 0 0;
  color: var(--vc-shell-fg);
  font-family:
    Merriweather,
    Georgia,
    Cambria,
    Times New Roman,
    serif;
  font-size: clamp(1.65rem, 3vw, 2.2rem);
  line-height: 1.12;
}

.vc-home-feed-preview__spotlight-description {
  margin-top: 0.6rem;
  color: var(--vc-shell-muted);
  font-size: 0.95rem;
}

.vc-home-feed-preview__spotlight-meta,
.vc-home-feed-preview__spotlight-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
}

.vc-home-feed-preview__spotlight-meta {
  margin-top: 0.75rem;
  color: var(--vc-shell-muted);
  font-size: 0.8rem;
}

.vc-home-feed-preview__spotlight-meta span,
.vc-home-feed-preview__spotlight-meta a {
  display: inline-flex;
  min-height: 1.55rem;
  align-items: center;
  border: 1px solid var(--vc-shell-border);
  border-radius: 999px;
  background: hsl(40 52% 98% / 0.74);
  color: hsl(30 10% 38%);
  padding: 0.2rem 0.48rem;
  text-decoration: none;
}

.vc-home-feed-preview__spotlight-actions {
  margin-top: 1.1rem;
}

.vc-home-feed-preview__spotlight-action {
  display: inline-flex;
  min-height: 2.15rem;
  align-items: center;
  border: 1px solid var(--vc-shell-border);
  border-radius: 0.55rem;
  background: hsl(40 52% 98% / 0.72);
  color: hsl(30 12% 16%);
  padding: 0.45rem 0.75rem;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 1px 0 hsl(40 44% 98% / 0.54) inset;
}

.vc-home-feed-preview__spotlight-action--primary {
  border-color: hsl(30 14% 18% / 0.88);
  background: hsl(30 14% 18%);
  color: var(--vc-feed-cream);
}

.vc-home-feed-preview__spotlight--shell {
  align-items: flex-start;
}

.vc-home-feed-preview__spotlight--shell .vc-home-feed-preview__spotlight-mark {
  width: 5.8rem;
  height: 1.5rem;
  border: 1px solid var(--vc-shell-border);
  background: hsl(40 52% 98% / 0.82);
}

.vc-home-feed-preview__spotlight--shell .vc-home-feed-preview__spotlight-line--title {
  width: min(34rem, 62%);
  height: 1.65rem;
  margin-top: 0.95rem;
}

.vc-home-feed-preview__spotlight--shell .vc-home-feed-preview__spotlight-line--copy {
  width: min(30rem, 52%);
  height: 0.8rem;
  margin-top: 0.75rem;
}

.vc-home-feed-preview__spotlight--shell .vc-home-feed-preview__spotlight-meta span {
  min-height: 0;
  border: 0;
  padding: 0;
}

.vc-home-feed-preview__spotlight--shell .vc-home-feed-preview__spotlight-meta span:first-child {
  width: 4.7rem;
  height: 1.3rem;
}

.vc-home-feed-preview__spotlight--shell .vc-home-feed-preview__spotlight-meta span:nth-child(2) {
  width: 4.2rem;
  height: 1.3rem;
}

.vc-home-feed-preview__spotlight--shell
  .vc-home-feed-preview__spotlight-meta
  span:nth-child(n + 3) {
  width: 3.5rem;
  height: 1.3rem;
}

.vc-home-feed-preview__spotlight--shell .vc-home-feed-preview__spotlight-action {
  width: 4.5rem;
  padding: 0;
}

.vc-home-feed-preview__spotlight--shell .vc-home-feed-preview__spotlight-action:nth-child(2) {
  width: 7.4rem;
}

.vc-home-feed-preview__spotlight--shell .vc-home-feed-preview__spotlight-action:nth-child(n + 3) {
  width: 4rem;
}

.vc-home-feed-preview__cards {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.6vw, 1rem);
}

.vc-home-feed-preview__card {
  display: grid;
  min-height: 11.9rem;
  grid-template-columns: minmax(10.5rem, 44%) minmax(0, 1fr);
  border: 1px solid var(--vc-shell-border);
  border-radius: 0.9rem;
  background:
    linear-gradient(180deg, var(--vc-feed-card-strong), var(--vc-feed-card)), hsl(42 34% 95% / 0.56);
  overflow: hidden;
  box-shadow:
    0 1px 0 hsl(40 44% 98% / 0.64) inset,
    0 18px 46px -38px rgb(58 45 31 / 0.34);
}

html.dark .vc-home-feed-preview__card {
  background:
    linear-gradient(180deg, var(--vc-feed-card-strong), var(--vc-feed-card)), hsl(30 10% 14% / 0.72);
  box-shadow:
    0 1px 0 hsl(40 30% 92% / 0.08) inset,
    0 20px 48px -34px rgb(0 0 0 / 0.74);
}

.vc-home-feed-preview__card--quiet {
  min-height: 11.9rem;
}

.vc-home-feed-preview__thumb {
  position: relative;
  min-height: 100%;
  background:
    linear-gradient(90deg, hsl(34 26% 78% / 0.2) 1px, transparent 1px),
    linear-gradient(180deg, hsl(34 26% 78% / 0.16) 1px, transparent 1px),
    linear-gradient(160deg, var(--vc-feed-line-strong), var(--vc-feed-line));
  background-size:
    34px 34px,
    34px 34px,
    auto;
}

.vc-home-feed-preview__thumb--a {
  background:
    linear-gradient(90deg, hsl(34 26% 78% / 0.2) 1px, transparent 1px),
    linear-gradient(180deg, hsl(34 26% 78% / 0.16) 1px, transparent 1px),
    radial-gradient(circle at 24% 20%, hsl(23 82% 56% / 0.28), transparent 36%),
    radial-gradient(circle at 78% 74%, hsl(72 18% 48% / 0.18), transparent 38%),
    linear-gradient(145deg, hsl(31 24% 76% / 0.22), hsl(39 52% 95% / 0.82));
}

.vc-home-feed-preview__thumb--b {
  background:
    linear-gradient(90deg, hsl(34 26% 78% / 0.18) 1px, transparent 1px),
    linear-gradient(180deg, hsl(34 26% 78% / 0.14) 1px, transparent 1px),
    radial-gradient(circle at 30% 72%, hsl(25 36% 52% / 0.18), transparent 34%),
    linear-gradient(135deg, hsl(32 10% 25% / 0.16), transparent 52%),
    linear-gradient(160deg, hsl(42 34% 95% / 0.92), hsl(30 10% 20% / 0.12));
}

.vc-home-feed-preview__thumb--c {
  background:
    linear-gradient(90deg, hsl(34 26% 78% / 0.18) 1px, transparent 1px),
    linear-gradient(180deg, hsl(34 26% 78% / 0.14) 1px, transparent 1px),
    radial-gradient(circle at 48% 42%, hsl(81 20% 55% / 0.2), transparent 34%),
    linear-gradient(135deg, hsl(30 10% 20% / 0.16), hsl(39 52% 95% / 0.8));
}

.vc-home-feed-preview__badge,
.vc-home-feed-preview__run {
  position: absolute;
  z-index: 1;
  border: 1px solid hsl(24 74% 52% / 0.28);
  border-radius: 999px;
  background: hsl(39 52% 97% / 0.82);
  color: hsl(20 68% 42%);
  padding: 0.27rem 0.5rem;
  font-size: 0.66rem;
  box-shadow: 0 10px 24px -18px rgb(58 45 31 / 0.42);
}

.vc-home-feed-preview__badge {
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
}

.vc-home-feed-preview__run {
  right: 0.75rem;
  top: 0.75rem;
  border-color: hsl(32 16% 72% / 0.62);
  color: hsl(30 10% 26%);
}

.vc-home-feed-preview__thumb-mark,
.vc-home-feed-preview__thumb-chip {
  position: absolute;
  z-index: 1;
  display: block;
  border: 1px solid hsl(24 74% 52% / 0.2);
  border-radius: 999px;
  background: hsl(39 52% 97% / 0.72);
  box-shadow: 0 10px 24px -18px rgb(58 45 31 / 0.42);
}

.vc-home-feed-preview__thumb-mark {
  left: 0.75rem;
  top: 50%;
  width: 2.45rem;
  height: 1.38rem;
  transform: translateY(-50%);
}

.vc-home-feed-preview__thumb-chip {
  right: 0.75rem;
  top: 0.75rem;
  width: 3.1rem;
  height: 1.35rem;
  border-color: hsl(32 16% 72% / 0.62);
}

.vc-home-feed-preview__card h3 {
  margin: 0;
  color: var(--vc-shell-fg);
  font-family:
    Merriweather,
    Georgia,
    Cambria,
    Times New Roman,
    serif;
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.22;
}

.vc-home-feed-preview__body {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  padding: clamp(0.85rem, 1.8vw, 1rem);
}

.vc-home-feed-preview__line,
.vc-home-feed-preview__spotlight-line,
.vc-home-feed-preview__spotlight-mark,
.vc-home-feed-preview__card--shell .vc-home-feed-preview__meta span,
.vc-home-feed-preview__card--shell .vc-home-feed-preview__tags span,
.vc-home-feed-preview__card--shell .vc-home-feed-preview__footer span {
  display: block;
  border-radius: 999px;
  background: hsl(31 18% 72% / 0.32);
  box-shadow: 0 1px 0 hsl(40 44% 98% / 0.34) inset;
}

.vc-home-feed-preview__line--title {
  width: min(11rem, 72%);
  height: 1rem;
}

.vc-home-feed-preview__line--copy {
  width: min(14rem, 92%);
  height: 0.72rem;
  margin-top: 1rem;
}

.vc-home-feed-preview__line--copy-short {
  width: min(10rem, 68%);
  height: 0.72rem;
  margin-top: 0.42rem;
}

.vc-home-feed-preview__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: 0.75rem;
  color: var(--vc-shell-muted);
  font-size: 0.78rem;
}

.vc-home-feed-preview__card--shell .vc-home-feed-preview__meta span {
  width: 4.8rem;
  height: 0.72rem;
}

.vc-home-feed-preview__card--shell .vc-home-feed-preview__meta span:last-child {
  width: 3.9rem;
}

.vc-home-feed-preview__description {
  margin-top: 0.7rem;
  color: var(--vc-shell-muted);
  font-size: 0.84rem;
}

.vc-home-feed-preview__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.65rem;
}

.vc-home-feed-preview__tags a,
.vc-home-feed-preview__tags span {
  border: 1px solid var(--vc-shell-border);
  border-radius: 999px;
  background: hsl(38 42% 96% / 0.74);
  color: hsl(30 10% 35%);
  padding: 0.25rem 0.5rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-decoration: none;
}

.vc-home-feed-preview__card--shell .vc-home-feed-preview__tags span {
  width: 3.5rem;
  height: 1.2rem;
  border: 0;
  padding: 0;
}

.vc-home-feed-preview__card--shell .vc-home-feed-preview__tags span:nth-child(2) {
  width: 4.1rem;
}

.vc-home-feed-preview__card--shell .vc-home-feed-preview__tags span:nth-child(3) {
  width: 2.8rem;
}

.vc-home-feed-preview__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: auto;
  padding-top: 0.9rem;
  color: hsl(30 10% 34%);
  font-size: 0.76rem;
  font-weight: 650;
}

.vc-home-feed-preview__footer a {
  color: inherit;
  text-decoration: none;
}

.vc-home-feed-preview__card--shell .vc-home-feed-preview__footer span {
  width: 0.86rem;
  height: 0.86rem;
  background: hsl(31 14% 52% / 0.36);
}

@media (min-width: 720px) {
  .vc-home-feed-preview__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .vc-home-feed-preview__card {
    grid-template-columns: minmax(0, 1fr);
  }

  .vc-home-feed-preview__thumb {
    min-height: 8rem;
  }
}

@media (max-width: 639px) {
  .vc-home-seo-frame {
    width: min(calc(100% - 1.25rem), 1248px);
    padding-top: 1rem;
  }

  .vc-home-feed-preview__intro,
  .vc-home-feed-preview__main-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .vc-home-feed-preview__hero-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .vc-home-feed-preview__card:nth-child(n + 4) {
    display: none;
  }

  .vc-home-feed-preview__card {
    min-height: 0;
  }

  .vc-home-feed-preview__thumb {
    min-height: 7rem;
  }

  .vc-home-feed-preview__lane-row {
    justify-content: flex-start;
  }

  .vc-home-feed-preview__lane-controls {
    align-items: flex-start;
  }

  .vc-home-feed-preview__spotlight {
    min-height: 0;
  }
}

.vc-app-shell {
  position: fixed;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 3vw, 2rem);
  color: var(--vc-shell-fg);
  font-family:
    Inter,
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    sans-serif;
  background-color: var(--vc-shell-bg);
  background-image:
    radial-gradient(95% 95% at 10% 10%, var(--vc-shell-bloom-a), transparent 58%),
    radial-gradient(90% 90% at 90% 0%, var(--vc-shell-bloom-b), transparent 62%),
    linear-gradient(180deg, hsl(42 34% 95%) 0%, var(--vc-shell-bg) 36%, var(--vc-shell-bg) 100%);
  pointer-events: none;
  transition:
    opacity 180ms ease,
    visibility 180ms ease;
}

html.dark .vc-app-shell {
  background-image:
    radial-gradient(95% 95% at 10% 10%, var(--vc-shell-bloom-a), transparent 58%),
    radial-gradient(90% 90% at 90% 0%, var(--vc-shell-bloom-b), transparent 62%),
    linear-gradient(180deg, hsl(30 10% 17%) 0%, var(--vc-shell-bg) 42%, var(--vc-shell-bg) 100%);
}

.vc-app-shell::before {
  position: absolute;
  z-index: 0;
}

body > #root:not(:empty) + .vc-app-shell {
  opacity: 0;
  visibility: hidden;
}

html.vc-homepage-entry {
  background-color: hsl(42 34% 95%);
}

html.vc-homepage-entry .vc-app-shell {
  display: none;
}

.vc-app-shell__panel {
  position: relative;
  z-index: 1;
  width: min(34rem, 100%);
  border-radius: 1.4rem;
  border: 1px solid var(--vc-shell-border);
  box-shadow: var(--vc-shell-shadow);
  background: var(--vc-shell-card);
  backdrop-filter: blur(10px);
  padding: clamp(1rem, 3.2vw, 1.7rem);
}

.vc-app-shell__tag {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid var(--vc-shell-border);
  background: hsl(0 0% 100% / 0.6);
  padding: 0.3rem 0.72rem;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

html.dark .vc-app-shell__tag {
  background: hsl(30 10% 22% / 0.72);
}

.vc-app-shell__title {
  margin: 0.78rem 0 0;
  color: var(--vc-shell-fg);
  font-family:
    Merriweather,
    Georgia,
    Cambria,
    Times New Roman,
    serif;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  letter-spacing: -0.02em;
  line-height: 1.22;
}

.vc-app-shell__copy {
  margin: 0.66rem 0 0;
  color: var(--vc-shell-muted);
  font-size: 0.96rem;
  line-height: 1.6;
}

.vc-app-shell__status {
  margin-top: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 0.52rem;
  color: var(--vc-shell-fg);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.vc-app-shell__dot {
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 999px;
  background: var(--vc-shell-accent);
  box-shadow: 0 0 0 0 rgb(249 115 22 / 0.38);
  animation: vc-shell-pulse 1.2s ease-in-out infinite;
}

.vc-app-shell__noscript {
  margin-top: 1rem;
  color: var(--vc-shell-muted);
  font-size: 0.86rem;
  line-height: 1.5;
  pointer-events: auto;
}

.vc-app-shell__noscript a {
  color: var(--vc-shell-accent);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

.vc-app-shell__noscript a:hover {
  text-decoration: none;
}

@keyframes vc-shell-pulse {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgb(249 115 22 / 0.38);
  }
  65% {
    transform: scale(1);
    box-shadow: 0 0 0 0.7rem rgb(249 115 22 / 0);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgb(249 115 22 / 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .vc-app-shell {
    transition: none;
  }

  .vc-app-shell__dot {
    animation: none;
  }
}
