/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@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-border-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;
    }
  }
}

@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;
    --spacing: .25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

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

@layer components;

@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }

  .visible {
    visibility: visible;
  }

  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .z-0 {
    z-index: 0;
  }

  .z-10 {
    z-index: 10;
  }

  .order-1 {
    order: 1;
  }

  .order-2 {
    order: 2;
  }

  .-mx-\[0\.5ch\] {
    margin-inline: -.5ch;
  }

  .my-0 {
    margin-block: calc(var(--spacing) * 0);
  }

  .my-\[2ch\] {
    margin-block: 2ch;
  }

  .mt-\[1ch\] {
    margin-top: 1ch;
  }

  .mt-\[2ch\] {
    margin-top: 2ch;
  }

  .mb-\[2ch\] {
    margin-bottom: 2ch;
  }

  .flex {
    display: flex;
  }

  .hidden {
    display: none;
  }

  .inline-flex {
    display: inline-flex;
  }

  .aspect-square {
    aspect-ratio: 1;
  }

  .h-full {
    height: 100%;
  }

  .h-screen {
    height: 100vh;
  }

  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }

  .w-full {
    width: 100%;
  }

  .w-screen {
    width: 100vw;
  }

  .max-w-\[220px\] {
    max-width: 220px;
  }

  .flex-1 {
    flex: 1;
  }

  .shrink-0 {
    flex-shrink: 0;
  }

  .flex-col {
    flex-direction: column;
  }

  .items-center {
    align-items: center;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-start {
    justify-content: flex-start;
  }

  .gap-\[1\.25ch\] {
    gap: 1.25ch;
  }

  .gap-\[2ch\] {
    gap: 2ch;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .object-cover {
    object-fit: cover;
  }

  .px-\[0\.5ch\] {
    padding-inline: .5ch;
  }

  .px-\[2ch\] {
    padding-inline: 2ch;
  }

  .px-\[calc\(1\.5ch-0\.5px\)\] {
    padding-inline: calc(1.5ch - .5px);
  }

  .py-\[1ch\] {
    padding-block: 1ch;
  }

  .py-\[2ch\] {
    padding-block: 2ch;
  }

  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }

  .pr-\[1ch\] {
    padding-right: 1ch;
  }

  .pb-\[1ch\] {
    padding-bottom: 1ch;
  }

  .italic {
    font-style: italic;
  }

  .line-through {
    text-decoration-line: line-through;
  }

  .underline {
    text-decoration-line: underline;
  }

  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,  ) var(--tw-brightness,  ) var(--tw-contrast,  ) var(--tw-grayscale,  ) var(--tw-hue-rotate,  ) var(--tw-invert,  ) var(--tw-saturate,  ) var(--tw-sepia,  ) var(--tw-drop-shadow,  );
  }

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

  @media (min-width: 48rem) {
    .md\:order-1 {
      order: 1;
    }

    .md\:order-2 {
      order: 2;
    }

    .md\:h-\[263px\] {
      height: 263px;
    }

    .md\:w-\[175px\] {
      width: 175px;
    }

    .md\:max-w-none {
      max-width: none;
    }

    .md\:flex-row {
      flex-direction: row;
    }

    .md\:gap-\[2ch\] {
      gap: 2ch;
    }
  }
}

