:root {
  --sbv2-ink: #111315;
  --sbv2-ink-soft: #25282b;
  --sbv2-paper: #f2f4ef;
  --sbv2-paper-bright: #fbfcf8;
  --sbv2-line: #c7cbc5;
  --sbv2-muted: #686d70;
  --sbv2-lime: #d7ff00;
  --sbv2-coral: #ff725f;
  --sbv2-cyan: #12b9b2;
  --sbv2-amber: #f4bb44;
  --sbv2-blue: #6574d9;
  --sbv2-header: 80px;
  --sbv2-shell: min(1180px, calc(100% - 48px));
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 132px;
}

body.sl-sbv2 {
  margin: 0;
  color: var(--sbv2-ink);
  background: var(--sbv2-paper);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  letter-spacing: 0;
  overflow-x: clip;
}

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

@supports (word-break: auto-phrase) {
  .sl-sbv2 {
    word-break: auto-phrase;
  }
}

.sl-sbv2 img {
  display: block;
  max-width: 100%;
}

.sl-sbv2 a {
  color: inherit;
}

.sl-sbv2 code {
  padding: 0.12em 0.3em;
  color: #eef7ca;
  background: #202421;
  border: 1px solid #3a4038;
  font-family: Consolas, "SFMono-Regular", monospace;
  font-size: 0.9em;
  overflow-wrap: anywhere;
}

.sl-sbv2 button,
.sl-sbv2 audio {
  font: inherit;
}

.sl-sbv2-shell {
  width: var(--sbv2-shell);
  margin-inline: auto;
}

.sl-sbv2-skip {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 9999;
  padding: 10px 14px;
  color: #111;
  background: var(--sbv2-lime);
  transform: translateY(-160%);
}

.sl-sbv2-skip:focus {
  transform: translateY(0);
}

.sl-sbv2 .sl-header {
  border-bottom-color: rgba(255, 255, 255, 0.16);
  background: rgba(10, 11, 12, 0.94);
}

.sl-sbv2 .sl-header__nav a,
.sl-sbv2 .sl-header__name,
.sl-sbv2 .sl-mobile-menu nav a {
  color: #fff;
}

.sl-sbv2-progress {
  position: fixed;
  top: var(--sbv2-header);
  left: 0;
  z-index: 1500;
  width: 100%;
  height: 3px;
  pointer-events: none;
}

.sl-sbv2-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--sbv2-lime);
  transform: scaleX(0);
  transform-origin: left;
}

.sl-sbv2-eyebrow,
.sl-sbv2-kicker {
  margin: 0 0 16px;
  color: var(--sbv2-cyan);
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sl-sbv2-hero {
  position: relative;
  min-height: min(820px, calc(100svh - 32px));
  color: #fff;
  background: #0a0b0c;
  isolation: isolate;
  overflow: hidden;
}

.sl-sbv2-hero__image {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sl-sbv2-hero__shade {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: -2;
  width: 52%;
  background: rgba(7, 8, 9, 0.55);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.sl-sbv2-hero__inner {
  display: flex;
  min-height: min(820px, calc(100svh - 32px));
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: calc(var(--sbv2-header) + 48px);
  padding-bottom: 84px;
}

.sl-sbv2-breadcrumb {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 26px;
  color: #c6cac4;
  font-family: Consolas, "SFMono-Regular", monospace;
  font-size: 11px;
  font-weight: 700;
}

.sl-sbv2-breadcrumb a {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.42);
  text-underline-offset: 4px;
}

.sl-sbv2-breadcrumb span[aria-hidden="true"] {
  color: var(--sbv2-lime);
}

.sl-sbv2-hero .sl-sbv2-eyebrow {
  color: var(--sbv2-lime);
}

.sl-sbv2-hero h1 {
  max-width: 800px;
  margin: 0;
  font-size: clamp(44px, 6.5vw, 104px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0;
  text-wrap: balance;
}

.sl-sbv2-hero h1 span {
  display: block;
  white-space: nowrap;
}

.sl-sbv2-hero__lead {
  max-width: 580px;
  margin: 30px 0 0;
  color: #e2e5df;
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 700;
  line-height: 1.8;
}

.sl-sbv2-hero__actions,
.sl-sbv2-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.sl-sbv2-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.sl-sbv2-button:hover,
.sl-sbv2-button:focus-visible {
  transform: translateY(-2px);
}

.sl-sbv2-button--primary {
  color: #0a0b0c;
  background: var(--sbv2-lime);
  border-color: var(--sbv2-lime);
}

.sl-sbv2-button--ghost {
  color: #fff;
  background: rgba(0, 0, 0, 0.34);
  border-color: rgba(255, 255, 255, 0.46);
}

.sl-sbv2-verified {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 30px 0 0;
  color: #c6cac4;
  font-family: Consolas, monospace;
  font-size: 12px;
}

.sl-sbv2-verified span {
  padding: 4px 7px;
  color: #0a0b0c;
  background: #fff;
  font-family: Arial, sans-serif;
  font-weight: 900;
}

.sl-sbv2-hero__next {
  position: absolute;
  right: 28px;
  bottom: 26px;
  width: 42px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.38);
}

.sl-sbv2-hero__next span {
  position: absolute;
  top: 13px;
  left: 19px;
  width: 2px;
  height: 18px;
  background: var(--sbv2-lime);
}

.sl-sbv2-hero__next span::after {
  content: "";
  position: absolute;
  left: -4px;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--sbv2-lime);
  border-bottom: 2px solid var(--sbv2-lime);
  transform: rotate(45deg);
}

.sl-sbv2-orientation {
  padding: 76px 0;
  color: #fff;
  background: var(--sbv2-ink);
  border-top: 1px solid #303437;
}

.sl-sbv2-orientation__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 64px;
  align-items: start;
}

