/* codex-appstore-ui phase 1 */
:root {
  --ks-bg: #f5f7fb;
  --ks-card: #ffffff;
  --ks-text: #172033;
  --ks-muted: #667085;
  --ks-line: #e6ebf2;
  --ks-blue: #1478ff;
  --ks-blue-dark: #0f63d6;
  --ks-green: #22b573;
  --ks-yellow: #f5b84b;
  --ks-shadow: 0 12px 30px rgba(15, 23, 42, .08);
}

body {
  background: var(--ks-bg) !important;
  color: var(--ks-text);
}

a,
a:hover {
  color: var(--ks-text);
}

.main,
.main_inner,
.update_area,
.home-filter,
.user-right .user_contentr,
.panel,
.s-article,
.s-ameta,
#comments,
.comment-respond {
  border-radius: 8px !important;
}

.main {
  background: transparent !important;
  box-shadow: none !important;
}

.main_left,
.update_area_content,
.user-right .user_contentr,
.panel,
.s-article,
.s-ameta,
#comments,
.comment-respond {
  background: var(--ks-card) !important;
  border: 1px solid var(--ks-line);
  box-shadow: var(--ks-shadow);
}

.ks-app-hero {
  max-width: 1180px;
  margin: 18px auto 18px;
  padding: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #eef6ff 55%, #f4fff8 100%);
  border: 1px solid rgba(20, 120, 255, .12);
  border-radius: 8px;
  box-shadow: var(--ks-shadow);
}

.ks-app-hero__top {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}

.ks-app-hero__eyebrow {
  margin: 0 0 8px;
  color: var(--ks-blue);
  font-size: 13px;
  font-weight: 700;
}

.ks-app-hero h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: 0;
}

.ks-app-hero__desc {
  margin: 8px 0 0;
  color: var(--ks-muted);
  font-size: 14px;
}

.ks-app-hero__stat {
  min-width: 150px;
  padding: 14px 16px;
  text-align: center;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(20, 120, 255, .12);
  border-radius: 8px;
}

.ks-app-hero__stat strong {
  display: block;
  font-size: 24px;
  line-height: 1;
  color: var(--ks-blue);
}

.ks-app-hero__stat span {
  display: block;
  margin-top: 6px;
  color: var(--ks-muted);
  font-size: 12px;
}

.ks-app-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.ks-app-action {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 72px;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--ks-line);
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .05);
}

.ks-app-action i {
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  color: #fff;
  background: var(--ks-blue);
  font-style: normal;
  font-weight: 800;
}

.ks-app-action:nth-child(2) i { background: var(--ks-green); }
.ks-app-action:nth-child(3) i { background: var(--ks-yellow); }
.ks-app-action:nth-child(4) i { background: #8b5cf6; }

.ks-app-action b {
  display: block;
  font-size: 14px;
  line-height: 1.2;
}

.ks-app-action span {
  display: block;
  margin-top: 4px;
  color: var(--ks-muted);
  font-size: 12px;
}

.home-filter {
  max-width: 1180px;
  margin: 0 auto 18px !important;
  padding: 12px !important;
  background: #fff !important;
  border: 1px solid var(--ks-line);
  box-shadow: 0 8px 18px rgba(15, 23, 42, .05);
}

.h-screen-wrap,
.h-screen {
  background: transparent !important;
}

.h-screen {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 !important;
  margin: 0 !important;
}

.h-screen li,
.h-screen a {
  border-radius: 999px !important;
}

.h-screen a {
  display: inline-flex !important;
  align-items: center;
  min-height: 34px;
  padding: 0 14px !important;
  background: #f2f6ff;
  color: #23405f !important;
  font-size: 13px;
  border: 1px solid transparent;
}

.h-screen .current-menu-item a,
.h-screen a:hover {
  color: #fff !important;
  background: var(--ks-blue);
  border-color: var(--ks-blue);
}

.h-soup {
  margin-top: 12px !important;
  color: var(--ks-muted);
}

.update_area {
  max-width: 1180px;
  margin: 0 auto 28px !important;
  background: transparent !important;
}

.update_area_content {
  padding: 18px !important;
}

.update_area_lists {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 16px;
  margin: 0 !important;
  padding: 0 !important;
}

.update_area_lists > li {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  overflow: hidden;
  background: #fff !important;
  border: 1px solid var(--ks-line);
  border-radius: 8px !important;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .06);
  transition: transform .18s ease, box-shadow .18s ease;
}

