:root {
  --sf-bg: #06111c;
  --sf-bg-deep: #091728;
  --sf-bg-soft: rgba(9, 21, 35, 0.76);
  --sf-panel: rgba(9, 20, 33, 0.84);
  --sf-panel-strong: rgba(8, 18, 30, 0.92);
  --sf-panel-soft: rgba(15, 31, 49, 0.78);
  --sf-border: rgba(174, 214, 255, 0.18);
  --sf-border-strong: rgba(174, 214, 255, 0.3);
  --sf-text: #eff5ff;
  --sf-text-strong: #fbfdff;
  --sf-text-muted: #b7cae6;
  --sf-text-soft: #d8e6fb;
  --sf-accent: #9ed2ff;
  --sf-accent-strong: #cde8ff;
  --sf-accent-soft: rgba(123, 189, 255, 0.14);
  --sf-accent-glow: rgba(123, 189, 255, 0.28);
  --sf-warm: #f8c96a;
  --sf-cta-text: #f7fbff;
  --sf-cta-bg-start: #cf8a33;
  --sf-cta-bg-end: #a8611f;
  --sf-cta-bg-start-hover: #d99743;
  --sf-cta-bg-end-hover: #b36d29;
  --sf-cta-border: rgba(255, 225, 174, 0.24);
  --sf-cta-shadow: 0 14px 28px rgba(168, 97, 31, 0.26);
  --sf-warm-soft: rgba(248, 201, 106, 0.12);
  --sf-warm-border: rgba(248, 201, 106, 0.24);
  --sf-success-soft: rgba(125, 222, 177, 0.12);
  --sf-success-border: rgba(125, 222, 177, 0.24);
  --sf-danger-soft: rgba(255, 159, 159, 0.12);
  --sf-danger-border: rgba(255, 159, 159, 0.24);
  --sf-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
  --sf-shadow-soft: 0 14px 38px rgba(0, 0, 0, 0.22);
}

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

html,
body {
  margin: 0;
  min-height: 100%;
}

body.secondary-page {
  position: relative;
  color: var(--sf-text);
  background:
    radial-gradient(circle at 16% 14%, rgba(117, 184, 255, 0.14), transparent 26%),
    radial-gradient(circle at 82% 20%, rgba(248, 201, 106, 0.08), transparent 24%),
    radial-gradient(circle at 74% 76%, rgba(124, 232, 209, 0.1), transparent 28%),
    linear-gradient(160deg, var(--sf-bg), var(--sf-bg-deep));
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  line-height: 1.6;
}

body.secondary-page.menu-open {
  overflow: hidden;
}

body.secondary-page::before,
body.secondary-page::after {
  content: "";
  position: fixed;
  inset: auto;
  z-index: 0;
  pointer-events: none;
  filter: blur(18px);
}

body.secondary-page::before {
  top: 110px;
  left: max(18px, calc(50vw - 620px));
  width: min(34vw, 340px);
  height: min(34vw, 340px);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(123, 189, 255, 0.12), transparent 70%);
}

body.secondary-page::after {
  right: max(18px, calc(50vw - 600px));
  bottom: 30px;
  width: min(28vw, 280px);
  height: min(28vw, 280px);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(248, 201, 106, 0.1), transparent 70%);
}

body.secondary-page a {
  color: inherit;
}

body.secondary-page img {
  max-width: 100%;
}

body.secondary-page button,
body.secondary-page input,
body.secondary-page select {
  font: inherit;
}

body.secondary-page [hidden] {
  display: none !important;
}

body.secondary-page a:focus,
body.secondary-page button:focus,
body.secondary-page input:focus,
body.secondary-page select:focus,
body.secondary-page summary:focus {
  outline: none;
}

body.secondary-page a:focus-visible,
body.secondary-page button:focus-visible,
body.secondary-page input:focus-visible,
body.secondary-page select:focus-visible,
body.secondary-page summary:focus-visible {
  outline: none;
  box-shadow: none;
}

body.secondary-page.using-keyboard a:focus-visible,
body.secondary-page.using-keyboard button:focus-visible,
body.secondary-page.using-keyboard input:focus-visible,
body.secondary-page.using-keyboard select:focus-visible,
body.secondary-page.using-keyboard summary:focus-visible {
  box-shadow: 0 0 0 2px rgba(123, 189, 255, 0.42);
}

.site-header {
  position: fixed;
  top: 0;
  inset-inline: 0;
  z-index: 50;
  padding-top: env(safe-area-inset-top, 0px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(9, 20, 35, 0.82);
  backdrop-filter: blur(18px);
}

.site-header-inner {
  width: min(1152px, calc(100vw - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  min-height: 64px;
  padding: 12px 0;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  text-decoration: none;
  justify-self: start;
}

.site-brand:hover .brand-name,
.site-brand:focus-visible .brand-name {
  color: #f6d15c;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  line-height: 1;
}

.brand-mark img {
  display: block;
  width: 34px;
  height: 34px;
}

.brand-copy {
  display: inline-flex;
  align-items: center;
}

.brand-name {
  color: rgb(243, 247, 255);
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  transition: color 160ms ease;
}

.brand-tag {
  display: none;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-self: center;
}

.site-nav-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  color: currentColor;
}

.site-nav-icon svg {
  width: 14px;
  height: 14px;
}

.site-nav-link,
.site-cta,
.drawer-link,
.chip-link,
.btn,
.tool-button,
.video-link,
.pill-link,
.share-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--sf-border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--sf-text);
  text-decoration: none;
  font-weight: 700;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 180ms ease,
    color 160ms ease;
}

.site-nav-link {
  min-height: 40px;
  padding: 0 14px;
  border-color: transparent;
  background: transparent;
  color: rgba(239, 245, 255, 0.68);
  font-size: 0.875rem;
  font-weight: 600;
}

.site-nav-link[aria-current="page"] {
  color: var(--sf-text-strong);
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
}

.site-cta,
.btn-primary,
.tool-button-primary {
  color: var(--sf-cta-text);
  border-color: var(--sf-cta-border);
  background:
    linear-gradient(135deg, var(--sf-cta-bg-start), var(--sf-cta-bg-end));
  box-shadow: var(--sf-cta-shadow);
}

body.secondary-page .site-cta,
body.secondary-page .btn-primary,
body.secondary-page .tool-button-primary {
  color: var(--sf-cta-text);
}

.site-cta {
  min-height: 40px;
  padding-inline: 20px;
  font-size: 0.875rem;
  font-weight: 700;
}

.site-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  justify-self: end;
}

.site-footer {
  position: relative;
  z-index: 1;
  width: min(1152px, calc(100vw - 32px));
  margin: 12px auto 36px;
  padding: 18px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) auto auto;
  align-items: start;
  gap: 20px 28px;
}

.site-footer-brand {
  display: grid;
  gap: 8px;
  max-width: 32rem;
}

.site-footer-title {
  margin: 0;
  color: var(--sf-text-strong);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.site-footer-copy {
  margin: 0;
  color: var(--sf-text-muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

.site-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 16px;
  align-self: center;
}

.site-footer-nav a,
.site-footer-brevo {
  color: rgba(239, 245, 255, 0.76);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 160ms ease, transform 160ms ease;
}

.site-footer-nav a:hover,
.site-footer-nav a:focus-visible,
.site-footer-brevo:hover,
.site-footer-brevo:focus-visible {
  color: var(--sf-text-strong);
}

.site-footer-brevo:hover,
.site-footer-brevo:focus-visible {
  transform: translateY(-1px);
}

.site-footer-meta {
  display: grid;
  justify-items: end;
  gap: 8px;
  text-align: right;
}

.site-footer-brevo {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--sf-warm);
}

.site-footer-copyright {
  margin: 0;
  color: rgba(239, 245, 255, 0.5);
  font-size: 0.84rem;
  line-height: 1.4;
}

.menu-button {
  display: none;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.04);
  color: var(--sf-text);
  cursor: pointer;
}

.menu-button svg {
  width: 18px;
  height: 18px;
}

.drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 44;
  background: rgba(4, 9, 16, 0.56);
  opacity: 0;
  visibility: hidden;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.drawer-backdrop.is-open {
  opacity: 1;
  visibility: visible;
}

.mobile-drawer {
  position: fixed;
  top: calc(env(safe-area-inset-top, 0px) + 68px);
  left: 10px;
  right: 10px;
  z-index: 45;
  padding: 14px;
  border: 1px solid var(--sf-border-strong);
  border-radius: 20px;
  background: rgba(8, 18, 30, 0.96);
  box-shadow: var(--sf-shadow);
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  transition: transform 180ms ease, opacity 180ms ease, visibility 180ms ease;
}

