.app-version-prompt[data-v-cdf0b862] {
  position: fixed;
  z-index: 4000;
  top: 80px;
  right: 24px;
  width: min(420px, 100vw - 32px);
}
.app-version-prompt__surface[data-v-cdf0b862] {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  padding: 14px 14px 12px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  background: #fff;
}
.app-version-prompt__icon[data-v-cdf0b862] {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 8px;
}
.app-version-prompt__icon--update[data-v-cdf0b862] {
  background: #e8f7fb;
  color: #0f6b7a;
}
.app-version-prompt__icon--chunk[data-v-cdf0b862] {
  background: #fff4e5;
  color: #b45309;
}
.app-version-prompt__content[data-v-cdf0b862] {
  min-width: 0;
  padding-right: 32px;
  padding-bottom: 44px;
}
.app-version-prompt__title[data-v-cdf0b862] {
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
.app-version-prompt__message[data-v-cdf0b862] {
  margin-top: 3px;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.4;
}
.app-version-prompt__version[data-v-cdf0b862] {
  margin-top: 6px;
  color: #6b7280;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  line-height: 1.3;
}
.app-version-prompt__actions[data-v-cdf0b862] {
  position: absolute;
  right: 14px;
  bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.app-version-prompt__close[data-v-cdf0b862] {
  position: absolute;
  top: 8px;
  right: 8px;
}
.app-version-prompt__reload[data-v-cdf0b862] {
  text-transform: none;
}
.app-version-prompt-enter-active[data-v-cdf0b862],
.app-version-prompt-leave-active[data-v-cdf0b862] {
  transition: opacity 160ms ease, transform 160ms ease;
}
.app-version-prompt-enter-from[data-v-cdf0b862],
.app-version-prompt-leave-to[data-v-cdf0b862] {
  opacity: 0;
  transform: translateY(-8px);
}
@media (max-width: 640px) {
.app-version-prompt[data-v-cdf0b862] {
    top: 72px;
    right: 16px;
    left: 16px;
    width: auto;
}
.app-version-prompt__content[data-v-cdf0b862] {
    padding-right: 28px;
}
}/*! tailwindcss v4.3.2 | 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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-outline-style: solid;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}

:root, :host {
  --spacing: .25rem;
  --default-transition-duration: .15s;
  --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

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

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

.block {
  display: block;
}

.contents {
  display: contents;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.inline {
  display: inline;
}

.table {
  display: table;
}

.border-collapse {
  border-collapse: collapse;
}

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

.resize {
  resize: both;
}

.rounded {
  border-radius: .25rem;
}

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

.uppercase {
  text-transform: uppercase;
}

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

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

.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}

@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

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

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

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

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

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

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

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

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

@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false
}
.v-btn.v-btn--icon.rect-btn {
  --v-btn-height: 40px;
  --v-btn-size: 40px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 4px;
}

html,
body {
  margin: 0;
  font-family: "Roboto", sans-serif;
}

* {
  box-sizing: border-box;
}

a {
  color: rgb(var(--v-theme-primary));
  cursor: pointer;
}
a:active, a:hover {
  color: inherit;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 16px;
}

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

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

.text-decoration-none {
  cursor: pointer;
  text-decoration: none;
}

.scroll-thin {
  scrollbar-width: thin;
  overflow-y: auto;
  scrollbar-color: #ccc transparent;
}
.scroll-thin::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}
.scroll-thin::-webkit-scrollbar-track {
  background: none;
}
.scroll-thin::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 1px;
}

.md-code {
  font-family: "Fira Code", monospace;
  background-color: rgba(var(--v-theme-primary), 0.16);
  padding: 2px 4px;
  border-radius: 4px;
}

.row {
  display: flex;
}

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

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

.row > .col {
  flex: 1;
}

.row > .col-auto {
  flex: none;
}