.sl-sbv2-orientation h2,
.sl-sbv2-section-head h2,
.sl-sbv2-sticky-copy h2,
.sl-sbv2-version h2,
.sl-sbv2-sources h2,
.sl-sbv2-final h2 {
  margin: 0;
  font-size: clamp(38px, 5.5vw, 72px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
}

.sl-sbv2-route-list {
  border-top: 1px solid #444a4d;
}

.sl-sbv2-route-list a {
  display: grid;
  min-height: 88px;
  grid-template-columns: 50px minmax(0, 1fr) minmax(160px, 0.6fr);
  gap: 16px;
  align-items: center;
  border-bottom: 1px solid #444a4d;
  text-decoration: none;
  transition: padding-left 180ms ease, color 180ms ease, background-color 180ms ease;
}

.sl-sbv2-route-list a:hover,
.sl-sbv2-route-list a:focus-visible {
  padding-left: 12px;
  color: var(--sbv2-lime);
  background: #191c1e;
}

.sl-sbv2-route-list span {
  color: var(--sbv2-lime);
  font-family: Consolas, monospace;
  font-size: 13px;
}

.sl-sbv2-route-list strong {
  font-size: 17px;
}

.sl-sbv2-route-list small {
  color: #a9afb1;
  font-size: 13px;
}

.sl-sbv2-topic-rail {
  position: sticky;
  top: var(--sbv2-header);
  z-index: 1000;
  color: #fff;
  background: #1a1d1f;
  border-top: 1px solid #34383a;
  border-bottom: 1px solid #34383a;
}

.sl-sbv2-topic-rail .sl-sbv2-shell {
  display: flex;
  min-height: 52px;
  gap: 4px;
  align-items: stretch;
  overflow-x: auto;
  scrollbar-width: none;
}

.sl-sbv2-topic-rail .sl-sbv2-shell::-webkit-scrollbar {
  display: none;
}

.sl-sbv2-topic-rail a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 0 16px;
  color: #bfc4c6;
  border-bottom: 3px solid transparent;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.sl-sbv2-topic-rail a:hover,
.sl-sbv2-topic-rail a:focus-visible,
.sl-sbv2-topic-rail a.is-active {
  color: #fff;
  border-bottom-color: var(--sbv2-lime);
}

.sl-sbv2-nowrap {
  white-space: nowrap;
}

.sl-sbv2-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 58px;
}

.sl-sbv2-section-head .sl-sbv2-kicker {
  grid-column: 1 / -1;
  margin-bottom: -10px;
}

.sl-sbv2-section-head > p:last-child {
  margin: 0;
  color: var(--sbv2-muted);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
}

.sl-sbv2-section-head--light > p:last-child {
  color: #b8bec0;
}

.sl-sbv2-answer {
  padding: 82px 0 88px;
  color: #fff;
  background: #202527;
  border-top: 5px solid var(--sbv2-lime);
}

.sl-sbv2-answer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
  gap: 72px;
  align-items: start;
}

.sl-sbv2-answer h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(34px, 4.5vw, 60px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}

.sl-sbv2-answer__copy > p {
  margin: 2px 0 0;
  color: #d3d8d9;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
}

.sl-sbv2-answer__copy dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 34px 0 0;
  background: #505759;
  border: 1px solid #505759;
}

.sl-sbv2-answer__copy dl div {
  min-width: 0;
  padding: 17px 14px;
  background: #171a1c;
}

.sl-sbv2-answer__copy dt {
  color: var(--sbv2-lime);
  font-family: Consolas, "SFMono-Regular", monospace;
  font-size: 10px;
  font-weight: 900;
}

.sl-sbv2-answer__copy dd {
  margin: 8px 0 0;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.6;
}

.sl-sbv2-quickstart {
  padding: 112px 0 126px;
  background: var(--sbv2-paper-bright);
}

