/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, 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;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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:where(:not(iframe)) {
    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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-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;
  }
}
@layer utilities {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .fixed {
    position: fixed;
  }
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .align-bottom {
    vertical-align: bottom;
  }
}
:root {
  --ink: #090d12;
  --ink-soft: #101720;
  --panel: #141d27;
  --panel-light: #1b2733;
  --line: rgba(211, 226, 236, 0.13);
  --line-strong: rgba(211, 226, 236, 0.22);
  --paper: #f5f0e6;
  --cream: #e9e2d4;
  --muted: #9aa8b3;
  --amber: #efa83e;
  --amber-bright: #ffc766;
  --amber-deep: #a86616;
  --moss: #9ac35b;
  --rune: #ca67ef;
  --sky: #83c7ee;
  --ember: #df695f;
  --radius: 18px;
  --font: "Manrope", system-ui, sans-serif;
  --pixel: "Silkscreen", monospace;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background: radial-gradient(circle at 8% 24%, rgba(239, 168, 62, .055), transparent 27%), radial-gradient(circle at 86% 74%, rgba(202, 103, 239, .05), transparent 24%), var(--ink);
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input, textarea {
  font: inherit;
}
button, a {
  -webkit-tap-highlight-color: transparent;
}
::selection {
  color: #211402;
  background: var(--amber-bright);
}
:focus-visible {
  outline: 3px solid var(--amber-bright);
  outline-offset: 4px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 24px;
  z-index: 1000;
  padding: 12px 18px;
  border-radius: 0 0 8px 8px;
  background: var(--amber);
  color: var(--ink);
  font-weight: 800;
  transition: top .2s;
}
.skip-link:focus {
  top: 0;
}
.site-noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 100;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
.content-shell, .footer-shell {
  width: min(1240px, calc(100% - 64px));
  margin-inline: auto;
}
.section-pad {
  padding: 132px 0;
}
.section-pad-small {
  padding: 88px 0;
}
.site-header {
  position: fixed;
  isolation: isolate;
  inset: 0 0 auto;
  z-index: 80;
  height: 82px;
  border-bottom: 1px solid transparent;
  transition: background .3s, border-color .3s, backdrop-filter .3s;
}
.site-header.is-scrolled {
  background: rgba(9, 13, 18, .88);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}
.nav-shell {
  position: relative;
  z-index: 1;
  width: min(1380px, calc(100% - 48px));
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}
.brand {
  position: relative;
  z-index: 2;
  width: 190px;
}
.brand img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 3px 0 rgba(0,0,0,.28));
}
.nav-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  gap: 36px;
}
.nav-links, .nav-auth {
  display: flex;
  align-items: center;
  gap: 30px;
}
.nav-links {
  margin-inline: auto;
}
.nav-links a, .nav-sign-in {
  position: relative;
  color: #d5dde2;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .015em;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 2px;
  background: var(--amber);
  transition: right .25s ease;
}
.nav-links a:hover::after {
  right: 0;
}
.nav-links a:hover, .nav-sign-in:hover {
  color: #fff;
}
.nav-auth form {
  margin: 0;
}
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--line-strong);
  background: rgba(9,13,18,.6);
  border-radius: 10px;
}
.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--paper);
  transition: transform .2s, opacity .2s;
}
.nav-toggle[aria-expanded="true"] span:nth-last-child(3) {
  transform: translateY(7px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] span:nth-last-child(2) {
  opacity: 0;
}
.nav-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-7px) rotate(-45deg);
}
.player-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 800;
}
.player-chip-icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(239,168,62,.5);
  border-radius: 8px;
  color: var(--amber-bright);
  background: rgba(239,168,62,.12);
  font-family: var(--font);
  font-weight: 800;
  font-size: 12px;
}
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 9px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .015em;
  transition: transform .18s ease, background .18s, border-color .18s, box-shadow .18s;
}
.button:hover {
  transform: translateY(-2px);
}
.button:active {
  transform: translateY(0);
}
.button span {
  font-size: 18px;
  line-height: 0;
}
.button-small {
  min-height: 42px;
  padding-inline: 18px;
  font-size: 12px;
}
.button-large {
  min-height: 58px;
  padding-inline: 28px;
  font-size: 14px;
}
.button-full {
  width: 100%;
}
.button-primary {
  color: #211402;
  background: linear-gradient(180deg, var(--amber-bright), var(--amber));
  box-shadow: 0 6px 0 var(--amber-deep), 0 12px 28px rgba(239, 168, 62, .18);
}
.button-primary:hover {
  color: #130b01;
  box-shadow: 0 8px 0 var(--amber-deep), 0 18px 36px rgba(239,168,62,.22);
}
.button-primary:disabled {
  opacity: .42;
  cursor: not-allowed;
  transform: none;
  box-shadow: 0 4px 0 #69491c;
}
.button-ghost {
  color: var(--paper);
  border-color: var(--line-strong);
  background: rgba(9, 13, 18, .38);
  backdrop-filter: blur(9px);
}
.button-ghost:hover {
  border-color: rgba(245,240,230,.5);
  background: rgba(245,240,230,.08);
}
.button-light {
  color: var(--ink);
  background: var(--paper);
  border-color: var(--paper);
}
.button-dark {
  color: var(--paper);
  background: var(--ink);
}
.button-rune {
  color: #1d0925;
  background: linear-gradient(180deg, #dc8bf5, var(--rune));
  box-shadow: 0 6px 0 #713386;
}
.button-sky {
  color: #06151d;
  background: linear-gradient(180deg, #b9e6ff, var(--sky));
  box-shadow: 0 6px 0 #3f7692;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
.hero-actions.centered {
  justify-content: center;
}
.text-link {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  margin-top: 26px;
  color: var(--amber-bright);
  font-size: 13px;
  font-weight: 800;
  border-bottom: 1px solid rgba(239,168,62,.3);
  padding-bottom: 5px;
}
.text-link:hover {
  color: #fff;
  border-color: #fff;
}
.text-link.dark {
  color: var(--ink);
  border-color: rgba(9,13,18,.3);
}
.eyebrow, .section-index, .profile-label, .bento-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--amber-bright);
  font-family: var(--pixel);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow > span {
  display: inline-block;
  width: 27px;
  height: 2px;
  background: currentColor;
  box-shadow: 8px 0 0 currentColor;
}
.eyebrow.rune {
  color: var(--rune);
}
.eyebrow.sky {
  color: var(--sky);
}
.section-index {
  color: #788792;
  margin-bottom: 30px;
}
.section-index.light {
  color: rgba(255,255,255,.65);
}
.display-heading {
  margin: 0;
  color: var(--paper);
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -.055em;
  font-weight: 800;
}
.display-heading span {
  color: #64717a;
}
.lead {
  color: var(--paper);
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.46;
  font-weight: 600;
  letter-spacing: -.025em;
}
html.motion-ready [data-reveal] {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity .8s ease, transform .8s cubic-bezier(.2,.75,.2,1);
}
html.motion-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}
.hero {
  position: relative;
  min-height: 880px;
  height: 100svh;
  overflow: hidden;
}
.hero-media, .hero-media::after, .hero-scrim {
  position: absolute;
  inset: 0;
}
.hero-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-scrim {
  background: linear-gradient(90deg, rgba(6,10,14,.87) 0%, rgba(6,10,14,.66) 30%, rgba(6,10,14,.12) 66%, rgba(6,10,14,.06)), linear-gradient(0deg, var(--ink) 0%, transparent 18%, transparent 75%, rgba(6,10,14,.4));
}
.hero-content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 68px;
}
.hero-copy {
  max-width: 720px;
}
.hero-copy h1 {
  margin: 28px 0 24px;
  font-size: clamp(66px, 8vw, 122px);
  line-height: .86;
  letter-spacing: -.075em;
  font-weight: 800;
  text-shadow: 0 10px 50px rgba(0,0,0,.38);
}
.hero-copy h1 em, .page-hero h1 em, .page-masthead h1 em {
  color: var(--amber-bright);
  font-style: normal;
}
.hero-copy > p {
  max-width: 590px;
  margin: 0;
  color: #d9dfe1;
  font-size: clamp(18px, 1.6vw, 23px);
  line-height: 1.55;
  font-weight: 500;
}
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 42px;
  color: #aab4bb;
  font-family: var(--pixel);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-meta span + span::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  margin: 0 24px 2px 0;
  background: currentColor;
}
.status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--moss);
  box-shadow: 0 0 12px var(--moss);
}
.scroll-cue {
  position: absolute;
  z-index: 4;
  right: 42px;
  bottom: 42px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.68);
  font-family: var(--pixel);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}
