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

:root {
  --background: 214 100% 97%;
  --foreground: 220 20% 15%;
  --card: 0 0% 100%;
  --card-foreground: 220 20% 15%;
  --primary: 217 91% 55%;
  --primary-foreground: 0 0% 100%;
  --secondary: 214 100% 97%;
  --secondary-foreground: 220 20% 15%;
  --muted: 214 40% 94%;
  --muted-foreground: 215 16% 47%;
  --accent: 214 100% 97%;
  --accent-foreground: 217 91% 55%;
  --destructive: 0 84% 60%;
  --destructive-foreground: 0 0% 100%;
  --border: 214 32% 91%;
  --input: 214 32% 91%;
  --ring: 217 91% 55%;
  --radius: 0.75rem;
  --success: 142 71% 45%;
  --warning: 38 92% 50%;
  --info: 217 91% 55%;
}

* {
  border-color: hsl(var(--border));
}

body {
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.admin-card {
  border-radius: 28px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
  background-color: rgb(15 23 42 / 0.9);
  --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);
  box-shadow: 0 22px 55px rgba(2, 6, 23, 0.35);
}

.admin-input {
  width: 100%;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
  background-color: rgb(2 6 23 / 0.8);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.admin-input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  --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(2px + 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);
  --tw-ring-color: rgb(59 130 246 / 0.2);
}

.admin-select {
  width: 100%;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
  background-color: rgb(2 6 23 / 0.8);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.admin-select:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  --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(2px + 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);
  --tw-ring-color: rgb(59 130 246 / 0.2);
}

.admin-textarea {
  min-height: 112px;
  width: 100%;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
  background-color: rgb(2 6 23 / 0.8);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.admin-textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  --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(2px + 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);
  --tw-ring-color: rgb(59 130 246 / 0.2);
}

.admin-label {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.admin-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.admin-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}

