/*
! tailwindcss v3.3.2 | 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.
*/

html {
  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: Roboto, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
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. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
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-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

input[type="range"]::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  background: #3B71CA;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.dark input[type="range"]::-webkit-slider-thumb {
  background: #8FAEE0;
}

input[type="range"]:disabled::-webkit-slider-thumb {
  background: #a3a3a3;
}

input[type="range"]:disabled:focus::-webkit-slider-thumb {
  background: #a3a3a3;
}

input[type="range"]:disabled:active::-webkit-slider-thumb {
  background: #a3a3a3;
}

.dark input[type="range"]:disabled::-webkit-slider-thumb {
  background: #737373;
}

.dark input[type="range"]:disabled:focus::-webkit-slider-thumb {
  background: #737373;
}

.dark input[type="range"]:disabled:active::-webkit-slider-thumb {
  background: #737373;
}

input[type="range"]::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  background: #3B71CA;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.dark input[type="range"]::-moz-range-thumb {
  background: #8FAEE0;
}

input[type="range"]:disabled::-moz-range-thumb {
  background: #a3a3a3;
}

.dark input[type="range"]:disabled::-moz-range-thumb {
  background: #737373;
}

input[type="range"]::-moz-range-progress {
  background: #3061AF;
}

input[type="range"]::-ms-fill-lower {
  background: #3061AF;
}

.dark input[type="range"]::-moz-range-progress {
  background: #6590D5;
}

.dark input[type="range"]::-ms-fill-lower {
  background: #6590D5;
}

input[type="range"]:focus {
  outline: none;
}

input[type="range"]:focus::-webkit-slider-thumb {
  background: #3061AF;
}

input[type="range"]:active::-webkit-slider-thumb {
  background: #285192;
}

.dark input[type="range"]:focus::-webkit-slider-thumb {
  background: #6590D5;
}

.dark input[type="range"]:active::-webkit-slider-thumb {
  background: #3061AF;
}

/*-scroll-*/

::-webkit-scrollbar {
  height: 0.25rem;
  width: 0.25rem;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  background-color: rgba(15, 23, 42, 0.25);
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(15, 23, 42, 0.4);
}

html.dark ::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.22);
}

html.dark ::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.35);
}

html {
  font-family: 'Nunito';
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: rgba(15, 23, 42, 0.3) transparent;
}

html.dark {
  scrollbar-color: rgba(255, 255, 255, 0.25) transparent;
}

body {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

a {
  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;
}

a:hover {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

@font-face {
  font-family: 'Nunito';

  src: url('../fonts/Nunito-Light.woff2') format('woff2');

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Nunito';

  src: url('../fonts/Nunito-Regular.woff2') format('woff2');

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Nunito';

  src: url('../fonts/Nunito-Medium.woff2') format('woff2');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Nunito';

  src: url('../fonts/Nunito-SemiBold.woff2') format('woff2');

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Nunito';

  src: url('../fonts/Nunito-Bold.woff2') format('woff2');

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

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

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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.wrapper {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

.container {
  max-width: 1140px;
}

.btn {
  border-radius: 10px;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.bbcodes {
  border-radius: 10px;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  cursor: pointer;
  align-self: flex-start;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.bbcodes:hover {
  --tw-bg-opacity: 0.9;
}

:root {
  --slideColor: 2,6,23;
}

.main-slider {
  overflow: visible;
}

.main-slider .swiper-wrapper {
  overflow: visible;
}

.main-slider .swiper-slide {
  background: rgba(var(--slideColor), .15);
  height: auto;
}

.slide-img {
  -webkit-clip-path: polygon(15% 0%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(15% 0%, 100% 0, 100% 100%, 0% 100%);
  -webkit-mask-image: linear-gradient(-75deg, #fff 15%, transparent 85%);
  mask-image: linear-gradient(-75deg, #fff 15%, transparent 85%);
}

.slide-btn {
  position: relative;
  display: flex;
  height: 3rem;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.9;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.slide-btn:hover {
  --tw-bg-opacity: 0.8;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.slide-btn span {
  position: absolute;
  inset: 0px;
  z-index: -1;
  width: 100%;
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (max-width: 1023px) {
  .slide-img {
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 85%);
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 85%);
    -webkit-mask-image: linear-gradient(180deg, #fff 15%, transparent 85%);
    mask-image: linear-gradient(180deg, #fff 15%, transparent 85%);
  }
}

.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity)) !important;
}

.draggable-container.active {
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

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

.scrollable-container {
  cursor: grab;
  scroll-behavior: smooth;
}

.scrollable-container.dragging {
  scroll-behavior: unset;
  cursor: grabbing;
}

.scrollable-container.dragging li {
  pointer-events: none;
}

.uil {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 4rem;
}

.uil.uil-angle-left {
  left: 0px;
  display: none;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-from-position: 15%;
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

:is(.dark .uil.uil-angle-left) {
  --tw-gradient-from: #18181b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.uil.uil-angle-right {
  right: 0px;
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-from-position: 15%;
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

:is(.dark .uil.uil-angle-right) {
  --tw-gradient-from: #18181b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.header-menu[aria-open='true'] .curtain,
    .modal[aria-hidden='false'] .curtain {
  animation-duration: 1.5s;
  animation-name: transformWidth;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

@keyframes transformWidth {
  0% {
    width: 100%;
    height: 100%;
  }

  15%{
    width: 1px;
    height: 100%;
  }

  25%{
    width: 1px;
    height: 100%;
  }

  45% {
    width: 1px;
    height: 25%;
  }

  55% {
    width: 1px;
    height: 25%;
  }

  65% {
    width: 1px;
    height: 100%;
  }

  75% {
    width: 1px;
    height: 100%;
  }

  90% {
    width: 100%;
    height: 100%;
  }

  100% {
    width: 100%;
    height: 100%;
  }
}

.header-menu[aria-open='true'] nav {
  animation-duration: 1.5s;
  animation-name: slowOpacity;
  animation-delay: 1.55s;
  animation-fill-mode: forwards;
}

@keyframes slowOpacity {
  from {
    opacity: 0;
    visibility: hidden;
  }

  to {
    opacity: 1;
    visibility: visible;
  }
}

.bread-crumbs {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

:is(.dark .bread-crumbs) {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}

.bread-crumbs a:not(:last-child)::after {
  content: '›';
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1;
}

.bread-crumbs a:not(:last-child):hover::after {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

:is(.dark .bread-crumbs a:not(:last-child):hover)::after {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}

.toggle_theme label {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}

.toggle_theme label:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}

.toggle_theme label {
  width: 58px;
  height: 28px;
  transition: 0.3s ease background-color;
}

.toggle_theme .star_wrp {
  position: absolute;
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
  top: 6px;
  left: 6px;
  width: 16px;
  height: 16px;
  transition: 0.3s ease top, 0.3s ease left, 0.3s ease transform, 0.3s ease background-color;
  z-index: 1;
}

.toggle_theme .star {
  top: 0px;
  font-size: 28px;
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}

@media (max-width: 639px) {
  .toggle_theme .star {
    font-size: 20px;
  }
}

.toggle_theme .star {
  left: -3px;
  top: -3px;
  transition: 0.3s ease color;
  width: 22px;
  height: 22px;
  background: inherit;
  -webkit-clip-path: polygon(50% 0%, 66% 27%, 98% 35%, 76% 57%, 79% 91%, 50% 78%, 21% 91%, 24% 57%, 2% 35%, 32% 27%);
  clip-path: polygon(50% 0%, 66% 27%, 98% 35%, 76% 57%, 79% 91%, 50% 78%, 21% 91%, 24% 57%, 2% 35%, 32% 27%);
}

.toggle_theme .moon {
  position: absolute;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  bottom: -26px;
  right: 4px;
  width: 20px;
  height: 20px;
  transition: 0.3s ease bottom;
}

.toggle_theme .moon:before {
  position: absolute;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
  content: "";
  top: -6px;
  left: -8px;
  width: 20px;
  height: 20px;
  transition: 0.3s ease background-color;
}

html.dark .toggle_theme_label {
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity));
}

html.dark .toggle_theme_label .star_wrp {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
  top: 0px;
  left: 30px;
  transform: scale(0.4);
}

html.dark .toggle_theme_label .star {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}

html.dark .toggle_theme_label .moon {
  bottom: 4px;
}

html.dark .toggle_theme_label .moon:before {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.categories > * {
  border-radius: 10px;
  margin-right: 0.75rem;
  margin-bottom: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  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;
}

.categories > *:last-child {
  margin-right: 0px;
}

.categories > *:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
  color: inherit;
}

:is(.dark .categories > *) {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}

:is(.dark .categories > *:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}

input[type="text"], input[type="email"], input[type="password"], textarea {
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 2rem;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

:is(.dark input[type="text"]),:is(.dark  input[type="email"]),:is(.dark  input[type="password"]),:is(.dark  textarea) {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}

:is(.dark input[type="text"])::-moz-placeholder, :is(.dark  input[type="email"])::-moz-placeholder, :is(.dark  input[type="password"])::-moz-placeholder, :is(.dark  textarea)::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}

:is(.dark input[type="text"])::placeholder,:is(.dark  input[type="email"])::placeholder,:is(.dark  input[type="password"])::placeholder,:is(.dark  textarea)::placeholder {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}

select {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

:is(.dark select) {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}

.login_input {
  height: 3rem;
  width: 100% !important;
  border-radius: 0.5rem !important;
  border-width: 1px;
  background-color: transparent !important;
  padding-left: 2.25rem !important;
  padding-right: 0.5rem !important;
  outline: 2px solid transparent;
  outline-offset: 2px;
  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;
}

.login_input::-moz-placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.login_input::placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.login_input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

:is(.dark .login_input) {
  border-color: transparent;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity)) !important;
}

:is(.dark .login_input)::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}

:is(.dark .login_input)::placeholder {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}

/* Поиск: слот всегда занимает место от меню до темы, анимируется только ширина поля */
.header-search-slot {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0.75rem;
  margin-right: 1rem;
}

#quicksearch {
  width: 84px;
  max-width: 100%;
  flex: 0 0 auto;
  position: relative;
  z-index: 2;
  min-width: 0;
  transition: width 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Выдача быстрого поиска — ширина/лево выравнивает JS под #quicksearch */
#searchsuggestions {
  box-sizing: border-box !important;
}

#overflow-menu.is-search-open #quicksearch {
  width: 100%;
}

#quicksearch .fast_search,
#quicksearch .fast_search:focus {
  height: 2.25rem;
}

#q_search_btn {
  top: 0;
  height: 2.25rem;
}

.fast_search {
  height: 2rem;
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  padding-left: 1.75rem !important;
  padding-right: 0.5rem !important;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: background-color, border-color, color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 180ms;
}

.fast_search::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
  -moz-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  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;
}

.fast_search::placeholder {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
  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;
}

.fast_search:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.fast_search:hover::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.fast_search:hover::placeholder {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.fast_search:focus {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

:is(.dark .fast_search) {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}

:is(.dark .fast_search)::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}

:is(.dark .fast_search)::placeholder {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}

:is(.dark .fast_search:hover)::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}

:is(.dark .fast_search:hover)::placeholder {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}

:is(.dark .fast_search:focus) {
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity));
}

@media (max-width: 479px) {
  .fast_search {
    width: 2rem;
    padding-left: 0px;
    padding-right: 0px;
  }

  .fast_search::-moz-placeholder {
    opacity: 0;
  }

  .fast_search::placeholder {
    opacity: 0;
  }

  .fast_search:focus {
    width: 100%;
    padding-left: 1.75rem;
    padding-right: 0.5rem;
  }

  .fast_search:focus::-moz-placeholder {
    opacity: 1;
  }

  .fast_search:focus::placeholder {
    opacity: 1;
  }
}

.navigation span:not(:first-child):not(:last-child) {
  border-radius: 10px;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  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;
}

:is(.dark .navigation span:not(:first-child):not(:last-child)) {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

.navigation span:first-child,
    .navigation span:last-child {
  display: none;
}

.navigation a,
    .navigation .nav_ext {
  border-radius: 10px;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  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;
}

:is(.dark .navigation a),:is(.dark 
    .navigation .nav_ext) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity)) !important;
}

.preloader {
  position: fixed;
  inset: 0px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.95;
  --tw-backdrop-blur: blur(16px);
  -webkit-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);
          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);
}

