:root {
  --lfl-ink: #26190c;
  --lfl-muted: #786a56;
  --lfl-deep: #090805;
  --lfl-red: #8e2d1b;
  --lfl-red-2: #c74a26;
  --lfl-gold: #c99b48;
  --lfl-gold-2: #f2d389;
  --lfl-paper: #f8efd8;
  --lfl-card: rgba(255, 250, 239, 0.92);
  --lfl-line: rgba(96, 61, 26, 0.18);
  --lfl-shadow: 0 26px 70px rgba(34, 22, 10, 0.22);
  --lfl-title-font: "FZShuTi", "STXingkai", "STXinwei", "STKaiti", "KaiTi", "Songti SC", serif;
}

html {
  min-height: 100%;
  background: #100c08;
  scroll-behavior: smooth;
}

body.lfl-responsive {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 100vh;
  margin: 0 !important;
  left: auto !important;
  overflow-x: hidden;
  color: var(--lfl-ink);
  background:
    linear-gradient(180deg, #0c0906 0 88px, transparent 88px),
    radial-gradient(circle at 16% 18%, rgba(211, 141, 46, 0.2), transparent 28%),
    radial-gradient(circle at 86% 22%, rgba(58, 115, 125, 0.22), transparent 34%),
    linear-gradient(180deg, #f4ead3 0%, #efe4ca 42%, #ead7ad 100%);
  font-family: "Microsoft YaHei", "PingFang SC", "Source Han Sans SC", sans-serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body.lfl-responsive #base {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body.lfl-nav-open {
  overflow: hidden;
}

body.lfl-responsive a {
  color: inherit;
  text-decoration: none;
}

.lfl-app {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
}

.lfl-app::before {
  content: "";
  position: absolute;
  inset: 86px 0 auto;
  z-index: -1;
  height: 780px;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(6, 23, 29, 0.72) 0%, rgba(6, 41, 50, 0.18) 32%, rgba(255, 255, 255, 0) 62%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(235, 248, 241, 0.92) 92%),
    url("../images/lfl-art/home-spring.png") center top / cover no-repeat;
}

.lfl-app::after {
  content: "";
  position: absolute;
  inset: 1060px 0 auto;
  z-index: -1;
  height: 1500px;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(252, 244, 225, 0), rgba(252, 244, 225, 0.96) 8%, rgba(247, 233, 200, 0.96) 72%, rgba(232, 211, 169, 0) 100%),
    radial-gradient(circle at 14% 8%, rgba(197, 137, 48, 0.18), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(67, 123, 126, 0.12), transparent 30%);
}

.lfl-topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  width: min(1500px, 100%);
  min-height: 86px;
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 58px);
  color: #fff4dc;
  background:
    linear-gradient(180deg, rgba(22, 17, 12, 0.98), rgba(5, 5, 4, 0.98)),
    repeating-linear-gradient(90deg, rgba(210, 165, 76, 0.16) 0 1px, transparent 1px 94px);
  border-bottom: 1px solid rgba(229, 190, 112, 0.24);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.28);
  box-sizing: border-box;
}

.lfl-logo {
  display: grid;
  gap: 3px;
  min-width: 204px;
  justify-items: start;
}

.lfl-logo-mark {
  display: block;
  width: clamp(150px, 12vw, 204px);
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 3px 0 rgba(0, 0, 0, 0.3))
    drop-shadow(0 0 18px rgba(99, 227, 211, 0.18));
}

.lfl-logo span {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.22em;
  color: var(--lfl-gold-2);
  text-transform: uppercase;
}

.lfl-topnav {
  display: flex;
  align-items: stretch;
  justify-content: center;
  min-width: 0;
}

.lfl-topnav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 86px;
  padding: 0 clamp(12px, 1.5vw, 24px);
  color: #fff7e8;
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
  transition: color 160ms ease, background 160ms ease;
}

.lfl-topnav a::after {
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: center;
  background: linear-gradient(90deg, transparent, var(--lfl-gold-2), transparent);
  transition: transform 160ms ease;
}

.lfl-topnav a:hover,
.lfl-topnav a.is-active {
  color: var(--lfl-gold-2);
  background: linear-gradient(180deg, rgba(194, 143, 65, 0.2), rgba(194, 143, 65, 0.04));
}

.lfl-topnav a:hover::after,
.lfl-topnav a.is-active::after {
  transform: scaleX(1);
}

.lfl-top-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 24px;
  border-radius: 2px;
  color: #241304;
  font-size: 15px;
  font-weight: 900;
  background: linear-gradient(180deg, #f5d98a, #c89435);
  box-shadow: 0 16px 34px rgba(213, 151, 48, 0.24);
  transition: transform 160ms ease, filter 160ms ease;
}

.lfl-top-download:hover,
.lfl-download-main:hover,
.lfl-hero-actions a:hover,
.lfl-intro-card:hover,
.lfl-system-card:hover,
.lfl-activity-card:hover {
  transform: translateY(-2px);
}

.lfl-menu-button {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(233, 190, 110, 0.34);
  border-radius: 2px;
  background: rgba(255, 244, 220, 0.08);
}

.lfl-menu-button span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: var(--lfl-gold-2);
}

.lfl-main {
  width: min(1500px, 100%);
  margin: 0 auto;
}

.lfl-hero {
  position: relative;
  min-height: 770px;
  padding: 0 clamp(18px, 4vw, 58px);
  overflow: hidden;
}

.lfl-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 56% 36%, rgba(249, 225, 159, 0.42), transparent 16%),
    radial-gradient(circle at 78% 24%, rgba(105, 169, 184, 0.24), transparent 28%),
    linear-gradient(90deg, rgba(5, 24, 31, 0.42), rgba(255, 255, 255, 0) 46%);
}

.lfl-hero-scene {
  position: relative;
  min-height: 770px;
}

.lfl-hero-copy {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 112px;
  width: min(520px, 40vw);
  color: #fff1d2;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.42);
}

.lfl-kicker,
.lfl-section-head p {
  margin: 0 0 14px;
  color: var(--lfl-gold-2);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.lfl-hero h1,
.lfl-inner-hero h1 {
  margin: 0;
  font-family: var(--lfl-title-font);
  line-height: 0.98;
  letter-spacing: 0.05em;
}

.lfl-hero h1 {
  overflow: hidden;
  width: min(100%, 560px);
  aspect-ratio: 760 / 300;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0;
  text-shadow: none !important;
  background: url("../images/lfl-art/hero-title.png") left center / contain no-repeat;
  filter: drop-shadow(0 20px 30px rgba(0, 21, 27, 0.34));
}

.lfl-hero h1 br {
  display: none;
}

.lfl-hero-desc {
  max-width: 490px;
  margin: 24px 0 0;
  color: rgba(255, 248, 224, 0.88);
  font-size: clamp(16px, 1.35vw, 21px);
  font-weight: 700;
  line-height: 1.9;
}

.lfl-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.lfl-hero-actions a,
.lfl-inner-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border: 1px solid rgba(245, 214, 143, 0.54);
  color: #fff2d1;
  font-size: 15px;
  font-weight: 900;
  background: rgba(21, 13, 6, 0.54);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
  transition: transform 160ms ease, filter 160ms ease;
}

.lfl-hero-actions .lfl-download-button,
.lfl-inner-actions .lfl-download-button {
  color: #2a1605;
  background: linear-gradient(180deg, #f8d981, #c58b2e);
}

.lfl-character-art {
  position: absolute;
  z-index: 3;
  right: min(22px, 2vw);
  bottom: 92px;
  width: min(920px, 62vw);
  filter: drop-shadow(0 28px 42px rgba(0, 0, 0, 0.36));
}

.lfl-download-panel {
  position: absolute;
  z-index: 6;
  left: 0;
  bottom: 96px;
  display: grid;
  width: 270px;
  color: #fff5db;
  background: rgba(42, 27, 12, 0.86);
  border: 1px solid rgba(241, 203, 118, 0.42);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(8px);
}

.lfl-download-panel a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  padding: 0 24px;
  border-bottom: 1px solid rgba(241, 203, 118, 0.2);
  font-size: 20px;
  font-weight: 800;
  background: linear-gradient(90deg, rgba(176, 129, 53, 0.28), rgba(176, 129, 53, 0));
}

.lfl-download-panel a:not(.lfl-download-main)::after {
  content: "›";
  color: var(--lfl-gold-2);
  font-size: 22px;
}

.lfl-download-panel .lfl-download-main {
  display: grid;
  gap: 3px;
  min-height: 76px;
  color: #fff6dc;
  background:
    linear-gradient(90deg, rgba(255, 218, 132, 0.25), rgba(255, 218, 132, 0.04)),
    rgba(83, 55, 23, 0.8);
}

.lfl-download-main span {
  font-size: 28px;
  line-height: 1;
}

.lfl-download-main small {
  color: rgba(255, 238, 201, 0.78);
  font-size: 13px;
}

.lfl-news-panel {
  position: absolute;
  z-index: 7;
  right: 0;
  bottom: 48px;
  width: min(560px, 42vw);
  padding: 18px 22px 18px;
  color: #39240d;
  background: rgba(255, 250, 240, 0.92);
  border: 1px solid rgba(135, 91, 36, 0.28);
  box-shadow: 0 22px 58px rgba(38, 24, 10, 0.22);
  backdrop-filter: blur(12px);
}

.lfl-news-tabs {
  display: flex;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid rgba(117, 78, 30, 0.18);
  padding-bottom: 12px;
  color: #6d5a42;
  font-size: 16px;
}

.lfl-news-tabs b {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  color: #fff6dc;
  background: #b78a43;
}

.lfl-news-tabs a {
  margin-left: auto;
  color: #9d7431;
  font-size: 14px;
  font-weight: 800;
}

.lfl-news-head {
  display: block;
  padding: 16px 0 10px;
  color: #b44a20;
  font-size: 22px;
}

.lfl-news-panel ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lfl-news-panel li a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 28px;
  color: #62513a;
  font-size: 15px;
  transition: color 140ms ease, transform 140ms ease;
}

.lfl-news-panel li a:hover {
  color: #b44a20;
  transform: translateX(3px);
}

.lfl-news-panel em {
  padding: 2px 7px;
  color: #fff7df;
  background: #b78a43;
  font-style: normal;
  font-size: 13px;
}

.lfl-news-panel span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lfl-news-panel time {
  color: #9a8a72;
}

.lfl-news-list-section {
  margin-top: 56px;
}

.lfl-news-list {
  display: grid;
  gap: 14px;
}

.lfl-news-item {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px 18px;
  align-items: center;
  padding: 22px 24px;
  color: #3d2812;
  background: rgba(255, 250, 239, 0.9);
  border: 1px solid rgba(134, 88, 37, 0.18);
  box-shadow: 0 16px 40px rgba(34, 22, 10, 0.12);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.lfl-news-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 54px rgba(34, 22, 10, 0.18);
}

.lfl-news-item em {
  grid-row: span 2;
  padding: 6px 10px;
  color: #fff7df;
  background: #b78a43;
  font-style: normal;
  font-weight: 900;
}

.lfl-news-item strong {
  font-size: 22px;
}

.lfl-news-item p {
  margin: 0;
  color: var(--lfl-muted);
  line-height: 1.7;
}

.lfl-news-item time {
  grid-row: span 2;
  color: #9a8a72;
  font-weight: 800;
}

.lfl-news-article {
  width: min(940px, calc(100% - 48px));
  margin: 42px auto 0;
  padding: clamp(28px, 5vw, 56px);
  color: #3d2812;
  background: rgba(255, 250, 239, 0.94);
  border: 1px solid rgba(134, 88, 37, 0.18);
  box-shadow: var(--lfl-shadow);
}

.lfl-news-article p {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 2;
}

.lfl-intro-cards,
.lfl-section {
  width: min(1200px, calc(100% - 48px));
  margin-inline: auto;
}

.lfl-intro-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: -12px;
  position: relative;
  z-index: 8;
}

.lfl-intro-card,
.lfl-system-card,
.lfl-activity-card,
.lfl-link-group {
  border: 1px solid rgba(134, 88, 37, 0.16);
  background: var(--lfl-card);
  box-shadow: 0 18px 40px rgba(45, 30, 13, 0.12);
}