.sl-sbv2-explainer {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.5fr);
  margin: 0 0 72px;
  color: #fff;
  background: #171a1c;
  border-bottom: 4px solid var(--sbv2-cyan);
  overflow: hidden;
}

.sl-sbv2-explainer img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.sl-sbv2-explainer figcaption {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 18px;
  padding: 32px;
  color: #d8dddd;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}

.sl-sbv2-explainer figcaption span {
  color: var(--sbv2-lime);
  font-family: Consolas, "SFMono-Regular", monospace;
  font-size: 12px;
  font-weight: 900;
}

.sl-sbv2-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 2px solid var(--sbv2-ink);
}

.sl-sbv2-steps > li {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 30px;
  padding: 52px 0;
  border-bottom: 1px solid var(--sbv2-line);
}

.sl-sbv2-step-no {
  color: var(--sbv2-coral);
  font-family: Arial, sans-serif;
  font-size: 54px;
  font-weight: 900;
  line-height: 1;
}

.sl-sbv2-step-copy {
  max-width: 850px;
}

.sl-sbv2-step-label {
  margin: 0 0 8px;
  color: var(--sbv2-cyan);
  font-family: Consolas, monospace;
  font-size: 12px;
  font-weight: 800;
}

.sl-sbv2-step-copy h3 {
  margin: 0 0 18px;
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.15;
}

.sl-sbv2-step-copy > p:not(.sl-sbv2-step-label) {
  margin: 0;
  color: #3f4446;
  font-size: 17px;
  font-weight: 600;
  line-height: 2;
}

.sl-sbv2-note {
  margin-top: 18px !important;
  padding-left: 14px;
  border-left: 3px solid var(--sbv2-amber);
}

.sl-sbv2-file-tree {
  position: relative;
  max-width: 720px;
  margin-top: 26px;
  padding: 24px;
  color: #eef0ea;
  background: #1b1e20;
  border-left: 4px solid var(--sbv2-lime);
  font-family: Consolas, monospace;
}

.sl-sbv2-file-tree div {
  display: flex;
  min-height: 34px;
  gap: 16px;
  align-items: center;
}

.sl-sbv2-file-tree div:nth-child(n + 3) {
  padding-left: 24px;
}

.sl-sbv2-file-tree small {
  color: #8c9698;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
}

.sl-sbv2-file-tree button {
  position: absolute;
  top: 12px;
  right: 12px;
  min-height: 34px;
  padding: 0 10px;
  color: var(--sbv2-lime);
  background: transparent;
  border: 1px solid #69706d;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.sl-sbv2-defaults {
  display: grid;
  max-width: 780px;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 28px;
  background: #555b57;
  border: 1px solid #555b57;
}

.sl-sbv2-defaults span {
  min-height: 82px;
  padding: 18px;
  background: #202422;
}

.sl-sbv2-defaults small,
.sl-sbv2-defaults b {
  display: block;
}

.sl-sbv2-defaults small {
  color: #8f9893;
  font-family: Consolas, monospace;
  font-size: 10px;
}

.sl-sbv2-defaults b {
  margin-top: 8px;
  color: #fff;
  font-size: 17px;
}

.sl-sbv2-safety {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 54px;
  padding: 28px 30px;
  background: #fff2d6;
  border: 1px solid #e3c47d;
}

.sl-sbv2-safety strong {
  font-size: 18px;
}

.sl-sbv2-safety p {
  margin: 0;
  color: #514b3f;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.8;
}

.sl-sbv2-safety a {
  color: #1c4f69;
  font-size: 12px;
  font-weight: 900;
}

.sl-sbv2-capabilities {
  padding: 112px 0 124px;
  color: #fff;
  background: #151719;
}

.sl-sbv2-capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #464b4e;
  border-left: 1px solid #464b4e;
}