.mobile-drawer.is-open {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.mobile-drawer nav {
  display: grid;
  gap: 10px;
}

.drawer-link {
  justify-content: space-between;
  width: 100%;
  min-height: 46px;
  padding-inline: 14px;
  border-radius: 18px;
  border-color: transparent;
}

.drawer-link-main {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.drawer-link[aria-current="page"] {
  border-color: var(--sf-border-strong);
  background: rgba(123, 189, 255, 0.16);
}

.drawer-footer {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.drawer-footer .site-cta {
  width: 100%;
}

.page {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100vw - 32px));
  margin: calc(env(safe-area-inset-top, 0px) + 94px) auto 56px;
  display: grid;
  gap: 24px;
}

.page.page-article {
  width: min(1152px, calc(100vw - 32px));
  --sf-guide-accent: #8fcaff;
  --sf-guide-accent-strong: #e3f2ff;
  --sf-guide-accent-soft: rgba(123, 189, 255, 0.16);
  --sf-guide-accent-glow: rgba(123, 189, 255, 0.14);
  --sf-guide-accent-border: rgba(174, 214, 255, 0.22);
}

.page.page-article.guide-cluster-baby {
  --sf-guide-accent: #8fcaff;
  --sf-guide-accent-strong: #e3f2ff;
  --sf-guide-accent-soft: rgba(123, 189, 255, 0.16);
  --sf-guide-accent-glow: rgba(123, 189, 255, 0.14);
  --sf-guide-accent-border: rgba(174, 214, 255, 0.22);
}

.page.page-article.guide-cluster-toddler {
  --sf-guide-accent: #73ebbc;
  --sf-guide-accent-strong: #def8ef;
  --sf-guide-accent-soft: rgba(115, 235, 188, 0.15);
  --sf-guide-accent-glow: rgba(115, 235, 188, 0.14);
  --sf-guide-accent-border: rgba(125, 222, 177, 0.22);
}

.page.page-article.guide-cluster-computer {
  --sf-guide-accent: #f1cf68;
  --sf-guide-accent-strong: #fff0c1;
  --sf-guide-accent-soft: rgba(241, 207, 104, 0.14);
  --sf-guide-accent-glow: rgba(241, 207, 104, 0.14);
  --sf-guide-accent-border: rgba(248, 201, 106, 0.22);
}

.page.page-article > * {
  width: 100%;
  margin-inline: 0;
}

.page.page-wide > * {
  width: 100%;
}

.hero-panel,
.panel,
.guide-card,
.video-card,
.feature-cta,
.related-links-panel,
.article-hero-panel,
.article-flow,
.tool-panel,
.tool-surface,
.hub-hero,
.hub-section,
.hub-cta,
.utility-note,
.summary-panel {
  border: 1px solid var(--sf-border);
  border-radius: 28px;
  background: var(--sf-panel);
  box-shadow: var(--sf-shadow);
  backdrop-filter: blur(10px);
}

.hero-panel,
.hub-hero,
.hub-section,
.hub-cta,
.tool-panel,
.summary-panel {
  padding: clamp(22px, 3vw, 34px);
}

.hero-panel,
.hub-hero,
.hub-section,
.hub-cta,
.tool-panel,
.tool-surface,
.summary-panel {
  display: grid;
  gap: 18px;
}

.panel,
.feature-cta,
.utility-note,
.related-links-panel,
.tool-surface {
  padding: 22px;
}

.article-main {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  display: grid;
  gap: 22px;
  width: 100%;
}

.article-flow {
  width: 100%;
  margin-inline: auto;
  padding: 0;
  display: grid;
  gap: 22px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.secondary-breadcrumbs {
  display: none;
}

.secondary-kicker,
.eyebrow,
.hub-kicker,
.tool-kicker,
.video-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid var(--sf-border-strong);
  background: var(--sf-accent-soft);
  color: var(--sf-text-soft);
  font-size: 0.9rem;
  font-weight: 700;
}

.hub-kicker,
.tool-kicker {
  background: rgba(255, 255, 255, 0.05);
}

.secondary-kicker + h1,
.eyebrow + h1,
.hub-kicker + h1,
.tool-kicker + h1,
.video-kicker + h1 {
  margin-top: 16px;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--sf-text-strong);
  line-height: 1.12;
}

.article-main h1,
.hero-panel h1,
.hub-hero h1,
.tool-panel h1,
.summary-panel h1 {
  font-family: Georgia, "Iowan Old Style", "Palatino Linotype", serif;
  letter-spacing: -0.02em;
}

.article-main h1,
.hub-hero h1,
.tool-panel h1,
.hero-panel h1,
.summary-panel h1 {
  font-size: clamp(2.2rem, 5.5vw, 4rem);
}

.article-main h1 {
  display: block;
}

.article-flow h2,
.panel h2,
.feature-cta h2,
.hub-section h2,
.related-links-panel h2,
.tool-surface h2 {
  font-size: clamp(1.28rem, 2.6vw, 1.7rem);
  margin-top: 12px;
}

.article-flow h2:first-child {
  margin-top: 0;
}

.article-flow h3,
.panel h3,
.guide-card h3,
.video-card h3,
.hub-card h3,
.tool-surface h3 {
  font-size: 1.05rem;
}

p,
li,
dd,
dt {
  color: var(--sf-text-muted);
}

p {
  margin: 0;
  font-size: 1.02rem;
}

p + p {
  margin-top: 12px;
}

.lead,
.hub-lead,
.tool-lead {
  margin-top: 16px;
  color: var(--sf-text-strong);
  font-size: clamp(1.08rem, 2.5vw, 1.34rem);
  line-height: 1.55;
  max-width: 58rem;
}

.article-hero-copy {
  max-width: 52rem;
}

.article-hero-support {
  margin-top: 18px;
  max-width: 44rem;
  color: var(--sf-text-soft);
  background: rgba(123, 189, 255, 0.08);
}

.article-hero-support p,
.article-hero-support strong {
  color: inherit;
}

.section-copy,
.hero-copy,
.panel-copy,
.supporting-copy {
  margin-top: 14px;
  max-width: 60rem;
}

