.area-cover-custom {
margin-bottom: 56px;
}

.tcover-host {
--meta-icon-color: #9ca3af;
  --meta-icon-size: 14px;
  --meta-text-color: #6b7280;
  --meta-link-color: #4b5563;
  --meta-link-hover-color: #111827;
  --meta-category-bg: #f3f4f6;
  --meta-category-text: #374151;
  --meta-category-border: #e5e7eb;
  --cover-thumb-ratio: 1 / 1;
  --cover-wide-ratio: 16 / 9;
  --cover-rect-ratio: 4 / 3;
}

.tcover-top-cover-area {
display: none;
  width: 100%;
}

.tcover-top-cover-area.has-top-cover {
display: block;
  margin-top: 78px;
}

.tcover-top-cover-area.has-top-cover + #container {
margin-top: 32px;
}

.tcover-top-cover-area .area-cover-custom {
margin: 0 auto 56px;
  max-width: 1200px;
  padding: 0 24px;
  box-sizing: border-box;
}

.tcover-top-cover-area .area-cover-custom:last-child {
margin-bottom: 0;
}

.tcover-top-cover-area .area-cover-custom.is-top-fullwidth {
max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.tcover-top-cover-area .area-cover-custom.is-top-left-bleed {
overflow: visible;
}

@media (max-width: 768px) {
.tcover-top-cover-area.has-top-cover {
margin-top: 40px;
}

.tcover-top-cover-area.has-top-cover + #container {
margin-top: 24px;
}

.tcover-top-cover-area .area-cover-custom {
margin-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
}

.tcover-top-cover-area .area-cover-custom.is-top-fullwidth {
padding-left: 0;
    padding-right: 0;
}
}

.tcover-host .cover {
margin-bottom: 0;
}

.tcover-host .cover-title {
margin: 0;
}

