.stream-shell {
  max-width: 920px;
  margin: 0 auto;
  color: #3f2f12;
}

.stream-hero,
.stream-panel,
.stream-live {
  border: 1px solid rgba(138, 109, 59, .26);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, .68), transparent 34%),
    radial-gradient(circle at top right, rgba(212, 160, 72, .12), transparent 30%),
    linear-gradient(145deg, rgba(251, 243, 226, .97), rgba(239, 225, 197, .98));
  box-shadow:
    0 18px 34px rgba(0, 0, 0, .12),
    inset 0 1px 0 rgba(255, 255, 255, .45);
}

.stream-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
  gap: 22px;
  align-items: center;
  padding: 28px clamp(20px, 4vw, 38px);
  overflow: hidden;
}

.stream-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border: 1px solid rgba(138, 109, 59, .26);
  background: rgba(255, 250, 240, .48);
  color: #8b6a2b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.stream-eyebrow--small {
  padding: 5px 10px;
  font-size: 10px;
}

.stream-title {
  margin: 12px 0 8px;
  color: #4f2a07;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.05;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.stream-copy {
  max-width: 680px;
  margin: 0;
  color: #6f5b34;
  font-size: 14px;
  line-height: 1.65;
}

.stream-summary {
  display: grid;
  gap: 10px;
}

.stream-summary-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(138, 109, 59, .16);
  background: rgba(255, 249, 238, .42);
}

.stream-summary-item span {
  color: #7a6642;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.stream-summary-item strong {
  color: #5a2800;
  font-size: 28px;
  line-height: 1;
}

.stream-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .85fr);
  gap: 14px;
  margin-top: 14px;
}

.stream-panel,
.stream-live {
  padding: 18px;
}

.stream-panel-head {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.stream-panel-icon {
  display: inline-flex;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(138, 109, 59, .24);
  background: rgba(255, 249, 238, .48);
  color: #8b6a2b;
  font-size: 17px;
}

.stream-panel h2,
.stream-live h2 {
  margin: 0;
  color: #5a2800;
  font-size: 20px;
  line-height: 1.2;
}

.stream-panel p {
  margin: 5px 0 0;
  color: #73613e;
  font-size: 13px;
  line-height: 1.5;
}

.stream-steps {
  display: grid;
  gap: 10px;
}

.stream-step {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px;
  border: 1px solid rgba(138, 109, 59, .14);
  background: rgba(255, 249, 238, .36);
}

.stream-step span {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(138, 109, 59, .24);
  background: #5f4d41;
  color: #fff;
  font-weight: 700;
}

.stream-step p {
  margin: 0;
}

.stream-command-list {
  display: grid;
  gap: 9px;
}

.stream-command-list div {
  display: grid;
  grid-template-columns: minmax(120px, .85fr) minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid rgba(138, 109, 59, .14);
  background: rgba(255, 249, 238, .36);
}

.stream-command-list code {
  color: #4f2a07;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.stream-command-list span {
  color: #73613e;
  font-size: 12px;
}

.stream-live {
  margin-top: 14px;
}

.stream-section-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-end;
  margin-bottom: 14px;
}

.stream-section-head h2 {
  margin-top: 9px;
}

.stream-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(138, 109, 59, .18);
  background: rgba(255, 249, 238, .28);
}

.stream-table {
  width: 100%;
  min-width: 650px;
  margin: 0;
  border: 0;
}

.stream-table thead th {
  padding: 11px 12px;
  border-color: rgba(255, 255, 255, .16);
  background: #5f4d41;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.stream-table td {
  padding: 12px;
  border-color: rgba(138, 109, 59, .18);
  color: #5a2800;
  vertical-align: middle;
}

.stream-table tbody tr:nth-child(odd) {
  background: rgba(255, 249, 238, .34);
}

.stream-table tbody tr:nth-child(even) {
  background: rgba(138, 109, 59, .08);
}

.stream-player {
  color: #4f2a07;
  font-weight: 700;
  text-decoration: none;
}

.stream-player:hover {
  color: #8b6a2b;
  text-decoration: none;
}

.stream-number,
.stream-status-col {
  text-align: center;
}

.stream-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 94px;
  padding: 6px 10px;
  border: 1px solid currentColor;
  font-size: 12px;
  font-weight: 700;
}

.stream-status.is-open {
  color: #2d7a44;
  background: rgba(45, 122, 68, .08);
}

.stream-status.is-locked {
  color: #9b2f22;
  background: rgba(155, 47, 34, .08);
}

.stream-empty {
  padding: 22px 12px;
  text-align: center;
  color: #73613e;
  font-weight: 700;
}

@media (max-width: 820px) {
  .stream-hero,
  .stream-grid {
    grid-template-columns: 1fr;
  }

  .stream-summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .stream-hero,
  .stream-panel,
  .stream-live {
    padding: 16px;
  }

  .stream-summary,
  .stream-command-list div {
    grid-template-columns: 1fr;
  }

  .stream-summary-item {
    grid-template-columns: 1fr;
  }

  .stream-summary-item strong {
    font-size: 24px;
  }
}
