/* [project]/workspace/src/styles/globals.css [client] (css) */
@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-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --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;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-animation-delay: 0s;
      --tw-animation-direction: normal;
      --tw-animation-duration: initial;
      --tw-animation-fill-mode: none;
      --tw-animation-iteration-count: 1;
      --tw-enter-blur: 0;
      --tw-enter-opacity: 1;
      --tw-enter-rotate: 0;
      --tw-enter-scale: 1;
      --tw-enter-translate-x: 0;
      --tw-enter-translate-y: 0;
      --tw-exit-blur: 0;
      --tw-exit-opacity: 1;
      --tw-exit-rotate: 0;
      --tw-exit-scale: 1;
      --tw-exit-translate-x: 0;
      --tw-exit-translate-y: 0;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: var(--font-sans);
    --font-mono: var(--font-geist-mono);
    --spacing: .25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-background: var(--background);
    --color-foreground: var(--foreground);
    --color-border: var(--border);
    --color-ring: var(--ring);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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)) {
      ::placeholder {
        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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-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"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  * {
    border-color: var(--color-border);
    outline-color: var(--color-ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--color-ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--color-background);
    color: var(--color-foreground);
  }

  html {
    font-family: var(--font-sans);
  }
}

@layer components;

@layer utilities {
  .collapse {
    visibility: collapse;
  }

  .invisible {
    visibility: hidden;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .table {
    display: table;
  }

  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }

  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }

  .h-full {
    height: 100%;
  }

  .min-h-full {
    min-height: 100%;
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .flex-1 {
    flex: 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-col {
    flex-direction: column;
  }

  .bg-background {
    background-color: var(--color-background);
  }

  .font-sans {
    font-family: var(--font-sans);
  }

  .text-foreground {
    color: var(--color-foreground);
  }

  .lowercase {
    text-transform: lowercase;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .ring {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .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, );
  }

  .sepia {
    --tw-sepia: sepia(100%);
    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, );
  }

  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }
}

@property --tw-animation-delay {
  syntax: "*";
  inherits: false;
  initial-value: 0s;
}

@property --tw-animation-direction {
  syntax: "*";
  inherits: false;
  initial-value: normal;
}

@property --tw-animation-duration {
  syntax: "*";
  inherits: false
}

@property --tw-animation-fill-mode {
  syntax: "*";
  inherits: false;
  initial-value: none;
}

