*, ::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.19 | 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;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.left-1 {
  left: 0.25rem;
}
.left-6 {
  left: 1.5rem;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-20 {
  top: 5rem;
}
.top-6 {
  top: 1.5rem;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-8 {
  margin-top: 2rem;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[66px\] {
  height: 66px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-28 {
  max-height: 7rem;
}
.max-h-\[420px\] {
  max-height: 420px;
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-12 {
  min-height: 3rem;
}
.min-h-28 {
  min-height: 7rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[308px\] {
  width: 308px;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-40 {
  min-width: 10rem;
}
.min-w-6 {
  min-width: 1.5rem;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[1100px\] {
  max-width: 1100px;
}
.max-w-\[1180px\] {
  max-width: 1180px;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-\[1240px\] {
  max-width: 1240px;
}
.max-w-\[86vw\] {
  max-width: 86vw;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.resize-y {
  resize: vertical;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.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));
}
.grid-cols-\[1fr_96px\] {
  grid-template-columns: 1fr 96px;
}
.grid-cols-\[56px_1fr\] {
  grid-template-columns: 56px 1fr;
}
.grid-cols-\[minmax\(0\2c 1\.25fr\)_minmax\(0\2c 1\.35fr\)_96px_minmax\(0\2c 0\.9fr\)\] {
  grid-template-columns: minmax(0,1.25fr) minmax(0,1.35fr) 96px minmax(0,0.9fr);
}
.flex-row {
  flex-direction: row;
}
.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-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-8 {
  gap: 2rem;
}
.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-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * 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-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * 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));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-slate-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-divide-opacity, 1));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: var(--radius);
}
.rounded-md {
  border-radius: calc(var(--radius) - 2px);
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-amber-200 {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-emerald-200 {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.border-input {
  border-color: hsl(var(--input));
}
.border-primary {
  border-color: hsl(var(--primary));
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-slate-200\/80 {
  border-color: rgb(226 232 240 / 0.8);
}
.border-slate-200\/90 {
  border-color: rgb(226 232 240 / 0.9);
}
.border-teal-200 {
  --tw-border-opacity: 1;
  border-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.bg-\[\#f4f7fb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 247 251 / var(--tw-bg-opacity, 1));
}
.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.bg-background {
  background-color: hsl(var(--background));
}
.bg-background\/95 {
  background-color: hsl(var(--background) / 0.95);
}
.bg-card {
  background-color: hsl(var(--card));
}
.bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
.bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.bg-muted {
  background-color: hsl(var(--muted));
}
.bg-primary {
  background-color: hsl(var(--primary));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}
.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / 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-950\/35 {
  background-color: rgb(2 6 23 / 0.35);
}
.bg-teal-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1));
}
.bg-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.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-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.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-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-1 {
  padding-bottom: 0.25rem;
}
.pb-1\.5 {
  padding-bottom: 0.375rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-3 {
  padding-top: 0.75rem;
}
.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-\[11px\] {
  font-size: 11px;
}
.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-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-normal {
  letter-spacing: 0em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.text-amber-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.text-card-foreground {
  color: hsl(var(--card-foreground));
}
.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}
.text-foreground {
  color: hsl(var(--foreground));
}
.text-muted-foreground {
  color: hsl(var(--muted-foreground));
}
.text-primary {
  color: hsl(var(--primary));
}
.text-primary-foreground {
  color: hsl(var(--primary-foreground));
}
.text-primary-foreground\/75 {
  color: hsl(var(--primary-foreground) / 0.75);
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / 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-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-slate-950 {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1));
}
.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}
.text-teal-700 {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}
.text-teal-800 {
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.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);
}
.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);
}
.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);
}
.shadow-slate-200\/60 {
  --tw-shadow-color: rgb(226 232 240 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.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);
}
.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);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-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);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[grid-template-columns\] {
  transition-property: grid-template-columns;
  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;
}
.duration-200 {
  transition-duration: 200ms;
}

