*, ::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.14 | 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;
}
.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;
  }
}
.relative {
  position: relative;
}
.z-10 {
  z-index: 10;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-mt-px {
  margin-top: -1px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-full {
  height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-16 {
  width: 4rem;
}
.w-36 {
  width: 9rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-7xl {
  max-width: 80rem;
}
.shrink-0 {
  flex-shrink: 0;
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize {
  resize: both;
}
.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}
.snap-start {
  scroll-snap-align: start;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.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));
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.bg-\[\#121224\] {
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 36 / var(--tw-bg-opacity));
}
.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-emerald-400\/20 {
  background-color: rgb(52 211 153 / 0.2);
}
.bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}
.bg-sky-400\/90 {
  background-color: rgb(56 189 248 / 0.9);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-fuchsia-400 {
  --tw-gradient-from: #e879f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-700 {
  --tw-gradient-from: #374151 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-700\/50 {
  --tw-gradient-from: rgb(55 65 81 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/20 {
  --tw-gradient-from: rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-transparent {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-sky-400 {
  --tw-gradient-to: #38bdf8 var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-center {
  background-position: center;
}
.stroke-gray-400 {
  stroke: #9ca3af;
}
.stroke-gray-600 {
  stroke: #4b5563;
}
.stroke-red-500 {
  stroke: #ef4444;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.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-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-relaxed {
  line-height: 1.625;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-sky-300 {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white\/85 {
  color: rgb(255 255 255 / 0.85);
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-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-gray-500 {
  --tw-shadow-color: #6b7280;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-gray-500\/20 {
  --tw-shadow-color: rgb(107 114 128 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/10 {
  --tw-shadow-color: rgb(168 85 247 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-sky-500\/10 {
  --tw-shadow-color: rgb(14 165 233 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-purple-400\/60 {
  --tw-ring-color: rgb(192 132 252 / 0.6);
}
.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.ring-white\/10 {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}
.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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[-ms-overflow-style\:none\] {
  -ms-overflow-style: none;
}
.\[scrollbar-width\:none\] {
  scrollbar-width: none;
}

/* Estilos para la página de eventos culturales */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #121212;
  color: white;
  font-family: 'Montserrat', sans-serif;
}

.hr-swal {
  background: #121212 !important;
  border: 1px solid rgba(255, 153, 0, 0.45) !important;
  border-radius: 18px !important;
  box-shadow: 0 0 30px rgba(255, 153, 0, 0.28), 0 0 0 1px rgba(255, 153, 0, 0.25) inset !important;
}

.hr-swal .swal2-title {
  color: #fff !important;
  font-family: 'Orbitron', sans-serif;
  letter-spacing: 0.5px;
}

.hr-swal .swal2-html-container {
  color: rgba(255, 255, 255, 0.88) !important;
}

.hr-swal .swal2-input {
  background: #0b0b0b !important;
  color: #fff !important;
  border: 1px solid rgba(255, 153, 0, 0.5) !important;
  border-radius: 12px !important;
  box-shadow: 0 0 0 1px rgba(255, 153, 0, 0.12) inset !important;
}

.hr-swal .swal2-input:focus {
  border-color: #ff9900 !important;
  box-shadow: 0 0 0 3px rgba(255, 153, 0, 0.18) !important;
}

.hr-swal .swal2-styled.hr-swal-confirm {
  background: #ff9900 !important;
  color: #000 !important;
  border: 1px solid #ff9900 !important;
  border-radius: 999px !important;
  padding: 10px 16px !important;
  font-weight: 700 !important;
  box-shadow: 0 0 14px rgba(255, 153, 0, 0.35) !important;
}

.hr-swal .swal2-styled.hr-swal-confirm:hover {
  background: #ffa31a !important;
}

.hr-swal .swal2-styled.hr-swal-cancel {
  background: transparent !important;
  color: #ff9900 !important;
  border: 1px solid rgba(255, 153, 0, 0.7) !important;
  border-radius: 999px !important;
  padding: 10px 16px !important;
  font-weight: 700 !important;
}

.hr-swal .swal2-validation-message {
  background: rgba(255, 153, 0, 0.12) !important;
  color: #ff9900 !important;
}

.admin-body {
  background: #121212;
  color: #fff;
}

.admin-layout {
  display: flex;
  min-height: 100vh;
}

.admin-sidebar {
  width: 260px;
  background: #0b0b0b;
  border-right: 1px solid rgba(255, 153, 0, 0.15);
  padding: 22px 18px;
  position: sticky;
  top: 0;
  height: 100vh;
}

.admin-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0 22px 0;
  text-decoration: none;
}

.admin-logo img {
  width: 120px;
  height: auto;
  filter: drop-shadow(0 0 10px rgba(255, 153, 0, 0.25));
}

.admin-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.admin-sidebar-bottom {
  margin-top: auto;
  padding-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.admin-exit.admin-exit-block {
  display: flex;
  justify-content: center;
  width: 100%;
}

.admin-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 153, 0, 0.15);
  background: rgba(255, 255, 255, 0.02);
  transition: background 0.2s, border-color 0.2s, transform 0.2s, box-shadow 0.2s, color 0.2s;
}

.admin-link i {
  color: #ff9900;
}

.admin-link:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 153, 0, 0.35);
  box-shadow: 0 0 16px rgba(255, 153, 0, 0.18);
}

.admin-link.active {
  background: rgba(255, 153, 0, 0.12);
  border-color: rgba(255, 153, 0, 0.55);
  color: #fff;
  box-shadow: 0 0 22px rgba(255, 153, 0, 0.2);
}

.admin-main {
  flex: 1;
  padding: 26px 26px 40px 26px;
}

.admin-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.admin-page-title {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.4px;
  color: #fff;
}

.admin-exit {
  text-decoration: none;
  color: #ff9900;
  border: 1px solid rgba(255, 153, 0, 0.6);
  padding: 8px 12px;
  border-radius: 999px;
  transition: background 0.2s, color 0.2s;
}

.admin-exit:hover {
  background: rgba(255, 153, 0, 0.12);
}

.admin-card {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 153, 0, 0.18);
  border-radius: 16px;
  padding: 18px;
}

.admin-card-spaced {
  margin-top: 18px;
}

.admin-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.admin-preview {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 153, 0, 0.18);
  background: #000;
  height: 260px;
}

.admin-preview-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.75);
}

.admin-preview-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.25), #121212);
}

.admin-preview-content {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
}

.admin-preview-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  font-size: 0.9rem;
  opacity: 0.95;
}

.admin-preview-meta i {
  color: #ff9900;
  margin-right: 6px;
}

.ex-only {
  display: none;
}

.admin-gallery-help {
  margin-top: 8px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}

.admin-gallery-captions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.admin-gallery-row {
  display: grid;
  grid-template-columns: 34px 1fr 1.2fr;
  gap: 10px;
  align-items: center;
  padding: 10px 10px;
  border-radius: 14px;
  border: 1px solid rgba(255, 153, 0, 0.18);
  background: rgba(255, 255, 255, 0.02);
}

.admin-gallery-handle {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 153, 0, 0.25);
  background: rgba(255, 153, 0, 0.08);
  color: #ff9900;
  cursor: grab;
}

.admin-gallery-name {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-gallery-caption {
  padding: 10px 12px;
}

.filepond--root {
  font-family: 'Montserrat', sans-serif;
}

.filepond--panel-root {
  background-color: #0b0b0b;
  border: 1px solid rgba(255, 153, 0, 0.22);
}

.filepond--drop-label {
  color: rgba(255, 255, 255, 0.75);
}

.filepond--label-action {
  text-decoration-color: rgba(255, 153, 0, 0.7);
}

.filepond--item-panel {
  background-color: rgba(255, 153, 0, 0.12);
}

.filepond--file-action-button {
  background: rgba(0, 0, 0, 0.55);
  color: #ff9900;
}

.admin-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.admin-field-full {
  grid-column: 1 / -1;
}

.admin-label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

.admin-input {
  width: 100%;
  background: #0b0b0b;
  color: #fff;
  border: 1px solid rgba(255, 153, 0, 0.35);
  border-radius: 12px;
  padding: 10px 12px;
  outline: none;
}

.admin-input:focus {
  border-color: #ff9900;
  box-shadow: 0 0 0 3px rgba(255, 153, 0, 0.15);
}

.admin-input:disabled {
  opacity: 0.75;
}

.admin-textarea {
  min-height: 120px;
  resize: vertical;
}

.admin-links {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 12px;
}

.admin-link-card {
  border: 1px solid rgba(255, 153, 0, 0.18);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.18);
  padding: 14px;
}

.admin-link-strip {
  width: 100%;
  height: 54px;
  border-radius: 14px;
  border: 1px solid rgba(255, 153, 0, 0.15);
  background-size: cover;
  background-position: center;
  filter: brightness(0.85);
  margin-bottom: 10px;
}

.admin-link-head {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 10px;
}

.admin-link-title {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

.admin-link-remove {
  background: transparent;
  color: #ff9900;
  border: 1px solid rgba(255, 153, 0, 0.6);
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 700;
  cursor: pointer;
}

.admin-inline {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.admin-times {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.admin-times-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.admin-time-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
}

.admin-time-remove {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  padding: 8px 10px;
  cursor: pointer;
}

.admin-form-grid-wide {
  grid-template-columns: 1fr 1fr;
}

.admin-picker-search {
  margin: 0;
}

.admin-picker-list {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 360px;
  overflow: auto;
  padding-right: 2px;
}

.admin-picker-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  align-items: center;
  width: 100%;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 153, 0, 0.18);
  border-radius: 16px;
  padding: 10px;
  cursor: pointer;
  color: #fff;
  text-align: left;
}

.admin-picker-item:hover {
  background: rgba(255, 153, 0, 0.06);
  border-color: rgba(255, 153, 0, 0.35);
}

.admin-picker-poster {
  width: 72px;
  height: 54px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 153, 0, 0.18);
}

.admin-picker-title {
  display: block;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 4px;
}

.admin-picker-meta {
  display: block;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
}

.admin-field {
  min-width: 0;
}

.admin-row-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.admin-table {
  width: 100%;
}

.dataTables_wrapper {
  color: #fff;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
  background: #0b0b0b;
  color: #fff;
  border: 1px solid rgba(255, 153, 0, 0.45);
  border-radius: 10px;
  padding: 6px 10px;
  outline: none;
}

.dataTables_wrapper .dataTables_filter input:focus,
.dataTables_wrapper .dataTables_length select:focus {
  border-color: #ff9900;
  box-shadow: 0 0 0 3px rgba(255, 153, 0, 0.15);
}

table.dataTable thead th {
  background: #0b0b0b;
  color: #ff9900;
  border-bottom: 1px solid rgba(255, 153, 0, 0.35) !important;
}

table.dataTable tbody tr {
  background: rgba(255, 255, 255, 0.02);
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background: rgba(255, 255, 255, 0.03);
}

table.dataTable tbody tr:hover {
  background: rgba(255, 153, 0, 0.06);
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #ff9900 !important;
  border: 1px solid rgba(255, 153, 0, 0.35) !important;
  border-radius: 10px;
  background: transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: rgba(255, 153, 0, 0.12) !important;
  border-color: rgba(255, 153, 0, 0.6) !important;
  color: #ff9900 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: rgba(255, 153, 0, 0.18) !important;
  border-color: rgba(255, 153, 0, 0.8) !important;
  color: #ff9900 !important;
}

@media (max-width: 900px) {
  .admin-sidebar {
    width: 92px;
    padding: 18px 12px;
  }

  .admin-logo img {
    width: 56px;
  }

  .admin-link span {
    display: none;
  }

  .admin-main {
    padding: 18px 16px 32px 16px;
  }

  .admin-form-grid {
    grid-template-columns: 1fr;
  }

  .admin-inline {
    grid-template-columns: 1fr;
  }

  .admin-gallery-row {
    grid-template-columns: 34px 1fr;
  }
}

/* NAVBAR */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  background: linear-gradient(to bottom, rgba(0,0,0,0.8), transparent);
  z-index: 1000;
}

