@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@300;400;500;600;700;800&display=swap');

*, ::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: var(--font-sans);
  /* 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;
}

:root {
  /* Forcing a dark corporate theme by default on root */
  --background: 222 47% 11%;
  /* slate-950 slightly tinted */
  --foreground: 210 40% 98%;
  --card: 222 47% 11%;
  --card-foreground: 210 40% 98%;
  --popover: 222 47% 11%;
  --popover-foreground: 210 40% 98%;
  --primary: 199 89% 48%;
  /* Electric Cyan/Blue */
  --primary-foreground: 222 47% 11%;
  --secondary: 217 33% 17%;
  --secondary-foreground: 210 40% 98%;
  --muted: 217 33% 17%;
  --muted-foreground: 215 20.2% 65.1%;
  --accent: 217 33% 17%;
  --accent-foreground: 210 40% 98%;
  --destructive: 0 62.8% 30.6%;
  --destructive-foreground: 210 40% 98%;
  --border: 217 33% 17%;
  --input: 217 33% 17%;
  --ring: 199 89% 48%;
  --radius: 0.5rem;
  --font-sans: 'Inter', sans-serif;
  --font-display: 'Outfit', sans-serif;
}

body{
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body *::-moz-selection{
  background-color: hsl(var(--primary) / 0.3);
  color: hsl(var(--primary-foreground));
}

body *::selection{
  background-color: hsl(var(--primary) / 0.3);
  color: hsl(var(--primary-foreground));
}

body::-moz-selection{
  background-color: hsl(var(--primary) / 0.3);
  color: hsl(var(--primary-foreground));
}

body::selection{
  background-color: hsl(var(--primary) / 0.3);
  color: hsl(var(--primary-foreground));
}

body {
  font-family: var(--font-sans);
  /* Subtle grain texture for premium feel */
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.02'/%3E%3C/svg%3E");
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  letter-spacing: -0.025em;
}

.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}

.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose-invert{
  --tw-prose-body: var(--tw-prose-invert-body);
  --tw-prose-headings: var(--tw-prose-invert-headings);
  --tw-prose-lead: var(--tw-prose-invert-lead);
  --tw-prose-links: var(--tw-prose-invert-links);
  --tw-prose-bold: var(--tw-prose-invert-bold);
  --tw-prose-counters: var(--tw-prose-invert-counters);
  --tw-prose-bullets: var(--tw-prose-invert-bullets);
  --tw-prose-hr: var(--tw-prose-invert-hr);
  --tw-prose-quotes: var(--tw-prose-invert-quotes);
  --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
  --tw-prose-captions: var(--tw-prose-invert-captions);
  --tw-prose-kbd: var(--tw-prose-invert-kbd);
  --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
  --tw-prose-code: var(--tw-prose-invert-code);
  --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
  --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
  --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
  --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
}

#replit-template-wrapper .pointer-events-none{
  pointer-events: none;
}

#replit-template-wrapper .invisible{
  visibility: hidden;
}

#replit-template-wrapper .static{
  position: static;
}

#replit-template-wrapper .fixed{
  position: fixed;
}

#replit-template-wrapper .absolute{
  position: absolute;
}

#replit-template-wrapper .relative{
  position: relative;
}

#replit-template-wrapper .left-0{
  left: 0px;
}

#replit-template-wrapper .left-1\/2{
  left: 50%;
}

#replit-template-wrapper .right-0{
  right: 0px;
}

#replit-template-wrapper .top-0{
  top: 0px;
}

#replit-template-wrapper .top-1\/2{
  top: 50%;
}

#replit-template-wrapper .top-20{
  top: 5rem;
}

#replit-template-wrapper .top-full{
  top: 100%;
}

#replit-template-wrapper .z-10{
  z-index: 10;
}

#replit-template-wrapper .z-20{
  z-index: 20;
}

#replit-template-wrapper .z-40{
  z-index: 40;
}

#replit-template-wrapper .z-50{
  z-index: 50;
}

#replit-template-wrapper .col-span-1{
  grid-column: span 1 / span 1;
}

#replit-template-wrapper .mx-auto{
  margin-left: auto;
  margin-right: auto;
}

#replit-template-wrapper .my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

#replit-template-wrapper .mb-1{
  margin-bottom: 0.25rem;
}

