.central .list_texts {
  background: rgba(255, 255, 255, 0.92);
  padding: 2rem 0;
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 18px 40px rgba(164, 123, 134, 0.1);
  border: 1px solid rgba(236, 216, 221, 0.9) !important;
}
.central .list_texts .top-title {
  font-size: 1.5rem;
  line-height: 4rem;
  font-family: 'Noto Serif SC', serif;
  font-weight: 700;
}
.list_texts img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 450px;
  box-shadow: 0 4px 8px 0 rgb(28 31 33 / 15%);
  border-radius: 12px;
  border: 1px solid rgba(208, 206, 206, 0.6) !important;
  margin: 1.5rem 0;
}
.list_texts img:hover{
    /*cursor: pointer;*/
    cursor:url(../cur/hover.cur), pointer;
}
.row .card .list_texts {
  padding: 2rem 2rem;
  display: flex;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
}
.row .card .list_texts .lovelist {
  transition: height 2s;
  width: 100%;
  line-height: 3rem;
}
.row .card .list_texts .lovelist .open {
  border-bottom: 1px solid rgba(208, 206, 206, 0.6) !important;
  cursor: pointer;
}
.row .card .list_texts .lovelist .open .hied {
  display: none;
  width: 100%;
  height: 100%;
  transition: all 0.1s linear;
}
.row .card .list_texts i {
  font-style: normal;
  margin-right: 0.8rem;
  font-size: 1.8rem;
}
.row .card .list_texts .air {
  color: #ddd;
}
.row .card .list_texts .com {
  color: #19ffa0;
}
.row .card .list_texts span {
  font-size: 1.3rem;
  font-family: 'Noto Serif SC', serif;
  font-weight: 700;
  color: #4f3b42;
}
.open img{
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  box-shadow: 0 2px 12px #ebedf07a;
  border: 1px solid rgba(208, 206, 206, 0.6) !important;
  margin: 1.5rem 0;
}

/* Main-site list V7 */
.lgnewui-list-page {
  position: relative;
  padding: 1rem 0 5rem;
  overflow: hidden;
}

.lgnewui-list-page::before {
  content: '';
  position: absolute;
  inset: 5.5rem auto auto 50%;
  width: min(78vw, 840px);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(236, 72, 153, .22), rgba(59, 130, 246, .18), transparent);
  pointer-events: none;
}

.lgnewui-list-container {
  width: min(1080px, calc(100% - 2rem));
  margin: 0 auto;
}

.lgnewui-list-hero {
  max-width: 960px;
  margin: 1.4rem auto 2rem;
  padding: 2.8rem 1rem 1.3rem;
  text-align: center;
}

.lgnewui-list-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .58rem;
  padding: .42rem .9rem;
  border: 1px solid rgba(244, 114, 182, .24);
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  color: #9f5f73;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  box-shadow: 0 16px 40px rgba(190, 83, 116, .08);
  backdrop-filter: blur(12px);
}

.lgnewui-list-hero__eyebrow i {
  color: #ec4899;
  font-size: 1rem;
}

.lgnewui-list-hero__title {
  margin: .7rem 0 .72rem;
  font-family: 'Noto Serif SC', serif;
  font-size: clamp(2.5rem, 7vw, 5.2rem);
  line-height: 1;
  color: #17141f;
  letter-spacing: .04em;
}

.lgnewui-list-hero__desc {
  max-width: 620px;
  margin: 0 auto 1.35rem;
  color: #7b6670;
  font-size: 1rem;
  line-height: 1.8;
}

.lgnewui-list-owners {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  padding: .58rem;
  border-radius: 999px;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(255,255,255,.9);
  box-shadow: 0 22px 55px rgba(120, 79, 94, .12);
  backdrop-filter: blur(16px);
}

.lgnewui-list-owner {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  min-width: 138px;
  padding: .38rem .9rem .38rem .42rem;
  border-radius: 999px;
  text-align: left;
  background: #fff;
  box-shadow: 0 10px 22px rgba(15, 23, 42, .06);
}

.lgnewui-list-owner img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
}

.lgnewui-list-owner span {
  display: block;
  margin-bottom: .1rem;
  font-size: .68rem;
  color: #a1a1aa;
  font-weight: 800;
  letter-spacing: .12em;
}

