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

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

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

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

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

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

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

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

input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([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;
}

input:where([type='text']):focus, input:where(:not([type])):focus, input:where([type='email']):focus, input:where([type='url']):focus, input:where([type='password']):focus, input:where([type='number']):focus, input:where([type='date']):focus, input:where([type='datetime-local']):focus, input:where([type='month']):focus, input:where([type='search']):focus, input:where([type='tel']):focus, input:where([type='time']):focus, input:where([type='week']):focus, select:where([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;
}

select:where([multiple]),select:where([size]: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;
}

input:where([type='checkbox']),input:where([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;
}

input:where([type='checkbox']) {
  border-radius: 0px;
}

input:where([type='radio']) {
  border-radius: 100%;
}

input:where([type='checkbox']):focus,input:where([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);
}

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

input:where([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)  {
  input:where([type='checkbox']):checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([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)  {
  input:where([type='radio']):checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

input:where([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)  {
  input:where([type='checkbox']):indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

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

input:where([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;
  }
}

.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose-lg {
  font-size: 1.125rem;
  line-height: 1.7777778;
}

.prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}

.prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-inline-start: 1em;
}

.prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}

.prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}

.prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  border-radius: 0.3125rem;
  padding-top: 0.2222222em;
  padding-inline-end: 0.4444444em;
  padding-bottom: 0.2222222em;
  padding-inline-start: 0.4444444em;
}

.prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
}

.prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8666667em;
}

.prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875em;
}

.prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-inline-end: 1.5em;
  padding-bottom: 1em;
  padding-inline-start: 1.5em;
}

.prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}

.prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}

.prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}

.prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4444444em;
}

.prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4444444em;
}

.prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg :where(.prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-lg :where(.prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.prose-lg :where(.prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-lg :where(.prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  padding-inline-start: 1.5555556em;
}

.prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}

.prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
}

.prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}

.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.75em;
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}

.prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}

.prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

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

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

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-full {
  bottom: 100%;
}

.left-4 {
  left: 1rem;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.start-0 {
  inset-inline-start: 0px;
}

.top-0 {
  top: 0px;
}

.top-2 {
  top: 0.5rem;
}

.top-full {
  top: 100%;
}

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

.z-\[80\] {
  z-index: 80;
}

.m-0 {
  margin: 0px;
}

.m-3 {
  margin: 0.75rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.\!me-1 {
  margin-inline-end: 0.25rem !important;
}

.\!me-1\.5 {
  margin-inline-end: 0.375rem !important;
}

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

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

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

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

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

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

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

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

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

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

.ml-1 {
  margin-left: 0.25rem;
}

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

.mr-1 {
  margin-right: 0.25rem;
}

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

.ms-0\.5 {
  margin-inline-start: 0.125rem;
}

.ms-2 {
  margin-inline-start: 0.5rem;
}

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

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

.mt-12 {
  margin-top: 3rem;
}

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.\!flex {
  display: flex !important;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.size-3\.5 {
  width: 0.875rem;
  height: 0.875rem;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.size-8 {
  width: 2rem;
  height: 2rem;
}

.\!h-2\.5 {
  height: 0.625rem !important;
}

.h-2 {
  height: 0.5rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-3 {
  height: 0.75rem;
}

.h-32 {
  height: 8rem;
}

.h-36 {
  height: 9rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

.h-7 {
  height: 1.75rem;
}

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

.h-full {
  height: 100%;
}

.min-h-\[calc\(100\%-3\.5rem\)\] {
  min-height: calc(100% - 3.5rem);
}

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

.\!w-2\.5 {
  width: 0.625rem !important;
}

.w-1 {
  width: 0.25rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-3 {
  width: 0.75rem;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-96 {
  width: 24rem;
}

.w-\[calc\(100\%-2rem\)\] {
  width: calc(100% - 2rem);
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

.min-w-\[3rem\] {
  min-width: 3rem;
}

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

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

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

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

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

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

.max-w-full {
  max-width: 100%;
}

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

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

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

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

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

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

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

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

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

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

.flex-row-reverse {
  flex-direction: row-reverse;
}

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

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

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

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

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

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

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

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

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

.\!justify-between {
  justify-content: space-between !important;
}

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

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

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

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

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

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-slate-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(232 231 228 / var(--tw-divide-opacity, 1));
}

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap {
  white-space: nowrap;
}

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

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

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

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

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

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

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

.border-\[3px\] {
  border-width: 3px;
}

.border-b {
  border-bottom-width: 1px;
}

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

.border-solid {
  border-style: solid;
}

.\!border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
}

.border-\[\#56020233\] {
  border-color: #56020233;
}

.border-amber-200 {
  --tw-border-opacity: 1;
  border-color: rgb(245 237 220 / var(--tw-border-opacity, 1));
}

.border-current {
  border-color: currentColor;
}

.border-emerald-200 {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / 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-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(212 165 165 / var(--tw-border-opacity, 1));
}

.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}

.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(86 2 2 / var(--tw-border-opacity, 1));
}

.border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(246 245 243 / var(--tw-border-opacity, 1));
}

.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(232 231 228 / var(--tw-border-opacity, 1));
}

.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(211 210 206 / var(--tw-border-opacity, 1));
}

.border-transparent {
  border-color: transparent;
}

.border-t-transparent {
  border-top-color: transparent;
}

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

.bg-\[\#025522\] {
  --tw-bg-opacity: 1;
  background-color: rgb(2 85 34 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1d1c19\] {
  --tw-bg-opacity: 1;
  background-color: rgb(29 28 25 / var(--tw-bg-opacity, 1));
}

.bg-\[\#2a2924\] {
  --tw-bg-opacity: 1;
  background-color: rgb(42 41 36 / var(--tw-bg-opacity, 1));
}

.bg-\[\#3d0000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(61 0 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#3f3e38\] {
  --tw-bg-opacity: 1;
  background-color: rgb(63 62 56 / var(--tw-bg-opacity, 1));
}

.bg-\[\#560202\] {
  --tw-bg-opacity: 1;
  background-color: rgb(86 2 2 / var(--tw-bg-opacity, 1));
}

.bg-\[\#5a5850\] {
  --tw-bg-opacity: 1;
  background-color: rgb(90 88 80 / var(--tw-bg-opacity, 1));
}

.bg-\[\#6d5600\] {
  --tw-bg-opacity: 1;
  background-color: rgb(109 86 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#716f68\] {
  --tw-bg-opacity: 1;
  background-color: rgb(113 111 104 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EFF6F1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 241 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F0E5E5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 229 229 / var(--tw-bg-opacity, 1));
}

.bg-\[\#a3a29f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(163 162 159 / var(--tw-bg-opacity, 1));
}

.bg-\[\#a68a1f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(166 138 31 / var(--tw-bg-opacity, 1));
}

.bg-\[\#c9a227\] {
  --tw-bg-opacity: 1;
  background-color: rgb(201 162 39 / var(--tw-bg-opacity, 1));
}

.bg-\[\#d3d2ce\] {
  --tw-bg-opacity: 1;
  background-color: rgb(211 210 206 / var(--tw-bg-opacity, 1));
}

.bg-\[\#d4a5a5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(212 165 165 / var(--tw-bg-opacity, 1));
}

.bg-\[\#e8e7e4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 231 228 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f5eddc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 237 220 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f6f5f3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 243 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fafaf9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fefcf3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 243 / var(--tw-bg-opacity, 1));
}

.bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(201 162 39 / var(--tw-bg-opacity, 1));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

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

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

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

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

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 229 229 / var(--tw-bg-opacity, 1));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(86 2 2 / var(--tw-bg-opacity, 1));
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 243 / var(--tw-bg-opacity, 1));
}

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

.bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(42 41 36 / var(--tw-bg-opacity, 1));
}

.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 28 25 / var(--tw-bg-opacity, 1));
}

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

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

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

.from-amber-200 {
  --tw-gradient-from: #f5eddc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 237 220 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-400 {
  --tw-gradient-from: #fbbf24 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-200 {
  --tw-gradient-from: #e8e7e4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 231 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-amber-300 {
  --tw-gradient-to: #fcd34d var(--tw-gradient-to-position);
}

.to-amber-500 {
  --tw-gradient-to: #c9a227 var(--tw-gradient-to-position);
}

.to-slate-300 {
  --tw-gradient-to: #d3d2ce var(--tw-gradient-to-position);
}

.fill-black {
  fill: #000;
}

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.\!py-0\.5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

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

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

.py-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-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

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

.pl-5 {
  padding-left: 1.25rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

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

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

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

.align-bottom {
  vertical-align: bottom;
}

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

.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-\[12px\] {
  font-size: 12px;
}

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

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

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

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

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

.\!font-medium {
  font-weight: 500 !important;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

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

.tracking-tight {
  letter-spacing: -0.025em;
}

.text-\[\#560202\] {
  --tw-text-opacity: 1;
  color: rgb(86 2 2 / var(--tw-text-opacity, 1));
}

.text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(201 162 39 / var(--tw-text-opacity, 1));
}

.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(166 138 31 / var(--tw-text-opacity, 1));
}

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

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

.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgb(2 85 34 / var(--tw-text-opacity, 1));
}

.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.text-emerald-900 {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}

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

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

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

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(86 2 2 / var(--tw-text-opacity, 1));
}

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

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}

.text-rose-500 {
  --tw-text-opacity: 1;
  color: rgb(86 2 2 / var(--tw-text-opacity, 1));
}

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(163 162 159 / var(--tw-text-opacity, 1));
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(113 111 104 / var(--tw-text-opacity, 1));
}

.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(90 88 80 / var(--tw-text-opacity, 1));
}

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(63 62 56 / var(--tw-text-opacity, 1));
}

.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(29 28 25 / var(--tw-text-opacity, 1));
}

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

.no-underline {
  text-decoration-line: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-60 {
  opacity: 0.6;
}

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

.outline {
  outline-style: solid;
}

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

.blur {
  --tw-blur: blur(8px);
  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);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}

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

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

