@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300&family=Bebas+Neue&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&family=Roboto:300,400,500&family=Montserrat:300,400,500&display=swap');

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

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

/*
! tailwindcss v3.4.18 | 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;
}

.inset-0{
  inset: 0px;
}

.right-2{
  right: 0.5rem;
}

.right-4{
  right: 1rem;
}

.top-1{
  top: 0.25rem;
}

.top-4{
  top: 1rem;
}

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

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

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

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

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

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

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

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

.block{
  display: block;
}

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-\[100px\]{
  height: 100px;
}

.h-\[120px\]{
  height: 120px;
}

.h-\[170px\]{
  height: 170px;
}

.h-\[200px\]{
  height: 200px;
}

.h-\[250px\]{
  height: 250px;
}

.h-\[40px\]{
  height: 40px;
}

.h-\[60vh\]{
  height: 60vh;
}

.h-\[80\%\]{
  height: 80%;
}

.h-\[88vh\]{
  height: 88vh;
}

.h-\[90px\]{
  height: 90px;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

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

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

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

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

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

.cursor-pointer{
  cursor: pointer;
}

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

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

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

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

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

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

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

.gap-2{
  gap: 0.5rem;
}

.gap-6{
  gap: 1.5rem;
}

.overflow-hidden{
  overflow: hidden;
}

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

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

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

.rounded-sm{
  border-radius: 0.125rem;
}

.border{
  border-width: 1px;
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.bg-\[\#49484825\]{
  background-color: #49484825;
}

.bg-\[\#ffffff12\]{
  background-color: #ffffff12;
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-purple-300{
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity, 1));
}

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

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

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

.from-blue-500{
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-100{
  --tw-gradient-from: #f3f4f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-500{
  --tw-gradient-from: #a855f7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-blue-600{
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}

.to-gray-200{
  --tw-gradient-to: #e5e7eb var(--tw-gradient-to-position);
}

.to-purple-600{
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}

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

.p-2{
  padding: 0.5rem;
}

.p-4{
  padding: 1rem;
}

.p-8{
  padding: 2rem;
}

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

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

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

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

.pb-10{
  padding-bottom: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-purple-600{
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}

.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

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

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

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

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

.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-md{
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

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

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

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

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

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

@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  * {
    forced-color-adjust: auto !important;
  }
}

@keyframes flash {
  0% {
    background-color: #ede9fe;
    color: #000000;
  }

  50% {
    background-color: #dbd9fd;
    color: #000000;
  }

  100% {
    background-color: #ede9fe;
    color: #000000;
  }
}

.animate-flash {
  animation: flash 1s infinite alternate ease-in-out;
}

.hover\:from-blue-600:hover{
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-gray-200:hover{
  --tw-gradient-from: #e5e7eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-purple-600:hover{
  --tw-gradient-from: #9333ea var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-blue-700:hover{
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}

.hover\:to-gray-300:hover{
  --tw-gradient-to: #d1d5db var(--tw-gradient-to-position);
}

.hover\:to-purple-700:hover{
  --tw-gradient-to: #7e22ce var(--tw-gradient-to-position);
}

.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

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

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

.focus\:border-purple-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}

.focus\:ring-purple-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:block{
  display: block;
}
/* Contenedor base de la página */
.page-container{
    background-color: #ffffff;
    min-height: 100vh;
    width: 100%;
}

/* Bloque principal: overlay (el estilo de fondo que aparece cuando se abre un modal) */
.overlay {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px); /* equivalente a backdrop-blur-sm */
    z-index: 50;
    transition: opacity 0.5s ease;
}

/* Modificador: visible */
.overlay--visible {
    opacity: 1;
    visibility: visible;
}

/* Modificador: oculto */
.overlay--hidden {
    opacity: 0;
    visibility: hidden;
}


/* Bloque principal: modal */
.modal {
    width: 100%;
    max-width: 32rem;         /* equivalente a max-w-lg */
    background-color: #ffffff;
    border-radius: 1rem;      /* rounded-2xl */
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1); /* shadow-lg */
    padding: 2rem;            /* p-8 */
    position: relative;       /* necesario para posicionar el botón de cierre */
}