.nav-left, .nav-right {
  flex: 1;
  display: flex;
  justify-content: flex-start;
}

.nav-right {
  justify-content: flex-end;
}

.nav-center {
  flex: 1;
  display: flex;
  justify-content: center;
}

.nav-icon {
  color: #ff9900;
  font-size: 20px;
  cursor: pointer;
  transition: color 0.3s;
}

.nav-icon:hover {
  color: #fff;
}

.navbar-logo {
  height: 80px !important;
  width: auto !important;
  max-width: 150px !important;
}

nav a {
  margin: 0 15px;
  color: white;
  text-decoration: none;
  transition: color 0.3s;
}

nav a:hover {
  color: #ff9900;
}

.nav-buttons button {
  margin-left: 10px;
}

/* BUTTONS */
.btn-solid {
  background: #ff9900;
  border: none;
  padding: 10px 20px;
  color: black;
  border-radius: 20px;
  cursor: pointer;
  transition: transform 0.3s;
}

.btn-solid:hover {
  transform: scale(1.05);
}

a.btn-solid {
  display: inline-block;
  text-decoration: none;
}

.btn-outline {
  background: transparent;
  border: 1px solid #ff9900;
  color: #ff9900;
  padding: 10px 20px;
  border-radius: 20px;
  cursor: pointer;
}