.preloader span {
  background: url(../dleimages/preloader.gif) center no-repeat;
  background-size: 100%;
  width: 50px;
  height: 50px;
  display: flex;
}

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

.\!visible {
  visibility: visible !important;
}

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

.\!-top-12 {
  top: -3rem !important;
}

.\!bottom-4 {
  bottom: 1rem !important;
}

.\!left-12 {
  left: 3rem !important;
}

.\!left-auto {
  left: auto !important;
}

.\!right-0 {
  right: 0px !important;
}

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

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

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

.bottom-2 {
  bottom: 0.5rem;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-3 {
  left: 0.75rem;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-2 {
  top: 0.5rem;
}

.top-2\.5 {
  top: 0.625rem;
}

.top-24 {
  top: 6rem;
}

.top-32 {
  top: 8rem;
}

.top-\[0\.5px\] {
  top: 0.5px;
}

.top-full {
  top: 100%;
}

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

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

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

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

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

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

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

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

.col-span-1 {
  grid-column: span 1 / span 1;
}

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

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-full {
  grid-column: 1 / -1;
}

.col-start-2 {
  grid-column-start: 2;
}

.m-0 {
  margin: 0px;
}

.m-auto {
  margin: auto;
}

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

.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

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

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

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

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

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

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

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

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

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

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

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

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

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

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

.ml-auto {
  margin-left: auto;
}

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

.mr-10 {
  margin-right: 2.5rem;
}

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

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

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

.mr-6 {
  margin-right: 1.5rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

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

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

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

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

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

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

.box-border {
  box-sizing: border-box;
}

.box-content {
  box-sizing: content-box;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

.aspect-\[8\/3\] {
  aspect-ratio: 8/3;
}

.h-0 {
  height: 0px;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-56 {
  height: 14rem;
}

.h-8 {
  height: 2rem;
}

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

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.\!w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.w-0 {
  width: 0px;
}

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

.w-1\/4 {
  width: 25%;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-3\/4 {
  width: 75%;
}

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

.w-4 {
  width: 1rem;
}

.w-4\/6 {
  width: 66.666667%;
}

.w-40 {
  width: 10rem;
}

.w-64 {
  width: 16rem;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

.w-96 {
  width: 24rem;
}

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

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

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

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

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

.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

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

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

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

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

.max-w-xs {
  max-width: 20rem;
}

.flex-\[1\] {
  flex: 1;
}

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

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

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

.grow {
  flex-grow: 1;
}

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

.basis-auto {
  flex-basis: auto;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-20 {
  --tw-translate-y: -5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full {
  --tw-translate-x: 100%;
  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));
}

.rotate-\[36deg\] {
  --tw-rotate: 36deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-\[1\.02\] {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-none {
  transform: none;
}

.cursor-grab {
  cursor: grab;
}

.cursor-grabbing {
  cursor: grabbing;
}

.cursor-pointer {
  cursor: pointer;
}

.touch-none {
  touch-action: none;
}

.touch-pan-y {
  --tw-pan-y: pan-y;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

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

.columns-3 {
  -moz-columns: 3;
       columns: 3;
}

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

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

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

.grid-cols-\[repeat\(auto-fill\2c _minmax\(min\(160px\2c 100\%\)\2c _1fr\)\)\] {
  grid-template-columns: repeat(auto-fill, minmax(min(160px,100%), 1fr));
}

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

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

.gap-y-6 {
  row-gap: 1.5rem;
}

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

.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(226 232 240 / var(--tw-divide-opacity));
}

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

.self-end {
  align-self: flex-end;
}

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

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

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

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

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

.whitespace-break-spaces {
  white-space: break-spaces;
}

.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.break-words {
  overflow-wrap: break-word;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[50\%\] {
  border-radius: 50%;
}

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

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

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

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

.rounded-e-\[0\.25rem\] {
  border-start-end-radius: 0.25rem;
  border-end-end-radius: 0.25rem;
}

.rounded-s-\[0\.25rem\] {
  border-start-start-radius: 0.25rem;
  border-end-start-radius: 0.25rem;
}

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

.border {
  border-width: 1px;
}

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

.border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}

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

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

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

.border-e-0 {
  border-inline-end-width: 0px;
}

.border-s-0 {
  border-inline-start-width: 0px;
}

.border-s-\[0\.125rem\] {
  border-inline-start-width: 0.125rem;
}

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

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

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

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

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

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

.border-neutral-100 {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(59 113 202 / var(--tw-border-opacity));
}

.border-secondary-500 {
  --tw-border-opacity: 1;
  border-color: rgb(179 185 194 / var(--tw-border-opacity));
}

.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.border-slate-400 {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.border-slate-800 {
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity));
}

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

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

.border-yellow-600 {
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.border-zinc-900 {
  --tw-border-opacity: 1;
  border-color: rgb(24 24 27 / var(--tw-border-opacity));
}

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

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

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

.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}

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

.bg-sky-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}

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

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

.bg-slate-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

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

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}

.bg-zinc-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}

.bg-zinc-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}

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

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.bg-clip-padding {
  background-clip: padding-box;
}

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

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-px {
  padding: 1px;
}

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

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

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

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

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

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

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-\[0\.4rem\] {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.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-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

.py-\[0\.4rem\] {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

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

.pb-3\.5 {
  padding-bottom: 0.875rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

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

.pl-7 {
  padding-left: 1.75rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-1\.5 {
  padding-right: 0.375rem;
}

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

.pr-2 {
  padding-right: 0.5rem;
}

.pr-8 {
  padding-right: 2rem;
}

.ps-0 {
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-normal {
  font-weight: 400;
}

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

.uppercase {
  text-transform: uppercase;
}

.normal-case {
  text-transform: none;
}

.not-italic {
  font-style: normal;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-\[1\.6\] {
  line-height: 1.6;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-normal {
  letter-spacing: 0em;
}

.\!text-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(59 113 202 / var(--tw-text-opacity)) !important;
}

.text-danger {
  --tw-text-opacity: 1;
  color: rgb(220 76 100 / var(--tw-text-opacity));
}

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

.text-info {
  --tw-text-opacity: 1;
  color: rgb(84 180 211 / var(--tw-text-opacity));
}

.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(59 113 202 / var(--tw-text-opacity));
}

.text-primary-100 {
  --tw-text-opacity: 1;
  color: rgb(227 235 247 / var(--tw-text-opacity));
}

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

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

.text-success {
  --tw-text-opacity: 1;
  color: rgb(20 164 77 / var(--tw-text-opacity));
}

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

.text-warning {
  --tw-text-opacity: 1;
  color: rgb(228 161 27 / var(--tw-text-opacity));
}

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

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}

.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity));
}

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

.decoration-green-600 {
  text-decoration-color: #16a34a;
}

.decoration-wavy {
  text-decoration-style: wavy;
}

.decoration-1 {
  text-decoration-thickness: 1px;
}

.underline-offset-4 {
  text-underline-offset: 4px;
}

.underline-offset-auto {
  text-underline-offset: auto;
}

.\!opacity-0 {
  opacity: 0 !important;
}

.\!opacity-100 {
  opacity: 1 !important;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-50 {
  opacity: 0.5;
}

.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-2 {
  --tw-shadow: 0 0 3px 0 rgba(0,0,0,.07),0 2px 2px 0 rgba(0,0,0,.04);
  --tw-shadow-colored: 0 0 3px 0 var(--tw-shadow-color), 0 2px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
  -webkit-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);
          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, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

.transition-\[width\] {
  transition-property: width;
  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;
}

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

.delay-\[1\.55s\] {
  transition-delay: 1.55s;
}

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

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

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

.duration-\[350ms\] {
  transition-duration: 350ms;
}

.ease-\[cubic-bezier\(0\2c 0\2c 0\.15\2c 1\)\2c _cubic-bezier\(0\2c 0\2c 0\.15\2c 1\)\] {
  transition-timing-function: cubic-bezier(0,0,0.15,1), cubic-bezier(0,0,0.15,1);
}

.ease-\[cubic-bezier\(0\.25\2c 0\.1\2c 0\.25\2c 1\.0\)\] {
  transition-timing-function: cubic-bezier(0.25,0.1,0.25,1.0);
}

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

.ease-linear {
  transition-timing-function: linear;
}

@media (max-width: 1023px) {
  .lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 1140px;
  }

  .lg\:scroll-hide::-webkit-scrollbar {
    display: none;
  }
}

.file\:mr-4::file-selector-button {
  margin-right: 1rem;
}

.file\:cursor-pointer::file-selector-button {
  cursor: pointer;
}

.file\:rounded-full::file-selector-button {
  border-radius: 9999px;
}

.file\:border-0::file-selector-button {
  border-width: 0px;
}

.file\:bg-zinc-100::file-selector-button {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}

.file\:px-4::file-selector-button {
  padding-left: 1rem;
  padding-right: 1rem;
}

.file\:py-2::file-selector-button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.file\:text-sm::file-selector-button {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.file\:font-semibold::file-selector-button {
  font-weight: 600;
}

.file\:text-zinc-900::file-selector-button {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
}

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

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

.placeholder\:text-slate-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}

.placeholder\:text-slate-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}

.placeholder\:text-slate-500::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.placeholder\:text-slate-500::placeholder {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.placeholder\:transition-colors::-moz-placeholder {
  -moz-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  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;
}

.placeholder\:transition-colors::placeholder {
  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;
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:top-1\/2::before {
  content: var(--tw-content);
  top: 50%;
}

.before\:h-px::before {
  content: var(--tw-content);
  height: 1px;
}

.before\:w-\[calc\(50\%_-_1\.5rem\)\]::before {
  content: var(--tw-content);
  width: calc(50% - 1.5rem);
}

.before\:bg-slate-200::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}

.after\:top-1\/2::after {
  content: var(--tw-content);
  top: 50%;
}

.after\:h-px::after {
  content: var(--tw-content);
  height: 1px;
}

.after\:w-\[calc\(50\%_-_1\.5rem\)\]::after {
  content: var(--tw-content);
  width: calc(50% - 1.5rem);
}

.after\:bg-slate-200::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

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

.last\:mr-0:last-child {
  margin-right: 0px;
}

.empty\:hidden:empty {
  display: none;
}

.hover\:border-slate-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}

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

.hover\:bg-green-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}

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

.hover\:bg-sky-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}

.hover\:bg-slate-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.hover\:bg-slate-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.hover\:bg-slate-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

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

.hover\:bg-zinc-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}

.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9;
}

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