.update_area_lists > li:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(15, 23, 42, .1);
}

.update_area_lists img {
  border-radius: 8px !important;
  object-fit: cover;
}

.item_title h1,
.item_title h2,
.users_title {
  color: var(--ks-text);
  letter-spacing: 0;
}

.header-mbx-nav,
.item_images_info,
.item_blog_info,
.item_info {
  color: var(--ks-muted) !important;
}

.s-article {
  padding: 22px !important;
}

.item_title h1 {
  font-size: 28px !important;
  line-height: 1.25 !important;
  margin-bottom: 12px !important;
}

.content_left,
.content {
  color: #28364f;
  line-height: 1.8;
}

.guest_down {
  max-width: 680px !important;
  padding: 0 !important;
  background: #fff !important;
  border: 1px solid rgba(20, 120, 255, .16);
  border-radius: 8px !important;
  box-shadow: var(--ks-shadow);
  overflow: hidden;
}

.guest_down:before {
  display: none !important;
}

.guest_down_qx {
  padding: 22px !important;
}

.guest_down h3 {
  margin: 0 0 10px !important;
  font-size: 18px !important;
  color: var(--ks-text);
}

.guest_down p {
  color: var(--ks-muted);
}

.guest_down .down_meta_dec {
  width: auto !important;
  height: auto !important;
  min-height: 46px;
  line-height: 1.65 !important;
  margin: 0 !important;
  padding: 14px 22px !important;
  color: #4f5d73;
  background: #f6f9ff !important;
  border-top: 1px solid var(--ks-line);
  border-radius: 0 !important;
  box-sizing: border-box !important;
}

.down_botton {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.down_botton a,
.buy_ziyuan_ajax,
.Mypassdown,
.open-vip,
.btn-vipsubmit,
.bit-alipay-submit,
#alipay-ceredit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px !important;
  color: #fff !important;
  background: var(--ks-blue) !important;
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: 0 8px 18px rgba(20, 120, 255, .22);
}

.down_botton a:hover,
.buy_ziyuan_ajax:hover,
.Mypassdown:hover,
.open-vip:hover {
  color: #fff !important;
  background: var(--ks-blue-dark) !important;
}

.user_tab_botting {
  height: auto !important;
  min-height: 178px;
  margin-top: 0 !important;
  padding: 28px 22px !important;
  background: linear-gradient(135deg, #16315a 0%, #1478ff 60%, #42d392 100%) !important;
  border-radius: 8px !important;
  box-shadow: var(--ks-shadow);
}

.user_tab_botting .user_left {
  position: static !important;
  float: left;
}

.user_tab_botting .user_left img {
  width: 88px !important;
  height: 88px !important;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, .78);
}

.user_tab_botting .user_setting_data,
.user_tab_botting .user_setting_num {
  color: #fff !important;
}

.user-left {
  background: #fff;
  border: 1px solid var(--ks-line);
  border-radius: 8px;
  box-shadow: var(--ks-shadow);
  overflow: hidden;
}

.usermenu {
  padding: 8px !important;
}

.usermenu li {
  border-radius: 8px !important;
}

.usermenu li.active {
  background: var(--ks-blue) !important;
}

.usermenu li a {
  border-radius: 8px;
}

.users_title {
  margin: 18px 0 14px !important;
  padding: 0 0 10px !important;
  border-bottom: 1px solid var(--ks-line);
  font-size: 18px !important;
}

.panel,
.panel-body,
.site-order-list li,
.user-msg li,
.user_post_list li,
.pay-history,
.orders-table {
  border-radius: 8px !important;
}

.orders-table {
  overflow: hidden;
  border: 1px solid var(--ks-line) !important;
}

.orders-table th {
  background: #f4f7fb !important;
  color: #344054;
}

.orders-table td,
.orders-table th {
  border-color: var(--ks-line) !important;
}