/* HERO */
.hero {
  height: 80vh;
  display: flex;
  align-items: center;
  padding: 60px;
  animation: fadeIn 1.5s ease;
  background: #000; /* solo color */
}

.hero-content {
  position: relative;
  padding: 60px 50px;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  max-width: 800px;
  min-height: 350px;
  background: rgba(0,0,0,0.65);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("https://picsum.photos/800/600?random=1");
  background-size: cover;
  background-position: center;
  filter: brightness(0.4);
  z-index: 0;
}

.hero-content h1 {
  font-family: 'Orbitron', sans-serif;
  font-size: 4rem;
  margin-bottom: 15px;
  line-height: 1.1;
  position: relative;
  z-index: 1;
}

.hero-content p {
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 1.1rem;
  opacity: 0.9;
  position: relative;
  z-index: 1;
}

.hero-info span {
  margin-right: 20px;
  font-size: 0.95rem;
  position: relative;
  z-index: 1;
}

.hero-info i {
  color: #ff9900;
  margin-right: 6px;
}

.hero-content button {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

/* SEARCH */
.search-section {
  padding: 20px;
}

.search-section form {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.search-section input {
  width: 50%;
  padding: 10px;
  border-radius: 20px;
  border: none;
  margin-right: 10px;
}

/* FILTERS */
.filters {
  padding: 30px;
  background: #2a2a2a;
  margin-bottom: 40px;
}

.filter-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin: 20px 0;
}

.filters select {
  padding: 10px 40px 10px 10px;
  border-radius: 10px;
  background: #000;
  color: #ff9900;
  border: 1px solid #ff9900;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}

.filters select::after {
  content: '\f107';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #ff9900;
  pointer-events: none;
}

.filters select option {
  background: #000;
  color: #ff9900;
}

/* SUGGESTIONS */
.suggestions {
  padding: 60px 40px;
}

.suggestions h2 {
  margin-bottom: 30px;
}

.swiper-container {
  width: 100%;
  overflow: hidden;
  padding: 20px 30px 80px 30px;
  position: relative;
  opacity: 0;
  transition: opacity 0.15s ease;
}

.swiper-container.swiper-initialized {
  opacity: 1;
}

.swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.swiper-container .swiper-slide {
  width: 280px !important;
}

.swiper-slide {
  flex-shrink: 0;
  width: 280px;
}

/* Botones de navegación Swiper */
.swiper-button-next,
.swiper-button-prev {
  background: rgba(0, 0, 0, 0.6);
  color: #ff9900 !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ff9900;
  top: auto;
  bottom: 40px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 18px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #ff9900;
  color: #000 !important;
}

/* Paginación Swiper */
.swiper-pagination {
  bottom: 10px;
}

.swiper-pagination-bullet {
  background: #ff9900 !important;
  opacity: 0.5 !important;
}

.swiper-pagination-bullet-active {
  background: #ff9900 !important;
  opacity: 1 !important;
}

.card {
  background: #1f1f1f;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  animation: slideUp 1s ease;
  width: 100%;
  padding-bottom: 10px;
}

.card img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card h4 {
  padding: 15px 12px 8px;
  margin: 0;
  font-size: 1rem;
}

.card p {
  padding: 0 12px 10px;
  margin: 8px 0;
  color: #ff9900;
  font-size: 0.9rem;
}

.card p i {
  margin-right: 5px;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 15px #ff9900;
}

.card-buttons {
  display: flex;
  justify-content: space-around;
  padding: 10px 12px 15px;
  gap: 5px;
}

.card-buttons button {
  background: #ff9900;
  color: #000;
  border: none;
  padding: 5px 8px;
  border-radius: 5px;
  font-size: 0.75rem;
  cursor: pointer;
  transition: background 0.3s;
}

.card-buttons button:hover {
  background: #e6890a;
}

.card-link {
  background: #ff9900;
  color: #000;
  border: none;
  padding: 5px 8px;
  border-radius: 5px;
  font-size: 0.75rem;
  cursor: pointer;
  transition: background 0.3s;
  text-decoration: none;
  display: inline-block;
}

.card-link:hover {
  background: #e6890a;
}

/* FOOTER */
footer {
  text-align: center;
  padding: 20px;
  background: #000;
}

/* ANIMATIONS */
@keyframes fadeIn {
  from {opacity:0;}
  to {opacity:1;}
}

@keyframes slideUp {
  from {transform: translateY(50px); opacity:0;}
  to {transform: translateY(0); opacity:1;}
}

/* CONTENEDOR GENERAL */
.search-results {
  padding: 120px 20px 20px 20px;
  background: #121212;
  min-height: 100vh;
  color: white;
}

/* SEARCH BAR */
.search-bar {
  display: flex;
  align-items: center;
  background: #1f1f1f;
  border-radius: 30px;
  padding: 12px 18px;
  margin-bottom: 25px;
  border: 1px solid #ff9900;
}

.search-bar i {
  color: #ff9900;
  margin-right: 10px;
}

.search-bar input {
  background: transparent;
  border: none;
  outline: none;
  color: white;
  width: 100%;
  font-size: 0.95rem;
}

.search-bar input::-moz-placeholder {
  color: #ccc;
}

.search-bar input::placeholder {
  color: #ccc;
}

/* CARD */
.event-card {
  display: flex;
  gap: 15px;
  background: #1f1f1f;
  padding: 15px;
  border-radius: 25px;
  margin-bottom: 20px;
  transition: transform 0.3s, box-shadow 0.3s;
  border: 1px solid #333;
}

.event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgba(255,153,0,0.4);
}

a.event-card {
  text-decoration: none;
  color: inherit;
}

/* IMAGE */
.event-card img {
  width: 90px;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

/* INFO */
.event-info {
  flex: 1;
}

.event-info h3 {
  margin-bottom: 5px;
  font-size: 1.1rem;
  color: white;
}

/* META */
.event-meta {
  display: flex;
  gap: 15px;
  font-size: 0.9rem;
  margin-bottom: 5px;
}

.event-meta i {
  color: #ff9900;
  margin-right: 5px;
}

/* TAGS */
.event-tags {
  font-size: 0.85rem;
  opacity: 0.85;
  margin-bottom: 10px;
  color: #ccc;
}

/* SCHEDULE */
.event-schedule {
  margin-top: 5px;
}

.schedule-title {
  font-size: 0.75rem;
  opacity: 0.7;
  margin-bottom: 5px;
  color: #ccc;
}

/* HORARIOS */
.schedule-times {
  display: flex;
  gap: 8px;
}

.schedule-times span {
  background: #2a2a2a;
  padding: 6px 10px;
  border-radius: 15px;
  font-size: 0.8rem;
  transition: background 0.3s, color 0.3s;
  color: white;
}

.schedule-times span:hover {
  background: #ff9900;
  color: black;
}

/* DETAIL PAGE */
.detail-hero {
  position: relative;
  height: 60vh;
  overflow: hidden;
  padding-top: 120px;
}

.detail-hero .hero-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

.detail-hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.3), #121212);
}