.sl-sbv2-capability-grid a {
  display: flex;
  min-height: 278px;
  flex-direction: column;
  padding: 26px;
  background: #1b1e20;
  border-right: 1px solid #464b4e;
  border-bottom: 1px solid #464b4e;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.sl-sbv2-capability-grid a:nth-child(3n + 1):hover,
.sl-sbv2-capability-grid a:nth-child(3n + 1):focus-visible {
  color: #151719;
  background: var(--sbv2-lime);
}

.sl-sbv2-capability-grid a:nth-child(3n + 2):hover,
.sl-sbv2-capability-grid a:nth-child(3n + 2):focus-visible {
  color: #151719;
  background: var(--sbv2-coral);
}

.sl-sbv2-capability-grid a:nth-child(3n):hover,
.sl-sbv2-capability-grid a:nth-child(3n):focus-visible {
  color: #151719;
  background: var(--sbv2-cyan);
}

.sl-sbv2-capability-grid > a > span {
  color: var(--sbv2-lime);
  font-family: Consolas, monospace;
  font-size: 12px;
}

.sl-sbv2-capability-grid > a:hover > span,
.sl-sbv2-capability-grid > a:focus-visible > span {
  color: currentColor;
}

.sl-sbv2-capability-grid h3 {
  margin: auto 0 12px;
  font-size: 23px;
  line-height: 1.25;
}

.sl-sbv2-capability-grid p {
  min-height: 5.4em;
  margin: 0;
  color: #b9bec1;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.8;
}

.sl-sbv2-capability-grid a:hover p,
.sl-sbv2-capability-grid a:focus-visible p {
  color: currentColor;
}

.sl-sbv2-media-band {
  width: 100%;
  height: min(52vw, 620px);
  min-height: 360px;
  background: #202326;
  overflow: hidden;
}

.sl-sbv2-media-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sl-sbv2-tuning {
  padding-bottom: 124px;
  background: var(--sbv2-paper);
}

.sl-sbv2-tuning__grid {
  display: grid;
  grid-template-columns: minmax(270px, 0.7fr) minmax(0, 1.3fr);
  gap: 72px;
  padding-top: 96px;
}

.sl-sbv2-sticky-copy {
  align-self: start;
}

.sl-sbv2-sticky-copy p:last-child {
  margin: 26px 0 0;
  color: var(--sbv2-muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 2;
}

.sl-sbv2-tuning-flow {
  min-width: 0;
  border-top: 2px solid var(--sbv2-ink);
}

.sl-sbv2-tuning-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--sbv2-line);
}

.sl-sbv2-tuning-tabs button {
  min-height: 54px;
  padding: 0 8px;
  color: #555b5e;
  background: transparent;
  border: 0;
  border-right: 1px solid var(--sbv2-line);
  border-bottom: 4px solid transparent;
  font-family: Consolas, monospace;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.sl-sbv2-tuning-tabs button:last-child {
  border-right: 0;
}

.sl-sbv2-tuning-tabs button[aria-selected="true"] {
  color: var(--sbv2-ink);
  border-bottom-color: var(--sbv2-coral);
}

.sl-sbv2-tuning-panel {
  min-height: 420px;
  padding: 44px 0 24px;
}

.sl-sbv2-tuning-panel > span {
  color: var(--sbv2-cyan);
  font-size: 12px;
  font-weight: 900;
}

.sl-sbv2-tuning-panel h3 {
  max-width: 720px;
  margin: 16px 0 22px;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.2;
}

.sl-sbv2-tuning-panel p {
  max-width: 700px;
  margin: 0;
  color: #4c5255;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
}

.sl-sbv2-meter {
  position: relative;
  height: 58px;
  margin-top: 44px;
  background: #daddd7;
  border: 1px solid #b6bab4;
  overflow: hidden;
}

.sl-sbv2-meter i {
  display: block;
  width: var(--meter);
  height: 100%;
  background: var(--sbv2-cyan);
}

.sl-sbv2-meter--warning i {
  background: var(--sbv2-coral);
}

.sl-sbv2-meter small {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: 0 18px;
  color: #111;
  font-family: Consolas, monospace;
  font-weight: 900;
  mix-blend-mode: multiply;
}

.sl-sbv2-writing {
  padding: 116px 0 124px;
  background: var(--sbv2-paper-bright);
}

.sl-sbv2-writing-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 0;
  background: #181b1d;
}

.sl-sbv2-writing-stage figure {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
}

.sl-sbv2-writing-stage figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sl-sbv2-writing-stage figcaption {
  position: absolute;
  left: 22px;
  bottom: 22px;
  padding: 9px 12px;
  color: #111;
  background: var(--sbv2-lime);
  font-size: 12px;
  font-weight: 900;
}

.sl-sbv2-script-compare {
  display: grid;
  grid-template-rows: 1fr 1fr;
  color: #fff;
}

.sl-sbv2-script-compare div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px;
  border-left: 1px solid #484e51;
  border-bottom: 1px solid #484e51;
}

.sl-sbv2-script-compare div:last-child {
  border-bottom: 0;
}

.sl-sbv2-script-compare span {
  color: var(--sbv2-coral);
  font-family: Consolas, monospace;
  font-size: 11px;
  font-weight: 800;
}

.sl-sbv2-script-compare div:last-child span {
  color: var(--sbv2-lime);
}

.sl-sbv2-script-compare p {
  margin: 18px 0 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 2;
}

.sl-sbv2-writing-rules {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 52px;
  border-top: 1px solid var(--sbv2-line);
  border-left: 1px solid var(--sbv2-line);
}

.sl-sbv2-writing-rules article {
  min-height: 250px;
  padding: 24px;
  border-right: 1px solid var(--sbv2-line);
  border-bottom: 1px solid var(--sbv2-line);
}

.sl-sbv2-writing-rules span {
  color: var(--sbv2-coral);
  font-family: Consolas, monospace;
  font-size: 12px;
}

