@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap');

@font-face {
  font-family: 'Paperozi';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2') format('woff2');
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: 'Paperozi';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: 'Paperozi';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: 'Paperozi';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Paperozi';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Paperozi';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Paperozi';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Paperozi';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: 'Paperozi';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2') format('woff2');
  font-weight: 900;
  font-display: swap;
}


.rl-no-data {
  padding: 60px 0;
  text-align: center;
  opacity: 0.5;
}

.rl-header {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0;
  margin-bottom: 28px;
}

.rl-header a,
.rl-header a:link,
.rl-header a:visited,
.rl-header a:hover,
.rl-header a:active,
.rl-header-logo,
.rl-header-logo:link,
.rl-header-logo:visited,
.rl-header-logo:hover,
.rl-header-logo:active,
.rl-cat-tab,
.rl-cat-tab:link,
.rl-cat-tab:visited,
.rl-cat-tab:hover,
.rl-cat-tab:active {
  color: inherit !important;
  text-decoration: none;
}

.rl-header-logo {
  flex: 0 0 auto;
  padding: 12px 20px 12px 0;
  opacity: 0.75;
  transition: opacity 0.18s;
}

.rl-header-logo:hover,
.rl-header-logo.active {
  opacity: 1;
}

.rl-logo-cinzel {
  display: block;
  font-family: "Pinyon Script", "Paperozi";
  font-size: 28px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.02em;
}

.rl-cat-nav {
  display: flex;
  align-items: center;
  flex: 1;
  flex-wrap: wrap;
  gap: 0;
  font-weight: 400;
}

.rl-cat-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 12px 20px;
  overflow: hidden;
  font-size: 14px;
  letter-spacing: 0.03em;
  white-space: nowrap;
  opacity: 0.55;
  transition: opacity 0.18s;
}

.rl-cat-tab:hover,
.rl-cat-tab.active {
  opacity: 1;
}

.rl-cat-tab.active {
  font-weight: 600;
}

.rl-cat-tab::before {
  content: "";
  position: absolute;
  left: 40%;
  bottom: 8px;
  width: 40%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.28s ease;
}

.rl-cat-tab:hover::before {
  transform: scaleX(1);
}

.rl-cat-marker {
  font-size: 11px;
  line-height: 1;
  vertical-align: middle;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.rl-cat-tab:hover .rl-cat-marker {
  opacity: 1;
}

.rl-section-head {
  display: block;
  margin: 0 0 10px;
  padding: 10px;
  font-family: "Paperozi", sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.rl-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 16px;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

.rl-card {
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.rl-card-link {
  position: absolute;
  inset: 0;
  z-index: 5;
}

.rl-chk {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 10;
}

.rl-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  cursor: pointer;
  background-color: rgba(128, 128, 128, 0.2);
  background-image: none !important;
  background-size: cover;
  background-position: center;
  outline: 1px solid #707070;
  box-shadow: 0 0 14px rgba(112, 112, 112, 0.45);
}

.rl-thumb-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1);
  filter: blur(0);
  transition: transform 0.35s ease, filter 0.35s ease;
}

.rl-card:hover .rl-thumb-bg {
  transform: scale(1.06);
  filter: blur(2px);
}

.rl-thumb-empty {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.08);
}


.rl-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.6) 40%,
    rgba(0, 0, 0, 0.3) 70%,
    rgba(0, 0, 0, 0.05) 90%,
    rgba(0, 0, 0, 0) 100%
  );
  opacity: 0;
  transition: opacity 0.22s ease;
}

.rl-card:hover .rl-overlay {
  opacity: 1;
}

.rl-overlay::before,
.rl-overlay::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  opacity: 0;
  pointer-events: none;
}

.rl-overlay::before {
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
}

.rl-overlay::after {
  left: 0;
  width: 78%;
  background: #ff0000;
  transition: opacity 0.22s ease;
}

.rl-card:hover .rl-overlay::before,
.rl-card:hover .rl-overlay::after {
  opacity: 1;
}

.rl-overlay-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  width: 100%;
  height: 100%;
  padding: 0 16px 24px;
  text-align: center;
  color: #fff;
}

.rl-logo-img {
  display: block;
  width: auto;
  height: auto;
  max-width: 82%;
  max-height: 90px;
  margin: 0 auto;
  object-fit: contain;
}

.rl-logo-text {
  max-width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  word-break: keep-all;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
}

.rl-logo-title {
  display: -webkit-box;
  overflow: hidden;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0.04em;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.9);
  word-break: keep-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.rl-logo-title:lang(en) {
  font-family: 'Cinzel Decorative', serif;
}