/* Elemento: botón de cerrar modal */
.nav-trigger__close-button {
    position: absolute;
    top: 1rem;           /* top-4 */
    right: 1rem;         /* right-4 */
    font-size: 1.5rem;   /* text-2xl */
    color: #6b7280;      /* text-gray-500 */
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.3s ease;
    z-index: 10;         /* suficiente para estar sobre el ícono o panel */
}

/* Estado hover */
.nav-trigger__close-button:hover {
    color: #111827;      /* text-gray-900 */
}

/* Elemento: título principal del modal */
.modal__title {
    font-size: 1.5rem;       /* text-2xl */
    font-weight: 700;        /* font-bold */
    text-align: center;      /* text-center */
    color: #9333ea;          /* text-purple-600 */
    margin-bottom: 0.5rem;   /* mb-2 */
}

/* Elemento: descripción secundaria dentro del modal */
.modal__subtitle {
    color: #6b7280;        /* text-gray-500 */
    text-align: center;    /* text-center */
    margin-bottom: 1.5rem; /* mb-6 */
    font-size: 1rem;       /* opcional: tamaño base */
    line-height: 1.5;      /* mejora la legibilidad */
}

/* Bloque principal: Formulario de autenticación del modal */
.auth-form {
    width: 100%;
}

/* Elemento: es de cada conjunto label + input */
.auth-form__group {
    margin-bottom: 1rem; /* Espaciado entre campos */
}

/* Elemento: Etiqueta de cada campo */
.auth-form__label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
}

/* Elemento: input */
.auth-form__input {
    width: 100%;
    margin-top: 0.25rem;
    padding: 0.5rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    font-size: 1rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease; /* Transición suave al enfocar */
}

/* Elemento: Estilo cuando el input está enfocado */
.auth-form__input:focus {
    outline: none;            /* Elimina el borde azul por defecto */
    border-color: #a855f7;    /* Borde púrpura al enfocar */
    box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.3); /* Halo púrpura alrededor */
}