.lfl-intro-card {
  display: grid;
  gap: 12px;
  min-height: 146px;
  padding: 24px;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.lfl-intro-card b {
  color: #b47b2b;
  font-size: 13px;
  letter-spacing: 0.18em;
}

.lfl-intro-card strong {
  font-size: 25px;
  color: #351f0c;
}

.lfl-intro-card span {
  line-height: 1.7;
  color: var(--lfl-muted);
}

.lfl-section {
  margin-top: clamp(58px, 7vw, 96px);
}

.lfl-home-band {
  position: relative;
  width: min(1296px, calc(100% - 48px));
  margin-top: clamp(56px, 6.2vw, 86px);
  padding: clamp(30px, 4vw, 52px);
  background: linear-gradient(180deg, rgba(255, 252, 243, 0.95), rgba(246, 235, 210, 0.94));
  border: 1px solid rgba(142, 95, 38, 0.16);
  box-shadow: 0 24px 58px rgba(55, 37, 17, 0.14);
  box-sizing: border-box;
}

.lfl-system-section {
  margin-top: clamp(66px, 7vw, 102px);
}

.lfl-activity-section {
  background: linear-gradient(180deg, rgba(255, 251, 241, 0.96), rgba(242, 226, 191, 0.94));
}

.lfl-update-section {
  background:
    radial-gradient(circle at 86% 8%, rgba(80, 126, 119, 0.15), transparent 32%),
    linear-gradient(180deg, rgba(255, 252, 244, 0.96), rgba(239, 225, 196, 0.95));
}

.lfl-all-section {
  width: min(1296px, calc(100% - 48px));
  padding: clamp(30px, 4vw, 52px);
  background: linear-gradient(180deg, rgba(255, 252, 243, 0.95), rgba(246, 235, 210, 0.94));
  border: 1px solid rgba(142, 95, 38, 0.16);
  box-shadow: 0 24px 58px rgba(55, 37, 17, 0.14);
  box-sizing: border-box;
}

.lfl-section-head {
  display: grid;
  gap: 8px;
  max-width: 760px;
  margin-bottom: 26px;
}

.lfl-section-head p {
  color: #b77828;
}

.lfl-section-head h2 {
  margin: 0;
  font-family: var(--lfl-title-font);
  color: #3d220c;
  font-size: clamp(38px, 4.8vw, 64px);
  text-shadow: 0 2px 0 rgba(255, 245, 218, 0.75);
}

.lfl-section-head span {
  color: var(--lfl-muted);
  font-size: 16px;
  line-height: 1.8;
}

.lfl-system-grid,
.lfl-activity-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.lfl-update-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.lfl-home-band .lfl-system-grid,
.lfl-home-band .lfl-activity-grid {
  gap: 18px;
}

.lfl-system-card,
.lfl-activity-card {
  position: relative;
  overflow: hidden;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.lfl-system-card {
  display: grid;
  grid-template-rows: 150px 1fr;
  min-height: 300px;
}

.lfl-system-card.is-featured {
  grid-column: span 2;
  grid-row: span 2;
  grid-template-rows: 320px auto;
}

.lfl-card-media {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 18%, rgba(255, 226, 151, 0.34), transparent 34%),
    linear-gradient(135deg, #765125, #24190d);
}

.lfl-card-media img:not(.lfl-card-icon) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.96;
  transition: transform 260ms ease;
}

.lfl-system-card:hover .lfl-card-media img:not(.lfl-card-icon),
.lfl-activity-card:hover .lfl-activity-bg {
  transform: scale(1.04);
}

.lfl-card-icon {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 82px;
  height: 82px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.2));
}

.lfl-card-copy {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 22px;
}

.lfl-system-card span,
.lfl-activity-card span,
.lfl-card-copy span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 24px;
  padding: 6px 10px;
  color: #8a4b16;
  background: rgba(202, 151, 69, 0.16);
  font-size: 12px;
  font-weight: 900;
}

.lfl-system-card strong,
.lfl-activity-card strong,
.lfl-card-copy strong {
  align-self: end;
  color: #351f0c;
  font-size: 24px;
}

.lfl-card-copy p {
  margin: 0;
  color: var(--lfl-muted);
  line-height: 1.7;
}

.lfl-system-card em,
.lfl-activity-card em {
  color: #a26620;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.lfl-home-index-list {
  display: grid;
  gap: 16px;
  margin-top: 18px;
  padding: 22px;
  background: rgba(255, 250, 239, 0.82);
  border: 1px solid rgba(134, 88, 37, 0.14);
  box-shadow: 0 18px 40px rgba(45, 30, 13, 0.08);
}

.lfl-home-index-head {
  display: grid;
  gap: 6px;
}

.lfl-home-index-head strong {
  color: #351f0c;
  font-size: 22px;
}

.lfl-home-index-head span {
  color: var(--lfl-muted);
  line-height: 1.7;
}

.lfl-home-index-links {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.lfl-home-index-links a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: start;
  min-height: 42px;
  padding: 9px 11px;
  color: #2f4f56;
  background: rgba(232, 250, 246, 0.75);
  border: 1px solid rgba(54, 180, 171, 0.13);
  transition: transform 140ms ease, background 140ms ease;
}

.lfl-home-index-links a:hover {
  background: rgba(214, 246, 240, 0.96);
  transform: translateY(-1px);
}

.lfl-home-index-links b {
  min-width: 0;
  color: #10343f;
  font-size: 14px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.lfl-home-index-links em {
  color: #0f6772;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.45;
  white-space: nowrap;
}

.lfl-update-card {
  display: grid;
  gap: 12px;
  min-height: 190px;
  padding: 24px;
  color: #3b2511;
  background:
    linear-gradient(135deg, rgba(255, 251, 240, 0.96), rgba(238, 220, 184, 0.9)),
    radial-gradient(circle at 100% 0%, rgba(203, 151, 69, 0.2), transparent 36%);
  border: 1px solid rgba(134, 88, 37, 0.16);
  box-shadow: 0 18px 40px rgba(45, 30, 13, 0.12);
}

.lfl-update-card span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 26px;
  padding: 5px 10px;
  color: #8a4b16;
  background: rgba(202, 151, 69, 0.16);
  font-size: 12px;
  font-weight: 900;
}

.lfl-update-card strong {
  font-size: 24px;
  color: #351f0c;
}

.lfl-update-card p {
  margin: 0;
  color: var(--lfl-muted);
  line-height: 1.8;
}

.lfl-update-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.lfl-update-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  color: #2c1a09;
  font-weight: 900;
  background: linear-gradient(180deg, #f5d98a, #c89435);
  box-shadow: 0 14px 28px rgba(213, 151, 48, 0.18);
}

.lfl-activity-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.lfl-activity-card {
  grid-column: span 2;
  min-height: 190px;
  color: #fff4db;
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 229, 160, 0.36), transparent 34%),
    linear-gradient(135deg, #8a5b29, #3b2512);
}

.lfl-activity-card.is-wide {
  grid-column: span 3;
  min-height: 250px;
}

.lfl-activity-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition: transform 260ms ease;
}

.lfl-activity-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(28, 18, 8, 0), rgba(28, 18, 8, 0.46)),
    linear-gradient(90deg, rgba(26, 16, 7, 0.46), rgba(26, 16, 7, 0.04) 58%, rgba(26, 16, 7, 0.24));
}

.lfl-activity-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  align-content: end;
  min-height: inherit;
  padding: 22px;
}

.lfl-activity-copy img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.3));
}

.lfl-activity-card span {
  color: #2a1605;
  background: linear-gradient(180deg, #f8d981, #c58b2e);
}

.lfl-activity-card.is-plain {
  color: #3a230e;
  background:
    radial-gradient(circle at 72% 16%, rgba(255, 225, 149, 0.38), transparent 32%),
    linear-gradient(180deg, #f0dfbd, #d9bb82);
}

.lfl-activity-card.is-plain::after {
  display: none;
}

.lfl-activity-card.is-plain strong {
  color: #351f0c;
  text-shadow: none;
}

.lfl-activity-card.is-plain em {
  color: #8a4b16;
}

.lfl-activity-card strong {
  color: #fff8dc;
  font-size: 26px;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.36);
}

.lfl-activity-card em {
  color: var(--lfl-gold-2);
}

.lfl-link-groups {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.lfl-link-group {
  padding: 18px;
}

.lfl-link-group h3 {
  margin: 0 0 12px;
  color: #351f0c;
  font-size: 18px;
}

.lfl-link-list,
.lfl-drawer-list {
  display: grid;
  gap: 6px;
}

.lfl-link-list a,
.lfl-drawer-list a {
  display: block;
  padding: 8px 10px;
  color: #755f42;
  font-size: 14px;
  transition: background 140ms ease, color 140ms ease;
}

.lfl-link-list a:hover,
.lfl-link-list a.is-active,
.lfl-drawer-list a:hover,
.lfl-drawer-list a.is-active {
  color: #351f0c;
  background: rgba(202, 151, 69, 0.14);
}

.lfl-inner-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 32px;
  width: min(1200px, calc(100% - 48px));
  margin: 44px auto 0;
  padding: clamp(34px, 6vw, 72px);
  color: #fff2d6;
  background:
    linear-gradient(90deg, rgba(16, 10, 4, 0.88), rgba(16, 10, 4, 0.48)),
    var(--detail-bg, url("../../images/gdbj/u546.png")) center / cover;
  border: 1px solid rgba(241, 203, 118, 0.28);
  box-shadow: var(--lfl-shadow);
  box-sizing: border-box;
}

.lfl-inner-hero > div:first-child {
  max-width: 720px;
}

.lfl-inner-hero h1 {
  color: #fff8dc;
  font-size: clamp(42px, 5vw, 76px);
}

.lfl-inner-hero p {
  margin: 20px 0 0;
  color: rgba(255, 242, 210, 0.82);
  font-size: 17px;
  line-height: 1.9;
}

.lfl-inner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.lfl-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 24px;
  align-items: start;
  width: min(1200px, calc(100% - 48px));
  margin: 34px auto 0;
}

.lfl-detail-article,
.lfl-detail-side > * {
  border: 1px solid rgba(134, 88, 37, 0.18);
  background: rgba(255, 250, 239, 0.94);
  box-shadow: var(--lfl-shadow);
}

.lfl-detail-article {
  min-width: 0;
  padding: clamp(26px, 4vw, 48px);
  color: #37230f;
}

.lfl-detail-article h2,
.lfl-original-section h3 {
  margin: 0;
  font-family: var(--lfl-title-font);
  color: #34200f;
  line-height: 1.15;
}

.lfl-detail-article h2 {
  margin-bottom: 22px;
  font-size: clamp(34px, 4vw, 54px);
}

.lfl-original-intro {
  display: grid;
  gap: 16px;
  margin-bottom: 32px;
}

.lfl-original-section {
  display: grid;
  gap: 18px;
  padding-top: 34px;
  margin-top: 34px;
  border-top: 1px solid rgba(134, 88, 37, 0.18);
  scroll-margin-top: 110px;
}

.lfl-original-section:first-of-type {
  margin-top: 0;
}

.lfl-original-section h3 {
  position: relative;
  padding-left: 18px;
  font-size: clamp(26px, 3vw, 40px);
}

.lfl-original-section h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  bottom: 0.18em;
  width: 4px;
  background: linear-gradient(180deg, #f4cf77, #b67627);
}

.lfl-detail-summary,
.lfl-old-text,
.lfl-old-step {
  font-size: 16px;
  line-height: 2;
}

.lfl-detail-summary,
.lfl-old-text {
  color: #4f3a21;
}

.lfl-old-text p,
.lfl-old-step p {
  margin: 0 0 10px;
}

.lfl-old-text p:last-child,
.lfl-old-step p:last-child {
  margin-bottom: 0;
}

.lfl-old-text span,
.lfl-old-step span {
  color: inherit !important;
}

.lfl-old-text span[style*="FF6600"],
.lfl-old-step span[style*="FF6600"],
.lfl-old-text span[style*="ff6600"],
.lfl-old-step span[style*="ff6600"] {
  color: #b44a20 !important;
  font-weight: 800;
}

.lfl-old-step {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: #4f3a21;
}