.hover\:text-inherit:hover {
  color: inherit;
}

.hover\:text-slate-600:hover {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

.hover\:text-slate-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

.hover\:text-slate-950:hover {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity));
}

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

.hover\:text-yellow-500:hover {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}

.hover\:text-yellow-900:hover {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity));
}

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

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

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.hover\:file\:bg-zinc-200::file-selector-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}

.hover\:placeholder\:text-slate-500:hover::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.hover\:placeholder\:text-slate-500:hover::placeholder {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.focus\:h-10:focus {
  height: 2.5rem;
}

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

.focus\:border-slate-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

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

.focus\:bg-slate-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.focus\:opacity-100:focus {
  opacity: 1;
}

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

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

.active\:bg-sky-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}

.active\:bg-zinc-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}

.group\/submenu:hover .group-hover\/submenu\:visible {
  visibility: visible;
}

.group\/moremenu:hover .group-hover\/moremenu\:visible {
  visibility: visible;
}

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

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

.group:hover .group-hover\:text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

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

.group\/submenu:hover .group-hover\/submenu\:opacity-100 {
  opacity: 1;
}

.group\/moremenu:hover .group-hover\/moremenu\:opacity-100 {
  opacity: 1;
}

.peer:checked ~ .peer-checked\:bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}

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

.peer:focus ~ .peer-focus\:h-10 {
  height: 2.5rem;
}

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

.aria-hidden\:invisible[aria-hidden="true"] {
  visibility: hidden;
}

.group[aria-hidden="true"] .group-aria-hidden\:invisible {
  visibility: hidden;
}

.group[aria-hidden="true"] .group-aria-hidden\:opacity-0 {
  opacity: 0;
}

.group[aria-hidden="true"] .group-aria-hidden\:delay-0 {
  transition-delay: 0s;
}

.group[aria-open=true] .group-aria-\[open\=true\]\:visible {
  visibility: visible;
}

.group[aria-open=true] .group-aria-\[open\=true\]\:opacity-100 {
  opacity: 1;
}

.data-\[twe-carousel-fade\]\:z-0[data-twe-carousel-fade] {
  z-index: 0;
}

.data-\[twe-carousel-fade\]\:z-\[1\][data-twe-carousel-fade] {
  z-index: 1;
}

.data-\[twe-tab-active\]\:block[data-twe-tab-active] {
  display: block;
}

.data-\[popper-reference-hidden\]\:hidden[data-popper-reference-hidden] {
  display: none;
}

.data-\[twe-nav-active\]\:border-green-600[data-twe-nav-active] {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.data-\[twe-nav-active\]\:\!bg-primary-100[data-twe-nav-active] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(227 235 247 / var(--tw-bg-opacity)) !important;
}

.data-\[twe-nav-active\]\:text-primary-700[data-twe-nav-active] {
  --tw-text-opacity: 1;
  color: rgb(40 81 146 / var(--tw-text-opacity));
}

.data-\[twe-carousel-fade\]\:opacity-0[data-twe-carousel-fade] {
  opacity: 0;
}

.data-\[twe-carousel-fade\]\:opacity-100[data-twe-carousel-fade] {
  opacity: 1;
}

.data-\[twe-carousel-fade\]\:duration-\[600ms\][data-twe-carousel-fade] {
  transition-duration: 600ms;
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}

.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-e-0 {
  border-inline-end-width: 0px;
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-s-0 {
  border-inline-start-width: 0px;
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-t {
  border-top-width: 1px;
}

.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-e-0 {
  border-inline-end-width: 0px;
}

.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-s-0 {
  border-inline-start-width: 0px;
}

.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-t {
  border-top-width: 1px;
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-solid {
  border-style: solid;
}

.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-solid {
  border-style: solid;
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(59 113 202 / var(--tw-border-opacity));
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-t-transparent {
  border-top-color: transparent;
}

.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-t-transparent {
  border-top-color: transparent;
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:shadow-notch-1 {
  --tw-shadow: -1px 0 0 #3b71ca, 0 1px 0 0 #3b71ca, 0 -1px 0 0 #3b71ca;
  --tw-shadow-colored: -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color), 0 -1px 0 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);
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:shadow-notch-2 {
  --tw-shadow: 0 1px 0 0 #3b71ca;
  --tw-shadow-colored: 0 1px 0 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);
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:shadow-notch-3 {
  --tw-shadow: 1px 0 0 #3b71ca, 0 -1px 0 0 #3b71ca, 0 1px 0 0 #3b71ca;
  --tw-shadow-colored: 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color), 0 1px 0 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);
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:shadow-white {
  --tw-shadow-color: #fff;
  --tw-shadow: var(--tw-shadow-colored);
}

@media (prefers-reduced-motion: reduce) {
  .motion-reduce\:transition-none {
    transition-property: none;
  }
}

:is(.dark .dark\:divide-zinc-700) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-divide-opacity));
}

:is(.dark .dark\:divide-zinc-800) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-divide-opacity));
}

:is(.dark .dark\:border-neutral-400) {
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-transparent) {
  border-color: transparent;
}

:is(.dark .dark\:border-white\/10) {
  border-color: rgb(255 255 255 / 0.1);
}

:is(.dark .dark\:border-zinc-200) {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-zinc-400) {
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-zinc-700) {
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-zinc-800) {
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity));
}

:is(.dark .dark\:bg-green-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-neutral-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-neutral-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-surface-dark) {
  --tw-bg-opacity: 1;
  background-color: rgb(66 66 66 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-zinc-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-zinc-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-zinc-950) {
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-opacity-50) {
  --tw-bg-opacity: 0.5;
}

:is(.dark .dark\:bg-opacity-80) {
  --tw-bg-opacity: 0.8;
}

:is(.dark .dark\:bg-opacity-90) {
  --tw-bg-opacity: 0.9;
}

:is(.dark .dark\:text-neutral-500) {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

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

:is(.dark .dark\:text-white\/50) {
  color: rgb(255 255 255 / 0.5);
}

:is(.dark .dark\:text-zinc-200) {
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-zinc-400) {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-zinc-500) {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}

:is(.dark .dark\:placeholder\:text-zinc-400)::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}

:is(.dark .dark\:placeholder\:text-zinc-400)::placeholder {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}

:is(.dark .dark\:placeholder\:text-zinc-500)::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}

:is(.dark .dark\:placeholder\:text-zinc-500)::placeholder {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}

:is(.dark .dark\:before\:bg-zinc-700)::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}

:is(.dark .dark\:after\:bg-zinc-700)::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}

:is(.dark .dark\:hover\:bg-green-500:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

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

:is(.dark .dark\:hover\:bg-zinc-700:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}

:is(.dark .dark\:hover\:bg-zinc-800:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}

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

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

:is(.dark .dark\:hover\:text-zinc-800:hover) {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity));
}

:is(.dark .dark\:hover\:placeholder\:text-zinc-500:hover)::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}

:is(.dark .dark\:hover\:placeholder\:text-zinc-500:hover)::placeholder {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}

:is(.dark .dark\:focus\:border-zinc-700:focus) {
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity));
}

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

:is(.dark .group:hover .dark\:group-hover\:text-zinc-600) {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity));
}

:is(.dark .peer:checked ~ .dark\:peer-checked\:bg-green-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

:is(.dark .dark\:data-\[twe-nav-active\]\:\!bg-slate-900[data-twe-nav-active]) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity)) !important;
}

:is(.dark .dark\:data-\[twe-nav-active\]\:text-primary-500[data-twe-nav-active]) {
  --tw-text-opacity: 1;
  color: rgb(101 144 213 / var(--tw-text-opacity));
}

@media (max-width: 1139px) {
  .xl\:p-12 {
    padding: 3rem;
  }
}