.lgnewui-list-owner strong {
  display: block;
  max-width: 98px;
  color: #18181b;
  font-size: .95rem;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lgnewui-list-owner--boy img { box-shadow: 0 0 0 3px rgba(59,130,246,.16); }
.lgnewui-list-owner--girl img { box-shadow: 0 0 0 3px rgba(236,72,153,.16); }

.lgnewui-list-owner__progress {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lgnewui-list-owner__ring {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: conic-gradient(#ec4899 var(--progress), rgba(236,72,153,.14) 0);
  box-shadow: 0 12px 26px rgba(236,72,153,.18);
  position: relative;
}

.lgnewui-list-owner__ring::before {
  content: '';
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: #fff;
}

.lgnewui-list-owner__ring span {
  position: relative;
  color: #17141f;
  font-size: .78rem;
  font-weight: 900;
}

.lgnewui-list-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
  max-width: 620px;
  margin: 1.15rem auto 0;
}

.lgnewui-list-stat {
  padding: .85rem .7rem;
  border: 1px solid rgba(255,255,255,.86);
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 14px 34px rgba(120, 79, 94, .08);
}

.lgnewui-list-stat span {
  display: block;
  color: #17141f;
  font-family: 'Oswald', 'Noto Sans SC', sans-serif;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1;
}

.lgnewui-list-stat em {
  display: block;
  margin-top: .35rem;
  color: #8c7a83;
  font-size: .75rem;
  font-style: normal;
  font-weight: 700;
}

.lgnewui-list-page .ll-toolbar {
  max-width: 760px;
  margin: 0 auto 1.2rem;
  padding: .65rem;
  border: 1px solid rgba(255,255,255,.88);
  border-radius: 24px;
  background: rgba(255,255,255,.68);
  box-shadow: 0 18px 48px rgba(120, 79, 94, .1);
  backdrop-filter: blur(16px);
}

.lgnewui-list-page .ll-tabs {
  background: rgba(244, 244, 245, .9);
  border-radius: 18px;
  margin-bottom: .7rem;
}

.lgnewui-list-page .ll-tab {
  min-height: 42px;
  border-radius: 15px;
  color: #81717a;
  font-weight: 800;
}

.lgnewui-list-page .ll-tab.is-active,
.lgnewui-list-page .ll-tab.is-active i {
  color: #18181b;
}

.lgnewui-list-page .ll-tab-slider {
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .08);
}

.lgnewui-list-page .ll-tab.is-active .ll-badge {
  background: #ec4899;
}

.lgnewui-list-page .ll-search input {
  min-height: 44px;
  border: 1px solid rgba(244, 114, 182, .12);
  box-shadow: none;
  color: #27202a;
}

.lgnewui-list-page .ll-cards,
.lgnewui-list-page .ll-skeleton {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.lgnewui-list-page .ll-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 2.8rem;
}

.lgnewui-list-page .ll-card {
  border: 1px solid rgba(255,255,255,.86);
  border-radius: 22px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 20px 50px -24px rgba(86, 46, 65, .32);
  backdrop-filter: blur(18px);
}

.lgnewui-list-page .ll-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 62px -26px rgba(86, 46, 65, .38);
}

.lgnewui-list-page .ll-card-hd {
  min-height: 62px;
  padding: 1rem 1.15rem;
}

.lgnewui-list-page .ll-card.is-open .ll-card-hd {
  background: rgba(255, 245, 248, .7);
}

.lgnewui-list-page .ll-name {
  color: #1f1b24;
  font-size: 1rem;
  font-weight: 800;
}

.lgnewui-list-page .ll-card:not(.is-done) .ll-name {
  color: #716771;
}

.lgnewui-list-page .ll-dot {
  background: #f0c9d6;
  box-shadow: 0 0 0 5px rgba(236,72,153,.12);
}

.lgnewui-list-page .ll-dot.is-done {
  background: #38bdf8;
  box-shadow: 0 0 0 5px rgba(56,189,248,.14);
}

.ll-status-pill {
  display: inline-flex;
  align-items: center;
  height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  flex: 0 0 auto;
}