.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[opacity\2c margin\] {
  transition-property: opacity,margin;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

/* OscarsMates Custom Styles */

/* =================================== */

/* CSS Variables */

/* =================================== */

:root {
  /* Brand Colors */
  --primary: #1d1c19;
  --primary-hover: #1d1c19;
  --accent: #c9a227;
  --accent-light: #f5eddc;
  /* Legacy support */
  --oscar-gold: #c9a227;
  --oscar-gold-light: #f5eddc;
  --oscar-gold-dark: #6d5600;
  --coral-accent: #3d0000;
  --red-carpet: #560202;
  /* Backgrounds */
  --bg-primary: #fafaf9;
  --bg-secondary: #ffffff;
  --cream-bg: #fafaf9;
  --white: #ffffff;
  /* Text */
  --text-primary: #1d1c19;
  --text-secondary: #716f68;
  --text-tertiary: #a3a29f;
  --charcoal: #1d1c19;
  --charcoal-light: #716f68;
  --text-muted: #a3a29f;
  /* Borders */
  --border-color: #e8e7e4;
  --border-color-light: #f6f5f3;
  /* Status Colors */
  --teal-success: #025522;
  --teal-light: #eff6f1;
  --warning: #a68a1f;
  --danger: #560202;
  --carpet-light: #f0e5e5;
  /* Background Colors */
  --warning-bg: var(--carpet-light);
  /* White transparent variations */
  --white-80: rgba(255, 255, 255, 0.8);
  --white-90: rgba(255, 255, 255, 0.9);
  --white-60: rgba(255, 255, 255, 0.6);
  /* Black transparent variations (for shadows) */
  --black-04: rgba(0, 0, 0, 0.04);
  --black-05: rgba(0, 0, 0, 0.05);
  --black-06: rgba(0, 0, 0, 0.06);
  --black-10: rgba(0, 0, 0, 0.1);
  --black-20: rgba(0, 0, 0, 0.2);
  /* Slate transparent */
  --slate-focus: rgba(148, 163, 184, 0.1);
  /* Shadows - very subtle */
  --shadow-sm: 0 1px 2px var(--black-04);
  --shadow-md: 0 4px 6px var(--black-04), 0 1px 3px var(--black-06);
  --shadow-lg: 0 10px 15px var(--black-04), 0 4px 6px var(--black-04);
  --card-shadow: var(--shadow-md);
  --card-shadow-hover: var(--shadow-lg);
  --card-shadow-lg: var(--shadow-lg);
  /* Transitions */
  --transition-fast: 0.15s ease;
  --transition-smooth: 0.2s ease;
  --transition-bounce: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  /* Borders */
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --radius-full: 9999px;
  --border-radius-sm: 6px;
  --border-radius-md: 10px;
  --border-radius-lg: 14px;
  --border-radius-xl: 20px;
  /* Spacing */
  --spacing-xs: 0.25rem;
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 1.5rem;
  --spacing-xl: 2rem;
  --spacing-xxl: 3rem;
  --spacing-3xl: 4rem;
  /* Slate Colors (warm beige-tinted grays matching --text-tertiary hue) */
  --slate-50: #fafaf9;
  --slate-100: #f6f5f3;
  --slate-200: #e8e7e4;
  --slate-300: #d3d2ce;
  --slate-400: #a3a29f;
  --slate-500: #716f68;
  --slate-600: #5a5850;
  --slate-700: #3f3e38;
  --slate-800: #2a2924;
  --slate-900: #1d1c19;
  /* Red Colors (based on Red Carpet #560202) */
  --red-50: #f0e5e5;
  --red-200: #d4a5a5;
  --red-600: #560202;
  --red-700: #3d0000;
  /* Amber Colors (based on Oscar Gold #c9a227) */
  --amber-50: #fefcf3;
  --amber-200: #f5eddc;
  --amber-500: #c9a227;
  --amber-600: #a68a1f;
  --amber-700: #6d5600;
  /* Green/Teal Colors (based on Teal Success #025522) */
  --green-50: #eff6f1;
  --green-500: #025522;
  --emerald-500: #025522;
  --teal-success-transparent: rgba(2, 85, 34, 0.2);
  /* Rose/Danger Colors (based on Red Carpet #560202) */
  --rose-500: #560202;
  --danger-transparent: rgba(86, 2, 2, 0.2);
  --danger-light-bg: rgba(86, 2, 2, 0.1);
  /* Oscar Gold transparent */
  --oscar-gold-transparent: rgba(201, 162, 39, 0.1);
}

/* =================================== */

/* Base Styles */

/* =================================== */

body {
  background-color: var(--bg-primary);
  color: var(--text-primary);
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
}

/* Form Controls - Tailwind-inspired */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="date"],
input[type="datetime-local"],
input[type="number"],
select {
  display: block;
  width: 100%;
  padding: var(--spacing-sm) var(--spacing-md);
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--text-secondary);
  background-color: var(--bg-secondary);
  background-clip: padding-box;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-full);
  transition: all var(--transition-fast);
  cursor: pointer;
}

textarea {
  display: block;
  width: 100%;
  padding: var(--spacing-sm) var(--spacing-md);
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--text-secondary);
  background-color: var(--bg-secondary);
  background-clip: padding-box;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  transition: all var(--transition-fast);
  cursor: pointer;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--oscar-gold-transparent);
  color: var(--text-primary);
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="date"]:hover,
input[type="datetime-local"]:hover,
input[type="number"]:hover,
select:hover,
textarea:hover {
  border-color: var(--text-tertiary);
  color: var(--text-primary);
}

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--slate-400);
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
textarea::placeholder {
  color: var(--slate-400);
}

/* Date picker styling */

input[type="date"],
input[type="datetime-local"] {
  min-height: 44px;
  width: 100%;
}

@media (min-width: 640px) {
  input[type="date"],
  input[type="datetime-local"] {
    width: auto;
  }
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="datetime-local"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  padding: var(--spacing-xs);
  border-radius: var(--radius-sm);
}

input[type="date"]::-webkit-calendar-picker-indicator:hover,
input[type="datetime-local"]::-webkit-calendar-picker-indicator:hover {
  background-color: var(--bg-primary);
}

select {
  padding-right: 2.5rem;
  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;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
  color: var(--accent);
  background-color: var(--bg-secondary);
  border: 1px solid var(--slate-300);
  border-radius: var(--radius-sm);
  accent-color: var(--accent);
  flex-shrink: 0;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--oscar-gold-transparent);
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
  background-color: var(--accent);
  border-color: var(--accent);
}

label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--slate-700);
}

/* Form Select Button - Matches dropdown button styles */

.form-select-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: var(--spacing-sm) var(--spacing-md);
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--text-secondary);
  background-color: var(--bg-secondary);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-full);
  transition: all var(--transition-fast);
  cursor: pointer;
  text-align: left;
  &:hover {
    border-color: var(--text-tertiary);
    color: var(--text-primary);
  }
  &:focus {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--oscar-gold-transparent);
    color: var(--text-primary);
  }
}

/* =================================== */

/* Typography */

/* =================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: var(--text-primary);
  letter-spacing: -0.02em;
  line-height: 1.3;
}

h1 {
  font-size: 2rem;
  font-weight: 700;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.1rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

p {
  color: var(--text-secondary);
  line-height: 1.6;
}

a {
  color: var(--text-primary);
  text-decoration: none;
  transition: color var(--transition-fast);
  &:hover {
    color: var(--accent);
  }
}

/* Text utilities */

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

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

.text-muted {
  color: var(--text-tertiary);
}

.text-secondary {
  color: var(--text-secondary);
}

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

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

/* =================================== */

/* Card Styles - Minimal */

/* =================================== */

.card-oscar {
  background: var(--bg-secondary);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-color);
  transition:
    border-color var(--transition-fast),
    box-shadow var(--transition-fast);
  overflow: hidden;
  &:hover {
    border-color: var(--border-color);
    box-shadow: var(--shadow-lg);
  }
}

.card-lift {
  transition:
    transform var(--transition-fast),
    box-shadow var(--transition-fast);
  &:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
  }
}

/* =================================== */

/* Movie Grid */

/* =================================== */

.movies-page {
  background-color: var(--cream-bg);
  min-height: 100vh;
}

.movies-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--spacing-lg);
  /* Allow grid items to shrink below content size for text truncation */
  > * {
    min-width: 0;
  }
  /* Single column for very small screens */
  @media (max-width: 374px) {
    grid-template-columns: 1fr;
  }
  @media (min-width: 576px) {
    grid-template-columns: repeat(3, 1fr);
  }
  @media (min-width: 768px) {
    grid-template-columns: repeat(4, 1fr);
  }
  @media (min-width: 1024px) {
    grid-template-columns: repeat(5, 1fr);
  }
  @media (min-width: 1200px) {
    grid-template-columns: repeat(6, 1fr);
  }
}

/* =================================== */

/* Movie Card - Clean */

/* =================================== */

.movie-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: white;
  box-shadow: var(--card-shadow);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  cursor: default;
  width: 100%;
  min-width: 0;
  &:hover {
    box-shadow: var(--card-shadow-hover);
    .movie-card-overlay {
      opacity: 1;
    }
    .movie-card-actions {
      opacity: 1;
      transform: translateY(0);
    }
    .movie-card-poster {
      transform: scale(1.08);
    }
  }
  &:active {
    transform: translateY(-2px) scale(1.01);
  }
}

.movie-card-poster-container {
  position: relative;
  overflow: hidden;
  cursor: default;
  padding-bottom: var(--radius-lg);
}

.movie-card-overlay {
  position: absolute;
  inset: 0;
  background: var(--white-90);
  opacity: 0;
  transition: opacity 0.2s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  z-index: 10;
}

.movie-card-actions {
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  text-align: center;
  pointer-events: none;
  /* Ensure buttons are clickable */
  a,
  button,
  form {
    pointer-events: auto;
    position: relative;
    z-index: 20;
    cursor: pointer;
  }
}

.movie-card-poster {
  aspect-ratio: 2 / 3;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
  pointer-events: none;
  cursor: default;
}

.movie-card-info {
  padding: var(--spacing-md);
  background: white;
  cursor: default;
  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-lg);
  margin-top: calc(-3 * var(--radius-lg));
  position: relative;
  z-index: 10;
  min-width: 0;
  h2 {
    font-size: 0.95rem;
    font-weight: 500;
    margin: 0 0 var(--spacing-sm);
    color: var(--text-primary);
    line-height: 1.2;
    letter-spacing: -0.02em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
  }
}

.movie-rating-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
  gap: var(--spacing-sm);
  i {
    font-size: 0.875rem;
    margin-right: 2px;
  }
}

.movie-rating-left,
.movie-rating-right {
  display: flex;
  align-items: center;
  gap: 4px;
  i {
    font-size: 0.875rem;
    margin-right: 2px;
  }
}

.movie-rating-left {
  cursor: default;
}

.movie-rating-left span {
  cursor: default;
}