@media (max-width: 1023px) {
  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:inset-0 {
    inset: 0px;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-3 {
    order: 3;
  }

  .lg\:order-4 {
    order: 4;
  }

  .lg\:col-span-full {
    grid-column: 1 / -1;
  }

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:m-auto {
    margin: auto;
  }

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

  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

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

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

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:mt-40 {
    margin-top: 10rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:contents {
    display: contents;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-auto {
    aspect-ratio: auto;
  }

  .lg\:h-3\/5 {
    height: 60%;
  }

  .lg\:h-4\/6 {
    height: 66.666667%;
  }

  .lg\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

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

  .lg\:w-80 {
    width: 20rem;
  }

  .lg\:w-96 {
    width: 24rem;
  }

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

  .lg\:columns-1 {
    -moz-columns: 1;
         columns: 1;
  }

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

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

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

  .lg\:gap-6 {
    gap: 1.5rem;
  }

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

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

  .lg\:rounded-\[10px\] {
    border-radius: 10px;
  }

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

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

  .lg\:bg-white\/50 {
    background-color: rgb(255 255 255 / 0.5);
  }

  .lg\:p-14 {
    padding: 3.5rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

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

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

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

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

  .lg\:leading-none {
    line-height: 1;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

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

  .lg\:last\:hidden:last-child {
    display: none;
  }

  .lg\:aria-\[open\=true\]\:fixed[aria-open=true] {
    position: fixed;
  }

  .lg\:aria-\[open\=true\]\:inset-0[aria-open=true] {
    inset: 0px;
  }

  .lg\:aria-\[open\=true\]\:z-10[aria-open=true] {
    z-index: 10;
  }

  .lg\:aria-\[open\=true\]\:flex[aria-open=true] {
    display: flex;
  }

  :is(.dark .dark\:lg\:bg-neutral-950\/50) {
    background-color: rgb(10 10 10 / 0.5);
  }

  :is(.dark .lg\:dark\:bg-zinc-800) {
    --tw-bg-opacity: 1;
    background-color: rgb(39 39 42 / var(--tw-bg-opacity));
  }

  :is(.dark .dark\:lg\:text-neutral-400) {
    --tw-text-opacity: 1;
    color: rgb(163 163 163 / var(--tw-text-opacity));
  }
}

@media (max-width: 767px) {
  .md\:col-span-full {
    grid-column: 1 / -1;
  }

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

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

  .md\:me-4 {
    -webkit-margin-end: 1rem;
            margin-inline-end: 1rem;
  }

  .md\:flex {
    display: flex;
  }

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

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

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

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

  .md\:gap-0 {
    gap: 0px;
  }

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

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

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

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

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

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

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

  .md\:last\:flex:last-child {
    display: flex;
  }
}

@media (max-width: 639px) {
  .sm\:order-3 {
    order: 3;
  }

  .sm\:order-2 {
    order: 2;
  }

  .sm\:order-1 {
    order: 1;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

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

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

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .sm\:justify-items-start {
    justify-items: start;
  }

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

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

@media (max-width: 479px) {
  .xs\:\!left-1\/2 {
    left: 50% !important;
  }

  .xs\:\!right-auto {
    right: auto !important;
  }

  .xs\:\!top-full {
    top: 100% !important;
  }

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

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

  .xs\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .xs\:mr-5 {
    margin-right: 1.25rem;
  }

  .xs\:\!hidden {
    display: none !important;
  }

  .xs\:hidden {
    display: none;
  }

  .xs\:h-44 {
    height: 11rem;
  }

  .xs\:h-8 {
    height: 2rem;
  }

  .xs\:w-32 {
    width: 8rem;
  }

  .xs\:w-52 {
    width: 13rem;
  }

  .xs\:w-8 {
    width: 2rem;
  }

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

  .xs\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

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

  .xs\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    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));
  }

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

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

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

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

  .xs\:placeholder\:opacity-0::-moz-placeholder {
    opacity: 0;
  }

  .xs\:placeholder\:opacity-0::placeholder {
    opacity: 0;
  }

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

  .xs\:focus\:pl-7:focus {
    padding-left: 1.75rem;
  }

  .xs\:focus\:pr-2:focus {
    padding-right: 0.5rem;
  }

  .xs\:focus\:placeholder\:opacity-100:focus::-moz-placeholder {
    opacity: 1;
  }

  .xs\:focus\:placeholder\:opacity-100:focus::placeholder {
    opacity: 1;
  }
}

/* =========================================================
   Anihao fixes: header overflow / endless horizontal scroll
   ========================================================= */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

.wrapper {
  max-width: 100%;
  overflow-x: clip;
}

header .container {
  max-width: min(1140px, 100%);
  min-width: 0;
}

#overflow-menu {
  min-width: 0;
  max-width: 100%;
}

.nav-genres-item {
  position: relative;
}

.nav-genres-label {
  display: inline-block;
  transition: color 0.15s ease;
}

.nav-genres-item.is-open .nav-genres-label,
.nav-genres-item:hover .nav-genres-label {
  color: #16a34a;
}

html.dark .nav-genres-item.is-open .nav-genres-label,
html.dark .nav-genres-item:hover .nav-genres-label {
  color: #4ade80;
}

.nav-genres {
  z-index: 1200;
  display: none;
  position: absolute;
  top: calc(100% + 0.35rem);
  right: 0;
  width: max-content;
  max-width: min(92vw, 56rem);
  column-count: 3;
  column-gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0.7rem 0.45rem;
  border-radius: 14px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow:
    0 18px 50px rgba(15, 23, 42, 0.16),
    0 4px 14px rgba(15, 23, 42, 0.08);
}

/* невидимый мост к пункту меню — без фона, только для курсора */
.nav-genres::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -0.8cm;
  height: 0.8cm;
}

html.dark .nav-genres {
  background: #2a2a2e;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 20px 56px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.04);
}

.nav-genres-item.is-open .nav-genres {
  display: block;
}

.nav-genres li {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}

.nav-genres a {
  display: block;
  padding: 0.35rem 0.85rem;
  border-radius: 8px;
  color: #0f172a;
  font-size: 0.9rem;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s ease, background-color 0.15s ease;
}

.nav-genres a::first-letter {
  text-transform: uppercase;
}

html.dark .nav-genres a {
  color: #f4f4f5;
}

.nav-genres a:hover {
  color: #16a34a;
  background: rgba(22, 163, 74, 0.1);
}

html.dark .nav-genres a:hover {
  color: #4ade80;
  background: rgba(74, 222, 128, 0.12);
}

@media (max-width: 1023px) {
  .nav-genres {
    position: static !important;
    left: auto !important;
    right: auto !important;
    width: 100%;
    max-width: none;
    column-count: 1;
    box-shadow: none;
    border: 0;
    border-radius: 10px;
    margin-top: 0.25rem;
    padding: 0.35rem 0.25rem;
    background: transparent;
  }

  .nav-genres::before {
    display: none;
  }

  html.dark .nav-genres {
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .nav-genres a {
    white-space: normal;
  }
}

#overflow-menu {
  overflow: visible;
}

#overflow-menu .header-menu {
  flex: 0 0 auto;
  min-width: 0;
  max-width: none;
  position: relative;
  overflow: visible;
}

#overflow-menu .header-menu > div:last-child,
#overflow-menu .header-menu nav {
  min-width: 0;
  max-width: 100%;
  overflow: visible;
}

#overflow-menu .menu-list {
  flex-wrap: nowrap;
  min-width: 0;
  overflow: visible;
  max-width: 100%;
}

.speedbar,
.speedbar a {
  color: #64748b;
}
:is(.dark .speedbar),
:is(.dark .speedbar a) {
  color: #a1a1aa;
}
:is(.dark .speedbar a:hover) {
  color: #4ade80;
}

.anime-related {
  margin-top: 0.5rem;
}

@media (max-width: 1023px) {
  .anime-related {
    order: 3;
    margin-top: 1.5rem;
  }
}

#overflow-menu .menu-more {
  flex-shrink: 0;
}

#overflow-menu .menu-more ul {
  min-width: 180px;
  z-index: 20;
}

/* lg в этом шаблоне = max-width 1023px (мобильный оверлей) */
@media (max-width: 1023px) {
  #overflow-menu .header-menu {
    flex: none;
    overflow: visible;
    max-width: none;
  }
}

/* =========================================================
   Anime page / xfields
   ========================================================= */
.anime-page {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
  max-width: 100%;
  width: 100%;
}

.anime-top {
  display: flex;
  gap: 0;
  align-items: flex-start;
  min-width: 0;
  width: 100%;
  margin-bottom: 1.5rem;
}

.anime-aside {
  flex: 0 0 280px;
  width: 280px;
  max-width: 280px;
  min-width: 0;
  margin-right: 2.5rem;
}

.anime-aside__lists {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 0.75rem;
  width: 100%;
}

.anime-aside__lists .watchlist_parent {
  width: 100%;
}

.anime-aside__lists .super__watchlist-menu {
  width: 100%;
}

.anime-aside__lists .dropdown-content {
  position: absolute;
  width: 100%;
  min-width: 100%;
  z-index: 40;
}

.anime-lists-people {
  position: relative;
  width: 100%;
}

.anime-lists-people__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #64748b;
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.15s ease;
}

.anime-lists-people__btn:hover {
  color: #16a34a;
}

html.dark .anime-lists-people__btn {
  color: #a1a1aa;
}

html.dark .anime-lists-people__btn:hover {
  color: #4ade80;
}

.anime-lists-people__popup {
  position: absolute;
  left: 0;
  top: calc(100% + 0.55rem);
  z-index: 50;
  width: 100%;
  min-width: 240px;
  padding: 0.9rem 1rem 1rem;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.14);
}

.anime-lists-people__popup[hidden],
.anime-lists-people:not(.is-open) .anime-lists-people__popup {
  display: none !important;
}

.anime-lists-people__popup::before {
  content: "";
  position: absolute;
  left: 1.1rem;
  top: -6px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-left: 1px solid #e2e8f0;
  border-top: 1px solid #e2e8f0;
  transform: rotate(45deg);
}

html.dark .anime-lists-people__popup {
  border-color: #3f3f46;
  background: #18181b;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.45);
}

html.dark .anime-lists-people__popup::before {
  background: #18181b;
  border-left-color: #3f3f46;
  border-top-color: #3f3f46;
}