main a:not(.btn):not(.site-nav-link):not(.site-cta):not(.tool-button):not(.chip-link):not(.drawer-link):not(.video-link):not(.guide-card):not(.hub-card),
.panel a:not(.btn):not(.chip-link),
.feature-cta a:not(.btn):not(.chip-link),
.article-flow a:not(.btn):not(.chip-link) {
  color: var(--sf-accent-strong);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

main a:not(.btn):not(.site-nav-link):not(.site-cta):not(.tool-button):not(.chip-link):not(.drawer-link):not(.video-link):not(.guide-card):not(.hub-card):hover,
.panel a:not(.btn):not(.chip-link):hover,
.feature-cta a:not(.btn):not(.chip-link):hover,
.article-flow a:not(.btn):not(.chip-link):hover {
  color: #edf6ff;
}

ul,
ol {
  margin: 0;
  padding-left: 1.25rem;
}

li + li {
  margin-top: 8px;
}

.story,
.callout,
.note,
.box,
.mini,
.faq,
.faq-item,
.social-proof,
.cta,
.utility-note,
.summary-panel {
  padding: 18px;
  border-radius: 22px;
  border: 1px solid var(--sf-guide-surface-border);
  background: var(--sf-guide-surface-bg-soft);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.article-intro-card,
.article-story-card,
.article-highlight-card,
.article-cta-card,
.article-faq-card {
  border: 1px solid var(--sf-guide-surface-border);
  background: var(--sf-guide-surface-bg);
  box-shadow: var(--sf-guide-surface-shadow);
  backdrop-filter: blur(10px);
}

.article-intro-card,
.article-story-card,
.article-highlight-card,
.article-cta-card,
.article-faq-card {
  padding: 22px;
  border-radius: 22px;
}

.article-intro-card > h2,
.article-story-card > h2,
.article-highlight-card > h2,
.article-cta-card > h2,
.article-faq-card > h2 {
  margin-top: 0;
}

.article-intro-card > * + *,
.article-story-card > * + *,
.article-highlight-card > * + *,
.article-cta-card > * + *,
.article-faq-card > * + * {
  margin-top: 14px;
}

.article-grid {
  margin-top: 16px;
}

.article-mini-card {
  height: 100%;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: var(--sf-guide-surface-bg-soft);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.article-mini-card h3 {
  margin-bottom: 8px;
}

.article-faq-stack {
  display: grid;
  gap: 10px;
}

.article-endcap {
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid var(--sf-warm-border);
  background:
    linear-gradient(180deg, rgba(248, 201, 106, 0.12), rgba(12, 22, 35, 0.9));
  display: grid;
  gap: 12px;
}

.article-endcap .tiny {
  color: var(--sf-text-soft);
  max-width: 42rem;
}

.article-endcap .footer-actions {
  margin-top: 2px;
}

.callout,
.social-proof,
.cta,
.feature-cta,
.hub-cta {
  border-color: var(--sf-warm-border);
  background:
    linear-gradient(180deg, rgba(248, 201, 106, 0.12), rgba(12, 22, 35, 0.9));
}

.success {
  border-color: var(--sf-success-border);
  background: var(--sf-guide-success-bg);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.danger {
  border-color: var(--sf-danger-border);
  background: var(--sf-guide-danger-bg);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.grid,
.hub-grid,
.video-grid,
.utility-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.steps {
  display: grid;
  gap: 14px;
  list-style: none;
  padding-left: 0;
  counter-reset: steps;
}

.steps li,
.step-card {
  position: relative;
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid var(--sf-guide-horizontal-border);
  background: var(--sf-guide-horizontal-bg);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 16px 34px rgba(4, 10, 18, 0.16);
}

.steps li::before {
  content: none;
}

.steps li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
}

.step-badge {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 217, 138, 0.24);
  background: rgba(176, 124, 44, 0.2);
  color: #ffe4a8;
  font-size: 0.92rem;
  font-weight: 700;
}

.step-content {
  min-width: 0;
}

.step-card {
  padding-left: 18px;
}

.step-number {
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--sf-text-strong);
  font-weight: 700;
}

details {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(123, 189, 255, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(17, 31, 49, 0.84), rgba(11, 21, 35, 0.96));
  padding: 14px 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

details + details {
  margin-top: 10px;
}

summary {
  cursor: pointer;
  color: var(--sf-text-strong);
  font-weight: 700;
}

details p {
  margin-top: 12px;
}

.actions,
.footer-actions,
.btns,
.hero-actions,
.video-actions,
.tool-actions,
.hub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.actions,
.footer-actions,
.btns,
.hero-actions,
.video-actions,
.tool-actions {
  margin-top: 18px;
}

.btn:hover,
.chip-link:hover,
.site-nav-link:hover,
.site-cta:hover,
.tool-button:hover,
.video-link:hover,
.video-icon-link:hover,
.pill-link:hover,
.share-link:hover,
.menu-button:hover,
.drawer-link:hover,
.video-filter:hover,
.guide-card:hover,
.hub-card:hover,
.video-card:hover {
  transform: translateY(-1px);
  border-color: rgba(205, 232, 255, 0.52);
  background: rgba(123, 189, 255, 0.16);
  box-shadow: var(--sf-shadow-soft);
}

.btn-primary:hover,
.tool-button-primary:hover,
.site-cta:hover {
  background:
    linear-gradient(135deg, var(--sf-cta-bg-start-hover), var(--sf-cta-bg-end-hover));
}

.site-nav-link:hover {
  transform: none;
  border-color: transparent;
  background: rgba(255, 255, 255, 0.05);
  color: var(--sf-text-strong);
  box-shadow: none;
}

.menu-button:hover {
  transform: none;
  border-color: transparent;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.btn-secondary,
.tool-button-secondary {
  background: rgba(255, 255, 255, 0.05);
}

.footer-links-label {
  margin: 0 0 12px;
  color: var(--sf-text-soft);
  font-size: 0.95rem;
  font-weight: 700;
}

.related-links-panel .footer-links {
  padding: 0;
}

.footer-links,
.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}

.footer-links a,
.chip-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid var(--sf-border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--sf-text-soft);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.92rem;
}

.article-read-next-panel {
  width: 100%;
  margin-inline: auto;
  border-color: var(--sf-guide-surface-border);
  background: var(--sf-guide-surface-bg);
}

.article-read-next-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 16px;
  margin-bottom: 14px;
}

.article-read-next-kicker {
  margin: 0 0 8px;
  color: var(--sf-text-soft);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-read-next-head h2 {
  margin: 0 0 6px;
}

.article-read-next-copy {
  margin: 0;
  max-width: 34rem;
  font-size: 0.98rem;
}

.article-read-next-head .chip-link {
  align-self: start;
  margin-top: 2px;
}

.article-read-next-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.article-read-next-card {
  position: relative;
  min-width: 0;
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid var(--sf-guide-surface-border);
  background: var(--sf-guide-surface-bg-soft);
  text-decoration: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.article-read-next-card:hover {
  transform: translateY(-2px);
  border-color: rgba(174, 214, 255, 0.24);
  background:
    radial-gradient(circle at 88% 16%, rgba(123, 189, 255, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(18, 34, 56, 0.94), rgba(11, 22, 37, 0.98));
  box-shadow: var(--sf-shadow-soft);
}

.article-read-next-meta {
  color: var(--sf-accent-strong);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-read-next-title {
  color: var(--sf-text-strong);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.2;
}

.article-read-next-desc {
  color: var(--sf-text-muted);
  font-size: 0.92rem;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-read-next-arrow {
  color: var(--sf-accent-strong);
  font-size: 1.35rem;
  line-height: 1;
  justify-self: end;
  opacity: 0.78;
}

:root {
  --sf-article-card-bg: var(--sf-guide-surface-bg);
  --sf-guide-surface-bg:
    radial-gradient(circle at 100% 0%, rgba(123, 189, 255, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(14, 27, 44, 0.92), rgba(9, 18, 31, 0.97));
  --sf-guide-surface-bg-soft:
    radial-gradient(circle at 100% 0%, rgba(123, 189, 255, 0.06), transparent 28%),
    linear-gradient(180deg, rgba(14, 26, 43, 0.88), rgba(10, 20, 34, 0.95));
  --sf-guide-surface-border: rgba(174, 214, 255, 0.16);
  --sf-guide-surface-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 38px rgba(4, 10, 18, 0.18);
  --sf-guide-item-bg:
    linear-gradient(180deg, rgba(16, 28, 46, 0.94), rgba(10, 20, 34, 0.96));
  --sf-guide-horizontal-bg:
    radial-gradient(circle at 12% 50%, rgba(123, 189, 255, 0.09), transparent 18%),
    radial-gradient(circle at 100% 0%, rgba(123, 189, 255, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(17, 31, 49, 0.94), rgba(11, 21, 35, 0.98));
  --sf-guide-horizontal-border: rgba(123, 189, 255, 0.2);
  --sf-guide-success-horizontal-bg:
    radial-gradient(circle at 12% 50%, rgba(125, 222, 177, 0.09), transparent 18%),
    radial-gradient(circle at 100% 0%, rgba(125, 222, 177, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(17, 39, 40, 0.94), rgba(10, 24, 27, 0.98));
  --sf-guide-success-horizontal-border: rgba(125, 222, 177, 0.2);
  --sf-guide-criteria-bg:
    radial-gradient(circle at 12% 14%, rgba(123, 189, 255, 0.11), transparent 28%),
    linear-gradient(180deg, rgba(18, 33, 52, 0.95), rgba(10, 21, 35, 0.98));
  --sf-guide-criteria-border: rgba(123, 189, 255, 0.2);
  --sf-guide-success-criteria-bg:
    radial-gradient(circle at 12% 14%, rgba(125, 222, 177, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(16, 40, 42, 0.95), rgba(10, 25, 28, 0.98));
  --sf-guide-success-criteria-border: rgba(125, 222, 177, 0.22);
  --sf-guide-gold-horizontal-bg:
    radial-gradient(circle at 12% 50%, rgba(241, 207, 104, 0.09), transparent 18%),
    radial-gradient(circle at 100% 0%, rgba(241, 207, 104, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(36, 34, 22, 0.94), rgba(23, 21, 15, 0.98));
  --sf-guide-gold-horizontal-border: rgba(241, 207, 104, 0.2);
  --sf-guide-gold-criteria-bg:
    radial-gradient(circle at 12% 14%, rgba(241, 207, 104, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(38, 35, 22, 0.95), rgba(24, 22, 14, 0.98));
  --sf-guide-gold-criteria-border: rgba(241, 207, 104, 0.22);
  --sf-guide-danger-horizontal-bg:
    radial-gradient(circle at 12% 50%, rgba(255, 153, 153, 0.09), transparent 18%),
    radial-gradient(circle at 100% 0%, rgba(255, 153, 153, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(34, 24, 33, 0.94), rgba(21, 18, 29, 0.98));
  --sf-guide-danger-horizontal-border: rgba(255, 153, 153, 0.18);
  --sf-guide-danger-criteria-bg:
    radial-gradient(circle at 12% 14%, rgba(255, 153, 153, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(38, 24, 34, 0.95), rgba(24, 18, 24, 0.98));
  --sf-guide-danger-criteria-border: rgba(255, 153, 153, 0.2);
  --sf-guide-ordered-bg:
    radial-gradient(circle at 12% 50%, rgba(241, 207, 104, 0.08), transparent 18%),
    radial-gradient(circle at 100% 0%, rgba(241, 207, 104, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(26, 30, 36, 0.92), rgba(11, 21, 35, 0.98));
  --sf-guide-ordered-border: rgba(241, 207, 104, 0.2);
  --sf-guide-success-bg:
    radial-gradient(circle at 100% 0%, rgba(125, 222, 177, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(16, 36, 39, 0.92), rgba(10, 24, 27, 0.95));
  --sf-guide-danger-bg:
    radial-gradient(circle at 100% 0%, rgba(255, 159, 159, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(36, 24, 33, 0.92), rgba(24, 18, 24, 0.96));
}

.article-intro-block,
.article-prose-section {
  display: grid;
  gap: 14px;
  padding: 22px;
  border-radius: 22px;
  border: 1px solid var(--sf-guide-surface-border);
  background: var(--sf-article-card-bg);
  box-shadow: var(--sf-guide-surface-shadow);
  backdrop-filter: blur(10px);
}

.article-intro-block {
  position: relative;
  overflow: hidden;
  border-color: color-mix(in srgb, var(--sf-guide-accent) 20%, rgba(255, 255, 255, 0.08));
  background:
    radial-gradient(circle at 92% 12%, color-mix(in srgb, var(--sf-guide-accent) 12%, transparent), transparent 30%),
    linear-gradient(180deg, rgba(16, 30, 49, 0.94), rgba(10, 21, 35, 0.98));
}

.article-intro-block p {
  color: var(--sf-text-soft);
  font-size: 1.06rem;
  line-height: 1.72;
}

.article-guide-note {
  position: relative;
  overflow: hidden;
  margin-top: -4px;
  padding: 22px;
  padding-left: 26px;
  border-radius: 22px;
  border: 1px solid color-mix(in srgb, var(--sf-guide-accent) 20%, rgba(255, 255, 255, 0.08));
  color: var(--sf-text-soft);
  background: var(--sf-guide-surface-bg);
  box-shadow: var(--sf-guide-surface-shadow);
  backdrop-filter: blur(10px);
}

.article-guide-note::before {
  content: "";
  position: absolute;
  inset: 16px auto 16px 12px;
  width: 3px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--sf-guide-accent) 68%, white 12%);
}

.article-guide-note--cluster {
  background:
    radial-gradient(circle at 90% 14%, color-mix(in srgb, var(--sf-guide-accent) 12%, transparent), transparent 30%),
    linear-gradient(180deg, rgba(15, 28, 45, 0.94), rgba(10, 20, 34, 0.98));
}

.article-guide-note p,
.article-guide-note strong {
  color: inherit;
}

.article-prose-section > h2 {
  margin: 0;
}

.article-prose-section > * + * {
  margin-top: 0;
}

.article-prose-section > ul:not(.article-pattern-list):not(.steps),
.article-prose-section > ol:not(.article-pattern-list):not(.steps) {
  display: grid;
  gap: 12px;
  padding-left: 0;
  list-style: none;
}

.article-prose-section > ul:not(.article-pattern-list):not(.steps) > li,
.article-prose-section > ol:not(.article-pattern-list):not(.steps) > li {
  position: relative;
  padding: 14px 16px 14px 42px;
  color: var(--sf-text-soft);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: var(--sf-guide-item-bg);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.article-prose-section > ul:not(.article-pattern-list):not(.steps) > li::before,
.article-prose-section > ol:not(.article-pattern-list):not(.steps) > li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  transform: translateY(-50%);
  background: rgba(123, 189, 255, 0.72);
}

.article-steps-panel {
  padding: 22px;
  border-radius: 22px;
  border: 1px solid var(--sf-guide-surface-border);
  background: var(--sf-guide-surface-bg);
  box-shadow: var(--sf-guide-surface-shadow);
  backdrop-filter: blur(10px);
}

.article-steps-panel > * + * {
  margin-top: 14px;
}

.article-prose-section--spotlight {
  border-color: color-mix(in srgb, var(--sf-guide-accent) 30%, rgba(255, 255, 255, 0.1));
  background:
    radial-gradient(circle at 88% 6%, color-mix(in srgb, var(--sf-guide-accent) 14%, transparent), transparent 30%),
    linear-gradient(180deg, rgba(18, 33, 53, 0.96), rgba(11, 21, 35, 0.99));
}

.article-prose-section--essay {
  background:
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--sf-guide-accent) 8%, transparent), transparent 28%),
    linear-gradient(180deg, rgba(13, 25, 40, 0.9), rgba(9, 18, 31, 0.95));
}

.article-prose-section--support {
  background:
    radial-gradient(circle at 0% 0%, color-mix(in srgb, var(--sf-guide-accent) 8%, transparent), transparent 24%),
    linear-gradient(180deg, rgba(12, 23, 37, 0.92), rgba(9, 18, 30, 0.96));
}

.article-prose-section--soft {
  background:
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--sf-guide-accent) 6%, transparent), transparent 24%),
    linear-gradient(180deg, rgba(12, 23, 37, 0.84), rgba(8, 17, 28, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.article-story-card--accent,
.article-cta-card--cluster,
.article-steps-panel--utility {
  border-color: color-mix(in srgb, var(--sf-guide-accent) 22%, rgba(255, 255, 255, 0.1));
}

.article-story-card--accent {
  background:
    radial-gradient(circle at 90% 14%, color-mix(in srgb, var(--sf-guide-accent) 12%, transparent), transparent 30%),
    linear-gradient(180deg, rgba(17, 31, 48, 0.94), rgba(10, 20, 33, 0.98));
}

.article-steps-panel--utility {
  background:
    radial-gradient(circle at 90% 12%, color-mix(in srgb, var(--sf-guide-accent) 10%, transparent), transparent 30%),
    linear-gradient(180deg, rgba(17, 30, 46, 0.94), rgba(10, 20, 32, 0.98));
}

.article-cta-card--cluster {
  background:
    radial-gradient(circle at 90% 14%, color-mix(in srgb, var(--sf-guide-accent) 10%, transparent), transparent 28%),
    linear-gradient(180deg, rgba(38, 34, 23, 0.84), rgba(15, 25, 37, 0.98));
}

.page.page-article.guide-layout-editorial .article-flow {
  gap: 24px;
}

.page.page-article.guide-layout-category .article-flow,
.page.page-article.guide-layout-companion .article-flow {
  gap: 20px;
}

.page.page-article.guide-layout-roundup .article-pattern-list-item {
  background:
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--sf-guide-accent) 7%, transparent), transparent 24%),
    linear-gradient(180deg, rgba(14, 26, 42, 0.86), rgba(9, 18, 30, 0.93));
}

.page.page-article.guide-layout-practical .article-pattern-list-item,
.page.page-article.guide-layout-utility .article-pattern-list-item {
  border-color: color-mix(in srgb, var(--sf-guide-accent) 18%, rgba(255, 255, 255, 0.08));
}

.page.page-article.guide-layout-practical .step-badge,
.page.page-article.guide-layout-utility .step-badge {
  border-color: color-mix(in srgb, var(--sf-guide-accent) 32%, rgba(255, 255, 255, 0.14));
  background: color-mix(in srgb, var(--sf-guide-accent) 18%, rgba(255, 255, 255, 0.04));
  color: color-mix(in srgb, var(--sf-guide-accent) 78%, white 20%);
}

.article-pattern-section {
  gap: 16px;
  --sf-pattern-accent-color: var(--sf-accent-strong);
  --sf-pattern-accent-bg: rgba(123, 189, 255, 0.14);
  --sf-pattern-accent-border: rgba(123, 189, 255, 0.22);
}

.article-pattern-section--green {
  --sf-pattern-accent-color: #9af4cf;
  --sf-pattern-accent-bg: rgba(75, 173, 133, 0.18);
  --sf-pattern-accent-border: rgba(154, 244, 207, 0.2);
}

.article-pattern-section--gold {
  --sf-pattern-accent-color: #f1cf68;
  --sf-pattern-accent-bg: rgba(241, 207, 104, 0.16);
  --sf-pattern-accent-border: rgba(241, 207, 104, 0.2);
}

.article-pattern-section--danger {
  --sf-pattern-accent-color: #ff9999;
  --sf-pattern-accent-bg: rgba(146, 67, 88, 0.24);
  --sf-pattern-accent-border: rgba(255, 153, 153, 0.18);
}

.article-pattern-section--ordered {
  --sf-pattern-accent-color: #ffe4a8;
  --sf-pattern-accent-bg: rgba(176, 124, 44, 0.2);
  --sf-pattern-accent-border: rgba(255, 217, 138, 0.24);
}

.article-pattern-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.article-pattern-head-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: var(--sf-pattern-accent-color);
  border: 1px solid var(--sf-pattern-accent-border);
  background: var(--sf-pattern-accent-bg);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.article-pattern-head-icon svg {
  width: 28px;
  height: 28px;
}

.article-pattern-head-copy {
  min-width: 0;
}

.article-pattern-head-copy > h2 {
  margin: 0;
}

.article-pattern-subtitle {
  margin: 4px 0 0;
  color: var(--sf-text-soft);
  font-size: 1rem;
  line-height: 1.5;
}

.article-pattern-grid {
  display: grid;
  gap: 14px;
}

.article-pattern-grid--criteria {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.article-pattern-grid--reasons {
  grid-template-columns: 1fr;
}

.article-pattern-item {
  min-width: 0;
}

.article-pattern-item--criteria {
  display: grid;
  gap: 8px;
  min-height: 0;
  padding: 20px;
  border-radius: 18px;
  border: 1px solid var(--sf-guide-criteria-border);
  background: var(--sf-guide-criteria-bg);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.article-pattern-section--green .article-pattern-item--criteria {
  border-color: var(--sf-guide-success-criteria-border);
  background: var(--sf-guide-success-criteria-bg);
}

.article-pattern-section--gold .article-pattern-item--criteria {
  border-color: var(--sf-guide-gold-criteria-border);
  background: var(--sf-guide-gold-criteria-bg);
}

.article-pattern-section--danger .article-pattern-item--criteria {
  border-color: var(--sf-guide-danger-criteria-border);
  background: var(--sf-guide-danger-criteria-bg);
}

.article-pattern-item--criteria h3,
.article-pattern-item--reason h3 {
  margin: 0;
  color: var(--sf-text-strong);
  font-size: 1.08rem;
  line-height: 1.25;
}

.article-pattern-item--criteria p,
.article-pattern-item--reason p {
  margin: 0;
  color: var(--sf-text-soft);
  line-height: 1.6;
}

.article-pattern-item--reason {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 8px 18px;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--sf-guide-item-bg);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.article-pattern-item-icon {
  width: 58px;
  height: 58px;
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: var(--sf-pattern-accent-color);
  border: 1px solid var(--sf-pattern-accent-border);
  background: var(--sf-pattern-accent-bg);
}

.article-pattern-grid--reasons .article-pattern-item-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
}

.article-pattern-item-icon svg {
  width: 28px;
  height: 28px;
}

.article-pattern-grid--reasons .article-pattern-item-icon svg {
  width: 22px;
  height: 22px;
}

.article-pattern-item--reason h3,
.article-pattern-item--reason p {
  grid-column: 2;
}

.article-pattern-list {
  list-style: none;
  padding-left: 0;
  display: grid;
  gap: 14px;
  counter-reset: pattern-list;
}

.article-pattern-list-item {
  min-height: 72px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  border-radius: 24px;
  color: var(--sf-text-soft);
  font-size: 1.02rem;
  line-height: 1.45;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: var(--sf-guide-item-bg);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.article-pattern-list-item::before {
  content: none;
}

.article-pattern-list-badge {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 1rem;
  font-weight: 700;
  flex: 0 0 auto;
}

.article-pattern-list-text {
  min-width: 0;
}

.article-pattern-list-badge--check {
  color: var(--sf-pattern-accent-color);
  border: 1px solid var(--sf-pattern-accent-border);
  background: var(--sf-pattern-accent-bg);
}

.article-pattern-list--warning .article-pattern-list-item {
  border-color: var(--sf-guide-danger-horizontal-border);
  background: var(--sf-guide-danger-horizontal-bg);
}

.article-pattern-section--blue .article-pattern-list-item {
  border-color: var(--sf-guide-horizontal-border);
  background: var(--sf-guide-horizontal-bg);
}

.article-pattern-section--green .article-pattern-list-item {
  border-color: var(--sf-guide-success-horizontal-border);
  background: var(--sf-guide-success-horizontal-bg);
}

.article-pattern-section--gold .article-pattern-list-item {
  border-color: var(--sf-guide-gold-horizontal-border);
  background: var(--sf-guide-gold-horizontal-bg);
}

.article-pattern-section--danger .article-pattern-list-item {
  border-color: var(--sf-guide-danger-horizontal-border);
  background: var(--sf-guide-danger-horizontal-bg);
}

.article-pattern-section--ordered .article-pattern-list-item {
  border-color: var(--sf-guide-ordered-border);
  background: var(--sf-guide-ordered-bg);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 16px 34px rgba(4, 10, 18, 0.16);
}

.article-pattern-section--ordered .article-pattern-list-item:hover {
  border-color: rgba(255, 217, 138, 0.28);
  background:
    radial-gradient(circle at 12% 50%, rgba(241, 207, 104, 0.11), transparent 18%),
    radial-gradient(circle at 100% 0%, rgba(241, 207, 104, 0.1), transparent 26%),
    linear-gradient(180deg, rgba(31, 35, 40, 0.94), rgba(12, 22, 36, 0.98));
}

.article-pattern-list-badge--warning {
  color: #ff9999;
  border: 1px solid rgba(255, 153, 153, 0.18);
  background: rgba(146, 67, 88, 0.24);
}

.tiny {
  color: var(--sf-text-muted);
  font-size: 0.95rem;
}

.hero-stats,
.video-stats,
.hub-stats,
.tool-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.stat-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 41px;
  padding: 8px 13px;
  border-radius: 999px;
  border: 1px solid rgba(159, 211, 255, 0.36);
  background: rgba(120, 184, 255, 0.12);
  color: #d9eaff;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.28;
  transform: translateY(0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition:
    transform 160ms cubic-bezier(0.22, 0.8, 0.24, 1),
    box-shadow 220ms ease,
    border-color 220ms ease,
    background 220ms ease;
}

.stat-chip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 1em;
  line-height: 1;
}

.stat-chip:hover {
  transform: translateY(-1px);
  border-color: rgba(205, 232, 255, 0.52);
  background: rgba(123, 189, 255, 0.16);
  box-shadow: var(--sf-shadow-soft);
}

.guides-cluster {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.cluster-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cluster-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--sf-text-strong);
  font-size: 1.05rem;
  font-weight: 700;
}

.cluster-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--cluster-accent, var(--sf-accent));
  box-shadow: 0 0 0 6px color-mix(in srgb, var(--cluster-accent, var(--sf-accent)) 18%, transparent);
}

.cluster-subtitle {
  color: var(--sf-text-muted);
  font-size: 0.92rem;
}

.guide-cluster-panel {
  display: grid;
  gap: 16px;
  --cluster-accent: var(--sf-accent);
}

.guide-cluster-panel--baby {
  --cluster-accent: #84c5ff;
}

.guide-cluster-panel--toddler {
  --cluster-accent: #73ebbc;
}

.guide-cluster-panel--computer {
  --cluster-accent: #f1cf68;
}

.guide-card,
.hub-card {
  display: block;
  padding: 18px;
  text-decoration: none;
  background:
    linear-gradient(180deg, rgba(20, 38, 62, 0.82), rgba(11, 23, 39, 0.94));
  border-radius: 16px;
}

.guide-card-header,
.hub-card-header,
.video-card-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.guide-card h3,
.hub-card h3,
.video-card h3 {
  margin-bottom: 8px;
}

.guide-card p,
.hub-card p,
.video-card p {
  color: var(--sf-text-muted);
  font-size: 0.98rem;
}

body.guides-page {
  font-family: "Trebuchet MS", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-feature-settings: "rlig" 1, "calt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.guide-hub-hero {
  margin-bottom: 0;
}

.guide-hub-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.guide-hub-fact {
  min-width: 0;
}

.guide-hub-fact strong {
  display: block;
  margin-bottom: 6px;
  color: var(--sf-text-strong);
  font-size: 1rem;
}

.guide-hub-fact p {
  margin: 0;
  color: var(--sf-text-muted);
  font-size: 0.94rem;
}

.guide-card-footer,
.hub-card-footer {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--sf-accent-strong);
  font-size: 0.93rem;
  font-weight: 700;
}

.guide-row-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  min-height: 114px;
  padding: 20px 24px;
  border: 1px solid rgba(122, 168, 222, 0.18);
  background:
    radial-gradient(circle at 85% 50%, color-mix(in srgb, var(--cluster-accent) 12%, transparent), transparent 38%),
    linear-gradient(180deg, rgba(16, 28, 46, 0.94), rgba(10, 20, 34, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.guide-row-card.is-featured {
  border-color: color-mix(in srgb, var(--cluster-accent) 38%, rgba(255, 255, 255, 0.12));
  background:
    radial-gradient(circle at 87% 50%, color-mix(in srgb, var(--cluster-accent) 18%, transparent), transparent 34%),
    linear-gradient(180deg, rgba(26, 49, 78, 0.94), rgba(17, 31, 50, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 40px rgba(4, 10, 18, 0.22);
  padding-top: 24px;
}

.guide-row-card:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--cluster-accent) 48%, rgba(255, 255, 255, 0.16));
  background:
    radial-gradient(circle at 87% 50%, color-mix(in srgb, var(--cluster-accent) 22%, transparent), transparent 33%),
    linear-gradient(180deg, rgba(28, 50, 80, 0.96), rgba(16, 30, 50, 0.98));
}

.guide-row-card:focus-visible {
  border-color: color-mix(in srgb, var(--cluster-accent) 56%, rgba(255, 255, 255, 0.18));
}

.guide-row-icon {
  width: 74px;
  height: 74px;
  border-radius: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--cluster-accent);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--cluster-accent) 18%, rgba(30, 47, 73, 0.96)), rgba(25, 39, 61, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  flex-shrink: 0;
}

.guide-row-icon svg {
  width: 29px;
  height: 29px;
}

.guide-row-copy {
  min-width: 0;
  display: grid;
  gap: 6px;
  align-content: center;
}

.guide-row-meta {
  color: color-mix(in srgb, var(--cluster-accent) 82%, white 8%);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
}

.guide-row-card.is-featured .guide-row-meta {
  position: absolute;
  top: 12px;
  right: 18px;
  padding: 5px 9px;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--cluster-accent) 32%, rgba(255, 255, 255, 0.12));
  background: rgba(12, 23, 38, 0.72);
}

.guide-row-title {
  color: var(--sf-text-strong);
  font-size: 1.14rem;
  font-weight: 700;
  line-height: 1.22;
}

.guide-row-description {
  color: var(--sf-text-muted);
  font-size: 0.99rem;
  line-height: 1.5;
  max-width: 58rem;
}

.guide-row-arrow {
  align-self: center;
  color: color-mix(in srgb, var(--cluster-accent) 60%, rgba(255, 255, 255, 0.82));
  font-size: 2rem;
  line-height: 1;
  opacity: 0.78;
  transform: translateX(0);
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.guide-row-card:hover .guide-row-arrow {
  opacity: 1;
  transform: translateX(4px);
}

.video-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body.videos-page {
  font-family: "Trebuchet MS", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-feature-settings: "rlig" 1, "calt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.videos-page .page {
  width: min(1152px, calc(100vw - 32px));
  margin-top: calc(env(safe-area-inset-top, 0px) + 102px);
  gap: 0;
}

.videos-page main {
  display: grid;
  gap: 22px;
}

.videos-page .site-header-inner {
  width: min(1152px, calc(100vw - 32px));
}

.videos-page .site-nav-link .site-nav-icon {
  opacity: 0.92;
}

body.guides-page .page {
  width: min(1152px, calc(100vw - 32px));
  margin-top: calc(env(safe-area-inset-top, 0px) + 102px);
  gap: 0;
}

body.guides-page main {
  display: grid;
  gap: 22px;
}

body.guides-page .site-header-inner {
  width: min(1152px, calc(100vw - 32px));
}

.secondary-hero-panel {
  display: block;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 52%, rgba(123, 189, 255, 0.1), transparent 30%),
    linear-gradient(180deg, rgba(4, 16, 34, 0.98), rgba(5, 18, 34, 0.94));
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(6px);
}

.video-hero-panel {
  margin-bottom: 0;
}

.secondary-hero-panel .secondary-hero-copy {
  max-width: 52rem;
}

.secondary-hero-panel .secondary-hero-kicker {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid hsl(204 80% 75% / 0.3);
  background: hsl(204 80% 75% / 0.15);
  color: hsl(204 80% 85%);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.secondary-hero-panel .secondary-hero-title {
  max-width: none;
  margin: 0 0 16px;
  font-family: "Trebuchet MS", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  color: hsl(214 60% 95%);
}

.secondary-hero-panel .secondary-hero-lead {
  max-width: none;
  margin: 0;
  color: rgb(169, 188, 214);
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
}

.secondary-hero-panel .secondary-hero-subhead {
  margin: 18px 0 8px;
  color: var(--sf-text-strong);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.3;
}

.secondary-hero-panel .secondary-hero-support {
  margin: 0;
  color: var(--sf-text-soft);
  font-size: 1rem;
  line-height: 1.55;
  max-width: 46rem;
}

.video-hero-divider {
  display: none;
}

.video-v0-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.video-v0-stat {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 0;
  padding: 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 0;
  transform: translateY(0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition:
    transform 180ms cubic-bezier(0.22, 0.8, 0.24, 1),
    box-shadow 220ms ease,
    background 220ms ease;
}

.secondary-info-card {
  min-width: 0;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.secondary-info-card-tight {
  padding: 14px 16px;
}

.video-v0-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 12px;
  transform: scale(1) rotate(0deg);
  transition:
    transform 220ms cubic-bezier(0.22, 0.8, 0.24, 1),
    filter 220ms ease;
}

.video-v0-icon svg {
  width: 22px;
  height: 22px;
}

.video-v0-value {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3333333;
  letter-spacing: 0;
  transform: translateY(0);
  transition:
    transform 180ms cubic-bezier(0.22, 0.8, 0.24, 1),
    text-shadow 220ms ease,
    filter 220ms ease;
}

.video-v0-label {
  margin-top: 0;
  color: hsl(214 25% 60%);
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  transition: color 220ms ease;
}

.video-v0-stat:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.video-v0-stat:hover .video-v0-icon {
  transform: scale(1.05) rotate(-4deg);
  filter: saturate(1.08) brightness(1.06);
}

.video-v0-stat:hover .video-v0-value {
  transform: translateY(-1px);
  text-shadow: 0 0 16px rgba(255, 255, 255, 0.12);
  filter: saturate(1.08);
}

.video-v0-stat:hover .video-v0-label {
  color: hsl(214 35% 73%);
}

@media (prefers-reduced-motion: reduce) {
  .video-v0-stat,
  .video-v0-icon,
  .video-v0-value,
  .video-v0-label {
    transition: none;
  }

  .video-v0-stat:hover,
  .video-v0-stat:hover .video-v0-icon,
  .video-v0-stat:hover .video-v0-value {
    transform: none;
  }
}

@media (min-width: 768px) {
  .secondary-hero-panel {
    padding: 40px;
  }

  .secondary-hero-panel .secondary-hero-title {
    font-size: 3rem;
  }

  .secondary-hero-panel .secondary-hero-lead {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 28px;
  }

  .video-v0-value {
    font-size: 1.875rem;
    line-height: 1.2;
  }
}

.video-v0-stat-blue .video-v0-icon {
  background: rgba(123, 189, 255, 0.14);
  color: #7dc3ff;
}

.video-v0-stat-blue .video-v0-value {
  color: #72beff;
}

.video-v0-stat-amber .video-v0-icon {
  background: rgba(248, 201, 106, 0.14);
  color: #f3cc60;
}

.video-v0-stat-amber .video-v0-value {
  color: #f6d15c;
}

.video-v0-stat-green .video-v0-icon {
  background: rgba(120, 231, 189, 0.14);
  color: #71e9b5;
}

.video-v0-stat-green .video-v0-value {
  color: #71e9b5;
}

.video-v0-stat-pink .video-v0-icon {
  background: rgba(236, 152, 202, 0.14);
  color: #ee97ce;
}

.video-v0-stat-pink .video-v0-value {
  color: #ee97ce;
}

.video-gallery-section {
  display: grid;
  gap: 10px;
}

.video-toolbar-panel {
  padding: 16px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 84% 22%, rgba(123, 189, 255, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(5, 17, 31, 0.96), rgba(7, 20, 35, 0.92));
}

.video-toolbar-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.video-toolbar-controls,
.video-filter-group,
.video-sort-group,
.video-toolbar-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.video-toolbar-controls {
  flex: 0 1 auto;
  justify-content: flex-end;
  gap: 16px;
}

.video-toolbar-meta {
  flex: 1 1 auto;
  justify-content: flex-start;
  min-width: 0;
}

.video-filter-group {
  flex: 0 1 auto;
}

.video-sort-group {
  flex: 0 1 auto;
  justify-content: flex-end;
}

.video-toolbar-label,
.video-results-count,
.video-sync-stamp {
  color: var(--sf-text-muted);
  font-size: 0.9rem;
}

.video-toolbar-dot {
  color: rgba(183, 202, 230, 0.52);
  font-size: 0.95rem;
  line-height: 1;
}

.video-select {
  appearance: none;
  -webkit-appearance: none;
  min-height: 36px;
  padding: 0 42px 0 14px;
  border-radius: 10px;
  border: 1px solid rgba(174, 214, 255, 0.18);
  background-color: rgba(255, 255, 255, 0.06);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23dce7f5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  color: var(--sf-text-strong);
  font-size: 0.875rem;
  box-shadow: none;
}

.video-select:focus,
.video-select:focus-visible,
.site-brand:focus,
.site-brand:focus-visible {
  outline: none;
}

.video-select:focus-visible,
.site-brand:focus-visible {
  box-shadow: none;
}

body.secondary-page.using-keyboard .video-select:focus-visible,
body.secondary-page.using-keyboard .site-brand:focus-visible {
  box-shadow: none;
}

body.secondary-page.using-keyboard .video-select:focus-visible {
  box-shadow: 0 0 0 2px rgba(123, 189, 255, 0.34);
}

.video-sort-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(174, 214, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: var(--sf-text-soft);
  font-size: 0.875rem;
  cursor: pointer;
}

.video-results-count {
  flex: 0 0 auto;
  margin: 0;
  white-space: nowrap;
}

.video-sync-stamp {
  margin: 0;
  white-space: nowrap;
}

.video-empty-state {
  padding: 32px 20px;
  border: 1px dashed rgba(174, 214, 255, 0.24);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--sf-text-muted);
  text-align: center;
}

.videos-page .video-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 12px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(18, 35, 58, 0.82), rgba(11, 23, 39, 0.94));
}

.videos-page .video-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.videos-page .video-card:hover {
  background:
    linear-gradient(180deg, rgba(22, 41, 67, 0.9), rgba(13, 26, 44, 0.96));
}

.video-thumb {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  aspect-ratio: 9 / 16;
}

.video-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.videos-page .video-card:hover .video-thumb img {
  transform: scale(1.02);
}

.video-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 14, 27, 0.12), rgba(5, 14, 27, 0.16) 52%, rgba(5, 14, 27, 0.28));
  transition: background 180ms ease;
  pointer-events: none;
}

