@import url("https://www.milthink.com/static/pc/upload_doc/css/font_1038509_a81tmnqhh2a.css");

@font-face {
  font-family: "zz-iconfont";
  src: url("./assets/zz-iconfont.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
  font-display: block;
}

html.zz-site-theme .iconfont {
  font-family: "zz-iconfont" !important;
}

:root {
  --zz-shell-950: #03142c;
  --zz-shell-900: #061c3b;
  --zz-shell-850: #08264e;
  --zz-shell-800: #0b315f;
  --zz-blue-600: #2169d8;
  --zz-blue-500: #3282ff;
  --zz-blue-300: #72b9ff;
  --zz-cyan-400: #46d0d1;
  --zz-gold-400: #c9a651;
  --zz-ink-900: #10213a;
  --zz-ink-700: #40536c;
  --zz-ink-500: #718299;
  --zz-surface: #ffffff;
  --zz-surface-soft: #f6f9fd;
  --zz-canvas: #edf2f8;
  --zz-line: #dce6f2;
  --zz-line-strong: #c8d8e9;
  --zz-shadow-sm: 0 8px 24px rgba(21, 52, 92, 0.08);
  --zz-shadow-md: 0 18px 44px rgba(13, 43, 82, 0.12);
  --zz-radius-sm: 6px;
  --zz-radius-md: 10px;
  --zz-radius-lg: 14px;
  --zz-max-width: 1240px;
}

/* --------------------------------------------------------------------------
   Cross-page marketing art and shared chrome refinement v9
   -------------------------------------------------------------------------- */

html.zz-site-theme .zz-upload-promo-panel,
html.zz-site-theme .zz-vip-membership-panel {
  position: relative !important;
  display: block !important;
  overflow: hidden !important;
  height: auto !important;
  margin-bottom: 0 !important;
  border: 1px solid rgba(118, 169, 226, 0.42) !important;
  border-radius: 18px !important;
  background: #061c3b !important;
  box-shadow: 0 16px 34px rgba(3, 20, 44, 0.2) !important;
}

html.zz-site-theme .zz-upload-promo-art,
html.zz-site-theme .zz-vip-membership-art {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: inherit !important;
  object-fit: cover !important;
}

html.zz-site-theme .zz-upload-promo-art {
  aspect-ratio: 1793 / 150;
  min-height: 112px !important;
  object-position: center 62% !important;
  filter: saturate(0.92) contrast(1.04) !important;
}

html.zz-site-theme .zz-upload-promo-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(2, 15, 37, 0.16), rgba(2, 15, 37, 0.03) 52%, rgba(2, 15, 37, 0.18));
}

html.zz-site-theme .zz-upload-promo-copy {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 0 clamp(28px, 4.2vw, 68px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  pointer-events: none;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 8, 25, 0.42);
}

html.zz-site-theme .zz-upload-promo-copy strong {
  font-size: clamp(23px, 2.2vw, 36px);
  font-weight: 780;
  letter-spacing: 0.025em;
}

html.zz-site-theme .zz-upload-promo-copy > span {
  padding: 10px 18px;
  border: 1px solid rgba(112, 194, 255, 0.44);
  border-radius: 999px;
  color: #dff4ff;
  background: rgba(7, 43, 86, 0.68);
  backdrop-filter: blur(8px);
  font-size: clamp(15px, 1.35vw, 20px);
  font-weight: 680;
  white-space: nowrap;
}

html.zz-site-theme .zz-vip-membership-art {
  aspect-ratio: 3 / 2;
}

html.zz-site-theme .zz-footer-contact {
  justify-content: flex-end !important;
  align-items: flex-start !important;
}

html.zz-site-theme .zz-footer-contact > div {
  min-width: 166px;
  padding: 11px 11px 10px;
  border: 1px solid rgba(113, 176, 241, 0.32);
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(14, 55, 102, 0.94), rgba(3, 24, 53, 0.98));
  box-shadow: 0 16px 32px rgba(0, 8, 24, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  text-align: center;
}

html.zz-site-theme .zz-footer-contact .zz-footer-qr-panel {
  width: 144px !important;
  height: 144px !important;
  margin: 0 auto !important;
  padding: 8px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(178, 213, 248, 0.58) !important;
  border-radius: 13px !important;
  background: #fff !important;
  box-shadow: 0 8px 18px rgba(0, 12, 31, 0.18) !important;
}

html.zz-site-theme .zz-footer-contact .zz-footer-qr-panel img {
  width: 128px !important;
  height: 128px !important;
  margin: 0 !important;
  display: block !important;
  border-radius: 7px !important;
  object-fit: contain !important;
}

html.zz-site-theme .zz-footer-contact-label {
  min-height: 28px;
  margin: 8px 0 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px;
  color: #dbeeff !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.04em;
}

html.zz-site-theme .zz-footer-contact-icon {
  font-family: "zz-iconfont" !important;
  color: #56d9d2 !important;
  font-size: 17px !important;
  line-height: 1 !important;
}

html.zz-site-theme .zz-footer-contact-label br {
  display: none !important;
}

html.zz-site-theme .fixed-nav.zz-shared-tools {
  width: 60px !important;
  height: auto !important;
  padding: 6px !important;
  overflow: visible !important;
  border: 1px solid rgba(111, 174, 239, 0.34) !important;
  border-radius: 20px !important;
  background: rgba(3, 24, 53, 0.96) !important;
  box-shadow: 0 20px 44px rgba(0, 8, 25, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
  backdrop-filter: blur(14px);
}

html.zz-site-theme .fixed-nav.zz-shared-tools .toast-body {
  padding: 0 !important;
}

html.zz-site-theme .fixed-nav.zz-shared-tools ul {
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  gap: 5px !important;
  list-style: none !important;
}

html.zz-site-theme .fixed-nav.zz-shared-tools li {
  width: 46px !important;
  height: 46px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html.zz-site-theme .fixed-nav.zz-shared-tools .zz-tool-control {
  position: relative !important;
  width: 46px !important;
  height: 46px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden;
  border: 1px solid rgba(117, 179, 244, 0.2) !important;
  border-radius: 13px !important;
  background: linear-gradient(155deg, rgba(22, 72, 128, 0.72), rgba(8, 41, 80, 0.78)) !important;
  color: #8fd2ff !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

html.zz-site-theme .fixed-nav.zz-shared-tools .zz-tool-control:hover,
html.zz-site-theme .fixed-nav.zz-shared-tools .zz-tool-control:focus-visible {
  border-color: rgba(105, 215, 221, 0.7) !important;
  background: linear-gradient(155deg, rgba(33, 116, 194, 0.92), rgba(14, 70, 129, 0.94)) !important;
  color: #fff !important;
  transform: translateY(-1px);
  outline: none !important;
}

html.zz-site-theme .fixed-nav.zz-shared-tools .zz-tool-control > img,
html.zz-site-theme .fixed-nav.zz-shared-tools .zz-tool-control > i:not(.zz-tool-icon) {
  display: none !important;
}

html.zz-site-theme .fixed-nav.zz-shared-tools .zz-tool-icon {
  font-family: "zz-iconfont" !important;
  width: 24px;
  height: 24px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: currentColor !important;
  font-size: 23px !important;
  line-height: 1 !important;
}

html.zz-site-theme .fixed-nav.zz-shared-tools #cart_num {
  top: 3px !important;
  right: 3px !important;
  bottom: auto !important;
  width: 17px !important;
  height: 17px !important;
  min-width: 17px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 2px solid #08264e !important;
  border-radius: 999px !important;
  background: #ff465a !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  box-shadow: 0 4px 10px rgba(255, 70, 90, 0.3) !important;
}

@media (max-width: 991.98px) {
  html.zz-site-theme .zz-footer-contact {
    justify-content: center !important;
  }

  html.zz-site-theme .zz-footer-contact > div {
    min-width: 158px;
  }
}

html.zz-site-theme {
  min-width: 320px;
  background: var(--zz-canvas);
}

html.zz-site-theme body:not(.page_login_body) {
  min-width: 320px;
  color: var(--zz-ink-900);
  background: var(--zz-canvas) !important;
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html.zz-site-theme body:not(.page_login_body) *,
html.zz-site-theme body:not(.page_login_body) *::before,
html.zz-site-theme body:not(.page_login_body) *::after {
  box-sizing: border-box;
}

html.zz-site-theme body:not(.page_login_body) a,
html.zz-site-theme body:not(.page_login_body) button,
html.zz-site-theme body:not(.page_login_body) input,
html.zz-site-theme body:not(.page_login_body) select,
html.zz-site-theme body:not(.page_login_body) textarea {
  transition: border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

html.zz-site-theme body:not(.page_login_body) a:focus-visible,
html.zz-site-theme body:not(.page_login_body) button:focus-visible,
html.zz-site-theme body:not(.page_login_body) input:focus-visible,
html.zz-site-theme body:not(.page_login_body) select:focus-visible,
html.zz-site-theme body:not(.page_login_body) textarea:focus-visible,
html.zz-site-theme body:not(.page_login_body) [tabindex]:focus-visible {
  outline: 3px solid rgba(50, 130, 255, 0.34);
  outline-offset: 2px;
}

html.zz-site-theme body:not(.page_login_body) > .container,
html.zz-site-theme body:not(.page_login_body) > nav.container,
html.zz-site-theme body:not(.page_login_body) .header-top > .container,
html.zz-site-theme body:not(.page_login_body) .header-top > div > .container,
html.zz-site-theme body:not(.page_login_body) footer > .container {
  max-width: var(--zz-max-width);
}

/* Shared dark-blue brand shell */
html.zz-site-theme .top-nav {
  color: #cbd8e8;
  border-bottom: 1px solid rgba(145, 183, 226, 0.14);
  background: var(--zz-shell-950) !important;
}

html.zz-site-theme .top-nav .navbar {
  min-height: 38px;
  padding-top: 0;
  padding-bottom: 0;
}

html.zz-site-theme .top-nav a,
html.zz-site-theme .top-nav .navbar-text,
html.zz-site-theme .top-nav .text-black-50,
html.zz-site-theme .top-nav .text-dark,
html.zz-site-theme .top-nav .text-secondary {
  color: #cbd8e8 !important;
}

html.zz-site-theme .top-nav a:hover,
html.zz-site-theme .top-nav a:focus {
  color: #fff !important;
}

html.zz-site-theme .top-nav .dropdown-menu,
html.zz-site-theme .header-top .dropdown-menu {
  padding: 8px;
  overflow: hidden;
  border: 1px solid rgba(99, 149, 210, 0.22);
  border-radius: var(--zz-radius-md);
  background: #fff;
  box-shadow: var(--zz-shadow-md);
}

html.zz-site-theme .top-nav .dropdown-item,
html.zz-site-theme .header-top .dropdown-item {
  min-height: 34px;
  padding: 8px 12px;
  color: var(--zz-ink-700) !important;
  border-radius: 6px;
}

html.zz-site-theme .top-nav .dropdown-item:hover,
html.zz-site-theme .header-top .dropdown-item:hover {
  color: var(--zz-blue-600) !important;
  background: #edf5ff;
}

html.zz-site-theme .header-top {
  position: relative;
  z-index: 30;
  color: #fff;
  border-color: rgba(137, 182, 231, 0.18) !important;
  background-color: var(--zz-shell-900) !important;
  background-image: linear-gradient(90deg, rgba(3, 20, 44, 0.98), rgba(8, 38, 78, 0.92)), url("/zhanzhi-public/assets/hero-bg.jpg");
  background-position: center top;
  background-size: cover;
  box-shadow: 0 12px 30px rgba(3, 20, 44, 0.14);
}

html.zz-site-theme .header-top .logo {
  min-width: 170px;
  min-height: 52px;
  margin-right: 28px !important;
  padding: 8px 14px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: var(--zz-radius-md);
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
}

html.zz-site-theme .header-top .logo img {
  max-width: 145px;
  max-height: 38px;
  object-fit: contain;
}

html.zz-site-theme .header-top .input-group,
html.zz-site-theme .header-top .form-control {
  min-height: 44px;
}

html.zz-site-theme .header-top .form-control,
html.zz-site-theme .header-top input[type="text"],
html.zz-site-theme .header-top input[type="search"] {
  color: var(--zz-ink-900);
  border-color: rgba(158, 190, 226, 0.42);
  border-radius: 8px 0 0 8px;
  background: rgba(255, 255, 255, 0.98);
}

html.zz-site-theme .header-top .input-group-append .btn,
html.zz-site-theme .header-top .input-group-append button {
  min-width: 64px;
  color: #fff;
  border-color: var(--zz-blue-500);
  border-radius: 0 8px 8px 0;
  background: var(--zz-blue-500);
}

html.zz-site-theme .header-top .header-top-right a,
html.zz-site-theme .header-top .main-nav a,
html.zz-site-theme .header-top .main-nav .nav-link,
html.zz-site-theme .header-top .nav-sidebar-tab,
html.zz-site-theme .header-top .nav-sidebar-tab a {
  color: #d6e2ef !important;
}

html.zz-site-theme .header-top .main-nav > li > a,
html.zz-site-theme .header-top .main-nav .nav-link {
  min-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
}

html.zz-site-theme .header-top .main-nav > li > a:hover,
html.zz-site-theme .header-top .main-nav > li.active > a,
html.zz-site-theme .header-top .main-nav .nav-link:hover,
html.zz-site-theme .header-top .main-nav .nav-link.active {
  color: #fff !important;
  background: rgba(50, 130, 255, 0.16);
}

html.zz-site-theme .header-top .nav-sidebar-tab {
  min-height: 50px;
  border-radius: 8px 8px 0 0;
  background: var(--zz-blue-600);
}

html.zz-site-theme .m-header,
html.zz-site-theme body > .d-lg-none.bg-white:first-child {
  color: #fff;
  border-bottom: 1px solid rgba(145, 183, 226, 0.2) !important;
  background: var(--zz-shell-900) !important;
  box-shadow: 0 8px 24px rgba(3, 20, 44, 0.16);
}

html.zz-site-theme .m-header a,
html.zz-site-theme body > .d-lg-none.bg-white:first-child a {
  color: #fff !important;
}

html.zz-site-theme .breadcrumb {
  padding: 14px 0;
  color: var(--zz-ink-500);
}

html.zz-site-theme .breadcrumb a {
  color: var(--zz-blue-600);
}

/* Shared content surfaces and controls */
html.zz-site-theme .btn-primary,
html.zz-site-theme .bg-primary,
html.zz-site-theme .bg-primary-d,
html.zz-site-theme .layui-btn:not(.layui-btn-primary):not(.layui-btn-danger) {
  color: #fff !important;
  border-color: var(--zz-blue-600) !important;
  background-color: var(--zz-blue-600) !important;
  box-shadow: 0 8px 18px rgba(33, 105, 216, 0.18);
}

html.zz-site-theme .btn-primary:hover,
html.zz-site-theme .layui-btn:not(.layui-btn-primary):not(.layui-btn-danger):hover {
  border-color: var(--zz-blue-500) !important;
  background-color: var(--zz-blue-500) !important;
  transform: translateY(-1px);
}

html.zz-site-theme .btn-danger,
html.zz-site-theme .layui-btn-danger {
  border-color: #df4d56 !important;
  background-color: #df4d56 !important;
  box-shadow: 0 8px 18px rgba(223, 77, 86, 0.16);
}

html.zz-site-theme .btn-light,
html.zz-site-theme .btn-default,
html.zz-site-theme .layui-btn-primary {
  color: var(--zz-ink-700) !important;
  border-color: var(--zz-line-strong) !important;
  background: #fff !important;
}

html.zz-site-theme .btn-light:hover,
html.zz-site-theme .btn-default:hover,
html.zz-site-theme .layui-btn-primary:hover {
  color: var(--zz-blue-600) !important;
  border-color: var(--zz-blue-300) !important;
  background: #f3f8ff !important;
}

html.zz-site-theme .form-control,
html.zz-site-theme .layui-input,
html.zz-site-theme .layui-textarea,
html.zz-site-theme select,
html.zz-site-theme input[type="text"],
html.zz-site-theme input[type="search"],
html.zz-site-theme input[type="password"],
html.zz-site-theme input[type="tel"],
html.zz-site-theme input[type="email"],
html.zz-site-theme textarea {
  border-color: var(--zz-line-strong);
  border-radius: var(--zz-radius-sm);
  background: #fff;
}

html.zz-site-theme .form-control:focus,
html.zz-site-theme .layui-input:focus,
html.zz-site-theme .layui-textarea:focus,
html.zz-site-theme select:focus,
html.zz-site-theme input:focus,
html.zz-site-theme textarea:focus {
  border-color: var(--zz-blue-500) !important;
  box-shadow: 0 0 0 3px rgba(50, 130, 255, 0.12) !important;
}

html.zz-site-theme .page-list a,
html.zz-site-theme .page-list span,
html.zz-site-theme .pagination .page-link {
  min-width: 34px;
  min-height: 34px;
  margin: 0 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--zz-ink-700);
  border: 1px solid var(--zz-line);
  border-radius: 6px !important;
  background: #fff;
}

html.zz-site-theme .page-list .active,
html.zz-site-theme .page-list a:hover,
html.zz-site-theme .pagination .active .page-link {
  color: #fff !important;
  border-color: var(--zz-blue-600);
  background: var(--zz-blue-600);
}

html.zz-site-theme .left-border-3 {
  position: relative;
  padding-left: 14px;
  color: var(--zz-ink-900);
  font-size: 20px;
  font-weight: 700;
}

html.zz-site-theme .left-border-3::before {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  width: 4px;
  border-radius: 4px;
  background: linear-gradient(180deg, var(--zz-blue-500), var(--zz-cyan-400));
  content: "";
}

html.zz-site-theme .toast,
html.zz-site-theme .modal-content {
  overflow: hidden;
  border: 1px solid var(--zz-line);
  border-radius: var(--zz-radius-lg);
  box-shadow: var(--zz-shadow-md);
}

/* Library home */
html.zz-library-home .gg-area {
  overflow: hidden;
  border: 1px solid rgba(94, 144, 205, 0.24);
  border-radius: var(--zz-radius-md);
  background: #fff;
  box-shadow: var(--zz-shadow-sm);
}

html.zz-library-home .index-nav-sidebar,
html.zz-library-home #navSidebarTabContentBox {
  color: #d8e7f6;
  background: linear-gradient(180deg, var(--zz-shell-850), var(--zz-shell-900));
}

html.zz-library-home .index-nav-sidebar a,
html.zz-library-home #navSidebarTabContentBox a {
  color: #d8e7f6;
}

html.zz-library-home .index-nav-sidebar a:hover,
html.zz-library-home #navSidebarTabContentBox a:hover {
  color: #fff;
  background: rgba(50, 130, 255, 0.18);
}

html.zz-library-home .topic-and-paper,
html.zz-library-home .lesson-preparation,
html.zz-library-home .excellent-author,
html.zz-library-home .latest-information,
html.zz-library-home .friend-link,
html.zz-library-home .container > .bg-white {
  overflow: hidden;
  border: 1px solid var(--zz-line);
  border-radius: var(--zz-radius-md) !important;
  background: var(--zz-surface) !important;
  box-shadow: var(--zz-shadow-sm);
}

html.zz-library-home .topic-and-paper:hover,
html.zz-library-home .lesson-preparation:hover,
html.zz-library-home .latest-information:hover {
  border-color: #c8dcf1;
  box-shadow: 0 14px 34px rgba(13, 55, 101, 0.1);
}

