[data-md-color-scheme="default"],
[data-md-color-scheme="slate"] {
  --md-default-bg-color: #0d1120;
  --md-default-bg-color--light: #151b31;
  --md-default-bg-color--lighter: #1c2440;
  --md-default-bg-color--lightest: #263050;
  --md-default-fg-color: rgba(255, 255, 255, 0.92);
  --md-default-fg-color--light: rgba(231, 236, 255, 0.78);
  --md-default-fg-color--lighter: rgba(231, 236, 255, 0.46);
  --md-default-fg-color--lightest: rgba(231, 236, 255, 0.18);
  --md-primary-fg-color: #0d1120;
  --md-primary-fg-color--light: #151b31;
  --md-primary-fg-color--dark: #090d18;
  --md-accent-fg-color: #ffb066;
  --md-typeset-a-color: #ffbf80;
  --md-code-bg-color: rgba(12, 16, 38, 0.55);
}

.md-main,
.md-content,
.md-content__inner,
.md-sidebar,
.md-sidebar__scrollwrap {
  background: var(--md-default-bg-color);
}

.md-header,
.md-tabs {
  background: #0d1120;
}

.md-typeset .md-button {
  border-color: rgba(255, 255, 255, 0.18);
}

.md-typeset .md-button:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.28);
}

.md-content h1 {
  margin-bottom: 0.4rem;
}

.md-header,
.md-tabs {
  box-shadow: none;
}

.md-typeset h2 {
  margin-top: 2.6rem;
}

.hero-logo {
  max-width: 34rem;
  margin: 0 0 1rem;
}

.hero-lead {
  max-width: 48rem;
  font-size: 1.12rem;
  line-height: 1.75;
  color: var(--md-default-fg-color--light);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 1.4rem 0 2rem;
}

.md-content__inner:has(.home-hero) > h1:first-of-type {
  display: none;
}

.hero-logo-dark {
  display: none;
}

[data-md-color-scheme="slate"] .hero-logo-light {
  display: none;
}

[data-md-color-scheme="slate"] .hero-logo-dark {
  display: block;
}

.doc-screenshot {
  display: block;
  width: min(100%, 68rem);
  margin: 1rem auto 0.5rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(128, 128, 128, 0.25);
  box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.18);
}

.doc-caption {
  margin: 0 0 1.75rem;
  text-align: center;
  font-size: 0.9rem;
  color: var(--md-default-fg-color--light);
}

.highlight-grid,
.feature-grid,
.quick-grid,
.step-grid {
  display: grid;
  gap: 1rem;
  margin: 1.4rem 0 0;
}

.highlight-grid,
.feature-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.quick-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.step-grid {
  margin: 1.25rem 0 1.75rem;
}

.card,
.step-card {
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 176, 102, 0.2);
  background: linear-gradient(180deg, rgba(255, 176, 102, 0.06) 0%, rgba(13, 17, 32, 0.95) 100%);
}

.card h3,
.step-card h3 {
  margin-top: 0;
  margin-bottom: 0.45rem;
  font-size: 1rem;
}

.card p,
.step-card p,
.step-card ul {
  margin: 0;
  color: var(--md-default-fg-color--light);
}

.step-card ul {
  padding-left: 1.1rem;
}

.quick-link {
  display: block;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 176, 102, 0.22);
  background: rgba(255, 176, 102, 0.08);
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}

.quick-link:hover {
  background: rgba(255, 176, 102, 0.13);
}

.section-intro {
  max-width: 44rem;
  color: var(--md-default-fg-color--light);
}

.roku-links-card {
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 176, 102, 0.22);
  background: linear-gradient(180deg, rgba(255, 176, 102, 0.08) 0%, rgba(13, 17, 32, 0.92) 100%);
  overflow-x: auto;
}

.md-typeset table.roku-links-table {
  width: 100%;
  margin: 0;
  border: 0;
  background: transparent;
}

.md-typeset table.roku-links-table th,
.md-typeset table.roku-links-table td {
  border-color: rgba(255, 255, 255, 0.1);
  vertical-align: middle;
}

.md-typeset table.roku-links-table th {
  color: var(--md-default-fg-color--light);
}

.roku-link-pill {
  display: inline-block;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 176, 102, 0.28);
  background: rgba(255, 176, 102, 0.12);
  color: inherit;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
}

.roku-link-pill:hover {
  background: rgba(255, 176, 102, 0.18);
}

.roku-link-pill-secondary {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
}

.roku-link-pill-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
}

.screenshot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  gap: 1rem;
  margin: 1.5rem 0 2rem;
}

.screenshot-card {
  margin: 0;
}

.screenshot-card img {
  display: block;
  width: 100%;
  border-radius: 0.75rem;
  border: 1px solid rgba(128, 128, 128, 0.25);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.14);
}

.screenshot-card figcaption {
  margin-top: 0.55rem;
  text-align: center;
  font-size: 0.88rem;
  color: var(--md-default-fg-color--light);
}

.md-typeset .md-button {
  margin: 0 0.5rem 0.5rem 0;
}

@media screen and (max-width: 44.984375em) {
  .md-header__source,
  .md-header__topic > :last-child {
    display: none;
  }

  .md-tabs__list {
    gap: 0.35rem;
  }

  .md-tabs__link {
    font-size: 0.7rem;
  }

  .md-content__inner {
    margin-top: 0.5rem;
  }
}