.videos-page .video-thumb {
  aspect-ratio: 9 / 16;
}

.videos-page .video-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 32%);
  pointer-events: none;
}

.video-thumb-platform {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: rgba(10, 16, 24, 0.72);
}

.videos-page .video-card[data-platform="instagram"] .video-thumb-platform {
  background: linear-gradient(135deg, rgba(244, 148, 51, 0.92), rgba(204, 35, 102, 0.92));
}

.videos-page .video-card[data-platform="tiktok"] .video-thumb-platform {
  background: rgba(8, 10, 14, 0.86);
}

.videos-page .video-card[data-platform="youtube"] .video-thumb-platform {
  background: rgba(196, 46, 46, 0.9);
}

.video-thumb-play-small {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(6, 14, 24, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--sf-text-strong);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
  opacity: 1;
  transition: opacity 160ms ease, transform 180ms ease;
  pointer-events: none;
}

.video-thumb-play-large {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 108px;
  height: 108px;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.88);
  filter: drop-shadow(0 20px 34px rgba(0, 0, 0, 0.24));
  transform: translate(-50%, -50%) scale(0.82);
  opacity: 0;
  transition:
    opacity 180ms ease,
    transform 220ms ease;
  pointer-events: none;
}

.video-thumb-play-small svg,
.video-thumb-play-large svg,
.video-icon-link svg,
.video-metric-icon svg {
  width: 16px;
  height: 16px;
}

