/*
! tailwindcss v3.4.10 | 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] {
  display: none;
}

*, ::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:  ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-5 {
  bottom: 1.25rem;
}

.left-5 {
  left: 1.25rem;
}

.right-5 {
  right: 1.25rem;
}

.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;
}

.ms-2 {
  margin-inline-start: 0.5rem;
}

.ms-3 {
  margin-inline-start: 0.75rem;
}

.ms-4 {
  margin-inline-start: 1rem;
}

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

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

.mt-3 {
  margin-top: 0.75rem;
}

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

.mt-6 {
  margin-top: 1.5rem;
}

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

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.h-2 {
  height: 0.5rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

.w-20 {
  width: 5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-9 {
  width: 2.25rem;
}

.w-\[40\%\] {
  width: 40%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

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

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

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

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

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

.rounded-md {
  border-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

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

.border-neutral-700 {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.border-orange-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity));
}

.border-violet-200 {
  --tw-border-opacity: 1;
  border-color: rgb(221 214 254 / var(--tw-border-opacity));
}

.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}

.bg-neutral-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}

.bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
}

.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}

.bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity));
}

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

.bg-violet-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity));
}

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

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.from-violet-200 {
  --tw-gradient-from: #ddd6fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-fuchsia-200 {
  --tw-gradient-to: #f5d0fe var(--tw-gradient-to-position);
}

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

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.font-normal {
  font-weight: 400;
}

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.leading-tight {
  line-height: 1.25;
}

.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-slate-950 {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity));
}

.text-stone-950 {
  --tw-text-opacity: 1;
  color: rgb(12 10 9 / var(--tw-text-opacity));
}

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

.opacity-100 {
  opacity: 1;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  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);
}

.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

/* Variables */

:root {
  --white: hsl(100, 100%, 100%);
  --neutral-100: hsl(20, 10%, 97%);
  --neutral-200: hsl(20, 10%, 92%);
  --neutral-300: hsl(20, 10%, 80%);
  --neutral-400: hsl(20, 10%, 65%);
  --neutral-500: hsl(20, 10%, 55%);
  --neutral-600: hsl(20, 10%, 40%);
  --neutral-700: hsl(20, 10%, 25%);
  --neutral-800: hsl(20, 10%, 17%);
  --neutral-900: hsl(20, 10%, 10%);
  --accent-500: hsl(20, 83%, 65%);
  --accent-600: hsl(20, 83%, 55%);
  --notification: hsl(335, 85%, 60%);
  --error-100: hsl(357, 77%, 95%);
  --error-500: hsl(0, 71%, 53%);
  --error-600: hsl(0, 70%, 42%);
  --text-0: 0.625rem;
  --text-1: 0.75rem;
  --text-2: 0.875rem;
  --text-3: 1rem;
  --text-4: 1.125rem;
  --text-5: 1.25rem;
  --text-6: 1.5rem;
  --text-7: 1.875rem;
  --text-8: 2.25rem;
  --text-9: 3rem;
  --text-10: 4.5rem;
  --spacing-1: 0.25rem;
  --spacing-2: 0.5rem;
  --spacing-3: 0.75rem;
  --spacing-4: 1rem;
  --spacing-5: 1.5rem;
  --spacing-6: 2rem;
  --spacing-7: 3rem;
  --spacing-8: 4rem;
  --spacing-9: 6rem;
  --spacing-10: 8rem;
  --spacing-11: 12rem;
  --spacing-12: 16rem;
  --spacing-13: 24rem;
  --spacing-14: 32rem;
  --spacing-15: 40rem;
  --spacing-16: 48rem;
  --shadow-black: rgba(0, 0, 0, 0.1);
  --shadow-white: rgba(255, 255, 255, 0.15);
}

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

html {
  font-size: 12px;
}

@media (min-width: 400px) {
  html {
    font-size: 14px;
  }
}

@media (min-width: 600px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 1000px) {
  html {
    font-size: 20px;
  }
}

@media (min-width: 1400px) {
  html {
    font-size: 24px;
  }
}

