.stream-hero{
  position:relative;
  max-width:100%;
  overflow-x:clip;
  padding-top:84px;
  padding-bottom:96px;
  background:linear-gradient(180deg,var(--color-hero-top),var(--color-hero-bottom));
}
.stream-hero-inner{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.75fr);
  gap:72px;
  align-items:center;
}
.stream-hero-copy{
  min-width:0;
}
.stream-hero h1{
  max-width:720px;
  margin-top:18px;
}
.stream-lede{
  max-width:690px;
  margin-top:20px;
  color:var(--color-muted);
  font-size:18px;
  line-height:1.75;
}
.stream-actions{
  margin-top:28px;
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.stream-facts{
  margin-top:24px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.stream-facts span{
  min-height:32px;
  padding:5px 12px;
  display:inline-flex;
  align-items:center;
  border:1px solid var(--color-border);
  border-radius:var(--radius-pill);
  background:var(--color-panel);
  color:var(--color-muted);
  font-size:12px;
  font-weight:700;
  box-shadow:0 8px 20px var(--shadow-small);
}
.stream-selector{
  position:relative;
  min-width:0;
  overflow:hidden;
  transform:rotate(1.2deg);
}
.selector-chrome{
  min-height:48px;
  padding:0 18px;
  display:flex;
  align-items:center;
  gap:18px;
  border-bottom:1px solid var(--color-inset);
  background:linear-gradient(180deg,var(--color-white),var(--color-paper));
  font-size:13px;
}
.selector-dots{
  display:flex;
  gap:6px;
}
.selector-dots i{
  width:10px;
  height:10px;
  border-radius:50%;
}
.selector-dots i:first-child{
  background:var(--color-error);
}
.selector-dots i:nth-child(2){
  background:var(--color-warn);
}
.selector-dots i:last-child{
  background:var(--color-success);
}
.selector-body{
  padding:20px;
}
.selector-row{
  min-width:0;
  padding:15px 10px;
  display:flex;
  align-items:center;
  gap:12px;
  border-bottom:1px solid var(--color-border);
}
.selector-row:last-of-type{
  border-bottom:0;
}
.selector-icon{
  width:40px;
  height:40px;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:var(--color-blue-soft);
  color:var(--color-accent);
}
.selector-icon svg{
  width:22px;
  height:22px;
}
.selector-row div{
  min-width:0;
  flex:1;
}
.selector-row b,
.selector-row small{
  display:block;
}
.selector-row b{
  font-size:14px;
}
.selector-row small{
  margin-top:2px;
  color:var(--color-muted);
  font-size:11px;
}
.selector-note{
  margin-top:16px;
  padding:13px 15px;
  border-radius:14px;
  background:var(--color-yellow-soft);
  color:var(--color-muted);
  font-size:12px;
}
.stream-orbit{
  position:absolute;
  right:-120px;
  top:-110px;
  width:620px;
  height:620px;
  border-radius:50%;
  background:radial-gradient(circle at 40% 40%,var(--color-circle-a),var(--color-circle-b));
  pointer-events:none;
}
.stream-orbit-ring{
  position:absolute;
  inset:88px;
  border:1px solid var(--color-sky);
  border-radius:50%;
}
.stream-orbit-core{
  position:absolute;
  left:160px;
  top:190px;
  width:86px;
  height:86px;
  display:grid;
  place-items:center;
  border-radius:28px;
  background:var(--color-panel);
  color:var(--color-accent);
  box-shadow:0 24px 52px var(--shadow-deep);
}
.stream-orbit-core svg{
  width:42px;
  height:42px;
}
.stream-orbit-dot{
  position:absolute;
  border-radius:50%;
}
.stream-orbit-dot-a{
  left:82px;
  top:154px;
  width:22px;
  height:22px;
  background:var(--color-yellow);
}
.stream-orbit-dot-b{
  right:104px;
  top:220px;
  width:14px;
  height:14px;
  background:var(--color-pink);
}
.stream-orbit-dot-c{
  left:190px;
  bottom:78px;
  width:18px;
  height:18px;
  background:var(--color-sky);
}
.stream-article{
  position:relative;
  margin-top:-40px;
  overflow-x:clip;
  border-radius:var(--radius-section) var(--radius-section) 0 0;
  background:var(--color-paper);
}
.stream-paper{
  background:var(--color-bg);
}
.stream-table{
  width:100%;
  min-width:900px;
  text-align:left;
}
.stream-table th,
.stream-table td{
  padding:15px 17px;
  border-bottom:1px solid var(--color-border);
  vertical-align:top;
}
.stream-table th{
  background:var(--color-inset);
  color:var(--color-text);
  font-size:12px;
  letter-spacing:.04em;
}
.stream-table tbody tr:last-child td{
  border-bottom:0;
}
.stream-table td:first-child{
  font-weight:800;
  color:var(--color-text);
}
.support-mark{
  max-width:100%;
  padding:4px 9px;
  display:inline-flex;
  overflow:hidden;
  border-radius:var(--radius-pill);
  background:var(--color-success-soft);
  color:var(--color-success);
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
}
.table-caption{
  margin-top:14px;
  color:var(--color-muted);
  font-size:13px;
}
.quality-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}
.quality-card{
  min-width:0;
  padding:28px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-card);
  background:var(--color-panel);
  box-shadow:0 18px 40px var(--shadow-soft),inset 0 0 0 1px var(--color-highlight);
}
.quality-card:nth-child(2),
.quality-card:nth-child(3){
  background:var(--color-yellow-soft);
}
.quality-card:last-child{
  background:var(--color-pink-soft);
}
.quality-symbol{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:15px;
  background:var(--color-blue-soft);
  color:var(--color-accent);
}
.quality-symbol svg{
  width:26px;
  height:26px;
}
.quality-card h3{
  margin-top:18px;
}
.quality-card p{
  margin-top:10px;
  color:var(--color-muted);
}
.error-list{
  margin-top:28px;
  display:grid;
  gap:18px;
}
.error-item{
  padding:22px 24px;
  border-left:4px solid var(--color-accent);
  border-radius:0 18px 18px 0;
  background:var(--color-panel);
  box-shadow:0 12px 28px var(--shadow-small);
}
.error-item:nth-child(even){
  border-left-color:var(--color-sky);
}
.error-item p{
  margin-top:8px;
  color:var(--color-muted);
}
.workflow-list{
  padding-left:0!important;
  display:grid;
  gap:16px;
  list-style:none;
  counter-reset:stream-step;
}
.workflow-list li{
  position:relative;
  min-width:0;
  padding:20px 22px 20px 68px;
  border:1px solid var(--color-border);
  border-radius:18px;
  background:var(--color-panel);
  box-shadow:0 10px 26px var(--shadow-small);
  counter-increment:stream-step;
}
.workflow-list li::before{
  content:counter(stream-step);
  position:absolute;
  left:20px;
  top:19px;
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--color-accent);
  color:var(--color-white);
  font-family:var(--font-mono);
  font-size:12px;
  font-weight:800;
}
.next-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}
.next-card{
  min-width:0;
  padding:26px;
  display:flex;
  align-items:center;
  gap:18px;
  border:1px solid var(--color-border);
  border-radius:var(--radius-card);
  background:var(--color-panel);
  box-shadow:0 18px 40px var(--shadow-soft),inset 0 0 0 1px var(--color-highlight);
}
.next-icon{
  width:50px;
  height:50px;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  border-radius:16px;
  background:var(--color-blue-soft);
  color:var(--color-accent);
}
.next-icon svg{
  width:27px;
  height:27px;
}
.next-card div{
  min-width:0;
  flex:1;
}
.next-card p{
  margin-top:7px;
  color:var(--color-muted);
}
.next-arrow{
  flex:0 0 auto;
  color:var(--color-accent);
  font-family:var(--font-mono);
  font-size:24px;
}
.payment-note{
  margin-top:24px;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
}
.payment-note span{
  min-height:32px;
  padding:5px 12px;
  display:inline-flex;
  align-items:center;
  border-radius:var(--radius-pill);
  background:var(--color-blue-soft);
  color:var(--color-accent-dark);
  font-size:12px;
  font-weight:800;
}