.video-thumb-play-small svg {
  width: 16px;
  height: 16px;
}

.video-thumb-play-large svg {
  width: 104px;
  height: 104px;
  margin-left: 10px;
}

.video-thumb-play-large svg path {
  fill: currentColor;
}

.videos-page .video-thumb:hover .video-thumb-play-large,
.videos-page .video-thumb:focus-visible .video-thumb-play-large {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.videos-page .video-thumb:hover .video-thumb-play-small,
.videos-page .video-thumb:focus-visible .video-thumb-play-small {
  opacity: 0;
  transform: scale(0.86);
}

.videos-page .video-thumb:hover::after,
.videos-page .video-thumb:focus-visible::after {
  background: linear-gradient(180deg, rgba(5, 14, 27, 0.03), rgba(5, 14, 27, 0.04) 46%, rgba(5, 14, 27, 0.08));
}

.video-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 0;
}

.video-card-copy {
  display: grid;
  gap: 4px;
}

.videos-page .video-card h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
}

.video-card-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.video-creator {
  margin: 0;
  color: rgba(214, 228, 247, 0.72);
  font-size: 0.875rem;
}

.video-creator-link {
  color: inherit;
  text-decoration: none;
}

.video-creator-link:hover,
.video-creator-link:focus-visible {
  color: rgba(248, 209, 102, 0.96);
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.video-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: auto;
  color: rgba(214, 228, 247, 0.82);
  font-size: 0.8125rem;
}

