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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

.container {
  width: 100%;
}

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

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

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

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

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

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0px;
}

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

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

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

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

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

.mb-10 {
  margin-bottom: 2.5rem;
}

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

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

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

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

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

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

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

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

.ml-2 {
  margin-left: 0.5rem;
}

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

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

.mt-0 {
  margin-top: 0px;
}

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

.mt-10 {
  margin-top: 2.5rem;
}

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

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

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

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

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}

.h-0 {
  height: 0px;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-screen {
  height: 100vh;
}

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

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

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

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

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

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

.list-disc {
  list-style-type: disc;
}

.list-none {
  list-style-type: none;
}

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-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-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.rounded-none {
  border-radius: 0px;
}

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

.border-l-4 {
  border-left-width: 4px;
}

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

.bg-current {
  background-color: currentColor;
}

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

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

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

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

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

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

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

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

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

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

.pl-6 {
  padding-left: 1.5rem;
}

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

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

.pt-32 {
  padding-top: 8rem;
}

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

.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-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

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

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

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

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

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

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

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

.italic {
  font-style: italic;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

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

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}

.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity));
}

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

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

.opacity-50 {
  opacity: 0.5;
}

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

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.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-all {
  transition-property: all;
  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;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* Acá podés pegar reglas de tu style.css personalizado si querés fusionar todo */

/* Estilos Generales y Variables CSS - Nueva Estética */

:root {
  --color-bg-main: #FFFFFF;
  /* Fondo principal blanco */
  --color-bg-section: #F8F9FA;
  /* Gris muy claro para secciones */
  --color-bg-card: #FFFFFF;
  /* Fondo de tarjetas blanco */
  --color-text-main: #212529;
  /* Texto principal casi negro */
  --color-text-secondary: #495057;
  /* Texto secundario gris oscuro */
  --color-text-title: #000000;
  /* Títulos negros */
  --color-text-light: #FFFFFF;
  /* Texto claro para fondos oscuros */
  --color-text-placeholder: #6C757D;
  /* Placeholder para modo claro */
  --color-border-subtle: #DEE2E6;
  /* Borde sutil gris claro */
  --color-border-input: #CED4DA;
  /* Borde para inputs */
  --color-accent-primary: #000000;
  /* Acento principal (negro) */
  --color-accent-primary-hover: #343A40;
  /* Hover para acento principal */
  --color-chinese-seal-red: #bd0606;
  /* Rojo Sello Chino */
  --color-chinese-seal-red-hover: #B30000;
  /* Rojo Sello Chino Hover */
  --color-error: #fffb00;
  /* Rojo para errores */
  --hero-overlay-color: rgba(0, 0, 0, 0.3);
  /* Tipografías */
  --font-title: 'Noto Serif SC', serif;
  --font-body: 'Inter', sans-serif;
  /* Colores para Modo Oscuro */
  --color-dm-bg-main: #1a1c1f;
  --color-dm-bg-section: #24262b;
  /* Ligeramente más claro que el fondo principal oscuro */
  --color-dm-bg-card: #2e3035;
  /* Un poco más claro para tarjetas en modo oscuro */
  --color-dm-text-main: #F3F4F6;
  --color-dm-text-secondary: #D1D5DB;
  --color-dm-text-title: #FFFFFF;
  --color-dm-border-subtle: #4B5563;
  --color-dm-border-input: #525861;
  /* Ligeramente más claro para mejor visibilidad en fondos oscuros */
  --color-dm-chinese-seal-red: #01c40b;
  /* Verde como lo tenías para el modo oscuro */
  --color-dm-chinese-seal-red-hover: #007406;
  /* Verde más oscuro para hover */
  --color-dm-text-placeholder: #888c92;
  /* Placeholder más claro para modo oscuro */
}

body {
  line-height: 1.7;
  scroll-behavior: smooth;
  color: var(--color-text-main);
  background-color: var(--color-bg-main);
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  /* Standard */
  font-family: var(--font-body);
}

.font-title {
  color: var(--color-text-title);
  font-family: var(--font-title);
  font-weight: 600;
}

a {
  color: var(--color-chinese-seal-red);
  text-decoration: none;
}

a:hover {
  color: var(--color-chinese-seal-red-hover);
}

/* Fondos y Texturas */

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

.hero-fullscreen-bg {
  position: relative;
  color: white;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: opacity 0.5s ease-in-out;
}

.hero-fullscreen-bg::before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--hero-overlay-color);
  content: "";
}

