/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-green-700: oklch(52.7% 0.154 150.069);
    --color-green-800: oklch(44.8% 0.119 151.328);
    --color-green-900: oklch(39.3% 0.095 152.535);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-950: oklch(13% 0.028 261.692);
    --color-zinc-700: oklch(37% 0.013 285.805);
    --spacing: 0.25rem;
    --container-7xl: 80rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --radius-xs: 0.125rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@layer utilities {
  .static {
    position: static;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .m-2 {
    margin: calc(var(--spacing) * 2);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mr-auto {
    margin-right: auto;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-auto {
    margin-left: auto;
  }
  .line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .table {
    display: table;
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-screen {
    height: 100vh;
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-\[1fr_4fr_2fr_1fr\] {
    grid-template-columns: 1fr 4fr 2fr 1fr;
  }
  .grid-cols-\[1fr_6fr\] {
    grid-template-columns: 1fr 6fr;
  }
  .grid-cols-\[3fr_2fr_1fr\] {
    grid-template-columns: 3fr 2fr 1fr;
  }
  .grid-cols-\[100\%\] {
    grid-template-columns: 100%;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .self-center {
    align-self: center;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-scroll {
    overflow: scroll;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xs {
    border-radius: var(--radius-xs);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b-1 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-gray-500 {
    border-color: var(--color-gray-500);
  }
  .border-zinc-700 {
    border-color: var(--color-zinc-700);
  }
  .bg-\[\#151b23\] {
    background-color: #151b23;
  }
  .bg-gray-950 {
    background-color: var(--color-gray-950);
  }
  .bg-green-500 {
    background-color: var(--color-green-500);
  }
  .bg-green-600 {
    background-color: var(--color-green-600);
  }
  .bg-green-700 {
    background-color: var(--color-green-700);
  }
  .bg-green-800 {
    background-color: var(--color-green-800);
  }
  .bg-green-900 {
    background-color: var(--color-green-900);
  }
  .bg-red-500 {
    background-color: var(--color-red-500);
  }
  .bg-none {
    background-image: none;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .text-right {
    text-align: right;
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-ellipsis {
    text-overflow: ellipsis;
  }
  .\!whitespace-normal {
    white-space: normal !important;
  }
  .whitespace-pre {
    white-space: pre;
  }
  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .text-green-600 {
    color: var(--color-green-600);
  }
  .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));
  }
  .md\:grid-cols-\[33\%_33\%_33\%\] {
    @media (width >= 48rem) {
      grid-template-columns: 33% 33% 33%;
    }
  }
}
body {
  margin: 0;
  background-color: #0d1117;
}
.btn, button, select, input[type='file'] {
  cursor: pointer;
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 14px;
  width: fit-content;
  white-space: nowrap;
  color: white;
  background-color: #212830;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  user-select: none;
  font-weight: 400 !important;
  text-decoration: none !important;
}
.btn:hover, button:hover, select:hover, input[type='file']:hover {
  background-color: #262c36;
}
.btn-primary {
  background-color: #238636;
}
.btn-primary:hover {
  background-color: #29903b;
}
.btn-group {
  display: flex;
  gap: 0.5rem;
  margin: 1rem 0;
}
a {
  text-decoration: none;
  color: #4493f8;
  font-weight: 600;
}
a:hover {
  text-decoration: underline;
}
a.header-link {
  color: white;
  font-weight: inherit;
}
a.header-link:hover {
  text-decoration: none;
}
p {
  white-space: pre-wrap;
}
form, form div {
  display: flex;
  flex-direction: column;
}
form label {
  margin: 1rem 0;
}
textarea {
  resize: none;
}
input, textarea {
  display: block;
  width: 100%;
  background: none;
  color: white;
  border: none;
  padding: 0.5rem 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
input:hover, textarea:hover {
  border-bottom: solid 1px rgba(255, 255, 255, 0.7);
}
input:focus, textarea:focus {
  outline: none;
  border-bottom: solid 1px #65b94e;
}
input[type='checkbox'] {
  display: inline;
  width: auto;
}
.checkbox-group label {
  margin: 0.25rem 0;
}
.modal-bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #0000003f;
}
.modal-bg > .modal {
  padding: 4rem;
  background-color: #0d1117;
  min-width: 40vw;
  width: fit-content;
  border-radius: 16px;
}
@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;
    }
  }
}