.daohanglan > ul {
  height: 58px !important;
  background: rgba(255, 255, 255, .96) !important;
  border-top: 1px solid var(--ks-line);
  box-shadow: 0 -8px 24px rgba(15, 23, 42, .08) !important;
}

.daohanglan img {
  width: 23px !important;
  height: 23px !important;
}

.daohanglan span {
  display: block;
  margin-top: 2px;
  color: #43536a !important;
  font-size: 11px !important;
}

@media (max-width: 780px) {
  .ks-app-hero {
    margin: 12px 10px 14px;
    padding: 18px;
  }

  .ks-app-hero__top {
    display: block;
  }

  .ks-app-hero__stat {
    margin-top: 14px;
  }

  .ks-app-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .update_area_content {
    padding: 12px !important;
  }

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

  .s-article {
    padding: 16px !important;
  }

  .item_title h1 {
    font-size: 22px !important;
  }

  .guest_down_qx,
  .guest_down .down_meta_dec {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media (max-width: 430px) {
  .ks-app-actions {
    grid-template-columns: 1fr;
  }
}

/* codex-appstore-ui phase 2 single detail */
.ks-single-upgraded > .item_title {
  display: none !important;
}

.ks-single-upgraded > .header-mbx-nav {
  margin: 0 0 14px !important;
  padding: 0 !important;
  color: var(--ks-muted) !important;
}

.ks-app-detail {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) 190px;
  gap: 22px;
  align-items: stretch;
  margin: 0 0 22px;
  padding: 22px;
  background: linear-gradient(135deg, #ffffff 0%, #eef6ff 58%, #f3fff8 100%);
  border: 1px solid rgba(20, 120, 255, .14);
  border-radius: 8px;
  box-shadow: var(--ks-shadow);
}

.ks-app-detail__media {
  width: 132px;
  height: 132px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 10px 24px rgba(15, 23, 42, .10);
  overflow: hidden;
}

.ks-app-detail__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ks-app-detail__fallback {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background: var(--ks-blue);
  font-size: 52px;
  font-weight: 800;
}

.ks-app-detail__body {
  min-width: 0;
}

.ks-app-detail__crumb {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  color: var(--ks-blue);
  background: rgba(20, 120, 255, .10);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.ks-app-detail h1 {
  margin: 12px 0 8px;
  color: var(--ks-text);
  font-size: 28px;
  line-height: 1.22;
  letter-spacing: 0;
}

.ks-app-detail__desc {
  max-width: 680px;
  margin: 0;
  color: var(--ks-muted);
  font-size: 14px;
  line-height: 1.7;
}

.ks-app-detail__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.ks-app-detail__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  color: #43536a;
  background: #fff;
  border: 1px solid var(--ks-line);
  border-radius: 999px;
  font-size: 12px;
}

.ks-app-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.ks-app-detail__primary,
.ks-app-detail__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 700;
}

.ks-app-detail__primary,
.ks-app-detail__primary:hover {
  color: #fff;
  background: var(--ks-blue);
  box-shadow: 0 8px 18px rgba(20, 120, 255, .22);
}

.ks-app-detail__secondary,
.ks-app-detail__secondary:hover {
  color: var(--ks-blue);
  background: #fff;
  border: 1px solid rgba(20, 120, 255, .20);
}

.ks-app-detail__facts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.ks-app-detail__facts div {
  padding: 12px;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(15, 23, 42, .06);
  border-radius: 8px;
}

.ks-app-detail__facts span {
  display: block;
  color: var(--ks-muted);
  font-size: 12px;
}

.ks-app-detail__facts strong {
  display: block;
  margin-top: 5px;
  color: var(--ks-text);
  font-size: 16px;
  line-height: 1.2;
}

.ks-single-upgraded .content {
  margin-top: 18px;
}

@media (max-width: 900px) {
  .ks-app-detail {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .ks-app-detail__media {
    width: 96px;
    height: 96px;
  }

  .ks-app-detail__facts {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .ks-app-detail {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
  }

  .ks-app-detail__media {
    width: 72px;
    height: 72px;
  }

  .ks-app-detail h1 {
    font-size: 21px;
  }

  .ks-app-detail__desc {
    font-size: 13px;
  }

  .ks-app-detail__actions {
    grid-column: 1 / -1;
  }

  .ks-app-detail__facts {
    grid-template-columns: 1fr;
  }
}

/* codex-kolagame-home portal */
.ks-kola-home {
  max-width: 1180px;
  margin: 18px auto 18px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--ks-line);
  border-radius: 8px;
  box-shadow: var(--ks-shadow);
}

.ks-kola-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: 18px;
  align-items: center;
}

.ks-kola-welcome {
  min-height: 118px;
  padding: 22px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #1258d0 0%, #1478ff 56%, #23c88a 100%);
  overflow: hidden;
}

.ks-kola-welcome p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 700;
}