.back-btn {
  position: absolute;
  top: 120px;
  left: 20px;
  z-index: 2;
  color: black;
  font-size: 1.5rem;
  background: white;
  padding: 15px;
  border-radius: 50%;
  transition: background 0.3s, transform 0.3s;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.back-btn:hover {
  transform: scale(1.1);
  background: #ff9900;
  color: black;
}

.detail-hero .hero-content {
  position: absolute;
  bottom: 30px;
  left: 20px;
  right: 20px;
  max-width: 920px;
  z-index: 2;
}

.detail-hero .hero-content h1 {
  font-family: 'Orbitron', sans-serif;
  font-size: 2.2rem;
  margin-bottom: 10px;
  line-height: 1.05;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.btn-toggle {
  display: inline-block;
  background: #ff9900;
  color: black;
  padding: 8px 16px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9rem;
  transition: transform 0.3s, box-shadow 0.3s;
  margin-bottom: 15px;
}

.btn-toggle:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px #ff9900;
}

.detail-hero .meta {
  display: flex;
  gap: 15px;
  font-size: 0.9rem;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.detail-hero .meta i {
  color: #ff9900;
}

.btn-trailer {
  display: inline-block;
  background: #ff9900;
  color: black;
  padding: 10px 18px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bold;
  transition: transform 0.3s, box-shadow 0.3s;
}

.btn-trailer:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px #ff9900;
}

.detail-info {
  padding: 25px;
}

.btn-share {
  background: #ff9900;
  border: none;
  padding: 10px 18px;
  border-radius: 20px;
  color: black;
  margin-bottom: 20px;
  cursor: pointer;
}

.detail-info h3 {
  margin-bottom: 10px;
}

.detail-title {
  color: #ff9900;
  text-shadow: 0 0 14px rgba(255, 153, 0, 0.35);
  letter-spacing: 0.4px;
}

.section-title-glow {
  color: #ff9900;
  text-shadow: 0 0 16px rgba(255, 153, 0, 0.38);
  letter-spacing: 0.3px;
}

.detail-divider {
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 153, 0, 0), rgba(255, 153, 0, 0.45), rgba(255, 153, 0, 0));
  margin: 18px 0;
}

