:root {
  color-scheme: light;
  --seo-ink: #152019;
  --seo-muted: #637067;
  --seo-paper: #f7f1e4;
  --seo-card: #fffdf8;
  --seo-line: #dfe6d8;
  --seo-lime: #bdff00;
  --seo-green: #315e42;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--seo-ink);
  background:
    radial-gradient(circle at 92% 0, rgba(189, 255, 0, 0.15), transparent 360px),
    var(--seo-paper);
}

body[data-analytics-page="library"] {
  padding-bottom: calc(88px + env(safe-area-inset-bottom));
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

.seo-skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  transform: translateY(-180%);
  color: #fff;
  background: var(--seo-ink);
}

.seo-skip-link:focus {
  transform: none;
}

.seo-site-header,
.seo-footer,
.seo-page-shell {
  width: min(1180px, calc(100% - 36px));
  margin-inline: auto;
}

.seo-site-header {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.seo-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}

.seo-brand img {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
}

.seo-brand span,
.seo-brand strong,
.seo-brand small {
  display: block;
}

.seo-brand strong {
  font-size: 16px;
  letter-spacing: -0.025em;
}

.seo-brand small {
  margin-top: 1px;
  color: var(--seo-muted);
  font-size: 11px;
  font-weight: 700;
}

.seo-site-header nav,
.seo-footer-main nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.seo-site-header nav a,
.seo-footer-main nav a {
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.seo-header-action {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 18px;
  border-radius: 999px;
  color: #fff;
  background: var(--seo-ink);
}

.seo-github-mark {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  display: inline-block;
  background: currentColor;
  -webkit-mask: url("/github-mark.svg") center / contain no-repeat;
  mask: url("/github-mark.svg") center / contain no-repeat;
}

.seo-page-shell {
  padding-block: 22px 80px;
}

.seo-marketplace-hero,
.seo-marketplace-podium,
.seo-marketplace-directory {
  margin-bottom: 30px;
  border: 1px solid rgba(21, 32, 25, 0.08);
  border-radius: 34px;
  background: var(--seo-card);
}

.seo-marketplace-hero {
  padding: clamp(32px, 6vw, 72px);
  background: linear-gradient(135deg, #152019 0%, #315e42 100%);
  color: #fff;
}

.seo-marketplace-hero h1 {
  max-width: 850px;
  margin: 10px 0 18px;
  font-size: clamp(38px, 6vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.seo-marketplace-hero > p:not(.seo-eyebrow) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.65;
}

.seo-marketplace-hero > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.seo-marketplace-hero > div span {
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
}

.seo-marketplace-hero > div strong { display: block; font-size: 22px; }

.seo-market-runtime-error {
  padding: 12px 16px;
  border: 1px solid #f3c66c;
  border-radius: 14px;
  color: #3d2a00 !important;
  background: #fff2cd;
}

.seo-marketplace-podium,
.seo-marketplace-directory { padding: clamp(24px, 4vw, 46px); }
.seo-marketplace-podium > h2,
.seo-marketplace-directory h2 { margin: 4px 0 8px; font-size: clamp(28px, 4vw, 44px); letter-spacing: -0.04em; }
.seo-marketplace-podium > p { color: var(--seo-muted); }
.seo-marketplace-podium > ol { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 26px 0 0; padding: 0; list-style: none; }
.seo-podium-place,
.seo-podium-empty { min-height: 130px; display: grid; align-content: center; gap: 6px; padding: 22px; border-radius: 22px; background: #edf5e9; }
.seo-podium-place > span { color: var(--seo-green); font-size: 24px; font-weight: 900; }
.seo-podium-place > strong { font-size: 20px; }
.seo-podium-place > small,
.seo-podium-empty span { color: var(--seo-muted); }
.seo-podium-empty { grid-column: 1 / -1; min-height: 110px; }
.seo-marketplace-podium > h3 { margin: 34px 0 12px; font-size: clamp(20px, 2vw, 28px); }
.seo-marketplace-ranking { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.seo-marketplace-ranking li { display: grid; grid-template-columns: 44px minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 13px 16px; border: 1px solid #dce7d6; border-radius: 14px; background: #fff; }
.seo-marketplace-ranking li > span { color: var(--seo-green); font-weight: 900; }
.seo-marketplace-ranking li > small,
.seo-marketplace-ranking-pending { color: var(--seo-muted); }

.seo-market-filters { display: grid; grid-template-columns: minmax(0, 1fr) minmax(190px, 0.35fr); gap: 14px; margin: 24px 0 14px; }
.seo-market-filters label { display: grid; gap: 7px; color: var(--seo-muted); font-size: 12px; font-weight: 800; }
.seo-market-filters input,
.seo-market-filters select { width: 100%; min-height: 48px; padding: 0 14px; border: 1px solid var(--seo-line); border-radius: 14px; color: var(--seo-ink); background: #fff; font: inherit; }
.seo-market-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 16px; }
.seo-market-card { display: grid; align-content: start; gap: 16px; padding: 22px; border: 1px solid var(--seo-line); border-radius: 22px; background: #fff; }
.seo-market-card[hidden] { display: none; }
.seo-market-card > div { display: grid; gap: 7px; }
.seo-market-card > div strong { font-size: 20px; }
.seo-market-category { width: max-content; padding: 5px 8px; border-radius: 999px; color: var(--seo-green); background: #edf5e9; font-size: 11px; font-weight: 900; }
.seo-market-card dl { display: grid; gap: 8px; margin: 0; }
.seo-market-card dl div { display: grid; grid-template-columns: 100px 1fr; gap: 8px; }
.seo-market-card dt { color: var(--seo-muted); font-size: 12px; font-weight: 800; }
.seo-market-card dd { margin: 0; font-size: 13px; }
.seo-market-card p { margin: 0; color: var(--seo-muted); font-size: 13px; line-height: 1.5; }
.seo-market-card > a,
.seo-marketplace-directory-link { font-size: 13px; font-weight: 900; text-decoration: none; }
.seo-market-empty { padding: 30px; text-align: center; }

.seo-ingredient-availability > div { display: grid; gap: 10px; }
.seo-marketplace-note { color: var(--seo-muted); font-size: 14px; line-height: 1.6; }
.seo-ingredient-marketplace { overflow: hidden; border: 1px solid var(--seo-line); border-radius: 16px; background: #fff; }
.seo-ingredient-marketplace summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px; cursor: pointer; }
.seo-ingredient-marketplace summary > span:first-child { display: grid; gap: 3px; }
.seo-ingredient-marketplace summary small { color: var(--seo-muted); font-weight: 600; }
.seo-ingredient-marketplace summary > span:last-child { color: var(--seo-green); font-size: 12px; font-weight: 900; }
.seo-ingredient-marketplace ul { margin: 0; padding: 0; border-top: 1px solid var(--seo-line); list-style: none; }
.seo-marketplace-row { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 12px; padding: 12px 16px; border-bottom: 1px solid var(--seo-line); }
.seo-marketplace-row:last-child { border-bottom: 0; }
.seo-marketplace-row > span:first-child { display: grid; gap: 2px; }
.seo-marketplace-row small { color: var(--seo-muted); }
.seo-marketplace-state { padding: 5px 8px; border-radius: 999px; font-size: 11px; font-weight: 900; }
.seo-marketplace-row.is-listed .seo-marketplace-state { color: #1e5b35; background: #dff5e5; }
.seo-marketplace-row.is-unavailable .seo-marketplace-state { color: #7b2f2f; background: #fde7e5; }
.seo-marketplace-row.is-not-found .seo-marketplace-state { color: #7b2f2f; background: #fde7e5; }
.seo-marketplace-row.is-stale .seo-marketplace-state { color: #71510a; background: #fff0c4; }
.seo-marketplace-row.is-unverified .seo-marketplace-state { color: #5e6661; background: #edf0ed; }
.seo-marketplace-row > a { font-size: 12px; font-weight: 850; }
.seo-marketplace-directory-link { display: inline-flex; margin-top: 18px; }

@media (max-width: 820px) {
  .seo-marketplace-podium > ol,
  .seo-market-grid { grid-template-columns: 1fr; }
  .seo-marketplace-ranking li { grid-template-columns: 34px minmax(0, 1fr); }
  .seo-marketplace-ranking li > small { grid-column: 2; }
  .seo-market-filters { grid-template-columns: 1fr; }
  .seo-marketplace-row { grid-template-columns: minmax(0, 1fr) auto; }
  .seo-marketplace-row > a { grid-column: 1 / -1; }
}

.seo-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  color: var(--seo-muted);
  font-size: 12px;
  font-weight: 750;
}

.seo-breadcrumbs a {
  text-decoration: none;
}

.seo-breadcrumbs [aria-current="page"] {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.seo-recipe {
  display: grid;
  gap: 34px;
}

.seo-recipe-hero {
  min-height: 540px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
  overflow: hidden;
  border: 1px solid rgba(21, 32, 25, 0.08);
  border-radius: 38px;
  background: var(--seo-card);
  box-shadow: 0 30px 70px rgba(43, 56, 47, 0.1);
}

.seo-recipe-hero-copy {
  align-self: center;
  padding: clamp(30px, 6vw, 68px);
}

.seo-eyebrow,
.seo-section-kicker {
  margin: 0;
  color: var(--seo-green);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seo-recipe-hero h1,
.seo-library-hero h1,
.seo-not-found h1 {
  margin: 12px 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.seo-recipe-lead,
.seo-library-hero > p,
.seo-not-found > p {
  margin: 0;
  color: var(--seo-muted);
  font-size: 16px;
  line-height: 1.65;
}

.seo-recipe-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 28px 0 0;
  overflow: hidden;
  border: 1px solid var(--seo-line);
  border-radius: 20px;
  background: var(--seo-line);
}

.seo-recipe-facts div {
  padding: 13px 15px;
  background: #fff;
}

.seo-recipe-facts dt,
.seo-recipe-facts dd {
  margin: 0;
}

.seo-recipe-facts dt {
  color: var(--seo-muted);
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

.seo-recipe-facts dd {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 900;
}

.seo-recipe-hero-image {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
}

.seo-recipe-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: start;
}

.seo-recipe-main {
  display: grid;
  gap: 24px;
}

.seo-content-card {
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid var(--seo-line);
  border-radius: 30px;
  background: var(--seo-card);
  box-shadow: 0 16px 40px rgba(43, 56, 47, 0.06);
}

.seo-content-card h2,
.seo-related h2,
.seo-library-heading h2 {
  margin: 7px 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
}

.seo-ingredients ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-ingredients li {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 17px;
  background: #f2f6ed;
}

.seo-ingredients li strong {
  font-size: 13px;
}

.seo-ingredients li span {
  flex: 0 0 auto;
  color: var(--seo-green);
  font-size: 12px;
  font-weight: 900;
}

.seo-shopping h2 {
  margin-bottom: 14px;
}

.seo-shopping-intro {
  max-width: 720px;
  margin: 0 0 22px;
  color: var(--seo-muted);
  font-size: 13px;
  line-height: 1.55;
}

.seo-shopping-intro strong {
  color: var(--seo-ink);
}

.seo-shopping-products {
  display: grid;
  gap: 14px;
}

.seo-shopping-product {
  overflow: hidden;
  border: 1px solid var(--seo-line);
  border-radius: 20px;
  background: #fff;
}

.seo-shopping-product header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3px 16px;
  align-items: end;
  padding: 16px 18px;
  border-bottom: 1px solid var(--seo-line);
}

.seo-shopping-product header p,
.seo-shopping-product header h3,
.seo-shopping-product header span {
  margin: 0;
}

.seo-shopping-product header p {
  grid-column: 1 / -1;
  color: var(--seo-green);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.seo-shopping-product header h3 {
  font-size: 16px;
  line-height: 1.25;
}

.seo-shopping-product header span {
  color: var(--seo-muted);
  font-size: 11px;
  font-weight: 800;
}

.seo-shopping-product ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 12px;
  list-style: none;
}

.seo-shopping-retailer {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 42px;
  padding: 9px 10px;
  border-radius: 12px;
}

.seo-shopping-retailer.is-listed {
  background: rgba(189, 255, 0, 0.18);
}

.seo-shopping-retailer.is-missing {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  color: #717a73;
  background: #f2f3ef;
}

.seo-shopping-retailer > strong {
  min-width: 0;
  overflow: hidden;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.seo-shopping-retailer > span,
.seo-shopping-retailer > a {
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 950;
}

.seo-shopping-retailer > a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #244b34;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.seo-retailer-demand {
  min-height: 28px;
  padding: 4px 8px;
  border: 1px solid rgba(49, 94, 66, 0.25);
  border-radius: 999px;
  color: #315e42;
  background: #fff;
  font: inherit;
  font-size: 9px;
  font-weight: 900;
  cursor: pointer;
}

.seo-retailer-demand:hover,
.seo-retailer-demand:focus-visible {
  border-color: #315e42;
  outline: none;
}

.seo-retailer-demand:disabled {
  cursor: default;
  opacity: 0.72;
}

.seo-demand-status {
  grid-column: 1 / -1;
  min-height: 0;
  font-size: 9px;
  line-height: 1.35;
}

.seo-demand-status:empty {
  display: none;
}

.seo-shopping-footnote {
  margin: 16px 2px 0;
  color: var(--seo-muted);
  font-size: 11px;
  line-height: 1.5;
}

.seo-steps ol {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-steps li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 150px;
  gap: 18px;
  align-items: start;
  padding: 18px;
  border-radius: 22px;
  background: #f6f7f2;
}

.seo-step-number {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: var(--seo-ink);
  background: var(--seo-lime);
  font-size: 13px;
  font-weight: 950;
}

.seo-step-copy h3,
.seo-step-copy p {
  margin: 0;
}

.seo-step-copy h3 {
  font-size: 17px;
  line-height: 1.2;
}

.seo-step-copy p {
  margin-top: 7px;
  color: var(--seo-muted);
  font-size: 13px;
  line-height: 1.55;
}

.seo-step-copy .seo-step-check {
  padding: 8px 10px;
  border-radius: 12px;
  color: #38513f;
  background: #e8f0e3;
  font-size: 11px;
}

.seo-steps li > img {
  width: 150px;
  height: 150px;
  border-radius: 18px;
  object-fit: cover;
}

.seo-recipe-sidebar {
  min-width: 0;
}

.seo-nutrition-energy {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
  padding: 13px 15px;
  border-radius: 16px;
  background: #edf3e8;
}

.seo-nutrition-energy span {
  color: var(--seo-muted);
  font-size: 12px;
  font-weight: 750;
}

.seo-nutrition-energy strong {
  font-size: 15px;
}

.seo-nutrient-gauges {
  display: grid;
  gap: 15px;
}

.seo-nutrient-gauge {
  min-width: 0;
}

.seo-nutrient-gauge header,
.seo-nutrient-gauge footer {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

.seo-nutrient-gauge header span {
  min-width: 0;
  color: var(--seo-ink);
  font-size: 11px;
  font-weight: 850;
}

.seo-nutrient-gauge header strong {
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 950;
}

.seo-gauge-track {
  position: relative;
  height: 9px;
  margin: 7px 0 6px;
  border-radius: 999px;
  background: #e5eadf;
}

.seo-gauge-fill {
  position: absolute;
  inset: 0 auto 0 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #8bbf31, var(--seo-green));
}

.seo-gauge-cursor {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: var(--seo-ink);
  box-shadow: 0 2px 7px rgba(21, 32, 25, 0.28);
}

.seo-gauge-target {
  position: absolute;
  z-index: 1;
  top: -4px;
  bottom: -4px;
  width: 2px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #e16a50;
}

.seo-gauge-unknown {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 3px;
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transform: translateY(-50%);
  color: #fff;
  background: #8b958e;
  font-size: 10px;
  font-weight: 950;
}

.seo-nutrient-gauge.is-unknown .seo-gauge-track {
  background: repeating-linear-gradient(
    -45deg,
    #e6e9e2,
    #e6e9e2 5px,
    #f4f5f1 5px,
    #f4f5f1 10px
  );
}

.seo-nutrient-gauge footer {
  color: var(--seo-muted);
  font-size: 9px;
}

.seo-nutrient-gauge footer strong {
  color: #a54535;
  font-size: 9px;
  font-weight: 850;
  text-align: right;
}

.seo-nutrition-sources {
  margin-top: 22px;
  border-top: 1px solid var(--seo-line);
  color: var(--seo-muted);
  font-size: 11px;
  line-height: 1.45;
}

.seo-nutrition-sources > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 16px;
  color: var(--seo-green);
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

.seo-nutrition-sources > summary::-webkit-details-marker {
  display: none;
}

.seo-nutrition-sources > summary strong {
  min-width: 26px;
  min-height: 26px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--seo-ink);
  background: var(--seo-lime);
  font-size: 10px;
}

.seo-source-groups {
  display: grid;
  gap: 18px;
  margin-top: 17px;
}

.seo-source-groups section {
  min-width: 0;
}

.seo-source-groups h3 {
  margin: 0 0 8px;
  color: var(--seo-ink);
  font-size: 11px;
}

.seo-source-groups ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-source-groups ul:empty {
  display: none;
}

.seo-source-groups li a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding: 10px;
  border: 1px solid #e1e8dc;
  border-radius: 12px;
  color: var(--seo-green);
  background: #f7faf4;
  text-decoration: none;
}

.seo-source-groups li a:hover {
  border-color: #b8c9af;
}

.seo-source-groups li a span,
.seo-source-groups li a strong,
.seo-source-groups li a small {
  display: block;
}

.seo-source-groups li a strong {
  color: var(--seo-ink);
  font-size: 10px;
  line-height: 1.35;
}

.seo-source-groups li a small {
  margin-top: 3px;
  color: var(--seo-muted);
  font-size: 9px;
}

.seo-source-disclosure {
  margin-top: 7px;
  border: 1px solid #e1e8dc;
  border-radius: 12px;
  background: #f7faf4;
}

.seo-source-disclosure > summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding: 10px;
  color: var(--seo-green);
  cursor: pointer;
  list-style: none;
}

.seo-source-disclosure > summary::-webkit-details-marker {
  display: none;
}

.seo-source-disclosure > summary span,
.seo-source-disclosure > summary strong,
.seo-source-disclosure > summary small {
  display: block;
}

.seo-source-disclosure > summary strong {
  color: var(--seo-ink);
  font-size: 10px;
  line-height: 1.35;
}

.seo-source-disclosure > summary small {
  margin-top: 3px;
  color: var(--seo-muted);
  font-size: 9px;
}

.seo-source-disclosure > summary > span:last-child {
  flex: 0 0 auto;
  font-size: 9px;
  font-weight: 900;
}

.seo-source-disclosure dl {
  display: grid;
  gap: 1px;
  margin: 0 10px 10px;
  overflow: hidden;
  border-radius: 9px;
  background: var(--seo-line);
}

.seo-source-disclosure dl div {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 7px 8px;
  background: #fff;
}

.seo-source-disclosure dt,
.seo-source-disclosure dd {
  margin: 0;
  font-size: 9px;
}

.seo-source-disclosure dd {
  color: var(--seo-ink);
  font-weight: 900;
}

.seo-source-disclosure > p {
  margin: 7px 10px 10px;
  font-size: 9px;
}

.seo-source-hash code {
  display: block;
  overflow-wrap: anywhere;
  margin-top: 4px;
  color: var(--seo-ink);
  font-size: 8px;
}

.seo-install-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: 22px 34px;
  overflow: hidden;
  padding: clamp(28px, 6vw, 56px);
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 12%, rgba(189, 255, 0, 0.22), transparent 260px),
    var(--seo-ink);
  box-shadow: 0 28px 60px rgba(21, 32, 25, 0.2);
}

.seo-install-heading {
  display: flex;
  align-items: center;
  gap: 14px;
}

.seo-install-heading > span {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 17px;
  color: var(--seo-ink);
  background: var(--seo-lime);
  font-size: 20px;
}

.seo-install-heading p,
.seo-install-heading h2,
.seo-install-card > p {
  margin: 0;
}

.seo-install-heading p {
  color: var(--seo-lime);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seo-install-heading h2 {
  margin-top: 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.seo-install-card > p {
  align-self: center;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 1.65;
}

.seo-install-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-install-card li {
  display: flex;
  gap: 10px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 750;
}

.seo-install-card li::before {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  margin-top: 4px;
  border-radius: 50%;
  background: var(--seo-lime);
  box-shadow: 0 0 0 4px rgba(189, 255, 0, 0.1);
  content: "";
}

.seo-install-card li strong {
  color: var(--seo-lime);
}

.seo-install-card > a {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  align-self: end;
  padding: 0 22px;
  border-radius: 999px;
  color: var(--seo-ink);
  background: var(--seo-lime);
  box-shadow: 0 14px 28px rgba(189, 255, 0, 0.16);
  font-size: 14px;
  font-weight: 950;
  text-decoration: none;
}

.seo-install-details {
  grid-column: 1 / -1;
  margin-top: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.07);
}

.seo-install-details > summary {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 22px;
  cursor: pointer;
  list-style: none;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
}

.seo-install-details > summary::-webkit-details-marker {
  display: none;
}

.seo-install-details > summary b {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--seo-ink);
  background: var(--seo-lime);
  font-size: 20px;
  transition: transform 160ms ease;
}

.seo-install-details[open] > summary b {
  transform: rotate(45deg);
}

.seo-install-details-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0 14px 14px;
}

.seo-install-details-content section {
  min-width: 0;
  padding: 20px;
  border-radius: 18px;
  color: var(--seo-ink);
  background: var(--seo-card);
}

.seo-install-details-content h3,
.seo-install-details-content p {
  margin: 0;
}

.seo-install-details-content h3 {
  margin-top: 7px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 3vw, 31px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.seo-install-details-content section > p:last-child {
  margin-top: 11px;
  color: var(--seo-muted);
  font-size: 12px;
  line-height: 1.55;
}

.seo-install-details-content .seo-install-how {
  grid-column: 1 / -1;
  background: var(--seo-lime);
}

.seo-install-how ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.seo-install-card .seo-install-how li {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 9px;
  padding: 13px;
  border-radius: 14px;
  color: var(--seo-ink);
  background: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  line-height: 1.45;
}

.seo-install-card .seo-install-how li::before {
  display: none;
}

.seo-install-card .seo-install-how li strong {
  color: var(--seo-ink);
  font-size: 16px;
}

.seo-related {
  display: grid;
  gap: 18px;
  padding-top: 12px;
}

.seo-related h2 {
  margin-bottom: 0;
}

.seo-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.seo-recipe-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--seo-line);
  border-radius: 24px;
  background: var(--seo-card);
  box-shadow: 0 14px 34px rgba(43, 56, 47, 0.06);
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.seo-recipe-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(43, 56, 47, 0.1);
}

.seo-recipe-card > img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
}

.seo-recipe-card-copy {
  display: grid;
  gap: 6px;
  padding: 16px;
}

.seo-recipe-tag {
  position: absolute;
  z-index: 1;
  top: 12px;
  left: 12px;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding-inline: 9px;
  border: 1px solid;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(21, 32, 25, 0.08);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.015em;
  line-height: 1;
  pointer-events: none;
  backdrop-filter: blur(8px);
}

.seo-recipe-tag--flemme {
  border-color: rgba(104, 73, 28, 0.2);
  color: #65491e;
  background: rgba(255, 247, 230, 0.92);
}

.seo-recipe-tag--healthy {
  border-color: rgba(49, 94, 66, 0.18);
  color: var(--seo-green);
  background: rgba(242, 248, 238, 0.92);
}

.seo-recipe-card-copy > small {
  color: var(--seo-green);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.seo-recipe-card-copy > strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.seo-recipe-card-subtitle {
  display: -webkit-box;
  overflow: hidden;
  color: var(--seo-muted);
  font-size: 12px;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.seo-all-recipes-link,
.seo-not-found > a {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 3px;
  border-bottom: 2px solid var(--seo-ink);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.seo-library-hero {
  display: grid;
  justify-items: center;
  padding: clamp(56px, 9vw, 105px) 20px;
  text-align: center;
}

.seo-library-hero h1 {
  max-width: 900px;
}

.seo-library-hero > p {
  max-width: 690px;
}

.seo-library-hero > div {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.seo-library-hero > div span {
  padding: 10px 14px;
  border: 1px solid var(--seo-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--seo-muted);
  font-size: 12px;
  font-weight: 750;
}

.seo-library-hero > div strong {
  color: var(--seo-ink);
}

.seo-library {
  display: grid;
  gap: 24px;
}

.seo-library-heading {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  align-items: end;
}

.seo-library-heading h2 {
  margin-bottom: 0;
}

.seo-library-heading > p {
  max-width: 430px;
  margin: 0 0 4px;
  color: var(--seo-muted);
  font-size: 13px;
  line-height: 1.55;
}

.seo-recipe-filters {
  display: grid;
  grid-template-columns:
    minmax(240px, 1.45fr)
    repeat(3, minmax(118px, 0.72fr))
    auto;
  gap: 10px;
  align-items: end;
  padding: 14px;
  border: 1px solid var(--seo-line);
  border-radius: 24px;
  background: rgba(255, 253, 248, 0.86);
  box-shadow: 0 14px 34px rgba(43, 56, 47, 0.06);
}

.seo-recipe-filters > label {
  min-width: 0;
  display: grid;
  gap: 7px;
}

.seo-recipe-filters > label > span,
.seo-filter-style legend {
  padding-inline: 4px;
  color: var(--seo-green);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.seo-filter-style {
  position: fixed;
  z-index: 80;
  bottom: max(14px, env(safe-area-inset-bottom));
  left: 50%;
  width: min(360px, calc(100% - 24px));
  min-width: 0;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 7px;
  border: 1px solid rgba(49, 94, 66, 0.2);
  border-radius: 22px;
  transform: translateX(-50%);
  background: rgba(255, 253, 248, 0.94);
  box-shadow:
    0 18px 50px rgba(21, 32, 25, 0.2),
    0 3px 12px rgba(21, 32, 25, 0.12);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.seo-filter-style legend {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  clip-path: inset(50%);
  white-space: nowrap;
}

.seo-filter-style-options {
  min-height: 54px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  padding: 4px;
  border: 0;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.78);
}

.seo-filter-style-options label {
  position: relative;
  min-width: 0;
  cursor: pointer;
}

.seo-filter-style-options input {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
  opacity: 0;
  clip-path: inset(50%);
  white-space: nowrap;
}

.seo-filter-style-options label > span {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding-inline: 10px;
  border-radius: 11px;
  color: var(--seo-muted);
  font-size: 13px;
  font-weight: 800;
  transition: color 140ms ease, background 140ms ease, box-shadow 140ms ease;
}

.seo-filter-style-options label:hover > span {
  color: var(--seo-ink);
  background: rgba(49, 94, 66, 0.06);
}

.seo-filter-style-options input:checked + span {
  color: #fff;
  background: var(--seo-ink);
  box-shadow: 0 3px 10px rgba(21, 32, 25, 0.16);
}

.seo-filter-style-options small {
  min-width: 22px;
  padding: 3px 5px;
  border-radius: 999px;
  color: inherit;
  background: rgba(99, 112, 103, 0.11);
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.seo-filter-style-options input:checked + span small {
  background: rgba(255, 255, 255, 0.16);
}

.seo-filter-style-options input:focus-visible + span {
  outline: 3px solid var(--seo-lime);
  outline-offset: 2px;
}

.seo-recipe-filters > label input,
.seo-recipe-filters > label select,
.seo-recipe-filters > button {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--seo-line);
  border-radius: 15px;
  color: var(--seo-ink);
  background: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 750;
}

.seo-recipe-filters > label input,
.seo-recipe-filters > label select {
  padding-inline: 14px;
}

.seo-recipe-filters > label input::placeholder {
  color: #8b958e;
}

.seo-recipe-filters > button {
  width: auto;
  padding-inline: 18px;
  cursor: pointer;
  color: #fff;
  background: var(--seo-ink);
}

.seo-recipe-filters > button:disabled,
.seo-copy-card button:disabled {
  cursor: default;
  opacity: 0.5;
}

.seo-recipe-filters :focus-visible,
.seo-copy-card :focus-visible,
.seo-chatgpt-app-note a:focus-visible,
.seo-installer-actions a:focus-visible,
.seo-installer-about:focus-visible {
  outline: 3px solid var(--seo-lime);
  outline-offset: 2px;
}

.seo-filter-count {
  margin: -10px 4px 0;
  color: var(--seo-muted);
  font-size: 12px;
  font-weight: 850;
  text-align: right;
}

.seo-filter-empty {
  margin: 0;
  padding: 42px 20px;
  border: 1px dashed var(--seo-line);
  border-radius: 24px;
  color: var(--seo-muted);
  background: rgba(255, 255, 255, 0.45);
  text-align: center;
}

.seo-filter-empty[hidden],
.seo-recipe-card[hidden],
.seo-display-ad[hidden] {
  display: none !important;
}

.seo-library-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.seo-display-ad {
  grid-column: 1 / -1;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--seo-line);
  border-radius: clamp(20px, 3vw, 34px);
  background: var(--seo-card);
  box-shadow: 0 18px 46px rgba(20, 56, 45, 0.1);
}

.seo-display-ad img {
  display: block;
  width: 100%;
  height: auto;
}

.seo-library-grid .seo-recipe-card:nth-child(n + 17) {
  content-visibility: auto;
  contain-intrinsic-size: 390px 520px;
}

.seo-installer {
  max-width: 1040px;
  display: grid;
  gap: 22px;
  margin-inline: auto;
}

.seo-installer-hero {
  overflow: hidden;
  padding: clamp(38px, 8vw, 84px);
  border-radius: 38px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 15%, rgba(189, 255, 0, 0.26), transparent 290px),
    var(--seo-ink);
  box-shadow: 0 30px 70px rgba(43, 56, 47, 0.15);
}

.seo-installer-hero h1 {
  max-width: 740px;
  margin: 12px 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(50px, 9vw, 96px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.seo-installer-intro {
  max-width: 590px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.6;
}

.seo-installer-summary {
  max-width: 760px;
  margin: 24px 0 0;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 3px solid var(--seo-lime);
  border-radius: 0 16px 16px 0;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.06);
  font-size: 14px;
  line-height: 1.65;
}

.seo-installer-hero ul {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.seo-installer-hero li {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.08);
  font-size: 11px;
  font-weight: 800;
}

.seo-installer-hero li strong {
  color: var(--seo-lime);
}

.seo-installer-about {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.seo-installer-about:hover {
  background: rgba(255, 255, 255, 0.14);
}

.seo-installer-step {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 22px;
  padding: clamp(22px, 5vw, 46px);
  border: 1px solid var(--seo-line);
  border-radius: 32px;
  background: var(--seo-card);
  box-shadow: 0 18px 46px rgba(43, 56, 47, 0.07);
  scroll-margin-top: 18px;
}

.seo-installer-step-number {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 19px;
  color: var(--seo-ink);
  background: var(--seo-lime);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 700;
}

.seo-installer-step h2 {
  margin: 8px 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.seo-copy-card {
  display: grid;
  overflow: hidden;
  border: 1px solid #2d3b31;
  border-radius: 20px;
  color: #f5f8f4;
  background: #101a13;
  box-shadow: 0 18px 42px rgba(15, 29, 20, 0.18);
}

.seo-copy-toolbar {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 12px 10px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #18251c;
}

.seo-copy-toolbar > span {
  color: #b7c3b9;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.seo-copy-card button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  cursor: pointer;
  color: var(--seo-ink);
  background: var(--seo-lime);
  font: 950 12px/1 Inter, ui-sans-serif, system-ui, sans-serif;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.16);
  transition: transform 140ms ease, background-color 140ms ease;
}

.seo-copy-card button:hover {
  transform: translateY(-1px);
}

.seo-copy-card button svg {
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.seo-copy-card button[data-copied="true"] {
  color: #fff;
  background: var(--seo-green);
}

.seo-copy-card pre {
  margin: 0;
  padding: clamp(22px, 4vw, 32px);
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  color: #f5f8f4;
  background: #101a13;
  font: 650 clamp(13px, 1.7vw, 15px)/1.75 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  tab-size: 2;
}

.seo-copy-card code {
  font: inherit;
}

.seo-copy-source {
  position: fixed;
  left: -100vw;
  bottom: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.seo-copy-card [data-copy-status] {
  margin: 0;
  padding: 0 24px 18px;
  color: #c7d2c9;
  font-size: 11px;
  font-weight: 750;
}

.seo-copy-card [data-copy-status]:empty {
  display: none;
}

.seo-chatgpt-app-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin: -4px 0 16px;
  padding: 14px;
  border: 1px solid var(--seo-line);
  border-radius: 18px;
  color: var(--seo-ink);
  background: #fff;
  font-size: 12px;
  line-height: 1.45;
}

.seo-chatgpt-app-note p {
  min-width: min(100%, 250px);
  display: grid;
  gap: 2px;
  margin: 0;
}

.seo-chatgpt-app-note span {
  color: var(--seo-muted);
}

.seo-chatgpt-app-note a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 17px;
  border-radius: 999px;
  color: #fff;
  background: var(--seo-ink);
  font-weight: 900;
  text-decoration: none;
}

.seo-chatgpt-app-note a span {
  color: inherit;
}

.seo-installer-visual {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--seo-line);
  border-radius: 24px;
  background: #eef1e9;
}

.seo-installer-visual img {
  width: 100%;
  height: auto;
  display: block;
}

.seo-installer-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.seo-installer-actions a {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 1px solid var(--seo-ink);
  border-radius: 999px;
  color: #fff;
  background: var(--seo-ink);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.seo-not-found {
  min-height: 62vh;
  display: grid;
  align-content: center;
  justify-items: start;
  max-width: 760px;
}

.seo-not-found > a {
  margin-top: 24px;
}

.seo-footer {
  min-height: 160px;
  display: grid;
  gap: 20px;
  padding-block: 28px 34px;
  border-top: 1px solid rgba(21, 32, 25, 0.12);
}

.seo-footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.seo-footer-notice {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(110px, 0.22fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 18px 20px;
  border-radius: 18px;
  color: rgba(255, 255, 255, 0.86);
  background: var(--seo-ink);
  box-shadow: 0 12px 28px rgba(21, 32, 25, 0.1);
}

.seo-footer-notice strong {
  color: var(--seo-lime);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-transform: uppercase;
}

.seo-footer-notice p {
  max-width: 900px;
  margin: 0;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.65;
}

@media (max-width: 980px) {
  .seo-recipe-hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .seo-recipe-hero-image {
    min-height: 0;
    max-height: 680px;
    aspect-ratio: 4 / 3;
  }

  .seo-recipe-layout {
    grid-template-columns: 1fr;
  }

  .seo-recipe-sidebar {
    position: static;
  }

  .seo-install-card {
    grid-template-columns: 1fr;
  }

  .seo-install-details-content {
    grid-template-columns: 1fr;
  }

  .seo-install-details-content .seo-install-how {
    grid-column: auto;
  }

  .seo-install-how ol {
    grid-template-columns: 1fr;
  }

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

  .seo-recipe-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-filter-style,
  .seo-filter-search {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .seo-site-header,
  .seo-footer,
  .seo-page-shell {
    width: min(100% - 24px, 1180px);
  }

  .seo-site-header nav > a:first-child {
    display: none;
  }

  .seo-page-shell {
    padding-top: 10px;
  }

  .seo-breadcrumbs {
    margin-inline: 4px;
  }

  .seo-recipe {
    gap: 20px;
  }

  .seo-recipe-hero {
    border-radius: 26px;
  }

  .seo-recipe-hero-copy {
    padding: 28px 22px;
  }

  .seo-recipe-hero h1,
  .seo-library-hero h1,
  .seo-not-found h1 {
    font-size: clamp(38px, 13vw, 58px);
  }

  .seo-content-card {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .seo-ingredients ul {
    grid-template-columns: 1fr;
  }

  .seo-shopping-product ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-steps li {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
  }

  .seo-step-number {
    width: 42px;
    height: 42px;
  }

  .seo-steps li > img {
    grid-column: 1 / -1;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .seo-install-card {
    padding: 26px 20px;
    border-radius: 26px;
  }

  .seo-install-heading {
    align-items: flex-start;
  }

  .seo-related-grid,
  .seo-library-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-library-heading {
    display: grid;
    gap: 10px;
  }

  .seo-installer-hero,
  .seo-installer-step {
    border-radius: 26px;
  }

  .seo-installer-step {
    grid-template-columns: 1fr;
  }

  .seo-installer-step-number {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    font-size: 26px;
  }

  .seo-installer-actions a {
    flex: 1 1 220px;
  }

  .seo-footer {
    padding-block: 28px;
  }

  .seo-footer-main {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
  }

  .seo-footer-notice {
    grid-template-columns: 1fr;
    gap: 7px;
  }
}

@media (max-width: 470px) {
  .seo-header-action {
    padding-inline: 14px;
    font-size: 12px;
  }

  .seo-brand small {
    display: none;
  }

  .seo-recipe-facts {
    grid-template-columns: 1fr;
  }

  .seo-related-grid,
  .seo-library-grid {
    grid-template-columns: 1fr;
  }

  .seo-display-ad {
    border-radius: 18px;
  }

  .seo-recipe-card {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .seo-recipe-card > img {
    height: 100%;
    min-height: 150px;
  }

  .seo-recipe-filters {
    grid-template-columns: 1fr;
  }

  .seo-filter-style,
  .seo-filter-search {
    grid-column: auto;
  }

  .seo-recipe-filters button {
    width: 100%;
  }

  .seo-filter-count {
    text-align: left;
  }

  .seo-installer-hero {
    padding: 34px 22px;
  }

  .seo-installer-hero h1 {
    font-size: clamp(46px, 16vw, 64px);
  }

  .seo-installer-step {
    padding: 24px 18px;
  }

  .seo-copy-card {
    border-radius: 16px;
  }

  .seo-copy-toolbar {
    min-height: 58px;
    gap: 10px;
    padding: 8px 8px 8px 14px;
  }

  .seo-copy-toolbar > span {
    font-size: 9px;
  }

  .seo-copy-card button {
    padding-inline: 13px;
  }

  .seo-copy-card pre {
    padding: 20px 16px;
    font-size: 12px;
    line-height: 1.65;
  }

  .seo-chatgpt-app-note a {
    width: 100%;
  }

  .seo-install-heading {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