.ll-status-pill.is-done { background: #e0f2fe; color: #0284c7; }
.ll-status-pill.is-pending { background: #fff1f5; color: #db2777; }

.lgnewui-list-page .ll-tag {
  background: #fff1f5;
  color: #db2777;
}

.lgnewui-list-page .ll-card-bd {
  border-top-color: rgba(244, 114, 182, .12);
}

.lgnewui-list-page .ll-card-bd-inner {
  background: linear-gradient(135deg, rgba(255,255,255,.78), rgba(255,247,251,.72));
}

.lgnewui-list-page .ll-gallery {
  background: #fff7fb;
}

.lgnewui-list-page .ll-gallery img {
  cursor: url(../cur/hover.cur), pointer;
}

.lgnewui-list-page .ll-no-img {
  color: #d7a7b8;
  background: radial-gradient(circle at center, rgba(255,255,255,.9), rgba(255,241,245,.72));
}

.lgnewui-list-page .ll-info {
  align-items: flex-start;
  gap: .75rem;
}

.ll-owner-chip {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-height: 30px;
  padding: 4px 10px 4px 4px;
  border-radius: 999px;
  background: #fff;
  color: #8a7b84;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .06);
}

.ll-owner-chip img,
.ll-owner-chip__icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff1f5;
  color: #db2777;
}

.ll-owner-chip span {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

.ll-owner-chip strong {
  color: #17141f;
  font-size: 12px;
  font-weight: 900;
}

.ll-owner-chip--boy img { box-shadow: 0 0 0 2px rgba(59,130,246,.18); }
.ll-owner-chip--girl img { box-shadow: 0 0 0 2px rgba(236,72,153,.18); }

.lgnewui-list-page .ll-info-title {
  color: #17141f;
  font-family: 'Noto Serif SC', serif;
  font-size: 1.22rem;
  font-weight: 800;
  line-height: 1.45;
}

.lgnewui-list-page .ll-info-meta {
  gap: .5rem;
}

.lgnewui-list-page .ll-info-time,
.lgnewui-list-page .ll-info-loc {
  color: #86757e;
  font-size: .82rem;
  font-weight: 700;
}

.lgnewui-list-page .ll-watermark {
  color: rgba(56,189,248,.58);
}

.lgnewui-list-page .ll-watermark.is-pending {
  color: rgba(236,72,153,.24);
}

.lgnewui-list-page .ll-empty {
  max-width: 760px;
  margin: 0 auto 3rem;
  border-color: rgba(236,72,153,.16);
  background: rgba(255,255,255,.62);
}

@media (min-width: 860px) {
  .lgnewui-list-page .ll-card-bd-inner { flex-direction: row; min-height: 300px; }
  .lgnewui-list-page .ll-gallery { flex: 5; min-height: 300px; border-right: 1px solid rgba(244,114,182,.12); }
  .lgnewui-list-page .ll-info { flex: 4; padding: 2rem; justify-content: center; }
}

@media (max-width: 767px) {
  .lgnewui-list-page { padding-bottom: 6.5rem; }
  .lgnewui-list-container { width: min(100% - 1.2rem, 1080px); }
  .lgnewui-list-hero { margin-top: .3rem; padding-top: 2rem; }
  .lgnewui-list-owners { width: 100%; max-width: 370px; border-radius: 26px; flex-wrap: wrap; gap: .55rem; }
  .lgnewui-list-owner { flex: 1 1 135px; min-width: 0; }
  .lgnewui-list-owner__progress { order: 3; width: 100%; height: 42px; }
  .lgnewui-list-owner__ring { width: 38px; height: 38px; }
  .lgnewui-list-owner__ring span { font-size: .68rem; }
  .lgnewui-list-stats { grid-template-columns: 1fr; max-width: 370px; gap: .55rem; }
  .lgnewui-list-stat { display: flex; align-items: center; justify-content: space-between; padding: .78rem .95rem; }
  .lgnewui-list-stat em { margin-top: 0; }
  .lgnewui-list-page .ll-toolbar { border-radius: 20px; }
  .lgnewui-list-page .ll-tab { gap: .25rem; padding-left: 5px; padding-right: 5px; font-size: .76rem; }
  .ll-status-pill { display: none; }
  .lgnewui-list-page .ll-card-hd-left { gap: .5rem; }
}

/* Main-site lovelist sync */
.lgnewui-list-page {
  --bg-card: #ffffff;
  --radius-lg: 18px;
  --shadow-soft: 0 16px 42px rgba(33, 38, 49, .08);
  --main-accent: #71b7ff;
  --text-primary: #1f2937;
}

.lgnewui-list-page .Search_warp {
  width: min(900px, calc(100% - 2rem));
  margin: 1rem auto 2rem;
}

.lgnewui-list-page .Tab_Warp {
  font-family: 'Noto Serif SC', serif;
  width: fit-content;
  margin: 1rem auto 2rem;
}

.lgnewui-list-page .LgLoveList-tab-container {
  position: relative;
  display: inline-flex;
  background: rgb(164 164 164 / 12%);
  border-radius: 12px;
  padding: 3px;
  gap: 2px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.lgnewui-list-page .LgLoveList-tab-slider {
  position: absolute;
  top: 3px;
  left: 0;
  height: calc(100% - 6px);
  background: #ffffff;
  border-radius: 10px;
  transition: transform .4s cubic-bezier(.34, 1.56, .64, 1), width .3s cubic-bezier(.34, 1.56, .64, 1);
  z-index: 0;
  pointer-events: none;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .08);
}

.lgnewui-list-page .LgLoveList-tab {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 38px;
  padding: 8px 16px;
  border: none;
  border-radius: 10px;
  background: transparent;
  color: rgba(60, 60, 67, .6);
  cursor: pointer;
  font-size: .85rem;
  font-weight: 500;
  white-space: nowrap;
  transition: color .3s ease;
}

.lgnewui-list-page .LgLoveList-tab i {
  font-size: 16px;
  transition: all .3s ease;
  line-height: 1;
}

.lgnewui-list-page .LgLoveList-tab-active,
.lgnewui-list-page .LgLoveList-tab-active i {
  color: #000;
  font-weight: 600;
}

.lgnewui-list-page .LgLoveList-tab-active i {
  transform: scale(1.1);
}

.lgnewui-list-page .tab-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  margin-left: 4px;
  border-radius: 10px;
  background: #f0f0f0;
  color: #999;
  font-size: .65rem;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  transition: all .3s ease;
}

.lgnewui-list-page .LgLoveList-tab-active .tab-badge {
  background: #58aaff;
  color: #fff;
}

.lgnewui-list-page .search-box {
  position: relative;
  width: 90%;
  max-width: 550px;
  min-height: 52px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.lgnewui-list-page .scope-tag {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 20px;
  background: #f8f8f8;
  color: #999;
  cursor: pointer;
  font-family: 'Noto Serif SC', serif;
  font-size: .82rem;
  font-weight: 500;
  white-space: nowrap;
  user-select: none;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

.lgnewui-list-page .Search_warp #search {
  width: 100%;
  min-height: 52px;
  padding: 1.1rem 6.5rem 1.1rem 7rem;
  border: none;
  border-radius: 999px;
  background: #fff;
  color: #34323a;
  font-family: 'Noto Serif SC', serif;
  box-shadow: 0 14px 36px rgba(15, 23, 42, .08);
  outline: none;
}

.lgnewui-list-page .Search_warp #search_btn {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  padding: .7rem 1.15rem;
  border: none;
  border-radius: 999px;
  background: #1d1d1f;
  color: #fff;
  cursor: pointer;
  font-size: .82rem;
}

.lgnewui-list-page #list_container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
}