html.zz-library-home .topic-and-paper > div:first-child,
html.zz-library-home .lesson-preparation > div:first-child,
html.zz-library-home .latest-information > div:first-child,
html.zz-library-home .excellent-author > div:first-child,
html.zz-library-home .friend-link > div:first-child {
  border-bottom: 1px solid var(--zz-line);
  background: linear-gradient(90deg, #fff, #f7faff);
}

html.zz-library-home .category-list-items li,
html.zz-library-home .topic-and-paper li,
html.zz-library-home .latest-information li {
  border-color: #e7edf5 !important;
}

html.zz-library-home .category-list-items li:hover,
html.zz-library-home .topic-and-paper li:hover,
html.zz-library-home .latest-information li:hover {
  background: #f5f9ff;
}

html.zz-library-home .subsitute-bg {
  border-color: var(--zz-line) !important;
  background: #f4f8fc !important;
}

/* Classification, search and document lists */
html.zz-listing #columnConBox,
html.zz-listing body > .container.clearfix,
html.zz-article .article-list-container {
  margin-bottom: 28px;
}

html.zz-listing .tree-sidebar,
html.zz-article .article-sidebar {
  overflow: hidden;
  border: 1px solid rgba(89, 139, 201, 0.24);
  border-radius: var(--zz-radius-md);
  background: linear-gradient(180deg, var(--zz-shell-850), var(--zz-shell-900));
  box-shadow: var(--zz-shadow-sm);
}

html.zz-listing .tree-sidebar a,
html.zz-listing .tree-sidebar .dropdown-item,
html.zz-listing .tree-sidebar .border-bottom,
html.zz-article .article-sidebar a {
  color: #d5e2ef !important;
  border-color: rgba(150, 187, 227, 0.16) !important;
}

html.zz-listing .tree-sidebar a:hover,
html.zz-listing .tree-sidebar .active,
html.zz-article .article-nav-link:hover,
html.zz-article .article-nav-link.active {
  color: #fff !important;
  background: rgba(50, 130, 255, 0.28) !important;
}

html.zz-listing .tree-container,
html.zz-listing .category-list,
html.zz-listing .category-container,
html.zz-listing .detail-yourlike,
html.zz-article .article-content {
  border: 1px solid var(--zz-line);
  border-radius: var(--zz-radius-md);
  background: #fff;
  box-shadow: var(--zz-shadow-sm);
}

html.zz-listing .tree-container {
  background: transparent;
  box-shadow: none;
}

html.zz-listing .category-list,
html.zz-listing .category-container {
  overflow: hidden;
}

html.zz-listing .category-list h5,
html.zz-listing .category-container h4,
html.zz-listing .category-container h5 {
  color: var(--zz-ink-900);
  font-weight: 700;
}

html.zz-listing .category-list .btn,
html.zz-listing .category-list a {
  border-radius: 5px;
}

html.zz-listing .category-list .active,
html.zz-listing .category-list a:hover,
html.zz-listing .columnAttrBtn.active {
  color: var(--zz-blue-600) !important;
  border-color: #b9d5f4 !important;
  background: #edf5ff !important;
}

html.zz-listing .category-container > .navbar {
  min-height: 54px;
  border-color: var(--zz-line) !important;
  background: #f8fbff;
}

html.zz-listing .category-list-items > ul > li {
  min-height: 108px;
  padding: 18px 4px;
  border-color: #e4ebf4 !important;
}

html.zz-listing .category-list-items > ul > li:hover {
  background: linear-gradient(90deg, #f7fbff, #fff);
}

html.zz-listing .category-list-items .text-dark,
html.zz-listing .category-list-items h5,
html.zz-listing .category-list-items h6 {
  color: var(--zz-ink-900) !important;
  font-weight: 600;
}

/* Document and article detail */
html.zz-detail .detail-con-detail,
html.zz-detail .detail-yourlike,
html.zz-detail .help-container,
html.zz-detail .detail-sidebar > div {
  overflow: hidden;
  border: 1px solid var(--zz-line);
  border-radius: var(--zz-radius-md);
  background: #fff;
  box-shadow: var(--zz-shadow-sm);
}

html.zz-detail .detail-con-header {
  border-bottom: 1px solid var(--zz-line);
  background: linear-gradient(90deg, #fff, #f5f9ff);
}

html.zz-detail .detail-title,
html.zz-detail #historyTitle,
html.zz-detail #contextTitle {
  color: var(--zz-ink-900) !important;
  line-height: 1.55;
}

html.zz-detail .detail-con-info,
html.zz-detail .detail-con-info .text-secondary {
  color: var(--zz-ink-500) !important;
}

html.zz-detail .detail-con-con {
  background: #e8eef5;
}

html.zz-detail .detail-con-item-img-box {
  border: 1px solid #d3deea;
  background: #fff;
  box-shadow: 0 10px 24px rgba(19, 45, 75, 0.08);
}

html.zz-detail .detail-fixed-feature {
  z-index: 25;
  border: 1px solid #cfe0f2;
  border-radius: var(--zz-radius-md);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 38px rgba(13, 44, 81, 0.16);
  backdrop-filter: blur(14px);
}

html.zz-detail .help-tab-content {
  padding: clamp(22px, 4vw, 48px) !important;
  color: #26394f !important;
  font-size: 16px !important;
  line-height: 1.95 !important;
}

html.zz-detail .help-tab-content p,
html.zz-detail .help-tab-content li {
  margin-bottom: 1em;
}

html.zz-detail .help-container > .border-bottom {
  padding: 22px 28px 14px;
  border-color: var(--zz-line) !important;
  background: linear-gradient(90deg, #fff, #f5f9ff);
}

/* Article list */
html.zz-article .article-list-container {
  overflow: hidden;
  border: 1px solid var(--zz-line);
  border-radius: var(--zz-radius-md);
  background: #fff;
  box-shadow: var(--zz-shadow-sm);
}

html.zz-article .article-sidebar {
  border: 0;
  border-right: 1px solid rgba(134, 176, 224, 0.2);
  border-radius: 0;
}

html.zz-article .article-nav-link {
  min-height: 48px;
  padding: 13px 18px;
  display: block;
}

html.zz-article .article-content {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

html.zz-article .article-content-header {
  border-bottom: 1px solid var(--zz-line);
}

html.zz-article .article-content-title {
  color: var(--zz-ink-900);
  font-size: 20px;
  font-weight: 700;
}

html.zz-article .article-list-item {
  min-height: 62px;
  border-color: #e6edf5 !important;
}

html.zz-article .article-list-item:hover {
  background: #f5f9ff;
}

html.zz-article .article-item-title {
  color: var(--zz-ink-900);
  font-weight: 500;
}

html.zz-article .article-item-title:hover {
  color: var(--zz-blue-600);
}

html.zz-article .article-item-date {
  color: var(--zz-ink-500);
}

/* Member center */
html.zz-member .member-sidebar {
  overflow: hidden;
  border: 1px solid rgba(104, 151, 208, 0.24);
  border-radius: var(--zz-radius-md);
  color: #d8e4f1;
  background: linear-gradient(180deg, var(--zz-shell-850), var(--zz-shell-900));
  box-shadow: var(--zz-shadow-sm);
}

html.zz-member .member-sidebar a,
html.zz-member .member-sidebar .member-nav-item,
html.zz-member .member-sidebar .accordion-item,
html.zz-member .member-sidebar .accordion-button,
html.zz-member .member-sidebar .collapse a {
  color: #cfdeed !important;
  border-color: rgba(149, 184, 224, 0.14) !important;
  background-color: transparent !important;
}

html.zz-member .member-sidebar a:hover,
html.zz-member .member-sidebar .active,
html.zz-member .member-sidebar .member-nav-item.active,
html.zz-member .member-sidebar .accordion-button:not(.collapsed) {
  color: #fff !important;
  background: rgba(50, 130, 255, 0.24) !important;
  box-shadow: inset 4px 0 0 var(--zz-blue-300);
}

html.zz-member .member-container > div,
html.zz-member .member-container .bg-white,
html.zz-member .member-index-info-left,
html.zz-member .member-index-info-right,
html.zz-member .member-list-items,
html.zz-member .tree-container {
  border-color: var(--zz-line) !important;
  border-radius: var(--zz-radius-md) !important;
  background-color: #fff !important;
  box-shadow: var(--zz-shadow-sm);
}

html.zz-member .member-index-info-left,
html.zz-member .member-index-info-right {
  min-height: 178px;
}

html.zz-member .member-index-info-right .font-30,
html.zz-member .member-index-info-right .font-24,
html.zz-member .member-index-info-right strong {
  color: var(--zz-blue-600);
}

html.zz-member .member-container .w-33 > div,
html.zz-member .member-container .w-33 > a,
html.zz-member .member-container .w-33 {
  border-radius: var(--zz-radius-md) !important;
}

html.zz-member .member-list-items > p,
html.zz-member .member-container > p {
  color: var(--zz-ink-900);
  font-size: 18px;
  font-weight: 700;
}

/* Upload shell */
html.zz-upload body {
  background: var(--zz-canvas) !important;
}

html.zz-upload .header {
  color: #fff;
  border-bottom: 1px solid rgba(145, 183, 226, 0.16);
  background-color: var(--zz-shell-900) !important;
  background-image: linear-gradient(90deg, rgba(3, 20, 44, 0.98), rgba(8, 38, 78, 0.92)), url("/zhanzhi-public/assets/hero-bg.jpg");
  background-size: cover;
  box-shadow: 0 10px 28px rgba(3, 20, 44, 0.16);
}

html.zz-upload .header-box {
  max-width: var(--zz-max-width);
  min-height: 76px;
  margin: 0 auto;
}

html.zz-upload .logo_cont {
  min-width: 170px;
  min-height: 50px;
  padding: 8px 14px;
  display: inline-flex;
  align-items: center;
  border-radius: var(--zz-radius-md);
  background: #fff;
}

html.zz-upload .header-user-info,
html.zz-upload .header-user-info a {
  color: #d7e4f2 !important;
}

html.zz-upload .ucbox {
  padding: 26px 0 40px;
  background: var(--zz-canvas) !important;
}

html.zz-upload .fly-user-main,
html.zz-upload .fly-panel,
html.zz-upload .content.detail {
  border: 1px solid var(--zz-line);
  border-radius: var(--zz-radius-md);
  background: #fff;
  box-shadow: var(--zz-shadow-sm);
}

html.zz-upload .content.detail {
  padding: clamp(20px, 3vw, 36px);
}

html.zz-upload .layui-form-item {
  padding: 10px 0;
  border-bottom: 1px solid #edf2f7;
}

html.zz-upload .layui-form-label {
  color: var(--zz-ink-900);
  font-weight: 600;
}

html.zz-upload .webuploader-pick {
  min-height: 42px;
  padding: 10px 22px;
  border-radius: 7px;
  background: var(--zz-blue-600);
  box-shadow: 0 8px 18px rgba(33, 105, 216, 0.18);
}

html.zz-upload .fly-panel-title {
  color: var(--zz-ink-900);
  border-bottom: 1px solid var(--zz-line);
  font-weight: 700;
}

/* VIP, recharge and payments */
html.zz-commerce .recharge-container,
html.zz-commerce .recharge-pic,
html.zz-commerce .mobile-pay-box,
html.zz-commerce .container.clearfix > form,
html.zz-commerce .container.clearfix > .bg-white {
  overflow: hidden;
  border: 1px solid var(--zz-line);
  border-radius: var(--zz-radius-md);
  background: #fff;
  box-shadow: var(--zz-shadow-sm);
}

html.zz-commerce .container.d-lg-flex > h1,
html.zz-commerce .container.d-none.d-lg-flex > h1 {
  position: relative;
  color: var(--zz-ink-900) !important;
  font-weight: 700;
}

html.zz-commerce .container.d-lg-flex > h1::after,
html.zz-commerce .container.d-none.d-lg-flex > h1::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 3px;
  border-radius: 3px;
  background: var(--zz-gold-400);
  content: "";
}

html.zz-commerce .recharge-member-list {
  row-gap: 14px;
}

html.zz-commerce .recharge-member-list li > button {
  width: 100%;
  min-height: 118px;
  overflow: hidden;
  border: 1px solid var(--zz-line-strong) !important;
  border-radius: var(--zz-radius-md);
  background: #fff !important;
}

html.zz-commerce .recharge-member-list li > button:hover,
html.zz-commerce .recharge-member-list li > button.selected {
  color: var(--zz-shell-900) !important;
  border-color: var(--zz-blue-500) !important;
  background: linear-gradient(180deg, #f7fbff, #eaf4ff) !important;
  box-shadow: 0 12px 28px rgba(32, 100, 190, 0.15);
  transform: translateY(-2px);
}

html.zz-commerce .recharge-member-list .text-danger {
  color: var(--zz-blue-600) !important;
  font-size: 24px;
  font-weight: 700;
}

html.zz-commerce .recharge-member-pay {
  margin: 24px;
  padding: 24px !important;
  border-radius: var(--zz-radius-md);
  background: var(--zz-surface-soft);
}

html.zz-commerce .recharge-member-pay img {
  max-width: 220px;
  height: auto;
  padding: 10px;
  border: 1px solid var(--zz-line);
  border-radius: var(--zz-radius-md);
  background: #fff;
}

/* Creator / Layuimini shell */
html.zz-admin,
html.zz-admin body {
  background: var(--zz-canvas) !important;
}

html.zz-admin .layui-layout-admin .layui-header,
html.zz-admin .layuimini-header-content {
  border-bottom: 1px solid var(--zz-line);
  background: #fff !important;
  box-shadow: 0 8px 22px rgba(18, 49, 86, 0.08);
}

html.zz-admin .layuimini-logo,
html.zz-admin .layui-layout-admin .layui-logo {
  color: #fff !important;
  background: var(--zz-shell-900) !important;
  font-size: 20px;
  font-weight: 700;
}

html.zz-admin .layuimini-menu-left,
html.zz-admin .layui-side,
html.zz-admin .layui-nav-tree {
  color: #d3e1ef !important;
  background: linear-gradient(180deg, var(--zz-shell-850), var(--zz-shell-950)) !important;
}

html.zz-admin .layuimini-menu-left .layui-nav-item > a,
html.zz-admin .layuimini-menu-left .layui-nav-child a,
html.zz-admin .layui-nav-tree .layui-nav-item a {
  color: #cfdeed !important;
}

html.zz-admin .layuimini-menu-left .layui-nav-item > a:hover,
html.zz-admin .layuimini-menu-left .layui-this > a,
html.zz-admin .layui-nav-tree .layui-this > a {
  color: #fff !important;
  background: rgba(50, 130, 255, 0.28) !important;
  box-shadow: inset 4px 0 0 var(--zz-blue-300);
}

html.zz-admin .layuimini-menu-left .but button,
html.zz-admin .layui-side .but button {
  min-height: 42px;
  color: var(--zz-shell-900);
  border: 0;
  border-radius: 22px;
  background: var(--zz-gold-400);
  box-shadow: 0 8px 18px rgba(201, 166, 81, 0.2);
}

html.zz-admin .layui-body,
html.zz-admin .layuimini-container,
html.zz-admin .layuimini-main,
html.zz-admin .layui-tab-content {
  background: var(--zz-canvas) !important;
}

html.zz-admin .layui-card,
html.zz-admin .layui-panel,
html.zz-admin .layuimini-container .layui-form,
html.zz-admin .layuimini-main > div,
html.zz-admin .layui-table-view {
  border-color: var(--zz-line) !important;
  border-radius: var(--zz-radius-md);
  background: #fff;
  box-shadow: var(--zz-shadow-sm);
}

html.zz-admin .layui-card-header,
html.zz-admin .layui-table-header,
html.zz-admin .layui-table-tool {
  color: var(--zz-ink-900);
  border-color: var(--zz-line) !important;
  background: #f7faff !important;
  font-weight: 600;
}

html.zz-admin .layui-table tbody tr:hover,
html.zz-admin .layui-table-hover {
  background: #f2f7fd !important;
}

html.zz-admin .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: var(--zz-blue-600);
}

/* Footer and fixed utilities */
html.zz-site-theme footer {
  margin-top: 34px;
  color: #afc0d3;
  border-top: 1px solid rgba(143, 181, 222, 0.16);
  background: var(--zz-shell-950) !important;
}

html.zz-site-theme footer a,
html.zz-site-theme footer .text-dark,
html.zz-site-theme footer .text-secondary,
html.zz-site-theme footer .text-black-50 {
  color: #c8d5e3 !important;
}

html.zz-site-theme footer a:hover {
  color: #fff !important;
}

html.zz-site-theme .footer-copyright {
  color: #91a5bb;
  border-top: 1px solid rgba(143, 181, 222, 0.14);
}

html.zz-site-theme .fixed-nav,
html.zz-site-theme .help-sidebar,
html.zz-site-theme .right-fixed,
html.zz-site-theme .service-sidebar {
  overflow: hidden;
  border: 1px solid #c7daee !important;
  border-radius: var(--zz-radius-md) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: var(--zz-shadow-md) !important;
  backdrop-filter: blur(12px);
}

@media (max-width: 1199.98px) {
  html.zz-site-theme body:not(.page_login_body) > .container,
  html.zz-site-theme body:not(.page_login_body) > nav.container,
  html.zz-site-theme body:not(.page_login_body) .header-top > .container,
  html.zz-site-theme body:not(.page_login_body) .header-top > div > .container {
    max-width: calc(100% - 32px);
  }

  html.zz-site-theme .header-top .logo {
    min-width: 148px;
    margin-right: 18px !important;
  }
}

@media (max-width: 991.98px) {
  html.zz-site-theme body:not(.page_login_body) {
    padding-bottom: 68px;
  }

  html.zz-site-theme body:not(.page_login_body) > .container,
  html.zz-site-theme body:not(.page_login_body) > nav.container,
  html.zz-site-theme body:not(.page_login_body) .container.clearfix,
  html.zz-site-theme body:not(.page_login_body) .fly-user-main {
    width: auto;
    max-width: none;
    margin-right: 12px;
    margin-left: 12px;
  }

  html.zz-site-theme .m-header {
    min-height: 56px;
  }

  html.zz-site-theme .m-list-filter,
  html.zz-site-theme .m-main-nav-box,
  html.zz-site-theme .m-bottom-nav,
  html.zz-site-theme .m-footer {
    border-color: var(--zz-line) !important;
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 -8px 24px rgba(19, 50, 87, 0.08);
    backdrop-filter: blur(14px);
  }

  html.zz-library-home .gg-area {
    border-radius: var(--zz-radius-sm);
  }

  html.zz-library-home .topic-and-paper,
  html.zz-library-home .lesson-preparation,
  html.zz-library-home .latest-information,
  html.zz-library-home .friend-link,
  html.zz-library-home .excellent-author {
    border-radius: var(--zz-radius-sm) !important;
  }

  html.zz-listing #columnConBox,
  html.zz-listing body > .container.clearfix {
    display: block;
  }

  html.zz-listing .tree-sidebar {
    border-radius: var(--zz-radius-sm);
  }

  html.zz-listing .tree-container,
  html.zz-listing .category-list,
  html.zz-listing .category-container {
    border-radius: var(--zz-radius-sm);
  }

  html.zz-listing .category-list-items > ul > li {
    min-height: 92px;
    padding: 14px 0;
  }

  html.zz-article .article-list-container {
    display: block;
  }

  html.zz-article .article-sidebar {
    width: 100%;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(134, 176, 224, 0.2);
  }

  html.zz-article .article-nav-list {
    width: max-content;
    min-width: 100%;
    padding: 10px;
    display: flex;
    gap: 6px;
  }

  html.zz-article .article-nav-item {
    flex: 0 0 auto;
  }

  html.zz-article .article-nav-link {
    min-height: 40px;
    padding: 9px 14px;
    border-radius: 6px;
  }

  html.zz-article .article-content {
    width: 100%;
  }

  html.zz-article .article-list-item {
    min-height: 72px;
    padding: 12px 6px;
  }

  html.zz-article .article-item-date {
    margin-top: 5px;
    display: block;
  }

  html.zz-detail .detail-con-header,
  html.zz-detail .detail-yourlike,
  html.zz-detail .help-container > .border-bottom {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }

  html.zz-detail .help-tab-content {
    padding: 20px 18px !important;
    font-size: 15px !important;
    line-height: 1.85 !important;
  }

  html.zz-member .member-sidebar {
    border-radius: var(--zz-radius-sm);
  }

  html.zz-member .member-container > div,
  html.zz-member .member-container .bg-white,
  html.zz-member .member-list-items,
  html.zz-member .tree-container {
    border-radius: var(--zz-radius-sm) !important;
  }

  html.zz-upload .header-box {
    min-height: 60px;
    padding: 0 14px;
  }

  html.zz-upload .logo_cont {
    min-width: 132px;
    min-height: 42px;
    padding: 6px 10px;
  }

  html.zz-upload .ucbox {
    padding-top: 16px;
  }

  html.zz-upload .content.detail {
    padding: 18px 14px;
  }

  html.zz-upload .layui-form-label {
    width: 100%;
    padding: 8px 0;
    float: none;
    text-align: left;
  }

  html.zz-upload .layui-input-block,
  html.zz-upload .layui-input-inline {
    width: 100% !important;
    margin-left: 0;
  }

  html.zz-commerce .recharge-member-list li.col-3 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  html.zz-commerce .recharge-member-list li > button {
    min-height: 104px;
  }

  html.zz-commerce .recharge-member-pay {
    margin: 16px;
    padding: 18px !important;
  }

  html.zz-admin .layui-card,
  html.zz-admin .layui-panel,
  html.zz-admin .layui-table-view {
    border-radius: var(--zz-radius-sm);
  }

  html.zz-site-theme .fixed-nav,
  html.zz-site-theme .help-sidebar,
  html.zz-site-theme .right-fixed,
  html.zz-site-theme .service-sidebar {
    right: 10px !important;
    bottom: 78px !important;
  }
}

html.zz-site-theme .zz-commerce-guidance {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin: 14px 0;
  padding: 14px 16px;
  border: 1px solid #cfe0f4;
  border-radius: 10px;
  background: #f4f8fd;
  color: #243954;
}

html.zz-site-theme .zz-commerce-guidance-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 9px;
  background: #e2edf9;
  color: #1558a6;
  font-size: 20px !important;
}

html.zz-site-theme .zz-commerce-guidance strong,
html.zz-site-theme .zz-commerce-guidance span {
  display: block;
}

html.zz-site-theme .zz-commerce-guidance strong {
  margin-bottom: 4px;
  color: #102f55;
  font-size: 14px;
  font-weight: 700;
}

html.zz-site-theme .zz-commerce-guidance span {
  color: #526b88;
  font-size: 13px;
  line-height: 1.65;
}

html.zz-site-theme .zz-cart-guidance {
  clear: both;
  width: calc(100% - 4rem);
  margin: 14px 2rem 10px;
  box-sizing: border-box;
}

html.zz-site-theme .zz-cart-checkout {
  width: 180px !important;
  max-width: calc(100% - 4rem);
  margin-right: 2rem !important;
  margin-bottom: 20px;
}

html.zz-site-theme .zz-cart-checkout #allbuy,
html.zz-site-theme .zz-cart-checkout #allbuy_free {
  min-height: 38px;
  white-space: nowrap;
}

html.zz-detail .detail-con-header > .zz-commerce-guidance,
html.zz-commerce .recharge-container > .zz-commerce-guidance,
html.zz-commerce .recharge-member-pay > .zz-commerce-guidance {
  width: auto;
}

@media (max-width: 575.98px) {
  html.zz-site-theme .zz-cart-guidance {
    width: calc(100% - 24px);
    margin: 12px;
  }

  html.zz-site-theme .zz-cart-checkout {
    width: calc(100% - 24px) !important;
    max-width: none;
    margin: 0 12px 16px !important;
  }

  html.zz-site-theme .left-border-3 {
    font-size: 18px;
  }

  html.zz-site-theme .page-list a,
  html.zz-site-theme .page-list span,
  html.zz-site-theme .pagination .page-link {
    min-width: 32px;
    min-height: 32px;
    margin: 2px;
  }

  html.zz-commerce .recharge-member-list {
    padding-right: 6px !important;
    padding-left: 6px !important;
  }

  html.zz-commerce .recharge-member-list li {
    padding-right: 6px;
    padding-left: 6px;
  }

  html.zz-commerce .recharge-member-list li > button {
    min-height: 98px;
    padding: 12px 4px !important;
  }

  html.zz-commerce .recharge-member-list .text-danger {
    font-size: 21px;
  }
}


/* --------------------------------------------------------------------------
   Precision refinement v4
   Corrects the annotated production issues and applies the same spacing,
   information-density and responsive rules across every themed page family.
   This layer is presentation-only: existing DOM hooks and interactions remain.
   -------------------------------------------------------------------------- */

/* Header/navigation: vertically balanced labels and one quiet active indicator. */
html.zz-site-theme .header-top .main-nav > li,
html.zz-site-theme .header-top .main-nav > li > a,
html.zz-site-theme .header-top .main-nav .nav-link,
html.zz-site-theme #scrollFixed .navbar-nav > li,
html.zz-site-theme #scrollFixed .navbar-nav .nav-link {
  min-height: 64px;
}

html.zz-site-theme .header-top .main-nav > li > a,
html.zz-site-theme .header-top .main-nav .nav-link,
html.zz-site-theme #scrollFixed .navbar-nav .nav-link {
  display: flex;
  align-items: center;
  line-height: 1.35;
  white-space: nowrap;
}

html.zz-site-theme .header-top .main-nav .dropdown-toggle::after,
html.zz-site-theme #scrollFixed .navbar-nav .dropdown-toggle::after {
  margin: 0 !important;
  border: 0 !important;
  vertical-align: 0 !important;
}

