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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Figtree, 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;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {

  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .\!container {
    max-width: 640px !important;
  }

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

  .\!container {
    max-width: 768px !important;
  }

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

  .\!container {
    max-width: 1024px !important;
  }

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

  .\!container {
    max-width: 1280px !important;
  }

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

  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.end-0 {
  inset-inline-end: 0px;
}
.right-0 {
  right: 0px;
}
.start-0 {
  inset-inline-start: 0px;
}
.top-0 {
  top: 0px;
}
.z-0 {
  z-index: 0;
}
.z-50 {
  z-index: 50;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-me-2 {
  margin-inline-end: -0.5rem;
}
.-ml-px {
  margin-left: -1px;
}
.-mt-px {
  margin-top: -1px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.ms-2 {
  margin-inline-start: 0.5rem;
}
.ms-3 {
  margin-inline-start: 0.75rem;
}
.ms-4 {
  margin-inline-start: 1rem;
}
.ms-auto {
  margin-inline-start: auto;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-16 {
  height: 4rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-full {
  height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-3\/4 {
  width: 75%;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-full {
  min-width: 100%;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-none {
  max-width: none;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.origin-top {
  transform-origin: top;
}
.translate-y-0 {
  --tw-translate-y: 0px;
  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));
}
.translate-y-4 {
  --tw-translate-y: 1rem;
  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));
}
.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));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.scroll-mt-24 {
  scroll-margin-top: 6rem;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-items-center {
  justify-items: center;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-divide-opacity, 1));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-4 {
  border-width: 4px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-green-900\/40 {
  background-color: rgb(20 83 45 / 0.4);
}
.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-900\/40 {
  background-color: rgb(113 63 18 / 0.4);
}
.bg-zinc-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pe-4 {
  padding-inline-end: 1rem;
}
.ps-3 {
  padding-inline-start: 0.75rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-start {
  text-align: start;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.font-sans {
  font-family: Figtree, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-normal {
  letter-spacing: 0em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / 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-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-zinc-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 161 170 / var(--tw-placeholder-opacity, 1));
}
.placeholder-zinc-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 161 170 / var(--tw-placeholder-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-80 {
  opacity: 0.8;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-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);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.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-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}
.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}
.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity, 1));
    font-family: system-ui, sans-serif;
    line-height: 1.5;
}

h1 {
  font-size: 3rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  h1 {
    font-size: 3.75rem;
    line-height: 1;
  }
}

h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}


a {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}


a:hover {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}

.film-grid {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 640px) {

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

@media (min-width: 768px) {

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

.film-card, .shortfilm-card {
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.film-card:hover, .shortfilm-card:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
  --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);
}

.film-card, .shortfilm-card {
    overflow: hidden;
    position: relative;
}

.yt-preview, .vimeo-preview {
  height: 13rem;
  width: 100%;
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
    transition: transform 0.2s ease;
}

.yt-preview:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 10px rgba(255, 255, 255, 0.2);
}

p{color:white}
li{color:white}
.blanco{color: white}

label{color: white;}
button{background: aliceblue;}
/* Shared public palette; the homepage retains its existing component styles. */
.cinema-site,
.home-page {
    --home-bg: #171817;
    --home-surface: #20211f;
    --home-text: #f3efe5;
    --home-muted: #b5b4aa;
    --home-accent: #dfbd79;
    --home-line: #383a34;
    background: var(--home-bg);
    color: var(--home-text);
}

.home-container {
    width: 100%;
    max-width: 1280px;
    margin-inline: auto;
    padding-inline: clamp(20px, 4vw, 56px);
}

/* Two decorative layers evoke a projector beam and slowly advancing sprocket holes.
   Explicit layers keep them above the page background and below interactive content. */
.home-page { position: relative; isolation: isolate; }
.home-page > section { position: relative; z-index: 1; }
.home-page::before,
.home-page::after { content: ''; position: fixed; pointer-events: none; z-index: 0; }
@property --home-projector-angle {
    syntax: '<angle>';
    inherits: false;
    initial-value: 85deg;
}
.home-page::before {
    /* Sweep the light inside a stationary viewport-sized layer, not a rotated rectangle. */
    inset: 0;
    background:
        conic-gradient(from var(--home-projector-angle, 85deg) at 0% 18%, transparent 0deg, rgba(223, 189, 121, .19) 12deg, rgba(223, 189, 121, .06) 28deg, transparent 36deg),
        radial-gradient(ellipse at 78% 65%, rgba(223, 189, 121, .08), transparent 55%);
    animation: home-projector-drift 10s ease-in-out infinite alternate;
}
.home-page::after {
    top: -44px;
    bottom: 0;
    right: 8px;
    width: 8px;
    background: repeating-linear-gradient(to bottom, rgba(223, 189, 121, .22) 0 10px, transparent 10px 22px);
    animation: home-sprocket-drift 5s linear infinite;
}
@keyframes home-projector-drift {
    from { --home-projector-angle: 73deg; }
    to { --home-projector-angle: 97deg; }
}
@keyframes home-sprocket-drift {
    to { transform: translateY(44px); }
}
@media (prefers-reduced-motion: reduce) {
    .home-page::before, .home-page::after { animation: none; }
}
@media print {
    .home-page::before, .home-page::after { display: none; }
}

.home-hero {
    padding: 16px 0 6px;
    background: radial-gradient(ellipse at 50% 0%, rgba(53, 54, 44, .35) 0%, transparent 72%);
    border-bottom: 1px solid var(--home-line);
}

.home-hero h1 { margin: 0; line-height: 1; }
/* Width controls size; automatic height preserves the wordmark's lettering. */
.brand-logo { display: block; width: 100%; height: auto; -o-object-fit: contain; object-fit: contain; }
.home-logo { max-width: 680px; margin-inline: auto; }
.brand-logo--navigation { width: 200px; }
.brand-logo--guest { width: min(330px, 75vw); }
.brand-logo-panel { display: inline-block; padding: 12px; border-radius: 6px; background: #171817; }
@media (min-width: 768px) {
    .brand-logo--navigation { width: 330px; }
}
.home-page .home-tagline {
    margin-top: 8px;
    color: var(--home-accent);
    font-size: clamp(12px, 1.5vw, 14px);
    letter-spacing: .2em;
    text-transform: uppercase;
}

.home-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 clamp(16px, 3vw, 36px);
    margin-top: 4px;
}
.home-page .home-menu a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    color: var(--home-text);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.home-page .home-menu a:hover {
    color: var(--home-accent);
    text-decoration: underline;
    text-underline-offset: 6px;
}

.home-section { padding-block: 48px; }
.home-shortfilms { padding-top: 16px; padding-bottom: 64px; }
.home-section-heading { flex-wrap: wrap; gap: 4px 16px; margin-bottom: 28px; }
.home-page h2 {
    color: var(--home-text);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(28px, 3.4vw, 38px);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: 1.15;
}

.home-page .home-all-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 44px;
    flex-shrink: 0;
    color: var(--home-accent);
    font-size: 14px;
}

