/*! tailwindcss v4.2.0 | 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-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-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --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-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-duration: 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;
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --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-auto {
    pointer-events: auto;
  }

  .pointer-events-none {
    pointer-events: none;
  }

  .collapse {
    visibility: collapse;
  }

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

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

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

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

  .inset-x-3 {
    inset-inline: calc(var(--spacing) * 3);
  }

  .inset-x-4 {
    inset-inline: calc(var(--spacing) * 4);
  }

  .inset-x-5 {
    inset-inline: calc(var(--spacing) * 5);
  }

  .start {
    inset-inline-start: var(--spacing);
  }

  .end {
    inset-inline-end: var(--spacing);
  }

  .-top-14 {
    top: calc(var(--spacing) * -14);
  }

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

  .top-1 {
    top: calc(var(--spacing) * 1);
  }

  .top-1\.5 {
    top: calc(var(--spacing) * 1.5);
  }

  .top-1\/2 {
    top: 50%;
  }

  .top-4 {
    top: calc(var(--spacing) * 4);
  }

  .top-5 {
    top: calc(var(--spacing) * 5);
  }

  .top-\[10px\] {
    top: 10px;
  }

  .top-\[18\%\] {
    top: 18%;
  }

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

  .right-1 {
    right: calc(var(--spacing) * 1);
  }

  .right-1\.5 {
    right: calc(var(--spacing) * 1.5);
  }

  .right-3 {
    right: calc(var(--spacing) * 3);
  }

  .right-4 {
    right: calc(var(--spacing) * 4);
  }

  .right-5 {
    right: calc(var(--spacing) * 5);
  }

  .bottom-3 {
    bottom: calc(var(--spacing) * 3);
  }

  .bottom-\[11px\] {
    bottom: 11px;
  }

  .bottom-\[104px\] {
    bottom: 104px;
  }

  .left-1 {
    left: calc(var(--spacing) * 1);
  }

  .left-1\/2 {
    left: 50%;
  }

  .left-5 {
    left: calc(var(--spacing) * 5);
  }

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

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

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

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

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

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

  .mx-auto {
    margin-inline: auto;
  }

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

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

  .-mt-0\.5 {
    margin-top: calc(var(--spacing) * -.5);
  }

  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }

  .mt-auto {
    margin-top: auto;
  }

  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

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

  .aspect-\[0\.82\] {
    aspect-ratio: .82;
  }

  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }

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

  .h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }

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

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

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

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

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

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

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

  .h-px {
    height: 1px;
  }

  .max-h-\[min\(78dvh\,700px\)\] {
    max-height: min(78dvh, 700px);
  }

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

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

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

  .min-h-\[4\.5em\] {
    min-height: 4.5em;
  }

  .w-2\.5 {
    width: calc(var(--spacing) * 2.5);
  }

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

  .w-7 {
    width: calc(var(--spacing) * 7);
  }

  .w-8 {
    width: calc(var(--spacing) * 8);
  }

  .w-20 {
    width: calc(var(--spacing) * 20);
  }

  .w-full {
    width: 100%;
  }

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

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

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

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

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

  .max-w-\[calc\(100\%-96px\)\] {
    max-width: calc(100% - 96px);
  }

  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }

  .flex-1 {
    flex: 1;
  }

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

  .grow {
    flex-grow: 1;
  }

  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-y-\[40px\] {
    --tw-translate-y: 40px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .skew-y-\[-5deg\] {
    --tw-skew-y: skewY(-5deg);
    transform: var(--tw-rotate-x,  ) var(--tw-rotate-y,  ) var(--tw-rotate-z,  ) var(--tw-skew-x,  ) var(--tw-skew-y,  );
  }

  .skew-y-\[5deg\] {
    --tw-skew-y: skewY(5deg);
    transform: var(--tw-rotate-x,  ) var(--tw-rotate-y,  ) var(--tw-rotate-z,  ) var(--tw-skew-x,  ) var(--tw-skew-y,  );
  }

  .transform {
    transform: var(--tw-rotate-x,  ) var(--tw-rotate-y,  ) var(--tw-rotate-z,  ) var(--tw-skew-x,  ) var(--tw-skew-y,  );
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

  .items-end {
    align-items: flex-end;
  }

  .items-start {
    align-items: flex-start;
  }

  .justify-between {
    justify-content: space-between;
  }

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

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

  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }

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

  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-4 > :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)));
  }

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

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

  .overscroll-contain {
    overscroll-behavior: contain;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

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

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

  .border-\[3px\] {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }

  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }

  .border-\[\#0a9db1\] {
    border-color: #0a9db1;
  }

  .border-\[\#24272c\] {
    border-color: #24272c;
  }

  .border-\[\#25282d\] {
    border-color: #25282d;
  }

  .border-\[\#25282d\]\/15 {
    border-color: oklab(27.5871% -.00164801 -.0100675 / .15);
  }

  .border-\[\#25282d\]\/22 {
    border-color: oklab(27.5871% -.00164801 -.0100675 / .22);
  }

  .border-\[\#25282d\]\/25 {
    border-color: oklab(27.5871% -.00164801 -.0100675 / .25);
  }

  .border-\[\#25282d\]\/28 {
    border-color: oklab(27.5871% -.00164801 -.0100675 / .28);
  }

  .border-\[\#25282d\]\/30 {
    border-color: oklab(27.5871% -.00164801 -.0100675 / .3);
  }

  .border-\[\#25282d\]\/38 {
    border-color: oklab(27.5871% -.00164801 -.0100675 / .38);
  }

  .border-\[\#f4a61f\] {
    border-color: #f4a61f;
  }

  .border-current {
    border-color: currentColor;
  }

  .border-transparent {
    border-color: #0000;
  }

  .bg-\[\#20cfe1\] {
    background-color: #20cfe1;
  }

  .bg-\[\#20cfe1\]\/10 {
    background-color: oklab(78.2325% -.116166 -.0574051 / .1);
  }

  .bg-\[\#39d98a\] {
    background-color: #39d98a;
  }

  .bg-\[\#76e4eb\] {
    background-color: #76e4eb;
  }

  .bg-\[\#24272c\] {
    background-color: #24272c;
  }

  .bg-\[\#24272c\]\/10 {
    background-color: oklab(27.1765% -.00165452 -.0101063 / .1);
  }

  .bg-\[\#24272c\]\/15 {
    background-color: oklab(27.1765% -.00165452 -.0101063 / .15);
  }

  .bg-\[\#25282d\] {
    background-color: #25282d;
  }

  .bg-\[\#25282d\]\/3 {
    background-color: oklab(27.5871% -.00164801 -.0100675 / .03);
  }

  .bg-\[\#25282d\]\/4 {
    background-color: oklab(27.5871% -.00164801 -.0100675 / .04);
  }

  .bg-\[\#25282d\]\/5 {
    background-color: oklab(27.5871% -.00164801 -.0100675 / .05);
  }

  .bg-\[\#25282d\]\/15 {
    background-color: oklab(27.5871% -.00164801 -.0100675 / .15);
  }

  .bg-\[\#25282d\]\/\[0\.045\] {
    background-color: oklab(27.5871% -.00164801 -.0100675 / .045);
  }

  .bg-\[\#b8f5ff\] {
    background-color: #b8f5ff;
  }

  .bg-\[\#f1eee8\]\/96 {
    background-color: oklab(94.9776% .000816166 .0085898 / .96);
  }

  .bg-\[\#f4b942\] {
    background-color: #f4b942;
  }

  .bg-\[\#f7f3ed\] {
    background-color: #f7f3ed;
  }

  .bg-\[\#f7f3ed\]\/95 {
    background-color: oklab(96.5583% .00184038 .00887287 / .95);
  }

  .bg-\[\#f7f3ed\]\/97 {
    background-color: oklab(96.5583% .00184038 .00887287 / .97);
  }

  .bg-\[\#fdfaf6\]\/96 {
    background-color: oklab(98.6295% .00156063 .00599438 / .96);
  }

  .bg-\[\#fdfaf6\]\/97 {
    background-color: oklab(98.6295% .00156063 .00599438 / .97);
  }

  .bg-\[\#ff2f72\] {
    background-color: #ff2f72;
  }

  .bg-\[\#ff3f78\] {
    background-color: #ff3f78;
  }

  .bg-current, .bg-current\/8 {
    background-color: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-current\/8 {
      background-color: color-mix(in oklab, currentcolor 8%, transparent);
    }
  }

  .bg-current\/10 {
    background-color: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-current\/10 {
      background-color: color-mix(in oklab, currentcolor 10%, transparent);
    }
  }

  .bg-transparent {
    background-color: #0000;
  }

  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .from-\[\#f1eee8\]\/95 {
    --tw-gradient-from: oklab(94.9776% .000816166 .0085898 / .95);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .via-\[\#f1eee8\]\/55 {
    --tw-gradient-via: oklab(94.9776% .000816166 .0085898 / .55);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .p-1 {
    padding: calc(var(--spacing) * 1);
  }

  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }

  .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .p-3\.5 {
    padding: calc(var(--spacing) * 3.5);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-5 {
    padding: calc(var(--spacing) * 5);
  }

  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .py-0\.5 {
    padding-block: calc(var(--spacing) * .5);
  }

  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }

  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }

  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }

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

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

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

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

  .pr-1 {
    padding-right: calc(var(--spacing) * 1);
  }

  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }

  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }

  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }

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

  .text-right {
    text-align: right;
  }

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

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }

  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }

  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .text-\[5\.5px\] {
    font-size: 5.5px;
  }

  .text-\[5px\] {
    font-size: 5px;
  }

  .text-\[6\.5px\] {
    font-size: 6.5px;
  }

  .text-\[7px\] {
    font-size: 7px;
  }

  .text-\[8px\] {
    font-size: 8px;
  }

  .text-\[9\.5px\] {
    font-size: 9.5px;
  }

  .text-\[9px\] {
    font-size: 9px;
  }

  .text-\[10px\] {
    font-size: 10px;
  }

  .text-\[11px\] {
    font-size: 11px;
  }

  .text-\[12px\] {
    font-size: 12px;
  }

  .text-\[13px\] {
    font-size: 13px;
  }

  .text-\[14px\] {
    font-size: 14px;
  }

  .text-\[15px\] {
    font-size: 15px;
  }

  .text-\[18px\] {
    font-size: 18px;
  }

  .text-\[34px\] {
    font-size: 34px;
  }

  .text-\[40px\] {
    font-size: 40px;
  }

  .text-\[56px\] {
    font-size: 56px;
  }

  .text-\[86px\] {
    font-size: 86px;
  }

  .text-\[96px\] {
    font-size: 96px;
  }

  .text-\[clamp\(38px\,10\.5vw\,80px\)\] {
    font-size: clamp(38px, 10.5vw, 80px);
  }

  .leading-\[0\.9\] {
    --tw-leading: .9;
    line-height: .9;
  }

  .leading-\[0\.82\] {
    --tw-leading: .82;
    line-height: .82;
  }

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }

  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }

  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .tracking-\[-0\.04em\] {
    --tw-tracking: -.04em;
    letter-spacing: -.04em;
  }

  .tracking-\[-0\.05em\] {
    --tw-tracking: -.05em;
    letter-spacing: -.05em;
  }

  .tracking-\[-0\.06em\] {
    --tw-tracking: -.06em;
    letter-spacing: -.06em;
  }

  .tracking-\[-0\.08em\] {
    --tw-tracking: -.08em;
    letter-spacing: -.08em;
  }

  .tracking-\[-0\.035em\] {
    --tw-tracking: -.035em;
    letter-spacing: -.035em;
  }

  .tracking-\[-0\.055em\] {
    --tw-tracking: -.055em;
    letter-spacing: -.055em;
  }

  .tracking-\[0\.1em\] {
    --tw-tracking: .1em;
    letter-spacing: .1em;
  }

  .tracking-\[0\.2em\] {
    --tw-tracking: .2em;
    letter-spacing: .2em;
  }

  .tracking-\[0\.05em\] {
    --tw-tracking: .05em;
    letter-spacing: .05em;
  }

  .tracking-\[0\.06em\] {
    --tw-tracking: .06em;
    letter-spacing: .06em;
  }

  .tracking-\[0\.08em\] {
    --tw-tracking: .08em;
    letter-spacing: .08em;
  }

  .tracking-\[0\.12em\] {
    --tw-tracking: .12em;
    letter-spacing: .12em;
  }

  .tracking-\[0\.14em\] {
    --tw-tracking: .14em;
    letter-spacing: .14em;
  }

  .tracking-\[0\.15em\] {
    --tw-tracking: .15em;
    letter-spacing: .15em;
  }

  .tracking-\[0\.16em\] {
    --tw-tracking: .16em;
    letter-spacing: .16em;
  }

  .tracking-\[0\.18em\] {
    --tw-tracking: .18em;
    letter-spacing: .18em;
  }

  .tracking-\[0\.22em\] {
    --tw-tracking: .22em;
    letter-spacing: .22em;
  }

  .tracking-\[0\.035em\] {
    --tw-tracking: .035em;
    letter-spacing: .035em;
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .text-\[\#0a9db1\] {
    color: #0a9db1;
  }

  .text-\[\#0bbfd5\] {
    color: #0bbfd5;
  }

  .text-\[\#20cfe1\] {
    color: #20cfe1;
  }

  .text-\[\#24272c\] {
    color: #24272c;
  }

  .text-\[\#24272c\]\/55 {
    color: oklab(27.1765% -.00165452 -.0101063 / .55);
  }

  .text-\[\#24272c\]\/60 {
    color: oklab(27.1765% -.00165452 -.0101063 / .6);
  }

  .text-\[\#25282d\] {
    color: #25282d;
  }

  .text-\[\#25282d\]\/32 {
    color: oklab(27.5871% -.00164801 -.0100675 / .32);
  }

  .text-\[\#25282d\]\/45 {
    color: oklab(27.5871% -.00164801 -.0100675 / .45);
  }

  .text-\[\#25282d\]\/50 {
    color: oklab(27.5871% -.00164801 -.0100675 / .5);
  }

  .text-\[\#25282d\]\/55 {
    color: oklab(27.5871% -.00164801 -.0100675 / .55);
  }

  .text-\[\#25282d\]\/58 {
    color: oklab(27.5871% -.00164801 -.0100675 / .58);
  }

  .text-\[\#25282d\]\/60 {
    color: oklab(27.5871% -.00164801 -.0100675 / .6);
  }

  .text-\[\#25282d\]\/62 {
    color: oklab(27.5871% -.00164801 -.0100675 / .62);
  }

  .text-\[\#25282d\]\/65 {
    color: oklab(27.5871% -.00164801 -.0100675 / .65);
  }

  .text-\[\#25282d\]\/68 {
    color: oklab(27.5871% -.00164801 -.0100675 / .68);
  }

  .text-\[\#25282d\]\/72 {
    color: oklab(27.5871% -.00164801 -.0100675 / .72);
  }

  .text-\[\#d07b00\] {
    color: #d07b00;
  }

  .text-\[\#d91e5c\] {
    color: #d91e5c;
  }

  .text-\[\#d78300\] {
    color: #d78300;
  }

  .text-\[\#eef7f5\] {
    color: #eef7f5;
  }

  .text-\[\#f7f3ed\] {
    color: #f7f3ed;
  }

  .text-\[\#f7f3ed\]\/55 {
    color: oklab(96.5583% .00184038 .00887287 / .55);
  }

  .text-\[\#fdfaf6\] {
    color: #fdfaf6;
  }

  .text-\[\#ff3f78\] {
    color: #ff3f78;
  }

  .italic {
    font-style: italic;
  }

  .not-italic {
    font-style: normal;
  }

  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal,  ) var(--tw-slashed-zero,  ) var(--tw-numeric-figure,  ) var(--tw-numeric-spacing,  ) var(--tw-numeric-fraction,  );
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-20 {
    opacity: .2;
  }

  .opacity-28 {
    opacity: .28;
  }

  .opacity-75 {
    opacity: .75;
  }

  .opacity-90 {
    opacity: .9;
  }

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

  .shadow-\[6px_6px_0_\#25282d\] {
    --tw-shadow: 6px 6px 0 var(--tw-shadow-color, #25282d);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[7px_7px_0_\#090a0d\] {
    --tw-shadow: 7px 7px 0 var(--tw-shadow-color, #090a0d);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[7px_7px_0_\#24272c\] {
    --tw-shadow: 7px 7px 0 var(--tw-shadow-color, #24272c);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[7px_7px_0_\#ff3f78\] {
    --tw-shadow: 7px 7px 0 var(--tw-shadow-color, #ff3f78);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[inset_0_0_0_1px_\#fff2a6\] {
    --tw-shadow: inset 0 0 0 1px var(--tw-shadow-color, #fff2a6);
    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);
  }

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

  .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-\[width\] {
    transition-property: width;
    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));
  }

  .duration-100 {
    --tw-duration: .1s;
    transition-duration: .1s;
  }

  .\[clip-path\:polygon\(50\%_0\,100\%_35\%\,82\%_100\%\,18\%_100\%\,0_35\%\)\] {
    clip-path: polygon(50% 0, 100% 35%, 82% 100%, 18% 100%, 0 35%);
  }

  @media (hover: hover) {
    .group-hover\:text-\[\#f7f3ec\]\/70:is(:where(.group):hover *) {
      color: oklab(96.5313% .00146142 .0101356 / .7);
    }

    .hover\:border-\[\#24272c\]:hover {
      border-color: #24272c;
    }

    .hover\:border-\[\#25282d\]:hover {
      border-color: #25282d;
    }

    .hover\:bg-\[\#24272c\]:hover {
      background-color: #24272c;
    }

    .hover\:bg-\[\#25282d\]:hover {
      background-color: #25282d;
    }

    .hover\:text-\[\#d91e5c\]:hover {
      color: #d91e5c;
    }

    .hover\:text-\[\#f1eee8\]:hover {
      color: #f1eee8;
    }

    .hover\:text-\[\#f7f3ec\]:hover {
      color: #f7f3ec;
    }

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

  .focus-visible\:border-\[\#24272c\]:focus-visible {
    border-color: #24272c;
  }

  .focus-visible\:border-\[\#25282d\]:focus-visible {
    border-color: #25282d;
  }

  .focus-visible\:bg-\[\#24272c\]:focus-visible {
    background-color: #24272c;
  }

  .focus-visible\:bg-\[\#25282d\]:focus-visible {
    background-color: #25282d;
  }

  .focus-visible\:text-\[\#f1eee8\]:focus-visible {
    color: #f1eee8;
  }

  .focus-visible\:text-\[\#f7f3ec\]:focus-visible {
    color: #f7f3ec;
  }

  .focus-visible\:outline-none:focus-visible {
    --tw-outline-style: none;
    outline-style: none;
  }

  .disabled\:cursor-default:disabled {
    cursor: default;
  }

  .disabled\:opacity-45:disabled {
    opacity: .45;
  }

  @media (min-width: 40rem) {
    .sm\:block {
      display: block;
    }

    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sm\:grid-cols-6 {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .sm\:gap-2 {
      gap: calc(var(--spacing) * 2);
    }

    .sm\:p-5 {
      padding: calc(var(--spacing) * 5);
    }

    .sm\:text-\[6px\] {
      font-size: 6px;
    }
  }
}

@font-face {
  font-family: DM Mono;
  src: url("../fonts/DMMono-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: DM Mono;
  src: url("../fonts/DMMono-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500 900;
  font-display: swap;
}

:root {
  --background: #fdfaf6;
  --foreground: #1a1a1a;
  --wireframe: #06b6d4;
  --accent: #f97316;
  --line: #25282d29;
  --line-strong: #25282d;
  --font-display: "Oxanium", "Pretendard", "Segoe UI", sans-serif;
  --font-body: "Pretendard", "Inter", -apple-system, sans-serif;
  --font-mono: "DM Mono", ui-monospace, "SFMono-Regular", Consolas, monospace;
}

body {
  background-color: var(--background);
  color: var(--foreground);
  font-family: var(--font-body);
  -webkit-user-select: none;
  user-select: none;
  overscroll-behavior: none;
  touch-action: none;
  justify-content: center;
  min-height: 100dvh;
  margin: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6, .font-display {
  font-family: var(--font-display);
}

.font-mono {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
}

.bgm-title {
  color: #24272c80;
  font-family: var(--font-mono);
  letter-spacing: .11em;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
}

.bgm-title--night {
  color: #e1f5f694;
}

@keyframes event-message-flicker {
  0% {
    opacity: 0;
    transform: translate3d(0, 3px, 0)scaleX(.94);
  }

  4% {
    opacity: 1;
  }

  7% {
    opacity: .08;
  }

  11% {
    opacity: .92;
    transform: translate3d(0, 0, 0)scaleX(1.012);
  }

  15% {
    opacity: .28;
  }

  20%, 68% {
    opacity: 1;
    transform: translate3d(0, 0, 0)scaleX(1);
  }

  74% {
    opacity: .16;
    transform: translate3d(-1px, 0, 0)scaleX(.995);
  }

  78% {
    opacity: .94;
  }

  84% {
    opacity: .08;
  }

  88% {
    opacity: .72;
    transform: translate3d(1px, 0, 0)scaleX(1.004);
  }

  93% {
    opacity: .18;
  }

  100% {
    opacity: 0;
    transform: translate3d(0, -2px, 0)scaleX(1.015);
  }
}

@keyframes event-message-glitch-a {
  0%, 9%, 22%, 70%, 79%, 89%, 100% {
    opacity: 0;
    transform: translateX(0);
  }

  10% {
    opacity: .72;
    clip-path: inset(8% 0 57%);
    transform: translateX(-3px);
  }

  18% {
    opacity: .35;
    clip-path: inset(61% 0 8%);
    transform: translateX(2px);
  }

  74% {
    opacity: .48;
    clip-path: inset(32% 0 40%);
    transform: translateX(2px);
  }

  86% {
    opacity: .32;
    clip-path: inset(70% 0 5%);
    transform: translateX(-2px);
  }
}

@keyframes event-message-glitch-b {
  0%, 12%, 24%, 72%, 82%, 92%, 100% {
    opacity: 0;
    transform: translateX(0);
  }

  13% {
    opacity: .5;
    clip-path: inset(50% 0 19%);
    transform: translateX(3px);
  }

  20% {
    opacity: .28;
    clip-path: inset(12% 0 66%);
    transform: translateX(-2px);
  }

  77% {
    opacity: .4;
    clip-path: inset(58% 0 12%);
    transform: translateX(-3px);
  }

  89% {
    opacity: .24;
    clip-path: inset(20% 0 55%);
    transform: translateX(2px);
  }
}

.event-message {
  isolation: isolate;
  text-shadow: none;
  animation: 1.16s step-end both event-message-flicker;
}

.event-message:before, .event-message:after {
  content: attr(data-text);
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.event-message:before {
  color: #20cfe1;
  mix-blend-mode: multiply;
  animation: 1.16s step-end both event-message-glitch-a;
}

.event-message:after {
  color: #ff3f78;
  mix-blend-mode: multiply;
  animation: 1.16s step-end both event-message-glitch-b;
}

.hud--night .event-message:before, .hud--night .event-message:after {
  mix-blend-mode: screen;
}

.event-message--clear, .event-message--clear:before, .event-message--clear:after {
  animation-duration: 1.48s;
}

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

  .event-message:before, .event-message:after {
    display: none;
  }

  .hud-number-tick {
    animation: none;
  }
}

canvas {
  display: block;
}

button {
  transition-property: color, background-color, border-color, opacity, transform;
  transition-duration: .1s;
  transition-timing-function: ease;
}

button:not(:disabled):active {
  transform: scale(.985);
}

#root {
  width: min(100vw, 720px);
  height: 100dvh;
}

.hud--night .hud-menu-button {
  color: #eef7f5;
}

.hud--night .hud-menu-button:hover, .hud--night .hud-menu-button:focus-visible {
  color: #10171d;
  background: #eef7f5;
  border-color: #eef7f5;
}

.hud--night .hud-frame-empty, .hud--night .hud-progress-track {
  background: #eef7f529;
}

.hud--night .hud-effect--idle {
  color: #10171d;
  background: #eef7f5;
}

@keyframes hud-number-tick {
  0% {
    transform: translateY(-.02em)scale(1.045);
  }

  100% {
    transform: translateY(0)scale(1);
  }
}

.hud-number-tick {
  animation: 85ms ease-out both hud-number-tick;
  display: inline-block;
}

.hud-number-tick--speed {
  transform-origin: 0;
}

.hud-number-tick--score {
  transform-origin: 100%;
}

.hud--night .hud-dim {
  color: #eef7f594;
}

.menu-button {
  --button-border: var(--line-strong);
  isolation: isolate;
  background: none;
  border: 0;
}

.menu-button:before, .menu-button:after {
  content: "";
  pointer-events: none;
  position: absolute;
}

.menu-button:before {
  z-index: -2;
  background: var(--button-border);
  clip-path: polygon(8px 0, 100% 0, 100% 100%, 0 100%, 0 8px);
  inset: 0;
}

.menu-button:after {
  z-index: -1;
  clip-path: polygon(7.5px 0, 100% 0, 100% 100%, 0 100%, 0 7.5px);
  background: #f4f1ebf0;
  transition: background .1s;
  inset: 1px;
}

@media (hover: hover) {
  .menu-button:hover {
    color: #f7f3ec;
  }

  .menu-button:hover:after {
    background: var(--line-strong);
  }
}

.menu-button--cyan {
  --button-border: #11bfd4;
}

.menu-button--danger {
  --button-border: #ff3f78;
}

.route-selection-ring {
  transform-box: fill-box;
  transform-origin: center;
  animation: 3.4s linear infinite route-selection-orbit;
}

@keyframes route-selection-orbit {
  0% {
    opacity: .68;
    transform: rotate(0)scale(.94);
  }

  25% {
    opacity: .86;
    transform: rotate(90deg)scale(1);
  }

  50% {
    opacity: 1;
    transform: rotate(180deg)scale(1.06);
  }

  75% {
    opacity: .86;
    transform: rotate(270deg)scale(1);
  }

  100% {
    opacity: .68;
    transform: rotate(360deg)scale(.94);
  }
}

.route-node {
  transform-box: fill-box;
  transform-origin: center;
  transition: transform .1s;
}

.route-node:active {
  transform: scale(.97);
}

@media (prefers-reduced-motion: reduce) {
  .route-selection-ring {
    animation: none;
  }
}

.menu-panel {
  position: relative;
}

.menu-panel:before {
  content: "";
  border-right: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.menu-fader {
  appearance: none;
  cursor: pointer;
  background: none;
  height: 18px;
}

.menu-fader::-webkit-slider-runnable-track {
  background: linear-gradient(to right, var(--line-strong) 0%, var(--line-strong) var(--progress), var(--line) var(--progress), var(--line) 100%);
  height: 2px;
}

.menu-fader::-webkit-slider-thumb {
  appearance: none;
  background: var(--line-strong);
  border: 0;
  border-radius: 0;
  width: 8px;
  height: 16px;
  margin-top: -7px;
  transition: transform .1s;
}

.menu-fader::-webkit-slider-thumb:hover {
  transform: scaleY(1.35);
}

:focus-visible {
  outline: 1px solid var(--line-strong);
  outline-offset: 2px;
}

@keyframes clear-result-slam {
  0% {
    opacity: 0;
    transform: translate(145%, -58%)rotate(12deg)scale(.55);
  }

  48% {
    opacity: 1;
    transform: translate(-10%, -50%)rotate(-3.5deg)scale(1.12);
  }

  65% {
    transform: translate(5%, -50%)rotate(1.5deg)scale(.96);
  }

  82% {
    transform: translate(-2%, -50%)rotate(-.5deg)scale(1.025);
  }

  100% {
    transform: translate(0, -50%)rotate(0)scale(1);
  }
}

@keyframes clear-impact-flash {
  0% {
    opacity: .75;
  }

  100% {
    opacity: 0;
  }
}

@keyframes clear-impact-ring {
  0% {
    opacity: .72;
    transform: translate(-50%, -50%)scale(.15);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%)scale(2.4);
  }
}

.clear-result-panel {
  animation: .62s cubic-bezier(.15, .9, .2, 1.14) both clear-result-slam;
}

.clear-result-panel.result-panel--record-impact {
  animation: clear-result-slam .62s cubic-bezier(.15, .9, .2, 1.14) both, result-panel-record-impact .19s linear var(--record-stamp-delay, .72s) 1 normal none;
}

.clear-impact-flash {
  z-index: 11;
  background: #fffaf2;
  animation: .34s ease-out both clear-impact-flash;
}

.clear-impact-ring {
  z-index: 12;
  aspect-ratio: 1;
  border: 8px solid #ff3f78;
  border-radius: 999px;
  width: 42%;
  animation: .52s ease-out both clear-impact-ring;
}

@keyframes result-star-fill-stamp {
  0%, 24% {
    opacity: 0;
    transform: translateY(-68px)rotate(-6deg)scale(1.42);
  }

  25% {
    opacity: 1;
    transform: translateY(-68px)rotate(-6deg)scale(1.42);
  }

  58% {
    opacity: 1;
    transform: translateY(0)rotate(0)scale(1.22);
  }

  72% {
    opacity: 1;
    transform: translateY(0)rotate(0)scale(.9);
  }

  100% {
    opacity: 1;
    transform: translateY(0)rotate(0)scale(1);
  }
}

@keyframes result-score-row-enter {
  from {
    opacity: 0;
    transform: translateX(9px);
  }

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

@keyframes result-record-stamp {
  0% {
    opacity: 0;
    transform: translateY(-18px)rotate(-5deg)scale(1.5);
  }

  1% {
    opacity: 1;
    transform: translateY(0)rotate(-3deg)scale(1.18);
  }

  58% {
    transform: translateY(0)rotate(-3deg)scale(.94);
  }

  100% {
    opacity: 1;
    transform: translateY(0)rotate(-3deg)scale(1);
  }
}

@keyframes result-panel-record-impact {
  0% {
    transform: translate(0, -50%)rotate(0);
  }

  18% {
    transform: translate(-5px, calc(2px - 50%))rotate(-.35deg);
  }

  42% {
    transform: translate(4px, calc(-50% - 1px))rotate(.25deg);
  }

  68% {
    transform: translate(-2px, -50%)rotate(-.12deg);
  }

  100% {
    transform: translate(0, -50%)rotate(0);
  }
}

.result-panel--victory {
  scrollbar-width: none;
  max-height: calc(100dvh - 24px);
  padding: 18px;
  overflow-y: auto;
}

.result-panel--victory::-webkit-scrollbar {
  display: none;
}

.result-main-grid {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  grid-template-areas: "celebration score-list"
                       "celebration total"
                       "stats stats"
                       "actions actions";
  align-items: center;
  gap: 10px 22px;
  display: grid;
}

.result-celebration {
  text-align: left;
  grid-area: celebration;
  min-width: 0;
}

.result-stars {
  gap: 4px;
  margin: 14px 0 8px;
  display: flex;
}

.result-star-slot {
  aspect-ratio: 1;
  flex: none;
  width: clamp(54px, 8vw, 74px);
  display: inline-block;
  position: relative;
}

.result-star-slot svg {
  width: 90%;
  height: 100%;
  position: absolute;
  inset: 0 auto 0 5%;
}

.result-star-outline {
  color: #25282d61;
  fill: #0000;
}

.result-star-fill {
  color: #30343a;
  fill: #ffc342;
}

.result-star-fill--new {
  opacity: 0;
  transform-origin: center;
  animation: .28s cubic-bezier(.18, .82, .25, 1.08) both result-star-fill-stamp;
}

.result-praise {
  letter-spacing: -.055em;
  font-size: clamp(25px, 4.4vw, 38px);
  font-style: italic;
  font-weight: 900;
  line-height: .88;
}

.result-score-list {
  grid-area: score-list;
  gap: 3px;
  min-width: 0;
  display: grid;
}

.result-score-row {
  font-family: var(--font-mono);
  letter-spacing: .14em;
  opacity: 0;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  font-size: 9.5px;
  font-weight: 800;
  animation: .13s ease-out both result-score-row-enter;
  display: flex;
}

.result-score-row strong {
  letter-spacing: .08em;
  flex: none;
  font-size: 12px;
}

.result-total-wrap {
  text-align: center;
  flex-direction: column;
  grid-area: total;
  align-items: center;
  min-width: 0;
  display: flex;
  position: relative;
}

.result-total-label {
  font-family: var(--font-mono);
  letter-spacing: .23em;
  font-size: 9px;
  font-weight: 900;
}

.result-total-score {
  letter-spacing: -.055em;
  white-space: nowrap;
  font-size: clamp(48px, 8.6vw, 72px);
  font-style: italic;
  font-weight: 900;
  line-height: .9;
}

.result-new-record {
  color: #ff3f78;
  letter-spacing: -.025em;
  opacity: 0;
  animation: result-record-stamp .28s linear var(--record-stamp-delay, .72s) both;
  background: none;
  border: 3px solid #ff3f78;
  padding: 3px 7px;
  font-size: clamp(14px, 2.5vw, 21px);
  font-style: italic;
  font-weight: 900;
  position: absolute;
  bottom: -7px;
  right: 0;
}

.result-stat-strip {
  background: #25282d0e;
  grid-area: stats;
  grid-template-columns: 1.35fr 1fr 1fr 1.2fr;
  gap: 10px;
  margin-top: 4px;
  padding: 10px 12px;
  display: grid;
}

.result-stat {
  align-items: center;
  gap: 7px;
  min-width: 0;
  display: flex;
}

.result-stat > svg {
  color: #0bbfd5;
  stroke-width: 2.2px;
  flex: none;
  width: 24px;
  height: 24px;
}

.result-stat span {
  flex-direction: column;
  min-width: 0;
  display: flex;
}

.result-stat small {
  font-family: var(--font-mono);
  letter-spacing: .14em;
  font-size: 8px;
  font-weight: 900;
  line-height: 1;
}

.result-stat strong {
  white-space: nowrap;
  margin-top: 3px;
  font-size: 17px;
  font-style: italic;
  font-weight: 900;
  line-height: .9;
}

.result-stat em {
  letter-spacing: .03em;
  font-size: 9px;
  font-style: normal;
}

.result-actions {
  grid-area: actions;
  grid-template-columns: minmax(92px, 1fr) minmax(0, 3.2fr);
  gap: 8px;
  margin-top: 2px;
  display: grid;
}

.result-menu-button, .result-next-button {
  padding: 12px 10px;
  font-size: 12px;
}

.result-panel--skipped .result-star-fill--new, .result-panel--skipped .result-score-row {
  opacity: 1;
  animation: none;
  transform: none;
}

.result-panel--skipped .result-new-record {
  opacity: 1;
  animation: none;
  transform: rotate(-3deg);
}

.clear-result-panel.result-panel--record-impact.result-panel--skipped {
  animation: none;
  transform: translateY(-50%);
}

@media (max-width: 560px) {
  .result-panel--victory {
    padding: 16px;
  }

  .result-main-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "celebration"
                         "total"
                         "stats"
                         "score-list"
                         "actions";
    gap: 12px;
  }

  .result-celebration {
    text-align: center;
  }

  .result-stars {
    justify-content: center;
    margin: 10px 0 6px;
  }

  .result-star-slot {
    width: clamp(52px, 17vw, 66px);
  }

  .result-total-wrap {
    padding-block: 3px 0;
  }

  .result-total-score {
    font-size: clamp(50px, 16vw, 66px);
  }

  .result-new-record {
    align-self: center;
    margin-top: -2px;
    font-size: clamp(15px, 4.8vw, 19px);
    position: static;
  }

  .result-score-list {
    gap: 5px;
    padding: 2px 4px 0;
  }

  .result-score-row {
    font-size: 10.5px;
  }

  .result-score-row strong {
    font-size: 13px;
  }

  .result-stat-strip {
    grid-template-columns: 1fr 1fr;
    gap: 9px 12px;
    margin-top: 0;
    padding: 10px;
  }

  .result-stat small {
    font-size: 8.5px;
  }

  .result-stat strong {
    font-size: 18px;
  }

  .result-actions {
    grid-template-columns: minmax(88px, .8fr) minmax(0, 2fr);
    margin-top: 0;
  }

  .result-menu-button, .result-next-button {
    min-height: 48px;
    font-size: 12px;
  }
}

@media (max-height: 560px) and (min-aspect-ratio: 6 / 5) {
  .result-panel--victory {
    padding: 12px 14px;
  }

  .result-main-grid {
    gap: 14px;
  }

  .result-stars {
    margin: 8px 0 5px;
  }

  .result-star-slot {
    width: clamp(48px, 10vh, 60px);
  }

  .result-praise {
    font-size: 25px;
  }

  .result-score-list {
    gap: 1px;
  }

  .result-total-score {
    font-size: 48px;
  }

  .result-stat-strip {
    margin-top: 8px;
    padding: 7px 10px;
  }

  .result-actions {
    margin-top: 8px;
  }

  .result-menu-button, .result-next-button {
    padding: 9px 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .result-star-fill--new, .result-score-row {
    opacity: 1;
    animation: none;
    transform: none;
  }

  .result-new-record {
    opacity: 1;
    animation: none;
    transform: rotate(-3deg);
  }
}

@media (max-height: 560px) and (min-aspect-ratio: 6 / 5) {
  .main-menu {
    padding: 14px;
  }

  .main-menu-header {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 54px;
    left: 50%;
    transform: translateX(-50%);
  }

  .main-menu-header h1 {
    font-size: clamp(42px, 9vw, 68px);
  }

  .main-menu-actions {
    align-self: flex-end;
    width: min(38vw, 276px);
    margin-bottom: 18px;
    margin-right: 0;
  }

  .main-menu-actions.main-menu-actions--panel {
    width: min(68vw, 680px);
  }

  .main-menu-actions .menu-button {
    padding-top: .55rem;
    padding-bottom: .55rem;
    font-size: 10px;
  }
}

@media (max-width: 480px) and (min-height: 561px) {
  .main-menu {
    padding-inline: 16px;
  }

  .main-menu-actions {
    max-width: 360px;
    margin-bottom: 22px;
  }

  .main-menu-actions .menu-button {
    min-height: 44px;
    padding-top: .7rem;
    padding-bottom: .7rem;
  }

  .route-screen {
    padding: 16px;
  }

  .route-decision {
    padding-top: 12px;
  }
}

@keyframes route-screen-enter {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

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

.route-screen {
  background-image: linear-gradient(#25282d0b 1px, #0000 1px), linear-gradient(90deg, #25282d0b 1px, #0000 1px);
  background-size: 28px 28px;
  animation: .24s ease-out both route-screen-enter;
}

.route-map-scroll {
  touch-action: pan-y;
  scrollbar-width: thin;
  scrollbar-color: #25282d57 transparent;
}

.route-map-scroll::-webkit-scrollbar {
  width: 4px;
}

.route-map-scroll::-webkit-scrollbar-thumb {
  background: #25282d57;
}

.route-decision {
  background: linear-gradient(#f1eee800, #f1eee8 20%);
}

@keyframes gameover-blackout {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes gameover-result-enter {
  0% {
    opacity: 0;
    transform: translateY(-50%)scale(.9);
  }

  100% {
    opacity: 1;
    transform: translateY(-50%)scale(1);
  }
}

.gameover-blackout {
  z-index: 15;
  background: #090a0d;
  animation: .42s ease-in .12s both gameover-blackout;
}

.gameover-result-panel {
  opacity: 0;
  animation: .24s ease-out .42s both gameover-result-enter;
  box-shadow: 7px 7px #090a0d;
}

@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-gradient-position {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

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

@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: 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-duration {
  syntax: "*";
  inherits: false
}