.anime-lists-people__title {
  margin-bottom: 0.75rem;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 700;
}

.anime-lists-people__rows {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.anime-lists-people__rows li {
  display: grid;
  grid-template-columns: 7.5rem 1fr 2.2rem;
  gap: 0.55rem;
  align-items: center;
  font-size: 0.82rem;
  font-weight: 600;
  color: #64748b;
}

html.dark .anime-lists-people__rows li {
  color: #a1a1aa;
}

.anime-lists-people__rows i {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: #e2e8f0;
  position: relative;
  overflow: hidden;
}

html.dark .anime-lists-people__rows i {
  background: #27272a;
}

.anime-lists-people__rows i::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--pct, 0%);
  background: #86efac;
  border-radius: inherit;
}

.anime-lists-people__rows b {
  text-align: right;
  font-weight: 700;
  color: #334155;
}

html.dark .anime-lists-people__rows b {
  color: #e4e4e7;
}

.anime-main {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
}

.anime-bottom {
  width: 100%;
  min-width: 0;
}

.anime-aside .anime-poster {
  aspect-ratio: 5 / 7;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 1rem;
  background: #f1f5f9;
}

:is(.dark .anime-aside .anime-poster) {
  background: #27272a;
}

.anime-aside .anime-poster img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main.container {
  min-width: 0;
  max-width: min(1140px, 100%);
}

.anime-meta {
  display: grid;
  grid-template-columns: minmax(110px, 28%) 1fr;
  gap: 0.35rem 1rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  font-size: 0.95rem;
  line-height: 1.45;
}

.anime-meta__row {
  display: contents;
}

.anime-meta dt {
  margin: 0;
  color: #64748b;
  min-width: 0;
  padding: 0.2rem 0;
}

.anime-meta dd {
  margin: 0;
  min-width: 0;
  padding: 0.2rem 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

:is(.dark .anime-meta dt) {
  color: #71717a;
}

.anime-meta a {
  color: inherit;
}

.anime-meta a:hover {
  color: #16a34a;
}

.anime-status {
  display: inline-flex;
  align-items: center;
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
  background: rgba(22, 163, 74, 0.12);
  color: #15803d;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
}

a.anime-status:hover {
  color: #166534;
  background: rgba(22, 163, 74, 0.2);
}

:is(.dark .anime-status) {
  background: rgba(22, 163, 74, 0.2);
  color: #4ade80;
}

:is(.dark a.anime-status:hover) {
  color: #86efac;
  background: rgba(22, 163, 74, 0.28);
}

.anime-age {
  display: inline-flex;
  align-items: center;
  padding: 0.1rem 0.45rem;
  border-radius: 6px;
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #0f172a;
  font-size: 0.85rem;
  font-weight: 700;
}

:is(.dark .anime-age) {
  border-color: #52525b;
  background: #27272a;
  color: #fafafa;
}

.anime-meta__links a {
  color: #16a34a;
}

.anime-meta__links a:hover {
  color: #15803d;
}

:is(.dark .anime-meta__links a) {
  color: #4ade80;
}

.anime-voices {
  display: inline;
  line-height: 1.55;
}

.anime-voices__item.is-hidden,
.anime-voices__sep.is-hidden {
  display: none;
}

.anime-voices.is-expanded .anime-voices__item.is-hidden,
.anime-voices.is-expanded .anime-voices__sep.is-hidden {
  display: inline;
}

.anime-voices__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-left: 0.35rem;
  min-width: 1.55rem;
  height: 1.35rem;
  padding: 0 0.35rem;
  border: 0;
  border-radius: 6px;
  background: #e2e8f0;
  color: #475569;
  font: inherit;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.anime-voices__more:hover {
  background: #cbd5e1;
  color: #0f172a;
}

html.dark .anime-voices__more {
  background: #27272a;
  color: #a1a1aa;
}

html.dark .anime-voices__more:hover {
  background: #3f3f46;
  color: #fafafa;
}

.anime-voices__more[hidden] {
  display: none !important;
}

.anime-voices.is-expanded .anime-voices__more {
  letter-spacing: 0;
  font-size: 0.75rem;
  font-weight: 600;
}

.anime-next-ep {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  width: 100%;
  max-width: 100%;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  background: #f1f5f9;
}

.anime-next-ep[hidden] {
  display: none !important;
}

:is(.dark .anime-next-ep) {
  background: #27272a;
}

.anime-next-ep__text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.55rem;
  min-width: 0;
}

.anime-next-ep__label {
  color: #64748b;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
}

:is(.dark .anime-next-ep__label) {
  color: #a1a1aa;
}

.anime-next-ep__dash {
  display: inline-flex;
  align-items: center;
  color: #94a3b8;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  transform: translateY(-0.05em);
}

:is(.dark .anime-next-ep__dash) {
  color: #71717a;
}

.anime-next-ep__date {
  font-size: 1.35rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
  color: #0f172a;
  line-height: 1;
}

:is(.dark .anime-next-ep__date) {
  color: #fafafa;
}

.anime-next-ep__timer {
  display: flex;
  align-items: stretch;
  gap: 0.4rem;
  margin-left: auto;
}

.anime-next-ep__unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 2.6rem;
  padding: 0.35rem 0.4rem;
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.06);
  line-height: 1;
}

:is(.dark .anime-next-ep__unit) {
  background: rgba(255, 255, 255, 0.06);
}

.anime-next-ep__unit b {
  font-size: 1.05rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: #0f172a;
}

:is(.dark .anime-next-ep__unit b) {
  color: #fafafa;
}

.anime-next-ep__unit small {
  margin-top: 0.2rem;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
}

:is(.dark .anime-next-ep__unit small) {
  color: #a1a1aa;
}

.anime-next-ep__pending {
  margin-left: auto;
  font-size: 0.95rem;
  font-weight: 700;
  color: #64748b;
}

:is(.dark .anime-next-ep__pending) {
  color: #a1a1aa;
}

@media (max-width: 639px) {
  .anime-next-ep--countdown {
    align-items: flex-start;
  }

  .anime-next-ep__timer {
    margin-left: 0;
    width: 100%;
    justify-content: space-between;
  }

  .anime-next-ep__unit {
    flex: 1 1 0;
  }
}

.anime-desc-wrap {
  position: relative;
  min-width: 0;
}

.anime-desc-clip {
  position: relative;
  overflow: hidden;
  transition: max-height 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.anime-desc-wrap.is-collapsed .anime-desc-clip::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3.75rem;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.75) 55%,
    #ffffff 100%
  );
}

html.dark .anime-desc-wrap.is-collapsed .anime-desc-clip::after {
  height: 4.25rem;
  background: linear-gradient(
    to bottom,
    rgba(24, 24, 27, 0) 0%,
    rgba(24, 24, 27, 0.65) 45%,
    rgba(24, 24, 27, 0.92) 78%,
    #18181b 100%
  );
}

.anime-desc {
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.65;
}

.anime-desc-more {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.65rem;
  padding: 0;
  border: 0;
  background: none;
  color: #16a34a;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.anime-desc-more:hover {
  color: #15803d;
}

:is(.dark .anime-desc-more) {
  color: #4ade80;
}

:is(.dark .anime-desc-more:hover) {
  color: #86efac;
}

.anime-desc-more[hidden] {
  display: none !important;
}

.anime-desc-more__icon {
  display: block;
  flex-shrink: 0;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.anime-desc-wrap.is-expanded .anime-desc-more__icon {
  transform: rotate(180deg);
}

@media (prefers-reduced-motion: reduce) {
  .anime-desc-clip,
  .anime-desc-more__icon {
    transition: none;
  }
}

.anime-desc img,
.anime-player iframe,
.anime-player video,
.anime-player embed,
.anime-player object {
  display: block;
  max-width: 100%;
}

.anime-player {
  position: relative;
  width: 100%;
  background: #0f172a;
}

.anime-player iframe {
  width: 100%;
  min-height: 450px;
  border: 0;
  aspect-ratio: 16 / 9;
}

.anime-card-status {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 1;
  max-width: calc(100% - 4.5rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.2rem 0.45rem;
  border-radius: 6px;
  background: rgba(22, 163, 74, 0.92);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 1.2;
}

.anime-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.35rem;
  align-items: center;
}

.anime-card-meta > span:not(:first-child)::before {
  content: "·";
  margin-right: 0.35rem;
  opacity: 0.7;
}

.anime-ratings {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
}

.anime-ratings__item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 120px;
}

.anime-ratings__label {
  color: #64748b;
  font-size: 0.8rem;
  font-weight: 700;
}

:is(.dark .anime-ratings__label) {
  color: #a1a1aa;
}

.anime-ratings__value {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

/* Оценка пользователя под плеером */
.anime-user-rate {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
  max-width: 100%;
  padding: 0.85rem 0.95rem;
  border-radius: 12px;
  background: #f1f5f9;
}

html.dark .anime-user-rate {
  background: #27272a;
}

.anime-user-rate__head {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 0.55rem;
  margin-bottom: 0.65rem;
}

.anime-user-rate__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
}

.anime-user-rate__dash {
  color: #94a3b8;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1;
}

html.dark .anime-user-rate__dash {
  color: #71717a;
}

.anime-user-rate__value {
  min-height: 1.2em;
  font-size: 1.05rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: #ca8a04;
}

html.dark .anime-user-rate__value {
  color: #facc15;
}

.anime-user-rate__stars {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.2rem;
}

.anime-user-rate__star {
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  width: 2rem;
  height: 2rem;
  background: transparent;
  color: #cbd5e1;
  cursor: pointer;
  line-height: 0;
  transition: color 0.12s ease, transform 0.12s ease;
}

html.dark .anime-user-rate__star {
  color: #52525b;
}

.anime-user-rate__star svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  display: block;
}

.anime-user-rate__star.is-on {
  color: #eab308;
}

html.dark .anime-user-rate__star.is-on {
  color: #facc15;
}

.anime-user-rate__star:hover {
  transform: scale(1.08);
}

.anime-user-rate__stars.is-shake .anime-user-rate__star {
  animation: anime-rate-shake 0.55s ease both;
}

