/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties;
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.table {
  display: table;
}
.min-h-screen {
  min-height: 100vh;
}
.w-full {
  width: 100%;
}
.w-max {
  width: max-content;
}
.w-screen {
  width: 100vw;
}
.flex-1 {
  flex: 1;
}
.grid-flow-row {
  grid-auto-flow: row;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-\[60px_1fr\] {
  grid-template-columns: 60px 1fr;
}
.grid-cols-\[60px_1fr_60px\] {
  grid-template-columns: 60px 1fr 60px;
}
.grid-cols-\[minmax\(0px\,200px\)_minmax\(200px\,_1fr\)_minmax\(0px\,_200px\)\] {
  grid-template-columns: minmax(0px,200px) minmax(200px, 1fr) minmax(0px, 200px);
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.border-2 {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.text-center {
  text-align: center;
}
.break-words {
  overflow-wrap: break-word;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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;
    }
  }
}