.sl-sbv2-writing-rules h3 {
  margin: 72px 0 12px;
  font-size: 20px;
}

.sl-sbv2-writing-rules p {
  margin: 0;
  color: #61676a;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.8;
}

.sl-sbv2-accent-figure {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
  margin: 74px 0 0;
  background: #202427;
  overflow: hidden;
}

.sl-sbv2-accent-figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.sl-sbv2-accent-figure figcaption {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 18px;
  padding: 32px;
  border-left: 1px solid #4c5255;
}

.sl-sbv2-accent-figure strong {
  color: var(--sbv2-lime);
  font-size: 22px;
  line-height: 1.35;
}

.sl-sbv2-accent-figure span {
  color: #d2d7d8;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.9;
}

.sl-sbv2-editor-feature {
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.08fr);
  margin-top: 28px;
  color: #fff;
  background: #15191b;
  border-bottom: 4px solid var(--sbv2-coral);
  overflow: hidden;
}

.sl-sbv2-editor-feature > img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.sl-sbv2-editor-feature__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 46px;
}

.sl-sbv2-editor-feature h3 {
  margin: 0;
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.25;
}

.sl-sbv2-editor-feature__copy > p:last-child {
  margin: 22px 0 0;
  color: #cdd2d3;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
}

.sl-sbv2-workflow {
  padding: 112px 0 126px;
  color: #fff;
  background: #121416;
}

.sl-sbv2-workflow-lines {
  border-top: 1px solid #4a4f52;
}

.sl-sbv2-workflow-lines > article {
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.08fr);
  gap: 54px;
  padding: 54px 0;
  border-bottom: 1px solid #4a4f52;
}

.sl-sbv2-workflow-media {
  aspect-ratio: 4 / 3;
  min-height: 0;
  align-self: center;
  background: #23272a;
  overflow: hidden;
}

.sl-sbv2-workflow-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sl-sbv2-workflow-media--signal {
  display: grid;
  align-content: center;
  gap: 26px;
  padding: 48px;
}

.sl-sbv2-workflow-media--signal span {
  display: block;
  height: 18px;
  background: var(--sbv2-lime);
  transform-origin: left;
}

.sl-sbv2-workflow-media--signal span:nth-child(1) { width: 82%; background: var(--sbv2-coral); }
.sl-sbv2-workflow-media--signal span:nth-child(2) { width: 58%; background: var(--sbv2-cyan); }
.sl-sbv2-workflow-media--signal span:nth-child(3) { width: 94%; }
.sl-sbv2-workflow-media--signal span:nth-child(4) { width: 69%; background: var(--sbv2-amber); }

.sl-sbv2-workflow-copy {
  align-self: center;
}

.sl-sbv2-workflow-copy > span {
  color: var(--sbv2-lime);
  font-family: Consolas, monospace;
  font-size: 12px;
  font-weight: 800;
}

.sl-sbv2-workflow-copy h3 {
  margin: 14px 0 22px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.16;
}

.sl-sbv2-workflow-copy > p {
  margin: 0;
  color: #c1c6c8;
  font-size: 15px;
  font-weight: 600;
  line-height: 2;
}

.sl-sbv2-workflow-copy .sl-sbv2-community,
.sl-sbv2-workflow-copy .sl-sbv2-caution {
  margin-top: 24px;
  padding: 16px 18px;
  color: #e4e8e9;
  background: #202427;
  border-left: 3px solid var(--sbv2-cyan);
  font-size: 12px;
}

.sl-sbv2-workflow-copy .sl-sbv2-caution {
  border-left-color: var(--sbv2-amber);
}

.sl-sbv2-workflow-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 24px;
}

.sl-sbv2-workflow-links a,
.sl-sbv2-workflow-copy > a {
  color: var(--sbv2-lime);
  font-size: 13px;
  font-weight: 900;
}

.sl-sbv2-workflow-copy > a {
  display: inline-block;
  margin-top: 24px;
}

.sl-sbv2-version {
  padding: 88px 0;
  background: var(--sbv2-amber);
}

.sl-sbv2-version .sl-sbv2-kicker {
  color: #263f47;
}

.sl-sbv2-version h2 {
  font-size: clamp(42px, 4.5vw, 60px);
}

.sl-sbv2-version__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 70px;
}

.sl-sbv2-version__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}

.sl-sbv2-version__columns section {
  padding-top: 14px;
  border-top: 3px solid var(--sbv2-ink);
}

.sl-sbv2-version__columns span {
  font-size: 13px;
  font-weight: 900;
}

.sl-sbv2-version__columns ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.sl-sbv2-version__columns li {
  position: relative;
  margin-top: 12px;
  padding-left: 18px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

.sl-sbv2-version__columns li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--sbv2-ink);
}

.sl-sbv2-version code {
  color: inherit;
  background: transparent;
  border: 0;
}