.lgnewui-list-page .love-card {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  margin-bottom: 1.2rem;
  overflow: hidden;
  transition: transform .3s;
}

.lgnewui-list-page .love-card:hover {
  transform: translateY(-2px);
}

.lgnewui-list-page .card-header {
  padding: 1.2rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  background: #fff;
  position: relative;
  z-index: 2;
  user-select: none;
}

.lgnewui-list-page .header-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  padding-left: 4px;
}

.lgnewui-list-page .status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

.lgnewui-list-page .status-dot.com {
  background: var(--main-accent);
  box-shadow: 0 0 0 4px rgba(113, 183, 255, .2);
}

.lgnewui-list-page .status-dot.air {
  background: #e0e0e0;
  box-shadow: 0 0 0 4px rgba(204, 204, 204, .2);
}

.lgnewui-list-page .event-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--text-primary);
  font-family: 'Noto Serif SC', serif;
  font-size: 1.1rem;
  font-weight: 600;
}

.lgnewui-list-page .status-dot.air + .event-name {
  color: #bbb;
  font-weight: 500;
}

.lgnewui-list-page .event-tags {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
  margin-left: 6px;
}

.lgnewui-list-page .event-tags .etag {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.lgnewui-list-page .event-tags .etag i {
  font-size: 13px;
  color: #999;
}

.lgnewui-list-page .toggle-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
  transition: transform .3s cubic-bezier(.4, 0, .2, 1);
}