.anime-user-rate__stars.is-shake .anime-user-rate__star:nth-child(2) { animation-delay: 0.02s; }
.anime-user-rate__stars.is-shake .anime-user-rate__star:nth-child(3) { animation-delay: 0.04s; }
.anime-user-rate__stars.is-shake .anime-user-rate__star:nth-child(4) { animation-delay: 0.06s; }
.anime-user-rate__stars.is-shake .anime-user-rate__star:nth-child(5) { animation-delay: 0.08s; }
.anime-user-rate__stars.is-shake .anime-user-rate__star:nth-child(6) { animation-delay: 0.1s; }
.anime-user-rate__stars.is-shake .anime-user-rate__star:nth-child(7) { animation-delay: 0.12s; }
.anime-user-rate__stars.is-shake .anime-user-rate__star:nth-child(8) { animation-delay: 0.14s; }
.anime-user-rate__stars.is-shake .anime-user-rate__star:nth-child(9) { animation-delay: 0.16s; }
.anime-user-rate__stars.is-shake .anime-user-rate__star:nth-child(10) { animation-delay: 0.18s; }

@keyframes anime-rate-shake {
  0%, 100% { transform: translateX(0) rotate(0); }
  15% { transform: translateX(-3px) rotate(-10deg); }
  30% { transform: translateX(3px) rotate(10deg); }
  45% { transform: translateX(-3px) rotate(-8deg); }
  60% { transform: translateX(3px) rotate(8deg); }
  75% { transform: translateX(-2px) rotate(-4deg); }
  90% { transform: translateX(2px) rotate(4deg); }
}

@media (max-width: 639px) {
  .anime-user-rate__star {
    width: 1.7rem;
    height: 1.7rem;
  }
}

.other-tags {
  max-width: 100%;
  min-width: 0;
}

@media (max-width: 1023px) {
  .anime-top {
    flex-direction: column;
  }

  .anime-aside {
    flex: none;
    width: 100%;
    max-width: 20rem;
    margin-right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .anime-main {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .anime-meta {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .anime-meta dt {
    padding-bottom: 0;
    font-size: 0.8rem;
  }

  .anime-meta dd {
    padding-top: 0;
    margin-bottom: 0.65rem;
  }

  .anime-player iframe {
    min-height: 220px;
  }

  .anime-aside {
    max-width: 100%;
  }
}

/* =========================================================
   Comments / reviews
   ========================================================= */
.cmt-section {
  width: 100%;
  min-width: 0;
  margin-bottom: 1.5rem;
}

.cmt-section__title {
  margin: 0 0 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
}

.cmt-section__count {
  color: #94a3b8;
  font-weight: 600;
}

html.dark .cmt-section__count {
  color: #71717a;
}

.cmt-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  min-width: 0;
}

#dle-comments-list [id^="comment-id-"],
#dlemasscomments [id^="comment-id-"] {
  min-width: 0;
  transition: margin-left 0.2s ease;
}

#dle-comments-list [id^="comment-id-"][data-cmt-depth],
#dlemasscomments [id^="comment-id-"][data-cmt-depth] {
  margin-left: calc(var(--cmt-depth, 0) * 1.65rem);
  padding-left: 0.85rem;
  border-left: 2px solid rgba(148, 163, 184, 0.35);
}

html.dark #dle-comments-list [id^="comment-id-"][data-cmt-depth],
html.dark #dlemasscomments [id^="comment-id-"][data-cmt-depth] {
  border-left-color: rgba(113, 113, 122, 0.55);
}

#dle-comments-list [id^="comment-id-"][data-cmt-depth="0"],
#dlemasscomments [id^="comment-id-"][data-cmt-depth="0"] {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}

.cmt {
  min-width: 0;
}

@media (max-width: 639px) {
  #dle-comments-list [id^="comment-id-"][data-cmt-depth],
  #dlemasscomments [id^="comment-id-"][data-cmt-depth] {
    margin-left: calc(var(--cmt-depth, 0) * 0.95rem);
    padding-left: 0.6rem;
  }
}

.cmt-replies-toggle {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin: 0.15rem 0 0.35rem 0.15rem;
  padding: 0.4rem 0.75rem;
  border: 0;
  border-radius: 999px;
  background: rgba(22, 163, 74, 0.12);
  color: #16a34a;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.cmt-replies-toggle:hover {
  background: rgba(22, 163, 74, 0.2);
}

html.dark .cmt-replies-toggle {
  background: rgba(74, 222, 128, 0.12);
  color: #4ade80;
}

html.dark .cmt-replies-toggle:hover {
  background: rgba(74, 222, 128, 0.2);
}

.cmt-replies {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-0.35rem);
  transition:
    max-height 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.28s ease,
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.cmt-replies[data-open="1"],
.cmt-replies.is-open {
  max-height: 4000px;
  opacity: 1;
  transform: translateY(0);
}

.cmt-replies__inner {
  display: flex;
  flex-direction: column;
}

@media (prefers-reduced-motion: reduce) {
  .cmt-replies {
    transition: none;
  }
}

.cmt__head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  margin-bottom: 0.65rem;
}

.cmt__avatar {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 8px;
  overflow: hidden;
  background: #e2e8f0;
}

html.dark .cmt__avatar {
  background: #27272a;
}

.cmt__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cmt__identity {
  min-width: 0;
  flex: 1;
}

.cmt__name {
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.cmt__name a:hover {
  color: #16a34a;
}

.cmt__news {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.8rem;
  color: #94a3b8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cmt__meta {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.55rem 0.75rem;
  margin-left: auto;
}

.cmt__rec {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.cmt__rec[hidden] {
  display: none !important;
}

.cmt__rec--yes {
  color: #16a34a;
}

.cmt__rec--no {
  color: #ea580c;
}

html.dark .cmt__rec--yes {
  color: #4ade80;
}

html.dark .cmt__rec--no {
  color: #fb923c;
}

.cmt__rec svg {
  flex-shrink: 0;
}

.cmt__date {
  color: #94a3b8;
  font-size: 0.85rem;
  white-space: nowrap;
}

html.dark .cmt__date {
  color: #71717a;
}

.cmt__score-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: #dcfce7;
  color: #15803d;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
}

html.dark .cmt__score-wrap {
  background: rgba(22, 163, 74, 0.18);
  color: #86efac;
}

.cmt__score.is-negative {
  color: #c2410c;
}

html.dark .cmt__score.is-negative {
  color: #fdba74;
}

.cmt__vote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1rem;
  cursor: pointer;
  opacity: 0.7;
}

.cmt__vote:hover {
  opacity: 1;
}

.cmt__body {
  padding: 1rem 1.15rem;
  border-radius: 12px;
  background: #f1f5f9;
}

html.dark .cmt__body {
  background: #27272a;
}

.cmt__text {
  font-size: 0.95rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.cmt__text p {
  margin: 0 0 0.65rem;
}

.cmt__text p:last-child {
  margin-bottom: 0;
}

.cmt__text .quote,
.cmt__text .title_quote {
  border-radius: 10px;
}

.cmt__text .quote {
  margin: 0 0 0.85rem;
  padding: 0.85rem 1rem;
  background: #e2e8f0;
  color: inherit;
}

html.dark .cmt__text .quote {
  background: #3f3f46;
}

.cmt__text .title_quote {
  margin: 0 0 0.45rem;
  padding: 0;
  background: transparent;
  color: #64748b;
  font-size: 0.8rem;
  font-weight: 600;
}

html.dark .cmt__text .title_quote {
  color: #a1a1aa;
}

.cmt__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-top: 0.85rem;
}

.cmt__actions a,
.cmt__actions .cmt__action {
  color: #94a3b8;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.15s ease;
}

.cmt__actions a:hover,
.cmt__actions .cmt__action:hover {
  color: #16a34a;
}

html.dark .cmt__actions a,
html.dark .cmt__actions .cmt__action {
  color: #71717a;
}

html.dark .cmt__actions a:hover,
html.dark .cmt__actions .cmt__action:hover {
  color: #4ade80;
}

/* Form */
.cmt-form {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin-bottom: 1.5rem;
  min-width: 0;
}

.cmt-form__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.cmt-form__input,
.cmt-form input.wide,
.cmt-form .cmt-form__input {
  width: 100%;
  min-width: 0;
  padding: 0.7rem 0.9rem;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  color: inherit;
  font: inherit;
}

html.dark .cmt-form__input,
html.dark .cmt-form input.wide {
  border-color: #3f3f46;
  background: #18181b;
}

.cmt-form__editor .bb-editor,
.cmt-form__editor textarea,
.cmt-form__editor .mce-panel {
  border-radius: 12px !important;
}

.cmt-form__editor textarea {
  width: 100%;
  min-height: 120px;
  padding: 0.9rem 1rem;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: inherit;
  font: inherit;
  line-height: 1.55;
  resize: vertical;
}

html.dark .cmt-form__editor textarea {
  border-color: #3f3f46;
  background: #18181b;
}

.cmt-form__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.cmt-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.25rem;
  border: 0;
  border-radius: 10px;
  background: #16a34a;
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}

.cmt-form__submit:hover {
  background: #15803d;
}

.cmt-rec-pick {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
}

.cmt-rec-pick__label {
  color: #64748b;
  font-size: 0.9rem;
  font-weight: 600;
}

html.dark .cmt-rec-pick__label {
  color: #a1a1aa;
}

.cmt-rec-pick__opts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.cmt-rec-pick__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 0.85rem;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #fff;
  color: #64748b;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

html.dark .cmt-rec-pick__btn {
  border-color: #3f3f46;
  background: #18181b;
  color: #a1a1aa;
}

.cmt-rec-pick__btn:hover {
  border-color: #cbd5e1;
  color: #0f172a;
}

html.dark .cmt-rec-pick__btn:hover {
  border-color: #52525b;
  color: #fafafa;
}

.cmt-rec-pick__btn.is-active[data-rec="1"] {
  border-color: #86efac;
  background: #dcfce7;
  color: #15803d;
}

.cmt-rec-pick__btn.is-active[data-rec="0"] {
  border-color: #fdba74;
  background: #ffedd5;
  color: #c2410c;
}

html.dark .cmt-rec-pick__btn.is-active[data-rec="1"] {
  border-color: rgba(74, 222, 128, 0.45);
  background: rgba(22, 163, 74, 0.18);
  color: #86efac;
}