@media (min-width: 1800px) {
  html {
    font-size: 28px;
  }
}

@media (min-width: 2200px) {
  html {
    font-size: 32px;
  }
}

@media (min-width: 2600px) {
  html {
    font-size: 36px;
  }
}

@media (min-width: 3000px) {
  html {
    font-size: 40px;
  }
}

@media (min-width: 3400px) {
  html {
    font-size: 44px;
  }
}

@media (min-width: 3800px) {
  html {
    font-size: 48px;
  }
}

body {
  margin: 0;
  font-size: 1rem;
  background-color: var(--neutral-200);
}

/* Typography */

@font-face {
  font-family: "Manrope";

  src: url(/fonts/Manrope.ttf);
}

a,
a:link,
a:visited,
a:hover {
  text-decoration: none;
  color: var(--neutral-600);
}

body,
input,
button {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  color: var(--neutral-700);
  font-size: 1rem;
}

h1 {
  color: var(--neutral-900);
  font-size: var(--text-6);
  margin-bottom: var(--spacing-4);
}

p {
  margin: 0;
}

/* Shadows */

.drop-shadow-1 {
  box-shadow: 0 0.06rem 0.2rem var(--shadow-black);
}

.drop-shadow-2 {
  box-shadow: 0 0.25rem 0.4rem var(--shadow-black);
}

.drop-shadow-3 {
  box-shadow: 0 0.4rem 1remx var(--shadow-black);
}

.drop-shadow-4 {
  box-shadow: 0 0.75rem 1.5rem var(--shadow-black);
}

.drop-shadow-5 {
  box-shadow: 0 1rem 2rem var(--shadow-black);
}

.inset-shadow-1 {
  box-shadow: inset 0 -0.125rem var(--shadow-white);
  box-shadow: inset 0 0.125rem 0.125rem var(--shadow-black);
}

/* Utility Classes */

.hidden {
  display: none !important;
}

.d-none {
  display: none;
}

/* Layout */

.container {
  padding: var(--spacing-6);
  margin: 0 auto var(--spacing-10) auto;
  min-height: 90dvh;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1400px) {
  .container {
    max-width: 50vw;
  }
}

/* Forms, Inputs and Buttons*/

label {
  margin-top: var(--spacing-4);
  margin-bottom: var(--spacing-1);
  font-size: var(--text-1);
  color: var(--neutral-600);
  font-weight: 500;
}

form {
  display: flex;
  flex-direction: column;
}

input,
button,
textarea {
  padding: var(--spacing-2);
}

input,
.btn-input,
.div-input,
textarea {
  border-radius: var(--spacing-2);
  border: 0.06rem solid var(--neutral-300);
  background-color: var(--white);
  box-shadow: inset 0 -0.125rem var(--shadow-white);
  box-shadow: inset 0 0.125rem 0.125rem var(--shadow-black);
}

button {
  cursor: pointer;
  font-weight: 700;
  border-radius: var(--spacing-2);
}

.btn-input {
  text-align: left;
  font-weight: 500;
}

.btn-dark {
  background-color: var(--neutral-800);
  color: var(--white);
  box-shadow: inset 0 0.06rem 0.2rem rgba(var(--neutral-800), 1);
  box-shadow: inset 0 0.06rem 0.2rem var(--shadow-black);
}

.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus {
  background-color: var(--neutral-900);
}

.btn-warning {
  background-color: var(--error-100);
  color: var(--error-600);
  box-shadow: 0 0.06rem 0.2rem var(--shadow-black);
  width: -moz-fit-content;
  width: fit-content;
  padding: var(--spacing-2) var(--spacing-4);
  border: 0.06rem solid var(--error-600);
}

.btn-warning:hover {
  background-color: var(--error-500);
  color: var(--white);
  border: 0.06rem solid var(--error-500);
}

.btn-danger {
  background-color: var(--error-500);
  color: var(--white);
  border: 0.06rem solid var(--error-500);
  box-shadow: 0 0.06rem 0.2rem var(--shadow-black);
  width: -moz-fit-content;
  width: fit-content;
  padding: var(--spacing-2) var(--spacing-4);
}