.video-metric {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.video-metric-icon {
  color: rgba(173, 208, 246, 0.9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.video-card-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
}

.video-link {
  flex: 1 1 auto;
  min-height: 40px;
  padding-inline: 14px;
  font-size: 0.875rem;
}

.video-icon-link {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(174, 214, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
  color: var(--sf-text-soft);
  text-decoration: none;
}

.video-chip,
.video-platform,
.video-status,
.hub-chip,
.tool-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid var(--sf-border);
  background: rgba(255, 255, 255, 0.06);
  color: var(--sf-text-soft);
  font-size: 0.84rem;
  font-weight: 700;
}

.video-status {
  border-color: var(--sf-success-border);
  background: var(--sf-success-soft);
}

.video-feature-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 32px;
}

.video-cta-copy {
  max-width: 520px;
}

.video-cta-copy .accent-warm {
  color: #f6d15c;
}

.video-cta-copy p:last-child {
  margin-bottom: 0;
}

.video-cta-actions {
  justify-content: flex-end;
  margin-top: 0;
}

body.about-page {
  font-family: "Trebuchet MS", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-feature-settings: "rlig" 1, "calt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.about-page .page {
  width: min(1152px, calc(100vw - 32px));
  margin-top: calc(env(safe-area-inset-top, 0px) + 102px);
}

.about-page main {
  display: grid;
  gap: 22px;
}

.about-page .site-header-inner {
  width: min(1152px, calc(100vw - 32px));
}

.about-story-columns {
  align-items: stretch;
}

.about-contact-columns {
  align-items: stretch;
}

.about-story-card,
.about-intent-card {
  align-content: start;
  gap: 16px;
}

.about-intent-card {
  grid-template-rows: auto auto auto minmax(0, 1fr);
}

.about-story-card > h2,
.about-intent-card > h2 {
  font-size: clamp(2rem, 2.9vw, 2.45rem);
  line-height: 1.08;
}

@media (min-width: 1021px) {
  .about-story-card > h2,
  .about-intent-card > h2 {
    display: block;
    font-size: 1.95rem;
    line-height: 1.08;
    height: calc(1.95rem * 1.08);
    white-space: nowrap;
    overflow: hidden;
  }
}

.about-story-intro {
  display: grid;
  gap: 10px;
  border-color: rgba(123, 189, 255, 0.22);
  background:
    radial-gradient(circle at 12% 18%, rgba(123, 189, 255, 0.1), transparent 34%),
    rgba(123, 189, 255, 0.06);
}

.about-story-kicker {
  margin: 0;
  color: var(--sf-text-soft);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-story-quote {
  margin: 0;
  color: var(--sf-text-strong);
  font-size: 1.32rem;
  line-height: 1.35;
  max-width: 28rem;
}

.about-story-flow {
  display: grid;
  gap: 14px;
}

.about-story-step {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.about-step-icon,
.about-inline-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(123, 189, 255, 0.12);
  color: #9ed2ff;
}

.about-step-icon svg,
.about-inline-icon svg {
  width: 22px;
  height: 22px;
}

.about-story-step h3,
.about-mini-card h3,
.about-social-proof h3,
.about-note h3 {
  margin: 0 0 6px;
}

.about-story-step p,
.about-social-proof p,
.about-note p {
  margin: 0;
}

.about-mini-grid,
.about-privacy-grid,
.about-steps-grid {
  display: grid;
  gap: 16px;
}

.about-mini-grid,
.about-privacy-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-mini-grid {
  align-items: stretch;
}

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

.about-mini-card,
.about-privacy-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
}

.about-mini-card {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  min-height: 100%;
}

.about-mini-card h3 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 1.2;
}

