/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --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-theme-100: #161616;
    --color-theme-110: #111;
    --color-theme-120: #222;
    --color-theme-130: #444;
    --color-theme-150: #555;
    --color-theme-170: #cecece;
    --color-theme-180: #fafafa;
    --color-theme-190: white;
    --color-theme-200: #334561;
    --color-theme-300: #72a4ce;
    --color-theme-310: #78b4e7;
    --color-theme-320: #8a92a8;
    --color-theme-330: #a2b7d0;
    --color-theme-340: #e7f0ff;
    --color-ok: #1f8334;
    --color-error: #cd5c5c;
    --color-error-2: #ac4055;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-1 {
    margin: calc(var(--spacing) * 1);
  }
  .m-2 {
    margin: calc(var(--spacing) * 2);
  }
  .m-4 {
    margin: calc(var(--spacing) * 4);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .contents-inside {
    > * {
      display: contents;
    }
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .tag-badge {
    height: max-content;
    border-radius: var(--radius-md);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: color-mix(in srgb, #72a4ce 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-theme-300) 50%, transparent);
    }
    background-color: var(--color-theme-200);
    padding-inline: calc(var(--spacing) * 1);
    padding-block: calc(var(--spacing) * 0.5);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--color-theme-180);
  }
  .h-full {
    height: 100%;
  }
  .h-max {
    height: max-content;
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-192 {
    width: calc(var(--spacing) * 192);
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .max-w-120 {
    max-width: calc(var(--spacing) * 120);
  }
  .max-w-240 {
    max-width: calc(var(--spacing) * 240);
  }
  .min-w-80 {
    min-width: calc(var(--spacing) * 80);
  }
  .min-w-160 {
    min-width: calc(var(--spacing) * 160);
  }
  .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-\[32rem_max-content_max-content_max-content\] {
    grid-template-columns: 32rem max-content max-content max-content;
  }
  .grid-cols-\[auto\] {
    grid-template-columns: auto;
  }
  .grid-cols-\[auto_max-content\] {
    grid-template-columns: auto max-content;
  }
  .grid-cols-\[auto_max-content_max-content\] {
    grid-template-columns: auto max-content max-content;
  }
  .grid-cols-\[max-content_auto\] {
    grid-template-columns: max-content auto;
  }
  .grid-cols-\[max-content_max-content\] {
    grid-template-columns: max-content max-content;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .btn-default {
    border-radius: var(--radius-sm);
    border-style: var(--tw-border-style);
    border-width: 1px;
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    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));
    &:hover {
      @media (hover: hover) {
        --tw-duration: 0ms;
        transition-duration: 0ms;
      }
    }
    &:focus {
      --tw-duration: 0ms;
      transition-duration: 0ms;
    }
    &:disabled {
      opacity: 30%;
    }
    border-color: var(--color-theme-300);
    background-color: var(--color-theme-200);
    color: var(--color-theme-170);
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-error-2);
      }
    }
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-error-2);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
    &.active {
      border-color: var(--color-error-2);
    }
    &.active {
      background-color: var(--color-error-2);
    }
    &.active {
      color: var(--color-white);
    }
    &:disabled {
      &:hover {
        @media (hover: hover) {
          border-color: var(--color-theme-300);
        }
      }
    }
    &:disabled {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-theme-200);
        }
      }
    }
    &:disabled {
      &:hover {
        @media (hover: hover) {
          color: var(--color-theme-170);
        }
      }
    }
  }
  .btn-error {
    border-radius: var(--radius-sm);
    border-style: var(--tw-border-style);
    border-width: 1px;
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    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));
    &:hover {
      @media (hover: hover) {
        --tw-duration: 0ms;
        transition-duration: 0ms;
      }
    }
    &:focus {
      --tw-duration: 0ms;
      transition-duration: 0ms;
    }
    &:disabled {
      opacity: 30%;
    }
    border-color: var(--color-error-2);
    color: var(--color-error);
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-error-2);
      }
    }
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-error-2);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .btn-ok {
    border-radius: var(--radius-sm);
    border-style: var(--tw-border-style);
    border-width: 1px;
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    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));
    &:hover {
      @media (hover: hover) {
        --tw-duration: 0ms;
        transition-duration: 0ms;
      }
    }
    &:focus {
      --tw-duration: 0ms;
      transition-duration: 0ms;
    }
    &:disabled {
      opacity: 30%;
    }
    border-color: var(--color-ok);
    color: var(--color-ok);
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-ok);
      }
    }
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-ok);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .input-default {
    border-radius: var(--radius-sm);
    background-color: var(--color-theme-100);
    padding: calc(var(--spacing) * 2);
    color: var(--color-theme-170);
    &:read-only {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .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-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-theme-170 {
    border-color: var(--color-theme-170);
  }
  .border-theme-180 {
    border-color: var(--color-theme-180);
  }
  .border-theme-300 {
    border-color: var(--color-theme-300);
  }
  .border-theme-300\/50 {
    border-color: color-mix(in srgb, #72a4ce 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-theme-300) 50%, transparent);
    }
  }
  .border-theme-310 {
    border-color: var(--color-theme-310);
  }
  .border-transparent {
    border-color: transparent;
  }
  .bg-theme-100 {
    background-color: var(--color-theme-100);
  }
  .bg-theme-120 {
    background-color: var(--color-theme-120);
  }
  .bg-theme-200 {
    background-color: var(--color-theme-200);
  }
  .bg-theme-340 {
    background-color: var(--color-theme-340);
  }
  .bg-none {
    background-image: none;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-0\.5 {
    padding-inline: calc(var(--spacing) * 0.5);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .link-default {
    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));
    &:hover {
      @media (hover: hover) {
        --tw-duration: 0ms;
        transition-duration: 0ms;
      }
    }
    &:focus {
      --tw-duration: 0ms;
      transition-duration: 0ms;
    }
    text-underline-offset: 4px;
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
    color: var(--color-theme-170);
    &:hover {
      @media (hover: hover) {
        color: var(--color-theme-300);
      }
    }
    &.active {
      color: var(--color-theme-300);
    }
  }
  .link {
    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));
    &:hover {
      @media (hover: hover) {
        --tw-duration: 0ms;
        transition-duration: 0ms;
      }
    }
    &:focus {
      --tw-duration: 0ms;
      transition-duration: 0ms;
    }
    text-underline-offset: 4px;
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
    color: var(--color-theme-170);
  }
  .text-theme-170 {
    color: var(--color-theme-170);
  }
  .text-theme-180 {
    color: var(--color-theme-180);
  }
  .text-theme-190 {
    color: var(--color-theme-190);
  }
  .text-theme-300 {
    color: var(--color-theme-300);
  }
  .text-theme-310 {
    color: var(--color-theme-310);
  }
  .text-theme-330 {
    color: var(--color-theme-330);
  }
  .text-white {
    color: var(--color-white);
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .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));
  }
  .hover\:border-theme-300 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-theme-300);
      }
    }
  }
  .hover\:text-theme-300 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-theme-300);
      }
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:min-h-48 {
    @media (width >= 48rem) {
      min-height: calc(var(--spacing) * 48);
    }
  }
  .md\:w-96 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 96);
    }
  }
  .md\:max-w-80 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 80);
    }
  }
  .md\:grid-cols-\[max-content_auto\] {
    @media (width >= 48rem) {
      grid-template-columns: max-content auto;
    }
  }
  .md\:grid-cols-\[max-content_max-content\] {
    @media (width >= 48rem) {
      grid-template-columns: max-content max-content;
    }
  }
  .md\:flex-wrap {
    @media (width >= 48rem) {
      flex-wrap: wrap;
    }
  }
  .md\:justify-around {
    @media (width >= 48rem) {
      justify-content: space-around;
    }
  }
  .md\:gap-16 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .\[\&\.editing\]\:bg-theme-100 {
    &.editing {
      background-color: var(--color-theme-100);
    }
  }
}
@font-face {
  font-family: 'TitilliumWeb';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/TitilliumWeb-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Inter var';
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
  font-named-instance: "Regular";
  src: url('/fonts/InterVariable.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter var';
  font-weight: 100 900;
  font-display: swap;
  font-style: italic;
  font-named-instance: "Italic";
  src: url('/fonts/InterVariable-Italic.woff2') format('woff2');
}
@layer base {
  html, :host {
    -webkit-font-smoothing: antialiased;
    font-family: "Inter var", ui-sans-serif, system-ui, sans-serif;
    font-feature-settings: "cv02", "cv03", "cv04", "cv11";
  }
  body {
    background: var(--color-theme-120);
    display: grid;
    grid-template-rows: max-content auto;
  }
  a {
    display: inline-block;
    text-decoration: none;
  }
  button {
    cursor: pointer;
  }
  :disabled {
    cursor: not-allowed;
  }
  ul {
    list-style: none;
  }
  table {
    border-collapse: collapse;
  }
  th {
    text-align: left;
  }
  td, th {
    border: 1px solid var(--color-theme-130);
    padding: 0.4rem 0.8rem;
  }
  input::-webkit-input-placeholder {
    opacity: 0.4;
    color: var(--color-theme-100);
  }
  input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  svg.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
    &.icon-va-none {
      vertical-align: 0;
    }
    &.icon-va-up {
      vertical-align: 0.25em;
    }
    &.icon-va-down {
      vertical-align: -0.25em;
    }
  }
  .error-background {
    background: indianred;
  }
  button {
    display: inline-block;
    cursor: pointer;
  }
  .secondary-button {
    color: var(--color-theme-110);
    background: var(--color-theme-320);
    &:hover {
      color: var(--color-theme-110);
      background: var(--color-theme-330);
    }
    &:active {
      color: var(--color-theme-110);
      background: var(--color-theme-330);
    }
  }
  ::-webkit-scrollbar {
    width: 1rem;
  }
  * {
    scrollbar-base-color: var(--color-theme-100);
    scrollbar-track-color: var(--color-theme-300);
  }
  ::-webkit-scrollbar-thumb {
    background: var(--color-theme-200);
  }
  ::-webkit-scrollbar-thumb:hover {
    background: var(--color-theme-300);
  }
  ::-webkit-scrollbar-track {
    background: var(--color-theme-100);
  }
}
.dropdown-menu {
  position: absolute;
  min-width: 10rem;
  width: max-content;
  z-index: 100;
  li {
    background: var(--color-theme-150);
    padding: 0.5rem;
    cursor: pointer;
    color: var(--color-theme-110);
    span {
      color: var(--color-theme-110);
    }
    &:hover {
      background: var(--color-theme-300);
    }
  }
  > .dropdown-submenu {
    > div:first-child {
      display: grid;
      grid-template-columns: auto max-content;
    }
    > .dropdown-menu {
      display: none;
    }
    &:hover, &:has(:hover) {
      > .dropdown-menu {
        display: block;
        left: 100%;
        margin-top: -2rem;
      }
    }
  }
}
.admin-enumeration-list {
  display: grid;
  grid-template-columns: repeat(5, auto);
  gap: 4rem;
}
.admin-enumeration {
  > div:first-child {
    display: grid;
    grid-template-columns: max-content max-content;
  }
  ul {
    padding-top: 0.5rem;
    padding-left: 2rem;
  }
  .rename-enumeration-button, .create-enumeration-case-button, .rename-enumeration-case-button {
    font-size: 1.2rem;
    padding: 0.2rem;
    height: max-content;
    background: none;
    color: var(--color-theme-180);
  }
}
.admin-enumeration-name, .admin-enumeration-case {
  border-bottom: 0.2rem solid rgba(var(--color-theme-300), 0.2);
  font-size: 1.2rem;
  padding: 0.1rem 0.4rem;
  width: max-content;
  cursor: pointer;
  color: var(--color-theme-170);
  &:hover {
    color: var(--color-theme-180);
    border-bottom: 0.2rem solid var(--color-theme-300);
  }
  &.editing {
    background: var(--color-theme-100);
  }
}
.click-to-show-video {
  cursor: pointer;
}
.browse-file-list-item {
  word-break: break-all;
  color: #fafafa;
  a img {
    border-radius: 0.5rem;
  }
  &.marked-for-deletion {
    opacity: 0.7;
    background: rgba(205, 92, 92, 0.3);
  }
  &.error {
    background: rgba(205, 92, 92, 0.5);
  }
  &.pending {
    background: rgba(84, 144, 255, 0.5);
  }
  &.selected {
    background: rgba(84, 255, 152, 0.4);
  }
  &.clipboard-cut {
    background: #777;
    opacity: 0.7;
    border: 0.2rem dotted #777;
  }
  footer {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
body[data-browse-mode="managing"] {
  .browse-file-list-item {
    &:hover:not(.selected) {
      background: rgba(84, 255, 152, 0.15);
    }
  }
}
.browse-file {
  display: grid;
  grid-template-columns: auto;
  justify-items: center;
  gap: 1rem;
  header {
    display: grid;
    grid-template-columns: auto max-content;
    padding-bottom: 1rem;
  }
}
.file-view {
  img, video {
    display: block;
    max-width: 100%;
    max-height: 80vh;
    width: auto;
    height: auto;
  }
}
.upload-result {
  display: grid;
  grid-template-columns: max-content auto;
  gap: 0.5rem;
  > div {
    display: contents;
  }
}
.tag-search-wrapper {
  position: relative;
  z-index: 1000;
  .tag-search-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 30rem;
    input {
      font-size: 1.2rem;
      padding: 0.5rem 1rem;
      width: 30rem;
      display: block;
    }
  }
  .tag-search-options {
    position: absolute;
    top: 3rem;
    left: 0;
    width: 30rem;
    max-height: 50rem;
    overflow-y: auto;
    > li {
      background: var(--color-theme-180);
      color: var(--color-theme-100);
      cursor: pointer;
      padding: 0.5rem 1rem;
      font-size: 1.2rem;
      &:hover, &:focus, &:active, &.active {
        background: var(--color-theme-310);
      }
    }
  }
}
.browse-collection-badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  max-width: 60rem;
}
.browse-collection-badge {
  font-size: 1rem;
  padding: 0.2rem 0.6rem;
  background: green;
  height: max-content;
}
.user-page {
  display: grid;
  grid-template-columns: max-content auto;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-duration: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