:root {
  --background: 210 20% 98%;
  --foreground: 222 28% 12%;
  --card: 0 0% 100%;
  --card-foreground: 222 28% 12%;
  --muted: 210 18% 93%;
  --muted-foreground: 218 11% 42%;
  --primary: 172 58% 28%;
  --primary-foreground: 0 0% 100%;
  --border: 214 16% 86%;
  --input: 214 16% 86%;
  --ring: 172 58% 28%;
  --radius: 0.5rem;
}

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

body {
  margin: 0;
  min-width: 320px;
  background: hsl(var(--background));
  font-family: Inter, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.front-app {
  --primary: 136 39% 55%;
  --primary-foreground: 0 0% 100%;
  --ring: 136 39% 55%;
  --front-paper: #ffffff;
  --front-paper-deep: #f7f8f9;
  --front-ink: #333333;
  --front-muted: #777777;
  --front-cinnabar: #9f2f33;
  --front-jade: #5fb878;
  --front-gold: #d5a45c;
  --front-line: #e8e8e8;
  --front-shadow: none;
  background: #f5f6f8;
  color: var(--front-ink);
}

.front-app a {
  color: inherit;
  text-decoration: none;
}

.front-topbar {
  border-color: #f0f1f4 !important;
  background: #fff !important;
  box-shadow: none;
}

.front-topbar-inner {
  min-width: 0;
}

.front-logo {
  width: 176px;
}

.front-community-page {
  background:
    linear-gradient(180deg, rgba(240, 253, 250, 0.72), rgba(248, 250, 252, 0.82) 280px),
    #f6f8fb;
}

.front-brand-mark {
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #4f8cff, #2f6df6);
  color: #fff;
  box-shadow: none;
}

.front-searchbar {
  border: 0;
  border-radius: 999px;
  background: #f5f6f8;
  box-shadow: none;
}

.front-main-nav-item {
  display: inline-flex;
  height: 66px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0 12px;
  color: #555;
  font-size: 14px;
  font-weight: 500;
}

.front-main-nav-item.is-active {
  color: #111827;
  font-weight: 700;
}

.front-auth-actions button {
  height: 30px;
  border-radius: 3px;
  padding: 0 12px;
}

.front-login-btn {
  border-radius: 999px !important;
  background: #2f6df6 !important;
  color: #fff !important;
  border-color: #2f6df6 !important;
}

.front-register-btn {
  background: #5fb878 !important;
  color: #fff !important;
  border-color: #5fb878 !important;
}

.front-mobile-nav {
  border-bottom: 1px solid #ececec;
  background: #fff;
}

.front-page-head,
.front-card {
  border: 0;
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
}

.front-page-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
}

.front-row-card {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  background: #fff;
  padding: 14px;
  box-shadow: none;
}

.front-row-card,
.front-row-card * {
  min-width: 0;
}

.front-content-card {
  display: block;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  background: #fff;
  box-shadow: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.front-content-card:hover,
.front-card:hover {
  border-color: transparent;
}

.front-content-card:hover {
  box-shadow: none;
  transform: translateY(-1px);
}

.front-page-visual {
  display: flex;
  height: 156px;
  min-height: 156px;
  align-items: stretch;
  justify-content: stretch;
  overflow: hidden;
  background:
    repeating-linear-gradient(90deg, rgba(63, 122, 105, 0.18) 0, rgba(63, 122, 105, 0.18) 1px, transparent 1px, transparent 22px),
    linear-gradient(135deg, rgba(251, 247, 239, 0.96), rgba(226, 237, 224, 0.86) 58%, rgba(245, 236, 218, 0.92)),
    #f8f1e4;
}

.front-page-visual.is-large {
  height: 100%;
  min-height: 260px;
}

.front-page-visual img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.front-generated-cover {
  display: flex;
  width: 100%;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px;
  text-align: center;
  color: var(--front-cinnabar);
}

.front-generated-cover span {
  max-width: 20rem;
  overflow-wrap: anywhere;
  color: #48392f;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.front-preview-page {
  display: flex;
  min-height: 150px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px dashed rgba(139, 104, 66, 0.28);
  border-radius: 8px;
  background: rgba(255, 252, 245, 0.72);
  color: #6f5a4a;
  font-size: 14px;
  font-weight: 700;
}

.front-price-card {
  border: 1px solid rgba(139, 104, 66, 0.18);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.92);
  padding: 14px;
}