.hero-index-bg {
  background-image: url('background/000.webp');
}

.hero-clases-bg {
  background-image: url('background/006.webp');
}

.hero-hub-bg {
  background-image: url('background/002.webp');
}

.hero-sobre-mi-bg {
  background-image: url('background/003.webp');
}

.hero-ia-bg {
  background-image: url('background/004.webp');
}

.hero-masajes-bg {
  background-image: url('background/005.webp');
}

.hero-aula-bg {
  background-image: url('background/008.webp');
}

.hero-tienda-bg {
  background-image: url('background/007.webp');
}

/* Preload overlay for hero images */

.hero-fullscreen-bg.preload-hidden {
  opacity: 0;
}

.hero-loading-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.5s ease;
}

.hero-loading-overlay.fade-out {
  opacity: 0;
}

.hero-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid var(--color-chinese-seal-red);
  border-radius: 50%;
  animation: hero-spin 1s linear infinite;
}

@keyframes hero-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

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

/* Cards de Servicio */

.service-card-modern {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  background-color: var(--color-bg-card);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.service-card-modern:hover {
  box-shadow: 0 6px 25px var(--color-chinese-seal-red-hover);
  transform: translateY(-4px);
}

.service-card-modern h3 {
  margin-bottom: 0.75rem;
  color: var(--color-text-title);
  font-family: var(--font-title);
  font-size: 1.25rem;
  font-weight: 600;
}

.service-card-modern p {
  flex-grow: 1;
  line-height: 1.65;
  margin-bottom: 1.5rem;
  color: var(--color-text-secondary);
  font-family: var(--font-body);
  font-size: 0.95rem;
}

.service-card-modern .service-link {
  display: inline-block;
  padding: 0.25rem 0;
  margin-top: auto;
  font-size: 0.9rem;
  font-weight: 500;
}

/* Botones */

.button-manuscript {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border: 2px solid var(--color-chinese-seal-red);
  color: var(--color-chinese-seal-red);
  background-color: transparent;
  text-align: center;
  font-family: var(--font-body);
  font-weight: 500;
  text-decoration: none;
}

.button-manuscript:hover {
  color: var(--color-text-light);
  background-color: var(--color-chinese-seal-red);
}

/* Navegación Dinámica */

#mainNav {
  border-bottom-width: 1px;
}

#mainNav.nav-transparent {
  border-bottom-color: transparent;
  opacity: 0;
  background-color: transparent;
  box-shadow: none;
  pointer-events: none;
}

#mainNav.nav-transparent #mainNavLogo {
  color: var(--color-text-light);
}

#mainNav.nav-transparent #mobile-menu-button span {
  background-color: var(--color-text-light);
}

#mainNav.nav-transparent #mainNavMenu a, #mainNav.nav-transparent #mobile-menu a {
  color: var(--color-chinese-seal-red);
}

#mainNav.nav-transparent #mainNavMenu a:hover, #mainNav.nav-transparent #mobile-menu a:hover {
  color: var(--color-chinese-seal-red-hover);
}

#mainNav.nav-transparent #mobile-menu {
  border-top-color: rgba(255, 255, 255, 0.15);
  background-color: rgba(10, 10, 10, 0.9);
}

#mainNav.nav-opaque {
  border-bottom-color: var(--color-border-subtle);
  opacity: 1;
  background-color: var(--color-bg-main);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  pointer-events: auto;
}

#mainNav.nav-opaque #mainNavLogo {
  color: var(--color-text-title);
}

#mainNav.nav-opaque #mobile-menu-button span {
  background-color: var(--color-text-main);
}

#mainNav.nav-opaque #mainNavMenu a, #mainNav.nav-opaque #mobile-menu a {
  color: var(--color-chinese-seal-red);
}