.lgnewui-list-page .love-card.active .toggle-icon {
  transform: rotate(180deg);
  color: var(--main-accent);
}

.lgnewui-list-page .love-card.active .card-header {
  background: #fafafa;
}

.lgnewui-list-page .card-body {
  display: none;
  border-top: 1px solid #f0f0f0;
  background: #fff;
}

.lgnewui-list-page .body-content {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.lgnewui-list-page .body-gallery {
  width: 100%;
  height: 240px;
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
}

.lgnewui-list-page .ConventionPhoto,
.lgnewui-list-page .f-carousel__viewport,
.lgnewui-list-page .f-carousel__track,
.lgnewui-list-page .f-carousel__slide {
  height: 100% !important;
}

.lgnewui-list-page .f-carousel__slide img,
.lgnewui-list-page .body-gallery img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

.lgnewui-list-page .ConventionPhoto.is-carousel-ready .f-carousel__slide {
  display: none;
}

.lgnewui-list-page .ConventionPhoto.is-carousel-ready .f-carousel__slide.is-active {
  display: block;
}

.lgnewui-list-page .list-gallery-nav {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 4;
  display: inline-flex;
  gap: 8px;
}

.lgnewui-list-page .list-gallery-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 999px;
  background: rgba(20,17,32,.54);
  color: #fff;
  font-size: 18px;
  box-shadow: 0 10px 22px rgba(15,23,42,.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  cursor: pointer;
}

.lgnewui-list-page .list-gallery-btn:active {
  transform: translateY(1px);
}

.lgnewui-list-page .body-info {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.lgnewui-list-page .body-full-title {
  padding-bottom: 1rem;
  margin-bottom: .5rem;
  background-image: linear-gradient(to right, #e8e8e8, transparent);
  background-size: 100% 1px;
  background-position: bottom;
  background-repeat: no-repeat;
  color: #9f9f9f;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.6;
  word-break: break-word;
}

.lgnewui-list-page .achievement-watermark {
  position: absolute;
  bottom: 16px;
  right: 16px;
  pointer-events: none;
  z-index: 2;
}

.lgnewui-list-page .achievement-watermark i {
  font-size: 4.5rem;
  color: #71b7ff;
}

.lgnewui-list-page .achievement-watermark.wm-pending i {
  font-size: 3.5rem;
  color: #e0e0e0;
}

.lgnewui-list-page .info-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.lgnewui-list-page .info-label {
  color: #aaa;
  font-size: .8rem;
  font-weight: 500;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.lgnewui-list-page .info-value {
  color: #444;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.lgnewui-list-page .remark-item .info-value {
  margin-top: 5px;
  color: #504b4b;
  font-weight: 300;
}

.lgnewui-list-page .lovelist-location-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  max-width: 180px;
  padding: 4px 10px 4px 4px;
  border-radius: 999px;
  background: #f3f4f6;
  color: #9ca3af;
  font-size: 12px;
  font-weight: 500;
}

.lgnewui-list-page .lovelist-location-link i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  color: #9ca3af;
  font-size: 11px;
  flex-shrink: 0;
}

.lgnewui-list-page .lovelist-location-link span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lgnewui-list-page .no-img-placeholder {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #ddd;
  font-size: .9rem;
}

.lgnewui-list-page .no-img-placeholder i {
  font-size: 32px;
  color: #e8e8e8;
}

.lgnewui-list-page .img-counter {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 10;
  padding: 4px 10px;
  border-radius: 20px;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  font: 500 12px/1 Arial, sans-serif;
  letter-spacing: 1px;
  pointer-events: none;
  backdrop-filter: blur(4px);
}

@keyframes lgnewui-skeleton-screen-shimmer {
  0% { background-position: -1000px 0; }
  100% { background-position: 1000px 0; }
}

.lgnewui-list-page .lgnewui-skeleton-screen-wrap {
  display: grid;
  gap: 16px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
  z-index: 8;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity .24s ease, transform .24s ease, visibility 0s linear .24s;
}

.lgnewui-list-page .lgnewui-skeleton-screen-wrap.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}

.lgnewui-list-page .lgnewui-skeleton-screen-anim {
  background-color: #e2e5e7;
  background-image: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.6) 20%, rgba(255,255,255,0) 40%);
  background-size: 1000px 100%;
  background-repeat: no-repeat;
  animation: lgnewui-skeleton-screen-shimmer 2s infinite linear forwards;
  overflow: hidden;
  position: relative;
}