@property --tw-animation-iteration-count {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-enter-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-enter-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-enter-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-enter-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-enter-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-enter-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-exit-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-exit-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-exit-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-exit-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-exit-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-exit-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

:root {
  --background: #fff;
  --foreground: #0a0a0a;
  --card: #fff;
  --card-foreground: #0a0a0a;
  --popover: #fff;
  --popover-foreground: #0a0a0a;
  --primary: #171717;
  --primary-foreground: #fafafa;
  --secondary: #f5f5f5;
  --secondary-foreground: #171717;
  --muted: #f5f5f5;
  --muted-foreground: #737373;
  --accent: #f5f5f5;
  --accent-foreground: #171717;
  --destructive: #e40014;
  --border: #e5e5e5;
  --input: #e5e5e5;
  --ring: #a1a1a1;
  --chart-1: #d4d4d4;
  --chart-2: #737373;
  --chart-3: #525252;
  --chart-4: #404040;
  --chart-5: #262626;
  --radius: .625rem;
  --sidebar: #fafafa;
  --sidebar-foreground: #0a0a0a;
  --sidebar-primary: #171717;
  --sidebar-primary-foreground: #fafafa;
  --sidebar-accent: #f5f5f5;
  --sidebar-accent-foreground: #171717;
  --sidebar-border: #e5e5e5;
  --sidebar-ring: #a1a1a1;
}

@supports (color: lab(0% 0 0)) {
  :root {
    --background: lab(100% 0 0);
    --foreground: lab(2.75381% 0 0);
    --card: lab(100% 0 0);
    --card-foreground: lab(2.75381% 0 0);
    --popover: lab(100% 0 0);
    --popover-foreground: lab(2.75381% 0 0);
    --primary: lab(7.78201% -.0000149012 0);
    --primary-foreground: lab(98.26% 0 0);
    --secondary: lab(96.52% -.0000298023 .0000119209);
    --secondary-foreground: lab(7.78201% -.0000149012 0);
    --muted: lab(96.52% -.0000298023 .0000119209);
    --muted-foreground: lab(48.496% 0 0);
    --accent: lab(96.52% -.0000298023 .0000119209);
    --accent-foreground: lab(7.78201% -.0000149012 0);
    --destructive: lab(48.4493% 77.4328 61.5452);
    --border: lab(90.952% 0 -.0000119209);
    --input: lab(90.952% 0 -.0000119209);
    --ring: lab(66.128% -.0000298023 .0000119209);
    --chart-1: lab(84.92% 0 -.0000119209);
    --chart-2: lab(48.496% 0 0);
    --chart-3: lab(34.924% 0 0);
    --chart-4: lab(27.036% 0 0);
    --chart-5: lab(15.204% 0 -.00000596046);
    --sidebar: lab(98.26% 0 0);
    --sidebar-foreground: lab(2.75381% 0 0);
    --sidebar-primary: lab(7.78201% -.0000149012 0);
    --sidebar-primary-foreground: lab(98.26% 0 0);
    --sidebar-accent: lab(96.52% -.0000298023 .0000119209);
    --sidebar-accent-foreground: lab(7.78201% -.0000149012 0);
    --sidebar-border: lab(90.952% 0 -.0000119209);
    --sidebar-ring: lab(66.128% -.0000298023 .0000119209);
  }
}

:root {
  --vis-stage: #0b0908;
  --vis-well: #0b0907;
  --vis-ink: #f3ece0;
  --vis-ink-soft: #f3ece099;
  --vis-chrome: #f3ece080;
  --vis-rule: #f3ece029;
  --vis-rule-soft: #f3ece01a;
  --vis-vignette: radial-gradient(125% 100% at 50% 44%,
        transparent 32%,
        #07050480 72%,
        #050403e6 100%);
  --vis-gutter: clamp(14px, 3vw, 40px);
  --vis-ease: cubic-bezier(.22, 1, .36, 1);
  --background: #0b0908;
  --foreground: #f3ece0;
  --card: #0b0907;
  --card-foreground: #f3ece0;
  --popover: #0b0907;
  --popover-foreground: #f3ece0;
  --primary: #f3ece0;
  --primary-foreground: #0b0908;
  --secondary: #f3ece01a;
  --secondary-foreground: #f3ece0;
  --muted: #f3ece01a;
  --muted-foreground: #f3ece099;
  --accent: #f3ece029;
  --accent-foreground: #f3ece0;
  --border: #f3ece029;
  --input: #f3ece029;
  --ring: #f3ece080;
}

html, body {
  background: var(--vis-stage);
  color: var(--vis-ink);
}

::selection {
  color: var(--vis-ink);
  background: #f3ece029;
}

.vis-root {
  background: var(--vis-stage);
  -webkit-user-select: none;
  user-select: none;
  cursor: grab;
  touch-action: pan-y;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

@supports (height: 100svh) {
  .vis-root {
    height: 100svh;
  }
}

.vis-root:active {
  cursor: grabbing;
}

.vis-bgwrap {
  will-change: opacity, transform, filter;
  position: absolute;
  inset: 0;
}

.vis-bg {
  filter: brightness(.6) saturate(.95);
  will-change: opacity, transform;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  animation: 34s ease-in-out infinite alternate vis-kenburns;
  position: absolute;
  inset: 0;
}

@keyframes vis-kenburns {
  from {
    transform: scale(1)translate(0);
  }

  to {
    transform: scale(1.04)translate(-.6%, -.8%);
  }
}

.vis-vignette {
  background: var(--vis-vignette);
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.vis-glow {
  filter: blur(44px);
  mix-blend-mode: screen;
  pointer-events: none;
  background: radial-gradient(closest-side, #e5d6b873, #0000);
  width: 42vmin;
  height: 42vmin;
  position: absolute;
  top: 55.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.vis-defs {
  pointer-events: none;
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
}

.vis-orbit {
  position: absolute;
  inset: 0;
}

.vis-med {
  cursor: pointer;
  opacity: 0;
  will-change: transform, opacity;
  -webkit-backdrop-filter: blur(3px) saturate(1.12) brightness(.95);
  backdrop-filter: blur(3px) saturate(1.12) brightness(.95);
  background: #f0f4fa0a;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 20px 46px #00000073, 0 3px 10px #00000057, inset 0 0 0 1px #ffffff1a;
}

.vis-native .vis-med {
  -webkit-backdrop-filter: url("#vis-glass") blur(.4px) saturate(1.16) brightness(.97);
  backdrop-filter: url("#vis-glass") blur(.4px) saturate(1.16) brightness(.97);
}

.vis-med-face {
  background: var(--vis-well);
  pointer-events: none;
  border-radius: 50%;
  position: absolute;
  inset: 16%;
  overflow: hidden;
  box-shadow: inset 0 0 7px #0006, 0 0 0 1px #ffffff29, 0 2px 6px #00000073;
}

.vis-med-img {
  object-fit: cover;
  pointer-events: none;
  -webkit-user-drag: none;
  width: 100%;
  height: 100%;
  display: block;
}

.vis-med-rim {
  pointer-events: none;
  background: radial-gradient(circle at 50% 8%, #ffffff57, #fff0 40%), radial-gradient(circle at 72% 80%, #fffaf21f, #fffaf200 30%);
  border-radius: 50%;
  position: absolute;
  inset: 0;
  box-shadow: inset 0 1px 2px #ffffff80, inset 0 0 0 1px #ffffff29, inset 0 -7px 16px #00000042, 0 0 0 1px #0003;
}

.vis-title {
  text-align: center;
  color: var(--vis-ink);
  pointer-events: none;
  z-index: 60;
  padding: 0 24px;
  position: absolute;
  top: 55.5%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.vis-title-name {
  font-family: var(--font-display), system-ui, sans-serif;
  letter-spacing: .015em;
  margin: 0;
  text-wrap: balance;
  text-shadow: 0 2px 30px #0000008c;
  max-width: min(46vw, 470px);
  animation: vis-rise .7s var(--vis-ease) both;
  margin-inline: auto;
  font-size: clamp(21px, 3vw, 37px);
  font-weight: 500;
  line-height: 1.16;
}

.vis-title-sub {
  letter-spacing: .32em;
  text-indent: .32em;
  text-transform: uppercase;
  color: var(--vis-ink-soft);
  min-height: 1.2em;
  margin-top: 16px;
  font-size: 12px;
  animation: .55s .12s both vis-fade;
}

@keyframes vis-rise {
  from {
    opacity: 0;
    filter: blur(8px);
    transform: translateY(26px);
  }

  to {
    opacity: 1;
    filter: blur();
    transform: translateY(0);
  }
}

@keyframes vis-fade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.vis-chev {
  width: 44px;
  height: 44px;
  color: var(--vis-ink);
  -webkit-backdrop-filter: blur(8px) saturate(1.04) brightness(.92);
  backdrop-filter: blur(8px) saturate(1.04) brightness(.92);
  opacity: .72;
  cursor: pointer;
  z-index: 300;
  background: #0a080657;
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  place-items: center;
  transition: background .25s, transform .25s, opacity .25s;
  display: grid;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 6px 18px #0000006b, inset 0 1px 1px #ffffff1f;
}

.vis-chev:hover {
  opacity: 1;
  background: #0a080680;
}

.vis-chev:active {
  transform: translateY(-50%)scale(.92);
}

.vis-chev-left {
  left: clamp(14px, 3vw, 40px);
}

.vis-chev-right {
  right: clamp(14px, 3vw, 40px);
}

@media (max-width: 640px) {
  .vis-chev {
    display: none;
  }

  .vis-title-name {
    max-width: 50vw;
    font-size: clamp(19px, 5.2vw, 26px);
  }

  .vis-title-sub {
    letter-spacing: .24em;
    text-indent: .24em;
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vis-bg {
    animation: none;
  }

  .vis-title-name, .vis-title-sub {
    animation-duration: .01ms;
    animation-delay: 0s;
  }
}

:root {
  --t-caption: 12px;
  --t-body: 16px;
  --t-lead: clamp(19px, 2vw, 24px);
  --t-title: clamp(21px, 3vw, 37px);
  --t-display: clamp(37px, 5.3vw, 65px);
  --t-mega: clamp(44px, 9.3vw, 115px);
  --s-1: 8px;
  --s-2: 16px;
  --s-3: 24px;
  --s-4: 40px;
  --s-5: 64px;
  --s-6: 96px;
  --s-7: 144px;
  --s-section: clamp(64px, 10vw, 144px);
  --vis-ease-bg: cubic-bezier(.215, .61, .355, 1);
}

.eyebrow {
  font-size: var(--t-caption);
  letter-spacing: .32em;
  text-indent: .32em;
  text-transform: uppercase;
  color: var(--vis-ink-soft);
  margin: 0;
}

@media (max-width: 640px) {
  .eyebrow {
    letter-spacing: .24em;
    text-indent: .24em;
    font-size: 10px;
  }
}

.sp-root {
  display: block;
}

.sp-word {
  vertical-align: bottom;
  margin-bottom: -.14em;
  margin-right: .26em;
  padding-bottom: .14em;
  display: inline-block;
  overflow: hidden;
}

.sp-word-in {
  animation: sp-rise .9s var(--vis-ease) both;
  display: inline-block;
  transform: translateY(105%);
}

@keyframes sp-rise {
  from {
    transform: translateY(105%);
  }

  to {
    transform: translateY(0);
  }
}

[data-reveal] {
  opacity: 0;
  filter: blur(8px);
  transition: opacity .7s var(--vis-ease),
        transform .7s var(--vis-ease),
        filter .7s var(--vis-ease);
  transition-delay: var(--d, 0s);
  transform: translateY(26px);
}

[data-revealed="true"] [data-reveal] {
  opacity: 1;
  filter: blur();
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .sp-word-in {
    animation: none;
    transform: none;
  }

  [data-reveal] {
    opacity: 1;
    filter: none;
    transition: none;
    transform: none;
  }
}

.nav-root {
  z-index: 400;
  justify-content: space-between;
  align-items: center;
  gap: var(--s-4);
  padding: var(--s-3) var(--vis-gutter);
  border-bottom: 1px solid #0000;
  transition: background .25s, border-color .25s, -webkit-backdrop-filter .25s, backdrop-filter .25s;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-scrolled {
  -webkit-backdrop-filter: blur(8px) saturate(1.04) brightness(.92);
  backdrop-filter: blur(8px) saturate(1.04) brightness(.92);
  border-bottom-color: var(--vis-rule-soft);
  background: #0a080657;
}

.nav-open {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background: none;
  border-bottom-color: #0000;
}

.nav-mark {
  z-index: 2;
  font-family: var(--font-display), system-ui, sans-serif;
  font-weight: 500;
  font-size: var(--t-body);
  letter-spacing: .015em;
  color: var(--vis-ink);
  text-decoration: none;
  position: relative;
}

.nav-links {
  align-items: center;
  gap: var(--s-4);
  display: flex;
}

.nav-link {
  font-size: var(--t-caption);
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--vis-ink-soft);
  text-decoration: none;
  transition: color .25s;
}

.nav-link-text {
  padding-bottom: 6px;
  display: inline-block;
  position: relative;
}

.nav-link-text:after {
  content: "";
  transform-origin: 0;
  height: 1px;
  transition: transform .55s var(--vis-ease);
  background: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  right: .32em;
  transform: scaleX(0);
}

.nav-link:hover, .nav-link:focus-visible {
  color: var(--vis-ink);
}

.nav-link:hover .nav-link-text:after, .nav-link:focus-visible .nav-link-text:after, .nav-link-active .nav-link-text:after {
  transform: scaleX(1);
}

.nav-link-active {
  color: var(--vis-ink);
}

.nav-toggle {
  z-index: 2;
  font-size: var(--t-caption);
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--vis-ink);
  cursor: pointer;
  background: none;
  border: 0;
  padding: 6px 0;
  display: none;
  position: relative;
}

.nav-takeover {
  z-index: 0;
  justify-content: center;
  gap: var(--s-5);
  padding: var(--s-7) var(--vis-gutter) var(--s-5);
  background: var(--vis-stage);
  animation: vis-fade .45s var(--vis-ease) both;
  flex-direction: column;
  display: flex;
  position: fixed;
  inset: 0;
}

.nav-takeover[hidden] {
  display: none;
}

.nav-takeover-list {
  gap: var(--s-3);
  flex-direction: column;
  display: flex;
}

.nav-takeover-link {
  align-items: baseline;
  gap: var(--s-3);
  font-family: var(--font-display), system-ui, sans-serif;
  font-weight: 500;
  font-size: var(--t-display);
  letter-spacing: .015em;
  color: var(--vis-ink-soft);
  animation: vis-rise .7s var(--vis-ease) both;
  line-height: 1.06;
  text-decoration: none;
  transition: color .25s;
  display: flex;
}

.nav-takeover-link-active, .nav-takeover-link:hover {
  color: var(--vis-ink);
}

.nav-takeover-index {
  font-family: var(--font-sans), system-ui, sans-serif;
  font-size: var(--t-caption);
  letter-spacing: .32em;
  color: var(--vis-chrome);
}

.nav-takeover-foot {
  font-size: var(--t-caption);
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--vis-chrome);
  margin: 0;
}

@media (max-width: 640px) {
  .nav-links {
    display: none;
  }

  .nav-toggle {
    display: block;
  }
}

@media (min-width: 641px) {
  .nav-takeover {
    display: none;
  }
}

.ft-root {
  padding: var(--s-5) var(--vis-gutter) var(--s-4);
}

.ft-rule {
  background: var(--vis-rule-soft);
  height: 1px;
  margin-bottom: var(--s-4);
}

.ft-grid {
  justify-content: space-between;
  align-items: baseline;
  gap: var(--s-3) var(--s-4);
  flex-wrap: wrap;
  display: flex;
}

.ft-mark {
  font-family: var(--font-display), system-ui, sans-serif;
  font-weight: 500;
  font-size: var(--t-body);
  letter-spacing: .015em;
  color: var(--vis-ink);
}

.ft-nav {
  gap: var(--s-3) var(--s-4);
  flex-wrap: wrap;
  display: flex;
}

.ft-link {
  font-size: var(--t-caption);
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--vis-ink-soft);
  text-decoration: none;
  transition: color .25s;
}

.ft-link:hover {
  color: var(--vis-ink);
}

.ft-meta {
  font-size: var(--t-caption);
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--vis-chrome);
  margin: 0;
}

.ab-hero {
  min-height: 96vh;
  padding: calc(var(--s-7) + var(--s-4)) var(--vis-gutter) var(--s-5);
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ab-hero-plate {
  pointer-events: none;
  width: min(54vw, 760px);
  height: 76%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.ab-hero-plate-img {
  object-fit: cover;
  object-position: 60% 46%;
  filter: brightness(.6) saturate(.95);
  width: 100%;
  height: 118%;
  animation: ab-plate-in 2s var(--vis-ease-bg) .15s both;
  position: absolute;
  top: -9%;
  left: 0;
}

@keyframes ab-plate-in {
  from {
    opacity: 0;
    filter: brightness(.6) saturate(.95) blur(20px);
    scale: 1.12;
  }

  to {
    opacity: 1;
    filter: brightness(.6) saturate(.95) blur();
    scale: 1;
  }
}

.ab-hero-plate-veil {
  background: linear-gradient(100deg,
        var(--vis-stage) 0%,
        #0b0908b8 34%,
        #0b09081a 78%,
        #0b09085c 100%);
  position: absolute;
  inset: 0;
}

.ab-hero-type {
  z-index: 2;
  max-width: min(74vw, 980px);
  position: relative;
}

.ab-hero-eyebrow {
  margin-bottom: var(--s-4);
}

.ab-hero-title {
  font-family: var(--font-display), system-ui, sans-serif;
  font-weight: 500;
  font-size: var(--t-mega);
  letter-spacing: -.005em;
  text-wrap: balance;
  text-shadow: 0 2px 30px #0000008c;
  margin: 0;
  line-height: 1.02;
}

.ab-hero-rule {
  background: var(--vis-rule);
  width: min(38vw, 320px);
  height: 1px;
  margin: var(--s-4) 0 var(--s-3);
  animation: ab-rule-in 1.1s var(--vis-ease) .9s both;
  transform-origin: 0;
}

@keyframes ab-rule-in {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

.ab-hero-deck {
  max-width: 46ch;
  font-size: var(--t-lead);
  color: var(--vis-ink-soft);
  animation: vis-rise .9s var(--vis-ease) 1s both;
  margin: 0;
  line-height: 1.5;
}

.ab-hero-foot {
  left: var(--vis-gutter);
  bottom: var(--s-3);
  gap: var(--s-3);
  font-size: var(--t-caption);
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--vis-chrome);
  flex-wrap: wrap;
  animation: .7s 1.3s both vis-fade;
  display: flex;
  position: absolute;
}

.ab-hero-foot span + span {
  padding-left: var(--s-3);
  border-left: 1px solid var(--vis-rule-soft);
}

.ab-lead {
  gap: var(--s-3);
  padding: var(--s-section) var(--vis-gutter);
  grid-template-columns: repeat(12, 1fr);
  display: grid;
}

.ab-margin {
  font-size: var(--t-caption);
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--vis-chrome);
  grid-column: 1 / 4;
  line-height: 1.7;
}

.ab-margin p {
  margin: var(--s-2) 0 0;
  max-width: 24ch;
}

.ab-margin-num {
  font-family: var(--font-display), system-ui, sans-serif;
  font-weight: 500;
  font-size: var(--t-title);
  letter-spacing: .015em;
  color: var(--vis-ink);
  text-transform: none;
}

.ab-lead-body {
  font-size: var(--t-lead);
  color: var(--vis-ink-soft);
  grid-column: 5 / 12;
  line-height: 1.62;
}

.ab-lead-body p {
  margin: 0 0 var(--s-3);
}

.ab-lead-disc {
  float: right;
  aspect-ratio: 1;
  width: clamp(180px, 22vw, 300px);
  margin: 6px calc(var(--s-5) * -1) var(--s-3) var(--s-4);
  shape-outside: circle(50%);
  shape-margin: 24px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 20px 46px #00000073, inset 0 0 0 1px #ffffff29;
}

.ab-lead-disc img {
  object-fit: cover;
  filter: brightness(.9) saturate(.95) grayscale(.3);
  width: 100%;
  height: 100%;
}

.ab-lettrine {
  color: var(--vis-ink);
}

.ab-lettrine:first-letter {
  float: left;
  font-family: var(--font-display), system-ui, sans-serif;
  color: var(--vis-ink);
  padding: .04em .1em 0 0;
  font-size: 4.2em;
  font-weight: 500;
  line-height: .84;
}

.ab-quote {
  gap: var(--s-3) var(--s-4);
  padding: 0 var(--vis-gutter) var(--s-section);
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
  display: grid;
}

.ab-quote-plate {
  margin: 0 0 0 calc(var(--vis-gutter) * -1);
  grid-area: 1 / 1 / 3 / 7;
  height: clamp(320px, 46vw, 620px);
  position: relative;
  overflow: hidden;
}

.ab-quote-plate img {
  object-fit: cover;
  filter: brightness(.6) saturate(.95);
  width: 100%;
  height: 116%;
  position: absolute;
  top: -8%;
  left: 0;
}

.ab-quote-plate figcaption {
  left: var(--vis-gutter);
  bottom: var(--s-3);
  font-size: var(--t-caption);
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--vis-chrome);
  position: absolute;
}

.ab-quote-body {
  grid-area: 1 / 7 / auto / 13;
  align-self: end;
  margin: 0;
}

.ab-quote-body p {
  font-family: var(--font-display), system-ui, sans-serif;
  font-weight: 500;
  font-size: var(--t-display);
  letter-spacing: .005em;
  color: var(--vis-ink);
  text-wrap: balance;
  margin: 0;
  line-height: 1.14;
  position: relative;
}

.ab-quote-body p:before {
  content: "“";
  color: var(--vis-rule);
  position: absolute;
  top: -.06em;
  left: -.52em;
}

.ab-quote-body cite {
  margin-top: var(--s-3);
  font-style: normal;
  font-size: var(--t-caption);
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--vis-chrome);
  display: block;
}

.ab-quote-tail {
  margin: var(--s-4) 0 0;
  font-size: var(--t-body);
  color: var(--vis-ink-soft);
  grid-area: 2 / 8 / auto / 13;
  align-self: start;
  line-height: 1.68;
}

.ab-method {
  padding: 0 var(--vis-gutter) var(--s-section);
}

.ab-method-head {
  gap: var(--s-3);
  margin: 0 0 var(--s-5);
  grid-template-columns: repeat(12, 1fr);
  display: grid;
}

.ab-method-head .eyebrow {
  grid-column: 1 / 4;
}

.ab-method-head-line {
  font-family: var(--font-display), system-ui, sans-serif;
  font-weight: 500;
  font-size: var(--t-title);
  letter-spacing: .015em;
  color: var(--vis-ink);
  grid-column: 5 / 12;
  line-height: 1.2;
}

.ab-method-item {
  gap: var(--s-3);
  padding: var(--s-4) 0;
  border-top: 1px solid var(--vis-rule-soft);
  grid-template-columns: repeat(12, 1fr);
  display: grid;
}

.ab-method-item:last-child {
  border-bottom: 1px solid var(--vis-rule-soft);
}

.ab-method-num {
  font-family: var(--font-display), system-ui, sans-serif;
  font-weight: 500;
  font-size: var(--t-title);
  color: var(--vis-chrome);
  grid-column: 1;
  line-height: 1;
}

.ab-method-title {
  font-family: var(--font-display), system-ui, sans-serif;
  font-weight: 500;
  font-size: var(--t-title);
  letter-spacing: .015em;
  color: var(--vis-ink);
  grid-column: 2 / 6;
  margin: 0;
  line-height: 1.16;
}

.ab-method-body {
  font-size: var(--t-body);
  color: var(--vis-ink-soft);
  grid-column: 7 / 12;
  margin: 0;
  line-height: 1.68;
}

.ab-method-item:nth-child(3) .ab-method-title {
  grid-column: 3 / 7;
}

.ab-method-item:nth-child(3) .ab-method-body {
  grid-column: 8 / 13;
}

.ab-method-item:nth-child(4) .ab-method-title {
  grid-column: 4 / 8;
}

.ab-method-item:nth-child(4) .ab-method-body {
  grid-column: 9 / 13;
}

.ab-coda {
  min-height: 78vh;
  padding: var(--s-section) var(--vis-gutter);
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ab-coda-plate {
  position: absolute;
  inset: 0;
}

.ab-coda-plate img {
  object-fit: cover;
  filter: brightness(.6) saturate(.95);
  width: 100%;
  height: 116%;
  position: absolute;
  top: -8%;
  left: 0;
}

.ab-coda-veil {
  background: var(--vis-vignette);
  position: absolute;
  inset: 0;
}

.ab-coda-type {
  z-index: 2;
  max-width: min(60vw, 720px);
  position: relative;
}

.ab-coda-line {
  margin: var(--s-3) 0 var(--s-4);
  font-family: var(--font-display), system-ui, sans-serif;
  font-weight: 500;
  font-size: var(--t-display);
  letter-spacing: .005em;
  color: var(--vis-ink);
  text-wrap: balance;
  text-shadow: 0 2px 30px #0000008c;
  line-height: 1.14;
}

.ab-coda-link {
  font-size: var(--t-caption);
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--vis-ink);
  text-decoration: none;
  display: inline-block;
}

.ab-coda-link span {
  padding-bottom: 8px;
  display: inline-block;
  position: relative;
}

.ab-coda-link span:after {
  content: "";
  transform-origin: 0;
  height: 1px;
  transition: transform .55s var(--vis-ease);
  background: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  right: .32em;
  transform: scaleX(1);
}

.ab-coda-link:hover span:after {
  transform-origin: 100%;
  transform: scaleX(0);
}

@media (max-width: 900px) {
  .ab-margin, .ab-lead-body, .ab-quote-plate, .ab-quote-body, .ab-quote-tail, .ab-method-head .eyebrow, .ab-method-head-line, .ab-method-num, .ab-method-title, .ab-method-body, .ab-method-item:nth-child(3) .ab-method-title, .ab-method-item:nth-child(3) .ab-method-body, .ab-method-item:nth-child(4) .ab-method-title, .ab-method-item:nth-child(4) .ab-method-body {
    grid-area: auto / 1 / auto / -1;
  }

  .ab-hero-plate {
    width: 100%;
    height: 62%;
  }

  .ab-hero-type {
    max-width: 100%;
  }

  .ab-quote-plate {
    margin-inline: calc(var(--vis-gutter) * -1);
    height: clamp(260px, 60vw, 420px);
    margin-bottom: var(--s-4);
  }

  .ab-lead-disc {
    margin-right: calc(var(--vis-gutter) * -1);
  }

  .ab-coda-type {
    max-width: 100%;
  }
}

.ct-hero {
  min-height: 88vh;
  padding: calc(var(--s-7) + var(--s-4)) var(--vis-gutter) var(--s-6);
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ct-hero-plate {
  position: absolute;
  inset: 0;
}

.ct-hero-plate-img {
  filter: brightness(.6) saturate(.95);
  width: 100%;
  height: 116%;
  animation: ab-plate-in 2s var(--vis-ease-bg) .15s both;
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: -8%;
  left: 0;
}

.ct-hero-veil {
  background: var(--vis-vignette);
  position: absolute;
  inset: 0;
}

.ct-hero-type {
  z-index: 2;
  max-width: min(70vw, 900px);
  position: relative;
}

.ct-hero-eyebrow {
  margin-bottom: var(--s-4);
}

.ct-hero-title {
  font-family: var(--font-display), system-ui, sans-serif;
  font-weight: 500;
  font-size: var(--t-mega);
  letter-spacing: -.005em;
  margin: 0 0 var(--s-3);
  text-shadow: 0 2px 30px #0000008c;
  line-height: 1.02;
}

.ct-hero-deck {
  max-width: 44ch;
  font-size: var(--t-lead);
  color: var(--vis-ink-soft);
  animation: vis-rise .9s var(--vis-ease) .85s both;
  margin: 0;
  line-height: 1.5;
}

.ct-prompt {
  padding: var(--s-section) var(--vis-gutter);
}

.ct-prompt-eyebrow {
  margin-bottom: var(--s-5);
}

.ct-prompt-stage {
  display: grid;
}

.ct-prompt-stage > * {
  grid-area: 1 / 1;
}

.ct-form {
  transition: opacity .7s var(--vis-ease),
        filter .7s var(--vis-ease),
        transform .7s var(--vis-ease);
}

.ct-prompt-stage.is-sent .ct-form {
  opacity: 0;
  filter: blur(8px);
  pointer-events: none;
  transform: translateY(-26px);
}

.ct-field {
  max-width: 60ch;
  margin-bottom: var(--s-5);
}

.ct-field-email {
  max-width: 34ch;
}

.ct-label {
  margin-bottom: var(--s-2);
  font-size: var(--t-caption);
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--vis-chrome);
  transition: color .25s;
  display: block;
}

.ct-field:focus-within .ct-label {
  color: var(--vis-ink-soft);
}

.ct-input-wrap {
  position: relative;
}

.ct-input {
  z-index: 1;
  width: 100%;
  padding: 0 0 var(--s-2);
  color: var(--vis-ink);
  font-family: var(--font-display), system-ui, sans-serif;
  font-weight: 500;
  font-size: var(--t-lead);
  letter-spacing: .015em;
  background: none;
  border: 0;
  outline: none;
  line-height: 1.38;
  display: block;
  position: relative;
}

.ct-input-note {
  resize: none;
  min-height: calc(1.38em * 2 + var(--s-2));
  overflow: hidden;
}

.ct-ghost {
  z-index: 0;
  pointer-events: none;
  font-family: var(--font-display), system-ui, sans-serif;
  font-weight: 500;
  font-size: var(--t-lead);
  letter-spacing: .015em;
  color: #f3ece057;
  line-height: 1.38;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.ct-caret {
  vertical-align: -.14em;
  background: var(--vis-ink-soft);
  width: 1px;
  height: 1em;
  margin-left: 2px;
  display: inline-block;
}

.ct-caret.is-live {
  animation: 1.05s step-end infinite ct-blink;
}

@keyframes ct-blink {
  0%, 49% {
    opacity: 1;
  }

  50%, 100% {
    opacity: 0;
  }
}

.ct-underline {
  background: var(--vis-rule);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.ct-underline:after {
  content: "";
  background: var(--vis-ink);
  transform-origin: 0;
  transition: transform .7s var(--vis-ease);
  position: absolute;
  inset: 0;
  transform: scaleX(0);
}

.ct-input:focus ~ .ct-underline:after {
  transform: scaleX(1);
}

.ct-actions {
  align-items: baseline;
  gap: var(--s-3) var(--s-4);
  flex-wrap: wrap;
  display: flex;
}

.ct-send {
  font-size: var(--t-caption);
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--vis-ink);
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0 0 8px;
  position: relative;
}

.ct-send:disabled {
  cursor: progress;
  color: var(--vis-ink-soft);
}

.ct-send-rule {
  background: var(--vis-rule);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: .32em;
  overflow: hidden;
}

.ct-send-rule:after {
  content: "";
  background: var(--vis-ink);
  transform-origin: 0;
  transition: transform .55s var(--vis-ease);
  position: absolute;
  inset: 0;
  transform: scaleX(0);
}

.ct-send:hover .ct-send-rule:after, .ct-send:focus-visible .ct-send-rule:after {
  transform: scaleX(1);
}

.ct-send:disabled .ct-send-rule:after {
  animation: ct-sweep 1.1s var(--vis-ease) infinite;
}

@keyframes ct-sweep {
  0% {
    transform-origin: 0;
    transform: scaleX(0);
  }

  50% {
    transform-origin: 0;
    transform: scaleX(1);
  }

  51% {
    transform-origin: 100%;
    transform: scaleX(1);
  }

  100% {
    transform-origin: 100%;
    transform: scaleX(0);
  }
}

.ct-problem {
  font-size: var(--t-caption);
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--vis-chrome);
  opacity: 0;
  transition: opacity .55s var(--vis-ease),
        transform .55s var(--vis-ease);
  margin: 0;
  transform: translateY(6px);
}

.ct-problem.is-shown {
  opacity: 1;
  transform: translateY(0);
}

.ct-sent {
  opacity: 0;
  filter: blur(8px);
  pointer-events: none;
  transition: opacity .7s var(--vis-ease) .2s,
        transform .7s var(--vis-ease) .2s,
        filter .7s var(--vis-ease) .2s;
  transform: translateY(26px);
}

.ct-prompt-stage.is-sent .ct-sent {
  opacity: 1;
  filter: blur();
  pointer-events: auto;
  transform: translateY(0);
}

.ct-sent-line {
  margin: 0 0 var(--s-3);
  font-family: var(--font-display), system-ui, sans-serif;
  font-weight: 500;
  font-size: var(--t-display);
  color: var(--vis-ink);
  line-height: 1.1;
}

.ct-sent-note {
  max-width: 44ch;
  font-size: var(--t-body);
  color: var(--vis-ink-soft);
  margin: 0;
  line-height: 1.68;
}

.ct-reveal {
  padding: 0 var(--vis-gutter) var(--s-section);
}

.ct-rev-list {
  margin: var(--s-5) 0 0;
  padding: 0;
  list-style: none;
}

.ct-rev-row {
  justify-content: space-between;
  align-items: baseline;
  gap: var(--s-4);
  padding: var(--s-3) 0;
  border-top: 1px solid var(--vis-rule-soft);
  display: flex;
}

.ct-rev-row:last-child {
  border-bottom: 1px solid var(--vis-rule-soft);
}

.ct-rev-item {
  min-width: 0;
  color: inherit;
  flex: auto;
  text-decoration: none;
  display: block;
}

.ct-rev-item-static {
  cursor: default;
}

.ct-rev-item:focus-visible {
  outline: 1px solid var(--vis-rule);
  outline-offset: var(--s-1);
}

.ct-rev-mask {
  display: block;
  position: relative;
  overflow: hidden;
}

.ct-rev-word {
  font-family: var(--font-display), system-ui, sans-serif;
  font-weight: 500;
  font-size: var(--t-mega);
  letter-spacing: -.005em;
  color: var(--vis-ink-soft);
  transition: transform .6s var(--vis-ease),
        color .6s var(--vis-ease);
  line-height: 1.06;
  display: block;
}

.ct-rev-value {
  align-items: center;
  gap: var(--s-4);
  transition: transform .6s var(--vis-ease);
  font-family: var(--font-display), system-ui, sans-serif;
  font-weight: 500;
  font-size: var(--t-title);
  letter-spacing: .015em;
  color: var(--vis-ink);
  line-height: 1.16;
  display: flex;
  position: absolute;
  inset: 0;
  transform: translateY(100%);
}

.ct-rev-value-links a {
  color: var(--vis-ink);
  border-bottom: 1px solid var(--vis-rule);
  padding-bottom: 4px;
  text-decoration: none;
  transition: border-color .25s;
}

.ct-rev-value-links a:hover {
  border-bottom-color: var(--vis-ink);
}

.ct-rev-row:hover .ct-rev-word, .ct-rev-row:focus-within .ct-rev-word {
  transform: translateY(-100%);
}

.ct-rev-row:hover .ct-rev-value, .ct-rev-row:focus-within .ct-rev-value {
  transform: translateY(0);
}

.ct-rev-meta {
  font-size: var(--t-caption);
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--vis-chrome);
  text-align: right;
  flex: none;
}

@media (hover: none), (max-width: 640px) {
  .ct-rev-row {
    align-items: flex-start;
    gap: var(--s-2);
    flex-direction: column;
  }

  .ct-rev-mask {
    overflow: visible;
  }

  .ct-rev-word {
    font-size: var(--t-display);
    color: var(--vis-ink);
    transform: none;
  }

  .ct-rev-value {
    margin-top: var(--s-1);
    gap: var(--s-3);
    font-size: var(--t-lead);
    color: var(--vis-ink-soft);
    flex-wrap: wrap;
    position: static;
    transform: none;
  }

  .ct-rev-meta {
    text-align: left;
  }
}

@media (max-width: 900px) {
  .ct-hero-type {
    max-width: 100%;
  }
}

.st-root {
  justify-content: center;
  gap: var(--s-3);
  min-height: 100vh;
  padding: var(--s-7) var(--vis-gutter);
  flex-direction: column;
  display: flex;
}

.st-code {
  font-family: var(--font-display), system-ui, sans-serif;
  font-weight: 500;
  font-size: var(--t-mega);
  letter-spacing: -.005em;
  color: var(--vis-ink);
  margin: 0;
  line-height: 1;
}

.st-line {
  max-width: 44ch;
  font-size: var(--t-lead);
  color: var(--vis-ink-soft);
  margin: 0;
  line-height: 1.5;
}

.st-link {
  margin-top: var(--s-3);
  font-size: var(--t-caption);
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--vis-ink);
  text-decoration: none;
  display: inline-block;
}

.st-link span {
  padding-bottom: 8px;
  display: inline-block;
  position: relative;
}

.st-link span:after {
  content: "";
  transform-origin: 0;
  height: 1px;
  transition: transform .55s var(--vis-ease);
  background: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  right: .32em;
  transform: scaleX(1);
}

.st-link:hover span:after {
  transform-origin: 100%;
  transform: scaleX(0);
}

@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-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@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
}

@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false
}

/* [next]/internal/font/google/geist_ef09c865.module.css [client] (css) */
@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/fef07dbb0973bf53-s.12tyk43_3sh9u.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/8a480f0b521d4e75-s.0jzbimsg8vl84.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/53b9e256198e5412-s.0-wfv7uh4i7h9.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/7178b3e590c64307-s.0nx0ww8fni_q3.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/caa3a2e1cccd8315-s.p.09~u27dqhyhd6.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Geist Fallback;
  src: local(Arial);
  ascent-override: 95.94%;
  descent-override: 28.16%;
  line-gap-override: 0.0%;
  size-adjust: 104.76%;
}

