/*! tailwindcss v4.3.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-space-y-reverse: 0;
      --tw-font-weight: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --queue-spacing: .25rem;
    --queue-container-6xl: 72rem;
    --queue-text-sm: .875rem;
    --queue-text-sm--line-height: calc(1.25 / .875);
    --queue-font-weight-medium: 500;
  }
}

@layer base, components;

@layer utilities {
  .queue\:relative {
    position: relative;
  }

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

  .queue\:mb-\[--action-bar-height\] {
    margin-bottom: --action-bar-height;
  }

  .queue\:flex {
    display: flex;
  }

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

  .queue\:h-full {
    height: 100%;
  }

  .queue\:max-w-6xl {
    max-width: var(--queue-container-6xl);
  }

  .queue\:flex-1 {
    flex: 1;
  }

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

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

  .queue\:gap-4 {
    gap: calc(var(--queue-spacing) * 4);
  }

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

  .queue\:overflow-hidden {
    overflow: hidden;
  }

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

  .queue\:pb-16 {
    padding-bottom: calc(var(--queue-spacing) * 16);
  }

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

  .queue\:font-medium {
    --tw-font-weight: var(--queue-font-weight-medium);
    font-weight: var(--queue-font-weight-medium);
  }

  .queue\:text-muted-foreground {
    color: var(--muted-foreground);
  }
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

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