.movie-card-badge {
  position: absolute;
  top: var(--spacing-sm);
  left: var(--spacing-sm);
  background: var(--oscar-gold);
  color: var(--charcoal);
  font-weight: 700;
  font-size: 0.85rem;
  padding: var(--spacing-xs) var(--spacing-sm);
  border-radius: var(--border-radius-sm);
  box-shadow: 0 2px 8px var(--black-20);
  z-index: 50;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  transition: all var(--transition-fast);
  white-space: nowrap;
  cursor: pointer;
  .rating-number {
    display: inline;
    color: var(--charcoal);
  }
  .edit-icon {
    opacity: 0;
    color: var(--charcoal);
    transition: opacity var(--transition-fast);
    width: 0;
    overflow: hidden;
  }
  &:hover {
    color: var(--charcoal);
    text-decoration: none;
    .rating-number {
      color: var(--charcoal);
    }
    .edit-icon {
      opacity: 1;
      width: auto;
    }
  }
}

.movie-card:hover .movie-card-badge .edit-icon,
.movie-card-badge:hover .edit-icon {
  opacity: 1;
}

.movie-card.is-watched {
  &:hover {
    box-shadow: var(--card-shadow);
    .movie-card-actions {
      opacity: 0;
      transform: translateY(10px);
    }
    .movie-card-overlay {
      opacity: 0;
    }
  }
}

/* Watched button for unwatched movies - 25% bigger */

.movie-card-actions .btn-outline-oscar {
  transform: scale(1.25);
}

/* =================================== */

/* Mobile Movie Card Adjustments */

/* =================================== */

@media (max-width: 640px) {
  /* Watched movies: No hover, badge always visible and 50% bigger */

  .movie-card.is-watched {
    .movie-card-badge {
      transform: scale(1.5);
      transform-origin: top left;
      animation: none !important;
      top: var(--spacing-md);
      left: var(--spacing-md);
    }
    .movie-card-badge .edit-icon {
      opacity: 1;
      width: 14px;
    }
    &:hover {
      transform: none;
      box-shadow: var(--card-shadow);
      .movie-card-poster {
        transform: none;
      }
    }
  }

  /* Unwatched movies: Remove animation, show "Watched" button always */

  .movie-card:not(.is-watched) {
    .animate-fade-in-up {
      animation: none !important;
      opacity: 1 !important;
    }
    &:hover {
      transform: none;
      box-shadow: var(--card-shadow);
      .movie-card-overlay {
        opacity: 0;
      }
      .movie-card-poster {
        transform: none;
      }
    }
  }

  /* Mobile watched button - always visible at bottom of poster */

  .movie-card-poster-container {
    position: relative;
  }

  .movie-card-mobile-action {
    display: flex !important;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: var(--spacing-lg) var(--spacing-md) calc(3 * var(--radius-lg) + var(--spacing-md));
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.95) 0%,
      rgba(0, 0, 0, 0.7) 50%,
      transparent 100%
    );
    min-height: 160px;
    z-index: 5;
    pointer-events: none;
  }

  .movie-card-mobile-action a,
  .movie-card-mobile-action button {
    pointer-events: auto;
  }

  /* Make the button more visible on mobile */

  .movie-card-mobile-action .btn-outline-oscar {
    background: rgba(255, 255, 255, 0.95);
    border-color: var(--oscar-gold);
    transform: scale(1.2);
  }

  /* Hide desktop overlay on mobile */

  .movie-card-overlay {
    display: none !important;
  }
}

/* Desktop: hide mobile watched button */

.movie-card-mobile-action {
  display: none;
}

/* =================================== */

/* Star Rating */

/* =================================== */

.star-rating {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.star-rating .star {
  font-size: 1.5rem;
  color: var(--text-muted);
  cursor: pointer;
  transition: var(--transition-smooth);
  padding: 0.25rem;
  min-width: 28px;
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  &.filled {
    color: var(--oscar-gold);
  }
}

@media (min-width: 640px) {
  .star-rating {
    gap: 0.5rem;
  }

  .star-rating .star {
    font-size: 2.5rem;
    padding: 0.5rem;
    min-width: 44px;
    min-height: 44px;
  }
}

/* Hovered star and all to the left turn gold */

.star-rating .star:hover,
.star-rating .star:hover ~ .star {
  color: var(--oscar-gold);
}

/* Checked star and all to the left are gold */

.star-rating input:checked ~ .star {
  color: var(--oscar-gold);
}

/* Star Icon Styles (SVG) */

.star-icon {
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.star-filled {
  fill: var(--oscar-gold);
}

.star-unfilled {
  fill: var(--slate-300);
}

.star-hovered {
  fill: var(--oscar-gold);
  transform: scale(1.1);
}

/* =================================== */

/* Mate Rating Component */

/* =================================== */

.mate-rating {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-sm);
}

.mate-rating-stars {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.mate-rating-star {
  flex-shrink: 0;
  display: block;
}

.mate-rating-star-filled {
  fill: var(--oscar-gold);
}

.mate-rating-star-empty {
  fill: var(--text-tertiary);
}

.mate-rating-text {
  font-weight: 600;
  color: var(--text-primary);
  white-space: nowrap;
}

/* Size variants */

.mate-rating-sm .mate-rating-star {
  width: 16px;
  height: 16px;
}

.mate-rating-sm .mate-rating-text {
  font-size: 0.875rem;
}

.mate-rating-md .mate-rating-star {
  width: 20px;
  height: 20px;
}

.mate-rating-md .mate-rating-text {
  font-size: 1rem;
}

.mate-rating-lg .mate-rating-star {
  width: 28px;
  height: 28px;
}

.mate-rating-lg .mate-rating-text {
  font-size: 1.25rem;
  font-weight: 700;
}

/* =================================== */

/* Custom Date Picker */

/* =================================== */

.date-picker-wrapper {
  position: relative;
  max-width: 450px;
  width: 100%;
}

.date-picker-input {
  cursor: pointer;
  padding-right: 2.5rem;
  width: 100%;
  box-sizing: border-box;
  border-radius: var(--radius-full) !important;
}

.date-picker-icon {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--slate-400);
  width: 1.25rem;
  height: 1.25rem;
}

.date-picker-dropdown {
  position: fixed;
  background: var(--bg-secondary);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-md);
  box-shadow:
    0 10px 15px -3px var(--black-10),
    0 4px 6px -4px var(--black-10);
  padding: var(--spacing-md);
  z-index: 9999;
  min-width: 280px;
  max-width: 450px;
}

.date-picker-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--spacing-md);
  gap: var(--spacing-sm);
}

.date-picker-nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: var(--radius-sm);
  background: transparent;
  border: none;
  color: var(--slate-600);
  cursor: pointer;
  transition: all var(--transition-fast);
}

.date-picker-nav-btn:hover {
  background: var(--slate-100);
  color: var(--slate-900);
}

.date-picker-month-year {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
  text-align: center;
}

.date-picker-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}

.date-picker-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: var(--spacing-md);
  padding-top: var(--spacing-md);
  border-top: 1px solid var(--slate-200);
}

.date-picker-today-btn {
  padding: var(--spacing-xs) var(--spacing-md);
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--oscar-gold-dark);
  background: transparent;
  border: 1px solid var(--oscar-gold-dark);
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: all var(--transition-fast);
}

.date-picker-today-btn:hover {
  background: var(--oscar-gold-light);
}

/* Date picker weekday headers */

.date-weekday {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--slate-400);
  padding: 0.5rem 0;
}

/* Date picker day cells */

.date-day {
  color: var(--slate-700);
}

.date-day:hover {
  background-color: var(--oscar-gold-dark);
  color: white;
}

.date-selected {
  background-color: var(--oscar-gold);
  color: white;
  font-weight: 600;
}

.date-selected:hover {
  background-color: var(--oscar-gold-dark);
  color: white;
}

.date-today {
  color: var(--oscar-gold);
  font-weight: 600;
}

.date-today:hover {
  background-color: var(--oscar-gold-dark);
  color: white;
}

.star-rating-mini {
  .star {
    font-size: 1rem;
  }
}

/* Rating display (read-only, for already rated movies) */

.your-rating-display {
  text-align: center;
  .your-rating-label {
    display: block;
    font-size: 0.65rem;
    color: var(--white-60);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 2px;
  }
  .rating-value {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    i {
      color: var(--oscar-gold);
      font-size: 1rem;
    }
  }
}

/* =================================== */

/* Buttons - Clean & Minimal */

/* =================================== */

.btn-oscar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-xs);
  background: var(--primary);
  color: white;
  border: none;
  font-weight: 500;
  font-size: 0.875rem;
  padding: var(--spacing-sm) var(--spacing-lg);
  border-radius: var(--radius-sm);
  transition: all var(--transition-fast);
  cursor: pointer;
  &:hover:not(:disabled) {
    background: var(--oscar-gold-dark);
    color: white;
    transform: translateY(-1px);
  }
  &:active {
    transform: translateY(0);
  }
  &:disabled {
    background: var(--slate-300);
    color: var(--slate-500);
    cursor: not-allowed;
    opacity: 0.7;
    transform: none;
  }
}

.btn-coral {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-xs);
  background: var(--teal-success);
  color: white;
  border: none;
  font-weight: 500;
  font-size: 0.875rem;
  padding: var(--spacing-sm) var(--spacing-lg);
  border-radius: var(--radius-sm);
  transition: all var(--transition-fast);
  cursor: pointer;
  &:hover:not(:disabled) {
    filter: brightness(1.1);
    color: white;
    transform: translateY(-1px);
  }
  &:active {
    transform: translateY(0);
  }
  &:disabled {
    background: var(--slate-300);
    color: var(--slate-500);
    cursor: not-allowed;
    opacity: 0.7;
    transform: none;
  }
}

.btn-outline-oscar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-xs);
  background: var(--white);
  color: var(--text-primary);
  border: 1px solid var(--border-color);
  font-weight: 500;
  font-size: 0.875rem;
  padding: var(--spacing-sm) var(--spacing-lg);
  border-radius: var(--radius-sm);
  transition: all var(--transition-fast);
  cursor: pointer;
  &:hover:not(:disabled) {
    border-color: var(--oscar-gold-dark);
    background: var(--white);
    color: var(--oscar-gold-dark);
  }
  &:active {
    background: var(--border-color-light);
  }
  &:disabled {
    background: var(--slate-100);
    color: var(--slate-400);
    border-color: var(--slate-300);
    cursor: not-allowed;
    opacity: 0.7;
  }
}

/* Small button variant */

.btn-sm {
  padding: var(--spacing-xs) var(--spacing-md);
  font-size: 0.8rem;
}

/* Watch/Unwatch buttons */