.geist_ef09c865-module__Gk2seG__className {
  font-family: Geist, Geist Fallback;
  font-style: normal;
}

.geist_ef09c865-module__Gk2seG__variable {
  --font-sans: "Geist", "Geist Fallback";
}

/* [next]/internal/font/google/geist_mono_66039167.module.css [client] (css) */
@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/5ce348bf30bf5439-s.0zgw-jeven.3w.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/4fa387ec64143e14-s.0wkzw~je483f-.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/6306c77e7c8268e4-s.0rhz0arwfsn~5.woff2") format("woff2");
  unicode-range: U+2000-2001, U+2004-2008, U+200A, U+23B8-23BD, U+2500-259F;
}

@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/7d817b4c03b0c5f1-s.0l76wvqk9d84w.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/bbc41e54d2fcbd21-s.0k4k9394f2q-k.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/797e433ab948586e-s.p.08e28id.o-okb.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Geist Mono Fallback;
  src: local(Arial);
  ascent-override: 74.67%;
  descent-override: 21.92%;
  line-gap-override: 0.0%;
  size-adjust: 134.59%;
}

.geist_mono_66039167-module__O0reuq__className {
  font-family: Geist Mono, Geist Mono Fallback;
  font-style: normal;
}

.geist_mono_66039167-module__O0reuq__variable {
  --font-geist-mono: "Geist Mono", "Geist Mono Fallback";
}