.credits {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 153, 0, 0.2);
  border-radius: 14px;
  overflow: hidden;
}

.credit-row {
  padding: 14px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.credit-row:last-child {
  border-bottom: none;
}

.credit-label {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 6px;
}

.credit-value {
  font-size: 1.15rem;
  color: #fff;
  font-weight: 700;
}

.detail-gallery {
  padding: 10px 6px 50px 6px;
}

.detail-gallery.swiper-container {
  opacity: 1;
}

.detail-gallery.swiper-container .swiper-slide {
  width: 82% !important;
  max-width: 420px;
}

.gallery-card {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 153, 0, 0.2);
  background: #000;
}

.gallery-card img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  filter: brightness(0.9);
}

.gallery-caption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 10px 12px;
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(255, 153, 0, 0.35);
  border-radius: 12px;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.detail-gallery .swiper-pagination-bullet {
  background: #ff9900 !important;
}

.detail-gallery .swiper-pagination-bullet-active {
  background: #ff9900 !important;
}

.detail-gallery .swiper-button-next,
.detail-gallery .swiper-button-prev {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}

.detail-gallery .swiper-button-next {
  right: 10px;
}

.detail-gallery .swiper-button-prev {
  left: 10px;
}

.detail-gallery .swiper-button-next:hover,
.detail-gallery .swiper-button-prev:hover {
  background: #ff9900;
  color: #000 !important;
}

