*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.btn,
    .filled-btn {
  display: block;
  font-size: 1rem;
  padding: 0.75em 0.8rem;
  border-radius: 0.25rem;
  text-align: center;
  line-height: 1rem;
  cursor: pointer;
}

.filled-btn {
  background-color: var(--primary);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: inset 0 -10px 20px var(--dark-primary);
  --tw-shadow-colored: inset 0 -10px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.filled-btn:hover {
  --tw-shadow: inset 0 0 0 -10px var(--dark-primary);
  --tw-shadow-colored: inset 0 0 0 -10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.filled-btn:disabled {
  box-shadow: none;
  background-color: var(--outline);
  color: var(--darkOnBackground);
  opacity: 0.7;
  cursor: default;
}

.btn {
  outline: none;
  border: none;
  background-color: transparent;
  color: var(--primary);
  &:not(:disabled):hover {
    box-shadow: 0px 0px 10px -5px black;
    color: var(--dark-primary);
    cursor: pointer;
    background-color: var(--transparent-primary);
  }
}

.btn:disabled {
  color: var(--outline);
}

.text-grow::after {
  font: inherit;
  content: attr(data-replicated-value) " ";
  white-space: pre-wrap;
  visibility: hidden;
  grid-area: 1 / 1 / 2 / 2;
}

.text-grow-gridarea {
  font: inherit;
  grid-area: 1 / 1 / 2 / 2;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-bottom-4 {
  bottom: -1rem;
}

.-right-4 {
  right: -1rem;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.z-10 {
  z-index: 10;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[5\] {
  z-index: 5;
}

.m-auto {
  margin: auto;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

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

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-4 {
  margin-top: 1rem;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.size-16 {
  width: 4rem;
  height: 4rem;
}

.size-60 {
  width: 15rem;
  height: 15rem;
}

.size-full {
  width: 100%;
  height: 100%;
}

.h-0 {
  height: 0px;
}

.h-14 {
  height: 3.5rem;
}

.h-52 {
  height: 13rem;
}

.h-\[var\(--headerSize\)\] {
  height: var(--headerSize);
}

.h-full {
  height: 100%;
}

.max-h-32 {
  max-height: 8rem;
}

.max-h-52 {
  max-height: 13rem;
}

.max-h-\[3rem\] {
  max-height: 3rem;
}

.min-h-screen {
  min-height: 100vh;
}

.w-52 {
  width: 13rem;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.max-w-32 {
  max-width: 8rem;
}

.max-w-52 {
  max-width: 13rem;
}

.max-w-56 {
  max-width: 14rem;
}

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

.max-w-96 {
  max-width: 24rem;
}

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

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

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

.flex-grow-\[3\] {
  flex-grow: 3;
}

@keyframes errorAppear {
  0% {
    padding: 0 30px;
    height: 0;
  }

  5% {
    padding: 0.5rem 30px;
    height: 2.5rem;
  }

  95% {
    padding: 0.5rem 30px;
    height: 2.5rem;
  }

  100% {
    padding: 0 30px;
    height: 0;
  }
}

.animate-errorAppear {
  animation: errorAppear 4s;
}

@keyframes imageBounce {
  0% {
    transform: rotate(2deg);
  }

  50% {
    transform: rotate(-2deg) scale(1.05);
  }

  100% {
    transform: rotate(2deg);
  }
}

.animate-imageBounce {
  animation: imageBounce 3s infinite ease-in-out;
}

.resize-none {
  resize: none;
}

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

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

.rounded-nm {
  border-radius: 0.25rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-b-\[1px\] {
  border-bottom-width: 1px;
}

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

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

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

.border-b-outline {
  border-bottom-color: var(--outline);
}

.border-t-outline {
  border-top-color: var(--outline);
}

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

.bg-inherit {
  background-color: inherit;
}

.bg-radiationGreen {
  --tw-bg-opacity: 1;
  background-color: rgb(96 180 17 / var(--tw-bg-opacity, 1));
}

.bg-slate-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-errorGradient {
  background-image: linear-gradient(rgb(255, 0, 0), rgb(224, 45, 0));
}

.bg-primaryGradient {
  background-image: linear-gradient(var(--primary),var(--dark-primary));
}

.bg-\[length\:3rem\] {
  background-size: 3rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

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

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[0\.8rem\] {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

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

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

.pt-20 {
  padding-top: 5rem;
}

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

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

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

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

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

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

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

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

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

.italic {
  font-style: italic;
}

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

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

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

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.\!shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

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

.outline-2 {
  outline-width: 2px;
}

.outline-outline {
  outline-color: var(--outline);
}

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

.outline-red-600 {
  outline-color: #dc2626;
}

.grayscale-\[1\] {
  --tw-grayscale: grayscale(1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

* {
  box-sizing: border-box;
}

:root {
  --background: white;
  --foreground: #E5E5ED;
  --primary: #4d7dff;
  --dark-primary: #3c55e6;
  --transparent-primary: #5c74ff2d;
  --outline: #0000002d;
  --onBackground: #1d1f20;
  --headerSize: 65px;
  --headerPadding: 1rem;
  --background-primary: #e5e9ff;
  --darkBackground: #2a2a2d;
  --darkOnBackground: #f5fafd;
  --darkOutline: #ffffff2d;
}

body.dark {
  --background: #2a2a2d;
  --onBackground: #f5fafd;
  --outline: #ffffff2d;
  --background-primary: #31354e;
  --foreground: black;
  --dark-foreground: #19191b;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  background-color: var(--background);
  color: var(--onBackground);
  margin: 0;
}

hr {
  border: none;
  border-bottom: 1px solid var(--outline);
}

::-webkit-scrollbar {
  width: .75rem;
  height: .75rem;
}

@media (hover: none), (-moz-touch-enabled: 1), (pointer: coarse) {
  ::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}

/* Track */

body.dark ::-webkit-scrollbar-track {
  background: #3a3a3a;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #88888870;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #55555570;
}

::-webkit-scrollbar-thumb:active {
  background: #4444449a;
}

.\*\:w-full > * {
  width: 100%;
}

.\*\:flex-grow > * {
  flex-grow: 1;
}

.\*\:basis-32 > * {
  flex-basis: 8rem;
}

.\*\:border-b-2 > * {
  border-bottom-width: 2px;
}

.\*\:border-b-outline > * {
  border-bottom-color: var(--outline);
}

.\*\:py-1 > * {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.\*\:text-center > * {
  text-align: center;
}

.placeholder\:text-outline::-moz-placeholder {
  color: var(--outline);
}

.placeholder\:text-outline::placeholder {
  color: var(--outline);
}

.placeholder\:text-transparent::-moz-placeholder {
  color: transparent;
}

.placeholder\:text-transparent::placeholder {
  color: transparent;
}

.before\:pointer-events-none::before {
  content: var(--tw-content);
  pointer-events: none;
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:-top-3::before {
  content: var(--tw-content);
  top: -0.75rem;
}

.before\:left-1::before {
  content: var(--tw-content);
  left: 0.25rem;
}

.before\:z-\[1\]::before {
  content: var(--tw-content);
  z-index: 1;
}

.before\:block::before {
  content: var(--tw-content);
  display: block;
}

.before\:w-fit::before {
  content: var(--tw-content);
  width: -moz-fit-content;
  width: fit-content;
}

.before\:rounded-2xl::before {
  content: var(--tw-content);
  border-radius: 1rem;
}

.before\:bg-inherit::before {
  content: var(--tw-content);
  background-color: inherit;
}

.before\:bg-white::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.before\:px-2::before {
  content: var(--tw-content);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.before\:font-mono::before {
  content: var(--tw-content);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.before\:text-\[length\:0\.9rem\]::before {
  content: var(--tw-content);
  font-size: 0.9rem;
}

.before\:text-inherit::before {
  content: var(--tw-content);
  color: inherit;
}

.before\:content-\[attr\(placeholder\)\]::before {
  --tw-content: attr(placeholder);
  content: var(--tw-content);
}

.before\:\[transition\:top_\.1s\]::before {
  content: var(--tw-content);
  transition: top .1s;
}

.last\:border-\[transparent\]:last-child {
  border-color: transparent;
}

.hover\:border-b-transparentPrimary:hover {
  border-bottom-color: var(--transparent-primary);
}

.hover\:\!bg-transparent:hover {
  background-color: transparent !important;
}

.hover\:bg-darkPrimary:hover {
  background-color: var(--dark-primary);
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:outline-none:hover {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.hover\:\[background-image\:none\]:hover {
  background-image: none;
}

.focus\:outline-2:focus {
  outline-width: 2px;
}

.focus\:outline-primary:focus {
  outline-color: var(--primary);
}

.focus\:\[transition\:\.1s_outline-color\]:focus {
  transition: .1s outline-color;
}

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

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

.peer\/email:checked ~ .peer-checked\/email\:border-b-primary {
  border-bottom-color: var(--primary);
}

.peer\/name:checked ~ .peer-checked\/name\:border-b-primary {
  border-bottom-color: var(--primary);
}

.peer\/email:checked ~ .peer-checked\/email\:text-primary {
  color: var(--primary);
}

.peer\/name:checked ~ .peer-checked\/name\:text-primary {
  color: var(--primary);
}

.peer[error="true"] ~ .before\:peer-\[\[error\=\"true\"\]\]\:bg-white::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.has-\[\:-moz-placeholder-shown\:focus\]\:before\:-top-3:has(:-moz-placeholder-shown:focus)::before {
  content: var(--tw-content);
  top: -0.75rem;
}

.has-\[\:placeholder-shown\:focus\]\:before\:-top-3:has(:placeholder-shown:focus)::before {
  content: var(--tw-content);
  top: -0.75rem;
}

.has-\[\:-moz-placeholder-shown\]\:before\:top-\[0\.8rem\]:has(:-moz-placeholder-shown)::before {
  content: var(--tw-content);
  top: 0.8rem;
}

.has-\[\:placeholder-shown\]\:before\:top-\[0\.8rem\]:has(:placeholder-shown)::before {
  content: var(--tw-content);
  top: 0.8rem;
}

@media (min-width: 640px) {
  .sm\:pointer-events-none {
    pointer-events: none;
  }

  .sm\:sticky {
    position: sticky;
  }

  .sm\:ml-\[20px\] {
    margin-left: 20px;
  }

  .sm\:h-\[var\(--headerSize\)\] {
    height: var(--headerSize);
  }

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

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

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

  .sm\:border-x-\[1px\] {
    border-left-width: 1px;
    border-right-width: 1px;
  }

  .sm\:border-\[transparent\] {
    border-color: transparent;
  }

  .sm\:border-r-outline {
    border-right-color: var(--outline);
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-\[1rem\] {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .sm\:transition-\[border\] {
    transition-property: border;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:hover\:\!border-primary:hover {
    border-color: var(--primary) !important;
  }

  .group:hover .sm\:group-hover\:border-\[transparent\] {
    border-color: transparent;
  }
}

@media (max-width: 640px) {
  .phones\:flex {
    display: flex;
  }

  .phones\:hidden {
    display: none;
  }

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

  .phones\:w-full {
    width: 100%;
  }

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

  .phones\:border-b-\[1px\] {
    border-bottom-width: 1px;
  }

  .phones\:border-none {
    border-style: none;
  }

  .phones\:border-outline {
    border-color: var(--outline);
  }

  .phones\:bg-transparent {
    background-color: transparent;
  }

  .phones\:p-4 {
    padding: 1rem;
  }

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

.\[\&\:focus\]\:outline-primary:focus {
  outline-color: var(--primary);
}

.\[\&\:focus\]\:\[transition\:\.1s_outline-color\]:focus {
  transition: .1s outline-color;
}

.\[\&\[error\=\"true\"\]\]\:outline-red-600[error="true"] {
  outline-color: #dc2626;
}

.\[\&_input\:focus\]\:outline-2 input:focus {
  outline-width: 2px;
}