@font-face {
  font-family: IBM VGA;
  src: url("/Web437_IBM_VGA_8x16.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-sans: "IBM VGA", ui-monospace, "SF Mono", "Monaco", "Inconsolata", "Roboto Mono",
    "Source Code Pro", monospace;
  --font-mono: "IBM VGA", ui-monospace, "SF Mono", "Monaco", "Inconsolata", "Roboto Mono",
    "Source Code Pro", monospace;
  --black: #000;
  --blue: #00a;
  --green: #0a0;
  --cyan: #0aa;
  --red: #a00;
  --magenta: #a0a;
  --brown: #a50;
  --light-gray: #aaa;
  --dark-gray: #555;
  --light-blue: #55f;
  --light-green: #5f5;
  --light-cyan: #5ff;
  --light-red: #f55;
  --light-magenta: #f5f;
  --yellow: #ff5;
  --white: #fff;
  --panel-bg-alpha: .2;
  --panel-gloss-alpha: .05;
  --panel-border-inset: .6rem;
  --panel-bg: rgba(0, 0, 0, var(--panel-bg-alpha));
  --panel-blur: 10px;
  --fallback-glow-a: #55ffff2e;
  --fallback-glow-b: #5555ff29;
  --fallback-glow-c: #ff555524;
}

html {
  box-sizing: border-box;
  min-height: 100%;
}

body {
  isolation: isolate;
  background-color: var(--black);
  min-height: 100dvh;
  color: var(--white);
  white-space: normal;
  margin: 0;
  font-family: IBM VGA, monospace;
  font-size: 1.25rem;
  line-height: 1;
  position: relative;
  overflow: hidden;
}

body:before {
  content: "";
  z-index: -30;
  background: var(--black);
  opacity: 0;
  pointer-events: none;
  position: fixed;
  inset: -20vmax;
  transform: translate3d(0, 0, 0)scale(1);
}

body[data-background-mode="failed"]:before {
  opacity: 1;
  animation: 18s linear infinite alternate fallback-drift;
}

@media (prefers-reduced-motion: reduce) {
  body[data-background-mode="failed"]:before {
    animation: none;
  }
}

@keyframes fallback-drift {
  from {
    transform: translate3d(-3%, -2%, 0)scale(1);
  }

  to {
    transform: translate3d(3%, 2%, 0)scale(1.12);
  }
}

::selection {
  background-color: var(--light-blue);
  color: var(--black);
}

*, :before, :after {
  box-sizing: inherit;
}

@media (min-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}

.page-frame {
  grid-template-rows: auto 1fr auto;
  gap: 2ch;
  width: min(80ch, 100vw);
  height: 100dvh;
  margin: 0 auto;
  padding: 1rem;
  display: grid;
}

#outlet {
  -webkit-user-select: none;
  user-select: none;
  min-height: 0;
  display: block;
  overflow: hidden;
}

#outlet.qa-outlet {
  overflow: hidden;
}

#outlet:focus {
  outline: none;
}

.site-shell {
  box-sizing: border-box;
  -webkit-user-select: text;
  user-select: text;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .site-shell {
    width: 60%;
  }
}

.site-panel-frame {
  position: relative;
  overflow: hidden;
}

.site-panel-frost {
  inset: var(--panel-border-inset);
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, var(--panel-gloss-alpha)), transparent 24%), var(--panel-bg);
  position: absolute;
  overflow: hidden;
}

.site-panel-border {
  inset: var(--panel-border-inset);
  border: 2px solid var(--white);
  pointer-events: none;
  position: absolute;
}

.site-panel-content {
  z-index: 1;
  position: relative;
}

.site-region {
  width: 100%;
}

button:focus, a:focus, input:focus, textarea:focus, select:focus, [tabindex]:focus, [contenteditable]:focus {
  outline-offset: -2px;
  border-radius: 0;
  outline: 2px solid #fff;
}

a {
  color: var(--light-blue);
  text-underline-offset: .2ch;
  text-decoration: none;
}

a:hover, a:focus-visible, a[aria-current="page"] {
  background-color: var(--light-blue);
  color: var(--black);
  text-decoration: underline;
}

a[aria-current="page"] {
  color: var(--yellow);
  background-color: #0000;
  text-decoration: underline;
}

.site-nav-link {
  color: var(--light-blue);
  align-items: center;
  text-decoration: none;
  display: inline-flex;
}

.site-nav-link:hover, .site-nav-link:focus-visible {
  color: var(--light-blue);
  background-color: #0000;
  text-decoration: none;
}