.btn-danger:hover {
  background-color: var(--error-600);
  border: 0.06rem solid var(--error-600);
}

#upload-image-submit {
  margin-top: var(--spacing-6);
}

#upload-image-image-container {
  width: 100%;
  /* min-height: var(--spacing-13); */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.upload-image-icon {
  width: 20%;
}

#upload-image-spinner {
  margin: 0 auto;
  width: 20%;
}

#upload-image-preview {
  margin: 0 auto;
  width: 100%;
}

.profile #upload-image-preview {
  border-radius: 100%;
  width: 6rem;
  height: 6rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin: var(--spacing-5) auto;
}

#upload-image-placeholder {
  width: 100%;
  padding: var(--spacing-10) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.update-profile-success {
  padding: var(--spacing-2);
}

.update-profile-success p {
  text-align: center;
  color: green;
}

/* Bottom Navigation */

nav {
  z-index: 999;
  padding: 0 0.75rem;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: var(--white);
  box-shadow: 0 0.06rem 0.2rem var(--shadow-black);
}

nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

nav li {
  width: 20%;
}

nav li a {
  display: block;
  height: 100%;
  padding: var(--spacing-3) 0;
  text-align: center;
  font-size: var(--text-1);
  font-weight: 500;
  border-top: 0.2rem solid var(--white);
}

nav li a svg {
  margin: 0 auto;
  color: var(--neutral-600);
  width: 1.5rem;
  height: 1.5rem;
}

.nav-active,
.nav-active:link {
  font-weight: bold;
  color: var(--accent-500);
  border-top: 0.2rem solid var(--accent-500);
}

nav li a:hover {
  border-top: 0.2rem solid var(--accent-500);
}

.nav-active svg,
.nav-active p {
  color: var(--accent-500);
}

.nav-accent-icon-bg,
.nav-accent-icon {
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-top: 0;
  width: -moz-fit-content;
  width: fit-content;
}

.nav-accent-icon svg {
  color: white;
}

.nav-accent-icon-bg {
  transform: translateY(-30%);
  margin: auto auto;
}

.nav-accent-icon {
  background-color: var(--accent-600);
  width: 4rem;
  height: 4rem;
  padding: 0;
}

.nav-accent-icon svg {
  width: 2rem;
  height: 2rem;
}

.nav-accent-icon:hover {
  border-top: 0;
  background-color: var(--accent-500);
}

/* Commmunity Screen*/

.community-card {
  width: 100%;
  background-color: var(--white);
  border-radius: var(--spacing-2);
  padding: var(--spacing-3);
  display: flex;
  align-items: center;
  gap: var(--spacing-5);
  margin: var(--spacing-4) 0;
}

.community-card img,
.app-gallery-top img,
.post-top img,
.stream-top img {
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.community-card h2 {
  color: var(--neutral-800);
  font-size: 1.3rem;
  font-weight: 600;
}

.community-card p {
  color: var(--neutral-500);
}

#logout {
  margin-top: auto;
  align-self: center;
}

/* App Gallery Screen*/

.app-gallery-container {
  display: flex;
  flex-direction: column;
  background-color: var(--white);
  border-radius: var(--spacing-4);
  border: 0.06rem solid var(--neutral-300);
}

.app-gallery-top {
  width: 100%;
  padding: var(--spacing-5);
  display: flex;
  align-items: center;
  gap: var(--spacing-5);
  z-index: 1;
  border-bottom: 0.06rem solid var(--neutral-300);
  border-top-left-radius: var(--spacing-4);
  border-top-right-radius: var(--spacing-4);
}

.app-gallery-top a {
  margin-left: auto;
  color: var(--neutral-600);
  cursor: pointer;
}

.app-gallery-top a svg {
  width: 1.5rem;
  height: 1.5rem;
}

.app-gallery-top svg:hover {
  color: var(--neutral-800);
}

