/* Kraken Medical Training
   Stream UI / Operation Neptune
   Add this file after styles.css
*/

:root {
  --stream-bg: #07110f;
  --stream-bg-2: #0b1815;
  --stream-panel: #10231f;
  --stream-panel-soft: #142d27;
  --stream-ink: #edf7f2;
  --stream-muted: #aabdb5;
  --stream-line: rgba(224, 242, 234, .14);
  --stream-green: #39d1a5;
  --stream-green-2: #0d8f76;
  --stream-lime: #c2e84a;
  --stream-amber: #f4b942;
  --stream-red: #e75d5d;
  --stream-white: #f5faf7;
  --stream-shadow: 0 24px 60px rgba(0, 0, 0, .28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.stream-home {
  margin: 0;
  color: var(--stream-ink);
  background:
    radial-gradient(circle at 80% 4%, rgba(38, 155, 125, .14), transparent 34%),
    linear-gradient(180deg, #07110f 0%, #091713 55%, #07110f 100%);
  font-family: "Inter", sans-serif;
}

.stream-home a {
  color: inherit;
}

.stream-shell {
  min-height: 100vh;
  overflow: hidden;
}

.stream-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 72px;
  padding: 10px clamp(18px, 4vw, 58px);
  background: rgba(5, 14, 12, .86);
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  backdrop-filter: blur(18px);
}

.stream-topbar-left,
.stream-topbar-actions,
.stream-brand {
  display: flex;
  align-items: center;
}

.stream-topbar-left {
  gap: 14px;
}

.stream-menu-button {
  display: none;
  width: 42px;
  height: 42px;
  color: var(--stream-white);
  background: transparent;
  border: 1px solid var(--stream-line);
  border-radius: 14px;
  font-size: 1.1rem;
}

.stream-brand {
  gap: 11px;
  text-decoration: none;
}

.stream-brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  background: linear-gradient(145deg, var(--stream-green), var(--stream-green-2));
  border-radius: 14px;
  color: #04100d;
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  box-shadow: 0 10px 26px rgba(16, 176, 137, .22);
}

.stream-brand-copy {
  display: grid;
  line-height: 1;
}

.stream-brand-copy strong {
  font-family: "Oswald", sans-serif;
  font-size: 1.05rem;
  letter-spacing: .12em;
}

.stream-brand-copy small {
  margin-top: 5px;
  color: var(--stream-muted);
  font-size: .58rem;
  letter-spacing: .18em;
}

.stream-nav {
  display: flex;
  justify-content: center;
  gap: 28px;
}

.stream-nav a {
  position: relative;
  padding: 10px 0;
  color: #c5d3ce;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
}

.stream-nav a::after {
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 2px;
  background: var(--stream-green);
  content: "";
  transform: scaleX(0);
  transition: transform .2s ease;
}

.stream-nav a:hover,
.stream-nav a.active {
  color: white;
}

.stream-nav a:hover::after,
.stream-nav a.active::after {
  transform: scaleX(1);
}

.stream-topbar-actions {
  justify-content: flex-end;
  gap: 10px;
}

.stream-search,
.stream-profile {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--stream-line);
  border-radius: 50%;
  text-decoration: none;
}

.stream-search {
  font-size: 1.25rem;
}

.stream-profile {
  background: #dbe8e2;
  color: #0a1a16 !important;
  font-size: .76rem;
  font-weight: 900;
}

.stream-hero {
  position: relative;
  display: grid;
  min-height: 700px;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .55fr);
  align-items: center;
  gap: clamp(30px, 6vw, 90px);
  padding: 86px clamp(22px, 6vw, 92px) 106px;
  isolation: isolate;
}

.stream-hero::before {
  position: absolute;
  inset: 0;
  z-index: -4;
  background:
    linear-gradient(90deg, rgba(5, 13, 11, .98) 0%, rgba(5, 13, 11, .88) 40%, rgba(5, 13, 11, .35) 72%, rgba(5, 13, 11, .6) 100%),
    radial-gradient(circle at 74% 34%, rgba(62, 221, 170, .3), transparent 24%),
    linear-gradient(135deg, #102e27 0%, #17382f 34%, #091410 74%);
  content: "";
}

.stream-hero::after {
  position: absolute;
  right: -10%;
  bottom: -12%;
  z-index: -3;
  width: 58%;
  height: 88%;
  background:
    linear-gradient(170deg, transparent 0 16%, rgba(128, 176, 156, .16) 17% 18%, transparent 19% 100%),
    radial-gradient(ellipse at 54% 30%, rgba(3, 10, 8, .08) 0 12%, transparent 13%),
    linear-gradient(155deg, transparent 0 23%, rgba(6, 15, 12, .6) 24% 56%, transparent 57%);
  clip-path: polygon(40% 0, 100% 8%, 86% 100%, 0 88%);
  content: "";
  opacity: .9;
}

.stream-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, transparent 66%, var(--stream-bg) 100%),
    radial-gradient(circle at 77% 45%, transparent, rgba(0, 0, 0, .48) 74%);
}