.front-learn-player {
  overflow: hidden;
  border: 1px solid rgba(139, 104, 66, 0.18);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: var(--front-shadow);
}

.front-player-screen {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 248, 235, 0.15) 0, rgba(255, 248, 235, 0.15) 1px, transparent 1px, transparent 38px),
    linear-gradient(135deg, rgba(43, 32, 27, 0.96), rgba(105, 36, 36, 0.9)),
    #2d2520;
  color: #fff;
  text-align: center;
}

.front-player-screen span {
  max-width: 80%;
  overflow-wrap: anywhere;
  font-weight: 700;
}

.front-input-like {
  display: flex;
  min-height: 44px;
  min-width: 0;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(139, 104, 66, 0.18);
  border-radius: 8px;
  background: rgba(255, 252, 245, 0.72);
  padding: 0 12px;
  color: #6f5a4a;
  font-size: 14px;
}

.front-input-like span {
  overflow-wrap: anywhere;
}

.front-real-input {
  min-height: 44px;
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(139, 104, 66, 0.22);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.96);
  padding: 0 12px;
  color: #2e2823;
  font-size: 14px;
  line-height: 1.5;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.front-real-input:focus {
  border-color: rgba(63, 122, 105, 0.55);
  box-shadow: 0 0 0 3px rgba(63, 122, 105, 0.12);
}

.front-file-input {
  padding: 9px 12px;
}

.front-inline-state {
  border: 1px dashed rgba(139, 104, 66, 0.26);
  border-radius: 8px;
  background: rgba(255, 252, 245, 0.74);
  padding: 10px 12px;
  color: #6f5a4a;
  font-size: 13px;
}

.front-inline-state.is-error {
  border-color: rgba(159, 47, 51, 0.26);
  background: rgba(159, 47, 51, 0.06);
  color: var(--front-cinnabar);
}

.front-notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(63, 122, 105, 0.22);
  border-radius: 8px;
  background: rgba(63, 122, 105, 0.08);
  padding: 10px 12px;
  color: #315f52;
  font-size: 14px;
}

.front-notice.is-error {
  border-color: rgba(159, 47, 51, 0.25);
  background: rgba(159, 47, 51, 0.07);
  color: var(--front-cinnabar);
}

.front-notice.is-info {
  border-color: rgba(139, 104, 66, 0.22);
  background: rgba(139, 104, 66, 0.08);
  color: #6f5a4a;
}

.front-notice button {
  flex: none;
  border-radius: 6px;
  padding: 4px 8px;
  color: inherit;
  font-size: 12px;
  font-weight: 700;
}

.front-shortcut {
  display: flex;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: rgba(248, 241, 229, 0.72);
  padding: 10px;
  color: #4b4038;
  font-size: 14px;
  font-weight: 700;
}

.front-shortcut:hover {
  background: rgba(159, 47, 51, 0.1);
  color: var(--front-cinnabar);
}

.front-community-shell {
  border-bottom: 1px solid rgba(139, 104, 66, 0.18);
  background:
    linear-gradient(90deg, rgba(139, 104, 66, 0.08) 0 1px, transparent 1px 20px),
    radial-gradient(circle at 18% 0%, rgba(159, 47, 51, 0.1), transparent 32%),
    radial-gradient(circle at 88% 8%, rgba(63, 122, 105, 0.1), transparent 28%),
    transparent;
}

.front-left-nav {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 6px 0;
  box-shadow: none;
}

.front-left-nav a,
.front-left-nav button {
  border-left: 2px solid transparent;
}