/* [next]/internal/font/google/poppins_7772d14d.module.css [client] (css) */
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/41e95f694c5c4549-s.0r1jrq7neqdsq.woff2") format("woff2");
  unicode-range: U+900-97F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/6c55a692938ebbbc-s.0g6rbszwfgn9y.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/a218039a3287bcfd-s.p.17-1enzs_j91b.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/bdc7e24a509eb931-s.0apt5mko2.qn3.woff2") format("woff2");
  unicode-range: U+900-97F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/0da9c7f357bd9d4d-s.0ek5sshv8wk3m.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/8e6fa89aa22d24ec-s.p.0uvzar8hswo3p.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/0a7740363b4d4863-s.1110aazvokzp..woff2") format("woff2");
  unicode-range: U+900-97F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/5f9d24ebef5d5292-s.0esuu2f5si~v8.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/e2334d715941921e-s.p.12skym0rqknxy.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins Fallback;
  src: local(Arial);
  ascent-override: 93.62%;
  descent-override: 31.21%;
  line-gap-override: 8.92%;
  size-adjust: 112.16%;
}

.poppins_7772d14d-module__r_dJxa__className {
  font-family: Poppins, Poppins Fallback;
  font-style: normal;
}

.poppins_7772d14d-module__r_dJxa__variable {
  --font-display: "Poppins", "Poppins Fallback";
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__0~hnab~._.css.map*/