@font-face {
  font-family: "Noto Serif JP Light";
  src: url("https://framerusercontent.com/assets/ZGnekwMRntpr4iYALvm4zxZZpkI.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Noto Serif JP Regular";
  src: url("https://framerusercontent.com/assets/9L22AePPG2DwBj0Dq5kCXHJ1rA.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Montserrat Regular";
  src: url("https://framerusercontent.com/assets/iyIDamQuALQlGzsUfqQ1KGIONb8.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Montserrat Medium";
  src: url("https://framerusercontent.com/assets/EFDbP7qdMZvL9bVDLBR4PvqbE.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

/* Palette and type mirror thewealthstream.com (Framer) design tokens. */
:root {
  color-scheme: dark;
  --page: #1a1e24;
  --panel: #12161b;
  --panel-soft: #22272e;
  --ink: #e6eaf0;
  --muted: #7a828d;
  --muted-2: #aeb4bc;
  --line: rgba(230, 234, 240, 0.12);
  --line-strong: rgba(230, 234, 240, 0.2);
  --violet: #9b8cf2;
  --cyan: #7fcfe3;
  --peach: #de9b85;
  --peach-soft: #ffe3da;
  --peach-ink: #2a1812;
  --shadow: 0 36px 90px rgba(0, 0, 0, 0.38);
  --sans: "Montserrat Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --sans-medium: "Montserrat Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --serif-light: "Noto Serif JP Light", "Noto Serif JP Light Placeholder", "Times New Roman", serif;
  --serif: "Noto Serif JP Regular", "Noto Serif JP Regular Placeholder", "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--page);
}

body {
  margin: 0;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--page);
  font-family: var(--sans);
  isolation: isolate;
}

/* Skewed violet→cyan glow anchored to the top-right, matching the marketing site. */
body::before {
  position: absolute;
  top: 0;
  right: -220px;
  z-index: 0;
  width: min(880px, 70vw);
  height: 760px;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(132deg, rgba(155, 140, 242, 0.95), rgba(127, 207, 227, 0.74) 45%, rgba(127, 207, 227, 0) 69%),
    radial-gradient(circle at 30% 30%, rgba(230, 234, 240, 0.2), rgba(230, 234, 240, 0) 40%);
  filter: blur(34px);
  opacity: 0.72;
  transform: skewX(-16deg) rotate(-8deg);
}

/* Faint diagonal grid plus a bottom vignette. */
body::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(115deg, rgba(230, 234, 240, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(9, 12, 16, 0), rgba(9, 12, 16, 0.36));
  background-size: 220px 220px, auto;
}

body > * {
  position: relative;
  z-index: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

.shell {
  width: min(1290px, calc(100% - 150px));
  margin: 0 auto;
}

.site-nav {
  display: flex;
  align-items: center;
  padding: 26px 0;
}

.wordmark {
  display: inline-flex;
  align-items: baseline;
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1;
  letter-spacing: -1px;
  color: var(--ink);
}

.wordmark-stream {
  color: var(--muted);
  font-family: var(--serif-light);
  font-weight: 300;
}

.site-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 72px;
  align-items: end;
  min-height: 430px;
  padding: 92px 0 70px;
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  max-width: 920px;
}

.eyebrow,
.meta-label,
.change-type,
.component-pill,
.category-pill,
.release-version,
.release-date {
  font-family: var(--sans-medium);
}

.eyebrow {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

h1 {
  max-width: 920px;
  margin: 0;
  color: var(--ink);
  font-family: var(--serif-light);
  font-size: 68px;
  font-weight: 300;
  line-height: 1.2;
}

.intro {
  max-width: 480px;
  margin: 72px 0 0;
  color: var(--muted-2);
  font-size: 14px;
  line-height: 1.8;
}

.site-meta {
  min-width: 0;
  padding: 24px 26px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(18, 22, 27, 0.72);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.meta-label {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.meta-value {
  margin: 0 0 22px;
  color: var(--ink);
  font-family: var(--sans-medium);
  font-size: 15px;
}

.site-meta p:last-child {
  margin-bottom: 0;
}

.release-list {
  display: grid;
  gap: 18px;
  padding: 64px 0 96px;
}

.release-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 48px;
  padding: 34px 44px 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(18, 22, 27, 0.78);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.release-date {
  color: var(--ink);
  font-size: 14px;
}

.release-version {
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
  overflow-wrap: anywhere;
}

.release-title {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
  line-height: 1.15;
}

.release-summary {
  max-width: 760px;
  margin: 18px 0 24px;
  color: var(--muted-2);
  font-size: 15px;
  line-height: 1.8;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.component-pill,
.category-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 11px;
}

.component-pill {
  color: #d7e0ef;
  background: rgba(64, 75, 89, 0.62);
}

.category-pill {
  color: #dde0ff;
  background: rgba(155, 140, 242, 0.2);
}

.changes {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.change {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 28px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.change:last-child {
  padding-bottom: 0;
}

/* Change badges are tinted by type, drawn from the wealthstream.com accent set. */
.change-type {
  width: fit-content;
  height: fit-content;
  padding: 6px 8px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  color: var(--muted-2);
  background: rgba(230, 234, 240, 0.05);
  font-size: 11px;
  text-transform: capitalize;
}

.change-type--enhancement {
  border-color: rgba(155, 140, 242, 0.3);
  color: var(--violet);
  background: rgba(155, 140, 242, 0.1);
}

.change-type--bug_fix {
  border-color: rgba(127, 207, 227, 0.3);
  color: var(--cyan);
  background: rgba(127, 207, 227, 0.1);
}

.change-type--security {
  border-color: rgba(255, 93, 114, 0.35);
  color: #ff9aa8;
  background: rgba(255, 93, 114, 0.1);
}

.change-type--compliance {
  border-color: rgba(222, 155, 133, 0.35);
  color: var(--peach);
  background: rgba(222, 155, 133, 0.1);
}

.change-type--maintenance {
  border-color: var(--line-strong);
  color: var(--muted-2);
  background: rgba(230, 234, 240, 0.05);
}

.change h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-family: var(--sans-medium);
  font-size: 16px;
  line-height: 1.4;
}

.change p {
  margin: 0;
  color: var(--muted-2);
  font-size: 14px;
  line-height: 1.72;
}

.site-footer {
  padding: 28px 0 46px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-family: var(--sans);
  font-size: 12px;
}

@media (max-width: 900px) {
  .shell {
    width: min(100% - 50px, 640px);
  }

  .site-nav {
    align-items: flex-start;
    padding: 24px 0 10px;
  }

  .site-header,
  .release-card,
  .change {
    grid-template-columns: 1fr;
  }

  .site-header {
    gap: 36px;
    min-height: auto;
    padding: 54px 0 48px;
  }

  h1 {
    font-size: 40px;
    line-height: 1.2;
  }

  .intro {
    margin-top: 34px;
  }

  .release-list {
    padding: 36px 0 70px;
  }

  .release-card {
    gap: 26px;
    padding: 26px 22px;
  }

  .release-title {
    font-size: 32px;
  }

  body::before {
    top: 0;
    right: -320px;
    width: 620px;
    opacity: 0.45;
  }
}