/* Library home mega navigation: remove the inherited -16px offset that clipped
   the first category title, then give the complete menu a measured 360px frame. */
html.zz-library-home .gg-area,
html.zz-library-home .index-nav-sidebar,
html.zz-library-home .carousel-inner,
html.zz-library-home .carousel-item,
html.zz-library-home .carousel-item img {
  min-height: 360px;
}

html.zz-library-home .index-nav-sidebar {
  height: 360px;
  align-self: stretch;
}

html.zz-library-home #navSidebarTabContent {
  top: 0 !important;
  bottom: 0 !important;
  height: 100% !important;
  overflow: hidden !important;
}

html.zz-library-home #navSidebarTabContent .tab-pane {
  height: 100%;
}

html.zz-library-home #navSidebarTabContent .tab-pane > ul {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

html.zz-library-home #navSidebarTabContent .tab-pane > ul > li {
  min-height: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 0;
  border-bottom: 1px solid rgba(145, 188, 238, 0.16);
}

html.zz-library-home #navSidebarTabContent .tab-pane > ul > li:last-child {
  border-bottom: 0;
}

html.zz-library-home #navSidebarTabContent .tab-pane > ul > li > a {
  min-height: 38px;
  padding: 7px 16px !important;
  display: flex;
  align-items: center;
  line-height: 1.4;
}

html.zz-library-home #navSidebarTabContent .tab-pane > ul > li > div,
html.zz-library-home #navSidebarTabContent .tab-pane > ul > li > p {
  margin: 0;
  padding: 0 16px 7px !important;
  line-height: 1.45;
}

/* Listing/category/search workbench: the content column must occupy its whole
   grid track. The legacy 68% width produced the large empty panel on the right. */
html.zz-listing #columnConBox {
  align-items: start;
}

html.zz-listing .tree-container {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  justify-self: stretch;
}

html.zz-listing .category-list,
html.zz-listing .category-container,
html.zz-listing .category-list-items {
  width: 100% !important;
  max-width: none !important;
}

html.zz-listing .category-list {
  overflow: visible !important;
}

html.zz-listing .category-list > h5 {
  margin: 0;
  font-size: 20px;
  line-height: 1.45;
}

html.zz-listing .category-list > hr {
  margin: 14px 0 16px;
  border-color: var(--zz-line);
}

html.zz-listing .category-list ul,
html.zz-listing .category-list li,
html.zz-listing .category-list .tree-drop-down,
html.zz-listing .category-list .tree-dropdown-menu2 {
  width: 100% !important;
  max-width: none !important;
}

html.zz-listing .category-list .tree-dropdown-menu2 > div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 10px;
}

html.zz-listing .category-list .tree-dropdown-menu2 a {
  margin: 0 !important;
  padding: 7px 13px !important;
  line-height: 1.35;
  white-space: nowrap;
}

html.zz-listing .category-list-items > ul {
  margin: 0;
  padding: 0;
}

html.zz-listing .category-list-items > ul > li,
html.zz-listing .category-list-items > .d-flex,
html.zz-listing .search-item,
html.zz-listing .doc-list-item {
  min-height: 136px;
  padding: 18px !important;
  align-items: center;
}

html.zz-listing .category-list-items > ul > li > .flex-grow-1,
html.zz-listing .category-list-items > .d-flex > .flex-grow-1,
html.zz-listing .search-item > .flex-grow-1,
html.zz-listing .doc-list-item > .flex-grow-1 {
  min-width: 0;
}

html.zz-listing .category-list-items .title h5,
html.zz-listing .search-item .title h5,
html.zz-listing .doc-list-item .title h5 {
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
  font-size: 17px;
  line-height: 1.55;
  white-space: normal !important;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

html.zz-listing .items-info {
  min-width: 0;
  display: flex !important;
  align-items: center;
  gap: 8px 18px;
  flex-wrap: nowrap;
  color: var(--zz-ink-500) !important;
  line-height: 1.5;
  white-space: nowrap;
}

html.zz-listing .items-info > p {
  width: auto !important;
  min-width: max-content;
  margin: 0 !important;
  padding: 0 !important;
  word-break: keep-all;
  overflow-wrap: normal;
  white-space: nowrap;
}

html.zz-site-theme.zz-listing .category-container .category-list-items .items-info > p,
html.zz-site-theme.zz-listing .category-container .category-list-items .items-info > p > span,
html.zz-site-theme.zz-listing .search-item .items-info > p,
html.zz-site-theme.zz-listing .doc-list-item .items-info > p {
  color: #60758f !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}

html.zz-listing .column-features {
  min-width: 116px;
  margin-left: 18px !important;
}

html.zz-listing .column-features .btn {
  min-width: 116px;
  min-height: 40px;
  padding: 9px 14px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1.35;
  white-space: nowrap;
}

html.zz-listing .column-features .btn + .btn {
  margin-top: 8px;
}

html.zz-site-theme .zz-action-btn {
  min-width: 116px !important;
  min-height: 40px !important;
  padding: 8px 13px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  border-radius: 12px !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

html.zz-site-theme .zz-action-btn .zz-action-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px !important;
  line-height: 1 !important;
  color: currentColor !important;
}

html.zz-site-theme .zz-action-btn.zz-action-cart {
  color: #1559b7 !important;
  border: 1px solid #a9c9f1 !important;
  background: linear-gradient(180deg, #f7fbff, #eaf4ff) !important;
  box-shadow: 0 7px 16px rgba(31, 100, 190, 0.12) !important;
}

html.zz-site-theme .zz-action-btn.zz-action-cart:hover {
  color: #0f4b9e !important;
  border-color: #72a8e8 !important;
  background: #e2efff !important;
}

html.zz-site-theme .zz-action-btn.zz-action-document {
  color: #fff !important;
  border: 1px solid #1c69dc !important;
  background: linear-gradient(135deg, #2f7aeb, #1b62d1) !important;
  box-shadow: 0 8px 18px rgba(31, 103, 214, 0.2) !important;
}

html.zz-site-theme .zz-action-btn.zz-action-document:hover {
  border-color: #1558bf !important;
  background: linear-gradient(135deg, #256fdf, #1558bf) !important;
}

html.zz-library-home .zz-home-upload-promo {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(142, 183, 230, 0.34);
  border-radius: 16px;
  background: #061c3b;
  box-shadow: 0 16px 34px rgba(3, 20, 44, 0.18);
}

html.zz-library-home .zz-home-upload-banner {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1793 / 150;
  display: block !important;
  border-radius: inherit;
  object-fit: cover !important;
}

html.zz-commerce .zz-vip-membership-panel {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(118, 169, 226, 0.42);
  border-radius: 18px;
  background: #061c3b;
  box-shadow: 0 16px 34px rgba(3, 20, 44, 0.2);
}

html.zz-commerce .zz-vip-membership-art {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 3 / 2;
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: inherit;
  object-fit: cover !important;
}

html.zz-commerce .recharge-pic {
  align-self: start;
}

html.zz-commerce .recharge-pic-box {
  height: auto !important;
  margin-bottom: 0 !important;
}

/* Shared content families: consistent internal rhythm and readable dense data. */
html.zz-detail .detail-con-detail,
html.zz-detail .help-container,
html.zz-article .article-list-container,
html.zz-member .member-container > div,
html.zz-member .member-container .tree-container,
html.zz-upload .content.detail,
html.zz-commerce .recharge-container,
html.zz-admin .layui-card,
html.zz-admin .layui-panel {
  isolation: isolate;
}

html.zz-detail .detail-con-header,
html.zz-detail .help-container > .border-bottom:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

html.zz-detail .detail-con-header h1,
html.zz-detail .detail-con-header h2,
html.zz-detail .detail-con-header h3,
html.zz-detail .help-container > .border-bottom:first-child h1,
html.zz-detail .help-container > .border-bottom:first-child h2,
html.zz-detail .help-container > .border-bottom:first-child h3 {
  margin-bottom: 10px;
  line-height: 1.45;
}

html.zz-article .article-content,
html.zz-article .help-tab-content {
  line-height: 1.9;
}

html.zz-member .member-container .items-info,
html.zz-member .member-list-items .d-flex.text-secondary {
  flex-wrap: wrap;
  gap: 8px 18px;
}

html.zz-member .member-container .items-info > p,
html.zz-member .member-list-items .d-flex.text-secondary > p {
  margin-right: 0 !important;
  padding-right: 0 !important;
  white-space: nowrap;
}

html.zz-upload .layui-form-label,
html.zz-commerce .form-label,
html.zz-admin .layui-form-label {
  color: var(--zz-ink-700) !important;
  font-weight: 600;
}

html.zz-upload .layui-form-item,
html.zz-commerce .form-group,
html.zz-admin .layui-form-item {
  margin-bottom: 20px;
}

html.zz-upload .layui-input,
html.zz-upload .layui-textarea,
html.zz-commerce .form-control,
html.zz-admin .layui-input,
html.zz-admin .layui-textarea {
  border-color: var(--zz-line-strong) !important;
  background: #fbfdff !important;
}

/* Footer: remove the off-canvas utility from document flow and keep the footer
   content-height. This eliminates the large radar-pattern void below copyright. */
html.zz-site-theme footer {
  height: auto !important;
  min-height: 0 !important;
  margin-top: 30px;
  padding: 28px 0 0 !important;
}

html.zz-site-theme footer > .container {
  min-height: 0 !important;
  margin-bottom: 20px !important;
}

html.zz-site-theme .footer-nav {
  padding: 0 !important;
  background: transparent !important;
}

html.zz-site-theme .footer-copyright {
  height: auto !important;
  min-height: 70px;
  padding: 14px 24px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.65;
}

html.zz-site-theme .fixed-nav {
  position: fixed !important;
  top: auto !important;
  right: 18px !important;
  bottom: 24px !important;
  left: auto !important;
  z-index: 1030 !important;
  margin: 0 !important;
  transform: none !important;
}

html.zz-site-theme .help-sidebar,
html.zz-site-theme .right-fixed,
html.zz-site-theme .service-sidebar {
  position: fixed !important;
  z-index: 1025 !important;
}

@media (max-width: 1199.98px) {
  html.zz-listing #columnConBox {
    grid-template-columns: 236px minmax(0, 1fr);
  }

  html.zz-listing .items-info {
    gap: 7px 13px;
    font-size: 13px !important;
  }

  html.zz-listing .column-features,
  html.zz-listing .column-features .btn {
    min-width: 108px;
  }
}

@media (max-width: 991.98px) {
  html.zz-library-home .gg-area,
  html.zz-library-home .index-nav-sidebar,
  html.zz-library-home .carousel-inner,
  html.zz-library-home .carousel-item,
  html.zz-library-home .carousel-item img {
    min-height: 0;
  }

  html.zz-library-home .index-nav-sidebar {
    height: auto;
  }

  html.zz-library-home #navSidebarTabContent {
    top: auto !important;
    bottom: auto !important;
    height: auto !important;
    overflow: visible !important;
  }

  html.zz-listing .category-list-items > ul > li,
  html.zz-listing .category-list-items > .d-flex,
  html.zz-listing .search-item,
  html.zz-listing .doc-list-item {
    min-height: 112px;
    padding: 14px !important;
    align-items: flex-start;
  }

  html.zz-listing .items-info {
    gap: 7px 12px;
    flex-wrap: wrap;
    white-space: normal;
  }

  html.zz-listing .items-info > p {
    padding: 4px 9px !important;
    border: 1px solid var(--zz-line);
    border-radius: 999px;
    background: #f4f8fd;
  }

  html.zz-site-theme footer {
    margin-top: 20px;
    padding-top: 20px !important;
  }

  html.zz-site-theme .fixed-nav {
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  html.zz-listing .category-list-items > ul > li,
  html.zz-listing .category-list-items > .d-flex,
  html.zz-listing .search-item,
  html.zz-listing .doc-list-item {
    gap: 10px;
  }

  html.zz-listing .category-list-items .items-img {
    margin-right: 10px !important;
  }

  html.zz-listing .category-list-items .title h5,
  html.zz-listing .search-item .title h5,
  html.zz-listing .doc-list-item .title h5 {
    font-size: 15px;
  }

  html.zz-listing .items-info {
    margin-top: 10px !important;
    gap: 6px;
    font-size: 12px !important;
  }

  html.zz-site-theme .footer-copyright {
    min-height: 0;
    padding: 12px 14px !important;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.zz-site-theme *,
  html.zz-site-theme *::before,
  html.zz-site-theme *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* --------------------------------------------------------------------------
   Cohesive site redesign v2
   The public homepage is the visual source of truth: one continuous navy
   atmosphere, restrained blue/cyan/gold accents and quiet light workspaces.
   -------------------------------------------------------------------------- */

html.zz-site-theme {
  --zz-shell-950: #020f23;
  --zz-shell-900: #031a38;
  --zz-shell-850: #07264d;
  --zz-shell-800: #0a315f;
  --zz-blue-600: #216ee2;
  --zz-blue-500: #3888ff;
  --zz-blue-300: #8cc7ff;
  --zz-cyan-400: #56d9db;
  --zz-gold-400: #d0ad59;
  --zz-ink-900: #10233d;
  --zz-ink-700: #425874;
  --zz-ink-500: #73849a;
  --zz-surface: #ffffff;
  --zz-surface-soft: #f3f7fc;
  --zz-canvas: #eaf1f9;
  --zz-line: #d7e3f0;
  --zz-line-strong: #bfd1e5;
  --zz-shadow-sm: 0 10px 30px rgba(1, 17, 39, 0.10);
  --zz-shadow-md: 0 24px 64px rgba(1, 17, 39, 0.20);
  --zz-radius-sm: 10px;
  --zz-radius-md: 16px;
  --zz-radius-lg: 22px;
  --zz-max-width: 1240px;
  min-height: 100%;
  background: var(--zz-shell-950);
}

html.zz-site-theme body:not(.page_login_body) {
  min-height: 100vh;
  color: var(--zz-ink-900);
  background-color: var(--zz-shell-950) !important;
  background-image: url("/zhanzhi-public/assets/hero-bg.jpg") !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  background-size: 100% auto !important;
  background-attachment: fixed !important;
}

html.zz-site-theme body:not(.page_login_body) > :not(.top-nav):not(.header-top):not(.m-header):not(.header):not(.layui-header):not(.layui-side):not(.layui-body):not(.layui-layer):not(.layui-layer-shade):not(.layui-layer-move):not(script):not(style) {
  position: relative;
  z-index: 1;
}

/* One brand shell instead of a dark cap plus a separate bright-blue strip. */
html.zz-site-theme .top-nav,
html.zz-site-theme .header-top,
html.zz-site-theme #scrollFixed,
html.zz-site-theme .header,
html.zz-site-theme .m-header,
html.zz-site-theme body > .d-lg-none.bg-white:first-child {
  color: #d7e5f5;
  border-color: rgba(145, 188, 238, 0.15) !important;
  background-color: rgba(2, 15, 35, 0.96) !important;
  background-image: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(18px);
}

html.zz-site-theme .top-nav {
  border-bottom-color: rgba(145, 188, 238, 0.10) !important;
}

html.zz-site-theme .header-top,
html.zz-site-theme #scrollFixed {
  border-bottom: 1px solid rgba(145, 188, 238, 0.18) !important;
  box-shadow: 0 18px 45px rgba(0, 9, 25, 0.22) !important;
}

html.zz-site-theme #scrollFixed {
  background: rgba(3, 26, 56, 0.97) !important;
}

html.zz-site-theme .header-top .logo,
html.zz-site-theme #scrollFixed .logo,
html.zz-site-theme #scrollFixed > .container > a:first-child,
html.zz-site-theme .header-left .logo_cont {
  min-width: 168px;
  min-height: 48px;
  margin-right: 26px !important;
  padding: 5px 8px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html.zz-site-theme .header-top .logo img,
html.zz-site-theme #scrollFixed .logo img,
html.zz-site-theme #scrollFixed > .container > a:first-child img,
html.zz-site-theme .header-left .logo_cont img {
  max-width: 154px;
  filter: brightness(0) invert(1);
}

html.zz-site-theme .header-top .main-nav > li > a,
html.zz-site-theme .header-top .main-nav .nav-link,
html.zz-site-theme #scrollFixed .navbar-nav .nav-link,
html.zz-site-theme #scrollFixed a {
  position: relative;
  color: #c9d8eb !important;
  background: transparent !important;
}

html.zz-site-theme .header-top .main-nav > li > a::after,
html.zz-site-theme .header-top .main-nav .nav-link::after,
html.zz-site-theme #scrollFixed .navbar-nav .nav-link::after {
  position: absolute;
  right: 18px;
  bottom: 8px;
  left: 18px;
  height: 2px;
  content: "";
  background: transparent;
}

html.zz-site-theme .header-top .main-nav > li > a:hover,
html.zz-site-theme .header-top .main-nav > li.active > a,
html.zz-site-theme .header-top .main-nav .nav-link:hover,
html.zz-site-theme .header-top .main-nav .nav-link.active,
html.zz-site-theme #scrollFixed .navbar-nav .nav-link:hover,
html.zz-site-theme #scrollFixed .navbar-nav .active > .nav-link {
  color: #fff !important;
}

html.zz-site-theme .header-top .main-nav > li > a:hover::after,
html.zz-site-theme .header-top .main-nav > li.active > a::after,
html.zz-site-theme .header-top .main-nav .nav-link:hover::after,
html.zz-site-theme #scrollFixed .navbar-nav .nav-link:hover::after,
html.zz-site-theme #scrollFixed .navbar-nav .active > .nav-link::after {
  background: var(--zz-blue-500);
}

html.zz-site-theme .header-top .input-group,
html.zz-site-theme #scrollFixed .input-group {
  overflow: hidden;
  border: 1px solid rgba(158, 197, 239, 0.32);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.10);
  box-shadow: 0 10px 26px rgba(0, 9, 25, 0.18);
}

html.zz-site-theme .header-top .input-group .form-control,
html.zz-site-theme #scrollFixed .input-group .form-control {
  color: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.06) !important;
  box-shadow: none !important;
}

html.zz-site-theme .header-top .input-group .form-control::placeholder,
html.zz-site-theme #scrollFixed .input-group .form-control::placeholder {
  color: #9fb4ce;
}

html.zz-site-theme .header-top .input-group button,
html.zz-site-theme #scrollFixed .input-group button {
  min-width: 56px;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--zz-blue-600) !important;
  box-shadow: none !important;
}

/* Breadcrumbs sit in the navy atmosphere, like the public homepage labels. */
html.zz-site-theme body > nav.container,
html.zz-site-theme body > .container.d-none.d-lg-block:first-of-type,
html.zz-site-theme nav.container.d-none.d-lg-block {
  margin-top: 14px;
  margin-bottom: 14px;
  padding: 10px 16px;
  color: #9fb4ce;
  border: 1px solid rgba(144, 187, 234, 0.18);
  border-radius: 999px;
  background: rgba(3, 26, 56, 0.78);
  backdrop-filter: blur(14px);
}

html.zz-site-theme body > nav.container a,
html.zz-site-theme body > .container.d-none.d-lg-block:first-of-type a,
html.zz-site-theme nav.container.d-none.d-lg-block a {
  color: #d8e7f6 !important;
}

/* A consistent light workbench floats inside the navy brand field. */
html.zz-listing #columnConBox,
html.zz-detail body > .container.clearfix,
html.zz-detail body > .clearfix.container,
html.zz-article body > .container.clearfix,
html.zz-member body > .container.clearfix,
html.zz-commerce body > .container.clearfix,
html.zz-upload .fly-user-main {
  padding: 20px;
  border: 1px solid rgba(207, 225, 244, 0.92);
  border-radius: var(--zz-radius-lg);
  background: rgba(236, 243, 251, 0.97) !important;
  box-shadow: var(--zz-shadow-md);
  backdrop-filter: blur(20px);
}

html.zz-site-theme .bg-white,
html.zz-site-theme .category-list,
html.zz-site-theme .category-container,
html.zz-site-theme .article-list-container,
html.zz-site-theme .detail-con-detail,
html.zz-site-theme .detail-yourlike,
html.zz-site-theme .help-container,
html.zz-site-theme .member-container > div,
html.zz-site-theme .member-list-items,
html.zz-site-theme .tree-container,
html.zz-site-theme .recharge-container,
html.zz-site-theme .recharge-pic,
html.zz-site-theme .fly-panel,
html.zz-site-theme .content.detail {
  border: 1px solid rgba(196, 214, 234, 0.78) !important;
  border-radius: var(--zz-radius-md) !important;
  background-color: rgba(255, 255, 255, 0.97) !important;
  box-shadow: var(--zz-shadow-sm) !important;
}

/* Headings reuse the public homepage's spacious, confident type hierarchy. */
html.zz-site-theme h1,
html.zz-site-theme h2,
html.zz-site-theme h3,
html.zz-site-theme h4,
html.zz-site-theme h5,
html.zz-site-theme .left-border-3,
html.zz-site-theme .article-content-header,
html.zz-site-theme .detail-con-header > div:first-child,
html.zz-site-theme .member-custom-list-items-title {
  color: var(--zz-ink-900);
  font-weight: 650;
  letter-spacing: -0.012em;
}

html.zz-site-theme .left-border-3 {
  padding-left: 0 !important;
  border-left: 0 !important;
}

html.zz-site-theme .left-border-3::before,
html.zz-site-theme .article-content-header::before {
  width: 34px;
  height: 3px;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  border-radius: 999px;
  background: var(--zz-blue-500);
}

html.zz-site-theme .btn,
html.zz-site-theme button,
html.zz-site-theme .layui-btn {
  border-radius: 10px !important;
  font-weight: 600;
}

html.zz-site-theme .btn-primary,
html.zz-site-theme .bg-primary,
html.zz-site-theme .bg-primary-d,
html.zz-site-theme .layui-btn:not(.layui-btn-primary):not(.layui-btn-danger) {
  color: #fff !important;
  border-color: var(--zz-blue-600) !important;
  background: var(--zz-blue-600) !important;
  box-shadow: 0 12px 24px rgba(33, 110, 226, 0.22) !important;
}

html.zz-site-theme .btn-primary:hover,
html.zz-site-theme .layui-btn:not(.layui-btn-primary):not(.layui-btn-danger):hover {
  border-color: var(--zz-blue-500) !important;
  background: var(--zz-blue-500) !important;
}