#mainNav.nav-opaque #mainNavMenu a:hover, #mainNav.nav-opaque #mobile-menu a:hover {
  color: var(--color-chinese-seal-red-hover);
}

#mainNav.nav-opaque #mobile-menu {
  border-top-color: var(--color-border-subtle);
  background-color: var(--color-bg-main);
}

/* Animación Fade-in */

.fade-in {
  opacity: 0;
  animation: fadeInAnimation 0.8s ease-out forwards;
}

@keyframes fadeInAnimation {
  to {
    opacity: 1;
  }
}

/* Tarjeta Genérica (usada para contacto y GPTs) */

.card-manuscript {
  border: 1px solid var(--color-border-subtle);
  background-color: var(--color-bg-card);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

/* Estilos de Formularios (para .card-manuscript Y .login-form-container) */

.card-manuscript input[type="text"], 
.card-manuscript input[type="email"],
.card-manuscript input[type="tel"],
.card-manuscript select, 
.card-manuscript textarea,
.login-form-container input[type="email"],   /* Aplicar a login form */
.login-form-container input[type="password"] /* Aplicar a login form */ {
  width: 100%;
  box-sizing: border-box;
  padding: 0.65rem 0.75rem;
  border: 1px solid var(--color-border-input);
  border-radius: 0;
  /* Para mantener consistencia si otros inputs no son redondeados */
  color: var(--color-text-main);
  background-color: var(--color-bg-main);
  font-size: 0.95rem;
}

.card-manuscript input[type="text"]::-moz-placeholder, .card-manuscript input[type="email"]::-moz-placeholder, .card-manuscript input[type="tel"]::-moz-placeholder, .card-manuscript textarea::-moz-placeholder, .login-form-container input[type="email"]::-moz-placeholder, .login-form-container input[type="password"]::-moz-placeholder /* Aplicar a login form */ {
  color: var(--color-text-placeholder);
}

.card-manuscript input[type="text"]::placeholder, 
.card-manuscript input[type="email"]::placeholder,
.card-manuscript input[type="tel"]::placeholder,
.card-manuscript textarea::placeholder,
.login-form-container input[type="email"]::placeholder,   /* Aplicar a login form */
.login-form-container input[type="password"]::placeholder /* Aplicar a login form */ {
  color: var(--color-text-placeholder);
}

.card-manuscript select,
.login-form-container select /* Si tuvieras un select en el login */ {
  padding-right: 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%233A3A3A'%3E%3Cpath fill-rule='evenodd' d='M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1.25em 1.25em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.card-manuscript input[type="checkbox"],
.login-form-container input[type="checkbox"] /* Si tuvieras checkbox en login */ {
  border-color: var(--color-border-input);
  border-radius: 0;
  color: var(--color-accent-primary);
}

.card-manuscript input:focus, .card-manuscript select:focus, .card-manuscript textarea:focus,
.login-form-container input:focus, .login-form-container select:focus, .login-form-container textarea:focus {
  border-color: var(--color-accent-primary);
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0,0,0,0.1);
}

.error-text {
  color: var(--color-error);
  font-size: 0.875rem;
}

.error-border {
  border-color: var(--color-error) !important;
}

/* Footer */

footer {
  color: #adb5bd;
  background-color: #111111;
}

footer .fa-feather-alt {
  color: #adb5bd;
}

footer a {
  color: var(--color-chinese-seal-red);
}

footer a:hover {
  color: var(--color-chinese-seal-red-hover);
}

/* Utilidades de texto */

.text-title-ink {
  color: var(--color-text-title);
}

.text-ink {
  color: var(--color-text-main);
}

.interest-tag {
  display: inline-block;
  padding: 0.25rem 0.65rem;
  border: 1px solid #DEE2E6;
  border-radius: 0;
  color: #495057;
  background-color: #E9ECEF;
  font-size: 0.85rem;
  font-weight: 500;
}

/* Aula Virtual Hub & Login Form específico */

#aula-virtual-hub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-right: auto;
  margin-left: auto;
  background-image: url('background/008.webp');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.aula-virtual-card {
  /* Para el card de presentación del hub */
  width: 60%;
  padding: 2rem;
  margin: 10rem 0;
  border-radius: 0;
  background-color: var(--color-bg-card);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.aula-virtual-card h2 {
  margin-bottom: 1rem;
  color: var(--color-text-title);
  font-family: var(--font-title);
  font-size: 1.875rem;
}

.aula-virtual-card p {
  line-height: 1.65;
  margin-bottom: 1.5rem;
  color: var(--color-text-secondary);
  font-family: var(--font-body);
  font-size: 1rem;
}

/* Estilos específicos para el contenedor del formulario de login en aulavirtual.html */

.login-form-container {
  max-width: 450px;
  /* Ancho máximo para el form de login */
  padding: 2.5rem;
  margin: 0 auto;
  /* Centrar */
  border: 1px solid var(--color-border-subtle);
  background-color: var(--color-bg-card);
  /* Usa la variable de fondo de tarjeta */
  box-shadow: 0 8px 20px rgba(0,0,0,0.07);
}

.login-form-container h2 {
  margin-bottom: 2rem;
  text-align: center;
}

.login-form-container label {
  /* Estilo para las etiquetas del form de login */
  display: block;
  margin-bottom: 0.25rem;
  /* Tailwind 'mb-1' */
  color: var(--color-text-main);
  font-family: var(--font-body);
  font-size: 0.875rem;
  /* Tailwind 'text-sm' */
  font-weight: 500;
  /* Tailwind 'font-medium' */
}

/* Divisor "O" */

.form-divider {
  display: flex;
  align-items: center;
  margin: 1.5rem 0;
  color: var(--color-text-secondary);
  text-align: center;
}

.form-divider::before, .form-divider::after {
  flex: 1;
  border-bottom: 1px solid var(--color-border-subtle);
  content: '';
}

.form-divider span {
  padding: 0 1rem;
}

/* Botón Google Sign-In */

.google-signin-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.65rem 0.75rem;
  border: 1px solid var(--color-border-input);
  border-radius: 0;
  color: var(--color-text-main);
  background-color: var(--color-bg-main);
  /* Coincide con el fondo de input */
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 500;
}

.google-signin-btn:hover {
  background-color: var(--color-bg-section);
  /* Un ligero cambio al pasar el mouse */
}

.google-signin-btn img {
  width: 18px;
  height: 18px;
  margin-right: 0.75rem;
}

/* Enlaces extra (olvidaste contraseña, crear cuenta) */

.login-form-container .extra-links {
  text-align: center;
  font-size: 0.875rem;
}

.login-form-container .extra-links a {
  color: var(--color-chinese-seal-red);
  /* Usa el color de acento para enlaces */
}

.login-form-container .extra-links a:hover {
  color: var(--color-chinese-seal-red-hover);
}

/* Aviso de demo */

.demo-notice {
  margin-top: 1.5rem;
  color: var(--color-text-secondary);
  text-align: center;
  font-size: 0.8rem;
  font-style: italic;
}

/* Placeholder para video en dashboard */

.video-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px dashed var(--color-border-input);
  background-color: var(--color-bg-section);
  /* Un color de fondo para el placeholder */
  aspect-ratio: 16 / 9;
}