.app-gallery-post-image {
  padding: var(--spacing-5);
  background-color: var(--white);
  max-height: 50vh;
  -o-object-fit: contain;
     object-fit: contain;
}

.app-gallery-container h2 {
  color: var(--neutral-800);
  font-size: 1.1rem;
  font-weight: 600;
  overflow-wrap: break-word;
}

.app-gallery-container h3 {
  color: var(--neutral-800);
  font-size: 1.4rem;
  font-weight: 600;
  overflow-wrap: break-word;
}

.app-gallery-container p {
  color: var(--neutral-500);
  overflow-wrap: break-word;
}

.app-gallery-bottom {
  padding: var(--spacing-5);
  padding-top: 0;
  border-bottom-left-radius: var(--spacing-4);
  border-bottom-right-radius: var(--spacing-4);
}

/* Posts */

.post-container {
  display: flex;
  flex-direction: column;
  background-color: var(--white);
  border-radius: var(--spacing-4);
  border: 0.06rem solid var(--neutral-300);
  margin-bottom: var(--spacing-8);
}

.post-top {
  width: 100%;
  padding: var(--spacing-5);
  display: flex;
  align-items: center;
  gap: var(--spacing-5);
  z-index: 1;
  border-bottom: 0.06rem solid var(--neutral-300);
  border-top-left-radius: var(--spacing-4);
  border-top-right-radius: var(--spacing-4);
}

.post-post-image {
  padding: var(--spacing-5);
  background-color: var(--white);
  max-height: 50vh;
  -o-object-fit: contain;
     object-fit: contain;
}

.post-container h2 {
  color: var(--neutral-800);
  font-size: 1.1rem;
  font-weight: 600;
  overflow-wrap: break-word;
}

.post-container h3 {
  color: var(--neutral-800);
  font-size: 1.4rem;
  font-weight: 600;
  overflow-wrap: break-word;
}

.post-container p {
  color: var(--neutral-500);
  overflow-wrap: break-word;
}

.post-bottom {
  padding: var(--spacing-5);
  padding-top: 0;
  border-bottom-left-radius: var(--spacing-4);
  border-bottom-right-radius: var(--spacing-4);
  overflow-wrap: break-word;
}

.post-interaction-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--spacing-5);
  margin-top: var(--spacing-2);
}

.post-interaction-row svg {
  width: 1.75rem;
  height: 1.75rem;
  cursor: pointer;
}

.post-interaction-row svg:hover {
  color: var(--accent-500);
}

.post-interaction-item {
  display: flex;
  align-content: center;
  justify-items: center;
  font-size: 1.75rem;
  line-height: 1.75rem;
  gap: var(--spacing-1);
}

.deletable {
  display: block;
}

.liked {
  color: var(--accent-500);
}

/* Modal Settings */

#modal {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto auto;
  width: 80%;
  max-width: 32rem;
  height: -moz-fit-content;
  height: fit-content;
  background-color: var(--white);
  border-radius: var(--spacing-2);
  z-index: 3;
}

.modal-top {
  display: flex;
  justify-content: space-between;
  padding: var(--spacing-5);
  border-bottom: 0.06rem solid var(--neutral-300);
}

.modal-top svg:hover {
  color: var(--accent-500);
}

#modalHeader {
  color: var(--neutral-800);
  font-size: var(--spacing-5);
}

.modal-body-text {
  padding: var(--spacing-5);
}

.modal-bottom {
  background-color: var(--neutral-100);
  padding: var(--spacing-5);
  display: flex;
  gap: var(--spacing-2);
  justify-content: flex-end;
  border-radius: 0 0 var(--spacing-2) var(--spacing-2);
}

.modal-cancel:hover {
  cursor: pointer;
  text-decoration: underline;
}

#overlay {
  z-index: 2;
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: hsla(20, 10%, 10%, 60%);
}

/* Stream Screen*/

.stream-container {
  display: flex;
  flex-direction: column;
  background-color: var(--neutral-800);
  width: 100vw;
  height: 100dvh;
  max-width: 100vw;
  max-height: 100dvh;
}

