:root {
  --geist: 'Geist';
  --geist-mono: 'Geist Mono';
  --background: lab(96.5116% -1.09199 -3.57032);
  --foreground: lab(5.23127% -1.15929 -6.2068);
  --card: lab(100% 0 0);
  --card-foreground: lab(5.23127% -1.15929 -6.2068);
  --popover: lab(100% 0 0);
  --popover-foreground: lab(5.23127% -1.15929 -6.2068);
  --primary: lab(46.0499% 6.00439 -73.1069);
  --primary-foreground: lab(100% 0 0);
  --secondary: lab(82.9692% 9.11173 88.3435);
  --secondary-foreground: lab(13.1106% 2.39755 18.9845);
  --muted: lab(93.0316% -1.09106 -3.56977);
  --muted-foreground: lab(36.1728% -1.98329 -7.04196);
  --accent: lab(82.9692% 9.11173 88.3435);
  --accent-foreground: lab(13.1106% 2.39755 18.9845);
  --destructive: lab(45.5806% 69.4641 51.3946);
  --destructive-foreground: lab(100% 0 0);
  --border: lab(86.0595% -2.11209 -7.10241);
  --input: lab(90.7116% -1.09041 -3.56942);
  --ring: lab(46.0499% 6.00439 -73.1069);
  --chart-1: lab(46.0499% 6.00439 -73.1069);
  --chart-2: lab(82.9692% 9.11173 88.3435);
  --chart-3: lab(60.1497% -37.1891 -41.6956);
  --chart-4: lab(71.66% -2.24358 68.7821);
  --chart-5: lab(39.2214% 26.9192 -70.8472);
  --sidebar: lab(98.26% 0 0);
  --sidebar-foreground: lab(5.23127% -1.15929 -6.2068);
  --sidebar-primary: lab(46.0499% 6.00439 -73.1069);
  --sidebar-primary-foreground: lab(100% 0 0);
  --sidebar-accent: lab(82.9692% 9.11173 88.3435);
  --sidebar-accent-foreground: lab(13.1106% 2.39755 18.9845);
  --sidebar-border: lab(86.0595% -2.11209 -7.10241);
  --sidebar-ring: lab(46.0499% 6.00439 -73.1069);
}

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

*:not(dialog) {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}

body {
  anchor-name: --body;
  font-family: Geist, system-ui, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M120 0H0v120' fill='none' stroke='rgba(0%2C0%2C0%2C0.06)' stroke-width='1'/%3E%3C/svg%3E");
  background-size: 120px 120px;
  z-index: -1;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
  line-height: 1;
}

#root,
#__next {
  isolation: isolate;
}

@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/assets/fonts/geist.ttf) format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/assets/fonts/geist_mono.ttf) format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  background: var(--background);
  color: var(--foreground);
  font-family: 'Geist', 'Geist Mono';
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100vw;
  overflow-x: hidden;
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M120 0H0v120' fill='none' stroke='rgba(0%2C0%2C0%2C0.06)' stroke-width='1'/%3E%3C/svg%3E");
  background-size: 120px 120px;
  background-position: center center;
}

header {
  background: var(--primary);
  color: var(--primary-foreground);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.content-width,
main {
  max-width: 64rem;
  width: 100%;
  padding: 0 1rem;
  align-self: center;
}

main {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  flex: 1;
}

header h1 {
  font-family: var(--geist-mono);
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1;
}

header h3 {
  color: color-mix(in oklab, var(--primary-foreground) 80%, transparent);
  font-size: 1.0rem;
  line-height: 1;
}

main a {
  text-decoration: inherit;
}

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

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

.flex-1 {
  flex: 1;
}

.p-4 {
  padding: 1rem;
}

.gap-2 {
  gap: 0.5rem;
}

footer {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  align-items: center;
  justify-content: center;
  color: var(--muted-foreground);
  font-size: 0.75rem;
  margin-top: auto;
}

footer a {
  color: var(--primary);
}

.card {
  background-color: var(--card);
  border-color: var(--border);
  border-radius: .5rem;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.1) 0px 1px 2px -1px;
  overflow: hidden;
}



.flex {
  display: flex;
}

.font-semibold {
  font-weight: 600;
}

.border-primary {
  border-color: var(--primary);
}

.border-l-4 {
  border-left-style: solid;
  border-left-width: 4px;
}

.border-1 {
  border-width: 1px;
}

.border-solid {
  border-style: solid;
}

.grid {
  display: grid;
}

.gap-4 {
  gap: 1rem;
}

.bg-muted\/50 {
  background-color: color-mix(in oklab, var(--muted) 50%, transparent);
}

.bg-muted\/30 {
  background-color: color-mix(in oklab, var(--muted) 30%, transparent);
}

.bg-muted\/30-white {
  background-color: color-mix(in oklab, var(--muted) 60%, white);
}

.grid-cols-2 {
  grid-template-columns: 1fr 1fr;
}

.grid-cols-3 {
  grid-template-columns: 1fr 2fr 1fr;
}

.badge {
  display: block;
  color: var(--secondary-foreground);
  background: var(--secondary);
  font-weight: bold;
  font-size: 0.75rem;
  border-radius: 0.25rem;
}

.px-2 {
  padding-inline: 0.5rem;
}

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

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

.text-primary {
  color: var(--primary);
}

.overflow-hidden {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  overflow: hidden;
}

.td\>border-b-1 td {
  border-bottom-width: 1px;
}

.td\>p-2 td {
  padding: 0.5rem;
}

.td\>border-solid td {
  border-bottom-style: solid;
}


.border-border,
.th\>border-border th,
.td\>border-border td {
  border-color: var(--border);
}

.bg-card {
  background: var(--card);
}

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

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

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

.justify-right {
  justify-content: end;
}

.justify-left {
  justify-content: start;
}

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

.shadow-md {
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
}

.font-medium {
  font-weight: 500;
}

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

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

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

.px-4,
.th\>px-4 th,
.td\>px-4 td {
  padding-inline: 1rem;
}

.px-5 {
  padding-inline: 1.25rem;
}

.py-3,
.th\>py-3 th {
  padding-block: 0.75rem;
}

.py-2\.5 {
  padding-block: 0.625rem;
}

.bb-2 {
  border-bottom: 2px solid var(--border);
}

.bg-primary {
  background-color: var(--primary);
}

.text-primary-foreground {
  color: var(--primary-foreground);
}

.\:svg-b-16>svg,
.\>svg-16>svg {
  height: 16px;
  width: 16px;
}

.font-bold {
  font-weight: 700;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.font-extrabold {
  font-weight: 800;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

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

.font-mono {
  font-family: var(--geist-mono);
}

.py-1 {
  padding-block: 0.25rem;
}

.items-start {
  align-items: start;
}

.items-between {
  align-items: space-between;
}

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

.uppercase {
  text-transform: uppercase;
}