.btn-watched {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-xs);
  background: var(--white);
  border: 1px solid var(--teal-success-transparent);
  color: var(--teal-success);
  font-weight: 500;
  font-size: 0.875rem;
  padding: var(--spacing-sm) var(--spacing-lg);
  border-radius: var(--radius-sm);
  transition: all var(--transition-fast);
  cursor: pointer;
  &:hover:not(:disabled) {
    background: var(--teal-light);
  }
  &:disabled {
    background: var(--slate-100);
    color: var(--slate-400);
    border-color: var(--slate-300);
    cursor: not-allowed;
    opacity: 0.7;
  }
}

.btn-unwatch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-xs);
  background: var(--white);
  border: 1px solid var(--danger-transparent);
  color: var(--danger);
  font-weight: 500;
  font-size: 0.875rem;
  padding: var(--spacing-sm) var(--spacing-lg);
  border-radius: var(--radius-sm);
  transition: all var(--transition-fast);
  cursor: pointer;
  &:hover:not(:disabled) {
    background: var(--carpet-light);
  }
  &:disabled {
    background: var(--slate-100);
    color: var(--slate-400);
    border-color: var(--slate-300);
    cursor: not-allowed;
    opacity: 0.7;
  }
}

/* Favorite button */

.btn-favorite {
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius-md);
  border: 1px solid var(--danger-transparent);
  padding: var(--spacing-sm) var(--spacing-md);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--danger);
  transition: background var(--transition-fast);
  &:hover {
    background: var(--carpet-light);
  }
}

/* Alert styles */

.alert-success {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--teal-success-transparent);
  background: var(--teal-light);
  color: var(--teal-success);
}

.alert-error {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--danger-transparent);
  background: var(--carpet-light);
  color: var(--danger);
}

/* =================================== */

/* Mates Page */

/* =================================== */

.mates-page {
  background-color: var(--cream-bg);
  min-height: 100vh;
  padding-bottom: var(--spacing-xxl);
}

.top-watchers {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-md);
  margin-bottom: var(--spacing-xxl);
  padding: var(--spacing-xl) 0;
}

/* Row layout on sm+ screens */

@media (min-width: 640px) {
  .top-watchers {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    gap: var(--spacing-lg);
  }
}

.podium-card {
  text-align: center;
  padding: var(--spacing-lg);
  background: var(--white);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--card-shadow);
  transition: var(--transition-smooth);
  width: 100%;
  max-width: 200px;
  &:hover {
    box-shadow: var(--card-shadow-hover);
  }
  /* Mobile: 1st on top, 2nd, 3rd */
  &.first {
    order: 1;
    border: 2px solid var(--oscar-gold);
    .crown {
      color: var(--oscar-gold);
    }
  }
  &.second {
    order: 2;
    .medal {
      color: var(--border-color);
    }
  }
  &.third {
    order: 3;
    .medal {
      color: var(--warning);
    }
  }
}

/* Desktop: podium order (2nd, 1st, 3rd) with scale effect */

@media (min-width: 640px) {
  .podium-card {
    width: auto;
    max-width: none;
    &:hover {
      transform: translateY(-5px);
    }
    &.first {
      order: 2;
      transform: scale(1.1);
      &:hover {
        transform: scale(1.1) translateY(-5px);
      }
    }
    &.second {
      order: 1;
    }
    &.third {
      order: 3;
    }
  }
}

.avatar-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.25rem;
  color: white;
  margin: 0 auto var(--spacing-sm);
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.mates-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--spacing-lg);
  @media (min-width: 576px) {
    grid-template-columns: repeat(2, 1fr);
  }
  @media (min-width: 1024px) {
    grid-template-columns: repeat(3, 1fr);
  }
}

.mate-card {
  background: var(--white);
  border-radius: var(--border-radius-md);
  padding: var(--spacing-lg);
  box-shadow: var(--card-shadow);
  transition: var(--transition-smooth);
  display: flex;
  gap: var(--spacing-md);
  align-items: center;
  &:hover {
    transform: translateY(-4px);
    box-shadow: var(--card-shadow-hover);
  }
}

.progress-bar-oscar {
  height: 8px;
  background: var(--danger-light-bg);
  border-radius: 4px;
  overflow: hidden;
  .progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--red-carpet) 0%, var(--coral-accent) 100%);
    border-radius: 4px;
    transition: width 1s ease-out;
  }
}

/* =================================== */

/* Categories Page */

/* =================================== */

.categories-page {
  background-color: var(--cream-bg);
  min-height: 100vh;
  padding-bottom: var(--spacing-xxl);
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--spacing-lg);
  @media (min-width: 576px) {
    grid-template-columns: repeat(2, 1fr);
  }
  @media (min-width: 1024px) {
    grid-template-columns: repeat(3, 1fr);
  }
}

.category-card {
  background: var(--white);
  border-radius: var(--border-radius-md);
  padding: var(--spacing-xl);
  box-shadow: var(--card-shadow);
  text-align: center;
  transition: var(--transition-smooth);
  border: 2px solid transparent;
  text-decoration: none;
  display: block;
  &:hover {
    transform: translateY(-6px);
    box-shadow: var(--card-shadow-hover);
    border-color: var(--oscar-gold);
    .category-icon {
      transform: scale(1.1);
      color: var(--oscar-gold-dark);
    }
  }
}

.category-icon {
  font-size: 3rem;
  color: var(--oscar-gold);
  margin-bottom: var(--spacing-md);
  transition: var(--transition-smooth);
  display: block;
}

.category-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: var(--spacing-sm);
}

.category-count {
  font-size: 0.85rem;
  color: var(--charcoal-light);
  background: var(--oscar-gold-light);
  padding: var(--spacing-xs) var(--spacing-sm);
  border-radius: var(--border-radius-sm);
  display: inline-block;
}

/* Category List (compact for many items) */

.category-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: var(--border-color);
  border-radius: var(--radius-lg);
  overflow: hidden;
  @media (min-width: 768px) {
    grid-template-columns: repeat(2, 1fr);
  }
  @media (min-width: 1200px) {
    grid-template-columns: repeat(3, 1fr);
  }
}

.category-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--spacing-md) var(--spacing-lg);
  background: var(--bg-secondary);
  text-decoration: none;
  transition: background var(--transition-fast);
  &:hover {
    background: var(--bg-primary);
    .category-list-arrow {
      transform: translateX(4px);
      color: var(--accent);
    }
  }
}

.category-list-content {
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
  min-width: 0;
}

.category-list-name {
  font-weight: 500;
  color: var(--text-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.category-list-count {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-tertiary);
  background: var(--bg-primary);
  padding: 2px 8px;
  border-radius: var(--radius-full);
  flex-shrink: 0;
}

.category-list-arrow {
  color: var(--text-tertiary);
  font-size: 0.8rem;
  transition:
    transform var(--transition-fast),
    color var(--transition-fast);
  flex-shrink: 0;
}

/* Category Cards Grid (compact cards with icons) */

.category-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--spacing-md);
  @media (min-width: 576px) {
    grid-template-columns: repeat(3, 1fr);
  }
  @media (min-width: 768px) {
    grid-template-columns: repeat(4, 1fr);
  }
  @media (min-width: 1024px) {
    grid-template-columns: repeat(5, 1fr);
  }
  @media (min-width: 1200px) {
    grid-template-columns: repeat(6, 1fr);
  }
}

.category-card-mini {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: var(--spacing-lg) var(--spacing-md);
  background: var(--bg-secondary);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color);
  text-decoration: none;
  transition: all var(--transition-fast);
  &:hover {
    border-color: var(--accent);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    .category-card-icon {
      color: var(--accent);
      transform: scale(1.1);
    }
  }
}

.category-card-icon {
  font-size: 1.5rem;
  color: var(--text-tertiary);
  margin-bottom: var(--spacing-sm);
  transition: all var(--transition-fast);
}

.category-card-name {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: var(--spacing-xs);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.category-card-count {
  font-size: 0.7rem;
  color: var(--text-tertiary);
}

/* Page Headers - Uniform Spacing */

.categories-header,
.mates-header,
.timeline-header,
.stats-header {
  margin-bottom: var(--spacing-3xl);
}

.categories-list {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xxl);
}

.category-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--spacing-lg);
  align-items: start;
  @media (min-width: 768px) {
    grid-template-columns: 4fr 8fr;

    /* 4/12 for name, 8/12 for movies */
  }
}

.category-name-column {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
  justify-content: flex-start;
}

.category-title-row {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
}

.category-icon-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 40px;
  width: 40px;
  overflow: hidden;
}

.category-icon {
  color: var(--oscar-gold);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.category-icon svg {
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

.category-title-wrapper {
  display: flex;
  align-items: center;
  height: 40px;
}

.category-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
  line-height: 1.3;
}

.category-count-text {
  margin-left: calc(40px + var(--spacing-sm));
}

.category-pick-info {
  margin-top: var(--spacing-lg);
}

.pick-info-star {
  width: 16px;
  height: 16px;
  color: var(--oscar-gold);
  vertical-align: middle;
  margin-right: 4px;
}

.category-movies-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--spacing-lg);
  @media (min-width: 576px) {
    grid-template-columns: repeat(3, 1fr);
  }
  @media (min-width: 768px) {
    grid-template-columns: repeat(2, 1fr);
  }
  @media (min-width: 1024px) {
    grid-template-columns: repeat(4, 1fr);

    /* 4 movies in one line on desktop */
  }
  @media (min-width: 1200px) {
    grid-template-columns: repeat(5, 1fr);

    /* 5 movies in one line on large desktop */
  }
}

.category-movie-card {
  width: 100%;
  min-width: 0;
  transition: all var(--transition-fast);
  border-radius: var(--radius-md);
}

.category-movie-card.selected-pick {
  outline: 3px solid var(--oscar-gold);
  outline-offset: 2px;
}

.category-movie-card:hover {
  transform: translateY(-2px);
}

/* =================================== */

/* Page Header */

/* =================================== */

.page-header {
  margin-bottom: var(--spacing-xl);
}

.page-header-content {
  display: flex;
  align-items: center;
  gap: var(--spacing-lg);
}

.page-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: -0.02em;
  margin: 0;
  background: none;
  -webkit-text-fill-color: var(--text-primary);
}

.page-subtitle {
  font-size: 0.9rem;
  color: var(--text-tertiary);
  margin: var(--spacing-xs) 0 0 0;
}

/* Progress ring */

.header-progress {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
}

.progress-text {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
}

.progress-ring {
  width: 32px;
  height: 32px;
  svg {
    transform: rotate(-90deg);
  }
}

.progress-ring-bg {
  fill: none;
  stroke: var(--border-color);
  stroke-width: 3;
}

.progress-ring-fill {
  fill: none;
  stroke: var(--accent);
  stroke-width: 3;
  stroke-linecap: round;
  transition: stroke-dasharray 0.6s ease;
}

/* =================================== */

/* Toolbar */

/* =================================== */

.toolbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: var(--spacing-lg);
  margin-bottom: var(--spacing-xl);
}

.toolbar-left {
  display: flex;
  align-items: center;
  justify-self: flex-start;
}

.toolbar-right {
  display: flex;
  align-items: center;
  justify-self: flex-end;
  justify-content: flex-end;
  gap: var(--spacing-sm);
}

/* Restore min-width on larger screens */

@media (min-width: 768px) {
  .toolbar-left,
  .toolbar-right {
    min-width: 280px;
  }
}

.search-wrapper {
  max-width: 400px;
  justify-self: center;
  width: 100%;
}

.search-form {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 300px;
}

.search-icon {
  position: absolute;
  left: var(--spacing-md);
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-tertiary);
  font-size: 0.9rem;
  pointer-events: none;
}

input[type="search"].search-input,
.search-input {
  width: 100%;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-full);
  padding: var(--spacing-sm) calc(var(--spacing-md) + 32px) var(--spacing-sm) var(--spacing-xxl);
  font-size: 0.875rem;
  background: var(--bg-secondary);
  transition:
    border-color var(--transition-fast),
    box-shadow var(--transition-fast);
  &:focus {
    border-color: var(--text-tertiary);
    box-shadow: 0 0 0 3px var(--black-04);
    outline: none;
  }
  &::-moz-placeholder {
    color: var(--text-tertiary);
  }
  &::placeholder {
    color: var(--text-tertiary);
  }
}

/* Remove native search clear button (X) */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

/* Override Chrome autofill/autocomplete styling */

input[type="search"]:-webkit-autofill,
input[type="search"]:-webkit-autofill:hover,
input[type="search"]:-webkit-autofill:focus,
input[type="search"]:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px var(--bg-secondary) inset !important;
  -webkit-text-fill-color: var(--text-primary) !important;
  caret-color: var(--text-primary);
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.search-clear {
  position: absolute;
  right: var(--spacing-sm);
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-tertiary);
  border-radius: 50%;
  border: none;
  background: transparent;
  cursor: pointer;
  transition:
    background var(--transition-fast),
    color var(--transition-fast);
  &:hover {
    background: var(--border-color);
    color: var(--text-primary);
  }
}

.search-results-count {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: var(--spacing-xs);
  font-size: 0.75rem;
  color: var(--text-secondary);
  padding-left: var(--spacing-xxl);
  font-style: italic;
  white-space: nowrap;
}

.toolbar-actions {
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
}

/* =================================== */

/* Stat Badge Component */

/* =================================== */

/* Usage: Small informational badges showing statistics or metadata
   Example: Summary stats on Categories page
*/

.stat-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-sm);
  padding: var(--spacing-sm) var(--spacing-md);
  background: var(--bg-secondary);
  border: 1px solid var(--border-color-light);
  border-radius: var(--radius-full);
  font-size: 0.875rem;
  color: var(--text-secondary);
}

.stat-badge i {
  color: var(--text-tertiary);
  width: 16px;
  height: 16px;
}

.stat-badge strong {
  color: var(--text-primary);
  font-weight: 600;
}

/* Filter Pill Component */

/* =================================== */

/* Usage: Segmented control for filtering options
   States:
   - Default: Light background, secondary text
   - Hover: Primary text
   - Active: oscar-gold-dark background, white text, accent-light icons
   Example: All/Unwatched/Watched filter in movies index
*/

.filter-pill {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-sm);
  background: var(--bg-primary);
  border-radius: var(--radius-full);
  padding: 4px;
  border: 1px solid var(--border-color);
}

.filter-option {
  padding: var(--spacing-xs) var(--spacing-md);
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--text-secondary);
  text-decoration: none;
  border-radius: var(--radius-full);
  transition: all var(--transition-fast);
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-xs);
  i {
    color: var(--text-tertiary);
    transition: color var(--transition-fast);
  }
  &:hover {
    color: var(--text-primary);
  }
  &.active {
    background: var(--oscar-gold-dark);
    color: var(--white);
    box-shadow: var(--shadow-sm);
    i {
      color: var(--accent-light);
    }
  }
}

/* Sort dropdown */

.sort-form {
  display: inline-flex;
}

.sort-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  color: var(--text-secondary);
  border: none;
  padding: var(--spacing-xs) var(--spacing-lg) var(--spacing-xs) var(--spacing-sm);
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
  transition: color var(--transition-fast);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23A3A29F' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 10px;
  &:hover {
    color: var(--text-primary);
  }
  &:focus {
    outline: none;
    color: var(--text-primary);
  }
}

/* Toolbar dropdown button */

.toolbar-dropdown-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: var(--spacing-sm) var(--spacing-md);
  background: var(--bg-secondary);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--text-secondary);
  cursor: pointer;
  transition: all var(--transition-fast);
  &:hover {
    border-color: var(--text-tertiary);
    color: var(--text-primary);
  }
  &:focus {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--oscar-gold-transparent);
  }
  .bi-chevron-down {
    font-size: 0.65rem;
    opacity: 0.5;
  }
}

/* Filter/Sort dropdown menus - Tailwind-inspired */

.dropdown-menu-filter,
.dropdown-menu-sort {
  min-width: 14rem;
  padding: var(--spacing-xs);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-md);
  box-shadow:
    0 10px 15px -3px var(--black-10),
    0 4px 6px -4px var(--black-10);
  background: var(--bg-secondary);
  position: absolute;
  z-index: 50;
  .dropdown-header {
    padding: var(--spacing-xs) var(--spacing-md);
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--slate-500);
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  .dropdown-item {
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
    padding: var(--spacing-sm) var(--spacing-md);
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--slate-700);
    border-radius: var(--radius-sm);
    text-decoration: none;
    transition: all var(--transition-fast);
    i,
    [data-lucide] {
      width: 16px;
      height: 16px;
      color: var(--slate-400);
    }
    &:hover {
      background: var(--slate-100);
      color: var(--slate-900);
      i,
      [data-lucide] {
        color: var(--slate-600);
      }
    }
    &.active {
      background: var(--accent-light);
      color: var(--text-primary);
      font-weight: 500;
      i,
      [data-lucide] {
        color: var(--accent);
      }
    }
  }
  .dropdown-divider {
    margin: var(--spacing-xs) 0;
    border: 0;
    border-top: 1px solid var(--slate-200);
    height: 0;
  }
}

/* Responsive toolbar - Tablet and below */

@media (max-width: 1023px) {
  .toolbar {
    display: flex !important;
    flex-wrap: wrap;
    gap: var(--spacing-md);
    grid-template-columns: none;
  }

  /* Line 1: Watched filter takes full width */

  .toolbar-left {
    flex: 1 1 100%;
    min-width: 0;
    order: 1;
    justify-self: initial;
  }

  /* Line 2: Search expands to fill space with minimum 300px */

  .search-wrapper {
    flex: 1 1 300px;
    min-width: 300px;
    max-width: none;
    order: 2;
    justify-self: initial;
  }

  /* Sorting wrapper hugs its content */

  .toolbar-right {
    flex: 0 0 auto;
    min-width: 0 !important;
    width: auto;
    order: 2;
    justify-self: initial;
    justify-content: flex-start;
  }
}

/* Responsive toolbar - Mobile only */

@media (max-width: 640px) {
  .toolbar {
    gap: var(--spacing-sm);
  }

  .toolbar-right {
    gap: var(--spacing-xs);
  }

  .toolbar-dropdown-btn {
    white-space: nowrap;
    padding-left: var(--spacing-sm);
    padding-right: var(--spacing-sm);
  }

  /* Hide sort label text on small screens to save space */

  .toolbar-dropdown-btn span {
    display: none;
  }

  /* Stretch filter pills to full width on mobile, max 450px */

  .filter-pill {
    display: flex;
    width: 100%;
    max-width: 450px;
  }

  .filter-option {
    flex: 1;
    text-align: center;
    justify-content: center;
  }
}

/* =================================== */

/* Empty States */

/* =================================== */

.empty-state {
  text-align: center;
  padding: var(--spacing-xxl);
  color: var(--charcoal-light);
  .empty-icon {
    width: 80px;
    height: 80px;
    color: var(--oscar-gold-dark);
    margin: 0 auto var(--spacing-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    @media (min-width: 640px) {
      width: 120px;

      height: 120px;
    }
  }
  .empty-state-svg {
    width: 100%;
    height: 100%;
    display: block;
  }
  h3 {
    color: var(--charcoal);
    margin-bottom: var(--spacing-sm);
  }
  p {
    color: var(--text-secondary);
    margin-bottom: var(--spacing-sm);
  }
  a {
    display: inline-block;
    margin-top: var(--spacing-sm);
  }
}

/* =================================== */

/* Site Header - Clean & Minimal */

/* =================================== */

.site-header {
  background: var(--white-80);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color-light);
  padding: var(--spacing-md) 0;
  position: sticky;
  top: 0;
  z-index: 100;
  transition: box-shadow var(--transition-fast);
  &:hover {
    box-shadow: 0 1px 3px var(--black-04);
  }
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacing-xl);
  position: relative;
}

.logo {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
  text-decoration: none;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 10;
  i {
    color: var(--accent);
    font-size: 1.1rem;
  }
  &:hover {
    color: var(--text-primary);
  }
}

.logo-svg {
  height: 30px;
  width: auto;
}

.menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  padding: var(--spacing-sm);
  border-radius: var(--radius-sm);
  transition: background var(--transition-fast);
  gap: 5px;
}

.menu-toggle:hover {
  background: var(--bg-primary);
}

.menu-toggle .hamburger-line {
  width: 24px;
  height: 2px;
  background: var(--text-primary);
  transition: var(--transition-smooth);
}

/* Hamburger to X animation */

.menu-toggle.open .hamburger-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.open .hamburger-line:nth-child(2) {
  opacity: 0;
}

.menu-toggle.open .hamburger-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: var(--spacing-xl);
}

/* Desktop: center navigation on page */

@media (min-width: 1024px) {
  .main-nav {
    display: flex !important;
    position: static;
    width: 100%;
    justify-content: flex-end;
  }

  .nav-links {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }

  .header-actions {
    position: relative;
    z-index: 10;
  }
}

/* Mobile: hidden by default, shown when toggled */

@media (max-width: 1023.98px) {
  .main-nav.hidden {
    display: none;
  }
}

.nav-links {
  display: flex;
  align-items: center;
  gap: var(--spacing-xs);
  list-style: none;
  margin: 0;
  padding: 0;
  .nav-link {
    padding: var(--spacing-sm) var(--spacing-md);
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: var(--radius-sm);
    transition: color var(--transition-fast);
    &:hover {
      color: var(--text-primary);
    }
  }
}