html.zz-site-theme .form-control,
html.zz-site-theme .layui-input,
html.zz-site-theme .layui-textarea,
html.zz-site-theme select,
html.zz-site-theme textarea,
html.zz-site-theme input[type="text"],
html.zz-site-theme input[type="password"],
html.zz-site-theme input[type="number"],
html.zz-site-theme input[type="email"] {
  border-color: var(--zz-line-strong) !important;
  border-radius: 10px !important;
  background: #fbfdff !important;
  box-shadow: inset 0 1px 2px rgba(16, 35, 61, 0.03);
}

html.zz-site-theme .form-control:focus,
html.zz-site-theme .layui-input:focus,
html.zz-site-theme .layui-textarea:focus,
html.zz-site-theme select:focus,
html.zz-site-theme textarea:focus,
html.zz-site-theme input:focus {
  border-color: var(--zz-blue-500) !important;
  box-shadow: 0 0 0 3px rgba(56, 136, 255, 0.16) !important;
}

html.zz-site-theme .badge,
html.zz-site-theme .label,
html.zz-site-theme .tag,
html.zz-site-theme .tags a {
  border-radius: 999px !important;
}

html.zz-site-theme .page-list a,
html.zz-site-theme .page-list span,
html.zz-site-theme .pagination .page-link {
  border: 1px solid var(--zz-line) !important;
  border-radius: 9px !important;
  background: #f7faff !important;
}

html.zz-site-theme .page-list .active,
html.zz-site-theme .page-list a:hover,
html.zz-site-theme .pagination .active .page-link {
  color: #fff !important;
  border-color: var(--zz-blue-600) !important;
  background: var(--zz-blue-600) !important;
}

/* Library home: a deliberate dashboard inside the same visual world. */
html.zz-library-home .container.mt-lg-3,
html.zz-library-home body > .container.mt-3 {
  padding: 0;
  background: transparent;
}

html.zz-library-home .gg-area {
  overflow: hidden;
  border: 1px solid rgba(149, 190, 236, 0.28) !important;
  border-radius: var(--zz-radius-lg) !important;
  background: rgba(5, 30, 63, 0.92) !important;
  box-shadow: 0 28px 70px rgba(0, 9, 25, 0.30) !important;
  backdrop-filter: blur(20px);
}

html.zz-library-home .index-nav-sidebar,
html.zz-library-home .index-nav-sidebar .tab-content,
html.zz-library-home .index-nav-sidebar .tab-pane,
html.zz-library-home .gg-data,
html.zz-library-home .gg-nav {
  color: #d9e7f6;
  border-color: rgba(145, 188, 238, 0.16) !important;
  background: rgba(3, 26, 56, 0.94) !important;
}

html.zz-library-home .index-nav-sidebar a,
html.zz-library-home .gg-data,
html.zz-library-home .gg-data p,
html.zz-library-home .gg-nav a,
html.zz-library-home .gg-nav p {
  color: #d9e7f6 !important;
}

html.zz-library-home .index-nav-sidebar a:hover,
html.zz-library-home .gg-nav a:hover {
  color: #fff !important;
  background: rgba(56, 136, 255, 0.18) !important;
}

html.zz-library-home .gg-data .text-danger,
html.zz-library-home .gg-data h4,
html.zz-library-home .gg-data strong {
  color: var(--zz-cyan-400) !important;
}

html.zz-library-home .carousel {
  background: #071c38;
}

html.zz-library-home .carousel-inner,
html.zz-library-home .carousel-item,
html.zz-library-home .carousel-item img {
  min-height: 336px;
  object-fit: cover;
}

html.zz-library-home body > .mt-3.align-items-center.bg-white,
html.zz-library-home body > .container + .mt-3.align-items-center.bg-white,
html.zz-library-home .container.mt-lg-3 + .mt-3 {
  color: #d9e7f6;
  border: 1px solid rgba(145, 188, 238, 0.22) !important;
  border-radius: 14px !important;
  background: rgba(5, 30, 63, 0.88) !important;
  box-shadow: 0 14px 36px rgba(0, 9, 25, 0.18) !important;
  backdrop-filter: blur(16px);
}

html.zz-library-home body > .mt-3.align-items-center.bg-white a,
html.zz-library-home .container.mt-lg-3 + .mt-3 a {
  color: #d9e7f6 !important;
}

html.zz-library-home .topic-and-paper,
html.zz-library-home .lesson-preparation,
html.zz-library-home .latest-information,
html.zz-library-home .friend-link,
html.zz-library-home .excellent-author,
html.zz-library-home .recommend-book,
html.zz-library-home .standards-card {
  margin-top: 18px !important;
  overflow: hidden;
  border: 1px solid rgba(196, 214, 234, 0.78) !important;
  border-radius: var(--zz-radius-lg) !important;
  background: rgba(255, 255, 255, 0.97) !important;
  box-shadow: var(--zz-shadow-md) !important;
}

html.zz-library-home .topic-and-paper > div:first-child,
html.zz-library-home .lesson-preparation > div:first-child,
html.zz-library-home .latest-information > div:first-child,
html.zz-library-home .excellent-author > div:first-child {
  min-height: 68px;
  padding: 0 24px !important;
  border-bottom: 1px solid var(--zz-line);
  background: var(--zz-surface-soft);
}

html.zz-library-home .topic-and-paper li,
html.zz-library-home .lesson-preparation .news-item,
html.zz-library-home .latest-information li {
  border-color: var(--zz-line) !important;
}

html.zz-library-home .topic-and-paper li:hover,
html.zz-library-home .lesson-preparation .news-item:hover,
html.zz-library-home .latest-information li:hover {
  background: #f0f6ff;
}

/* Listing and search: dark navigation rail + crisp information cards. */
html.zz-listing #columnConBox {
  display: grid;
  grid-template-columns: 286px minmax(0, 1fr);
  gap: 18px;
}

html.zz-listing .tree-sidebar {
  width: 100% !important;
  overflow: hidden;
  border: 1px solid rgba(145, 188, 238, 0.20) !important;
  border-radius: var(--zz-radius-md) !important;
  background: var(--zz-shell-900) !important;
  box-shadow: 0 18px 40px rgba(0, 9, 25, 0.22) !important;
}

html.zz-listing .tree-sidebar .tree-iscroll,
html.zz-listing .tree-sidebar .dropdown-menu,
html.zz-listing .tree-sidebar .tree-drop-down {
  color: #d7e5f5;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html.zz-listing .tree-sidebar a,
html.zz-listing .tree-sidebar button,
html.zz-listing .tree-sidebar .dropdown-item {
  color: #cbd9ea !important;
  border-color: rgba(145, 188, 238, 0.10) !important;
  background: transparent !important;
}

html.zz-listing .tree-sidebar a:hover,
html.zz-listing .tree-sidebar .active,
html.zz-listing .tree-sidebar .dropdown-item:hover {
  color: #fff !important;
  background: rgba(56, 136, 255, 0.18) !important;
}

html.zz-listing .tree-container {
  min-width: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html.zz-listing .category-list,
html.zz-listing .category-container {
  padding: 22px 24px !important;
}

html.zz-listing .category-list a,
html.zz-listing .category-list button,
html.zz-listing .category-list .dropdown-item {
  margin: 4px 3px;
  padding: 7px 12px !important;
  color: var(--zz-ink-700) !important;
  border: 1px solid var(--zz-line) !important;
  border-radius: 999px !important;
  background: #f7faff !important;
}

html.zz-listing .category-list a:hover,
html.zz-listing .category-list .active {
  color: var(--zz-blue-600) !important;
  border-color: rgba(56, 136, 255, 0.36) !important;
  background: #ebf4ff !important;
}

html.zz-listing .category-container .navbar {
  min-height: 58px;
  padding: 8px 4px;
  border: 0 !important;
  border-bottom: 1px solid var(--zz-line) !important;
  background: transparent !important;
}

html.zz-listing .category-container .nav-link {
  margin-right: 8px;
  padding: 10px 14px;
  color: var(--zz-ink-500) !important;
  border-radius: 9px;
}

html.zz-listing .category-container .nav-link.active,
html.zz-listing .category-container .nav-link:hover {
  color: var(--zz-blue-600) !important;
  background: #edf5ff;
}

html.zz-listing .category-list-items > ul > li,
html.zz-listing .category-list-items > .d-flex,
html.zz-listing .search-item,
html.zz-listing .doc-list-item {
  min-height: 118px;
  margin: 0 0 10px;
  padding: 16px !important;
  border: 1px solid transparent !important;
  border-radius: 12px;
  background: #fff;
}

html.zz-listing .category-list-items > ul > li:hover,
html.zz-listing .category-list-items > .d-flex:hover,
html.zz-listing .search-item:hover,
html.zz-listing .doc-list-item:hover {
  border-color: #c8ddf4 !important;
  background: #f7fbff;
  box-shadow: 0 12px 26px rgba(16, 63, 111, 0.08);
}

html.zz-listing .detail-yourlike {
  color: #d7e5f5;
  border-color: rgba(145, 188, 238, 0.20) !important;
  background: var(--zz-shell-850) !important;
}

html.zz-listing .detail-yourlike a,
html.zz-listing .detail-yourlike .text-dark,
html.zz-listing .detail-yourlike h5 {
  color: #d7e5f5 !important;
}

/* Document and article details: strong navy title band, calm reading surface. */
html.zz-detail .detail-con-detail,
html.zz-detail .help-container {
  overflow: hidden;
}

html.zz-detail .detail-con-header,
html.zz-detail .help-container > .border-bottom:first-child {
  min-height: 128px;
  padding: 24px 28px !important;
  color: #d7e5f5;
  border: 0 !important;
  background-color: var(--zz-shell-850) !important;
  background-image: url("/zhanzhi-public/assets/hero-bg.jpg") !important;
  background-position: center 22% !important;
  background-size: cover !important;
}

html.zz-detail .detail-con-header h1,
html.zz-detail .detail-con-header h2,
html.zz-detail .detail-con-header h3,
html.zz-detail .detail-con-header h4,
html.zz-detail .detail-con-header h5,
html.zz-detail .detail-con-header a,
html.zz-detail .detail-con-header .text-dark,
html.zz-detail .help-container > .border-bottom:first-child h1,
html.zz-detail .help-container > .border-bottom:first-child h2,
html.zz-detail .help-container > .border-bottom:first-child h3,
html.zz-detail .help-container > .border-bottom:first-child a,
html.zz-detail .help-container > .border-bottom:first-child .text-dark {
  color: #fff !important;
}

html.zz-detail .detail-con-header .text-black-50,
html.zz-detail .detail-con-header .text-secondary,
html.zz-detail .detail-con-header small {
  color: #b8cbe1 !important;
}

html.zz-detail .detail-con-con,
html.zz-detail #imgViewer {
  padding: 28px 24px !important;
  background: #dfe8f3 !important;
}

html.zz-detail .detail-con-item-img-box,
html.zz-detail .pf,
html.zz-detail .pc {
  box-shadow: 0 18px 44px rgba(16, 35, 61, 0.16);
}

html.zz-detail .detail-sidebar .detail-yourlike,
html.zz-detail #columnDetailSiderRight > div {
  overflow: hidden;
  border-radius: var(--zz-radius-md) !important;
}

html.zz-detail .detail-sidebar .detail-yourlike > .border-bottom,
html.zz-detail #columnDetailSiderRight > div > .border-bottom {
  min-height: 54px;
  padding: 14px 16px !important;
  color: #fff;
  border: 0 !important;
  background: var(--zz-shell-850);
}

html.zz-detail .detail-sidebar .detail-yourlike > .border-bottom a,
html.zz-detail #columnDetailSiderRight > div > .border-bottom a {
  color: #bcd6f2 !important;
}

html.zz-detail .help-tab-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 50px 56px !important;
  color: #243a56 !important;
  font-size: 16px !important;
  line-height: 1.92 !important;
  background: #fff;
}

html.zz-detail .help-tab-content p,
html.zz-detail .help-tab-content div,
html.zz-detail .help-tab-content li {
  line-height: inherit !important;
}

html.zz-detail .help-tab-content img {
  max-width: 100% !important;
  height: auto !important;
  margin: 18px auto;
}

/* Article index: the same dark rail/light-workbench grammar as document lists. */
html.zz-article .article-list-container {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  overflow: hidden;
}

html.zz-article .article-sidebar {
  width: auto !important;
  color: #d7e5f5;
  border: 0 !important;
  background: var(--zz-shell-900) !important;
}

html.zz-article .article-sidebar a,
html.zz-article .article-sidebar .article-nav-link {
  color: #cbd9ea !important;
}

html.zz-article .article-sidebar a:hover,
html.zz-article .article-sidebar .active,
html.zz-article .article-sidebar .article-nav-link:hover {
  color: #fff !important;
  background: rgba(56, 136, 255, 0.18) !important;
}

html.zz-article .article-content {
  width: auto !important;
  min-width: 0;
  padding: 26px 30px;
  background: #fff !important;
}

html.zz-article .article-content-header {
  min-height: 54px;
  margin-bottom: 8px;
  padding: 10px 0 16px;
  border-bottom: 1px solid var(--zz-line);
  font-size: 21px;
}

html.zz-article .article-list-item,
html.zz-article .article-content li,
html.zz-article .article-content > a {
  padding: 15px 10px !important;
  border-color: var(--zz-line) !important;
  border-radius: 10px;
}

html.zz-article .article-list-item:hover,
html.zz-article .article-content li:hover,
html.zz-article .article-content > a:hover {
  background: #f1f7ff;
}

/* Member centre: a true product workspace, not white cards beside a dark patch. */
html.zz-member body > .container.clearfix {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 18px;
}

html.zz-member .member-sidebar {
  width: 100% !important;
  margin: 0 !important;
  overflow: hidden;
  color: #d7e5f5;
  border: 1px solid rgba(145, 188, 238, 0.20) !important;
  border-radius: var(--zz-radius-md) !important;
  background: var(--zz-shell-900) !important;
  box-shadow: 0 18px 40px rgba(0, 9, 25, 0.22) !important;
}

html.zz-member .member-sidebar .accordion,
html.zz-member .member-sidebar .accordion-item,
html.zz-member .member-sidebar .collapse,
html.zz-member .member-sidebar .card,
html.zz-member .member-sidebar .card-header {
  color: inherit;
  border-color: rgba(145, 188, 238, 0.10) !important;
  background: transparent !important;
}

html.zz-member .member-sidebar a,
html.zz-member .member-sidebar button,
html.zz-member .member-sidebar .text-dark {
  color: #cbd9ea !important;
}

html.zz-member .member-sidebar a:hover,
html.zz-member .member-sidebar .active,
html.zz-member .member-sidebar button:hover {
  color: #fff !important;
  background: rgba(56, 136, 255, 0.18) !important;
}

html.zz-member .member-container {
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
}

html.zz-member .member-container > div,
html.zz-member .member-container .bg-white,
html.zz-member .member-list-items,
html.zz-member .member-container .tree-container {
  margin-left: 0 !important;
  border-radius: var(--zz-radius-md) !important;
}

html.zz-member .member-index-info-left {
  color: #fff;
  border: 0 !important;
  background-color: var(--zz-shell-850) !important;
  background-image: url("/zhanzhi-public/assets/hero-bg.jpg") !important;
  background-position: center 26% !important;
  background-size: cover !important;
}

html.zz-member .member-index-info-left .text-dark,
html.zz-member .member-index-info-left h4,
html.zz-member .member-index-info-left h5 {
  color: #fff !important;
}

html.zz-member .member-index-info-left .text-black-50,
html.zz-member .member-index-info-left small {
  color: #b8cbe1 !important;
}

html.zz-member .member-index-info-right {
  border: 1px solid var(--zz-line) !important;
  background: #fff !important;
}

html.zz-member .member-index-info-right h3,
html.zz-member .member-index-info-right h4,
html.zz-member .member-index-info-right strong {
  color: var(--zz-blue-600) !important;
}

html.zz-member .empty-box-2,
html.zz-member .empty-box-img {
  color: var(--zz-ink-500);
  background-color: var(--zz-surface-soft) !important;
}

/* Upload: one focused creation canvas with an on-brand drop zone. */
html.zz-upload .header {
  min-height: 66px;
  background: rgba(2, 15, 35, 0.97) !important;
}

html.zz-upload .fly-panel.fly-column {
  color: #b8cbe1;
  border-color: rgba(145, 188, 238, 0.14) !important;
  background: rgba(3, 26, 56, 0.90) !important;
}

html.zz-upload .fly-panel.fly-column a {
  color: #d7e5f5 !important;
}

html.zz-upload .ucbox {
  width: auto !important;
  max-width: 1240px;
  margin: 20px auto 60px;
  padding: 20px;
  border-radius: var(--zz-radius-lg);
  background: rgba(236, 243, 251, 0.97) !important;
  box-shadow: var(--zz-shadow-md);
}

html.zz-upload .fly-user-main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

html.zz-upload .content.detail {
  padding: 20px 24px 34px;
}

html.zz-upload .layui-tab-title {
  border-color: var(--zz-line) !important;
}

html.zz-upload .layui-tab-title li {
  min-width: 96px;
  color: var(--zz-ink-500);
  font-weight: 600;
}

html.zz-upload .layui-tab-title li.layui-this {
  color: var(--zz-blue-600);
}

html.zz-upload .upload_center,
html.zz-upload .webuploader-pick {
  color: #fff !important;
  border: 1px solid rgba(145, 188, 238, 0.28) !important;
  border-radius: 14px !important;
  background-color: var(--zz-shell-850) !important;
  background-image: url("/zhanzhi-public/assets/hero-bg.jpg") !important;
  background-position: center 28% !important;
  background-size: cover !important;
  box-shadow: 0 18px 40px rgba(0, 9, 25, 0.24);
}

html.zz-upload .layui-form-item {
  margin-bottom: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #edf2f7;
}

html.zz-upload .layui-form-label {
  color: var(--zz-ink-700);
  font-weight: 650;
}

html.zz-upload .fly-panel-main {
  color: var(--zz-ink-700);
  line-height: 1.75;
}

/* Commerce: calm selection, clear amount and protected payment area. */
html.zz-commerce:not(.zz-detail) body > .container.clearfix {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 18px;
}

html.zz-commerce .recharge-container,
html.zz-commerce .recharge-pic {
  width: auto !important;
  margin: 0 !important;
}

html.zz-detail .detail-con {
  width: 100% !important;
}

html.zz-detail body > .container.clearfix:has(.detail-sidebar) .detail-con,
html.zz-detail body > .clearfix.container:has(.detail-sidebar) .detail-con {
  width: calc(100% - 318px) !important;
}

html.zz-detail body > .container.clearfix:has(.detail-sidebar) .detail-sidebar,
html.zz-detail body > .clearfix.container:has(.detail-sidebar) .detail-sidebar {
  width: 300px !important;
}

html.zz-listing .tree-sidebar .list-group-item,
html.zz-listing .tree-sidebar .treeview > li,
html.zz-listing .tree-sidebar .tree-dropdown-item {
  color: #cbd9ea !important;
  border-color: rgba(145, 188, 238, 0.10) !important;
  background: transparent !important;
}

html.zz-listing .tree-sidebar .list-group-item:has(.active),
html.zz-listing .tree-sidebar .treeview > li:has(.active) {
  background: rgba(56, 136, 255, 0.16) !important;
}

html.zz-listing .tree-sidebar .list-group-item .text-ellipsis,
html.zz-listing .tree-sidebar .list-group-item span:not(.iconfont),
html.zz-listing .tree-sidebar .treeview > li span:not(.iconfont) {
  color: #cbd9ea !important;
}

html.zz-listing .tree-sidebar .list-group-item:has(.active) .text-ellipsis,
html.zz-listing .tree-sidebar .list-group-item:has(.active) span,
html.zz-listing .tree-sidebar .treeview > li:has(.active) span {
  color: #fff !important;
}

html.zz-detail .help-container > .border-bottom:first-child *,
html.zz-detail .help-container > .border-bottom:first-child .text-muted,
html.zz-detail .help-container > .border-bottom:first-child .text-secondary {
  color: #fff !important;
  opacity: 1 !important;
}

html.zz-detail .help-container #contextTitle,
html.zz-detail .help-container #historyTitle {
  color: #fff !important;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}

html.zz-detail .detail-con-header #historyTitle,
html.zz-detail .detail-con-header .detail-title {
  color: #fff !important;
  font-size: 22px;
  line-height: 1.5;
}

html.zz-member .member-sidebar {
  grid-column: 1;
  grid-row: 1;
}

html.zz-member .member-container {
  grid-column: 2;
  grid-row: 1;
}

html.zz-commerce .recharge-container {
  padding: 24px !important;
}

html.zz-commerce .recharge-member-list {
  gap: 12px;
}

html.zz-commerce .recharge-member-list li,
html.zz-commerce .recharge-member-list li > button,
html.zz-commerce .recharge-member-list li > div {
  overflow: hidden;
  border-radius: 14px !important;
}

html.zz-commerce .recharge-member-list li > button,
html.zz-commerce .recharge-member-list li > div {
  min-height: 112px;
  border: 1px solid var(--zz-line-strong) !important;
  background: #fff !important;
  box-shadow: 0 10px 24px rgba(16, 63, 111, 0.06);
}

html.zz-commerce .recharge-member-list li.active > button,
html.zz-commerce .recharge-member-list li.active > div,
html.zz-commerce .recharge-member-list li > button.active,
html.zz-commerce .recharge-member-list li > div.active {
  color: #fff !important;
  border-color: var(--zz-shell-850) !important;
  background: var(--zz-shell-850) !important;
  box-shadow: 0 16px 32px rgba(3, 26, 56, 0.24);
}

html.zz-commerce .recharge-member-list li.active .text-danger,
html.zz-commerce .recharge-member-list .active .text-danger {
  color: var(--zz-gold-400) !important;
}

html.zz-commerce .recharge-member-pay {
  margin-top: 22px;
  padding: 28px !important;
  border: 1px solid var(--zz-line) !important;
  border-radius: 16px !important;
  background: var(--zz-surface-soft) !important;
}

html.zz-commerce .pay-info .text-danger,
html.zz-commerce .pay-info strong {
  color: #df4d56 !important;
}

html.zz-commerce .img-box {
  overflow: hidden;
  border: 10px solid #fff;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(16, 63, 111, 0.12);
}

html.zz-commerce .recharge-pic {
  overflow: hidden;
  background: var(--zz-shell-850) !important;
}

html.zz-commerce .recharge-pic img {
  width: 100%;
  height: auto;
  display: block;
}

/* Creator admin: carry the same brand language through Layuimini and iframe pages. */
html.zz-admin body,
html.zz-admin .layui-layout-body {
  background: var(--zz-canvas) !important;
}

html.zz-admin,
html.zz-admin body,
html.zz-admin .layui-layout-admin {
  height: 100% !important;
  min-height: 100vh !important;
}

