    .tibiu-catagory-container {
      display: flex;
      flex-wrap: wrap;
    }

    .tibiu-catagory-col {
      flex: 1;
      min-width: 30%;
      padding-left: 18px;
	  padding-right: 5px;
      display: flex;
	  height: 39px;
	  line-height: 39px;
      align-items: center;
      justify-content: space-between;
      position: relative;
	  font-size:14px;
	  font-weight: 700;
	  color: rgb(99, 108, 115);
      transition: background-color 0.3s, color 0.3s;
    }
    .tibiu-catagory-col::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: -10px;
      width: 120%;
      border-bottom: 1px solid rgb(230, 232, 235);

    }
    .tibiu-catagory-col svg {
      width: 12px;
      height: 20px;
      fill: rgb(31, 140, 230);
      stroke-width: 1;
      margin-left: 6px;
    }
    .tibiu-catagory-col:hover {
      background-color: #ccc; /* 悬停时背景灰色 */
      color: white; /* 文字变白色 */
	  stroke: white;
    }

    .tibiu-catagory-col:active {
      background-color: #636C73; /* 按下时背景 #636C73 */
    }

    .tibiu-catagory-title {
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 700;
    color: black;
    border-bottom: 2px solid rgb(31, 124, 230);
	margin-top:10px;
    }
    .tibiu-catagory-title text{
      padding: 10px;
    }
	.tibiu-catagory-fenge{
    height: 10px;
    width: 120%;
	margin-left: -20px;
    background: rgb(240, 240, 240);
    }
	
	
	
	.tibiu-catagory-title1 {
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 700;
	margin-top:10px;
	border-bottom: 2px solid #2196F3;
    }
    .tibiu-catagory-title1 text{
      padding: 10px;
    }
	.custom-font-color {
        color: #9EA7AD;
        font-family: Font1, sans-serif;
    }

    .custom-font-style {
        color: #000000;
        font-family: Font2, sans-serif;
    }
	#catagoryCon1 {
	overflow:hidden;
	padding-bottom:0px;
	padding-top:.4rem;
	}

body.tibiu-category-index-page,
body.tibiu-discovery-page {
  background:
    radial-gradient(circle at top left, rgba(33, 150, 243, 0.12), transparent 32%),
    radial-gradient(circle at top right, rgba(12, 74, 110, 0.12), transparent 26%),
    linear-gradient(180deg, #f4f8fc 0%, #edf3f9 100%);
  color: #16202a;
}

body.tibiu-category-index-page .main,
body.tibiu-discovery-page .main {
  background: transparent;
}

body.tibiu-category-index-page #catagoryCon1,
body.tibiu-discovery-page #catagoryCon1 {
  overflow: visible;
  padding-top: 18px;
}

.tibiu-shell,
.tibiu-section-shell {
  width: min(1170px, calc(100% - 30px));
  margin: 0 auto;
  border-radius: 8px;
}

body.tibiu-category-index-page .tibiu-shell {
  display: grid;
  gap: 10px;
}

body.tibiu-discovery-page .tibiu-discovery-hero {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(22, 32, 42, 0.08);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(241, 248, 255, 0.98) 100%);
  box-shadow: 0 22px 46px rgba(24, 39, 56, 0.1);
}

body.tibiu-discovery-page .tibiu-discovery-hero::before {
  content: "";
  position: absolute;
  inset: auto -60px -80px auto;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(33, 150, 243, 0.16), transparent 72%);
  pointer-events: none;
}

body.tibiu-discovery-page .tibiu-discovery-hero-top {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}

body.tibiu-discovery-page .tibiu-discovery-back {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(22, 32, 42, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #30404f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(24, 39, 56, 0.06);
  cursor: pointer;
}

body.tibiu-discovery-page .tibiu-discovery-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(33, 150, 243, 0.1);
  color: #0f5e93;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.tibiu-discovery-page .tibiu-discovery-title {
  margin: 14px 0 0;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #12202d;
}

body.tibiu-discovery-page .tibiu-discovery-copy {
  margin-top: 12px;
  max-width: 760px;
  color: #5a6672;
  font-size: 15px;
  line-height: 1.8;
}

body.tibiu-category-index-page .tibiu-category-search-box {
  appearance: none;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 14px;
  width: auto;
  min-height: 86px;
  margin-bottom: 18px;
  padding: 0 22px 0 24px;
  border: 1px solid rgba(22, 32, 42, 0.08);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 248, 255, 0.98) 100%);
  box-shadow: 0 22px 46px rgba(24, 39, 56, 0.1);
  text-align: left;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

body.tibiu-category-index-page .tibiu-category-search-box:hover,
body.tibiu-category-index-page .tibiu-category-search-box:focus-visible {
  border-color: rgba(33, 150, 243, 0.2);
  box-shadow: 0 24px 48px rgba(24, 39, 56, 0.13);
  transform: translateY(-1px);
  outline: none;
}

body.tibiu-category-index-page .tibiu-category-search-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background: rgba(33, 150, 243, 0.1);
  color: #2196f3;
  flex: none;
}

