/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-yellow-500: oklch(79.5% 0.184 86.047);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-black: #000;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-black: 900;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --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, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-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 {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-30 {
    z-index: 30;
  }
  .\!container {
    width: 100% !important;
    @media (width >= 40rem) {
      max-width: 40rem !important;
    }
    @media (width >= 48rem) {
      max-width: 48rem !important;
    }
    @media (width >= 64rem) {
      max-width: 64rem !important;
    }
    @media (width >= 80rem) {
      max-width: 80rem !important;
    }
    @media (width >= 96rem) {
      max-width: 96rem !important;
    }
  }
  .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;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .ml-0 {
    margin-left: calc(var(--spacing) * 0);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-32 {
    max-height: calc(var(--spacing) * 32);
  }
  .max-h-48 {
    max-height: calc(var(--spacing) * 48);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-64 {
    width: calc(var(--spacing) * 64);
  }
  .w-full {
    width: 100%;
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .resize-none {
    resize: none;
  }
  .appearance-none {
    appearance: none;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-0 {
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[var\(--blue-secure\)\] {
    border-color: var(--blue-secure);
  }
  .border-\[var\(--border-subtle\)\] {
    border-color: var(--border-subtle);
  }
  .border-\[var\(--green-success\)\] {
    border-color: var(--green-success);
  }
  .border-\[var\(--orange-dim\)\] {
    border-color: var(--orange-dim);
  }
  .bg-\[var\(--bg-deep\)\] {
    background-color: var(--bg-deep);
  }
  .bg-\[var\(--border-subtle\)\] {
    background-color: var(--border-subtle);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .break-all {
    word-break: break-all;
  }
  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .text-\[var\(--blue-secure\)\] {
    color: var(--blue-secure);
  }
  .text-\[var\(--green-success\)\] {
    color: var(--green-success);
  }
  .text-\[var\(--orange-dim\)\] {
    color: var(--orange-dim);
  }
  .text-\[var\(--orange-primary\)\] {
    color: var(--orange-primary);
  }
  .text-\[var\(--text-dim\)\] {
    color: var(--text-dim);
  }
  .text-\[var\(--text-primary\)\] {
    color: var(--text-primary);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .opacity-50 {
    opacity: 50%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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,);
  }
  .invert {
    --tw-invert: invert(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,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .hover\:border-\[var\(--orange-dim\)\] {
    &:hover {
      @media (hover: hover) {
        border-color: var(--orange-dim);
      }
    }
  }
  .hover\:bg-\[rgba\(255\,255\,255\,0\.1\)\] {
    &:hover {
      @media (hover: hover) {
        background-color: rgba(255,255,255,0.1);
      }
    }
  }
  .hover\:bg-\[var\(--blue-secure\)\] {
    &:hover {
      @media (hover: hover) {
        background-color: var(--blue-secure);
      }
    }
  }
  .hover\:bg-\[var\(--green-success\)\] {
    &:hover {
      @media (hover: hover) {
        background-color: var(--green-success);
      }
    }
  }
  .hover\:bg-\[var\(--orange-dim\)\] {
    &:hover {
      @media (hover: hover) {
        background-color: var(--orange-dim);
      }
    }
  }
  .hover\:text-\[var\(--orange-primary\)\] {
    &:hover {
      @media (hover: hover) {
        color: var(--orange-primary);
      }
    }
  }
  .hover\:text-black {
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .hover\:no-underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: none;
      }
    }
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .focus\:border-\[var\(--orange-dim\)\] {
    &:focus {
      border-color: var(--orange-dim);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .disabled\:cursor-not-allowed {
    &:disabled {
      cursor: not-allowed;
    }
  }
  .disabled\:opacity-50 {
    &:disabled {
      opacity: 50%;
    }
  }
  .md\:ml-64 {
    @media (width >= 48rem) {
      margin-left: calc(var(--spacing) * 64);
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:gap-3 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .md\:p-6 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .md\:text-6xl {
    @media (width >= 48rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .lg\:w-\[480px\] {
    @media (width >= 64rem) {
      width: 480px;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
}
@font-face {
  font-family: "Ari-W9500";
  src: url("./fonts/ari-w9500.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Press Start 2P";
  src: url("./fonts/press-start-2p.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --bg-deep: #0a0a0a;
  --bg-surface: #141414;
  --bg-card: rgba(25, 25, 25, 0.6);
  --bg-elevated: rgba(35, 35, 35, 0.7);
  --orange-dim: #5c1a14;
  --orange-primary: #c0392b;
  --orange-bright: #e74c3c;
  --orange-glow: #c0392b;
  --text-primary: #e8e2d6;
  --text-muted: #8a8275;
  --text-dim: #555;
  --border-subtle: rgba(255, 255, 255, 0.1);
  --border-orange: rgba(192, 57, 43, 0.4);
  --red-error: #e74c3c;
  --green-success: #2ecc71;
  --blue-secure: #3498db;
  --yellow-observer: #f1c40f;
  --ember-core: #ffb3b3;
  --ember-bright: #e74c3c;
  --ember-deep: #5c1a14;
  --ember-glow: #c0392b;
  --accent-gold: #e74c3c;
  --accent-amber: #c0392b;
  --accent-ember: #5c1a14;
  --accent-pale: #ffb3b3;
  --glow-gold: rgba(231, 76, 60, 0.7);
  --glow-amber: rgba(192, 57, 43, 0.5);
  --glow-ember: rgba(92, 26, 20, 0.6);
  --amber-dark: #5c1a14;
}
* {
  scrollbar-width: thin;
  scrollbar-color: var(--orange-dim) transparent;
}
*::-webkit-scrollbar {
  width: 6px;
}
*::-webkit-scrollbar-track {
  background: transparent;
}
*::-webkit-scrollbar-thumb {
  background: var(--orange-dim);
  border-radius: 3px;
}
#site-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
#site-loader.hidden {
  opacity: 0;
  transform: translateY(-100%);
}
#loader-bar {
  width: 100%;
  height: 3px;
  background: rgba(92, 26, 20, 0.25);
  position: relative;
  overflow: hidden;
}
#loader-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient( 90deg, #3d0f0a 0%, #5c1a14 10%, #8b1a1a 20%, #c0392b 35%, #e74c3c 45%, #ff8a80 50%, #e74c3c 55%, #c0392b 65%, #8b1a1a 80%, #5c1a14 90%, #3d0f0a 100% );
  background-size: 250% 100%;
  animation: magma-flow 1.2s linear infinite;
  box-shadow: 0 0 6px rgba(231, 76, 60, 0.9), 0 0 18px rgba(192, 57, 43, 0.5), 0 1px 12px rgba(92, 26, 20, 0.7);
  transition: width 0.25s ease-out;
}
@keyframes magma-flow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 250% 50%;
  }
}
#loader-speed {
  position: fixed;
  top: 7px;
  right: 12px;
  font-family: "Ari-W9500", monospace;
  font-size: 10px;
  color: var(--orange-bright, #e74c3c);
  text-shadow: 0 0 8px rgba(231, 76, 60, 0.6);
  letter-spacing: 0.05em;
  z-index: 100000;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.5s ease;
}
#site-loader.hidden ~ #loader-speed, #site-loader.hidden + #loader-speed {
  opacity: 0;
}
#loader-speed.hidden {
  opacity: 0;
}
body {
  font-family: "Ari-W9500", monospace;
  background: var(--bg-deep);
  color: var(--text-primary);
  overflow-x: hidden;
  min-height: 100vh;
}
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
}
#canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
  z-index: -1;
  pointer-events: none;
}
input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
}
input[type="range"]::-webkit-slider-runnable-track {
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  margin-top: -5px;
  width: 12px;
  height: 12px;
  background: var(--orange-primary);
  border: none;
  cursor: pointer;
}
input[type="range"]::-moz-range-track {
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
}
input[type="range"]::-moz-range-thumb {
  width: 12px;
  height: 12px;
  background: var(--orange-primary);
  border: none;
  border-radius: 0;
}
.anim-paused #canvas {
  display: none;
}
.doc-content section[id] {
  scroll-margin-top: 80px;
}
.doc-content h1 {
  overflow: hidden;
  white-space: nowrap;
}
.font-display {
  font-family: "Press Start 2P", cursive;
  letter-spacing: 0.05em;
}
.sidebar, .chat-panel {
  background: rgba(15, 18, 25, 0.65);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-right: 1px solid var(--border-subtle);
  z-index: 30;
}
.chat-panel {
  border: 1px solid var(--border-subtle);
  border-right: 1px solid var(--border-subtle);
}
.nav-item {
  position: relative;
  padding: 0.75rem 1.25rem;
  color: var(--text-muted);
  transition: all 0.3s ease;
  border-left: 2px solid transparent;
  font-size: 0.85rem;
  perspective: 500px;
}
.nav-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient( 90deg, rgba(230, 126, 34, 0.2) 0%, transparent 100% );
  opacity: 0;
  transition: opacity 0.3s ease;
}
.nav-item:hover, .nav-item.active {
  color: var(--orange-primary);
  border-left-color: var(--orange-primary);
}
.nav-item:hover::before, .nav-item.active::before {
  opacity: 1;
}
.nav-item.active {
  text-shadow: 0 0 20px rgba(230, 126, 34, 0.6);
}
.pixel-icon {
  display: block;
  shape-rendering: crispEdges;
  transition: transform 0.3s ease;
  transform-style: preserve-3d;
  backface-visibility: visible;
}
.nav-item.active .pixel-icon {
  animation: pixel-spin-3d 2s linear infinite;
}
@keyframes pixel-spin-3d {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.doc-content h1, .doc-content h2, .doc-content h3 {
  font-family: "Press Start 2P", cursive;
  color: var(--text-primary);
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.doc-content h1 {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: var(--orange-bright);
}
.doc-content h2 {
  font-size: 1.25rem;
  color: var(--orange-primary);
  margin-top: 4rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px dashed var(--border-orange);
}
.doc-content h3 {
  font-size: 0.875rem;
  color: var(--text-primary);
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.doc-content p {
  color: var(--text-muted);
  line-height: 1.9;
  font-size: 0.95rem;
}
.doc-content h1 .pixel-icon, .doc-content h2 .pixel-icon, .doc-content h3 .pixel-icon {
  flex-shrink: 0;
}
.doc-content code {
  background: rgba(230, 126, 34, 0.1);
  border: 1px solid rgba(230, 126, 34, 0.2);
  padding: 0.15rem 0.4rem;
  border-radius: 0;
  font-size: 0.85em;
  color: var(--orange-bright);
  font-family: "Ari-W9500", monospace;
}
.doc-content pre {
  background: var(--bg-card);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--border-subtle);
  border-radius: 0;
  padding: 2.5rem 1.25rem 1.25rem 1.25rem;
  overflow-x: auto;
  position: relative;
  font-size: 0.85rem;
  line-height: 1.7;
}
.doc-content pre::before {
  content: "SCHEMATIC";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 4px 10px;
  background: var(--bg-elevated);
  color: var(--orange-dim);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  border-bottom: 1px solid var(--border-subtle);
  font-family: "Ari-W9500", monospace;
  text-align: left;
}
.doc-content pre code {
  background: none;
  border: none;
  padding: 0;
  color: var(--text-primary);
}
.code-keyword {
  color: var(--orange-bright);
}
.code-string {
  color: #7ec699;
}
.code-comment {
  color: var(--text-dim);
  font-style: italic;
}
.code-function {
  color: #82aaff;
}
.card {
  background: var(--bg-card);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--border-subtle);
  border-radius: 0;
  transition: all 0.3s ease;
}
.card:hover {
  border-color: var(--border-orange);
  box-shadow: 4px 4px 0 rgba(230, 126, 34, 0.2);
  background: rgba(35, 35, 35, 0.6);
}
.warning-box, .spec-box {
  background: rgba(230, 126, 34, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(230, 126, 34, 0.3);
  border-left: 4px solid var(--orange-primary);
  border-radius: 0;
  padding: 1rem 1.25rem;
}
.spec-box {
  padding: 0.75rem 1rem;
  margin-top: 0.5rem;
}
.sidebar-toggle {
  display: none;
}
.sidebar-input, .chat-input {
  background: rgba(20, 20, 20, 0.6);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 0;
  border: 1px solid var(--border-subtle);
  color: var(--text-primary);
  font-family: "Ari-W9500", monospace;
}
.sidebar-input::placeholder, .chat-input::placeholder {
  font-family: "Ari-W9500", monospace;
  color: var(--text-dim);
}
.search-highlight {
  background: rgba(243, 156, 18, 0.3);
  color: #fff;
  border-bottom: 1px solid var(--orange-bright);
  padding: 0 2px;
  box-shadow: 0 0 10px rgba(243, 156, 18, 0.4);
  transition: background 0.2s;
}
.search-highlight.active {
  background: var(--orange-primary);
  color: #000;
}
@media (max-width: 768px) {
  .sidebar {
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 50;
  }
  .sidebar.open {
    transform: translateX(0);
  }
  .sidebar-toggle {
    display: flex;
  }
  .overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    z-index: 40;
  }
  .overlay.visible {
    display: block;
  }
  .doc-content h1 {
    font-size: 1.5rem;
  }
  .doc-content h2 {
    font-size: 1rem;
  }
  .doc-content h3 {
    font-size: 0.75rem;
  }
}
.logo-svg {
  display: block;
}
a:focus-visible, button:focus-visible {
  outline: 2px solid var(--orange-primary);
  outline-offset: 2px;
}
.anim-paused .ember, .anim-paused .ambient-bg::before, .anim-paused .floating-rune, .anim-paused .noise-layer {
  animation: none;
}
.anim-paused .ember, .anim-paused .floating-rune, .anim-paused .noise-layer {
  display: none;
}
.anim-paused .nav-item.active .pixel-icon {
  animation: none;
}
.anim-paused * {
  transition-duration: 0.01ms !important;
}
@media (prefers-reduced-motion: reduce) {
  .ember, .ambient-bg::before, .floating-rune, .noise-layer {
    animation: none;
  }
  .ember, .floating-rune, .noise-layer {
    display: none;
  }
  .nav-item.active .pixel-icon {
    animation: none;
  }
  * {
    transition-duration: 0.01ms !important;
  }
}
main {
  position: relative;
  z-index: 10;
}
#stl-viewer-container {
  width: 100%;
  height: 450px;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  position: relative;
  overflow: hidden;
}
#stl-viewer-canvas {
  width: 100%;
  height: 100%;
  display: block;
}
.viewer-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  background: linear-gradient(to top, rgba(10, 10, 10, 0.9), transparent);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  pointer-events: none;
}
.viewer-controls {
  pointer-events: auto;
}
.viewer-actions {
  pointer-events: auto;
}
.viewer-status {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--text-dim);
  font-size: 0.875rem;
  pointer-events: none;
  z-index: 10;
}
.schematic-svg {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
  display: block;
}
.schematic-component {
  fill: rgba(20, 20, 20, 0.8);
  stroke: var(--orange-dim);
  stroke-width: 1.5;
  transition: all 0.2s ease;
  cursor: pointer;
}
.schematic-component:hover {
  fill: rgba(40, 20, 0, 0.9);
  stroke: var(--orange-bright);
  filter: drop-shadow(0 0 4px rgba(230, 126, 34, 0.3));
}
.schematic-label {
  fill: var(--text-muted);
  font-family: "Ari-W9500", monospace;
  font-size: 9px;
  text-anchor: middle;
  pointer-events: none;
  transition: fill 0.2s ease;
  font-weight: normal;
}
.schematic-component:hover ~ .schematic-label {
  fill: var(--orange-bright);
}
.schematic-line {
  stroke: var(--text-dim);
  stroke-width: 1;
  fill: none;
  transition: stroke 0.2s ease;
}
.spi-mosi {
  stroke: var(--red-error);
}
.spi-sclk {
  stroke: var(--yellow-observer);
}
.spi-cs {
  stroke: var(--green-success);
}
.spi-dc {
  stroke: var(--blue-secure);
}
.spi-rst {
  stroke: var(--orange-primary);
}
.schematic-component:hover ~ .schematic-line {
  stroke-width: 1.5;
}
.schematic-tooltip {
  position: absolute;
  background: rgba(20, 20, 20, 0.95);
  border: 1px solid var(--orange-primary);
  padding: 8px 12px;
  border-radius: 0;
  font-size: 11px;
  color: var(--text-primary);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 20;
  max-width: 150px;
  box-shadow: 0 0 10px rgba(230, 126, 34, 0.2);
}
.schematic-wrapper {
  position: relative;
}
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.modal-overlay.hidden {
  display: none;
}
.modal-content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 0 30px rgba(230, 126, 34, 0.1);
}
.rune-text {
  font-family: "Courier New", Courier, monospace;
  font-size: clamp(0.3rem, 1.2vw, 0.75rem) !important;
  line-height: 1.1;
  color: var(--orange-bright);
  text-shadow: 0 0 8px var(--orange-bright), 0 0 15px var(--orange-primary), 0 0 30px var(--orange-dim);
  white-space: pre;
  user-select: none;
  text-align: center;
  padding: 2rem 0;
  margin: 0;
  margin-bottom: 2rem;
}
.doc-content pre.rune-text {
  background: transparent;
  border: none;
  padding: 2rem 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  line-height: 1.1;
}
.doc-content pre.rune-text::before {
  display: none;
}
main {
  position: relative;
}
.doc-content {
  position: relative;
  z-index: 1;
}
.doc-content h1, .doc-content h2, .doc-content h3 {
  font-family: "Press Start 2P", cursive;
  color: var(--text-primary);
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.doc-content h1 {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: var(--orange-bright);
  text-shadow: 0 0 15px rgba(230, 126, 34, 0.6);
}
.doc-content h2 {
  font-size: 1.25rem;
  color: var(--orange-primary);
  margin-top: 4rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px dashed var(--border-orange);
  text-shadow: 0 0 10px rgba(230, 126, 34, 0.4);
}
.doc-content h3 {
  font-size: 0.875rem;
  color: var(--orange-dim);
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.doc-content h1 .pixel-icon, .doc-content h2 .pixel-icon {
  flex-shrink: 0;
}
.separator {
  border: 0;
  height: 1px;
  background-image: linear-gradient( to right, transparent, var(--orange-primary), transparent );
  margin: 3rem 0;
  opacity: 0.4;
}
.doc-content h1 {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  background: linear-gradient( 135deg, #ff5252 0%, #e74c3c 25%, #c0392b 50%, #e74c3c 75%, #ff5252 100% );
  background-size: 400% 400%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 8px rgba(231, 76, 60, 1), 0 0 16px rgba(192, 57, 43, 0.8);
  animation: lava-flow 10s linear infinite;
  opacity: 0.95;
}
#quick-nav {
  position: sticky;
  top: calc(30vh - 100px);
  margin-left: -50px;
  width: 0;
  min-width: 0;
  flex-shrink: 0;
  overflow: visible;
  height: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
  z-index: 20;
  background: transparent;
  border: none;
  padding: 0;
}
#quick-nav::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 4px;
  height: 210px;
  width: 1px;
  background: linear-gradient( to bottom, transparent 2%, var(--orange-primary) 25%, var(--orange-primary) 75%, transparent 98% );
  opacity: 0.35;
}
.keycap-wrapper {
  position: relative;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
  pointer-events: auto;
  transition: transform 0.1s ease;
  z-index: 0;
}
.keycap-wrapper::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  background: radial-gradient( circle, rgba(231, 76, 60, 0.25) 30%, rgba(192, 57, 43, 0.1) 60%, transparent 80% );
  opacity: 0;
  transition: opacity 0.05s ease-out;
  z-index: -1;
  pointer-events: none;
}
.keycap-wrapper:active::before, .keycap-wrapper.pressed::before {
  opacity: 1;
}
.keycap-wrapper:active, .keycap-wrapper.pressed {
  transform: translateY(2px);
}
.keycap-wrapper svg {
  display: block;
}
.keycap-wrapper:focus {
  outline: none;
}
.keycap-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.8));
  transition: filter 0.1s ease;
}
.keycap-wrapper:active .keycap-bg, .keycap-wrapper.pressed .keycap-bg {
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.8));
}
.keycap-icon {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  #quick-nav {
    display: none !important;
  }
}
.sidebar-input {
  padding-right: 2.5rem;
}
#glitch-overlay {
  position: fixed;
  pointer-events: none;
  z-index: 9998;
  background: rgba(15, 2, 2, 0.95);
  color: #ff4d4d;
  text-shadow: 0 0 4px rgba(231, 76, 60, 0.8), -1px 0 rgba(92, 26, 20, 0.8), 1px 0 rgba(92, 26, 20, 0.8);
  white-space: pre;
  display: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: none;
}
#artifact-modal {
  position: fixed;
  inset: 0;
  z-index: 65;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