/* Elemento: Botón de envío del formulario */
.auth-form__submit {
    width: 100%;
    padding: 0.5rem 1rem;
    color: white;
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Sombra media */
    background-image: linear-gradient(to right, #a855f7, #9333ea); /* Degradado púrpura */
    transition: background 0.3s ease;
    cursor: pointer;
}

/* Efecto hover en el botón */
.auth-form__submit:hover {
    background-image: linear-gradient(to right, #9333ea, #7e22ce);
}

/* Variante del botón cuando está en estado de carga */
.auth-form__submit--loading {
    background-color: #d8b4fe; /* Púrpura claro */
    cursor: not-allowed;       /* Cursor bloqueado */
    background-image: none;    /* Elimina el degradado */
}

/* Elemento: Texto que invita a cambiar entre signin/signup */
.auth-form__switch {
    margin-top: 1rem;
    text-align: center;
    font-size: 0.875rem;
    color: #6b7280; /* Gris medio */
}

/* Botón que permite alternar entre formularios */
.auth-form__link {
    color: #9333ea;            /* Púrpura intenso */
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    font-weight: 500;
}

/* Bloque principal del encabezado */
.header {
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Contenedor interno del header */
.header__container {
    width: 93%;
    margin: 0 auto;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Contenedor del logo */
.header__logo {
    width: 80px;
    height: 48px;
}

/* 🖼Imagen del logo */
.header__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

/* Contenedor de botones de acción */
.header__actions {
    display: flex;
    gap: 1rem;
}

/* Botón de inicio de sesión */
.header__button--signin {
    padding: 0.5rem 1.5rem;
    background-image: linear-gradient(to right, #3b82f6, #2563eb);
    color: white;
    font-weight: 600;
    border-radius: 9999px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

/* Efecto hover*/
.header__button--signin:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}

/* Botón de registro */
.header__button--signup {
    padding: 0.5rem 1.5rem;
    background-image: linear-gradient(to right, #a855f7, #ec4899);
    color: white;
    font-weight: 600;
    border-radius: 9999px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.header__button--signup:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}


/* Bloque principal: Sección principal de bienvenida */
.welcome-section {
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
    background-color: #f9fafb;
}

/* Título principal */
.welcome-section__title {
    font-size: 2.25rem;
    font-weight: 800;
    color: #111827;
    text-align: center;
    line-height: 1.2;
}

@media (min-width: 640px) {
    .welcome-section__title {
        font-size: 3rem;
    }
}

/* Palabra destacada con gradiente */
.welcome-section__highlight {
    background-image: linear-gradient(to right, #a855f7, #3b82f6);
    -webkit-background-clip: text;
            background-clip: text;
    color: transparent;
}

/* Contenedor del mensaje promocional */
.welcome-section__message-box {
    width: 100%;
    max-width: 48rem;
    background-image: linear-gradient(to bottom right, #3b82f6, #a855f7);
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    text-align: center;
}

@media (min-width: 768px) {
    .welcome-section__message-box {
        padding: 3rem;
    }
}

/* Subtítulo dentro del mensaje */
.welcome-section__message-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .welcome-section__message-title {
        font-size: 2.25rem;
    }
}

/* Texto descriptivo */
.welcome-section__message-text {
    font-size: 1.125rem;
    color: #e5e7eb;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .welcome-section__message-text {
        font-size: 1.25rem;
    }
}

/* Palabra animada con gradiente */
.welcome-section__message-highlight {
    background-image: linear-gradient(to right, #facc15, #ca8a04);
    -webkit-background-clip: text;
            background-clip: text;
    color: transparent;
    animation: bounce 1s infinite;
}

/* Botón de llamada a la acción */
.welcome-section__cta-button {
    margin-top: 1.5rem;
    padding: 0.75rem 2rem;
    background-color: white;
    color: #9333ea;
    font-weight: 600;
    border-radius: 9999px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.welcome-section__cta-button:hover {
    background-color: #f3f4f6;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: scale(1.05);
}
/* Contenedor base de la página */
.page-container {
    background-color: #ffffff;
    min-height: 100vh;
    width: 100%;
}

/* Bloque principal: Header */
.header {
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}

/* Subbloque: contenedor interno del header */
.header__container {
    width: 93%;
    margin: 0 auto;
    padding: 0.75rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* Bloque: logo principal */
.header__logo {
    display: block;
    width: 80px;
    height: 48px;
    flex-shrink: 0;
}

/* Elemento: imagen dentro del logo */
.header__logo-img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

/* Bloque: acciones del usuario (botón + avatar + menú) */
.header__actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
}

/* Elemento: botón de creación */
.header__create-button {
    padding: 0.5rem 1.5rem;
    background: linear-gradient(to right, #3b82f6, #2563eb);
    color: white;
    font-weight: 600;
    border-radius: 9999px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.header__create-button:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* Elemento: contenedor clickeable del avatar */
.header__avatar-wrapper {
    cursor: pointer;
}

/* Elemento: avatar circular con inicial */
.header__avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #a855f7;
    background-color: #f3e8ff;
    color: #a855f7;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.header__avatar:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    border-color: #6b21a8;
    color: #6b21a8;
}

/* Bloque: menú desplegable del usuario */
.header__menu {
    position: absolute;
    top: 60px;
    right: 0;
    width: 350px;
    background-color: #ffffff;
    padding: 1rem;
    border-radius: 0.75rem;
    border: 1px solid #d1d5db;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
}

/* Modificador: menú visible */
.header__menu--visible {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

/* Modificador: menú oculto */
.header__menu--hidden {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20px);
}

/* Subbloque: encabezado del menú con avatar e info */
.header__menu-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

/* Elemento: avatar dentro del menú */
.header__menu-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #a855f7;
    background-color: #f3e8ff;
    color: #a855f7;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Elemento: contenedor de nombre y email */
.header__menu-info {
    display: flex;
    flex-direction: column;
}

/* Elemento: nombre del usuario */
.header__menu-name {
    font-size: 1.125rem;
    font-weight: bold;
    color: #333333;
}

/* Elemento: email del usuario */
.header__menu-email {
    font-size: 0.875rem;
    color: #777777;
}

/* Elemento: lista de opciones del menú */
.header__menu-list {
    color: #555555;
    font-weight: 500;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Elemento: ítem de la lista (ej. cerrar sesión) */
.header__menu-item {
    padding: 0.5rem;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.header__menu-item:hover {
    background-color: #f8f8f8;
}

/* Responsive: distribución vertical en móviles */
@media (max-width: 768px) {
    .header__content {
        flex-direction: column;
        align-items: flex-start;
    }

    .header__actions {
        margin-top: 1rem;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}

/* Bloque principal: Layout */
.layout {
    width: 100%;
    position: relative;

    display: flex;
    margin-top: 4rem; /* equivalente a mt-16 */
}

/* Subbloque: contenido principal (a la derecha del sidebar) */
.layout__main {
    margin-left: 300px; /* debe coincidir con el ancho del sidebar */
    width: calc(100% - 300px);
    height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
}


/* Subbloque: contenedor interno del contenido */
.layout__main-inner {
    padding-top: 1rem;
    padding-right: 1rem;
}


/* Bloque principal: Sidebar */
.sidebar {
    position: fixed;
    top: 80px;
    left: 0;
    width: 300px;
    height: calc(100vh - 70px);
    padding: 0.25rem;
    background-color: #f9f9f9;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    z-index: 10;
}


/* Subbloque: encabezado del usuario */
.sidebar__user {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 1.25rem;
    display: flex;
    justify-content: flex-start;
    gap: 1.25rem;
    align-items: center;
    margin-bottom: 1.5rem;
}

/* Elemento: avatar circular con inicial */
.sidebar__avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #a855f7;
    background-color: #f3e8ff;
    color: #a855f7;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

/* Elemento: contenedor de nombre */
.sidebar__username {
    display: flex;
    flex-direction: column;
}

/* Elemento: nombre del usuario */
.sidebar__username-text {
    color: #333333;
    font-weight: bold;
    font-size: 1rem;
}

/* Bloque: navegación lateral */
.sidebar__nav {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    color: #555555;
}

/* Elemento: ítem de navegación */
.sidebar__nav-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

/* Modificador: ítem activo */
.sidebar__nav-item--active {
    background-color: #e0e0e0;
}

/* Modificador: ítem hover */
.sidebar__nav-item:hover {
    background-color: #f3f3f3;
}

/* Iconos dentro del ítem */
.sidebar__nav-icon {
    font-size: 1.25rem;
}
@font-face{font-family:"revicons";fallback:fallback;src:url("/assets/revicons-DbTteTvA.woff") format('woff'),url("/assets/revicons-CBqxZnew.ttf") format('ttf'),url("/assets/revicons-BNIKeAUC.eot") format('ttf')}.react-multi-carousel-list{display:flex;align-items:center;overflow:hidden;position:relative}.react-multi-carousel-track{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;position:relative;transform-style:preserve-3d;backface-visibility:hidden;will-change:transform,transition}.react-multiple-carousel__arrow{position:absolute;outline:0;transition:all .5s;border-radius:35px;z-index:1000;border:0;background:rgba(0,0,0,0.5);min-width:43px;min-height:43px;opacity:1;cursor:pointer}.react-multiple-carousel__arrow:hover{background:rgba(0,0,0,0.8)}.react-multiple-carousel__arrow::before{font-size:20px;color:#fff;display:block;font-family:revicons;text-align:center;z-index:2;position:relative}.react-multiple-carousel__arrow:disabled{cursor:default;background:rgba(0,0,0,0.5)}.react-multiple-carousel__arrow--left{left:calc(4% + 1px)}.react-multiple-carousel__arrow--left::before{content:"\e824"}.react-multiple-carousel__arrow--right{right:calc(4% + 1px)}.react-multiple-carousel__arrow--right::before{content:"\e825"}.react-multi-carousel-dot-list{position:absolute;bottom:0;display:flex;left:0;right:0;justify-content:center;margin:auto;padding:0;margin:0;list-style:none;text-align:center}.react-multi-carousel-dot button{display:inline-block;width:12px;height:12px;border-radius:50%;opacity:1;padding:5px 5px 5px 5px;box-shadow:none;transition:background .5s;border-width:2px;border-style:solid;border-color:grey;padding:0;margin:0;margin-right:6px;outline:0;cursor:pointer}.react-multi-carousel-dot button:hover:active{background:#080808}.react-multi-carousel-dot--active button{background:#080808}.react-multi-carousel-item{transform-style:preserve-3d;backface-visibility:hidden}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.react-multi-carousel-item{flex-shrink:0 !important}.react-multi-carousel-track{overflow:visible !important}}[dir='rtl'].react-multi-carousel-list{direction:rtl}.rtl.react-multiple-carousel__arrow--right{right:auto;left:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--right::before{content:"\e824"}.rtl.react-multiple-carousel__arrow--left{left:auto;right:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--left::before{content:"\e825"}
.star {
  position: absolute;
  z-index: 2;
  color: white;
  animation-duration: 1500ms;
  animation-fill-mode: forwards;
  pointer-events: none;
}

@keyframes fall-1 {
  0% {
    transform: translate(0px, 0px) rotateX(45deg) rotateY(30deg) rotateZ(0deg) scale(0.25);
    opacity: 0;
  }

  5% {
    transform: translate(10px, -10px) rotateX(45deg) rotateY(30deg) rotateZ(0deg) scale(1);
    opacity: 1;
  }

  100% {
    transform: translate(25px, 200px) rotateX(180deg) rotateY(270deg) rotateZ(90deg) scale(1);
    opacity: 0;
  }
}

@keyframes fall-2 {
  0% {
    transform: translate(0px, 0px) rotateX(-20deg) rotateY(10deg) scale(0.25);
    opacity: 0;
  }

  10% {
    transform: translate(-10px, -5px) rotateX(-20deg) rotateY(10deg) scale(1);
    opacity: 1;
  }

  100% {
    transform: translate(-10px, 160px) rotateX(-90deg) rotateY(45deg) scale(0.25);
    opacity: 0;
  }
}

@keyframes fall-3 {
  0% {
    transform: translate(0px, 0px) rotateX(0deg) rotateY(45deg) scale(0.5);
    opacity: 0;
  }

  15% {
    transform: translate(7px, 5px) rotateX(0deg) rotateY(45deg) scale(1);
    opacity: 1;
  }

  100% {
    transform: translate(20px, 120px) rotateX(-180deg) rotateY(-90deg) scale(0.5);
    opacity: 0;
  }
}.header-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
    z-index: 11;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.header-main__logo {
    width: 80px;
    height: 48px;
    border: none;
    background: none;
    cursor: pointer;
}

.header-main__logo-img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.header-main__title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #ccc;
    outline: none;
    background: transparent;
}

.header-main__actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header-main__button {
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.header-main__button--success {
    background-color: #22c55e;
    color: white;
}

.header-main__button--success:hover {
    background-color: #16a34a;
}

.header-main__button--warn {
    background-color: #f59e0b;
    color: white;
}

.header-main__button--warn:hover {
    background-color: #d97706;
}

.header-main__button--disabled {
    background-color: #9ca3af;
    cursor: not-allowed;
    color: white;
}

.header-main__videoclass {
    padding: 0.5rem 1rem;
    background: linear-gradient(to right, #3b82f6, #2563eb);
    color: white;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.header-main__videoclass:hover {
    background: linear-gradient(to right, #2563eb, #1d4ed8);
}
.context-menu {
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    border-radius: 4px;
    padding: 5px 0;
    min-width: 150px;
}

.context-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.context-menu li {
    padding: 8px 12px;
    cursor: pointer;
    font-family: var(--font-primary, sans-serif);
    font-size: 14px;
    color: #333;
    transition: background-color 0.2s;
}

.context-menu li:hover {
    background-color: #f0f0f0;
}
.estado-microfrontend {
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 30;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    pointer-events: none;
}

.mensaje-info,
.mensaje-error {
    padding: 0.75em 1em;
    border-radius: 6px;
    font-size: 0.9rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    pointer-events: auto;
}

.mensaje-info {
    background-color: #007acc;
    color: white;
}

.mensaje-error {
    background-color: #e53935;
    color: white;
}

.mensaje-info,
.mensaje-error {
    opacity: 0;
    animation: fadeIn 0.3s ease forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}
:root {
    --usach-azul-gris: #394049;
    --usach-naranja: #EA7600;
    --usach-verde: #00A499;
    --usach-gris-claro: #F5F5F5;
    --usach-gris-medio: #CCCCCC;
    --usach-negro: #222222;
    --usach-blanco: #FFFFFF;
}

/* === Contenedor general === */
.base Videoclase {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    gap: 2em;
    transition: transform 0.6s ease;
}

.base Metadatos {
    display: none;
}

/* === Estructura de Diapositiva === */
.base Diapositiva {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    aspect-ratio: 16 / 9;
    padding: 2em 3em;
    background-color: white;
    margin-bottom: 20px;
    /*overflow: hidden;*/
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}

.base Diapositiva[titulo]::before {
    content: attr(titulo);
    display: block;
    margin-bottom: 1em;
    text-align: center;
    width: 100%;
}

/* === Disposiciones === */
.base Diapositiva[disposicion="individual"] {
    display: flex;
    flex-direction: column;
}

.base Diapositiva[disposicion="individual"] region {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.base Diapositiva[disposicion="duo-horizontal"] {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.base Diapositiva[disposicion="duo-horizontal"] region {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}


.base Diapositiva[disposicion="duo"] {
    display: flex;
    flex-direction: row;
    gap: 2em;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.base Diapositiva[disposicion="duo"] > *:first-child,
.base Diapositiva[disposicion="duo"] > *:last-child {
    flex: 1;
    min-width: 0;
    height: 70%;
}

.base Diapositiva[disposicion="titulo"] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.base Diapositiva[disposicion="cuarteto"] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr 1fr;
    gap: 1em;
}

.base Diapositiva[disposicion="cuarteto"]::before {
    grid-column: 1 / -1;
    text-align: center;
}

.base Diapositiva[disposicion="interactivo-alternativas"] {
    display: flex;
    justify-content: center;

}


/* === TRIO HORIZONTAL ABAJO === */
/* 1 = arriba izquierda, 2 = arriba derecha, 3 = abajo centrada */
.base Diapositiva[disposicion="trio-horizontal-abajo"] {
    display: grid;
    grid-template-areas:
        "titulo titulo"
        "region1 region2"
        "region3 region3";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr 1fr;
    gap: 1em;
}

.base Diapositiva[disposicion="trio-horizontal-abajo"]::before {
    grid-area: titulo;
    text-align: center;
}

/* Orden DOM coherente: izquierda → derecha → abajo */
.base Diapositiva[disposicion="trio-horizontal-abajo"] region:nth-of-type(1) {
    grid-area: region1; /* Arriba izquierda */
}
.base Diapositiva[disposicion="trio-horizontal-abajo"] region:nth-of-type(2) {
    grid-area: region2; /* Arriba derecha */
}
.base Diapositiva[disposicion="trio-horizontal-abajo"] region:nth-of-type(3) {
    grid-area: region3; /* Abajo, centrada (todo el ancho) */
}


/* === TRIO HORIZONTAL ARRIBA === */
/* 1 = arriba centrada, 2 = abajo izquierda, 3 = abajo derecha */
.base Diapositiva[disposicion="trio-horizontal-arriba"] {
    display: grid;
    grid-template-areas:
        "titulo titulo"
        "region1 region1"
        "region2 region3";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr 1fr;
    gap: 1em;
}

.base Diapositiva[disposicion="trio-horizontal-arriba"]::before {
    grid-area: titulo;
    text-align: center;
}

/* Usamos nth-of-type para que ignore el ::before */
.base Diapositiva[disposicion="trio-horizontal-arriba"] region:nth-of-type(1) {
    grid-area: region1; /* Arriba (centrada) */
}
.base Diapositiva[disposicion="trio-horizontal-arriba"] region:nth-of-type(2) {
    grid-area: region2; /* Abajo izquierda */
}
.base Diapositiva[disposicion="trio-horizontal-arriba"] region:nth-of-type(3) {
    grid-area: region3; /* Abajo derecha */
}


/* === TRIO VERTICAL IZQUIERDA === */
/* 1 = izquierda (toda la altura), 2 = arriba derecha, 3 = abajo derecha */
.base Diapositiva[disposicion="trio-vertical-izquierda"] {
    display: grid;
    grid-template-areas:
        "titulo titulo"
        "region1 region2"
        "region1 region3";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr 1fr;
    gap: 1em;
}

.base Diapositiva[disposicion="trio-vertical-izquierda"]::before {
    grid-area: titulo;
    text-align: center;
}

/* Usamos nth-of-type para que no cuente el ::before */
.base Diapositiva[disposicion="trio-vertical-izquierda"] region:nth-of-type(1) {
    grid-area: region1; /* izquierda */
}
.base Diapositiva[disposicion="trio-vertical-izquierda"] region:nth-of-type(2) {
    grid-area: region2; /* arriba derecha */
}
.base Diapositiva[disposicion="trio-vertical-izquierda"] region:nth-of-type(3) {
    grid-area: region3; /* abajo derecha */
}


/* === TRIO VERTICAL DERECHA === */
/* 1 = izquierda arriba, 2 = izquierda abajo, 3 = derecha (toda la altura) */
.base Diapositiva[disposicion="trio-vertical-derecha"] {
    display: grid;
    grid-template-areas:
        "titulo titulo"
        "region1 region3"
        "region2 region3";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr 1fr;
    gap: 1em;
}

.base Diapositiva[disposicion="trio-vertical-derecha"]::before {
    grid-area: titulo;
    text-align: center;
}

/* Usamos nth-of-type para no contar el ::before */
.base Diapositiva[disposicion="trio-vertical-derecha"] region:nth-of-type(1) {
    grid-area: region1; /* Izquierda arriba */
}
.base Diapositiva[disposicion="trio-vertical-derecha"] region:nth-of-type(2) {
    grid-area: region2; /* Izquierda abajo */
}
.base Diapositiva[disposicion="trio-vertical-derecha"] region:nth-of-type(3) {
    grid-area: region3; /* Derecha grande */
}


/* === Regiones === */
.base region {
    display: block;
}

/* === Regiones === */
.usach-render Diapositiva region {
    border: 4px dashed #c9c9c9;
}

.base Diapositiva region {
    display: flex;
    justify-content: center;
    align-items: center;
}

.base region[justificacion="izquierda"] {  justify-content: flex-start;}
.base region[justificacion="centro"] {  justify-content: center; }
.base region[justificacion="derecha"] {  justify-content: flex-end; }

/* === Texto y subtítulo === */
.base texto {
    display: block;
    font-size: 0.75em;
    line-height: 1.5;
    margin: 0.6em 0;
}

.base subtitulo {
    display: block;
    font-weight: bold;
    margin: 0.6em 0;
}

/* === Listas === */
.base listaOrdenada,
.base listaNoOrdenada {
    margin: 1em 2em;
    font-size: 0.75em;
}

.base listaOrdenada item,
.base listaNoOrdenada item {
    display: list-item;
    margin: 0.4em 0;
}

/* === Tablas === */
.base tabla {
    display: table;
    border-collapse: collapse;
    margin: 1em auto;
    font-size: 0.75em;
}
.base fila { display: table-row; }
.base celda {
    display: table-cell;
    padding: 0.5em 1em;
}

/* === Imágenes === */
.base img {
    display: block;
    width: 50%; /* Ocupa la mitad del contenedor */
    margin: 1em auto;
    color: #DC2626;
    height: auto;
    border-radius: 0.25rem;
    z-index: 40;
}


/* === Código === */
.base codigo {
    display: block;
    padding: 1em;
    font-family: monospace;
    font-size: 0.75em;
    white-space: pre-wrap;
}

/* === Preguntas y alternativas === */
.base pregunta {
    display: block;
    font-size: 1.75em;
    font-weight: bold;
    margin-bottom: 1em;
}

/* Asegura que alternativas y alternativa se reconozcan como clases o etiquetas */
.base alternativas {
    display: block;
    margin-top: 1em;
}

.base alternativa{
    display: block;
    margin: 0.4em 0;
    padding: 0.5em;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

alternativa[correcto="true"] {
    background-color: #a1dca1;
    border: 1px solid #4caf50;
}


/* Estilo para retroalimentación */
.base qitem retroalimentacion {
    display: block;
    margin-top: 1em;
    font-style: italic;
    color: #555;
}


/*lista*/
.base listaOrdenada {
    display: block;
    counter-reset: item;
    padding-left: 1.5rem;
}

.base listaOrdenada > item {
    display: block;
    position: relative;
    margin-bottom: 0.5rem;
    counter-increment: item;
}

.base listaOrdenada > item::before {
    content: counter(item) ". ";
    position: absolute;
    left: -1.5rem;
    font-weight: bold;
}

/*========= banco de pregunta ========*/
.base banco {
    border: 2px dashed #999;
    background-color: #f9f9f9;
    padding: 1rem;
    text-align: center;
    color: #666;
    font-style: italic;
    position: relative;
}

.base banco::before {
    content: "Plantilla de banco de preguntas";
    display: block;
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: #444;
}

.base banco > * {
    display: none;
}

:root {
    --usach-azul-gris: #394049;
    --usach-naranja: #EA7600;
    --usach-verde: #00A499;
    --usach-gris-claro: #F5F5F5;
    --usach-gris-medio: #CCCCCC;
    --usach-negro: #222222;
    --usach-blanco: #FFFFFF;
}

/*------------------------------------*/
/* RESET GLOBAL */
/*------------------------------------*/
/*------------------------------------*/
/* GLOBAL RESET FOR MAIN2 CONTEXT */
/*------------------------------------*/
.main2-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    background: #f9f9f9;
    font-family: sans-serif;
    z-index: 1; /* Ensure it sits above default content if necessary */
    overflow: hidden; /* Prevent body scroll bars from showing up */
}

/*------------------------------------*/
/* HEADER FIJO */
/*------------------------------------*/
.header-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
    z-index: 11;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/*------------------------------------*/
/* CONTENEDOR PRINCIPAL */
/*------------------------------------*/
.contenedor-principal {
    position: relative;
    display: flex;
    height: calc(100vh - 100px);
    /* debajo del header */
    width: 100vw;
    margin-top: 100px;
    /* empuja contenido bajo el header */
    background: #f9f9f9;
    overflow: hidden;
}

/*------------------------------------*/
/* MINIATURA */
/*------------------------------------*/
.miniatura {
    flex: 0 0 300px;
    /* ancho fijo lateral */
    height: 100%;
    background: #f9f9f9;
    border-right: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 8px;
    box-sizing: border-box;
}

.miniatura-scroll {
    flex: 1;
    overflow-y: auto;
    padding: 8px;
    box-sizing: border-box;
}

.miniatura-contenedor {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.miniatura-numero {
    font-size: 1.1rem;
    font-weight: bold;
    width: 20px;
    height: 20px;
    color: darkslateblue;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.miniatura-img {
    max-width: 85%;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border 0.2s ease;
}

.miniatura-img.seleccionada {
    border: 3px solid #ff5722;
    box-shadow: 0 0 8px rgba(255, 87, 34, 0.6);
    border-radius: 4px;
}

/*------------------------------------*/
/* CANVAS CENTRAL */
/*------------------------------------*/
.canvas-central {
    flex: 0 0 55%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 2rem;
    box-sizing: border-box;
    position: relative;
}

.render-scroll-wrapper {
    flex: 1;
    width: 100%;
    overflow-y: auto;
    padding-bottom: 4em;
}

.region-render {
    position: relative;
}

.icono-region-vacia {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    color: #007acc;
    pointer-events: none;
    opacity: 0.6;
}

.region-activa {
    outline: 4px solid var(--usach-naranja);
    border-radius: 4px;
    transition: outline 0.3s ease-in-out;
}

.diapositiva-renderizada__contenido {
    position: relative;
}

.boton-agregar {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 2em;
    gap: 20px;
}

.boton-agregar button {
    background-color: var(--usach-naranja);
    color: var(--usach-blanco);
    border: none;
    padding: 0.75em 2em;
    font-size: 1em;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.boton-agregar button:hover {
    background-color: var(--usach-verde);
}

.boton-eliminar-diapositiva {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 8px;
    right: 8px;
    z-index: 11;
    background-color: #e53935;
    color: white;
    border: none;
    border-radius: 50%;
    width: 8px;
    height: 40px;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: pointer;
}

.boton-eliminar-diapositiva:hover {
    background-color: #c62828;
}

/*------------------------------------*/
/* MICROFRONTEND REMOTO (DERECHA) */
/*------------------------------------*/
.contenedor-templates {
    height: 700px;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    border-left: 1px solid #ccc;
    padding: 1rem;
}


/*------------------------------------*/
/* ZONA DE INSERCIÓN (INSERT ZONE) */
/*------------------------------------*/
.insert-zone {
    height: 10px;
    /* Espacio pequeño normal */
    width: 100%;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.2s ease;
    margin: 2px 0;
}

.insert-zone:hover {
    height: 30px;
    /* Se expande al pasar el mouse */
    opacity: 1;
    background-color: rgba(0, 123, 255, 0.1);
}

.insert-line {
    position: absolute;
    width: 90%;
    height: 2px;
    background-color: var(--usach-naranja);
    /* Usando variables existentes */
    top: 50%;
    transform: translateY(-50%);
}

.insert-plus {
    position: relative;
    background-color: var(--usach-naranja);
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    z-index: 2;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
}

.insert-zone:hover .insert-plus {
    transform: scale(1.1);
}