/*! 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;
    }
  }
}

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

@layer base, components;

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

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

  .ratelimit\:flex {
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

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