.detail-info p {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 15px;
  opacity: 0.9;
}

/* CARTELERA */
.cartelera-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.show-item {
  display: flex;
  gap: 15px;
  background: #1f1f1f;
  padding: 15px;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s, box-shadow 0.3s;
}

.show-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgba(255,153,0,0.4);
}

.show-item img {
  width: 80px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.show-info h4 {
  margin: 0 0 10px 0;
  font-size: 1rem;
}

.schedules {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
}

.schedule {
  background: #ff9900;
  color: black;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 0.8rem;
  transition: background 0.3s;
}

.schedule:hover {
  background: #e6890a;
}

.map-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.map-item {
  align-items: stretch;
}

.map-item img {
  width: 90px;
  height: 130px;
  border-radius: 8px;
}

.map-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.map-header h4 {
  margin: 0 0 8px 0;
  font-size: 1rem;
}

.map-header .meta {
  display: flex;
  gap: 15px;
  font-size: 0.85rem;
  opacity: 0.9;
}

.show-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.event-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ff9900;
  color: #000;
  border: 1px solid #ff9900;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s, color 0.2s;
  white-space: nowrap;
}

.event-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 12px rgba(255,153,0,0.35);
}

.event-cta-outline {
  background: transparent;
  color: #ff9900;
}

.event-cta-outline:hover {
  background: rgba(255,153,0,0.12);
  box-shadow: none;
}