#replit-template-wrapper .mb-10{
  margin-bottom: 2.5rem;
}

#replit-template-wrapper .mb-16{
  margin-bottom: 4rem;
}

#replit-template-wrapper .mb-2{
  margin-bottom: 0.5rem;
}

#replit-template-wrapper .mb-3{
  margin-bottom: 0.75rem;
}

#replit-template-wrapper .mb-4{
  margin-bottom: 1rem;
}

#replit-template-wrapper .mb-5{
  margin-bottom: 1.25rem;
}

#replit-template-wrapper .mb-6{
  margin-bottom: 1.5rem;
}

#replit-template-wrapper .mb-8{
  margin-bottom: 2rem;
}

#replit-template-wrapper .mt-12{
  margin-top: 3rem;
}

#replit-template-wrapper .mt-16{
  margin-top: 4rem;
}

#replit-template-wrapper .mt-20{
  margin-top: 5rem;
}

#replit-template-wrapper .mt-4{
  margin-top: 1rem;
}

#replit-template-wrapper .mt-8{
  margin-top: 2rem;
}

#replit-template-wrapper .block{
  display: block;
}

#replit-template-wrapper .flex{
  display: flex;
}

#replit-template-wrapper .inline-flex{
  display: inline-flex;
}

#replit-template-wrapper .grid{
  display: grid;
}

#replit-template-wrapper .hidden{
  display: none;
}

#replit-template-wrapper .h-0\.5{
  height: 0.125rem;
}

#replit-template-wrapper .h-10{
  height: 2.5rem;
}

#replit-template-wrapper .h-11{
  height: 2.75rem;
}

#replit-template-wrapper .h-12{
  height: 3rem;
}

#replit-template-wrapper .h-20{
  height: 5rem;
}

#replit-template-wrapper .h-28{
  height: 7rem;
}

#replit-template-wrapper .h-4{
  height: 1rem;
}

#replit-template-wrapper .h-7{
  height: 1.75rem;
}

#replit-template-wrapper .h-8{
  height: 2rem;
}

#replit-template-wrapper .h-9{
  height: 2.25rem;
}

#replit-template-wrapper .h-\[500px\]{
  height: 500px;
}

#replit-template-wrapper .h-\[52px\]{
  height: 52px;
}

#replit-template-wrapper .h-\[800px\]{
  height: 800px;
}

#replit-template-wrapper .h-full{
  height: 100%;
}

#replit-template-wrapper .h-px{
  height: 1px;
}

#replit-template-wrapper .min-h-10{
  min-height: 2.5rem;
}

#replit-template-wrapper .min-h-\[70vh\]{
  min-height: 70vh;
}

#replit-template-wrapper .min-h-screen{
  min-height: 100vh;
}

#replit-template-wrapper .w-10{
  width: 2.5rem;
}

#replit-template-wrapper .w-12{
  width: 3rem;
}

#replit-template-wrapper .w-28{
  width: 7rem;
}

#replit-template-wrapper .w-4{
  width: 1rem;
}

#replit-template-wrapper .w-56{
  width: 14rem;
}

#replit-template-wrapper .w-7{
  width: 1.75rem;
}

#replit-template-wrapper .w-8{
  width: 2rem;
}

#replit-template-wrapper .w-9{
  width: 2.25rem;
}

#replit-template-wrapper .w-\[500px\]{
  width: 500px;
}

#replit-template-wrapper .w-\[800px\]{
  width: 800px;
}

#replit-template-wrapper .w-auto{
  width: auto;
}

#replit-template-wrapper .w-full{
  width: 100%;
}

#replit-template-wrapper .max-w-2xl{
  max-width: 42rem;
}

#replit-template-wrapper .max-w-3xl{
  max-width: 48rem;
}

#replit-template-wrapper .max-w-4xl{
  max-width: 56rem;
}

#replit-template-wrapper .max-w-7xl{
  max-width: 80rem;
}

#replit-template-wrapper .max-w-none{
  max-width: none;
}

#replit-template-wrapper .-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#replit-template-wrapper .-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes fadeInUp{
  0%{
    opacity: 0;
    transform: translateY(20px);
  }

  100%{
    opacity: 1;
    transform: translateY(0);
  }
}