.lgnewui-list-page .lgnewui-skeleton-screen-card {
  box-sizing: border-box;
  background-color: #fff;
  padding: 16px 24px;
  border-radius: 16px;
  width: 100%;
}

.lgnewui-list-page .lgnewui-skeleton-screen-text { border-radius: 4px; }
.lgnewui-list-page .lgnewui-skeleton-screen-circle { border-radius: 50%; }
.lgnewui-list-page .lgnewui-skeleton-screen-flex { display: flex; }
.lgnewui-list-page .lgnewui-skeleton-screen-items-center { align-items: center; }
.lgnewui-list-page .lgnewui-skeleton-screen-justify-between { justify-content: space-between; }
.lgnewui-list-page .lgnewui-skeleton-screen-gap-3 { gap: 12px; }
.lgnewui-list-page .lgnewui-skeleton-screen-gap-4 { gap: 16px; }
.lgnewui-list-page .lgnewui-skeleton-screen-left-wrap { flex: 1; }
.lgnewui-list-page .lgnewui-skeleton-screen-dot { width: 22px; height: 22px; flex-shrink: 0; }
.lgnewui-list-page .lgnewui-skeleton-screen-line { width: 100%; max-width: 240px; height: 18px; }
.lgnewui-list-page .lgnewui-skeleton-screen-arrow { width: 16px; height: 16px; border-radius: 3px; flex-shrink: 0; }

.lgnewui-list-page .lg-list-loading-stage {
  opacity: 1;
  pointer-events: auto;
}

.lgnewui-list-page .lg-list-fade-in {
  animation: lgListFadeIn .4s ease-out forwards;
}

.lgnewui-list-page .lg-list-fade-in .love-card {
  animation: lgCardSlideIn .35s ease-out backwards;
}

@keyframes lgListFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes lgCardSlideIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.lgnewui-list-page .love-card.lgnewui-highlight {
  outline: 2px solid rgba(113, 183, 255, .65);
  box-shadow: 0 18px 56px rgba(113, 183, 255, .22);
}

@media (min-width: 768px) {
  .lgnewui-list-page .body-content {
    flex-direction: row;
    height: 360px;
  }
  .lgnewui-list-page .body-gallery {
    flex: 6;
    height: 100%;
    border-right: 1px solid #f0f0f0;
  }
  .lgnewui-list-page .body-info {
    flex: 4;
    padding: 2.5rem 2rem;
    justify-content: center;
    overflow-y: auto;
  }
}

@media (max-width: 767px) {
  .lgnewui-list-page .Search_warp { width: min(100% - 1rem, 900px); }
  .lgnewui-list-page .LgLoveList-tab { padding: 8px 10px; font-size: .78rem; }
  .lgnewui-list-page .search-box { width: 100%; }
  .lgnewui-list-page .Search_warp #search { padding-left: 5.7rem; padding-right: 5.4rem; font-size: .82rem; }
  .lgnewui-list-page .Search_warp #search_btn { padding: .65rem .85rem; }
  .lgnewui-list-page .scope-tag { padding: 7px 10px; font-size: .76rem; }
  .lgnewui-list-page .card-header { padding: 1rem; }
  .lgnewui-list-page .event-tags { display: none; }
}
