/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
@layer properties;
:root, :host {
  --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
  --color-black: #000;
  --spacing: 0.25rem;
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
  --color-brand-pink: #ff00cc;
}
*, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}
html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
  font-feature-settings: var(--default-font-feature-settings, normal);
  font-variation-settings: var(--default-font-variation-settings, normal);
  -webkit-tap-highlight-color: transparent;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp, pre {
  font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
  font-feature-settings: var(--default-mono-font-feature-settings, normal);
  font-variation-settings: var(--default-mono-font-variation-settings, normal);
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
:-moz-focusring {
  outline: auto;
}
progress {
  vertical-align: baseline;
}
summary {
  display: list-item;
}
ol, ul, menu {
  list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}
button, input, select, optgroup, textarea, ::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}
::file-selector-button {
  margin-inline-end: 4px;
}
::placeholder {
  opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
  ::placeholder {
    color: currentcolor;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, currentcolor 50%, transparent);
    }
  }
}
textarea {
  resize: vertical;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}
:-moz-ui-invalid {
  box-shadow: none;
}
button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
  appearance: button;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
[hidden]:where(:not([hidden='until-found'])) {
  display: none !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-wrap {
  flex-wrap: wrap;
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.bg-brand-pink {
  background-color: var(--color-brand-pink);
}
.text-black {
  color: var(--color-black);
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.outline {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.sm\:grid-cols-2 {
  @media (width >= 40rem) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.md\:grid-cols-2 {
  @media (width >= 48rem) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.md\:grid-cols-3 {
  @media (width >= 48rem) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.lg\:grid-cols-3 {
  @media (width >= 64rem) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.lg\:grid-cols-4 {
  @media (width >= 64rem) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
:root {
  --pink: #ff00cc;
  --green: #00ff41;
  --orange: #ff3300;
  --ink: #090909;
  --paper: #fff8ee;
  --heading: 'Rubik Mono One','Arial Black',Arial,sans-serif;
  --body: 'Space Grotesk',Arial,sans-serif;
  --mono: ui-monospace,SFMono-Regular,Consolas,monospace;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 122px;
}
body {
  margin: 0;
  background: var(--pink);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.6;
  overflow-x: clip;
}
* {
  box-sizing: border-box;
}
::selection {
  background: var(--green);
  color: #000;
}
a {
  color: inherit;
  text-decoration: none;
}
button,summary,a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,summary:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 4px;
  box-shadow: 0 0 0 7px var(--green);
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
picture {
  display: block;
}
p,h1,h2,h3 {
  margin-top: 0;
}
h1,h2,h3 {
  line-height: 1.15;
}
p {
  margin-bottom: 1em;
}
h2,h3 {
  font-weight: 700;
}
[id] {
  scroll-margin-top: 124px;
}
.site-shell {
  max-width: 1600px;
  margin: 0 auto;
  padding: 16px;
}
.wrap {
  width: calc(100% - 80px);
  max-width: 1240px;
  margin-inline: auto;
}
.eyebrow {
  font-family: var(--mono);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .09em;
  line-height: 1.55;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.skip-link {
  position: fixed;
  left: 24px;
  top: -150px;
  padding: 12px 20px;
  background: var(--green);
  border: 3px solid #000;
  z-index: 1000;
  font-weight: 700;
}
.skip-link:focus {
  top: 16px;
}
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--pink);
  border: 5px solid var(--green);
  border-bottom: 3px solid var(--ink);
  border-radius: 21px 21px 0 0;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 91px;
  padding: 17px 31px;
}
.brand {
  display: inline-flex;
  align-items: baseline;
  font-family: var(--heading);
  font-size: 25px;
  letter-spacing: -1.8px;
  line-height: 1;
  white-space: nowrap;
  flex-shrink: 0;
}
.brand-hft {
  color: #fff;
  text-shadow: 2px 2px 0 #000;
}
.brand-api {
  color: #000;
  text-shadow: 2px 2px 0 var(--orange);
}
.brand-dot {
  font-family: var(--body);
  font-size: .45em;
  font-weight: 700;
  letter-spacing: 0;
  margin-left: 5px;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 27px;
}
.nav-link {
  font-size: 15px;
  font-weight: 700;
  padding: 8px 0;
  border-bottom: 3px solid transparent;
  white-space: nowrap;
}
.nav-link:hover,.nav-link.is-active {
  border-color: #000;
}
.header-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: var(--green);
  border: 3px solid #000;
  padding: 11px 20px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 4px 4px 0 #000;
}
.header-contact:hover {
  background: #fff;
}
.mobile-menu {
  display: none;
  position: static;
}
.mobile-menu summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 13px;
  text-transform: uppercase;
  font-family: var(--mono);
  font-weight: 700;
  background: var(--green);
  border: 2px solid #000;
  padding: 10px 13px;
}
.mobile-menu summary::-webkit-details-marker {
  display: none;
}
.mobile-menu nav {
  position: absolute;
  left: -5px;
  right: -5px;
  top: 100%;
  border: 5px solid var(--green);
  border-top: 3px solid #000;
  background: var(--pink);
  padding: 14px 25px;
  box-shadow: 0 12px 0 #000;
}
.mobile-menu nav a {
  display: block;
  padding: 12px 0;
  font-weight: 700;
  border-bottom: 1px solid #000;
}
.mobile-menu nav a:last-child {
  border: 0;
}
.hero {
  border: 5px solid var(--green);
  border-top: 0;
  border-radius: 0 0 24px 24px;
  padding: 40px 36px 0;
  background-image: repeating-linear-gradient(45deg,transparent,transparent 22px,rgba(255,51,0,.075) 22px,rgba(255,51,0,.075) 44px);
  box-shadow: 0 12px 35px #00ff4122;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 46px;
  align-items: center;
}
.hero-copy {
  min-width: 0;
}
.square-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: var(--green);
  border: 1px solid #000;
  vertical-align: baseline;
  margin-right: 6px;
}
.hero-title {
  font-family: var(--heading);
  font-size: clamp(54px,7.1vw,108px);
  line-height: .98;
  letter-spacing: -.065em;
  margin: 20px 0 28px;
  font-weight: 900;
}
.hero-title span {
  display: block;
}
.hero-title .outline {
  color: var(--pink);
  -webkit-text-stroke: 2px #000;
  text-shadow: 6px 6px 0 var(--green);
}
.hero-title .white-line {
  color: #fff;
  text-shadow: 4px 4px 0 #000;
  -webkit-text-stroke: 1px #000;
}
.hero-description {
  max-width: 520px;
  font-size: 19px;
  line-height: 1.55;
  font-weight: 500;
  margin-bottom: 25px;
}
.hero-actions {
  gap: 14px;
}
.button {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  padding: 13px 21px;
  border: 3px solid #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  box-shadow: 4px 4px 0 #000;
  transition: transform .18s ease,box-shadow .18s ease;
  background: var(--green);
}
.button>span {
  font-size: 21px;
  line-height: 1;
}
.button-outline {
  background: transparent;
}
.button:hover {
  background: #fff;
  transform: translate(-2px,-2px);
  box-shadow: 6px 6px 0 #000;
}
.hero-footnote {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .11em;
  margin: 24px 0 0;
  font-weight: 700;
}
.hero-visual {
  position: relative;
  min-width: 0;
  background: var(--ink);
  border: 4px solid var(--ink);
  box-shadow: 11px 11px 0 var(--orange);
  transform: rotate(1.5deg);
  margin-right: 10px;
}
.visual-topline {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 12px 14px;
  font-family: var(--mono);
  font-size: 9px;
  line-height: 1.3;
  color: var(--green);
  letter-spacing: .035em;
}
.hero-image {
  width: 100%;
  height: 445px;
  object-fit: cover;
  object-position: 61% 50%;
  border-block: 2px solid #000;
}
.visual-caption {
  background: var(--green);
  padding: 15px 19px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.visual-caption>span {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .05em;
}
.visual-caption strong {
  font-size: 23px;
  line-height: 1.12;
  letter-spacing: -.025em;
}
.visual-sticker {
  position: absolute;
  right: -19px;
  bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 94px;
  height: 94px;
  background: var(--orange);
  border: 3px solid #000;
  border-radius: 50%;
  font-family: var(--heading);
  font-size: 16px;
  line-height: 1.05;
  text-align: center;
  transform: rotate(11deg);
  box-shadow: 4px 4px 0 #000;
}
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  margin-top: 40px;
  border-top: 3px solid #000;
}
.hero-stats>div {
  display: flex;
  align-items: center;
  gap: 19px;
  padding: 19px 20px;
  border-right: 2px solid #000;
}
.hero-stats>div:first-child {
  padding-left: 0;
}
.hero-stats>div:last-child {
  border: 0;
}
.hero-stats strong {
  font-family: var(--heading);
  font-size: 31px;
  line-height: 1;
}
.hero-stats span {
  font-family: var(--mono);
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: .06em;
  font-weight: 700;
}
.ticker {
  margin-top: 22px;
  background: #000;
  color: var(--green);
  border-top: 4px solid var(--orange);
  border-bottom: 4px solid var(--green);
  overflow: hidden;
  padding: 13px 0;
}
.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker-move 48s linear infinite;
}
.ticker-track span {
  font-family: var(--heading);
  font-size: 19px;
  white-space: nowrap;
  line-height: 1.3;
}
@keyframes ticker-move {
  to {
    transform: translateX(-50%);
  }
}
.section {
  padding-top: 84px;
  padding-bottom: 28px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 26px;
  margin-bottom: 34px;
}
.section-heading h2 {
  font-family: var(--heading);
  font-size: clamp(26px,3vw,40px);
  line-height: 1.17;
  letter-spacing: -.055em;
  margin-bottom: 0;
}
.heading-highlight {
  color: var(--green);
  text-shadow: 2px 2px 0 #000;
  -webkit-text-stroke: 1px #000;
}
.section-intro {
  max-width: 720px;
  font-size: 18px;
  margin: 19px 0 0;
  line-height: 1.6;
}
.section-heading>.text-link {
  flex-shrink: 0;
  margin-bottom: 3px;
}
.text-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 2px solid currentColor;
  line-height: 1.65;
}
.text-link:hover {
  background: var(--green);
  color: #000;
}
.principles-grid {
  gap: 23px;
}
.principle {
  background: #000;
  color: #fff;
  border: 4px solid var(--green);
  padding: 27px;
  box-shadow: 7px 7px 0 var(--orange);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform .18s ease;
}
.principle:nth-child(2) {
  border-color: var(--orange);
  box-shadow: 7px 7px 0 var(--green);
}
.principle:nth-child(3) {
  background: var(--green);
  color: #000;
  border-color: #000;
  box-shadow: 7px 7px 0 var(--orange);
}
.principle:hover {
  transform: translateY(-4px);
}
.principle-icon {
  font-size: 67px;
  color: var(--green);
  line-height: 1;
  margin-bottom: 19px;
  font-weight: 700;
}
.principle:nth-child(2) .principle-icon {
  color: var(--orange);
}
.principle:nth-child(3) .principle-icon {
  color: #000;
}
.principle .eyebrow {
  font-size: 10px;
  margin-bottom: 9px;
}
.principle h3 {
  font-size: 25px;
  letter-spacing: -.03em;
  margin-bottom: 15px;
}
.principle>p:not(.eyebrow) {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 27px;
}
.principle .text-link {
  margin-top: auto;
}
.market-section {
  margin-top: 72px;
  border-block: 5px solid #000;
  background: repeating-linear-gradient(-45deg,#ff00cc,#ff00cc 12px,#ed00bd 12px,#ed00bd 24px);
  padding: 60px 0 66px;
}
.market-grid {
  gap: 20px;
}
.market-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 266px;
  padding: 22px;
  border: 3px solid #000;
  background: var(--pink);
  box-shadow: 5px 5px 0 #000;
  transition: transform .18s ease;
}
.market-card>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.market-number {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
}
.market-symbol {
  font-family: var(--body);
  font-size: 31px;
  line-height: 1;
}
.market-card h3 {
  font-size: 26px;
  letter-spacing: -.04em;
  margin-bottom: 13px;
}
.market-card p {
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 22px;
}
.market-cta {
  font-size: 12px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  border-top: 1px solid currentColor;
  padding-top: 13px;
  gap: 10px;
}
.market-1 {
  background: var(--green);
}
.market-2 {
  background: var(--orange);
}
.market-inverse {
  background: #000;
  color: var(--green);
  border-color: var(--green);
}
.market-card:hover {
  transform: translate(-2px,-3px);
  box-shadow: 7px 8px 0 #000;
}
.guide-grid {
  gap: 27px;
  align-items: stretch;
}
.guide-card {
  background: #000;
  border: 3px solid #000;
  color: #fff;
  box-shadow: 7px 7px 0 var(--orange);
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.card-image {
  display: block;
  border-bottom: 3px solid #000;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}
.card-image picture {
  height: 100%;
}
.card-image:hover img {
  transform: scale(1.025);
}
.card-content {
  padding: 22px 23px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.card-meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--green);
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .02em;
  margin-bottom: 15px;
}
.card-meta a:hover {
  text-decoration: underline;
}
.card-content h3 {
  font-size: 26px;
  letter-spacing: -.04em;
  line-height: 1.1;
  margin-bottom: 16px;
}
.card-content h3 a:hover {
  color: var(--green);
}
.card-content>p {
  font-size: 15px;
  line-height: 1.6;
  color: #e0e0e0;
  margin-bottom: 22px;
}
.card-bottom {
  margin-top: auto;
  border-top: 1px solid #555;
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-family: var(--mono);
  font-size: 10px;
  color: #d1d1d1;
}
.card-bottom>a {
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--green);
  color: #000;
  border: 2px solid #000;
  font-size: 23px;
  font-weight: 700;
}
.blueprint-band {
  background: var(--green);
  border-block: 5px solid #000;
  margin-top: 76px;
  padding: 58px 0;
}
.blueprint-grid {
  display: grid;
  grid-template-columns: 1fr 1.02fr;
  gap: 65px;
  align-items: center;
}
.blueprint-grid h2 {
  font-family: var(--heading);
  font-size: clamp(32px,4vw,54px);
  letter-spacing: -.065em;
  margin-bottom: 23px;
}
.blueprint-grid>div>p:not(.eyebrow) {
  font-size: 19px;
  max-width: 490px;
  line-height: 1.6;
  margin-bottom: 28px;
}
.blueprint-grid .button {
  background: var(--pink);
}
.flow-panel {
  border: 4px solid #000;
  background: #000;
  color: #fff;
  padding: 24px;
  box-shadow: 9px 9px 0 var(--orange);
}
.flow-label {
  font-family: var(--mono);
  color: var(--green);
  font-size: 11px;
  line-height: 1.6;
  border-bottom: 1px solid #555;
  padding-bottom: 18px;
  margin-bottom: 0;
}
.flow-step {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 2px 13px;
  padding: 17px 0;
  border-bottom: 1px solid #555;
}
.flow-step>span {
  font-family: var(--mono);
  color: var(--green);
  font-size: 13px;
  grid-row: span 2;
  padding-top: 3px;
}
.flow-step strong {
  font-size: 20px;
  letter-spacing: -.02em;
}
.flow-step small {
  color: #d0d0d0;
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.6;
}
.flow-note {
  font-size: 11px;
  color: #ddd;
  margin: 18px 0 0;
}
.faq-section {
  padding-bottom: 50px;
}
.faq-list {
  display: grid;
  gap: 13px;
}
.faq-list details {
  border: 3px solid #000;
  background: var(--paper);
  box-shadow: 4px 4px 0 #000;
}
.faq-list summary {
  cursor: pointer;
  list-style: none;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
  padding: 22px 60px 22px 24px;
  position: relative;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary:after {
  content: '＋';
  position: absolute;
  right: 22px;
  top: 19px;
  font-size: 26px;
  line-height: 1;
}
.faq-list details[open] summary:after {
  content: '−';
}
.faq-list details>div {
  padding: 0 24px 17px;
  max-width: 950px;
}
.faq-list details>div p {
  margin-bottom: 8px;
  font-size: 17px;
}
.faq-list a {
  text-decoration: underline;
  font-weight: 700;
}
.closing-callout {
  padding: 35px 39px;
  margin-top: 18px;
  border: 4px solid #000;
  background: var(--orange);
  box-shadow: 8px 8px 0 var(--green);
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
.closing-callout h2 {
  font-family: var(--heading);
  font-size: clamp(26px,3vw,37px);
  letter-spacing: -.055em;
  margin: 0;
}
.closing-callout .eyebrow {
  margin-bottom: 14px;
}
.closing-callout .button {
  flex-shrink: 0;
}
.site-footer {
  margin-top: 90px;
  background: #000;
  border: 5px solid var(--green);
  border-radius: 20px;
  color: #fff;
  padding: 50px 0 30px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-bottom: 2px solid #333;
  padding-bottom: 30px;
  margin-bottom: 39px;
}
.footer-brand {
  display: inline-flex;
  align-items: baseline;
  font-family: var(--heading);
  font-size: 42px;
  letter-spacing: -3px;
  line-height: 1;
}
.footer-brand .brand-hft {
  color: var(--green);
  text-shadow: none;
}
.footer-brand .brand-api {
  color: #fff;
  text-shadow: none;
}
.footer-brand .brand-dot {
  color: var(--pink);
  letter-spacing: 0;
}
.footer-label {
  font-family: var(--mono);
  color: var(--green);
  font-size: 11px;
  letter-spacing: .08em;
  text-align: right;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 35px;
}
.footer-grid>div {
  min-width: 0;
}
.footer-grid h2 {
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 19px;
  color: var(--green);
}
.footer-grid>div>a {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 9px;
  color: #e8e8e8;
}
.footer-grid a:hover {
  text-decoration: underline;
  text-decoration-color: var(--green);
  color: var(--green);
}
.footer-grid .footer-about h2 {
  font-family: var(--body);
  font-size: 27px;
  line-height: 1.15;
  letter-spacing: -.03em;
  text-transform: none;
  color: #fff;
}
.footer-about p {
  font-size: 15px;
  max-width: 310px;
  line-height: 1.65;
  color: #d1d1d1;
}
.footer-about .email-link {
  display: inline-block;
  color: var(--green);
  font-weight: 700;
  border-bottom: 1px solid var(--green);
  font-size: 16px;
  overflow-wrap: anywhere;
}
.footer-topics {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  border-top: 1px solid #333;
  margin-top: 36px;
  padding-top: 26px;
}
.footer-topics>span {
  width: 100%;
  font-family: var(--mono);
  font-size: 10px;
  color: #d0d0d0;
  letter-spacing: .09em;
  margin-bottom: 6px;
}
.footer-topics a {
  font-size: 11px;
  border: 1px solid #777;
  padding: 5px 9px;
  color: #ddd;
}
.footer-topics a:hover {
  color: var(--green);
  border-color: var(--green);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  margin-top: 29px;
  padding-top: 20px;
  border-top: 1px solid #333;
  color: #ddd;
  font-size: 11px;
  font-family: var(--mono);
}
.footer-bottom p {
  margin: 0;
}
.footer-bottom a {
  color: var(--green);
}
.footer-disclosure {
  font-size: 11px;
  line-height: 1.75;
  color: #bcbcbc;
  max-width: 1000px;
  margin-top: 21px;
  margin-bottom: 0;
}
.breadcrumbs {
  margin-top: 28px;
  margin-bottom: 32px;
  font-size: 11px;
  font-family: var(--mono);
  font-weight: 600;
  line-height: 1.65;
}
.breadcrumbs ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 9px;
  margin: 0;
  padding: 0;
}
.breadcrumbs li {
  display: flex;
  align-items: baseline;
  gap: 9px;
}
.breadcrumbs li:not(:last-child):after {
  content: '/';
  opacity: .65;
}
.breadcrumbs a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.page-intro {
  padding-top: 0;
  padding-bottom: 41px;
}
.page-intro .eyebrow {
  margin-top: 43px;
  margin-bottom: 18px;
}
.page-intro h1 {
  font-family: var(--heading);
  font-size: clamp(39px,5.25vw,71px);
  font-weight: 900;
  letter-spacing: -.06em;
  line-height: 1.13;
  margin-bottom: 24px;
  overflow-wrap: anywhere;
  text-shadow: 3px 3px 0 var(--green);
}
.page-lead {
  font-size: 21px;
  line-height: 1.55;
  max-width: 900px;
  margin-bottom: 0;
}
.topic-layout {
  display: grid;
  grid-template-columns: minmax(0,2.1fr) minmax(230px,1fr);
  align-items: start;
  gap: 35px;
}
.paper {
  background: var(--paper);
  border: 3px solid #000;
  box-shadow: 7px 7px 0 var(--green);
  padding: 38px;
}
.prose {
  font-size: 18px;
  line-height: 1.78;
  overflow-wrap: break-word;
}
.prose h2 {
  font-family: var(--body);
  font-size: 29px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -.035em;
  margin-top: 35px;
  margin-bottom: 15px;
}
.prose>h2:first-child,.prose section:first-child h2 {
  margin-top: 0;
}
.prose h3 {
  font-family: var(--body);
  font-size: 22px;
  letter-spacing: -.025em;
  line-height: 1.3;
  margin-top: 28px;
  margin-bottom: 13px;
}
.prose p {
  margin-bottom: 21px;
}
.prose p:last-child {
  margin-bottom: 0;
}
.prose a {
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}
.prose a:hover {
  background: var(--green);
}
.prose code {
  font-family: var(--mono);
  font-size: .84em;
  background: #ffe0f5;
  border: 1px solid #d890b9;
  padding: 1px 4px;
  border-radius: 3px;
  overflow-wrap: anywhere;
}
.prose section+section {
  margin-top: 34px;
}
.topic-aside {
  background: #000;
  color: #fff;
  border: 3px solid var(--green);
  box-shadow: 7px 7px 0 var(--orange);
  padding: 29px;
  position: sticky;
  top: 126px;
}
.topic-aside .eyebrow {
  color: var(--green);
  font-size: 10px;
}
.topic-aside h2 {
  font-size: 28px;
  letter-spacing: -.035em;
  line-height: 1.15;
}
.topic-aside p {
  font-size: 15px;
  line-height: 1.65;
  color: #e0e0e0;
}
.topic-aside .text-link {
  font-size: 12px;
  color: var(--green);
  display: block;
  margin: 16px 0 0;
  border-bottom: 1px solid #555;
  padding-bottom: 9px;
}
.market-hub {
  padding-top: 5px;
}
.reading-note {
  margin-top: 55px;
  max-width: 1080px;
}
.market-detail-grid {
  display: grid;
  grid-template-columns: minmax(0,1.7fr) minmax(285px,1fr);
  gap: 35px;
  align-items: start;
}
.market-poster {
  background: #000;
  border: 3px solid #000;
  color: #fff;
  padding: 0 0 24px;
  box-shadow: 8px 8px 0 var(--orange);
  position: sticky;
  top: 126px;
}
.market-poster picture {
  margin-bottom: 22px;
  border-bottom: 3px solid var(--green);
}
.market-poster>.eyebrow,.market-poster>h2,.market-poster>p {
  margin-inline: 24px;
}
.market-poster>.eyebrow {
  color: var(--green);
  font-size: 10px;
}
.market-poster h2 {
  font-size: 28px;
  letter-spacing: -.025em;
  line-height: 1.1;
}
.market-poster>p:not(.eyebrow) {
  font-size: 15px;
  color: #e0e0e0;
  line-height: 1.6;
}
.market-poster .button {
  margin: 5px 24px 0;
  color: #000;
  max-width: calc(100% - 48px);
  font-size: 12px;
  box-shadow: none;
}
.archive-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 20px;
}
.tag-chip {
  display: inline-flex;
  align-items: center;
  border: 2px solid #000;
  background: var(--paper);
  padding: 7px 11px;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
}
.tag-chip.active,.tag-chip:hover {
  background: var(--green);
  box-shadow: 3px 3px 0 #000;
}
.journal-list {
  padding-top: 24px;
}
.archive-directory {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 25px;
}
.directory-card {
  display: block;
  background: var(--paper);
  border: 3px solid #000;
  padding: 30px;
  box-shadow: 6px 6px 0 var(--green);
}
.directory-card:hover {
  background: var(--green);
}
.directory-card h2 {
  font-size: 27px;
  letter-spacing: -.03em;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.directory-card p {
  font-size: 17px;
  line-height: 1.65;
  margin: 0;
}
.directory-card .eyebrow {
  font-size: 10px;
  margin-bottom: 13px;
}
.archive-context {
  margin-top: 2px;
  max-width: 1080px;
}
.collection-heading {
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
  margin-bottom: 24px;
}
.archive-context+.section {
  padding-top: 45px;
}
.article-header {
  display: grid;
  grid-template-columns: minmax(0,1.8fr) minmax(275px,1fr);
  gap: 45px;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 44px;
}
.article-category {
  display: inline-block;
  margin-bottom: 20px;
  background: var(--green);
  border: 2px solid #000;
  padding: 5px 10px;
  font-size: 10px;
}
.article-header h1 {
  font-family: var(--body);
  font-weight: 700;
  font-size: clamp(35px,4vw,57px);
  letter-spacing: -.055em;
  line-height: 1.06;
  margin-bottom: 23px;
}
.article-deck {
  font-size: 20px;
  line-height: 1.55;
  margin-bottom: 25px;
  max-width: 780px;
}
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 16px;
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.65;
}
.article-meta a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.article-series {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .07em;
  margin-top: 20px;
  margin-bottom: 0;
}
.article-cover {
  border: 3px solid #000;
  box-shadow: 7px 7px 0 var(--green);
  transform: rotate(1deg);
}
.article-cover img {
  width: 100%;
}
.article-layout {
  display: grid;
  grid-template-columns: 228px minmax(0,1fr);
  gap: 32px;
  align-items: start;
  max-width: 1170px;
}
.article-toc {
  position: sticky;
  top: 122px;
  min-width: 0;
}
.desktop-toc {
  padding: 20px 0;
}
.desktop-toc>.eyebrow {
  font-size: 10px;
  margin-bottom: 15px;
}
.article-toc ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: toc;
}
.article-toc li {
  counter-increment: toc;
  display: flex;
  gap: 9px;
  padding: 10px 0;
  border-top: 1px solid #0004;
  font-size: 12px;
  line-height: 1.5;
}
.article-toc li:before {
  content: counter(toc,decimal-leading-zero);
  font-family: var(--mono);
  font-size: 9px;
  padding-top: 3px;
  flex-shrink: 0;
}
.article-toc a:hover {
  text-decoration: underline;
}
.toc-back {
  display: block;
  margin-top: 17px;
  font-size: 12px;
  font-weight: 700;
}
.mobile-toc {
  display: none;
}
.article-paper {
  background: var(--paper);
  padding: 39px 42px 30px;
  border: 3px solid #000;
  box-shadow: 8px 8px 0 var(--green);
  min-width: 0;
}
.article-body>p:first-child {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 500;
}
.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-top: 2px solid #000;
  margin-top: 35px;
  padding-top: 23px;
}
.article-tags>span {
  width: 100%;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 3px;
}
.article-endnote {
  margin-top: 25px;
  background: var(--green);
  padding: 20px;
  border: 2px solid #000;
  font-size: 13px;
  line-height: 1.65;
}
.article-endnote strong {
  font-size: 16px;
}
.article-endnote p {
  margin: 7px 0 0;
}
.article-endnote a {
  text-decoration: underline;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: start;
  gap: 32px;
}
.contact-card {
  background: var(--green);
  border: 4px solid #000;
  padding: 38px;
  box-shadow: 9px 9px 0 var(--orange);
}
.contact-card h2 {
  font-size: 35px;
  letter-spacing: -.04em;
}
.contact-email {
  display: block;
  font-size: clamp(21px,2.5vw,35px);
  font-weight: 700;
  letter-spacing: -.04em;
  border-bottom: 3px solid #000;
  padding-bottom: 14px;
  margin-bottom: 23px;
  overflow-wrap: anywhere;
}
.contact-card>p:last-child {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
}
.glossary-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 24px;
}
.glossary-card {
  background: var(--paper);
  border: 3px solid #000;
  box-shadow: 5px 5px 0 var(--green);
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.glossary-card h2 {
  font-size: 25px;
  letter-spacing: -.03em;
  margin-bottom: 15px;
}
.glossary-card p {
  font-size: 17px;
  line-height: 1.65;
}
.glossary-card .text-link {
  margin-top: auto;
  font-size: 12px;
}
.legal-paper {
  max-width: 940px;
}
.source-intro {
  max-width: 1080px;
}
.source-list {
  display: grid;
  gap: 17px;
  margin-top: 35px;
}
.source-card {
  padding: 25px;
  background: var(--paper);
  border: 3px solid #000;
  box-shadow: 4px 4px 0 #000;
}
.source-card .eyebrow {
  font-size: 10px;
  margin-bottom: 11px;
}
.source-card h2 {
  font-size: 25px;
  letter-spacing: -.03em;
  line-height: 1.2;
  margin-bottom: 12px;
}
.source-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}
.source-card a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (min-width:1600px) {
  .hero-title {
    font-size: 116px;
  }
  .hero-image {
    height: 480px;
  }
}
@media (max-width:1170px) {
  .desktop-nav {
    gap: 19px;
  }
  .nav-link {
    font-size: 13px;
  }
  .header-inner {
    gap: 19px;
    padding-inline: 24px;
  }
  .hero {
    padding: 32px 28px 0;
  }
  .hero-grid {
    gap: 30px;
    grid-template-columns: 1.05fr 1fr;
  }
  .hero-title {
    font-size: clamp(50px,7.05vw,94px);
  }
  .hero-image {
    height: 385px;
  }
  .hero-description {
    font-size: 18px;
  }
  .hero .button {
    font-size: 12px;
    padding-inline: 14px;
    min-height: 49px;
  }
  .hero-stats span {
    font-size: 9px;
  }
  .hero-stats strong {
    font-size: 26px;
  }
  .hero-stats>div {
    gap: 12px;
    padding-inline: 15px;
  }
  .wrap {
    width: calc(100% - 60px);
  }
  .section-heading h2 {
    font-size: 31px;
  }
  .article-header {
    gap: 30px;
  }
  .article-layout {
    grid-template-columns: 195px minmax(0,1fr);
    gap: 25px;
  }
  .article-paper {
    padding: 32px;
  }
  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 25px;
  }
  .blueprint-grid {
    gap: 35px;
  }
  .market-card {
    padding: 19px;
  }
  .market-card h3 {
    font-size: 24px;
  }
}
@media (max-width:1023px) {
  .desktop-nav {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .header-contact {
    margin-left: auto;
  }
  .hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 27px;
  }
  .hero-title {
    font-size: 7.1vw;
  }
  .hero-copy .eyebrow {
    font-size: 10px;
    letter-spacing: .025em;
  }
  .hero-image {
    height: 330px;
  }
  .hero-footnote {
    font-size: 9px;
  }
  .hero-actions {
    gap: 12px;
  }
  .hero .button {
    font-size: 12px;
  }
  .visual-topline {
    font-size: 8px;
    padding-inline: 9px;
  }
  .visual-caption strong {
    font-size: 21px;
  }
  .visual-sticker {
    width: 78px;
    height: 78px;
    font-size: 13px;
  }
  .principle {
    padding: 23px;
  }
  .principle h3 {
    font-size: 22px;
  }
  .section-heading>.text-link {
    font-size: 12px;
  }
  .topic-layout {
    grid-template-columns: minmax(0,1fr) 245px;
    gap: 25px;
  }
  .paper {
    padding: 29px;
  }
  .topic-aside {
    padding: 24px;
  }
  .market-detail-grid {
    grid-template-columns: minmax(0,1.5fr) minmax(250px,1fr);
    gap: 24px;
  }
  .article-cover {
    max-width: 330px;
  }
  .article-header {
    grid-template-columns: minmax(0,1.6fr) minmax(220px,1fr);
  }
  .article-header h1 {
    font-size: 39px;
  }
  .article-deck {
    font-size: 18px;
  }
  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 35px;
  }
  .footer-about {
    grid-column: 1/-1;
  }
  .footer-about p {
    max-width: 530px;
  }
  .footer-top {
    margin-bottom: 30px;
  }
  .closing-callout {
    padding: 29px;
  }
  .closing-callout h2 {
    font-size: 27px;
  }
  .closing-callout .button {
    font-size: 12px;
  }
  .hero-stats>div:last-child span {
    font-size: 8px;
  }
}
@media (max-width:767px) {
  html {
    scroll-padding-top: 96px;
  }
  [id] {
    scroll-margin-top: 96px;
  }
  .site-shell {
    padding: 8px;
  }
  .site-header {
    border-width: 4px;
    border-radius: 15px 15px 0 0;
    border-bottom-width: 3px;
  }
  .header-inner {
    min-height: 72px;
    padding: 13px 17px;
    gap: 16px;
  }
  .brand {
    font-size: 22px;
  }
  .header-contact {
    display: none;
  }
  .mobile-menu summary {
    font-size: 11px;
    padding: 9px 11px;
    gap: 12px;
  }
  .mobile-menu nav {
    left: -4px;
    right: -4px;
    border-width: 4px;
  }
  .wrap {
    width: calc(100% - 32px);
  }
  .hero {
    border-width: 4px;
    border-top: 0;
    padding: 25px 19px 0;
    border-radius: 0 0 17px 17px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 37px;
  }
  .hero-copy .eyebrow {
    font-size: 9px;
    letter-spacing: .035em;
    margin-bottom: 20px;
  }
  .hero-title {
    font-size: clamp(55px,11.9vw,87px);
    letter-spacing: -.063em;
    line-height: 1.02;
    margin-top: 0;
    margin-bottom: 23px;
  }
  .hero-title .outline {
    -webkit-text-stroke: 1.5px #000;
    text-shadow: 4px 4px 0 var(--green);
  }
  .hero-title .white-line {
    text-shadow: 3px 3px 0 #000;
  }
  .hero-description {
    font-size: 17px;
    max-width: 520px;
    line-height: 1.6;
    margin-bottom: 22px;
  }
  .hero .button {
    font-size: 12px;
    min-height: 49px;
    padding: 12px 15px;
    gap: 12px;
  }
  .hero-footnote {
    font-size: 8px;
    margin-top: 21px;
  }
  .hero-visual {
    margin: 0 8px 0 1px;
    transform: rotate(1deg);
    box-shadow: 7px 7px 0 var(--orange);
  }
  .hero-image {
    height: auto;
    aspect-ratio: 1.17;
    object-position: 62% 50%;
    width: 100%;
  }
  .visual-topline {
    font-size: 8px;
    padding: 11px;
  }
  .visual-caption {
    padding: 15px;
  }
  .visual-caption strong {
    font-size: 22px;
  }
  .visual-caption>span {
    font-size: 8px;
  }
  .visual-sticker {
    right: -14px;
    bottom: 23px;
    width: 79px;
    height: 79px;
    font-size: 13px;
    box-shadow: 3px 3px 0 #000;
  }
  .hero-stats {
    margin-top: 35px;
  }
  .hero-stats>div {
    display: block;
    padding: 17px 9px;
    border-right-width: 1px;
  }
  .hero-stats>div:first-child {
    padding-left: 0;
  }
  .hero-stats strong {
    display: block;
    font-size: 25px;
    margin-bottom: 9px;
  }
  .hero-stats span,.hero-stats>div:last-child span {
    display: block;
    font-size: 7px;
    line-height: 1.6;
    letter-spacing: .025em;
  }
  .ticker {
    margin-top: 17px;
    padding: 12px 0;
  }
  .ticker-track span {
    font-size: 14px;
  }
  .section {
    padding-top: 57px;
    padding-bottom: 15px;
  }
  .section-heading {
    display: block;
    margin-bottom: 27px;
  }
  .section-heading h2 {
    font-size: clamp(24px,5.1vw,34px);
    line-height: 1.23;
    letter-spacing: -.057em;
  }
  .section-heading .eyebrow {
    font-size: 10px;
    margin-bottom: 15px;
  }
  .section-intro {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 17px;
  }
  .section-heading>.text-link {
    display: inline-block;
    margin-top: 20px;
    font-size: 12px;
  }
  .principles-grid {
    gap: 22px;
  }
  .principle {
    padding: 26px;
    min-height: 292px;
  }
  .principle h3 {
    font-size: 26px;
  }
  .principle-icon {
    font-size: 59px;
    margin-bottom: 17px;
  }
  .principle>p:not(.eyebrow) {
    font-size: 16px;
    max-width: 520px;
  }
  .market-section {
    margin-top: 49px;
    padding: 43px 0 48px;
  }
  .market-grid {
    gap: 17px;
  }
  .market-card {
    padding: 21px;
    min-height: 230px;
  }
  .market-card h3 {
    font-size: 28px;
  }
  .market-card>div {
    margin-bottom: 21px;
  }
  .market-card p {
    font-size: 15px;
  }
  .market-cta {
    font-size: 12px;
  }
  .guide-grid {
    gap: 28px;
  }
  .card-content {
    padding: 23px;
  }
  .card-content h3 {
    font-size: 28px;
  }
  .card-meta {
    font-size: 9px;
  }
  .card-content>p {
    font-size: 16px;
  }
  .card-bottom {
    font-size: 10px;
  }
  .blueprint-band {
    margin-top: 55px;
    padding: 43px 0;
  }
  .blueprint-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .blueprint-grid h2 {
    font-size: 39px;
  }
  .blueprint-grid>div>p:not(.eyebrow) {
    font-size: 17px;
  }
  .flow-panel {
    padding: 21px;
  }
  .flow-step strong {
    font-size: 19px;
  }
  .flow-label {
    font-size: 10px;
  }
  .faq-section {
    padding-bottom: 30px;
  }
  .faq-list {
    gap: 15px;
  }
  .faq-list summary {
    padding: 20px 48px 20px 19px;
    font-size: 17px;
  }
  .faq-list summary:after {
    right: 16px;
    top: 18px;
  }
  .faq-list details>div {
    padding: 0 19px 14px;
  }
  .faq-list details>div p {
    font-size: 16px;
  }
  .closing-callout {
    display: block;
    padding: 26px;
    margin-top: 19px;
  }
  .closing-callout h2 {
    font-size: 27px;
    line-height: 1.25;
  }
  .closing-callout .button {
    margin-top: 24px;
  }
  .site-footer {
    margin-top: 61px;
    padding: 34px 0 26px;
    border-width: 4px;
    border-radius: 16px;
  }
  .footer-top {
    display: block;
    padding-bottom: 22px;
  }
  .footer-brand {
    font-size: 34px;
    letter-spacing: -2px;
  }
  .footer-label {
    display: block;
    text-align: left;
    font-size: 9px;
    margin-top: 21px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 23px;
  }
  .footer-grid .footer-about {
    grid-column: 1/-1;
  }
  .footer-grid>div:last-child {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 23px;
  }
  .footer-grid>div:last-child h2 {
    grid-column: 1/-1;
  }
  .footer-grid h2 {
    font-size: 10px;
    margin-bottom: 14px;
  }
  .footer-grid>div>a {
    font-size: 13px;
    margin-bottom: 10px;
    min-height: 24px;
  }
  .footer-grid .footer-about h2 {
    font-size: 26px;
  }
  .footer-about p {
    font-size: 15px;
    max-width: 480px;
  }
  .footer-about .email-link {
    font-size: 17px;
  }
  .footer-topics {
    margin-top: 25px;
    padding-top: 22px;
    gap: 8px;
  }
  .footer-topics a {
    font-size: 10px;
    padding: 5px 8px;
  }
  .footer-bottom {
    display: block;
    font-size: 10px;
  }
  .footer-bottom a {
    display: inline-block;
    margin-top: 15px;
  }
  .footer-disclosure {
    font-size: 10px;
  }
  .breadcrumbs {
    font-size: 9px;
    margin-top: 20px;
    margin-bottom: 22px;
  }
  .breadcrumbs ol {
    gap: 5px 7px;
  }
  .breadcrumbs li {
    gap: 7px;
  }
  .page-intro {
    padding-bottom: 30px;
  }
  .page-intro .eyebrow {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 10px;
  }
  .page-intro h1 {
    font-size: clamp(32px,7vw,52px);
    letter-spacing: -.065em;
    line-height: 1.19;
    margin-bottom: 20px;
    text-shadow: 2px 2px 0 var(--green);
  }
  .page-lead {
    font-size: 18px;
    line-height: 1.6;
  }
  .topic-layout,.market-detail-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .paper {
    padding: 24px;
    box-shadow: 5px 5px 0 var(--green);
  }
  .prose {
    font-size: 17px;
    line-height: 1.78;
  }
  .prose h2 {
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .prose h3 {
    font-size: 21px;
    margin-top: 24px;
  }
  .prose p {
    margin-bottom: 20px;
  }
  .topic-aside {
    position: static;
    padding: 25px;
  }
  .topic-aside h2 {
    font-size: 28px;
  }
  .topic-aside .text-link {
    font-size: 13px;
  }
  .market-poster {
    position: static;
    max-width: 460px;
    margin-inline: auto;
    width: 100%;
  }
  .market-poster>p:not(.eyebrow) {
    font-size: 16px;
  }
  .market-poster .button {
    font-size: 13px;
  }
  .reading-note {
    margin-top: 36px;
  }
  .archive-tools {
    gap: 9px;
    padding-bottom: 9px;
  }
  .tag-chip {
    font-size: 9px;
    padding: 7px 9px;
  }
  .journal-list {
    padding-top: 23px;
  }
  .archive-directory {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .directory-card {
    padding: 25px;
  }
  .directory-card h2 {
    font-size: 27px;
  }
  .directory-card p {
    font-size: 16px;
  }
  .archive-context+.section {
    padding-top: 37px;
  }
  .article-header {
    grid-template-columns: 1fr;
    gap: 29px;
    padding-top: 6px;
    padding-bottom: 31px;
  }
  .article-category {
    font-size: 9px;
    margin-bottom: 17px;
  }
  .article-header h1 {
    font-size: clamp(34px,7.3vw,46px);
    letter-spacing: -.048em;
    line-height: 1.08;
    margin-bottom: 20px;
  }
  .article-deck {
    font-size: 18px;
    margin-bottom: 21px;
  }
  .article-meta {
    font-size: 10px;
    gap: 7px 14px;
  }
  .article-series {
    font-size: 9px;
    margin-top: 18px;
  }
  .article-cover {
    max-width: 390px;
    margin-inline: auto;
    width: 100%;
    transform: none;
    box-shadow: 5px 5px 0 var(--green);
  }
  .article-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .article-toc {
    position: static;
  }
  .desktop-toc {
    display: none;
  }
  .mobile-toc {
    display: block;
    border: 2px solid #000;
    background: var(--green);
    padding: 0 18px;
  }
  .mobile-toc summary {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    list-style: none;
    font-weight: 700;
    cursor: pointer;
    padding: 13px 0;
    font-size: 14px;
  }
  .mobile-toc summary::-webkit-details-marker {
    display: none;
  }
  .mobile-toc ol {
    padding-bottom: 16px;
  }
  .mobile-toc li {
    font-size: 13px;
    padding: 10px 0;
  }
  .article-paper {
    padding: 24px 22px;
    border-width: 2px;
    box-shadow: 5px 5px 0 var(--green);
  }
  .article-body>p:first-child {
    font-size: 18px;
    line-height: 1.75;
  }
  .article-tags {
    margin-top: 28px;
    padding-top: 21px;
  }
  .article-tags>span {
    font-size: 9px;
  }
  .article-endnote {
    padding: 17px;
    font-size: 12px;
  }
  .article-endnote strong {
    font-size: 15px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .contact-card {
    padding: 25px;
    border-width: 3px;
    box-shadow: 6px 6px 0 var(--orange);
  }
  .contact-card h2 {
    font-size: 31px;
  }
  .contact-email {
    font-size: clamp(21px,5.5vw,31px);
    letter-spacing: -.03em;
  }
  .glossary-grid {
    grid-template-columns: 1fr;
    gap: 23px;
  }
  .glossary-card {
    padding: 24px;
  }
  .glossary-card p {
    font-size: 16px;
  }
  .source-card {
    padding: 22px;
  }
  .source-card h2 {
    font-size: 23px;
  }
  .source-list {
    gap: 20px;
    margin-top: 28px;
  }
}
@media (min-width:540px) and (max-width:767px) {
  .hero-title {
    font-size: 87px;
  }
  .hero-image {
    aspect-ratio: 1.5;
  }
  .hero .button {
    font-size: 14px;
  }
  .hero-copy .eyebrow {
    font-size: 10px;
  }
  .hero-stats strong {
    font-size: 31px;
  }
  .hero-stats span,.hero-stats>div:last-child span {
    font-size: 9px;
  }
  .guide-grid {
    max-width: 520px;
    margin-inline: auto;
  }
  .market-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .market-card h3 {
    font-size: 24px;
  }
  .market-card p {
    font-size: 14px;
  }
}
@media (max-width:374px) {
  .brand {
    font-size: 19px;
  }
  .header-inner {
    padding-inline: 13px;
    gap: 10px;
  }
  .mobile-menu summary {
    font-size: 10px;
    padding: 8px 9px;
  }
  .hero {
    padding-inline: 16px;
  }
  .hero-title {
    font-size: 53px;
  }
  .hero .button {
    font-size: 11px;
    min-height: 46px;
  }
  .hero-actions {
    gap: 12px;
  }
  .hero-description {
    font-size: 16px;
  }
  .wrap {
    width: calc(100% - 26px);
  }
  .page-intro h1 {
    font-size: 31px;
  }
  .article-header h1 {
    font-size: 32px;
  }
  .article-paper,.paper {
    padding: 21px 18px;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
  }
  .hero-stats span,.hero-stats>div:last-child span {
    font-size: 6px;
  }
  .footer-brand {
    font-size: 30px;
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  *,*:before,*:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .ticker-track {
    transform: none;
  }
  .hero-visual,.article-cover {
    transform: none;
  }
}
@media print {
  body {
    background: #fff;
  }
  .site-header,.site-footer,.article-toc,.article-cover,.article-tags,.section,.breadcrumbs,.article-endnote {
    display: none !important;
  }
  .site-shell,.wrap,.article-layout,.article-paper {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
  }
  .article-header {
    display: block;
  }
  .article-header h1 {
    font-size: 27px;
  }
  .article-body {
    font-size: 11pt;
    line-height: 1.5;
  }
  .prose h2 {
    font-size: 17pt;
  }
  .prose a {
    text-decoration: underline;
  }
}
.brand,.footer-brand {
  font-weight: 900;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-outline-style: solid;
    }
  }
}