#replit-template-wrapper .animate-fade-in-up{
  animation: fadeInUp 0.5s ease-out forwards;
}

#replit-template-wrapper .cursor-pointer{
  cursor: pointer;
}

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

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

#replit-template-wrapper .flex-col{
  flex-direction: column;
}

#replit-template-wrapper .items-center{
  align-items: center;
}

#replit-template-wrapper .justify-center{
  justify-content: center;
}

#replit-template-wrapper .justify-between{
  justify-content: space-between;
}

#replit-template-wrapper .gap-1{
  gap: 0.25rem;
}

#replit-template-wrapper .gap-1\.5{
  gap: 0.375rem;
}

#replit-template-wrapper .gap-12{
  gap: 3rem;
}

#replit-template-wrapper .gap-2{
  gap: 0.5rem;
}

#replit-template-wrapper .gap-4{
  gap: 1rem;
}

#replit-template-wrapper .gap-6{
  gap: 1.5rem;
}

#replit-template-wrapper .gap-8{
  gap: 2rem;
}

#replit-template-wrapper :is(.space-y-4 > :not([hidden]) ~ :not([hidden])){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

#replit-template-wrapper :is(.space-y-6 > :not([hidden]) ~ :not([hidden])){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

#replit-template-wrapper .overflow-hidden{
  overflow: hidden;
}

#replit-template-wrapper .whitespace-nowrap{
  white-space: nowrap;
}

#replit-template-wrapper .rounded-2xl{
  border-radius: 1rem;
}

#replit-template-wrapper .rounded-3xl{
  border-radius: 1.5rem;
}

#replit-template-wrapper .rounded-full{
  border-radius: 9999px;
}

#replit-template-wrapper .rounded-lg{
  border-radius: 0.5rem;
}

#replit-template-wrapper .rounded-md{
  border-radius: 0.375rem;
}

#replit-template-wrapper .rounded-xl{
  border-radius: 0.75rem;
}

#replit-template-wrapper .border{
  border-width: 1px;
}

#replit-template-wrapper .border-b{
  border-bottom-width: 1px;
}

#replit-template-wrapper .border-t{
  border-top-width: 1px;
}

#replit-template-wrapper .border-primary\/20{
  border-color: hsl(var(--primary) / 0.2);
}

#replit-template-wrapper .border-primary\/30{
  border-color: hsl(var(--primary) / 0.3);
}

#replit-template-wrapper .border-transparent{
  border-color: transparent;
}

#replit-template-wrapper .border-white\/10{
  border-color: rgb(255 255 255 / 0.1);
}

#replit-template-wrapper .border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}

#replit-template-wrapper .border-white\/5{
  border-color: rgb(255 255 255 / 0.05);
}

#replit-template-wrapper .bg-background{
  background-color: hsl(var(--background));
}

#replit-template-wrapper .bg-blue-600\/10{
  background-color: rgb(37 99 235 / 0.1);
}

#replit-template-wrapper .bg-primary{
  background-color: hsl(var(--primary));
}

#replit-template-wrapper .bg-primary\/10{
  background-color: hsl(var(--primary) / 0.1);
}

#replit-template-wrapper .bg-primary\/20{
  background-color: hsl(var(--primary) / 0.2);
}

#replit-template-wrapper .bg-primary\/40{
  background-color: hsl(var(--primary) / 0.4);
}

#replit-template-wrapper .bg-slate-900\/95{
  background-color: rgb(15 23 42 / 0.95);
}

#replit-template-wrapper .bg-slate-950\/50{
  background-color: rgb(2 6 23 / 0.5);
}

#replit-template-wrapper .bg-slate-950\/80{
  background-color: rgb(2 6 23 / 0.8);
}

#replit-template-wrapper .bg-slate-950\/95{
  background-color: rgb(2 6 23 / 0.95);
}

#replit-template-wrapper .bg-transparent{
  background-color: transparent;
}

#replit-template-wrapper .bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

#replit-template-wrapper .bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}

#replit-template-wrapper .bg-white\/5{
  background-color: rgb(255 255 255 / 0.05);
}

#replit-template-wrapper .bg-white\/\[0\.02\]{
  background-color: rgb(255 255 255 / 0.02);
}

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