.front-left-nav .bg-primary {
  border-left-color: var(--front-cinnabar);
  background: rgba(159, 47, 51, 0.08) !important;
  color: var(--front-cinnabar) !important;
  box-shadow: none !important;
}

.front-left-nav .text-white,
.front-left-nav .text-white\/75 {
  color: var(--front-cinnabar) !important;
}

.front-community-hero {
  overflow: hidden;
  border: 1px solid rgba(139, 104, 66, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(139, 104, 66, 0.14) 0 1px, transparent 1px 32px),
    linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(245, 235, 219, 0.9)),
    #fff8ee;
  padding: 24px;
  box-shadow: 0 16px 38px rgba(63, 43, 25, 0.1);
}

.front-ls-hero {
  position: relative;
  display: flex;
  min-height: 250px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(46, 35, 24, 0.74), rgba(46, 35, 24, 0.2) 48%, rgba(159, 47, 51, 0.42)),
    linear-gradient(135deg, #c9a36a 0%, #efe6d6 34%, #704330 68%, #2a221e 100%);
  color: #fff;
  text-align: center;
}

.front-left-rail {
  position: sticky;
  top: 82px;
  align-self: start;
}

.front-ls-left-menu {
  display: grid;
  gap: 4px;
  border-radius: 12px;
  background: #fff;
  padding: 8px;
}

.front-ls-left-item {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 14px;
  border-radius: 9px;
  padding: 0 16px;
  color: #363b44;
  font-size: 14px;
  font-weight: 600;
}

.front-ls-left-item svg {
  color: #687385;
}

.front-ls-left-item.is-active {
  background: #f0f4ff;
  color: #111827;
}

.front-ls-left-item.is-active svg {
  color: #2f6df6;
}

.front-ls-announcement {
  display: flex;
  min-height: 56px;
  align-items: center;
  gap: 12px;
  border-radius: 12px;
  background: #fff;
  padding: 12px 16px;
}

.front-ls-announcement-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #ff4f67;
  color: #fff;
}

.front-ls-announcement-type {
  flex: 0 0 auto;
  color: #ff4f67;
  font-size: 13px;
  font-weight: 700;
}

.front-ls-announcement strong {
  min-width: 0;
  flex: 1;
  overflow: hidden;
  color: #2f3542;
  font-size: 14px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.front-ls-announcement button {
  color: #8a94a6;
  font-size: 13px;
}

.front-ls-featured {
  border-radius: 12px;
  background: #fff;
  padding: 16px;
}

.front-ls-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.front-ls-section-head h2 {
  color: #2f3542;
  font-size: 16px;
  font-weight: 800;
}

.front-ls-section-head button {
  color: #8a94a6;
  font-size: 13px;
}

.front-ls-featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.front-ls-feature-card {
  display: grid;
  min-width: 0;
  gap: 10px;
}

.front-ls-feature-cover {
  display: flex;
  height: 120px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(47, 109, 246, 0.14), rgba(95, 184, 120, 0.18)),
    #eef4ff;
  color: #2f6df6;
}

.front-ls-feature-cover[data-variant="1"] {
  background:
    linear-gradient(135deg, rgba(159, 47, 51, 0.14), rgba(213, 164, 92, 0.2)),
    #fff4eb;
  color: #9f2f33;
}

.front-ls-feature-cover[data-variant="2"] {
  background:
    linear-gradient(135deg, rgba(17, 24, 39, 0.12), rgba(99, 102, 241, 0.16)),
    #f2f3ff;
  color: #4f46e5;
}

.front-ls-feature-card strong {
  min-height: 44px;
  color: #222;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.front-ls-feature-card > span:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #8a94a6;
  font-size: 13px;
}

.front-ls-feature-card small {
  color: #8a94a6;
}

.front-ls-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(255, 244, 220, 0.28) 0, rgba(255, 244, 220, 0.28) 2px, transparent 2px, transparent 34px),
    radial-gradient(circle at 78% 24%, rgba(255, 255, 255, 0.24), transparent 28%);
  pointer-events: none;
}

