.stream-hero{
  padding-top:72px;
  padding-bottom:72px;
  color:var(--color-dark-text);
  background-color:var(--color-forest);
  background-image:
    linear-gradient(var(--color-grid) 1px,transparent 1px),
    linear-gradient(90deg,var(--color-grid) 1px,transparent 1px);
  background-size:26px 26px;
}
.stream-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);
  align-items:center;
  gap:64px;
}
.stream-hero-copy{
  display:grid;
  justify-items:start;
  min-width:0;
}
.stream-hero-copy .badge{
  color:var(--color-dark-text);
  border-color:var(--color-dark-line);
  background:var(--color-forest);
}
.stream-hero-copy h1{
  max-width:820px;
  margin-top:20px;
}
.stream-hero-copy .lead{
  max-width:760px;
  margin-top:20px;
  color:var(--color-dark-muted);
}
.stream-hero-copy .btn-secondary{
  color:var(--color-dark-text);
  border-color:var(--color-dark-line);
  background:var(--color-forest);
}
.stream-hero-copy .btn-secondary:hover{
  color:var(--color-accent);
  border-color:var(--color-accent);
}
.stream-hero-copy .trust-list{
  color:var(--color-dark-muted);
}
.stream-hero-copy .trust-check{
  color:var(--color-accent);
}
.stream-scope{
  min-width:0;
  border:1px solid var(--color-dark-line);
  border-radius:var(--radius-medium);
  box-shadow:var(--shadow-card);
  overflow:hidden;
}
.stream-scope-bar{
  display:flex;
  align-items:center;
  gap:8px;
  min-height:46px;
  padding-inline:18px;
  border-bottom:1px solid var(--color-dark-line);
}
.stream-scope-file{
  margin-left:auto;
  color:var(--color-dark-muted);
  font-family:var(--font-mono);
  font-size:12px;
}
.stream-scope-body{
  padding:28px;
}
.stream-scope-label{
  margin-bottom:14px;
  color:var(--color-accent);
  font-family:var(--font-mono);
  font-size:11px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.stream-checks{
  display:grid;
  list-style:none;
  border-top:1px solid var(--color-dark-line);
}
.stream-checks li{
  display:grid;
  grid-template-columns:100px 1fr;
  gap:18px;
  padding-top:14px;
  padding-bottom:14px;
  border-bottom:1px solid var(--color-dark-line);
}
.stream-checks span{
  color:var(--color-dark-muted);
  font-size:13px;
}
.stream-checks strong{
  font-size:14px;
}
.stream-scope-note{
  margin-top:18px;
  color:var(--color-dark-muted);
  font-size:13px;
}
.stream-facts{
  border-bottom:1px solid var(--color-border);
  background:var(--color-surface);
}
.stream-fact-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.stream-fact-grid div{
  display:grid;
  align-content:center;
  min-height:112px;
  padding:20px 24px;
  border-left:1px solid var(--color-border);
}
.stream-fact-grid div:last-child{
  border-right:1px solid var(--color-border);
}
.stream-fact-grid strong{
  color:var(--color-accent-deep);
  font-family:var(--font-mono);
  font-size:22px;
}
.stream-fact-grid span{
  margin-top:4px;
  color:var(--color-muted);
  font-size:13px;
}
.stream-document{
  padding-top:44px;
  padding-bottom:24px;
}
.stream-section{
  max-width:980px;
  margin-inline:auto;
  border-bottom:1px solid var(--color-border);
}
.stream-section .section-head{
  max-width:820px;
}
.stream-prose{
  display:grid;
  gap:20px;
  max-width:var(--reading-width);
}
.stream-prose p{
  color:var(--color-muted);
}
.stream-prose .callout p{
  color:var(--color-ink);
}
.stream-table{
  min-width:860px;
}
.stream-table td{
  color:var(--color-muted);
}
.stream-status{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  max-width:100%;
  padding:4px 10px;
  border:1px solid var(--color-accent-line);
  border-radius:var(--radius-pill);
  color:var(--color-accent-deep);
  background:var(--color-page);
  font-size:12px;
  font-weight:800;
}
.stream-table-note{
  margin-top:18px;
  max-width:var(--reading-width);
  color:var(--color-muted);
  font-size:14px;
}
.stream-compare{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-bottom:28px;
}
.stream-compare-card{
  display:grid;
  align-content:start;
  gap:14px;
  min-width:0;
  padding:28px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-medium);
  background:var(--color-surface);
}
.stream-compare-card h3{
  font-size:26px;
}
.stream-compare-card p{
  color:var(--color-muted);
}
.stream-card-index{
  color:var(--color-accent-deep);
  font-family:var(--font-mono);
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
}
.stream-quality-list{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1px;
  margin-top:34px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-medium);
  background:var(--color-border);
  overflow:hidden;
}
.stream-quality-list div{
  min-width:0;
  padding:24px;
  background:var(--color-surface);
}
.stream-quality-list strong{
  display:block;
  margin-bottom:8px;
}
.stream-quality-list p{
  color:var(--color-muted);
  font-size:14px;
}
.stream-steps{
  display:grid;
  gap:0;
  max-width:var(--reading-width);
  list-style:none;
  counter-reset:stream-step;
}
.stream-steps li{
  position:relative;
  min-width:0;
  padding-top:24px;
  padding-bottom:24px;
  padding-left:66px;
  border-bottom:1px solid var(--color-border);
  counter-increment:stream-step;
}
.stream-steps li:first-child{
  border-top:1px solid var(--color-border);
}
.stream-steps li::before{
  content:counter(stream-step);
  position:absolute;
  top:24px;
  left:0;
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:var(--radius-pill);
  color:var(--color-surface);
  background:var(--color-accent-deep);
  font-family:var(--font-mono);
  font-weight:800;
}
.stream-steps h3{
  font-size:21px;
}
.stream-steps p{
  margin-top:8px;
  color:var(--color-muted);
}
.stream-next{
  max-width:var(--content-width);
  margin-inline:auto;
  border-bottom:0;
}
.stream-next-links{
  display:flex;
  flex-wrap:wrap;
  gap:12px 24px;
  margin-top:16px;
}
.stream-next .article-link{
  color:var(--color-accent);
}

@media (max-width:1000px){
  .stream-hero-grid{
    grid-template-columns:1fr;
    gap:40px;
  }
  .stream-scope{
    max-width:720px;
  }
  .stream-fact-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .stream-fact-grid div:nth-child(2){
    border-right:1px solid var(--color-border);
  }
  .stream-fact-grid div:nth-child(-n+2){
    border-bottom:1px solid var(--color-border);
  }
  .stream-quality-list{
    grid-template-columns:1fr;
  }
}

@media (max-width:768px){
  .stream-hero{
    padding-top:52px;
    padding-bottom:56px;
  }
  .stream-document{
    padding-top:28px;
  }
  .stream-compare{
    grid-template-columns:1fr;
  }
  .stream-checks li{
    grid-template-columns:1fr;
    gap:4px;
  }
}

@media (max-width:540px){
  .stream-fact-grid{
    grid-template-columns:1fr;
  }
  .stream-fact-grid div,
  .stream-fact-grid div:nth-child(2),
  .stream-fact-grid div:last-child{
    min-height:88px;
    border-right:1px solid var(--color-border);
    border-bottom:1px solid var(--color-border);
  }
  .stream-fact-grid div:last-child{
    border-bottom:0;
  }
  .stream-scope-body{
    padding:20px;
  }
  .stream-steps li{
    padding-left:54px;
  }
  .stream-steps li::before{
    width:36px;
    height:36px;
  }
  .stream-next-links{
    display:grid;
  }
}