@layer vuetify-components {
  .v-icon {
    --v-icon-size-multiplier: 1;
    align-items: center;
    display: inline-flex;
    font-feature-settings: "liga";
    height: 1em;
    justify-content: center;
    letter-spacing: normal;
    line-height: 1;
    position: relative;
    opacity: var(--v-icon-opacity, 1);
    text-indent: 0;
    text-align: center;
    user-select: none;
    vertical-align: middle;
    width: 1em;
    min-width: 1em;
  }
  .v-icon--clickable {
    cursor: pointer;
  }
  .v-icon--disabled {
    pointer-events: none;
    opacity: 0.38;
  }
  .v-icon--size-x-small {
    font-size: calc(var(--v-icon-size-multiplier) * 1em);
  }
  .v-icon--size-small {
    font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
  }
  .v-icon--size-default {
    font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
  }
  .v-icon--size-large {
    font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
  }
  .v-icon--size-x-large {
    font-size: calc(var(--v-icon-size-multiplier) * 2em);
  }
  .v-icon__svg {
    fill: currentColor;
    width: 100%;
    height: 100%;
  }
  .v-icon--start {
    margin-inline-end: 8px;
  }
  .v-icon--end {
    margin-inline-start: 8px;
  }
}@layer vuetify-components {
  .v-avatar {
    flex: none;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    line-height: normal;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: width, height;
    vertical-align: middle;
  }
  .v-avatar.v-avatar--size-x-small {
    --v-avatar-height: 24px;
  }
  .v-avatar.v-avatar--size-small {
    --v-avatar-height: 32px;
  }
  .v-avatar.v-avatar--size-default {
    --v-avatar-height: 40px;
  }
  .v-avatar.v-avatar--size-large {
    --v-avatar-height: 48px;
  }
  .v-avatar.v-avatar--size-x-large {
    --v-avatar-height: 56px;
  }
  .v-avatar.v-avatar--density-default {
    height: calc(var(--v-avatar-height) + 0px);
    width: calc(var(--v-avatar-height) + 0px);
  }
  .v-avatar.v-avatar--density-comfortable {
    height: calc(var(--v-avatar-height) + -4px);
    width: calc(var(--v-avatar-height) + -4px);
  }
  .v-avatar.v-avatar--density-compact {
    height: calc(var(--v-avatar-height) + -8px);
    width: calc(var(--v-avatar-height) + -8px);
  }
  .v-avatar {
    border-color: rgba(var(--v-border-color), var(--v-border-opacity));
    border-style: solid;
    border-width: 0;
  }
  .v-avatar--border {
    border-width: thin;
    box-shadow: none;
  }
  .v-avatar {
    border-radius: 50%;
  }
  .v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
    background: transparent;
    color: inherit;
  }
  .v-avatar--variant-plain {
    opacity: 0.62;
  }
  .v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
    opacity: 1;
  }
  .v-avatar--variant-plain .v-avatar__overlay {
    display: none;
  }
  .v-avatar--variant-elevated, .v-avatar--variant-flat {
    background: rgb(var(--v-theme-surface));
    color: color-mix(in srgb, rgb(var(--v-theme-on-surface)) calc(var(--v-medium-emphasis-opacity) * 100%), transparent);
  }
  .v-avatar--variant-elevated {
    box-shadow: 0px 1px 2px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 1px 3px 1px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 2%, transparent);
  }
  .v-avatar--variant-flat {
    box-shadow: 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-key-opacity, 0.3)), 0px 0px 0px 0px rgba(var(--v-shadow-color), var(--v-shadow-ambient-opacity, 0.15));
    --v-elevation-overlay: color-mix(in srgb, var(--v-elevation-overlay-color) 0%, transparent);
  }
  .v-avatar--variant-outlined {
    border: thin solid currentColor;
  }
  .v-avatar--variant-text .v-avatar__overlay {
    background: currentColor;
  }
  .v-avatar--variant-tonal .v-avatar__underlay {
    background: currentColor;
    opacity: var(--v-activated-opacity);
    border-radius: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
  }
  .v-avatar .v-avatar__underlay {
    position: absolute;
  }
  .v-avatar--rounded {
    border-radius: 6px;
  }
  .v-avatar--start {
    margin-inline-end: 8px;
  }
  .v-avatar--end {
    margin-inline-start: 8px;
  }
  .v-avatar .v-img {
    height: 100%;
    width: 100%;
  }
}@layer vuetify-components {
  .v-badge {
    display: inline-block;
    line-height: 1;
  }
  .v-badge__badge {
    align-items: center;
    display: inline-flex;
    border-radius: 10px;
    font-family: CenturyGothic, "Public Sans", sans-serif, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, gothic, "Helvetica Neue", arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 0.75rem;
    font-weight: 500;
    height: 1.25rem;
    justify-content: center;
    min-width: 20px;
    padding: 4px 6px;
    position: absolute;
    text-align: center;
    text-indent: 0;
    transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
  }
  .v-badge__badge {
    background: rgb(var(--v-theme-surface-variant));
    color: color-mix(in srgb, rgb(var(--v-theme-on-surface-variant)) calc(var(--v-high-emphasis-opacity) * 100%), transparent);
  }
  .v-badge__badge:has(.v-icon) {
    padding: 4px 6px;
  }
  .v-badge--bordered .v-badge__badge::after {
    border-radius: inherit;
    border-style: solid;
    border-width: 2px;
    color: rgb(var(--v-theme-background));
    content: "";
    position: absolute;
    inset: 0;
    transform: scale(1.05);
  }
  .v-badge--dot .v-badge__badge {
    border-radius: 50%;
    height: 9px;
    min-width: 0;
    padding: 0;
    width: 9px;
  }
  .v-badge--dot .v-badge__badge::after {
    border-width: 1.5px;
  }
  .v-badge--inline .v-badge__badge {
    position: relative;
    vertical-align: middle;
  }
  .v-badge__badge .v-icon {
    color: inherit;
    font-size: 0.75rem;
    margin: 0 -2px;
  }
  .v-badge__badge img,
  .v-badge__badge .v-img {
    height: 100%;
    width: 100%;
  }
  .v-badge__wrapper {
    display: flex;
    position: relative;
  }
  .v-badge--inline .v-badge__wrapper {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    margin: 0 4px;
  }
}
@layer vuetify-final.trumps {
  @media (forced-colors: active) {
    .v-badge__badge {
      forced-color-adjust: preserve-parent-color;
      background: highlight;
      color: highlighttext;
    }
  }
}@layer vuetify-components {
  .v-img {
    --v-theme-overlay-multiplier: 3;
    z-index: 0;
  }
  .v-img.v-img--absolute {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .v-img.v-img--fit-content {
    max-width: fit-content;
  }
  .v-img.v-img--fit-content > .v-img__img {
    position: relative;
  }
  .v-img.v-img--fit-content > .v-responsive__sizer {
    display: none;
  }
  .v-img--booting .v-responsive__sizer {
    transition: none;
  }
  .v-img--rounded {
    border-radius: 6px;
  }
  .v-img__img,
  .v-img__picture,
  .v-img__gradient,
  .v-img__placeholder,
  .v-img__error {
    z-index: -1;
  }
  .v-img__img,
  .v-img__picture,
  .v-img__gradient,
  .v-img__placeholder,
  .v-img__error {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .v-img__img--preload {
    filter: blur(4px);
  }
  .v-img__img--contain {
    object-fit: contain;
  }
  .v-img__img--cover {
    object-fit: cover;
  }
  .v-img__gradient {
    background-repeat: no-repeat;
  }
}@layer vuetify-components {
  .v-responsive {
    display: flex;
    flex: 1 0 auto;
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
  }
  .v-responsive--inline {
    display: inline-flex;
    flex: 0 0 auto;
  }
  .v-responsive__content {
    flex: 1 0 0px;
    max-width: 100%;
  }
  .v-responsive__sizer ~ .v-responsive__content {
    margin-inline-start: -100%;
  }
  .v-responsive__sizer {
    flex: 1 0 0px;
    transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
  }
}@layer vuetify-components {
  .v-progress-linear {
    background: transparent;
    overflow: hidden;
    position: relative;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1), mask-size 0s;
    width: 100%;
  }
  .v-progress-linear--rounded {
    border-radius: 9999px;
  }
  @media (forced-colors: active) {
    .v-progress-linear {
      border: thin solid buttontext;
    }
  }
  .v-progress-linear__background,
  .v-progress-linear__buffer {
    background: currentColor;
    bottom: 0;
    left: 0;
    opacity: var(--v-border-opacity);
    position: absolute;
    top: 0;
    width: 100%;
    transition-property: width, left, right;
    transition: inherit;
  }
}
@layer vuetify-final.trumps {
  @media (forced-colors: active) {
    .v-progress-linear__buffer {
      background-color: highlight;
      opacity: 0.5;
    }
  }
}
@layer vuetify-components {
  .v-progress-linear__content {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .v-progress-linear--clickable .v-progress-linear__content {
    pointer-events: none;
  }
  .v-progress-linear__determinate,
  .v-progress-linear__indeterminate {
    background: currentColor;
  }
}
@layer vuetify-final.trumps {
  @media (forced-colors: active) {
    .v-progress-linear__determinate,
    .v-progress-linear__indeterminate {
      background-color: highlight;
    }
  }
}
@layer vuetify-components {
  .v-progress-linear__determinate {
    height: inherit;
    left: 0;
    position: absolute;
    transition: inherit;
    transition-property: width, left, right;
  }
  .v-progress-linear__indeterminate .long, .v-progress-linear__indeterminate .short {
    animation-play-state: paused;
    animation-duration: 2.2s;
    animation-iteration-count: infinite;
    bottom: 0;
    height: inherit;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
    width: auto;
  }
  .v-progress-linear__indeterminate .long {
    animation-name: indeterminate-ltr;
  }
  .v-progress-linear__indeterminate .short {
    animation-name: indeterminate-short-ltr;
  }
  .v-progress-linear__stream {
    animation: stream 0.25s infinite linear;
    animation-play-state: paused;
    bottom: 0;
    left: auto;
    opacity: 0.3;
    pointer-events: none;
    position: absolute;
    transition: inherit;
    transition-property: width, left, right;
  }
  .v-progress-linear--reverse .v-progress-linear__background,
  .v-progress-linear--reverse .v-progress-linear__determinate,
  .v-progress-linear--reverse .v-progress-linear__content {
    left: auto;
    right: 0;
  }
  .v-progress-linear--reverse .v-progress-linear__indeterminate .long, .v-progress-linear--reverse .v-progress-linear__indeterminate .short {
    left: auto;
    right: 0;
  }
  .v-progress-linear--reverse .v-progress-linear__indeterminate .long {
    animation-name: indeterminate-rtl;
  }
  .v-progress-linear--reverse .v-progress-linear__indeterminate .short {
    animation-name: indeterminate-short-rtl;
  }
  .v-progress-linear--reverse .v-progress-linear__stream {
    right: auto;
  }
  .v-progress-linear--absolute,
  .v-progress-linear--fixed {
    left: 0;
    z-index: 1;
  }
  .v-progress-linear--absolute {
    position: absolute;
  }
  .v-progress-linear--fixed {
    position: fixed;
  }
  .v-progress-linear--rounded {
    border-radius: 9999px;
  }
  .v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__determinate,
  .v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__indeterminate {
    border-radius: inherit;
  }
  .v-progress-linear--striped .v-progress-linear__determinate {
    animation: progress-linear-stripes 1s infinite linear;
    background-image: linear-gradient(135deg, hsla(0, 0%, 100%, 0.25) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.25) 0, hsla(0, 0%, 100%, 0.25) 75%, transparent 0, transparent);
    background-repeat: repeat;
    background-size: var(--v-progress-linear-height);
  }
  .v-progress-linear--active .v-progress-linear__indeterminate .long, .v-progress-linear--active .v-progress-linear__indeterminate .short {
    animation-play-state: running;
  }
  .v-progress-linear--active .v-progress-linear__stream {
    animation-play-state: running;
  }
  .v-progress-linear--rounded-bar .v-progress-linear__determinate,
  .v-progress-linear--rounded-bar .v-progress-linear__indeterminate,
  .v-progress-linear--rounded-bar .v-progress-linear__stream + .v-progress-linear__background {
    border-radius: 9999px;
  }
  .v-progress-linear--rounded-bar .v-progress-linear__determinate {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
  }
  @keyframes indeterminate-ltr {
    0% {
      left: -90%;
      right: 100%;
    }
    60% {
      left: -90%;
      right: 100%;
    }
    100% {
      left: 100%;
      right: -35%;
    }
  }
  @keyframes indeterminate-rtl {
    0% {
      left: 100%;
      right: -90%;
    }
    60% {
      left: 100%;
      right: -90%;
    }
    100% {
      left: -35%;
      right: 100%;
    }
  }
  @keyframes indeterminate-short-ltr {
    0% {
      left: -200%;
      right: 100%;
    }
    60% {
      left: 107%;
      right: -8%;
    }
    100% {
      left: 107%;
      right: -8%;
    }
  }
  @keyframes indeterminate-short-rtl {
    0% {
      left: 100%;
      right: -200%;
    }
    60% {
      left: -8%;
      right: 107%;
    }
    100% {
      left: -8%;
      right: 107%;
    }
  }
  @keyframes stream {
    to {
      transform: translateX(var(--v-progress-linear-stream-to));
    }
  }
  @keyframes progress-linear-stripes {
    0% {
      background-position-x: var(--v-progress-linear-height);
    }
  }
}@layer vuetify-components {
  .v-ripple__container {
    color: inherit;
    border-radius: inherit;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
    contain: strict;
  }
  .v-ripple__animation {
    color: inherit;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: currentColor;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    will-change: transform, opacity;
  }
  .v-ripple__animation--enter {
    transition: none;
    opacity: 0;
  }
  .v-ripple__animation--in {
    transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1), opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
    opacity: calc(0.25 * var(--v-theme-overlay-multiplier));
  }
  @media (prefers-reduced-motion: reduce) {
    .v-ripple__animation--in {
      transition-property: opacity;
      transition-duration: 0.1s;
    }
  }
  .v-ripple__animation--out {
    transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
    opacity: 0;
  }
}