/*! 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;
    --spacing: 0.25rem;
    --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 {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .static {
    position: static;
  }
  .col-auto {
    grid-column: auto;
  }
  .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;
    }
  }
  .m-0 {
    margin: 0px;
  }
  .mx-1 {
    margin-inline: var(--spacing);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .ms-2 {
    margin-inline-start: calc(var(--spacing) * 2);
  }
  .me-2 {
    margin-inline-end: calc(var(--spacing) * 2);
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-0 {
    margin-bottom: 0px;
  }
  .mb-1 {
    margin-bottom: var(--spacing);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .block {
    display: block;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .h-100 {
    height: calc(var(--spacing) * 100);
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .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;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .text-end {
    text-align: end;
  }
  .align-bottom {
    vertical-align: bottom;
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
: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-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 {
  padding: 27px 0;
  border-bottom: 1px solid var(--line);
}
.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 {
  padding: 16px 0;
  border-top: 1px solid var(--line);
}
.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;
}
.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);
}
.creature-card-featured {
  grid-column: 1 / -1;
}
.creature-card-featured .creature-copy > p:not(.creature-subtitle) + p {
  margin-top: 16px;
}
.creature-actions {
  margin-top: 24px;
}
.creature-actions .text-link {
  font-size: 12px;
}
@media (min-width: 821px) {
  .creature-card-featured {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
@media (min-width: 561px) and (max-width: 820px) {
  .creature-card-featured {
    width: min(100%, 540px);
    justify-self: center;
  }
}
.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;
  }
}
:root {
  --display: "Chakra Petch", "Manrope", sans-serif;
  --field: #e8e2cf;
}
.display-heading, .hero-film h1, .guide-opening h1, .page-hero h1, .page-masthead h1, .world-reveal h2, .free-finale h2, .activity-copy h3, .dispatch-card h3, .biome-copy h2, .inline-cta h2, .cast-heading h1, .news-index-heading h1, .article-heading h1, .article-body h2 {
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -.045em;
}
.display-heading {
  font-size: clamp(38px,4.3vw,64px);
  line-height: 1.08;
}
.section-index {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  letter-spacing: .13em;
  margin-bottom: 23px;
}
.section-index::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: none;
  background: var(--amber);
  box-shadow: 4px -4px 0 -1px rgba(239,168,62,.3);
}
.button {
  border-radius: 2px;
  gap: 14px;
}
.button-primary {
  background: #f7bb55;
  box-shadow: 0 4px 0 #976321;
  border: 1px solid #ffc96e;
}
.button-primary:hover {
  background: #ffcf7a;
  box-shadow: 0 4px 0 #976321;
}
.button-rune {
  background: #d98af1;
  box-shadow: 0 4px 0 #713386;
}
.nav-shell {
  gap: 28px;
}
.site-header {
  background: rgba(9,13,18,.9);
  border-bottom-color: var(--line);
}
.nav-menu {
  gap: 24px;
}
.nav-play {
  flex: none;
}
.nav-play .icon {
  width: 16px;
  height: 16px;
}
.nav-links a[aria-current="page"] {
  color: var(--amber-bright);
}
.nav-links a[aria-current="page"]::after {
  right: 0;
}
.nav-toggle {
  border-radius: 2px;
}
.nav-auth {
  gap: 15px;
}
.promise-strip {
  background: #172a27;
  border-block: 1px solid #324840;
  padding: 22px 0;
}
.promise-strip .content-shell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.promise-strip strong {
  font-family: var(--display);
  font-weight: 500;
  font-size: 19px;
}
.promise-strip span {
  color: #b8c7b6;
  font-size: 12px;
}
.first-day {
  background: #ece6d6;
  color: #233631;
  position: relative;
}
.first-day::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#304a3910 1px,transparent 1px),linear-gradient(90deg,#304a3910 1px,transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg,#0005,transparent 70%);
  pointer-events: none;
}
.first-day-grid {
  position: relative;
  display: grid;
  grid-template-columns: .85fr 1.25fr;
  gap: 70px;
  align-items: center;
}
.editorial-copy > p:not(.lead) {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}
.editorial-copy .lead {
  font-size: 20px;
}
.first-day .editorial-copy > p:not(.lead) {
  color: #51645c;
}
.first-day .section-index {
  color: #56675a;
}
.first-day .text-link {
  color: #2f563f;
  border-color: #8e9d82;
}
.field-photo {
  margin: 0;
  min-width: 0;
  position: relative;
  padding: 8px;
  border: 1px solid #7c97804d;
  background: #0c191c;
  box-shadow: 12px 12px 0 #849b7220;
}
.field-photo > img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.activities {
  background: #0c171b;
}
.activity-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 26px;
}
.activity-card {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #6c816345;
  padding-bottom: 24px;
}
.activity-image {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.activity-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s;
}
.activity-card:hover img {
  transform: scale(1.025);
}
.activity-copy {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.activity-copy h3 {
  font-size: 27px;
  line-height: 1.15;
  margin: 25px 0 14px;
}
.activity-copy p {
  color: #a9bcb4;
  font-size: 14px;
  line-height: 1.8;
}
.activity-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #edc47c;
  font-size: 12px;
  font-weight: 700;
  margin-top: auto;
  padding-top: 26px;
}
.cast-invitation {
  background: #122322;
}
.cast-invitation-grid {
  grid-template-columns: .8fr 1.1fr;
  gap: 100px;
}
.mascot-portrait {
  max-width: 460px;
  border-radius: 0;
  box-shadow: 14px 14px 0 #77915b14;
  border-color: #617b6655;
}
.portrait-stamp {
  border-radius: 0;
}
.creature-choice {
  border-radius: 2px;
}
.creature-choice img {
  border-radius: 0;
}
.creature-card {
  border-radius: 2px;
}
.creature-role {
  border-radius: 0;
}
.world-reveal {
  position: relative;
  margin: 0;
  min-height: 720px;
  height: 85svh;
  max-height: 1050px;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
}
.world-reveal > img {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.world-reveal::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background: linear-gradient(0deg,#080e1c 0%,#080e1caa 24%,transparent 80%),linear-gradient(90deg,#080e1c55,transparent);
}
.world-reveal figcaption {
  padding-block: 70px;
}
.world-reveal h2 {
  font-size: clamp(48px,5.5vw,82px);
  line-height: 1;
  margin: 15px 0 22px;
}
.world-reveal p {
  color: #d0c6d5;
  margin-bottom: 27px;
}
.map-coordinate {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  right: 34px;
  top: 35px;
  font-size: 10px;
  letter-spacing: .2em;
  color: #e4cff0;
  padding: 12px 16px;
  border: 1px solid #e4cff055;
  background: #11112380;
}
.mod-example {
  background: #0f1220;
}
.mod-example .first-day-grid {
  grid-template-columns: 1.2fr .85fr;
}
.mod-example .section-index {
  color: #c3a3ce;
}
.mod-example .section-index::before {
  background: var(--rune);
}
.mod-example .button {
  margin-top: 18px;
}
.dispatch {
  background: #101d20;
  border-top: 1px solid #405c4e55;
}
.dispatch-heading {
  display: flex;
  gap: 40px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 50px;
}
.dispatch-heading .text-link {
  margin-bottom: 5px;
  flex: none;
}
.dispatch-card {
  display: grid;
  grid-template-columns: .95fr 1fr;
  gap: 54px;
  padding: 28px;
  border: 1px solid #536e5855;
  background: #142328;
}
.dispatch-image img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}
.dispatch-image {
  display: block;
  overflow: hidden;
}
.dispatch-card > div {
  padding-block: 16px;
}
.dispatch-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: #e9c384;
  font-size: 11px;
}
.dispatch-meta span {
  color: #a9bcb4;
}
.dispatch-card h3 {
  font-size: 35px;
  line-height: 1.15;
  margin: 20px 0;
}
.dispatch-card p {
  color: #b5c2bc;
  font-size: 15px;
}
.follow-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-top: 35px;
}
.follow-row strong {
  font-size: 17px;
}
.follow-row p {
  margin: 5px 0 0;
  color: #a9bcb4;
  font-size: 13px;
}
.follow-row .text-link {
  margin: 0;
}
.free-finale {
  padding: 95px 0 110px;
  text-align: center;
  background: #e8e2cf;
  color: #263c32;
  position: relative;
  overflow: hidden;
}
.free-finale::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .2;
  background-image: linear-gradient(#4c685533 1px,transparent 1px),linear-gradient(90deg,#4c685533 1px,transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
}
.free-finale .content-shell {
  position: relative;
}
.free-finale img {
  width: 65px;
  height: 65px;
  margin: 0 auto 30px;
  image-rendering: pixelated;
}
.free-finale .section-index {
  justify-content: center;
  color: #657462;
}
.free-finale h2 {
  font-size: clamp(65px,8vw,112px);
  line-height: .95;
  margin: 24px 0;
}
.free-finale em {
  font-style: normal;
  color: #56703c;
}
.free-finale p {
  color: #526549;
}
.free-finale .button {
  margin-top: 14px;
}
.free-finale small {
  display: block;
  margin-top: 27px;
  color: #617159;
  font-size: 11px;
}
.footer-brand strong {
  color: var(--amber-bright);
}
.footer-bottom a:hover {
  color: var(--amber);
}
.guide-opening {
  padding-top: 155px;
  padding-bottom: 65px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.guide-opening h1 {
  font-size: clamp(45px,5vw,72px);
  line-height: 1.03;
  margin: 20px 0;
}
.guide-opening h1 em {
  color: var(--amber-bright);
  font-style: normal;
}
.guide-opening .lead {
  font-size: 18px;
  color: #bdcac2;
  margin-bottom: 30px;
}
.small-note {
  font-size: 12px;
  color: #a9b8ae;
}
.guide-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 45px;
  border-block: 1px solid var(--line-strong);
  padding-block: 20px;
}
.guide-nav a {
  font-size: 12px;
  font-weight: 700;
  color: #c2cfbd;
}
.guide-nav a:hover {
  color: #ffcc7b;
}
.mechanic {
  scroll-margin-top: 85px;
}
.mechanic:nth-of-type(even) {
  background: #102020;
}
.mechanic-grid {
  display: grid;
  grid-template-columns: 1.25fr .85fr;
  align-items: center;
  gap: 80px;
}
.mechanic-grid.reverse {
  grid-template-columns: .85fr 1.25fr;
}
.mechanic-grid.reverse > figure {
  order: 2;
}
.feature-notes {
  list-style: none;
  padding: 0;
  margin: 25px 0 0;
}
.feature-notes li {
  padding: 12px 0 12px 20px;
  border-top: 1px solid var(--line);
  font-size: 13px;
  position: relative;
}
.feature-notes li::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 21px;
  background: var(--amber);
}
.crafting-route {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 15px;
  margin-top: 25px;
  font-size: 13px;
}
.page-hero-world {
  height: 84svh;
  min-height: 680px;
}
.page-hero-world h1 {
  font-size: clamp(60px,7vw,104px);
}
.biome-panel {
  height: min(850px,80svh);
  min-height: 580px;
}
.biome-panel > img {
  height: 100%;
}
.biome-panel .biome-copy {
  max-width: 480px;
}
.mods-masthead {
  min-height: auto;
  padding-block: 165px 90px;
}
.mods-masthead .masthead-split {
  grid-template-columns: 1fr 1fr;
  gap: 65px;
}
.mods-masthead h1 {
  font-size: clamp(48px,5.2vw,74px);
}
.mods-masthead .masthead-glow {
  opacity: .035;
}
.pack-card {
  border-radius: 2px;
  padding-top: 30px;
}
.pack-card img.pack-scene {
  width: calc(100% + 60px);
  max-width: none;
  height: 205px;
  object-fit: cover;
  margin: -30px -30px 25px;
  image-rendering: auto;
  filter: none;
}
.pack-card .pack-card > img:not(.pack-scene) {
  width: 40px;
  height: 40px;
}
.pack-card {
  padding-inline: 30px;
}
.mod-cover > img {
  aspect-ratio: 4/3;
}
.download-hero {
  min-height: 700px;
}
.download-hero .page-hero-copy {
  min-height: 700px;
  padding-block: 135px 70px;
  grid-template-columns: 1fr 1fr;
  gap: 75px;
}
.download-hero > img {
  object-position: center;
  opacity: .42;
}
.download-hero h1 {
  font-size: clamp(44px,4.5vw,68px);
  line-height: 1.07;
}
.download-intro .section-index {
  color: #ffcb70;
}
.download-hero .page-hero-copy .download-reassurance {
  font-size: 14px;
  color: #d1decb;
}
.download-hero .page-hero-copy .small-note {
  font-size: 12px;
  color: #bac8ba;
}
.download-picker {
  border-radius: 2px;
  border-color: #79916b77;
  padding: 28px;
  box-shadow: 9px 9px 0 #0003;
}
.download-picker h2 {
  font-family: var(--display);
  font-size: 32px;
}
.download-picker .section-index {
  margin-bottom: 8px;
}
.download-selectors {
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-block: 20px;
}
.field select {
  border-radius: 2px;
  font-size: 13px;
}
.processor-help {
  margin-top: 16px;
  padding-top: 14px;
}
.download-picker .text-link {
  margin-top: 8px;
}
.download-picker .download-details {
  margin-top: 15px;
}
@media (max-width: 1100px) {
  .nav-shell,.nav-menu {
    gap: 20px;
  }
  .nav-links {
    gap: 20px;
  }
  .brand {
    width: 155px;
  }
  .nav-play {
    padding-inline: 14px;
  }
  .nav-auth .player-chip-icon {
    display: none;
  }
  .first-day-grid,.mechanic-grid,.mechanic-grid.reverse {
    gap: 45px;
  }
  .activity-grid {
    gap: 18px;
  }
  .activity-copy h3 {
    font-size: 25px;
  }
  .cast-invitation-grid {
    gap: 65px;
  }
  .dispatch-card {
    gap: 32px;
  }
  .mods-masthead .masthead-split {
    gap: 35px;
  }
  .download-hero .page-hero-copy {
    gap: 35px;
  }
}
@media (max-width: 820px) {
  .nav-shell {
    gap: 12px;
  }
  .brand {
    margin-right: auto;
  }
  .nav-play {
    order: 2;
    min-height: 38px;
    font-size: 11px;
  }
  .nav-toggle {
    order: 3;
    flex: none;
  }
  .nav-play .icon {
    display: none;
  }
  .nav-menu {
    max-height: calc(100svh - 70px);
    overflow: auto;
  }
  .nav-menu .nav-auth {
    width: auto;
  }
  .nav-auth .player-chip-icon {
    display: grid;
  }
  .promise-strip .content-shell {
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
  }
  .first-day-grid,.mod-example .first-day-grid,.mechanic-grid,.mechanic-grid.reverse {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .first-day .field-photo > img {
    aspect-ratio: 16/10;
  }
  .activity-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .activity-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .activity-copy h3 {
    margin-top: 0;
  }
  .activity-image {
    aspect-ratio: 1/1;
  }
  .activity-copy p {
    font-size: 14px;
  }
  .activity-link {
    margin-top: auto;
    padding-top: 18px;
  }
  .section-heading-row {
    margin-bottom: 40px;
  }
  .cast-invitation-grid {
    gap: 35px;
  }
  .dispatch-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }
  .dispatch-card {
    gap: 25px;
    padding: 20px;
  }
  .dispatch-card h3 {
    font-size: 28px;
  }
  .follow-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .guide-opening {
    padding-top: 120px;
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .guide-opening h1 {
    font-size: 62px;
  }
  .guide-opening .field-photo > img {
    aspect-ratio: 16/9;
  }
  .mechanic-grid.reverse > figure {
    order: 0;
  }
  .mechanic-grid .field-photo > img {
    aspect-ratio: 16/10;
  }
  .mods-masthead .masthead-split {
    grid-template-columns: 1fr;
  }
  .mod-cover > img {
    aspect-ratio: 16/9;
  }
  .world-reveal {
    min-height: 660px;
    height: 80svh;
  }
  .world-reveal > img {
    object-position: 62% center;
  }
  .download-hero {
    min-height: 0;
  }
  .download-hero .page-hero-copy {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-block: 108px 55px;
    min-height: 0;
  }
  .download-intro h1 {
    font-size: 48px;
    margin-block: 10px 14px;
  }
  .download-intro h1 br {
    display: none;
  }
  .download-intro .section-index {
    margin-bottom: 12px;
  }
  .download-hero .page-hero-copy > div > p {
    font-size: 17px;
    margin-block: 9px;
  }
  .download-picker {
    max-width: none;
  }
  .download-intro {
    max-width: 680px;
  }
}
@media (max-width: 560px) {
  .nav-shell {
    width: calc(100% - 24px);
    gap: 10px;
  }
  .brand {
    width: 130px;
  }
  .nav-play {
    padding-inline: 11px;
  }
  .nav-toggle {
    width: 38px;
    height: 38px;
    padding: 7px;
  }
  .promise-strip {
    padding: 21px 0;
  }
  .promise-strip strong {
    font-size: 17px;
  }
  .promise-strip span {
    font-size: 10px;
  }
  .section-index {
    font-size: 10px;
    margin-bottom: 18px;
  }
  .editorial-copy .lead {
    font-size: 18px;
  }
  .field-photo {
    padding: 5px;
    box-shadow: 7px 7px 0 #849b721a;
  }
  .activity-card {
    display: block;
    padding-bottom: 26px;
  }
  .activity-image {
    aspect-ratio: 4/3;
  }
  .activity-copy h3 {
    font-size: 28px;
    margin-top: 22px;
  }
  .activity-copy p {
    font-size: 14px;
  }
  .activity-link {
    font-size: 12px;
  }
  .cast-invitation-grid {
    grid-template-columns: 1fr;
  }
  .cast-invitation .display-heading {
    font-size: 39px;
  }
  .cast-invitation .lead {
    font-size: 18px;
  }
  .cast-invitation .mascot-portrait {
    max-width: 310px;
  }
  .world-reveal {
    min-height: 660px;
  }
  .world-reveal h2 {
    font-size: 47px;
  }
  .world-reveal p {
    max-width: 310px;
    font-size: 15px;
  }
  .world-reveal figcaption {
    padding-bottom: 55px;
  }
  .map-coordinate {
    right: 18px;
    top: 25px;
    font-size: 9px;
  }
  .mod-example .field-photo {
    order: 1;
  }
  .mod-example .editorial-copy {
    order: 0;
  }
  .dispatch-card {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 13px;
  }
  .dispatch-image img {
    min-height: 0;
    aspect-ratio: 16/10;
  }
  .dispatch-card > div {
    padding: 12px;
  }
  .dispatch-card h3 {
    font-size: 30px;
  }
  .free-finale {
    padding-block: 72px 85px;
  }
  .free-finale h2 {
    font-size: 77px;
  }
  .free-finale p {
    font-size: 14px;
  }
  .guide-opening h1 {
    font-size: 47px;
  }
  .guide-nav {
    gap: 16px 22px;
  }
  .guide-nav a {
    font-size: 11px;
  }
  .mechanic {
    padding-block: 65px;
  }
  .page-hero-world {
    min-height: 680px;
  }
  .page-hero-world h1 {
    font-size: 58px;
  }
  .page-hero-world .page-hero-copy {
    padding-bottom: 65px;
  }
  .biome-panel {
    min-height: 610px;
  }
  .biome-copy h2 {
    font-size: 48px;
  }
  .mods-masthead {
    padding-block: 115px 60px;
  }
  .mods-masthead h1 {
    font-size: 49px;
  }
  .download-hero .page-hero-copy {
    padding-top: 95px;
    gap: 21px;
  }
  .download-intro h1 {
    font-size: 36px;
    line-height: 1.12;
  }
  .download-hero .page-hero-copy > div > p {
    font-size: 15px;
  }
  .download-hero .page-hero-copy .download-reassurance {
    font-size: 12px;
  }
  .download-hero .page-hero-copy .small-note {
    font-size: 11px;
  }
  .download-picker {
    padding: 19px 16px;
  }
  .download-picker h2 {
    font-size: 28px;
  }
  .download-selectors {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-block: 16px;
  }
  .download-picker p {
    font-size: 12px;
  }
  .download-picker .download-details {
    font-size: 11px;
  }
  .processor-help {
    font-size: 12px;
  }
  .download-picker .section-index {
    font-size: 9px;
  }
  .download-picker .text-link {
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .activity-card:hover img {
    transform: none;
  }
}
.latest-build {
  display: inline-block;
  margin-top: 13px;
  font-size: 11px;
  color: var(--amber-bright);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.encounter-photo {
  margin-bottom: 55px;
}
.encounter-photo > img {
  aspect-ratio: 16/9;
  object-position: center;
}
@media (max-width:560px) {
  .encounter-photo > img {
    aspect-ratio: 4/3;
  }
}
.first-day .display-heading, .first-day .lead {
  color: #233c32;
}
.guide-opening .small-note {
  margin-top: 18px;
}
.site-footer .footer-bottom, .site-footer .footer-links h2 {
  color: #a5b4b0;
}
.inline-source {
  color: var(--amber-bright);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.activity-image .building-art {
  object-position: 73% center;
}
.map-coordinate .icon {
  width: 14px;
  height: 14px;
}
.dispatch-image img {
  transition: transform .4s;
}
.dispatch-image:hover img {
  transform: scale(1.025);
}
.dispatch-card h3 a:hover {
  color: var(--amber-bright);
}
.dispatch-card .small-note {
  font-size: 12px;
  color: #a9b8ae;
}
.news-index {
  padding-block: 160px 100px;
  background: #101d20;
}
.news-index-heading {
  margin-bottom: 55px;
}
.news-index-heading h1 {
  font-size: clamp(42px,5vw,72px);
  line-height: 1.06;
  margin: 0 0 22px;
}
.news-index-heading p,.news-subscribe p {
  color: #b5c2bc;
}
.news-subscribe {
  margin-top: 38px;
}
.news-subscribe p {
  font-size: 13px;
  margin-top: 10px;
}
.news-article {
  padding-block: 135px 100px;
  background: #101d20;
}
.article-opening {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 64px;
  align-items: center;
  margin-bottom: 70px;
}
.article-opening .article-heading {
  min-width: 0;
}
.builder-portrait {
  margin: 0;
}
.builder-portrait img {
  width: 100%;
  height: auto;
}
.article-measure {
  width: min(100% - 48px,740px);
  margin-inline: auto;
}
.article-back {
  margin: 0 0 48px;
}
.article-heading h1 {
  font-size: clamp(52px,5.4vw,78px);
  line-height: 1.02;
  margin: 24px 0;
  letter-spacing: -.035em;
}
.article-intro {
  font-size: clamp(19px,2vw,24px);
  line-height: 1.6;
  color: #d3ddd6;
  margin-bottom: 28px;
}
.article-cover {
  margin-block: 54px 64px;
}
.article-cover img {
  width: 100%;
  height: auto;
}
.article-cover figcaption {
  margin-top: 12px;
  color: #a9b8ae;
  font-size: 12px;
}
.article-body {
  font-size: 17px;
  line-height: 1.85;
  color: #c1cec7;
}
.article-body p {
  margin: 0 0 26px;
}
.article-body h2 {
  font-size: clamp(29px,3vw,38px);
  line-height: 1.2;
  color: var(--paper);
  margin: 52px 0 22px;
}
.article-actions {
  border-top: 1px solid var(--line-strong);
  margin-top: 46px;
  padding-top: 32px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.article-actions .text-link {
  margin: 0;
}
.builder-explainer {
  border-top: 1px solid var(--line-strong);
  margin-top: 56px;
  padding-top: 38px;
}
.article-body .builder-explainer h2 {
  margin-top: 0;
  scroll-margin-top: 110px;
}
.builder-explainer h3 {
  margin: 32px 0 10px;
  color: var(--paper);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
}
.builder-explainer p:last-child {
  margin-bottom: 0;
}
@media (min-width: 821px) and (max-width: 950px) {
  .nav-shell,.nav-menu {
    gap: 16px;
  }
  .nav-links {
    gap: 14px;
  }
  .nav-links a {
    font-size: 12px;
  }
  .brand {
    width: 140px;
  }
}
@media (max-width: 560px) {
  .news-index {
    padding-block: 112px 65px;
  }
  .news-index-heading {
    margin-bottom: 32px;
  }
  .news-article {
    padding-block: 100px 65px;
  }
  .article-back {
    margin-bottom: 32px;
  }
  .article-heading h1 {
    font-size: 53px;
  }
  .article-cover {
    margin-block: 35px 40px;
  }
  .article-measure {
    width: calc(100% - 40px);
  }
  .article-body {
    font-size: 16px;
  }
  .article-body h2 {
    margin-top: 38px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .dispatch-image:hover img {
    transform: none;
  }
}
@media (max-width: 820px) {
  .article-opening {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 42px;
  }
  .builder-portrait {
    width: min(100%,400px);
    margin-inline: auto;
  }
}
.hero-film {
  position: relative;
  isolation: isolate;
  height: 100svh;
  min-height: 700px;
  max-height: 1100px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #7d9fb6;
}
.film-poster, .film-poster img, .film-motion, .film-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.film-poster {
  z-index: -3;
}
.film-poster img, .film-motion {
  object-fit: cover;
  object-position: 30% 45%;
}
.film-motion {
  z-index: -2;
  opacity: 0;
  transition: opacity 1.4s ease;
}
.hero-film.is-playing .film-motion {
  opacity: 1;
}
.film-shade {
  z-index: -1;
  background: radial-gradient(ellipse 46% 62% at 74% 60%, rgba(7,16,20,.62), rgba(7,16,20,.38) 55%, transparent 100%), linear-gradient(270deg, rgba(7,16,20,.78) 0%, rgba(7,16,20,.6) 32%, rgba(7,16,20,.3) 49%, rgba(7,16,20,.1) 60%, transparent 74%), linear-gradient(0deg, #0b171b 0%, rgba(11,23,27,.6) 12%, transparent 34%), linear-gradient(180deg, rgba(9,13,18,.5), transparent 20%);
}
.film-layout {
  display: flex;
  justify-content: flex-end;
  padding-block: 120px 92px;
}
.film-copy {
  width: min(600px, 48%);
}
.hero-film h1 {
  margin: 10px 0 22px;
  font-size: clamp(56px,5.4vw,88px);
  line-height: .95;
  text-shadow: 0 2px 36px rgba(0,0,0,.4);
}
.hero-film h1 em {
  font-style: normal;
  color: #ffd080;
}
.film-pitch {
  max-width: 450px;
  margin: 0;
  color: #e3e9e2;
  font-size: 17px;
  line-height: 1.7;
  text-shadow: 0 1px 16px rgba(0,0,0,.5);
}
.film-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 26px;
  margin-top: 32px;
}
.button-hero {
  position: relative;
  overflow: hidden;
  min-height: 64px;
  padding-inline: 30px;
  font-size: 15px;
  box-shadow: 0 5px 0 #976321, 0 18px 46px rgba(247,187,85,.32);
}
.button-hero:hover {
  box-shadow: 0 5px 0 #976321, 0 22px 54px rgba(247,187,85,.45);
}
.button-hero::after {
  content: "";
  position: absolute;
  inset: -2px auto -2px -40%;
  width: 30%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.55), transparent);
  transform: skewX(-18deg);
  animation: hero-glint 7s ease-in-out 2.4s infinite;
  pointer-events: none;
}
.film-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(245,240,230,.4);
  font-size: 13px;
  font-weight: 700;
}
.film-secondary .icon {
  width: 16px;
  height: 16px;
}
.film-secondary:hover {
  border-color: var(--paper);
}
.film-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  color: #cdd7d0;
  font-size: 12px;
  text-shadow: 0 1px 10px rgba(0,0,0,.5);
}
.film-facts li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.film-facts .icon {
  width: 15px;
  height: 15px;
  color: #ffd080;
}
.film-update {
  position: absolute;
  left: max(32px, calc((100% - 1240px) / 2));
  bottom: 36px;
  z-index: 1;
  width: min(380px, calc(100% - 32px));
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 16px 8px 8px;
  border: 1px solid rgba(245,240,230,.2);
  background: rgba(9,13,18,.72);
  backdrop-filter: blur(12px);
  color: var(--paper);
  transition: border-color .2s, background .2s, transform .2s;
}
.film-update-thumb {
  width: 64px;
  height: 64px;
  flex: none;
  overflow: hidden;
  background: #1f3a40;
}
.film-update-thumb img {
  width: 170%;
  max-width: none;
  height: auto;
  margin: -23px 0 0 -35%;
}
.film-update-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}
.film-update-tag {
  justify-self: start;
  margin-bottom: 3px;
  padding: 3px 6px 2px;
  background: var(--moss);
  color: #142009;
  font-family: var(--pixel);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.film-update strong {
  font-family: var(--display);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -.01em;
  line-height: 1.2;
}
.film-update-copy > span:last-child {
  color: #b9c6bf;
  font-size: 12px;
  line-height: 1.4;
}
.film-update > .icon {
  width: 16px;
  height: 16px;
  flex: none;
  margin-left: auto;
  color: var(--amber-bright);
  transition: transform .2s;
}
.film-update:hover {
  border-color: rgba(245,240,230,.5);
  background: rgba(9,13,18,.86);
  transform: translateY(-2px);
}
.film-update:hover > .icon {
  transform: translateX(3px);
}
.film-toggle {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(245,240,230,.3);
  border-radius: 2px;
  background: rgba(9,13,18,.5);
  color: var(--paper);
  cursor: pointer;
  backdrop-filter: blur(8px);
}
.film-toggle:hover {
  border-color: rgba(245,240,230,.65);
}
.film-toggle .icon {
  width: 16px;
  height: 16px;
}
.film-toggle .icon-play, .film-toggle[aria-pressed="true"] .icon-pause {
  display: none;
}
.film-toggle[aria-pressed="true"] .icon-play {
  display: block;
}
.film-cue {
  position: absolute;
  left: 50%;
  bottom: 24px;
  width: 22px;
  height: 34px;
  margin-left: -11px;
  border: 2px solid rgba(245,240,230,.6);
  border-radius: 2px;
}
.film-cue span {
  position: absolute;
  left: 7px;
  top: 6px;
  width: 4px;
  height: 7px;
  background: var(--paper);
  animation: hero-cue 1.6s steps(4) infinite;
}
html.motion-ready .film-copy > * {
  animation: hero-rise .9s cubic-bezier(.2,.75,.2,1) both;
}
html.motion-ready .film-copy > :nth-child(2) {
  animation-delay: .08s;
}
html.motion-ready .film-copy > :nth-child(3) {
  animation-delay: .16s;
}
html.motion-ready .film-copy > :nth-child(4) {
  animation-delay: .26s;
}
html.motion-ready .film-update {
  animation: hero-rise .9s cubic-bezier(.2,.75,.2,1) .7s both;
}
@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translateY(26px);
  }
}
@keyframes hero-glint {
  0%, 78% {
    left: -40%;
  }
  92%, 100% {
    left: 120%;
  }
}
@keyframes hero-cue {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(14px);
    opacity: .2;
  }
}
@media (max-width: 1100px) {
  .film-copy {
    width: min(540px, 52%);
  }
  .hero-film h1 {
    font-size: clamp(52px,6.4vw,72px);
  }
}
@media (max-width: 820px), (max-aspect-ratio: 4/5) {
  .hero-film {
    max-height: none;
    min-height: 640px;
  }
  .film-poster img, .film-motion {
    object-position: center 35%;
  }
  .film-shade {
    background: linear-gradient(0deg, #0b171b 0%, rgba(11,23,27,.9) 28%, rgba(11,23,27,.72) 46%, rgba(11,23,27,.34) 60%, transparent 72%), linear-gradient(180deg, rgba(9,13,18,.45), transparent 18%);
  }
  .film-layout {
    justify-content: flex-start;
    padding-block: 110px 86px;
  }
  .film-copy {
    width: 100%;
    max-width: 560px;
  }
  .film-toggle {
    right: 16px;
    bottom: 18px;
  }
  .film-cue {
    display: none;
  }
  .film-update {
    top: 86px;
    bottom: auto;
    left: 16px;
  }
}
@media (max-width: 560px) {
  .film-update {
    width: auto;
    max-width: calc(100% - 32px);
    gap: 12px;
    padding: 6px 14px 6px 6px;
  }
  .film-update-thumb {
    width: 48px;
    height: 48px;
  }
  .film-update-thumb img {
    margin-top: -17px;
  }
  .film-update-copy > span:last-child {
    display: none;
  }
  .film-update strong {
    font-size: 15px;
  }
  .film-layout {
    padding-bottom: 72px;
  }
  .hero-film h1 {
    font-size: clamp(46px,13vw,62px);
    margin-bottom: 16px;
  }
  .film-pitch {
    font-size: 15px;
    line-height: 1.65;
  }
  .film-actions {
    gap: 18px;
    margin-top: 24px;
  }
  .film-secondary {
    display: none;
  }
  .button-hero {
    min-height: 58px;
    padding-inline: 24px;
    font-size: 14px;
  }
  .film-facts {
    margin-top: 22px;
    font-size: 11px;
    gap: 7px 16px;
  }
}
@media (max-height: 560px) and (orientation: landscape) {
  .hero-film {
    height: auto;
    min-height: 100svh;
  }
}
@media (prefers-reduced-motion: reduce) {
  html.motion-ready .film-copy > *, html.motion-ready .film-update, .button-hero::after, .film-cue span {
    animation: none;
  }
  .film-motion {
    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;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  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;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