#replit-template-wrapper .from-primary\/10{
  --tw-gradient-from: hsl(var(--primary) / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

#replit-template-wrapper .to-blue-600\/10{
  --tw-gradient-to: rgb(37 99 235 / 0.1) var(--tw-gradient-to-position);
}

#replit-template-wrapper .object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

#replit-template-wrapper .p-2{
  padding: 0.5rem;
}

#replit-template-wrapper .p-8{
  padding: 2rem;
}

#replit-template-wrapper .px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

#replit-template-wrapper .px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

#replit-template-wrapper .px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

#replit-template-wrapper .px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#replit-template-wrapper .px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

#replit-template-wrapper .py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

#replit-template-wrapper .py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

#replit-template-wrapper .py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#replit-template-wrapper .py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#replit-template-wrapper .py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

#replit-template-wrapper .py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

#replit-template-wrapper .py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

#replit-template-wrapper .py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

#replit-template-wrapper .pb-10{
  padding-bottom: 2.5rem;
}

#replit-template-wrapper .pb-20{
  padding-bottom: 5rem;
}

#replit-template-wrapper .pb-24{
  padding-bottom: 6rem;
}

#replit-template-wrapper .pt-2{
  padding-top: 0.5rem;
}

#replit-template-wrapper .pt-20{
  padding-top: 5rem;
}

#replit-template-wrapper .pt-32{
  padding-top: 8rem;
}

#replit-template-wrapper .text-left{
  text-align: left;
}

#replit-template-wrapper .text-center{
  text-align: center;
}

#replit-template-wrapper .font-display{
  font-family: var(--font-display);
}

#replit-template-wrapper .font-sans{
  font-family: var(--font-sans);
}

#replit-template-wrapper .text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

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

#replit-template-wrapper .text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

#replit-template-wrapper .text-5xl{
  font-size: 3rem;
  line-height: 1;
}

#replit-template-wrapper .text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

#replit-template-wrapper .text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

#replit-template-wrapper .text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#replit-template-wrapper .text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

#replit-template-wrapper .text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

#replit-template-wrapper .font-bold{
  font-weight: 700;
}

#replit-template-wrapper .font-medium{
  font-weight: 500;
}

#replit-template-wrapper .font-semibold{
  font-weight: 600;
}

#replit-template-wrapper .uppercase{
  text-transform: uppercase;
}

#replit-template-wrapper .leading-\[1\.1\]{
  line-height: 1.1;
}

#replit-template-wrapper .leading-relaxed{
  line-height: 1.625;
}

#replit-template-wrapper .leading-tight{
  line-height: 1.25;
}

#replit-template-wrapper .tracking-tight{
  letter-spacing: -0.025em;
}

#replit-template-wrapper .tracking-wider{
  letter-spacing: 0.05em;
}

#replit-template-wrapper .tracking-widest{
  letter-spacing: 0.1em;
}

#replit-template-wrapper .text-foreground{
  color: hsl(var(--foreground));
}

#replit-template-wrapper .text-muted-foreground{
  color: hsl(var(--muted-foreground));
}

#replit-template-wrapper .text-muted-foreground\/50{
  color: hsl(var(--muted-foreground) / 0.5);
}

#replit-template-wrapper .text-primary{
  color: hsl(var(--primary));
}

#replit-template-wrapper .text-primary-foreground{
  color: hsl(var(--primary-foreground));
}

#replit-template-wrapper .text-primary\/70{
  color: hsl(var(--primary) / 0.7);
}

#replit-template-wrapper .text-primary\/80{
  color: hsl(var(--primary) / 0.8);
}

#replit-template-wrapper .text-slate-900{
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

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

#replit-template-wrapper .underline{
  text-decoration-line: underline;
}

#replit-template-wrapper .underline-offset-4{
  text-underline-offset: 4px;
}

#replit-template-wrapper .antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#replit-template-wrapper .opacity-0{
  opacity: 0;
}

#replit-template-wrapper .opacity-50{
  opacity: 0.5;
}

#replit-template-wrapper .opacity-60{
  opacity: 0.6;
}

#replit-template-wrapper .shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#replit-template-wrapper .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);
}

#replit-template-wrapper .shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#replit-template-wrapper .shadow-primary\/20{
  --tw-shadow-color: hsl(var(--primary) / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

#replit-template-wrapper .blur-\[100px\]{
  --tw-blur: blur(100px);
  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);
}