.scroll-cue span {
  width: 1px;
  height: 52px;
  background: linear-gradient(var(--amber), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  50% {
    transform: translateY(8px);
    opacity: .5;
  }
}
.manifesto {
  background: var(--ink);
}
.manifesto-grid, .split-intro {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: clamp(60px, 10vw, 150px);
  align-items: start;
}
.manifesto-copy > p:not(.lead), .split-intro > div:last-child > p:not(.lead) {
  color: var(--muted);
  font-size: 16px;
}
.section-heading-row {
  display: grid;
  grid-template-columns: 1.25fr .55fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 68px;
}
.section-heading-row > p {
  margin: 0 0 8px;
  color: var(--muted);
}
.chapter-grid {
  display: grid;
  grid-template: repeat(2, 330px) / 1.15fr .85fr;
  gap: 18px;
}
.chapter-card {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}
.chapter-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: inherit;
  pointer-events: none;
}
.chapter-tall {
  grid-row: 1 / 3;
}
.chapter-card > img:not(.chapter-icon) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}
.chapter-card:hover > img:not(.chapter-icon) {
  transform: scale(1.035);
}
.chapter-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(7,10,14,.94), transparent 70%);
}
.chapter-number {
  position: absolute;
  top: 22px;
  right: 24px;
  color: rgba(255,255,255,.65);
  font-family: var(--pixel);
  font-size: 12px;
}
.chapter-content {
  position: absolute;
  inset: auto 32px 30px;
  z-index: 2;
}
.chapter-content > span {
  color: var(--amber-bright);
  font-family: var(--pixel);
  font-size: 12px;
  letter-spacing: .1em;
}
.chapter-content h3 {
  margin: 10px 0 8px;
  font-size: clamp(25px, 3vw, 40px);
  line-height: 1.05;
  letter-spacing: -.04em;
}
.chapter-content p {
  max-width: 570px;
  margin: 0;
  color: #b8c0c5;
  font-size: 14px;
}
.chapter-icon {
  position: absolute;
  top: 42px;
  left: 42px;
  width: 80px;
  height: 80px;
  image-rendering: pixelated;
  filter: drop-shadow(0 10px 16px rgba(0,0,0,.4));
}
.chapter-pattern {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 20%, rgba(239,168,62,.23), transparent 32%), linear-gradient(135deg, transparent 46%, rgba(255,255,255,.025) 47%, rgba(255,255,255,.025) 53%, transparent 54%);
  background-size: auto, 44px 44px;
}
.manifest-card pre, .terminal-card pre {
  margin: 0;
  color: #b8c2ca;
  font: 13px/1.8 var(--pixel);
  white-space: pre-wrap;
}
pre code span, pre code b {
  color: var(--rune);
}
pre code em {
  color: var(--amber-bright);
  font-style: normal;
}
pre code i {
  color: var(--moss);
  font-style: normal;
}
.final-cta {
  position: relative;
  overflow: hidden;
  padding: 150px 0;
  text-align: center;
  background: #070b0f;
}
.final-cta-glow {
  position: absolute;
  width: 800px;
  height: 500px;
  left: 50%;
  bottom: -350px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: var(--amber);
  filter: blur(120px);
  opacity: .18;
}
.final-cta .content-shell {
  position: relative;
}
.final-cta img {
  width: min(360px, 75%);
  margin: auto;
}
.final-cta h2 {
  margin: 28px 0 12px;
  font-size: clamp(45px,7vw,82px);
  line-height: 1;
  letter-spacing: -.06em;
}
.final-cta p {
  color: var(--muted);
  font-size: 19px;
}
.page-hero {
  position: relative;
  height: 82svh;
  min-height: 700px;
  overflow: hidden;
}
.page-hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5,8,12,.9), transparent 68%), linear-gradient(0deg, var(--ink), transparent 38%, rgba(5,8,12,.28));
}
.page-hero-copy {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 70px;
}
.page-hero-copy.align-bottom {
  justify-content: flex-end;
  padding-bottom: 90px;
}
.page-hero h1, .page-masthead h1 {
  margin: 24px 0;
  font-size: clamp(58px, 7.5vw, 105px);
  line-height: .92;
  letter-spacing: -.065em;
}
.page-hero-copy > p, .page-masthead p {
  max-width: 620px;
  color: #ced5d9;
  font-size: 20px;
}
.page-masthead {
  position: relative;
  overflow: hidden;
  min-height: 780px;
  padding: 180px 0 110px;
  display: flex;
  align-items: center;
  background: #0c1219;
}
.masthead-grid {
  position: absolute;
  inset: 0;
  opacity: .28;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg,var(--line) 1px,transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 92%);
}
.masthead-glow {
  position: absolute;
  width: 750px;
  height: 750px;
  right: -160px;
  top: -280px;
  border-radius: 50%;
  background: var(--amber);
  opacity: .1;
  filter: blur(100px);
}
.masthead-glow.rune {
  background: var(--rune);
}
.masthead-glow.sky {
  background: var(--sky);
}
.masthead-split {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .8fr;
  align-items: center;
  gap: 90px;
}
.story-steps {
  background: var(--ink);
}
.step-list {
  border-top: 1px solid var(--line);
}
.step-list article {
  display: grid;
  grid-template-columns: 70px 80px 1fr;
  gap: 34px;
  align-items: center;
  padding: 42px 8px;
  border-bottom: 1px solid var(--line);
}
.step-list article > span {
  color: #53606a;
  font: 700 12px/1.5 var(--font);
}
.step-list img {
  width: 54px;
  image-rendering: pixelated;
}
.step-list small {
  color: var(--amber);
  font: 700 12px/1.5 var(--font);
  letter-spacing: .08em;
}
.step-list h3 {
  margin: 7px 0 4px;
  font-size: 29px;
  letter-spacing: -.035em;
}
.step-list p {
  margin: 0;
  color: var(--muted);
}
.feature-filmstrip {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 3px;
  background: var(--ink);
}
.filmstrip-card {
  position: relative;
  height: 420px;
  overflow: hidden;
}
.filmstrip-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg,rgba(5,8,12,.8),transparent 55%);
}
.filmstrip-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s;
}
.filmstrip-card:hover img {
  transform: scale(1.04);
}
.filmstrip-card span {
  position: absolute;
  z-index: 2;
  left: 25px;
  bottom: 22px;
  font: 700 12px/1.5 var(--font);
  letter-spacing: .1em;
}
.detail-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  margin-top: 36px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.detail-grid article {
  min-height: 285px;
  padding: 36px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.detail-grid article > span {
  color: var(--amber);
  font-size: 28px;
}
.detail-grid h3 {
  margin: 35px 0 10px;
  font-size: 22px;
}
.detail-grid p {
  color: var(--muted);
  font-size: 14px;
}
.inline-cta {
  padding: 76px 0;
  border-top: 1px solid var(--line);
  background: #0d141c;
}
.inline-cta .content-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.inline-cta span, .inline-cta > .content-shell > div > span {
  color: var(--amber);
  font: 700 12px/1.5 var(--font);
  letter-spacing: .12em;
}
.inline-cta h2 {
  margin: 5px 0 0;
  font-size: clamp(34px,4vw,54px);
  letter-spacing: -.045em;
}
.biome-panel {
  position: relative;
  height: 720px;
  overflow: hidden;
}
.biome-panel > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.biome-panel-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(6,9,13,.9),transparent 68%), linear-gradient(0deg,rgba(6,9,13,.55),transparent 55%);
}
.cavern-panel .biome-panel-shade {
  background: linear-gradient(-90deg,rgba(6,9,13,.9),transparent 68%);
}
.biome-copy {
  position: absolute;
  left: max(32px, calc((100vw - 1240px)/2));
  bottom: 100px;
  max-width: 560px;
}
.biome-copy.right {
  left: auto;
  right: max(32px, calc((100vw - 1240px)/2));
  text-align: right;
}
.biome-copy > span {
  color: var(--amber);
  font: 700 12px/1.5 var(--font);
}
.cavern-panel .biome-copy > span {
  color: var(--rune);
}
.biome-copy h2 {
  margin: 16px 0;
  font-size: clamp(50px,6vw,76px);
  line-height: 1;
  letter-spacing: -.055em;
}
.biome-copy p {
  color: #c0c8cd;
  font-size: 17px;
}
.fact-row {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  margin-top: 65px;
  border-top: 1px solid var(--line);
}
.fact-row article {
  padding: 35px 28px;
  border-right: 1px solid var(--line);
}
.fact-row article:last-child {
  border: 0;
}
.fact-row strong {
  display: block;
  color: var(--amber);
  font-size: 52px;
  letter-spacing: -.06em;
}
.fact-row span {
  font-weight: 800;
}
.fact-row p {
  color: var(--muted);
  font-size: 13px;
}
.world-cta {
  background: linear-gradient(90deg,#141c12,#0d141c);
}
.manifest-card, .engine-stack-card, .terminal-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  background: #080d12;
  box-shadow: var(--shadow);
}
.manifest-card {
  transform: rotate(1.5deg);
}
.code-window-head {
  height: 45px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 17px;
  border-bottom: 1px solid var(--line);
  background: #111922;
}
.code-window-head span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #47535c;
}
.code-window-head span:first-child {
  background: var(--ember);
}
.code-window-head span:nth-child(2) {
  background: var(--amber);
}
.code-window-head span:nth-child(3) {
  background: var(--moss);
}
.code-window-head small {
  margin-left: auto;
  color: #66747d;
  font: 700 12px/1.5 var(--font);
}
.manifest-card pre, .terminal-card pre {
  padding: 30px;
  overflow-x: auto;
}
.capability-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
}
.capability-grid article {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--panel);
}
.capability-grid img {
  width: 58px;
  margin-bottom: 45px;
  image-rendering: pixelated;
}
.capability-grid h3 {
  font-size: 21px;
}
.capability-grid p {
  color: var(--muted);
  font-size: 14px;
}
.pack-showcase {
  padding: 90px 0 120px;
  background: #0c1218;
}
.pack-tabs {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 28px;
  color: #73808a;
  font: 700 12px/1.5 var(--font);
}
.pack-tabs i {
  height: 1px;
  flex: 1;
  background: var(--line);
}
.pack-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
}
.pack-card {
  position: relative;
  min-height: 430px;
  padding: 38px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: radial-gradient(circle at 90% 0,rgba(239,168,62,.13),transparent 42%),var(--panel);
}
.pack-card.farm {
  background: radial-gradient(circle at 90% 0,rgba(154,195,91,.15),transparent 42%),var(--panel);
}
.pack-card.cave {
  background: radial-gradient(circle at 90% 0,rgba(202,103,239,.15),transparent 42%),var(--panel);
}
.pack-card > img {
  width: 86px;
  margin: 50px 0 28px;
  image-rendering: pixelated;
}
.pack-number {
  position: absolute;
  top: 22px;
  right: 24px;
  color: #59656d;
  font: 700 12px/1.5 var(--font);
}
.pack-card small, .pack-tag {
  color: var(--amber);
  font: 700 12px/1.5 var(--font);
}
.pack-card.farm small {
  color: var(--moss);
}
.pack-card.cave small {
  color: var(--rune);
}
.pack-card h3 {
  margin: 10px 0;
  font-size: 30px;
}
.pack-card p {
  color: var(--muted);
}
.pack-tag {
  position: absolute;
  left: 38px;
  bottom: 30px;
  color: #77858e;
}
.principle-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.principle-list li {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 20px;
  padding: 27px 0;
  border-bottom: 1px solid var(--line);
}
.principle-list li > span {
  color: var(--rune);
  font: 700 12px/1.5 var(--font);
}
.principle-list strong {
  font-size: 20px;
}
.principle-list p {
  margin: 4px 0 0;
  color: var(--muted);
}
.rune-cta {
  background: linear-gradient(90deg,#1b1020,#0d141c);
}
.rune-cta .content-shell > div > span {
  color: var(--rune);
}
.download-masthead {
  text-align: center;
}
.centered-head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.centered-head p {
  text-align: center;
}
.platform-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
  margin-top: 34px;
}
.platform-grid article {
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--panel);
}
.platform-icon {
  display: block;
  margin-bottom: 55px;
  color: var(--amber);
  font: 36px var(--pixel);
}
.platform-grid h2 {
  font-size: 28px;
}
.platform-grid p {
  min-height: 76px;
  color: var(--muted);
}
.platform-grid a {
  color: var(--amber-bright);
  font-size: 13px;
  font-weight: 800;
}
.source-install {
  background: #0c1218;
}
.source-install-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 90px;
  align-items: center;
}
.source-install ol {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}
.source-install li {
  display: flex;
  gap: 20px;
  margin: 22px 0;
}
.source-install li > span {
  width: 31px;
  height: 31px;
  flex: none;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 7px;
  color: var(--amber);
  font: 700 12px/1.5 var(--font);
}
.source-install li strong {
  font-size: 16px;
}
.source-install li p {
  margin: 1px 0;
  color: var(--muted);
  font-size: 14px;
}
.terminal-card {
  padding-bottom: 18px;
}
.copy-button {
  display: block;
  margin: 0 22px 4px auto;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--muted);
  background: transparent;
  font-size: 12px;
  cursor: pointer;
}
.copy-button:hover {
  color: var(--paper);
  border-color: var(--line-strong);
}
.development-note {
  padding: 80px 0;
  background: var(--amber);
  color: var(--ink);
}
.development-note .content-shell {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: 42px;
  align-items: center;
}
.development-glyph {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border: 2px solid var(--ink);
  font: 700 28px var(--pixel);
}
.development-note small {
  font: 700 12px/1.5 var(--font);
}
.development-note h2 {
  margin: 5px 0;
  font-size: 35px;
}
.development-note p {
  max-width: 720px;
  margin: 0;
  color: rgba(9,13,18,.7);
}
.developer-masthead {
  min-height: 850px;
}
.engine-stack-card {
  transform: rotate(-1deg);
}
.engine-stack {
  display: grid;
  padding: 13px 25px 23px;
}
.engine-stack > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 2px 15px;
  align-items: center;
  padding: 15px 5px;
  border-bottom: 1px solid var(--line);
}
.engine-stack > div:last-child {
  border-bottom: 0;
}
.engine-stack b {
  grid-row: 1 / 3;
  color: var(--sky);
  font: 700 12px/1.5 var(--font);
}
.engine-stack strong {
  font-size: 15px;
  letter-spacing: -.015em;
}
.engine-stack small {
  color: #687780;
  font: 700 12px/1.5 var(--font);
  text-transform: uppercase;
}
.architecture-section {
  background: var(--ink);
}
.architecture-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
}
.architecture-grid article {
  min-height: 370px;
  display: flex;
  flex-direction: column;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: linear-gradient(145deg,rgba(131,199,238,.055),transparent 48%),var(--panel);
}
.architecture-grid article > span {
  color: var(--sky);
  font: 700 12px/1.5 var(--font);
  letter-spacing: .1em;
}
.architecture-grid h3 {
  margin: auto 0 12px;
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -.04em;
}
.architecture-grid p {
  min-height: 116px;
  margin: 0 0 25px;
  color: var(--muted);
  font-size: 14px;
}
.architecture-grid code {
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: #9ed9f6;
  font: 700 12px/1.5 var(--font);
}
.capture-pipeline {
  background: #0c1218;
}
.capture-pipeline-grid {
  display: grid;
  grid-template-columns: 1.16fr .84fr;
  gap: clamp(55px,8vw,110px);
  align-items: center;
}
.capture-frame {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.capture-frame::before {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 16px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 10px;
  pointer-events: none;
}
.capture-frame img {
  width: 100%;
  height: 100%;
  min-height: 610px;
  object-fit: cover;
  object-position: 51% center;
}
.capture-frame-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg,rgba(5,8,12,.92),transparent 50%),linear-gradient(90deg,rgba(5,8,12,.42),transparent 50%);
}
.capture-frame-label {
  position: absolute;
  z-index: 2;
  left: 42px;
  right: 42px;
  bottom: 36px;
  display: grid;
}
.capture-frame-label span {
  color: var(--rune);
  font: 700 12px/1.5 var(--font);
  letter-spacing: .12em;
}
.capture-frame-label strong {
  margin-top: 7px;
  font-size: 27px;
}
.capture-frame-label small {
  color: #909ba2;
  font: 700 12px/1.5 var(--font);
}
.capture-pipeline h2 {
  margin: 15px 0 26px;
  font-size: clamp(42px,5vw,66px);
  line-height: 1.02;
  letter-spacing: -.055em;
}
.capture-pipeline p:not(.lead) {
  color: var(--muted);
}
.pipeline-list {
  margin: 35px 0 0;
  padding: 0;
  list-style: none;
}
.pipeline-list li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 16px;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid var(--line);
}
.pipeline-list li > span {
  color: var(--sky);
  font: 700 12px/1.5 var(--font);
}
.pipeline-list strong,.pipeline-list small {
  display: block;
}
.pipeline-list strong {
  font-size: 15px;
}
.pipeline-list small {
  color: #75828b;
}
.engine-systems {
  background: var(--ink);
}
.technical-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.technical-grid article {
  min-height: 300px;
  padding: 36px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.technical-grid b {
  display: block;
  color: var(--sky);
  font: 18px var(--pixel);
}
.technical-grid h3 {
  margin: 70px 0 10px;
  font-size: 22px;
}
.technical-grid p {
  color: var(--muted);
  font-size: 14px;
}
.technology-strip {
  border-block: 1px solid var(--line);
  background: #0b1118;
}
.technology-strip .content-shell {
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
.technology-strip article {
  padding: 44px 30px;
  border-right: 1px solid var(--line);
}
.technology-strip article:last-child {
  border: 0;
}
.technology-strip strong {
  display: block;
  color: var(--sky);
  font-size: 40px;
  letter-spacing: -.045em;
}
.technology-strip span {
  color: var(--muted);
  font-size: 13px;
}
.sky-cta {
  background: linear-gradient(90deg,#0c1c26,#0d141c);
}
.sky-cta .content-shell > div > span {
  color: var(--sky);
}
.auth-stage {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(380px,.95fr) minmax(600px,1.05fr);
  background: #0b1016;
}
.auth-visual {
  position: relative;
  min-height: 750px;
  overflow: hidden;
}
.auth-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.auth-visual-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg,rgba(6,9,13,.92),transparent 65%),linear-gradient(90deg,transparent 65%,#0b1016);
}
.auth-quote {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 70px;
}
.auth-quote span {
  display: block;
  color: var(--amber);
  font: 700 12px/1.5 var(--font);
  letter-spacing: .12em;
}
.auth-quote strong {
  display: block;
  max-width: 540px;
  margin-top: 12px;
  font-size: clamp(34px,4vw,58px);
  line-height: 1.02;
  letter-spacing: -.05em;
}
.auth-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 130px 48px 70px;
}
.auth-card {
  width: min(100%,520px);
}
.auth-mark {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border: 1px solid rgba(239,168,62,.4);
  border-radius: 12px;
  color: var(--amber);
  background: rgba(239,168,62,.09);
}
.auth-mark img {
  width: 34px;
  image-rendering: pixelated;
}
.auth-card h1,.small-form-card h1 {
  margin: 18px 0 8px;
  font-size: clamp(38px,4vw,54px);
  line-height: 1;
  letter-spacing: -.05em;
}
.auth-card > p,.small-form-card > p {
  margin: 0 0 30px;
  color: var(--muted);
}
.form-stack {
  display: grid;
  gap: 20px;
}
.field {
  display: grid;
  gap: 8px;
}
.field > span:first-child, .avatar-picker legend {
  color: #dbe1e4;
  font-size: 12px;
  font-weight: 800;
}
.field > span small {
  float: right;
  margin-left: 10px;
  color: #73808a;
  font-weight: 600;
}
.field input,.field textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  outline: 0;
  color: var(--paper);
  background: #0a0f15;
  transition: border-color .2s,box-shadow .2s;
}
.field textarea {
  resize: vertical;
  min-height: 120px;
}
.field input:focus,.field textarea:focus {
  border-color: var(--amber);
  box-shadow: 0 0 0 3px rgba(239,168,62,.1);
}
.field input::placeholder,.field textarea::placeholder {
  color: #53606a;
}
.field-hint {
  color: #6f7b84;
  font-size: 12px;
}
.field-message {
  color: #ff8b80;
  font-size: 12px;
}
.field-error input,.field-error textarea {
  border-color: var(--ember);
}
.password-field {
  position: relative;
  display: block;
}
.password-field input {
  padding-right: 65px;
}
.password-field button {
  position: absolute;
  right: 8px;
  top: 9px;
  padding: 7px;
  border: 0;
  color: var(--amber);
  background: transparent;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.form-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 12px;
}
.form-between a {
  color: var(--amber);
  font-weight: 700;
}
.check-field {
  display: flex;
  gap: 8px;
  align-items: center;
}
.check-field input {
  accent-color: var(--amber);
}
.auth-divider {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 27px 0 18px;
  color: #66737c;
  font-size: 12px;
}
.auth-divider::before,.auth-divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: var(--line);
}
.auth-legal {
  margin-top: 18px !important;
  text-align: center;
  font-size: 12px;
}
.form-alert {
  display: grid;
  margin: 20px 0;
  padding: 14px 16px;
  border: 1px solid;
  border-radius: 8px;
  font-size: 12px;
}
.form-alert.error {
  color: #ffaaa2;
  border-color: rgba(223,105,95,.4);
  background: rgba(223,105,95,.08);
}
.form-alert.success {
  color: #c5e59c;
  border-color: rgba(154,195,91,.4);
  background: rgba(154,195,91,.08);
}
.centered-stage {
  position: relative;
  min-height: 100svh;
  padding: 160px 24px 100px;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.centered-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .14;
  background-image: linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);
  background-size: 40px 40px;
}
.centered-glow {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: var(--amber);
  opacity: .08;
  filter: blur(110px);
}
.small-form-card,.result-card {
  position: relative;
  width: min(100%,550px);
  padding: 45px;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  background: rgba(15,22,30,.94);
  box-shadow: var(--shadow);
}
.back-link {
  display: inline-block;
  margin-top: 25px;
  color: var(--muted);
  font-size: 12px;
}
.result-card {
  text-align: center;
}
.result-card .eyebrow {
  justify-content: center;
}
.result-card .button {
  margin-top: 15px;
}
.result-card p {
  color: var(--muted);
}
.result-card h1 {
  margin: 20px 0 10px;
  font-size: 46px;
  letter-spacing: -.05em;
}
.result-glyph {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  margin: 0 auto 30px;
  border: 1px solid rgba(154,195,91,.4);
  border-radius: 50%;
  color: var(--moss);
  background: rgba(154,195,91,.1);
  font: 28px var(--pixel);
}
.result-glyph.error {
  color: var(--ember);
  border-color: rgba(223,105,95,.4);
  background: rgba(223,105,95,.1);
}
.flash-stack {
  position: fixed;
  z-index: 90;
  top: 98px;
  left: 50%;
  transform: translateX(-50%);
  width: min(520px,calc(100% - 32px));
}
.flash {
  padding: 14px 18px;
  border: 1px solid;
  border-radius: 9px;
  backdrop-filter: blur(12px);
  box-shadow: 0 15px 40px rgba(0,0,0,.35);
  font-size: 13px;
  font-weight: 700;
}
.flash-success {
  color: #d8f3b5;
  border-color: rgba(154,195,91,.5);
  background: rgba(34,52,25,.92);
}
.flash-error {
  color: #ffd0cc;
  border-color: rgba(223,105,95,.5);
  background: rgba(58,26,24,.92);
}
.account-page,.settings-page {
  min-height: 100vh;
  background: #0b1117;
}
.account-hero {
  position: relative;
  min-height: 490px;
  overflow: hidden;
  padding-top: 82px;
}
.account-hero-bg {
  position: absolute;
  inset: 0;
}
.account-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.72);
}
.account-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg,#0b1117,rgba(7,11,15,.28) 72%),linear-gradient(90deg,rgba(7,11,15,.75),transparent 65%);
}
.account-hero-inner {
  position: relative;
  min-height: 408px;
  display: flex;
  align-items: end;
  gap: 28px;
  padding-bottom: 50px;
}
.profile-avatar {
  --avatar-color: var(--amber);
  width: 74px;
  height: 74px;
  flex: none;
  position: relative;
  display: grid;
  place-items: center;
  border: 2px solid var(--avatar-color);
  border-radius: 15px;
  background: #111921;
  box-shadow: 0 0 35px var(--avatar-color),inset 0 0 25px rgba(0,0,0,.35);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0 35px color-mix(in srgb,var(--avatar-color) 18%,transparent),inset 0 0 25px rgba(0,0,0,.35);
  }
}
.profile-avatar[data-accent="moss"],.avatar-choice[data-accent="moss"] {
  --avatar-color: var(--moss);
}
.profile-avatar[data-accent="rune"],.avatar-choice[data-accent="rune"] {
  --avatar-color: var(--rune);
}
.profile-avatar[data-accent="sky"],.avatar-choice[data-accent="sky"] {
  --avatar-color: var(--sky);
}
.profile-avatar[data-accent="ember"],.avatar-choice[data-accent="ember"] {
  --avatar-color: var(--ember);
}
.profile-avatar img {
  width: 56%;
  image-rendering: pixelated;
}
.profile-avatar-large {
  width: 136px;
  height: 136px;
  border-radius: 22px;
}
.profile-avatar-xl {
  width: 150px;
  height: 150px;
  margin: -92px auto 22px;
  background: #0c1218;
}
.avatar-status {
  position: absolute;
  right: -4px;
  bottom: -4px;
  width: 18px;
  height: 18px;
  border: 4px solid #0b1117;
  border-radius: 50%;
  background: var(--moss);
}
.profile-identity {
  flex: 1;
}
.profile-label {
  color: var(--amber);
}
.profile-identity h1 {
  margin: 5px 0 4px;
  font-size: clamp(44px,5vw,70px);
  line-height: 1;
  letter-spacing: -.06em;
}
.profile-identity > p {
  max-width: 620px;
  margin: 8px 0;
  color: #ccd4d9;
}
.muted {
  color: var(--muted) !important;
}
.profile-meta {
  display: flex;
  gap: 25px;
  color: #8e9aa3;
  font-size: 12px;
}
.profile-meta span + span::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  margin: 0 25px 2px 0;
  background: currentColor;
}
.account-hero-actions {
  display: flex;
  gap: 10px;
  padding-bottom: 8px;
}
.account-layout {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 65px;
  align-items: start;
}
.account-nav {
  display: grid;
  gap: 6px;
}
.account-nav a {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 12px 14px;
  border-radius: 8px;
  color: #89969f;
  font-size: 12px;
  font-weight: 700;
}
.account-nav a:hover,.account-nav a.active {
  color: var(--paper);
  background: var(--panel);
}
.account-nav a.active {
  box-shadow: inset 3px 0 var(--amber);
}
.account-nav a span {
  width: 22px;
  color: var(--amber);
  font-family: var(--pixel);
  font-size: 12px;
}
.sticky-nav {
  position: sticky;
  top: 112px;
}
.account-welcome {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  margin-bottom: 18px;
  padding: 35px 38px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: linear-gradient(120deg,rgba(239,168,62,.1),transparent 55%),var(--panel);
}
.account-welcome h2 {
  margin: 5px 0;
  font-size: 30px;
  letter-spacing: -.04em;
}
.account-welcome p {
  margin: 0;
  color: var(--muted);
}
.account-welcome img {
  width: 72px;
  image-rendering: pixelated;
  opacity: .7;
}
.account-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.account-card {
  min-height: 245px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--panel);
}
.account-card-wide {
  grid-column: 1/-1;
}
.account-card-head {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.card-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  font: 700 12px/1.5 var(--font);
}
.card-icon.moss {
  color: var(--moss);
  background: rgba(154,195,91,.1);
}
.card-icon.amber {
  color: var(--amber);
  background: rgba(239,168,62,.1);
}
.card-icon.rune {
  color: var(--rune);
  background: rgba(202,103,239,.1);
}
.tag {
  padding: 6px 8px;
  border: 1px solid rgba(154,195,91,.25);
  border-radius: 5px;
  color: var(--moss);
  font: 700 12px/1.5 var(--font);
}
.tag.quiet {
  color: #7e8b94;
  border-color: var(--line);
}
.account-card h3 {
  margin: 32px 0 5px;
  font-size: 21px;
}
.account-card p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 13px;
}
.profile-url {
  color: var(--amber);
  font-family: var(--pixel);
  font-size: 12px;
}
.availability {
  color: #aab4bb;
  font-size: 12px;
}
.connection-line {
  display: flex;
  align-items: center;
  margin-top: 28px;
}
.connection-node {
  padding: 8px 11px;
  border: 1px solid var(--line);
  color: #5f6b73;
  font: 700 12px/1.5 var(--font);
}
.connection-node.active {
  color: var(--moss);
  border-color: rgba(154,195,91,.35);
}
.connection-line i {
  height: 1px;
  flex: 1;
  background: repeating-linear-gradient(90deg,var(--line-strong) 0 6px,transparent 6px 11px);
}
.compact-masthead {
  min-height: 430px;
  padding: 160px 0 70px;
}
.compact-masthead .content-shell {
  position: relative;
}
.compact-masthead h1 {
  font-size: 65px;
}
.compact-masthead p {
  margin: 0;
}
.settings-main {
  display: grid;
  gap: 20px;
}
.settings-section {
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--panel);
}
.settings-heading {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding-bottom: 27px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
.settings-heading > div:first-child > span {
  color: var(--amber);
  font: 700 12px/1.5 var(--font);
}
.settings-heading h2 {
  margin: 5px 0;
  font-size: 28px;
}
.settings-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}
.settings-form {
  display: grid;
  gap: 25px;
}
.form-actions {
  display: flex;
  justify-content: flex-end;
  padding-top: 5px;
}
.avatar-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  border: 0;
}
.avatar-picker legend {
  width: 100%;
  margin-bottom: 8px;
}
.avatar-choice {
  --avatar-color: var(--amber);
  position: relative;
  width: 104px;
  display: grid;
  gap: 7px;
  justify-items: center;
  cursor: pointer;
  color: #7e8b94;
  font-size: 12px;
  font-weight: 700;
}
.avatar-choice input {
  position: absolute;
  opacity: 0;
}
.avatar-choice-art {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background: #0b1117;
  transition: border-color .2s,transform .2s,box-shadow .2s;
}
.avatar-choice-art img {
  width: 38px;
  image-rendering: pixelated;
}
.avatar-choice:hover .avatar-choice-art,.avatar-choice input:checked + .avatar-choice-art {
  transform: translateY(-2px);
  border-color: var(--avatar-color);
  box-shadow: 0 0 22px var(--avatar-color);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0 22px color-mix(in srgb,var(--avatar-color) 16%,transparent);
  }
}
.avatar-choice input:checked ~ span:last-child {
  color: var(--paper);
}
.policy-callout {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
  padding: 15px;
  border: 1px solid rgba(239,168,62,.25);
  border-radius: 8px;
  background: rgba(239,168,62,.06);
}
.policy-callout > span {
  color: var(--amber);
  font: 700 12px/1.5 var(--font);
}
.policy-callout p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}
.policy-callout.available {
  border-color: rgba(154,195,91,.3);
  background: rgba(154,195,91,.06);
}
.policy-callout.available > span {
  color: var(--moss);
}
.field-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.public-profile-page {
  position: relative;
  min-height: 100svh;
  padding: 180px 24px 120px;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.public-profile-world {
  position: absolute;
  inset: 0;
}
.public-profile-world img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(2px) saturate(.72);
  transform: scale(1.025);
}
.public-profile-world::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(7,10,14,.7);
  backdrop-filter: blur(2px);
}
.public-profile-card {
  position: relative;
  width: min(100%,620px);
  margin-top: 50px;
  padding: 28px 54px 42px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 20px;
  text-align: center;
  background: rgba(12,18,24,.92);
  box-shadow: 0 40px 100px rgba(0,0,0,.5);
}
.public-profile-topline {
  display: flex;
  justify-content: space-between;
  padding-bottom: 55px;
  color: #788690;
  font: 700 12px/1.5 var(--font);
}
.public-profile-card h1 {
  margin: 0;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -.055em;
}
.calling {
  color: var(--amber);
  font: 700 12px/1.5 var(--font);
  text-transform: uppercase;
}
.public-profile-card > p {
  max-width: 460px;
  margin: 25px auto;
  color: #b8c1c7;
}
.public-profile-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
}
.public-profile-meta > span {
  padding: 25px 10px 0;
}
.public-profile-meta > span + span {
  border-left: 1px solid var(--line);
}
.public-profile-meta small {
  display: block;
  margin-bottom: 7px;
  color: #65717a;
  font: 700 12px/1.5 var(--font);
}
.public-profile-meta time,.public-profile-meta strong {
  font-size: 12px;
}
.public-profile-meta strong i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 5px;
  border-radius: 50%;
  background: var(--moss);
}
.not-found-stage {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 140px 24px 80px;
}
.not-found-bg {
  position: absolute;
  inset: 0;
}
.not-found-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.not-found-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(6,9,13,.95),rgba(6,9,13,.45));
}
.not-found-copy {
  position: relative;
  width: min(1240px,100%);
}
.error-code {
  display: block;
  margin-bottom: -30px;
  color: rgba(255,255,255,.055);
  font-size: clamp(150px,25vw,330px);
  line-height: .8;
  font-weight: 800;
  letter-spacing: -.1em;
}
.not-found-copy h1 {
  margin: 22px 0;
  font-size: clamp(50px,7vw,92px);
  line-height: .95;
  letter-spacing: -.06em;
}
.not-found-copy p {
  max-width: 520px;
  margin-bottom: 30px;
  color: #b9c2c8;
  font-size: 18px;
}
.site-footer {
  position: relative;
  overflow: hidden;
  padding: 95px 0 28px;
  border-top: 1px solid var(--line);
  background: #070a0e;
}
.footer-glow {
  position: absolute;
  width: 500px;
  height: 300px;
  left: -200px;
  bottom: -220px;
  border-radius: 50%;
  background: var(--amber);
  opacity: .1;
  filter: blur(90px);
}
.footer-main {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 100px;
  padding-bottom: 70px;
}
.footer-brand img {
  width: 190px;
}
.footer-brand p {
  color: #75818a;
  font-size: 13px;
}
.footer-links {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 35px;
}
.footer-links h2 {
  margin: 0 0 18px;
  color: #65727b;
  font: 700 12px/1.5 var(--font);
  text-transform: uppercase;
}
.footer-links a {
  display: block;
  margin: 9px 0;
  color: #b6bec3;
  font-size: 12px;
}
.footer-links a:hover {
  color: var(--amber);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
  color: #536069;
  font-size: 12px;
}
.footer-status i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--moss);
}
.avatar-choice input:focus-visible + .avatar-choice-art {
  outline: 3px solid var(--amber-bright);
  outline-offset: 4px;
}
@media (max-width: 1050px) {
  .nav-links {
    gap: 20px;
  }
  .content-shell,.footer-shell {
    width: min(100% - 40px,1240px);
  }
  .manifesto-grid,.split-intro,.masthead-split,.source-install-grid,.capture-pipeline-grid {
    gap: 55px;
  }
  .auth-stage {
    grid-template-columns: .75fr 1.25fr;
  }
  .auth-panel {
    padding-inline: 40px;
  }
  .capability-grid,.fact-row {
    grid-template-columns: repeat(2,1fr);
  }
  .fact-row article:nth-child(2) {
    border-right: 0;
  }
  .pack-card {
    padding: 28px;
  }
  .pack-card > img {
    margin-top: 40px;
  }
}
@media (max-width: 820px) {
  .site-header {
    height: 70px;
    background: rgba(9,13,18,.86);
    backdrop-filter: blur(14px);
    border-color: var(--line);
  }
  .nav-shell {
    width: calc(100% - 30px);
  }
  .brand {
    width: 155px;
  }
  .nav-toggle {
    display: block;
  }
  .nav-menu {
    position: fixed;
    inset: 70px 0 auto;
    visibility: hidden;
    pointer-events: none;
    display: grid;
    gap: 30px;
    padding: 30px 24px;
    border-bottom: 1px solid var(--line);
    background: rgba(9,13,18,.97);
    transform: translateY(-130%);
    opacity: 0;
    transition: transform .25s,opacity .2s,visibility 0s .25s;
  }
  .nav-menu.is-open {
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0s;
  }
  .nav-links {
    margin: 0;
    display: grid;
    gap: 18px;
  }
  .nav-links a {
    font-size: 16px;
  }
  .nav-actions,.nav-auth {
    width: 100%;
  }
  .nav-auth {
    justify-content: space-between;
  }
  .section-pad {
    padding: 90px 0;
  }
  .section-pad-small {
    padding: 65px 0;
  }
  .hero {
    min-height: 760px;
  }
  .hero-media img {
    object-position: 61% center;
  }
  .hero-scrim {
    background: linear-gradient(90deg,rgba(6,10,14,.96),rgba(6,10,14,.55) 80%),linear-gradient(0deg,var(--ink),transparent 30%);
  }
  .hero-copy h1 {
    font-size: clamp(56px,15vw,90px);
  }
  .scroll-cue {
    display: none;
  }
  .manifesto-grid,.split-intro,.section-heading-row,.masthead-split,.source-install-grid,.capture-pipeline-grid,.footer-main {
    grid-template-columns: 1fr;
  }
  .manifesto-grid,.split-intro {
    gap: 45px;
  }
  .section-heading-row {
    gap: 25px;
  }
  .chapter-grid {
    grid-template: repeat(3,430px) / 1fr;
  }
  .chapter-tall {
    grid-row: auto;
  }
  .page-hero {
    height: 75svh;
  }
  .page-hero-copy {
    justify-content: flex-end;
    padding-bottom: 70px;
  }
  .page-masthead {
    padding-top: 140px;
  }
  .feature-filmstrip {
    grid-template-columns: 1fr;
  }
  .filmstrip-card {
    height: 340px;
  }
  .detail-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .capability-grid,.pack-grid,.platform-grid {
    grid-template-columns: 1fr 1fr;
  }
  .pack-grid article:last-child,.platform-grid article:last-child {
    grid-column: 1/-1;
  }
  .development-note .content-shell {
    grid-template-columns: 70px 1fr;
  }
  .development-note a {
    grid-column: 2;
  }
  .architecture-grid {
    grid-template-columns: 1fr;
  }
  .architecture-grid article {
    min-height: 320px;
  }
  .capture-frame,.capture-frame img {
    min-height: 520px;
  }
  .technical-grid,.technology-strip .content-shell {
    grid-template-columns: repeat(2,1fr);
  }
  .technology-strip article:nth-child(2) {
    border-right: 0;
  }
  .account-hero-inner {
    flex-wrap: wrap;
  }
  .account-hero-actions {
    width: 100%;
  }
  .account-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .account-nav {
    display: flex;
    overflow-x: auto;
  }
  .account-nav a {
    flex: none;
  }
  .sticky-nav {
    position: static;
  }
  .auth-stage {
    display: block;
  }
  .auth-visual {
    min-height: 360px;
    height: 42svh;
  }
  .auth-visual-shade {
    background: linear-gradient(0deg,#0b1016,transparent 75%);
  }
  .auth-quote {
    bottom: 35px;
  }
  .auth-panel {
    padding: 45px 25px 80px;
  }
  .footer-main {
    gap: 50px;
  }
}
@media (max-width: 560px) {
  .content-shell,.footer-shell {
    width: calc(100% - 32px);
  }
  .section-pad {
    padding: 76px 0;
  }
  .button-large {
    min-height: 54px;
    padding-inline: 20px;
  }
  .hero-actions .button {
    width: 100%;
  }
  .hero-meta {
    gap: 12px;
  }
  .hero-meta span + span::before {
    margin-right: 12px;
  }
  .display-heading {
    font-size: 41px;
  }
  .chapter-grid {
    grid-template-rows: repeat(3,390px);
  }
  .chapter-content {
    inset-inline: 23px;
    bottom: 23px;
  }
  .page-hero h1,.page-masthead h1 {
    font-size: 53px;
  }
  .page-hero-copy > p,.page-masthead p {
    font-size: 17px;
  }
  .detail-grid,.capability-grid,.pack-grid,.platform-grid,.fact-row,.technical-grid,.technology-strip .content-shell {
    grid-template-columns: 1fr;
  }
  .detail-grid article {
    min-height: 240px;
  }
  .pack-grid article:last-child,.platform-grid article:last-child {
    grid-column: auto;
  }
  .fact-row article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .biome-panel {
    height: 650px;
  }
  .biome-copy,.biome-copy.right {
    left: 24px;
    right: 24px;
    bottom: 55px;
    text-align: left;
  }
  .inline-cta .content-shell {
    align-items: flex-start;
    flex-direction: column;
  }
  .manifest-card pre,.terminal-card pre {
    padding: 20px;
    font-size: 12px;
  }
  .engine-stack {
    padding-inline: 15px;
  }
  .capture-frame,.capture-frame img {
    min-height: 430px;
  }
  .capture-frame-label {
    left: 30px;
    right: 30px;
    bottom: 28px;
  }
  .architecture-grid article {
    min-height: 300px;
    padding: 28px;
  }
  .technical-grid article {
    min-height: 250px;
    padding: 28px;
  }
  .technical-grid h3 {
    margin-top: 48px;
  }
  .technology-strip article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .platform-grid article {
    padding: 30px;
  }
  .development-note .content-shell {
    grid-template-columns: 1fr;
  }
  .development-note a {
    grid-column: auto;
  }
  .account-hero {
    min-height: 600px;
  }
  .account-hero-inner {
    padding-top: 85px;
  }
  .profile-avatar-large {
    width: 110px;
    height: 110px;
  }
  .account-hero-actions {
    flex-direction: column;
  }
  .account-hero-actions .button {
    width: 100%;
  }
  .account-card-grid {
    grid-template-columns: 1fr;
  }
  .account-card-wide {
    grid-column: auto;
  }
  .account-welcome img {
    display: none;
  }
  .settings-section {
    padding: 24px 20px;
  }
  .avatar-choice {
    width: calc(33.33% - 8px);
  }
  .field-pair {
    grid-template-columns: 1fr;
  }
  .form-actions .button {
    width: 100%;
  }
  .public-profile-card {
    padding-inline: 24px;
  }
  .small-form-card,.result-card {
    padding: 32px 22px;
  }
  .footer-links {
    grid-template-columns: 1fr 1fr;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .auth-quote strong {
    font-size: 34px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,*::before,*::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  vertical-align: middle;
}
.detail-grid article > span .icon, .fact-row .icon {
  width: 38px;
  height: 38px;
}
.card-icon .icon, .result-glyph .icon, .auth-mark > .icon, .development-glyph .icon {
  width: 55%;
  height: 55%;
}
.account-nav .icon {
  width: 18px;
  height: 18px;
}
.back-link, .cast-nav a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cinematic-window {
  position: relative;
  margin: 0;
  background: #101625;
}
.cinematic-window > img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.cinematic-window::after {
  content: "";
  position: absolute;
  inset: 50% 0 0;
  background: linear-gradient(transparent, rgba(7,11,20,.85));
  pointer-events: none;
}
.cinematic-window figcaption {
  position: absolute;
  inset: auto 0 50px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.cinematic-window figcaption > span {
  font-size: clamp(26px,4vw,56px);
  font-weight: 800;
  letter-spacing: -.045em;
}
.cinematic-window figcaption a {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  font-size: 13px;
  font-weight: 800;
}
.cast-invitation {
  background: linear-gradient(135deg,#15232a,#0b1218 70%);
  border-block: 1px solid var(--line);
}
.cast-invitation-grid {
  display: grid;
  grid-template-columns: .85fr 1fr;
  align-items: center;
  gap: 100px;
}
.mascot-portrait {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 180px 180px 18px 18px;
}
.mascot-portrait img {
  width: 100%;
  height: auto;
}
.portrait-stamp {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  color: var(--amber-bright);
  font: 700 12px/1.5 var(--font);
  letter-spacing: .08em;
}
.cast-invitation-grid > div > p:not(.lead) {
  color: var(--muted);
}
.cast-invitation-grid .button {
  margin-top: 20px;
}
.cast-miniatures {
  display: flex;
  gap: 12px;
  margin-top: 38px;
}
.cast-miniatures img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  border-radius: 12px;
  border: 1px solid var(--line-strong);
  object-fit: cover;
}
.modding-invitation {
  background: radial-gradient(ellipse at 80% 0,rgba(202,103,239,.09),transparent 60%);
}
.modding-invitation .button {
  margin-top: 24px;
}
.cast-masthead {
  padding: 145px 0 0;
  overflow: hidden;
  background: radial-gradient(ellipse at 85% 25%,#25464d,#0c151c 65%);
}
.cast-heading {
  display: grid;
  grid-template-columns: 1.5fr .75fr;
  align-items: center;
  gap: 60px;
  padding-bottom: 70px;
}
.cast-heading h1 {
  font-size: clamp(52px,6.5vw,90px);
  line-height: .96;
  letter-spacing: -.065em;
  margin: 24px 0;
}
.cast-heading h1 em {
  color: var(--amber-bright);
  font-style: normal;
}
.cast-heading p {
  color: #b8c5ca;
  font-size: 18px;
  max-width: 620px;
}
.cast-cover {
  position: relative;
  border: 1px solid var(--line-strong);
  border-radius: 160px 160px 18px 18px;
  overflow: hidden;
  transform: rotate(4deg);
}
.cast-cover img {
  width: 100%;
  height: auto;
}
.cast-cover span {
  position: absolute;
  bottom: 24px;
  inset-inline: 0;
  color: var(--amber-bright);
  text-align: center;
  font: 700 12px/1.5 var(--font);
  letter-spacing: .1em;
}
.cast-nav {
  display: flex;
  gap: 36px;
  border-top: 1px solid var(--line-strong);
  padding-block: 22px;
  flex-wrap: wrap;
}
.cast-nav a {
  font-size: 13px;
  font-weight: 800;
  color: #cedbdc;
}
.cast-nav a:hover {
  color: var(--amber-bright);
}
.creature-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 30px;
  align-items: start;
}
.creature-card {
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  background: #101b22;
  scroll-margin-top: 100px;
}
.creature-art {
  position: relative;
  aspect-ratio: 4/5;
  background: #132930;
  overflow: hidden;
}
.creature-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.creature-role {
  position: absolute;
  left: 26px;
  bottom: 23px;
  color: #e6ebe5;
  background: rgba(9,18,22,.8);
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 9px 12px;
  font: 700 12px/1.5 var(--font);
  letter-spacing: .05em;
}
.creature-copy {
  padding: 32px 36px 36px;
}
.creature-copy h3 {
  margin: 0;
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: -.055em;
}
.creature-subtitle {
  margin: 9px 0 24px;
  color: var(--amber-bright);
  font-weight: 700;
  font-size: 15px;
}
.creature-copy > p:not(.creature-subtitle) {
  color: #a6b5be;
  font-size: 15px;
  line-height: 1.8;
}
.field-note {
  display: flex;
  align-items: center;
  gap: 13px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
  margin-top: 24px;
  color: #d3ded9;
  font-size: 12px;
}
.field-note > .icon {
  color: var(--amber);
}
.after-dark {
  background: radial-gradient(ellipse at 70% 30%,rgba(141,69,90,.12),transparent 70%),#0b1017;
  border-block: 1px solid var(--line);
}
.after-dark .creature-card {
  background: #171b24;
}
.after-dark .creature-subtitle {
  color: #eaa6af;
}
.honorary-wildlife {
  background: radial-gradient(ellipse at 15% 50%,rgba(239,168,62,.06),transparent 65%);
}
.field-guide-note {
  padding-block: 0 70px;
  color: #92a2ad;
  font-size: 12px;
  line-height: 1.8;
}
.field-guide-note p {
  max-width: 820px;
}
.fact-row strong {
  margin-bottom: 15px;
}
@media (max-width: 1050px) {
  .cast-invitation-grid {
    gap: 50px;
  }
  .cast-heading {
    gap: 30px;
  }
  .creature-copy {
    padding: 28px;
  }
}
@media (max-width: 820px) {
  .cast-invitation-grid {
    grid-template-columns: .8fr 1fr;
    gap: 30px;
  }
  .cast-invitation .display-heading {
    font-size: 40px;
  }
  .cast-heading {
    grid-template-columns: 1fr .6fr;
  }
  .cast-heading h1 {
    font-size: 52px;
  }
  .cast-cover span {
    font-size: 12px;
  }
  .creature-grid {
    gap: 18px;
  }
  .creature-copy {
    padding: 24px;
  }
  .creature-copy h3 {
    font-size: 36px;
  }
  .creature-copy > p:not(.creature-subtitle) {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .cinematic-window > img {
    aspect-ratio: 4/5;
    object-position: 56% center;
  }
  .cinematic-window figcaption {
    bottom: 28px;
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
  .cast-invitation-grid, .cast-heading {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .mascot-portrait {
    max-width: 340px;
    margin-inline: auto;
  }
  .cast-invitation-grid .button {
    width: 100%;
  }
  .cast-masthead {
    padding-top: 115px;
  }
  .cast-heading {
    padding-bottom: 40px;
  }
  .cast-heading h1 {
    font-size: clamp(40px,11vw,58px);
  }
  .cast-heading p {
    font-size: 16px;
  }
  .cast-cover {
    width: 220px;
    justify-self: center;
  }
  .cast-cover span {
    font-size: 12px;
  }
  .cast-nav {
    gap: 18px;
  }
  .cast-nav a {
    font-size: 12px;
    gap: 7px;
  }
  .cast-nav .icon {
    width: 16px;
    height: 16px;
  }
  .creature-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .creature-art {
    height: auto;
    aspect-ratio: 4/5;
  }
  .creature-role {
    left: 18px;
    bottom: 18px;
    font-size: 12px;
  }
}
[hidden] {
  display: none !important;
}
.eyebrow, .section-index, .profile-label, .chapter-content > span, .hero-meta, .portrait-stamp, .creature-role, .cast-cover span, .scroll-cue, .chapter-number {
  font-family: var(--font);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: .08em;
}
.section-index {
  color: #a4b2bc;
}
.code-window-head small, .engine-stack small, .footer-links h2 {
  color: #a4b2bc;
}
.field-hint, .field > span small, .footer-bottom {
  color: #9aa8b3;
}
.step-list article {
  grid-template-columns: 45px 64px 1fr;
}
.bug-report-button {
  color: var(--paper);
  background: #090d12;
  border-color: #090d12;
}
.bug-report-button:hover {
  color: #fff;
  background: #1b2530;
}
.creature-choice {
  width: 96px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #0c171d;
  color: #c1ced4;
  cursor: pointer;
}
.creature-choice span {
  display: block;
  padding: 8px 0 4px;
  font-size: 12px;
  font-weight: 800;
}
.creature-choice[aria-pressed="true"] {
  border-color: var(--amber);
  background: #30271a;
  color: var(--amber-bright);
  box-shadow: 0 0 0 2px rgba(239,168,62,.14);
}
.creature-choice:hover {
  border-color: var(--amber-bright);
}
.cast-miniatures {
  gap: 10px;
  flex-wrap: wrap;
}
.minecart-questions {
  position: absolute;
  inset: 0;
  pointer-events: none;
  color: var(--amber-bright);
  filter: drop-shadow(0 3px 8px #0008);
}
.minecart-questions > .icon {
  position: absolute;
  width: 54px;
  height: 54px;
}
.minecart-questions > .icon:nth-child(1) {
  left: 16%;
  top: 25%;
  transform: rotate(-20deg);
}
.minecart-questions > .icon:nth-child(2) {
  right: 15%;
  top: 19%;
  transform: rotate(18deg);
}
.minecart-questions > .icon:nth-child(3) {
  right: 12%;
  bottom: 25%;
  transform: rotate(-10deg);
}
.portrait-stamp {
  padding-inline: 20px;
}
.download-hero {
  height: auto;
  min-height: 940px;
}
.download-hero > img {
  position: absolute;
  inset: 0;
}
.download-hero .page-hero-copy {
  position: relative;
  min-height: 940px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 65px;
  padding-block: 145px 85px;
}
.download-hero h1 {
  font-size: clamp(58px,6vw,86px);
}
.download-hero .page-hero-copy > div > p {
  max-width: 480px;
  font-size: 20px;
  color: #d2dbe0;
}
.download-picker {
  padding: 32px;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  background: rgba(9,17,23,.94);
  box-shadow: var(--shadow);
}
.download-picker .section-index {
  margin-bottom: 12px;
  font-size: 12px;
  color: var(--amber-bright);
}
.download-picker h2 {
  margin: 0;
  font-size: 34px;
  letter-spacing: -.045em;
  font-weight: 800;
}
.download-picker p {
  font-size: 14px;
  color: #b1bfc9;
}
.download-selectors {
  display: grid;
  gap: 18px;
  margin: 24px 0;
}
.field select {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  padding: 12px;
  color: var(--paper);
  background: #111e27;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  font: inherit;
}
.field select:focus-visible {
  outline: 2px solid var(--amber-bright);
  outline-offset: 3px;
}
.download-picker .download-status {
  color: var(--paper);
  font-weight: 700;
}
.download-picker .download-details {
  overflow-wrap: anywhere;
  font-size: 13px;
  margin-top: 20px;
}
.download-picker .button {
  line-height: 1.5;
  padding-block: 13px;
}
.download-picker .text-link {
  margin-top: 12px;
}
.processor-help {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: #c3cfd6;
  font-size: 13px;
}
.processor-help summary {
  cursor: pointer;
  font-weight: 700;
}
.avatar-upload {
  margin-block: 28px 35px;
  padding: 24px;
  background: #0c151d;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.avatar-upload h3 {
  margin: 0 0 8px;
  font-size: 22px;
}
.avatar-upload p, .avatar-upload small {
  color: #a8b7c2;
  font-size: 13px;
  line-height: 1.65;
}
.avatar-upload-fields {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 20px;
  align-items: start;
  margin-top: 22px;
}
.upload-preview {
  width: 92px;
  height: 92px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background: #13242d;
}
.upload-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile-avatar img.avatar-pixel, .avatar-choice-art img.avatar-pixel, .upload-preview img.avatar-pixel {
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}
.small-form-card > .form-note {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}
.email-settings {
  display: grid;
  gap: 24px;
  min-width: 0;
}
.email-current {
  display: grid;
  gap: 7px;
}
.email-label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}
.email-current strong {
  font-size: 16px;
  font-weight: 600;
  overflow-wrap: anywhere;
}
.email-pending {
  padding: 22px;
  border: 1px solid rgba(239,168,62,.25);
  border-radius: 12px;
  background: rgba(239,168,62,.045);
}
.email-pending-status {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--amber);
  font-size: 12px;
  font-weight: 700;
}
.email-status-dot {
  width: 6px;
  height: 6px;
  flex: none;
  border-radius: 50%;
  background: currentColor;
}
.email-pending-address {
  margin: 12px 0 7px;
  font-size: 17px;
  font-weight: 600;
  overflow-wrap: anywhere;
}
.email-pending-copy {
  max-width: 58ch;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}
.email-pending-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 20px;
  margin-top: 18px;
  padding-top: 12px;
  border-top: 1px solid rgba(239,168,62,.13);
}
.email-pending-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}
.email-pending-footer form {
  margin: 0;
}
.email-cancel {
  min-height: 36px;
  padding: 5px 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  font: 600 12px/1.5 var(--font);
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}
.email-cancel:hover {
  color: var(--paper);
}
.email-pending.is-expired {
  border-color: var(--line-strong);
  background: rgba(255,255,255,.025);
}
.email-pending.is-expired .email-pending-status {
  color: var(--muted);
}
.email-change-editor {
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.email-change-editor > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 4px 0;
  color: var(--paper);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}
.email-change-editor > summary::-webkit-details-marker {
  display: none;
}
.email-change-editor > summary .icon {
  flex: none;
  color: var(--muted);
  transition: transform .2s;
}
.email-change-editor[open] > summary {
  margin-bottom: 24px;
}
.email-change-editor[open] > summary .icon {
  transform: rotate(90deg);
}
.email-change-editor .field-hint {
  margin: 0;
  line-height: 1.7;
}
.email-cancel:focus-visible, .email-change-editor > summary:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 5px;
  border-radius: 3px;
}
@media (max-width: 560px) {
  .email-pending {
    padding: 18px;
  }
  .email-pending-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
.avatar-upload input[type="file"] {
  padding: 10px;
  font-size: 13px;
}
.avatar-upload input::file-selector-button {
  color: var(--ink);
  background: var(--paper);
  border: 0;
  padding: 7px 10px;
  margin-right: 12px;
  border-radius: 4px;
  cursor: pointer;
}
.profile-avatar img.avatar-photo, .avatar-choice-art img.avatar-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: auto;
  border-radius: inherit;
}
@media (max-width: 1050px) {
  .download-hero .page-hero-copy {
    gap: 30px;
  }
  .download-picker {
    padding: 25px;
  }
}
@media (max-width: 820px) {
  .download-hero .page-hero-copy {
    grid-template-columns: 1fr;
    gap: 30px;
    min-height: auto;
    padding-top: 130px;
  }
  .download-picker {
    max-width: 640px;
    width: 100%;
  }
  .step-list article {
    gap: 18px;
  }
}
@media (max-width: 560px) {
  .cast-miniatures {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 7px;
  }
  .creature-choice {
    width: 100%;
    padding: 3px;
  }
  .creature-choice span {
    font-size: 12px;
  }
  .portrait-stamp, .cast-cover span, .creature-role {
    font-size: 12px;
    letter-spacing: .035em;
  }
  .download-picker {
    padding: 23px 18px;
  }
  .download-hero h1 {
    font-size: 55px;
  }
  .avatar-upload {
    padding: 18px;
  }
  .avatar-upload-fields {
    grid-template-columns: 1fr;
  }
  .avatar-upload .button {
    width: 100%;
  }
  .step-list article {
    grid-template-columns: 40px 1fr;
  }
  .step-list article > span {
    display: none;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
    }
  }
}
