.stream-hero{
  position:relative;
  max-width:100%;
  overflow-x:clip;
  padding-top:88px;
  padding-bottom:88px;
  background:linear-gradient(180deg,var(--hero-top),var(--hero-bottom));
}
.stream-hero::before{
  position:absolute;
  right:4%;
  bottom:6%;
  width:58%;
  height:64%;
  border-radius:var(--radius-round);
  background:radial-gradient(ellipse,var(--accent-wash),var(--transparent) 70%);
  filter:blur(36px);
  content:"";
  pointer-events:none;
}
.stream-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
  align-items:center;
  gap:64px;
}
.stream-hero-copy{min-width:0}
.stream-hero-copy h1{
  max-width:720px;
  margin-top:18px;
}
.stream-hero-lede{
  max-width:690px;
  margin-top:20px;
  color:var(--text-muted);
  font-size:18px;
}
.stream-hero-lede strong{
  color:var(--text);
  font-weight:750;
}
.stream-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:26px;
}
.stream-hero-actions .btn,
.stream-next-actions .btn{
  flex-shrink:0;
  white-space:nowrap;
}
.stream-facts{
  display:flex;
  flex-wrap:wrap;
  gap:8px 18px;
  margin-top:24px;
  color:var(--text-muted);
  font-size:13px;
  list-style:none;
}
.stream-facts li{
  position:relative;
  padding-left:14px;
}
.stream-facts li::before{
  position:absolute;
  top:.72em;
  left:0;
  width:6px;
  height:6px;
  border-radius:var(--radius-round);
  background:var(--success);
  content:"";
  transform:translateY(-50%);
}
.stream-console{
  min-width:0;
  overflow:hidden;
  border:1px solid var(--border);
  border-radius:var(--radius-l);
  background:var(--bg-panel);
  box-shadow:var(--shadow-panel);
}
.stream-console-bar{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  min-height:48px;
  padding-inline:16px;
  border-bottom:1px solid var(--border-soft);
  background:linear-gradient(180deg,var(--bg-panel),var(--bg-side));
}
.stream-console-title{
  color:var(--text-muted);
  font:600 12px/1.2 var(--font-mono);
  text-align:center;
}
.stream-console-bar .badge{justify-self:end}
.stream-console-body{padding:16px}
.stream-filter{
  padding:14px;
  border:1px solid var(--border-soft);
  border-radius:var(--radius-m);
  background:var(--bg-side);
}
.stream-filter-label{
  display:block;
  margin-bottom:9px;
  color:var(--text-soft);
  font-size:12px;
  font-weight:750;
}
.stream-chip-row{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}
.stream-route{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:14px;
  min-height:72px;
  padding:12px 13px;
  border-bottom:1px solid var(--border-soft);
}
.stream-route.is-selected{
  margin-top:10px;
  border-bottom-color:var(--transparent);
  border-radius:var(--radius-s);
  background:var(--bg-selected);
}
.stream-route strong{
  display:block;
  font-size:14px;
}
.stream-route p{
  margin-top:3px;
  color:var(--text-muted);
  font-size:12.5px;
}
.stream-article{min-width:0}
.stream-alt{
  background:var(--bg-panel-2);
}
.stream-support-table th,
.stream-support-table td{
  word-break:keep-all;
}
.stream-support-table th{white-space:nowrap}
.stream-table-note{
  max-width:900px;
  margin-top:16px;
  color:var(--text-muted);
  font-size:13.5px;
}
.stream-definition-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.stream-definition-card{
  min-width:0;
  min-height:300px;
  padding:28px;
  border:1px solid var(--border);
  border-radius:var(--radius-xl);
  background:linear-gradient(145deg,var(--accent-soft),var(--bg-panel));
  box-shadow:var(--shadow-soft);
  transform-style:preserve-3d;
  transition:transform .16s ease,box-shadow .16s ease;
}
.stream-definition-card:nth-child(even){
  background:linear-gradient(145deg,var(--warning-soft),var(--bg-panel));
}
.stream-definition-card:hover{
  box-shadow:var(--shadow-panel);
  transform:translateY(-2px);
}
.stream-definition-card h3{margin-top:18px}
.stream-definition-card p{
  margin-top:13px;
  color:var(--text-muted);
}
.stream-process{
  display:grid;
  gap:12px;
}
.stream-process article{
  position:relative;
  min-width:0;
  padding:24px 24px 24px 38px;
  border:1px solid var(--border);
  border-radius:var(--radius-m);
  background:var(--bg-panel);
  box-shadow:var(--shadow-soft);
}
.stream-process article::before{
  position:absolute;
  top:22px;
  bottom:22px;
  left:16px;
  width:5px;
  border-radius:var(--radius-round);
  background:var(--accent);
  content:"";
}
.stream-process article:nth-child(even)::before{
  background:var(--warning);
}
.stream-process h3{font-size:20px}
.stream-process p{
  margin-top:8px;
  color:var(--text-muted);
}
.stream-next{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:36px;
  padding:38px;
  border:1px solid var(--border);
  border-radius:var(--radius-xl);
  background:linear-gradient(135deg,var(--accent-soft),var(--bg-panel));
  box-shadow:var(--shadow-panel);
}
.stream-next h2{
  margin-top:13px;
  font-size:34px;
}
.stream-next p{
  max-width:720px;
  margin-top:10px;
  color:var(--text-muted);
}
.stream-next-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:10px;
}
@media (max-width:960px){
  .stream-hero-grid{
    grid-template-columns:1fr;
    gap:44px;
  }
  .stream-hero-copy{
    max-width:780px;
    margin-inline:auto;
    text-align:center;
  }
  .stream-hero-actions,
  .stream-facts{
    justify-content:center;
  }
  .stream-console{
    width:100%;
    max-width:720px;
    margin-inline:auto;
  }
  .stream-definition-grid{
    grid-template-columns:1fr;
  }
  .stream-definition-card{
    min-height:0;
  }
  .stream-next{
    grid-template-columns:1fr;
  }
  .stream-next-actions{
    justify-content:flex-start;
  }
}
@media (max-width:768px){
  .stream-hero{
    padding-top:64px;
    padding-bottom:64px;
  }
  .stream-hero::before{
    right:-18%;
    bottom:10%;
    width:100%;
    height:48%;
  }
  .stream-hero-grid{gap:34px}
  .stream-hero-lede{font-size:16px}
  .stream-console-title{display:none}
  .stream-console-bar{
    grid-template-columns:1fr auto;
  }
  .stream-next{
    padding:28px;
  }
  .stream-next h2{font-size:30px}
}
@media (max-width:640px){
  .stream-hero-actions{
    align-items:stretch;
    flex-direction:column;
  }
  .stream-hero-actions .btn{width:100%}
  .stream-facts{
    justify-content:flex-start;
    text-align:left;
  }
  .stream-console-body{padding:10px}
  .stream-route{
    gap:8px;
    padding-inline:10px;
  }
  .stream-route p{font-size:12px}
  .stream-definition-card{
    padding:22px;
    border-radius:var(--radius-l);
  }
  .stream-process article{
    padding:21px 18px 21px 34px;
  }
  .stream-process article::before{
    left:13px;
  }
  .stream-next{
    padding:24px 20px;
    border-radius:var(--radius-l);
  }
  .stream-next-actions{
    align-items:stretch;
    flex-direction:column;
  }
  .stream-next-actions .btn{width:100%}
}
@media (max-width:360px){
  .stream-console-bar{padding-inline:11px}
  .stream-console-bar .badge{font-size:11px}
  .stream-route{
    grid-template-columns:minmax(0,1fr);
  }
  .stream-route > .tag{width:max-content}
}
@media (prefers-reduced-motion:reduce){
  .stream-definition-card:hover{transform:none}
}