#replit-template-wrapper .blur-\[120px\]{
  --tw-blur: blur(120px);
  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);
}

#replit-template-wrapper .brightness-0{
  --tw-brightness: brightness(0);
  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);
}

#replit-template-wrapper .grayscale{
  --tw-grayscale: grayscale(100%);
  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);
}

#replit-template-wrapper .invert{
  --tw-invert: invert(100%);
  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);
}

#replit-template-wrapper .backdrop-blur{
  --tw-backdrop-blur: blur(8px);
  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);
}

#replit-template-wrapper .backdrop-blur-md{
  --tw-backdrop-blur: blur(12px);
  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);
}

#replit-template-wrapper .backdrop-blur-xl{
  --tw-backdrop-blur: blur(24px);
  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);
}

#replit-template-wrapper .transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#replit-template-wrapper .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-duration: 150ms;
}

#replit-template-wrapper .transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#replit-template-wrapper .transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#replit-template-wrapper .duration-200{
  transition-duration: 200ms;
}

#replit-template-wrapper .duration-300{
  transition-duration: 300ms;
}

#replit-template-wrapper .duration-500{
  transition-duration: 500ms;
}

@keyframes enter{
  from{
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}

@keyframes exit{
  to{
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}

#replit-template-wrapper .duration-200{
  animation-duration: 200ms;
}

#replit-template-wrapper .duration-300{
  animation-duration: 300ms;
}

#replit-template-wrapper .duration-500{
  animation-duration: 500ms;
}

#replit-template-wrapper  .text-gradient{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: rgb(255 255 255 / 0.5) var(--tw-gradient-to-position);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

#replit-template-wrapper .hover\:scale-\[1\.02\]:hover{
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#replit-template-wrapper .hover\:border-primary\/30:hover{
  border-color: hsl(var(--primary) / 0.3);
}

#replit-template-wrapper .hover\:border-white\/40:hover{
  border-color: rgb(255 255 255 / 0.4);
}

#replit-template-wrapper .hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

#replit-template-wrapper .hover\:bg-primary\/90:hover{
  background-color: hsl(var(--primary) / 0.9);
}

#replit-template-wrapper .hover\:bg-white\/10:hover{
  background-color: rgb(255 255 255 / 0.1);
}

#replit-template-wrapper .hover\:bg-white\/5:hover{
  background-color: rgb(255 255 255 / 0.05);
}

#replit-template-wrapper .hover\:text-primary:hover{
  color: hsl(var(--primary));
}

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

#replit-template-wrapper .hover\:opacity-100:hover{
  opacity: 1;
}

#replit-template-wrapper .hover\:opacity-90:hover{
  opacity: 0.9;
}

#replit-template-wrapper .hover\:grayscale-0:hover{
  --tw-grayscale: grayscale(0);
  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);
}

#replit-template-wrapper .focus-visible\:outline-none:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

#replit-template-wrapper .focus-visible\:ring-1:focus-visible{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

#replit-template-wrapper .focus-visible\:ring-ring:focus-visible{
  --tw-ring-color: hsl(var(--ring));
}

#replit-template-wrapper .disabled\:pointer-events-none:disabled{
  pointer-events: none;
}

#replit-template-wrapper .disabled\:opacity-50:disabled{
  opacity: 0.5;
}

#replit-template-wrapper :is(.group\/lang:focus-within .group-focus-within\/lang\:visible){
  visibility: visible;
}

#replit-template-wrapper :is(.group\/lang:focus-within .group-focus-within\/lang\:rotate-180){
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#replit-template-wrapper :is(.group\/lang:focus-within .group-focus-within\/lang\:opacity-100){
  opacity: 1;
}

#replit-template-wrapper :is(.group\/lang:hover .group-hover\/lang\:visible){
  visibility: visible;
}

#replit-template-wrapper :is(.group\/nav:hover .group-hover\/nav\:visible){
  visibility: visible;
}

#replit-template-wrapper :is(.group\/lang:hover .group-hover\/lang\:rotate-180){
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#replit-template-wrapper :is(.group\/nav:hover .group-hover\/nav\:rotate-180){
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#replit-template-wrapper :is(.group:hover .group-hover\:scale-110){
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#replit-template-wrapper :is(.group:hover .group-hover\:border-primary\/50){
  border-color: hsl(var(--primary) / 0.5);
}