.article-type-common.article-type-list,
.article-type-common.article-type-magazine,
.article-type-common.article-type-magazine-low-fixed {
display: grid;
  gap: 18px;
  align-items: stretch;
  margin-bottom: 20px;
  padding: 0;
  border: 1px solid #eef2f7;
  border-radius: 18px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.article-type-common.article-type-list {
grid-template-columns: 220px minmax(0, 1fr);
}

.article-type-common.article-type-magazine {
grid-template-columns: minmax(220px, 28%) minmax(0, 1fr);
}

.article-type-common.article-type-magazine-low-fixed {
grid-template-columns: auto minmax(0, 1fr);
  min-height: 176px;
  height: 176px;
}

.article-type-list > .link-article,
.article-type-magazine > .link-article,
.article-type-magazine-low-fixed > .link-article {
display: block;
  height: 100%;
}

.article-type-list > .link-article .thumbnail,
.article-type-magazine > .link-article .thumbnail,
.article-type-magazine-low-fixed > .link-article .thumbnail {
margin: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f8fafc;
}

.article-type-list > .link-article .thumbnail {
aspect-ratio: 1 / 1;
  background-size: cover;
}

.article-type-magazine > .link-article .thumbnail {
aspect-ratio: var(--tlist-thumb-ratio, 4 / 3);
  background-size: cover;
}

.article-type-magazine-low-fixed > .link-article {
width: auto;
}

.article-type-magazine-low-fixed > .link-article .thumbnail {
width: auto;
  aspect-ratio: var(--tlist-thumb-ratio, 4 / 3);
  background-size: cover;
}

.article-type-list .article-content,
.article-type-magazine .article-content,
.article-type-magazine-low-fixed .article-content {
width: 100%;
  min-width: 0;
  padding: 18px 20px;
}

.article-type-magazine-low-fixed .article-content {
padding-right: 22px;
  justify-content: center;
}

.article-type-list .title,
.article-type-magazine .title,
.article-type-magazine-low-fixed .title {
margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 600;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-type-list .summary {
display: none;
}

.article-type-magazine .summary,
.article-type-magazine-low-fixed .summary {
margin-bottom: 12px;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.55;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-type-list .box-meta,
.article-type-magazine .box-meta,
.article-type-magazine-low-fixed .box-meta {
margin-top: auto;
  gap: 8px;
}

.article-type-list .reply,
.article-type-magazine .reply,
.article-type-magazine-low-fixed .reply {
display: none;
}

.area-common:has(.article-type-gallery) {
display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.area-common:has(.article-type-gallery) > .title-search,
.area-common:has(.article-type-gallery) > .box-no-search {
grid-column: 1 / -1;
}

.article-type-common.article-type-gallery {
display: flex;
  flex-direction: column;
  margin-bottom: 0;
  border: 1px solid #eef2f7;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.article-type-gallery > .link-article {
display: block;
}

.article-type-gallery > .link-article .thumbnail {
width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0;
  border: 0;
  border-radius: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f8fafc;
}

.article-type-gallery .article-content {
padding: 16px 18px 18px;
  width: 100%;
}

.article-type-gallery .title {
margin: 0 0 10px;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 600;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-type-gallery .summary,
.article-type-gallery .reply {
display: none;
}

.article-type-gallery .box-meta {
margin-top: auto;
  gap: 8px;
}

@media (max-width: 1060px) {
.article-type-common.article-type-list,
.article-type-common.article-type-magazine {
grid-template-columns: 160px minmax(0, 1fr);
    gap: 14px;
}

.article-type-common.article-type-magazine-low-fixed {
height: 152px;
    min-height: 152px;
}

.article-type-list .article-content,
.article-type-magazine .article-content,
.article-type-magazine-low-fixed .article-content {
padding: 16px;
}

.article-type-list .title,
.article-type-magazine .title,
.article-type-magazine-low-fixed .title {
font-size: 17px;
}

.area-common:has(.article-type-gallery) {
grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

}

@media (max-width: 768px) {
.area-cover-custom {
margin-bottom: 40px;
}

.article-type-common.article-type-list,
.article-type-common.article-type-magazine,
.article-type-common.article-type-magazine-low-fixed {
grid-template-columns: 96px minmax(0, 1fr);
    gap: 12px;
    border-radius: 14px;
}

.article-type-common.article-type-magazine-low-fixed {
height: 112px;
    min-height: 112px;
}

.article-type-list .article-content,
.article-type-magazine .article-content,
.article-type-magazine-low-fixed .article-content {
padding: 12px 12px 12px 0;
}

.article-type-list .title,
.article-type-magazine .title,
.article-type-magazine-low-fixed .title,
.article-type-gallery .title {
font-size: 15px;
    margin-bottom: 6px;
}

.article-type-magazine .summary,
.article-type-magazine-low-fixed .summary {
font-size: 12px;
    margin-bottom: 8px;
}

.area-common:has(.article-type-gallery) {
grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.article-type-gallery {
border-radius: 14px;
}

.article-type-gallery .article-content {
padding: 12px;
}

}

@media (max-width: 768px) {
.tcover-host .cover + .cover {
margin-top: 32px;
}

.tcover-host .cover-list__items {
gap: 16px;
}

.tcover-host .cover-gallery__grid {
gap: 16px;
}

.tcover-host .cover-title {
font-size: 18px;
}

.tcover-host .cover-wide-auto-slider-overlay .cover-title {
font-size: 18px;
}

.tcover-host .cover-wide-auto-slider-overlay .cover-slide__overlay {
padding: 18px 18px 22px;
    gap: 10px;
}

.tcover-host .cover-wide-auto-slider-overlay .cover-slide__title {
font-size: 22px;
}

.tcover-host .cover-wide-auto-slider-overlay .cover-slide__summary {
font-size: 14px;
    max-width: none;
}

.tcover-host .cover-fullwide-auto-slider-overlay .cover-header {
width: calc(100% - 32px);
    margin-bottom: 16px;
}

.tcover-host .cover-fullwide-auto-slider-overlay .cover-title {
font-size: 18px;
}

.tcover-host .cover-fullwide-auto-slider-overlay .cover-slide__media {
aspect-ratio: 16 / 9;
    min-height: 0;
    max-height: none;
}

.tcover-host .cover-fullwide-auto-slider-overlay .cover-slide__overlay {
width: 100%;
    max-width: none;
    padding: 16px 16px 22px;
    gap: 8px;
}

.tcover-host .cover-fullwide-auto-slider-overlay .cover-slide__title {
font-size: 20px;
}

.tcover-host .cover-fullwide-auto-slider-overlay .cover-slide__summary {
max-width: none;
    font-size: 13px;
    line-height: 1.55;
}

.tcover-host .cover-fullwide-auto-stack-advanced .cover-header,
.tcover-host .cover-fullwide-spotlight-roll .cover-header,
.tcover-host .cover-fullwide-spotlight-roll .cover-spotlight__layout {
width: calc(100% - 32px);
}

.tcover-host .cover-fullwide-auto-stack-advanced .cover-title,
.tcover-host .cover-fullwide-spotlight-roll .cover-title {
font-size: 18px;
}

.tcover-host .cover-fullwide-auto-stack-advanced .cover-auto-stack-advanced__swiper {
padding: 18px 0 30px;
}

.tcover-host .cover-fullwide-auto-stack-advanced .cover-auto-stack-advanced__swiper .swiper-slide {
width: 220px;
}

.tcover-host .cover-fullwide-auto-stack-advanced .cover-stack__title {
font-size: 18px;
}

.tcover-host .cover-fullwide-spotlight-roll .cover-spotlight__layout {
grid-template-columns: minmax(0, 1fr);
    row-gap: 16px;
}

.tcover-host .cover-fullwide-spotlight-roll .cover-spotlight__title {
font-size: 22px;
}

.tcover-host .cover-fullwide-spotlight-roll .cover-spotlight__summary {
font-size: 14px;
    line-height: 1.6;
}

.tcover-host .cover-left-bleed-auto-slider-overlay {
width: 100%;
    margin-left: 0;
}

.tcover-host .cover-left-bleed-auto-slider-overlay .cover-header {
width: 100%;
    max-width: 100%;
    margin: 0 0 16px;
}

.tcover-host .cover-left-bleed-auto-slider-overlay .cover-title {
font-size: 18px;
}

.tcover-host .cover-left-bleed-auto-slider-overlay .cover-slide__link {
border-radius: 18px;
}

.tcover-host .cover-left-bleed-auto-slider-overlay .cover-slide__overlay {
width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding: 18px 18px 22px;
    gap: 10px;
}

.tcover-host .cover-left-bleed-auto-slider-overlay .cover-slide__title {
font-size: 22px;
}

.tcover-host .cover-left-bleed-auto-slider-overlay .cover-slide__summary {
max-width: none;
    font-size: 14px;
    line-height: 1.6;
}

.tcover-host .cover-list__summary,
.tcover-host .cover-gallery__summary {
line-clamp: 3;
-webkit-line-clamp: 3;
    min-height: 4.5em;
}

}

.tcover-host .cover {
margin: 0;
  max-width: none;
}

.tcover-host .cover + .cover {
margin-top: 48px;
}

.tcover-host .cover-header {
display: flex;
  justify-content: flex-start;
  padding-top: 8px;
  margin-bottom: 20px;
}

.tcover-host .cover-title {
display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.tcover-host .cover-title::after {
content: "";
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2196f3 0%, #00bcd4 100%);
}

.tcover-host .cover-slider__swiper {
width: 100%;
}

.tcover-host .cover-slide__link {
display: block;
  border: 1px solid #f1f5f9;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.tcover-host .cover-slide__media {
width: 100%;
  aspect-ratio: var(--cover-wide-ratio);
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tcover-host .cover-slide__image {
width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tcover-host .cover-slide__title {
font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.tcover-host .cover-slide__meta {
display: flex;
  gap: 8px;
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 10px;
}

.tcover-host .cover-slide__category {
display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  color: #374151;
}

.tcover-host .cover-slide__meta > * + * {
position: relative;
  padding-left: 10px;
}

.tcover-host .cover-slide__meta > * + *::before {
content: "·";
  position: absolute;
  left: 0;
  color: #9ca3af;
}

.tcover-host .cover-slide__summary {
font-size: 14px;
  color: #374151;
  line-height: 1.5;
}

.tcover-host .cover-slide__overlay {
position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0) 0%, rgba(17, 24, 39, 0.7) 100%);
  color: #ffffff;
}

.tcover-host .cover-auto-slider-overlay__swiper .cover-slide__title {
margin-bottom: 0;
  color: #ffffff;
}

.tcover-host .cover-auto-slider-overlay__swiper .cover-slide__meta {
color: #e5e7eb;
}

.tcover-host .cover-auto-slider-overlay__swiper .cover-slide__category {
display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(17, 24, 39, 0.35);
  color: #ffffff;
}

.tcover-host .cover-wide-auto-slider-overlay {
margin: 0;
}

.tcover-host .cover-wide-auto-slider-overlay .cover-header {
justify-content: flex-start;
  padding-top: 0;
  margin-bottom: 18px;
}

.tcover-host .cover-wide-auto-slider-overlay .cover-title {
font-size: 18px;
}

.tcover-host .cover-wide-auto-slider-overlay__swiper {
width: 100%;
}

.tcover-host .cover-wide-auto-slider-overlay .cover-slide__link {
border: none;
  border-radius: 20px;
  background: #0f172a;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.18);
}

.tcover-host .cover-wide-auto-slider-overlay .cover-slide__media {
position: relative;
}

.tcover-host .cover-wide-auto-slider-overlay .cover-slide__overlay {
padding: 22px 28px 26px;
  gap: 10px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.08) 0%, rgba(15, 23, 42, 0.82) 100%);
}

.tcover-host .cover-wide-auto-slider-overlay .cover-slide__title {
font-size: clamp(24px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
}

.tcover-host .cover-wide-auto-slider-overlay .cover-slide__meta {
margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
}

.tcover-host .cover-wide-auto-slider-overlay .cover-slide__category {
border-color: rgba(255, 255, 255, 0.28);
  background: rgba(15, 23, 42, 0.28);
  color: #ffffff;
}

.tcover-host .cover-wide-auto-slider-overlay .cover-slide__summary {
max-width: 720px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
  display: none;
}

.tcover-host .cover-wide-auto-slider-overlay .swiper-pagination {
bottom: 18px !important;
}

.tcover-host .cover-wide-auto-slider-overlay .swiper-pagination-bullet {
background: rgba(255, 255, 255, 0.5);
}

.tcover-host .cover-wide-auto-slider-overlay .swiper-pagination-bullet-active {
background: #ffffff;
}

.tcover-host .cover-fullwide-auto-slider-overlay {
margin: 0;
  width: 100%;
}

.tcover-host .cover-fullwide-auto-slider-overlay .cover-header {
width: min(1200px, calc(100% - 32px));
  margin: 0 auto 18px;
  justify-content: flex-start;
  padding-top: 0;
}

.tcover-host .cover-fullwide-auto-slider-overlay .cover-title {
font-size: 18px;
}

.tcover-host .cover-fullwide-auto-slider-overlay__swiper {
width: 100%;
}

.tcover-host .cover-fullwide-auto-slider-overlay .cover-slide__link {
border: none;
  border-radius: 0;
  background: #020617;
  box-shadow: none;
}

.tcover-host .cover-fullwide-auto-slider-overlay .cover-slide__media {
position: relative;
  aspect-ratio: 21 / 9;
  min-height: 420px;
  max-height: 72vh;
}

.tcover-host .cover-fullwide-auto-slider-overlay .cover-slide__overlay {
width: 100%;
  max-width: none;
  margin: 0;
  padding: 28px max(16px, calc((100% - 1200px) / 2)) 34px;
  box-sizing: border-box;
  gap: 8px;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.04) 0%, rgba(2, 6, 23, 0.84) 100%);
}

.tcover-host .cover-fullwide-auto-slider-overlay .cover-slide__title {
font-size: clamp(24px, 2.7vw, 36px);
  font-weight: 800;
  line-height: 1.2;
  color: #ffffff;
}

.tcover-host .cover-fullwide-auto-slider-overlay .cover-slide__meta {
margin-bottom: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.82);
}

.tcover-host .cover-fullwide-auto-slider-overlay .cover-slide__category {
border-color: rgba(255, 255, 255, 0.24);
  background: rgba(2, 6, 23, 0.32);
  color: #ffffff;
}

.tcover-host .cover-fullwide-auto-slider-overlay .cover-slide__summary {
max-width: 760px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
  display: none;
}

.tcover-host .cover-fullwide-auto-slider-overlay .swiper-pagination {
bottom: 22px !important;
}

.tcover-host .cover-fullwide-auto-slider-overlay .swiper-pagination-bullet {
background: rgba(255, 255, 255, 0.45);
}

.tcover-host .cover-fullwide-auto-slider-overlay .swiper-pagination-bullet-active {
background: #ffffff;
}

.tcover-host .cover-fullwide-auto-slider-overlay-contained-round {
margin: 0;
  width: 100%;
}

.tcover-host .cover-fullwide-auto-slider-overlay-contained-round .cover-header {
width: 100%;
  margin: 0 0 18px;
  justify-content: flex-start;
  padding-top: 0;
}

.tcover-host .cover-fullwide-auto-slider-overlay-contained-round .cover-title {
font-size: 18px;
}

.tcover-host .cover-fullwide-auto-slider-overlay-contained-round__swiper {
width: 100%;
  overflow: visible;
  background: transparent;
}

.tcover-host .cover-fullwide-auto-slider-overlay-contained-round__swiper .swiper-wrapper,
.tcover-host .cover-fullwide-auto-slider-overlay-contained-round__swiper .swiper-slide {
background: transparent;
}

.tcover-host .cover-fullwide-auto-slider-overlay-contained-round .cover-slide__link {
border: none;
  border-radius: 24px;
  overflow: hidden;
  background: #020617;
  background-clip: padding-box;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
  isolation: isolate;
}

.tcover-host .cover-fullwide-auto-slider-overlay-contained-round .cover-slide__media {
position: relative;
  aspect-ratio: 16 / 9;
  min-height: 0;
  overflow: hidden;
  border-radius: inherit;
  background: #020617;
}

.tcover-host .cover-fullwide-auto-slider-overlay-contained-round .cover-slide__image {
width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: inherit;
}

.tcover-host .cover-fullwide-auto-slider-overlay-contained-round .cover-slide__overlay {
width: 100%;
  max-width: none;
  margin: 0;
  padding: 24px 26px 28px;
  box-sizing: border-box;
  gap: 8px;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.06) 0%, rgba(2, 6, 23, 0.82) 100%);
  border-radius: 0 0 24px 24px;
}

.tcover-host .cover-fullwide-auto-slider-overlay-contained-round .cover-slide__title {
font-size: clamp(23px, 2.5vw, 34px);
  font-weight: 800;
  line-height: 1.2;
  color: #ffffff;
}

.tcover-host .cover-fullwide-auto-slider-overlay-contained-round .cover-slide__meta {
margin-bottom: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.82);
}

.tcover-host .cover-fullwide-auto-slider-overlay-contained-round .cover-slide__category {
border-color: rgba(255, 255, 255, 0.24);
  background: rgba(2, 6, 23, 0.32);
  color: #ffffff;
}

.tcover-host .cover-fullwide-auto-slider-overlay-contained-round .cover-slide__summary {
max-width: 760px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
  display: none;
}

.tcover-host .cover-fullwide-auto-slider-overlay-contained-round .swiper-pagination {
bottom: 22px !important;
}

.tcover-host .cover-fullwide-auto-slider-overlay-contained-round .swiper-pagination-bullet {
background: rgba(255, 255, 255, 0.45);
}

.tcover-host .cover-fullwide-auto-slider-overlay-contained-round .swiper-pagination-bullet-active {
background: #ffffff;
}

.tcover-host .cover-fullwide-auto-fade-overlay-contained-round__swiper {
width: 100%;
}

.tcover-host .cover-fullwide-auto-fade-overlay-contained-round__swiper .swiper-slide {
opacity: 0 !important;
  transition-property: opacity;
}

.tcover-host .cover-fullwide-auto-fade-overlay-contained-round__swiper .swiper-slide-active,
.tcover-host .cover-fullwide-auto-fade-overlay-contained-round__swiper .swiper-slide-duplicate-active {
opacity: 1 !important;
}

.tcover-host .cover-fullwide-auto-stack-advanced {
width: 100%;
  margin: 0;
  overflow: hidden;
}

.tcover-host .cover-fullwide-auto-stack-advanced .cover-header {
width: min(1200px, calc(100% - 32px));
  margin: 0 auto 22px;
  justify-content: flex-start;
  padding-top: 0;
}

.tcover-host .cover-fullwide-auto-stack-advanced .cover-title {
font-size: 18px;
}

.tcover-host .cover-fullwide-auto-stack-advanced .cover-auto-stack-advanced__swiper {
width: 100%;
  padding: 24px var(--stack-swiper-side-padding, 28px) 42px;
  overflow: visible;
}

.tcover-host .cover-fullwide-auto-stack-advanced .cover-auto-stack-advanced__swiper .swiper-slide {
width: var(--stack-slide-width, 288px);
}

.tcover-host .cover-fullwide-auto-stack-advanced .cover-stack__link {
display: block;
  border-radius: 22px;
  border: none;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}

.tcover-host .cover-fullwide-auto-stack-advanced .cover-stack__thumb {
border-radius: inherit;
  box-shadow: none;
}

.tcover-host .cover-fullwide-auto-stack-advanced .cover-stack__title {
font-size: 22px;
  line-height: 1.3;
}

.tcover-host .cover-fullwide-auto-stack-advanced .cover-stack__meta {
color: rgba(255, 255, 255, 0.82);
}

.tcover-host .cover-fullwide-auto-stack-advanced .cover-stack__category {
border-color: rgba(255, 255, 255, 0.28);
  background: rgba(15, 23, 42, 0.28);
  color: #ffffff;
}

.tcover-host .cover-fullwide-auto-stack-advanced .cover-stack__date {
color: rgba(255, 255, 255, 0.82);
}

.tcover-host .cover-fullwide-spotlight-roll {
width: 100%;
  margin: 0;
}

.tcover-host .cover-fullwide-spotlight-roll .cover-header {
width: min(1200px, calc(100% - 32px));
  margin: 0 auto 22px;
  justify-content: flex-start;
  padding-top: 0;
}

.tcover-host .cover-fullwide-spotlight-roll .cover-title {
font-size: 18px;
}

.tcover-host .cover-fullwide-spotlight-roll .cover-spotlight__layout {
width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  grid-template-columns: minmax(0, 1fr) 360px;
  column-gap: 24px;
}

.tcover-host .cover-fullwide-spotlight-roll .cover-spotlight__card {
border-radius: 20px;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.16);
}

.tcover-host .cover-fullwide-spotlight-roll .cover-spotlight__title {
font-size: 24px;
  line-height: 1.3;
}

.tcover-host .cover-fullwide-spotlight-roll .cover-spotlight__summary {
font-size: 15px;
  line-height: 1.7;
  display: none;
}

.tcover-host .cover-fullwide-spotlight-roll .cover-spotlight__thumb-item {
border-radius: 14px;
  padding: 0;
}

.tcover-host .cover-left-bleed-auto-slider-overlay {
margin: 0;
  width: calc(100% + var(--left-bleed-offset));
  margin-left: calc(var(--left-bleed-offset) * -1);
}

.tcover-host .cover-left-bleed-auto-slider-overlay .cover-header {
width: calc(100% - 32px);
  max-width: calc(100% - 32px);
  margin: 0 0 18px auto;
  justify-content: flex-start;
  padding-top: 0;
}

.tcover-host .cover-left-bleed-auto-slider-overlay .cover-title {
font-size: 18px;
}

.tcover-host .cover-left-bleed-auto-slider-overlay__swiper {
width: 100%;
}

.tcover-host .cover-left-bleed-auto-slider-overlay .cover-slide__link {
border: none;
  border-radius: 0 20px 20px 0;
  background: #0f172a;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.16);
}

.tcover-host .cover-left-bleed-auto-slider-overlay .cover-slide__media {
position: relative;
}

.tcover-host .cover-left-bleed-auto-slider-overlay .cover-slide__overlay {
width: 100%;
  max-width: none;
  margin-left: 0;
  padding: 24px 28px 28px calc(var(--left-bleed-offset) + 28px);
  box-sizing: border-box;
  gap: 10px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.08) 0%, rgba(15, 23, 42, 0.82) 100%);
}