.lfl-old-step mark {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-top: 3px;
  border-radius: 50%;
  color: #fff7df;
  background: linear-gradient(180deg, #ce8d34, #8e4f1d);
  box-shadow: 0 8px 18px rgba(142, 79, 29, 0.22);
  font-size: 13px;
  font-weight: 900;
}

.lfl-old-figure {
  margin: 4px 0 10px;
  padding: 12px;
  background: rgba(60, 39, 17, 0.08);
  border: 1px solid rgba(134, 88, 37, 0.16);
}

.lfl-old-figure img {
  display: block;
  width: auto;
  max-width: 760px;
  max-width: min(100%, 760px);
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  box-shadow: 0 18px 44px rgba(38, 24, 10, 0.16);
}

.lfl-old-figure--compact {
  display: inline-grid;
  max-width: 100%;
  padding: 10px;
}

.lfl-fallback-visual .lfl-old-figure img {
  width: auto;
  max-height: 460px;
  object-fit: contain;
}

.lfl-data-guide {
  display: grid;
  gap: 24px;
}

.lfl-data-section {
  gap: 18px;
}

.lfl-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

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

.lfl-info-card {
  display: grid;
  gap: 9px;
  align-content: start;
  min-width: 0;
  min-height: 150px;
  padding: 18px;
  color: var(--lfl-ink);
  background:
    radial-gradient(circle at 86% 12%, rgba(89, 196, 184, 0.22), transparent 36%),
    rgba(250, 255, 253, 0.94);
  border: 1px solid var(--lfl-line);
  box-shadow: 0 14px 32px rgba(7, 39, 52, 0.08);
}

.lfl-info-card strong {
  color: #0f2b34;
  font-size: 19px;
  line-height: 1.35;
}

.lfl-info-card em {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  padding: 4px 9px;
  color: #0f6772;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.4;
  background: rgba(221, 247, 241, 0.9);
  overflow-wrap: anywhere;
}

.lfl-info-card p {
  margin: 0;
  color: var(--lfl-muted);
  font-size: 14px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.lfl-rune-card div,
.lfl-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lfl-rune-card span,
.lfl-tag-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  color: #0f6772;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  background: rgba(221, 247, 241, 0.9);
  border: 1px solid rgba(53, 149, 156, 0.14);
}

.lfl-rune-skill-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lfl-rune-skill-group {
  min-width: 0;
  background: rgba(250, 255, 253, 0.94);
  border: 1px solid var(--lfl-line);
  box-shadow: 0 14px 32px rgba(7, 39, 52, 0.08);
}

.lfl-rune-skill-group header {
  display: grid;
  gap: 8px;
  padding: 17px 18px 14px;
  background:
    radial-gradient(circle at 86% 20%, rgba(89, 196, 184, 0.22), transparent 36%),
    rgba(229, 248, 244, 0.72);
  border-bottom: 1px solid rgba(53, 149, 156, 0.16);
}

.lfl-rune-skill-group header strong {
  color: #0f2b34;
  font-size: 20px;
  line-height: 1.35;
}

.lfl-rune-skill-group header p {
  margin: 0;
  color: var(--lfl-muted);
  font-size: 13px;
  line-height: 1.7;
}

.lfl-rune-skill-group ul {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lfl-rune-skill-group li {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-width: 0;
  padding: 14px 16px;
  border-top: 1px solid rgba(53, 149, 156, 0.1);
}

.lfl-rune-skill-group li:first-child {
  border-top: 0;
}

.lfl-rune-skill-meta {
  display: grid;
  gap: 6px;
  justify-items: start;
  min-width: 0;
}

.lfl-rune-skill-meta span,
.lfl-rune-skill-meta em {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 24px;
  padding: 0 8px;
  color: #0f6772;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.3;
  background: rgba(221, 247, 241, 0.9);
  border: 1px solid rgba(53, 149, 156, 0.14);
  overflow-wrap: anywhere;
}

.lfl-rune-skill-meta em {
  color: #8c5e00;
  background: rgba(255, 239, 184, 0.82);
}

.lfl-rune-skill-text {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.lfl-rune-skill-text strong {
  color: #0f2b34;
  font-size: 17px;
  line-height: 1.35;
}

.lfl-rune-skill-text p {
  margin: 0;
  color: var(--lfl-muted);
  font-size: 13px;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.lfl-data-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 16px 18px;
  color: #365f68;
  background: rgba(229, 248, 244, 0.82);
  border: 1px solid rgba(53, 149, 156, 0.14);
}

.lfl-data-note b {
  color: #0f6772;
}

.lfl-data-note span {
  min-width: 0;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.lfl-pet-showcase-group {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.lfl-pet-showcase-group:first-of-type {
  margin-top: 0;
}

.lfl-pet-showcase-heading {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  padding: 12px 14px;
  background: linear-gradient(90deg, rgba(222, 248, 243, 0.92), rgba(255, 255, 255, 0.66));
  border: 1px solid var(--lfl-line);
}

.lfl-pet-showcase-heading strong {
  color: #0f2b34;
  font-size: 19px;
  line-height: 1.35;
}

.lfl-pet-showcase-heading span {
  color: #0f7c8b;
  font-size: 13px;
  font-weight: 900;
}

.lfl-pet-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lfl-pet-showcase-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
  padding: 18px;
  background:
    radial-gradient(circle at 90% 10%, rgba(67, 184, 176, 0.2), transparent 34%),
    rgba(250, 255, 253, 0.94);
  border: 1px solid var(--lfl-line);
  box-shadow: 0 12px 28px rgba(7, 39, 52, 0.07);
}

.lfl-pet-showcase-title {
  display: flex;
  gap: 8px;
  align-items: start;
  justify-content: space-between;
  min-width: 0;
}

.lfl-pet-showcase-title strong {
  min-width: 0;
  color: #071f29;
  font-size: 20px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.lfl-pet-showcase-title em {
  flex: 0 0 auto;
  padding: 4px 8px;
  color: #0b6c76;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  background: rgba(219, 248, 243, 0.95);
  border: 1px solid rgba(39, 165, 169, 0.18);
}

.lfl-pet-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
}

.lfl-pet-chip-list span {
  max-width: 100%;
  padding: 5px 8px;
  color: #315d67;
  font-size: 12px;
  line-height: 1.3;
  background: rgba(227, 247, 244, 0.9);
  border: 1px solid rgba(55, 156, 162, 0.12);
  overflow-wrap: anywhere;
}

.lfl-pet-stat-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  min-width: 0;
}

.lfl-pet-stat-list span {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 8px 6px;
  text-align: center;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(53, 149, 156, 0.12);
}

.lfl-pet-stat-list b {
  color: #52727a;
  font-size: 12px;
  line-height: 1.2;
}

.lfl-pet-stat-list em {
  color: #0f7c8b;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.25;
}

.lfl-pet-showcase-card p {
  display: grid;
  gap: 5px;
  margin: 0;
  color: var(--lfl-muted);
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.lfl-pet-showcase-card p b {
  color: #0f2b34;
  font-size: 13px;
  line-height: 1.35;
}

.lfl-pet-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.lfl-pet-related-card {
  display: grid;
  gap: 10px;
  min-width: 0;
  min-height: 150px;
  padding: 18px;
  color: var(--lfl-ink);
  text-decoration: none;
  background:
    radial-gradient(circle at 86% 12%, rgba(89, 196, 184, 0.24), transparent 36%),
    rgba(250, 255, 253, 0.94);
  border: 1px solid var(--lfl-line);
  box-shadow: 0 14px 32px rgba(7, 39, 52, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.lfl-pet-related-card:hover {
  transform: translateY(-2px);
  border-color: rgba(29, 149, 164, 0.35);
  box-shadow: 0 18px 38px rgba(7, 39, 52, 0.12);
}

.lfl-pet-related-card strong {
  color: #0f2b34;
  font-size: 19px;
  line-height: 1.35;
}

.lfl-pet-related-card p {
  margin: 0;
  color: var(--lfl-muted);
  font-size: 14px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.lfl-pet-related-card span {
  align-self: end;
  width: fit-content;
  color: #0f7c8b;
  font-size: 13px;
  font-weight: 900;
}

.lfl-pet-collect-progress-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.lfl-pet-collect-progress-cell {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 10px 8px;
  text-align: center;
  background: rgba(250, 255, 253, 0.94);
  border: 1px solid var(--lfl-line);
}

.lfl-pet-collect-progress-cell b {
  color: #0f2b34;
  font-size: 14px;
  line-height: 1.2;
}

.lfl-pet-collect-progress-cell em {
  color: #0f7c8b;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
}

.lfl-pet-collect-grade {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.lfl-pet-collect-grade:first-of-type {
  margin-top: 0;
}

.lfl-pet-collect-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lfl-pet-collect-card,
.lfl-pet-collect-total-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
  padding: 18px;
  background:
    radial-gradient(circle at 88% 8%, rgba(67, 184, 176, 0.18), transparent 34%),
    rgba(250, 255, 253, 0.94);
  border: 1px solid var(--lfl-line);
  box-shadow: 0 12px 28px rgba(7, 39, 52, 0.07);
}

.lfl-pet-collect-title {
  display: flex;
  gap: 8px;
  align-items: start;
  justify-content: space-between;
  min-width: 0;
}

.lfl-pet-collect-title strong,
.lfl-pet-collect-total-card strong {
  min-width: 0;
  color: #071f29;
  font-size: 19px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.lfl-pet-collect-title em,
.lfl-pet-collect-total-card em {
  flex: 0 0 auto;
  width: fit-content;
  padding: 4px 8px;
  color: #0b6c76;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  background: rgba(219, 248, 243, 0.95);
  border: 1px solid rgba(39, 165, 169, 0.18);
}

.lfl-pet-collect-card p {
  margin: 0;
  color: #0f2b34;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}

.lfl-pet-collect-attrs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  min-width: 0;
}

.lfl-pet-collect-attrs span {
  max-width: 100%;
  padding: 6px 8px;
  color: #0b6c76;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  background: rgba(227, 247, 244, 0.88);
  border: 1px solid rgba(55, 156, 162, 0.16);
  overflow-wrap: anywhere;
}

.lfl-pet-collect-total-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.lfl-data-table {
  display: grid;
  gap: 8px;
}

.lfl-data-row {
  display: grid;
  gap: 10px;
  align-items: stretch;
  min-width: 0;
  padding: 0;
  color: var(--lfl-ink);
  background: rgba(250, 255, 253, 0.94);
  border: 1px solid var(--lfl-line);
}

.lfl-data-table--two .lfl-data-row {
  grid-template-columns: 160px minmax(0, 1fr);
}

.lfl-data-table--three .lfl-data-row {
  grid-template-columns: 140px 160px minmax(0, 1fr);
}

.lfl-data-table--four .lfl-data-row {
  grid-template-columns: 120px 120px 150px minmax(0, 1fr);
}

.lfl-data-table--five .lfl-data-row {
  grid-template-columns: 110px repeat(4, minmax(0, 1fr));
}

.lfl-rune-attr-table .lfl-data-row {
  grid-template-columns: minmax(132px, 1.2fr) 78px minmax(150px, 1fr) minmax(150px, 1fr);
}

#arena-grades .lfl-data-table--four .lfl-data-row {
  grid-template-columns: 94px 118px 86px minmax(220px, 1fr);
}

.lfl-rune-decompose-table .lfl-data-row {
  grid-template-columns: 100px repeat(6, minmax(58px, 1fr));
}

.lfl-qk-palace-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.lfl-qk-palace-card {
  position: relative;
  display: grid;
  gap: 8px;
  min-width: 0;
  min-height: 150px;
  padding: 18px;
  color: var(--lfl-ink);
  background:
    radial-gradient(circle at 84% 12%, rgba(89, 196, 184, 0.22), transparent 38%),
    rgba(250, 255, 253, 0.94);
  border: 1px solid var(--lfl-line);
  box-shadow: 0 14px 32px rgba(7, 39, 52, 0.08);
}

.lfl-qk-palace-card em {
  width: fit-content;
  padding: 3px 8px;
  color: #9a610f;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.3;
  background: rgba(236, 217, 142, 0.45);
}

.lfl-qk-palace-card strong {
  color: #0f2b34;
  font-size: 22px;
  line-height: 1.25;
}

.lfl-qk-palace-card span,
.lfl-qk-palace-card p {
  margin: 0;
  color: var(--lfl-muted);
  font-size: 14px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.lfl-qk-palace-card b {
  width: fit-content;
  padding: 4px 9px;
  color: #0f6772;
  font-size: 12px;
  line-height: 1.3;
  background: rgba(221, 247, 241, 0.9);
}

.lfl-qk-atlas-layout {
  display: grid;
  gap: 18px;
}

.lfl-qk-atlas-board,
.lfl-qk-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.lfl-qk-atlas-board {
  max-width: 540px;
  padding: 14px;
  background:
    linear-gradient(135deg, rgba(235, 249, 244, 0.96), rgba(250, 255, 253, 0.92)),
    rgba(250, 255, 253, 0.94);
  border: 1px solid var(--lfl-line);
}

.lfl-qk-atlas-cell,
.lfl-qk-mini-cell {
  display: grid;
  align-content: center;
  min-width: 0;
  color: var(--lfl-muted);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(153, 213, 207, 0.66);
  overflow: hidden;
}

.lfl-qk-atlas-cell {
  min-height: 86px;
  padding: 12px;
  gap: 5px;
}

.lfl-qk-mini-cell {
  min-height: 50px;
  padding: 7px;
  gap: 2px;
}

.lfl-qk-atlas-cell.is-active,
.lfl-qk-mini-cell.is-active {
  color: #0f2b34;
  background:
    linear-gradient(145deg, rgba(98, 208, 192, 0.28), rgba(229, 202, 113, 0.26)),
    rgba(250, 255, 253, 0.98);
  border-color: rgba(19, 149, 157, 0.72);
  box-shadow: inset 3px 0 0 rgba(32, 184, 174, 0.82);
}

.lfl-qk-atlas-cell b,
.lfl-qk-mini-cell b,
.lfl-qk-atlas-cell em,
.lfl-qk-mini-cell em {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lfl-qk-atlas-cell b {
  font-size: 20px;
  line-height: 1.25;
}

.lfl-qk-mini-cell b {
  font-size: 13px;
  line-height: 1.25;
}

.lfl-qk-atlas-cell em,
.lfl-qk-mini-cell em {
  color: inherit;
  font-size: 12px;
  font-style: normal;
  line-height: 1.3;
  opacity: 0.78;
}

.lfl-qk-atlas-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.lfl-qk-atlas-card {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 14px;
  background: rgba(250, 255, 253, 0.94);
  border: 1px solid var(--lfl-line);
  box-shadow: 0 14px 30px rgba(7, 39, 52, 0.06);
}

.lfl-qk-atlas-card strong {
  color: #0f2b34;
  font-size: 18px;
  line-height: 1.35;
}

.lfl-qk-atlas-card p {
  margin: 0;
  color: var(--lfl-muted);
  font-size: 13px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.lfl-qk-attr-table .lfl-data-row {
  grid-template-columns: 70px 92px minmax(128px, 1fr) minmax(96px, 0.8fr) minmax(96px, 0.8fr);
}

.lfl-qk-combo-table .lfl-data-row {
  grid-template-columns: minmax(112px, 0.85fr) minmax(150px, 1fr) minmax(210px, 1.4fr) minmax(180px, 1.1fr) minmax(180px, 1.1fr);
}

.lfl-qk-skill-combos {
  display: grid;
  gap: 10px;
  margin-top: 16px;
  padding: 16px;
  background: rgba(250, 255, 253, 0.94);
  border: 1px solid var(--lfl-line);
}

.lfl-qk-skill-combos h4,
.lfl-qk-skill-combos p {
  margin: 0;
}

.lfl-qk-skill-combos h4 {
  color: #0f2b34;
  font-size: 18px;
  line-height: 1.35;
}

.lfl-qk-skill-combos p {
  color: var(--lfl-muted);
  font-size: 14px;
  line-height: 1.7;
}

.lfl-office-table .lfl-data-row {
  grid-template-columns: 92px 92px 118px 104px 118px minmax(0, 1fr);
}

.lfl-title-sample-table .lfl-data-row {
  grid-template-columns: 150px 110px minmax(180px, 0.85fr) minmax(0, 1fr);
}

.lfl-data-row > * {
  min-width: 0;
  padding: 13px 15px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.lfl-data-row strong,
.lfl-data-row b {
  color: #0f2b34;
}

.lfl-data-row span {
  color: var(--lfl-muted);
}

.lfl-data-head {
  color: #eafff8;
  background: linear-gradient(90deg, #0b2831, #188797);
}

.lfl-data-head b {
  color: inherit;
}

.lfl-qualifying-reward-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.lfl-qualifying-reward-card {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 16px;
  color: var(--lfl-ink);
  background:
    radial-gradient(circle at 88% 12%, rgba(89, 196, 184, 0.18), transparent 36%),
    rgba(250, 255, 253, 0.94);
  border: 1px solid var(--lfl-line);
}

.lfl-qualifying-reward-card > strong {
  color: #0f2b34;
  font-size: 20px;
  line-height: 1.35;
}

.lfl-qualifying-reward-card div {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.lfl-qualifying-reward-card b,
.lfl-qualifying-reward-card em {
  width: fit-content;
  max-width: 100%;
  padding: 3px 8px;
  color: #0f6772;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.4;
  background: rgba(221, 247, 241, 0.9);
}

.lfl-qualifying-reward-card p {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  min-width: 0;
}

.lfl-qualifying-reward-card p span {
  display: inline-flex;
  max-width: 100%;
  padding: 5px 8px;
  color: var(--lfl-muted);
  font-size: 13px;
  line-height: 1.45;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(54, 180, 171, 0.16);
  overflow-wrap: anywhere;
}

.lfl-calendar-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.lfl-calendar-day {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 18px;
  background: rgba(250, 255, 253, 0.94);
  border: 1px solid var(--lfl-line);
  box-shadow: 0 14px 32px rgba(7, 39, 52, 0.08);
}

.lfl-calendar-day strong {
  color: #0f2b34;
  font-size: 18px;
}

.lfl-calendar-day ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lfl-calendar-day li {
  padding: 8px 10px;
  color: var(--lfl-muted);
  font-size: 13px;
  line-height: 1.4;
  background: rgba(221, 247, 241, 0.7);
  overflow-wrap: anywhere;
}

.lfl-entry-article .lfl-detail-summary {
  max-width: 820px;
  margin-bottom: 24px;
}

.lfl-entry-hero {
  margin: 0 0 30px;
  overflow: hidden;
  border: 1px solid rgba(134, 88, 37, 0.16);
  background: rgba(60, 39, 17, 0.08);
}

.lfl-entry-hero img {
  display: block;
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  object-position: center top;
}

.lfl-entry-desc {
  margin: -4px 0 0;
  color: #765f40;
  font-size: 15px;
  line-height: 1.8;
}

.lfl-entry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lfl-entry-card {
  display: grid;
  min-height: 220px;
  overflow: hidden;
  color: #34200f;
  background: rgba(255, 252, 244, 0.96);
  border: 1px solid rgba(134, 88, 37, 0.18);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.lfl-entry-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(38, 24, 10, 0.14);
}

.lfl-entry-media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 118px;
  overflow: hidden;
  background:
    radial-gradient(circle at 24% 20%, rgba(246, 213, 137, 0.34), transparent 32%),
    linear-gradient(135deg, #4a2f13, #17100a);
}

.lfl-entry-media > img:not(.lfl-entry-icon) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
}

.lfl-entry-media > span {
  color: #f6dda0;
  font-family: var(--lfl-title-font);
  font-size: 56px;
}

.lfl-entry-icon {
  position: absolute;
  right: 12px;
  bottom: 10px;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.lfl-entry-copy {
  display: grid;
  gap: 8px;
  align-content: start;
  padding: 14px;
}

.lfl-entry-copy em {
  width: fit-content;
  padding: 4px 8px;
  color: #8a4b16;
  background: rgba(202, 151, 69, 0.16);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.lfl-entry-copy strong {
  color: #351f0c;
  font-size: 20px;
}

.lfl-entry-copy p {
  margin: 0;
  color: var(--lfl-muted);
  font-size: 13px;
  line-height: 1.7;
}

.lfl-accessory-overview {
  display: grid;
  gap: 18px;
}

.lfl-accessory-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.lfl-accessory-card {
  position: relative;
  overflow: hidden;
  padding: 18px;
  background:
    radial-gradient(circle at 92% 4%, rgba(198, 150, 75, 0.24), transparent 30%),
    linear-gradient(145deg, rgba(255, 252, 244, 0.98), rgba(247, 237, 214, 0.94));
  border: 1px solid rgba(134, 88, 37, 0.18);
  box-shadow: 0 18px 38px rgba(38, 24, 10, 0.08);
}

.lfl-accessory-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, #d8ad61, #3fb8b4);
}

.lfl-accessory-card-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.lfl-accessory-card-head em {
  padding: 4px 8px;
  color: #06323b;
  background: rgba(89, 196, 184, 0.18);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.lfl-accessory-card-head h4 {
  margin: 0;
  color: #0f2b34;
  font-size: 21px;
}

.lfl-accessory-card-head a {
  color: #9d6118;
  font-size: 13px;
  font-weight: 900;
}

.lfl-accessory-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lfl-accessory-card li {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.lfl-accessory-card li b {
  color: #a86a19;
  font-size: 13px;
  white-space: nowrap;
}

.lfl-accessory-card li span {
  color: #4f3a21;
  font-size: 14px;
  line-height: 1.7;
}

.lfl-accessory-detail {
  display: grid;
  gap: 16px;
}

.lfl-accessory-table {
  overflow-x: auto;
  border: 1px solid rgba(134, 88, 37, 0.2);
  background:
    radial-gradient(circle at 96% 0%, rgba(202, 151, 69, 0.16), transparent 34%),
    rgba(255, 252, 244, 0.94);
  box-shadow: 0 18px 42px rgba(38, 24, 10, 0.08);
}

.lfl-accessory-table-row {
  display: grid;
  grid-template-columns: 104px repeat(4, minmax(142px, 1fr));
  min-width: 760px;
  border-top: 1px solid rgba(134, 88, 37, 0.14);
}

.lfl-accessory-table-row:first-child {
  border-top: 0;
}

.lfl-accessory-table-row > strong,
.lfl-accessory-table-row > span {
  min-width: 0;
  padding: 16px;
  border-left: 1px solid rgba(134, 88, 37, 0.12);
}

.lfl-accessory-table-row > strong:first-child,
.lfl-accessory-table-row > span:first-child {
  border-left: 0;
}

.lfl-accessory-table-head {
  color: #fff4d6;
  background: linear-gradient(90deg, rgba(30, 17, 7, 0.98), rgba(72, 48, 20, 0.92));
}

.lfl-accessory-table-head strong,
.lfl-accessory-table-head span {
  color: #fff4d6;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.lfl-accessory-table-row:not(.lfl-accessory-table-head) {
  background:
    linear-gradient(90deg, rgba(255, 250, 237, 0.98), rgba(248, 236, 210, 0.86));
}

.lfl-accessory-table-row:not(.lfl-accessory-table-head):nth-child(odd) {
  background:
    linear-gradient(90deg, rgba(252, 245, 225, 0.98), rgba(245, 231, 201, 0.88));
}

.lfl-accessory-table-row > span {
  color: #4c3821;
  font-size: 14px;
  line-height: 1.75;
}

.lfl-accessory-table-row > span p {
  margin: 0 0 5px;
}

.lfl-accessory-table-row > span p:last-child {
  margin-bottom: 0;
}

.lfl-accessory-table-row > span span {
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

.lfl-accessory-table-head > strong,
.lfl-accessory-table-head > span {
  color: #fff4d6;
}

.lfl-quality {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 2px 10px;
  align-content: center;
  color: #2f2315;
  background: rgba(255, 255, 255, 0.22);
}

.lfl-quality i {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #fff;
  background: var(--quality-color);
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(55, 34, 10, 0.18);
  font-style: normal;
  font-weight: 900;
}

.lfl-quality b {
  color: #28190b;
  font-size: 16px;
  line-height: 1.1;
}

.lfl-quality em {
  color: #9b6a24;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.lfl-quality--green {
  --quality-color: #4fab65;
}

.lfl-quality--blue {
  --quality-color: #3a83d9;
}

.lfl-quality--purple {
  --quality-color: #8a5bd1;
}

.lfl-quality--orange {
  --quality-color: #d79028;
}

.lfl-quality--red {
  --quality-color: #d34a3d;
}

.lfl-quality--pink {
  --quality-color: #e76fa9;
}

.lfl-mingge-guide {
  display: grid;
  gap: 24px;
}

.lfl-mingge-overview {
  display: grid;
  grid-template-columns: minmax(250px, 330px) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.lfl-mingge-wheel {
  display: grid;
  gap: 10px;
  align-content: center;
  justify-items: center;
  margin: 0;
  padding: 18px;
  background:
    radial-gradient(circle at 50% 36%, rgba(92, 216, 202, 0.22), transparent 48%),
    linear-gradient(145deg, rgba(255, 252, 244, 0.98), rgba(230, 247, 241, 0.9));
  border: 1px solid rgba(49, 139, 150, 0.16);
  box-shadow: 0 18px 42px rgba(7, 39, 52, 0.1);
}

.lfl-mingge-wheel img {
  width: min(100%, 318px);
  border-radius: 14px;
  box-shadow: 0 16px 30px rgba(7, 39, 52, 0.14);
}

.lfl-mingge-wheel figcaption {
  color: #8a5a18;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.lfl-mingge-gates {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.lfl-mingge-gate {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  min-height: 116px;
  padding: 14px;
  background:
    radial-gradient(circle at 92% 8%, rgba(216, 173, 97, 0.18), transparent 34%),
    rgba(255, 252, 244, 0.94);
  border: 1px solid rgba(49, 139, 150, 0.14);
  box-shadow: 0 14px 30px rgba(7, 39, 52, 0.07);
}

.lfl-mingge-gate::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, #65d0c3, #d8ad61);
}

.lfl-mingge-gate.is-special::before {
  background: linear-gradient(180deg, #e69a4f, #f5d17f);
}

.lfl-mingge-gate em {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #08303a;
  background: rgba(89, 196, 184, 0.18);
  border-radius: 50%;
  font-style: normal;
  font-weight: 900;
}

.lfl-mingge-gate b {
  display: block;
  color: #092b34;
  font-size: 20px;
  line-height: 1.1;
}

.lfl-mingge-gate span {
  display: inline-block;
  margin-top: 5px;
  padding: 3px 7px;
  color: #8a5517;
  background: rgba(202, 151, 69, 0.15);
  font-size: 12px;
  font-weight: 900;
}

.lfl-mingge-gate p {
  margin: 8px 0 0;
  color: #4d6d72;
  font-size: 13px;
  line-height: 1.55;
}

.lfl-mingge-section {
  margin-top: 0;
}

.lfl-mingge-table {
  overflow-x: auto;
  border: 1px solid rgba(49, 139, 150, 0.18);
  background: rgba(255, 252, 244, 0.94);
  box-shadow: 0 18px 42px rgba(7, 39, 52, 0.08);
}

.lfl-mingge-row {
  display: grid;
  grid-template-columns: 128px repeat(6, minmax(86px, 1fr));
  min-width: 720px;
  border-top: 1px solid rgba(49, 139, 150, 0.14);
}

.lfl-mingge-row:first-child {
  border-top: 0;
}

.lfl-mingge-row > strong,
.lfl-mingge-row > b,
.lfl-mingge-row > span {
  padding: 13px 12px;
  border-left: 1px solid rgba(49, 139, 150, 0.12);
}

.lfl-mingge-row > strong:first-child,
.lfl-mingge-row > b:first-child {
  border-left: 0;
}

.lfl-mingge-head {
  color: #dffdf3;
  background: linear-gradient(90deg, #08232b, #0b4f58);
}

.lfl-mingge-head strong {
  color: #dffdf3;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.lfl-mingge-row:not(.lfl-mingge-head) {
  background: linear-gradient(90deg, rgba(249, 255, 252, 0.98), rgba(235, 248, 242, 0.88));
}

.lfl-mingge-row:not(.lfl-mingge-head):nth-child(odd) {
  background: linear-gradient(90deg, rgba(255, 252, 244, 0.98), rgba(244, 236, 214, 0.82));
}

.lfl-mingge-row b {
  color: #08303a;
  font-size: 14px;
}

.lfl-mingge-row span {
  color: #345f68;
  font-size: 14px;
  font-weight: 800;
}

.lfl-mingge-row span.is-max {
  color: #9b5a15;
  background: rgba(216, 173, 97, 0.12);
}

.lfl-mount-guide {
  display: grid;
  gap: 24px;
}

.lfl-mount-levels {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lfl-mount-levels span {
  padding: 8px 12px;
  color: #0c4751;
  background: rgba(89, 196, 184, 0.16);
  border: 1px solid rgba(49, 139, 150, 0.16);
  font-size: 13px;
  font-weight: 900;
}

.lfl-mount-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.lfl-mount-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: 260px 1fr;
  background:
    radial-gradient(circle at 82% 4%, rgba(89, 196, 184, 0.18), transparent 32%),
    linear-gradient(145deg, rgba(255, 252, 244, 0.98), rgba(235, 248, 242, 0.92));
  border: 1px solid rgba(49, 139, 150, 0.16);
  box-shadow: 0 18px 42px rgba(7, 39, 52, 0.09);
}

.lfl-mount-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, #65d0c3, #d8ad61);
}

.lfl-mount-card figure {
  display: grid;
  place-items: center;
  margin: 0;
  padding: 18px;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 252, 244, 0.98), rgba(225, 246, 241, 0.68) 56%, transparent 68%);
}

.lfl-mount-card img {
  max-width: 100%;
  max-height: 228px;
  object-fit: contain;
  filter: drop-shadow(0 18px 18px rgba(7, 39, 52, 0.16));
}

.lfl-mount-card-copy {
  display: grid;
  gap: 8px;
  align-content: start;
  padding: 18px 20px 20px;
}

.lfl-mount-card em {
  width: fit-content;
  padding: 4px 8px;
  color: #8a5517;
  background: rgba(202, 151, 69, 0.16);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.lfl-mount-card h4 {
  margin: 0;
  color: #092b34;
  font-size: 24px;
}

.lfl-mount-card p {
  margin: 0;
  color: #4d6d72;
  font-size: 14px;
  line-height: 1.7;
}

.lfl-mount-card ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lfl-mount-card li {
  min-width: 0;
  padding: 6px 9px;
  color: #0f6772;
  background: rgba(89, 196, 184, 0.11);
  border: 1px solid rgba(49, 139, 150, 0.12);
  font-size: 13px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.lfl-mount-attr-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.lfl-mount-attr-group {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.lfl-mount-attr-group b {
  width: fit-content;
  padding: 3px 7px;
  color: #8a5517;
  background: rgba(216, 173, 97, 0.16);
  font-size: 12px;
  font-weight: 900;
}

.lfl-mount-unlock-table .lfl-data-row {
  grid-template-columns: 90px 96px 160px minmax(0, 1fr);
}

.lfl-mount-milestone-table .lfl-data-row {
  grid-template-columns: 110px 120px minmax(0, 1fr);
}

.lfl-mount-feed-table .lfl-data-row {
  grid-template-columns: 170px minmax(0, 1fr);
}

.lfl-mount-skill-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.lfl-mount-skill-card {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 18px;
  background:
    radial-gradient(circle at 86% 6%, rgba(89, 196, 184, 0.18), transparent 34%),
    rgba(250, 255, 253, 0.96);
  border: 1px solid rgba(49, 139, 150, 0.18);
}

.lfl-mount-skill-card > strong,
.lfl-mount-pool-block > strong {
  color: #092b34;
  font-size: 18px;
  font-weight: 900;
}

.lfl-mount-skill-card div {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.lfl-mount-skill-card em {
  width: fit-content;
  padding: 4px 8px;
  color: #8a5517;
  background: rgba(216, 173, 97, 0.16);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.lfl-mount-skill-card p {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  color: var(--lfl-muted);
  font-size: 14px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.lfl-mount-pool-block {
  display: grid;
  gap: 12px;
  padding: 18px;
  background: rgba(250, 255, 253, 0.9);
  border: 1px solid rgba(49, 139, 150, 0.18);
}

.lfl-mount-pool-block div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lfl-mount-skill-chip {
  appearance: none;
  padding: 5px 8px;
  color: #0f6772;
  background: rgba(89, 196, 184, 0.12);
  border: 1px solid rgba(49, 139, 150, 0.14);
  border-radius: 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.lfl-mount-skill-chip:hover,
.lfl-mount-skill-chip.is-active {
  color: #08313a;
  background: rgba(216, 173, 97, 0.24);
  border-color: rgba(199, 150, 72, 0.42);
}

.lfl-mount-skill-detail {
  display: grid;
  gap: 14px;
  padding: 18px;
  background:
    radial-gradient(circle at 92% 0%, rgba(216, 173, 97, 0.18), transparent 30%),
    rgba(250, 255, 253, 0.94);
  border: 1px solid rgba(49, 139, 150, 0.2);
}

.lfl-mount-skill-detail-head {
  display: grid;
  gap: 4px;
}

.lfl-mount-skill-detail-head span {
  color: #0b7984;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.lfl-mount-skill-detail-head strong {
  color: #092b34;
  font-size: 22px;
  font-weight: 900;
}

.lfl-mount-skill-detail-levels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.lfl-mount-skill-detail-levels article {
  min-width: 0;
  padding: 12px;
  background: rgba(89, 196, 184, 0.08);
  border: 1px solid rgba(49, 139, 150, 0.14);
}

.lfl-mount-skill-detail-levels b {
  display: inline-block;
  margin: 0 0 8px;
  padding: 3px 7px;
  color: #8a5517;
  background: rgba(216, 173, 97, 0.18);
  font-size: 12px;
  font-weight: 900;
}

.lfl-mount-skill-detail-levels p {
  margin: 0;
  color: var(--lfl-muted);
  font-size: 14px;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.lfl-skill-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lfl-skill-card {
  display: grid;
  gap: 10px;
  align-content: start;
  min-height: 190px;
  padding: 18px;
  color: #34200f;
  background:
    radial-gradient(circle at 82% 12%, rgba(202, 151, 69, 0.2), transparent 38%),
    rgba(255, 252, 244, 0.96);
  border: 1px solid rgba(134, 88, 37, 0.18);
}

.lfl-skill-card img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(38, 24, 10, 0.18));
}

.lfl-skill-card strong {
  color: #351f0c;
  font-size: 20px;
}

.lfl-skill-card p {
  margin: 0;
  color: var(--lfl-muted);
  font-size: 14px;
  line-height: 1.8;
}

.lfl-pet-skill-section {
  gap: 20px;
}

.lfl-pet-skill-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lfl-pet-skill-tabs button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  color: #12333a;
  font: 700 15px/1 "Microsoft YaHei", "PingFang SC", sans-serif;
  background: rgba(225, 247, 241, 0.92);
  border: 1px solid rgba(49, 139, 150, 0.2);
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.lfl-pet-skill-tabs button:hover,
.lfl-pet-skill-tabs button.is-active {
  color: #ffffff;
  background: linear-gradient(135deg, #167f8e, #0d5b68);
  border-color: rgba(22, 136, 152, 0.58);
  transform: translateY(-1px);
}

.lfl-pet-skill-tabs button span {
  display: inline-grid;
  place-items: center;
  min-width: 26px;
  height: 22px;
  padding: 0 7px;
  color: #0e5b66;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.78);
  border-radius: 999px;
}

.lfl-pet-skill-tabs button.is-active span,
.lfl-pet-skill-tabs button:hover span {
  color: #0f4d57;
}

.lfl-pet-skill-summary {
  margin: 0;
  color: #168898;
  font-size: 15px;
  font-weight: 700;
}

.lfl-pet-skill-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lfl-pet-skill-card {
  display: grid;
  gap: 10px;
  align-content: start;
  min-height: 142px;
  padding: 18px;
  color: var(--lfl-ink);
  background:
    radial-gradient(circle at 88% 8%, rgba(89, 196, 184, 0.24), transparent 36%),
    rgba(250, 255, 253, 0.94);
  border: 1px solid var(--lfl-line);
  box-shadow: 0 16px 36px rgba(7, 39, 52, 0.08);
}

.lfl-pet-skill-card strong {
  color: #0f2b34;
  font-size: 19px;
  line-height: 1.35;
}

.lfl-pet-skill-card p {
  margin: 0;
  color: var(--lfl-muted);
  font-size: 14px;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.lfl-skill-detail-wrap {
  display: grid;
  gap: 24px;
}

.lfl-skill-detail-section {
  gap: 18px;
}

.lfl-skill-detail-card {
  gap: 12px;
}

.lfl-skill-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.lfl-skill-detail-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  color: #0f6772;
  font-size: 12px;
  font-weight: 700;
  background: rgba(221, 247, 241, 0.9);
  border: 1px solid rgba(43, 151, 159, 0.18);
}

.lfl-skill-detail-levels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  padding-top: 2px;
}

.lfl-skill-detail-levels span {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 8px;
  background: rgba(229, 248, 244, 0.82);
  border: 1px solid rgba(53, 149, 156, 0.14);
}

.lfl-skill-detail-levels b,
.lfl-skill-detail-levels em {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.lfl-skill-detail-levels b {
  color: #0f6772;
  font-size: 12px;
}

.lfl-skill-detail-levels em {
  color: #183c45;
  font-size: 13px;
  font-style: normal;
  line-height: 1.35;
}

.lfl-mp-guide {
  gap: 22px;
}

.lfl-mp-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.lfl-mp-card {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 430px;
  overflow: hidden;
  color: #fff7de;
  background:
    radial-gradient(circle at 68% 16%, rgba(102, 226, 210, 0.22), transparent 34%),
    linear-gradient(145deg, #09242b 0%, #123b40 48%, #070d0e 100%);
  border: 1px solid rgba(168, 238, 224, 0.24);
  box-shadow: 0 22px 48px rgba(7, 39, 52, 0.18);
  isolation: isolate;
}

.lfl-mp-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(120deg, rgba(242, 211, 137, 0.12), transparent 34%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 76px);
}

.lfl-mp-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 56%;
  background: linear-gradient(180deg, transparent, rgba(4, 20, 24, 0.88) 42%, rgba(4, 15, 17, 0.98));
}

.lfl-mp-art {
  position: absolute;
  inset: 10px 0 auto;
  height: 286px;
  display: grid;
  place-items: end center;
  pointer-events: none;
}

.lfl-mp-art img {
  width: min(104%, 430px);
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 22px 30px rgba(0, 14, 18, 0.38));
}

.lfl-mp-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  padding: 256px 20px 22px;
}

.lfl-mp-copy em {
  width: fit-content;
  padding: 4px 10px;
  color: #082d34;
  background: linear-gradient(180deg, #dffbf3, #80dfd1);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.lfl-mp-copy h4 {
  margin: 0;
  color: #fff8de;
  font-family: var(--lfl-title-font);
  font-size: clamp(32px, 3vw, 44px);
  line-height: 1;
  text-shadow: 0 4px 0 rgba(0, 28, 35, 0.54), 0 14px 28px rgba(0, 0, 0, 0.3);
}

.lfl-mp-copy b {
  color: #bff4e9;
  font-size: 14px;
}

.lfl-mp-copy p {
  margin: 0;
  color: rgba(240, 255, 249, 0.82);
  font-size: 14px;
  line-height: 1.75;
}

.lfl-mp-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}

.lfl-mp-skills span {
  padding: 5px 8px;
  color: #f6e2a2;
  background: rgba(246, 211, 137, 0.12);
  border: 1px solid rgba(246, 211, 137, 0.18);
  font-size: 12px;
  font-weight: 800;
}

.lfl-xinfa-guide {
  gap: 20px;
}

.lfl-xinfa-schools {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lfl-xinfa-school {
  position: relative;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 132px;
  padding: 16px;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  appearance: none;
  text-align: left;
  color: #34200f;
  background:
    radial-gradient(circle at 88% 14%, rgba(244, 207, 119, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(255, 252, 244, 0.98), rgba(244, 231, 199, 0.92));
  border: 1px solid rgba(134, 88, 37, 0.18);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
  font: inherit;
}

.lfl-xinfa-school:hover,
.lfl-xinfa-school.is-active {
  transform: translateY(-2px);
  border-color: rgba(47, 169, 186, 0.5);
  box-shadow: 0 18px 38px rgba(7, 39, 52, 0.12);
}

.lfl-xinfa-school.is-active {
  background:
    radial-gradient(circle at 88% 14%, rgba(89, 196, 184, 0.28), transparent 34%),
    linear-gradient(135deg, rgba(239, 255, 251, 0.98), rgba(220, 244, 238, 0.94));
}

.lfl-xinfa-school.is-active::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, #65d0c3, #d8ad61);
}

.lfl-xinfa-school::after {
  content: "";
  position: absolute;
  inset: auto 12px 10px auto;
  width: 84px;
  height: 26px;
  background: linear-gradient(90deg, transparent, rgba(142, 79, 29, 0.16));
  opacity: 0.7;
}

.lfl-xinfa-school img {
  width: 76px;
  height: 76px;
  object-fit: contain;
  filter: drop-shadow(0 12px 20px rgba(38, 24, 10, 0.18));
}

.lfl-xinfa-school div {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
}

.lfl-xinfa-school span {
  width: fit-content;
  padding: 3px 8px;
  color: #8a4b16;
  background: rgba(202, 151, 69, 0.16);
  font-size: 12px;
  font-weight: 900;
}

.lfl-xinfa-school strong {
  color: #351f0c;
  font-size: 22px;
}

.lfl-xinfa-school p {
  margin: 0;
  color: var(--lfl-muted);
  font-size: 13px;
  line-height: 1.7;
}

.lfl-xinfa-current {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  padding: 12px 16px;
  color: #0f3c45;
  background:
    linear-gradient(90deg, rgba(89, 196, 184, 0.16), rgba(255, 252, 244, 0.74));
  border: 1px solid rgba(49, 139, 150, 0.16);
}

.lfl-xinfa-current span {
  color: #5b767b;
  font-size: 13px;
  font-weight: 900;
}

.lfl-xinfa-current b {
  color: #062b34;
  font-size: 20px;
}

.lfl-xinfa-current em {
  padding: 3px 8px;
  color: #8a4b16;
  background: rgba(202, 151, 69, 0.16);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.lfl-xinfa-table {
  display: grid;
  gap: 8px;
  margin-top: 4px;
}

.lfl-xinfa-table-body {
  display: grid;
  gap: 8px;
}

.lfl-xinfa-row {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr) 150px;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  color: #4f3a21;
  background: rgba(255, 252, 244, 0.94);
  border: 1px solid rgba(134, 88, 37, 0.14);
}

.lfl-xinfa-head {
  color: #fff7df;
  background: linear-gradient(90deg, #513313, #8e5f24);
}

.lfl-xinfa-row strong,
.lfl-xinfa-row b {
  color: inherit;
  font-size: 16px;
}

.lfl-xinfa-row span {
  line-height: 1.8;
}

.lfl-xinfa-row em {
  justify-self: end;
  color: #8a4b16;
  font-style: normal;
  font-weight: 900;
}

.lfl-detail-side {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 16px;
}

.lfl-side-download {
  display: grid;
  gap: 5px;
  padding: 20px;
  color: #281504;
  background: linear-gradient(180deg, #f7d983, #c78d31);
}

.lfl-side-download strong {
  font-size: 22px;
}

.lfl-side-download span {
  color: rgba(40, 21, 4, 0.72);
  font-size: 13px;
  font-weight: 900;
}

.lfl-side-box {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.lfl-side-box b {
  margin-bottom: 4px;
  color: #34200f;
  font-size: 18px;
}

.lfl-side-box a,
.lfl-side-box span {
  display: block;
  padding: 9px 10px;
  color: #755f42;
  font-size: 14px;
  background: rgba(202, 151, 69, 0.1);
}

.lfl-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.lfl-related-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  min-height: 150px;
  overflow: hidden;
  color: #34200f;
  background: rgba(255, 250, 239, 0.94);
  border: 1px solid rgba(134, 88, 37, 0.18);
  box-shadow: var(--lfl-shadow);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.lfl-related-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 54px rgba(34, 22, 10, 0.18);
}

.lfl-related-visual {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #4a2f13, #17100a);
}

.lfl-related-visual > img:not(.lfl-related-icon) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.78;
}

.lfl-related-mark {
  display: grid;
  place-items: center;
  height: 100%;
  color: #f8df9c;
  font-family: var(--lfl-title-font);
  font-size: 56px;
}

.lfl-related-icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.lfl-related-copy {
  display: grid;
  gap: 8px;
  align-content: center;
  padding: 16px;
}

.lfl-related-copy em {
  width: fit-content;
  padding: 4px 8px;
  color: #8a4b16;
  background: rgba(202, 151, 69, 0.16);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.lfl-related-copy strong {
  overflow: hidden;
  color: #351f0c;
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lfl-related-copy p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: var(--lfl-muted);
  font-size: 13px;
  line-height: 1.6;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.lfl-related-copy b {
  color: #a26620;
  font-size: 13px;
}

.lfl-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 28px;
  width: min(1296px, calc(100% - 48px));
  margin: 42px auto 0;
  padding: 22px 24px 28px;
  color: #5f4326;
  background: rgba(255, 250, 239, 0.92);
  border-top: 1px solid rgba(142, 95, 38, 0.2);
  box-shadow: 0 -12px 32px rgba(55, 37, 17, 0.08);
  font-size: 13px;
  line-height: 1.7;
  box-sizing: border-box;
}

.lfl-drawer {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 50;
  width: min(390px, 88vw);
  padding: 22px;
  overflow: auto;
  transform: translateX(105%);
  color: #fff0cf;
  background: rgba(16, 11, 6, 0.97);
  box-shadow: -28px 0 70px rgba(0, 0, 0, 0.38);
  transition: transform 220ms ease;
}

body.lfl-nav-open .lfl-drawer {
  transform: translateX(0);
}

.lfl-drawer-mask {
  position: fixed;
  inset: 0;
  z-index: 45;
  display: block;
  border: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  background: rgba(9, 8, 5, 0.56);
  transition: opacity 220ms ease;
}

body.lfl-nav-open .lfl-drawer-mask {
  opacity: 1;
  pointer-events: auto;
}

.lfl-drawer-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.lfl-drawer-title strong {
  color: #fff5da;
  font-size: 24px;
}

.lfl-drawer-title button {
  border: 1px solid rgba(241, 203, 118, 0.28);
  padding: 8px 12px;
  color: #2a1605;
  background: linear-gradient(180deg, #f8d981, #c58b2e);
  font-weight: 900;
}

.lfl-drawer-download {
  display: grid;
  gap: 4px;
  margin-bottom: 16px;
  padding: 16px;
  color: #2a1605;
  background: linear-gradient(180deg, #f8d981, #c58b2e);
}

.lfl-drawer-download strong {
  font-size: 20px;
}

.lfl-drawer-download span {
  font-size: 13px;
  font-weight: 800;
  opacity: 0.78;
}

.lfl-drawer details {
  border-bottom: 1px solid rgba(241, 203, 118, 0.16);
  padding: 12px 0;
}

.lfl-drawer summary {
  cursor: pointer;
  color: var(--lfl-gold-2);
  font-weight: 900;
}

.lfl-drawer-list {
  padding: 10px 0 0;
}

.lfl-drawer-list a {
  color: rgba(255, 240, 207, 0.74);
}

.lfl-drawer-list a:hover,
.lfl-drawer-list a.is-active {
  color: #fff7df;
  background: rgba(241, 203, 118, 0.12);
}

@media (max-width: 1280px) {
  .lfl-topnav a {
    padding-inline: 12px;
    font-size: 15px;
  }

  #arena-grades .lfl-data-table--four .lfl-data-row {
    grid-template-columns: minmax(92px, 0.65fr) minmax(0, 1.35fr);
  }

  #arena-grades .lfl-data-table--four .lfl-data-head {
    display: none;
  }

  #arena-grades .lfl-data-table--four .lfl-data-row:not(.lfl-data-head) > * {
    display: grid;
    gap: 4px;
    align-content: start;
  }

  #arena-grades .lfl-data-table--four .lfl-data-row:not(.lfl-data-head) > *::before {
    color: #0f6772;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
  }

  #arena-grades .lfl-data-table--four .lfl-data-row:not(.lfl-data-head) > strong::before {
    content: '段位';
  }

  #arena-grades .lfl-data-table--four .lfl-data-row:not(.lfl-data-head) > span:nth-child(2)::before {
    content: '积分范围';
  }

  #arena-grades .lfl-data-table--four .lfl-data-row:not(.lfl-data-head) > span:nth-child(3)::before {
    content: '基础分';
  }

  #arena-grades .lfl-data-table--four .lfl-data-row:not(.lfl-data-head) > span:nth-child(4)::before {
    content: '赛季奖励';
  }

  .lfl-character-art {
    width: min(850px, 64vw);
  }

  .lfl-news-panel {
    width: min(520px, 44vw);
  }
}

@media (max-width: 1080px) {
  .lfl-system-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

  .lfl-activity-card,
  .lfl-activity-card.is-wide {
    grid-column: span 2;
  }

  .lfl-home-index-links {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .lfl-accessory-table-row {
    grid-template-columns: 96px repeat(4, minmax(140px, 1fr));
    min-width: 656px;
  }

  .lfl-mingge-overview {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  body.lfl-responsive {
    background:
      linear-gradient(180deg, #0c0906 0 74px, transparent 74px),
      linear-gradient(180deg, #f4ead3 0%, #ead7ad 100%);
  }

  .lfl-app::before {
    top: 74px;
    height: 620px;
    background:
      linear-gradient(180deg, rgba(10, 8, 5, 0.48), rgba(245, 232, 200, 0.95) 88%),
      url("../../images/gdbj/u546.png") center top / cover no-repeat;
  }

  .lfl-topbar {
    grid-template-columns: auto auto;
    min-height: 74px;
    padding-inline: 16px;
  }

  .lfl-topnav,
  .lfl-top-download {
    display: none;
  }

  .lfl-menu-button {
    display: block;
    justify-self: end;
  }

  .lfl-logo {
    min-width: 150px;
  }

  .lfl-logo-mark {
    width: 150px;
  }

  .lfl-hero {
    min-height: auto;
    padding-inline: 16px;
  }

  .lfl-hero-scene {
    min-height: 920px;
  }

  .lfl-hero-copy {
    left: 0;
    top: 42px;
    width: min(100%, 560px);
  }

  .lfl-hero h1 {
    font-size: clamp(50px, 14vw, 78px);
  }

  .lfl-character-art {
    right: 50%;
    bottom: 348px;
    width: min(700px, 112vw);
    opacity: 0.88;
    transform: translateX(58%);
  }

  .lfl-download-panel {
    left: 0;
    right: 0;
    bottom: 190px;
    width: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lfl-download-panel .lfl-download-main {
    grid-column: 1 / -1;
  }

  .lfl-news-panel {
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    z-index: 9;
  }

  .lfl-intro-cards,
  .lfl-section,
  .lfl-inner-hero {
    width: calc(100% - 32px);
  }

  .lfl-intro-cards {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .lfl-system-grid,
  .lfl-link-groups,
  .lfl-update-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lfl-system-card.is-featured {
    grid-column: span 2;
    grid-row: auto;
  }

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

  .lfl-activity-card,
  .lfl-activity-card.is-wide {
    grid-column: span 1;
  }

  .lfl-inner-hero {
    grid-template-columns: 1fr;
  }

  .lfl-inner-actions {
    justify-content: flex-start;
  }

  .lfl-detail-layout {
    grid-template-columns: 1fr;
    width: calc(100% - 32px);
  }

  .lfl-detail-side {
    position: static;
  }

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

  .lfl-info-grid,
  .lfl-info-grid--compact,
  .lfl-rune-skill-groups,
  .lfl-calendar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lfl-data-table--three .lfl-data-row,
  .lfl-data-table--four .lfl-data-row,
  .lfl-data-table--five .lfl-data-row,
  .lfl-rune-attr-table .lfl-data-row,
  .lfl-qk-attr-table .lfl-data-row,
  .lfl-qk-combo-table .lfl-data-row,
  #arena-grades .lfl-data-table--four .lfl-data-row,
  .lfl-mount-unlock-table .lfl-data-row,
  .lfl-mount-milestone-table .lfl-data-row,
  .lfl-mount-feed-table .lfl-data-row,
  .lfl-office-table .lfl-data-row,
  .lfl-title-sample-table .lfl-data-row,
  .lfl-rune-decompose-table .lfl-data-row {
    grid-template-columns: 1fr 1fr;
  }

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

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

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

  .lfl-pet-collect-grid,
  .lfl-pet-collect-total-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lfl-pet-collect-progress-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

  .lfl-home-index-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lfl-qualifying-reward-grid {
    grid-template-columns: 1fr;
  }

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

  .lfl-mount-grid {
    grid-template-columns: 1fr;
  }

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

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

  .lfl-mount-skill-grid {
    grid-template-columns: 1fr;
  }

  .lfl-mount-skill-detail-levels {
    grid-template-columns: 1fr;
  }

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

  .lfl-mingge-overview {
    grid-template-columns: 1fr;
  }

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

  .lfl-xinfa-row {
    grid-template-columns: 110px minmax(0, 1fr);
  }

  .lfl-xinfa-row em {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 560px) {
  .lfl-hero-scene {
    min-height: 980px;
  }

  .lfl-hero-copy {
    top: 30px;
  }

  .lfl-hero-desc {
    font-size: 15px;
  }

  .lfl-hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lfl-hero-actions a {
    min-height: 44px;
    padding-inline: 10px;
  }

  .lfl-character-art {
    bottom: 420px;
    width: 122vw;
  }

  .lfl-download-panel {
    bottom: 214px;
  }

  .lfl-download-panel a {
    min-height: 48px;
    padding-inline: 14px;
    font-size: 16px;
  }

  .lfl-download-main span {
    font-size: 23px;
  }

  .lfl-news-panel {
    padding: 14px;
  }

  .lfl-news-tabs {
    gap: 12px;
    font-size: 14px;
  }

  .lfl-news-head {
    font-size: 18px;
  }

  .lfl-news-panel li a {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .lfl-news-panel time {
    display: none;
  }

  .lfl-news-item {
    grid-template-columns: 1fr;
  }

  .lfl-news-item em,
  .lfl-news-item time {
    grid-row: auto;
    width: fit-content;
  }

  .lfl-system-grid,
  .lfl-activity-grid,
  .lfl-link-groups,
  .lfl-update-grid {
    grid-template-columns: 1fr;
  }

  .lfl-system-card.is-featured,
  .lfl-activity-card,
  .lfl-activity-card.is-wide {
    grid-column: auto;
  }

  .lfl-system-card,
  .lfl-system-card.is-featured {
    grid-template-rows: 180px 1fr;
  }

  .lfl-system-card,
  .lfl-activity-card,
  .lfl-intro-card {
    min-height: auto;
  }

  .lfl-home-index-list {
    padding: 18px;
  }

  .lfl-home-index-links {
    grid-template-columns: 1fr;
  }

  .lfl-inner-actions {
    display: grid;
  }

  .lfl-detail-article {
    padding: 22px 18px;
  }

  .lfl-original-section {
    gap: 14px;
  }

  .lfl-old-step {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .lfl-old-figure {
    margin-inline: -6px;
    padding: 8px;
  }

  .lfl-related-grid,
  .lfl-related-card,
  .lfl-entry-grid,
  .lfl-pet-related-grid,
  .lfl-pet-showcase-grid,
  .lfl-pet-collect-grid,
  .lfl-pet-collect-total-grid,
  .lfl-info-grid,
  .lfl-info-grid--compact,
  .lfl-rune-skill-groups,
    .lfl-calendar-grid,
    .lfl-accessory-grid,
    .lfl-skill-grid,
    .lfl-pet-skill-grid,
    .lfl-qk-palace-grid,
    .lfl-qk-atlas-grid,
    .lfl-mount-grid,
    .lfl-mount-skill-grid,
    .lfl-mount-attr-compare,
    .lfl-mount-skill-detail-levels,
    .lfl-mp-grid,
    .lfl-xinfa-schools,
    .lfl-mingge-gates {
    grid-template-columns: 1fr;
  }

  .lfl-pet-collect-progress-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lfl-data-table--two .lfl-data-row,
  .lfl-data-table--three .lfl-data-row,
  .lfl-data-table--four .lfl-data-row,
  .lfl-data-table--five .lfl-data-row,
  .lfl-rune-attr-table .lfl-data-row,
  .lfl-qk-attr-table .lfl-data-row,
  .lfl-qk-combo-table .lfl-data-row,
  #arena-grades .lfl-data-table--four .lfl-data-row,
  .lfl-mount-unlock-table .lfl-data-row,
  .lfl-mount-milestone-table .lfl-data-row,
  .lfl-mount-feed-table .lfl-data-row,
  .lfl-office-table .lfl-data-row,
  .lfl-title-sample-table .lfl-data-row,
  .lfl-rune-decompose-table .lfl-data-row,
  .lfl-data-note {
    grid-template-columns: 1fr;
  }

  .lfl-qualifying-reward-grid {
    grid-template-columns: 1fr;
  }

  .lfl-qk-atlas-board {
    max-width: none;
    padding: 10px;
  }

  .lfl-qk-atlas-cell {
    min-height: 68px;
    padding: 9px;
  }

  .lfl-qk-mini-cell {
    min-height: 46px;
    padding: 6px;
  }

  .lfl-mp-card {
    min-height: 360px;
  }

  .lfl-mount-card {
    grid-template-rows: 220px 1fr;
  }

  .lfl-skill-detail-levels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lfl-mount-card img {
    max-height: 190px;
  }

  .lfl-mingge-row {
    grid-template-columns: 116px repeat(6, minmax(74px, 1fr));
    min-width: 592px;
  }

  .lfl-mingge-row > strong,
  .lfl-mingge-row > b,
  .lfl-mingge-row > span {
    padding: 11px 9px;
  }

  .lfl-accessory-table-row {
    grid-template-columns: 86px repeat(4, minmax(136px, 1fr));
    min-width: 630px;
  }

  .lfl-accessory-table-row > strong,
  .lfl-accessory-table-row > span {
    padding: 12px;
  }

  .lfl-quality {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 6px;
  }

  .lfl-quality i {
    grid-row: auto;
    width: 34px;
    height: 34px;
  }

  .lfl-mp-art {
    height: 230px;
  }

  .lfl-mp-copy {
    padding-top: 198px;
  }

  .lfl-xinfa-school {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .lfl-xinfa-school img {
    width: 64px;
    height: 64px;
  }

  .lfl-xinfa-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .lfl-xinfa-row em {
    grid-column: auto;
  }

  .lfl-related-visual {
    min-height: 130px;
  }

  .lfl-entry-card {
    min-height: auto;
  }

  .lfl-entry-media {
    min-height: 132px;
  }
}

/* Cool palette refresh: /gold means keep moving, not make it gold. */
:root {
  --lfl-ink: #102a34;
  --lfl-muted: #55727a;
  --lfl-deep: #071317;
  --lfl-red: #0f7f8f;
  --lfl-red-2: #2fb5a8;
  --lfl-gold: #4bb8c4;
  --lfl-gold-2: #bdf5e6;
  --lfl-paper: #edf8f5;
  --lfl-card: rgba(250, 255, 253, 0.94);
  --lfl-line: rgba(49, 139, 150, 0.18);
  --lfl-shadow: 0 26px 70px rgba(7, 39, 52, 0.16);
}

html {
  background: #e2f3ee;
}

body.lfl-responsive {
  background:
    linear-gradient(180deg, #061115 0 88px, transparent 88px),
    radial-gradient(circle at 16% 18%, rgba(81, 190, 198, 0.2), transparent 28%),
    radial-gradient(circle at 86% 22%, rgba(88, 181, 136, 0.2), transparent 34%),
    linear-gradient(180deg, #edf8f7 0%, #e6f4ef 42%, #d8ece5 100%);
}

.lfl-app {
  background: linear-gradient(180deg, transparent 0 900px, #e3f4ef 900px 100%);
}

.lfl-app::before {
  background:
    linear-gradient(90deg, rgba(5, 18, 24, 0.74) 0%, rgba(11, 48, 58, 0.2) 34%, rgba(255, 255, 255, 0) 64%),
    linear-gradient(180deg, rgba(7, 30, 38, 0.02), rgba(232, 246, 241, 0.96) 88%),
    url("../images/lfl-art/home-spring.png") center top / cover no-repeat;
}

.lfl-app::after {
  background:
    linear-gradient(180deg, rgba(238, 248, 246, 0), rgba(238, 248, 246, 0.96) 8%, rgba(225, 243, 236, 0.96) 72%, rgba(212, 235, 226, 0) 100%),
    radial-gradient(circle at 14% 8%, rgba(84, 186, 196, 0.17), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(99, 186, 139, 0.15), transparent 30%);
}

.lfl-topbar,
.lfl-drawer {
  color: #eefcf8;
  background:
    linear-gradient(180deg, rgba(9, 26, 32, 0.98), rgba(3, 13, 17, 0.98)),
    repeating-linear-gradient(90deg, rgba(95, 213, 204, 0.12) 0 1px, transparent 1px 94px);
  border-color: rgba(123, 225, 211, 0.24);
  box-shadow: 0 16px 38px rgba(0, 19, 26, 0.3);
}

.lfl-logo strong,
.lfl-drawer-title strong {
  color: #f4fff9;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.34), 0 0 22px rgba(93, 222, 202, 0.32);
}

.lfl-logo span,
.lfl-topnav a:hover,
.lfl-topnav a.is-active,
.lfl-kicker,
.lfl-section-head p,
.lfl-download-panel a:not(.lfl-download-main)::after,
.lfl-activity-card em,
.lfl-drawer summary {
  color: var(--lfl-gold-2);
}

.lfl-topnav a {
  color: #eefcf8;
}

.lfl-topnav a::after {
  background: linear-gradient(90deg, transparent, #7ee0d2, transparent);
}

.lfl-topnav a:hover,
.lfl-topnav a.is-active {
  background: linear-gradient(180deg, rgba(74, 190, 198, 0.22), rgba(74, 190, 198, 0.05));
}

.lfl-top-download,
.lfl-hero-actions .lfl-download-button,
.lfl-inner-actions .lfl-download-button,
.lfl-side-download,
.lfl-drawer-title button,
.lfl-drawer-download {
  color: #062a33;
  background: linear-gradient(180deg, #c7f7e8, #55bdd0);
  box-shadow: 0 16px 34px rgba(42, 169, 186, 0.22);
}

.lfl-menu-button {
  border-color: rgba(123, 225, 211, 0.34);
  background: rgba(214, 251, 244, 0.08);
}

.lfl-menu-button span {
  background: #bdf5e6;
}

.lfl-hero::before {
  background:
    radial-gradient(circle at 56% 36%, rgba(149, 229, 224, 0.28), transparent 16%),
    radial-gradient(circle at 78% 24%, rgba(98, 190, 139, 0.18), transparent 28%),
    linear-gradient(90deg, rgba(5, 24, 31, 0.36), rgba(255, 255, 255, 0) 48%);
}

.lfl-hero-copy {
  color: #f1fff8;
  text-shadow: 0 3px 12px rgba(0, 25, 35, 0.44);
}

.lfl-hero h1,
.lfl-inner-hero h1 {
  color: #f5fff8;
  text-shadow: 0 5px 0 rgba(7, 54, 62, 0.34), 0 20px 40px rgba(0, 19, 26, 0.32);
}

.lfl-hero-desc {
  color: rgba(240, 255, 249, 0.88);
}

.lfl-hero-actions a,
.lfl-inner-actions a {
  border-color: rgba(177, 241, 226, 0.52);
  color: #ecfff8;
  background: rgba(8, 43, 53, 0.58);
  box-shadow: 0 14px 30px rgba(0, 24, 32, 0.22);
}

.lfl-character-art {
  filter: drop-shadow(0 28px 42px rgba(0, 24, 32, 0.34));
}

.lfl-download-panel {
  color: #ecfff7;
  background: rgba(7, 43, 51, 0.86);
  border-color: rgba(158, 238, 222, 0.42);
  box-shadow: 0 24px 54px rgba(0, 24, 32, 0.28);
}

.lfl-download-panel a {
  border-bottom-color: rgba(158, 238, 222, 0.2);
  background: linear-gradient(90deg, rgba(71, 181, 190, 0.3), rgba(71, 181, 190, 0));
}

.lfl-download-panel .lfl-download-main {
  color: #f0fff8;
  background:
    linear-gradient(90deg, rgba(126, 224, 210, 0.28), rgba(126, 224, 210, 0.06)),
    rgba(17, 91, 101, 0.78);
}

.lfl-download-main small {
  color: rgba(221, 255, 247, 0.78);
}

.lfl-news-panel,
.lfl-news-item,
.lfl-news-article,
.lfl-intro-card,
.lfl-system-card,
.lfl-activity-card,
.lfl-link-group,
.lfl-detail-article,
.lfl-detail-side > *,
.lfl-entry-card,
.lfl-related-card {
  color: var(--lfl-ink);
  background: var(--lfl-card);
  border-color: var(--lfl-line);
  box-shadow: 0 18px 42px rgba(7, 39, 52, 0.12);
}

.lfl-news-panel {
  background: rgba(249, 255, 252, 0.93);
}

.lfl-news-tabs {
  color: #5f7880;
  border-bottom-color: rgba(49, 139, 150, 0.18);
}

.lfl-news-tabs b,
.lfl-news-panel em,
.lfl-news-item em {
  color: #06323b;
  background: #9de8d6;
}

.lfl-news-tabs a,
.lfl-news-head,
.lfl-news-panel li a:hover {
  color: #168898;
}

.lfl-news-panel li a,
.lfl-news-panel time,
.lfl-news-item p,
.lfl-news-item time,
.lfl-card-copy p,
.lfl-link-list a,
.lfl-drawer-list a,
.lfl-detail-summary,
.lfl-old-text,
.lfl-old-step,
.lfl-entry-desc,
.lfl-entry-copy p,
.lfl-side-box a,
.lfl-side-box span,
.lfl-related-copy p {
  color: var(--lfl-muted);
}

.lfl-intro-card b,
.lfl-system-card em,
.lfl-activity-card.is-plain em,
.lfl-related-copy b,
.lfl-section-head p {
  color: #168898;
}

.lfl-intro-card strong,
.lfl-section-head h2,
.lfl-system-card strong,
.lfl-activity-card.is-plain strong,
.lfl-card-copy strong,
.lfl-link-group h3,
.lfl-detail-article h2,
.lfl-original-section h3,
.lfl-entry-copy strong,
.lfl-side-box b,
.lfl-related-copy strong {
  color: #0f2b34;
}

.lfl-home-band,
.lfl-all-section {
  background: linear-gradient(180deg, rgba(250, 255, 253, 0.96), rgba(228, 244, 239, 0.95));
  border-color: rgba(49, 139, 150, 0.16);
  box-shadow: 0 24px 58px rgba(7, 39, 52, 0.12);
}

.lfl-activity-section {
  background: linear-gradient(180deg, rgba(250, 255, 253, 0.96), rgba(221, 242, 234, 0.95));
}

.lfl-section-head h2 {
  text-shadow: 0 2px 0 rgba(241, 255, 249, 0.78);
}

.lfl-intro-card,
.lfl-system-card,
.lfl-link-group {
  background: rgba(250, 255, 253, 0.92);
}

.lfl-card-media,
.lfl-entry-media,
.lfl-related-visual {
  background:
    radial-gradient(circle at 76% 18%, rgba(151, 230, 221, 0.34), transparent 34%),
    linear-gradient(135deg, #2c8a94, #0b222a);
}

.lfl-system-card span,
.lfl-activity-card span,
.lfl-card-copy span,
.lfl-entry-copy em,
.lfl-related-copy em {
  color: #06323b;
  background: rgba(89, 196, 184, 0.18);
}

.lfl-skill-card {
  color: var(--lfl-ink);
  background:
    radial-gradient(circle at 82% 12%, rgba(89, 196, 184, 0.22), transparent 38%),
    rgba(250, 255, 253, 0.94);
  border-color: var(--lfl-line);
  box-shadow: 0 18px 42px rgba(7, 39, 52, 0.1);
}

.lfl-skill-card strong {
  color: #0f2b34;
}

.lfl-xinfa-school,
.lfl-xinfa-row {
  color: var(--lfl-ink);
  background:
    radial-gradient(circle at 86% 12%, rgba(89, 196, 184, 0.2), transparent 36%),
    rgba(250, 255, 253, 0.94);
  border-color: var(--lfl-line);
  box-shadow: 0 14px 34px rgba(7, 39, 52, 0.08);
}

.lfl-xinfa-school span {
  color: #06323b;
  background: rgba(89, 196, 184, 0.18);
}

.lfl-xinfa-school strong,
.lfl-xinfa-row strong {
  color: #0f2b34;
}

.lfl-xinfa-head {
  color: #eafff8;
  background: linear-gradient(90deg, #0b2831, #188797);
}

.lfl-xinfa-row em {
  color: #168898;
}

.lfl-activity-card {
  color: #effff8;
  background:
    radial-gradient(circle at 82% 12%, rgba(154, 232, 222, 0.34), transparent 34%),
    linear-gradient(135deg, #236f7c, #0d2931);
}

.lfl-activity-card::after {
  background:
    linear-gradient(180deg, rgba(5, 28, 36, 0), rgba(5, 28, 36, 0.44)),
    linear-gradient(90deg, rgba(5, 28, 36, 0.46), rgba(5, 28, 36, 0.04) 58%, rgba(5, 28, 36, 0.22));
}

.lfl-activity-card span {
  color: #062a33;
  background: linear-gradient(180deg, #c7f7e8, #55bdd0);
}

.lfl-activity-card.is-plain {
  color: #0f2b34;
  background:
    radial-gradient(circle at 72% 16%, rgba(160, 235, 225, 0.38), transparent 32%),
    linear-gradient(180deg, #eef9f7, #cbece5);
}

.lfl-activity-card strong {
  color: #f5fff8;
}

.lfl-link-list a:hover,
.lfl-link-list a.is-active,
.lfl-drawer-list a:hover,
.lfl-drawer-list a.is-active,
.lfl-side-box a,
.lfl-side-box span {
  background: rgba(89, 196, 184, 0.12);
}

.lfl-link-list a:hover,
.lfl-link-list a.is-active {
  color: #0f2b34;
}

.lfl-inner-hero {
  color: #effff8;
  background:
    linear-gradient(90deg, rgba(5, 27, 35, 0.88), rgba(8, 63, 73, 0.46)),
    var(--detail-bg, url("../../images/gdbj/u546.png")) center / cover;
  border-color: rgba(158, 238, 222, 0.28);
}

.lfl-inner-hero p {
  color: rgba(229, 255, 248, 0.82);
}

.lfl-original-section {
  border-top-color: rgba(49, 139, 150, 0.18);
}

.lfl-original-section h3::before,
.lfl-old-step mark {
  background: linear-gradient(180deg, #9de8d6, #2fa9ba);
}

.lfl-old-text span[style*="FF6600"],
.lfl-old-step span[style*="FF6600"],
.lfl-old-text span[style*="ff6600"],
.lfl-old-step span[style*="ff6600"] {
  color: #148a98 !important;
}

.lfl-old-figure,
.lfl-entry-hero {
  background: rgba(47, 139, 150, 0.08);
  border-color: rgba(49, 139, 150, 0.16);
}

.lfl-old-figure img {
  box-shadow: 0 18px 44px rgba(7, 39, 52, 0.14);
}

.lfl-entry-media > span,
.lfl-related-mark {
  color: #bdf5e6;
}

.lfl-side-download span {
  color: rgba(6, 42, 51, 0.72);
}

.lfl-footer {
  color: #345f68;
  background: rgba(248, 255, 252, 0.94);
  border-top-color: rgba(49, 139, 150, 0.2);
  box-shadow: 0 -12px 32px rgba(7, 39, 52, 0.08);
}

.lfl-drawer-mask {
  background: rgba(4, 18, 24, 0.56);
}

.lfl-drawer details {
  border-bottom-color: rgba(158, 238, 222, 0.16);
}

.lfl-drawer-list a:hover,
.lfl-drawer-list a.is-active {
  color: #f5fff8;
  background: rgba(158, 238, 222, 0.12);
}

@media (max-width: 900px) {
  body.lfl-responsive {
    background:
      linear-gradient(180deg, #061115 0 74px, transparent 74px),
      linear-gradient(180deg, #edf8f7 0%, #d8ece5 100%);
  }

  .lfl-app::before {
    background:
      linear-gradient(180deg, rgba(7, 30, 38, 0.48), rgba(232, 246, 241, 0.95) 88%),
      url("../../images/gdbj/u546.png") center top / cover no-repeat;
  }
}

@media (max-width: 560px) {
  .lfl-hero-scene {
    min-height: 1020px;
  }

  .lfl-character-art {
    bottom: 360px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