.about-mini-title-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 1.15em;
  line-height: 1;
}

.about-mini-card h3,
.about-privacy-card h3 {
  margin: 0;
}

.about-privacy-card p,
.about-mini-card p {
  font-size: 0.98rem;
  margin: 0;
}

.about-privacy-card-green {
  border-color: var(--sf-success-border);
  background: rgba(125, 222, 177, 0.1);
}

.about-privacy-card-blue {
  border-color: rgba(123, 189, 255, 0.26);
  background: rgba(123, 189, 255, 0.1);
}

.about-privacy-card-warm {
  border-color: var(--sf-warm-border);
  background: rgba(248, 201, 106, 0.1);
}

.about-privacy-card-pink {
  border-color: rgba(236, 152, 202, 0.24);
  background: rgba(236, 152, 202, 0.1);
}

.about-privacy-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--sf-text-soft);
}

.about-privacy-icon svg {
  width: 22px;
  height: 22px;
}

.about-privacy-card-green .about-privacy-icon {
  color: #7be6b8;
}

.about-privacy-card-blue .about-privacy-icon {
  color: #7dc3ff;
}

.about-privacy-card-warm .about-privacy-icon {
  color: #f6d15c;
}

.about-privacy-card-pink .about-privacy-icon {
  color: #ee97ce;
}

.about-privacy-note {
  margin-top: 2px;
}