.tcover-host .cover-left-bleed-auto-slider-overlay .cover-slide__title {
font-size: clamp(24px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
}

.tcover-host .cover-left-bleed-auto-slider-overlay .cover-slide__meta {
margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
}

.tcover-host .cover-left-bleed-auto-slider-overlay .cover-slide__category {
border-color: rgba(255, 255, 255, 0.28);
  background: rgba(15, 23, 42, 0.28);
  color: #ffffff;
}

.tcover-host .cover-left-bleed-auto-slider-overlay .cover-slide__summary {
max-width: 720px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
  display: none;
}

.tcover-host .cover-left-bleed-auto-slider-overlay .swiper-pagination {
bottom: 18px !important;
}

.tcover-host .cover-left-bleed-auto-slider-overlay .swiper-pagination-bullet {
background: rgba(255, 255, 255, 0.5);
}

.tcover-host .cover-left-bleed-auto-slider-overlay .swiper-pagination-bullet-active {
background: #ffffff;
}

@media (max-width: 768px) {
.tcover-host .cover-fullwide-auto-slider-overlay-contained-round .cover-header {
margin-bottom: 16px;
  }

.tcover-host .cover-fullwide-auto-slider-overlay-contained-round .cover-title {
font-size: 18px;
  }

.tcover-host .cover-fullwide-auto-slider-overlay-contained-round .cover-slide__overlay {
padding: 16px 16px 22px;
    gap: 8px;
  }

.tcover-host .cover-fullwide-auto-slider-overlay-contained-round .cover-slide__title {
font-size: 20px;
  }

.tcover-host .cover-fullwide-auto-slider-overlay-contained-round .cover-slide__summary {
max-width: none;
    font-size: 13px;
    line-height: 1.55;
  }
}

.tcover-host .swiper-button-prev,
.tcover-host .swiper-button-next {
color: #111827;
}

.tcover-host .swiper-pagination-bullet {
background: #d1d5db;
  opacity: 1;
}

.tcover-host .swiper-pagination-bullet-active {
background: #111827;
}

.tcover-host .cover-list__items {
display: flex;
  flex-direction: column;
  gap: 24px;
}

.tcover-host .cover-list__item {
display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
  border: 1px solid #f1f5f9;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
}

.tcover-host .cover-list__thumb {
width: 100%;
  flex-shrink: 0;
  aspect-ratio: var(--cover-thumb-ratio);
  background: #f3f4f6;
  position: relative;
  display: flex;
}

.tcover-host .cover-list__image {
width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tcover-host .cover-list__thumb-link {
display: block;
  height: 100%;
}

.tcover-host .cover-list__title-link {
color: inherit;
  text-decoration: none;
}

.tcover-host .cover-list__fallback {
position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  font-size: 12px;
  color: #9ca3af;
  background: linear-gradient(135deg, #f9fafb 0%, #e5e7eb 100%);
}

.tcover-host .cover-list__thumb s_cover_item_thumbnail + .cover-list__fallback {
display: none;
}

.tcover-host .cover-fallback__icon {
width: 36px;
  height: 28px;
  border-radius: 6px;
  border: 1px solid #cbd5f5;
  background: linear-gradient(135deg, #dbeafe 0%, #f0f9ff 100%);
  position: relative;
}

.tcover-host .cover-fallback__icon::before {
content: "";
  position: absolute;
  bottom: 6px;
  left: 7px;
  width: 18px;
  height: 10px;
  border-radius: 2px;
  background: #93c5fd;
}

.tcover-host .cover-fallback__icon::after {
content: "";
  position: absolute;
  top: 7px;
  right: 7px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #60a5fa;
}

.tcover-host .cover-fallback__text {
font-size: 11px;
  letter-spacing: 0.06em;
}

.tcover-host .cover-list .cover-list__item {
grid-auto-flow: column;
}

.tcover-host .cover-list__title {
font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.8em;
}

.tcover-host .cover-list__summary {
font-size: 14px;
  color: #374151;
  line-height: 1.5;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3em;
}

.tcover-host .cover-list__meta {
display: flex;
  gap: 8px;
  font-size: 13px;
  color: #6b7280;
}

.tcover-host .cover-list__date {
font-size: 12px;
  color: #6b7280;
}

.tcover-host .cover-list-dynamic .cover-list__item {
grid-template-columns: clamp(180px, 28%, 320px) minmax(0, 1fr);
  align-items: start;
}

.tcover-host .cover-list-dynamic .cover-list__thumb {
aspect-ratio: var(--list-thumb-ratio, var(--cover-rect-ratio));
  overflow: hidden;
}

.tcover-host .cover-list-low .cover-list__items {
gap: 18px;
}

.tcover-host .cover-list-low .cover-list__item {
grid-template-columns: 180px minmax(0, 1fr);
}

.tcover-host .cover-list-low .cover-list__title {
font-size: 16px;
  min-height: auto;
}

.tcover-host .cover-list-low .cover-list__meta {
gap: 6px;
  font-size: 12px;
}

.tcover-host .cover-list-low .cover-meta__item {
gap: 4px;
}

.tcover-host .cover-list-low-fixed .cover-list__items {
gap: 18px;
}

.tcover-host .cover-list-low-fixed .cover-list__item {
grid-template-columns: auto minmax(0, 1fr);
  align-items: stretch;
  min-height: 156px;
  height: 156px;
}

.tcover-host .cover-list-low-fixed .cover-list__thumb-link {
width: auto;
  height: 100%;
}

.tcover-host .cover-list-low-fixed .cover-list__thumb {
width: auto;
  height: 100%;
  aspect-ratio: var(--list-thumb-ratio, var(--cover-rect-ratio));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);
  overflow: hidden;
}

.tcover-host .cover-list-low-fixed .cover-list__image {
width: 100%;
  height: 100%;
  object-fit: cover;
}

.tcover-host .cover-list-low-fixed .cover-list__title {
display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: auto;
  font-size: 16px;
  line-height: 1.4;
}

.tcover-host .cover-list-low-fixed .cover-list__meta {
gap: 6px;
  font-size: 12px;
  margin-top: auto;
}

.tcover-host .cover-list-low-fixed .cover-meta__item {
gap: 4px;
}

.tcover-host .cover-gallery__grid {
display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tcover-host .cover-gallery__card {
display: grid;
  grid-template-rows: auto 1fr;
  gap: 0;
  border: 1px solid #f1f5f9;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  height: 100%;
  cursor: pointer;
}

.tcover-host .cover-gallery__thumb {
width: 100%;
  aspect-ratio: 1 / 1;
  background: #f3f4f6;
  position: relative;
  flex-shrink: 0;
  border-bottom: 1px solid #f1f5f9;
}

.tcover-host .cover-gallery__image {
width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tcover-host .cover-gallery__thumb-link {
display: block;
}

.tcover-host .cover-gallery__title-link {
color: inherit;
  text-decoration: none;
}

.tcover-host .cover-gallery__fallback {
position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  font-size: 12px;
  color: #9ca3af;
  background: linear-gradient(135deg, #f9fafb 0%, #e5e7eb 100%);
}

.tcover-host .cover-gallery__thumb s_cover_item_thumbnail + .cover-gallery__fallback {
display: none;
}

.tcover-host .cover-gallery__title {
font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.8em;
}

.tcover-host .cover-gallery__summary {
font-size: 13px;
  color: #374151;
  line-height: 1.5;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3em;
}

.tcover-host .cover-gallery__meta {
font-size: 13px;
  color: #6b7280;
}

.tcover-host .cover-gallery-16x9 .cover-gallery__thumb {
aspect-ratio: var(--cover-wide-ratio);
}

.tcover-host .cover-meta {
display: flex;
  flex-wrap: wrap;
  gap: 6px;
  color: var(--meta-text-color);
}

.tcover-host .cover-meta.is-compact {
gap: 4px;
}

.tcover-host .cover-meta.is-date-only {
justify-content: center;
}

.tcover-host .cover-meta__item {
font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  color: #6b7280;
}

.tcover-host .cover-meta__item + .cover-meta__item::before {
content: "·";
  color: #9ca3af;
  margin-right: 6px;
}

.tcover-host .cover-meta__link {
color: var(--meta-link-color);
  text-decoration: none;
}

.tcover-host .cover-meta__link:hover {
color: var(--meta-link-hover-color);
}

.tcover-host .cover-meta__icon {
width: var(--meta-icon-size);
  height: var(--meta-icon-size);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--meta-icon-color);
}

.tcover-host .cover-meta__icon svg {
width: var(--meta-icon-size);
  height: var(--meta-icon-size);
  fill: currentColor;
}

.tcover-host .cover-meta__text {
display: inline-block;
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tcover-host .cover-meta__category {
padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid var(--meta-category-border);
  background: var(--meta-category-bg);
  color: var(--meta-category-text);
}

.tcover-host .meta-order-date-category .cover-meta__date {
order: 1;
}

.tcover-host .meta-order-date-category .cover-meta__category {
order: 2;
}

.tcover-host .meta-order-date-category .cover-meta__comment {
order: 3;
}

.tcover-host .meta-order-category-date .cover-meta__category {
order: 1;
}

.tcover-host .meta-order-category-date .cover-meta__date {
order: 2;
}

.tcover-host .meta-order-category-date .cover-meta__comment {
order: 3;
}

.tcover-host .cover-slide__link,
.tcover-host .cover-list__item,
.tcover-host .cover-gallery__card,
.tcover-host .cover-hero__item,
.tcover-host .cover-featured__card,
.tcover-host .cover-mosaic__card,
.tcover-host .cover-magazine__item,
.tcover-host .cover-carousel__card,
.tcover-host .cover-stack__link,
.tcover-host .cover-split__card,
.tcover-host .cover-ticker-thumb__item,
.tcover-host .cover-mini-carousel__card,
.tcover-host .cover-progress__link,
.tcover-host .cover-focus__card,
.tcover-host .cover-category__chip,
.tcover-host .cover-comment__item,
.tcover-host .cover-weekly__card,
.tcover-host .cover-spotlight__card,
.tcover-host .cover-spotlight__thumb-item {
transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
.tcover-host .cover-slide__link:hover,
.tcover-host .cover-list__item:hover,
.tcover-host .cover-gallery__card:hover,
.tcover-host .cover-hero__item:hover,
.tcover-host .cover-featured__card:hover,
.tcover-host .cover-mosaic__card:hover,
.tcover-host .cover-magazine__item:hover,
.tcover-host .cover-carousel__card:hover,
.tcover-host .cover-split__card:hover,
.tcover-host .cover-ticker-thumb__item:hover,
.tcover-host .cover-mini-carousel__card:hover,
.tcover-host .cover-progress__link:hover,
.tcover-host .cover-focus__card:hover,
.tcover-host .cover-category__chip:hover,
.tcover-host .cover-comment__item:hover,
.tcover-host .cover-weekly__card:hover,
.tcover-host .cover-spotlight__card:hover,
.tcover-host .cover-spotlight__thumb-item:hover {
transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.06);
}

.tcover-host .cover-stack__link:hover {
box-shadow: 0 14px 24px rgba(15, 23, 42, 0.12);
    border-color: rgba(0, 0, 0, 0.06);
}

.tcover-host .cover-slide__category:hover,
.tcover-host .cover-meta__category:hover {
background: #e5e7eb;
    color: #111827;
}

}

.tcover-host .cover-hero__item {
position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  background: #ffffff;
}

.tcover-host .cover-hero__media {
position: relative;
  width: 100%;
  aspect-ratio: var(--cover-wide-ratio);
  background: #f3f4f6;
}

.tcover-host .cover-hero__image {
width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tcover-host .cover-hero__fallback {
position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  background: linear-gradient(135deg, #f9fafb 0%, #e5e7eb 100%);
  color: #9ca3af;
}

.tcover-host .cover-hero__media s_cover_item_thumbnail + .cover-hero__fallback {
display: none;
}

.tcover-host .cover-hero__content {
position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0) 0%, rgba(17, 24, 39, 0.7) 100%);
  color: #ffffff;
}

.tcover-host .cover-hero__title {
font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}

.tcover-host .cover-hero__summary {
font-size: 14px;
  line-height: 1.6;
  color: #e5e7eb;
}

.tcover-host .cover-hero .cover-meta {
margin-top: 10px;
  color: #e5e7eb;
}

.tcover-host .cover-featured__grid {
display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tcover-host .cover-featured__card {
display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.tcover-host .cover-featured__thumb {
position: relative;
  width: 100%;
  aspect-ratio: var(--cover-thumb-ratio);
  background: #f3f4f6;
}

.tcover-host .cover-featured__image {
width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tcover-host .cover-featured__fallback {
position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  background: linear-gradient(135deg, #f9fafb 0%, #e5e7eb 100%);
  color: #9ca3af;
}

.tcover-host .cover-featured__thumb s_cover_item_thumbnail + .cover-featured__fallback {
display: none;
}

.tcover-host .cover-featured__title {
font-size: 18px;
  font-weight: 700;
}

.tcover-host .cover-featured__summary {
font-size: 14px;
  color: #374151;
  line-height: 1.6;
}

.tcover-host .cover-featured__grid > s_cover_item:first-child .cover-featured__card {
grid-column: span 2;
}

.tcover-host .cover-mosaic__grid {
display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tcover-host .cover-mosaic__card {
display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  background: #ffffff;
}

.tcover-host .cover-mosaic__thumb {
position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #f3f4f6;
}

.tcover-host .cover-mosaic__image {
width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tcover-host .cover-mosaic__fallback {
position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  background: linear-gradient(135deg, #f9fafb 0%, #e5e7eb 100%);
  color: #9ca3af;
}

.tcover-host .cover-mosaic__thumb s_cover_item_thumbnail + .cover-mosaic__fallback {
display: none;
}

.tcover-host .cover-mosaic__title {
font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.tcover-host .cover-mosaic__meta {
display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 11px;
  color: #e5e7eb;
}

.tcover-host .cover-mosaic__category {
display: inline-flex;
  align-items: center;
  padding: 2px 6px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(17, 24, 39, 0.35);
  color: #ffffff;
  font-size: 10px;
}

.tcover-host .cover-mosaic__date {
font-size: 11px;
  color: #e5e7eb;
}

.tcover-host .cover-mosaic__grid > s_cover_item:nth-child(1) .cover-mosaic__card {
grid-column: span 2;
  grid-row: span 2;
}

.tcover-host .cover-mosaic-16x9 .cover-mosaic__thumb {
aspect-ratio: var(--cover-wide-ratio);
}

.tcover-host .cover-mosaic-3col-16x9 .cover-mosaic__thumb {
aspect-ratio: var(--cover-wide-ratio);
}

.tcover-host .cover-mosaic-3col-16x9 .cover-mosaic__card {
display: block;
}

.tcover-host .cover-mosaic-3col-16x9 .cover-mosaic__thumb {
display: block;
  aspect-ratio: var(--cover-wide-ratio);
  overflow: hidden;
  min-height: 0;
}

.tcover-host .cover-mosaic-3col-16x9 .cover-mosaic__image {
width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tcover-host .cover-mosaic-16x9 .cover-mosaic__grid > s_cover_item:nth-child(1) .cover-mosaic__card {
grid-column: span 1;
  grid-row: span 1;
}

.tcover-host .cover-mosaic-3col-16x9 .cover-mosaic__grid > s_cover_item:nth-child(1) .cover-mosaic__card {
grid-column: span 1;
  grid-row: span 1;
}

.tcover-host .cover-mosaic-2col-16x9 .cover-mosaic__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tcover-host .cover-mosaic-2col-16x9 .cover-mosaic__card {
display: block;
}

.tcover-host .cover-mosaic-2col-16x9 .cover-mosaic__thumb {
display: block;
  aspect-ratio: var(--cover-wide-ratio);
  overflow: hidden;
  min-height: 0;
}

.tcover-host .cover-mosaic-2col-16x9 .cover-mosaic__image {
width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tcover-host .cover-mosaic-2col-16x9 .cover-mosaic__grid > s_cover_item:nth-child(1) .cover-mosaic__card {
grid-column: span 1;
  grid-row: span 1;
}

.tcover-host .cover-magazine__list {
display: flex;
  flex-direction: column;
  gap: 16px;
}

.tcover-host .cover-magazine__item {
display: flex;
  gap: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
  color: inherit !important;
  text-decoration: none !important;
  cursor: pointer;
}

.tcover-host .cover-magazine__item:link,
.tcover-host .cover-magazine__item:visited,
.tcover-host .cover-magazine__item:hover,
.tcover-host .cover-magazine__item:active,
.tcover-host .cover-magazine__item:focus {
color: inherit !important;
  text-decoration: none !important;
}

.tcover-host .cover-magazine__item *,
.tcover-host .cover-magazine__item:hover *,
.tcover-host .cover-magazine__item:visited * {
color: inherit;
  text-decoration: none !important;
}

.tcover-host .cover-magazine__thumb {
position: relative;
  width: clamp(220px, 28%, 360px);
  flex-shrink: 0;
  aspect-ratio: var(--magazine-thumb-ratio, var(--cover-rect-ratio));
  background: #f3f4f6;
  overflow: hidden;
}

.tcover-host .cover-magazine__image {
width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tcover-host .cover-magazine__fallback {
position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  background: linear-gradient(135deg, #f9fafb 0%, #e5e7eb 100%);
  color: #9ca3af;
}

.tcover-host .cover-magazine__thumb s_cover_item_thumbnail + .cover-magazine__fallback {
display: none;
}

.tcover-host .cover-magazine__title {
font-size: 18px;
  font-weight: 600;
  color: #111827;
}

.tcover-host .cover-magazine__summary {
font-size: 14px;
  color: #374151;
  line-height: 1.6;
}

.tcover-host .cover-magazine-low .cover-magazine__list {
gap: 18px;
}

.tcover-host .cover-magazine-low .cover-magazine__item {
gap: 18px;
}

.tcover-host .cover-magazine-low .cover-magazine__thumb {
width: clamp(180px, 24%, 280px);
}

.tcover-host .cover-magazine-low .cover-magazine__title {
font-size: 18px;
}

.tcover-host .cover-magazine-low .cover-magazine__summary {
display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tcover-host .cover-magazine-low-fixed .cover-magazine__list {
gap: 18px;
}

.tcover-host .cover-magazine-low-fixed .cover-magazine__item {
gap: 18px;
  height: 176px;
  min-height: 176px;
}

.tcover-host .cover-magazine-low-fixed .cover-magazine__thumb {
width: auto;
  height: 100%;
  aspect-ratio: var(--magazine-thumb-ratio, var(--cover-rect-ratio));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);
}

.tcover-host .cover-magazine-low-fixed .cover-magazine__image {
width: 100%;
  height: 100%;
  object-fit: cover;
}

.tcover-host .cover-magazine-low-fixed .cover-magazine__title {
display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.4;
}

.tcover-host .cover-magazine-low-fixed .cover-magazine__summary {
display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tcover-host .cover-magazine-low-fixed .cover-meta {
margin-top: auto;
}

.tcover-host .cover-magazine-low-fixed-no-summary .cover-magazine__thumb {
padding: 0;
}

.tcover-host .cover-magazine-low-fixed-no-summary .cover-magazine__title {
min-height: 2.8em;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.tcover-host .cover-magazine-low-fixed-no-summary .cover-magazine__summary {
display: none;
}

.tcover-host .cover-magazine-design-low-fixed-no-summary .cover-magazine__item {
position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
}

.tcover-host .cover-magazine-design-low-fixed-no-summary .cover-magazine__title {
position: relative;
  z-index: 1;
}

.tcover-host .cover-magazine-design-low-fixed-no-summary .cover-meta {
position: relative;
  z-index: 1;
  gap: 8px;
}

.tcover-host .cover-magazine-design-low-fixed-no-summary .cover-meta__item {
background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 999px;
  padding: 4px 10px;
}

.tcover-host .cover-magazine-design-low-fixed-no-summary .cover-meta__date {
color: #475569;
}

@media (max-width: 768px) {
.tcover-host .cover-featured__grid {
grid-template-columns: minmax(0, 1fr);
}

.tcover-host .cover-featured__grid > s_cover_item:first-child .cover-featured__card {
grid-column: span 1;
}

.tcover-host .cover-mosaic__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tcover-host .cover-mosaic__grid > s_cover_item:nth-child(1) .cover-mosaic__card {
grid-column: span 2;
    grid-row: span 1;
}

.tcover-host .cover-magazine__item {
flex-direction: column;
}

.tcover-host .cover-magazine__thumb {
width: 100%;
    aspect-ratio: var(--cover-thumb-ratio);
}

}

.tcover-host .cover-auto-carousel__swiper {
width: 100%;
}

.tcover-host .cover-carousel__card {
display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
  height: 100%;
}

.tcover-host .cover-carousel__thumb {
position: relative;
  width: 100%;
  aspect-ratio: var(--cover-thumb-ratio);
  background: #f3f4f6;
}

.tcover-host .cover-carousel__image {
width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tcover-host .cover-carousel__fallback {
position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  background: linear-gradient(135deg, #f9fafb 0%, #e5e7eb 100%);
  color: #9ca3af;
}

.tcover-host .cover-carousel__thumb s_cover_item_thumbnail + .cover-carousel__fallback {
display: none;
}

.tcover-host .cover-auto-carousel-no-summary .cover-carousel__title {
display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.8em;
}

.tcover-host .cover-auto-carousel-no-summary .cover-carousel__summary {
display: none;
}

.tcover-host .cover-auto-carousel-no-summary .cover-meta {
margin-top: auto;
}

.tcover-host .cover-carousel__card--overlay {
position: relative;
}

.tcover-host .cover-carousel__card--overlay .cover-carousel__thumb {
border-radius: 12px;
  overflow: hidden;
}

.tcover-host .cover-carousel__card--overlay .cover-carousel__title {
color: #ffffff;
}

.tcover-host .cover-carousel__card--overlay .cover-carousel__summary {
color: rgba(255, 255, 255, 0.86);
}

.tcover-host .cover-carousel__card--overlay .cover-meta {
color: rgba(255, 255, 255, 0.82);
}

.tcover-host .cover-carousel__card--overlay .cover-meta__category {
border-color: rgba(255, 255, 255, 0.28);
  background: rgba(17, 24, 39, 0.28);
  color: #ffffff;
}

.tcover-host .cover-auto-carousel-overlay-no-summary .cover-carousel__title {
display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: auto;
}

.tcover-host .cover-auto-carousel-overlay-no-summary .cover-carousel__summary {
display: none;
}

.tcover-host .cover-auto-carousel-overlay-no-summary .cover-meta {
margin-top: 0;
}

.tcover-host .cover-auto-carousel-overlay__swiper,
.tcover-host .cover-carousel-overlay__swiper {
width: 100%;
}

.tcover-host .cover-carousel-overlay__swiper .swiper-button-prev,
.tcover-host .cover-carousel-overlay__swiper .swiper-button-next {
width: 40px;
  height: 40px;
  margin-top: -20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
}

.tcover-host .cover-carousel-overlay__swiper .swiper-button-prev::after,
.tcover-host .cover-carousel-overlay__swiper .swiper-button-next::after {
font-size: 16px;
  font-weight: 700;
}

.tcover-host .cover-carousel__title {
font-size: 16px;
  font-weight: 600;
  color: #111827;
}

.tcover-host .cover-carousel__summary {
font-size: 13px;
  color: #374151;
  line-height: 1.5;
}

.tcover-host .cover-stack__card {
border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  background: #ffffff;
}

.tcover-host .cover-stack__link {
display: block;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.tcover-host .cover-stack__thumb {
position: relative;
  width: 100%;
  aspect-ratio: var(--cover-thumb-ratio);
  background: #f3f4f6;
  border-radius: inherit;
  overflow: hidden;
}

.tcover-host .cover-stack__image {
width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
}

.tcover-host .cover-stack__fallback {
position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  background: linear-gradient(135deg, #f9fafb 0%, #e5e7eb 100%);
  color: #9ca3af;
}

.tcover-host .cover-stack__thumb s_cover_item_thumbnail + .cover-stack__fallback {
display: none;
}

.tcover-host .cover-stack__title {
font-size: 15px;
  font-weight: 700;
}

.tcover-host .cover-stack__meta {
display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 11px;
  color: #e5e7eb;
}

.tcover-host .cover-stack__category {
display: inline-flex;
  align-items: center;
  padding: 2px 6px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(17, 24, 39, 0.35);
  color: #ffffff;
  font-size: 10px;
}

.tcover-host .cover-stack__date {
font-size: 11px;
  color: #e5e7eb;
}

.tcover-host .cover-auto-stack__swiper {
width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.tcover-host .cover-auto-stack-advanced__swiper {
width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: visible;
  padding: 16px var(--stack-swiper-side-padding, 12px) 24px;
}

.tcover-host .cover-auto-stack-advanced {
overflow: hidden;
}

.tcover-host .cover-auto-stack-advanced__swiper .swiper-wrapper {
align-items: center;
}

.tcover-host .cover-auto-stack-advanced__swiper .swiper-slide {
pointer-events: auto;
  overflow: visible;
  z-index: 1;
  width: var(--stack-slide-width, 192px);
}

.tcover-host .cover-auto-stack-advanced__swiper .swiper-slide-active {
z-index: 4;
}

@media (hover: hover) and (pointer: fine) {
.tcover-host .cover-auto-stack-advanced__swiper .cover-stack__link {
display: block;
    transform-origin: center center;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.tcover-host .cover-auto-stack-advanced__swiper .swiper-slide:hover .cover-stack__link {
transform: translateY(-10px) scale(1.04);
    opacity: 1;
}

.tcover-host .cover-auto-stack-advanced__swiper .swiper-slide:hover {
z-index: 6;
}

}

@media (max-width: 768px) {
.tcover-host .cover-auto-stack-advanced__swiper .swiper-slide {
width: var(--stack-slide-width, 176px);
}

}

@media (max-width: 768px) {
.tcover-host .cover-auto-stack__swiper {
max-width: 100%;
}

.tcover-host .cover-auto-stack-advanced__swiper {
max-width: 100%;
}

}

.tcover-host .cover-progress__slide {
border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  background: #ffffff;
}

.tcover-host .cover-progress__media {
position: relative;
  width: 100%;
  aspect-ratio: var(--cover-thumb-ratio);
  background: #f3f4f6;
}

.tcover-host .cover-progress__image {
width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tcover-host .cover-split__card {
display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  background: #ffffff;
}

.tcover-host .cover-split__media {
position: relative;
  width: 100%;
  aspect-ratio: var(--cover-thumb-ratio);
  background: #f3f4f6;
}

.tcover-host .cover-split__image {
width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tcover-host .cover-split__fallback {
position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  background: linear-gradient(135deg, #f9fafb 0%, #e5e7eb 100%);
  color: #9ca3af;
}

.tcover-host .cover-split__media s_cover_item_thumbnail + .cover-split__fallback {
display: none;
}

.tcover-host .cover-split__title {
font-size: 18px;
  font-weight: 700;
}

.tcover-host .cover-split__summary {
font-size: 14px;
  color: #374151;
  line-height: 1.6;
}

.tcover-host .cover-auto-ticker-thumb__swiper {
width: 100%;
  height: 260px;
}

.tcover-host .cover-ticker-thumb__item {
display: grid;
  grid-template-columns: 48px 1fr;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #ffffff;
  text-decoration: none;
  color: #111827;
}

.tcover-host .cover-ticker-thumb__thumb {
position: relative;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  overflow: hidden;
  background: #f3f4f6;
}

.tcover-host .cover-ticker-thumb__image {
width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tcover-host .cover-ticker-thumb__fallback {
position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
}

.tcover-host .cover-ticker-thumb__title {
font-size: 14px;
  font-weight: 600;
}

.tcover-host .cover-ticker-thumb__meta {
font-size: 12px;
  color: #6b7280;
  margin-top: 4px;
}

.tcover-host .cover-mini-carousel__card {
display: block;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  padding: 0;
  background: #ffffff;
  text-decoration: none;
  color: #111827;
}

.tcover-host .cover-mini-carousel__thumb {
position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #f3f4f6;
  border-radius: 12px;
  overflow: hidden;
}

.tcover-host .cover-mini-carousel__image {
width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tcover-host .cover-mini-carousel__fallback {
position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
}

.tcover-host .cover-mini-carousel__title {
font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.tcover-host .cover-mini-carousel__meta {
display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 11px;
  color: #e5e7eb;
}

.tcover-host .cover-mini-carousel__category {
display: inline-flex;
  align-items: center;
  padding: 2px 6px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(17, 24, 39, 0.35);
  color: #ffffff;
  font-size: 10px;
}

.tcover-host .cover-mini-carousel__date {
font-size: 11px;
  color: #e5e7eb;
}

.tcover-host .cover-auto-mini-carousel-16x9 .cover-mini-carousel__thumb {
aspect-ratio: var(--cover-wide-ratio);
}

.tcover-host .cover-mini-carousel-manual__swiper {
width: 100%;
  padding-bottom: 6px;
}

.tcover-host .cover-mini-carousel-manual__swiper .swiper-button-prev,
.tcover-host .cover-mini-carousel-manual__swiper .swiper-button-next {
width: 38px;
  height: 38px;
  margin-top: -19px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
}

.tcover-host .cover-mini-carousel-manual__swiper .swiper-button-prev::after,
.tcover-host .cover-mini-carousel-manual__swiper .swiper-button-next::after {
font-size: 15px;
  font-weight: 700;
}

.tcover-host .cover-mini-carousel-manual__swiper .swiper-pagination {
position: static;
  margin-top: 12px;
}

.tcover-host .cover-progress__title {
font-size: 16px;
  font-weight: 700;
}

.tcover-host .cover-progress__meta {
display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 12px;
  color: #e5e7eb;
}

.tcover-host .cover-progress__category {
display: inline-flex;
  align-items: center;
  padding: 2px 6px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(17, 24, 39, 0.35);
  color: #ffffff;
  font-size: 11px;
}

.tcover-host .cover-progress__date {
font-size: 12px;
  color: #e5e7eb;
}

.tcover-host .cover-auto-progress__swiper {
max-width: 520px;
  margin: 0 auto;
}

@media (max-width: 768px) {
.tcover-host .cover-auto-progress__swiper {
max-width: 100%;
}

}

.tcover-host .cover-auto-progress__swiper .swiper-pagination {
position: static;
  margin-top: 10px;
}

.tcover-host .cover-auto-progress__swiper .swiper-pagination-progressbar {
background: #e5e7eb;
}

.tcover-host .cover-auto-progress__swiper .swiper-pagination-progressbar-fill {
background: #111827;
}

.tcover-host .cover-auto-focus__swiper .swiper-slide {
transform: scale(0.9);
  opacity: 0.6;
  transition: transform 0.2s ease, opacity 0.2s ease;
  display: flex;
  justify-content: center;
}

.tcover-host .cover-auto-focus__swiper .swiper-slide-active {
transform: scale(1);
  opacity: 1;
}

.tcover-host .cover-focus__card {
display: block;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  padding: 0;
  background: #ffffff;
  text-decoration: none;
  color: #111827;
  width: 280px;
}

.tcover-host .cover-focus__thumb {
position: relative;
  width: 100%;
  aspect-ratio: var(--focus-thumb-ratio, var(--cover-rect-ratio));
  background: #f3f4f6;
  border-radius: 10px;
  overflow: hidden;
}

.tcover-host .cover-focus__image {
width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tcover-host .cover-focus__fallback {
position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
}

.tcover-host .cover-focus__title {
font-size: 16px;
  font-weight: 700;
}

.tcover-host .cover-focus__meta {
display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 12px;
  color: #e5e7eb;
}

.tcover-host .cover-focus__category {
display: inline-flex;
  align-items: center;
  padding: 2px 6px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(17, 24, 39, 0.35);
  color: #ffffff;
  font-size: 11px;
}

.tcover-host .cover-focus__date {
font-size: 12px;
  color: #e5e7eb;
}

@media (max-width: 768px) {
.tcover-host .cover-focus__card {
width: 240px;
}

}

.tcover-host .cover-category__chip {
display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  color: #111827;
  text-decoration: none;
  white-space: nowrap;
}

.tcover-host .cover-category__label {
font-size: 12px;
  color: #6b7280;
}

.tcover-host .cover-category__title {
font-size: 13px;
  font-weight: 600;
}

.tcover-host .cover-comment__item {
display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px 14px;
  border: 1px solid #f1f5f9;
  border-radius: 12px;
  background: #ffffff;
  text-decoration: none;
  color: #111827;
}

.tcover-host .cover-auto-comment__swiper {
width: 100%;
  height: 220px;
}

@media (max-width: 768px) {
.tcover-host .cover-auto-comment__swiper {
height: 200px;
}

}

.tcover-host .cover-comment__text {
font-size: 13px;
  color: #374151;
  line-height: 1.5;
}

.tcover-host .cover-comment__author {
font-size: 12px;
  color: #6b7280;
}

.tcover-host .cover-weekly__card {
display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  text-decoration: none;
  color: #111827;
}

.tcover-host .cover-weekly__thumb {
position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #f3f4f6;
  border-radius: 12px;
  overflow: hidden;
}

.tcover-host .cover-weekly__image {
width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tcover-host .cover-weekly__fallback {
position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  background: linear-gradient(135deg, #f9fafb 0%, #e5e7eb 100%);
  color: #9ca3af;
}

.tcover-host .cover-weekly__thumb s_cover_item_thumbnail + .cover-weekly__fallback {
display: none;
}

.tcover-host .cover-weekly__badge {
display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 999px;
  background: #111827;
  color: #ffffff;
  font-size: 11px;
  width: fit-content;
}

.tcover-host .cover-weekly__title {
font-size: 15px;
  font-weight: 700;
}

.tcover-host .cover-weekly__summary {
font-size: 13px;
  color: #374151;
  line-height: 1.5;
}

.tcover-host .cover-spotlight__layout {
display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  column-gap: 5px;
  align-items: stretch;
  --spotlight-thumb-size: 64px;
}

.tcover-host .cover-spotlight-side-16x9 .cover-spotlight__layout {
grid-template-columns: minmax(0, 1fr) var(--spotlight-sidebar-width, 320px);
}

.tcover-host .cover-spotlight-side-16x9-reverse .cover-spotlight__layout {
grid-template-columns: var(--spotlight-sidebar-width, 320px) minmax(0, 1fr);
}

.tcover-host .cover-spotlight-side-16x9-reverse .cover-spotlight__main {
order: 2;
}

.tcover-host .cover-spotlight-side-16x9-reverse .cover-spotlight__thumbs {
order: 1;
}

.tcover-host .cover-spotlight__main {
width: 100%;
  height: 100%;
  max-width: none;
}

.tcover-host .cover-spotlight__card {
position: relative;
  display: block;
  border: 1px solid #f1f5f9;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.tcover-host .cover-spotlight__media {
position: relative;
  width: 100%;
  height: 100%;
  background: #f3f4f6;
}

.tcover-host .cover-spotlight__image {
width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tcover-host .cover-spotlight__fallback {
position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  background: linear-gradient(135deg, #f9fafb 0%, #e5e7eb 100%);
  color: #9ca3af;
}

.tcover-host .cover-spotlight__media s_cover_item_thumbnail + .cover-spotlight__fallback {
display: none;
}

.tcover-host .cover-spotlight__title {
font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.tcover-host .cover-spotlight__summary {
font-size: 14px;
  color: #e5e7eb;
  line-height: 1.6;
}

.tcover-host .cover-spotlight__thumbs {
width: 100%;
  height: 100%;
}

.tcover-host .cover-spotlight__thumb-item {
display: flex;
  gap: 18px;
  align-items: stretch;
  padding: 0;
  border-radius: 12px;
  border: 1px solid #f1f5f9;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
  text-decoration: none;
  color: inherit;
  height: 100%;
  overflow: hidden;
}

.tcover-host .cover-spotlight__thumb {
position: relative;
  width: auto;
  height: 100%;
  min-height: var(--spotlight-thumb-size);
  aspect-ratio: var(--spotlight-thumb-ratio, 1 / 1);
  align-self: stretch;
  flex-shrink: 0;
  border-radius: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);
}

.tcover-host .cover-spotlight__thumbs .swiper-wrapper {
height: 100%;
}

.tcover-host .cover-spotlight__thumbs .swiper-slide {
height: auto;
}

.tcover-host .cover-spotlight__thumb-image {
width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tcover-host .cover-spotlight__thumb-fallback {
position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
}

.tcover-host .cover-spotlight__thumb-title {
font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.8em;
}

.tcover-host .cover-spotlight-list-title-hidden .cover-spotlight__thumb-title {
display: none;
}

.tcover-host .cover-spotlight__thumb-meta {
display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 12px;
  color: #6b7280;
  margin-top: auto;
}

.tcover-host .cover-spotlight__thumb-category {
display: inline-flex;
  align-items: center;
  padding: 2px 6px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #f3f4f6;
  color: #4b5563;
  font-size: 11px;
}

.tcover-host .cover-spotlight__thumb-date {
font-size: 12px;
  color: #6b7280;
}

.tcover-host .cover-spotlight-side-16x9 .cover-spotlight__thumb-item {
position: relative;
  display: block;
  height: 100%;
}

.tcover-host .cover-spotlight-side-16x9 .cover-spotlight__thumb {
width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  background: #0f172a;
}

.tcover-host .cover-spotlight-side-16x9 .cover-spotlight__thumb-image {
object-fit: cover;
}

.tcover-host .cover-spotlight-side-16x9 .cover-spotlight__thumb-title {
font-size: 14px;
  color: #ffffff;
  min-height: auto;
}

.tcover-host .cover-spotlight-side-16x9 .cover-spotlight__thumb-meta {
margin-top: 0;
  color: rgba(255, 255, 255, 0.82);
}

.tcover-host .cover-spotlight-side-16x9 .cover-spotlight__thumb-category {
border-color: rgba(255, 255, 255, 0.28);
  background: rgba(15, 23, 42, 0.28);
  color: #ffffff;
}

.tcover-host .cover-spotlight-side-16x9 .cover-spotlight__thumb-date {
color: rgba(255, 255, 255, 0.82);
}

.tcover-host .cover-spotlight__thumbs .swiper-slide-thumb-active .cover-spotlight__thumb-item {
border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.tcover-host .cover-spotlight-16x9 .cover-spotlight__layout {
align-items: start;
}

@media (max-width: 1024px) {
.tcover-host .cover-spotlight__layout {
grid-template-columns: minmax(0, 1fr) 280px;
}

}

@media (max-width: 768px) {
.tcover-host .cover-spotlight__layout {
grid-template-columns: minmax(0, 1fr);
    row-gap: 16px;
}

.tcover-host .cover-spotlight__thumb-item {
gap: 12px;
}

.tcover-host .cover-spotlight__thumb-title {
font-size: 14px;
}

}

@media (max-width: 768px) {
.tcover-host .cover-mosaic-16x9 .cover-mosaic__grid > s_cover_item:nth-child(1) .cover-mosaic__card {
grid-column: span 2;
    grid-row: span 1;
}

.tcover-host .cover-mosaic-3col-16x9 .cover-mosaic__grid > s_cover_item:nth-child(1) .cover-mosaic__card {
grid-column: span 2;
    grid-row: span 1;
}

.tcover-host .cover-mosaic-2col-16x9 .cover-mosaic__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tcover-host .cover-mosaic-2col-16x9 .cover-mosaic__grid > s_cover_item:nth-child(1) .cover-mosaic__card {
grid-column: span 1;
    grid-row: span 1;
}

.tcover-host .cover-magazine__thumb {
width: 100%;
}

}

@media (max-width: 768px) {
.tcover-host .cover-split__card {
grid-template-columns: minmax(0, 1fr);
}

}

@media (max-width: 768px) {
.tcover-host .cover-magazine-low-fixed .cover-magazine__item {
flex-direction: row;
    gap: 12px;
    height: 132px;
    min-height: 132px;
}

.tcover-host .cover-magazine-low-fixed .cover-magazine__thumb {
width: auto;
    height: 100%;
    aspect-ratio: var(--magazine-thumb-ratio, var(--cover-rect-ratio));
    padding: 8px;
}

.tcover-host .cover-magazine-low-fixed-no-summary .cover-magazine__thumb {
padding: 0;
}

.tcover-host .cover-magazine-low-fixed .cover-magazine__title {
font-size: 16px;
}

.tcover-host .cover-magazine-low-fixed .cover-magazine__summary {
line-clamp: 1;
    -webkit-line-clamp: 1;
}

.tcover-host .cover-magazine-design-low-fixed-no-summary .cover-meta {
gap: 6px;
}

.tcover-host .cover-magazine-design-low-fixed-no-summary .cover-meta__item {
padding: 3px 8px;
}

}

.tcover-host .paging {
margin: 24px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.tcover-host .paging__btn,
.tcover-host .paging__num {
display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  font-size: 13px;
  color: #4b5563;
  text-decoration: none;
  min-width: 32px;
}

.tcover-host .paging__nums {
display: flex;
  gap: 6px;
}

.tcover-host .paging__num:hover,
.tcover-host .paging__btn:hover {
color: #111827;
  border-color: #d1d5db;
}

.tcover-host .paging__num.selected {
color: #111827;
  border-color: #111827;
  font-weight: 600;
}

@media (max-width: 768px) {
.tcover-host .cover-meta__text {
max-width: 90px;
}

}

@media (max-width: 768px) {
.tcover-host .cover-list__item {
grid-template-columns: 140px minmax(0, 1fr);
}

.tcover-host .cover-list-dynamic .cover-list__item {
grid-template-columns: 140px minmax(0, 1fr);
}

.tcover-host .cover-list-low .cover-list__item {
grid-template-columns: 120px minmax(0, 1fr);
}

.tcover-host .cover-list-low-fixed .cover-list__item {
grid-template-columns: auto minmax(0, 1fr);
    height: 120px;
    min-height: 120px;
}

.tcover-host .cover-list-low-fixed .cover-list__thumb-link {
width: auto;
}

.tcover-host .cover-list__thumb {
width: 100%;
    aspect-ratio: var(--cover-thumb-ratio);
}

.tcover-host .cover-list-dynamic .cover-list__thumb {
aspect-ratio: var(--list-thumb-ratio, var(--cover-rect-ratio));
}

.tcover-host .cover-list-low-fixed .cover-list__thumb {
width: auto;
    height: 100%;
    aspect-ratio: var(--list-thumb-ratio, var(--cover-rect-ratio));
    padding: 8px;
}

.tcover-host .cover-gallery__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

}

/* Refine imported covers for the CustomSkin shell */
.tcover-top-cover-area {
--tcover-shell-max-width: 1200px;
  --tcover-shell-pad: 24px;
}

@media (max-width: 1060px) {
.tcover-top-cover-area {
--tcover-shell-pad: 20px;
  }
}

@media (max-width: 768px) {
.tcover-top-cover-area {
--tcover-shell-pad: 16px;
  }
}

body.has-tcover-top-cover .area-main {
margin-top: 0;
}

body.has-tcover-top-cover .wrap-right .area-aside {
margin-top: 0;
}

@media screen and (max-width: 1061px) {
body.has-tcover-top-cover .area-main {
margin-top: 0;
  }
}

.tcover-top-cover-area .area-cover-custom {
max-width: calc(var(--tcover-shell-max-width) + (var(--tcover-shell-pad) * 2));
  padding-left: var(--tcover-shell-pad);
  padding-right: var(--tcover-shell-pad);
}

.tcover-top-cover-area .area-cover-custom.is-top-fullwidth {
max-width: none;
}

.tcover-host .cover-list__body,
.tcover-host .cover-gallery__body,
.tcover-host .cover-featured__body,
.tcover-host .cover-magazine__body,
.tcover-host .cover-carousel__body,
.tcover-host .cover-split__body {
display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  padding: 16px 18px 18px;
  box-sizing: border-box;
}

.tcover-host .cover-list__body,
.tcover-host .cover-gallery__body,
.tcover-host .cover-featured__body,
.tcover-host .cover-magazine__body,
.tcover-host .cover-carousel__body,
.tcover-host .cover-split__body,
.tcover-host .cover-spotlight__thumb-body {
overflow: hidden;
}

.tcover-host .cover-featured__body .cover-meta,
.tcover-host .cover-magazine__body .cover-meta,
.tcover-host .cover-carousel__body .cover-meta,
.tcover-host .cover-split__body .cover-meta {
margin-top: auto;
}

.tcover-host .cover-list-low .cover-list__body {
padding: 14px 16px;
  gap: 6px;
}

.tcover-host .cover-list-low-fixed .cover-list__body {
padding: 14px 16px 14px 0;
  gap: 8px;
  justify-content: center;
}

.tcover-host .cover-gallery__body {
padding: 16px 18px 18px;
}

.tcover-host .cover-featured__body {
padding: 16px;
}

.tcover-host .cover-magazine-low .cover-magazine__body {
padding: 14px 0;
  gap: 8px;
}

.tcover-host .cover-magazine-low-fixed .cover-magazine__body {
padding: 14px 16px 14px 0;
  gap: 8px;
  justify-content: center;
}

.tcover-host .cover-magazine-low-fixed-no-summary .cover-magazine__body {
gap: 6px;
}

.tcover-host .cover-magazine-low-fixed-no-summary .cover-magazine__body.is-single-line-title .cover-magazine__title {
margin-top: 8px;
}

.tcover-host .cover-magazine-design-low-fixed-no-summary .cover-magazine__body {
position: relative;
  margin: 10px 10px 10px 0;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(33, 150, 243, 0.08);
  background:
    radial-gradient(circle at top right, rgba(0, 188, 212, 0.12), transparent 42%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
  overflow: hidden;
}

.tcover-host .cover-magazine-design-low-fixed-no-summary .cover-magazine__body.is-single-line-title .cover-magazine__title {
margin-top: 8px;
}

.tcover-host .cover-magazine-design-low-fixed-no-summary .cover-magazine__body::after {
content: "";
  position: absolute;
  top: 12px;
  right: 14px;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(33, 150, 243, 0.16) 0%, rgba(33, 150, 243, 0) 72%);
  pointer-events: none;
}

.tcover-host .cover-mini-carousel__body,
.tcover-host .cover-carousel__body--overlay,
.tcover-host .cover-mosaic__body,
.tcover-host .cover-stack__body,
.tcover-host .cover-progress__body,
.tcover-host .cover-focus__body,
.tcover-host .cover-spotlight__body {
position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #ffffff;
  z-index: 2;
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.02) 0%, rgba(17, 24, 39, 0.78) 100%);
}

.tcover-host .cover-mini-carousel__body {
padding: 10px 12px 12px;
}

.tcover-host .cover-carousel__body--overlay {
padding: 14px 16px 16px;
}

.tcover-host .cover-mosaic__body {
padding: 10px 12px 12px;
}

.tcover-host .cover-stack__body,
.tcover-host .cover-progress__body,
.tcover-host .cover-focus__body {
padding: 12px 14px 14px;
}

.tcover-host .cover-spotlight__body {
width: 100%;
  padding: 18px 20px 22px;
  gap: 10px;
}

.tcover-host .cover-spotlight__thumb-body {
display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 12px 14px 12px 0;
}

.tcover-host .cover-spotlight {
--spotlight-visible-thumbs: 3;
  --spotlight-thumb-gap: 12;
  --spotlight-column-gap: 16;
}

.tcover-host .cover-fullwide-spotlight-roll {
--spotlight-visible-thumbs: 4;
}

.tcover-host .cover-spotlight__layout {
grid-template-columns: minmax(0, 1fr) 300px;
  column-gap: 16px;
}

.tcover-host .cover-list-low-fixed .cover-list__thumb {
min-width: 120px;
  max-width: min(40%, 240px);
}

.tcover-host .cover-magazine-low-fixed .cover-magazine__thumb {
min-width: 132px;
  max-width: min(34%, 280px);
}

.tcover-host .cover-spotlight__thumb {
min-width: 88px;
  max-width: min(48%, 220px);
}

.tcover-host .cover-focus__thumb {
min-height: 220px;
  max-height: 360px;
}

.tcover-host .cover-list__title,
.tcover-host .cover-gallery__title,
.tcover-host .cover-featured__title,
.tcover-host .cover-magazine__title,
.tcover-host .cover-carousel__title,
.tcover-host .cover-split__title {
overflow-wrap: anywhere;
}

.tcover-host .cover-featured__summary,
.tcover-host .cover-magazine__summary,
.tcover-host .cover-carousel__summary,
.tcover-host .cover-split__summary {
display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 1024px) {
.tcover-host .cover-spotlight__layout {
grid-template-columns: minmax(0, 1fr) 272px;
  }
}

@media (max-width: 768px) {
body.has-tcover-top-cover .area-main {
margin-top: 0;
  }

.tcover-host .cover-list__body,
  .tcover-host .cover-gallery__body,
  .tcover-host .cover-featured__body,
  .tcover-host .cover-magazine__body,
  .tcover-host .cover-carousel__body,
  .tcover-host .cover-split__body {
padding: 12px;
    gap: 6px;
  }

.tcover-host .cover-list-low-fixed .cover-list__item,
  .tcover-host .cover-magazine-low-fixed .cover-magazine__item {
height: auto;
    min-height: 0;
  }

.tcover-host .cover-list-low-fixed .cover-list__body,
  .tcover-host .cover-magazine-low-fixed .cover-magazine__body {
padding-top: 12px;
    padding-bottom: 12px;
    justify-content: center;
  }

.tcover-host .cover-magazine-low-fixed .cover-magazine__body {
padding-right: 12px;
  }

.tcover-host .cover-list-low-fixed .cover-list__thumb {
min-width: 92px;
    max-width: 38%;
  }

.tcover-host .cover-magazine-low-fixed .cover-magazine__thumb {
min-width: 104px;
    max-width: 40%;
  }

.tcover-host .cover-focus__card {
width: clamp(220px, 72vw, 260px);
  }

.tcover-host .cover-focus__thumb {
min-height: 180px;
    max-height: 280px;
  }

.tcover-host .cover-mini-carousel__body,
  .tcover-host .cover-mosaic__body {
padding: 10px;
  }

.tcover-host .cover-carousel__body--overlay,
  .tcover-host .cover-stack__body,
  .tcover-host .cover-progress__body,
  .tcover-host .cover-focus__body {
padding: 12px;
  }

.tcover-host .cover-spotlight__body {
padding: 14px 16px 18px;
    gap: 8px;
  }

.tcover-host .cover-spotlight__thumb-body {
padding: 12px 14px 12px 0;
  }

.tcover-host .cover-spotlight {
--spotlight-visible-thumbs: 3;
  }
}

/* Home cover alignment and spacing polish */
#tt-body-index .main {
padding-top: 0;
  align-items: flex-start;
}

#tt-body-index .area-main {
margin-top: 0;
}

#tt-body-index .wrap-right .area-aside {
margin-top: 0;
}

.tcover-top-cover-area.has-top-cover {
margin-top: 10px;
}

#tt-body-index .area-cover-custom,
.tcover-top-cover-area .area-cover-custom {
margin-bottom: 32px;
}

.tcover-top-cover-area .area-cover-custom:last-child {
margin-bottom: 0;
}

.tcover-host .cover + .cover {
margin-top: 32px;
}

.tcover-host .cover-header {
padding-top: 0;
  margin: 0 0 12px;
}

.tcover-host .cover-title {
gap: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.tcover-host .cover.is-titleless .cover-header,
.tcover-host .cover.is-titleless .cover-title {
display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.tcover-host .cover.is-titleless .cover-title::after {
display: none;
}

@media (max-width: 768px) {
.tcover-top-cover-area.has-top-cover {
margin-top: 10px;
  }

#tt-body-index .area-cover-custom,
  .tcover-top-cover-area .area-cover-custom {
margin-bottom: 24px;
  }

.tcover-host .cover + .cover {
margin-top: 24px;
  }

.tcover-host .cover-header {
margin-bottom: 8px;
  }
}

/* Clamp all imported cover content titles to 3 lines */
.tcover-host .cover-slide__title,
.tcover-host .cover-list__title,
.tcover-host .cover-gallery__title,
.tcover-host .cover-hero__title,
.tcover-host .cover-featured__title,
.tcover-host .cover-mosaic__title,
.tcover-host .cover-magazine__title,
.tcover-host .cover-carousel__title,
.tcover-host .cover-stack__title,
.tcover-host .cover-split__title,
.tcover-host .cover-ticker-thumb__title,
.tcover-host .cover-mini-carousel__title,
.tcover-host .cover-progress__title,
.tcover-host .cover-focus__title,
.tcover-host .cover-weekly__title,
.tcover-host .cover-spotlight__title,
.tcover-host .cover-spotlight__thumb-title {
display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}