.stream-hero-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right, transparent, black 55%, transparent);
}

.stream-hero-content {
  max-width: 820px;
}

.stream-kicker,
.stream-eyebrow,
.stream-card-label {
  color: var(--stream-green);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.stream-hero h1 {
  max-width: 940px;
  margin: 20px 0 22px;
  font-family: "Oswald", sans-serif;
  font-size: clamp(3.7rem, 7vw, 7.3rem);
  line-height: .91;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.stream-hero-content > p {
  max-width: 720px;
  margin: 0;
  color: #c8d7d0;
  font-size: clamp(1.02rem, 1.4vw, 1.25rem);
  line-height: 1.7;
}

.stream-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 27px 0 30px;
}

.stream-hero-tags span {
  padding: 8px 12px;
  color: #d8e9e2;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 800;
}

.stream-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.stream-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .2s ease, filter .2s ease, background .2s ease;
}

.stream-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.stream-button.primary {
  background: linear-gradient(135deg, var(--stream-green), #22aa87);
  color: #04100d;
  box-shadow: 0 13px 30px rgba(47, 210, 166, .16);
}

.stream-button.secondary {
  color: white;
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .16);
}

.stream-button.light {
  background: var(--stream-white);
  color: #071411;
}

.stream-button.full {
  width: 100%;
}

.stream-mission-card {
  position: relative;
  align-self: end;
  max-width: 410px;
  padding: 25px;
  background: linear-gradient(160deg, rgba(22, 51, 44, .96), rgba(7, 19, 16, .96));
  border: 1px solid rgba(126, 210, 179, .2);
  border-radius: 26px;
  box-shadow: var(--stream-shadow);
  overflow: hidden;
}

.stream-mission-card::after {
  position: absolute;
  right: -40px;
  bottom: -60px;
  width: 180px;
  height: 180px;
  background: var(--stream-green);
  border-radius: 50%;
  content: "";
  filter: blur(80px);
  opacity: .15;
}

.stream-mission-top {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  color: #bed1ca;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .15em;
}

.stream-status-dot {
  width: 8px;
  height: 8px;
  background: var(--stream-lime);
  border-radius: 50%;
  box-shadow: 0 0 16px var(--stream-lime);
}

.stream-mission-symbol {
  display: grid;
  width: 76px;
  height: 76px;
  margin-bottom: 22px;
  place-items: center;
  background: linear-gradient(145deg, var(--stream-green), var(--stream-green-2));
  border-radius: 22px;
  color: #06120f;
  font-family: "Oswald", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
}

.stream-mission-card h2 {
  margin: 8px 0;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  letter-spacing: .03em;
}

.stream-mission-card p {
  color: var(--stream-muted);
  line-height: 1.55;
}

.stream-progress {
  height: 7px;
  margin: 20px 0 8px;
  background: rgba(255, 255, 255, .12);
  border-radius: 999px;
  overflow: hidden;
}

.stream-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--stream-green), var(--stream-lime));
  border-radius: inherit;
}

.stream-progress.dark {
  background: rgba(7, 20, 16, .1);
}

.stream-progress-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 21px;
  color: var(--stream-muted);
  font-size: .78rem;
  font-weight: 700;
}

.stream-content {
  width: min(1480px, calc(100% - 44px));
  margin: 0 auto;
  padding: 34px 0 52px;
}

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

.stream-section-heading h2 {
  margin: 7px 0 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(2rem, 3.2vw, 3.3rem);
  letter-spacing: -.02em;
  text-transform: uppercase;
}

.stream-section-heading > a {
  color: #a9bdb5;
  font-size: .84rem;
  font-weight: 800;
  text-decoration: none;
}

.stream-continue-card {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  min-height: 360px;
  background: var(--stream-white);
  border-radius: 28px;
  color: #0a1814;
  overflow: hidden;
  box-shadow: var(--stream-shadow);
}

