/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'SF Compact Rounded';
    --font-mono: 'SF Mono';
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-white: #fff;
    --spacing: 0.25rem;
    --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);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-widest: 0.1em;
    --radius-sm: 0.25rem;
    --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);
    --color-00-100: hsl(0deg 0% 100%);
    --color-00-64: hsl(0deg 0% 64%);
    --color-00-42: hsl(0deg 0% 42%);
    --color-00-35: hsl(0deg 0% 35%);
    --color-00-25: hsl(0deg 0% 25%);
    --color-00-20: hsl(0deg 0% 20%);
    --color-00-15: hsl(0deg 0% 15%);
    --color-00-7: hsl(0deg 0% 7%);
    --color-188100-50: hsl(188deg 100% 50%);
    --color-188100-5033: hsl(188deg 100% 50% / 33%);
    --color-188100-5055: hsl(188deg 100% 50% / 55%);
    --color-login-label: var(--color-white);
    --color-login-input-fg: var(--color-00-100);
    --color-login-input-bg: var(--color-00-15);
    --color-login-input-brd: var(--color-188100-5055);
    --color-login-button-fg: var(--color-white);
    --color-login-button-bg: var(--color-00-15);
    --color-login-button-bg-h: var(--color-00-25);
    --color-login-button-bg-a: var(--color-00-35);
    --color-login-button-brd: var(--color-00-25);
    --color-login-button-brd-h: var(--color-00-25);
    --color-login-button-brd-a: var(--color-00-35);
    --color-dialog-fg: var(--color-white);
    --color-dialog-bg: var(--color-red-700);
    --color-dialog-brd: var(--color-red-700);
    --menu-header-height-offset: 0;
  }
}
@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 {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .static {
    position: static;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1 {
    top: calc(var(--spacing) * 1);
  }
  .top-1\/3 {
    top: calc(1/3 * 100%);
  }
  .top-14 {
    top: calc(var(--spacing) * 14);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .z-10 {
    z-index: 10;
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .m-2 {
    margin: calc(var(--spacing) * 2);
  }
  .m-3 {
    margin: calc(var(--spacing) * 3);
  }
  .m-\[env\(safe-area-inset-top\)_env\(safe-area-inset-right\)_env\(safe-area-inset-bottom\)_env\(safe-area-inset-left\)\] {
    margin: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-\[1px\] {
    margin-top: 1px;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-\[14px\] {
    height: 14px;
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-\[14px\] {
    width: 14px;
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-x-1 {
    --tw-translate-x: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-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 {
    --tw-translate-y: calc(var(--spacing) * -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);
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-\[24px_auto_18px\] {
    grid-template-columns: 24px auto 18px;
  }
  .grid-cols-\[76px_auto\] {
    grid-template-columns: 76px auto;
  }
  .flex-col {
    flex-direction: column;
  }
  .place-content-center {
    place-content: center;
  }
  .content-stretch {
    align-content: stretch;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-0\.75 {
    gap: calc(var(--spacing) * 0.75);
  }
  .gap-x-0 {
    column-gap: calc(var(--spacing) * 0);
  }
  .gap-x-0\.75 {
    column-gap: calc(var(--spacing) * 0.75);
  }
  .overflow-visible {
    overflow: visible;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-b-\[3px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 3px;
  }
  .border-dialog-brd {
    border-color: var(--color-dialog-brd);
  }
  .border-login-button-brd {
    border-color: var(--color-login-button-brd);
  }
  .border-login-input-brd {
    border-color: var(--color-login-input-brd);
  }
  .border-b-00-7 {
    border-bottom-color: var(--color-00-7);
  }
  .bg-00-7 {
    background-color: var(--color-00-7);
  }
  .bg-00-20 {
    background-color: var(--color-00-20);
  }
  .bg-dialog-bg {
    background-color: var(--color-dialog-bg);
  }
  .bg-login-button-bg {
    background-color: var(--color-login-button-bg);
  }
  .bg-login-input-bg {
    background-color: var(--color-login-input-bg);
  }
  .fill-188100-50 {
    fill: var(--color-188100-50);
  }
  .fill-none {
    fill: none;
  }
  .stroke-188100-50 {
    stroke: var(--color-188100-50);
  }
  .stroke-white {
    stroke: var(--color-white);
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .text-center {
    text-align: center;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[1\.3rem\] {
    font-size: 1.3rem;
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .text-00-42 {
    color: var(--color-00-42);
  }
  .text-00-64 {
    color: var(--color-00-64);
  }
  .text-188100-50 {
    color: var(--color-188100-50);
  }
  .text-dialog-fg {
    color: var(--color-dialog-fg);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-login-button-fg {
    color: var(--color-login-button-fg);
  }
  .text-login-input-fg {
    color: var(--color-login-input-fg);
  }
  .text-login-label {
    color: var(--color-login-label);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-250 {
    --tw-duration: 250ms;
    transition-duration: 250ms;
  }
  .group-hover\:stroke-188100-50 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        stroke: var(--color-188100-50);
      }
    }
  }
  .group-hover\:text-188100-50 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-188100-50);
      }
    }
  }
  .group-active\:text-188100-50 {
    &:is(:where(.group):active *) {
      color: var(--color-188100-50);
    }
  }
  .hover\:border-login-button-brd-h {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-login-button-brd-h);
      }
    }
  }
  .hover\:bg-188100-5033 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-188100-5033);
      }
    }
  }
  .hover\:bg-login-button-bg-h {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-login-button-bg-h);
      }
    }
  }
  .hover\:text-188100-50 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-188100-50);
      }
    }
  }
  .active\:border-login-button-brd-a {
    &:active {
      border-color: var(--color-login-button-brd-a);
    }
  }
  .active\:bg-188100-5055 {
    &:active {
      background-color: var(--color-188100-5055);
    }
  }
  .active\:bg-login-button-bg-a {
    &:active {
      background-color: var(--color-login-button-bg-a);
    }
  }
  .active\:text-188100-50 {
    &:active {
      color: var(--color-188100-50);
    }
  }
  .disabled\:pointer-events-none {
    &:disabled {
      pointer-events: none;
    }
  }
  .disabled\:cursor-not-allowed {
    &:disabled {
      cursor: not-allowed;
    }
  }
  .disabled\:bg-00-7 {
    &:disabled {
      background-color: var(--color-00-7);
    }
  }
  .disabled\:text-00-42 {
    &:disabled {
      color: var(--color-00-42);
    }
  }
}
@font-face {
  font-family: 'SF Compact Rounded';
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url('/fonts/SF-Compact-Rounded-Thin.woff2') format('woff2');
}
@font-face {
  font-family: 'SF Compact Rounded';
  font-style: normal;
  font-weight: 200;
  font-display: block;
  src: url('/fonts/SF-Compact-Rounded-Ultralight.woff2') format('woff2');
}
@font-face {
  font-family: 'SF Compact Rounded';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url('/fonts/SF-Compact-Rounded-Light.woff2') format('woff2');
}
@font-face {
  font-family: 'SF Compact Rounded';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/fonts/SF-Compact-Rounded-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'SF Compact Rounded';
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url('./fonts/SF-Compact-Rounded-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'SF Compact Rounded';
  font-style: normal;
  font-weight: 600;
  font-display: block;
  src: url('./fonts/SF-Compact-Rounded-Semibold.woff2') format('woff2');
}
@font-face {
  font-family: 'SF Compact Rounded';
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url('/fonts/SF-Compact-Rounded-Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'SF Compact Rounded';
  font-style: normal;
  font-weight: 800;
  font-display: block;
  src: url('/fonts/SF-Compact-Rounded-Heavy.woff2') format('woff2');
}
@font-face {
  font-family: 'SF Compact Rounded';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('/fonts/SF-Compact-Rounded-Black.woff2') format('woff2');
}
@font-face {
  font-family: 'SF Mono';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url('/fonts/SF-Mono-Light.woff2') format('woff2');
}
@font-face {
  font-family: 'SF Mono';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/fonts/SF-Mono-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'SF Mono';
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url('/fonts/SF-Mono-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'SF Mono';
  font-style: normal;
  font-weight: 600;
  font-display: block;
  src: url('/fonts/SF-Mono-Semibold.woff2') format('woff2');
}
@font-face {
  font-family: 'SF Mono';
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url('/fonts/SF-Mono-Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'SF Mono';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('/fonts/SF-Mono-Heavy.woff2') format('woff2');
}
#content {
  margin-top: var(--menu-header-height-offset);
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-duration {
  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-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-outline-style: solid;
      --tw-duration: initial;
    }
  }
}