body.tibiu-category-index-page .tibiu-category-search-content {
  min-width: 0;
  display: grid;
  gap: 4px;
  flex: 1 1 auto;
}

body.tibiu-category-index-page .tibiu-category-search-caption {
  display: block;
  color: #6b7a86;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.tibiu-category-index-page .tibiu-category-search-input {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #142331;
  font-size: 17px;
  font-weight: 700;
  outline: none;
  pointer-events: none;
}

body.tibiu-category-index-page .tibiu-category-search-input::placeholder {
  color: #8a98a5;
  font-weight: 500;
}

body.tibiu-category-index-page .tibiu-category-search-clear {
  justify-self: start;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(22, 32, 42, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #485867;
  font-size: 13px;
  font-weight: 700;
}

body.tibiu-category-index-page .tibiu-category-search-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(22, 32, 42, 0.05);
  color: #5b6975;
  flex: none;
}

body.tibiu-category-index-page .tibiu-category-title-note {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(22, 32, 42, 0.05);
  color: #6b7a87;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

body.tibiu-category-index-page .tibiu-category-stage {
  border: 1px solid rgba(22, 32, 42, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 40px rgba(24, 39, 56, 0.08);
  overflow: hidden;
}

body.tibiu-category-index-page .tibiu-category-stage-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 22px 18px;
  border-bottom: 1px solid rgba(22, 32, 42, 0.08);
  background: linear-gradient(180deg, rgba(246, 250, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 100%);
}

body.tibiu-category-index-page .tibiu-category-stage-copy {
  min-width: 0;
  display: grid;
  gap: 6px;
}

body.tibiu-category-index-page .tibiu-category-stage-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  width: fit-content;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(33, 150, 243, 0.08);
  color: #0f5e93;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.tibiu-category-index-page .tibiu-category-stage-title {
  margin: 0;
  color: #13212e;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.03em;
}

body.tibiu-category-index-page .tibiu-category-stage-meta {
  display: block;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #5d6b77;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
}

body.tibiu-category-index-page .tibiu-category-groups {
  display: grid;
  gap: 18px;
  padding: 22px;
}

body.tibiu-category-index-page .tibiu-category-group {
  border: 1px solid rgba(22, 32, 42, 0.08);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.96) 100%);
  box-shadow: 0 14px 28px rgba(24, 39, 56, 0.06);
  overflow: hidden;
}

body.tibiu-category-index-page .tibiu-catagory-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin: 0;
  padding: 18px 20px 16px;
  border: 0;
  background: linear-gradient(180deg, rgba(244, 249, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 100%);
  font-size: 20px;
  color: #13212e;
}