.header-actions,
.header-actions-mobile {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
}

.user-menu {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  padding: var(--spacing-xs) var(--spacing-sm);
  color: var(--text-primary);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: var(--radius-full);
  transition: background var(--transition-fast);
  &:hover {
    background: var(--bg-primary);
  }
}

.avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--accent);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.8rem;
}

.btn-primary-minimal {
  display: inline-flex;
  align-items: center;
  padding: var(--spacing-sm) var(--spacing-lg);
  background: var(--primary);
  color: white;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: var(--radius-sm);
  transition: background var(--transition-fast);
  &:hover:not(:disabled) {
    background: var(--oscar-gold-dark);
    color: white;
  }
  &:disabled {
    background: var(--slate-300);
    color: var(--slate-500);
    cursor: not-allowed;
    opacity: 0.7;
  }
}

.btn-secondary-minimal {
  display: inline-flex;
  align-items: center;
  padding: var(--spacing-sm) var(--spacing-lg);
  background: transparent;
  color: var(--text-primary);
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: var(--radius-sm);
  transition: background var(--transition-fast);
  &:hover {
    background: var(--bg-primary);
  }
}

/* Dropdown menus - Tailwind-inspired clean style */

.dropdown-menu {
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-md);
  box-shadow:
    0 10px 15px -3px var(--black-10),
    0 4px 6px -4px var(--black-10);
  padding: var(--spacing-xs);
  margin-top: var(--spacing-xs);
  background: var(--bg-secondary);
  position: absolute;
  z-index: 50;
  min-width: 12rem;
  max-width: calc(100vw - 2rem);
  max-height: 70vh;
  overflow-y: auto;
  .dropdown-item {
    display: block;
    width: 100%;
    padding: var(--spacing-sm) var(--spacing-md);
    border-radius: var(--radius-sm);
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--slate-700);
    text-decoration: none;
    transition: all var(--transition-fast);
    cursor: pointer;
    border: none;
    background: transparent;
    text-align: left;
    &:hover {
      background: var(--slate-100);
      color: var(--slate-900);
    }
    &.active {
      background: var(--accent-light);
      color: var(--text-primary);
      font-weight: 500;
    }
  }
  .dropdown-divider {
    margin: var(--spacing-xs) 0;
    border: 0;
    border-top: 1px solid var(--slate-200);
    height: 0;
  }
  .dropdown-header {
    padding: var(--spacing-xs) var(--spacing-md);
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--slate-500);
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
}

/* Mobile nav dropdowns - full width inside collapsed nav */

@media (max-width: 1023.98px) {
  .main-nav .dropdown-menu {
    position: static;
    width: 100%;
    max-width: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: var(--bg-primary);
    margin: 0;
    padding: 0;
  }

  .main-nav .dropdown-item {
    padding: var(--spacing-md) var(--spacing-lg);
    border-bottom: 1px solid var(--border-color-light);
  }
}

/* Mobile responsive */

@media (max-width: 1023px) {
  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--bg-secondary);
    border-bottom: 1px solid var(--border-color);
    flex-direction: column;
    padding: var(--spacing-lg);
    gap: var(--spacing-lg);
  }

  .nav-links {
    flex-direction: column;
    width: 100%;
    li {
      width: 100%;
    }
    .nav-link {
      display: block;
      padding: var(--spacing-md);
    }
  }

  .header-actions {
    width: 100%;
    justify-content: center;
    padding-top: var(--spacing-md);
    border-top: 1px solid var(--border-color-light);
  }
}

/* =================================== */

/* Utilities */

/* =================================== */

.text-gold {
  color: var(--oscar-gold);
}

.bg-gold {
  background-color: var(--oscar-gold);
}

.bg-gold-light {
  background-color: var(--oscar-gold-light);
}

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

.rounded-oscar {
  border-radius: var(--border-radius-md);
}

/* =================================== */

/* Ranking Page */

/* =================================== */

.ranking-page {
  background-color: var(--cream-bg);
  min-height: 100vh;
  padding-bottom: var(--spacing-xxl);
}

.ranking-header {
  margin-bottom: var(--spacing-xl);
}

/* Filter Bar */

.ranking-filters {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-md);
  margin-bottom: var(--spacing-xl);
  padding: var(--spacing-md);
  background: var(--bg-secondary);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-color);
}

.ranking-filter-group {
  display: flex;
  align-items: center;
  gap: var(--spacing-xs);
}

.ranking-filter-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-tertiary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-right: var(--spacing-xs);
}

/* Ranking List */

.ranking-list {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
}

.ranking-item {
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
  padding: var(--spacing-md) var(--spacing-lg);
  background: var(--bg-secondary);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color);
  transition:
    box-shadow var(--transition-fast),
    border-color var(--transition-fast);
  will-change: transform;
}

.ranking-item:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-1px);
}

.ranking-item-current {
  border: 2px solid var(--oscar-gold);
}

/* Rank Position */

.ranking-position {
  min-width: 40px;
  text-align: center;
}

.ranking-number {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-primary);
}

/* Avatar with Overlay */

.ranking-avatar-wrapper {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}

.ranking-avatar-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(211, 210, 206, 0.95);
  border-radius: 50%;
  opacity: 0;
  transition: opacity var(--transition-fast);
}

.ranking-avatar-wrapper:hover .ranking-avatar-overlay {
  opacity: 1;
}

.ranking-follow-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.ranking-follow-btn:hover {
  transform: scale(1.1);
}

.ranking-follow-btn i,
.ranking-follow-btn svg {
  width: 24px;
  height: 24px;
  display: block;
}

.ranking-follow-add-btn svg,
.ranking-follow-add-btn svg * {
  color: var(--charcoal) !important;
  stroke: var(--charcoal) !important;
}

.ranking-unfollow-btn svg,
.ranking-unfollow-btn svg * {
  color: var(--red-carpet) !important;
  stroke: var(--red-carpet) !important;
}

/* Identity Section (rank, avatar, username in one line) */

.ranking-identity {
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
  width: var(--identity-width, 200px);
  flex-shrink: 0;
  margin-right: var(--spacing-lg);
}

.ranking-user-name {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-primary);
  text-decoration: none;
  transition: color var(--transition-fast);
  white-space: nowrap;
}

.ranking-user-name:hover {
  color: var(--accent);
}

/* Progress Bars */

.ranking-progress-bars {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  min-width: 0;
}

.ranking-progress-row {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
}

.ranking-progress-bar {
  flex: 1;
  background: var(--border-color);
  border-radius: 4px;
  overflow: hidden;
  transition: height 0.3s ease-out;
}

.ranking-progress-main {
  height: 8px;
}

.ranking-progress-secondary {
  height: 4px;
}

.ranking-progress-fill {
  height: 100%;
  background: var(--red-carpet);
  border-radius: 4px;
  transition:
    width 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.5s ease;
}

.ranking-progress-secondary .ranking-progress-fill {
  background: var(--oscar-gold);
}

.ranking-progress-label {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.75rem;
  min-width: 70px;
  flex-shrink: 0;
}

/* Active metric styling (label and percentage) - bold and red */

.ranking-progress-main ~ .ranking-progress-label,
.ranking-progress-main ~ .ranking-progress-percentage {
  color: var(--red-carpet);
  font-weight: 600;
  transition: color 0.3s ease;
}

/* Inactive metric styling (label and percentage) - not bold, gold dark */

.ranking-progress-secondary ~ .ranking-progress-label,
.ranking-progress-secondary ~ .ranking-progress-percentage {
  color: var(--oscar-gold-dark);
  font-weight: 400;
  transition: color 0.3s ease;
}

.ranking-progress-icon {
  width: 12px;
  height: 12px;
}

/* Percentage Display (inline with each row) */

.ranking-progress-percentage {
  font-size: 0.75rem;
  min-width: 50px;
  text-align: right;
  flex-shrink: 0;
}

/* Responsive */

@media (max-width: 640px) {
  .ranking-item {
    flex-wrap: wrap;
    gap: var(--spacing-xs);
    padding: var(--spacing-sm) var(--spacing-md) var(--spacing-sm) var(--spacing-xs);
  }

  .ranking-identity {
    width: 140px;
    flex-shrink: 0;
    gap: var(--spacing-xs);
  }

  .ranking-position {
    width: 24px;
    flex-shrink: 0;
  }

  .ranking-number {
    font-size: 0.875rem;
  }

  /* Avatar sizing: 30px (40% of 48px, 20% increase from 24px) */

  .ranking-avatar-wrapper {
    width: 30px !important;
    height: 30px !important;
    flex-shrink: 0;
  }

  .ranking-avatar-wrapper .avatar-component {
    width: 30px !important;
    height: 30px !important;
  }

  .ranking-avatar-wrapper .avatar-md,
  .ranking-avatar-wrapper img,
  .ranking-avatar-wrapper > * > img,
  .ranking-avatar-wrapper > * > div {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    font-size: 0.625rem !important;
  }

  /* Fix hover overlay sizing */

  .ranking-avatar-overlay {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
  }

  .ranking-follow-btn {
    width: 30px !important;
    height: 30px !important;
    padding: 0 !important;
  }

  .ranking-follow-btn i,
  .ranking-follow-btn svg {
    width: 16px !important;
    height: 16px !important;
  }

  /* Truncate username to max 12 characters with ellipsis */

  .ranking-user-name {
    width: 12ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.875rem;
    flex-shrink: 0;
  }

  /* Align progress bars to start at same position */

  .ranking-progress-bars {
    width: calc(100% - 140px);
    flex-shrink: 1;
  }

  /* Make all progress bars equal width */

  .ranking-progress-row {
    display: grid;
    grid-template-columns: 1fr 65px 42px;
    gap: var(--spacing-sm);
    align-items: center;
  }

  .ranking-progress-bar {
    min-width: 0;
    width: 100%;
  }

  .ranking-progress-label {
    width: 65px;
    flex-shrink: 0;
  }

  .ranking-progress-percentage {
    width: 42px;
    flex-shrink: 0;
    font-size: 0.75rem;
  }

  .ranking-filters {
    flex-direction: column;
    align-items: stretch;
  }

  .ranking-filter-group {
    flex-wrap: wrap;
  }
}

/* =================================== */

/* Profile Page */

/* =================================== */

.profile-page {
  min-height: 100vh;
  background: var(--bg-primary);
}

.profile-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacing-lg);
}

.profile-header-left {
  display: flex;
  align-items: center;
  gap: var(--spacing-lg);
}

.profile-avatar-form {
  display: inline-block;
}

.profile-avatar-wrapper {
  position: relative;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}

.profile-avatar-img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  box-shadow:
    0 0 0 2px white,
    var(--shadow-sm);
}