#replit-template-wrapper :is(.group:hover .group-hover\:text-primary){
  color: hsl(var(--primary));
}

#replit-template-wrapper :is(.group\/lang:hover .group-hover\/lang\:opacity-100){
  opacity: 1;
}

#replit-template-wrapper :is(.group\/nav:hover .group-hover\/nav\:opacity-100){
  opacity: 1;
}

#replit-template-wrapper :is(.group:hover .group-hover\:drop-shadow-\[0_0_8px_rgba\(0\2c 240\2c 255\2c 0\.7\)\]){
  --tw-drop-shadow: drop-shadow(0 0 8px rgba(0,240,255,0.7));
  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);
}

#replit-template-wrapper :is(.prose-h2\:mb-3 :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  margin-bottom: 0.75rem;
}

#replit-template-wrapper :is(.prose-h2\:mt-10 :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  margin-top: 2.5rem;
}

#replit-template-wrapper :is(.prose-h2\:border-b :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  border-bottom-width: 1px;
}

#replit-template-wrapper :is(.prose-h2\:border-white\/10 :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  border-color: rgb(255 255 255 / 0.1);
}

#replit-template-wrapper :is(.prose-h2\:pb-2 :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  padding-bottom: 0.5rem;
}

#replit-template-wrapper :is(.prose-h2\:text-xs :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  font-size: 0.75rem;
  line-height: 1rem;
}

#replit-template-wrapper :is(.prose-h2\:font-semibold :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  font-weight: 600;
}

#replit-template-wrapper :is(.prose-h2\:uppercase :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  text-transform: uppercase;
}

#replit-template-wrapper :is(.prose-h2\:tracking-widest :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  letter-spacing: 0.1em;
}

#replit-template-wrapper :is(.prose-h2\:text-primary\/70 :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  color: hsl(var(--primary) / 0.7);
}

#replit-template-wrapper :is(.prose-p\:text-base :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  font-size: 1rem;
  line-height: 1.5rem;
}

#replit-template-wrapper :is(.prose-p\:leading-relaxed :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  line-height: 1.625;
}

#replit-template-wrapper :is(.prose-p\:text-muted-foreground :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  color: hsl(var(--muted-foreground));
}

#replit-template-wrapper :is(.prose-a\:text-primary\/70 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  color: hsl(var(--primary) / 0.7);
}

#replit-template-wrapper :is(.hover\:prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover){
  color: hsl(var(--primary));
}

#replit-template-wrapper :is(.prose-ul\:space-y-2 :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) > :not([hidden]) ~ :not([hidden])){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

#replit-template-wrapper :is(.prose-li\:text-base :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  font-size: 1rem;
  line-height: 1.5rem;
}

#replit-template-wrapper :is(.prose-li\:text-muted-foreground :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)))){
  color: hsl(var(--muted-foreground));
}

#replit-template-wrapper :is(.prose-li\:marker\:text-primary\/50 * :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))))::marker{
  color: hsl(var(--primary) / 0.5);
}

#replit-template-wrapper :is(.prose-li\:marker\:text-primary\/50 :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))))::marker{
  color: hsl(var(--primary) / 0.5);
}

@media (min-width: 640px){
  #replit-template-wrapper .sm\:w-auto{
    width: auto;
  }

  #replit-template-wrapper .sm\:flex-row{
    flex-direction: row;
  }

  #replit-template-wrapper .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px){
  #replit-template-wrapper .md\:col-span-1{
    grid-column: span 1 / span 1;
  }

  #replit-template-wrapper .md\:flex{
    display: flex;
  }

  #replit-template-wrapper .md\:hidden{
    display: none;
  }

  #replit-template-wrapper .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #replit-template-wrapper .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  #replit-template-wrapper .md\:flex-row{
    flex-direction: row;
  }

  #replit-template-wrapper .md\:p-12{
    padding: 3rem;
  }

  #replit-template-wrapper .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  #replit-template-wrapper .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  #replit-template-wrapper .md\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }

  #replit-template-wrapper .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  #replit-template-wrapper .lg\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  #replit-template-wrapper .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #replit-template-wrapper .lg\:pt-32{
    padding-top: 8rem;
  }
}