body.tibiu-category-index-page .tibiu-category-title-main {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

body.tibiu-category-index-page .tibiu-category-title-side {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
  flex: none;
}

body.tibiu-category-index-page .tibiu-category-title-count {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(33, 150, 243, 0.08);
  color: #0f5e93;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

body.tibiu-category-index-page .tibiu-catagory-title .custom-font-style {
  color: #6d7a87;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.tibiu-category-index-page .tibiu-catagory-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 0 18px 18px;
}

body.tibiu-category-index-page .tibiu-catagory-col {
  min-width: 0;
  min-height: 72px;
  padding: 16px 18px;
  border: 1px solid rgba(22, 32, 42, 0.08);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 10px 20px rgba(24, 39, 56, 0.04);
  color: #1d2b39;
  font-size: 15px;
  line-height: 1.5;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

body.tibiu-category-index-page .tibiu-catagory-col::after {
  display: none;
}

body.tibiu-category-index-page .tibiu-catagory-col svg {
  width: 16px;
  height: 16px;
  margin-left: 12px;
  fill: #2196f3;
  flex: none;
}

body.tibiu-category-index-page .tibiu-catagory-col:hover {
  background: linear-gradient(135deg, #2196f3 0%, #0f6ec9 100%);
  color: #fff;
  box-shadow: 0 16px 28px rgba(33, 150, 243, 0.22);
  transform: translateY(-1px);
}

body.tibiu-category-index-page .tibiu-catagory-col:hover svg {
  fill: #fff;
}

body.tibiu-category-index-page .tibiu-catagory-col:active {
  background: linear-gradient(135deg, #1c7ed6 0%, #0b5ea9 100%);
}

body.tibiu-category-index-page .tibiu-category-entry {
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  border: 0;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

body.tibiu-category-index-page .tibiu-category-entry-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}

body.tibiu-category-index-page .tibiu-category-entry-name {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body.tibiu-category-index-page .tibiu-category-entry-meta {
  display: block;
  color: #758392;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.tibiu-category-index-page .tibiu-category-entry-side {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: none;
}

body.tibiu-category-index-page .tibiu-category-entry-count {
  min-width: 42px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(33, 150, 243, 0.08);
  color: #0f5e93;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

body.tibiu-category-index-page .tibiu-category-entry-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

body.tibiu-category-index-page .tibiu-catagory-col:hover .tibiu-category-entry-meta,
body.tibiu-category-index-page .tibiu-catagory-col:hover .tibiu-category-entry-count {
  color: #fff;
}

body.tibiu-category-index-page .tibiu-catagory-col:hover .tibiu-category-entry-count {
  background: rgba(255, 255, 255, 0.16);
}

body.tibiu-category-index-page .tibiu-category-group--skeleton {
  pointer-events: none;
}

body.tibiu-category-index-page .tibiu-catagory-col--skeleton {
  cursor: default;
}

body.tibiu-category-index-page .tibiu-catagory-col--skeleton:hover,
body.tibiu-category-index-page .tibiu-catagory-col--skeleton:active {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 10px 20px rgba(24, 39, 56, 0.04);
  color: #1d2b39;
  transform: none;
}

body.tibiu-category-index-page .tibiu-category-skeleton {
  display: block;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(224, 232, 239, 0.92) 0%, rgba(245, 248, 251, 0.98) 50%, rgba(224, 232, 239, 0.92) 100%);
  background-size: 200% 100%;
  animation: tibiu-category-skeleton 1.4s ease-in-out infinite;
}

body.tibiu-category-index-page .tibiu-category-skeleton--title {
  width: 160px;
  height: 20px;
}

body.tibiu-category-index-page .tibiu-category-skeleton--chip {
  width: 56px;
  height: 14px;
}

body.tibiu-category-index-page .tibiu-category-skeleton--line {
  width: 58%;
  height: 14px;
}

body.tibiu-category-index-page .tibiu-category-skeleton--count {
  width: 42px;
  height: 22px;
}

body.tibiu-category-index-page .tibiu-category-empty {
  padding: 42px 26px;
  border: 1px dashed rgba(22, 32, 42, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.75);
  text-align: center;
}

body.tibiu-category-index-page .tibiu-category-empty-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 14px;
  border-radius: 20px;
  background: rgba(33, 150, 243, 0.08);
  color: #2196f3;
}

body.tibiu-category-index-page .tibiu-category-empty-title {
  margin: 0;
  color: #142331;
  font-size: 22px;
  font-weight: 800;
}

body.tibiu-category-index-page .tibiu-category-empty-copy {
  margin: 10px auto 0;
  max-width: 420px;
  color: #60707d;
  font-size: 14px;
  line-height: 1.7;
}

.tibiu-category-search-modal {
  display: grid;
  gap: 14px;
  text-align: left;
}

.tibiu-category-search-modal-box {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 16px;
  border: 1px solid rgba(22, 32, 42, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 249, 253, 0.94) 100%);
}

.tibiu-category-search-modal-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2196f3;
  flex: none;
}

.tibiu-category-search-modal-input {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #142331;
  font-size: 15px;
  font-weight: 600;
  outline: none;
}

.tibiu-category-search-modal-summary {
  color: #5e6c79;
  font-size: 13px;
  line-height: 1.6;
}

.tibiu-category-search-modal-results {
  min-height: 120px;
  max-height: min(56vh, 540px);
  overflow: auto;
  padding-right: 2px;
}

.tibiu-category-search-list {
  display: grid;
  gap: 10px;
}

.tibiu-category-search-result {
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  min-height: 66px;
  padding: 14px 16px;
  border: 1px solid rgba(22, 32, 42, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  color: #1d2b39;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.24s ease, color 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
}

.tibiu-category-search-result:hover {
  background: linear-gradient(135deg, #2196f3 0%, #0f6ec9 100%);
  color: #fff;
  box-shadow: 0 16px 28px rgba(33, 150, 243, 0.22);
  transform: translateY(-1px);
}

.tibiu-category-search-result:hover .tibiu-category-search-result-meta,
.tibiu-category-search-result:hover .tibiu-category-search-result-count {
  color: #fff;
}

.tibiu-category-search-result:hover .tibiu-category-search-result-count {
  background: rgba(255, 255, 255, 0.16);
}

.tibiu-category-search-result:hover svg {
  fill: #fff;
}

.tibiu-category-search-result-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.tibiu-category-search-result-name {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
  font-weight: 700;
}

.tibiu-category-search-result-meta {
  display: block;
  color: #73818f;
  font-size: 12px;
  font-weight: 600;
}

.tibiu-category-search-result-side {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: none;
}

.tibiu-category-search-result-count {
  min-width: 42px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(33, 150, 243, 0.08);
  color: #0f5e93;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.tibiu-category-search-result-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tibiu-category-search-empty {
  padding: 18px 16px;
  border: 1px dashed rgba(22, 32, 42, 0.12);
  border-radius: 18px;
  background: rgba(247, 250, 253, 0.9);
}

.tibiu-category-search-empty strong {
  display: block;
  color: #13212e;
  font-size: 15px;
  font-weight: 800;
}

.tibiu-category-search-empty p {
  margin: 8px 0 0;
  color: #61717f;
  font-size: 13px;
  line-height: 1.7;
}

body.tibiu-category-index-page .tibiu-catagory-fenge {
  display: none;
}

@keyframes tibiu-category-skeleton {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

body.tibiu-discovery-page .tibiu-discovery-stage {
  padding-top: 8px;
}

body.tibiu-discovery-page .tibiu-discovery-hero {
  padding: 22px 22px 18px;
  margin-bottom: 16px;
}

body.tibiu-discovery-page .container240108 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 12px;
  min-height: 58px;
  margin-top: 0;
  padding: 10px 12px 10px 14px;
  border: 1px solid rgba(22, 32, 42, 0.08);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(246, 250, 255, 0.94) 100%);
  box-shadow: 0 12px 24px rgba(24, 39, 56, 0.05);
}

body.tibiu-discovery-page .tibiu-discovery-results > .container240108 {
  margin-bottom: 18px;
}

body.tibiu-discovery-page .tibiu-discovery-crumbs {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  min-width: 0;
  overflow: hidden;
}

body.tibiu-discovery-page .tibiu-discovery-hero-top .tibiu-discovery-crumbs {
  flex: 1 1 260px;
  min-width: min(100%, 260px);
}

body.tibiu-discovery-page .tibiu-discovery-crumb-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: none;
  margin-left: auto;
}

body.tibiu-discovery-page .tibiu-discovery-crumb-separator {
  color: #8ea0b1;
  flex: none;
}

body.tibiu-discovery-page .tibiu-discovery-crumb-separator ti-icon {
  display: inline-flex;
}

body.tibiu-discovery-page .left-text240108,
body.tibiu-discovery-page .black-text240108 {
  line-height: 1.4;
}

body.tibiu-discovery-page .left-text240108 {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(22, 32, 42, 0.05);
  color: #6f7d89;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

body.tibiu-discovery-page .black-text240108 {
  color: #16202a;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  min-width: 0;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(33, 150, 243, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  color: #16202a;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.tibiu-discovery-page .tibiu-discovery-inline-switch {
  min-width: 0;
  flex: 1 1 0;
  min-height: 46px;
  padding: 10px 12px 10px 14px;
  border: 1px solid rgba(22, 32, 42, 0.08);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 247, 251, 0.96) 100%);
  color: #16202a;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(24, 39, 56, 0.05);
}

body.tibiu-discovery-page .tibiu-discovery-inline-switch__content {
  min-width: 0;
  display: grid;
  gap: 2px;
}

body.tibiu-discovery-page .tibiu-discovery-inline-switch__eyebrow {
  color: #7b8893;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.tibiu-discovery-page .tibiu-discovery-inline-switch__value {
  color: #16202a;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.tibiu-discovery-page .tibiu-discovery-inline-switch__arrow {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  border-radius: 12px;
  background: rgba(22, 32, 42, 0.05);
  color: #5f6d79;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.tibiu-discovery-page .tibiu-discovery-inline-switch__arrow ti-icon:not(.ti-icon--btn) {
  width: 16px;
  height: 16px;
}

body.tibiu-discovery-page .tibiu-discovery-tool-btn {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(22, 32, 42, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 18px rgba(24, 39, 56, 0.06);
  color: #2e3a46;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

body.tibiu-discovery-page .tibiu-discovery-tool-btn img,
body.tibiu-discovery-page .tibiu-discovery-tool-btn ti-icon:not(.ti-icon--btn) {
  width: 18px;
  height: 18px;
  display: block;
}

body.tibiu-discovery-page #toggleButton240112 {
  padding: 0;
}

body.tibiu-discovery-page .tibiu-discovery-filter {
  display: grid;
  gap: 16px;
  text-align: left;
}

body.tibiu-discovery-page .tibiu-discovery-filter__group {
  display: grid;
  gap: 10px;
}

body.tibiu-discovery-page .tibiu-discovery-filter__group-title {
  color: #2b3a48;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

body.tibiu-discovery-page .tibiu-discovery-filter__group-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.tibiu-discovery-page .tibiu-discovery-filter__option {
  min-width: 88px;
  min-height: 42px;
  padding: 10px 14px 10px 12px;
  border: 1px solid rgba(22, 32, 42, 0.08);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(244, 247, 251, 0.96) 100%);
  color: #52606d;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  text-align: left;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

body.tibiu-discovery-page .tibiu-discovery-filter__option-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  border-radius: 999px;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(22, 32, 42, 0.06);
  transition: background 0.2s ease, transform 0.2s ease;
}

body.tibiu-discovery-page .tibiu-discovery-filter__option-icon img {
  width: 12px;
  height: 12px;
  display: block;
  opacity: 0;
  transition: opacity 0.2s ease;
}

body.tibiu-discovery-page .tibiu-discovery-filter__option-label {
  min-width: 0;
  flex: 1;
}

body.tibiu-discovery-page .tibiu-discovery-filter__option:hover {
  transform: translateY(-1px);
  border-color: rgba(33, 150, 243, 0.28);
  box-shadow: 0 10px 18px rgba(24, 39, 56, 0.1);
}

body.tibiu-discovery-page .tibiu-discovery-filter__option.is-active {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #1f8fff 0%, #0d63c5 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 16px 28px rgba(15, 110, 201, 0.28);
}

body.tibiu-discovery-page .tibiu-discovery-filter__option.is-active .tibiu-discovery-filter__option-icon {
  display: inline-flex;
  background: rgba(255, 255, 255, 0.18);
  transform: scale(1.04);
}

body.tibiu-discovery-page .tibiu-discovery-filter__option.is-active .tibiu-discovery-filter__option-icon img {
  opacity: 1;
}

body.tibiu-discovery-page .tibiu-discovery-filter__option.is-active:hover {
  box-shadow: 0 18px 32px rgba(15, 110, 201, 0.34);
}

body.tibiu-discovery-page .tibiu-discovery-panel {
  width: min(1170px, calc(100% - 30px));
  margin: 0 auto;
  padding: 0 0 110px;
  background: transparent;
}

body.tibiu-discovery-page .tibiu-discovery-panel > .tibiu-section-shell {
  margin: 0;
  width: 100%;
}

body.tibiu-discovery-page .tibiu-discovery-content {
  padding-bottom: 0;
}

body.tibiu-discovery-page .tibiu-discovery-results {
  border: 1px solid rgba(22, 32, 42, 0.08);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 20px 42px rgba(24, 39, 56, 0.08);
  padding: 18px;
}

body.tibiu-discovery-page.is-discovery-fullscreen {
  overflow: hidden;
}

body.tibiu-discovery-page .tibiu-section-shell.is-discovery-fullscreen {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1260;
  width: 100vw;
  max-width: none;
  height: 100vh;
  height: 100dvh;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: #f4f8fc;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: none;
  box-shadow: 0 0 0 1px rgba(22, 32, 42, 0.06), 0 24px 80px rgba(24, 39, 56, 0.2);
}

body.tibiu-discovery-page .tibiu-section-shell.is-discovery-fullscreen .tibiu-discovery-results {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 14px max(14px, env(safe-area-inset-left)) 18px max(14px, env(safe-area-inset-right));
  background: #f4f8fc;
}

body.tibiu-discovery-page .tibiu-section-shell.is-discovery-fullscreen .tibiu-discovery-results-toolbar {
  position: sticky;
  top: 0;
  z-index: 8;
  margin: 0 0 14px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 28px rgba(24, 39, 56, 0.1);
}

body.tibiu-discovery-page .tibiu-section-shell.is-discovery-fullscreen .nav240115 {
  flex: 0 0 auto;
  margin: 0;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid rgba(22, 32, 42, 0.08);
}

body.tibiu-discovery-page .tibiu-section-shell.is-discovery-fullscreen #toggleFullscreen240112 {
  border-color: rgba(33, 150, 243, 0.24);
  background: rgba(33, 150, 243, 0.1);
  color: #0f6ec9;
}

body.tibiu-discovery-page .pageofcate240114 {
  display: grid;
  gap: 14px;
  min-height: 200px;
}

body.tibiu-discovery-page .tibiu-discovery-card {
  display: grid;
  grid-template-columns: 48px 64px minmax(0, 1fr) 18px;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(22, 32, 42, 0.08);
  box-shadow: 0 10px 20px rgba(24, 39, 56, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
}

body.tibiu-discovery-page .tibiu-discovery-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 34px rgba(24, 39, 56, 0.1);
  border-color: rgba(33, 150, 243, 0.18);
}

body.tibiu-discovery-page .tibiu-discovery-rank {
  display: grid;
  justify-items: center;
  gap: 2px;
  min-width: 0;
}

body.tibiu-discovery-page .tibiu-discovery-rank-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: linear-gradient(135deg, #2196f3 0%, #0f6ec9 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 10px 18px rgba(33, 150, 243, 0.2);
}

body.tibiu-discovery-page .tibiu-discovery-rank-label {
  color: #7d8b97;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

body.tibiu-discovery-page .tibiu-discovery-cover,
body.tibiu-discovery-page .image-up231216 {
  width: 64px;
  height: 88px;
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 22px rgba(14, 22, 32, 0.14);
}

body.tibiu-discovery-page .tibiu-discovery-cover img,
body.tibiu-discovery-page .image-up231216 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.tibiu-discovery-page .tibiu-discovery-main {
  min-width: 0;
}

body.tibiu-discovery-page .tibiu-discovery-main-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

body.tibiu-discovery-page .comic-name-up231216 {
  max-width: none;
  margin: 0;
  color: #172330;
  font-size: 15px;
  line-height: 1.32;
  font-weight: 800;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

body.tibiu-discovery-page .tibiu-discovery-status {
  flex: none;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  max-width: 86px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(33, 150, 243, 0.1);
  color: #0f6ec9;
  font-size: 11px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.tibiu-discovery-page .tibiu-discovery-tags {
  margin-top: 5px;
  color: #65727f;
  font-size: 12px;
  line-height: 1.45;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.tibiu-discovery-page .tibiu-discovery-meta {
  display: flex;
  flex-wrap: nowrap;
  gap: 5px 6px;
  margin-top: 6px;
  overflow: hidden;
}

body.tibiu-discovery-page .tibiu-discovery-meta span {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  min-height: 23px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(22, 32, 42, 0.05);
  color: #596673;
  font-size: 11px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.tibiu-discovery-page .tibiu-discovery-adult-tag {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  margin-left: 8px;
  padding: 0 7px;
  border-radius: 999px;
  background: #fdeaea;
  color: #d46a6a;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

body.tibiu-discovery-page .tibiu-discovery-arrow {
  color: #9aa7b3;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

body.tibiu-discovery-page .tibiu-catagory-fenge1 {
  display: none;
}

body.tibiu-discovery-page .nav240115 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 0;
  padding: 6px 0 2px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.tibiu-discovery-page .fig-1a2neb2 {
  appearance: none;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid #e4e9ef;
  border-radius: 50%;
  background: #fff;
  box-shadow: none;
  color: #8c98a5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.18s ease, color 0.18s ease, background-color 0.18s ease;
}

body.tibiu-discovery-page .fig-1a2neb2:hover {
  border-color: #cfd8e3;
  color: #52606d;
  background: #fbfdff;
}

body.tibiu-discovery-page .fig-106wouo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

body.tibiu-discovery-page .fig-1a2neb2 ti-icon,
body.tibiu-discovery-page .fig-1a2neb2 svg,
body.tibiu-discovery-page .fig-1a2neb2 img {
  --ti-icon-size: 18px;
  width: 18px;
  height: 18px;
}

body.tibiu-discovery-page .fig-109s8n4,
body.tibiu-discovery-page .fig-1y5qzww {
  min-width: 22px;
  height: 38px;
  padding: 0 4px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #607080;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

body.tibiu-discovery-page .fig-1y5qzww {
  background: transparent;
  color: #000;
  font-weight: 800;
}

body.tibiu-discovery-page .tibiu-discovery-empty {
  padding: 54px 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(248, 251, 255, 0.96) 0%, rgba(255, 255, 255, 0.96) 100%);
  text-align: center;
}

body.tibiu-discovery-page .tibiu-discovery-empty img {
  width: 108px;
  height: 108px;
  margin: 0 auto;
}

body.tibiu-discovery-page .tibiu-discovery-empty p {
  margin-top: 16px;
  color: #63707d;
  font-size: 14px;
}

body.tibiu-discovery-page .tibiu-discovery-skeleton {
  display: grid;
  grid-template-columns: 48px 64px minmax(0, 1fr) 18px;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(22, 32, 42, 0.08);
}

body.tibiu-discovery-page .tibiu-discovery-skeleton-rank,
body.tibiu-discovery-page .tibiu-discovery-skeleton-cover,
body.tibiu-discovery-page .tibiu-discovery-skeleton-line {
  position: relative;
  overflow: hidden;
  background: #e9eff5;
}

body.tibiu-discovery-page .tibiu-discovery-skeleton-rank::after,
body.tibiu-discovery-page .tibiu-discovery-skeleton-cover::after,
body.tibiu-discovery-page .tibiu-discovery-skeleton-line::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.82), transparent);
  animation: tibiuCategoryShimmer 1.4s infinite;
}

body.tibiu-discovery-page .tibiu-discovery-skeleton-rank {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border-radius: 14px;
}

body.tibiu-discovery-page .tibiu-discovery-skeleton-cover {
  width: 64px;
  height: 88px;
  border-radius: 12px;
}

body.tibiu-discovery-page .tibiu-discovery-skeleton-copy {
  display: grid;
  gap: 10px;
}

body.tibiu-discovery-page .tibiu-discovery-skeleton-line {
  height: 14px;
  border-radius: 999px;
}

body.tibiu-discovery-page .tibiu-discovery-skeleton-line.title {
  width: 65%;
  height: 16px;
}

body.tibiu-discovery-page .tibiu-discovery-skeleton-line.short {
  width: 38%;
}

@keyframes tibiuCategoryShimmer {
  100% {
    transform: translateX(100%);
  }
}

@media (max-width: 980px) {
  body.tibiu-category-index-page .tibiu-catagory-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .tibiu-shell,
  .tibiu-section-shell {
    width: calc(100% - 30px);
  }

  body.tibiu-discovery-page .tibiu-discovery-hero {
    border-radius: 22px;
  }

  body.tibiu-category-index-page .tibiu-category-search-box {
    min-height: 64px;
    padding: 0 14px 0 16px;
    border-radius: 18px;
  }

  body.tibiu-category-index-page .tibiu-category-stage {
    border-radius: 24px;
  }

  body.tibiu-category-index-page .tibiu-category-stage-head {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 18px 16px;
  }

  body.tibiu-category-index-page .tibiu-catagory-container {
    grid-template-columns: minmax(0, 1fr);
    padding: 0 14px 14px;
  }

  body.tibiu-category-index-page .tibiu-catagory-title {
    padding: 16px 16px 12px;
    font-size: 18px;
    flex-wrap: wrap;
  }

  body.tibiu-category-index-page .tibiu-catagory-col {
    min-height: 62px;
    padding: 14px 16px;
  }

  body.tibiu-category-index-page .tibiu-category-entry-meta {
    font-size: 11px;
  }

  body.tibiu-category-index-page .tibiu-category-title-note {
    white-space: normal;
  }

  body.tibiu-category-index-page .tibiu-category-title-side {
    width: 100%;
    justify-content: flex-start;
  }

  body.tibiu-category-index-page .tibiu-category-groups {
    padding: 16px;
  }

  body.tibiu-discovery-page .tibiu-discovery-hero {
    padding: 18px 16px 16px;
  }

  body.tibiu-discovery-page .black-text240108 {
    font-size: 14px;
  }

  body.tibiu-discovery-page .tibiu-discovery-inline-switch {
    flex: 1 1 auto;
  }

  body.tibiu-discovery-page .tibiu-discovery-results {
    padding: 14px;
    border-radius: 22px;
  }

  body.tibiu-discovery-page .tibiu-discovery-card,
  body.tibiu-discovery-page .tibiu-discovery-skeleton {
    grid-template-columns: 38px 54px minmax(0, 1fr) 14px;
    gap: 9px;
    padding: 10px;
  }

  body.tibiu-discovery-page .tibiu-discovery-rank {
    justify-items: center;
    grid-auto-flow: row;
    justify-content: center;
    gap: 1px;
  }

  body.tibiu-discovery-page .tibiu-discovery-main-top {
    flex-direction: row;
    align-items: flex-start;
    gap: 6px;
  }

  body.tibiu-discovery-page .tibiu-discovery-arrow {
    display: block;
  }

  body.tibiu-discovery-page .tibiu-discovery-rank-number {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    font-size: 14px;
  }

  body.tibiu-discovery-page .tibiu-discovery-rank-label {
    font-size: 8px;
  }

  body.tibiu-discovery-page .tibiu-discovery-cover,
  body.tibiu-discovery-page .image-up231216 {
    width: 54px;
    height: 74px;
    border-radius: 10px;
  }

  body.tibiu-discovery-page .tibiu-discovery-skeleton-rank {
    width: 34px;
    height: 34px;
    border-radius: 12px;
  }

  body.tibiu-discovery-page .tibiu-discovery-skeleton-cover {
    width: 54px;
    height: 74px;
    border-radius: 10px;
  }

  body.tibiu-discovery-page .comic-name-up231216 {
    font-size: 14px;
    line-height: 1.28;
  }

  body.tibiu-discovery-page .tibiu-discovery-status {
    max-width: 68px;
    min-height: 22px;
    padding: 0 7px;
    font-size: 10px;
  }

  body.tibiu-discovery-page .tibiu-discovery-tags {
    margin-top: 4px;
    font-size: 11px;
  }

  body.tibiu-discovery-page .tibiu-discovery-meta {
    margin-top: 5px;
    gap: 4px;
  }

  body.tibiu-discovery-page .tibiu-discovery-meta span {
    min-height: 21px;
    padding: 0 7px;
    font-size: 10px;
  }

  body.tibiu-discovery-page .nav240115 {
    margin-top: 14px;
    padding: 4px 0 0;
  }
}

body.tibiu-category-index-page .tibiu-category-groups {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
  gap: 0;
  padding: 0;
  border: 1px solid #dde4eb;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}

body.tibiu-category-index-page .tibiu-category-group {
  min-width: 0;
  border: 0;
  border-right: 1px solid #dde4eb;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

body.tibiu-category-index-page .tibiu-category-group:last-child {
  border-right: 0;
}

body.tibiu-category-index-page .tibiu-catagory-title {
  display: block;
  margin: 18px 14px 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
}

body.tibiu-category-index-page .tibiu-category-title-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 3px;
  background: #1f8fe5;
  color: #fff;
}

body.tibiu-category-index-page .tibiu-category-title-main::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
  flex: none;
}

body.tibiu-category-index-page .tibiu-catagory-title .custom-font-style,
body.tibiu-category-index-page .tibiu-category-title-side,
body.tibiu-category-index-page .tibiu-category-entry-meta,
body.tibiu-category-index-page .tibiu-category-groups .tibiu-category-entry-count {
  display: none;
}

body.tibiu-category-index-page .tibiu-catagory-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  padding: 0 14px 18px;
}

body.tibiu-category-index-page .tibiu-catagory-col {
  min-height: 29px;
  padding: 0 2px 0 10px;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  color: #56636e;
  font-size: 12px;
  line-height: 29px;
  font-weight: 500;
  transition: color 0.16s ease, background-color 0.16s ease;
}

body.tibiu-category-index-page .tibiu-catagory-col::after {
  display: none;
}

body.tibiu-category-index-page .tibiu-category-entry {
  gap: 8px;
}

body.tibiu-category-index-page .tibiu-category-entry-copy {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

body.tibiu-category-index-page .tibiu-category-entry-name {
  min-width: 0;
  color: inherit;
}

body.tibiu-category-index-page .tibiu-category-entry-total {
  flex: none;
  color: #87939e;
  font-size: 11px;
  font-weight: 600;
}

body.tibiu-category-index-page .tibiu-category-entry-side {
  gap: 0;
}

body.tibiu-category-index-page .tibiu-category-entry-arrow {
  color: #1f8fe5;
}

body.tibiu-category-index-page .tibiu-catagory-col svg {
  width: 13px;
  height: 13px;
  margin-left: 0;
  fill: currentColor;
}

body.tibiu-category-index-page .tibiu-catagory-col:hover,
body.tibiu-category-index-page .tibiu-catagory-col:active {
  background: #eef7ff;
  color: #111;
  box-shadow: none;
  transform: none;
}

body.tibiu-category-index-page .tibiu-catagory-col:hover svg {
  fill: currentColor;
}

body.tibiu-category-index-page .tibiu-category-group--skeleton .tibiu-catagory-title {
  margin: 18px 14px 10px;
}

body.tibiu-category-index-page .tibiu-category-group--skeleton .tibiu-category-title-main::after {
  display: none;
}

@media (max-width: 760px) {
  body.tibiu-category-index-page .tibiu-category-groups {
    display: block;
    border-width: 0 1px;
    border-radius: 0;
  }

  body.tibiu-category-index-page .tibiu-category-group {
    border-right: 0;
    border-bottom: 10px solid #f0f0f0;
  }

  body.tibiu-category-index-page .tibiu-category-group:last-child {
    border-bottom: 0;
  }

  body.tibiu-category-index-page .tibiu-catagory-title {
    margin: 0;
    padding: 10px 10px 9px;
    border-bottom: 2px solid #1f8fe5;
    font-size: 14px;
  }

  body.tibiu-category-index-page .tibiu-category-title-main {
    display: block;
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #111;
  }

  body.tibiu-category-index-page .tibiu-category-title-main::after {
    display: none;
  }

  body.tibiu-category-index-page .tibiu-catagory-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0;
  }

  body.tibiu-category-index-page .tibiu-catagory-col {
    min-height: 39px;
    padding: 0 9px 0 10px;
    border-bottom: 1px solid #e4e8ec;
    color: #56636e;
    font-size: 13px;
    line-height: 39px;
    font-weight: 800;
  }

  body.tibiu-category-index-page .tibiu-catagory-col:nth-child(odd) {
    border-right: 1px solid #e4e8ec;
  }

  body.tibiu-category-index-page .tibiu-category-entry-side {
    min-width: 18px;
    justify-content: flex-end;
  }
}

body.tibiu-discovery-page .pageofcate240114 {
  display: grid;
  gap: 0;
  min-height: 200px;
  background: #fff;
}

body.tibiu-discovery-page .tibiu-discovery-card {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  min-height: 132px;
  padding: 20px 4px 20px 0;
  border: 0;
  border-bottom: 1px solid #edf0f3;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  color: #111;
  cursor: pointer;
  transition: background-color 0.16s ease;
}

body.tibiu-discovery-page .tibiu-discovery-card:hover {
  transform: none;
  box-shadow: none;
  border-color: #edf0f3;
  background: #fafcff;
}

body.tibiu-discovery-page .tibiu-discovery-rank,
body.tibiu-discovery-page .tibiu-discovery-arrow,
body.tibiu-discovery-page .tibiu-discovery-status,
body.tibiu-discovery-page .tibiu-discovery-meta {
  display: none;
}

body.tibiu-discovery-page .tibiu-discovery-cover,
body.tibiu-discovery-page .image-up231216 {
  position: relative;
  width: 78px;
  height: 112px;
  margin: 0;
  border: 1px solid #e4e8ec;
  border-radius: 4px;
  overflow: hidden;
  background: #f7f8fa;
  box-shadow: none;
}

body.tibiu-discovery-page .tibiu-discovery-cover img,
body.tibiu-discovery-page .image-up231216 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.tibiu-discovery-page .tibiu-discovery-cover-badge {
  display: none;
}

body.tibiu-discovery-page .tibiu-discovery-main {
  min-width: 0;
  padding-top: 1px;
}

body.tibiu-discovery-page .tibiu-discovery-main-top {
  display: block;
}

body.tibiu-discovery-page .comic-name-up231216 {
  display: block;
  margin: 0;
  color: #111;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.tibiu-discovery-page .tibiu-discovery-tags,
body.tibiu-discovery-page .tibiu-discovery-chapters {
  margin: 2px 0 0;
  color: #707780;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.tibiu-discovery-page .tibiu-discovery-rating {
  margin: 3px 0 0;
  color: #e34242;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
}

body.tibiu-discovery-page .tibiu-discovery-rating span {
  margin-left: 2px;
  color: #6b737c;
  font-size: 12px;
  font-weight: 500;
}

body.tibiu-discovery-page .tibiu-discovery-links {
  display: grid;
  gap: 1px;
  margin: 1px 0 0;
  color: #1688ff;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 500;
}

body.tibiu-discovery-page .tibiu-discovery-links span {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body.tibiu-discovery-page .tibiu-discovery-skeleton {
  grid-template-columns: 78px minmax(0, 1fr);
  min-height: 132px;
  padding: 20px 4px 20px 0;
  border: 0;
  border-bottom: 1px solid #edf0f3;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

body.tibiu-discovery-page .tibiu-discovery-skeleton-rank {
  display: none;
}

body.tibiu-discovery-page .tibiu-discovery-skeleton-cover {
  width: 78px;
  height: 112px;
  border-radius: 4px;
}