.profile-avatar-placeholder {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 1.25rem;
  box-shadow: var(--shadow-sm);
}

.profile-avatar-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--oscar-gold);
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.profile-avatar-overlay i {
  color: white;
  width: 20px;
  height: 20px;
}

.profile-avatar-wrapper:hover .profile-avatar-overlay {
  opacity: 1;
}

.profile-header-info {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
}

.profile-header-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--spacing-sm);
}

.profile-progress {
  max-width: 400px;
}

.progress-bar-track {
  height: 12px;
  background: var(--border-color);
  border-radius: var(--radius-full);
  overflow: hidden;
}

.progress-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--red-carpet) 0%, var(--coral-accent) 100%);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: width 0.3s ease;
}

.progress-bar-text {
  font-size: 0.625rem;
  font-weight: 600;
  color: white;
}

.profile-sections {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
}

.profile-section {
  background: var(--bg-secondary);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.profile-section-header {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  padding: var(--spacing-md) var(--spacing-lg);
  background: var(--bg-primary);
  border-bottom: 1px solid var(--border-color);
}

.profile-section-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
  flex: 1;
}

.profile-section-count {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-muted);
  background: var(--border-color);
  padding: 2px 8px;
  border-radius: var(--radius-full);
}

.profile-section-content {
  padding: var(--spacing-md);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}

.profile-movie-item {
  display: flex;
  gap: var(--spacing-md);
  padding: var(--spacing-md);
  background: var(--bg-primary);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color);
}

.profile-movie-poster {
  width: 48px;
  height: 72px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--radius-sm);
  flex-shrink: 0;
}

@media (min-width: 640px) {
  .profile-movie-poster {
    width: 60px;
    height: 90px;
  }
}

.profile-movie-info {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
  min-width: 0;
}

.profile-movie-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-primary);
}

.profile-movie-title a {
  color: inherit;
  text-decoration: none;
}

.profile-movie-title a:hover {
  color: var(--oscar-gold-dark);
}

.profile-danger-zone {
  padding-top: var(--spacing-lg);
  border-top: 1px solid var(--border-color);
}

.btn-admin-add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: var(--oscar-gold);
  color: white;
  border: none;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: var(--transition-fast);
}

.btn-admin-add:hover {
  background: var(--oscar-gold-dark);
}

.btn-admin-add i {
  width: 18px;
  height: 18px;
}

.btn-danger {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-xs);
  padding: var(--spacing-sm) var(--spacing-md);
  background: transparent;
  color: var(--danger);
  border: 1px solid var(--danger);
  border-radius: var(--radius-md);
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: var(--transition-fast);
}

.btn-danger:hover {
  background: var(--carpet-light);
}

@media (max-width: 640px) {
  .profile-header {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: var(--spacing-sm);
  }

  .profile-header-left {
    flex-direction: row;
    align-items: center;
    gap: var(--spacing-md);
    flex: 1;
    min-width: 0;
  }

  .profile-header-info {
    flex: 1;
    min-width: 0;
  }

  .profile-header-info .page-title {
    font-size: 1.125rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .profile-header-actions {
    flex-shrink: 0;
  }

  .profile-header-actions .btn-outline-oscar {
    padding: var(--spacing-xs) var(--spacing-sm);
    font-size: 0.875rem;
  }

  .profile-header-actions .btn-outline-oscar i {
    width: 1rem;
    height: 1rem;
  }

  .profile-progress {
    max-width: 100%;
  }
}

/* =================================== */

/* User Stats Section (Movies Index) */

/* =================================== */

.user-stats-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: var(--spacing-lg);
  background: var(--bg-secondary);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  margin-bottom: var(--spacing-lg);
}

.user-stats-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0 0 var(--spacing-sm) 0;
}

.user-stats-name {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--text-secondary);
  min-width: 100px;
}

.user-stats-name i {
  width: 14px;
  height: 14px;
  color: var(--text-muted);
}

.user-stats-row {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
}

.user-stats-bar {
  flex: 1;
  height: 8px;
  background: var(--border-color);
  border-radius: 4px;
  overflow: hidden;
}

.user-stats-fill {
  height: 100%;
  background: var(--red-carpet);
  border-radius: 4px;
  transition: width 0.6s ease-out;
}

.user-stats-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-secondary);
  min-width: 70px;
}

.user-stats-percentage {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--red-carpet);
  min-width: 40px;
  text-align: right;
}

.user-stats-remaining {
  font-size: 0.75rem;
  color: var(--text-muted);
  min-width: 60px;
  text-align: right;
}

@media (max-width: 640px) {
  .user-stats-row {
    display: grid;
    grid-template-columns: 90px 1fr 70px 40px 60px;
    gap: var(--spacing-sm);
    align-items: center;
  }

  .user-stats-name {
    grid-column: 1;
    min-width: auto;
    white-space: nowrap;
  }

  .user-stats-bar {
    grid-column: 2;
    width: 100%;
    flex: none;
  }

  .user-stats-label {
    grid-column: 3;
    min-width: auto;
    text-align: left;
  }

  .user-stats-percentage {
    grid-column: 4;
    min-width: auto;
    text-align: right;
  }

  .user-stats-remaining {
    grid-column: 5;
    min-width: auto;
    text-align: right;
  }
}

/* =================================== */

/* Avatar Sizes */

/* =================================== */

.avatar-sm {
  width: 32px;
  height: 32px;
  font-size: 0.75rem;
}

.avatar-md {
  width: 48px;
  height: 48px;
  font-size: 0.875rem;
}

.avatar-lg {
  width: 80px;
  height: 80px;
  font-size: 1.25rem;
}

.avatar-xl {
  width: 100px;
  height: 100px;
  font-size: 1.875rem;
}

.avatar-edit-overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--oscar-gold);
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.avatar-edit-overlay i {
  color: white;
  width: 24px;
  height: 24px;
}

.avatar-component:hover .avatar-edit-overlay {
  opacity: 1;
}

/* =================================== */

/* Timeline Mobile Layout */

/* =================================== */

@media (max-width: 640px) {
  .timeline-item {
    padding: var(--spacing-md);
    gap: var(--spacing-md);
    align-items: flex-start;
  }

  /* Stack content vertically on the right */

  .timeline-item > div:last-child {
    gap: var(--spacing-md);
    flex: 1;
    min-width: 0;
  }

  .timeline-content {
    gap: var(--spacing-md);
    width: 100%;
  }

  .timeline-user-info {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
    width: 100%;
    min-width: 0;
  }

  .timeline-user-info .avatar-component {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }

  .timeline-text {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
  }

  .timeline-event {
    white-space: normal;
    word-wrap: break-word;
  }

  .timeline-movie-title {
    font-weight: 500;
  }

  /* Comment below rating */

  .timeline-item .mt-2 {
    margin-top: var(--spacing-sm);
  }
}

/* Username link styling - applies to all screen sizes */

.timeline-username-link {
  color: var(--text-primary);
  text-decoration: none;
  transition: color var(--transition-fast);
}

.timeline-username-link:hover {
  color: var(--oscar-gold-dark);
}

/* Desktop timeline layout */

@media (min-width: 1024px) {
  .timeline-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .timeline-rating-desktop {
    align-self: flex-start;
  }
}

/* =================================== */

/* Categories Page Mobile Layout */

/* =================================== */

@media (max-width: 1023px) {
  .categories-stats-actions {
    flex-direction: column !important;
    gap: var(--spacing-md);
  }

  .categories-stats-row {
    width: 100%;
    flex-wrap: wrap;
  }

  .categories-stats-row .stat-badge {
    white-space: nowrap;
  }

  .categories-search-row {
    width: 100%;
  }

  .categories-search-row .search-form {
    flex: 1;
  }
}

/* =================================== */

/* Back to Top Button */

/* =================================== */

.back-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--card-shadow-lg);
  z-index: 100;
  opacity: 0.9;
  transition: var(--transition-smooth);
  background: var(--bg-secondary);
}

.back-to-top:hover {
  opacity: 1;
  transform: translateY(-4px);
}

/* =================================== */

/* Lucide Icons */

/* =================================== */

i[data-lucide] {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  vertical-align: middle;
}

/* OscarsMates Animations */

/* Playful micro-interactions and transitions */

/* =================================== */

/* Keyframe Animations */

/* =================================== */

/* Progress bar fill animation */

@keyframes progressFill {
  from {
    width: 0;
  }

  to {
    width: var(--progress, 0%);
  }
}

/* Star pulse when selected */

@keyframes starPulse {
  0%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.3);
  }
}

/* Subtle bounce */

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* Fade in up */

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Fade in scale */

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Shimmer loading effect */

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

/* Gentle float */

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

/* Crown glow for #1 position */

@keyframes crownGlow {
  0%, 100% {
    filter: drop-shadow(0 0 3px rgba(201, 162, 39, 0.5));
    /* --oscar-gold with opacity */
  }

  50% {
    filter: drop-shadow(0 0 10px rgba(201, 162, 39, 0.8));
    /* --oscar-gold with opacity */
  }
}

/* Icon spin on hover */

@keyframes iconSpin {
  from {
    transform: rotate(0deg);
  }

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

/* Heart beat */

@keyframes heartbeat {
  0%, 100% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.1);
  }
}

/* =================================== */

/* Oscar-Themed Animations */

/* =================================== */

/* Sparkle effect */