.front-ls-hero-inner {
  position: relative;
  z-index: 1;
  padding: 24px;
}

.front-ls-hero h1 {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0;
}

.front-ls-hero p {
  margin-top: 12px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
  font-size: 20px;
  font-weight: 600;
}

.front-ls-hero-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}

.front-ls-hero-dots span {
  width: 16px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
}

.front-ls-quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.front-ls-quick-card {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  background: #fff;
  padding: 14px;
}

.front-ls-quick-card strong,
.front-ls-quick-card small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.front-ls-quick-card strong {
  font-size: 14px;
}

.front-ls-quick-card small {
  margin-top: 4px;
  color: #999;
  font-size: 12px;
}

.front-ls-quick-icon {
  display: flex;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f1f8f3;
  color: var(--front-jade);
}

.front-ls-notice {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  background: #fff;
  padding: 11px 14px;
  color: #666;
  font-size: 13px;
}

.front-ls-notice svg {
  flex: 0 0 auto;
  color: var(--front-jade);
}

.front-ls-notice span {
  min-width: 0;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.front-ls-notice button {
  flex: 0 0 auto;
  color: var(--front-jade);
  font-size: 12px;
}

.front-topic-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  background: rgba(248, 241, 229, 0.9);
  padding: 6px 12px;
  color: #6f5a4a;
  font-size: 13px;
  font-weight: 700;
}

.front-topic-chip.is-active {
  background: rgba(159, 47, 51, 0.12);
  color: var(--front-cinnabar);
}

.front-compose-card,
.front-feed-tabs,
.front-side-panel,
.front-feed-card {
  border: 0;
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
}

.front-compose-card {
  padding: 14px;
}

.front-feed-tabs {
  padding: 8px;
}

.front-side-panel {
  padding: 16px;
}

.front-checkin-panel {
  border-radius: 10px;
  background: #f8fafc;
  padding: 20px 14px;
}

.front-feed-card {
  padding: 20px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.front-feed-card:hover {
  border-color: transparent;
  box-shadow: none;
  transform: none;
}

.front-feed-tabs button {
  height: 38px;
  border-radius: 9px !important;
  padding: 0 16px !important;
}

.front-feed-tabs button:first-child {
  background: #f0f4ff !important;
  color: #2f6df6 !important;
}

.front-panel-title {
  border-left: 3px solid var(--front-jade);
  padding-left: 8px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.front-soft-badge,
.front-tag {
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  padding: 4px 9px;
  font-size: 12px;
  font-weight: 700;
}

.front-soft-badge {
  background: #f3f3f3;
  color: #777;
}

.front-tag {
  background: #f5f5f5;
  color: #777;
}

.front-tag.is-green {
  background: #eaf7ef;
  color: #5fb878;
}

.front-ls-level,
.front-ls-vip {
  display: inline-flex;
  height: 18px;
  align-items: center;
  border-radius: 2px;
  padding: 0 5px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
}

.front-ls-level {
  background: #f0b94c;
  color: #fff;
}

.front-ls-vip {
  background: #ff3d85;
  color: #fff;
}

.front-ls-actions {
  border-top: 1px solid #f3f3f3;
  padding-top: 12px;
  width: 100%;
  text-align: center;
}

.front-ls-actions span {
  border-right: 1px solid #f1f1f1;
}

.front-ls-actions span:last-child {
  border-right: 0;
}

.front-ls-login-box {
  display: grid;
  gap: 12px;
}

.front-ls-input {
  display: flex;
  height: 36px;
  align-items: center;
  gap: 8px;
  border: 1px solid #eee;
  border-radius: 2px;
  padding: 0 10px;
  color: #aaa;
  font-size: 13px;
}

.front-ls-socials {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  color: #888;
  font-size: 12px;
  text-align: center;
}

.front-ls-socials span,
.front-ls-miniapp div {
  border-radius: 999px;
  background: #f7f7f7;
  padding: 8px 4px;
}

.front-ls-widget-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 0;
  padding-left: 0;
  color: #222;
  font-size: 15px;
  font-weight: 800;
}

.front-ls-widget-title button {
  color: #8a94a6;
  font-size: 12px;
  font-weight: 500;
}

.front-ls-checkin {
  display: grid;
  justify-items: center;
  gap: 14px;
  text-align: center;
}

.front-ls-checkin p {
  color: #667085;
  font-size: 14px;
}

.front-ls-checkin strong {
  color: #2f6df6;
  font-size: 34px;
  line-height: 1;
}

.front-ls-avatar-row {
  display: flex;
  justify-content: center;
}

.front-ls-avatar-row span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #eef4ff;
  color: #2f6df6;
  font-size: 12px;
  font-weight: 800;
  margin-left: -7px;
}

