@charset "UTF-8";
@import url("https://rsms.me/inter/inter.css?features=cv11");
/***
    The new CSS reset - version 1.11.3 (last updated 25.08.2024)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

a, button {
  cursor: revert;
}

ol, ul, menu, summary {
  list-style: none;
}

ol {
  counter-reset: revert;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

:where(pre) {
  all: revert;
  box-sizing: border-box;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

::-webkit-details-marker {
  display: none;
}

:root {
  --bg-color: #f8fafc;
  --text-color: #1e293b;
  --border-color: #F2F2F3;
}

[data-theme=dark] {
  --bg-color: #141414;
  --text-color: #f1f5f9;
  --border-color: #1E1F29;
}

.bg-primary {
  background-color: #00A6F5;
}

.bg-secondary {
  background-color: #AC47FF;
}

.bg-danger {
  background-color: #EE4B2B;
}

.bg-success {
  background-color: #bef264;
}

.bg-info {
  background-color: #7dd3fc;
}

.bg-dark {
  background-color: #FFFFFF;
}

.bg-light {
  background-color: #000000;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.w-0 {
  width: 0 !important;
}

.h-0 {
  height: 0 !important;
}

.min-w-0 {
  min-width: 0 !important;
}

.min-h-0 {
  min-height: 0 !important;
}

.max-w-0 {
  max-width: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.w-1 {
  width: 0.25rem !important;
}

.h-1 {
  height: 0.25rem !important;
}

.min-w-1 {
  min-width: 0.25rem !important;
}

.min-h-1 {
  min-height: 0.25rem !important;
}

.max-w-1 {
  max-width: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.w-2 {
  width: 0.5rem !important;
}

.h-2 {
  height: 0.5rem !important;
}

.min-w-2 {
  min-width: 0.5rem !important;
}

.min-h-2 {
  min-height: 0.5rem !important;
}

.max-w-2 {
  max-width: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.w-3 {
  width: 1rem !important;
}

.h-3 {
  height: 1rem !important;
}

.min-w-3 {
  min-width: 1rem !important;
}

.min-h-3 {
  min-height: 1rem !important;
}

.max-w-3 {
  max-width: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.w-4 {
  width: 1.5rem !important;
}

.h-4 {
  height: 1.5rem !important;
}

.min-w-4 {
  min-width: 1.5rem !important;
}

.min-h-4 {
  min-height: 1.5rem !important;
}

.max-w-4 {
  max-width: 1.5rem !important;
}

.m-5 {
  margin: 2rem !important;
}

.mt-5 {
  margin-top: 2rem !important;
}

.mb-5 {
  margin-bottom: 2rem !important;
}

.ml-5 {
  margin-left: 2rem !important;
}

.mr-5 {
  margin-right: 2rem !important;
}

.my-5 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.mx-5 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.p-5 {
  padding: 2rem !important;
}

.pt-5 {
  padding-top: 2rem !important;
}

.pb-5 {
  padding-bottom: 2rem !important;
}

.pl-5 {
  padding-left: 2rem !important;
}

.pr-5 {
  padding-right: 2rem !important;
}

.py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.px-5 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.w-5 {
  width: 2rem !important;
}

.h-5 {
  height: 2rem !important;
}

.min-w-5 {
  min-width: 2rem !important;
}

.min-h-5 {
  min-height: 2rem !important;
}

.max-w-5 {
  max-width: 2rem !important;
}

.m-6 {
  margin: 2.5rem !important;
}

.mt-6 {
  margin-top: 2.5rem !important;
}

.mb-6 {
  margin-bottom: 2.5rem !important;
}

.ml-6 {
  margin-left: 2.5rem !important;
}

.mr-6 {
  margin-right: 2.5rem !important;
}

.my-6 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.mx-6 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.p-6 {
  padding: 2.5rem !important;
}

.pt-6 {
  padding-top: 2.5rem !important;
}

.pb-6 {
  padding-bottom: 2.5rem !important;
}

.pl-6 {
  padding-left: 2.5rem !important;
}

.pr-6 {
  padding-right: 2.5rem !important;
}

.py-6 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.px-6 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.w-6 {
  width: 2.5rem !important;
}

.h-6 {
  height: 2.5rem !important;
}

.min-w-6 {
  min-width: 2.5rem !important;
}

.min-h-6 {
  min-height: 2.5rem !important;
}

.max-w-6 {
  max-width: 2.5rem !important;
}

.m-7 {
  margin: 3rem !important;
}

.mt-7 {
  margin-top: 3rem !important;
}

.mb-7 {
  margin-bottom: 3rem !important;
}

.ml-7 {
  margin-left: 3rem !important;
}

.mr-7 {
  margin-right: 3rem !important;
}

.my-7 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mx-7 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.p-7 {
  padding: 3rem !important;
}

.pt-7 {
  padding-top: 3rem !important;
}

.pb-7 {
  padding-bottom: 3rem !important;
}

.pl-7 {
  padding-left: 3rem !important;
}

.pr-7 {
  padding-right: 3rem !important;
}

.py-7 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.px-7 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.w-7 {
  width: 3rem !important;
}

.h-7 {
  height: 3rem !important;
}

.min-w-7 {
  min-width: 3rem !important;
}

.min-h-7 {
  min-height: 3rem !important;
}

.max-w-7 {
  max-width: 3rem !important;
}

.m-8 {
  margin: 4rem !important;
}

.mt-8 {
  margin-top: 4rem !important;
}

.mb-8 {
  margin-bottom: 4rem !important;
}

.ml-8 {
  margin-left: 4rem !important;
}

.mr-8 {
  margin-right: 4rem !important;
}

.my-8 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.mx-8 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.p-8 {
  padding: 4rem !important;
}

.pt-8 {
  padding-top: 4rem !important;
}

.pb-8 {
  padding-bottom: 4rem !important;
}

.pl-8 {
  padding-left: 4rem !important;
}

.pr-8 {
  padding-right: 4rem !important;
}

.py-8 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.px-8 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.w-8 {
  width: 4rem !important;
}

.h-8 {
  height: 4rem !important;
}

.min-w-8 {
  min-width: 4rem !important;
}

.min-h-8 {
  min-height: 4rem !important;
}

.max-w-8 {
  max-width: 4rem !important;
}

.m-9 {
  margin: 5rem !important;
}

.mt-9 {
  margin-top: 5rem !important;
}

.mb-9 {
  margin-bottom: 5rem !important;
}

.ml-9 {
  margin-left: 5rem !important;
}

.mr-9 {
  margin-right: 5rem !important;
}

.my-9 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.mx-9 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.p-9 {
  padding: 5rem !important;
}

.pt-9 {
  padding-top: 5rem !important;
}

.pb-9 {
  padding-bottom: 5rem !important;
}

.pl-9 {
  padding-left: 5rem !important;
}

.pr-9 {
  padding-right: 5rem !important;
}

.py-9 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.px-9 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.w-9 {
  width: 5rem !important;
}

.h-9 {
  height: 5rem !important;
}

.min-w-9 {
  min-width: 5rem !important;
}

.min-h-9 {
  min-height: 5rem !important;
}

.max-w-9 {
  max-width: 5rem !important;
}

.m-10 {
  margin: 6rem !important;
}

.mt-10 {
  margin-top: 6rem !important;
}

.mb-10 {
  margin-bottom: 6rem !important;
}

.ml-10 {
  margin-left: 6rem !important;
}

.mr-10 {
  margin-right: 6rem !important;
}

.my-10 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.mx-10 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.p-10 {
  padding: 6rem !important;
}

.pt-10 {
  padding-top: 6rem !important;
}

.pb-10 {
  padding-bottom: 6rem !important;
}

.pl-10 {
  padding-left: 6rem !important;
}

.pr-10 {
  padding-right: 6rem !important;
}

.py-10 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.px-10 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.w-10 {
  width: 6rem !important;
}

.h-10 {
  height: 6rem !important;
}

.min-w-10 {
  min-width: 6rem !important;
}

.min-h-10 {
  min-height: 6rem !important;
}

.max-w-10 {
  max-width: 6rem !important;
}

.m-11 {
  margin: 7rem !important;
}

.mt-11 {
  margin-top: 7rem !important;
}

.mb-11 {
  margin-bottom: 7rem !important;
}

.ml-11 {
  margin-left: 7rem !important;
}

.mr-11 {
  margin-right: 7rem !important;
}

.my-11 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.mx-11 {
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}

.p-11 {
  padding: 7rem !important;
}

.pt-11 {
  padding-top: 7rem !important;
}

.pb-11 {
  padding-bottom: 7rem !important;
}

.pl-11 {
  padding-left: 7rem !important;
}

.pr-11 {
  padding-right: 7rem !important;
}

.py-11 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.px-11 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.w-11 {
  width: 7rem !important;
}

.h-11 {
  height: 7rem !important;
}

.min-w-11 {
  min-width: 7rem !important;
}

.min-h-11 {
  min-height: 7rem !important;
}

.max-w-11 {
  max-width: 7rem !important;
}

.m-12 {
  margin: 8rem !important;
}

.mt-12 {
  margin-top: 8rem !important;
}

.mb-12 {
  margin-bottom: 8rem !important;
}

.ml-12 {
  margin-left: 8rem !important;
}

.mr-12 {
  margin-right: 8rem !important;
}

.my-12 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.mx-12 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.p-12 {
  padding: 8rem !important;
}

.pt-12 {
  padding-top: 8rem !important;
}

.pb-12 {
  padding-bottom: 8rem !important;
}

.pl-12 {
  padding-left: 8rem !important;
}

.pr-12 {
  padding-right: 8rem !important;
}

.py-12 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.px-12 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.w-12 {
  width: 8rem !important;
}

.h-12 {
  height: 8rem !important;
}

.min-w-12 {
  min-width: 8rem !important;
}

.min-h-12 {
  min-height: 8rem !important;
}

.max-w-12 {
  max-width: 8rem !important;
}

.w-3xs {
  width: var(--container-3xs) !important;
}

.min-w-3xs {
  min-width: var(--container-3xs) !important;
}

.max-w-3xs {
  max-width: var(--container-3xs) !important;
}

.w-2xs {
  width: var(--container-2xs) !important;
}

.min-w-2xs {
  min-width: var(--container-2xs) !important;
}

.max-w-2xs {
  max-width: var(--container-2xs) !important;
}

.w-xs {
  width: var(--container-xs) !important;
}

.min-w-xs {
  min-width: var(--container-xs) !important;
}

.max-w-xs {
  max-width: var(--container-xs) !important;
}

.w-sm {
  width: var(--container-sm) !important;
}

.min-w-sm {
  min-width: var(--container-sm) !important;
}

.max-w-sm {
  max-width: var(--container-sm) !important;
}

.w-md {
  width: var(--container-md) !important;
}

.min-w-md {
  min-width: var(--container-md) !important;
}

.max-w-md {
  max-width: var(--container-md) !important;
}

.w-lg {
  width: var(--container-lg) !important;
}

.min-w-lg {
  min-width: var(--container-lg) !important;
}

.max-w-lg {
  max-width: var(--container-lg) !important;
}

.w-xl {
  width: var(--container-xl) !important;
}

.min-w-xl {
  min-width: var(--container-xl) !important;
}

.max-w-xl {
  max-width: var(--container-xl) !important;
}

.w-2xl {
  width: var(--container-2xl) !important;
}

.min-w-2xl {
  min-width: var(--container-2xl) !important;
}

.max-w-2xl {
  max-width: var(--container-2xl) !important;
}

.w-3xl {
  width: var(--container-3xl) !important;
}

.min-w-3xl {
  min-width: var(--container-3xl) !important;
}

.max-w-3xl {
  max-width: var(--container-3xl) !important;
}

.w-4xl {
  width: var(--container-4xl) !important;
}

.min-w-4xl {
  min-width: var(--container-4xl) !important;
}

.max-w-4xl {
  max-width: var(--container-4xl) !important;
}

.w-5xl {
  width: var(--container-5xl) !important;
}

.min-w-5xl {
  min-width: var(--container-5xl) !important;
}

.max-w-5xl {
  max-width: var(--container-5xl) !important;
}

.w-6xl {
  width: var(--container-6xl) !important;
}

.min-w-6xl {
  min-width: var(--container-6xl) !important;
}

.max-w-6xl {
  max-width: var(--container-6xl) !important;
}

.w-7xl {
  width: var(--container-7xl) !important;
}

.min-w-7xl {
  min-width: var(--container-7xl) !important;
}

.max-w-7xl {
  max-width: var(--container-7xl) !important;
}

.h-3xs {
  height: var(--container-3xs) !important;
}

.min-h-3xs {
  min-height: var(--container-3xs) !important;
}

.max-h-3xs {
  max-height: var(--container-3xs) !important;
}

.h-2xs {
  height: var(--container-2xs) !important;
}

.min-h-2xs {
  min-height: var(--container-2xs) !important;
}

.max-h-2xs {
  max-height: var(--container-2xs) !important;
}

.h-xs {
  height: var(--container-xs) !important;
}

.min-h-xs {
  min-height: var(--container-xs) !important;
}

.max-h-xs {
  max-height: var(--container-xs) !important;
}

.h-sm {
  height: var(--container-sm) !important;
}

.min-h-sm {
  min-height: var(--container-sm) !important;
}

.max-h-sm {
  max-height: var(--container-sm) !important;
}

.h-md {
  height: var(--container-md) !important;
}

.min-h-md {
  min-height: var(--container-md) !important;
}

.max-h-md {
  max-height: var(--container-md) !important;
}

.h-lg {
  height: var(--container-lg) !important;
}

.min-h-lg {
  min-height: var(--container-lg) !important;
}

.max-h-lg {
  max-height: var(--container-lg) !important;
}

.h-xl {
  height: var(--container-xl) !important;
}

.min-h-xl {
  min-height: var(--container-xl) !important;
}

.max-h-xl {
  max-height: var(--container-xl) !important;
}

.h-2xl {
  height: var(--container-2xl) !important;
}

.min-h-2xl {
  min-height: var(--container-2xl) !important;
}

.max-h-2xl {
  max-height: var(--container-2xl) !important;
}

.h-3xl {
  height: var(--container-3xl) !important;
}

.min-h-3xl {
  min-height: var(--container-3xl) !important;
}

.max-h-3xl {
  max-height: var(--container-3xl) !important;
}

.h-4xl {
  height: var(--container-4xl) !important;
}

.min-h-4xl {
  min-height: var(--container-4xl) !important;
}

.max-h-4xl {
  max-height: var(--container-4xl) !important;
}

.h-5xl {
  height: var(--container-5xl) !important;
}

.min-h-5xl {
  min-height: var(--container-5xl) !important;
}

.max-h-5xl {
  max-height: var(--container-5xl) !important;
}

.h-6xl {
  height: var(--container-6xl) !important;
}

.min-h-6xl {
  min-height: var(--container-6xl) !important;
}

.max-h-6xl {
  max-height: var(--container-6xl) !important;
}

.h-7xl {
  height: var(--container-7xl) !important;
}

.min-h-7xl {
  min-height: var(--container-7xl) !important;
}

.max-h-7xl {
  max-height: var(--container-7xl) !important;
}

.w-auto {
  width: auto !important;
}

.w-full {
  width: 100% !important;
}

.w-screen {
  width: 100vw !important;
}

.h-auto {
  height: auto !important;
}

.h-full {
  height: 100% !important;
}

.h-screen {
  height: 100vh !important;
}

.min-w-0 {
  min-width: 0 !important;
}

.min-w-full {
  min-width: 100% !important;
}

.max-w-none {
  max-width: none !important;
}

.max-w-full {
  max-width: 100% !important;
}

.min-h-0 {
  min-height: 0 !important;
}

.min-h-full {
  min-height: 100% !important;
}

.max-h-none {
  max-height: none !important;
}

.max-h-full {
  max-height: 100% !important;
}

html {
  font-feature-settings: "cv11";
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
}

.text-6xl {
  font-size: 3.75rem;
}

.text-7xl {
  font-size: 4.5rem;
}

body {
  font-family: "Inter var", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  line-height: 1.5;
  font-size: 1rem;
  letter-spacing: 0;
}

h1 {
  font-family: "Inter var", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

h2 {
  font-family: "Inter var", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

h3 {
  font-family: "Inter var", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

h4 {
  font-family: "Inter var", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0;
}

h5 {
  font-family: "Inter var", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 200;
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: 0;
}

.text-primary {
  color: #00A6F5;
}

.text-secondary {
  color: #AC47FF;
}

.text-danger {
  color: #EE4B2B;
}

.text-success {
  color: #bef264;
}

.text-info {
  color: #7dd3fc;
}

.text-dark {
  color: #FFFFFF;
}

.text-light {
  color: #000000;
}

:root {
  --container-3xs: 16rem;
  --container-2xs: 18rem;
  --container-xs: 20rem;
  --container-sm: 24rem;
  --container-md: 28rem;
  --container-lg: 32rem;
  --container-xl: 36rem;
  --container-2xl: 42rem;
  --container-3xl: 48rem;
  --container-4xl: 56rem;
  --container-5xl: 64rem;
  --container-6xl: 72rem;
  --container-7xl: 80rem;
}

.container, .nav-container {
  max-width: 72rem;
  margin: 0 auto;
  width: 100%;
}

.main-nav {
  width: 100%;
  background: var(--bg-color);
  padding: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--border-color);
  height: 56px;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 100;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 2rem;
  height: 56px;
}

.nav-logo {
  font-family: "Inter var", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--text-color);
  margin-right: 2rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  height: 56px;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s;
}
.nav-logo:hover {
  color: #38adfa;
}

.nav-items {
  display: none;
  align-items: center;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
  justify-content: flex-end;
  max-width: none;
  height: 56px;
}
@media (min-width: 640px) {
  .nav-items {
    display: flex;
  }
}

.nav-item {
  font-family: "Inter var", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  color: var(--text-color);
  cursor: pointer;
  transition: color 0.2s;
  display: flex;
  align-items: center;
  height: 56px;
  padding: 0;
  margin: 0 !important;
}

.nav-item:hover {
  color: #38adfa;
}

.nav-item.nav-toggle {
  margin-left: 2rem;
  padding: 0;
  height: 56px;
  display: flex;
  align-items: center;
}

section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.nav-link {
  display: block;
  font-family: "Inter var", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #030712;
  text-decoration: none;
  padding: 0.25rem 0.75rem;
  border-radius: 0.375rem;
  transition: color 0.15s;
  line-height: 1.5;
}

[data-theme=dark] .nav-link {
  color: #fff;
}

.nav-link:hover,
.nav-link:focus {
  background: none;
  color: #38bdf8;
}

[data-theme=dark] .nav-link:hover,
[data-theme=dark] .nav-link:focus {
  background: none;
  color: #38bdf8;
}

.inline {
  display: inline;
}

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.inline-grid {
  display: inline-grid;
}

.table {
  display: table;
}

.inline-table {
  display: inline-table;
}

.hidden {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

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

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-none {
  grid-template-columns: none !important;
}

.grid-cols-subgrid {
  grid-template-columns: subgrid !important;
}

.col-span-1 {
  grid-column: span 1/span 1;
}

.row-span-1 {
  grid-row: span 1/span 1;
}

.flex-grow-1 {
  flex-grow: 1;
}

.col-span-2 {
  grid-column: span 2/span 2;
}

.row-span-2 {
  grid-row: span 2/span 2;
}

.flex-grow-2 {
  flex-grow: 2;
}

.col-span-3 {
  grid-column: span 3/span 3;
}

.row-span-3 {
  grid-row: span 3/span 3;
}

.flex-grow-3 {
  flex-grow: 3;
}

.col-span-4 {
  grid-column: span 4/span 4;
}

.row-span-4 {
  grid-row: span 4/span 4;
}

.flex-grow-4 {
  flex-grow: 4;
}

.col-span-5 {
  grid-column: span 5/span 5;
}

.row-span-5 {
  grid-row: span 5/span 5;
}

.flex-grow-5 {
  flex-grow: 5;
}

.col-span-6 {
  grid-column: span 6/span 6;
}

.row-span-6 {
  grid-row: span 6/span 6;
}

.flex-grow-6 {
  flex-grow: 6;
}

.col-span-7 {
  grid-column: span 7/span 7;
}

.row-span-7 {
  grid-row: span 7/span 7;
}

.flex-grow-7 {
  flex-grow: 7;
}

.col-span-8 {
  grid-column: span 8/span 8;
}

.row-span-8 {
  grid-row: span 8/span 8;
}

.flex-grow-8 {
  flex-grow: 8;
}

.col-span-9 {
  grid-column: span 9/span 9;
}

.row-span-9 {
  grid-row: span 9/span 9;
}

.flex-grow-9 {
  flex-grow: 9;
}

.col-span-10 {
  grid-column: span 10/span 10;
}

.row-span-10 {
  grid-row: span 10/span 10;
}

.flex-grow-10 {
  flex-grow: 10;
}

.col-span-11 {
  grid-column: span 11/span 11;
}

.row-span-11 {
  grid-row: span 11/span 11;
}

.flex-grow-11 {
  flex-grow: 11;
}

.col-span-12 {
  grid-column: span 12/span 12;
}

.row-span-12 {
  grid-row: span 12/span 12;
}

.flex-grow-12 {
  flex-grow: 12;
}

.col-span-full {
  grid-column: 1/-1 !important;
}

.col-start-1 {
  grid-column-start: 1 !important;
}

.col-start-2 {
  grid-column-start: 2 !important;
}

.col-start-3 {
  grid-column-start: 3 !important;
}

.col-start-4 {
  grid-column-start: 4 !important;
}

.col-start-5 {
  grid-column-start: 5 !important;
}

.col-start-6 {
  grid-column-start: 6 !important;
}

.col-start-7 {
  grid-column-start: 7 !important;
}

.col-start-8 {
  grid-column-start: 8 !important;
}

.col-start-9 {
  grid-column-start: 9 !important;
}

.col-start-10 {
  grid-column-start: 10 !important;
}

.col-start-11 {
  grid-column-start: 11 !important;
}

.col-start-12 {
  grid-column-start: 12 !important;
}

.col-start-auto {
  grid-column-start: auto !important;
}

.col-end-1 {
  grid-column-end: 1 !important;
}

.col-end-2 {
  grid-column-end: 2 !important;
}

.col-end-3 {
  grid-column-end: 3 !important;
}

.col-end-4 {
  grid-column-end: 4 !important;
}

.col-end-5 {
  grid-column-end: 5 !important;
}

.col-end-6 {
  grid-column-end: 6 !important;
}

.col-end-7 {
  grid-column-end: 7 !important;
}

.col-end-8 {
  grid-column-end: 8 !important;
}

.col-end-9 {
  grid-column-end: 9 !important;
}

.col-end-10 {
  grid-column-end: 10 !important;
}

.col-end-11 {
  grid-column-end: 11 !important;
}

.col-end-12 {
  grid-column-end: 12 !important;
}

.items-start {
  align-items: flex-start !important;
}

.items-end {
  align-items: flex-end !important;
}

.items-center {
  align-items: center !important;
}

.items-stretch {
  align-items: stretch !important;
}

.items-baseline {
  align-items: baseline !important;
}

.self-auto {
  align-self: auto;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-stretch {
  align-self: stretch;
}

.self-baseline {
  align-self: baseline;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-end-safe {
  justify-content: safe flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-center-safe {
  justify-content: safe center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-around {
  justify-content: space-around !important;
}

.justify-evenly {
  justify-content: space-evenly !important;
}

.justify-stretch {
  justify-content: stretch !important;
}

.justify-baseline {
  justify-content: baseline !important;
}

.justify-normal {
  justify-content: normal !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-x-0 {
  column-gap: 0 !important;
}

.gap-y-0 {
  row-gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-x-1 {
  column-gap: 0.25rem !important;
}

.gap-y-1 {
  row-gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-x-2 {
  column-gap: 0.5rem !important;
}

.gap-y-2 {
  row-gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-x-3 {
  column-gap: 1rem !important;
}

.gap-y-3 {
  row-gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-x-4 {
  column-gap: 1.5rem !important;
}

.gap-y-4 {
  row-gap: 1.5rem !important;
}

.gap-5 {
  gap: 2rem !important;
}

.gap-x-5 {
  column-gap: 2rem !important;
}

.gap-y-5 {
  row-gap: 2rem !important;
}

.gap-6 {
  gap: 2.5rem !important;
}

.gap-x-6 {
  column-gap: 2.5rem !important;
}

.gap-y-6 {
  row-gap: 2.5rem !important;
}

.gap-7 {
  gap: 3rem !important;
}

.gap-x-7 {
  column-gap: 3rem !important;
}

.gap-y-7 {
  row-gap: 3rem !important;
}

.gap-8 {
  gap: 4rem !important;
}

.gap-x-8 {
  column-gap: 4rem !important;
}

.gap-y-8 {
  row-gap: 4rem !important;
}

.gap-9 {
  gap: 5rem !important;
}

.gap-x-9 {
  column-gap: 5rem !important;
}

.gap-y-9 {
  row-gap: 5rem !important;
}

.gap-10 {
  gap: 6rem !important;
}

.gap-x-10 {
  column-gap: 6rem !important;
}

.gap-y-10 {
  row-gap: 6rem !important;
}

.gap-11 {
  gap: 7rem !important;
}

.gap-x-11 {
  column-gap: 7rem !important;
}

.gap-y-11 {
  row-gap: 7rem !important;
}

.gap-12 {
  gap: 8rem !important;
}

.gap-x-12 {
  column-gap: 8rem !important;
}

.gap-y-12 {
  row-gap: 8rem !important;
}

.collapsible-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.collapsible-content.expanded {
  max-height: 2000px;
  transition: max-height 0.5s ease-in;
}

.max-h-0 {
  max-height: 0 !important;
}

.max-h-2000 {
  max-height: 2000px !important;
}

.transition-max-height {
  transition: max-height 0.3s ease-out !important;
}

.transition-max-height-in {
  transition: max-height 0.5s ease-in !important;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.object-contain {
  object-fit: contain;
}

.object-cover {
  object-fit: cover;
}

.object-fill {
  object-fit: fill;
}

.object-none {
  object-fit: none;
}

.object-scale-down {
  object-fit: scale-down;
}

.object-center {
  object-position: center;
}

.object-top {
  object-position: top;
}

.object-bottom {
  object-position: bottom;
}

.object-left {
  object-position: left;
}

.object-right {
  object-position: right;
}

.basis-0 {
  flex-basis: 0 !important;
}

.basis-1 {
  flex-basis: 0.25rem !important;
}

.basis-2 {
  flex-basis: 0.5rem !important;
}

.basis-3 {
  flex-basis: 1rem !important;
}

.basis-4 {
  flex-basis: 1.5rem !important;
}

.basis-5 {
  flex-basis: 2rem !important;
}

.basis-6 {
  flex-basis: 2.5rem !important;
}

.basis-7 {
  flex-basis: 3rem !important;
}

.basis-8 {
  flex-basis: 4rem !important;
}

.basis-9 {
  flex-basis: 5rem !important;
}

.basis-10 {
  flex-basis: 6rem !important;
}

.basis-11 {
  flex-basis: 7rem !important;
}

.basis-12 {
  flex-basis: 8rem !important;
}

.basis-auto {
  flex-basis: auto !important;
}

.basis-full {
  flex-basis: 100% !important;
}

.basis-1\/4 {
  flex-basis: 25% !important;
}

.basis-2\/4 {
  flex-basis: 50% !important;
}

.basis-3\/4 {
  flex-basis: 75% !important;
}

.max-w-xs {
  max-width: 20rem !important;
}

.max-w-sm {
  max-width: 24rem !important;
}

.max-w-md {
  max-width: 28rem !important;
}

.max-w-lg {
  max-width: 32rem !important;
}

.max-w-xl {
  max-width: 36rem !important;
}

.max-w-2xl {
  max-width: 42rem !important;
}

.max-w-3xl {
  max-width: 48rem !important;
}

.max-w-4xl {
  max-width: 56rem !important;
}

.max-w-5xl {
  max-width: 64rem !important;
}

.max-w-6xl {
  max-width: 72rem !important;
}

.max-w-full {
  max-width: 100% !important;
}

.max-w-screen-sm {
  max-width: 640px !important;
}

.max-w-screen-md {
  max-width: 768px !important;
}

.max-w-screen-lg {
  max-width: 1024px !important;
}

.max-w-screen-xl {
  max-width: 1280px !important;
}

.max-w-screen-2xl {
  max-width: 1536px !important;
}

.hidden {
  display: none !important;
}

@media (max-width: 639.98px) {
  .sm:hidden {
    display: none !important;
  }
}
@media (min-width: 640px) {
  .sm:block {
    display: block !important;
  }
  .sm:h-8 {
    height: 2rem !important;
  }
  .sm:h-10 {
    height: 2.5rem !important;
  }
  .sm:h-12 {
    height: 3rem !important;
  }
  .sm:h-16 {
    height: 4rem !important;
  }
  .sm:h-20 {
    height: 5rem !important;
  }
  .sm:h-24 {
    height: 6rem !important;
  }
  .sm:h-32 {
    height: 8rem !important;
  }
  .sm:h-40 {
    height: 10rem !important;
  }
  .sm:h-48 {
    height: 12rem !important;
  }
  .sm:h-56 {
    height: 14rem !important;
  }
  .sm:h-64 {
    height: 16rem !important;
  }
  .sm:h-72 {
    height: 18rem !important;
  }
  .sm:h-80 {
    height: 20rem !important;
  }
  .sm:h-96 {
    height: 24rem !important;
  }
  .sm:h-auto {
    height: auto !important;
  }
  .sm:h-full {
    height: 100% !important;
  }
  .sm:h-screen {
    height: 100vh !important;
  }
  .sm\:h-0 {
    height: 0 !important;
  }
  .sm:h-0 {
    height: 0 !important;
  }
  .sm\:h-1 {
    height: 0.25rem !important;
  }
  .sm:h-1 {
    height: 0.25rem !important;
  }
  .sm\:h-2 {
    height: 0.5rem !important;
  }
  .sm:h-2 {
    height: 0.5rem !important;
  }
  .sm\:h-3 {
    height: 1rem !important;
  }
  .sm:h-3 {
    height: 1rem !important;
  }
  .sm\:h-4 {
    height: 1.5rem !important;
  }
  .sm:h-4 {
    height: 1.5rem !important;
  }
  .sm\:h-5 {
    height: 2rem !important;
  }
  .sm:h-5 {
    height: 2rem !important;
  }
  .sm\:h-6 {
    height: 2.5rem !important;
  }
  .sm:h-6 {
    height: 2.5rem !important;
  }
  .sm\:h-7 {
    height: 3rem !important;
  }
  .sm:h-7 {
    height: 3rem !important;
  }
  .sm\:h-8 {
    height: 4rem !important;
  }
  .sm:h-8 {
    height: 4rem !important;
  }
  .sm\:h-9 {
    height: 5rem !important;
  }
  .sm:h-9 {
    height: 5rem !important;
  }
  .sm\:h-10 {
    height: 6rem !important;
  }
  .sm:h-10 {
    height: 6rem !important;
  }
  .sm\:h-11 {
    height: 7rem !important;
  }
  .sm:h-11 {
    height: 7rem !important;
  }
  .sm\:h-12 {
    height: 8rem !important;
  }
  .sm:h-12 {
    height: 8rem !important;
  }
}
@media (max-width: 767.98px) {
  .md:hidden {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .md:block {
    display: block !important;
  }
  .md:h-0 {
    height: 0 !important;
  }
  .md:h-1 {
    height: 0.25rem !important;
  }
  .md:h-2 {
    height: 0.5rem !important;
  }
  .md:h-3 {
    height: 1rem !important;
  }
  .md:h-4 {
    height: 1.5rem !important;
  }
  .md:h-5 {
    height: 2rem !important;
  }
  .md:h-6 {
    height: 2.5rem !important;
  }
  .md:h-7 {
    height: 3rem !important;
  }
  .md:h-8 {
    height: 4rem !important;
  }
  .md:h-9 {
    height: 5rem !important;
  }
  .md:h-10 {
    height: 6rem !important;
  }
  .md:h-11 {
    height: 7rem !important;
  }
  .md:h-12 {
    height: 8rem !important;
  }
}
@media (max-width: 1023.98px) {
  .lg:hidden {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .lg:block {
    display: block !important;
  }
  .lg:h-0 {
    height: 0 !important;
  }
  .lg:h-1 {
    height: 0.25rem !important;
  }
  .lg:h-2 {
    height: 0.5rem !important;
  }
  .lg:h-3 {
    height: 1rem !important;
  }
  .lg:h-4 {
    height: 1.5rem !important;
  }
  .lg:h-5 {
    height: 2rem !important;
  }
  .lg:h-6 {
    height: 2.5rem !important;
  }
  .lg:h-7 {
    height: 3rem !important;
  }
  .lg:h-8 {
    height: 4rem !important;
  }
  .lg:h-9 {
    height: 5rem !important;
  }
  .lg:h-10 {
    height: 6rem !important;
  }
  .lg:h-11 {
    height: 7rem !important;
  }
  .lg:h-12 {
    height: 8rem !important;
  }
}
@media (max-width: 1279.98px) {
  .xl:hidden {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .xl:block {
    display: block !important;
  }
  .xl:h-0 {
    height: 0 !important;
  }
  .xl:h-1 {
    height: 0.25rem !important;
  }
  .xl:h-2 {
    height: 0.5rem !important;
  }
  .xl:h-3 {
    height: 1rem !important;
  }
  .xl:h-4 {
    height: 1.5rem !important;
  }
  .xl:h-5 {
    height: 2rem !important;
  }
  .xl:h-6 {
    height: 2.5rem !important;
  }
  .xl:h-7 {
    height: 3rem !important;
  }
  .xl:h-8 {
    height: 4rem !important;
  }
  .xl:h-9 {
    height: 5rem !important;
  }
  .xl:h-10 {
    height: 6rem !important;
  }
  .xl:h-11 {
    height: 7rem !important;
  }
  .xl:h-12 {
    height: 8rem !important;
  }
}
@media (max-width: 1535.98px) {
  .\32 xl:hidden {
    display: none !important;
  }
}
@media (min-width: 1536px) {
  .\32 xl:block {
    display: block !important;
  }
  .\32 xl:h-0 {
    height: 0 !important;
  }
  .\32 xl:h-1 {
    height: 0.25rem !important;
  }
  .\32 xl:h-2 {
    height: 0.5rem !important;
  }
  .\32 xl:h-3 {
    height: 1rem !important;
  }
  .\32 xl:h-4 {
    height: 1.5rem !important;
  }
  .\32 xl:h-5 {
    height: 2rem !important;
  }
  .\32 xl:h-6 {
    height: 2.5rem !important;
  }
  .\32 xl:h-7 {
    height: 3rem !important;
  }
  .\32 xl:h-8 {
    height: 4rem !important;
  }
  .\32 xl:h-9 {
    height: 5rem !important;
  }
  .\32 xl:h-10 {
    height: 6rem !important;
  }
  .\32 xl:h-11 {
    height: 7rem !important;
  }
  .\32 xl:h-12 {
    height: 8rem !important;
  }
}
.flex-1 {
  flex: 1 1 0% !important;
}

.flex-auto {
  flex: 1 1 auto !important;
}

.flex-initial {
  flex: 0 1 auto !important;
}

.flex-none {
  flex: none !important;
}

.grow {
  flex-grow: 1 !important;
}

.grow-0 {
  flex-grow: 0 !important;
}

.grow-1 {
  flex-grow: 1 !important;
}

.grow-\[2\] {
  flex-grow: 2 !important;
}

.shrink {
  flex-shrink: 1 !important;
}

.shrink-0 {
  flex-shrink: 0 !important;
}

.shrink-1 {
  flex-shrink: 1 !important;
}

.shrink-\[2\] {
  flex-shrink: 2 !important;
}

.flex-2 {
  flex: 2 2 0% !important;
}

.flex-3 {
  flex: 3 3 0% !important;
}

.flex-4 {
  flex: 4 4 0% !important;
}

.flex-5 {
  flex: 5 5 0% !important;
}

.flex-6 {
  flex: 6 6 0% !important;
}

.flex-7 {
  flex: 7 7 0% !important;
}

.flex-8 {
  flex: 8 8 0% !important;
}

.flex-9 {
  flex: 9 9 0% !important;
}

.flex-10 {
  flex: 10 10 0% !important;
}

.flex-11 {
  flex: 11 11 0% !important;
}

.flex-12 {
  flex: 12 12 0% !important;
}

.grow-2 {
  flex-grow: 2 !important;
}

.grow-3 {
  flex-grow: 3 !important;
}

.grow-4 {
  flex-grow: 4 !important;
}

.grow-5 {
  flex-grow: 5 !important;
}

.grow-6 {
  flex-grow: 6 !important;
}

.grow-7 {
  flex-grow: 7 !important;
}

.grow-8 {
  flex-grow: 8 !important;
}

.grow-9 {
  flex-grow: 9 !important;
}

.grow-10 {
  flex-grow: 10 !important;
}

.grow-11 {
  flex-grow: 11 !important;
}

.grow-12 {
  flex-grow: 12 !important;
}

.shrink-2 {
  flex-shrink: 2 !important;
}

.shrink-3 {
  flex-shrink: 3 !important;
}

.shrink-4 {
  flex-shrink: 4 !important;
}

.shrink-5 {
  flex-shrink: 5 !important;
}

.shrink-6 {
  flex-shrink: 6 !important;
}

.shrink-7 {
  flex-shrink: 7 !important;
}

.shrink-8 {
  flex-shrink: 8 !important;
}

.shrink-9 {
  flex-shrink: 9 !important;
}

.shrink-10 {
  flex-shrink: 10 !important;
}

.shrink-11 {
  flex-shrink: 11 !important;
}

.shrink-12 {
  flex-shrink: 12 !important;
}

.flex-1\/2 {
  flex: 0 0 50% !important;
}

.flex-1\/3 {
  flex: 0 0 33.333333% !important;
}

.flex-2\/3 {
  flex: 0 0 66.666667% !important;
}

.flex-1\/4 {
  flex: 0 0 25% !important;
}

.flex-2\/4 {
  flex: 0 0 50% !important;
}

.flex-3\/4 {
  flex: 0 0 75% !important;
}

.flex-1\/5 {
  flex: 0 0 20% !important;
}

.flex-2\/5 {
  flex: 0 0 40% !important;
}

.flex-3\/5 {
  flex: 0 0 60% !important;
}

.flex-4\/5 {
  flex: 0 0 80% !important;
}

.flex-1\/6 {
  flex: 0 0 16.666667% !important;
}

.flex-2\/6 {
  flex: 0 0 33.333333% !important;
}

.flex-3\/6 {
  flex: 0 0 50% !important;
}

.flex-4\/6 {
  flex: 0 0 66.666667% !important;
}

.flex-5\/6 {
  flex: 0 0 83.333333% !important;
}

.basis-3xs {
  flex-basis: var(--container-3xs) !important;
}

.basis-2xs {
  flex-basis: var(--container-2xs) !important;
}

.basis-xs {
  flex-basis: var(--container-xs) !important;
}

.basis-sm {
  flex-basis: var(--container-sm) !important;
}

.basis-md {
  flex-basis: var(--container-md) !important;
}

.basis-lg {
  flex-basis: var(--container-lg) !important;
}

.basis-xl {
  flex-basis: var(--container-xl) !important;
}

.basis-2xl {
  flex-basis: var(--container-2xl) !important;
}

.basis-3xl {
  flex-basis: var(--container-3xl) !important;
}

.basis-4xl {
  flex-basis: var(--container-4xl) !important;
}

.basis-5xl {
  flex-basis: var(--container-5xl) !important;
}

.basis-6xl {
  flex-basis: var(--container-6xl) !important;
}

.basis-7xl {
  flex-basis: var(--container-7xl) !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.col-auto {
  grid-column: auto !important;
}

.col-1 {
  grid-column: 1 !important;
}

.-col-1 {
  grid-column: calc(1 * -1) !important;
}

.-col-start-1 {
  grid-column-start: calc(1 * -1) !important;
}

.-col-end-1 {
  grid-column-end: calc(1 * -1) !important;
}

.col-2 {
  grid-column: 2 !important;
}

.-col-2 {
  grid-column: calc(2 * -1) !important;
}

.-col-start-2 {
  grid-column-start: calc(2 * -1) !important;
}

.-col-end-2 {
  grid-column-end: calc(2 * -1) !important;
}

.col-3 {
  grid-column: 3 !important;
}

.-col-3 {
  grid-column: calc(3 * -1) !important;
}

.-col-start-3 {
  grid-column-start: calc(3 * -1) !important;
}

.-col-end-3 {
  grid-column-end: calc(3 * -1) !important;
}

.col-4 {
  grid-column: 4 !important;
}

.-col-4 {
  grid-column: calc(4 * -1) !important;
}

.-col-start-4 {
  grid-column-start: calc(4 * -1) !important;
}

.-col-end-4 {
  grid-column-end: calc(4 * -1) !important;
}

.col-5 {
  grid-column: 5 !important;
}

.-col-5 {
  grid-column: calc(5 * -1) !important;
}

.-col-start-5 {
  grid-column-start: calc(5 * -1) !important;
}

.-col-end-5 {
  grid-column-end: calc(5 * -1) !important;
}

.col-6 {
  grid-column: 6 !important;
}

.-col-6 {
  grid-column: calc(6 * -1) !important;
}

.-col-start-6 {
  grid-column-start: calc(6 * -1) !important;
}

.-col-end-6 {
  grid-column-end: calc(6 * -1) !important;
}

.col-7 {
  grid-column: 7 !important;
}

.-col-7 {
  grid-column: calc(7 * -1) !important;
}

.-col-start-7 {
  grid-column-start: calc(7 * -1) !important;
}

.-col-end-7 {
  grid-column-end: calc(7 * -1) !important;
}

.col-8 {
  grid-column: 8 !important;
}

.-col-8 {
  grid-column: calc(8 * -1) !important;
}

.-col-start-8 {
  grid-column-start: calc(8 * -1) !important;
}

.-col-end-8 {
  grid-column-end: calc(8 * -1) !important;
}

.col-9 {
  grid-column: 9 !important;
}

.-col-9 {
  grid-column: calc(9 * -1) !important;
}

.-col-start-9 {
  grid-column-start: calc(9 * -1) !important;
}

.-col-end-9 {
  grid-column-end: calc(9 * -1) !important;
}

.col-10 {
  grid-column: 10 !important;
}

.-col-10 {
  grid-column: calc(10 * -1) !important;
}

.-col-start-10 {
  grid-column-start: calc(10 * -1) !important;
}

.-col-end-10 {
  grid-column-end: calc(10 * -1) !important;
}

.col-11 {
  grid-column: 11 !important;
}

.-col-11 {
  grid-column: calc(11 * -1) !important;
}

.-col-start-11 {
  grid-column-start: calc(11 * -1) !important;
}

.-col-end-11 {
  grid-column-end: calc(11 * -1) !important;
}

.col-12 {
  grid-column: 12 !important;
}

.-col-12 {
  grid-column: calc(12 * -1) !important;
}

.-col-start-12 {
  grid-column-start: calc(12 * -1) !important;
}

.-col-end-12 {
  grid-column-end: calc(12 * -1) !important;
}

.row-span-full {
  grid-row: 1/-1 !important;
}

.row-start-1 {
  grid-row-start: 1 !important;
}

.-row-start-1 {
  grid-row-start: calc(1 * -1) !important;
}

.row-start-2 {
  grid-row-start: 2 !important;
}

.-row-start-2 {
  grid-row-start: calc(2 * -1) !important;
}

.row-start-3 {
  grid-row-start: 3 !important;
}

.-row-start-3 {
  grid-row-start: calc(3 * -1) !important;
}

.row-start-4 {
  grid-row-start: 4 !important;
}

.-row-start-4 {
  grid-row-start: calc(4 * -1) !important;
}

.row-start-5 {
  grid-row-start: 5 !important;
}

.-row-start-5 {
  grid-row-start: calc(5 * -1) !important;
}

.row-start-6 {
  grid-row-start: 6 !important;
}

.-row-start-6 {
  grid-row-start: calc(6 * -1) !important;
}

.row-start-7 {
  grid-row-start: 7 !important;
}

.-row-start-7 {
  grid-row-start: calc(7 * -1) !important;
}

.row-start-8 {
  grid-row-start: 8 !important;
}

.-row-start-8 {
  grid-row-start: calc(8 * -1) !important;
}

.row-start-9 {
  grid-row-start: 9 !important;
}

.-row-start-9 {
  grid-row-start: calc(9 * -1) !important;
}

.row-start-10 {
  grid-row-start: 10 !important;
}

.-row-start-10 {
  grid-row-start: calc(10 * -1) !important;
}

.row-start-11 {
  grid-row-start: 11 !important;
}

.-row-start-11 {
  grid-row-start: calc(11 * -1) !important;
}

.row-start-12 {
  grid-row-start: 12 !important;
}

.-row-start-12 {
  grid-row-start: calc(12 * -1) !important;
}

.row-start-auto {
  grid-row-start: auto !important;
}

.row-end-1 {
  grid-row-end: 1 !important;
}

.-row-end-1 {
  grid-row-end: calc(1 * -1) !important;
}

.row-end-2 {
  grid-row-end: 2 !important;
}

.-row-end-2 {
  grid-row-end: calc(2 * -1) !important;
}

.row-end-3 {
  grid-row-end: 3 !important;
}

.-row-end-3 {
  grid-row-end: calc(3 * -1) !important;
}

.row-end-4 {
  grid-row-end: 4 !important;
}

.-row-end-4 {
  grid-row-end: calc(4 * -1) !important;
}

.row-end-5 {
  grid-row-end: 5 !important;
}

.-row-end-5 {
  grid-row-end: calc(5 * -1) !important;
}

.row-end-6 {
  grid-row-end: 6 !important;
}

.-row-end-6 {
  grid-row-end: calc(6 * -1) !important;
}

.row-end-7 {
  grid-row-end: 7 !important;
}

.-row-end-7 {
  grid-row-end: calc(7 * -1) !important;
}

.row-end-8 {
  grid-row-end: 8 !important;
}

.-row-end-8 {
  grid-row-end: calc(8 * -1) !important;
}

.row-end-9 {
  grid-row-end: 9 !important;
}

.-row-end-9 {
  grid-row-end: calc(9 * -1) !important;
}

.row-end-10 {
  grid-row-end: 10 !important;
}

.-row-end-10 {
  grid-row-end: calc(10 * -1) !important;
}

.row-end-11 {
  grid-row-end: 11 !important;
}

.-row-end-11 {
  grid-row-end: calc(11 * -1) !important;
}

.row-end-12 {
  grid-row-end: 12 !important;
}

.-row-end-12 {
  grid-row-end: calc(12 * -1) !important;
}

.row-end-auto {
  grid-row-end: auto !important;
}

.row-auto {
  grid-row: auto !important;
}

.row-1 {
  grid-row: 1 !important;
}

.-row-1 {
  grid-row: calc(1 * -1) !important;
}

.row-2 {
  grid-row: 2 !important;
}

.-row-2 {
  grid-row: calc(2 * -1) !important;
}

.row-3 {
  grid-row: 3 !important;
}

.-row-3 {
  grid-row: calc(3 * -1) !important;
}

.row-4 {
  grid-row: 4 !important;
}

.-row-4 {
  grid-row: calc(4 * -1) !important;
}

.row-5 {
  grid-row: 5 !important;
}

.-row-5 {
  grid-row: calc(5 * -1) !important;
}

.row-6 {
  grid-row: 6 !important;
}

.-row-6 {
  grid-row: calc(6 * -1) !important;
}

.row-7 {
  grid-row: 7 !important;
}

.-row-7 {
  grid-row: calc(7 * -1) !important;
}

.row-8 {
  grid-row: 8 !important;
}

.-row-8 {
  grid-row: calc(8 * -1) !important;
}

.row-9 {
  grid-row: 9 !important;
}

.-row-9 {
  grid-row: calc(9 * -1) !important;
}

.row-10 {
  grid-row: 10 !important;
}

.-row-10 {
  grid-row: calc(10 * -1) !important;
}

.row-11 {
  grid-row: 11 !important;
}

.-row-11 {
  grid-row: calc(11 * -1) !important;
}

.row-12 {
  grid-row: 12 !important;
}

.-row-12 {
  grid-row: calc(12 * -1) !important;
}

.grid-flow-row {
  grid-auto-flow: row !important;
}

.grid-flow-col {
  grid-auto-flow: column !important;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense !important;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense !important;
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.grid-rows-7 {
  grid-template-rows: repeat(7, minmax(0, 1fr));
}

.grid-rows-8 {
  grid-template-rows: repeat(8, minmax(0, 1fr));
}

.grid-rows-9 {
  grid-template-rows: repeat(9, minmax(0, 1fr));
}

.grid-rows-10 {
  grid-template-rows: repeat(10, minmax(0, 1fr));
}

.grid-rows-11 {
  grid-template-rows: repeat(11, minmax(0, 1fr));
}

.grid-rows-12 {
  grid-template-rows: repeat(12, minmax(0, 1fr));
}

.grid-rows-none {
  grid-template-rows: none !important;
}

.grid-rows-subgrid {
  grid-template-rows: subgrid !important;
}

.justify-items-start {
  justify-items: start !important;
}

.justify-items-end {
  justify-items: end !important;
}

.justify-items-end-safe {
  justify-items: safe end !important;
}

.justify-items-center {
  justify-items: center !important;
}

.justify-items-center-safe {
  justify-items: safe center !important;
}

.justify-items-stretch {
  justify-items: stretch !important;
}

.justify-items-normal {
  justify-items: normal !important;
}

ul,
ol {
  padding-left: 2.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

ul {
  list-style-type: disc;
  list-style-position: inside;
}

ol {
  list-style-type: decimal;
  list-style-position: inside;
}

li {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.list-none {
  list-style-type: none;
}

.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.btn-primary {
  background-color: #00A6F5;
  color: #FFFFFF;
  display: inline-block;
  padding: 5px 10px;
  min-width: 120px;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
}

.btn-secondary {
  background-color: #AC47FF;
  color: #FFFFFF;
  display: inline-block;
  padding: 5px 10px;
  min-width: 120px;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
}

.btn-danger {
  background-color: #EE4B2B;
  color: #FFFFFF;
  display: inline-block;
  padding: 5px 10px;
  min-width: 120px;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
}

.btn-success {
  background-color: #bef264;
  color: #FFFFFF;
  display: inline-block;
  padding: 5px 10px;
  min-width: 120px;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
}

.btn-info {
  background-color: #7dd3fc;
  color: #FFFFFF;
  display: inline-block;
  padding: 5px 10px;
  min-width: 120px;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
}

.btn-dark {
  background-color: #FFFFFF;
  color: #FFFFFF;
  display: inline-block;
  padding: 5px 10px;
  min-width: 120px;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
}

.btn-light {
  background-color: #000000;
  color: #FFFFFF;
  display: inline-block;
  padding: 5px 10px;
  min-width: 120px;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
}

.img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 2rem 0;
  object-fit: cover;
  border-radius: 12px;
  cursor: pointer;
  border: 2px solid theme-color(danger);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.img:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.img-avatar, .img-thumbnail {
  border: 1px solid theme-color(success);
  padding: 8px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.img-avatar:hover, .img-thumbnail:hover {
  border-color: theme-color(info);
  box-shadow: 0 6px 20px rgba(215, 215, 215, 0.5);
}

.img-avatar {
  border-radius: 50%;
  padding: 6px;
}

.img-round {
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid transparent;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  transition: transform 0.35s ease-in-out, box-shadow 0.35s ease-in-out, border-color 0.35s ease-in-out, filter 0.35s ease-in-out;
}
.img-round:hover {
  border-color: theme-color(danger);
  transform: scale(1.08) rotate(2deg);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.25);
  filter: brightness(1.05) contrast(1.05);
}

a {
  text-decoration: underline;
  color: #00A6F5;
  font-weight: 400;
}
a:hover {
  text-decoration: none;
}
a[target=_blank] {
  color: #7dd3fc;
}
a[target=_blank]:after {
  content: "↗ ";
  margin-left: 2px;
}

body {
  background-color: var(--bg-color);
  color: var(--text-color);
  border-color: var(--border-color);
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.theme-toggle {
  position: fixed;
  top: 1rem;
  right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.theme-toggle::before {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1e293b;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='5'%3E%3C/circle%3E%3Cline x1='12' y1='1' x2='12' y2='3'%3E%3C/line%3E%3Cline x1='12' y1='21' x2='12' y2='23'%3E%3C/line%3E%3Cline x1='4.22' y1='4.22' x2='5.64' y2='5.64'%3E%3C/line%3E%3Cline x1='18.36' y1='18.36' x2='19.78' y2='19.78'%3E%3C/line%3E%3Cline x1='1' y1='12' x2='3' y2='12'%3E%3C/line%3E%3Cline x1='21' y1='12' x2='23' y2='12'%3E%3C/line%3E%3Cline x1='4.22' y1='19.78' x2='5.64' y2='18.36'%3E%3C/line%3E%3Cline x1='18.36' y1='5.64' x2='19.78' y2='4.22'%3E%3C/line%3E%3C/svg%3E");
  mask-size: 100%;
  mask-position: center;
  mask-repeat: no-repeat;
}
.theme-toggle[data-theme=dark]::before {
  background: #fff;
}
.theme-toggle:hover {
  opacity: 0.7;
}

[data-theme=dark] .theme-toggle::before,
html[data-theme=dark] .theme-toggle::before {
  background: #fff;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z'%3E%3C/path%3E%3C/svg%3E");
}

.theme-toggle {
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
  padding: 0;
  vertical-align: middle;
  position: relative;
  align-items: center;
  top: 0;
  border-radius: 0.375rem;
  transition: background 0.15s;
}

.theme-toggle:hover,
.theme-toggle:focus {
  background: none;
}

.theme-toggle::before {
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme-toggle:hover::before,
.theme-toggle:focus::before {
  background: #38bdf8 !important;
}

.typography-docs {
  margin-top: 2.5rem;
  color: var(--text-color);
  font-size: 13px;
}
.typography-docs .section-subtitle {
  font-family: "Inter var", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: -0.025em;
  margin-top: 0.5rem;
  color: var(--text-color);
}
.typography-docs .section-label {
  font-family: "IBM Plex Mono", "Menlo", "Monaco", "Consolas", monospace;
  font-size: 12px;
  font-weight: 500;
  color: #a3a3a3;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0.5rem;
  display: block;
}
.typography-docs .section-desc {
  font-family: "Inter var", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #a3a3a3;
  margin-top: 1.5rem;
  margin-bottom: 0;
  letter-spacing: 0;
}
.typography-docs .docs-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 1.5rem;
  background: none;
  font-size: 13px;
  color: var(--text-color);
}
.typography-docs .docs-table th, .typography-docs .docs-table td {
  padding: 0.5rem 1.25rem 0.5rem 0;
  text-align: left;
  font-size: 13px;
  vertical-align: top;
  background: none;
  border: none;
  line-height: 1.5;
}
.typography-docs .docs-table th {
  font-family: "Inter var", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  color: #030712 !important;
  background: transparent !important;
  padding: 8px 0 8px 0 !important;
  text-align: left !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  border: none !important;
  border-bottom: 1.5px solid var(--border-color) !important;
  line-height: 1.5 !important;
}
.typography-docs .docs-table [data-theme=dark] th {
  color: #fff !important;
}
.typography-docs .docs-table tr:last-child td {
  border-bottom: 1.5px solid var(--border-color);
}
.typography-docs .docs-table .class-name,
.typography-docs .docs-table .class-name-alt,
.typography-docs .docs-table code,
.typography-docs .docs-table .code-comment {
  font-size: 12px;
  line-height: 1.5;
}
.typography-docs .docs-table .class-name {
  color: #38adfa;
  font-family: "IBM Plex Mono", "Menlo", "Monaco", "Consolas", monospace;
  font-weight: 500;
  background: none;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s;
}
.typography-docs .docs-table .class-name:hover {
  color: #0ea5e9;
}
.typography-docs .docs-table .class-name-alt {
  color: #7dd3fc;
  font-family: "IBM Plex Mono", "Menlo", "Monaco", "Consolas", monospace;
  font-style: italic;
  font-weight: 500;
  background: none;
}
.typography-docs .docs-table code {
  font-family: "IBM Plex Mono", "Menlo", "Monaco", "Consolas", monospace;
  color: #a78bfa;
  background: none;
  line-height: 1.6;
  letter-spacing: 0.01em;
  opacity: 1;
  white-space: pre-line;
}
.typography-docs .docs-table .code-comment {
  color: #a3a3a3;
  font-style: italic;
  font-family: "IBM Plex Mono", "Menlo", "Monaco", "Consolas", monospace;
}

code, pre code {
  font-family: "IBM Plex Mono", "Menlo", "Monaco", "Consolas", monospace !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #a78bfa !important;
  background: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
  letter-spacing: 0.01em !important;
  opacity: 1 !important;
  white-space: pre-line !important;
}

[data-theme=dark] .typography-docs .docs-table th,
html[data-theme=dark] .typography-docs .docs-table th {
  color: #fff !important;
}

.examples-section {
  margin-top: 3rem;
  color: var(--text-color);
}

.examples-label {
  font-family: "IBM Plex Mono", "Menlo", "Monaco", "Consolas", monospace;
  font-size: 12px;
  font-weight: 500;
  color: #a3a3a3;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  display: block;
}

.examples-title {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--text-color);
}

.examples-desc {
  color: #a3a3a3;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.examples-card, .examples-code {
  background: #f3f4f6;
  border-radius: 0.75rem;
  padding: 2rem 1.5rem;
  margin-bottom: 1.5rem;
  border: 1px solid var(--border-color);
}

.example-label, .example-row span {
  color: #18181b;
}

[data-theme=dark] .examples-card, [data-theme=dark] .examples-code, html[data-theme=dark] .examples-card, html[data-theme=dark] .examples-code {
  background: #18181b;
}

[data-theme=dark] .example-label, [data-theme=dark] .example-row span {
  color: #f1f5f9;
}

.example-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  margin-bottom: 2.5rem;
}

.example-label {
  font-size: 1rem;
  color: #a3a3a3;
  margin-bottom: 0.25rem;
}

.examples-code {
  background: #f3f4f6;
  border-radius: 0.5rem;
  padding: 1rem 1.5rem 0 1.5rem;
  color: #a3a3a3;
  font-size: 0.95rem;
  border: 1px solid var(--border-color);
  overflow-x: auto;
}

.inline-code {
  font-family: "IBM Plex Mono", "Menlo", "Monaco", "Consolas", monospace;
  color: #a78bfa;
  background: none;
  font-size: 0.95em;
}

[data-theme=dark] .examples-code,
html[data-theme=dark] .examples-code {
  background: #18181b;
}

.font-thin {
  font-weight: 100 !important;
}

.font-extralight {
  font-weight: 200 !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-extrabold {
  font-weight: 800 !important;
}

.font-black {
  font-weight: 900 !important;
}

.text-inherit {
  color: inherit !important;
}

.text-current {
  color: currentColor !important;
}

.text-transparent {
  color: transparent !important;
}

.text-black {
  color: var(--color-black, #000) !important;
}

.text-white {
  color: var(--color-white, #fff) !important;
}

.text-\[\#00BCFF\] {
  color: #00BCFF !important;
}

.text-\[\#D04EE1\] {
  color: #D04EE1 !important;
}

.text-center {
  text-align: center !important;
}

.card {
  background: var(--bg-color, #fff);
  border-radius: 0.75rem;
  border: 1px solid var(--border-color, #e5e7eb);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.04);
  padding: 2rem 1.5rem;
  transition: box-shadow 0.2s;
}

.card:hover {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
}

.card-outline {
  background: var(--bg-color, #fff);
  border-radius: 0.75rem;
  border: 2px solid var(--primary-color, #00BCFF);
  padding: 2rem 1.5rem;
}

.card-muted {
  background: var(--muted-bg, #f3f4f6);
  border-radius: 0.75rem;
  border: 1px solid var(--border-color, #e5e7eb);
  color: #6b7280;
  padding: 2rem 1.5rem;
}

[data-theme=dark] .card-muted {
  background: #18181B;
  color: #a3a3a3;
  border-color: #18181B;
}

.form {
  background: var(--bg-color, #fff);
  border-radius: 0.75rem;
  border: 1px solid var(--border-color, #e5e7eb);
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.form input,
.form select,
.form textarea {
  border: 1px solid var(--border-color, #e5e7eb);
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  background: #f3f4f6;
  color: #a3a3a3;
  transition: border-color 0.2s;
}

.form input:focus,
.form select:focus,
.form textarea:focus {
  outline: none;
  border-color: var(--primary-color, #00BCFF);
  background: #fff;
}

[data-theme=dark] .form input,
[data-theme=dark] .form input[type=text],
[data-theme=dark] .form input[type=email],
[data-theme=dark] .form input[type=password],
[data-theme=dark] .form input[type=search],
[data-theme=dark] .form select,
[data-theme=dark] .form textarea {
  background: #18181B;
  color: #f3f4f6;
  border-color: #18181B;
}

[data-theme=dark] .form input:focus,
[data-theme=dark] .form select:focus,
[data-theme=dark] .form textarea:focus {
  background: #18181b;
  border-color: #00BCFF;
}

[data-theme=dark] .form input,
[data-theme=dark] .form input[type=text],
[data-theme=dark] .form input[type=email],
[data-theme=dark] .form input[type=password],
[data-theme=dark] .form input[type=search],
[data-theme=dark] .form select,
[data-theme=dark] .form textarea {
  color: #f3f4f6 !important;
}

.table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--bg-color, #fff);
  border-radius: 0.75rem;
  overflow: hidden;
  font-size: 1rem;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.04);
}

.table th,
.table td {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--border-color, #e5e7eb);
  text-align: left;
}

.table th {
  background: var(--muted-bg, #f3f4f6);
  color: #18181b;
  font-weight: 600;
}

.table tr:last-child td {
  border-bottom: none;
}

[data-theme=dark] .table th {
  background: #18181B;
  color: #f1f5f9;
  border-color: #18181B;
}

.section-divider {
  border: none;
  border-top: 1.5px solid rgba(0, 187, 255, 0.7764705882);
  margin: 4rem 0 3rem 0;
}

[data-theme=dark] .section-divider {
  border-top-color: #A783FF;
}

.section-subtitle {
  font-family: "Inter var", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: -0.025em;
  margin-top: 0.5rem;
  color: var(--text-color);
}

.section-label {
  font-family: "IBM Plex Mono", "Menlo", "Monaco", "Consolas", monospace;
  font-size: 12px;
  font-weight: 500;
  color: #a3a3a3;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0.5rem;
  display: block;
}

.section-desc {
  font-family: "Inter var", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #a3a3a3;
  margin-top: 1.5rem;
  margin-bottom: 0;
  letter-spacing: 0;
}

.docs-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 1.5rem;
  background: none;
  font-size: 13px;
  color: var(--text-color);
}
.docs-table th, .docs-table td {
  padding: 0.5rem 1.25rem 0.5rem 0;
  text-align: left;
  font-size: 13px;
  vertical-align: top;
  background: none;
  border: none;
  line-height: 1.5;
}
.docs-table th {
  font-family: "Inter var", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  color: #030712 !important;
  background: transparent !important;
  padding: 8px 0 8px 0 !important;
  text-align: left !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  border: none !important;
  border-bottom: 1.5px solid var(--border-color) !important;
  line-height: 1.5 !important;
}
.docs-table [data-theme=dark] th,
.docs-table html[data-theme=dark] th {
  color: #fff !important;
}
.docs-table tr:last-child td {
  border-bottom: 1.5px solid var(--border-color);
}
.docs-table .class-name,
.docs-table .class-name-alt,
.docs-table code,
.docs-table .code-comment {
  font-size: 12px;
  line-height: 1.5;
}
.docs-table .class-name {
  color: #38adfa;
  font-family: "IBM Plex Mono", "Menlo", "Monaco", "Consolas", monospace;
  font-weight: 500;
  background: none;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s;
}
.docs-table .class-name:hover {
  color: #0ea5e9;
}
.docs-table .class-name-alt {
  color: #7dd3fc;
  font-family: "IBM Plex Mono", "Menlo", "Monaco", "Consolas", monospace;
  font-style: italic;
  font-weight: 500;
  background: none;
}
.docs-table code {
  font-family: "IBM Plex Mono", "Menlo", "Monaco", "Consolas", monospace;
  color: #a78bfa;
  background: none;
  line-height: 1.6;
  letter-spacing: 0.01em;
  opacity: 1;
  white-space: pre-line;
}
.docs-table .code-comment {
  color: #a3a3a3;
  font-style: italic;
  font-family: "IBM Plex Mono", "Menlo", "Monaco", "Consolas", monospace;
}

[data-theme=dark] .docs-table th,
html[data-theme=dark] .docs-table th,
.docs-table [data-theme=dark] th,
.docs-table html[data-theme=dark] th {
  color: #fff !important;
}

.examples-section {
  margin-top: 3rem;
  color: var(--text-color);
}

.examples-section-card {
  margin-top: 1rem;
  color: var(--text-color);
}

.examples-label {
  font-family: "IBM Plex Mono", "Menlo", "Monaco", "Consolas", monospace;
  font-size: 12px;
  font-weight: 500;
  color: #a3a3a3;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  display: block;
}

.examples-title {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--text-color);
}

.examples-desc {
  color: #a3a3a3;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.examples-card, .examples-code {
  background: #f3f4f6;
  border-radius: 0.75rem;
  padding: 2rem 1.5rem;
  margin-bottom: 1.5rem;
  border: 1px solid var(--border-color);
}

.example-label, .example-row span {
  color: #18181b;
}

[data-theme=dark] .examples-card, [data-theme=dark] .examples-code, html[data-theme=dark] .examples-card, html[data-theme=dark] .examples-code {
  background: #18181b;
}

[data-theme=dark] .example-label, [data-theme=dark] .example-row span {
  color: #f1f5f9;
}

.example-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  margin-bottom: 2.5rem;
}

.examples-code, pre code {
  white-space: pre;
}

.examples-code {
  font-size: 13px;
  background: #f3f4f6;
  color: #23232b;
  border-radius: 0.75rem;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  border: none;
  overflow-x: auto;
}

[data-theme=dark] .examples-code,
html[data-theme=dark] .examples-code {
  background: #18181b;
  color: #fff;
}

.example-grid-box {
  background: #b46af0;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 0.8rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  padding: 1.2rem 1rem;
  transition: background 0.2s;
}

.example-flex-direction-box {
  background: #d946ef;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 0.8rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0;
  transition: background 0.2s;
}

.example-flex-wrap-bg {
  background: #f3f4f6;
  border-radius: 1rem;
  padding: 2rem 1rem;
  position: relative;
  overflow: hidden;
}

.example-flex-wrap-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.04) 0 8px, transparent 8px 16px);
  border-radius: 1rem;
  pointer-events: none;
}

[data-theme=dark] .example-flex-wrap-bg,
html[data-theme=dark] .example-flex-wrap-bg {
  background: #181922;
}

[data-theme=dark] .example-flex-wrap-bg::before,
html[data-theme=dark] .example-flex-wrap-bg::before {
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.07) 0 8px, transparent 8px 16px);
}

.example-flex-wrap-box {
  background: #818cf8;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 0.8rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35%;
  min-width: 220px;
  height: 64px;
  transition: background 0.2s;
}

.example-flex-box {
  background: #F6339A;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 0.8rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.example-flex-none-box {
  background: rgba(246, 51, 155, 0.6901960784);
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 0.8rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0;
  transition: background 0.2s;
}

.example-grid-cell {
  background: #f7f8fa;
  border: 1px solid #e3e6ee;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

.dark .example-grid-cell,
[data-theme=dark] .example-grid-cell {
  background: #1C202A;
  border: 1px solid #272E3D;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.cursor-text {
  cursor: text;
}

.cursor-move {
  cursor: move;
}

.cursor-help {
  cursor: help;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-100 {
  opacity: 1;
}

.rounded-none {
  border-radius: 0;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-tl {
  border-top-left-radius: 0.25rem;
}

.rounded-tr {
  border-top-right-radius: 0.25rem;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem;
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-75 {
  transition-duration: 75ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

.bg-white {
  background-color: #ffffff;
}

.bg-white\/0 {
  background-color: rgba(255, 255, 255, 0);
}

.bg-white\/5 {
  background-color: rgba(255, 255, 255, 0.05);
}

.bg-white\/10 {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-white\/20 {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-white\/25 {
  background-color: rgba(255, 255, 255, 0.25);
}

.bg-white\/30 {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-white\/40 {
  background-color: rgba(255, 255, 255, 0.4);
}

.bg-white\/50 {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-white\/60 {
  background-color: rgba(255, 255, 255, 0.6);
}

.bg-white\/70 {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-white\/75 {
  background-color: rgba(255, 255, 255, 0.75);
}

.bg-white\/80 {
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-white\/90 {
  background-color: rgba(255, 255, 255, 0.9);
}

.bg-white\/95 {
  background-color: rgba(255, 255, 255, 0.95);
}

.bg-white\/100 {
  background-color: white;
}

.bg-black {
  background-color: #000000;
}

.bg-black\/0 {
  background-color: rgba(0, 0, 0, 0);
}

.bg-black\/5 {
  background-color: rgba(0, 0, 0, 0.05);
}

.bg-black\/10 {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-black\/20 {
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-black\/25 {
  background-color: rgba(0, 0, 0, 0.25);
}

.bg-black\/30 {
  background-color: rgba(0, 0, 0, 0.3);
}

.bg-black\/40 {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-black\/50 {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-black\/60 {
  background-color: rgba(0, 0, 0, 0.6);
}

.bg-black\/70 {
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-black\/75 {
  background-color: rgba(0, 0, 0, 0.75);
}

.bg-black\/80 {
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-black\/90 {
  background-color: rgba(0, 0, 0, 0.9);
}

.bg-black\/95 {
  background-color: rgba(0, 0, 0, 0.95);
}

.bg-black\/100 {
  background-color: black;
}

.bg-very-light-gray {
  background-color: #D3D3D3;
}

.bg-very-light-gray\/0 {
  background-color: rgba(211, 211, 211, 0);
}

.bg-very-light-gray\/5 {
  background-color: rgba(211, 211, 211, 0.05);
}

.bg-very-light-gray\/10 {
  background-color: rgba(211, 211, 211, 0.1);
}

.bg-very-light-gray\/20 {
  background-color: rgba(211, 211, 211, 0.2);
}

.bg-very-light-gray\/25 {
  background-color: rgba(211, 211, 211, 0.25);
}

.bg-very-light-gray\/30 {
  background-color: rgba(211, 211, 211, 0.3);
}

.bg-very-light-gray\/40 {
  background-color: rgba(211, 211, 211, 0.4);
}

.bg-very-light-gray\/50 {
  background-color: rgba(211, 211, 211, 0.5);
}

.bg-very-light-gray\/60 {
  background-color: rgba(211, 211, 211, 0.6);
}

.bg-very-light-gray\/70 {
  background-color: rgba(211, 211, 211, 0.7);
}

.bg-very-light-gray\/75 {
  background-color: rgba(211, 211, 211, 0.75);
}

.bg-very-light-gray\/80 {
  background-color: rgba(211, 211, 211, 0.8);
}

.bg-very-light-gray\/90 {
  background-color: rgba(211, 211, 211, 0.9);
}

.bg-very-light-gray\/95 {
  background-color: rgba(211, 211, 211, 0.95);
}

.bg-very-light-gray\/100 {
  background-color: lightgray;
}

@media (prefers-color-scheme: dark) {
  .dark\:bg-white {
    background-color: #000000;
  }
  .dark\:bg-white\/0 {
    background-color: rgba(0, 0, 0, 0);
  }
  .dark\:bg-white\/5 {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .dark\:bg-white\/10 {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .dark\:bg-white\/20 {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .dark\:bg-white\/25 {
    background-color: rgba(0, 0, 0, 0.25);
  }
  .dark\:bg-white\/30 {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .dark\:bg-white\/40 {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .dark\:bg-white\/50 {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .dark\:bg-white\/60 {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .dark\:bg-white\/70 {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .dark\:bg-white\/75 {
    background-color: rgba(0, 0, 0, 0.75);
  }
  .dark\:bg-white\/80 {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .dark\:bg-white\/90 {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .dark\:bg-white\/95 {
    background-color: rgba(0, 0, 0, 0.95);
  }
  .dark\:bg-white\/100 {
    background-color: black;
  }
  .dark\:bg-black {
    background-color: #ffffff;
  }
  .dark\:bg-black\/0 {
    background-color: rgba(255, 255, 255, 0);
  }
  .dark\:bg-black\/5 {
    background-color: rgba(255, 255, 255, 0.05);
  }
  .dark\:bg-black\/10 {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .dark\:bg-black\/20 {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .dark\:bg-black\/25 {
    background-color: rgba(255, 255, 255, 0.25);
  }
  .dark\:bg-black\/30 {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .dark\:bg-black\/40 {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .dark\:bg-black\/50 {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .dark\:bg-black\/60 {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .dark\:bg-black\/70 {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .dark\:bg-black\/75 {
    background-color: rgba(255, 255, 255, 0.75);
  }
  .dark\:bg-black\/80 {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .dark\:bg-black\/90 {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .dark\:bg-black\/95 {
    background-color: rgba(255, 255, 255, 0.95);
  }
  .dark\:bg-black\/100 {
    background-color: white;
  }
  .dark\:bg-very-light-gray {
    background-color: #D3D3D3;
  }
  .dark\:bg-very-light-gray\/0 {
    background-color: rgba(211, 211, 211, 0);
  }
  .dark\:bg-very-light-gray\/5 {
    background-color: rgba(211, 211, 211, 0.05);
  }
  .dark\:bg-very-light-gray\/10 {
    background-color: rgba(211, 211, 211, 0.1);
  }
  .dark\:bg-very-light-gray\/20 {
    background-color: rgba(211, 211, 211, 0.2);
  }
  .dark\:bg-very-light-gray\/25 {
    background-color: rgba(211, 211, 211, 0.25);
  }
  .dark\:bg-very-light-gray\/30 {
    background-color: rgba(211, 211, 211, 0.3);
  }
  .dark\:bg-very-light-gray\/40 {
    background-color: rgba(211, 211, 211, 0.4);
  }
  .dark\:bg-very-light-gray\/50 {
    background-color: rgba(211, 211, 211, 0.5);
  }
  .dark\:bg-very-light-gray\/60 {
    background-color: rgba(211, 211, 211, 0.6);
  }
  .dark\:bg-very-light-gray\/70 {
    background-color: rgba(211, 211, 211, 0.7);
  }
  .dark\:bg-very-light-gray\/75 {
    background-color: rgba(211, 211, 211, 0.75);
  }
  .dark\:bg-very-light-gray\/80 {
    background-color: rgba(211, 211, 211, 0.8);
  }
  .dark\:bg-very-light-gray\/90 {
    background-color: rgba(211, 211, 211, 0.9);
  }
  .dark\:bg-very-light-gray\/95 {
    background-color: rgba(211, 211, 211, 0.95);
  }
  .dark\:bg-very-light-gray\/100 {
    background-color: lightgray;
  }
}
.hover:hover {
  opacity: 0.75;
}

.focus:focus {
  outline: none;
  opacity: 0.75;
}

.active:active {
  opacity: 0.5;
}

.hover\:bg-white:hover {
  background-color: #ffffff !important;
}

.hover\:bg-white\/0:hover {
  background-color: rgba(255, 255, 255, 0) !important;
}

.hover\:bg-white\/5:hover {
  background-color: rgba(255, 255, 255, 0.05) !important;
}

.hover\:bg-white\/10:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.hover\:bg-white\/20:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.hover\:bg-white\/25:hover {
  background-color: rgba(255, 255, 255, 0.25) !important;
}

.hover\:bg-white\/30:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.hover\:bg-white\/40:hover {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.hover\:bg-white\/50:hover {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.hover\:bg-white\/60:hover {
  background-color: rgba(255, 255, 255, 0.6) !important;
}

.hover\:bg-white\/70:hover {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.hover\:bg-white\/75:hover {
  background-color: rgba(255, 255, 255, 0.75) !important;
}

.hover\:bg-white\/80:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.hover\:bg-white\/90:hover {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.hover\:bg-white\/95:hover {
  background-color: rgba(255, 255, 255, 0.95) !important;
}

.hover\:bg-white\/100:hover {
  background-color: white !important;
}

.hover\:bg-black:hover {
  background-color: #000000 !important;
}

.hover\:bg-black\/0:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}

.hover\:bg-black\/5:hover {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.hover\:bg-black\/10:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.hover\:bg-black\/20:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.hover\:bg-black\/25:hover {
  background-color: rgba(0, 0, 0, 0.25) !important;
}

.hover\:bg-black\/30:hover {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.hover\:bg-black\/40:hover {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

.hover\:bg-black\/50:hover {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.hover\:bg-black\/60:hover {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.hover\:bg-black\/70:hover {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.hover\:bg-black\/75:hover {
  background-color: rgba(0, 0, 0, 0.75) !important;
}

.hover\:bg-black\/80:hover {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.hover\:bg-black\/90:hover {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.hover\:bg-black\/95:hover {
  background-color: rgba(0, 0, 0, 0.95) !important;
}

.hover\:bg-black\/100:hover {
  background-color: black !important;
}

@media (prefers-color-scheme: dark) {
  .dark\:hover\:bg-white:hover {
    background-color: #000000 !important;
  }
  .dark\:hover\:bg-white\/0:hover {
    background-color: rgba(0, 0, 0, 0) !important;
  }
  .dark\:hover\:bg-white\/5:hover {
    background-color: rgba(0, 0, 0, 0.05) !important;
  }
  .dark\:hover\:bg-white\/10:hover {
    background-color: rgba(0, 0, 0, 0.1) !important;
  }
  .dark\:hover\:bg-white\/20:hover {
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
  .dark\:hover\:bg-white\/25:hover {
    background-color: rgba(0, 0, 0, 0.25) !important;
  }
  .dark\:hover\:bg-white\/30:hover {
    background-color: rgba(0, 0, 0, 0.3) !important;
  }
  .dark\:hover\:bg-white\/40:hover {
    background-color: rgba(0, 0, 0, 0.4) !important;
  }
  .dark\:hover\:bg-white\/50:hover {
    background-color: rgba(0, 0, 0, 0.5) !important;
  }
  .dark\:hover\:bg-white\/60:hover {
    background-color: rgba(0, 0, 0, 0.6) !important;
  }
  .dark\:hover\:bg-white\/70:hover {
    background-color: rgba(0, 0, 0, 0.7) !important;
  }
  .dark\:hover\:bg-white\/75:hover {
    background-color: rgba(0, 0, 0, 0.75) !important;
  }
  .dark\:hover\:bg-white\/80:hover {
    background-color: rgba(0, 0, 0, 0.8) !important;
  }
  .dark\:hover\:bg-white\/90:hover {
    background-color: rgba(0, 0, 0, 0.9) !important;
  }
  .dark\:hover\:bg-white\/95:hover {
    background-color: rgba(0, 0, 0, 0.95) !important;
  }
  .dark\:hover\:bg-white\/100:hover {
    background-color: black !important;
  }
  .dark\:hover\:bg-black:hover {
    background-color: #ffffff !important;
  }
  .dark\:hover\:bg-black\/0:hover {
    background-color: rgba(255, 255, 255, 0) !important;
  }
  .dark\:hover\:bg-black\/5:hover {
    background-color: rgba(255, 255, 255, 0.05) !important;
  }
  .dark\:hover\:bg-black\/10:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
  }
  .dark\:hover\:bg-black\/20:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
  }
  .dark\:hover\:bg-black\/25:hover {
    background-color: rgba(255, 255, 255, 0.25) !important;
  }
  .dark\:hover\:bg-black\/30:hover {
    background-color: rgba(255, 255, 255, 0.3) !important;
  }
  .dark\:hover\:bg-black\/40:hover {
    background-color: rgba(255, 255, 255, 0.4) !important;
  }
  .dark\:hover\:bg-black\/50:hover {
    background-color: rgba(255, 255, 255, 0.5) !important;
  }
  .dark\:hover\:bg-black\/60:hover {
    background-color: rgba(255, 255, 255, 0.6) !important;
  }
  .dark\:hover\:bg-black\/70:hover {
    background-color: rgba(255, 255, 255, 0.7) !important;
  }
  .dark\:hover\:bg-black\/75:hover {
    background-color: rgba(255, 255, 255, 0.75) !important;
  }
  .dark\:hover\:bg-black\/80:hover {
    background-color: rgba(255, 255, 255, 0.8) !important;
  }
  .dark\:hover\:bg-black\/90:hover {
    background-color: rgba(255, 255, 255, 0.9) !important;
  }
  .dark\:hover\:bg-black\/95:hover {
    background-color: rgba(255, 255, 255, 0.95) !important;
  }
  .dark\:hover\:bg-black\/100:hover {
    background-color: white !important;
  }
}
.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-auto {
  z-index: auto;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

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

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.resize-none {
  resize: none;
}

.resize {
  resize: both;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  text-decoration: none;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.text-clip {
  text-overflow: clip;
}

.hover-bg:hover {
  background-color: #F3F4F6 !important;
}

[data-theme=dark] .hover-bg:hover {
  background-color: #18181B !important;
}

.bg-opacity-0 {
  --bg-opacity: 0 !important;
}

.bg-opacity-5 {
  --bg-opacity: 0.05 !important;
}

.bg-opacity-10 {
  --bg-opacity: 0.10 !important;
}

.bg-opacity-20 {
  --bg-opacity: 0.20 !important;
}

.bg-opacity-25 {
  --bg-opacity: 0.25 !important;
}

.bg-opacity-30 {
  --bg-opacity: 0.30 !important;
}

.bg-opacity-40 {
  --bg-opacity: 0.40 !important;
}

.bg-opacity-50 {
  --bg-opacity: 0.50 !important;
}

.bg-opacity-60 {
  --bg-opacity: 0.60 !important;
}

.bg-opacity-70 {
  --bg-opacity: 0.70 !important;
}

.bg-opacity-75 {
  --bg-opacity: 0.75 !important;
}

.bg-opacity-80 {
  --bg-opacity: 0.80 !important;
}

.bg-opacity-90 {
  --bg-opacity: 0.90 !important;
}

.bg-opacity-95 {
  --bg-opacity: 0.95 !important;
}

.bg-opacity-100 {
  --bg-opacity: 1 !important;
}

.box-border {
  box-sizing: border-box !important;
}

.box-content {
  box-sizing: content-box !important;
}

/*# sourceMappingURL=style.css.map */