.sl-sbv2-update-path {
  display: grid;
  grid-column: 2;
  grid-template-columns: 1fr 1fr;
  margin-top: -28px;
  border-top: 3px solid var(--sbv2-ink);
  border-bottom: 1px solid rgba(17, 19, 21, 0.5);
}

.sl-sbv2-update-path .sl-sbv2-kicker {
  grid-column: 1 / -1;
  margin: 0;
  padding: 16px 0;
  border-bottom: 1px solid rgba(17, 19, 21, 0.5);
}

.sl-sbv2-update-path > div {
  padding: 20px 22px 22px 0;
}

.sl-sbv2-update-path > div + div {
  padding-left: 22px;
  border-left: 1px solid rgba(17, 19, 21, 0.5);
}

.sl-sbv2-update-path span {
  font-size: 13px;
  font-weight: 900;
}

.sl-sbv2-update-path p {
  margin: 8px 0 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}

.sl-sbv2-troubleshooting {
  padding: 116px 0 126px;
  background: var(--sbv2-paper);
}

.sl-sbv2-diagnostics {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
  gap: 48px;
  align-items: start;
}

.sl-sbv2-diagnostics figure {
  position: sticky;
  top: 150px;
  height: 640px;
  margin: 0;
  background: #25282b;
  overflow: hidden;
}

.sl-sbv2-diagnostics figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sl-sbv2-faq {
  border-top: 2px solid var(--sbv2-ink);
}

.sl-sbv2-faq details {
  border-bottom: 1px solid var(--sbv2-line);
}

.sl-sbv2-faq summary {
  position: relative;
  padding: 24px 48px 24px 0;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.sl-sbv2-faq summary::-webkit-details-marker {
  display: none;
}

.sl-sbv2-faq summary::after {
  content: "+";
  position: absolute;
  top: 20px;
  right: 0;
  font-family: Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.sl-sbv2-faq details[open] summary::after {
  content: "−";
}

.sl-sbv2-faq details p {
  margin: 0;
  padding: 0 44px 24px 0;
  color: #565c5f;
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
}

.sl-sbv2-faq details a {
  display: inline-block;
  margin: 0 0 24px;
  color: #155a70;
  font-size: 13px;
  font-weight: 900;
}

.sl-sbv2-voices {
  padding: 112px 0 122px;
  color: #fff;
  background: #191b1e;
}

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

.sl-sbv2-voice-grid article {
  display: grid;
  min-height: 350px;
  grid-template-columns: minmax(180px, 0.8fr) minmax(0, 1.2fr);
  background: #222528;
  border: 1px solid #484d50;
  border-radius: 4px;
  overflow: hidden;
}

.sl-sbv2-voice-grid article > img {
  width: 100%;
  height: 100%;
  min-height: 350px;
  object-fit: cover;
  object-position: center top;
}

.sl-sbv2-voice-grid article > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 24px;
}

.sl-sbv2-voice-grid span {
  color: var(--sbv2-lime);
  font-family: Consolas, monospace;
  font-size: 10px;
  font-weight: 800;
}

.sl-sbv2-voice-grid h3 {
  margin: 12px 0 8px;
  font-size: 24px;
}

.sl-sbv2-voice-grid p {
  margin: 0 0 20px;
  color: #bfc4c6;
  font-size: 13px;
}

.sl-sbv2-voice-grid audio {
  width: 100%;
  margin-top: auto;
}

.sl-sbv2-voice-grid a {
  align-self: flex-start;
  margin-top: 18px;
  color: var(--sbv2-lime);
  font-size: 12px;
  font-weight: 900;
}

.sl-sbv2-voices__link {
  margin: 28px 0 0;
  text-align: right;
}

.sl-sbv2-voices__link a {
  color: var(--sbv2-lime);
  font-size: 13px;
  font-weight: 900;
}

.sl-sbv2-sources {
  padding: 98px 0 112px;
  background: var(--sbv2-paper-bright);
}

.sl-sbv2-sources header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 24px;
  align-items: end;
  padding-bottom: 28px;
  border-bottom: 2px solid var(--sbv2-ink);
}

.sl-sbv2-sources header .sl-sbv2-kicker {
  grid-column: 1 / -1;
}

.sl-sbv2-sources header p:last-child {
  margin: 0;
  color: var(--sbv2-muted);
  font-family: Consolas, monospace;
  font-size: 12px;
}

.sl-sbv2-source-controls {
  display: flex;
  gap: 8px;
  margin: 26px 0;
}