.map-preview {
  position: relative;
  width: 100%;
  height: 130px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #333;
  background: #000;
}

.map-preview iframe {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.map-open {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #ff9900;
  border: 1px solid rgba(255, 153, 0, 0.7);
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.75rem;
}

.detail-events .map-item img {
  height: 160px;
}

.detail-events .map-preview {
  height: 160px;
}

@media (max-width: 640px) {
  .hero {
    padding: 20px;
  }

  .hero-content {
    padding: 28px 22px;
    min-height: 0;
  }

  .hero-content h1 {
    font-size: 2.2rem;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .hero-content p {
    font-size: 1rem;
  }

  .hero-info {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
  }

  .hero-info span {
    margin-right: 0;
  }

  .filters {
    padding: 20px;
  }

  .filter-grid {
    grid-template-columns: 1fr;
  }

  .filters select {
    width: 100%;
  }

  .swiper-container {
    padding: 20px 16px 70px 16px;
  }

  .swiper-slide {
    width: 280px !important;
  }

  .swiper-button-next,
  .swiper-button-prev {
    bottom: 28px;
  }

  .detail-hero .hero-content {
    bottom: 22px;
    left: 16px;
    right: 16px;
  }

  .detail-hero .hero-content h1 {
    font-size: 1.9rem;
  }

  .detail-hero .meta {
    gap: 10px 14px;
  }

  .detail-gallery.swiper-container .swiper-slide {
    width: 88% !important;
  }

  .gallery-card img {
    height: 220px;
  }
}

.selection\:bg-red-500 *::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.selection\:bg-red-500 *::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

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

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

.selection\:bg-red-500::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.selection\:bg-red-500::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

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

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

.hover\:bg-emerald-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity));
}

.hover\:bg-sky-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity));
}

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

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

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

.focus\:outline:focus {
  outline-style: solid;
}

.focus\:outline-2:focus {
  outline-width: 2px;
}

.focus\:outline-red-500:focus {
  outline-color: #ef4444;
}

@media (prefers-reduced-motion: no-preference) {

  .motion-safe\:hover\:scale-\[1\.01\]:hover {
    --tw-scale-x: 1.01;
    --tw-scale-y: 1.01;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

@media (min-width: 640px) {

  .sm\:fixed {
    position: fixed;
  }

  .sm\:right-0 {
    right: 0px;
  }

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

  .sm\:ml-0 {
    margin-left: 0px;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:w-40 {
    width: 10rem;
  }

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

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

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

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

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

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

@media (min-width: 768px) {

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

@media (min-width: 1024px) {

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-44 {
    width: 11rem;
  }

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

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

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

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

@media (min-width: 1280px) {

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

@media (prefers-color-scheme: dark) {

  .dark\:bg-gray-800\/50 {
    background-color: rgb(31 41 55 / 0.5);
  }

  .dark\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }

  .dark\:bg-red-800\/20 {
    background-color: rgb(153 27 27 / 0.2);
  }

  .dark\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }

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

  .dark\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

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

  .dark\:ring-inset {
    --tw-ring-inset: inset;
  }

  .dark\:ring-white\/5 {
    --tw-ring-color: rgb(255 255 255 / 0.05);
  }

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

.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar {
  display: none;
}