html.zz-admin .layui-body {
  height: auto !important;
}

html.zz-admin .layuimini-tab {
  height: 100% !important;
}

html.zz-admin .layuimini-tab .layui-tab-content {
  height: calc(100% - 37px) !important;
}

html.zz-admin .layuimini-tab .layui-tab-content .layui-tab-item,
html.zz-admin .layuimini-tab .layui-tab-content .layui-tab-item > iframe {
  height: 100% !important;
  min-height: calc(100vh - 97px) !important;
}

html.zz-admin .layui-header.header,
html.zz-admin .layui-logo,
html.zz-admin .layui-side,
html.zz-admin .layuimini-menu-left {
  color: #d7e5f5 !important;
  border-color: rgba(145, 188, 238, 0.14) !important;
  background: var(--zz-shell-900) !important;
}

html.zz-admin .layui-header.header {
  border-bottom: 1px solid rgba(145, 188, 238, 0.16) !important;
  box-shadow: 0 10px 28px rgba(0, 9, 25, 0.16) !important;
}

html.zz-admin .layui-header.header a,
html.zz-admin .layui-header.header .layui-nav-item,
html.zz-admin .layui-header.header .layui-nav-item a {
  color: #d7e5f5 !important;
}

html.zz-admin .layui-side .layui-nav,
html.zz-admin .layui-side .layui-nav-tree,
html.zz-admin .layui-side-scroll {
  background: transparent !important;
}

html.zz-admin .layui-side .layui-nav-item a {
  min-height: 46px;
  color: #c7d7e9 !important;
  border-left: 3px solid transparent;
}

html.zz-admin .layui-side .layui-nav-item a:hover,
html.zz-admin .layui-side .layui-this > a,
html.zz-admin .layui-side .layui-nav-itemed > a {
  color: #fff !important;
  border-left-color: var(--zz-blue-500);
  background: rgba(56, 136, 255, 0.16) !important;
}

html.zz-admin .but {
  padding: 8px 18px;
}

html.zz-admin .but .layui-btn,
html.zz-admin .but a {
  width: 124px;
  color: var(--zz-shell-950) !important;
  border-color: var(--zz-gold-400) !important;
  border-radius: 999px !important;
  background: var(--zz-gold-400) !important;
  box-shadow: 0 12px 26px rgba(208, 173, 89, 0.18) !important;
}

html.zz-admin .layui-body,
html.zz-admin .layui-tab-content {
  background: var(--zz-canvas) !important;
}

html.zz-admin .layui-tab-title,
html.zz-admin .layuimini-tab {
  border-color: var(--zz-line) !important;
  background: #fff !important;
}

html.zz-admin .layui-card,
html.zz-admin .layui-panel,
html.zz-admin .layui-table-view,
html.zz-admin .layui-form-pane,
html.zz-admin .layui-field-box {
  overflow: hidden;
  border: 1px solid var(--zz-line) !important;
  border-radius: var(--zz-radius-md) !important;
  background: #fff !important;
  box-shadow: var(--zz-shadow-sm) !important;
}

html.zz-admin .layui-card-header,
html.zz-admin .layui-table-header {
  color: var(--zz-ink-900);
  border-color: var(--zz-line) !important;
  background: var(--zz-surface-soft) !important;
  font-weight: 650;
}

html.zz-admin .layui-table th,
html.zz-admin .layui-table td {
  border-color: #e6eef7 !important;
}

html.zz-admin .layui-table tr:hover,
html.zz-admin .layui-table-hover {
  background: #eff6ff !important;
}

/* Footer and floating utilities belong to the same navy frame. */
html.zz-site-theme footer,
html.zz-site-theme .footer,
html.zz-site-theme .footer-wrap,
html.zz-site-theme .footer-nav {
  color: #aabdd3;
  border-color: rgba(145, 188, 238, 0.14) !important;
  background-color: rgba(2, 15, 35, 0.92) !important;
  background-image: none !important;
}

html.zz-site-theme footer a,
html.zz-site-theme .footer a,
html.zz-site-theme .footer-nav a {
  color: #c8d8ea !important;
}

html.zz-site-theme .fixed-nav,
html.zz-site-theme .help-sidebar,
html.zz-site-theme .right-fixed,
html.zz-site-theme .service-sidebar {
  border-color: rgba(145, 188, 238, 0.24) !important;
  background: rgba(3, 26, 56, 0.94) !important;
  box-shadow: 0 18px 44px rgba(0, 9, 25, 0.28) !important;
}

html.zz-site-theme .fixed-nav a,
html.zz-site-theme .help-sidebar a,
html.zz-site-theme .right-fixed a,
html.zz-site-theme .service-sidebar a {
  color: #d7e5f5 !important;
}

@media (max-width: 1199.98px) {
  html.zz-listing #columnConBox,
  html.zz-member body > .container.clearfix {
    grid-template-columns: 246px minmax(0, 1fr);
  }
}

@media (max-width: 991.98px) {
  html.zz-site-theme body:not(.page_login_body) {
    padding-bottom: 72px;
    background-size: auto 760px !important;
  }

  html.zz-site-theme body:not(.page_login_body) > .container,
  html.zz-site-theme body:not(.page_login_body) > nav.container,
  html.zz-site-theme body:not(.page_login_body) .container.clearfix,
  html.zz-site-theme body:not(.page_login_body) .fly-user-main,
  html.zz-upload .ucbox {
    width: auto !important;
    max-width: none !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  html.zz-site-theme body > nav.container,
  html.zz-site-theme nav.container.d-none.d-lg-block {
    border-radius: 12px;
  }

  html.zz-listing #columnConBox,
  html.zz-member body > .container.clearfix,
  html.zz-commerce:not(.zz-detail) body > .container.clearfix {
    padding: 12px;
    display: block;
    border-radius: 16px;
  }

  html.zz-listing .tree-sidebar,
  html.zz-member .member-sidebar {
    width: 100% !important;
    margin-bottom: 14px !important;
  }

  html.zz-member .member-sidebar,
  html.zz-member .member-container {
    grid-column: auto;
    grid-row: auto;
  }

  html.zz-listing .tree-container,
  html.zz-member .member-container {
    width: 100% !important;
  }

  html.zz-article .article-list-container {
    display: block;
  }

  html.zz-article .article-sidebar {
    width: 100% !important;
    overflow-x: auto;
    border-bottom: 1px solid rgba(145, 188, 238, 0.16) !important;
  }

  html.zz-article .article-nav-list {
    width: max-content;
    min-width: 100%;
    display: flex;
  }

  html.zz-detail .detail-con-header,
  html.zz-detail .help-container > .border-bottom:first-child {
    min-height: 108px;
    padding: 22px 18px !important;
  }

  html.zz-detail .help-tab-content {
    padding: 28px 20px 42px !important;
    font-size: 15px !important;
  }

  html.zz-upload .ucbox {
    margin-top: 12px !important;
    padding: 10px;
  }

  html.zz-upload .header-box {
    width: auto !important;
    max-width: none !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }

  html.zz-upload .header-right {
    position: static !important;
    float: none !important;
    margin-left: auto;
  }

  html.zz-upload .upload_center [id^="rt_rt_"],
  html.zz-upload .upload_center [id^="rt_rt_"] label,
  html.zz-upload .webuploader-pick [id^="rt_rt_"],
  html.zz-upload .webuploader-pick [id^="rt_rt_"] label {
    width: 100% !important;
    max-width: 100% !important;
    right: auto !important;
    left: 0 !important;
  }

  html.zz-upload .webuploader-element-invisible {
    max-width: 100% !important;
  }

  html.zz-upload .fly-user-main {
    margin: 0 !important;
    padding: 10px !important;
  }

  html.zz-upload .fly-user-main .layui-row > .layui-col-md9,
  html.zz-upload .fly-user-main .layui-row > .layui-col-md3 {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
  }

  html.zz-commerce .recharge-pic {
    margin-top: 14px !important;
  }

  html.zz-site-theme .m-list-filter,
  html.zz-site-theme .m-main-nav-box,
  html.zz-site-theme .m-bottom-nav,
  html.zz-site-theme .m-footer,
  html.zz-site-theme .fixed-bottom {
    color: #d7e5f5;
    border-color: rgba(145, 188, 238, 0.18) !important;
    background: rgba(2, 15, 35, 0.97) !important;
    box-shadow: 0 -12px 34px rgba(0, 9, 25, 0.28) !important;
    backdrop-filter: blur(18px);
  }

  html.zz-site-theme .m-bottom-nav a,
  html.zz-site-theme .m-footer a,
  html.zz-site-theme .fixed-bottom a,
  html.zz-site-theme .fixed-bottom .text-dark,
  html.zz-site-theme .fixed-bottom .text-black-50 {
    color: #c5d6e9 !important;
  }

  html.zz-site-theme .m-bottom-nav a.active,
  html.zz-site-theme .m-footer a.active,
  html.zz-site-theme .fixed-bottom a.active,
  html.zz-site-theme .fixed-bottom .active {
    color: var(--zz-blue-300) !important;
  }

  html.zz-site-theme .m-header,
  html.zz-site-theme .m-header > .container,
  html.zz-site-theme .m-header > .container.bg-white {
    color: #eaf3ff !important;
    border-color: rgba(145, 188, 238, 0.18) !important;
    background: rgba(2, 15, 35, 0.97) !important;
  }

  html.zz-site-theme .m-header a,
  html.zz-site-theme .m-header button,
  html.zz-site-theme .m-header .m-header-title {
    color: #eaf3ff !important;
  }

  html.zz-listing .category-list {
    display: none !important;
  }

  html.zz-listing .category-list ul {
    height: auto !important;
    margin: 0 !important;
    padding: 0 0 4px !important;
    display: flex !important;
    gap: 8px;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
  }

  html.zz-listing .category-list ul::-webkit-scrollbar {
    display: none;
  }

  html.zz-listing .category-list li {
    width: auto !important;
    max-width: none !important;
    float: none !important;
    flex: 0 0 auto;
  }

  html.zz-commerce .recharge-member-list {
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  html.zz-commerce .recharge-member-list li.col-3 {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: none !important;
  }

  html.zz-commerce .recharge-member-list li.col-3 > button {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  html.zz-library-home .gg-area {
    border-radius: 16px !important;
  }

  html.zz-library-home .topic-and-paper,
  html.zz-library-home .lesson-preparation,
  html.zz-library-home .latest-information,
  html.zz-library-home .friend-link,
  html.zz-library-home .excellent-author {
    border-radius: 16px !important;
  }
}

@media (max-width: 575.98px) {
  html.zz-site-theme body:not(.page_login_body) > .container,
  html.zz-site-theme body:not(.page_login_body) .container.clearfix {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }

  html.zz-site-theme .category-list,
  html.zz-site-theme .category-container,
  html.zz-site-theme .article-content,
  html.zz-upload .content.detail,
  html.zz-commerce .recharge-container {
    padding: 16px !important;
  }

  html.zz-detail .help-tab-content {
    padding: 24px 16px 38px !important;
    line-height: 1.84 !important;
  }

  html.zz-commerce .recharge-member-list li.col-3 {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
  }
}

/* v4 final cascade bridge: keep the precision layer authoritative after the
   legacy v2 compatibility rules above. */
html.zz-article .article-sidebar {
  padding: 14px !important;
}

html.zz-article .article-sidebar .article-nav-list {
  margin: 0;
  padding: 0;
}

html.zz-article .article-sidebar a,
html.zz-article .article-sidebar .article-nav-link {
  min-height: 48px;
  margin: 0 0 4px !important;
  padding: 12px 16px !important;
  display: flex;
  align-items: center;
  color: #cbd9ea !important;
  border: 1px solid transparent !important;
  border-radius: 10px !important;
  background: transparent !important;
}

html.zz-article .article-sidebar a:hover,
html.zz-article .article-sidebar .active,
html.zz-article .article-sidebar .article-nav-link:hover {
  color: #fff !important;
  border-color: rgba(140, 199, 255, 0.18) !important;
  background: rgba(56, 136, 255, 0.20) !important;
}

html.zz-upload body > .layui-hide-xs {
  margin: 14px auto 0 !important;
  background: transparent !important;
}

html.zz-upload body > .layui-hide-xs > .fly-column {
  width: min(var(--zz-max-width), calc(100% - 32px));
  margin: 0 auto !important;
  padding: 11px 16px !important;
  color: #a9bdd4;
  border: 1px solid rgba(145, 188, 238, 0.18) !important;
  border-radius: 999px !important;
  background: rgba(3, 26, 56, 0.78) !important;
  backdrop-filter: blur(14px);
}

html.zz-upload body > .layui-hide-xs > .fly-column .layui-container {
  width: 100% !important;
  padding: 0 !important;
}

html.zz-upload body > .layui-hide-xs > .fly-column a,
html.zz-upload body > .layui-hide-xs > .fly-column span {
  color: #d8e7f6 !important;
}

html.zz-library-home .gg-area,
html.zz-library-home .index-nav-sidebar,
html.zz-library-home .carousel-inner,
html.zz-library-home .carousel-item,
html.zz-library-home .carousel-item img {
  min-height: 360px !important;
}

html.zz-library-home .index-nav-sidebar {
  height: 360px !important;
}

html.zz-library-home #navSidebarTabContent {
  top: 0 !important;
  bottom: 0 !important;
  height: 100% !important;
  overflow: hidden !important;
}

html.zz-library-home #navSidebarTabContent .tab-pane > ul {
  height: 100% !important;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}

html.zz-library-home #navSidebarTabContent .tab-pane > ul > li {
  min-height: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 0;
}

html.zz-listing .tree-container,
html.zz-listing .category-list,
html.zz-listing .category-container,
html.zz-listing .category-list-items {
  width: 100% !important;
  max-width: none !important;
}

html.zz-listing .category-list-items > ul > li,
html.zz-listing .category-list-items > .d-flex,
html.zz-listing .search-item,
html.zz-listing .doc-list-item {
  min-height: 136px;
  padding: 18px !important;
  align-items: center;
}

html.zz-listing .items-info {
  display: flex !important;
  align-items: center;
  gap: 8px 18px;
  flex-wrap: nowrap;
  color: #60758f !important;
  font-size: 13px !important;
  font-weight: 500;
  white-space: nowrap;
}

html.zz-listing .items-info > p {
  width: auto !important;
  min-width: max-content;
  margin: 0 !important;
  padding: 0 !important;
  word-break: keep-all;
  overflow-wrap: normal;
  white-space: nowrap;
}

html.zz-site-theme footer {
  height: auto !important;
  min-height: 0 !important;
  padding: 28px 0 0 !important;
}

html.zz-site-theme .fixed-nav {
  position: fixed !important;
  top: auto !important;
  right: 18px !important;
  bottom: 24px !important;
  left: auto !important;
  z-index: 1030 !important;
  margin: 0 !important;
  transform: none !important;
}

@media (max-width: 991.98px) {
  html.zz-listing .category-container .navbar {
    display: block !important;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }

  html.zz-listing .category-container .navbar::-webkit-scrollbar {
    display: none;
  }

  html.zz-listing .category-container .navbar-nav {
    width: max-content !important;
    min-width: 100%;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
  }

  html.zz-listing .category-container .navbar-nav > li,
  html.zz-listing .category-container .navbar-nav .nav-item,
  html.zz-listing .category-container .navbar-nav .nav-link {
    width: auto !important;
    min-width: max-content;
    flex: 0 0 auto !important;
    white-space: nowrap !important;
  }

  html.zz-library-home .gg-area,
  html.zz-library-home .index-nav-sidebar,
  html.zz-library-home .carousel-inner,
  html.zz-library-home .carousel-item,
  html.zz-library-home .carousel-item img {
    min-height: 0 !important;
  }

  html.zz-library-home .index-nav-sidebar,
  html.zz-library-home #navSidebarTabContent {
    height: auto !important;
  }

  html.zz-listing .category-list-items > ul > li,
  html.zz-listing .category-list-items > .d-flex,
  html.zz-listing .search-item,
  html.zz-listing .doc-list-item {
    min-height: 112px;
    padding: 14px !important;
    align-items: flex-start;
  }

  html.zz-listing .items-info {
    gap: 7px 12px;
    flex-wrap: wrap;
    white-space: normal;
  }

  html.zz-listing .items-info > p {
    padding: 4px 9px !important;
  }

  html.zz-site-theme .fixed-nav {
    display: none !important;
  }
}

/* --------------------------------------------------------------------------
   Precision refinement v5
   Resolves the measured production cascade conflicts in shared search,
   pagination and footer components without changing their DOM or behavior.
   -------------------------------------------------------------------------- */

/* Search: one compact 46px control, with the border and radius owned by the
   group instead of competing with Bootstrap's input/button children. */
html.zz-site-theme .header-top .input-group.ml-4,
html.zz-site-theme #scrollFixed .input-group.ml-4 {
  height: 46px !important;
  min-height: 46px !important;
  max-height: 46px !important;
  padding: 0 !important;
  align-items: stretch !important;
  overflow: hidden !important;
  border: 1px solid rgba(158, 197, 239, 0.34) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 8px 22px rgba(0, 9, 25, 0.16) !important;
}

html.zz-site-theme .header-top #searchInput,
html.zz-site-theme #scrollFixed #searchInput {
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 16px !important;
  color: #f4f8ff !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 14px !important;
  line-height: 44px !important;
}

html.zz-site-theme .header-top #searchInput::placeholder,
html.zz-site-theme #scrollFixed #searchInput::placeholder {
  color: #a9bdd4 !important;
  opacity: 1;
}

html.zz-site-theme .header-top #search,
html.zz-site-theme #scrollFixed #search {
  width: 54px !important;
  min-width: 54px !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff !important;
  border: 0 !important;
  border-left: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 0 !important;
  background: var(--zz-blue-600) !important;
  box-shadow: none !important;
}

html.zz-site-theme .header-top #search:hover,
html.zz-site-theme #scrollFixed #search:hover {
  background: var(--zz-blue-500) !important;
}

/* Pagination: the outer LI is structural only. Every visible state lives on
   exactly one 40px control, eliminating the inherited square frame and bars. */
html.zz-site-theme .page-list-c {
  min-height: 72px;
  padding: 14px 0 !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  flex-wrap: wrap !important;
}

html.zz-site-theme .page-list-c > .left-border-3 {
  min-height: 40px !important;
  margin: 0 !important;
  padding: 0 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--zz-ink-700) !important;
  border: 1px solid var(--zz-line) !important;
  border-radius: 10px !important;
  background: #f7faff !important;
  box-shadow: none !important;
  font-weight: 650 !important;
}

html.zz-site-theme .page-list-c > .left-border-3::before {
  display: none !important;
  content: none !important;
}

html.zz-site-theme .page-list-c .pagination {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  flex-wrap: wrap !important;
  border: 0 !important;
  background: transparent !important;
}

html.zz-site-theme .page-list-c .pagination > li,
html.zz-site-theme .page-list-c .pagination > li.active,
html.zz-site-theme .page-list-c .pagination > li.disabled {
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  color: inherit !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html.zz-site-theme .page-list-c .pagination > li > a,
html.zz-site-theme .page-list-c .pagination > li > span {
  width: auto !important;
  min-width: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 0 11px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--zz-ink-700) !important;
  border: 1px solid var(--zz-line) !important;
  border-radius: 10px !important;
  background: #f8fbff !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 550 !important;
  line-height: 1 !important;
}

html.zz-site-theme .page-list-c .pagination > li > a:hover {
  color: var(--zz-blue-700) !important;
  border-color: #9fc4f4 !important;
  background: #edf5ff !important;
}

html.zz-site-theme .page-list-c .pagination > li.active > a,
html.zz-site-theme .page-list-c .pagination > li.active > span {
  color: #fff !important;
  border-color: var(--zz-blue-600) !important;
  background: var(--zz-blue-600) !important;
  box-shadow: 0 8px 18px rgba(33, 110, 226, 0.24) !important;
}

html.zz-site-theme .page-list-c .pagination > li.disabled > a,
html.zz-site-theme .page-list-c .pagination > li.disabled > span {
  color: #8b9db2 !important;
  border-color: #dce7f2 !important;
  background: #f4f8fc !important;
  box-shadow: none !important;
  cursor: default;
}

/* Footer: shared H5 headings previously inherited the light-workspace ink.
   Restore a clear hierarchy on the navy footer while keeping body links calm. */
html.zz-site-theme footer h1,
html.zz-site-theme footer h2,
html.zz-site-theme footer h3,
html.zz-site-theme footer h4,
html.zz-site-theme footer h5,
html.zz-site-theme footer h6,
html.zz-site-theme .footer h1,
html.zz-site-theme .footer h2,
html.zz-site-theme .footer h3,
html.zz-site-theme .footer h4,
html.zz-site-theme .footer h5,
html.zz-site-theme .footer h6,
html.zz-site-theme .footer-nav h1,
html.zz-site-theme .footer-nav h2,
html.zz-site-theme .footer-nav h3,
html.zz-site-theme .footer-nav h4,
html.zz-site-theme .footer-nav h5,
html.zz-site-theme .footer-nav h6,
html.zz-site-theme .footer-title {
  color: #f0f6ff !important;
  font-weight: 650 !important;
  letter-spacing: 0.01em !important;
}

html.zz-site-theme footer a,
html.zz-site-theme .footer a,
html.zz-site-theme .footer-nav a {
  color: #bdcde0 !important;
}

html.zz-site-theme footer a:hover,
html.zz-site-theme .footer a:hover,
html.zz-site-theme .footer-nav a:hover {
  color: #fff !important;
}

html.zz-site-theme .footer-copyright,
html.zz-site-theme .footer-copyright a {
  color: #8fa5be !important;
}

@media (max-width: 575.98px) {
  html.zz-site-theme .page-list-c {
    gap: 10px !important;
  }

  html.zz-site-theme .page-list-c .pagination {
    gap: 5px !important;
  }

  html.zz-site-theme .page-list-c .pagination > li > a,
  html.zz-site-theme .page-list-c .pagination > li > span {
    min-width: 36px !important;
    height: 36px !important;
    min-height: 36px !important;
    padding: 0 8px !important;
  }

  html.zz-site-theme .footer-copyright {
    padding: 18px 20px !important;
    display: block !important;
    text-align: center !important;
  }

  html.zz-site-theme .footer-copyright > p {
    width: 100% !important;
    margin: 0 0 6px !important;
    display: block !important;
    line-height: 1.75 !important;
    text-align: center !important;
  }

  html.zz-site-theme .footer-copyright > p:last-child {
    margin-bottom: 0 !important;
  }
}