.ks-kola-welcome h2 {
  margin: 0;
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0;
}

.ks-kola-welcome span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, .86);
  font-size: 14px;
}

.ks-kola-search {
  display: flex;
  gap: 10px;
  min-height: 58px;
  padding: 10px;
  background: #f5f8fc;
  border: 1px solid var(--ks-line);
  border-radius: 8px;
}

.ks-kola-search input {
  flex: 1;
  min-width: 0;
  padding: 0 14px;
  color: var(--ks-text);
  background: #fff;
  border: 1px solid var(--ks-line);
  border-radius: 8px;
  outline: none;
}

.ks-kola-search button {
  flex: 0 0 86px;
  color: #fff;
  background: var(--ks-blue);
  border: 0;
  border-radius: 8px;
  font-weight: 700;
}

.ks-kola-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.ks-kola-stats div {
  padding: 14px;
  background: #f7faff;
  border: 1px solid var(--ks-line);
  border-radius: 8px;
}

.ks-kola-stats span {
  display: block;
  color: var(--ks-muted);
  font-size: 12px;
}

.ks-kola-stats strong {
  display: block;
  margin-top: 5px;
  color: var(--ks-text);
  font-size: 18px;
  line-height: 1.2;
}

.ks-kola-actions {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.ks-kola-actions a {
  min-height: 92px;
  padding: 14px 10px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--ks-line);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .05);
}

.ks-kola-actions i {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin: 0 auto 8px;
  color: #fff;
  background: var(--ks-blue);
  border-radius: 8px;
  font-style: normal;
  font-weight: 800;
}