.home-page .home-card {
    background: var(--home-surface);
    color: var(--home-text);
    border: 1px solid var(--home-line);
    border-radius: 12px;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.home-page .home-card:hover {
    border-color: #8f805d;
    transform: translateY(-4px);
    box-shadow: 0 12px 28px #0003;
}

.home-feature-image { aspect-ratio: 16 / 10; }
.home-notes-main { min-width: 0; }
.home-festival { min-width: 0; margin-top: 24px; }
.home-festival-card { display: block; overflow: hidden; }
.home-festival-brand { display: flex; align-items: center; aspect-ratio: 16 / 10; padding: 28px; background: linear-gradient(145deg, var(--home-bg), var(--home-surface)); border-bottom: 1px solid var(--home-line); }
.home-page .home-festival-placeholder:hover { transform: none; box-shadow: none; }
.home-festival-image { display: block; width: 100%; aspect-ratio: 16 / 10; -o-object-fit: cover; object-fit: cover; }
.home-festival-card .home-card-body { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.home-page .home-festival-card h2 { font-size: 27px; line-height: 1.25; overflow-wrap: anywhere; }
.home-festival-card time { font-size: 12px; color: var(--home-muted); }
.home-festival-card .home-summary { font-size: 14px; line-height: 1.7; }
.note-festival { margin-bottom: 32px; }
.note-festival .home-festival-card { background: var(--home-surface); border: 1px solid var(--home-line); border-radius: 12px; color: var(--home-text); }
.site-page .note-festival h2 { font-size: 23px; line-height: 1.3; margin: 0; overflow-wrap: anywhere; }
.note-festival .home-summary { color: var(--home-muted); }
.note-festival .home-card-link { color: var(--home-accent); font-size: 14px; }
.home-notes-carousel { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 16px; scrollbar-width: none; }
.home-notes-carousel::-webkit-scrollbar { display: none; }
.home-notes-carousel > a { flex: 0 0 100%; min-width: 0; scroll-snap-align: start; }
.home-page .home-notes-carousel > a:hover { transform: none; }
.home-notes-carousel > a:focus-visible { outline-offset: -3px; }
.home-carousel-controls[hidden] { display: none; }
.home-carousel-controls:not([hidden]) { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 10px; margin-top: 16px; }
.home-carousel-controls button {
    min-width: 44px;
    min-height: 36px;
    padding: 6px 14px;
    background: transparent;
    border: 1px solid var(--home-line);
    border-radius: 999px;
    color: var(--home-muted);
    font-size: 13px;
    transition: color .15s ease, border-color .15s ease, background-color .15s ease;
}
.home-carousel-controls button:hover { color: var(--home-accent); border-color: var(--home-accent); }
.home-carousel-controls button:focus-visible { outline: 2px solid var(--home-accent); outline-offset: 2px; }
.home-carousel-controls [data-carousel-position] { color: var(--home-muted); font-size: 13px; padding-inline: 4px; }
@media (min-width: 1024px) {
    /* Keep festival news fixed beside the rotating articles. */
    .home-notes-layout { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
    .home-notes-main { grid-column: span 2; }
    .home-festival { margin-top: 0; }
    .home-notes-carousel .home-feature-image { aspect-ratio: 16 / 9; }
}
.home-card-body { padding: 20px; }
.home-page .home-card h3 { color: var(--home-text); font-size: 18px; line-height: 1.5; }
.home-page .home-summary,
.home-page .home-credit { color: var(--home-muted); }
.home-summary:empty { display: none; }
.home-page .home-card-link { color: var(--home-accent); padding-top: 22px; }

/* Video preview classes have global height rules; posters need a stable portrait ratio. */
.home-page .home-poster {
    aspect-ratio: 2 / 3;
    height: auto;
    min-height: 0;
    border-radius: 0;
    transform: none;
    box-shadow: none;
}

.home-news { background: #1c1d1a; border-block: 1px solid var(--home-line); }
.home-news-list { border-top: 1px solid var(--home-line); }
.home-news-list li { padding-block: 21px; border-bottom: 1px solid var(--home-line); }
.home-page .home-news-link {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 24px;
    color: var(--home-text);
    font-size: 17px;
    line-height: 1.55;
}
.home-page .home-news-source { margin-top: 6px; color: var(--home-muted); }
.home-page .home-news-link:hover,
.home-page .home-all-link:hover { color: #f4d69e; }

.home-social { padding: 52px 20px 60px; }
.home-social-links { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; max-width: 420px; margin-inline: auto; }
.home-social-links a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-width: 76px;
    color: var(--home-muted);
    font-size: 13px;
}
.home-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: var(--home-surface);
    border: 1px solid var(--home-line);
    border-radius: 50%;
    transition: border-color .2s ease;
}
.home-social-links img { width: 30px; height: 30px; -o-object-fit: contain; object-fit: contain; }
.home-social-links a:hover .home-social-icon { border-color: var(--home-accent); }
.home-page .home-social-links a:hover { color: var(--home-accent); }
.home-page a:focus-visible { outline: 2px solid var(--home-accent); outline-offset: 5px; }

@media (max-width: 639px) {
    .home-section { padding-block: 32px; }
    .home-shortfilms { padding-top: 8px; }
    .home-card-body { padding: 18px; }
    .home-page .home-tagline { letter-spacing: .1em; }
}

@media (prefers-reduced-motion: reduce) {
    .home-page .home-card,
    .home-social-links a { transition: none; }
    .home-page .home-card:hover { transform: none; }
}

/* Public page components share colors without changing administration utilities. */
.cinema-site { background: var(--home-bg); color: var(--home-text); }
.site-container {
    width: 100%;
    max-width: 1280px;
    margin-inline: auto;
    padding: clamp(32px, 5vw, 64px) clamp(20px, 4vw, 56px);
}
.site-reading { max-width: 920px; }
.site-page { color: var(--home-text); }
.site-page h1,
.site-page h2 {
    font-family: Georgia, 'Times New Roman', serif;
    color: var(--home-text);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: 1.2;
    overflow-wrap: anywhere;
}
.site-page h1 { font-size: clamp(32px, 4.5vw, 52px); }
.site-page h2 { font-size: clamp(25px, 3vw, 34px); }
.site-page .site-news-card h2 { font-size: 23px; line-height: 1.4; }
.site-page h3 { color: var(--home-text); line-height: 1.5; }
.site-page p,
.site-page li { color: inherit; }
.site-page a { color: var(--home-accent); }
.site-page a:hover { color: #f4d69e; }
.site-page .site-muted { color: var(--home-muted); }
.site-page .site-accent { color: var(--home-accent); }
.site-page .site-border,
.site-page hr { border-color: var(--home-line); }
.site-page .site-surface {
    background: var(--home-surface);
    border: 1px solid var(--home-line);
}
.site-page .site-accent-fill {
    background: var(--home-accent);
    color: var(--home-bg);
    border: 1px solid transparent;
}
.site-page .site-accent-fill .site-muted { color: #454537; }
.site-page .site-accent-fill:hover { background: #f4d69e; color: var(--home-bg); }
.site-page .site-hover:hover { border-color: #8f805d; }
.site-page :is(.film-card, .shortfilm-card, .masonry-item) {
    background: var(--home-surface);
    border: 1px solid var(--home-line);
    border-radius: 12px;
    color: var(--home-text);
    transition: transform .2s ease, border-color .2s ease;
}
.site-page :is(.film-card, .shortfilm-card, .masonry-item):hover {
    transform: translateY(-4px);
    border-color: #8f805d;
    box-shadow: 0 12px 28px #0003;
}
.site-page :is(.film-card, .shortfilm-card) > img {
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 3;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
}
/* Preserve complete posters on the listing, with the same packing as /cortos. */
.movies-grid { --columns: 1; align-items: start; }
@media (min-width: 640px) { .movies-grid { --columns: 2; } }
@media (min-width: 768px) { .movies-grid { --columns: 3; } }
.movies-grid.is-masonry { position: relative; display: block; }
.movies-grid.is-masonry > .masonry-item { position: absolute; }
.movies-grid > .masonry-item { display: block; min-width: 0; }
.site-page .movies-grid > .film-card > img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: auto;
    -o-object-fit: contain;
       object-fit: contain;
}
.site-page :is(.yt-preview, .vimeo-preview):hover { transform: none; box-shadow: none; }
.site-page .prose { line-height: 1.85; overflow-wrap: anywhere; }
.site-page .prose p + p { margin-top: 1em; }
.site-page .prose a { text-decoration: underline; text-underline-offset: 4px; }
.site-page iframe { max-width: 100%; border-radius: 12px; }
/* Vimeo's existing fixed dimensions must also fit narrow screens. */
.site-page iframe[src*="player.vimeo.com"] { width: 100%; height: auto; aspect-ratio: 16 / 9; }
.site-page input:not([type="hidden"]) {
    min-width: 0;
    background: var(--home-surface);
    color: var(--home-text);
    border-color: var(--home-line);
}
.site-page input::-moz-placeholder { color: var(--home-muted); }
.site-page input::placeholder { color: var(--home-muted); }
.site-search input { flex: 1 1 180px; }
.site-search button { min-height: 44px; }
.site-page mark { background: var(--home-accent); color: var(--home-bg); border-radius: 2px; }
/* Laravel's generated pagination uses light utility colors. */
.site-page nav[role="navigation"] :is(a, span) {
    background-color: transparent;
    border-color: var(--home-line);
    color: var(--home-muted);
}
.site-page nav[role="navigation"] a:hover,
.site-page nav[role="navigation"] [aria-current="page"] > span {
    background: var(--home-surface);
    color: var(--home-accent);
}
.site-page-heading { background: var(--home-surface); color: var(--home-text); }
.site-nav { background: var(--home-bg); border-bottom: 1px solid var(--home-line); }
.site-nav a { color: var(--home-text); }
.site-nav a:hover { color: var(--home-accent); }
.site-nav .site-menu-button {
    background: transparent;
    color: var(--home-accent);
    padding: 10px;
    border: 1px solid var(--home-line);
    border-radius: 8px;
}
.site-nav #mobile-menu a { display: block; padding-block: 12px; }
.cinema-site .site-account-nav {
    background: var(--home-bg);
    border-color: var(--home-line);
}
.cinema-site .site-account-nav :is(a, button, .text-gray-800, .text-gray-500) { color: var(--home-muted); }
.cinema-site .site-account-nav :is(button, .bg-white) { background: var(--home-surface); }
.cinema-site .site-account-nav a:hover { background: var(--home-surface); color: var(--home-accent); }
.cinema-site :is(.site-page, .site-nav, .site-account-nav) :is(a, button, input, summary):focus-visible {
    outline: 2px solid var(--home-accent);
    outline-offset: 4px;
}
@media (prefers-reduced-motion: reduce) {
    .site-page :is(.film-card, .shortfilm-card, .masonry-item) { transition: none; }
    .site-page :is(.film-card, .shortfilm-card, .masonry-item):hover { transform: none; }
}

.back-to-top { position: fixed; right: max(20px, env(safe-area-inset-right)); bottom: max(20px, env(safe-area-inset-bottom)); z-index: 40; display: grid; place-items: center; min-height: 44px; padding: 10px 16px; border-radius: 999px; font-size: 13px; background: var(--home-accent); color: var(--home-bg); border: 1px solid var(--home-line); box-shadow: 0 4px 16px #0004; }
.back-to-top[hidden] { display: none; }
.back-to-top:hover { background: #f4d69e; }
.back-to-top:focus-visible { outline: 2px solid var(--home-text); outline-offset: 4px; }
.site-page .about-section-title { font-size: clamp(25px, 3vw, 34px); }
.about-sections { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-bottom: 48px; }
.about-sections a { display: flex; flex-direction: column; gap: 8px; padding: 20px; border: 1px solid var(--home-line); border-radius: 10px; background: var(--home-surface); }
.about-sections a:hover { border-color: var(--home-accent); }
.about-sections a:focus-visible { outline: 2px solid var(--home-accent); outline-offset: 4px; }
.about-sections span { font-size: 16px; line-height: 1.4; }
.about-sections small { color: var(--home-muted); font-size: 12px; line-height: 1.5; }
.about-festival { display: grid; grid-template-columns: minmax(0, 1fr); align-items: center; }
.about-festival-image { display: block; width: 100%; height: auto; }
.about-festival-copy { padding: clamp(24px, 3vw, 36px); line-height: 1.75; }
@media (min-width: 1024px) {
    .about-festival { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.about-contribute-actions { display: grid; grid-template-columns: minmax(0, 1fr); gap: 16px; }
.about-contribute-action { display: flex; flex-direction: column; gap: 10px; padding: 24px; border: 1px solid var(--home-line); border-radius: 12px; background: var(--home-surface); }
.about-contribute-action > span:first-child { color: var(--home-text); font-size: 18px; font-weight: 600; line-height: 1.4; }
.about-contribute-action small { color: var(--home-muted); font-size: 14px; line-height: 1.6; }
.about-contribute-link { display: flex; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 20px; font-size: 13px; }
.about-contribute-action:hover { border-color: var(--home-accent); }
.about-contribute-action:focus-visible { outline: 2px solid var(--home-accent); outline-offset: 4px; }
@media (min-width: 768px) {
    .about-contribute-actions { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.project-updates { border-top: 1px solid var(--home-line); }
.project-updates li { display: flex; align-items: baseline; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--home-line); font-size: 14px; }
.project-updates time { flex-shrink: 0; color: var(--home-accent); font-size: 12px; font-variant-numeric: tabular-nums; }
.project-updates li > span { overflow-wrap: anywhere; min-width: 0; }
@media (max-width: 479px) {
    .project-updates li { flex-direction: column; gap: 6px; }
}
@media (min-width: 1024px) {
    .about-sections { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 479px) {
    .about-sections { grid-template-columns: minmax(0, 1fr); }
}

/* RSS rows keep source order and equal row heights without masonry. */
.news-section-heading { margin-bottom: 28px; }
.site-page .news-section-heading :is(h1, h2) { font-size: clamp(28px, 3.5vw, 40px); }
.site-page .news-section-heading p { margin-top: 12px; color: var(--home-muted); font-size: 14px; line-height: 1.7; }
.news-original-section + .news-rss-section { margin-top: clamp(40px, 6vw, 72px); padding-top: clamp(28px, 4vw, 48px); border-top: 2px solid var(--home-line); }
.rss-digest { display: grid; grid-template-columns: minmax(0, 1fr); -moz-column-gap: 48px; column-gap: 48px; }
.rss-digest-item { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; padding-block: 18px; border-top: 1px solid var(--home-line); }
.rss-digest-meta { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 16px; margin-bottom: 8px; color: var(--home-muted); font-size: 12px; line-height: 1.6; }
.rss-digest-meta > span { font-weight: 600; }
.rss-digest-meta time { white-space: nowrap; }
.site-page .rss-digest-item h2 { font-size: clamp(21px, 2vw, 24px); line-height: 1.25; margin-bottom: 10px; }
.site-page .rss-digest-item h2 a { color: var(--home-text); }
.site-page .rss-digest-item h2 a:hover { color: var(--home-accent); }
.site-page .rss-digest-summary { color: var(--home-muted); font-size: 14px; line-height: 1.6; margin-bottom: 10px; overflow-wrap: anywhere; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.rss-digest-link { margin-top: auto; display: inline-flex; align-items: center; gap: 8px; font-size: 13px; min-height: 32px; }
.rss-digest-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.rss-topic-filter summary { padding-block: 10px; }
.rss-filters { margin-top: 18px; }
.rss-filters legend { color: var(--home-muted); font-size: 12px; margin-bottom: 10px; }
.rss-filter-fields { display: grid; grid-template-columns: minmax(0, 1fr); gap: 12px; }
.rss-filter-fields > div { min-width: 0; }
.rss-filter-fields label { display: block; font-size: 13px; margin-bottom: 6px; }
.rss-filter-fields input, .rss-filter-fields select { width: 100%; min-height: 42px; border: 1px solid var(--home-line); border-radius: 8px; background-color: var(--home-surface); color: var(--home-text); color-scheme: dark; font-size: 14px; }
.rss-filter-fields :is(input, select):focus-visible { outline: 2px solid var(--home-accent); outline-offset: 2px; }
@media (min-width: 640px) {
    .rss-filter-fields { grid-template-columns: minmax(0, 2fr) repeat(2, minmax(0, 1fr)); }
}
.rss-digest a:focus-visible, .rss-topic-filter summary:focus-visible { outline: 2px solid var(--home-accent); outline-offset: 4px; }
@media (min-width: 1024px) {
    .rss-digest { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Original news cards on the news index. */
.news-editorial-card { display: flex; flex-direction: column; overflow: hidden; border-radius: 10px; transition: border-color .2s ease; }
.news-editorial-image { display: block; width: 100%; aspect-ratio: 16 / 10; -o-object-fit: cover; object-fit: cover; }
.news-editorial-body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 24px; gap: 14px; }
.news-editorial-category { color: var(--home-accent); font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.site-page .news-editorial-body h3 { font-family: Georgia, 'Times New Roman', serif; font-size: 27px; font-weight: 400; line-height: 1.2; letter-spacing: -.025em; overflow-wrap: anywhere; }
.site-page .news-editorial-excerpt { color: var(--home-muted); font-size: 14px; line-height: 1.75; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.news-editorial-footer { width: 100%; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--home-line); }
.news-editorial-meta { display: flex; flex-direction: column; gap: 4px; color: var(--home-muted); font-size: 12px; line-height: 1.6; }
.news-editorial-link { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 20px; color: var(--home-accent); font-size: 13px; }
.news-editorial-link > span { font-size: 20px; }
.site-page .news-editorial-card:hover { border-color: var(--home-accent); }
.news-editorial-card:focus-visible { outline: 2px solid var(--home-accent); outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) {
    .news-editorial-card { transition: none; }
}

/* Editorial layout stays scoped to original notes. */
.note-back { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; margin-bottom: 24px; padding: 8px 14px; border: 1px solid var(--home-line); border-radius: 8px; background: var(--home-surface); font-size: 13px; }
.note-back:hover { border-color: var(--home-accent); }
.note-back:focus-visible { outline: 2px solid var(--home-accent); outline-offset: 3px; }
.note-layout { display: grid; grid-template-columns: minmax(0, 1fr); gap: 48px; }
.note-article { min-width: 0; }
.site-page .note-eyebrow {
    color: var(--home-accent);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .15em;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.note-header { margin-bottom: 28px; }
.site-page .note-header h1 {
    font-size: clamp(34px, 4.3vw, 58px);
    line-height: 1.08;
    letter-spacing: -.04em;
    margin-bottom: 22px;
    text-wrap: balance;
}
.note-meta { display: flex; flex-wrap: wrap; gap: 8px 20px; color: var(--home-muted); font-size: 13px; }
.note-sharing { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 24px; font-size: 13px; }
.note-sharing > span { color: var(--home-muted); margin-right: 6px; }
.note-sharing a, .note-sharing button { display: inline-flex; align-items: center; min-height: 44px; padding: 8px 14px; border: 1px solid var(--home-line); border-radius: 999px; background: var(--home-surface); }
.note-sharing button[hidden] { display: none; }
.note-sharing a:hover, .note-sharing button:hover { border-color: var(--home-accent); }
.note-sharing a:focus-visible, .note-sharing button:focus-visible { outline: 2px solid var(--home-accent); outline-offset: 3px; }
.note-cover { margin: 0 0 36px; background: var(--home-surface); border: 1px solid var(--home-line); border-radius: 12px; overflow: hidden; }
.note-cover img { display: block; width: 100%; height: auto; max-height: 560px; -o-object-fit: contain; object-fit: contain; }
.note-body { color: var(--home-text); font-size: 18px; line-height: 1.85; overflow-wrap: anywhere; }
.note-body > * + *, .note-body p + p { margin-top: 1.2em; }
.site-page .note-body h2 { font-size: 30px; margin: 1.6em 0 .6em; }
.site-page .note-body h3, .site-page .note-body h4 { font-size: 23px; margin: 1.4em 0 .6em; }
.note-body a { text-decoration: underline; text-underline-offset: 4px; }
.note-body ul { list-style: disc; padding-left: 1.5em; }
.note-body ol { list-style: decimal; padding-left: 1.5em; }
.note-body li + li { margin-top: .4em; }
.note-body blockquote { border-left: 3px solid var(--home-accent); padding: 12px 24px; background: var(--home-surface); font-family: Georgia, serif; font-size: 22px; }
.note-body pre { white-space: pre-wrap; padding: 20px; background: var(--home-surface); border-radius: 8px; }
.note-body hr { border-color: var(--home-line); margin-block: 32px; }
.note-body img { max-width: 100%; height: auto; border-radius: 8px; }
.note-body figcaption { color: var(--home-muted); font-size: 13px; }
.note-video { aspect-ratio: 16 / 9; margin-block: 28px; }
.note-video iframe { display: block; width: 100%; height: 100%; border: 0; }
.note-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--home-line); font-size: 13px; }
.note-tags > span { color: var(--home-muted); margin-right: 6px; }
.note-tags a { background: var(--home-surface); border: 1px solid var(--home-line); border-radius: 999px; padding: 6px 14px; }
.note-sidebar { border-top: 1px solid var(--home-line); padding-top: 28px; min-width: 0; }
.site-page .note-sidebar h2 { font-size: 27px; margin-bottom: 22px; }
.note-recent { display: flex; align-items: flex-start; gap: 14px; padding-block: 18px; border-top: 1px solid var(--home-line); }
.note-recent img { width: 88px; height: 72px; -o-object-fit: cover; object-fit: cover; border-radius: 6px; flex-shrink: 0; }
.site-page .note-recent h3 { font-size: 15px; line-height: 1.45; font-weight: 600; }
.note-recent time { display: block; margin-top: 8px; color: var(--home-muted); font-size: 11px; }
.site-page .note-recent:hover h3 { color: var(--home-accent); }
.note-headlines { margin-top: 34px; }
.note-headlines li { border-top: 1px solid var(--home-line); padding-block: 16px; }
.note-headline-source { display: block; margin-top: 6px; color: var(--home-muted); font-size: 12px; overflow-wrap: anywhere; }
.site-page .note-headlines a { color: var(--home-text); font-size: 14px; line-height: 1.6; }
.site-page .note-headlines a:hover, .note-headlines a span { color: var(--home-accent); }
@media (min-width: 960px) {
    .note-layout { grid-template-columns: minmax(0, 1fr) 280px; gap: 40px; }
    .note-sidebar { border-top: 0; border-left: 1px solid var(--home-line); padding: 0 0 0 24px; }
}
@media (max-width: 639px) {
    .note-body { font-size: 17px; line-height: 1.8; }
    .note-cover img { max-height: 460px; }
}


/* Homepage context and calls to action, sharing the existing editorial palette. */
.home-note-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; margin-bottom: 12px; color: var(--home-muted); font-size: 11px; }
.home-note-label { padding: 3px 8px; border: 1px solid var(--home-line); border-radius: 4px; color: var(--home-accent); }
.home-feature .home-card-body { padding: 18px; }
.home-page .home-feature .home-card-link { padding-top: 14px; }
.home-page .home-summary { font-size: 13px; line-height: 1.65; }
.home-page .home-shortfilm-meta { margin: 3px 0 5px; color: var(--home-accent); font-size: 12px; }
.home-page .home-news-source { display: flex; flex-wrap: wrap; gap: 4px 16px; font-size: 12px; }
.home-news-source time { white-space: nowrap; }
.home-contribute { padding-block: 36px 0; }
.home-contribute-panel { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; padding: clamp(24px, 3vw, 36px); background: var(--home-surface); border: 1px solid var(--home-line); border-radius: 12px; }
.home-contribute-panel > div { flex: 1 1 300px; }
.home-page .home-contribute-panel h2 { font-size: clamp(26px, 3vw, 32px); }
.home-page .home-contribute-panel p { color: var(--home-muted); font-size: 14px; line-height: 1.7; margin-top: 12px; }
.home-page .home-contribute-panel a { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 48px; padding: 12px 20px; border-radius: 6px; background: var(--home-accent); color: var(--home-bg); font-size: 14px; font-weight: 600; }
.home-page .home-contribute-panel a:hover { background: #f4d69e; }
.home-page .home-footer-description { max-width: 460px; margin: -8px auto 28px; color: var(--home-muted); font-size: 14px; line-height: 1.7; }
.original-notes-header { margin-bottom: 36px; }
.original-notes-header > p:first-child { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 12px; }
.original-notes-header h1 { margin-bottom: 16px; }
.original-note-card { display: flex; flex-direction: column; border-radius: 12px; overflow: hidden; }
.original-note-card > img { width: 100%; aspect-ratio: 16 / 10; -o-object-fit: cover; object-fit: cover; }
.original-note-body { display: flex; flex-direction: column; flex: 1; padding: 20px; gap: 12px; }
.site-page .original-note-card h2 { font-family: inherit; font-size: 19px; font-weight: 600; line-height: 1.45; letter-spacing: normal; }
.original-note-body > p { font-size: 14px; line-height: 1.7; }
.original-note-body .home-note-meta { margin-bottom: 0; }
.original-note-link { margin-top: auto; padding-top: 4px; font-size: 13px; }
.original-note-card:hover { border-color: var(--home-accent); }

@media (max-width: 479px) {
    .home-social-links { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 260px; }
}
@media (prefers-reduced-motion: reduce) {
    .home-social-icon { transition: none; }
}

/* Dashboard lists load one content type at a time; narrow screens can scroll the table. */
.admin-toolbar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; margin-bottom: 24px; }
.admin-sections { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-bottom: 28px; }
.admin-section { display: flex; flex-direction: column; gap: 12px; padding: 20px; border: 1px solid var(--home-line); border-radius: 10px; background: var(--home-surface); }
.admin-section strong { font-size: 28px; color: var(--home-text); }
.admin-section[aria-current="page"] { border-color: var(--home-accent); box-shadow: inset 0 3px var(--home-accent); }
.admin-list { padding: clamp(16px, 3vw, 28px); border-radius: 12px; }
.admin-workspace .admin-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 16px; border: 1px solid var(--home-accent); border-radius: 6px; background: var(--home-surface); color: var(--home-accent); }
.admin-workspace .admin-button.site-accent-fill { background: var(--home-accent); color: var(--home-bg); }
.admin-search { display: flex; flex-wrap: wrap; align-items: end; gap: 12px; margin-bottom: 24px; }
.admin-search > div:first-child { flex: 1 1 240px; }
.admin-search label { display: block; margin-bottom: 8px; color: var(--home-muted); font-size: 14px; }
.admin-search input, .admin-search select { width: 100%; min-height: 44px; border-radius: 6px; background: var(--home-bg); color: var(--home-text); border: 1px solid var(--home-line); }
.admin-table-scroll { overflow-x: auto; }
.admin-table { width: 100%; text-align: left; font-size: 14px; }
.admin-table th { color: var(--home-muted); font-weight: 500; }
.admin-table th, .admin-table td { padding: 14px 12px; border-bottom: 1px solid var(--home-line); }
.admin-table td:first-child { min-width: 210px; overflow-wrap: anywhere; }
.admin-table tbody tr:hover { background: var(--home-bg); }
.admin-actions { display: flex; align-items: center; gap: 18px; }
.admin-actions a, .admin-delete { display: inline-flex; align-items: center; min-height: 44px; }
.admin-workspace .admin-delete { background: transparent; color: #f0a49a; }
.admin-empty { text-align: center; padding: 32px !important; }
@media (max-width: 640px) { .admin-sections { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* Create/edit forms (shortfilms, movies, creators, news). */
.admin-form { display: flex; flex-direction: column; gap: 22px; }
.admin-field label { display: block; margin-bottom: 8px; color: var(--home-muted); font-size: 14px; }
.admin-field :is(input, select, textarea):not([type="checkbox"]):not([type="hidden"]) {
    width: 100%;
    min-height: 44px;
    border-radius: 6px;
    background: var(--home-bg);
    color: var(--home-text);
    border: 1px solid var(--home-line);
    padding: 10px 14px;
}
.admin-field textarea { min-height: 130px; }
.admin-field select[multiple] { min-height: 140px; padding: 6px; }
.admin-field :is(input, select, textarea):focus { outline: none; border-color: var(--home-accent); }
.admin-field .admin-hint { margin-top: 6px; color: var(--home-muted); font-size: 13px; }
.admin-field-poster img { border-radius: 8px; border: 1px solid var(--home-line); }
.admin-checkbox { display: inline-flex; align-items: center; gap: 10px; color: var(--home-text); }
.admin-checkbox input { width: 18px; height: 18px; }
.admin-form-section { margin-top: 12px; padding-top: 28px; border-top: 1px solid var(--home-line); }
.admin-form-section h2 { font-size: 20px; margin-bottom: 10px; }
.admin-suggestions { margin-top: 6px; background: var(--home-surface); border-radius: 6px; overflow: hidden; }
.admin-suggestions:empty { display: none; }
.admin-suggestions li { padding: 10px 14px; cursor: pointer; border-bottom: 1px solid var(--home-line); list-style: none; }
.admin-suggestions li:last-child { border-bottom: 0; }
.admin-suggestions li:hover { background: var(--home-bg); color: var(--home-accent); }
.admin-creator-picker { background: var(--home-surface); border: 1px solid var(--home-line); border-radius: 8px; padding: 16px; }
.admin-creator-list { display: flex; flex-direction: column; gap: 8px; }
.admin-creator-list li { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 10px 14px; background: var(--home-bg); border: 1px solid var(--home-line); border-radius: 6px; list-style: none; }
.admin-creator-list em { color: var(--home-muted); font-style: normal; }
.admin-bulk-row { display: grid; grid-template-columns: 1fr; gap: 16px; margin-bottom: 16px; }
@media (min-width: 768px) { .admin-bulk-row { grid-template-columns: repeat(3, minmax(0, 1fr)); } }

/* Pairs short-answer admin-fields (e.g. Nombre + Apellido) side by side instead of full width. */
.admin-field-row { display: grid; grid-template-columns: 1fr; gap: 22px; }
@media (min-width: 640px) { .admin-field-row { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* Shared frontend footer. */
.site-footer { margin-top: 48px; padding: 52px 0 24px; border-top: 1px solid var(--home-accent); background: linear-gradient(135deg, var(--home-surface), var(--home-bg) 70%); }
.site-footer > .site-container { padding-block: 0; }
.site-footer-grid { display: grid; gap: 36px; }
.site-footer-brand { max-width: 420px; }
.site-footer-logo { width: 100%; max-width: 360px; }
.site-footer-tagline { margin-top: 24px; color: var(--home-accent); font-family: Georgia, serif; font-size: 26px; }
.site-footer-description { margin-top: 12px; max-width: 360px; color: var(--home-muted); font-size: 14px; line-height: 1.8; }
.site-footer-heading { margin-bottom: 16px; color: var(--home-accent); font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.site-footer-navigation a { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; }
.site-footer-social { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.site-footer-social a { display: flex; align-items: center; gap: 10px; min-height: 48px; padding: 10px 12px; border: 1px solid var(--home-line); border-radius: 8px; font-size: 13px; }
.site-footer-social img { width: 24px; height: 24px; -o-object-fit: contain; object-fit: contain; flex-shrink: 0; }
.site-footer a:hover { color: var(--home-accent); }
.site-footer-social a:hover { border-color: var(--home-accent); }
.site-footer a:focus-visible { outline: 2px solid var(--home-accent); outline-offset: 4px; }
.site-footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-top: 40px; padding: 20px 60px 0 0; border-top: 1px solid var(--home-line); color: var(--home-muted); font-size: 12px; }
@media (min-width: 640px) {
    .site-footer-grid { grid-template-columns: 1fr 1fr; }
    .site-footer-brand { grid-column: 1 / -1; }
}
@media (min-width: 1024px) {
    .site-footer-grid { grid-template-columns: 1.4fr .65fr 1fr; gap: 48px; }
    .site-footer-brand { grid-column: auto; }
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-900\/40:hover {
  background-color: rgb(17 24 39 / 0.4);
}
.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.hover\:text-blue-400:hover {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.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\:no-underline:hover {
  text-decoration-line: none;
}
.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\:z-10:focus {
  z-index: 10;
}
.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.focus\:border-indigo-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.focus\:border-indigo-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
}
.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.focus\:bg-gray-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.focus\:bg-gray-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.focus\:bg-indigo-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}
.focus\:text-gray-500:focus {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.focus\:text-gray-700:focus {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.focus\:text-gray-800:focus {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.focus\:text-indigo-800:focus {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-\[\#dfbd79\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(223 189 121 / var(--tw-ring-opacity, 1));
}
.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}
.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.active\:bg-gray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.active\:bg-gray-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.active\:bg-red-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.active\:text-gray-500:active {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.active\:text-gray-700:active {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.disabled\:opacity-25:disabled {
  opacity: 0.25;
}
@media (min-width: 640px) {

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

  .sm\:ms-auto {
    margin-inline-start: auto;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:w-full {
    width: 100%;
  }

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

  .sm\:max-w-lg {
    max-width: 32rem;
  }

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

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

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

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

  .sm\:translate-y-0 {
    --tw-translate-y: 0px;
    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));
  }

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

  .sm\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    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));
  }

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

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

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

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

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

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

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

  .sm\:pt-0 {
    padding-top: 0px;
  }
}
@media (min-width: 768px) {

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

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

  .md\:p-5 {
    padding: 1.25rem;
  }

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

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1024px) {

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

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

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.ltr\:origin-top-left:where([dir="ltr"], [dir="ltr"] *) {
  transform-origin: top left;
}
.ltr\:origin-top-right:where([dir="ltr"], [dir="ltr"] *) {
  transform-origin: top right;
}
.rtl\:origin-top-left:where([dir="rtl"], [dir="rtl"] *) {
  transform-origin: top left;
}
.rtl\:origin-top-right:where([dir="rtl"], [dir="rtl"] *) {
  transform-origin: top right;
}
.rtl\:flex-row-reverse:where([dir="rtl"], [dir="rtl"] *) {
  flex-direction: row-reverse;
}
@media (prefers-color-scheme: dark) {

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

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

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

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

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

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

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

  .dark\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
  }

  .dark\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
  }

  .dark\:active\:bg-gray-700:active {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  }

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