@media (max-width:960px){
  .stream-hero-inner{
    grid-template-columns:1fr;
    gap:40px;
  }
  .stream-selector{
    max-width:620px;
    transform:none;
  }
  .stream-orbit{
    right:-280px;
    opacity:.72;
  }
}
@media (max-width:768px){
  .stream-hero{
    padding-top:62px;
    padding-bottom:76px;
  }
  .stream-lede{
    font-size:16px;
  }
  .stream-orbit{
    display:none;
  }
  .stream-article{
    margin-top:-28px;
  }
  .quality-grid,
  .next-grid{
    grid-template-columns:1fr;
  }
}
@media (max-width:640px){
  .stream-actions .btn{
    width:100%;
  }
  .stream-facts{
    gap:8px;
  }
  .stream-facts span{
    width:calc(50% - 4px);
    justify-content:center;
    text-align:center;
  }
  .selector-body{
    padding:14px;
  }
  .selector-row{
    padding-inline:4px;
  }
  .quality-card,
  .next-card{
    padding:22px;
  }
  .workflow-list li{
    padding:58px 18px 18px;
  }
  .workflow-list li::before{
    left:18px;
    top:16px;
  }
  .next-card{
    align-items:flex-start;
  }
}
@media (max-width:360px){
  .stream-facts span{
    width:100%;
  }
  .next-arrow{
    display:none;
  }
}