.ks-kola-actions a:nth-child(2) i { background: #22b573; }
.ks-kola-actions a:nth-child(3) i { background: #f5b84b; }
.ks-kola-actions a:nth-child(4) i { background: #8b5cf6; }
.ks-kola-actions a:nth-child(5) i { background: #ef476f; }
.ks-kola-actions a:nth-child(6) i { background: #0f766e; }

.ks-kola-actions b {
  display: block;
  color: var(--ks-text);
  font-size: 14px;
  line-height: 1.2;
}

.ks-kola-actions span {
  display: block;
  margin-top: 4px;
  color: var(--ks-muted);
  font-size: 12px;
}

.ks-kola-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 18px 0 10px;
}

.ks-kola-section-title h3 {
  margin: 0;
  color: var(--ks-text);
  font-size: 18px;
  letter-spacing: 0;
}

.ks-kola-section-title a {
  color: var(--ks-blue);
  font-size: 13px;
  font-weight: 700;
}

.ks-kola-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 10px;
}

.ks-kola-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 60px;
  color: #fff !important;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .14);
  transition: transform .18s ease, box-shadow .18s ease;
}

.ks-kola-box:hover {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(15, 23, 42, .18);
}

.ks-kola-box i {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, .18);
  border-radius: 8px;
  font-style: normal;
  font-weight: 800;
}

.ks-kola-box span {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.ks-kola-box-1 { background: linear-gradient(135deg, #4a148c 0%, #880e4f 100%); }
.ks-kola-box-2 { background: linear-gradient(135deg, #0d47a1 0%, #1565c0 100%); }
.ks-kola-box-3 { background: linear-gradient(135deg, #263238 0%, #37474f 100%); }
.ks-kola-box-4 { background: linear-gradient(135deg, #e65100 0%, #ff8f00 100%); }
.ks-kola-box-5 { background: linear-gradient(135deg, #00695c 0%, #00897b 100%); }
.ks-kola-box-6 { background: linear-gradient(135deg, #bf360c 0%, #e64a19 100%); }
.ks-kola-box-7 { background: linear-gradient(135deg, #1b5e20 0%, #2e7d32 100%); }
.ks-kola-box-8 { background: linear-gradient(135deg, #b71c1c 0%, #d32f2f 100%); }
.ks-kola-box-9 { background: linear-gradient(135deg, #6a1b9a 0%, #8e24aa 100%); }
.ks-kola-box-10 { background: linear-gradient(135deg, #004d40 0%, #00796b 100%); }
.ks-kola-box-11 { background: linear-gradient(135deg, #1565c0 0%, #1976d2 100%); }
.ks-kola-box-12 { background: linear-gradient(135deg, #455a64 0%, #607d8b 100%); }

.ks-app-hero {
  display: none !important;
}

@media (max-width: 900px) {
  .ks-kola-top {
    grid-template-columns: 1fr;
  }

  .ks-kola-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ks-kola-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .ks-kola-home {
    margin: 10px;
    padding: 12px;
  }

  .ks-kola-welcome {
    min-height: 104px;
    padding: 18px;
  }

  .ks-kola-welcome h2 {
    font-size: 22px;
  }

  .ks-kola-search {
    min-height: 52px;
  }

  .ks-kola-stats,
  .ks-kola-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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



/* codex-kolagame-100-home */
html body.home {
  background: #120019 !important;
  color: #fff;
}
body.home::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 0%, rgba(80, 0, 105, .35), transparent 42%),
    linear-gradient(180deg, #130019 0%, #0b0010 100%);
}
body.home .index_header {
  background: #120019 !important;
  box-shadow: none !important;
}
body.home .header_menu li a,
body.home .header_menu a,
body.home .login_text,
body.home .login_text a {
  color: #fff !important;
}
body.home .header_search_bar {
  background: #e6e6e6 !important;
  border-radius: 50px !important;
}
body.home .ks-kola-home,
body.home .ks-app-hero,
body.home .ks-kola-top,
body.home .ks-kola-stats,
body.home .ks-kola-actions,
body.home .ks-kola-section-title,
body.home .ks-kola-grid {
  display: none !important;
}
body.home .ks100-home,
body.home .update_area,
body.home .home-filter {
  width: min(1280px, calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}
body.home .ks100-home {
  margin-top: 40px;
}
body.home .ks100-action-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 122px;
  margin: 0 10px 34px;
}
body.home .ks100-action-card {
  height: 113px;
  border-radius: 14px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff !important;
  font-size: 20px;
  font-weight: 800;
  box-shadow: inset 0 1px rgba(255,255,255,.14), 0 10px 18px rgba(0,0,0,.22);
}
body.home .ks100-action-card i {
  font-size: 31px;
  font-style: normal;
  opacity: .95;
}
body.home .ks100-action-red { background: linear-gradient(180deg, #ff405a 0%, #81181f 100%); }
body.home .ks100-action-silver { background: linear-gradient(180deg, #ffffff 0%, #686868 100%); color: #1c1c1c !important; }
body.home .ks100-action-gold { background: linear-gradient(180deg, #f4ba17 0%, #6c4b00 100%); }
body.home .ks100-action-black { background: linear-gradient(180deg, #363936 0%, #050505 100%); }
body.home .ks100-section-title h2 {
  color: #fff;
  font-size: 21px;
  line-height: 1;
  margin: 0 0 24px 0;
}
body.home .ks100-hot-strip {
  display: grid;
  grid-template-columns: repeat(9, 103px);
  justify-content: space-between;
  gap: 32px;
  min-height: 119px;
  margin-bottom: 18px;
  overflow: hidden;
}
body.home .ks100-hot-item,
body.home .ks100-hot-item img {
  display: block;
  width: 103px;
  height: 103px;
}
body.home .ks100-hot-item img {
  object-fit: cover;
  border-radius: 29px;
}
body.home .ks100-feed-line {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 28px;
  color: #fff;
  font-size: 13px;
  margin-bottom: 34px;
}
body.home .ks100-feed-line em {
  color: rgba(255,255,255,.55);
  font-style: normal;
}
body.home .ks100-pill-nav,
body.home .home-filter .h-screen {
  height: 42px;
  display: flex !important;
  flex-wrap: nowrap;
  gap: 6px;
  overflow: hidden;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.home .home-filter {
  margin-bottom: 14px;
}
body.home .home-filter .h-screen-wrap {
  margin: 0 !important;
  padding: 0 !important;
}
body.home .ks100-pill-nav a,
body.home .home-filter .h-screen > li,
body.home .home-filter .h-screen > li > a {
  min-width: 78px;
  height: 40px;
  border-radius: 8px 8px 0 0;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 18px !important;
  background: #3a393b !important;
  color: #fff !important;
  font-size: 14px;
  line-height: 40px !important;
}
body.home .ks100-pill-nav a.active,
body.home .home-filter .h-screen > li.current-menu-item,
body.home .home-filter .h-screen > li.current-menu-item > a {
  background: #4b4b4d !important;
}
body.home .update_area {
  background: transparent !important;
  margin-top: 0;
}
body.home .update_area_content {
  max-width: 1280px !important;
  width: 100% !important;
  display: grid !important;
  grid-template-columns: minmax(0, 910px) 400px;
  gap: 22px;
  overflow: visible !important;
}
body.home .update_area_lists {
  grid-column: 1;
  display: flex !important;
  flex-direction: column;
  gap: 20px;
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
}
body.home .update_area_lists > li {
  width: 100% !important;
  min-height: 126px;
  margin: 0 !important;
  float: none !important;
  display: grid !important;
  grid-template-columns: 150px minmax(0, 1fr) 76px;
  align-items: center;
  gap: 28px;
  padding: 16px !important;
  border-radius: 24px !important;
  background: rgba(18,18,22,.92) !important;
  border: 1px solid rgba(255,255,255,.04);
  box-shadow: none !important;
  overflow: hidden;
}
body.home .update_area_lists > li img {
  width: 103px !important;
  height: 103px !important;
  object-fit: cover !important;
  border-radius: 18px !important;
  margin: 0 auto !important;
}
body.home .update_area_lists > li h2,
body.home .update_area_lists > li h3,
body.home .update_area_lists > li .post-title,
body.home .update_area_lists > li a {
  color: #fff !important;
}
body.home .update_area_lists > li p,
body.home .update_area_lists > li span,
body.home .update_area_lists > li em {
  color: rgba(255,255,255,.7) !important;
}
body.home .update_area_lists > li::after {
  content: "查看";
  justify-self: end;
  width: 64px;
  height: 30px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #3a3a3d;
  color: #fff;
  font-size: 13px;
}
body.home .ks100-sidebar {
  grid-column: 2;
  grid-row: 1 / span 8;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
body.home .ks100-author-card,
body.home .ks100-rank-card {
  border-radius: 24px;
  background: rgba(18,18,22,.92);
  border: 1px solid rgba(255,255,255,.04);
  padding: 38px 22px 22px;
  color: #fff;
}
body.home .ks100-avatar {
  width: 92px;
  height: 92px;
  margin: 0 auto 50px;
}
body.home .ks100-avatar img {
  width: 92px;
  height: 92px;
  border-radius: 50%;
}
body.home .ks100-author-stats,
body.home .ks100-author-labels {
  display: flex;
  justify-content: center;
  gap: 24px;
  text-align: center;
}
body.home .ks100-author-stats strong {
  color: #ff405a;
  font-size: 22px;
}
body.home .ks100-author-labels {
  color: rgba(255,255,255,.45);
  margin: 6px 0 28px;
}
body.home .ks100-timeline {
  border-top: 1px solid rgba(255,255,255,.55);
  padding-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
body.home .ks100-timeline a,
body.home .ks100-rank-card a {
  color: rgba(255,255,255,.72) !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.home .ks100-author-button {
  margin-top: 28px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #ff2853, #ff5a66);
  color: #fff !important;
  font-weight: 700;
}
body.home .ks100-rank-tabs {
  display: flex;
  justify-content: space-between;
  color: rgba(255,255,255,.4);
  border-bottom: 1px solid rgba(255,255,255,.55);
  padding-bottom: 14px;
  margin-bottom: 18px;
}
body.home .ks100-rank-card a {
  display: flex;
  align-items: center;
  gap: 9px;
  height: 30px;
}
body.home .ks100-rank-card i {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: #ff5a66;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-size: 12px;
  flex: 0 0 auto;
}
body.home ._ajax_paged,
body.home .pagination,
body.home .nav-links {
  grid-column: 1 / -1;
}
@media (max-width: 1100px) {
  body.home .ks100-action-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  body.home .ks100-hot-strip {
    grid-template-columns: repeat(5, 103px);
    justify-content: start;
    overflow-x: auto;
  }
  body.home .update_area_content {
    grid-template-columns: 1fr;
  }
  body.home .ks100-sidebar {
    grid-column: 1;
    grid-row: auto;
  }
}
@media (max-width: 640px) {
  body.home .ks100-home,
  body.home .update_area,
  body.home .home-filter {
    width: calc(100% - 24px);
  }
  body.home .ks100-home {
    margin-top: 18px;
  }
  body.home .ks100-action-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 0 0 22px;
  }
  body.home .ks100-action-card {
    height: 86px;
    font-size: 16px;
  }
  body.home .ks100-hot-strip {
    display: flex;
    gap: 18px;
    overflow-x: auto;
  }
  body.home .update_area_lists > li {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 12px;
    min-height: 104px;
    border-radius: 18px !important;
  }
  body.home .update_area_lists > li::after {
    display: none;
  }
  body.home .update_area_lists > li img {
    width: 76px !important;
    height: 76px !important;
  }
  body.home .ks100-sidebar {
    display: none;
  }
}


/* codex-kolagame-100-refine */
body.home .ks100-home {
  margin-top: 40px !important;
}
body.home .ks100-action-grid {
  margin-bottom: 34px !important;
}
body.home .ks100-section-title h2 {
  margin-bottom: 24px !important;
}
body.home .ks100-hot-strip {
  margin-bottom: 10px !important;
}
body.home .ks100-feed-line {
  margin-bottom: 22px !important;
}
body.home .ks100-pill-nav {
  margin-bottom: 8px !important;
}
body.home .home-filter {
  margin-top: -2px !important;
  margin-bottom: 10px !important;
}
body.home .update_area,
body.home .update_area_inner,
body.home .update_area_content {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}
body.home .update_area_content {
  width: 1280px !important;
  max-width: 1280px !important;
  padding: 0 !important;
  grid-template-columns: 910px 400px !important;
  gap: 22px !important;
}
body.home .update_area_lists {
  gap: 20px !important;
}
body.home .update_area_lists > li {
  height: 126px !important;
  min-height: 126px !important;
  max-height: 126px !important;
  grid-template-columns: 128px minmax(0, 1fr) 76px !important;
  padding: 12px 14px !important;
  overflow: hidden !important;
}
body.home .update_area_lists > li > * {
  max-height: 102px !important;
  overflow: hidden !important;
}
body.home .update_area_lists > li img {
  width: 103px !important;
  height: 103px !important;
}
body.home .update_area_lists > li h2,
body.home .update_area_lists > li h3,
body.home .update_area_lists > li .title,
body.home .update_area_lists > li .post-title {
  font-size: 16px !important;
  line-height: 1.4 !important;
  max-height: 45px !important;
  overflow: hidden !important;
  margin: 0 0 20px !important;
}
body.home .update_area_lists > li p,
body.home .update_area_lists > li .post-excerpt,
body.home .update_area_lists > li .post-info,
body.home .update_area_lists > li .list_des,
body.home .update_area_lists > li .entry-summary {
  max-height: 42px !important;
  overflow: hidden !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
}
body.home .update_area_lists > li .meta,
body.home .update_area_lists > li .item-meta,
body.home .update_area_lists > li .info {
  font-size: 12px !important;
  max-height: 20px !important;
}
@media (max-width: 1320px) {
  body.home .update_area_content {
    width: 100% !important;
    grid-template-columns: minmax(0, 1fr) 360px !important;
  }
}
@media (max-width: 1100px) {
  body.home .update_area_content {
    grid-template-columns: 1fr !important;
  }
}


/* codex-kolagame-100-spacing */
body.home .home-filter {
  display: none !important;
}
body.home .ks100-feed-line {
  margin-bottom: 8px !important;
}
body.home .ks100-pill-nav {
  margin-bottom: 14px !important;
}
body.home .update_area {
  margin-top: 0 !important;
}


/* codex-kolagame-100-v4 */
@media (min-width: 900px) {
  body.home .logo {
    display: none !important;
  }
  body.home .header_inner {
    position: relative !important;
  }
  body.home .header_menu {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    margin-left: 0 !important;
  }
}
body.home .ks100-home {
  margin-top: 20px !important;
}
body.home .update_area_lists > li {
  position: relative !important;
  display: block !important;
  padding: 12px 104px 12px 16px !important;
}
body.home .update_area_lists > li::after {
  position: absolute !important;
  right: 24px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
body.home .update_area_lists > li > .Articles {
  display: grid !important;
  grid-template-columns: 128px minmax(0, 1fr) !important;
  gap: 28px !important;
  align-items: center !important;
  width: 100% !important;
  height: 102px !important;
  max-height: 102px !important;
}
body.home .update_area_lists > li .post_left {
  width: 128px !important;
  height: 102px !important;
  grid-column: 1 !important;
}
body.home .update_area_lists > li .thumb-srcbox,
body.home .update_area_lists > li figure {
  width: 103px !important;
  height: 103px !important;
  display: block !important;
  position: relative !important;
}
body.home .update_area_lists > li figure {
  position: static !important;
}
body.home .update_area_lists > li .cx-cover {
  display: none !important;
}
body.home .update_area_lists > li .post_right {
  grid-column: 2 !important;
  width: auto !important;
  height: 102px !important;
  max-height: 102px !important;
  display: grid !important;
  grid-template-rows: 32px 36px 24px !important;
  align-content: center !important;
  overflow: hidden !important;
}
body.home .update_area_lists > li .post_right h2 {
  width: 100% !important;
  height: 32px !important;
  max-height: 32px !important;
  line-height: 32px !important;
  margin: 0 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
}
body.home .update_area_lists > li .post_right h2 a {
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  display: block !important;
}
body.home .update_area_lists > li .post_right p {
  height: 36px !important;
  max-height: 36px !important;
  line-height: 18px !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: rgba(255,255,255,.58) !important;
}
body.home .update_area_lists > li .cat {
  display: none !important;
}
body.home .update_area_lists > li .post_meta {
  height: 24px !important;
  line-height: 24px !important;
  overflow: hidden !important;
  color: rgba(255,255,255,.45) !important;
}
body.home .update_area_lists > li .post_meta span {
  color: rgba(255,255,255,.45) !important;
}
@media (max-width: 640px) {
  body.home .update_area_lists > li {
    padding: 12px !important;
  }
  body.home .update_area_lists > li > .Articles {
    grid-template-columns: 86px minmax(0, 1fr) !important;
    gap: 12px !important;
  }
}


/* codex-kolagame-100-v5 */
body.home .update_area_lists > li .post_left,
body.home .update_area_lists > li .thumb-srcbox {
  position: relative !important;
  overflow: visible !important;
}
body.home .update_area_lists > li .post_left {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}
body.home .update_area_lists > li .thumb-srcbox {
  width: 103px !important;
  height: 103px !important;
}
body.home .update_area_lists > li figure {
  width: 103px !important;
  height: 103px !important;
  position: relative !important;
  inset: auto !important;
  overflow: hidden !important;
  border-radius: 18px !important;
}
body.home .update_area_lists > li img.waitpic {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 103px !important;
  height: 103px !important;
  object-fit: cover !important;
  border-radius: 18px !important;
  margin: 0 !important;
}
body.home .update_area_lists > li .post_right {
  padding-top: 2px !important;
}
body.home .ks100-action-card {
  letter-spacing: 0 !important;
}
body.home .ks100-rank-card {
  padding-top: 28px !important;
}


/* codex-kolagame-100-v6 */
body.home .update_area_lists > li .thumb-srcbox {
  padding: 0 !important;
  min-height: 103px !important;
}