.stream-continue-art {
  position: relative;
  display: flex;
  min-height: 340px;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  background:
    linear-gradient(180deg, transparent 25%, rgba(4, 15, 12, .86) 100%),
    radial-gradient(circle at 78% 23%, rgba(187, 244, 73, .7), transparent 16%),
    linear-gradient(135deg, #0c6f5c, #18382f 55%, #06100d);
  overflow: hidden;
}

.stream-continue-art::before {
  position: absolute;
  right: -26px;
  bottom: -20px;
  width: 76%;
  height: 85%;
  background:
    radial-gradient(circle at 45% 22%, #0b1b17 0 8%, transparent 9%),
    linear-gradient(160deg, transparent 0 22%, rgba(4, 13, 11, .75) 23% 72%, transparent 73%);
  clip-path: polygon(24% 0, 100% 8%, 90% 100%, 0 82%);
  content: "";
}

.stream-art-badge {
  position: relative;
  z-index: 2;
  align-self: flex-start;
  padding: 8px 11px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .14em;
}

.stream-art-copy {
  position: relative;
  z-index: 2;
}

.stream-art-copy small {
  color: var(--stream-green);
  font-weight: 900;
  letter-spacing: .16em;
}

.stream-art-copy strong {
  display: block;
  margin-top: 7px;
  font-family: "Oswald", sans-serif;
  font-size: clamp(3rem, 5vw, 5.2rem);
  line-height: .86;
}

.stream-continue-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 64px);
}

.stream-continue-copy h3 {
  margin: 9px 0 13px;
  font-family: "Oswald", sans-serif;
  font-size: clamp(2.1rem, 3.6vw, 3.8rem);
  letter-spacing: -.02em;
  text-transform: uppercase;
}

.stream-continue-copy p {
  max-width: 720px;
  color: #455750;
  line-height: 1.7;
}

.stream-continue-copy .stream-button {
  align-self: flex-start;
}

.stream-tool-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.stream-tool-card {
  display: grid;
  min-height: 126px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 15px;
  padding: 20px;
  background: linear-gradient(150deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .035));
  border: 1px solid var(--stream-line);
  border-radius: 20px;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.stream-tool-card:hover {
  background: rgba(255, 255, 255, .09);
  border-color: rgba(57, 209, 165, .36);
  transform: translateY(-4px);
}

.stream-tool-icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  background: rgba(57, 209, 165, .14);
  border-radius: 15px;
  color: var(--stream-green);
  font-size: 1.25rem;
}

.stream-tool-card div {
  display: grid;
  gap: 5px;
}

.stream-tool-card strong {
  font-size: .96rem;
}

.stream-tool-card small {
  color: var(--stream-muted);
  line-height: 1.3;
}