body.dark-mode .video-placeholder {
  border-color: var(--color-dm-border-input);
  background-color: var(--color-dm-bg-section);
}

/* Aplicación de variables de modo oscuro */

body.dark-mode {
  --color-bg-main: var(--color-dm-bg-main);
  --color-bg-section: var(--color-dm-bg-section);
  --color-bg-card: var(--color-dm-bg-card);
  --color-text-main: var(--color-dm-text-main);
  --color-text-secondary: var(--color-dm-text-secondary);
  --color-text-title: var(--color-dm-text-title);
  --color-border-subtle: var(--color-dm-border-subtle);
  --color-border-input: var(--color-dm-border-input);
  --color-chinese-seal-red: var(--color-dm-chinese-seal-red);
  --color-text-placeholder: var(--color-dm-text-placeholder);
  /* --color-chinese-seal-red-hover: var(--color-dm-chinese-seal-red-hover, var(--color-dm-chinese-seal-red)); */
  /* Descomentar si defines hover para modo oscuro */
}

/* Transición suave para el cambio de tema */

body, body::before, body::after,
#mainNav, .service-card-modern, .card-manuscript, .login-form-container, .aula-virtual-card, footer,
input, select, textarea, button {
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
}

/* Estilos botones nav (WhatsApp, Theme) */