.sl-sbv2-source-controls button {
  min-height: 38px;
  padding: 0 14px;
  color: #4b5052;
  background: transparent;
  border: 1px solid var(--sbv2-line);
  border-radius: 2px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.sl-sbv2-source-controls button[aria-pressed="true"] {
  color: #111;
  background: var(--sbv2-lime);
  border-color: var(--sbv2-lime);
}

.sl-sbv2-source-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sl-sbv2-source-list li {
  display: grid;
  grid-template-columns: 110px minmax(240px, 0.75fr) minmax(0, 1.25fr);
  gap: 22px;
  align-items: center;
  min-height: 62px;
  border-bottom: 1px solid var(--sbv2-line);
}

.sl-sbv2-source-list li[hidden] {
  display: none;
}

.sl-sbv2-source-list span {
  color: var(--sbv2-cyan);
  font-family: Consolas, monospace;
  font-size: 10px;
  font-weight: 900;
}

.sl-sbv2-source-list li[data-source-type="community"] span {
  color: #ba4b3c;
}

.sl-sbv2-source-list a {
  font-size: 13px;
  font-weight: 900;
}

.sl-sbv2-source-list small {
  color: var(--sbv2-muted);
  font-size: 12px;
}

.sl-sbv2-final {
  position: relative;
  padding: 126px 0;
  color: #fff;
  background: #0f1112;
  overflow: hidden;
}

.sl-sbv2-final::after {
  content: "";
  position: absolute;
  right: -5%;
  bottom: 20%;
  width: 48%;
  height: 5px;
  background: var(--sbv2-lime);
  box-shadow: 0 32px 0 var(--sbv2-coral), 0 64px 0 var(--sbv2-cyan), 0 96px 0 var(--sbv2-amber);
  transform: rotate(-4deg);
}

.sl-sbv2-final .sl-sbv2-shell {
  position: relative;
  z-index: 1;
}

.sl-sbv2-final p:not(.sl-sbv2-kicker) {
  max-width: 650px;
  margin: 26px 0 0;
  color: #c5cacc;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}

.sl-sbv2-final > .sl-sbv2-shell > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.sl-sbv2-footer {
  padding: 48px 0;
  color: #bbc0c2;
  background: #090a0b;
  border-top: 1px solid #363a3c;
}

.sl-sbv2-footer .sl-sbv2-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px 28px;
  align-items: center;
}

.sl-sbv2-footer strong {
  color: #fff;
}

.sl-sbv2-footer p {
  margin: 0;
  font-size: 12px;
}

.sl-sbv2-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.sl-sbv2-footer a {
  font-size: 12px;
}

.sl-sbv2-footer small {
  grid-column: 1 / -1;
  color: #717779;
  font-size: 10px;
}

.sl-sbv2-toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2000;
  padding: 12px 16px;
  color: #111;
  background: var(--sbv2-lime);
  border: 1px solid #111;
  font-size: 12px;
  font-weight: 900;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.sl-sbv2-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 520ms ease, transform 520ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  :root {
    --sbv2-shell: min(100% - 36px, 900px);
  }

  .sl-sbv2-orientation__grid,
  .sl-sbv2-answer__grid,
  .sl-sbv2-tuning__grid,
  .sl-sbv2-version__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .sl-sbv2-section-head {
    grid-template-columns: 1fr;
  }

  .sl-sbv2-capability-grid,
  .sl-sbv2-writing-rules {
    grid-template-columns: repeat(2, 1fr);
  }

  .sl-sbv2-writing-stage,
  .sl-sbv2-diagnostics {
    grid-template-columns: 1fr;
  }

  .sl-sbv2-diagnostics figure {
    position: relative;
    top: auto;
    height: 440px;
  }

  .sl-sbv2-workflow-lines > article {
    grid-template-columns: 1fr;
  }

  .sl-sbv2-voice-grid {
    grid-template-columns: 1fr;
  }

  .sl-sbv2-safety {
    grid-template-columns: 1fr;
  }

  .sl-sbv2-update-path {
    grid-column: auto;
    margin-top: 0;
  }

  .sl-sbv2-footer .sl-sbv2-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  :root {
    --sbv2-header: 72px;
    --sbv2-shell: calc(100% - 28px);
  }

  html {
    scroll-padding-top: 122px;
  }

  .sl-sbv2-hero {
    min-height: 760px;
  }

  .sl-sbv2-hero__image {
    object-position: 66% center;
  }

  .sl-sbv2-hero__shade {
    width: 100%;
    background: rgba(7, 8, 9, 0.72);
    border-right: 0;
  }

  .sl-sbv2-hero__inner {
    min-height: 760px;
    justify-content: flex-end;
    padding-top: 130px;
    padding-bottom: 84px;
  }

  .sl-sbv2-hero h1 {
    font-size: clamp(42px, 11.4vw, 54px);
    line-height: 0.98;
  }

  .sl-sbv2-hero__lead {
    font-size: 17px;
  }

  .sl-sbv2-hero__actions {
    width: 100%;
  }

  .sl-sbv2-hero__actions .sl-sbv2-button {
    flex: 1 1 100%;
  }

  .sl-sbv2-hero__next {
    display: none;
  }

  .sl-sbv2-orientation,
  .sl-sbv2-answer,
  .sl-sbv2-quickstart,
  .sl-sbv2-capabilities,
  .sl-sbv2-writing,
  .sl-sbv2-workflow,
  .sl-sbv2-troubleshooting,
  .sl-sbv2-voices,
  .sl-sbv2-sources {
    padding-top: 78px;
    padding-bottom: 84px;
  }

  .sl-sbv2-orientation h2,
  .sl-sbv2-section-head h2,
  .sl-sbv2-sticky-copy h2,
  .sl-sbv2-version h2,
  .sl-sbv2-sources h2,
  .sl-sbv2-final h2 {
    font-size: 40px;
  }

  .sl-sbv2-route-list a {
    min-height: 94px;
    grid-template-columns: 40px 1fr;
    gap: 8px;
    padding: 14px 0;
  }

  .sl-sbv2-route-list small {
    grid-column: 2;
  }

  .sl-sbv2-section-head {
    gap: 20px;
    margin-bottom: 42px;
  }

  .sl-sbv2-answer h2 {
    font-size: 36px;
  }

  .sl-sbv2-answer__grid {
    gap: 34px;
  }

  .sl-sbv2-answer__copy dl,
  .sl-sbv2-explainer,
  .sl-sbv2-accent-figure,
  .sl-sbv2-editor-feature,
  .sl-sbv2-update-path {
    grid-template-columns: 1fr;
  }

  .sl-sbv2-explainer figcaption,
  .sl-sbv2-accent-figure figcaption,
  .sl-sbv2-editor-feature__copy {
    padding: 26px 22px;
  }

  .sl-sbv2-accent-figure figcaption {
    border-top: 1px solid #4c5255;
    border-left: 0;
  }

  .sl-sbv2-editor-feature > img {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .sl-sbv2-update-path .sl-sbv2-kicker {
    grid-column: auto;
  }

  .sl-sbv2-update-path > div,
  .sl-sbv2-update-path > div + div {
    padding: 18px 0;
    border-top: 1px solid rgba(17, 19, 21, 0.5);
    border-left: 0;
  }

  .sl-sbv2-steps > li {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 40px 0;
  }

  .sl-sbv2-step-no {
    font-size: 40px;
  }

  .sl-sbv2-step-copy h3 {
    font-size: 30px;
  }

  .sl-sbv2-step-copy > p:not(.sl-sbv2-step-label) {
    font-size: 15px;
  }

  .sl-sbv2-file-tree {
    padding: 60px 14px 18px;
    font-size: 11px;
  }

  .sl-sbv2-file-tree div:nth-child(n + 3) {
    padding-left: 12px;
  }

  .sl-sbv2-defaults {
    grid-template-columns: repeat(2, 1fr);
  }

  .sl-sbv2-capability-grid,
  .sl-sbv2-writing-rules,
  .sl-sbv2-version__columns {
    grid-template-columns: 1fr;
  }

  .sl-sbv2-capability-grid a {
    min-height: 220px;
  }

  .sl-sbv2-media-band {
    height: 460px;
  }

  .sl-sbv2-tuning__grid {
    padding-top: 70px;
  }

  .sl-sbv2-tuning-tabs {
    grid-template-columns: repeat(2, 1fr);
  }

  .sl-sbv2-tuning-tabs button:nth-child(2) {
    border-right: 0;
  }

  .sl-sbv2-tuning-panel {
    min-height: 460px;
  }

  .sl-sbv2-writing-stage figure {
    min-height: 360px;
  }

  .sl-sbv2-script-compare div {
    padding: 28px 22px;
    border-left: 0;
  }

  .sl-sbv2-workflow-lines > article {
    gap: 28px;
    padding: 44px 0;
  }

  .sl-sbv2-workflow-media {
    width: 100%;
    min-height: 0;
  }

  .sl-sbv2-version {
    padding: 72px 0;
  }

  .sl-sbv2-voice-grid article {
    grid-template-columns: 1fr;
  }

  .sl-sbv2-voice-grid article > img {
    height: 320px;
    min-height: 0;
  }

  .sl-sbv2-sources header {
    grid-template-columns: 1fr;
  }

  .sl-sbv2-source-controls {
    overflow-x: auto;
  }

  .sl-sbv2-source-controls button {
    flex: 0 0 auto;
  }

  .sl-sbv2-source-list li {
    grid-template-columns: 86px 1fr;
    gap: 8px 14px;
    padding: 16px 0;
  }

  .sl-sbv2-source-list small {
    grid-column: 2;
  }

  .sl-sbv2-final {
    padding: 90px 0 118px;
  }

  .sl-sbv2-final::after {
    right: -18%;
    bottom: 8%;
    width: 85%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .sl-sbv2 *,
  .sl-sbv2 *::before,
  .sl-sbv2 *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