/* --------------------------------------------------------------------------
   Library homepage precision redesign v7
   The selected deep-navy document-intelligence direction now continues from
   the carousel through every homepage module. Business links, tabs, forms and
   data sources remain untouched; this layer only adds visual hierarchy.
   -------------------------------------------------------------------------- */

html.zz-library-home {
  --zz-home-canvas: #eef4fb;
  --zz-home-surface: #fbfdff;
  --zz-home-surface-strong: #ffffff;
  --zz-home-border: #d8e5f3;
  --zz-home-border-strong: #c7d9ec;
  --zz-home-ink: #102a49;
  --zz-home-muted: #647b95;
  --zz-home-navy: #041a37;
  --zz-home-navy-soft: #08264e;
  --zz-home-blue: #2477e8;
  --zz-home-cyan: #36bde9;
  --zz-home-gold: #c9a651;
  --zz-home-shadow: 0 18px 48px rgba(4, 25, 54, 0.10);
  --zz-home-shadow-soft: 0 10px 30px rgba(4, 25, 54, 0.07);
}

html.zz-library-home body:not(.page_login_body) {
  background-color: var(--zz-home-canvas) !important;
}

html.zz-library-home .top-nav {
  border-bottom: 1px solid rgba(155, 194, 236, 0.12) !important;
  background: rgba(2, 16, 35, 0.96) !important;
}

html.zz-library-home .header-top {
  border-bottom: 1px solid rgba(146, 190, 239, 0.18) !important;
  box-shadow: 0 12px 36px rgba(0, 10, 28, 0.18) !important;
}

html.zz-library-home .header-top .main-nav > li > a,
html.zz-library-home .header-top .main-nav .nav-link {
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0.015em !important;
}

html.zz-library-home .header-top .input-group.ml-4 {
  width: min(360px, 27vw) !important;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  border-color: rgba(158, 197, 239, 0.40) !important;
  border-radius: 13px !important;
  background: rgba(255, 255, 255, 0.09) !important;
  box-shadow: 0 8px 24px rgba(0, 8, 24, 0.18) !important;
}

html.zz-library-home .header-top #searchInput,
html.zz-library-home .header-top #search {
  height: 42px !important;
  min-height: 42px !important;
}

html.zz-library-home .header-top .header-top-right {
  gap: 8px !important;
}

html.zz-library-home .header-top .header-top-right > a {
  min-width: 66px !important;
  margin-left: 0 !important;
  padding: 8px 9px !important;
  border: 1px solid transparent !important;
  border-radius: 12px !important;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease !important;
}

html.zz-library-home .header-top .header-top-right > a:hover {
  border-color: rgba(139, 190, 241, 0.24) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  transform: translateY(-1px) !important;
}

html.zz-library-home .header-top .header-top-right > a img {
  width: 31px !important;
  height: 31px !important;
  object-fit: contain !important;
}

html.zz-library-home .header-top .header-top-right > a p {
  color: #a9bdd4 !important;
  line-height: 1.25 !important;
}

html.zz-library-home .header-top .header-top-right > a:hover p {
  color: #ffffff !important;
}

html.zz-library-home body > .container.mt-lg-3,
html.zz-library-home .zz-home-content,
html.zz-library-home .zz-home-announcement {
  width: min(1280px, calc(100% - 40px)) !important;
  max-width: 1280px !important;
}

/* Hero: one cohesive command surface with three clearly related zones. */
html.zz-library-home .gg-area {
  min-height: 388px !important;
  height: 388px !important;
  margin: 0 !important;
  padding: 12px !important;
  overflow: hidden !important;
  border: 1px solid rgba(129, 181, 239, 0.24) !important;
  border-radius: 24px !important;
  background: rgba(3, 22, 48, 0.92) !important;
  box-shadow: 0 22px 58px rgba(0, 12, 34, 0.30) !important;
}

html.zz-library-home .gg-area > .index-nav-sidebar {
  flex: 0 0 20% !important;
  max-width: 20% !important;
}

html.zz-library-home .gg-area > .col-12.col-lg-10 {
  flex: 0 0 80% !important;
  max-width: 80% !important;
  padding-right: 0 !important;
  padding-left: 12px !important;
}

html.zz-library-home .gg-area > .col-12.col-lg-10 > .row {
  height: 100% !important;
}

html.zz-library-home .index-nav-sidebar {
  min-height: 362px !important;
  height: 362px !important;
  padding: 8px 10px !important;
  overflow: hidden !important;
  border: 1px solid rgba(125, 184, 244, 0.20) !important;
  border-radius: 17px !important;
  background: rgba(5, 31, 65, 0.90) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
}

html.zz-library-home #navSidebarTabContent {
  padding: 0 !important;
}

html.zz-library-home #navSidebarTabContent .tab-pane > ul > li {
  padding: 8px 10px !important;
  border-bottom: 1px solid rgba(134, 182, 231, 0.14) !important;
}

html.zz-library-home #navSidebarTabContent .tab-pane > ul > li:last-child {
  border-bottom: 0 !important;
}

html.zz-library-home #navSidebarTabContent .tab-pane > ul > li > a {
  color: #eef6ff !important;
  font-size: 15px !important;
  font-weight: 650 !important;
  line-height: 1.25 !important;
}

html.zz-library-home #navSidebarTabContent .tab-pane > ul > li > a .iconfont {
  color: #72b8ff !important;
  font-size: 13px !important;
}

html.zz-library-home #navSidebarTabContent .second-nav {
  padding: 6px 0 0 !important;
}

html.zz-library-home #navSidebarTabContent .second-nav a {
  margin-right: 9px !important;
  padding: 0 0 3px !important;
  color: #9eb7d1 !important;
  font-size: 12px !important;
}

html.zz-library-home #navSidebarTabContent .second-nav a:hover {
  color: #ffffff !important;
}

html.zz-library-home #carouselExampleCaptions {
  flex: 0 0 70% !important;
  max-width: 70% !important;
  height: 362px !important;
  min-height: 362px !important;
  padding: 0 12px 0 0 !important;
}

html.zz-library-home #carouselExampleCaptions .carousel-inner,
html.zz-library-home #carouselExampleCaptions .carousel-item,
html.zz-library-home #carouselExampleCaptions .carousel-item > a,
html.zz-library-home #carouselExampleCaptions .carousel-item img {
  width: 100% !important;
  height: 362px !important;
  min-height: 362px !important;
}

html.zz-library-home #carouselExampleCaptions .carousel-inner {
  overflow: hidden !important;
  border: 1px solid rgba(114, 177, 243, 0.24) !important;
  border-radius: 17px !important;
  background: #03142c !important;
  box-shadow: 0 16px 34px rgba(0, 11, 31, 0.28) !important;
}

html.zz-library-home #carouselExampleCaptions .carousel-item img {
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
}

html.zz-library-home #carouselExampleCaptions .carousel-control-prev,
html.zz-library-home #carouselExampleCaptions .carousel-control-next {
  top: 16px !important;
  right: 18px !important;
  left: auto !important;
  width: 34px !important;
  height: 34px !important;
  margin: 0 !important;
  opacity: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  border-radius: 50% !important;
  background: rgba(2, 20, 44, 0.76) !important;
  transition: opacity 180ms ease, transform 180ms ease !important;
}

html.zz-library-home #carouselExampleCaptions .carousel-control-prev {
  right: 60px !important;
}

html.zz-library-home #carouselExampleCaptions .carousel-control-next {
  right: 18px !important;
}

html.zz-library-home #carouselExampleCaptions:hover .carousel-control-prev,
html.zz-library-home #carouselExampleCaptions:hover .carousel-control-next,
html.zz-library-home #carouselExampleCaptions .carousel-control-prev:focus,
html.zz-library-home #carouselExampleCaptions .carousel-control-next:focus {
  opacity: 1 !important;
}

html.zz-library-home #carouselExampleCaptions .carousel-control-prev:hover,
html.zz-library-home #carouselExampleCaptions .carousel-control-next:hover {
  transform: scale(1.05) !important;
}

html.zz-library-home #carouselExampleCaptions .carousel-indicators {
  right: 24px !important;
  bottom: 14px !important;
  left: auto !important;
  margin: 0 !important;
  justify-content: flex-end !important;
}

html.zz-library-home #carouselExampleCaptions .carousel-indicators li {
  width: 22px !important;
  height: 4px !important;
  margin: 0 3px !important;
  border: 0 !important;
  border-radius: 999px !important;
  opacity: 0.48 !important;
  background: #d8eaff !important;
}

html.zz-library-home #carouselExampleCaptions .carousel-indicators li.active {
  width: 34px !important;
  opacity: 1 !important;
  background: #4ec9ef !important;
}

html.zz-library-home .gg-area > .col-12.col-lg-10 > .row > .col-4 {
  flex: 0 0 30% !important;
  max-width: 30% !important;
  height: 362px !important;
}

html.zz-library-home .gg-data {
  height: 140px !important;
  margin: 0 0 10px !important;
  overflow: hidden !important;
  color: #dcecff !important;
  border: 1px solid rgba(130, 184, 240, 0.20) !important;
  border-radius: 16px !important;
  background: rgba(8, 38, 78, 0.82) !important;
}

html.zz-library-home .gg-data .border-right {
  border-right-color: rgba(147, 190, 235, 0.18) !important;
}

html.zz-library-home .gg-data p {
  color: #a9bfd8 !important;
}

html.zz-library-home .gg-data h4,
html.zz-library-home .gg-data .text-warning {
  color: #f4d88d !important;
  font-weight: 700 !important;
}

html.zz-library-home .gg-data h4 {
  font-size: 25px !important;
}

html.zz-library-home .gg-nav {
  height: 212px !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

html.zz-library-home .gg-nav > a.col-4 {
  width: auto !important;
  max-width: none !important;
  min-height: 0 !important;
  padding: 12px 6px 8px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  color: #c5d8ec !important;
  border: 1px solid rgba(131, 184, 238, 0.17) !important;
  border-radius: 13px !important;
  background: rgba(8, 38, 78, 0.62) !important;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease !important;
}

html.zz-library-home .gg-nav > a.col-4:hover {
  color: #ffffff !important;
  border-color: rgba(105, 180, 255, 0.48) !important;
  background: rgba(25, 92, 174, 0.44) !important;
  transform: translateY(-2px) !important;
}

html.zz-library-home .gg-nav > a.col-4 img {
  width: 28px !important;
  height: 28px !important;
  margin-bottom: 8px !important;
  object-fit: contain !important;
}

html.zz-library-home .gg-nav > a.col-4 p {
  margin: 0 !important;
  color: inherit !important;
  font-size: 12px !important;
}

/* Announcement: compact information rail rather than an isolated white strip. */
html.zz-library-home .zz-home-announcement {
  min-height: 54px !important;
  margin-top: 14px !important;
  padding: 8px 14px !important;
  color: #dcecff !important;
  border: 1px solid rgba(130, 184, 240, 0.20) !important;
  border-radius: 15px !important;
  background: rgba(4, 27, 58, 0.90) !important;
  box-shadow: 0 12px 30px rgba(0, 13, 36, 0.18) !important;
}

html.zz-library-home .zz-home-announcement > .iconfont {
  width: 32px !important;
  height: 32px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #7fc5ff !important;
  border-radius: 10px !important;
  background: rgba(47, 127, 225, 0.20) !important;
}

html.zz-library-home .zz-home-announcement #announceList {
  gap: 8px !important;
}

html.zz-library-home .zz-home-announcement #announceList a {
  padding: 7px 12px !important;
  color: #d5e4f4 !important;
  border: 1px solid rgba(142, 187, 233, 0.14) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.04) !important;
}

html.zz-library-home .zz-home-announcement #announceList a:hover {
  color: #ffffff !important;
  border-color: rgba(120, 187, 255, 0.42) !important;
  background: rgba(49, 127, 220, 0.16) !important;
}

html.zz-library-home .zz-home-announcement > a:last-child {
  color: #a9c7e4 !important;
}

/* Shared homepage sections. */
html.zz-library-home .zz-home-content {
  margin-top: 18px !important;
  padding-bottom: 26px !important;
}

html.zz-library-home .zz-home-section {
  margin-top: 20px !important;
  overflow: hidden !important;
  border: 1px solid var(--zz-home-border) !important;
  border-radius: 20px !important;
  background: var(--zz-home-surface) !important;
  box-shadow: var(--zz-home-shadow-soft) !important;
}

html.zz-library-home .zz-home-section:first-child {
  margin-top: 0 !important;
}

html.zz-library-home .zz-home-section > :first-child {
  min-height: 74px !important;
  margin: 0 !important;
  padding: 17px 24px !important;
  border-bottom: 1px solid var(--zz-home-border) !important;
  background: var(--zz-home-surface-strong) !important;
}

html.zz-library-home .zz-home-section .left-border-3 {
  width: auto !important;
  min-width: 0 !important;
  margin: 0 22px 0 0 !important;
  padding: 0 0 0 16px !important;
  color: var(--zz-home-ink) !important;
  font-size: 21px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.015em !important;
}

html.zz-library-home .zz-home-section .left-border-3::before {
  top: 3px !important;
  bottom: 3px !important;
  left: 0 !important;
  width: 4px !important;
  height: auto !important;
  border-radius: 999px !important;
  background: var(--zz-home-blue) !important;
  box-shadow: 0 0 0 4px rgba(36, 119, 232, 0.10) !important;
}

html.zz-library-home .zz-home-section > :first-child p,
html.zz-library-home .zz-home-section > :first-child .text-black-50,
html.zz-library-home .zz-home-section > :first-child .text-secondary {
  color: var(--zz-home-muted) !important;
}