.rl-thumb-logo-hover {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px;
  margin-bottom: 28px;
  text-align: center;
}

.rl-thumb-logo-hover .rl-logo-img {
  max-width: 72%;
  max-height: 96px;
}

.rl-thumb-logo-hover img {
  align-self: flex-end;
  margin-bottom: -30px;
}

.rl-thumb-logo-hover .rl-logo-title {
  position: absolute;
  top: 90%;
  font-size: 24px;
  transform: translateY(-50%);
}

.rl-stars {
  display: flex;
  justify-content: center;
  gap: 2px;
  font-size: 10px;
}

.rl-star.empty {
  opacity: 0.35;
}

.rl-star.half {
  position: relative;
  display: inline-block;
  width: 0.6em;
  overflow: hidden;
}

.rl-subject {
  display: -webkit-box;
  overflow: hidden;
  max-width: 100%;
  min-height: calc(1.15em * 2);
  margin-top: 2px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.15;
  word-break: keep-all;
  opacity: 0.85;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}


.rl-subtitle {
  font-family: "Paperozi", sans-serif;
  display: block;
  width: 22ch;
  max-width: 100%;
  margin: -10px auto 0;
  overflow: hidden;
  font-size: 10px;
  line-height: 1.55;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 0.7;
}


.rl-date {
  margin-top: -2px;
  font-size: 12px;
  opacity: 0.72;
}

.rl-btns {
  display: flex;
  gap: 6px;
  width: 100%;
  max-width: 150px;
  justify-content: center;
}

.rl-btn {
  font-family: "Paperozi", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  min-width: 0;
  height: 24px;
  box-sizing: border-box;
  padding: 0 6px;
  margin-bottom: 3px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.18s;
}

.rl-btn svg {
  flex: 0 0 auto;
  margin-right: 3px;
}


.rl-btn:hover {
  background: rgba(255, 255, 255, 0.18);
}

.rl-btn-play {
  color: #111;
  background: #fff;
  border-color: #fff;
}

.rl-btn-review {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.9);
}

.rl-card-title {
  display: none;
  padding: 8px 4px 0;
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
  word-break: keep-all;
  opacity: 0.85;
  transition: opacity 0.15s;
}

.rl-card-title:hover {
  opacity: 1;
}

.rl-fx {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px 0;
}

.rl-chk-all-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  font-size: 13px;
}

.rl-search {
  padding: 20px 0 0;
  border: none;
  text-align: center;
  opacity: 0.8;
}

.rl-search legend {
  font-size: 0;
}

.rl-search select,
.rl-search input,
.rl-search button {
  font-size: 13px;
}

@media (max-width: 768px) {
  .rl-logo-cinzel {
    font-size: 16px;
  }

  .rl-cat-tab {
    padding: 10px 14px;
    font-size: 13px;
  }

  .rl-grid {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .rl-header {
    flex-wrap: wrap;
  }

  .rl-header-logo {
    width: 100%;
    padding: 10px 0 6px;
  }

  .rl-cat-nav {
    padding-bottom: 6px;
  }

  .rl-cat-tab {
    padding: 6px 12px;
    font-size: 12px;
  }

  .rl-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .rl-section-head {
    font-size: 16px;
  }
}

.rl-thumb-logo-hover {
  overflow: visible;
}

.rl-thumb-logo-hover .rl-logo-title {
  display: -webkit-box;
  width: 100%;
  max-width: 100%;
  max-height: none;
  padding: 6px 8px;
  overflow: hidden;
  box-sizing: border-box;
  line-height: 1.08;
  text-align: center;
  white-space: normal;
  word-break: keep-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


.rl-thumb-logo-hover .rl-logo-title {
  left: 0;
  right: 0;
  margin: 0 auto;
}


.rl-thumb-logo-hover {
  height: 110px;
  margin-bottom: 20px;
}

.rl-thumb-logo-hover img {
  margin-bottom: -18px;
}


.rl-thumb-logo-before {
  z-index: 2;
}

.rl-overlay {
  z-index: 3;
}

.rl-list-wrap {
  padding: 0 0 40px;
  font-family: inherit;
}

.rl-cat-nav,
.rl-cat-tab,
.rl-logo-title,
.rl-logo-title:lang(en){
  font-family: inherit;
}

.rl-logo-cinzel {
  display: block;
  font-family: "Pinyon Script", "Paperozi", sans-serif;
  font-size: 28px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.02em;
}

.rl-section-head {
  display: block;
  margin: 0 0 10px;
  padding: 10px;
  font-family: "Paperozi", sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.ui-btn.admin {
	font-family: inherit !important;
}

.rl-stars {
	font-family: "Paperozi", sans-serif;
}