.site-nav-link[aria-current="page"] {
  color: var(--yellow);
  text-decoration: none;
}

.site-nav-marker {
  color: currentColor;
  visibility: hidden;
  width: 1ch;
  display: inline-block;
}

.site-nav-link[aria-current="page"] .site-nav-marker {
  visibility: visible;
}

.skip-link {
  background: var(--yellow);
  color: var(--black);
  z-index: 20;
  padding: .5ch 1ch;
  position: absolute;
  top: 0;
  left: 1rem;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(1rem);
}

.qa-input-wrap {
  border: 2px solid var(--white);
  background-color: #0000002e;
  flex-direction: column;
  gap: 1ch;
  padding: 1ch;
  display: flex;
  position: relative;
}

.qa-page {
  width: 100%;
  min-height: 0;
}

.qa-list-scroll {
  scrollbar-gutter: stable;
  overscroll-behavior: contain;
  padding-top: 1.5ch;
  padding-bottom: 1.5ch;
  padding-right: .5ch;
}

.qa-list-scroll::-webkit-scrollbar {
  width: 1ch;
}

.qa-list-scroll::-webkit-scrollbar-track {
  background: none;
}

.qa-list-scroll::-webkit-scrollbar-thumb {
  background-color: var(--dark-gray);
  border-left: 1px solid #0000;
  border-right: 1px solid #0000;
}

.qa-list-scroll::-webkit-scrollbar-thumb:hover {
  background-color: var(--light-gray);
}

.qa-stats {
  color: var(--dark-gray);
  text-align: center;
}

.qa-textarea {
  width: 100%;
  min-height: 2lh;
  caret-color: var(--white);
  caret-shape: block;
  color: var(--light-gray);
  resize: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background-color: #0000;
  border: none;
  padding: 0;
  overflow-y: auto;
}

.qa-textarea::placeholder {
  color: var(--dark-gray);
}

.qa-input-bar {
  pointer-events: auto;
  justify-content: space-between;
  align-items: center;
  gap: 1ch;
  display: flex;
}

.qa-bar-text {
  color: var(--dark-gray);
}

.qa-button {
  color: var(--yellow);
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  pointer-events: auto;
  background: none;
  border: none;
  padding: 0;
}

.qa-button:hover {
  background-color: var(--yellow);
  color: var(--black);
}

.qa-button-message:hover {
  background: none;
}

.qa-button:disabled {
  color: var(--dark-gray);
  cursor: wait;
}

.qa-button:disabled:hover {
  color: var(--dark-gray);
  background: none;
}

.qa-meta {
  color: var(--dark-gray);
  margin-top: .5ch;
}

.qa-item {
  position: relative;
}

.qa-list-item {
  border-top: none;
}

.qa-list-item + .qa-list-item {
  border-top: 2px solid var(--white);
  margin-top: 1.5ch;
  padding-top: 1.5ch;
}

.qa-list-label {
  color: var(--white);
  margin-bottom: 1ch;
}

.qa-item-meta {
  box-shadow: inset 0 0 0 1px var(--dark-gray);
  color: var(--light-gray);
  z-index: 5;
  background-color: #000000e6;
  padding: .75ch 1ch;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

.qa-item:hover .qa-item-meta, .qa-item:focus-within .qa-item-meta, .qa-item:focus .qa-item-meta {
  display: block;
}

.qa-inline-action {
  color: var(--light-blue);
  font: inherit;
  cursor: pointer;
  text-underline-offset: .2ch;
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
}

.qa-inline-action:hover, .qa-inline-action:focus-visible {
  background-color: var(--light-blue);
  color: var(--black);
}

.qa-textarea::selection {
  background-color: var(--light-blue);
  color: var(--black);
}

.qa-textarea:focus {
  outline: none;
}

.site-footer-inner {
  color: var(--dark-gray);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1ch;
  display: flex;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

@property --tw-border-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
}