.front-ls-avatar-row span:first-child {
  margin-left: 0;
}

.front-ls-avatar-row span[data-variant="1"] {
  background: #fff4eb;
  color: #d97706;
}

.front-ls-avatar-row span[data-variant="2"] {
  background: #eaf7ef;
  color: #5fb878;
}

.front-ls-avatar-row span[data-variant="3"] {
  background: #fff0f5;
  color: #ff4f67;
}

.front-ls-quick-menu {
  display: grid;
  gap: 10px;
}

.front-ls-menu-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  border-radius: 9px;
  padding: 12px;
  color: #fff;
  background: linear-gradient(135deg, #21c4fd, #0d6efd);
}

.front-ls-menu-card.is-1 {
  background: linear-gradient(135deg, #ff7aa7, #ff3d6e);
}

.front-ls-menu-card.is-2 {
  background: linear-gradient(135deg, #ce75ff, #d948ef);
}

.front-ls-menu-card strong,
.front-ls-menu-card small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.front-ls-menu-card strong {
  font-size: 14px;
}

.front-ls-menu-card small {
  margin-top: 2px;
  opacity: 0.82;
  font-size: 12px;
}

.front-ls-live-list {
  display: grid;
  gap: 12px;
}

.front-ls-live-list a {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.front-ls-live-list span {
  overflow: hidden;
  color: #333;
  font-size: 13px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.front-ls-live-list small {
  color: #8a94a6;
  font-size: 12px;
}

.front-ls-ad-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.front-ls-ad-grid span {
  overflow: hidden;
  border-radius: 3px;
  background: #f8f8f9;
  padding: 8px;
  color: #777;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.front-ls-miniapp {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
  text-align: center;
}

.front-content-media {
  display: flex;
  height: 148px;
  align-items: center;
  justify-content: center;
  background:
    repeating-linear-gradient(90deg, rgba(63, 122, 105, 0.18) 0, rgba(63, 122, 105, 0.18) 1px, transparent 1px, transparent 22px),
    linear-gradient(135deg, rgba(251, 247, 239, 0.96), rgba(226, 237, 224, 0.86)),
    #f8f1e4;
}

.front-content-media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.front-avatar {
  display: flex;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #e8f4ef;
  color: #5fb878;
  font-weight: 700;
}

.front-avatar[data-variant="1"] {
  background: #e8f4ef;
  color: #5fb878;
}

.front-avatar[data-variant="2"] {
  background: rgba(185, 137, 66, 0.18);
  color: #8b5d21;
}

.front-avatar[data-variant="3"] {
  background: rgba(69, 55, 48, 0.12);
  color: #4b4038;
}

.front-mini-cover {
  display: flex;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  background:
    repeating-linear-gradient(90deg, rgba(63, 122, 105, 0.18) 0, rgba(63, 122, 105, 0.18) 1px, transparent 1px, transparent 14px),
    linear-gradient(135deg, rgba(255, 248, 235, 0.92), rgba(232, 241, 229, 0.86)),
    #f8f1e4;
}

.front-mini-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.front-feed-card,
.front-feed-card * {
  min-width: 0;
}

.front-card,
.front-card *,
.front-content-card,
.front-content-card *,
.front-page-head,
.front-page-head * {
  min-width: 0;
}

.front-feed-card a,
.front-feed-card p,
.front-feed-card span,
.front-card p,
.front-card span,
.front-content-card p,
.front-content-card span {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.front-app .bg-primary {
  background-color: var(--front-jade) !important;
}

.front-app .text-primary {
  color: var(--front-jade) !important;
}

.front-app .bg-emerald-50,
.front-app .bg-slate-50,
.front-app .bg-slate-100 {
  background-color: #f7f8f9 !important;
}

.front-app .text-slate-950,
.front-app .text-foreground {
  color: var(--front-ink) !important;
}

.front-app .text-slate-600,
.front-app .text-muted-foreground {
  color: var(--front-muted) !important;
}

.front-app .text-slate-500 {
  color: #999 !important;
}

.front-app .border-slate-200,
.front-app .border-slate-200\/90 {
  border-color: #e8e8e8 !important;
}

.front-app .hover\:bg-slate-100:hover,
.front-app .hover\:bg-slate-50:hover,
.front-app .hover\:bg-white:hover {
  background-color: #f7f8f9 !important;
}

.front-app .hover\:text-primary:hover,
.front-app .hover\:text-foreground:hover,
.front-app .hover\:text-slate-950:hover {
  color: var(--front-jade) !important;
}

.front-app .shadow-sm {
  box-shadow: none !important;
}

.front-app .front-left-nav .bg-primary {
  border-left-color: var(--front-cinnabar) !important;
  background-color: rgba(159, 47, 51, 0.08) !important;
  color: var(--front-cinnabar) !important;
  box-shadow: none !important;
}

.front-app .front-left-nav .text-white,
.front-app .front-left-nav .text-white\/75 {
  color: var(--front-cinnabar) !important;
}

@media (max-width: 640px) {
  .front-logo {
    width: auto;
  }

  .front-logo-text span:last-child {
    display: none;
  }

  .front-auth-actions {
    gap: 6px;
  }

  .front-auth-actions button {
    padding: 0 9px;
  }

  .front-layout {
    padding-left: 10px;
    padding-right: 10px;
  }

  .front-topbar-inner {
    height: 58px !important;
    padding-left: 14px;
    padding-right: 14px;
  }

  .front-main-nav-item {
    height: 44px;
  }

  .front-avatar {
    width: 38px;
    height: 38px;
  }

  .front-ls-hero {
    min-height: 180px;
  }

  .front-ls-hero h1 {
    font-size: 26px;
  }

  .front-ls-hero p {
    font-size: 14px;
  }

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

  .front-ls-announcement {
    align-items: flex-start;
  }

  .front-ls-announcement strong {
    white-space: normal;
  }

  .front-ls-featured-grid {
    grid-template-columns: 1fr;
  }

  .front-ls-feature-cover {
    height: 120px;
  }

  .front-community-hero,
  .front-feed-card {
    padding: 16px;
  }

  .front-page-head {
    flex-direction: column;
    padding: 16px;
  }

  .front-row-card {
    align-items: flex-start;
  }

  .front-page-visual.is-large {
    min-height: 210px;
  }

  .front-player-screen {
    min-height: 230px;
  }
}

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

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

.first\:pt-0:first-child {
  padding-top: 0px;
}

.last\:pb-0:last-child {
  padding-bottom: 0px;
}

.hover\:border-primary\/40:hover {
  border-color: hsl(var(--primary) / 0.4);
}

.hover\:bg-emerald-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}

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

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

.hover\:bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

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

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

.hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-50\/80:hover {
  background-color: rgb(248 250 252 / 0.8);
}

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

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

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

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

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

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

.hover\:shadow-sm:hover {
  --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);
}

.focus\:border-teal-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}

.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-ring:focus {
  --tw-ring-color: hsl(var(--ring));
}

.focus\:ring-teal-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(204 251 241 / var(--tw-ring-opacity, 1));
}

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

.focus-visible\:ring-2: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(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-visible\:ring-ring:focus-visible {
  --tw-ring-color: hsl(var(--ring));
}

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

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

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

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.disabled\:opacity-60:disabled {
  opacity: 0.6;
}

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

@media (min-width: 640px) {

  .sm\:inline {
    display: inline;
  }

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

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

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

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

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

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

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

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

@media (min-width: 768px) {

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

  .md\:grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }

  .md\:grid-cols-\[minmax\(0\2c 1fr\)_auto\] {
    grid-template-columns: minmax(0,1fr) auto;
  }

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

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

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

  .md\:justify-end {
    justify-content: flex-end;
  }

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

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

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

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

@media (min-width: 1024px) {

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

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

  .lg\:hidden {
    display: none;
  }

  .lg\:w-\[160px\] {
    width: 160px;
  }

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

  .lg\:max-w-xl {
    max-width: 36rem;
  }

  .lg\:grid-cols-\[1\.05fr_0\.95fr\] {
    grid-template-columns: 1.05fr 0.95fr;
  }

  .lg\:grid-cols-\[178px_minmax\(0\2c 1fr\)_324px\] {
    grid-template-columns: 178px minmax(0,1fr) 324px;
  }

  .lg\:grid-cols-\[180px_minmax\(0\2c 1fr\)_300px\] {
    grid-template-columns: 180px minmax(0,1fr) 300px;
  }

  .lg\:grid-cols-\[1fr_420px\] {
    grid-template-columns: 1fr 420px;
  }

  .lg\:grid-cols-\[280px_1fr\] {
    grid-template-columns: 280px 1fr;
  }

  .lg\:grid-cols-\[300px_minmax\(0\2c 1fr\)\] {
    grid-template-columns: 300px minmax(0,1fr);
  }

  .lg\:grid-cols-\[76px_1fr\] {
    grid-template-columns: 76px 1fr;
  }

  .lg\:grid-cols-\[minmax\(0\2c 1fr\)_280px\] {
    grid-template-columns: minmax(0,1fr) 280px;
  }

  .lg\:grid-cols-\[minmax\(0\2c 1fr\)_300px\] {
    grid-template-columns: minmax(0,1fr) 300px;
  }

  .lg\:grid-cols-\[minmax\(0\2c 1fr\)_320px\] {
    grid-template-columns: minmax(0,1fr) 320px;
  }

  .lg\:grid-cols-\[minmax\(0\2c 785px\)_300px\] {
    grid-template-columns: minmax(0,785px) 300px;
  }

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

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

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

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

  .lg\:overflow-visible {
    overflow: visible;
  }

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

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

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

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

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

  .lg\:pb-0 {
    padding-bottom: 0px;
  }
}

@media (min-width: 1280px) {

  .xl\:block {
    display: block;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:w-\[420px\] {
    width: 420px;
  }

  .xl\:flex-none {
    flex: none;
  }

  .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-\[0\.9fr_1\.1fr\] {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .xl\:grid-cols-\[1\.08fr_0\.92fr\] {
    grid-template-columns: 1.08fr 0.92fr;
  }

  .xl\:grid-cols-\[1\.15fr_0\.85fr\] {
    grid-template-columns: 1.15fr 0.85fr;
  }

  .xl\:grid-cols-\[minmax\(0\2c 1\.25fr\)_minmax\(0\2c 1\.35fr\)_96px_minmax\(0\2c 0\.9fr\)\] {
    grid-template-columns: minmax(0,1.25fr) minmax(0,1.35fr) 96px minmax(0,0.9fr);
  }

  .xl\:grid-cols-\[minmax\(0\2c 1\.35fr\)_minmax\(320px\2c 0\.65fr\)\] {
    grid-template-columns: minmax(0,1.35fr) minmax(320px,0.65fr);
  }

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

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

  .xl\:grid-cols-none {
    grid-template-columns: none;
  }

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

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

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

  .xl\:justify-end {
    justify-content: flex-end;
  }

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

@media (min-width: 1536px) {

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

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