.stream-shelf {
  display: grid;
  grid-auto-columns: minmax(240px, 1fr);
  grid-auto-flow: column;
  gap: 14px;
  overflow-x: auto;
  padding: 2px 2px 18px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.stream-poster {
  position: relative;
  display: flex;
  min-height: 390px;
  align-items: end;
  padding: 22px;
  background: #16342c;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 24px;
  text-decoration: none;
  overflow: hidden;
  scroll-snap-align: start;
  transition: transform .25s ease, border-color .25s ease;
}

.stream-poster:hover {
  border-color: rgba(57, 209, 165, .42);
  transform: translateY(-7px) scale(1.012);
}

.stream-poster::before,
.stream-poster::after {
  position: absolute;
  content: "";
}

.stream-poster::before {
  inset: 0;
  background: linear-gradient(180deg, transparent 28%, rgba(2, 8, 6, .92) 100%);
}

.stream-poster::after {
  top: 20%;
  right: -12%;
  width: 86%;
  height: 62%;
  background:
    radial-gradient(circle at 48% 22%, rgba(4, 10, 8, .9) 0 8%, transparent 9%),
    linear-gradient(158deg, transparent 0 24%, rgba(3, 10, 8, .74) 25% 72%, transparent 73%);
  clip-path: polygon(20% 0, 100% 8%, 86% 100%, 0 82%);
}

.stream-poster.trauma { background: radial-gradient(circle at 76% 15%, #b0d64b, transparent 25%), linear-gradient(135deg, #0e735f, #11261f); }
.stream-poster.resus { background: radial-gradient(circle at 75% 18%, #ef8463, transparent 24%), linear-gradient(135deg, #58251e, #1b1715); }
.stream-poster.comms { background: radial-gradient(circle at 78% 18%, #63bdd1, transparent 25%), linear-gradient(135deg, #1e5862, #102327); }
.stream-poster.primary-care { background: radial-gradient(circle at 76% 16%, #e7cf72, transparent 24%), linear-gradient(135deg, #63572c, #25241a); }
.stream-poster.clinical { background: radial-gradient(circle at 78% 16%, #9787d9, transparent 25%), linear-gradient(135deg, #403873, #1b1828); }
.stream-poster.leadership { background: radial-gradient(circle at 75% 16%, #5ca1df, transparent 25%), linear-gradient(135deg, #245079, #111d2a); }

.stream-poster-rank {
  position: absolute;
  top: 14px;
  left: 18px;
  z-index: 2;
  color: rgba(255, 255, 255, .34);
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.stream-poster-copy {
  position: relative;
  z-index: 3;
}

.stream-poster-copy small {
  color: var(--stream-green);
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .16em;
}

.stream-poster-copy h3 {
  margin: 8px 0;
  font-family: "Oswald", sans-serif;
  font-size: 2.15rem;
  line-height: .96;
  text-transform: uppercase;
}

.stream-poster-copy p {
  min-height: 54px;
  color: #bccdc6;
  font-size: .86rem;
  line-height: 1.5;
}

.stream-poster-copy span {
  color: white;
  font-size: .76rem;
  font-weight: 900;
}

.stream-dark-panel {
  width: min(1480px, calc(100% - 44px));
  margin-top: 36px;
  padding: clamp(28px, 5vw, 70px);
  background:
    radial-gradient(circle at 82% 30%, rgba(57, 209, 165, .16), transparent 28%),
    linear-gradient(145deg, #102921, #081410);
  border: 1px solid var(--stream-line);
  border-radius: 30px;
  box-shadow: var(--stream-shadow);
}

.stream-feature-split {
  display: grid;
  grid-template-columns: 1fr minmax(280px, .7fr);
  align-items: center;
  gap: 45px;
}

.stream-feature-split h3 {
  max-width: 760px;
  margin: 12px 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(2.5rem, 4.8vw, 5rem);
  line-height: .98;
  text-transform: uppercase;
}

.stream-feature-split p {
  max-width: 720px;
  color: var(--stream-muted);
  line-height: 1.7;
}

.stream-radar {
  position: relative;
  width: min(100%, 390px);
  aspect-ratio: 1;
  margin-inline: auto;
  background:
    linear-gradient(rgba(70, 216, 175, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(70, 216, 175, .08) 1px, transparent 1px),
    radial-gradient(circle, rgba(57, 209, 165, .05), rgba(57, 209, 165, .01));
  background-size: 28px 28px, 28px 28px, auto;
  border: 1px solid rgba(57, 209, 165, .22);
  border-radius: 50%;
  overflow: hidden;
}

.stream-radar-ring {
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(57, 209, 165, .22);
  border-radius: 50%;
}

.stream-radar-ring.two { inset: 28%; }
.stream-radar-ring.three { inset: 42%; }

.stream-radar::before,
.stream-radar::after {
  position: absolute;
  background: rgba(57, 209, 165, .18);
  content: "";
}

.stream-radar::before {
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
}

.stream-radar::after {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
}

.stream-radar-sweep {
  position: absolute;
  inset: 0;
  background: conic-gradient(from 0deg, transparent 0 80%, rgba(57, 209, 165, .36) 99%, transparent 100%);
  border-radius: 50%;
  animation: radarSpin 4.6s linear infinite;
}

.stream-radar-target {
  position: absolute;
  z-index: 2;
  width: 9px;
  height: 9px;
  background: var(--stream-lime);
  border-radius: 50%;
  box-shadow: 0 0 13px var(--stream-lime);
}

.target-one { top: 26%; left: 60%; }
.target-two { top: 67%; left: 30%; }
.target-three { top: 56%; left: 74%; }

.stream-radar strong {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  color: rgba(224, 249, 238, .8);
  font-family: "Oswald", sans-serif;
  font-size: 1.45rem;
  letter-spacing: .12em;
  line-height: 1;
  text-align: center;
}

@keyframes radarSpin {
  to { transform: rotate(360deg); }
}

.stream-dynamic-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
  gap: 14px;
}

.stream-dynamic-grid .card {
  min-height: 240px;
  padding: 24px;
  background: linear-gradient(150deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .035));
  border: 1px solid var(--stream-line);
  border-radius: 22px;
  color: white;
}

.stream-dynamic-grid .card p {
  color: var(--stream-muted);
}

.stream-command-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: clamp(28px, 5vw, 64px);
  background:
    linear-gradient(120deg, rgba(8, 26, 21, .95), rgba(20, 75, 61, .78)),
    repeating-linear-gradient(135deg, transparent 0 18px, rgba(255, 255, 255, .018) 18px 36px);
  border: 1px solid rgba(57, 209, 165, .2);
  border-radius: 28px;
}

.stream-command-banner h2 {
  margin: 10px 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(2rem, 4vw, 4rem);
  text-transform: uppercase;
}

.stream-command-banner p {
  max-width: 760px;
  margin: 0;
  color: var(--stream-muted);
  line-height: 1.65;
}

.stream-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 28px;
  margin-top: 50px;
  padding: 38px clamp(22px, 6vw, 92px) 105px;
  border-top: 1px solid var(--stream-line);
  color: var(--stream-muted);
  font-size: .76rem;
}

.stream-mobile-nav {
  display: none;
}

.stream-drawer {
  background: #081612;
}

@media (max-width: 980px) {
  .stream-menu-button {
    display: inline-grid;
    place-items: center;
  }

  .stream-nav {
    display: none;
  }

  .stream-topbar {
    grid-template-columns: 1fr auto;
  }

  .stream-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 62px;
  }

  .stream-mission-card {
    align-self: auto;
    max-width: none;
  }

  .stream-tool-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stream-feature-split {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 700px) {
  body.stream-home {
    padding-bottom: 74px;
  }

  .stream-topbar {
    min-height: 64px;
    padding: 8px 14px;
  }

  .stream-brand-copy small {
    display: none;
  }

  .stream-search {
    display: none;
  }

  .stream-hero {
    min-height: 710px;
    align-content: space-between;
    padding: 48px 20px 30px;
  }

  .stream-hero::before {
    background:
      linear-gradient(180deg, rgba(5, 13, 11, .5) 0%, rgba(5, 13, 11, .85) 48%, rgba(5, 13, 11, .98) 100%),
      radial-gradient(circle at 72% 14%, rgba(58, 211, 166, .3), transparent 25%),
      linear-gradient(135deg, #123a30, #081511 68%);
  }

  .stream-hero h1 {
    font-size: clamp(3.1rem, 15vw, 5rem);
  }

  .stream-hero-content > p {
    font-size: .96rem;
    line-height: 1.6;
  }

  .stream-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .stream-mission-card {
    padding: 20px;
    border-radius: 22px;
  }

  .stream-mission-symbol {
    width: 58px;
    height: 58px;
    border-radius: 17px;
    font-size: 1.7rem;
  }

  .stream-content,
  .stream-dark-panel {
    width: min(100% - 28px, 1480px);
    padding-top: 27px;
    padding-bottom: 34px;
  }

  .stream-section-heading {
    align-items: start;
  }

  .stream-section-heading h2 {
    font-size: 2rem;
  }

  .stream-continue-card {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  .stream-continue-art {
    min-height: 280px;
  }

  .stream-continue-copy {
    padding: 25px;
  }

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

  .stream-tool-card {
    min-height: 94px;
  }

  .stream-shelf {
    grid-auto-columns: 78%;
  }

  .stream-poster {
    min-height: 360px;
  }

  .stream-dark-panel {
    padding: 25px;
  }

  .stream-radar {
    width: min(82vw, 340px);
  }

  .stream-command-banner {
    align-items: stretch;
    flex-direction: column;
    padding: 25px;
  }

  .stream-footer {
    padding: 34px 20px 105px;
  }

  .stream-mobile-nav {
    position: fixed;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 80;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 8px;
    background: rgba(7, 19, 16, .94);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 20px;
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .35);
  }

  .stream-mobile-nav a {
    display: grid;
    min-height: 49px;
    place-items: center;
    gap: 2px;
    color: #9eb1aa;
    text-decoration: none;
  }

  .stream-mobile-nav a span {
    font-size: 1.05rem;
  }

  .stream-mobile-nav a small {
    font-size: .58rem;
    font-weight: 800;
  }

  .stream-mobile-nav a.active {
    color: var(--stream-green);
  }
}