html.zz-library-home .zz-home-section > :first-child > a:last-child,
html.zz-library-home .zz-home-section > :first-child > div:last-child > a:last-child {
  min-height: 34px !important;
  padding: 7px 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  color: #2a639f !important;
  border: 1px solid #c9ddef !important;
  border-radius: 999px !important;
  background: #f4f9ff !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

html.zz-library-home .zz-home-section > :first-child > a:last-child:hover,
html.zz-library-home .zz-home-section > :first-child > div:last-child > a:last-child:hover {
  color: #0d5fba !important;
  border-color: #9fc5ed !important;
  background: #eaf4ff !important;
}

/* Latest documents and terminology: calm two-column knowledge lists. */
html.zz-library-home .zz-home-latest-docs > .tab-content,
html.zz-library-home .zz-home-terms > .tab-content {
  padding: 14px 20px 22px !important;
}

html.zz-library-home .zz-home-latest-docs li.font-14,
html.zz-library-home .zz-home-terms li.font-14 {
  padding: 0 7px !important;
}

html.zz-library-home .zz-home-latest-docs li.font-14 > a,
html.zz-library-home .zz-home-terms li.font-14 > a {
  min-height: 49px !important;
  margin-top: 8px !important;
  padding: 11px 14px !important;
  color: #29445f !important;
  border: 1px solid #e0e9f3 !important;
  border-radius: 11px !important;
  background: #ffffff !important;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease !important;
}

html.zz-library-home .zz-home-latest-docs li.font-14 > a:hover,
html.zz-library-home .zz-home-terms li.font-14 > a:hover {
  color: #0e5db4 !important;
  border-color: #b9d5f1 !important;
  box-shadow: 0 8px 20px rgba(19, 72, 132, 0.08) !important;
  transform: translateY(-1px) !important;
}

html.zz-library-home .zz-home-latest-docs li.font-14 > a > span:last-child,
html.zz-library-home .zz-home-terms li.font-14 > a > span:last-child {
  color: #8296ac !important;
  font-size: 12px !important;
}

/* News: distinct editorial rows, balanced into two columns on desktop. */
html.zz-library-home .zz-home-news .standards-content {
  padding: 18px 22px 24px !important;
}

html.zz-library-home .zz-home-news .tab-pane.active .news-list-container {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

html.zz-library-home .zz-home-news .news-list-container > a {
  min-width: 0 !important;
}

html.zz-library-home .zz-home-news .news-item {
  min-height: 66px !important;
  padding: 10px 13px !important;
  gap: 12px !important;
  border: 1px solid #e0e9f3 !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease !important;
}

html.zz-library-home .zz-home-news .news-item:hover {
  border-color: #b9d5f1 !important;
  box-shadow: 0 8px 20px rgba(19, 72, 132, 0.08) !important;
  transform: translateY(-1px) !important;
}

html.zz-library-home .zz-home-news .news-time-badge {
  min-width: 52px !important;
  padding: 5px 8px !important;
  color: #2269b7 !important;
  border: 1px solid #c8dcf0 !important;
  border-radius: 999px !important;
  background: #edf6ff !important;
  font-size: 12px !important;
  text-align: center !important;
}

html.zz-library-home .zz-home-news .news-title {
  color: #243e59 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.55 !important;
}

html.zz-library-home .zz-home-news .news-date {
  color: #8a9caf !important;
  font-size: 12px !important;
}

/* Procurement: readable table hierarchy and restrained data density. */
html.zz-library-home .zz-home-procurement .archive-table-container {
  margin: 20px 22px 24px !important;
  overflow: hidden !important;
  border: 1px solid #dce7f2 !important;
  border-radius: 14px !important;
  background: #ffffff !important;
}

html.zz-library-home .zz-home-procurement table {
  width: 100% !important;
  margin: 0 !important;
  table-layout: fixed !important;
  color: #304961 !important;
}

html.zz-library-home .zz-home-procurement thead,
html.zz-library-home .zz-home-procurement th {
  color: #234362 !important;
  background: #eef5fc !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

html.zz-library-home .zz-home-procurement th,
html.zz-library-home .zz-home-procurement td {
  padding: 13px 16px !important;
  border-color: #e5edf5 !important;
  line-height: 1.45 !important;
  vertical-align: middle !important;
}

html.zz-library-home .zz-home-procurement th:first-child,
html.zz-library-home .zz-home-procurement td:first-child {
  width: 55% !important;
}

html.zz-library-home .zz-home-procurement th:nth-child(2),
html.zz-library-home .zz-home-procurement td:nth-child(2) {
  width: 25% !important;
}

html.zz-library-home .zz-home-procurement th:last-child,
html.zz-library-home .zz-home-procurement td:last-child {
  width: 20% !important;
  color: #6f849a !important;
  white-space: nowrap !important;
}

html.zz-library-home .zz-home-procurement tbody tr:hover td {
  background: #f7fbff !important;
}

/* Section-level tab filters become compact, consistent pills. */
html.zz-library-home .zz-home-section > :first-child .nav,
html.zz-library-home .zz-home-section > :first-child ul {
  gap: 7px !important;
  flex-wrap: wrap !important;
}

html.zz-library-home .zz-home-section > :first-child .nav-link,
html.zz-library-home .zz-home-section > :first-child li > a:not(:last-child) {
  padding: 6px 11px !important;
  color: #55708b !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

html.zz-library-home .zz-home-section > :first-child .nav-link.active,
html.zz-library-home .zz-home-section > :first-child .nav-link:hover,
html.zz-library-home .zz-home-section > :first-child li.active > a {
  color: #145fae !important;
  border-color: #bfd8ef !important;
  background: #edf6ff !important;
}

/* Featured topics: six-column editorial gallery with consistent imagery. */
html.zz-library-home .zz-home-topics > :first-child {
  min-height: 88px !important;
  flex-wrap: wrap !important;
  row-gap: 10px !important;
}

html.zz-library-home .zz-home-topics > .tab-content {
  padding: 22px !important;
}

html.zz-library-home .zz-home-topics .tab-pane.active > ul {
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

html.zz-library-home .zz-home-topics li.with-topic {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

html.zz-library-home .zz-home-topics li.with-topic > a {
  height: 100% !important;
  min-height: 154px !important;
  padding: 9px !important;
  display: block !important;
  overflow: hidden !important;
  color: #29445f !important;
  border: 1px solid #dce7f2 !important;
  border-radius: 13px !important;
  background: #ffffff !important;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease !important;
}

html.zz-library-home .zz-home-topics li.with-topic > a:hover {
  color: #0e5db4 !important;
  border-color: #afd0ef !important;
  box-shadow: 0 10px 24px rgba(19, 72, 132, 0.10) !important;
  transform: translateY(-2px) !important;
}

html.zz-library-home .zz-home-topics li.with-topic .position-center-img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
  border: 0 !important;
  border-radius: 9px !important;
  background: #eaf1f8 !important;
}

html.zz-library-home .zz-home-topics li.with-topic img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

html.zz-library-home .zz-home-topics li.with-topic p {
  min-height: 42px !important;
  margin: 9px 2px 0 !important;
  color: inherit !important;
  line-height: 1.5 !important;
}

/* Document shelves: eight balanced cards with proper cover treatment. */
html.zz-library-home .zz-home-free > .tab-content,
html.zz-library-home .zz-home-curated > .tab-content,
html.zz-library-home .zz-home-vip-docs > .tab-content {
  padding: 20px 22px 24px !important;
}

html.zz-library-home .zz-home-free .tab-pane.active > ul,
html.zz-library-home .zz-home-curated .tab-pane.active > ul,
html.zz-library-home .zz-home-vip-docs .tab-pane.active > ul {
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

html.zz-library-home .zz-home-free li.font-14,
html.zz-library-home .zz-home-curated li.font-14,
html.zz-library-home .zz-home-vip-docs li.font-14 {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

html.zz-library-home .zz-home-free li.font-14 > a,
html.zz-library-home .zz-home-curated li.font-14 > a,
html.zz-library-home .zz-home-vip-docs li.font-14 > a {
  height: 100% !important;
  min-height: 242px !important;
  padding: 10px !important;
  display: block !important;
  color: #29445f !important;
  border: 1px solid #dce7f2 !important;
  border-radius: 13px !important;
  background: #ffffff !important;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease !important;
}

html.zz-library-home .zz-home-free li.font-14 > a:hover,
html.zz-library-home .zz-home-curated li.font-14 > a:hover,
html.zz-library-home .zz-home-vip-docs li.font-14 > a:hover {
  color: #0e5db4 !important;
  border-color: #afd0ef !important;
  box-shadow: 0 10px 24px rgba(19, 72, 132, 0.10) !important;
  transform: translateY(-2px) !important;
}

html.zz-library-home .zz-home-free li.font-14 .position-center-img,
html.zz-library-home .zz-home-curated li.font-14 .position-center-img,
html.zz-library-home .zz-home-vip-docs li.font-14 .position-center-img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 5.15 !important;
  border: 0 !important;
  border-radius: 9px !important;
  background: #edf2f7 !important;
}

html.zz-library-home .zz-home-free li.font-14 .position-center-img img,
html.zz-library-home .zz-home-curated li.font-14 .position-center-img img,
html.zz-library-home .zz-home-vip-docs li.font-14 .position-center-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: top center !important;
}

html.zz-library-home .zz-home-free li.font-14 p,
html.zz-library-home .zz-home-curated li.font-14 p,
html.zz-library-home .zz-home-vip-docs li.font-14 p {
  margin: 10px 1px 0 !important;
  color: inherit !important;
  line-height: 1.55 !important;
}

html.zz-library-home .zz-home-free li.font-14 .position-center-img > div[style*="position: absolute"],
html.zz-library-home .zz-home-curated li.font-14 .position-center-img > div[style*="position: absolute"],
html.zz-library-home .zz-home-vip-docs li.font-14 .position-center-img > div[style*="position: absolute"] {
  left: 7px !important;
  z-index: 2 !important;
  padding: 3px 7px !important;
  border-radius: 7px !important;
  box-shadow: 0 4px 10px rgba(0, 12, 32, 0.16) !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
}

/* Authors: compact, professional identity cards. */
html.zz-library-home .zz-home-authors > .px-4.pb-4 {
  padding: 20px 22px 24px !important;
}

html.zz-library-home .zz-home-authors > .px-4.pb-4 > ul {
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

html.zz-library-home .zz-home-authors li.card {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 1px solid #dce7f2 !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease !important;
}

html.zz-library-home .zz-home-authors li.card:hover {
  border-color: #afd0ef !important;
  box-shadow: 0 10px 24px rgba(19, 72, 132, 0.10) !important;
  transform: translateY(-2px) !important;
}

html.zz-library-home .zz-home-authors li.card .card-body {
  padding: 15px !important;
}

html.zz-library-home .zz-home-authors .excellent-author-avatar,
html.zz-library-home .zz-home-authors .excellent-author-avatar img {
  width: 58px !important;
  height: 58px !important;
  border-radius: 50% !important;
}

html.zz-library-home .zz-home-authors .excellent-author-avatar {
  margin-right: 12px !important;
  overflow: hidden !important;
  border: 2px solid #d8e8f7 !important;
  background: #edf4fb !important;
}

html.zz-library-home .zz-home-authors .excellent-author-avatar img {
  object-fit: cover !important;
}

html.zz-library-home .zz-home-authors .font-18 {
  color: #1d3f61 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

html.zz-library-home .zz-home-authors .text-black-50,
html.zz-library-home .zz-home-authors .text-secondary {
  color: #7c91a8 !important;
  font-size: 12px !important;
}

/* Library overview: navigation rail plus document shelf in one workbench. */
html.zz-library-home .zz-home-library-overview .article-square {
  margin: 0 !important;
  padding: 22px !important;
  gap: 20px !important;
}

html.zz-library-home .zz-home-library-overview .article-square > :first-child {
  padding: 12px !important;
  border: 1px solid #dbe7f2 !important;
  border-radius: 14px !important;
  background: #f1f7fd !important;
}

html.zz-library-home .zz-home-library-overview .article-square .nav-link {
  min-height: 42px !important;
  padding: 10px 13px !important;
  color: #56718c !important;
  border-radius: 9px !important;
  font-weight: 600 !important;
}

html.zz-library-home .zz-home-library-overview .article-square .nav-link.active,
html.zz-library-home .zz-home-library-overview .article-square .nav-link:hover {
  color: #ffffff !important;
  background: var(--zz-home-blue) !important;
}

/* Databases: landscape product cards with calm price emphasis. */
html.zz-library-home .zz-home-databases > .tab-content {
  padding: 22px !important;
}

html.zz-library-home .zz-home-databases .tab-pane.active > ul {
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

html.zz-library-home .zz-home-databases li.with-topic {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

html.zz-library-home .zz-home-databases li.with-topic > a {
  height: 100% !important;
  min-height: 206px !important;
  padding: 10px !important;
  display: block !important;
  color: #29445f !important;
  border: 1px solid #dce7f2 !important;
  border-radius: 13px !important;
  background: #ffffff !important;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease !important;
}

html.zz-library-home .zz-home-databases li.with-topic > a:hover {
  color: #0e5db4 !important;
  border-color: #afd0ef !important;
  box-shadow: 0 10px 24px rgba(19, 72, 132, 0.10) !important;
  transform: translateY(-2px) !important;
}

html.zz-library-home .zz-home-databases li.with-topic .position-center-img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
  border: 0 !important;
  border-radius: 9px !important;
  background: #eaf1f8 !important;
}

html.zz-library-home .zz-home-databases li.with-topic img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

html.zz-library-home .zz-home-databases li.with-topic p {
  margin: 9px 2px 0 !important;
  color: #29445f !important;
  line-height: 1.45 !important;
}

html.zz-library-home .zz-home-databases li.with-topic p:last-child {
  color: #7b8ea3 !important;
  font-size: 12px !important;
}

html.zz-library-home .zz-home-databases li.with-topic span[style*="color:red"] {
  color: #a97917 !important;
  font-weight: 700 !important;
}

/* Links: quiet institutional chips instead of a loose text row. */
html.zz-library-home .zz-home-links > ul {
  margin: 0 !important;
  padding: 18px 22px 24px !important;
  gap: 10px !important;
}

html.zz-library-home .zz-home-links > ul > li {
  margin: 0 !important;
}

html.zz-library-home .zz-home-links > ul > li > a {
  min-height: 38px !important;
  padding: 9px 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  color: #496781 !important;
  border: 1px solid #d4e2ef !important;
  border-radius: 999px !important;
  background: #ffffff !important;
}

html.zz-library-home .zz-home-links > ul > li > a:hover {
  color: #0e5db4 !important;
  border-color: #afd0ef !important;
  background: #edf6ff !important;
}

html.zz-library-home .gg-gap {
  margin: 20px 0 !important;
  overflow: hidden !important;
  border: 1px solid var(--zz-home-border) !important;
  border-radius: 18px !important;
  box-shadow: var(--zz-home-shadow-soft) !important;
}

html.zz-library-home .gg-gap img {
  display: block !important;
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  html.zz-library-home .gg-area {
    height: 366px !important;
    min-height: 366px !important;
  }

  html.zz-library-home .index-nav-sidebar,
  html.zz-library-home #carouselExampleCaptions,
  html.zz-library-home #carouselExampleCaptions .carousel-inner,
  html.zz-library-home #carouselExampleCaptions .carousel-item,
  html.zz-library-home #carouselExampleCaptions .carousel-item > a,
  html.zz-library-home #carouselExampleCaptions .carousel-item img,
  html.zz-library-home .gg-area > .col-12.col-lg-10 > .row > .col-4 {
    height: 340px !important;
    min-height: 340px !important;
  }

  html.zz-library-home .gg-data {
    height: 132px !important;
  }

  html.zz-library-home .gg-nav {
    height: 198px !important;
  }

  html.zz-library-home .zz-home-topics .tab-pane.active > ul {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  html.zz-library-home .zz-home-free .tab-pane.active > ul,
  html.zz-library-home .zz-home-curated .tab-pane.active > ul,
  html.zz-library-home .zz-home-vip-docs .tab-pane.active > ul {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 991.98px) {
  html.zz-library-home body > .container.mt-lg-3,
  html.zz-library-home .zz-home-content {
    width: calc(100% - 16px) !important;
    margin-right: 8px !important;
    margin-left: 8px !important;
  }

  html.zz-library-home body > .container.mt-lg-3 {
    margin-top: 8px !important;
  }

  html.zz-library-home .gg-area {
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 18px !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html.zz-library-home .gg-area > .index-nav-sidebar {
    max-width: 100% !important;
  }

  html.zz-library-home .gg-area > .col-12.col-lg-10 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }

  html.zz-library-home .gg-area > .col-12.col-lg-10 > .row > .bg-white {
    margin: 0 !important;
    padding: 18px !important;
    border: 1px solid var(--zz-home-border) !important;
    background: #ffffff !important;
  }

  html.zz-library-home .gg-area > .col-12.col-lg-10 > .row > .bg-white:first-of-type {
    border-radius: 18px 18px 0 0 !important;
  }

  html.zz-library-home .gg-area > .col-12.col-lg-10 > .row > .bg-white + .bg-white {
    border-top: 0 !important;
    border-radius: 0 0 18px 18px !important;
  }

  html.zz-library-home #searchInputM,
  html.zz-library-home #searchInputM + .input-group-append .btn {
    height: 46px !important;
    min-height: 46px !important;
  }

  html.zz-library-home #searchInputM {
    padding: 0 14px !important;
    border-color: #c8d9ea !important;
    border-radius: 12px 0 0 12px !important;
    font-size: 14px !important;
  }

  html.zz-library-home #searchInputM + .input-group-append .btn {
    min-width: 52px !important;
    padding: 0 !important;
    border-radius: 0 12px 12px 0 !important;
  }

  html.zz-library-home .hot-nav-list {
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  html.zz-library-home .hot-nav-list > li {
    width: auto !important;
    margin: 0 !important;
  }

  html.zz-library-home .hot-nav-list > li > a {
    min-height: 82px !important;
    padding: 10px 6px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #dce7f2 !important;
    border-radius: 13px !important;
    background: #f8fbff !important;
  }

  html.zz-library-home .hot-nav-list > li img {
    width: 34px !important;
    height: 34px !important;
    object-fit: contain !important;
  }

  html.zz-library-home .hot-nav-list > li p {
    margin: 7px 0 0 !important;
    color: #425f7a !important;
    font-size: 12px !important;
  }

  html.zz-library-home .zz-home-section {
    margin-top: 14px !important;
    border-radius: 16px !important;
  }

  html.zz-library-home .zz-home-section > :first-child {
    min-height: 64px !important;
    padding: 14px 16px !important;
    flex-wrap: wrap !important;
    gap: 9px !important;
  }

  html.zz-library-home .zz-home-section .left-border-3 {
    margin-right: 10px !important;
    padding-left: 13px !important;
    font-size: 18px !important;
  }

  html.zz-library-home .zz-home-section > :first-child .nav,
  html.zz-library-home .zz-home-section > :first-child ul {
    width: 100% !important;
    padding-bottom: 2px !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
  }

  html.zz-library-home .zz-home-section > :first-child .nav::-webkit-scrollbar,
  html.zz-library-home .zz-home-section > :first-child ul::-webkit-scrollbar {
    display: none !important;
  }

  html.zz-library-home .zz-home-section > :first-child .nav li,
  html.zz-library-home .zz-home-section > :first-child ul li {
    flex: 0 0 auto !important;
  }

  html.zz-library-home .zz-home-news .tab-pane.active .news-list-container {
    grid-template-columns: 1fr !important;
  }

  html.zz-library-home .zz-home-news .standards-content,
  html.zz-library-home .zz-home-procurement .archive-table-container,
  html.zz-library-home .zz-home-topics > .tab-content,
  html.zz-library-home .zz-home-free > .tab-content,
  html.zz-library-home .zz-home-curated > .tab-content,
  html.zz-library-home .zz-home-vip-docs > .tab-content,
  html.zz-library-home .zz-home-databases > .tab-content,
  html.zz-library-home .zz-home-latest-docs > .tab-content,
  html.zz-library-home .zz-home-terms > .tab-content,
  html.zz-library-home .zz-home-library-overview .article-square {
    margin: 0 !important;
    padding: 14px !important;
  }

  html.zz-library-home .zz-home-procurement .archive-table-container {
    overflow-x: auto !important;
  }

  html.zz-library-home .zz-home-procurement table {
    min-width: 760px !important;
  }

  html.zz-library-home .zz-home-topics .tab-pane.active > ul,
  html.zz-library-home .zz-home-databases .tab-pane.active > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  html.zz-library-home .zz-home-free .tab-pane.active > ul,
  html.zz-library-home .zz-home-curated .tab-pane.active > ul,
  html.zz-library-home .zz-home-vip-docs .tab-pane.active > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  html.zz-library-home .zz-home-free li.font-14 > a,
  html.zz-library-home .zz-home-curated li.font-14 > a,
  html.zz-library-home .zz-home-vip-docs li.font-14 > a {
    min-height: 0 !important;
  }

  html.zz-library-home .zz-home-library-overview .article-square {
    display: block !important;
  }

  html.zz-library-home .zz-home-library-overview .article-square > :first-child {
    margin-bottom: 14px !important;
  }

  html.zz-library-home .zz-home-links > ul {
    padding: 14px 16px 18px !important;
  }

  html.zz-library-home .gg-gap {
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  html.zz-library-home .zz-home-news .standards-content,
  html.zz-library-home .zz-home-topics > .tab-content,
  html.zz-library-home .zz-home-free > .tab-content,
  html.zz-library-home .zz-home-curated > .tab-content,
  html.zz-library-home .zz-home-vip-docs > .tab-content,
  html.zz-library-home .zz-home-databases > .tab-content,
  html.zz-library-home .zz-home-latest-docs > .tab-content,
  html.zz-library-home .zz-home-terms > .tab-content {
    padding: 12px !important;
  }

  html.zz-library-home .zz-home-news .news-item {
    align-items: flex-start !important;
  }

  html.zz-library-home .zz-home-news .news-date {
    display: none !important;
  }

  html.zz-library-home .zz-home-latest-docs li.font-14,
  html.zz-library-home .zz-home-terms li.font-14 {
    padding: 0 !important;
  }

  html.zz-library-home .zz-home-latest-docs li.font-14 > a,
  html.zz-library-home .zz-home-terms li.font-14 > a {
    min-height: 46px !important;
    padding: 10px 11px !important;
  }

  html.zz-library-home .zz-home-topics li.with-topic > a,
  html.zz-library-home .zz-home-databases li.with-topic > a {
    min-height: 0 !important;
    padding: 8px !important;
  }

  html.zz-library-home .zz-home-topics li.with-topic p,
  html.zz-library-home .zz-home-databases li.with-topic p {
    font-size: 12px !important;
  }

  html.zz-library-home .zz-home-links > ul > li > a {
    min-height: 34px !important;
    padding: 7px 10px !important;
    font-size: 12px !important;
  }
}

/* --------------------------------------------------------------------------
   Document-row spacing refinement v10
   The legacy file badge is an absolutely positioned pseudo-element. Reserve
   a real leading slot so it can never cover the first title character.
   -------------------------------------------------------------------------- */

html.zz-site-theme a.office-icon.zz-document-leading-icon {
  position: relative !important;
  box-sizing: border-box !important;
}

html.zz-site-theme a.office-icon.zz-document-row,
html.zz-site-theme.zz-library-home .zz-home-latest-docs a.office-icon.zz-document-row {
  min-width: 0 !important;
  padding-left: 42px !important;
  padding-right: 14px !important;
  display: flex !important;
  align-items: center !important;
  column-gap: 12px !important;
}

html.zz-site-theme a.office-icon.zz-document-row::before,
html.zz-site-theme.zz-library-home .zz-home-latest-docs a.office-icon.zz-document-row::before {
  top: 50% !important;
  left: 14px !important;
  margin: 0 !important;
  transform: translateY(-50%) !important;
}

html.zz-site-theme a.office-icon.zz-document-row > .zz-document-row-title {
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}

html.zz-site-theme a.office-icon.zz-document-row > .zz-document-row-date {
  margin: 0 !important;
  padding-left: 0 !important;
  flex: 0 0 auto !important;
  white-space: nowrap !important;
}

html.zz-site-theme a.office-icon.zz-document-inline-title {
  min-width: 0 !important;
  padding-left: 28px !important;
}

html.zz-site-theme a.office-icon.zz-document-inline-title::before {
  top: 0.16em !important;
  left: 0 !important;
  margin: 0 !important;
}

@media (max-width: 575.98px) {
  html.zz-site-theme a.office-icon.zz-document-row,
  html.zz-site-theme.zz-library-home .zz-home-latest-docs a.office-icon.zz-document-row {
    min-height: 48px !important;
    padding: 11px 12px 11px 40px !important;
    column-gap: 10px !important;
  }

  html.zz-site-theme a.office-icon.zz-document-row::before,
  html.zz-site-theme.zz-library-home .zz-home-latest-docs a.office-icon.zz-document-row::before {
    left: 12px !important;
  }
}

/* --------------------------------------------------------------------------
   Whole-site visual audit refinement v11
   Unifies residual legacy artwork, creator pages, transaction tabs, message
   states and contrast-sensitive controls with the public-homepage language.
   -------------------------------------------------------------------------- */

/* Search uses the shipped icon font consistently; legacy glyphs are hidden. */
html.zz-site-theme #search > i:not(.zz-search-control-icon),
html.zz-site-theme #search > img,
html.zz-site-theme #search > svg {
  display: none !important;
}

html.zz-site-theme #search .zz-search-control-icon {
  width: 22px;
  height: 22px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-family: "zz-iconfont" !important;
  font-size: 21px !important;
  line-height: 1 !important;
}

/* Real brand artwork plus semantic copy replaces dated raster-card styling. */
html.zz-member .zz-brand-art-card {
  position: relative !important;
  min-height: 116px !important;
  overflow: hidden !important;
  isolation: isolate;
  border: 1px solid rgba(109, 170, 235, 0.34) !important;
  border-radius: 15px !important;
  background: var(--zz-shell-900) !important;
  box-shadow: 0 14px 30px rgba(4, 29, 61, 0.16) !important;
}

html.zz-member .zz-brand-art-card::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(92deg, rgba(3, 22, 48, 0.96) 0%, rgba(6, 37, 76, 0.82) 54%, rgba(21, 96, 169, 0.30) 100%);
}

html.zz-member .zz-brand-art-image {
  position: absolute !important;
  inset: 0 !important;
  z-index: -2;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
  filter: saturate(0.92) contrast(1.04) !important;
}

html.zz-member .zz-brand-art-copy {
  position: relative;
  z-index: 1;
  min-height: 116px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
}

html.zz-member .zz-brand-art-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #7fdde4 !important;
  border: 1px solid rgba(116, 210, 224, 0.38);
  border-radius: 12px;
  background: rgba(52, 133, 216, 0.18);
  font-family: "zz-iconfont" !important;
  font-size: 24px !important;
  line-height: 1 !important;
}

html.zz-member .zz-brand-art-text {
  min-width: 0;
  display: grid;
  gap: 5px;
}

html.zz-member .zz-brand-art-text strong {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.015em;
}

html.zz-member .zz-brand-art-text small {
  color: #b9cfe5 !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
}

html.zz-member a:has(.zz-member-brand-card) {
  text-decoration: none !important;
}

html.zz-member a:has(.zz-member-brand-card):hover .zz-brand-art-card,
html.zz-member a:has(.zz-member-brand-card):focus-visible .zz-brand-art-card {
  border-color: rgba(81, 206, 217, 0.72) !important;
  box-shadow: 0 18px 38px rgba(4, 29, 61, 0.22) !important;
  transform: translateY(-2px);
}

html.zz-member .zz-account-security-hero {
  min-height: 194px !important;
  margin: 0 !important;
  border-radius: 16px 16px 0 0 !important;
}

html.zz-member .zz-account-security-wrap {
  margin: 0 !important;
  overflow: hidden !important;
  border-radius: 16px 16px 0 0 !important;
}

html.zz-member .zz-account-security-hero .zz-brand-art-copy {
  min-height: 194px;
  padding: 28px 54px;
}

html.zz-member .zz-account-security-hero .zz-brand-art-icon {
  width: 58px;
  height: 58px;
  flex-basis: 58px;
  border-radius: 17px;
  font-size: 31px !important;
}

html.zz-member .zz-account-security-hero .zz-brand-art-text strong {
  font-size: 26px !important;
}

html.zz-member .member-bind-box {
  min-height: 94px !important;
  margin-bottom: 14px !important;
  padding: 18px 20px !important;
  border: 1px solid var(--zz-line) !important;
  border-radius: 13px !important;
  background: #fbfdff !important;
}

html.zz-member .member-bind-box > div > i {
  width: 44px;
  height: 44px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: var(--zz-blue-600) !important;
  border-radius: 12px;
  background: #edf5ff !important;
  font-size: 23px !important;
}

html.zz-member .member-bind-box .btn-link {
  min-height: 38px;
  padding: 8px 13px !important;
  border: 1px solid #bcd5f0 !important;
  border-radius: 10px !important;
  background: #f5f9fe !important;
  font-weight: 650 !important;
}

/* Detail titles retain natural word groups and reserve a measured action slot. */
html.zz-detail .detail-con-header > .d-flex.justify-content-between,
html.zz-detail .detail-con-header .align-items-start.d-flex.justify-content-between {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: start !important;
  gap: 18px !important;
}

html.zz-detail .detail-con-header .detail-title,
html.zz-detail .detail-con-header #historyTitle {
  min-width: 0 !important;
  margin-right: 0 !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  text-wrap: pretty;
}

html.zz-detail .detail-con-header .zz-action-btn,
html.zz-detail .detail-con-header .btn {
  min-width: 124px;
  min-height: 42px;
  align-self: start;
}

/* Return controls now meet contrast and hierarchy expectations on article/news pages. */
html.zz-site-theme .zz-list-return {
  min-height: 38px !important;
  padding: 8px 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  color: var(--zz-shell-850) !important;
  border: 1px solid #b6d2ef !important;
  border-radius: 10px !important;
  background: #eef6ff !important;
  box-shadow: none !important;
  font-weight: 650 !important;
  opacity: 1 !important;
}

html.zz-site-theme .zz-list-return:hover,
html.zz-site-theme .zz-list-return:focus-visible {
  color: #fff !important;
  border-color: var(--zz-blue-600) !important;
  background: var(--zz-blue-600) !important;
}

html.zz-site-theme .zz-list-return-icon {
  color: currentColor !important;
  font-family: "zz-iconfont" !important;
  font-size: 14px !important;
  line-height: 1 !important;
}

html.zz-site-theme.zz-detail .help-container > .border-bottom:first-child .zz-list-return,
html.zz-site-theme.zz-article .help-container > .border-bottom:first-child .zz-list-return {
  color: var(--zz-shell-850) !important;
  background: #eef6ff !important;
}

html.zz-site-theme.zz-detail .help-container > .border-bottom:first-child .zz-list-return:hover,
html.zz-site-theme.zz-detail .help-container > .border-bottom:first-child .zz-list-return:focus-visible,
html.zz-site-theme.zz-article .help-container > .border-bottom:first-child .zz-list-return:hover,
html.zz-site-theme.zz-article .help-container > .border-bottom:first-child .zz-list-return:focus-visible {
  color: #fff !important;
  background: var(--zz-blue-600) !important;
}

/* Legacy permission/error templates become a complete brand state. */
html.zz-standalone-message,
html.zz-standalone-message body {
  min-height: 100% !important;
  background-color: var(--zz-shell-950) !important;
  background-image:
    linear-gradient(rgba(44, 111, 186, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(44, 111, 186, 0.12) 1px, transparent 1px),
    url("/zhanzhi-public/assets/hero-bg.jpg") !important;
  background-size: 76px 76px, 76px 76px, cover !important;
  background-position: center !important;
}

html.zz-standalone-message body {
  min-height: 100vh !important;
  margin: 0 !important;
  padding: 28px !important;
  display: grid !important;
  place-items: center !important;
}

html.zz-standalone-message .release.zz-message-card {
  width: min(620px, calc(100vw - 48px)) !important;
  min-height: 280px !important;
  margin: 0 !important;
  padding: 38px 42px !important;
  display: grid !important;
  grid-template-columns: 76px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 24px !important;
  border: 1px solid rgba(121, 183, 245, 0.30) !important;
  border-radius: 22px !important;
  background: rgba(5, 28, 59, 0.94) !important;
  box-shadow: 0 30px 80px rgba(0, 8, 24, 0.40) !important;
}

html.zz-standalone-message .zz-message-icon-panel {
  width: 76px !important;
  height: 76px !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(92, 209, 213, 0.42) !important;
  border-radius: 20px !important;
  background: rgba(54, 165, 190, 0.15) !important;
}

html.zz-standalone-message .zz-message-icon-panel .icon_warn {
  display: none !important;
}

html.zz-standalone-message .zz-message-icon {
  color: #64d9dc !important;
  font-family: "zz-iconfont" !important;
  font-size: 38px !important;
  line-height: 1 !important;
}

html.zz-standalone-message .zz-message-copy {
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

html.zz-standalone-message .zz-message-copy .warn_msg {
  margin: 0 0 12px !important;
  color: #fff !important;
  font-size: 25px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

html.zz-standalone-message .zz-message-copy .release_tips {
  min-height: 0 !important;
  margin: 0 0 28px !important;
  color: #b9cde3 !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
}

html.zz-standalone-message .zz-message-copy > p:last-child {
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

html.zz-standalone-message .zz-message-copy .fl,
html.zz-standalone-message .zz-message-copy .fr {
  float: none !important;
}

html.zz-standalone-message .zz-message-copy .goHome {
  min-height: 42px !important;
  padding: 10px 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 11px !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  text-decoration: none !important;
}

html.zz-standalone-message .zz-message-copy .zz-message-primary {
  color: #fff !important;
  border: 1px solid var(--zz-blue-500) !important;
  background: var(--zz-blue-600) !important;
}

html.zz-standalone-message .zz-message-copy .zz-message-secondary {
  color: #d7e7f7 !important;
  border: 1px solid rgba(153, 193, 234, 0.32) !important;
  background: rgba(255, 255, 255, 0.06) !important;
}

/* Commerce tabs are a calm segmented control instead of skewed legacy blocks. */
html.zz-commerce body > .container.d-none.d-lg-flex,
html.zz-commerce body > .container.d-lg-flex {
  width: min(var(--zz-max-width), calc(100% - 40px)) !important;
  margin: 18px auto 0 !important;
  padding: 6px !important;
  gap: 6px !important;
  border: 1px solid rgba(120, 174, 231, 0.28) !important;
  border-radius: 15px !important;
  background: rgba(4, 27, 58, 0.88) !important;
  box-shadow: 0 14px 34px rgba(3, 23, 52, 0.20) !important;
}

html.zz-commerce body > .container.d-none.d-lg-flex > h1,
html.zz-commerce body > .container.d-lg-flex > h1 {
  min-width: 148px !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 10px 22px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #b9cce2 !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  font-size: 15px !important;
  font-weight: 650 !important;
  line-height: 1.4 !important;
}

html.zz-commerce body > .container.d-none.d-lg-flex > h1[style*="white"],
html.zz-commerce body > .container.d-lg-flex > h1[style*="white"] {
  color: #fff !important;
  background: linear-gradient(135deg, var(--zz-blue-600), #2f85ec) !important;
  box-shadow: 0 9px 20px rgba(33, 105, 216, 0.25) !important;
}

html.zz-commerce body > .container.d-none.d-lg-flex > h1.zz-commerce-tab-active,
html.zz-commerce body > .container.d-lg-flex > h1.zz-commerce-tab-active {
  color: #fff !important;
  background: linear-gradient(135deg, var(--zz-blue-600), #2f85ec) !important;
  box-shadow: 0 9px 20px rgba(33, 105, 216, 0.25) !important;
}

html.zz-commerce body > .container.d-none.d-lg-flex > h1::after,
html.zz-commerce body > .container.d-lg-flex > h1::after {
  display: none !important;
  content: none !important;
}

html.zz-commerce:not(.zz-detail) body > .container.clearfix {
  margin-top: 14px !important;
  padding: 0 !important;
  align-items: stretch !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html.zz-commerce .recharge-container,
html.zz-commerce .recharge-pic {
  border-radius: 18px !important;
}

html.zz-commerce .recharge-pic {
  padding: 18px !important;
  min-height: 0 !important;
  align-items: flex-start !important;
  justify-content: center !important;
  align-self: start !important;
}

html.zz-commerce .recharge-pic-box {
  width: 100% !important;
}

html.zz-commerce .recharge-member-list li > button.selected {
  color: #fff !important;
  border-color: var(--zz-blue-600) !important;
  background: linear-gradient(145deg, var(--zz-shell-850), var(--zz-blue-600)) !important;
  box-shadow: 0 14px 28px rgba(25, 96, 193, 0.22) !important;
}

html.zz-commerce .recharge-member-list li > button.selected p,
html.zz-commerce .recharge-member-list li > button.selected i {
  color: #fff !important;
}

html.zz-commerce .recharge-member-list li > button.selected .text-danger {
  color: #f4d37b !important;
}

html.zz-commerce .recharge-member-list {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

html.zz-commerce .recharge-member-list > li,
html.zz-commerce .recharge-member-list > li.col-3 {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  flex: none !important;
}

html.zz-commerce .recharge-member-list > li > button {
  width: 100% !important;
}

/* Creator shell and every direct iframe route share one branded workbench. */
html.zz-admin .layui-header.header,
html.zz-admin .layui-layout-admin .layui-header {
  height: 58px !important;
  color: #dceafb !important;
  border-bottom: 1px solid rgba(128, 181, 237, 0.20) !important;
  background: linear-gradient(90deg, #03172f, #08264e) !important;
  box-shadow: 0 12px 30px rgba(0, 9, 26, 0.22) !important;
}

html.zz-admin .layuimini-logo,
html.zz-admin .layui-layout-admin .layui-logo {
  height: 58px !important;
  line-height: 58px !important;
  border-right: 1px solid rgba(128, 181, 237, 0.16) !important;
  background: #03172f !important;
}

html.zz-admin .layuimini-logo a {
  height: 58px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  color: #fff !important;
}

html.zz-admin .layuimini-logo .zz-admin-logo-image {
  width: 94px !important;
  height: auto !important;
  max-height: 30px !important;
  object-fit: contain !important;
}

html.zz-admin .layuimini-logo:has(.zz-admin-logo-image) h1 {
  display: none !important;
}

html.zz-admin .layui-side,
html.zz-admin .layuimini-menu-left {
  top: 58px !important;
  color: #d5e4f4 !important;
  border-right: 1px solid rgba(128, 181, 237, 0.16) !important;
  background: linear-gradient(180deg, #041a37, #03142c) !important;
  box-shadow: 12px 0 30px rgba(0, 10, 28, 0.14) !important;
}

html.zz-admin .layui-body {
  top: 58px !important;
  background: var(--zz-canvas) !important;
}

html.zz-admin .layuimini-tab {
  top: 58px !important;
}

html.zz-admin .layuimini-container {
  width: calc(100% - 28px) !important;
  min-height: calc(100vh - 28px) !important;
  margin: 14px auto !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(193, 213, 235, 0.84) !important;
  border-radius: 15px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 16px 38px rgba(4, 29, 61, 0.10) !important;
}

html.zz-admin .layuimini-container > .zz-upload-promo-panel {
  margin: 14px 14px 0 !important;
}

html.zz-admin .layuimini-main {
  padding: 14px !important;
  background: #f5f8fc !important;
}

html.zz-admin .layui-card,
html.zz-admin .layui-panel,
html.zz-admin .layui-form-pane,
html.zz-admin .layui-table-view,
html.zz-admin .layui-elem-field {
  margin-bottom: 14px !important;
  border: 1px solid #dce7f2 !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 9px 24px rgba(4, 29, 61, 0.06) !important;
}

html.zz-admin .layui-card-header,
html.zz-admin .layui-elem-field > legend,
html.zz-admin .layui-table-tool,
html.zz-admin .layui-table-header {
  color: var(--zz-ink-900) !important;
  border-color: #dce7f2 !important;
  background: #f7faff !important;
  font-weight: 700 !important;
}

html.zz-admin .layui-input,
html.zz-admin .layui-select,
html.zz-admin .layui-textarea {
  min-height: 40px !important;
  color: var(--zz-ink-900) !important;
  border-color: #cbdced !important;
  border-radius: 9px !important;
  background: #fff !important;
}

html.zz-admin .layui-btn {
  min-height: 38px !important;
  padding: 0 16px !important;
  border: 0 !important;
  border-radius: 9px !important;
  background: var(--zz-blue-600) !important;
  box-shadow: 0 7px 16px rgba(33, 105, 216, 0.18) !important;
  font-weight: 650 !important;
}

html.zz-admin .layui-btn-danger,
html.zz-admin .layui-bg-red {
  background: #df5360 !important;
}

html.zz-admin .layui-table th {
  color: #40536c !important;
  background: #f7faff !important;
  font-weight: 700 !important;
}

html.zz-admin .layui-table td {
  color: #53657a !important;
  background: #fff !important;
}

html.zz-admin .layui-table tbody tr:hover td {
  color: var(--zz-ink-900) !important;
  background: #eef6ff !important;
}

html.zz-admin .panel.layui-bg-number {
  min-height: 112px !important;
  overflow: hidden !important;
  border: 1px solid rgba(120, 176, 233, 0.34) !important;
  border-radius: 13px !important;
  background: linear-gradient(145deg, #08264e, #0b3d76) !important;
  box-shadow: 0 12px 26px rgba(4, 29, 61, 0.14) !important;
}

html.zz-admin .panel.layui-bg-number h5,
html.zz-admin .panel.layui-bg-number h1,
html.zz-admin .panel.layui-bg-number small {
  color: #fff !important;
}

html.zz-admin .layuimini-qiuck-module a {
  min-height: 98px !important;
  border: 1px solid #d7e5f3 !important;
  border-radius: 12px !important;
  background: #f7faff !important;
}

html.zz-admin .layuimini-qiuck-module a:hover {
  border-color: #99c4f2 !important;
  background: #edf6ff !important;
  transform: translateY(-2px);
}

html.zz-admin .layuimini-qiuck-module i,
html.zz-admin .layui-card-header .fa {
  color: var(--zz-blue-600) !important;
}

html.zz-admin .layuimini-qiuck-module cite {
  color: var(--zz-ink-700) !important;
  font-style: normal !important;
  font-weight: 650 !important;
}

html.zz-admin .layui-laypage a,
html.zz-admin .layui-laypage span {
  min-width: 36px !important;
  height: 36px !important;
  padding: 0 11px !important;
  border-color: #d6e3f1 !important;
  border-radius: 8px !important;
  line-height: 36px !important;
}

html.zz-admin .layui-laypage .layui-laypage-curr .layui-laypage-em {
  border-radius: 8px !important;
  background: var(--zz-blue-600) !important;
}

html.zz-admin .layuimini-container:has(.list_box) {
  min-height: 0 !important;
  padding: 18px !important;
  background: #f7faff !important;
}

html.zz-admin .a_title {
  min-height: 48px !important;
  padding: 12px 16px !important;
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  color: var(--zz-ink-900) !important;
  border: 1px solid #d9e6f3 !important;
  border-radius: 11px !important;
  background: #fff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

html.zz-admin .a_title .fa {
  color: var(--zz-blue-600) !important;
}

html.zz-admin .list_box {
  margin-top: 16px !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

html.zz-admin .list_box > div,
html.zz-admin .list_box > div > a {
  width: 100% !important;
  min-width: 0 !important;
  display: block !important;
}

html.zz-admin .list_box > div {
  overflow: hidden !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 9;
  border: 1px solid #d4e2f0 !important;
  border-radius: 13px !important;
  background: #fff !important;
  box-shadow: 0 10px 24px rgba(4, 29, 61, 0.08) !important;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

html.zz-admin .list_box > div:hover {
  border-color: #91bfee !important;
  box-shadow: 0 15px 32px rgba(4, 29, 61, 0.13) !important;
  transform: translateY(-2px);
}

html.zz-admin .list_box img {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 16 / 9;
  display: block !important;
  object-fit: cover !important;
}

html.zz-activity-page .layuimini-container {
  max-width: 1480px !important;
  min-height: 0 !important;
  padding: 18px !important;
}

html.zz-activity-page .a_title {
  margin: 0 !important;
  background: linear-gradient(180deg, #fff, #f7faff) !important;
}

html.zz-activity-page .list_box {
  margin-top: 18px !important;
}

html.zz-activity-page .list_box > .zz-activity-card-shell {
  position: relative;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
  border-color: rgba(100, 158, 222, 0.5) !important;
  background: #061c3b !important;
  box-shadow: 0 16px 34px rgba(3, 20, 44, 0.17) !important;
}

html.zz-activity-page .zz-activity-card {
  position: relative;
  height: 100%;
  min-height: 100%;
  display: flex !important;
  align-items: flex-end;
  overflow: hidden;
  color: #fff !important;
}

html.zz-activity-page .zz-activity-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 18, 43, 0.04), rgba(2, 18, 43, 0.9));
}

html.zz-activity-page .zz-activity-card-art {
  position: absolute !important;
  inset: 0;
  height: 100% !important;
  aspect-ratio: auto !important;
  object-position: center !important;
  filter: saturate(0.92) brightness(0.94) !important;
  transition: transform 220ms ease, filter 220ms ease;
}

html.zz-activity-page .zz-activity-card:hover .zz-activity-card-art {
  transform: scale(1.025);
  filter: saturate(1) brightness(1) !important;
}

html.zz-activity-page .zz-activity-card-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: clamp(20px, 2.1vw, 32px);
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
}

html.zz-activity-page .zz-activity-card-icon {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #75d8e0;
  border: 1px solid rgba(111, 201, 230, 0.46);
  border-radius: 14px;
  background: rgba(8, 49, 94, 0.82);
  font-size: 26px !important;
}

html.zz-activity-page .zz-activity-card-text {
  min-width: 0;
  display: grid;
  gap: 6px;
}

html.zz-activity-page .zz-activity-card-text strong {
  color: #fff;
  font-size: clamp(21px, 1.8vw, 28px);
  font-weight: 760;
}

html.zz-activity-page .zz-activity-card-text small {
  color: #c3d8ee;
  font-size: 14px;
  line-height: 1.5;
}

html.zz-activity-page .zz-activity-card-action {
  color: #bfeeff;
  font-size: 13px;
  font-weight: 680;
  white-space: nowrap;
}

/* Member lists use readable metadata and a measured action hierarchy. */
html.zz-member .member-list-items > li,
html.zz-member .member-list-items > .d-flex,
html.zz-member .member-container .list-group-item {
  border-color: #dce7f2 !important;
  background: #fff !important;
}

html.zz-member .member-list-items .text-muted,
html.zz-member .member-list-items .text-secondary,
html.zz-member .member-container .items-info,
html.zz-member .member-container .items-info p {
  color: #5e7188 !important;
  opacity: 1 !important;
}

html.zz-member .member-list-items .btn,
html.zz-member .member-container .btn {
  min-height: 38px;
  border-radius: 9px !important;
  font-weight: 650 !important;
}

@media (max-width: 991.98px) {
  html.zz-detail .detail-con-header > .d-flex.justify-content-between,
  html.zz-detail .detail-con-header .align-items-start.d-flex.justify-content-between {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  html.zz-detail .detail-con-header .zz-action-btn,
  html.zz-detail .detail-con-header .btn {
    width: 100% !important;
  }

  html.zz-member .zz-account-security-hero .zz-brand-art-copy {
    padding: 24px 26px;
  }

  html.zz-admin .layuimini-container {
    width: calc(100% - 20px) !important;
    margin: 10px auto !important;
  }

  html.zz-commerce .recharge-pic.d-none {
    display: none !important;
  }

  html.zz-commerce .recharge-member-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html.zz-admin .list_box {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 992px) {
  html.zz-commerce .recharge-pic.d-lg-block {
    display: flex !important;
  }
}

/* Document metadata and collection action use separate, readable rhythm. */
html.zz-detail .detail-con-header .detail-con-info {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  column-gap: 20px !important;
  row-gap: 12px !important;
}

html.zz-detail .detail-con-header .detail-con-info > p,
html.zz-detail .detail-con-header .detail-con-info > a {
  margin: 0 !important;
}

html.zz-detail .detail-con-header .detail-con-info .article-collection {
  width: auto !important;
  min-width: 96px !important;
  min-height: 38px !important;
  margin: 0 0 0 4px !important;
  padding: 8px 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  color: #173a63 !important;
  border: 1px solid #c4d8ee !important;
  border-radius: 10px !important;
  background: #f7fbff !important;
  box-shadow: 0 6px 16px rgba(5, 25, 53, 0.12) !important;
  font-weight: 650 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

html.zz-detail .detail-con-header .detail-con-info .article-collection:hover,
html.zz-detail .detail-con-header .detail-con-info .article-collection:focus-visible,
html.zz-detail .detail-con-header .detail-con-info .article-collection[data-collection="true"] {
  color: #fff !important;
  border-color: #2f74e9 !important;
  background: #2f74e9 !important;
}

html.zz-detail .detail-con-header .detail-con-info .article-collection[aria-busy="true"] {
  cursor: wait;
  opacity: 0.72;
}

@media (max-width: 575.98px) {
  html.zz-detail .detail-con-header .detail-con-info {
    column-gap: 14px !important;
  }

  html.zz-detail .detail-con-header .detail-con-info .article-collection {
    margin-left: 0 !important;
  }
}

@media (max-width: 575.98px) {
  html.zz-site-theme .zz-upload-promo-art {
    min-height: 138px !important;
  }

  html.zz-site-theme .zz-upload-promo-copy {
    padding: 18px 20px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
  }

  html.zz-site-theme .zz-upload-promo-copy strong {
    font-size: 21px;
  }

  html.zz-site-theme .zz-upload-promo-copy > span {
    padding: 7px 12px;
    font-size: 14px;
  }

  html.zz-activity-page .layuimini-container {
    padding: 10px !important;
  }

  html.zz-activity-page .zz-activity-card-copy {
    padding: 18px;
    grid-template-columns: 42px minmax(0, 1fr);
  }

  html.zz-activity-page .zz-activity-card-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 22px !important;
  }

  html.zz-activity-page .zz-activity-card-action {
    display: none;
  }

  html.zz-member .zz-brand-art-card,
  html.zz-member .zz-brand-art-copy {
    min-height: 104px !important;
  }

  html.zz-member .zz-brand-art-copy {
    padding: 15px !important;
    gap: 11px;
  }

  html.zz-member .zz-brand-art-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    font-size: 21px !important;
  }

  html.zz-member .zz-brand-art-text strong {
    font-size: 16px !important;
  }

  html.zz-member .zz-account-security-hero,
  html.zz-member .zz-account-security-hero .zz-brand-art-copy {
    min-height: 150px !important;
  }

  html.zz-member .zz-account-security-hero .zz-brand-art-text strong {
    font-size: 21px !important;
  }

  html.zz-standalone-message body {
    padding: 18px !important;
  }

  html.zz-standalone-message .release.zz-message-card {
    width: 100% !important;
    padding: 28px 24px !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  html.zz-standalone-message .zz-message-copy > p:last-child {
    align-items: stretch !important;
    flex-direction: column !important;
  }

  html.zz-standalone-message .zz-message-copy .goHome {
    width: 100% !important;
  }

  html.zz-admin .layuimini-main {
    padding: 10px !important;
  }

  html.zz-commerce .recharge-member-list,
  html.zz-admin .list_box {
    grid-template-columns: 1fr !important;
  }
}

/* Keep the signed-in account menu above the library header and out of clipped
   navigation flow. This is intentionally scoped to the desktop user menu so
   category dropdowns and all account actions retain their existing behavior. */
@media (min-width: 992px) {
  html.zz-site-theme .top-nav {
    position: relative;
    z-index: 1040;
    overflow: visible !important;
  }

  html.zz-site-theme .top-nav #navbarNavDropdown,
  html.zz-site-theme .top-nav #navbarNavDropdown > .navbar-nav,
  html.zz-site-theme .top-nav .login-show {
    overflow: visible !important;
  }

  html.zz-site-theme .top-nav .login-show {
    position: relative;
    z-index: 1;
  }

  html.zz-site-theme .top-nav .login-show:hover,
  html.zz-site-theme .top-nav .login-show:focus-within,
  html.zz-site-theme .top-nav .login-show.show {
    z-index: 2;
  }

  html.zz-site-theme .top-nav .login-show > .history-list {
    top: calc(100% + 6px) !important;
    right: 0 !important;
    left: auto !important;
    z-index: 100 !important;
    width: 320px;
    max-width: min(360px, calc(100vw - 32px));
    max-height: min(70vh, 520px);
    overflow-x: hidden !important;
    overflow-y: auto !important;
    color: var(--zz-ink-700);
    pointer-events: none;
  }

  html.zz-site-theme .top-nav .login-show > .history-list p,
  html.zz-site-theme .top-nav .login-show > .history-list a {
    color: var(--zz-ink-700) !important;
    opacity: 1 !important;
  }

  html.zz-site-theme .top-nav .login-show > .history-list > .d-flex:first-child p {
    color: var(--zz-ink-500) !important;
  }

  html.zz-site-theme .top-nav .login-show > .history-list li > a {
    display: block;
    padding: 5px 0;
    line-height: 1.5;
  }

  html.zz-site-theme .top-nav .login-show > .history-list li > a:hover,
  html.zz-site-theme .top-nav .login-show > .history-list li > a:focus-visible {
    color: var(--zz-blue-600) !important;
  }

  html.zz-site-theme .top-nav .login-show:hover > .history-list,
  html.zz-site-theme .top-nav .login-show:focus-within > .history-list,
  html.zz-site-theme .top-nav .login-show.show > .history-list,
  html.zz-site-theme .top-nav .login-show > .history-list.show {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto;
  }
}