#theme-toggle, #whatsapp-nav-icon {
  padding: 0.3rem 0.7rem 0 0.7rem;
  border: none;
  background-color: transparent;
}

#theme-toggle i.fas, #whatsapp-nav-icon i.fab.fa-whatsapp {
  color: inherit;
}

#mainNav.nav-transparent #theme-toggle, #mainNav.nav-transparent #whatsapp-nav-icon {
  color: var(--color-text-light);
}

#mainNav.nav-opaque #theme-toggle, #mainNav.nav-opaque #whatsapp-nav-icon {
  color: var(--color-text-main);
}

#mainNav #theme-toggle:hover {
  border-radius: 0.375rem;
  background-color: rgba(128, 128, 128, 0.1);
}

#mainNav #whatsapp-nav-icon:hover {
  color: #01c40b;
}

.img-mias-top {
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.border-chinese-seal-red {
  border-color: var(--color-chinese-seal-red);
}

.text-chinese-seal-red {
  color: var(--color-chinese-seal-red);
}

/* Accessible skip link */

.skip-link {
  position: absolute;
  top: auto;
  left: -1000px;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

.skip-link:focus {
  position: static;
  z-index: 1000;
  width: auto;
  height: auto;
  padding: 0.5rem;
  color: #000;
  background: #fff;
}

.audio-block {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 1em;
}

.audio-btn {
  display: flex;
  align-items: center;
  margin-bottom: 0.25em;
  border: none;
  color: #b00020;
  /* Rojo por defecto */
  background: none;
  cursor: pointer;
  transition: color 0.2s, transform 0.1s;
  font-size: 1.5rem;
}

.audio-label {
  margin-left: 0.5em;
  color: #b00020;
  transition: color 0.2s;
  font-size: 1rem;
  font-weight: 600;
}

.audio-btn .icon-pause {
  display: none;
}

.audio-btn.playing {
  color: #ffd600 !important;
  /* Amarillo al sonar */
  animation: pulse 1s infinite;
}

.audio-btn.playing .audio-label {
  color: #ffd600 !important;
}

.audio-btn.playing .icon-play {
  display: none;
}

.audio-btn.playing .icon-pause {
  display: inline;
}

.audio-btn .icon-pause {
  display: none;
}

.audio-btn.playing .icon-pause {
  display: inline;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.13);
  }

  100% {
    transform: scale(1);
  }
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.hover\:text-green-600:hover {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.hover\:text-green-700:hover {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

.hover\:text-indigo-700:hover {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}

.hover\:text-pink-700:hover {
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity));
}

.hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

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

.hover\:opacity-80:hover {
  opacity: 0.8;
}

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

.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px;
}

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

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

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

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

  .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

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

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

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .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\:flex-row {
    flex-direction: row;
  }

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

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

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

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

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

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

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

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

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

  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

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

/* Solo devolvemos el color blanco a los títulos dentro de cualquier hero */
.hero-fullscreen-bg .font-title {
  color: inherit !important;
}

.section-bg-dynamic {
    background-color: var(--color-chinese-seal-red) !important;
    color: #fff !important;
    transition: background-color 0.3s, color 0.3s;
  }
  body.dark-mode .section-bg-dynamic {
    background-color: var(--color-dm-chinese-seal-red) !important;
    color: #000 !important;
  }

 /* Botones invertidos al 100% */
.button-manuscript-inverted {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border: 2px solid #000;    /* borde blanco */
  color:  var(--color-text-light);              /* texto blanco */
  background-color: #000; 
  text-align: center;
  font-family: var(--font-body);
  font-weight: 500;
  text-decoration: none;
}

.button-manuscript-inverted:hover {
  color:            var(--color-chinese-seal-red); /* texto rojo al pasar */
  background-color: var(--color-text-light);       /* fondo blanco al pasar */
}
 