html.dark .cmt-rec-pick__btn.is-active[data-rec="0"] {
  border-color: rgba(251, 146, 60, 0.45);
  background: rgba(234, 88, 12, 0.16);
  color: #fdba74;
}

/* Info alert */
.cmt-info {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  margin-bottom: 1.25rem;
  padding: 0.95rem 1.1rem;
  border-radius: 12px;
  background: #fff1f2;
  color: #9f1239;
}

html.dark .cmt-info {
  background: rgba(244, 63, 94, 0.12);
  color: #fda4af;
}

.cmt-info__icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 8px;
  background: #e11d48;
  color: #fff;
}

html.dark .cmt-info__icon {
  background: #e11d48;
}

.cmt-info__title {
  margin-bottom: 0.2rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.cmt-info__text {
  font-size: 0.92rem;
  line-height: 1.5;
  opacity: 0.95;
}

@media (max-width: 767px) {
  .cmt__head {
    flex-wrap: wrap;
  }

  .cmt__meta {
    width: 100%;
    justify-content: flex-start;
    margin-left: 3.25rem;
    margin-top: -0.25rem;
  }

  .cmt-form__fields {
    grid-template-columns: 1fr;
  }

  .cmt__body {
    padding: 0.9rem 1rem;
  }
}

/* =========================================================
   New episodes block
   ========================================================= */
.new-eps {
  --new-eps-accent: #16a34a;
  --new-eps-accent-soft: rgba(22, 163, 74, 0.12);
  min-width: 0;
}

html.dark .new-eps {
  --new-eps-accent: #4ade80;
  --new-eps-accent-soft: rgba(74, 222, 128, 0.12);
}

.new-eps__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.new-eps__title {
  margin: 0;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.15;
}

.new-eps__all {
  font-weight: 600;
  color: #64748b;
  text-decoration: none;
  transition: color 0.15s ease;
}

.new-eps__all:hover {
  color: #16a34a;
}

html.dark .new-eps__all {
  color: #a1a1aa;
}

html.dark .new-eps__all:hover {
  color: #4ade80;
}

.new-eps__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 3.25rem;
  gap: 0.85rem;
  align-items: stretch;
  padding: 1.1rem;
  border-radius: 16px;
  background: #f1f5f9;
}

.new-eps__body.has-prev {
  grid-template-columns: 3.25rem minmax(0, 1fr) 3.25rem;
}

.new-eps__nav[hidden] {
  display: none !important;
}

html.dark .new-eps__body {
  background: #18181b;
  box-shadow: inset 0 0 0 1px #27272a;
}

.new-eps__viewport {
  min-width: 0;
  overflow: hidden;
}

.new-eps__track {
  display: flex;
  width: 100%;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.new-eps__page {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(4, auto);
  column-gap: 1.5rem;
  row-gap: 0;
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
}

.new-eps__item {
  position: relative;
  display: grid;
  grid-template-columns: 3.1rem minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
  min-width: 0;
  padding: 0.55rem 0.55rem;
  border-radius: 12px;
  color: inherit;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.new-eps__item:not(:nth-last-child(-n + 2))::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 33.333%;
  height: 1px;
  background: var(--new-eps-accent);
  transform: translateX(-50%);
  pointer-events: none;
}

.new-eps__item:hover {
  background: rgba(255, 255, 255, 0.7);
}

html.dark .new-eps__item:hover {
  background: rgba(39, 39, 42, 0.85);
}

.new-eps__poster {
  width: 3.1rem;
  height: 4.35rem;
  border-radius: 8px;
  overflow: hidden;
  background: #e2e8f0;
  flex-shrink: 0;
}

html.dark .new-eps__poster {
  background: #27272a;
}

.new-eps__poster img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new-eps__info {
  min-width: 0;
}

.new-eps__name {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new-eps__ep {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  color: var(--new-eps-accent);
  line-height: 1.1;
  text-align: center;
}

.new-eps__ep-num {
  font-size: 1.35rem;
  font-weight: 800;
}

.new-eps__ep-label {
  margin-top: 0.15rem;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: lowercase;
  opacity: 0.9;
}

.new-eps__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  min-height: 100%;
  padding: 0;
  border: 0;
  border-radius: 14px;
  background: var(--new-eps-accent-soft);
  color: var(--new-eps-accent);
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.new-eps__nav:hover {
  background: rgba(22, 163, 74, 0.2);
  color: #15803d;
}

html.dark .new-eps__nav:hover {
  background: rgba(74, 222, 128, 0.2);
  color: #86efac;
}

.new-eps__nav:active {
  transform: scale(0.98);
}

.new-eps__nav svg {
  display: block;
}

.new-eps__dots {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.85rem;
}

.new-eps__dots[hidden] {
  display: none !important;
}

.new-eps__dot {
  width: 0.45rem;
  height: 0.45rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #cbd5e1;
  cursor: pointer;
  transition: width 0.25s ease, background-color 0.2s ease;
}

html.dark .new-eps__dot {
  background: #3f3f46;
}

.new-eps__dot.is-active {
  width: 1.25rem;
  background: var(--new-eps-accent);
}

.new-eps__empty {
  grid-column: 1 / -1;
  padding: 1.5rem 0.5rem;
  color: #94a3b8;
  font-size: 0.95rem;
}

@media (max-width: 1023px) {
  .new-eps__title {
    font-size: 1.5rem;
  }

  .new-eps__page {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .new-eps__item:not(:nth-last-child(-n + 2))::after {
    content: none;
  }

  .new-eps__item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 33.333%;
    height: 1px;
    background: var(--new-eps-accent);
    transform: translateX(-50%);
    pointer-events: none;
  }

  .new-eps__body,
  .new-eps__body.has-prev {
    grid-template-columns: minmax(0, 1fr);
  }

  .new-eps__nav {
    width: 100%;
    min-height: 2.75rem;
    flex-direction: row;
  }

  .new-eps__nav--prev {
    order: 2;
  }

  .new-eps__nav--next {
    order: 3;
  }

  .new-eps__nav--next svg {
    transform: rotate(90deg);
  }

  .new-eps__nav--prev svg {
    transform: rotate(-90deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .new-eps__track {
    transition: none;
  }
}

/* =========================================================
   All anime catalog grid
   ========================================================= */
.anime-catalog {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.5rem, 1fr));
  gap: 1.25rem 1.1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.anime-catalog__item {
  min-width: 0;
}

.anime-catalog__link {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.anime-catalog__poster {
  position: relative;
  aspect-ratio: 5 / 7;
  margin-bottom: 0.5rem;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #f1f5f9;
}

html.dark .anime-catalog__poster {
  border-color: #27272a;
  background: #18181b;
}

.anime-catalog__poster img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.anime-catalog__score {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.35rem 0.4rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.92);
  color: #1e293b;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1;
}

html.dark .anime-catalog__score {
  background: rgba(24, 24, 27, 0.92);
  color: #e4e4e7;
}

.anime-catalog__meta {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0 0.15rem;
  min-width: 0;
}

.anime-catalog__meta h3 {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (min-width: 1280px) {
  .anime-catalog {
    grid-template-columns: repeat(auto-fill, minmax(10.5rem, 1fr));
  }
}

/* Популярные жанры */
.popular-genres {
  margin: 0;
  background: transparent;
}

.popular-genres .uil {
  z-index: 3;
}

.popular-genres .uil button {
  pointer-events: auto;
}

.popular-genres__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1.1rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  background: transparent;
}

.popular-genres__list::-webkit-scrollbar {
  display: none;
}

.popular-genres__list > li {
  flex: 0 0 auto;
}

.popular-genre {
  position: relative;
  display: block;
  width: 12.5rem;
  aspect-ratio: 2 / 3;
  border-radius: 14px;
  overflow: hidden;
  background: #18181b;
  transition: box-shadow 0.25s ease;
}

.popular-genre img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.popular-genre::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.78) 100%);
  pointer-events: none;
}