.about-social-proof,
.about-note {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.about-social-proof {
  border-color: var(--sf-warm-border);
  background:
    radial-gradient(circle at 88% 20%, rgba(248, 201, 106, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(248, 201, 106, 0.12), rgba(12, 22, 35, 0.9));
}

.about-social-proof .about-inline-icon {
  background: rgba(248, 201, 106, 0.16);
  color: #f6d15c;
}

.about-social-proof-copy {
  display: grid;
  gap: 12px;
}

.about-social-proof-copy .btn {
  justify-self: start;
  margin-top: 2px;
}

.about-note {
  background: rgba(123, 189, 255, 0.06);
}

.about-intent-card .about-note {
  height: 100%;
  align-content: start;
}

.about-note .about-inline-icon {
  background: rgba(123, 189, 255, 0.12);
  color: #9ed2ff;
}

.about-page .hub-section,
.about-page .related-links-panel {
  border-radius: 18px;
}

.about-how-panel {
  gap: 16px;
}

.about-how-lead {
  margin: 0;
  max-width: 46rem;
  color: var(--sf-text-soft);
  font-size: 1rem;
  line-height: 1.5;
}

.about-how-panel .step-card {
  padding: 18px;
}

.about-step-card {
  position: relative;
  display: grid;
  gap: 10px;
  align-content: start;
  min-height: 0;
  overflow: hidden;
}

.about-step-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.about-step-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: var(--sf-text-soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-step-illustration {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
}

.about-step-illustration svg {
  width: 24px;
  height: 24px;
}

.about-step-card h3 {
  margin: 0;
}

.about-step-body {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
}

.about-step-copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.about-step-card p {
  margin: 0;
  color: var(--sf-text-soft);
  line-height: 1.5;
}

.about-step-card::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  color: rgba(123, 189, 255, 0.34);
  font-size: 1.4rem;
  font-weight: 700;
}

.about-step-card:last-child::after {
  display: none;
}

.about-step-card-start {
  background:
    radial-gradient(circle at 18% 18%, rgba(123, 189, 255, 0.1), transparent 28%),
    rgba(255, 255, 255, 0.04);
}

.about-step-card-start .about-step-illustration {
  color: #7dc3ff;
  background: rgba(123, 189, 255, 0.12);
}

.about-step-card-focus {
  background:
    radial-gradient(circle at 18% 18%, rgba(248, 201, 106, 0.08), transparent 28%),
    rgba(255, 255, 255, 0.04);
}

.about-step-card-focus .about-step-illustration {
  color: #f6d15c;
  background: rgba(248, 201, 106, 0.1);
}

.about-step-card-play {
  background:
    radial-gradient(circle at 18% 18%, rgba(125, 222, 177, 0.08), transparent 28%),
    rgba(255, 255, 255, 0.04);
}

.about-step-card-play .about-step-illustration {
  color: #7be6b8;
  background: rgba(125, 222, 177, 0.1);
}

.about-contact-card,
.about-legal-card {
  justify-content: space-between;
}

.about-contact-stack {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 16px;
  align-content: start;
  height: 100%;
}

.about-contact-card,
.about-legacy-card {
  justify-content: start;
}

.about-contact-card {
  height: 100%;
}

.about-legacy-card {
  border-color: var(--sf-warm-border);
  background:
    radial-gradient(circle at 88% 20%, rgba(248, 201, 106, 0.1), transparent 28%),
    rgba(255, 255, 255, 0.04);
}

@media (max-width: 900px) {
  .about-step-body {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .article-read-next-grid {
    grid-template-columns: 1fr;
  }

  .article-read-next-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .guide-row-card {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
    min-height: 108px;
    padding: 18px 20px;
  }

  .guide-row-arrow {
    display: none;
  }

  .guide-row-icon {
    width: 66px;
    height: 66px;
    border-radius: 20px;
  }

  .guide-row-icon svg {
    width: 26px;
    height: 26px;
  }
}

@media (max-width: 900px) {
  .about-story-step,
  .about-social-proof,
  .about-note {
    grid-template-columns: 1fr;
  }

  .about-step-card::after {
    display: none;
  }
}

.cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}

.cta-icon svg {
  width: 16px;
  height: 16px;
}

.video-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.video-pagination-pages {
  display: flex;
  align-items: center;
  gap: 8px;
}

.video-pagination-control,
.video-page-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(174, 214, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: var(--sf-text-soft);
  cursor: pointer;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease;
}

.video-page-button {
  min-width: 40px;
  padding-inline: 0;
}

.video-page-button.is-active {
  border-color: rgba(174, 214, 255, 0.38);
  background: rgba(123, 189, 255, 0.16);
  color: var(--sf-text-strong);
}

.video-pagination-control[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}

.video-pagination-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.video-pagination-icon svg {
  width: 16px;
  height: 16px;
}

.tool-layout {
  display: grid;
  gap: 18px;
}

.tool-layout-split {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.8fr);
  gap: 18px;
}

.tool-highlight {
  color: var(--sf-accent-strong);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 700;
  line-height: 1;
}

.tool-subnote {
  margin-top: 10px;
  color: var(--sf-text-muted);
  font-size: 0.95rem;
}

.tool-meter {
  display: grid;
  gap: 14px;
  align-content: start;
}

.tool-meter-card {
  padding: 18px;
  border-radius: 22px;
  border: 1px solid var(--sf-border);
  background: rgba(255, 255, 255, 0.04);
}

.tool-meter-label {
  color: var(--sf-text-muted);
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.tool-meter-value {
  margin-top: 8px;
  color: var(--sf-text-strong);
  font-size: 1.9rem;
  font-weight: 700;
}

.device-note {
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid var(--sf-border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--sf-text-soft);
}

.keyboard-board {
  overflow-x: auto;
  padding-bottom: 4px;
}

.keyboard-board-inner {
  min-width: 760px;
  display: grid;
  gap: 8px;
}

.keyboard-row {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.keycap {
  height: 48px;
  min-width: 48px;
  padding: 0 10px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: var(--sf-text-muted);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  transition:
    transform 120ms ease,
    background 120ms ease,
    border-color 120ms ease,
    color 120ms ease;
}

.keycap.is-tested {
  border-color: rgba(125, 222, 177, 0.42);
  background: rgba(125, 222, 177, 0.18);
  color: #dbffec;
}

.keycap.is-active {
  border-color: rgba(248, 201, 106, 0.6);
  background: rgba(248, 201, 106, 0.92);
  color: #0d1b2e;
  transform: translateY(1px) scale(0.98);
}

.keycap.keycap--md {
  min-width: 84px;
}

.keycap.keycap--lg {
  min-width: 112px;
}

.keycap.keycap--space {
  min-width: 280px;
}

.hub-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.hub-list {
  display: grid;
  gap: 12px;
}

.hub-card-footer {
  margin-top: 14px;
}

.coming-soon {
  border-style: dashed;
  opacity: 0.88;
}

.hub-note,
.footer-note {
  color: var(--sf-text-muted);
  font-size: 0.94rem;
}

.footer-note strong {
  color: var(--sf-text-strong);
}

@media (max-width: 1020px) {
  .site-nav,
  .site-cta {
    display: none;
  }

  .menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .page {
    margin-top: calc(env(safe-area-inset-top, 0px) + 88px);
  }

  .tool-layout-split,
  .hub-columns {
    grid-template-columns: 1fr;
  }

  .about-steps-grid {
    grid-template-columns: 1fr;
  }

  .videos-page .video-grid,
  .video-v0-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guides-cluster,
  .guide-hub-facts {
    grid-template-columns: 1fr;
  }

  .guide-card.is-featured,
  .hub-card.is-featured {
    grid-column: span 1;
  }

  .site-footer-inner {
    grid-template-columns: 1fr;
  }

  .site-footer-nav,
  .site-footer-meta {
    justify-content: flex-start;
    justify-items: start;
    text-align: left;
  }

  .video-toolbar-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .video-toolbar-controls,
  .video-toolbar-meta,
  .video-results-count,
  .video-sync-stamp {
    white-space: normal;
  }

  .video-toolbar-meta {
    justify-content: flex-start;
    gap: 4px 12px;
  }

  .video-toolbar-controls,
  .video-sort-group {
    width: 100%;
    justify-content: flex-start;
  }

  .video-toolbar-controls {
    gap: 12px;
  }

  .video-sort-group {
    gap: 8px;
  }

  .article-pattern-grid--criteria {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .page,
  .page.page-article {
    width: min(100vw - 18px, 1180px);
    gap: 18px;
    margin-bottom: 32px;
  }

  .site-header {
    padding-inline: 0;
  }

  .site-header-inner {
    width: min(100vw - 20px, 1152px);
    padding: 10px 0;
  }

  .site-footer {
    width: min(100vw - 20px, 1152px);
    margin-bottom: 30px;
  }

  .brand-tag {
    display: none;
  }

  .hero-panel,
  .panel,
  .guide-card,
  .video-card,
  .feature-cta,
  .related-links-panel,
  .article-hero-panel,
  .article-flow,
  .tool-panel,
  .tool-surface,
  .hub-hero,
  .hub-section,
  .hub-cta,
  .utility-note,
  .summary-panel {
    border-radius: 22px;
  }

  .grid,
  .video-grid,
  .utility-grid,
  .hub-grid {
    grid-template-columns: 1fr;
  }

  .about-mini-grid,
  .about-privacy-grid {
    grid-template-columns: 1fr;
  }

  .article-section-card,
  .article-intro-card,
  .article-story-card,
  .article-highlight-card,
  .article-cta-card,
  .article-faq-card,
  .article-endcap {
    padding: 18px;
  }

  .videos-page .page,
  .about-page .page,
  .guides-page .page {
    width: min(100vw - 20px, 1152px);
  }

  .page.page-article {
    width: min(100vw - 20px, 1152px);
  }

  .videos-page .site-header-inner,
  .about-page .site-header-inner,
  .guides-page .site-header-inner {
    width: 100%;
  }

  .secondary-hero-panel .secondary-hero-title {
    max-width: none;
    font-size: 3rem;
  }

  .secondary-hero-panel .secondary-hero-lead {
    max-width: 34rem;
    font-size: 1.25rem;
  }

  .article-flow,
  .article-read-next-panel {
    width: 100%;
  }

  .guide-row-card {
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: 0;
    padding: 18px;
  }

  .guide-row-copy {
    gap: 5px;
  }

  .guide-row-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
  }

  .guide-row-icon svg {
    width: 24px;
    height: 24px;
  }

  .guide-row-title {
    font-size: 1.04rem;
  }

  .guide-row-description {
    font-size: 0.95rem;
  }

  .secondary-hero-panel {
    padding: 28px;
  }

  .videos-page .video-grid {
    grid-template-columns: 1fr;
  }

  .video-feature-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .video-cta-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .steps li,
  .step-card {
    padding: 16px;
  }

  .article-pattern-head {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .article-pattern-head-icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }

  .article-pattern-head-icon svg,
  .article-pattern-item-icon svg {
    width: 24px;
    height: 24px;
  }

  .article-pattern-grid--reasons .article-pattern-item-icon svg {
    width: 20px;
    height: 20px;
  }

  .article-pattern-item--reason {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .article-pattern-item-icon {
    width: 52px;
    height: 52px;
    grid-row: auto;
  }

  .article-pattern-grid--reasons .article-pattern-item-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .article-pattern-item--reason h3,
  .article-pattern-item--reason p {
    grid-column: auto;
  }

  .article-pattern-list-item {
    min-height: 0;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
    border-radius: 20px;
  }

  .article-pattern-list-badge,
  .step-badge {
    width: 32px;
    height: 32px;
  }

  .keycap {
    height: 42px;
    min-width: 42px;
    font-size: 0.76rem;
  }

  .keycap.keycap--md {
    min-width: 70px;
  }

  .keycap.keycap--lg {
    min-width: 94px;
  }

  .keycap.keycap--space {
    min-width: 210px;
  }
}

@media (max-width: 560px) {
  .site-header-inner {
    gap: 10px;
  }

  .brand-copy {
    gap: 0;
  }

  .brand-name {
    font-size: 1.2rem;
  }

  .article-main h1,
  .hub-hero h1,
  .tool-panel h1,
  .hero-panel h1,
  .summary-panel h1 {
    font-size: clamp(1.95rem, 10vw, 2.8rem);
  }

  .hero-panel,
  .hub-hero,
  .hub-section,
  .hub-cta,
  .tool-panel,
  .summary-panel,
  .panel,
  .feature-cta,
  .utility-note,
  .related-links-panel,
  .tool-surface,
  .article-hero-panel,
  .article-flow {
    padding: 18px 16px;
  }

  .videos-page .page {
    width: min(100vw - 20px, 1152px);
  }

  .secondary-hero-panel .secondary-hero-kicker {
    padding-inline: 12px;
  }

  .about-page .page,
  .guides-page .page {
    width: min(100vw - 20px, 1152px);
  }

  .secondary-hero-panel .secondary-hero-title {
    font-size: 1.875rem;
  }

  .secondary-hero-panel .secondary-hero-lead {
    font-size: 1.125rem;
    line-height: 1.5;
  }

  .secondary-hero-panel {
    padding: 24px;
  }

  .video-v0-stats-grid {
    grid-template-columns: 1fr;
  }

  .video-v0-stat {
    min-height: 96px;
    padding: 14px 16px;
    gap: 12px;
  }

  .video-v0-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .video-v0-icon svg {
    width: 22px;
    height: 22px;
  }

  .video-v0-value {
    font-size: 1.9rem;
  }

  .video-toolbar-panel,
  .video-feature-cta {
    padding: 16px;
  }

  .video-toolbar-controls,
  .video-filter-group,
  .video-toolbar-meta,
  .video-sort-group {
    width: 100%;
  }

  .video-toolbar-dot {
    display: none;
  }

  .video-select,
  .video-sort-button {
    width: 100%;
  }

  .video-pagination {
    flex-wrap: wrap;
  }

  .video-pagination-pages {
    order: -1;
    width: 100%;
    justify-content: center;
  }

  .video-thumb-play {
    width: 32px;
    height: 32px;
  }

  .actions,
  .footer-actions,
  .btns,
  .hero-actions,
  .video-actions,
  .tool-actions,
  .hub-actions {
    gap: 10px;
  }

  .btn,
  .chip-link,
  .tool-button,
  .video-link,
  .pill-link,
  .share-link {
    width: 100%;
  }

  .footer-links {
    gap: 10px;
  }

  .footer-links a {
    width: 100%;
    justify-content: center;
  }

  .site-footer-nav {
    gap: 10px 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-nav-link,
  .site-cta,
  .drawer-link,
  .chip-link,
  .btn,
  .tool-button,
  .video-link,
  .pill-link,
  .share-link,
  .menu-button,
  .guide-card,
  .hub-card,
  .video-card,
  .keycap,
  .drawer-backdrop,
  .mobile-drawer {
    transition: none;
  }
}