.stream-top {
  width: 100%;
  padding: var(--spacing-5);
  display: flex;
  align-items: center;
  gap: var(--spacing-5);
  z-index: 1;
  border-bottom: 0.06rem solid var(--neutral-300);
  background-color: var(--white);
  box-shadow: 0 0.06rem 0.2rem var(--shadow-black);
}

.stream-top a {
  margin-left: auto;
  color: var(--neutral-600);
  cursor: pointer;
}

.stream-top svg:hover {
  color: var(--neutral-800);
}

.stream-post-image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.stream-container h2 {
  color: var(--neutral-800);
  font-size: 1.3rem;
  font-weight: 600;
}

.stream-container h3 {
  color: var(--neutral-800);
  font-size: 1.3rem;
  font-weight: 600;
}

.stream-container p {
  font-size: 1rem;
  color: var(--neutral-600);
}

#stream-time {
  font-size: 1rem;
}

.stream-bottom {
  padding: var(--spacing-5);
  background-color: var(--white);
  border-top: 0.06rem solid var(--neutral-300);
  overflow-wrap: break-word;
}

.stream-bottom h2 {
}

.stream-bottom p {
}

@media (orientation: landscape) {
  .stream-top {
    background-color: transparent !important;
    gap: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 0;
    box-shadow: unset;
  }

  .stream-top svg {
    color: var(--white);
    filter: drop-shadow(0 0 0.2rem var(--shadow-black));
    width: 1.5rem;
    height: 1.5rem;
  }

  .stream-top svg:hover {
    color: var(--accent-500);
  }

  .stream-avatar {
    border: 0.2rem solid var(--white);
    z-index: 1;
    box-shadow: 0 0 15px var(--shadow-black);
  }

  .stream-text-wrapper {
    background-color: var(--white);
    padding: var(--spacing-1) var(--spacing-4) var(--spacing-1) var(--spacing-8);
    margin-left: -3rem;
    box-shadow: 0 0 0.3rem var(--shadow-black);
    outline: 0.06rem solid var(--neutral-300);
    border-top-right-radius: var(--spacing-4);
    border-bottom-right-radius: var(--spacing-4);
  }

  .stream-bottom {
    position: absolute;
    bottom: var(--spacing-5);
    right: var(--spacing-5);
    border-radius: var(--spacing-4);
    border: 0.1rem solid var(--neutral-300);
    max-width: 33%;
  }
}

/* OLD */

body {
  font-family: "Poppins", sans-serif;
}

.bg-glass {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    310deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.6) 100%
  );
}

#wrapperUpload {
  max-width: 500px;
}

.button:hover {
  cursor: pointer;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3);
}

.button:disabled {
  box-shadow: none;
  cursor: inherit;
  background-color: rgba(255, 255, 255, 0.4);
  color: rgba(54, 54, 54, 0.7);
}

#compressionProgress {
  width: 0%;
  z-index: 10;
  top: 0;
  left: 0;
}

.uploadCard {
  display: none;
}

.transitionWidth {
  transition: width 1s ease-out;
}

.userGallery {
  width: 20%;
  border: 25px solid white;
}

.userUpload {
  bottom: 20px;
  left: 20px;
  width: 30%;
  border: 10px solid white;
}

.userUploadImg {
  max-height: 300px;
}

.rotating-icon {
  animation: rotate 3s linear infinite;
  width: 100px;
  padding: var(--spacing-10) 0px;
}

#compressionMessage img {
  animation: rotate 3s linear infinite;
}

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

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

#login-form {
  padding: 0 12% 0 12%;
  margin: auto 0 auto 0;
}

#login-form > * {
  margin-bottom: 2em;
}

#login-form label {
  display: block;
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
  #login-form {
    padding: 0 5% 0 5%;
  }
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-orange-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(154 52 18 / var(--tw-border-opacity));
}

.focus\:border-violet-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(91 33 182 / var(--tw-border-opacity));
}

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

@media (min-width: 640px) {
  .sm\:block {
    display: block;
  }
}

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }

  .md\:w-1\/2 {
    width: 50%;
  }
}