.popular-genre__name {
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.85rem;
  z-index: 1;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

.popular-genre:hover img {
  transform: scale(1.05);
}

@media (max-width: 639px) {
  .popular-genre {
    width: 9.75rem;
    border-radius: 12px;
  }

  .popular-genre__name {
    font-size: 0.95rem;
    left: 0.6rem;
    right: 0.6rem;
    bottom: 0.7rem;
  }

  .popular-genres__list {
    gap: 0.8rem;
  }
}

/* =========================================================
   Homepage: continue / schedule / top / random
   ========================================================= */
.home-continue[hidden],
.home-schedule[hidden],
.home-top[hidden],
.home-random[hidden] {
  display: none !important;
}

.home-continue__clear {
  border: 0;
  background: transparent;
  color: #64748b;
  cursor: pointer;
  padding: 0;
}

.home-continue__clear:hover {
  color: #16a34a;
}

html.dark .home-continue__clear {
  color: #a1a1aa;
}

html.dark .home-continue__clear:hover {
  color: #4ade80;
}

.home-continue__card {
  display: flex;
  flex-direction: column;
  width: 10rem;
  color: inherit;
  text-decoration: none;
}

.home-continue__poster {
  position: relative;
  aspect-ratio: 5 / 7;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0.5rem;
  background: #e2e8f0;
  border: 1px solid #e2e8f0;
}

html.dark .home-continue__poster {
  background: #27272a;
  border-color: #27272a;
}

.home-continue__poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-continue__ep {
  position: absolute;
  left: 0.45rem;
  bottom: 0.45rem;
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  background: rgba(22, 163, 74, 0.92);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
}

.home-continue__name {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.25rem;
}

.home-continue__cta {
  font-size: 0.8rem;
  font-weight: 700;
  color: #16a34a;
}

html.dark .home-continue__cta {
  color: #4ade80;
}

.home-schedule__panel {
  padding: 1.1rem;
  border-radius: 16px;
  background: #f1f5f9;
}

html.dark .home-schedule__panel {
  background: #18181b;
  box-shadow: inset 0 0 0 1px #27272a;
}

.home-schedule__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.home-schedule__tab {
  border: 0;
  border-radius: 999px;
  padding: 0.4rem 0.85rem;
  background: rgba(148, 163, 184, 0.18);
  color: #475569;
  font-size: 0.875rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}

html.dark .home-schedule__tab {
  background: rgba(63, 63, 70, 0.65);
  color: #a1a1aa;
}

.home-schedule__tab:hover {
  background: rgba(22, 163, 74, 0.14);
  color: #16a34a;
}

html.dark .home-schedule__tab:hover {
  background: rgba(74, 222, 128, 0.14);
  color: #4ade80;
}

.home-schedule__tab.is-active {
  background: rgba(22, 163, 74, 0.16);
  color: #16a34a;
}

html.dark .home-schedule__tab.is-active {
  background: rgba(74, 222, 128, 0.16);
  color: #4ade80;
}

.home-schedule__day {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem 1.25rem;
}

.home-schedule__item {
  display: grid;
  grid-template-columns: 3.1rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  min-width: 0;
  padding: 0.45rem 0.55rem;
  border-radius: 12px;
  color: inherit;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.home-schedule__item:hover {
  background: rgba(255, 255, 255, 0.7);
}

html.dark .home-schedule__item:hover {
  background: rgba(39, 39, 42, 0.85);
}

.home-schedule__poster {
  width: 3.1rem;
  height: 4.35rem;
  border-radius: 8px;
  overflow: hidden;
  background: #e2e8f0;
  flex-shrink: 0;
}

html.dark .home-schedule__poster {
  background: #27272a;
}

.home-schedule__poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-schedule__name {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-schedule__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.25rem;
  font-size: 0.8rem;
  color: #64748b;
}

html.dark .home-schedule__meta {
  color: #a1a1aa;
}

.home-schedule__ep {
  color: #16a34a;
  font-weight: 700;
}

html.dark .home-schedule__ep {
  color: #4ade80;
}

.home-schedule__empty {
  padding: 1.5rem 0.5rem;
  text-align: center;
  color: #64748b;
  font-weight: 600;
}

html.dark .home-schedule__empty {
  color: #a1a1aa;
}

.home-schedule__source {
  display: none !important;
}

.home-top__rank {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  z-index: 2;
  min-width: 1.6rem;
  height: 1.6rem;
  padding: 0 0.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #16a34a;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.home-top__li .anime-card-status {
  top: 2.2rem;
}

.home-random__panel {
  padding: 1.25rem 1.25rem 1.4rem;
  border-radius: 16px;
  background: #f1f5f9;
}

html.dark .home-random__panel {
  background: #18181b;
  box-shadow: inset 0 0 0 1px #27272a;
}

.home-random__lead {
  margin: 0 0 1rem;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 600;
  color: #475569;
}

html.dark .home-random__lead {
  color: #a1a1aa;
}

.home-random__case {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: #0f172a;
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.18);
}

html.dark .home-random__case {
  background: #09090b;
  box-shadow: inset 0 0 0 1px #27272a;
}

.home-random__viewport {
  overflow: hidden;
  height: 11.5rem;
  padding: 0.85rem 0;
}

.home-random__track {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch;
  gap: 0.55rem;
  height: 100%;
  width: max-content !important;
  max-width: none !important;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.home-random__card {
  flex: 0 0 5.6rem !important;
  width: 5.6rem !important;
  min-width: 5.6rem !important;
  max-width: 5.6rem !important;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #1e293b;
  box-shadow: 0 0 0 2px transparent;
  transition: box-shadow 0.25s ease, transform 0.25s ease, filter 0.25s ease;
  filter: saturate(0.92) brightness(0.92);
}

html.dark .home-random__card {
  background: #27272a;
}

.home-random__card-poster,
.home-random__card-poster img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.home-random__card.is-winner {
  box-shadow: 0 0 0 3px #16a34a, 0 0 22px rgba(22, 163, 74, 0.55);
  transform: scale(1.04);
  filter: none;
  z-index: 2;
}

html.dark .home-random__card.is-winner {
  box-shadow: 0 0 0 3px #4ade80, 0 0 24px rgba(74, 222, 128, 0.45);
}

.home-random__marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, transparent, #16a34a 12%, #16a34a 88%, transparent);
  z-index: 4;
  pointer-events: none;
  box-shadow: 0 0 12px rgba(22, 163, 74, 0.65);
}

.home-random__marker::before,
.home-random__marker::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.home-random__marker::before {
  top: 0;
  border-top: 10px solid #16a34a;
}

.home-random__marker::after {
  bottom: 0;
  border-bottom: 10px solid #16a34a;
}

html.dark .home-random__marker,
html.dark .home-random__marker::before {
  border-top-color: #4ade80;
}

html.dark .home-random__marker {
  background: linear-gradient(180deg, transparent, #4ade80 12%, #4ade80 88%, transparent);
  box-shadow: 0 0 12px rgba(74, 222, 128, 0.55);
}

html.dark .home-random__marker::before {
  border-top-color: #4ade80;
}

html.dark .home-random__marker::after {
  border-bottom-color: #4ade80;
}

.home-random__fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4.5rem;
  z-index: 3;
  pointer-events: none;
}

.home-random__fade--left {
  left: 0;
  background: linear-gradient(90deg, #0f172a, transparent);
}

.home-random__fade--right {
  right: 0;
  background: linear-gradient(270deg, #0f172a, transparent);
}

html.dark .home-random__fade--left {
  background: linear-gradient(90deg, #09090b, transparent);
}

html.dark .home-random__fade--right {
  background: linear-gradient(270deg, #09090b, transparent);
}

.home-random__case.is-spinning .home-random__card {
  filter: saturate(0.85) brightness(0.88);
}

.home-random__controls {
  display: flex;
  justify-content: center;
  margin-top: 1.1rem;
}

.home-random__btn,
.home-random__again {
  border: 0;
  border-radius: 999px;
  padding: 0.75rem 1.45rem;
  background: #16a34a;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  cursor: pointer;
  transition: background-color 0.15s ease, transform 0.15s ease, opacity 0.15s ease;
}

.home-random__btn:hover,
.home-random__again:hover {
  background: #15803d;
}

.home-random__btn.is-disabled,
.home-random__btn:disabled,
.home-random__again:disabled {
  opacity: 0.55;
  cursor: wait;
  transform: none;
}

.home-random__again {
  background: rgba(22, 163, 74, 0.14);
  color: #16a34a;
}

.home-random__again:hover {
  background: rgba(22, 163, 74, 0.22);
}

html.dark .home-random__again {
  background: rgba(74, 222, 128, 0.14);
  color: #4ade80;
}

html.dark .home-random__again:hover {
  background: rgba(74, 222, 128, 0.22);
}

.home-random__result {
  display: grid;
  grid-template-columns: 8.5rem minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  margin-top: 0;
  padding-top: 0;
  border-top: 0 solid rgba(148, 163, 184, 0.25);
  pointer-events: none;
  transition:
    max-height 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.4s ease,
    margin-top 0.45s ease,
    padding-top 0.45s ease,
    border-top-width 0.45s ease,
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateY(-0.4rem);
}

.home-random__result:not(.is-empty) {
  max-height: 42rem;
  opacity: 1;
  margin-top: 1.25rem;
  padding-top: 1.15rem;
  border-top-width: 1px;
  pointer-events: auto;
  transform: none;
}

.home-random__result.is-empty {
  grid-template-columns: 8.5rem;
  justify-content: start;
}

html.dark .home-random__result {
  border-top-color: #27272a;
}

.home-random__poster {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 5 / 7;
  width: 8.5rem;
  background: #e2e8f0;
  box-shadow: 0 0 0 2px rgba(22, 163, 74, 0.35);
}

html.dark .home-random__poster {
  background: #27272a;
  box-shadow: 0 0 0 2px rgba(74, 222, 128, 0.35);
}

.home-random__qmark {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.25rem;
  font-weight: 800;
  line-height: 1;
  color: #94a3b8;
  user-select: none;
  pointer-events: none;
}

html.dark .home-random__qmark {
  color: #71717a;
}

.home-random__result:not(.is-empty) .home-random__qmark {
  display: none;
}

.home-random__poster-link {
  display: block;
  width: 100%;
  height: 100%;
}

.home-random__poster-link[hidden],
.home-random__result.is-empty .home-random__poster-link {
  display: none !important;
}

.home-random__poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-random__result.is-empty .home-random__poster img {
  display: none !important;
}

.home-random__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.home-random__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  margin-bottom: 0.35rem;
}

.home-random__meta {
  font-size: 0.85rem;
  font-weight: 600;
  color: #64748b;
  line-height: 1.35;
  min-width: 0;
}

html.dark .home-random__meta {
  color: #a1a1aa;
}

.home-random__title {
  margin: 0 0 0.65rem;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.25;
}

.home-random__score {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 0.3rem;
  margin: 0;
  padding: 0.25rem 0.55rem;
  border-radius: 8px;
  background: rgba(234, 179, 8, 0.15);
  color: #ca8a04;
  font-weight: 800;
  font-size: 0.9rem;
}

.home-random__genres {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0 0 0.7rem;
}

.home-random__genre {
  display: inline-flex;
  align-items: center;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  background: rgba(22, 163, 74, 0.1);
  color: #15803d;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
}

html.dark .home-random__genre {
  background: rgba(74, 222, 128, 0.12);
  color: #86efac;
}

.home-random__desc {
  margin: 0 0 1rem;
  max-width: 42rem;
  font-size: 0.95rem;
  line-height: 1.45;
  color: #475569;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

html.dark .home-random__desc {
  color: #a1a1aa;
}

.home-random__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
  margin-top: auto;
}

.home-random__watch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.2rem;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
}

.home-random__pool {
  display: none !important;
}

@media (max-width: 639px) {
  .home-schedule__day {
    grid-template-columns: 1fr;
  }

  .home-random__viewport {
    height: 9.5rem;
  }

  .home-random__card {
    flex-basis: 4.4rem;
    width: 4.4rem;
  }

  .home-random__result {
    grid-template-columns: 6.5rem minmax(0, 1fr);
    gap: 0.9rem;
  }

  .home-random__poster {
    width: 6.5rem;
  }

  .home-random__title {
    font-size: 1.15rem;
  }

  .home-random__desc {
    font-size: 0.88rem;
    -webkit-line-clamp: 2;
  }

  .home-random__genre {
    font-size: 0.72rem;
  }

  .home-continue__card {
    width: 8.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-random__track {
    transition: none !important;
  }

  .home-random__result {
    animation: none;
  }
}