#artifact-modal.hidden {
  display: none;
}
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
}
.artifact-modal-content {
  position: relative;
  z-index: 10;
  height: 80vh;
  aspect-ratio: 1 / 1;
  max-width: 100vw;
  background: transparent;
  border: 1px solid var(--border-orange);
  box-shadow: 0 0 40px rgba(192, 57, 43, 0.15);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.artifact-iframe {
  flex: 1;
  width: 100%;
  height: 100%;
  border: none;
  background: transparent !important;
  margin-top: 3px;
  display: block;
}
.artifact-modal-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: rgba(92, 26, 20, 0.25);
  z-index: 15;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.artifact-modal-loader.hidden {
  opacity: 0;
  pointer-events: none;
}
.artifact-loader-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient( 90deg, #3d0f0a 0%, #5c1a14 10%, #8b1a1a 20%, #c0392b 35%, #e74c3c 45%, #ff8a80 50%, #e74c3c 55%, #c0392b 65%, #8b1a1a 80%, #5c1a14 90%, #3d0f0a 100% );
  background-size: 250% 100%;
  animation: magma-flow 1.2s linear infinite;
  box-shadow: 0 0 6px rgba(231, 76, 60, 0.9), 0 0 18px rgba(192, 57, 43, 0.5), 0 1px 12px rgba(92, 26, 20, 0.7);
  transition: width 0.25s ease-out;
}
.modal-action-btn {
  position: absolute;
  top: 12px;
  z-index: 20;
  background: rgba(10, 10, 10, 0.9);
  border: 1px solid var(--border-orange);
  color: var(--orange-bright);
  font-family: "Press Start 2P", cursive;
  font-size: 8px;
  padding: 8px 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  line-height: 1;
}
.modal-action-btn:hover {
  background: var(--orange-primary);
  color: #000;
  box-shadow: 0 0 12px rgba(231, 76, 60, 0.5);
}
.close-btn {
  right: 12px;
}
.expand-btn {
  right: 60px;
}
.modal-overlay.expanded {
  padding: 0;
  align-items: stretch;
  justify-content: stretch;
}
.modal-overlay.expanded .modal-backdrop {
  background: #000000 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
.modal-overlay.expanded .artifact-modal-content, .modal-overlay.expanded .app-modal-content {
  height: 100vh !important;
  width: 100vw !important;
  aspect-ratio: auto !important;
  max-width: 100vw !important;
  border: none !important;
  box-shadow: none !important;
  background: #000000 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.modal-overlay.expanded .artifact-iframe {
  background: #000000 !important;
  opacity: 1 !important;
}
.modal-overlay.expanded .expand-btn {
  right: 60px;
}
.app-modal-content {
  position: relative;
  z-index: 10;
  height: 80vh;
  aspect-ratio: 1 / 1;
  max-width: 100vw;
  background: transparent;
  border: 1px solid var(--border-orange);
  box-shadow: 0 0 40px rgba(192, 57, 43, 0.15);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.artifact-modal-content {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.spec {
  color: #5c1a14;
  font-size: 0.85rem;
  margin-top: 2rem;
  display: block;
}
#sequence-terminal {
  background: rgba(20, 20, 20, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid var(--border-orange);
  margin-top: 1rem;
  position: relative;
  overflow: hidden;
  font-family: "Ari-W9500", monospace;
  height: 500px;
  display: flex;
  flex-direction: column;
}
.term-header {
  background: var(--bg-elevated);
  padding: 0.75rem 1.25rem;
  border-bottom: 1px dashed var(--border-subtle);
  color: var(--text-dim);
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
}
.term-output {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 1.25rem;
  color: var(--text-muted);
  font-size: 0.85rem;
  line-height: 1.7;
}
.term-line {
  margin-bottom: 0.25rem;
  white-space: pre-wrap;
}
.term-line.sys {
  color: var(--text-dim);
}
.term-line.warn {
  color: var(--orange-primary);
}
.term-line.error {
  color: var(--red-error);
}
.term-line.success {
  color: var(--green-success);
}
.term-line.artifact {
  color: var(--orange-bright);
  text-shadow: 0 0 8px rgba(231, 76, 60, 0.5);
}
.term-prompt {
  border-top: 1px solid var(--border-subtle);
  padding: 1rem 1.25rem;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  background: rgba(10, 10, 10, 0.5);
  align-items: center;
  flex-shrink: 0;
}
.term-btn {
  background: transparent;
  border: 1px solid var(--border-subtle);
  color: var(--text-primary);
  padding: 0.4rem 1rem;
  cursor: pointer;
  font-family: "Ari-W9500", monospace;
  font-size: 0.85rem;
  transition: all 0.2s ease;
}
.term-btn:hover {
  border-color: var(--orange-primary);
  color: #fff;
  background: rgba(231, 76, 60, 0.1);
  box-shadow: 0 0 10px rgba(231, 76, 60, 0.2);
}
.term-btn:active {
  transform: scale(0.97);
}
.term-prompt-text {
  color: var(--orange-dim);
  font-size: 0.8rem;
  width: 100%;
  margin-bottom: -0.25rem;
}
.term-input {
  background: rgba(20, 20, 20, 0.8);
  border: 1px solid var(--border-subtle);
  color: var(--orange-bright);
  padding: 0.4rem 0.75rem;
  font-family: "Ari-W9500", monospace;
  font-size: 0.85rem;
  flex-grow: 1;
  outline: none;
  caret-color: var(--orange-bright);
}
.term-input::placeholder {
  color: var(--text-dim);
}
.term-input:focus {
  border-color: var(--orange-primary);
  box-shadow: 0 0 5px rgba(231, 76, 60, 0.3);
}
.term-art {
  display: block;
  font-family: "Courier New", "Lucida Console", monospace;
  line-height: 1.15;
  letter-spacing: 0px;
  white-space: pre;
  color: var(--orange-bright);
  text-shadow: 0 0 8px rgba(231, 76, 60, 0.5);
  margin: 0.5rem 0 1rem 0;
  font-size: 0.85rem;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  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: 0px;
}
@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: 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-outline-style: solid;
      --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-duration: initial;
      --tw-ease: initial;
    }
  }
}