.admin-btn-muted {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.admin-btn-muted:hover {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.admin-btn-danger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgb(239 68 68 / 0.3);
  background-color: rgb(239 68 68 / 0.1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.admin-btn-danger:hover {
  background-color: rgb(239 68 68 / 0.2);
}

.admin-sidebar-link {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  border-radius: 1rem;
  border-width: 1px;
  border-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.admin-sidebar-link:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.admin-sidebar-link-active {
  border-color: rgb(59 130 246 / 0.4);
  background-color: rgb(59 130 246 / 0.15);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  box-shadow: inset 0 0 0 1px rgba(96, 165, 250, 0.15);
}

.admin-sidebar-panel {
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .admin-sidebar-panel {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .admin-sidebar-scroll {
    min-height: 0;
    flex: 1 1 auto;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-right: 0.25rem;
    scrollbar-width: thin;
    scrollbar-color: rgba(71, 85, 105, 0.9) rgba(15, 23, 42, 0.45);
  }

  .admin-sidebar-scroll::-webkit-scrollbar {
    width: 8px;
  }

  .admin-sidebar-scroll::-webkit-scrollbar-track {
    background: rgba(15, 23, 42, 0.45);
  }

  .admin-sidebar-scroll::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    background: rgba(71, 85, 105, 0.9);
  }
}

.admin-stat-card {
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
  background-color: rgb(15 23 42 / 0.9);
  padding: 1.25rem;
}

.admin-table-shell {
  overflow: hidden;
  min-width: 0;
  max-width: 100%;
  border-radius: 28px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(7 17 26 / var(--tw-bg-opacity, 1));
  --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);
  box-shadow: 0 24px 60px rgba(2, 8, 23, 0.45);
}

.admin-table-scroll {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

.admin-table-scroll::-webkit-scrollbar {
  height: 10px;
}

.admin-table-scroll::-webkit-scrollbar-track {
  background: rgba(15, 23, 42, 0.55);
}

.admin-table-scroll::-webkit-scrollbar-thumb {
  border-radius: 9999px;
  background: rgba(71, 85, 105, 0.95);
}

.admin-table {
  min-width: 100%;
  border-collapse: collapse;
}

.admin-table-shell-wide .admin-table-scroll {
  padding-bottom: 0.35rem;
}

.admin-table-wide {
  width: max-content;
  min-width: 1460px;
}

.admin-table thead th {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
  background-color: rgb(15 23 42 / 0.95);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.admin-table tbody td {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

.admin-table tbody tr {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.admin-table tbody tr:hover {
  background-color: rgb(15 23 42 / 0.55);
}

.admin-table tbody tr:last-child td {
  border-bottom-width: 0px;
}

.admin-table-check {
  height: 1.25rem;
  width: 1.25rem;
  border-radius: calc(var(--radius) - 2px);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.admin-table-check:focus {
  --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(2px + 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);
  --tw-ring-color: rgb(59 130 246 / 0.3);
}

.admin-table-head-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.admin-user-cell {
  display: flex;
  min-width: 220px;
  align-items: center;
  gap: 1rem;
}

.admin-user-avatar {
  display: flex;
  height: 3rem;
  width: 3rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --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);
}

.admin-user-name {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.admin-user-subtext {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.admin-gender-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
  background-color: rgb(15 23 42 / 0.8);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.admin-switch {
  position: relative;
  display: inline-flex;
  height: 2rem;
  width: 3.5rem;
  align-items: center;
  border-radius: 9999px;
  padding: 0.25rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.admin-switch[data-active="1"] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  box-shadow: inset 0 0 0 1px rgba(248, 113, 113, 0.25);
}

.admin-switch[data-active="0"] {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
  box-shadow: inset 0 0 0 1px rgba(71, 85, 105, 0.65);
}

.admin-switch-thumb {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.admin-switch[data-active="1"] .admin-switch-thumb {
  transform: translateX(24px);
}

.admin-switch[data-active="0"] .admin-switch-thumb {
  transform: translateX(0);
}

.admin-action-btn {
  display: inline-flex;
  height: 2.75rem;
  width: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  border-width: 1px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.admin-action-btn-edit {
  border-color: rgb(245 158 11 / 0.3);
  background-color: rgb(245 158 11 / 0.15);
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}

.admin-action-btn-edit:hover {
  background-color: rgb(245 158 11 / 0.25);
}

.admin-action-btn-view {
  border-color: rgb(59 130 246 / 0.3);
  background-color: rgb(59 130 246 / 0.15);
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}

.admin-action-btn-view:hover {
  background-color: rgb(59 130 246 / 0.25);
}

.admin-action-btn-lock {
  border-color: rgb(16 185 129 / 0.3);
  background-color: rgb(16 185 129 / 0.15);
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}

.admin-action-btn-lock:hover {
  background-color: rgb(16 185 129 / 0.25);
}

.admin-action-btn-delete {
  border-color: rgb(239 68 68 / 0.3);
  background-color: rgb(239 68 68 / 0.15);
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.admin-action-btn-delete:hover {
  background-color: rgb(239 68 68 / 0.25);
}

.admin-soft-panel {
  border-radius: 28px;
  border-width: 1px;
  border-color: rgb(30 41 59 / 0.9);
  background-color: rgb(2 6 23 / 0.7);
  padding: 1.5rem;
}

.admin-summary-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
  background-color: rgb(2 6 23 / 0.8);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.admin-table-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom-width: 1px;
  border-color: rgb(30 41 59 / 0.95);
  background: linear-gradient(180deg, rgba(7, 17, 26, 0.96) 0%, rgba(7, 17, 26, 0.88) 100%);
  padding: 1.5rem;
}

.admin-table-toolbar-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.admin-toolbar-select-wrap {
  position: relative;
  display: inline-flex;
  min-width: 180px;
  align-items: center;
}

.admin-toolbar-select-wrap svg {
  pointer-events: none;
  position: absolute;
  right: 1rem;
  color: rgb(100 116 139 / 0.95);
}

.admin-toolbar-select {
  min-height: 3.5rem;
  width: 100%;
  appearance: none;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgb(30 41 59 / 0.95);
  background-color: rgb(15 23 42 / 0.95);
  padding-left: 1rem;
  padding-right: 3rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(226 232 240 / 0.95);
  outline: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.admin-toolbar-select:focus {
  border-color: rgb(59 130 246 / 0.45);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.16);
}

.admin-toolbar-search {
  position: relative;
  min-width: 240px;
  width: 100%;
  max-width: 320px;
}

.admin-toolbar-search svg {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  color: rgb(148 163 184 / 0.9);
}

.admin-toolbar-search input {
  min-height: 3.5rem;
  width: 100%;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgb(30 41 59 / 0.95);
  background-color: rgb(15 23 42 / 0.92);
  padding-left: 3rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(248 250 252 / 0.95);
  outline: none;
}

.admin-toolbar-search input::placeholder {
  color: rgb(148 163 184 / 0.8);
}

.admin-toolbar-search input:focus {
  border-color: rgb(59 130 246 / 0.45);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.16);
}

.admin-toolbar-btn {
  display: inline-flex;
  min-height: 3.5rem;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgb(51 65 85 / 0.95);
  background-color: rgb(31 41 55 / 0.96);
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: rgb(248 250 252 / 0.96);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.admin-toolbar-btn:hover {
  border-color: rgb(71 85 105 / 0.95);
  background-color: rgb(51 65 85 / 0.95);
}

.admin-toolbar-btn-primary {
  border-color: rgb(239 68 68 / 0.9);
  background-color: rgb(239 68 68 / 0.96);
  color: rgb(255 255 255 / 0.98);
}

.admin-toolbar-btn-primary:hover {
  background-color: rgb(248 113 113 / 0.96);
}

.admin-toolbar-btn[disabled] {
  cursor: not-allowed;
  border-color: rgb(69 10 10 / 0.9);
  background-color: rgb(69 10 10 / 0.72);
  color: rgb(252 165 165 / 0.86);
  opacity: 0.72;
}

.admin-table-title {
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 600;
  color: rgb(255 255 255 / 0.98);
}

.admin-table-subtitle {
  margin-top: 0.35rem;
  font-size: 0.8125rem;
  line-height: 1.2rem;
  color: rgb(148 163 184 / 0.92);
}

.admin-table-meta {
  margin-top: 0.35rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(100 116 139 / 0.95);
}

.admin-table-entity {
  display: flex;
  min-width: 220px;
  align-items: center;
  gap: 1rem;
}

.admin-table-entity-media {
  display: inline-flex;
  height: 3rem;
  width: 3rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(30 41 59 / 0.9);
  background-color: rgb(15 23 42 / 0.92);
  color: rgb(255 255 255 / 0.96);
}

.admin-table-entity-media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.admin-table-stat {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: rgb(248 250 252 / 0.98);
}

.admin-table-stat-subtext {
  margin-top: 0.35rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(148 163 184 / 0.88);
}

.admin-table-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.admin-record-detail {
  display: none;
  scroll-margin-top: 1.5rem;
}

.admin-record-detail:target {
  display: block;
}

.admin-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  border-radius: 9999px;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.admin-status-pill-neutral {
  border-color: rgb(51 65 85 / 0.9);
  background-color: rgb(15 23 42 / 0.9);
  color: rgb(203 213 225 / 0.92);
}

.admin-status-pill-info {
  border-color: rgb(59 130 246 / 0.3);
  background-color: rgb(59 130 246 / 0.12);
  color: rgb(191 219 254 / 0.96);
}

.admin-status-pill-success {
  border-color: rgb(16 185 129 / 0.3);
  background-color: rgb(16 185 129 / 0.12);
  color: rgb(167 243 208 / 0.96);
}

.admin-status-pill-warning {
  border-color: rgb(245 158 11 / 0.3);
  background-color: rgb(245 158 11 / 0.12);
  color: rgb(253 230 138 / 0.96);
}

.admin-status-pill-danger {
  border-color: rgb(239 68 68 / 0.3);
  background-color: rgb(239 68 68 / 0.12);
  color: rgb(254 202 202 / 0.96);
}

.admin-table-row-hidden {
  display: none;
}

.admin-empty-state {
  display: flex;
  min-height: 240px;
  align-items: center;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

@media (max-width: 767px) {
  .admin-table-toolbar {
    padding: 1rem;
  }

  .admin-table-toolbar-group,
  .admin-toolbar-select-wrap,
  .admin-toolbar-search {
    width: 100%;
    max-width: none;
  }

  .admin-toolbar-btn {
    width: 100%;
  }
}

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.-right-8 {
  right: -2rem;
}

.-top-12 {
  top: -3rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-5 {
  bottom: 1.25rem;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.right-0 {
  right: 0px;
}

.right-16 {
  right: 4rem;
}

.right-5 {
  right: 1.25rem;
}

.top-4 {
  top: 1rem;
}

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

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

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

.-mt-5 {
  margin-top: -1.25rem;
}

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

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

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

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

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

.mr-3 {
  margin-right: 0.75rem;
}

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

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

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

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

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

.mt-5 {
  margin-top: 1.25rem;
}

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-2 {
  height: 0.5rem;
}

.h-28 {
  height: 7rem;
}

.h-3 {
  height: 0.75rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

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

.w-1\.5 {
  width: 0.375rem;
}

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

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-2 {
  width: 0.5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: 0.75rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-\[calc\(100\%-2rem\)\] {
  width: calc(100% - 2rem);
}

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-\[56px\] {
  min-width: 56px;
}

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

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

.flex-1 {
  flex: 1 1 0%;
}

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

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :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));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-\[18px\] {
  border-radius: 18px;
}

.rounded-\[22px\] {
  border-radius: 22px;
}

.rounded-\[24px\] {
  border-radius: 24px;
}

.rounded-\[26px\] {
  border-radius: 26px;
}

.rounded-\[28px\] {
  border-radius: 28px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: var(--radius);
}

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

.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.border {
  border-width: 1px;
}

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

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

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

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

.border-\[hsl\(214\2c 70\%\2c 92\%\)\] {
  --tw-border-opacity: 1;
  border-color: hsl(214 70% 92% / var(--tw-border-opacity, 1));
}

.border-\[hsl\(214\2c 70\%\2c 94\%\)\] {
  --tw-border-opacity: 1;
  border-color: hsl(214 70% 94% / var(--tw-border-opacity, 1));
}

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.border-blue-500\/20 {
  border-color: rgb(59 130 246 / 0.2);
}

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

.border-destructive\/30 {
  border-color: hsl(var(--destructive) / 0.3);
}

.border-foreground\/90 {
  border-color: hsl(var(--foreground) / 0.9);
}

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

.border-primary-foreground\/20 {
  border-color: hsl(var(--primary-foreground) / 0.2);
}

.border-primary-foreground\/25 {
  border-color: hsl(var(--primary-foreground) / 0.25);
}

.border-primary\/15 {
  border-color: hsl(var(--primary) / 0.15);
}

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

.border-slate-700 {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}

.border-slate-800 {
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}

.border-success\/30 {
  border-color: hsl(var(--success) / 0.3);
}

.border-warning\/30 {
  border-color: hsl(var(--warning) / 0.3);
}

.border-white\/80 {
  border-color: rgb(255 255 255 / 0.8);
}

.bg-\[hsl\(142\2c 70\%\2c 40\%\)\] {
  --tw-bg-opacity: 1;
  background-color: hsl(142 70% 40% / var(--tw-bg-opacity, 1));
}

.bg-\[hsl\(142\2c 70\%\2c 45\%\)\] {
  --tw-bg-opacity: 1;
  background-color: hsl(142 70% 45% / var(--tw-bg-opacity, 1));
}

.bg-\[hsl\(142\2c 72\%\2c 48\%\)\] {
  --tw-bg-opacity: 1;
  background-color: hsl(142 72% 48% / var(--tw-bg-opacity, 1));
}

.bg-\[hsl\(15\2c 90\%\2c 55\%\)\] {
  --tw-bg-opacity: 1;
  background-color: hsl(15 90% 55% / var(--tw-bg-opacity, 1));
}

.bg-\[hsl\(197\2c 90\%\2c 88\%\)\] {
  --tw-bg-opacity: 1;
  background-color: hsl(197 90% 88% / var(--tw-bg-opacity, 1));
}

.bg-\[hsl\(198\2c 89\%\2c 57\%\)\] {
  --tw-bg-opacity: 1;
  background-color: hsl(198 89% 57% / var(--tw-bg-opacity, 1));
}

.bg-\[hsl\(200\2c 20\%\2c 90\%\)\] {
  --tw-bg-opacity: 1;
  background-color: hsl(200 20% 90% / var(--tw-bg-opacity, 1));
}

.bg-\[hsl\(200\2c 80\%\2c 55\%\)\] {
  --tw-bg-opacity: 1;
  background-color: hsl(200 80% 55% / var(--tw-bg-opacity, 1));
}

.bg-\[hsl\(214\2c 100\%\2c 97\%\)\] {
  --tw-bg-opacity: 1;
  background-color: hsl(214 100% 97% / var(--tw-bg-opacity, 1));
}

.bg-\[hsl\(214\2c 100\%\2c 99\%\)\] {
  --tw-bg-opacity: 1;
  background-color: hsl(214 100% 99% / var(--tw-bg-opacity, 1));
}

.bg-\[hsl\(214\2c 38\%\2c 88\%\)\] {
  --tw-bg-opacity: 1;
  background-color: hsl(214 38% 88% / var(--tw-bg-opacity, 1));
}

.bg-\[hsl\(214\2c 86\%\2c 56\%\)\] {
  --tw-bg-opacity: 1;
  background-color: hsl(214 86% 56% / var(--tw-bg-opacity, 1));
}

.bg-\[hsl\(214\2c 92\%\2c 90\%\)\] {
  --tw-bg-opacity: 1;
  background-color: hsl(214 92% 90% / var(--tw-bg-opacity, 1));
}

.bg-\[hsl\(250\2c 88\%\2c 67\%\)\] {
  --tw-bg-opacity: 1;
  background-color: hsl(250 88% 67% / var(--tw-bg-opacity, 1));
}

.bg-\[hsl\(270\2c 60\%\2c 45\%\)\] {
  --tw-bg-opacity: 1;
  background-color: hsl(270 60% 45% / var(--tw-bg-opacity, 1));
}

.bg-\[hsl\(38\2c 28\%\2c 25\%\)\] {
  --tw-bg-opacity: 1;
  background-color: hsl(38 28% 25% / var(--tw-bg-opacity, 1));
}

.bg-\[hsl\(45\2c 95\%\2c 83\%\)\] {
  --tw-bg-opacity: 1;
  background-color: hsl(45 95% 83% / var(--tw-bg-opacity, 1));
}

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

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-blue-500\/10 {
  background-color: rgb(59 130 246 / 0.1);
}

.bg-blue-500\/15 {
  background-color: rgb(59 130 246 / 0.15);
}

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

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

.bg-card\/80 {
  background-color: hsl(var(--card) / 0.8);
}

.bg-card\/90 {
  background-color: hsl(var(--card) / 0.9);
}

.bg-destructive\/10 {
  background-color: hsl(var(--destructive) / 0.1);
}

.bg-destructive\/15 {
  background-color: hsl(var(--destructive) / 0.15);
}

.bg-emerald-500\/15 {
  background-color: rgb(16 185 129 / 0.15);
}

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

.bg-foreground\/30 {
  background-color: hsl(var(--foreground) / 0.3);
}

.bg-foreground\/50 {
  background-color: hsl(var(--foreground) / 0.5);
}

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

.bg-muted\/50 {
  background-color: hsl(var(--muted) / 0.5);
}

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

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

.bg-primary-foreground\/10 {
  background-color: hsl(var(--primary-foreground) / 0.1);
}

.bg-primary-foreground\/30 {
  background-color: hsl(var(--primary-foreground) / 0.3);
}

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

.bg-primary\/15 {
  background-color: hsl(var(--primary) / 0.15);
}

.bg-primary\/30 {
  background-color: hsl(var(--primary) / 0.3);
}

.bg-primary\/50 {
  background-color: hsl(var(--primary) / 0.5);
}

.bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}

.bg-slate-900\/70 {
  background-color: rgb(15 23 42 / 0.7);
}

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

.bg-slate-950\/60 {
  background-color: rgb(2 6 23 / 0.6);
}

.bg-slate-950\/70 {
  background-color: rgb(2 6 23 / 0.7);
}

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

.bg-success\/10 {
  background-color: hsl(var(--success) / 0.1);
}

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

.bg-warning\/10 {
  background-color: hsl(var(--warning) / 0.1);
}

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

.from-\[hsl\(190\2c 80\%\2c 75\%\)\] {
  --tw-gradient-from: hsl(190,80%,75%) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(190 80% 75% / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[hsl\(280\2c 70\%\2c 55\%\)\] {
  --tw-gradient-from: hsl(280,70%,55%) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(280 70% 55% / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[hsl\(190\2c 80\%\2c 85\%\)\] {
  --tw-gradient-to: hsl(190,80%,85%) var(--tw-gradient-to-position);
}

.to-\[hsl\(320\2c 70\%\2c 55\%\)\] {
  --tw-gradient-to: hsl(320,70%,55%) var(--tw-gradient-to-position);
}

.fill-success {
  fill: hsl(var(--success));
}

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-3\.5 {
  padding: 0.875rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

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

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

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

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

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

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

.pb-20 {
  padding-bottom: 5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

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

.pb-8 {
  padding-bottom: 2rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

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

.pt-10 {
  padding-top: 2.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

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

.pt-6 {
  padding-top: 1.5rem;
}

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

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

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

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

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

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

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

.text-\[0\.82rem\] {
  font-size: 0.82rem;
}

.text-\[0\.85rem\] {
  font-size: 0.85rem;
}

.text-\[0\.88rem\] {
  font-size: 0.88rem;
}

.text-\[0\.8rem\] {
  font-size: 0.8rem;
}

.text-\[0\.92rem\] {
  font-size: 0.92rem;
}

.text-\[0\.95rem\] {
  font-size: 0.95rem;
}

.text-\[1\.15rem\] {
  font-size: 1.15rem;
}

.text-\[1\.1rem\] {
  font-size: 1.1rem;
}

.text-\[1\.25rem\] {
  font-size: 1.25rem;
}

.text-\[1\.2rem\] {
  font-size: 1.2rem;
}

.text-\[1\.35rem\] {
  font-size: 1.35rem;
}

.text-\[1\.3rem\] {
  font-size: 1.3rem;
}

.text-\[1\.45rem\] {
  font-size: 1.45rem;
}

.text-\[1\.4rem\] {
  font-size: 1.4rem;
}

.text-\[1\.65rem\] {
  font-size: 1.65rem;
}

.text-\[1\.6rem\] {
  font-size: 1.6rem;
}

.text-\[1\.7rem\] {
  font-size: 1.7rem;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[1rem\] {
  font-size: 1rem;
}

.text-\[2\.6rem\] {
  font-size: 2.6rem;
}

.text-\[2rem\] {
  font-size: 2rem;
}

.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-medium {
  font-weight: 500;
}

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

.uppercase {
  text-transform: uppercase;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-none {
  line-height: 1;
}

.tracking-\[0\.14em\] {
  letter-spacing: 0.14em;
}

.tracking-\[0\.24em\] {
  letter-spacing: 0.24em;
}

.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}

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

.text-\[hsl\(142\2c 71\%\2c 65\%\)\] {
  --tw-text-opacity: 1;
  color: hsl(142 71% 65% / var(--tw-text-opacity, 1));
}

.text-\[hsl\(45\2c 90\%\2c 78\%\)\] {
  --tw-text-opacity: 1;
  color: hsl(45 90% 78% / var(--tw-text-opacity, 1));
}

.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}

.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}

.text-current {
  color: currentColor;
}

.text-destructive {
  color: hsl(var(--destructive));
}

.text-emerald-200 {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}

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

.text-foreground\/70 {
  color: hsl(var(--foreground) / 0.7);
}

.text-info {
  color: hsl(var(--info));
}

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

.text-muted-foreground\/60 {
  color: hsl(var(--muted-foreground) / 0.6);
}

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

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

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

.text-slate-100 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}

.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.text-success {
  color: hsl(var(--success));
}

.text-warning {
  color: hsl(var(--warning));
}

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

.underline {
  text-decoration-line: underline;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.shadow-\[0_10px_28px_rgba\(77\2c 116\2c 190\2c 0\.08\)\] {
  --tw-shadow: 0 10px 28px rgba(77,116,190,0.08);
  --tw-shadow-colored: 0 10px 28px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_14px_26px_rgba\(79\2c 128\2c 226\2c 0\.16\)\] {
  --tw-shadow: 0 14px 26px rgba(79,128,226,0.16);
  --tw-shadow-colored: 0 14px 26px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_18px_40px_rgba\(77\2c 116\2c 190\2c 0\.16\)\] {
  --tw-shadow: 0 18px 40px rgba(77,116,190,0.16);
  --tw-shadow-colored: 0 18px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_6px_14px_rgba\(224\2c 181\2c 55\2c 0\.18\)\] {
  --tw-shadow: 0 6px 14px rgba(224,181,55,0.18);
  --tw-shadow-colored: 0 6px 14px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_6px_14px_rgba\(40\2c 32\2c 25\2c 0\.16\)\] {
  --tw-shadow: 0 6px 14px rgba(40,32,25,0.16);
  --tw-shadow-colored: 0 6px 14px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_8px_16px_rgba\(77\2c 116\2c 190\2c 0\.1\)\] {
  --tw-shadow: 0 8px 16px rgba(77,116,190,0.1);
  --tw-shadow-colored: 0 8px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_8px_18px_rgba\(77\2c 116\2c 190\2c 0\.05\)\] {
  --tw-shadow: 0 8px 18px rgba(77,116,190,0.05);
  --tw-shadow-colored: 0 8px 18px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[inset_0_1px_0_rgba\(255\2c 255\2c 255\2c 0\.8\)\] {
  --tw-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
  --tw-shadow-colored: inset 0 1px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.filter {
  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);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

.duration-300 {
  transition-duration: 300ms;
}

.screen-surface {
  background: linear-gradient(180deg, hsl(214 100% 98%) 0%, hsl(214 80% 95%) 100%);
}

.gradient-balance {
  background: linear-gradient(135deg, hsl(217, 91%, 55%) 0%, hsl(217, 91%, 50%) 60%, hsl(38, 92%, 55%) 100%);
  position: relative;
  overflow: hidden;
}

.gradient-balance::before {
  content: "";
  position: absolute;
  top: -30%;
  right: -10%;
  width: 120px;
  height: 120px;
  border-radius: 9999px;
  background: hsl(38 92% 55% / 0.5);
  pointer-events: none;
}

.gradient-balance::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 5%;
  width: 80px;
  height: 80px;
  border-radius: 9999px;
  background: hsl(190 80% 60% / 0.3);
  pointer-events: none;
}

.section-card {
  border-radius: 1rem;
  background-color: hsl(var(--card));
  padding: 1.25rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.soft-card {
  border-radius: 28px;
  border-width: 1px;
  background-color: hsl(var(--card));
  padding: 1.25rem;
  border-color: hsl(0 0% 100% / 0.9);
  box-shadow: 0 18px 40px rgba(77, 116, 190, 0.08);
}

.soft-tile {
  border-radius: 1rem;
  border-width: 1px;
  background-color: hsl(var(--card));
  border-color: hsl(214 70% 94%);
  box-shadow: 0 10px 26px rgba(77, 116, 190, 0.05);
}

.ribbon-tag {
  display: inline-flex;
  align-items: center;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: hsl(var(--primary-foreground));
  background: linear-gradient(90deg, hsl(220 90% 55%) 0%, hsl(214 90% 49%) 100%);
}

.primary-action {
  border-radius: 9999px;
  font-weight: 600;
  color: hsl(var(--primary-foreground));
  background: linear-gradient(90deg, hsl(220 89% 72%) 0%, hsl(216 89% 59%) 100%);
  box-shadow: 0 14px 28px rgba(79, 128, 226, 0.18);
}

.subtle-panel {
  background: linear-gradient(180deg, hsl(0 0% 100%) 0%, hsl(214 100% 98%) 100%);
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.placeholder\:text-muted-foreground\/70::-moz-placeholder {
  color: hsl(var(--muted-foreground) / 0.7);
}

.placeholder\:text-muted-foreground\/70::placeholder {
  color: hsl(var(--muted-foreground) / 0.7);
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.hover\:border-blue-500\/40:hover {
  border-color: rgb(59 130 246 / 0.4);
}

.hover\:bg-slate-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}

.hover\:text-primary\/90:hover {
  color: hsl(var(--primary) / 0.9);
}

.focus\:ring-2:focus {
  --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(2px + 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);
}

.focus\:ring-primary\/20:focus {
  --tw-ring-color: hsl(var(--primary) / 0.2);
}

.peer:checked ~ .peer-checked\:border-primary-foreground {
  border-color: hsl(var(--primary-foreground));
}

.peer:checked ~ .peer-checked\:bg-primary {
  background-color: hsl(var(--primary));
}

.peer:checked ~ .peer-checked\:bg-primary-foreground\/20 {
  background-color: hsl(var(--primary-foreground) / 0.2);
}

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

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .md\:top-0 {
    top: 0px;
  }

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

  .md\:block {
    display: block;
  }

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

  .md\:hidden {
    display: none;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:w-72 {
    width: 18rem;
  }

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

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

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

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

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

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

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

@media (min-width: 1280px) {
  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

  .xl\:w-auto {
    width: auto;
  }

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

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

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

  .xl\:grid-cols-\[minmax\(0\2c 1\.7fr\)_380px\] {
    grid-template-columns: minmax(0,1.7fr) 380px;
  }

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

  .xl\:items-start {
    align-items: flex-start;
  }

  .xl\:items-end {
    align-items: flex-end;
  }

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

.invite-body {
  background: #3449ae;
  color: #ffffff;
}

.invite-page-shell {
  min-height: 100vh;
}

.invite-landing {
  min-height: 100vh;
  background:
    radial-gradient(circle at top center, rgba(141, 215, 225, 0.32), transparent 24%),
    linear-gradient(180deg, #3244a6 0%, #3145a9 100%);
}

.invite-landing__inner {
  width: min(100%, 1920px);
  margin: 0 auto;
  padding: 1.35rem 0.85rem 2.5rem;
}

.invite-landing__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.invite-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.invite-brand__badge {
  display: inline-flex;
  height: 2.7rem;
  width: 2.7rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.08));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.invite-brand__icon {
  color: #ffffff;
}

.invite-brand__image {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  object-fit: cover;
}

.invite-brand__title {
  margin: 0;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1;
}

.invite-brand__subtitle {
  margin: 0.22rem 0 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.82);
}

.invite-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.invite-btn:hover {
  transform: translateY(-1px);
}

.invite-btn--download {
  min-width: 8.8rem;
  padding: 0.95rem 1.5rem;
  color: #ffffff;
  background: linear-gradient(90deg, #f48a2d 0%, #ffa83b 100%);
  box-shadow: 0 14px 30px rgba(255, 161, 65, 0.22);
}

.invite-btn--signup,
.invite-btn--earn {
  color: #ffffff;
  background: linear-gradient(180deg, rgba(86, 112, 213, 0.96), rgba(66, 95, 201, 0.96));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 18px 32px rgba(19, 32, 102, 0.22);
}

.invite-btn--hero {
  min-width: 10rem;
}

.invite-btn--signup {
  min-width: 10rem;
  padding: 0.95rem 1.5rem;
}

.invite-btn--earn {
  width: min(100%, 24rem);
  padding: 1rem 1.6rem;
  font-size: 1.3rem;
}

.invite-btn--mid {
  width: min(100%, 24rem);
  padding: 1rem 1.6rem;
  font-size: 1.15rem;
}

.invite-hero {
  display: grid;
  gap: 2rem;
  align-items: center;
  padding: 2.2rem 0 1.3rem;
}

.invite-hero__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.invite-hero__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: 9999px;
  padding: 0.55rem 1rem;
  color: #e7efff;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.invite-hero__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.4rem, 5vw, 4.1rem);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: 0 4px 0 rgba(21, 33, 93, 0.25);
}

.invite-hero__subtitle {
  width: min(100%, 34rem);
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  line-height: 1.75;
}

.invite-hero__actions {
  display: flex;
  width: 100%;
  max-width: 24rem;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
  margin-top: 1.6rem;
  margin-bottom: 1rem;
}

.invite-hero__art {
  display: flex;
  justify-content: center;
}

.invite-illustration {
  position: relative;
  height: 22rem;
  width: min(100%, 29rem);
}

.invite-illustration__orb {
  position: absolute;
  border-radius: 9999px;
  filter: blur(0.1px);
}

.invite-illustration__orb--one {
  top: 1.4rem;
  right: 0.9rem;
  height: 5.6rem;
  width: 5.6rem;
  background: rgba(252, 194, 71, 0.94);
}

.invite-illustration__orb--two {
  top: 4.1rem;
  right: 3rem;
  height: 6.8rem;
  width: 6.8rem;
  background: rgba(125, 221, 238, 0.4);
}

.invite-illustration__orbit {
  position: absolute;
  left: 50%;
  top: 7.6rem;
  height: 11.5rem;
  width: 12rem;
  border: 3px solid rgba(164, 195, 255, 0.9);
  border-radius: 50%;
  transform: translateX(-52%) rotate(24deg);
}

.invite-illustration__folder {
  position: absolute;
  left: 50%;
  top: 7.1rem;
  height: 8.8rem;
  width: 12.4rem;
  border-radius: 1.9rem;
  background: linear-gradient(180deg, #d9edff 0%, #95c7ff 78%, #7cb5ff 100%);
  box-shadow: 0 25px 50px rgba(23, 41, 112, 0.22);
  transform: translateX(-50%);
}

.invite-illustration__folder::before {
  content: "";
  position: absolute;
  left: 1.2rem;
  top: -1.3rem;
  height: 2rem;
  width: 4.6rem;
  border-radius: 1rem 1rem 0.65rem 0.65rem;
  background: linear-gradient(180deg, #a9d3ff 0%, #7db6ff 100%);
}

.invite-illustration__folder-tab {
  position: absolute;
  right: 1rem;
  top: 1.25rem;
  height: 3.4rem;
  width: 4rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(251, 250, 166, 0.84));
}

.invite-illustration__paper {
  position: absolute;
  border-radius: 0.75rem;
  background: linear-gradient(180deg, #ffffff 0%, #d7ebff 100%);
}

.invite-illustration__paper--one {
  left: 3.1rem;
  top: -1rem;
  height: 5.3rem;
  width: 2.55rem;
  transform: rotate(-12deg);
}

.invite-illustration__paper--two {
  left: 6.2rem;
  top: -0.2rem;
  height: 4.4rem;
  width: 2.2rem;
}

.invite-illustration__search {
  position: absolute;
  left: 4rem;
  bottom: 2.2rem;
  height: 4.7rem;
  width: 4.7rem;
  border-radius: 9999px;
  background: radial-gradient(circle at 35% 35%, #f4fbff 0%, #d3e9ff 48%, #a8d0ff 100%);
  box-shadow: 0 18px 30px rgba(17, 36, 108, 0.2);
}

.invite-illustration__search::before {
  content: "";
  position: absolute;
  left: 3.3rem;
  top: 3.25rem;
  height: 1rem;
  width: 2.95rem;
  border-radius: 9999px;
  background: #f8e948;
  transform: rotate(-42deg);
  transform-origin: left center;
}

.invite-illustration__cloud {
  position: absolute;
  right: 4.1rem;
  bottom: 2.8rem;
  height: 3.5rem;
  width: 6.6rem;
  border-radius: 9999px;
  background: linear-gradient(180deg, #d7ebff 0%, #a0cbff 100%);
  box-shadow: 0 18px 30px rgba(17, 36, 108, 0.18);
}

.invite-illustration__cloud::before,
.invite-illustration__cloud::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  border-radius: 9999px;
  background: linear-gradient(180deg, #e7f4ff 0%, #aad0ff 100%);
}

.invite-illustration__cloud::before {
  left: 0.5rem;
  height: 2.6rem;
  width: 2.6rem;
}

.invite-illustration__cloud::after {
  right: 0.6rem;
  height: 3rem;
  width: 3rem;
}

.invite-benefits,
.invite-info-panel {
  border-radius: 1.7rem;
  background: rgba(38, 59, 151, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.invite-benefits {
  display: grid;
  gap: 1rem;
  margin-top: 0.55rem;
  padding: 0.95rem;
}

.invite-benefit-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 1.45rem;
  padding: 1rem 1.1rem;
  color: #16348f;
  background: #d9e4ff;
}

.invite-benefit-card__icon {
  display: inline-flex;
  height: 4.25rem;
  width: 4.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 1.15rem;
  background: #ffffff;
}

.invite-benefit-card__svg {
  color: #4a7de2;
}

.invite-benefit-card__title {
  margin: 0;
  font-size: 1.45rem;
  font-weight: 900;
}

.invite-benefit-card__subtitle {
  margin: 0.2rem 0 0;
  color: rgba(22, 52, 143, 0.7);
  font-size: 1rem;
}

.invite-info-panel {
  margin-top: 1.25rem;
  padding: 1.15rem 0.9rem 1.3rem;
}

.invite-info-panel__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.invite-pill-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 25rem);
  border-radius: 1rem;
  padding: 1rem 1.5rem;
  color: #16348f;
  background: #edf1fb;
  font-size: 1.5rem;
  font-weight: 900;
}

.invite-info-panel__content {
  margin-top: 1.6rem;
}

.invite-points {
  display: grid;
  gap: 1.1rem;
}

.invite-point h3 {
  margin: 0;
  font-size: 1.45rem;
  font-weight: 900;
}

.invite-point p {
  margin: 0.4rem 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
  line-height: 1.8;
}

.invite-highlight-strip {
  margin-top: 1.55rem;
  border-radius: 1rem;
  padding: 1rem 1.2rem;
  color: #16348f;
  background: #edf1fb;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 800;
}

.invite-rebate-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.6rem;
}

.invite-rebate-card {
  border-radius: 1.35rem;
  padding: 1.35rem 1.2rem;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(130, 171, 255, 0.95) 0%, rgba(89, 127, 219, 0.92) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  text-align: center;
}

.invite-rebate-card__level {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 800;
}

.invite-rebate-card__ratio {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5.8rem;
  margin-top: 1rem;
  border-radius: 9999px;
  padding: 0.6rem 1.1rem;
  color: #173b98;
  background: #edf1fb;
  font-size: 1.8rem;
  font-weight: 900;
}

.invite-rebate-card__label {
  margin: 0.85rem 0 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.84);
}

@media (min-width: 768px) {
  .invite-landing__inner {
    padding: 1.6rem 1.6rem 3rem;
  }

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

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

@media (min-width: 1024px) {
  .invite-landing__inner {
    padding: 1.8rem 1.8rem 3.3rem;
  }

  .invite-hero {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    gap: 2.8rem;
    min-height: 34rem;
  }

  .invite-hero__copy {
    align-items: flex-start;
    text-align: left;
  }

  .invite-hero__actions {
    justify-content: flex-start;
  }

  .invite-btn--earn {
    width: 24rem;
  }

  .invite-info-panel {
    padding: 1.25rem 1.2rem 1.5rem;
  }

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

.install-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(59, 130, 246, 0.18), transparent 32%),
    radial-gradient(circle at top right, rgba(14, 165, 233, 0.12), transparent 28%),
    #020617;
}

.install-shell {
  margin: 0 auto;
  display: grid;
  max-width: 1220px;
  gap: 1.5rem;
  padding: 1.5rem;
}

.install-sidebar,
.install-content {
  display: grid;
  gap: 1.5rem;
}

.install-title {
  margin-top: 0.75rem;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 800;
  color: #fff;
}

.install-subtitle {
  margin-top: 0.75rem;
  max-width: 64ch;
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgb(148 163 184);
}

.install-progress {
  margin-top: 1.5rem;
}

.install-progress__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgb(147 197 253);
}

.install-progress__track {
  margin-top: 0.75rem;
  height: 0.7rem;
  overflow: hidden;
  border-radius: 9999px;
  background-color: rgb(15 23 42);
}

.install-progress__bar {
  display: block;
  height: 100%;
  border-radius: 9999px;
  background: linear-gradient(90deg, #3b82f6 0%, #60a5fa 55%, #38bdf8 100%);
}

.install-step-card {
  display: flex;
  gap: 0.875rem;
  border-radius: 1.25rem;
  border: 1px solid rgb(30 41 59);
  background-color: rgba(15, 23, 42, 0.8);
  padding: 1rem;
  color: rgb(226 232 240);
  transition: border-color 150ms ease, background-color 150ms ease, transform 150ms ease;
}

.install-step-card:hover {
  border-color: rgb(59 130 246 / 0.55);
  background-color: rgba(30, 41, 59, 0.9);
  transform: translateY(-1px);
}

.install-step-card-active {
  border-color: rgb(59 130 246 / 0.7);
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.22), rgba(15, 23, 42, 0.92));
  box-shadow: inset 0 0 0 1px rgba(96, 165, 250, 0.2);
}

.install-step-card__badge {
  display: inline-flex;
  height: 2rem;
  width: 2rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: rgba(59, 130, 246, 0.16);
  color: rgb(191 219 254);
  font-size: 0.85rem;
  font-weight: 700;
}

.install-step-card__body {
  display: block;
  min-width: 0;
}

.install-step-card__title {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
}

.install-step-card__desc {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.82rem;
  line-height: 1.5;
  color: rgb(148 163 184);
}

.install-requirement-grid,
.install-summary-grid {
  display: grid;
  gap: 1rem;
}

.install-requirement-card,
.install-summary-card {
  border-radius: 1.25rem;
  border: 1px solid rgb(30 41 59);
  background-color: rgba(15, 23, 42, 0.72);
  padding: 1rem;
}

.install-requirement-card-ok {
  border-color: rgb(16 185 129 / 0.35);
}

.install-requirement-card-bad {
  border-color: rgb(239 68 68 / 0.35);
}

.install-requirement-card__icon {
  display: inline-flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: rgba(15, 23, 42, 0.8);
}

.install-summary-card__label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgb(147 197 253);
}

.install-summary-card__value {
  margin-top: 0.75rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
}

.install-summary-card__meta {
  margin-top: 0.45rem;
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgb(148 163 184);
}

.install-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
}

.install-actions__end {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.85rem;
}

@media (min-width: 961px) {
  .install-shell {
    grid-template-columns: 320px minmax(0, 1fr);
    padding: 2rem;
  }

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