@keyframes sparkle {
  0%, 100% {
    opacity: 0;
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Shimmer border effect */

@keyframes shimmerBorder {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

/* Star floating */

@keyframes starFloat {
  0%, 100% {
    transform: translateY(-50%) rotate(0deg);
    opacity: 0.15;
  }

  50% {
    transform: translateY(-55%) rotate(10deg);
    opacity: 0.25;
  }
}

/* Trophy bounce */

@keyframes trophyBounce {
  0%, 100% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-3px) rotate(-5deg);
  }

  75% {
    transform: translateY(-3px) rotate(5deg);
  }
}

/* Dropdown fade in */

@keyframes dropdownFade {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Progress bar sparkle move */

@keyframes sparkleMove {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

/* Gold pulse glow */

@keyframes goldPulse {
  0%, 100% {
    box-shadow: 0 0 5px rgba(201, 162, 39, 0.3);
    /* --oscar-gold with opacity */
  }

  50% {
    box-shadow: 0 0 20px rgba(201, 162, 39, 0.6);
    /* --oscar-gold with opacity */
  }
}

/* Gentle wiggle for icons */

@keyframes gentleWiggle {
  0%, 100% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(-3deg);
  }

  75% {
    transform: rotate(3deg);
  }
}

/* Nav item entrance */

@keyframes navSlideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =================================== */

/* Animation Classes */

/* =================================== */

/* Apply to elements that should animate on page load */

.animate-fade-in-up {
  animation: fadeInUp 0.5s ease-out forwards;
}

.animate-fade-in-scale {
  animation: fadeInScale 0.4s ease-out forwards;
}

/* Staggered delays for list items */

.animate-delay-1 {
  animation-delay: 0.05s;
  opacity: 0;
}

.animate-delay-2 {
  animation-delay: 0.1s;
  opacity: 0;
}

.animate-delay-3 {
  animation-delay: 0.15s;
  opacity: 0;
}

.animate-delay-4 {
  animation-delay: 0.2s;
  opacity: 0;
}

.animate-delay-5 {
  animation-delay: 0.25s;
  opacity: 0;
}

.animate-delay-6 {
  animation-delay: 0.3s;
  opacity: 0;
}

.animate-delay-7 {
  animation-delay: 0.35s;
  opacity: 0;
}

.animate-delay-8 {
  animation-delay: 0.4s;
  opacity: 0;
}

.animate-delay-9 {
  animation-delay: 0.45s;
  opacity: 0;
}

.animate-delay-10 {
  animation-delay: 0.5s;
  opacity: 0;
}

.animate-delay-11 {
  animation-delay: 0.55s;
  opacity: 0;
}

.animate-delay-12 {
  animation-delay: 0.6s;
  opacity: 0;
}

.animate-delay-13 {
  animation-delay: 0.65s;
  opacity: 0;
}

.animate-delay-14 {
  animation-delay: 0.7s;
  opacity: 0;
}

.animate-delay-15 {
  animation-delay: 0.75s;
  opacity: 0;
}

.animate-delay-16 {
  animation-delay: 0.8s;
  opacity: 0;
}

.animate-delay-17 {
  animation-delay: 0.85s;
  opacity: 0;
}

.animate-delay-18 {
  animation-delay: 0.9s;
  opacity: 0;
}

.animate-delay-19 {
  animation-delay: 0.95s;
  opacity: 0;
}

.animate-delay-20 {
  animation-delay: 1s;
  opacity: 0;
}

/* Progress bar that animates when visible */

.progress-animated {
  .progress-fill {
    animation: progressFill 1s ease-out forwards;
    animation-delay: 0.3s;
  }
}

/* Star that pulses when clicked */

.star-pulse {
  animation: starPulse 0.3s ease-out;
}

/* Floating animation (for badges, icons) */

.animate-float {
  animation: float 3s ease-in-out infinite;
}

/* Crown animation for top user */

.crown-animated {
  animation: crownGlow 2s ease-in-out infinite;
}

/* Bounce on hover */

.hover-bounce {
  transition: transform 0.3s ease;
  &:hover {
    animation: bounce 0.5s ease;
  }
}

/* Icon spin on hover */

.hover-spin {
  transition: transform 0.3s ease;
  &:hover {
    animation: iconSpin 0.6s ease-out;
  }
}

/* Heart beat on hover (for favorites) */

.hover-heartbeat {
  &:hover {
    animation: heartbeat 0.6s ease;
  }
}

/* =================================== */

/* Oscar Animation Classes */

/* =================================== */

/* Apply gold pulse to interactive elements */

.animate-gold-pulse {
  animation: goldPulse 2s ease-in-out infinite;
}

/* Gentle wiggle for icons */

.hover-wiggle {
  &:hover i {
    animation: gentleWiggle 0.5s ease-in-out;
  }
}

/* Nav items animate in sequence */

.nav-animated {
  .nav-item {
    animation: navSlideIn 0.4s ease-out forwards;
    opacity: 0;
  }
  .nav-item:nth-child(1) {
    animation-delay: 0.08s;
  }
  .nav-item:nth-child(2) {
    animation-delay: 0.16s;
  }
  .nav-item:nth-child(3) {
    animation-delay: 0.24s;
  }
  .nav-item:nth-child(4) {
    animation-delay: 0.32s;
  }
  .nav-item:nth-child(5) {
    animation-delay: 0.4s;
  }
  .nav-item:nth-child(6) {
    animation-delay: 0.48s;
  }
  .nav-item:nth-child(7) {
    animation-delay: 0.56s;
  }
  .nav-item:nth-child(8) {
    animation-delay: 0.64s;
  }
}

/* Toolbar slide-in from top */

.toolbar-animated {
  animation: fadeInUp 0.4s ease-out;
}

/* Button hover sparkle effect */

.btn-sparkle {
  position: relative;
  overflow: hidden;
  &::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, transparent 70%);
    /* --white with opacity */
    transform: translate(-50%, -50%);
    transition: width 0.3s ease, height 0.3s ease;
    border-radius: 50%;
  }
  &:hover::before {
    width: 200px;
    height: 200px;
  }
}

/* =================================== */

/* Loading States */

/* =================================== */

.skeleton {
  background: linear-gradient(
    90deg,
    var(--oscar-gold-light) 25%,
    var(--white) 50%,
    var(--oscar-gold-light) 75%
  );
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: var(--border-radius-sm);
}

.skeleton-text {
  height: 1rem;
  margin-bottom: 0.5rem;
  &.short {
    width: 60%;
  }
  &.medium {
    width: 80%;
  }
}

.skeleton-circle {
  border-radius: 50%;
}

.skeleton-card {
  aspect-ratio: 2 / 3;
  border-radius: var(--border-radius-md);
}

/* =================================== */

/* Transition Utilities */

/* =================================== */

.transition-fast {
  transition: all 0.15s ease;
}

.transition-smooth {
  transition: var(--transition-smooth);
}

.transition-bounce {
  transition: var(--transition-bounce);
}

/* =================================== */

/* Hover Effects */

/* =================================== */

/* Scale up slightly */

.hover-scale {
  transition: transform 0.3s ease;
  &:hover {
    transform: scale(1.05);
  }
}

/* Scale up more dramatically */

.hover-scale-lg {
  transition: transform 0.3s ease;
  &:hover {
    transform: scale(1.1);
  }
}

/* Lift with shadow */

.hover-lift {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  &:hover {
    transform: translateY(-8px);
    box-shadow: var(--card-shadow-hover);
  }
}

/* Subtle lift */

.hover-lift-sm {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  &:hover {
    transform: translateY(-4px);
    box-shadow: var(--card-shadow);
  }
}

/* Gold border on hover */

.hover-gold-border {
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
  &:hover {
    border-color: var(--oscar-gold);
  }
}

/* =================================== */

/* Mobile Touch Feedback */

/* =================================== */

@media (hover: none) {
  /* On touch devices, use active states instead of hover */

  .movie-card:active {
    transform: scale(0.98);
  }

  .category-card:active {
    transform: scale(0.98);
  }

  .mate-card:active {
    transform: scale(0.98);
  }
}

/* =================================== */

/* Reduced Motion */

/* =================================== */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

input[type="submit"] {
  cursor: pointer;
}

.turbo-progress-bar {
  visibility: hidden;
}

.hover\:border-red-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(61 0 0 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#F0E5E5\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 229 229 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[var\(--oscar-gold-dark\)\]:hover {
  background-color: var(--oscar-gold-dark);
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(61 0 0 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-slate-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(42 41 36 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[var\(--oscar-gold-dark\)\]:hover {
  color: var(--oscar-gold-dark);
}

.hover\:text-emerald-900:hover {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / 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-red-900:hover {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}

.hover\:text-slate-700:hover {
  --tw-text-opacity: 1;
  color: rgb(63 62 56 / var(--tw-text-opacity, 1));
}

.hover\:text-slate-800:hover {
  --tw-text-opacity: 1;
  color: rgb(42 41 36 / var(--tw-text-opacity, 1));
}

.hover\:text-slate-900:hover {
  --tw-text-opacity: 1;
  color: rgb(29 28 25 / var(--tw-text-opacity, 1));
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

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

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

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

.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-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / 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));
}

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

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

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

.hs-dropdown.open > .hs-dropdown-open\:opacity-100 {
  opacity: 1;
}

.hs-dropdown.open > .hs-dropdown-toggle .hs-dropdown-open\:opacity-100 {
  opacity: 1;
}

.hs-dropdown.open > .hs-dropdown-menu > .hs-dropdown-open\:opacity-100 {
  opacity: 1;
}

.hs-dropdown-menu.open.hs-dropdown-open\:opacity-100 {
  opacity: 1;
}

.open.hs-overlay-open\:mt-7 {
  margin-top: 1.75rem;
}

.open.hs-overlay-open\:opacity-100 {
  opacity: 1;
}

.open.hs-overlay-open\:duration-500 {
  transition-duration: 500ms;
}

.open .hs-overlay-open\:mt-7 {
  margin-top: 1.75rem;
}

.open .hs-overlay-open\:opacity-100 {
  opacity: 1;
}

.open .hs-overlay-open\:duration-500 {
  transition-duration: 500ms;
}

.selected .hs-combo-box-selected\:block {
  display: block;
}

.selected.hs-combo-box-selected\:block {
  display: block;
}

.complete .hs-file-upload-complete\:bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.complete.hs-file-upload-complete\:bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

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

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

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

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

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

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

@media (min-width: 768px) {
  .md\:inline {
    display: inline;
  }

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

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

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

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

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

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

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

  .md\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

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

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

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

@media (min-width: 1024px) {
  .lg\:block {
    display: block;
  }

  .lg\:\!flex {
    display: flex !important;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:w-auto {
    width: auto;
  }

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

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

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

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

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

@media (prefers-color-scheme: dark) {
  .dark\:\!border-neutral-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(64 64 64 / var(--tw-border-opacity, 1)) !important;
  }

  .dark\:border-neutral-600 {
    --tw-border-opacity: 1;
    border-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
  }

  .dark\:border-neutral-700 {
    --tw-border-opacity: 1;
    border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
  }

  .dark\:\!bg-neutral-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1)) !important;
  }

  .dark\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-neutral-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-neutral-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-neutral-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .dark\:fill-neutral-200 {
    fill: #e5e5e5;
  }

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

  .dark\:text-neutral-200 {
    --tw-text-opacity: 1;
    color: rgb(229 229 229 / var(--tw-text-opacity, 1));
  }

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

  .dark\:text-neutral-500 {
    --tw-text-opacity: 1;
    color: rgb(115 115 115 / var(--tw-text-opacity, 1));
  }

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

  .dark\:hover\:bg-neutral-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
  }

  .dark\:hover\:text-neutral-200:hover {
    --tw-text-opacity: 1;
    color: rgb(229 229 229 / var(--tw-text-opacity, 1));
  }

  .dark\:focus\:bg-neutral-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
  }
}
