* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, "Microsoft YaHei", sans-serif;
}
body {
    background-color: rgba(248, 250, 252, 1);
}
.page-title {
    font-size: 2.6rem;
    font-weight: 700;
    color: #1a202c;
    text-align: center;
}
.page-title .cloud-text {
    font-style: italic;
    color: #0a63ff;
}
.search-wrap {
    width: 60%;
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 24px;
    padding: 12px 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.search-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 1.1rem;
    padding: 12px 20px;
    color: #333;
}
.search-input::placeholder {
    color: #b0b8c4;
}

.container-top {
    display: flex;
    flex-direction: column;
    gap: 22px;
    align-items: center;
    margin: 28px 0 32px 0 !important;
}
.search-btn {
    background-color: #0a63ff;
    color: #fff;
    border: none;
    border-radius: 48px;
    font-size: 1.1rem;
    padding: 8px 32px;
    cursor: pointer;
    font-weight: 500;
}
.recommend-bar {
    width: fit-content;
    background: #fff;
    border-radius: 32px;
    padding: 14px 32px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 1px 8px rgba(0,0,0,0.03);
    font-size: 0.9rem;
}
.green-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #22c55e;
}
.recommend-label {
    color: #64748b;
}
.recommend-text {
    color: #1a202c;
}
.arrow-link {
    color: #1a202c;
    text-decoration: none;
    margin-left: 8px;
}
.top-ad-section {
    margin-top: 18px;
    margin-bottom: 22px;
}
.top-ad-list {
    display: grid;
    gap: 10px;
}
.top-ad-list + .top-ad-list {
    margin-top: 10px;
}
.top-ad-list-full {
    grid-template-columns: 1fr;
}
.top-ad-list-grid {
    grid-template-columns: 1fr;
}
.top-ad-item {
    display: block;
    width: 100%;
    height: 70px;
    line-height: 0;
    overflow: hidden;
    border-radius: 6px;
    background: #f3f4f6;
}
.top-ad-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.top-ad-empty {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    line-height: 1;
    border: 1px dashed #c9d3e2;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(248, 250, 252, 0.92)),
        repeating-linear-gradient(135deg, rgba(148, 163, 184, 0.12) 0, rgba(148, 163, 184, 0.12) 8px, transparent 8px, transparent 18px);
    color: #6b7280;
}
.top-ad-empty strong {
    color: #1f2937;
    font-size: 14px;
    font-weight: 500;
}
.top-ad-empty span {
    padding: 4px 9px;
    border-radius: 999px;
    background: #eef2f7;
    color: #64748b;
    font-size: 12px;
}
.top-ad-empty em {
    color: #0a63ff;
    font-size: 13px;
    font-style: normal;
}
.hz-ad-section {
    box-sizing: border-box;
}
.hz-ad-section--full {
    width: 100%;
    max-width: 1336px;
    margin: 18px auto 22px;
    padding: 0;
}
.hz-ad-section--global_top_full {
    margin-bottom: 4px;
}
.hz-ad-section--home_top_full {
    margin-top: 4px;
}
.hz-ad-list {
    display: grid;
    gap: 10px;
}
.hz-ad-list--full {
    grid-template-columns: minmax(0, 1fr);
}
.hz-ad-item {
    box-sizing: border-box;
    display: flex;
    min-width: 0;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
}
.hz-ad-item--full {
    width: 100%;
    height: 65px;
    border-radius: 6px;
    background: #f3f4f6;
    line-height: 0;
}
.hz-ad-section--home_top_full .hz-ad-item--full {
    height: 60px !important;
}
.hz-ad-image {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}
.hz-ad-picture {
    display: block;
    width: 100%;
    height: 100%;
}
.hz-ad-item--device-mobile {
    display: none;
}
.hz-ad-image--full {
    object-fit: fill;
}
.hz-ad-section--sidebar {
    width: 100%;
}
.hz-ad-sidebar-list {
    display: grid;
    gap: 12px;
}
.hz-ad-item--sidebar {
    width: 100%;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}
.hz-ad-item--sidebar .hz-ad-image {
    height: auto;
    object-fit: contain;
}
.hz-ad-text {
    display: block;
    width: 100%;
    padding: 12px 14px;
    border-radius: 8px;
    background: #eff6ff;
    color: #0a63ff;
    font-size: 0.92rem;
    line-height: 1.5;
}
.hz-ad-text-link {
    color: #0a63ff;
    font-size: 0.98rem;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
}
.hz-ad-text-link:hover {
    color: #0756e1;
}
.hz-ad-placeholder {
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    min-height: 72px;
    padding: 13px 18px;
    overflow: hidden;
    border: 1px dashed #9ec3f5;
    border-radius: 8px;
    color: #64748b;
    text-decoration: none;
    background: linear-gradient(112deg, #f9fcff 0%, #eef6ff 52%, #fbfdff 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
    text-align: center;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.hz-ad-placeholder::before {
    position: absolute;
    top: 0;
    left: -42%;
    width: 28%;
    height: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9), transparent);
    transform: skewX(-18deg);
    animation: hz-ad-placeholder-sheen 4.8s ease-in-out infinite;
}
.hz-ad-placeholder > * {
    position: relative;
    z-index: 1;
}
.hz-ad-placeholder:hover {
    border-color: #3988f7;
    box-shadow: 0 8px 20px rgba(28, 111, 232, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.8);
    transform: translateY(-1px);
}
.hz-ad-placeholder__icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, #0a63ff, #45a5ff);
    box-shadow: 0 5px 12px rgba(10, 99, 255, 0.22);
}
.hz-ad-placeholder__icon i {
    font-size: 14px;
}
.hz-ad-placeholder__content {
    display: grid;
    min-width: 0;
    gap: 3px;
    text-align: left;
}
.hz-ad-placeholder__content strong {
    color: #155fc0;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
}
.hz-ad-placeholder__content em {
    overflow: hidden;
    color: #73849b;
    font-size: 13px;
    font-style: normal;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hz-ad-placeholder__action {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-left: auto;
    color: #0a63ff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    white-space: nowrap;
}
.hz-ad-placeholder__action i {
    font-size: 15px;
}
.hz-ad-placeholder--sidebar {
    display: grid;
    align-content: center;
    justify-items: center;
    min-height: 188px;
    gap: 9px;
    padding: 24px 18px;
}
.hz-ad-placeholder--sidebar .hz-ad-placeholder__icon {
    width: 40px;
    height: 40px;
}
.hz-ad-placeholder--sidebar .hz-ad-placeholder__content {
    justify-items: center;
    text-align: center;
}
.hz-ad-placeholder--sidebar .hz-ad-placeholder__content strong {
    font-size: 16px;
}
.hz-ad-placeholder--sidebar .hz-ad-placeholder__content em {
    max-width: 100%;
    white-space: normal;
}
.hz-ad-placeholder--sidebar .hz-ad-placeholder__action {
    margin-left: 0;
}
.hz-ad-section--home_top_full .hz-ad-placeholder--full {
    min-height: 60px;
}
.hz-ad-section--article_detail_top .hz-ad-placeholder--full,
.hz-ad-section--article_detail_bottom .hz-ad-placeholder--full {
    min-height: 84px;
}
.hz-ad-placeholder--inline {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: auto;
    min-height: 28px;
    padding: 3px 10px;
    border: 1px dashed #92baf1;
    border-radius: 5px;
    color: #667a95;
    background: #f4f8ff;
    box-shadow: none;
    font-size: 12px;
    line-height: 1.35;
    white-space: nowrap;
}
.hz-ad-placeholder--inline::before {
    display: none;
}
.hz-ad-placeholder--inline:hover {
    box-shadow: 0 4px 10px rgba(10, 99, 255, 0.1);
}
.hz-ad-placeholder--inline > i {
    color: #0a63ff;
    font-size: 12px;
}
.hz-ad-placeholder--inline strong {
    color: #0a63ff;
    font-size: inherit;
    font-weight: 700;
}
.hz-ad-placeholder--inline em {
    color: inherit;
    font-style: normal;
}
@keyframes hz-ad-placeholder-sheen {
    0%, 68% { left: -42%; opacity: 0; }
    76% { opacity: 0.85; }
    100% { left: 118%; opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
    .hz-ad-placeholder,
    .hz-ad-placeholder::before {
        animation: none;
        transition: none;
    }
}
.hz-detail-text-ads {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin: 2px 0 18px;
    padding: 15px 2px 16px;
    border-top: 1px solid #edf1f6;
    border-bottom: 1px solid #edf1f6;
}
.hz-detail-text-ads__label {
    flex: 0 0 auto;
    padding-top: 1px;
    color: #13aa75;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.45;
}
.hz-detail-text-ads__list {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    min-width: 0;
    gap: 5px 0;
}
.hz-detail-text-ad {
    position: relative;
    display: inline-flex;
    align-items: baseline;
    min-width: 0;
    color: #2d3442;
    font-size: 18px;
    line-height: 1.48;
    text-decoration: none;
}
.hz-detail-text-ad:not(:last-child)::after {
    margin: 0 10px;
    color: #c1c8d3;
    font-weight: 400;
    content: "/";
}
.hz-detail-text-ad strong {
    color: #ea5d60;
    font-weight: 700;
}
.hz-detail-text-ad > span {
    overflow: hidden;
    min-width: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}
a.hz-detail-text-ad:hover > span {
    color: #0a63ff;
    text-decoration: underline;
    text-decoration-color: rgba(10, 99, 255, 0.35);
    text-underline-offset: 4px;
}
.hz-detail-text-ads--placeholder {
    padding: 12px 14px;
    border: 1px dashed #c7d0dc;
    background: #fbfdff;
}
.hz-detail-text-ads--placeholder .hz-detail-text-ad {
    color: #7d8795;
    font-size: 15px;
}
.hz-detail-text-ads--placeholder .hz-detail-text-ad strong {
    color: #0a63ff;
}
.home-feature-card--placeholder {
    border-style: dashed;
    border-color: #c7d0dc;
    box-shadow: none;
}
.home-feature-link--placeholder {
    cursor: default;
}
.home-feature-link--placeholder .home-feature-title-row span,
.home-feature-link--placeholder .home-feature-meta span {
    color: #0a63ff;
}
.home-feature-link--placeholder .home-feature-meta em {
    color: #8a94a6;
}
.hz-floating-ads {
    position: fixed;
    inset: 0;
    left: 0;
    right: 0;
    z-index: 80;
    pointer-events: none;
}
.hz-floating-ad {
    position: absolute;
    top: 50%;
    width: var(--hz-floating-ad-width, 120px);
    height: var(--hz-floating-ad-height, 420px);
    pointer-events: auto;
    transform: translateY(-50%);
}
.hz-floating-ad--left {
    left: calc(50% - 700px - var(--hz-floating-ad-width, 120px) - 5px);
}
.hz-floating-ad--right {
    right: calc(50% - 700px - var(--hz-floating-ad-width, 120px) - 5px);
}
.hz-ad-item--float {
    width: 100%;
    height: 100%;
    min-height: 0;
    border-radius: 0;
    background: transparent;
    line-height: 0;
}
.hz-ad-item--float .hz-ad-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hz-ad-item--float.hz-ad-item--type-text {
    display: block;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    border: 1px solid #dbe5f2;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
    line-height: 1.5;
}
.hz-ad-item--float.hz-ad-item--type-text .hz-ad-text {
    display: block;
    height: 100%;
    min-height: 0;
    padding: 16px 14px;
    color: #334155;
    font-size: 14px;
    line-height: 1.65;
}
.hz-floating-ad--placeholder {
    --hz-floating-ad-width: 128px;
}
.hz-floating-ad-placeholder {
    position: relative;
    display: grid;
    align-content: center;
    gap: 9px;
    height: 100%;
    min-height: 0;
    padding: 18px 15px;
    overflow: hidden;
    color: #526174;
    text-decoration: none;
    background: linear-gradient(160deg, #fafdff 0%, #eef6ff 100%);
    border: 1px dashed #9ec3f5;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.8);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.hz-floating-ad-placeholder::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, #0a63ff, #64b5ff);
}
.hz-floating-ad-placeholder__label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #0a63ff;
    font-size: 12px;
    font-weight: 700;
}
.hz-floating-ad-placeholder strong {
    color: #243044;
    font-size: 16px;
    line-height: 1.45;
}
.hz-floating-ad-placeholder em {
    color: #8994a5;
    font-size: 12px;
    font-style: normal;
    line-height: 1.6;
}
.hz-floating-ad-placeholder__action {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 3px;
    color: #2b74d7;
    font-size: 12px;
    font-weight: 700;
}
.hz-floating-ad-placeholder:hover {
    border-color: #0a63ff;
    box-shadow: 0 16px 32px rgba(10, 99, 255, 0.16);
    transform: translateY(-2px);
}
.hz-floating-ad-close {
    display: block;
    width: 100%;
    min-height: 32px;
    border: 0;
    background: rgba(148, 148, 148, 0.7);
    color: #fff;
    font-size: 13px;
    line-height: 32px;
    cursor: pointer;
}
.hz-floating-ad-close:hover {
    background: rgba(100, 116, 139, 0.9);
}
.hz-floating-ad--closeable .hz-ad-item--float {
    height: calc(100% - 32px);
}
html.dark .hz-ad-item--float.hz-ad-item--type-text,
html.dark .hz-floating-ad-placeholder {
    background: #1d2025;
    border-color: #394252;
}
html.dark .hz-ad-item--float.hz-ad-item--type-text .hz-ad-text,
html.dark .hz-floating-ad-placeholder strong {
    color: #e2e8f0;
}
html.dark .hz-floating-ad-placeholder em {
    color: #94a3b8;
}
.hz-mobile-bottom-ad {
    display: none;
}
.hz-kefu-float {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 86;
    transform: translateY(-50%);
}
.hz-kefu-float.is-offset-for-right-ad {
    right: 0;
}
.hz-kefu-dock {
    position: relative;
    display: grid;
    width: 70px;
}
.hz-kefu-group-btn {
    width: 70px;
    border: 0;
    cursor: pointer;
}
.hz-kefu-groups {
    display: grid;
    gap: 7px;
}
.hz-kefu-back-top {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: center;
    gap: 5px;
    width: 70px;
    min-height: 62px;
    margin-top: 7px;
    padding: 9px 8px;
    color: #2d3444;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(226, 232, 240, 0.92);
    border-radius: 16px 0 0 16px;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.1);
    cursor: pointer;
    transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
.hz-kefu-group {
    position: relative;
    outline: 0;
}
.hz-kefu-group-btn {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 6px;
    align-items: center;
    min-height: 70px;
    padding: 10px 8px;
    color: #2d3444;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(226, 232, 240, 0.92);
    border-radius: 16px 0 0 16px;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.1);
    transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
.hz-kefu-group-btn i {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    color: #0a63ff;
    background: #eff6ff;
    border-radius: 11px;
    font-size: 18px;
    line-height: 1;
    box-shadow: inset 0 0 0 1px rgba(255, 112, 76, 0.1);
    transition: color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}
.hz-kefu-back-top i {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    color: #2563eb;
    background: #eef4ff;
    border-radius: 10px;
    font-size: 19px;
    line-height: 1;
    box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.1);
    transition: color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}
.hz-kefu-group-btn span {
    overflow: hidden;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hz-kefu-back-top span {
    overflow: hidden;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hz-kefu-panel {
    position: absolute;
    top: 50%;
    right: calc(100% + 12px);
    width: 302px;
    max-width: calc(100vw - 122px);
    max-height: min(72vh, 520px);
    padding: 16px;
    overflow: auto;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(226, 232, 240, 0.94);
    border-radius: 18px;
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.16), 0 4px 14px rgba(15, 23, 42, 0.08);
    opacity: 0;
    pointer-events: none;
    transform: translate(8px, -50%) scale(0.98);
    transform-origin: right center;
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
    visibility: hidden;
    backdrop-filter: blur(16px);
}
.hz-kefu-panel::after {
    position: absolute;
    top: 50%;
    right: -7px;
    width: 14px;
    height: 14px;
    border-top: 1px solid rgba(226, 232, 240, 0.94);
    border-right: 1px solid rgba(226, 232, 240, 0.94);
    background: rgba(255, 255, 255, 0.98);
    content: "";
    transform: translateY(-50%) rotate(45deg);
}
.hz-kefu-group:hover .hz-kefu-group-btn,
.hz-kefu-group:focus-within .hz-kefu-group-btn,
.hz-kefu-group.is-active .hz-kefu-group-btn,
.hz-kefu-back-top:hover,
.hz-kefu-back-top:focus-visible {
    color: #fff;
    background: linear-gradient(135deg, #0a63ff 0%, #2563eb 100%);
    border-color: rgba(10, 99, 255, 0.34);
    box-shadow: 0 16px 34px rgba(37, 99, 235, 0.24);
    transform: translateX(-4px);
}
.hz-kefu-group:hover .hz-kefu-group-btn i,
.hz-kefu-group:focus-within .hz-kefu-group-btn i,
.hz-kefu-group.is-active .hz-kefu-group-btn i,
.hz-kefu-back-top:hover i,
.hz-kefu-back-top:focus-visible i {
    color: #2563eb;
    background: #fff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
}
.hz-kefu-group:hover .hz-kefu-panel,
.hz-kefu-group:focus-within .hz-kefu-panel,
.hz-kefu-group.is-active .hz-kefu-panel {
    opacity: 1;
    pointer-events: auto;
    transform: translate(0, -50%) scale(1);
    visibility: visible;
}
.hz-kefu-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}
.hz-kefu-panel-head strong {
    color: #111827;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
}
.hz-kefu-panel-head span {
    flex-shrink: 0;
    padding: 4px 9px;
    color: #0a63ff;
    background: #eff6ff;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}
.hz-kefu-panel-desc {
    margin: 0 0 12px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.6;
}
.hz-kefu-list {
    display: grid;
    gap: 9px;
}
.hz-kefu-person {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) 16px;
    gap: 10px;
    align-items: center;
    min-height: 56px;
    padding: 10px;
    color: #293241;
    background: #f8fafc;
    border: 1px solid #edf1f7;
    border-radius: 12px;
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
.hz-kefu-person:hover {
    color: #111827;
    background: #fff;
    border-color: rgba(10, 99, 255, 0.32);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    transform: translateY(-1px);
}
.hz-kefu-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
    background: linear-gradient(135deg, #3b82f6 0%, #0a63ff 100%);
    border-radius: 12px;
    font-size: 16px;
    font-weight: 800;
}
.hz-kefu-person-body {
    display: grid;
    gap: 4px;
    min-width: 0;
}
.hz-kefu-person-body strong,
.hz-kefu-person-body em {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hz-kefu-person-body strong {
    color: #111827;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
}
.hz-kefu-person-body em {
    color: #64748b;
    font-size: 12px;
    font-style: normal;
    line-height: 1.25;
}
.hz-kefu-person > i {
    color: #c3cad6;
    font-size: 16px;
}
.hz-kefu-empty {
    padding: 16px 12px;
    color: #8a94a6;
    background: #f8fafc;
    border: 1px dashed #dbe2ec;
    border-radius: 12px;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
}
html.dark .hz-ad-item--full,
html.dark .hz-ad-item--sidebar {
    background: #1d2025;
}
html.dark .hz-ad-text {
    background: #2a211b;
}
html.dark .hz-ad-placeholder,
html.dark .hz-detail-text-ads--placeholder {
    border-color: #3a4554;
    background: linear-gradient(112deg, #1d2025 0%, #1b2735 100%);
}
html.dark .hz-ad-placeholder__content strong {
    color: #dbe3ee;
}
html.dark .hz-ad-placeholder__content em,
html.dark .hz-detail-text-ads--placeholder .hz-detail-text-ad {
    color: #9ca8b8;
}
html.dark .hz-ad-placeholder--inline {
    border-color: #3a4554;
    color: #9ca8b8;
    background: #1d2630;
}
html.dark .hz-ad-placeholder__action,
html.dark .hz-ad-placeholder--inline strong,
html.dark .hz-ad-placeholder--inline > i {
    color: #74b4ff;
}
html.dark .hz-detail-text-ads {
    border-color: #343a46;
}
html.dark .hz-detail-text-ad {
    color: #e3e8f0;
}
html.dark .hz-detail-text-ad:not(:last-child)::after {
    color: #697586;
}
html.dark .home-feature-card--placeholder {
    border-color: #3a4554;
    background: #1d2025;
}
html.dark .hz-kefu-group-btn,
html.dark .hz-kefu-back-top,
html.dark .hz-kefu-panel {
    background: rgba(29, 32, 37, 0.98);
    border-color: #343a46;
}
html.dark .hz-kefu-panel::after {
    background: rgba(29, 32, 37, 0.98);
    border-color: #343a46;
}
html.dark .hz-kefu-group-btn,
html.dark .hz-kefu-back-top {
    color: #e5e7eb;
}
html.dark .hz-kefu-panel-head strong,
html.dark .hz-kefu-person-body strong {
    color: #e5e7eb;
}
html.dark .hz-kefu-panel-desc,
html.dark .hz-kefu-person-body em {
    color: #9ca3af;
}
html.dark .hz-kefu-person,
html.dark .hz-kefu-empty {
    background: #262b34;
    border-color: #343a46;
}
html.dark .hz-kefu-person:hover {
    background: #2c323d;
}
.home-showcase-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 24px;
    align-items: stretch;
    margin: 28px auto 0;
}
.home-showcase-left,
.home-showcase-notice {
    border: 1px solid #eef1f6;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}
.home-showcase-left {
    display: grid;
    gap: 18px;
    min-width: 0;
    padding: 16px;
}
.home-banner-carousel,
.home-banner-slide,
.home-showcase-small,
.home-showcase-vacancy {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    background: #eef2ff;
    color: #fff;
}
.home-banner-carousel {
    height: 278px;
}
.home-banner-track,
.home-banner-slide,
.home-banner-image,
.home-banner-picture,
.home-banner-image img {
    width: 100%;
    height: 100%;
}
.home-banner-track {
    position: absolute;
    inset: 0;
}
.home-banner-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.36s ease, transform 0.36s ease;
    transform: scale(1.012);
}
.home-banner-slide.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}
.home-banner-image img {
    display: block;
    object-fit: cover;
    transition: transform 0.35s ease;
}
.home-banner-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.03), rgba(15, 23, 42, 0.62));
}
.home-banner-content {
    position: absolute;
    left: 32px;
    right: 72px;
    bottom: 38px;
    z-index: 1;
    display: grid;
    gap: 8px;
    min-width: 0;
}
.home-banner-content strong {
    display: -webkit-box;
    overflow: hidden;
    color: #fff;
    font-size: 1.24rem;
    font-weight: 800;
    line-height: 1.38;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.home-banner-content em {
    display: -webkit-box;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.home-banner-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 42px;
    height: 58px;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.88);
    font-size: 3rem;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    transition: color 0.18s ease, transform 0.18s ease;
}
.home-banner-arrow--prev {
    left: 18px;
}
.home-banner-arrow--next {
    right: 18px;
}
.home-banner-arrow:hover {
    color: #fff;
    transform: translateY(-50%) scale(1.08);
}
.home-banner-dots {
    position: absolute;
    left: 32px;
    bottom: 22px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
}
.home-banner-dot {
    width: 34px;
    height: 5px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.24);
    cursor: pointer;
    transition: background 0.18s ease, width 0.18s ease;
}
.home-banner-dot.is-active {
    width: 38px;
    background: #fff;
}
.home-showcase-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.home-showcase-small,
.home-showcase-vacancy {
    height: 132px;
}
.home-showcase-image,
.home-showcase-image img,
.home-showcase-image > span {
    width: 100%;
    height: 100%;
}
.home-showcase-image {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0a63ff;
    font-size: 0.88rem;
}
.home-showcase-image img {
    display: block;
    object-fit: cover;
    transition: transform 0.35s ease;
}
.home-showcase-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.02), rgba(15, 23, 42, 0.68));
}
.home-showcase-content {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 22px;
    display: grid;
    gap: 8px;
    min-width: 0;
}
.home-showcase-content strong {
    display: -webkit-box;
    overflow: hidden;
    color: #fff;
    font-size: 1.22rem;
    font-weight: 800;
    line-height: 1.38;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.home-showcase-content em {
    display: -webkit-box;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.home-showcase-small-meta {
    position: absolute;
    left: 16px;
    bottom: 44px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.82rem;
    font-weight: 700;
}
.home-showcase-small strong {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 1;
    overflow: hidden;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-banner-slide:hover img,
.home-showcase-small:hover img {
    transform: scale(1.04);
}
.home-showcase-vacancy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
    padding: 18px 20px;
    color: #195fcc;
    background: #f7faff;
    border: 1px dashed #9dc1ef;
    box-shadow: none;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.home-showcase-vacancy:hover {
    color: #0a63ff;
    background: #f0f6ff;
    border-color: #0a63ff;
    transform: translateY(-1px);
}
.home-showcase-vacancy-mark {
    display: inline-flex;
    align-items: center;
    height: 20px;
    padding: 0 7px;
    color: #0a63ff;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1;
    background: #e6f0ff;
    border-radius: 3px;
}
.home-showcase-vacancy strong {
    color: #173c76;
    font-size: 1rem;
    font-weight: 750;
    line-height: 1.3;
}
.home-showcase-vacancy em {
    overflow: hidden;
    color: #71839b;
    font-size: 0.78rem;
    font-style: normal;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-showcase-vacancy-action {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 2px;
    color: #0a63ff;
    font-size: 0.8rem;
    font-weight: 700;
}
.home-showcase-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 240px;
    color: #94a3b8;
}
.home-showcase-notice {
    min-width: 0;
    overflow: hidden;
}
.home-notice-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-bottom: 1px solid #edf0f5;
}
.home-notice-tabs button {
    height: 58px;
    border: 0;
    border-right: 1px solid #edf0f5;
    background: #fafafa;
    color: #909399;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
}
.home-notice-tabs button:last-child {
    border-right: 0;
}
.home-notice-tabs button.is-active {
    background: #fff;
    color: #202632;
}
.home-notice-panel {
    display: none;
    padding: 18px 22px 20px;
}
.home-notice-panel.is-active {
    display: block;
}
.home-notice-list {
    display: grid;
    gap: 15px;
}
.home-notice-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
}
.home-notice-item span {
    min-width: 0;
    overflow: hidden;
    color: #30343d;
    font-size: 0.94rem;
    font-weight: 600;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-notice-item em {
    color: #9ca3af;
    font-size: 0.82rem;
    font-style: normal;
}
.home-notice-item:hover span {
    color: #0a63ff;
}
.home-notice-empty {
    padding: 28px 0;
    color: #94a3b8;
    text-align: center;
}
.home-main-stack {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-width: 0;
}
.home-feature-card {
    overflow: hidden;
    border: 1px solid #eef1f6;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}
.home-feature-link {
    display: block;
    min-width: 0;
    padding: 24px 28px;
}
.home-feature-title-row {
    display: flex;
    align-items: baseline;
    min-width: 0;
    gap: 10px;
    color: #111827;
    font-size: 1.24rem;
    font-weight: 800;
    line-height: 1.45;
}
.home-feature-title-row span {
    flex-shrink: 0;
    color: #0a63ff;
}
.home-feature-title-row strong {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-feature-link p {
    display: -webkit-box;
    overflow: hidden;
    margin: 10px 0 0;
    color: #596273;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.home-feature-ad-image {
    margin-top: 14px;
    overflow: hidden;
    border-radius: 8px;
    background: #f4f6f9;
}
.home-feature-ad-image img {
    display: block;
    width: 100%;
    max-height: 180px;
    object-fit: contain;
}
.home-feature-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-top: 13px;
    color: #9aa3b5;
    font-size: 0.84rem;
    font-weight: 500;
}
.home-feature-meta em {
    font-style: normal;
}
.home-feature-link:hover .home-feature-title-row strong {
    color: #0a63ff;
}
.home-search-card {
    padding: 18px;
    border: 1px solid #eef1f6;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}
.home-side-search {
    display: flex;
    width: 100%;
    height: 46px;
    overflow: hidden;
    border: 1px solid #e4e8f0;
    border-radius: 8px;
    background: #f8fafc;
}
.home-side-search.is-invalid {
    background: #fffafb;
    border-color: #f04438;
    box-shadow: 0 0 0 4px rgba(240, 68, 56, 0.1);
}
.home-side-search input {
    min-width: 0;
    flex: 1;
    padding: 0 14px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #202632;
    font-size: 0.94rem;
}
.home-side-search input::placeholder {
    color: #a8b0bf;
}
.home-side-search button {
    width: 58px;
    flex-shrink: 0;
    border: 0;
    background: #0a63ff;
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
    transition: background 0.18s ease;
}
.home-side-search button:hover {
    background: #0756e1;
}
.home-side-search-error {
    margin: 8px 2px 0;
    color: #d92d20;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
}
.home-side-search-error[hidden] {
    display: none;
}
.home-news-page {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 24px;
    align-items: start;
    margin-top: 28px;
    margin-bottom: 42px;
}
.home-main-column,
.home-side-card {
    background: #fff;
    border: 1px solid #eef1f6;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}
.home-main-column {
    padding: 0;
    overflow: hidden;
}
.home-list-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 26px 26px 20px;
    border-bottom: 1px solid #edf0f5;
}
.home-list-title {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    gap: 14px;
}
.home-list-title span {
    width: 6px;
    height: 24px;
    border-radius: 999px;
    background: #0a63ff;
}
.home-list-head h1 {
    margin: 0;
    color: #30343d;
    font-size: 1.26rem;
    font-weight: 700;
    line-height: 1.2;
}
.home-head-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px 22px;
    min-width: 0;
}
.home-list-tabs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 20px;
    min-width: 0;
}
.home-list-tabs a {
    color: #909399;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}
.home-list-tabs a:hover {
    color: #0a63ff;
}
.home-head-ads {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 18px 30px;
    min-width: 0;
}
.home-head-ads a {
    color: #0a63ff;
    font-size: 0.98rem;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
}
.home-head-ads a:hover {
    color: #0756e1;
}
.home-post-list {
    display: flex;
    flex-direction: column;
}
.home-post-item {
    display: flex;
    gap: 22px;
    padding: 26px;
    border-bottom: 1px solid #edf0f5;
}
.home-post-item:last-child {
    border-bottom: 0;
}
.home-post-cover {
    width: 220px;
    height: 150px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
    background: #eef2ff;
    color: #0a63ff;
    font-size: 0.85rem;
}
.home-post-cover img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.home-post-body {
    min-width: 0;
    flex: 1;
    min-height: 150px;
    display: flex;
    flex-direction: column;
}
.home-post-top {
    position: relative;
    display: inline-flex;
    float: left;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    margin: 0 11px 0 0;
    padding: 0 11px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 7px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 26px;
    letter-spacing: 0;
    background: linear-gradient(112deg, #075cff 0%, #1377ff 35%, #7d5cff 67%, #0aa9ff 100%);
    background-size: 220% 100%;
    box-shadow: 0 5px 12px rgba(48, 94, 255, 0.25);
    animation: home-post-top-flow 3.2s linear infinite, home-post-top-pulse 2.4s ease-in-out infinite;
}
.home-post-top::before {
    position: absolute;
    top: -50%;
    left: -35%;
    width: 32%;
    height: 200%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.62), transparent);
    transform: rotate(18deg);
    animation: home-post-top-glint 2.8s ease-in-out infinite;
}
.home-post-top i,
.home-post-top b {
    position: relative;
    z-index: 1;
}
.home-post-top i {
    margin-right: 5px;
    font-size: 11px;
}
.home-post-top b {
    font-weight: 800;
}
.home-post-top-title {
    color: transparent;
    background: linear-gradient(90deg, #ff4d67 0%, #ff8a2a 17%, #e9bf20 32%, #16a36a 50%, #1684e9 67%, #7e55e8 83%, #ed4e91 100%);
    background-clip: text;
    background-size: 240% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: home-post-title-rainbow 5.8s linear infinite;
}
@keyframes home-post-top-flow {
    from { background-position: 0 50%; }
    to { background-position: 220% 50%; }
}
@keyframes home-post-top-glint {
    0%, 38% { left: -42%; opacity: 0; }
    48% { opacity: 0.9; }
    72%, 100% { left: 115%; opacity: 0; }
}
@keyframes home-post-top-pulse {
    0%, 100% { box-shadow: 0 5px 12px rgba(48, 94, 255, 0.25); }
    50% { box-shadow: 0 7px 16px rgba(88, 76, 255, 0.38); }
}
@keyframes home-post-title-rainbow {
    from { background-position: 0 50%; }
    to { background-position: 240% 50%; }
}
@media (prefers-reduced-motion: reduce) {
    .home-post-top,
    .home-post-top::before,
    .home-post-top-title {
        animation: none;
    }

    .home-post-top-title {
        background-position: 50% 50%;
    }
}
.home-post-body h2 {
    display: block;
    overflow: hidden;
    max-height: 2.9em;
    margin: 0 0 12px;
    font-size: 1.28rem;
    font-weight: 700;
    line-height: 1.45;
}
.home-post-body h2 a {
    display: inline;
    color: #111827;
}
.home-post-body h2 a:hover {
    color: #0a63ff;
}
.home-post-body p {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #60656f;
    font-size: 0.98rem;
    font-weight: 500;
    line-height: 1.72;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.home-post-foot {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: auto;
    padding-top: 18px;
    min-width: 0;
    color: #909399;
    font-size: 0.92rem;
    font-weight: 500;
}
.home-post-foot > span,
.home-post-foot > a {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}
.home-post-author {
    gap: 8px;
}
.home-post-author em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #1f5bd8;
    color: #fff;
    font-size: 0.82rem;
    font-style: normal;
    font-weight: 700;
}
.home-post-category {
    color: #909399;
}
.home-post-category::before,
.home-inline-tags::before {
    content: "";
    width: 4px;
    height: 4px;
    margin-right: 8px;
    border-radius: 50%;
    background: #c0c4cc;
}
.home-inline-tags {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    min-width: 0;
    overflow: hidden;
}
.home-inline-tags a {
    max-width: 118px;
    min-width: 0;
    overflow: hidden;
    color: #909399;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px 26px 24px;
    border-top: 1px solid #edf0f5;
}
.home-pagination a,
.home-pagination span {
    min-width: 38px;
    height: 38px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #f3f4f6;
    color: #6f7683;
    font-size: 0.88rem;
    font-weight: 500;
}
.home-pagination a.active,
.home-pagination a:hover {
    background: #0a63ff;
    color: #fff;
}
.home-pagination .pagination-prev,
.home-pagination .pagination-next {
    min-width: 78px;
}
.home-pagination .pagination-disabled {
    color: #b5bac4;
    cursor: not-allowed;
}
.home-pagination .pagination-ellipsis,
.home-pagination .pagination-total {
    min-width: auto;
    padding: 0 8px;
    background: transparent;
    color: #969ba5;
}
.home-side-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.home-side-card {
    padding: 16px;
}
.cms-side-title {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 24px;
    margin-bottom: 16px;
}

.cms-side-title__accent {
    width: 4px;
    height: 20px;
    flex: 0 0 4px;
    border-radius: 3px;
    background: #0a63ff;
}

.cms-side-title h3 {
    margin: 0;
    color: #1f2937;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0;
}
.home-hot-graphic-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.home-hot-graphic-item {
    position: relative;
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
    min-width: 0;
    padding: 0 0 12px;
    border-bottom: 1px solid #edf0f5;
    color: inherit;
    text-decoration: none;
}
.home-hot-graphic-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.home-hot-graphic-rank {
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 6px;
    background: rgba(10, 99, 255, 0.94);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}
.home-hot-graphic-cover {
    display: block;
    width: 92px;
    height: 68px;
    overflow: hidden;
    border-radius: 8px;
    background: linear-gradient(135deg, #eff6ff, #eef2ff);
}
.home-hot-graphic-cover img,
.home-hot-graphic-cover > span {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #a8b0bf;
    font-size: 12px;
    object-fit: cover;
    transition: transform 0.22s ease;
}
.home-hot-graphic-body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
}
.home-hot-graphic-body strong {
    display: -webkit-box;
    overflow: hidden;
    color: #111827;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.42;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.home-hot-graphic-body em {
    display: block;
    overflow: hidden;
    color: #8b95a6;
    font-size: 0.78rem;
    font-style: normal;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-hot-graphic-body span {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 5px;
    color: #9aa3b2;
    font-size: 0.76rem;
    line-height: 1.2;
}
.home-hot-graphic-body span i {
    color: #b0b7c4;
    font-size: 11px;
}
.home-hot-graphic-body span i + i {
    margin-left: 6px;
}
.home-hot-graphic-item:hover .home-hot-graphic-body strong {
    color: #0a63ff;
}
.home-hot-graphic-item:hover .home-hot-graphic-cover img {
    transform: scale(1.05);
}
.home-news-list {
    display: grid;
    gap: 12px;
}
.home-news-item {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-width: 0;
    padding: 8px;
    color: inherit;
    background: #f8fafc;
    border: 1px solid #edf1f7;
    border-radius: 8px;
    transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.home-news-item:hover {
    background: #fff;
    border-color: #bfdbfe;
    box-shadow: 0 10px 22px rgba(10, 99, 255, 0.08);
    transform: translateY(-1px);
}
.home-news-cover {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    color: #0a63ff;
    font-size: 12px;
    font-weight: 700;
    background: #eff6ff;
    border-radius: 6px;
}
.home-news-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s ease;
}
.home-news-placeholder {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: inherit;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}
.home-news-placeholder i {
    font-size: 18px;
}
.home-news-item:hover .home-news-cover img {
    transform: scale(1.04);
}
.home-news-body {
    display: grid;
    gap: 8px;
    min-width: 0;
}
.home-news-body strong {
    display: -webkit-box;
    overflow: hidden;
    color: #1f2937;
    font-size: 0.88rem;
    font-weight: 650;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.home-news-body > span {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: #94a3b8;
    font-size: 0.74rem;
    line-height: 1.2;
}
.home-news-body em {
    overflow: hidden;
    max-width: 78px;
    color: #0a63ff;
    font-style: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-news-body time {
    white-space: nowrap;
}
}
.home-side-card.home-stat-card {
    overflow: hidden;
    padding: 0;
}
.home-stat-card .cms-side-title {
    min-height: 26px;
    margin: 0;
    padding: 18px 20px 17px;
    border-bottom: 1px solid #edf1f7;
}
.home-stat-card .cms-side-title__accent {
    width: 5px;
    height: 22px;
    flex-basis: 5px;
}
.home-stat-card .cms-side-title h3 {
    font-size: 19px;
}
.home-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 12px;
    padding: 19px 18px 21px;
}
.home-stat-item {
    display: flex;
    min-width: 0;
    align-items: baseline;
    justify-content: flex-start;
    gap: 6px;
    line-height: 1.45;
}
.home-stat-item span {
    flex: 0 0 auto;
    color: #343a46;
    font-size: 0.94rem;
    font-weight: 700;
    white-space: nowrap;
}
.home-stat-item span::after {
    content: "：";
}
.home-stat-item strong,
.home-stat-item time {
    display: block;
    min-width: 0;
    overflow: hidden;
    color: #9499a3;
    font-size: 0.94rem;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}
.home-stat-item time {
    font-size: 0.86rem;
}
.home-stat-item:last-child {
    grid-column: 1 / -1;
}
.home-tag-cloud {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 14px;
    row-gap: 12px;
}
.home-tag-cloud a {
    min-width: 0;
    display: inline-flex;
    align-items: baseline;
    gap: 5px;
    color: #30343d;
    font-size: 0.84rem;
    font-weight: 500;
    line-height: 1.35;
}
.home-tag-cloud a span,
.cms-tag-cloud a span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-tag-cloud a em,
.cms-tag-cloud a em {
    flex-shrink: 0;
    color: #a7abb3;
    font-style: normal;
    font-weight: 500;
}
.home-tag-cloud a:hover,
.home-tag-cloud a:hover em {
    color: #0a63ff;
}
.home-empty,
.home-side-empty {
    padding: 24px 12px;
    color: #94a3b8;
    text-align: center;
}
html.dark .home-main-column,
html.dark .home-side-card,
html.dark .home-showcase-left,
html.dark .home-showcase-notice,
html.dark .home-feature-card,
html.dark .home-search-card {
    background: #1d2025;
    border-color: #2b3038;
}
html.dark .home-showcase-vacancy {
    color: #8cc4ff;
    background: #182432;
    border-color: #3a6f9d;
}
html.dark .home-showcase-vacancy:hover {
    color: #b6ddff;
    background: #1b2d3f;
    border-color: #71b5ec;
}
html.dark .home-showcase-vacancy-mark {
    color: #9ad0ff;
    background: #223b52;
}
html.dark .home-showcase-vacancy strong {
    color: #d5eaff;
}
html.dark .home-showcase-vacancy em {
    color: #9eb3c7;
}
html.dark .home-list-head,
html.dark .home-post-item,
html.dark .home-pagination,
html.dark .home-news-item,
html.dark .home-hot-graphic-item,
html.dark .home-notice-tabs,
html.dark .home-notice-tabs button {
    border-color: #2b3038;
}
html.dark .home-list-head h1,
html.dark .home-post-body h2 a,
html.dark .cms-side-title h3,
html.dark .home-news-body strong,
html.dark .home-hot-graphic-body strong,
html.dark .home-stat-item strong,
html.dark .home-stat-item time,
html.dark .home-notice-tabs button.is-active,
html.dark .home-notice-item span,
html.dark .home-feature-title-row {
    color: #e5e7eb;
}
html.dark .home-post-body p,
html.dark .home-post-meta,
html.dark .home-list-head span,
html.dark .home-news-body > span,
html.dark .home-hot-graphic-body em,
html.dark .home-hot-graphic-body span,
html.dark .home-feature-link p,
html.dark .home-notice-tabs button,
html.dark .home-notice-item em,
html.dark .home-feature-meta,
html.dark .home-list-tabs a {
    color: #9ca3af;
}
html.dark .home-pagination a,
html.dark .home-pagination span,
html.dark .home-inline-tags a {
    background: #111827;
}
html.dark .home-stat-card .cms-side-title {
    border-color: #343a46;
}

html.dark .home-stat-item span {
    color: #e5e7eb;
}

html.dark .home-stat-item strong,
html.dark .home-stat-item time {
    color: #9ca3af;
}

@media (max-width: 640px) {
    .home-stat-grid {
        gap: 12px;
        padding: 16px 14px 18px;
    }

    .home-side-card.home-stat-card {
        padding: 0;
    }

    .home-stat-card .cms-side-title {
        padding: 15px 14px 14px;
    }

    .home-stat-card .cms-side-title h3 {
        font-size: 18px;
    }

    .home-stat-item {
        gap: 4px;
    }

    .home-stat-item span,
    .home-stat-item strong {
        font-size: 0.84rem;
    }

    .home-stat-item time {
        font-size: 0.78rem;
    }
}

@media (max-width: 380px) {
    .home-stat-grid {
        gap: 11px 9px;
    }
}
html.dark .home-side-search {
    border-color: #343a46;
    background: #111827;
}
html.dark .home-side-search input {
    color: #e5e7eb;
}
html.dark .home-side-search.is-invalid {
    background: rgba(127, 29, 29, 0.2);
    border-color: #f87171;
    box-shadow: 0 0 0 4px rgba(248, 113, 113, 0.13);
}
html.dark .home-side-search-error {
    color: #fca5a5;
}
html.dark .home-news-item {
    background: #171b22;
    border-color: #2b3038;
}
html.dark .home-news-item:hover {
    background: #1d2025;
    border-color: rgba(96, 165, 250, 0.48);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
}
html.dark .home-news-cover {
    color: #93c5fd;
    background: #202b3d;
}
html.dark .home-news-placeholder {
    color: #93c5fd;
}
html.dark .home-news-body em {
    color: #93c5fd;
}
html.dark .home-notice-tabs button {
    background: #171b22;
}
html.dark .home-notice-tabs button.is-active {
    background: #1d2025;
}
html.dark .home-tag-cloud a,
html.dark .cms-tag-cloud a {
    color: #e5e7eb;
    background: transparent;
}
html.dark .home-tag-cloud a em,
html.dark .cms-tag-cloud a em {
    color: #8f96a3;
}
.grid-container {
    display: flex;
    gap: 24px;
    flex: 1;
    min-width: 0;
}
.ad-top {
    background-color: #0a63ff;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    height: 50%;
}
.ad-bottom {
    background-color: #ffffff;
    border: 2px dashed #d8d8f5;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0a63ff;
    font-size: 22px;
    height: 50%;
}
.main-card {
    background: #ffffff;
    background-image: url('../../index/images/index/20260602-113433.png');
    background-size: cover;
    border-radius: 32px;
    padding: 40px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
    min-width: 0;
}
.right-card{
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 50%;
}
.top-tag {
    width: fit-content;
    color: rgba(226, 39, 80, 1);
    background: rgba(255, 241, 242, 1);
    padding: 4px 24px;
    border-radius:24px;
    font-size: 0.9rem;
    font-weight: bold;
}
.card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a202c;
    line-height: 1.3;
    margin-top: 16px;
}
.card-desc {
    font-size: 1rem;
    color: #718096;
    line-height: 1.6;
}
.user-group-row {
    display: flex;
    align-items: center;
    gap: 12px;
}
.avatar-stack {
    display: flex;
}
.avatar-item {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #4a5568;
    border: 3px solid #fff;
    margin-left: -16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.9rem;
}
.avatar-item:first-child {
    margin-left: 0;
}
.avatar-more {
    background: #0a63ff;
}
.user-text {
    font-size: 0.9rem;
    color: #a0aec0;
}
.stat-card {
    grid-area: stat-card;
    background: #0f172a;
    border-radius: 32px;
    padding: 24px 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.stat-header {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #cbd5e1;
}
.green-dot {
    width: 14px;
    height: 14px;
    background: #22c55e;
    border-radius: 50%;
}
.stat-big-num {
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 700;
}
.stat-label-small {
    color: #94a3b8;
    font-size: 0.8rem;
}
.stat-row-two {
    display: flex;
    justify-content: space-between;
    padding-top: 12px;
    border-top: 1px solid #334155;
}
.stat-col h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #a5b4fc;
}
.stat-col:last-child h3 {
    color: #4ade80;
}
.stat-col p {
    color: #94a3b8;
    font-size: 0.8rem;
    margin-top: 6px;
}
.interact-card {
    grid-area: interact-card;
    background: #ffffff;
    border-radius: 32px;
    padding: 24px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 12px 30px 0 rgba(236, 238, 240, 1);
}
.interact-text h4 {
    font-size: 1.4rem;
    color: #1a202c;
    font-weight: 600;
}
.interact-text p {
    font-size: 0.9rem;
    color: #94a3b8;
    margin-top: 8px;
}
.interact-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #0a63ff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.interact-icon-inner {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 4px;
}
.left-card{
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 30%;
    margin-right: 24px;
}
.grid-container1{
    display: flex;
    align-items: stretch;
    margin-bottom: 34px;
}
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}
.section-title {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 700;
    color: #111827;
}
.title-blue-line {
    width: 6px;
    height: 27px;
    background-color: #0a63ff;
    margin-right: 16px;
    border-radius: 4px;
}
.tab-buttons {
    display: flex;
    gap: 20px;
}
.tab-btn {
    font-size: 1rem;
    padding: 4px 24px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    background: #ffffff;
    color: #333;
    box-shadow: 0 4px 4px 0 rgba(244, 246, 248, 1);
}
.tab-btn.active {
    background-color: #0a63ff;
    color: #fff;
}

.tab-content > div {
    display: none;
}
/* 显示当前激活的标签内容 */
.tab-content > div.active {
    display: block !important;
}

/* 测评主卡片 */
.review-card {
    background: #fff;
    border-radius: 32px;
    display: flex;
    gap: 30px;
    padding: 30px;
    margin-bottom: 24px;
    align-items: flex-start;
    box-shadow: 0 4px 4px 0 rgba(244, 246, 248, 1);
}
.card-img-box {
    width: 220px;
    height: 145px;
    background: #eef2ff;
    border-radius: 32px;
    flex-shrink: 0;
    /* 模拟截图占位 */
    background-image: linear-gradient(135deg, #dbeafe 0%, #e0e7ff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0a63ff;
    overflow: hidden;
}
.card-img-box img,
.article-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.card-content {
    flex: 1;
}
.card-head {
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
    line-height: 1.5;
}
.top-tag1 {
    background-color: #ef4444;
    color: #fff;
    font-size: 1rem;
    padding: 6px 16px;
    border-radius: 8px;
}
.card-title-text {
    font-size: 1.2rem;
    font-weight: 600;
    color: #111827;
    line-height: 1.5;
}
.card-desc1 {
    font-size: 0.9rem;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 12px;
}
.card-meta {
    font-size: 0.85rem;
    color: #9ca3af;
}

/* 底部虚线广告位 */
.ad-bottom1 {
    border: 2px dashed #d1d5db;
    border-radius: 8px;
    padding: 12px 14px;
    text-align: center;
    font-size: 1.2rem;
    color: #0a63ff;
    margin: 0 0 24px;
}
  /* 外层卡片容器 */
.tag-card-wrap {
    background: #ffffff;
    border-radius: 32px;
    padding: 36px 30px;
    max-width: 960px;
}
/* 板块标题 */
.tag-section-title {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 40px;
}
.title-blue-bar {
    width: 8px;
    height: 40px;
    background-color: #0a63ff;
    border-radius: 4px;
    margin-right: 14px;
}
.tag-card {
    background: #ffffff;
    border-radius: 32px;
    max-width: 820px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}
.card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 6px;
    padding: 16px;
    border-bottom: 1px solid #eee;
}
.blue-line {
    width: 6px;
    height: 28px;
    background-color: #4158f6;
    border-radius: 3px;
}
.header-title {
    font-size: 1.4rem;
    color: #222;
    font-weight: 500;
}
.tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 0.9rem;
    color: #949494;
}
.tag-secend-big {
    font-size: 1.1rem;
    color: #949494;
    font-weight: 600;
}
.tag-big {
    font-size: 1.3rem;
    font-weight: bold;
    color: #333;
    margin-right: 16px;
}
.tag-row-tip:hover,.tag-big:hover,.tag-secend-big:hover {
    color: #0a63ff;
}
.section-card{
    display: flex;
    gap: 32px;
    margin: 0 0 40px;
}
.section-card-right{
    width: 35%;
}
.section-card-left{
    width: 100%;
}
.tag-row{
    margin-bottom: 6px;
}
.load-more{
    margin: auto;
    box-shadow: 0 4px 4px 0 rgba(244, 246, 248, 1);
    border-radius: 32px;
    padding: 4px 32px;
    width: fit-content;
    background-color: #ffffff;
}
.review-empty {
    padding: 36px 24px;
    margin-bottom: 24px;
    border-radius: 24px;
    background: #ffffff;
    color: #94a3b8;
    text-align: center;
    box-shadow: 0 4px 4px 0 rgba(244, 246, 248, 1);
}
.article-card {
    background: #ffffff;
    border-radius: 24px;
    margin-top: 24px;
    box-shadow: 0 4px 4px 0 rgba(244, 246, 248, 1);
}
/* 头部标题区域 */
.card-header1 {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 8x;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 8px;
}
.blue-mark {
    width: 7px;
    height: 30px;
    background-color: #425af7;
    border-radius: 4px;
}
.header-text {
    font-size: 1.4rem;
    color: #111111;
    font-weight: 500;
}
/* 文章列表项 */
.article-item {
    display: flex;
    gap: 24px;
    padding: 24px 16px;
    border-bottom: 1px solid #eeeeee;
}
/* 移除最后一条底部分割线 */
.article-item:last-child {
    border-bottom: none;
}
/* 文章缩略图 */
.article-img {
    width: 86px;
    height: 56px;
    border-radius: 8px;
    flex-shrink: 0;
    background-color: #eeeeee;
    object-fit: cover;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 0.75rem;
}
/* 文章文字区域 */
.article-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}
.article-title {
    font-size: 0.9rem;
    color: #222222;
    line-height: 1.5;
}
.article-date {
    font-size: 0.8rem;
    color: #aaaaaa;
}
.tag-content{
    padding:  16px;
}
.arrow-icon {
    font-family: system-ui, sans-serif;
    font-weight: bold;
}
@media (max-width: 1200px) {
    .search-wrap,.left-card,.section-card-right{
        width: 100%;
    }
    .grid-container1,.section-header,.section-card{
        flex-direction: column;
    }
    .grid-container{
        flex-direction: row;
    }
    .right-card{
        width: 36%;
        min-width: 260px;
    }
    .section-header{
        align-items: baseline;
        gap: 16px;
    }
    .tag-card{
        display: none;
    }
    .ad-top,.ad-bottom{
        width: 300px;
        height: 200px;
    }
    .left-card{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-right: 0;
        margin-bottom: 18px;
    }
    .search-btn{
        font-size: 0.9rem;
        padding: 4px 12px;
    }
}
@media (max-width: 900px) {
    .grid-container{
        flex-direction: column;
    }
    .right-card{
        width: 100%;
        min-width: 0;
    }
}
@media (max-width: 430px) {
    .review-card{
        flex-direction: column;
    }
    .left-card{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .tab-btn{
        font-size: 0.8rem;
    }
}

.cms-page {
    padding: 22px 0 54px;
    background: #f7f8fc;
}

.cms-page .bread {
    margin: 0 0 18px;
    padding: 13px 16px;
    color: #747b8a;
    font-size: 14px;
    background: #fff;
    border: 1px solid #edf0f6;
    border-radius: 8px;
}

.cms-page .bread .bread-separator {
    margin: 0 8px;
    color: #a2a8b6;
}

.cms-page .bread .bread-current {
    color: #606779;
}

.cms-page .bread a {
    color: #606779;
}

.cms-page .bread a:hover {
    color: #0a63ff;
}

.cms-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 18px;
    padding: 28px;
    background: #fff;
    border: 1px solid #edf0f6;
    border-radius: 8px;
}

.cms-eyebrow {
    margin: 0 0 8px;
    color: #0a63ff;
    font-size: 13px;
    font-weight: 500;
}

.cms-hero h1 {
    margin: 0;
    color: #202433;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0;
}

.cms-hero p {
    max-width: 720px;
    margin: 10px 0 0;
    color: #697184;
    line-height: 1.8;
}

.cms-search {
    display: flex;
    width: min(420px, 100%);
    height: 42px;
    overflow: hidden;
    background: #f6f7fb;
    border: 1px solid #e6e9f2;
    border-radius: 8px;
}

.cms-search input {
    flex: 1;
    min-width: 0;
    padding: 0 14px;
    color: #303545;
    background: transparent;
    border: 0;
    outline: 0;
}

.cms-search button {
    width: 86px;
    color: #fff;
    font-weight: 500;
    background: #0a63ff;
    border: 0;
    cursor: pointer;
}

.cms-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.cms-tabs a {
    display: inline-flex;
    align-items: center;
    height: 34px;
    padding: 0 14px;
    color: #596174;
    background: #fff;
    border: 1px solid #e8ebf4;
    border-radius: 8px;
}

.cms-tabs a.active,
.cms-tabs a:hover {
    color: #fff;
    background: #0a63ff;
    border-color: #0a63ff;
}

.cms-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 22px;
    align-items: start;
}

.cms-list-main-stack {
    min-width: 0;
}

.cms-list-main-stack .hz-ad-section--full {
    width: 100%;
    max-width: none;
    margin: 0 0 18px;
    padding: 0;
}

.cms-main,
.cms-side-card {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #edf0f6;
    border-radius: 8px;
}

.cms-main {
    padding: 18px;
}

.cms-list-panel {
    overflow: hidden;
    padding: 0;
}

.cms-list-panel-head {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 26px 28px 24px;
    border-bottom: 1px solid #edf0f6;
    background: #fff;
}

.cms-list-panel-head > span {
    width: 5px;
    height: 25px;
    flex-shrink: 0;
    margin-top: 4px;
    border-radius: 999px;
    background: #0a63ff;
}

.cms-list-panel-head h1 {
    margin: 0;
    color: #202433;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.28;
    letter-spacing: 0;
}

.cms-list-panel-head p {
    margin: 12px 0 0;
    color: #888f9c;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.75;
}

.cms-list-panel .cms-list-item {
    padding: 26px 28px;
}

.cms-list-panel .cms-list-item:first-child {
    padding-top: 26px;
}

.cms-list-panel .cms-list-item:last-of-type {
    border-bottom: 0;
}

.cms-list-panel .cms-search-summary {
    margin: 0;
    padding: 18px 28px;
}

.cms-list-panel .cms-search-result-item {
    padding: 24px 28px;
}

.cms-list-panel .cms-empty {
    padding: 52px 20px;
}

.cms-list-panel .cms-pagination {
    margin-top: 0;
    padding: 22px 28px 26px;
}

.cms-list-item {
    display: grid;
    grid-template-columns: minmax(180px, 250px) minmax(0, 1fr);
    gap: 22px;
    padding: 18px 0;
    border-bottom: 1px solid #eef1f7;
}

.cms-list-item:first-child {
    padding-top: 0;
}

.cms-list-item:last-child {
    border-bottom: 0;
}

.cms-list-cover {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    color: #8c94a6;
    background: #eef1f8;
    border-radius: 8px;
}

.cms-list-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cms-list-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 0;
}

.cms-list-title-row {
    margin-bottom: 10px;
}

.cms-list-top-tag {
    position: relative;
    display: inline-flex;
    float: left;
    align-items: center;
    justify-content: center;
    min-height: 25px;
    margin: 0 11px 0 0;
    padding: 0 11px;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 25px;
    letter-spacing: 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 7px;
    background: linear-gradient(112deg, #075cff 0%, #1377ff 35%, #7d5cff 67%, #0aa9ff 100%);
    background-size: 220% 100%;
    box-shadow: 0 5px 12px rgba(48, 94, 255, 0.25);
    animation: cms-top-tag-flow 3.2s linear infinite, cms-top-tag-pulse 2.4s ease-in-out infinite;
}
.cms-list-top-tag::before {
    position: absolute;
    top: -50%;
    left: -35%;
    width: 32%;
    height: 200%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.62), transparent);
    transform: rotate(18deg);
    animation: cms-top-tag-glint 2.8s ease-in-out infinite;
}
.cms-list-top-tag i,
.cms-list-top-tag b {
    position: relative;
    z-index: 1;
}
.cms-list-top-tag i {
    margin-right: 5px;
    font-size: 11px;
}
.cms-list-top-tag b {
    font-weight: 800;
}
.cms-list-top-title {
    color: transparent;
    background: linear-gradient(90deg, #ff4d67 0%, #ff8a2a 17%, #e9bf20 32%, #16a36a 50%, #1684e9 67%, #7e55e8 83%, #ed4e91 100%);
    background-clip: text;
    background-size: 240% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: cms-top-title-rainbow 5.8s linear infinite;
}
@keyframes cms-top-tag-flow {
    from { background-position: 0 50%; }
    to { background-position: 220% 50%; }
}
@keyframes cms-top-tag-glint {
    0%, 38% { left: -42%; opacity: 0; }
    48% { opacity: 0.9; }
    72%, 100% { left: 115%; opacity: 0; }
}
@keyframes cms-top-tag-pulse {
    0%, 100% { box-shadow: 0 5px 12px rgba(48, 94, 255, 0.25); }
    50% { box-shadow: 0 7px 16px rgba(88, 76, 255, 0.38); }
}
@keyframes cms-top-title-rainbow {
    from { background-position: 0 50%; }
    to { background-position: 240% 50%; }
}
@media (prefers-reduced-motion: reduce) {
    .cms-list-top-tag,
    .cms-list-top-tag::before,
    .cms-list-top-title {
        animation: none;
    }
    .cms-list-top-title {
        background-position: 50% 50%;
    }
}

.cms-list-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 8px;
    color: #838b9d;
    font-size: 13px;
}

.cms-list-body h2 {
    overflow: hidden;
    max-height: 2.96em;
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.48;
    letter-spacing: 0;
}

.cms-list-body h2 a {
    display: inline;
    color: #202433;
}

.cms-list-body h2 a:hover {
    color: #0a63ff;
}

.cms-list-body p {
    margin: 0;
    color: #646d80;
    font-size: 14px;
    line-height: 1.75;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cms-list-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px 12px;
    margin-top: auto;
    padding-top: 14px;
    color: #8b93a3;
    font-size: 12.5px;
    font-weight: 600;
}

.cms-list-author {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cms-list-author em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    background: #2563eb;
    border-radius: 50%;
}

.cms-search-summary {
    margin: 0 0 4px;
    padding: 0 0 16px;
    color: #697184;
    font-size: 14px;
    border-bottom: 1px solid #eef1f7;
}

.cms-search-summary strong {
    color: #0a63ff;
    font-weight: 700;
}

.cms-search-result-list {
    display: grid;
}

.cms-search-result-item {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 18px;
    padding: 18px 0;
    border-bottom: 1px solid #eef1f7;
}

.cms-search-result-item:last-child {
    border-bottom: 0;
}

.cms-search-result-cover {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    color: #8c94a6;
    background: #eef1f8;
    border-radius: 8px;
}

.cms-search-result-cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.22s ease;
}

.cms-search-result-item:hover .cms-search-result-cover img {
    transform: scale(1.04);
}

.cms-search-result-body {
    min-width: 0;
}

.cms-search-result-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    align-items: center;
    margin-bottom: 8px;
    color: #838b9d;
    font-size: 13px;
}

.cms-search-source {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 8px;
    color: #fff;
    font-size: 12px;
    background: #0a63ff;
    border-radius: 6px;
}

.cms-search-result-body h2 {
    margin: 0 0 9px;
    color: #202433;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 0;
}

.cms-search-result-body h2 a {
    color: inherit;
}

.cms-search-result-body h2 a:hover {
    color: #0a63ff;
}

.cms-search-result-body p {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #646d80;
    line-height: 1.75;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cms-search-result-body mark {
    padding: 0 2px;
    color: #0a63ff;
    background: rgba(10, 99, 255, 0.12);
    border-radius: 3px;
}

.cms-search-empty {
    display: grid;
    gap: 8px;
    padding: 42px 16px;
    color: #7d8799;
    text-align: center;
}

.cms-search-empty strong {
    color: #2f3545;
    font-size: 18px;
}

.cms-inline-tags,
.cms-detail-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cms-tag-cloud {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 14px;
    row-gap: 13px;
}

.cms-inline-tags {
    margin-top: 12px;
}

.cms-list-footer .cms-inline-tags {
    display: contents;
    margin-top: 0;
}

.cms-inline-tags a,
.cms-detail-tags a {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 10px;
    color: #586176;
    font-size: 13px;
    background: #f3f5fb;
    border-radius: 8px;
}

.cms-list-footer .cms-inline-tags a {
    min-height: auto;
    padding: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    background: transparent;
    border-radius: 0;
}

.cms-list-footer .cms-inline-tags a::before,
.cms-list-footer > span:not(.cms-list-author)::before {
    margin-right: 10px;
    color: #c4c9d3;
    font-weight: 700;
    content: "•";
}

.cms-list-footer .cms-inline-tags a:hover {
    color: #0a63ff;
    background: transparent;
}

.cms-tag-cloud a {
    min-width: 0;
    display: inline-flex;
    align-items: baseline;
    gap: 5px;
    color: #30343d;
    font-size: 0.84rem;
    font-weight: 500;
    line-height: 1.35;
}

.cms-inline-tags a:hover,
.cms-detail-tags a:hover {
    color: #fff;
    background: #0a63ff;
}

.cms-tag-cloud a:hover,
.cms-tag-cloud a.active,
.cms-tag-cloud a:hover em,
.cms-tag-cloud a.active em {
    color: #0a63ff;
}
.cms-tags-main {
    padding: 22px;
}
.cms-tags-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eef1f7;
}
.cms-tags-head span {
    width: 5px;
    height: 22px;
    border-radius: 999px;
    background: #0a63ff;
}
.cms-tags-head h2 {
    margin: 0;
    color: #202433;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}
.cms-tags-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.cms-tag-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px 10px;
    min-width: 0;
    min-height: 112px;
    padding: 16px;
    border: 1px solid #edf0f6;
    border-radius: 8px;
    background: #f8fafc;
    transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}
.cms-tag-card-name {
    min-width: 0;
    overflow: hidden;
    color: #202433;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cms-tag-card-count {
    align-self: start;
    padding: 3px 8px;
    border-radius: 999px;
    background: #eff6ff;
    color: #0a63ff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
}
.cms-tag-card-desc {
    grid-column: 1 / -1;
    display: -webkit-box;
    overflow: hidden;
    color: #747d90;
    font-size: 13px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.cms-tag-card:hover {
    border-color: rgba(10, 99, 255, 0.35);
    background: #fff;
    transform: translateY(-2px);
}
.cms-tag-card:hover .cms-tag-card-name {
    color: #0a63ff;
}

.cms-sidebar {
    display: grid;
    gap: 16px;
    min-width: 0;
}

.cms-side-card {
    width: 100%;
    min-width: 0;
    padding: 20px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.04);
}

.cms-sidebar-search-card {
    padding: 18px;
    background: linear-gradient(180deg, #fff 0%, #fbfcff 100%);
}

.cms-sidebar-search {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
    width: 100%;
    height: 50px;
    padding: 5px;
    background: #f7f8fc;
    border: 1px solid #dfe5f2;
    border-radius: 10px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.cms-sidebar-search:focus-within {
    background: #fff;
    border-color: rgba(10, 99, 255, 0.42);
    box-shadow: 0 0 0 4px rgba(10, 99, 255, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.cms-sidebar-search.is-invalid {
    background: #fffafb;
    border-color: #f04438;
    box-shadow: 0 0 0 4px rgba(240, 68, 56, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.cms-sidebar-search input {
    min-width: 0;
    flex: 1;
    height: 100%;
    padding: 0 10px;
    color: #303545;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 14px;
}

.cms-sidebar-search input::placeholder {
    color: #9aa3b5;
}

.cms-sidebar-search button {
    width: 72px;
    height: 40px;
    flex-shrink: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    background: linear-gradient(135deg, #3b82f6 0%, #0a63ff 100%);
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(10, 99, 255, 0.26);
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.cms-sidebar-search button:hover {
    filter: brightness(1.03);
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(10, 99, 255, 0.32);
}

.cms-sidebar-search-error {
    margin: 8px 2px 0;
    color: #d92d20;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
}

.cms-sidebar-search-error[hidden] {
    display: none;
}

.sidebar-contact-card {
    overflow: hidden;
    background: linear-gradient(180deg, #fff 0%, #fbfcff 100%);
}

.sidebar-contact-list {
    display: grid;
    gap: 10px;
}

.sidebar-contact-item {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) 32px;
    column-gap: 10px;
    align-items: center;
    min-height: 48px;
    padding: 10px 12px;
    background: #f8fafc;
    border: 1px solid #edf1f7;
    border-radius: 8px;
}

.sidebar-contact-item > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
}

.sidebar-contact-item:nth-child(1) > i {
    background: #2563eb;
}

.sidebar-contact-item:nth-child(2) > i {
    background: #16a34a;
}

.sidebar-contact-item:nth-child(3) > i {
    background: #f59e0b;
}

.sidebar-contact-item:nth-child(4) > i {
    background: #0ea5e9;
}

.sidebar-contact-body {
    min-width: 0;
}

.sidebar-contact-body span,
.sidebar-contact-body strong,
.sidebar-contact-body strong a {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sidebar-contact-body span {
    color: #64748b;
    font-size: 0.82rem;
}

.sidebar-contact-body strong,
.sidebar-contact-body strong a {
    color: #1f2937;
    font-size: 0.94rem;
    font-weight: 700;
}

.sidebar-contact-body strong a:hover {
    color: #0a63ff;
}

.sidebar-contact-copy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    color: #64748b;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    cursor: pointer;
    transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.sidebar-contact-copy:hover,
.sidebar-contact-copy:focus-visible {
    color: #fff;
    background: #0a63ff;
    border-color: #0a63ff;
    box-shadow: 0 7px 16px rgba(10, 99, 255, 0.22);
    outline: 0;
    transform: translateY(-1px);
}

.sidebar-contact-copy:active {
    transform: translateY(0);
}

.site-copy-toast {
    position: fixed;
    z-index: 1200;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: min(280px, calc(100vw - 32px));
    max-width: min(360px, calc(100vw - 32px));
    padding: 14px 18px;
    color: #fff;
    background: rgba(15, 23, 42, 0.94);
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 10px;
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.28);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, calc(-50% + 12px)) scale(0.96);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.site-copy-toast.is-visible {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.site-copy-toast.is-manual-copy {
    pointer-events: auto;
    user-select: text;
}

.site-copy-toast.is-error i {
    background: #dc2626;
}

.site-copy-toast i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: #fff;
    background: #16a34a;
    border-radius: 50%;
    font-size: 14px;
}

.site-copy-toast span {
    min-width: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
}

.cms-side-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 16px;
}

.cms-side-title-row .cms-side-title {
    margin-bottom: 0;
}

.cms-side-title-meta {
    min-width: 0;
    padding: 4px 9px;
    color: #6c7487;
    font-size: 12px;
    font-weight: 600;
    background: #f4f6fb;
    border: 1px solid #e8ecf5;
    border-radius: 999px;
}

.cms-side-links,
.cms-side-list {
    display: grid;
    gap: 8px;
}

.cms-category-card .cms-side-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.cms-category-card .cms-side-links a {
    justify-content: center;
    min-height: 44px;
    padding: 9px 10px;
}

.cms-category-card .cms-side-links a.cms-side-category-level-2 {
    width: calc(100% - 10px);
    margin-left: 10px;
}

.cms-category-card .cms-side-links a.cms-side-category-level-3 {
    width: calc(100% - 22px);
    margin-left: 22px;
}

.cms-category-card .cms-side-category-level-2 .cms-side-link-main strong {
    font-size: 13px;
    font-weight: 600;
}

.cms-category-card .cms-side-category-level-3 .cms-side-link-main strong {
    color: #64748b;
    font-size: 13px;
    font-weight: 500;
}

.cms-category-card .cms-side-link-main {
    width: 100%;
    justify-content: center;
}

.cms-side-links a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 10px 0 12px;
    color: #5f687c;
    background: #f7f8fc;
    border: 1px solid transparent;
    border-radius: 10px;
    transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.cms-side-link-main {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.cms-side-link-main i {
    position: relative;
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    background: #fff;
    border: 1px solid #e5e9f3;
    border-radius: 8px;
}

.cms-side-link-main i::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    background: #8d95a8;
    border-radius: 50%;
    content: "";
    transform: translate(-50%, -50%);
}

.cms-side-link-main strong {
    min-width: 0;
    overflow: hidden;
    font-size: 15px;
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cms-side-link-meta {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    flex: 0 0 auto;
}

.cms-side-link-meta em {
    min-width: 28px;
    padding: 3px 8px;
    color: #8a93a6;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    background: #fff;
    border: 1px solid #e6eaf3;
    border-radius: 999px;
}

.cms-side-link-meta b {
    color: #a3abba;
    font-size: 19px;
    line-height: 1;
}

.cms-side-links a.active,
.cms-side-links a:hover {
    color: #fff;
    background: linear-gradient(135deg, #3b82f6 0%, #0a63ff 100%);
    border-color: rgba(10, 99, 255, 0.18);
    box-shadow: 0 12px 22px rgba(10, 99, 255, 0.2);
    transform: translateY(-1px);
}

.cms-side-links a.active .cms-side-link-main i,
.cms-side-links a:hover .cms-side-link-main i {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.34);
}

.cms-side-links a.active .cms-side-link-main i::before,
.cms-side-links a:hover .cms-side-link-main i::before {
    background: #fff;
}

.cms-side-links a.active .cms-side-link-meta em,
.cms-side-links a:hover .cms-side-link-meta em {
    color: #0a63ff;
    background: #fff;
    border-color: rgba(255, 255, 255, 0.56);
}

.cms-side-links a.active .cms-side-link-meta b,
.cms-side-links a:hover .cms-side-link-meta b {
    color: #fff;
}

.cms-side-list a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px dashed #e4e7f0;
}

.cms-side-list a:first-child {
    padding-top: 0;
}

.cms-side-list a:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.cms-side-list a.has-cover {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
}

.cms-side-thumb {
    width: 96px;
    aspect-ratio: 16 / 10;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    background: #eef1f8;
}

.cms-side-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.cms-side-info {
    min-width: 0;
    display: grid;
    gap: 6px;
}

.cms-side-info strong {
    display: -webkit-box;
    overflow: hidden;
    color: #313746;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cms-side-list a.text-only .cms-side-info strong {
    font-size: 14px;
}

.cms-side-list a:hover .cms-side-info strong {
    color: #0a63ff;
}

.cms-side-info em {
    color: #9299aa;
    font-size: 12px;
    font-style: normal;
}

.cms-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid #eef1f7;
}

.cms-pagination a,
.cms-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    color: #6f7683;
    background: #f3f4f6;
    border-radius: 8px;
    font-weight: 500;
}

.cms-pagination a.active,
.cms-pagination a:hover {
    color: #fff;
    background: #0a63ff;
}

.cms-pagination .pagination-prev,
.cms-pagination .pagination-next {
    min-width: 78px;
}

.cms-pagination .pagination-disabled {
    color: #b5bac4;
    cursor: not-allowed;
}

.cms-pagination .pagination-ellipsis,
.cms-pagination .pagination-total {
    min-width: auto;
    padding: 0 8px;
    color: #969ba5;
    background: transparent;
}

.cms-empty {
    padding: 40px 10px;
    color: #8790a3;
    text-align: center;
}

.cms-detail-main {
    padding: 28px;
}

.cms-detail-main .article-top-info {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 12px;
    color: #80889b;
    font-size: 14px;
}

.cms-detail-main .cate-tag {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 11px;
    color: #fff;
    background: #0a63ff;
    border-radius: 8px;
}

.cms-detail-main .article-title {
    margin: 0;
    color: #202433;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0;
}

.cms-detail-main .article-desc {
    margin: 18px 0 22px;
    padding: 16px;
    color: #596276;
    line-height: 1.85;
    background: #f6f7fc;
    border-left: 4px solid #0a63ff;
    border-radius: 8px;
}

.cms-detail-main .desc-label {
    margin-right: 8px;
    color: #0a63ff;
    font-weight: 600;
}

.cms-article-content {
    min-width: 0;
    font-size: 16px;
    line-height: 1.9;
    overflow-wrap: break-word;
}

.cms-article-content p {
    margin: 0 0 16px;
}

.cms-article-content > :first-child {
    margin-top: 0;
}

.cms-article-content > :last-child {
    margin-bottom: 0;
}

.cms-article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.cms-article-content figure {
    max-width: 100%;
    margin: 20px auto;
}

.cms-article-content figcaption {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.65;
    text-align: center;
}

.cms-article-content h1,
.cms-article-content h2,
.cms-article-content h3,
.cms-article-content h4,
.cms-article-content h5,
.cms-article-content h6 {
    position: relative;
    margin: 28px 0 14px;
    padding-left: 20px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0;
}

.cms-article-content h1::before,
.cms-article-content h2::before,
.cms-article-content h3::before,
.cms-article-content h4::before,
.cms-article-content h5::before,
.cms-article-content h6::before {
    position: absolute;
    top: 0.12em;
    bottom: 0.12em;
    left: 0;
    width: clamp(4px, 0.22em, 6px);
    border-radius: 999px;
    background: var(--cms-heading-marker, #0a63ff);
    content: "";
}

.cms-article-content h1 {
    --cms-heading-marker: #0a63ff;
    font-size: 28px;
}

.cms-article-content h2 {
    --cms-heading-marker: #0b9a83;
    font-size: 23px;
}

.cms-article-content h3 {
    --cms-heading-marker: #7a5af8;
    font-size: 20px;
}

.cms-article-content h4 {
    --cms-heading-marker: #d97706;
    font-size: 18px;
}

.cms-article-content h5 {
    --cms-heading-marker: #d9487d;
    font-size: 16px;
}

.cms-article-content h6 {
    --cms-heading-marker: #64748b;
    font-size: 15px;
}

.cms-article-content ul,
.cms-article-content ol {
    margin: 0 0 16px;
    padding-left: 1.6em;
}

.cms-article-content ul,
.cms-article-content ul li {
    list-style: disc;
}

.cms-article-content ol,
.cms-article-content ol li {
    list-style: decimal;
}

.cms-article-content li {
    margin: 5px 0;
    cursor: text;
}

.cms-article-content li > ul,
.cms-article-content li > ol {
    margin: 5px 0 0;
}

.cms-article-content blockquote {
    margin: 20px 0;
    padding: 12px 16px;
    border-left: 4px solid #0a63ff;
    background: #f6f8fc;
    border-radius: 0 8px 8px 0;
}

.cms-article-content blockquote > :last-child {
    margin-bottom: 0;
}

.cms-article-content hr {
    height: 1px;
    margin: 28px 0;
    border: 0;
    background: #e8edf5;
}

.cms-article-content .cms-article-link {
    color: #0a63ff;
    font-weight: 600;
    text-decoration: none;
    box-shadow: inset 0 -0.58em 0 rgba(10, 99, 255, 0.1);
    border-bottom: 1px solid rgba(10, 99, 255, 0.34);
    transition: color 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.cms-article-content .cms-article-link::after {
    margin-left: 4px;
    color: currentColor;
    font-family: FontAwesome;
    font-size: 0.72em;
    font-weight: 400;
    content: "\f08e";
    vertical-align: 1px;
}

.cms-article-content .cms-article-link:hover {
    color: #0756e1;
    box-shadow: inset 0 -1.2em 0 rgba(10, 99, 255, 0.14);
    border-color: rgba(10, 99, 255, 0.56);
}

.cms-article-content table {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100% !important;
    margin: 20px 0;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: auto !important;
    overflow: hidden;
    border: 1px solid #dfe6f0;
    border-radius: 8px;
}

.cms-article-content table colgroup,
.cms-article-content table col {
    width: auto !important;
}

.cms-article-content th,
.cms-article-content td {
    min-width: 0;
    padding: 10px 12px;
    line-height: 1.65;
    text-align: left;
    vertical-align: top;
    word-break: break-word;
    border-right: 1px solid #e7ecf4;
    border-bottom: 1px solid #e7ecf4;
}

.cms-article-content th {
    font-weight: 700;
    background: #f5f8fc;
}

.cms-article-content tr > :last-child {
    border-right: 0;
}

.cms-article-content tbody tr:last-child > * {
    border-bottom: 0;
}

.cms-article-content caption {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.65;
    text-align: left;
}

.cms-article-content code {
    padding: 2px 5px;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    font-size: 0.9em;
    background: #f1f4f8;
    border-radius: 4px;
}

.cms-article-content pre {
    overflow: auto;
    margin: 20px 0;
    padding: 14px;
    color: #e9eef8;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    font-size: 13px;
    line-height: 1.7;
    background: #202433;
    border-radius: 8px;
}

.cms-article-content pre code {
    padding: 0;
    color: inherit;
    font-size: inherit;
    background: transparent;
}

.cms-detail-share {
    margin-top: 28px;
    padding: 20px 0 8px;
    text-align: center;
}

.cms-detail-share-title {
    margin-bottom: 16px;
    color: #9aa1ad;
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
}

.cms-share-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 16px;
}

.cms-share-button {
    position: relative;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 0;
    color: #fff;
    font-size: 21px;
    line-height: 1;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.cms-share-button:hover {
    color: #fff;
    transform: translateY(-2px);
    filter: saturate(1.08);
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.18);
}

.cms-share-button:focus-visible {
    outline: 3px solid rgba(10, 99, 255, 0.28);
    outline-offset: 3px;
}

.cms-share-button .fa {
    font-size: 20px;
}

.cms-share-button.is-copied::after {
    position: absolute;
    left: 50%;
    bottom: -28px;
    padding: 4px 8px;
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    content: "已复制";
    background: rgba(32, 36, 51, 0.9);
    border-radius: 999px;
    transform: translateX(-50%);
}

.cms-share-wechat {
    background: #12c763;
}

.cms-share-weibo {
    background: #ff655c;
}

.cms-share-qq {
    background: #13a8e8;
}

.cms-share-qzone {
    background: #ffc342;
}

.cms-share-line {
    background: #05bd28;
}

.cms-share-x {
    background: #43b2ec;
}

.cms-share-facebook {
    background: #496bb4;
}

.cms-share-telegram {
    background: #2ea4d9;
}

.cms-share-skype {
    background: #08a9e6;
}

.cms-share-text-icon {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
}

.cms-share-x .cms-share-text-icon {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 900;
}

.cms-detail-tags {
    justify-content: center;
    gap: 6px;
    margin-top: 22px;
    padding-top: 0;
    border-top: 0;
}

.cms-detail-tags a {
    min-height: 26px;
    padding: 3px 9px;
    color: var(--tag-color, #fff);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.45;
    background: var(--tag-bg, #0a63ff);
    border: 0;
    border-radius: 6px;
    box-shadow: none;
    transition: filter 0.2s ease;
}

.cms-detail-tags a:hover {
    color: var(--tag-color, #fff);
    background: var(--tag-bg, #0a63ff);
    filter: saturate(1.04) brightness(0.96);
}

.cms-copyright {
    margin-top: 24px;
    padding: 20px;
    color: #64748b;
    background: #fbfdff;
    border: 1px solid #dfe8f5;
    border-radius: 8px;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.045);
}

.cms-copyright-head {
    display: flex;
    align-items: center;
    gap: 11px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e7edf6;
}

.cms-copyright-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    color: #0a63ff;
    font-size: 16px;
    background: #eaf2ff;
    border-radius: 8px;
}

.cms-copyright-head > div {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.cms-copyright-head strong {
    color: #1f2937;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.cms-copyright-head span:not(.cms-copyright-icon) {
    color: #94a3b8;
    font-size: 12px;
    line-height: 1.4;
}

.cms-copyright-meta {
    display: grid;
    gap: 12px;
    margin-top: 16px;
}

.cms-copyright-item {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.cms-copyright-item > span {
    padding-top: 1px;
    color: #94a3b8;
    font-size: 12px;
    line-height: 1.65;
}

.cms-copyright-item > strong,
.cms-copyright-item > a {
    min-width: 0;
    color: #334155;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.65;
}

.cms-copyright-item > a {
    display: inline-flex;
    gap: 7px;
    align-items: flex-start;
    color: #0a63ff;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.cms-copyright-item > a b {
    min-width: 0;
    font-weight: 500;
}

.cms-copyright-item > a i {
    flex: 0 0 auto;
    margin-top: 4px;
    font-size: 12px;
}

.cms-copyright-item > a:hover {
    color: #0756e1;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.cms-copyright-note {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin: 16px 0 0;
    padding-top: 14px;
    color: #718096;
    font-size: 12px;
    line-height: 1.7;
    border-top: 1px dashed #dfe8f5;
}

.cms-copyright-note i {
    flex: 0 0 auto;
    margin-top: 3px;
    color: #0a63ff;
}

.cms-prev-next {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #eef1f7;
}

.cms-prev-next-card {
    position: relative;
    display: flex;
    gap: 14px;
    align-items: center;
    min-width: 0;
    min-height: 96px;
    padding: 18px 20px;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    background: linear-gradient(135deg, #f8f9fd 0%, #f2f5fb 100%);
    border: 1px solid #eef1f7;
    border-radius: 14px;
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.cms-prev-next-card::before {
    position: absolute;
    inset: 0;
    pointer-events: none;
    content: "";
    background: radial-gradient(circle at 14% 18%, rgba(10, 99, 255, 0.08), transparent 30%),
        radial-gradient(circle at 86% 84%, rgba(10, 99, 255, 0.08), transparent 34%);
    opacity: 0;
    transition: opacity 0.22s ease;
}

.cms-prev-next-card--next {
    justify-content: flex-end;
    text-align: right;
}

.cms-prev-next-card.is-empty {
    opacity: 0.72;
}

.cms-prev-next a.cms-prev-next-card:hover {
    border-color: rgba(10, 99, 255, 0.26);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.1);
    transform: translateY(-2px);
}

.cms-prev-next a.cms-prev-next-card:hover::before {
    opacity: 1;
}

.cms-prev-next-thumb {
    position: relative;
    z-index: 1;
    display: flex;
    flex: 0 0 66px;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    overflow: hidden;
    background: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
}

.cms-prev-next-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cms-prev-next-thumb--placeholder {
    color: #0a63ff;
    font-size: 26px;
    background: linear-gradient(135deg, #eff6ff, #eef2ff);
}

.cms-prev-next-body {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 8px;
    min-width: 0;
}

.cms-prev-next-label {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    color: #7c8497;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
}

.cms-prev-next-card--next .cms-prev-next-label {
    justify-content: flex-end;
}

.cms-prev-next strong {
    display: -webkit-box;
    overflow: hidden;
    color: #2f3545;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cms-prev-next a.cms-prev-next-card:hover strong,
.cms-prev-next a.cms-prev-next-card:hover .cms-prev-next-label {
    color: #0a63ff;
}

.cms-related {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid #eef1f7;
}

.cms-related-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.cms-related-head span {
    width: 5px;
    height: 26px;
    border-radius: 999px;
    background: #0a63ff;
}

.cms-related-head h2 {
    margin: 0;
    color: #202433;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
}

.cms-related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px 18px;
}

.cms-related-card {
    display: grid;
    gap: 12px;
    min-width: 0;
    color: inherit;
}

.cms-related-cover {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #eef1f8;
    border-radius: 8px;
}

.cms-related-cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.22s ease;
}

.cms-related-placeholder {
    display: grid;
    place-items: center;
    gap: 4px;
    width: 100%;
    height: 100%;
    color: #9aa3b5;
    background: linear-gradient(135deg, #f8fafc 0%, #eef2f7 100%);
}

.cms-related-placeholder b {
    color: #c5ccd8;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0;
}

.cms-related-placeholder em {
    color: #a4adbc;
    font-size: 12px;
    font-style: normal;
}

.cms-related-body {
    display: grid;
    gap: 9px;
    min-width: 0;
}

.cms-related-body strong {
    display: -webkit-box;
    overflow: hidden;
    min-height: 48px;
    color: #252b3a;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cms-related-body em {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 10px;
    color: #8a93a3;
    font-size: 12px;
    font-style: normal;
}

.cms-related-card:hover .cms-related-cover img {
    transform: scale(1.05);
}

.cms-related-card:hover .cms-related-body strong {
    color: #0a63ff;
}

.single-page-layout {
    display: block;
}

.single-page-layout--with-sidebar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 22px;
    align-items: start;
}

.single-page-layout--sidebar-left {
    grid-template-columns: 320px minmax(0, 1fr);
}

.single-page-layout--with-sidebar .single-page-main {
    max-width: none;
    margin: 0;
}

.single-page-sidebar {
    min-width: 0;
}

.single-page-main {
    max-width: 980px;
    margin: 0 auto;
}

.single-page-layout--plain .single-page-main {
    width: 100%;
    max-width: none;
    margin: 0;
}

.single-page-cover {
    margin: 0 0 22px;
    overflow: hidden;
    background: #f3f5f8;
    border-radius: 10px;
}

.single-page-cover img {
    display: block;
    width: 100%;
    max-height: 360px;
    object-fit: cover;
}

.single-page-top-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    margin: 0 0 34px;
    color: #98a2b3;
    font-size: 14px;
}

.cms-detail-main .single-page-title {
    max-width: 900px;
    margin: 0 auto 20px;
    padding: 0;
    border: 0 !important;
    border-bottom: 0 !important;
    text-align: center;
    font-size: 32px !important;
    font-weight: 700;
    line-height: 1.3;
}

.single-page-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 0;
    padding: 0;
    color: inherit;
    line-height: 1;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.single-page-meta-item + .single-page-meta-item::before {
    display: inline-block;
    width: 3px;
    height: 3px;
    margin: 0 12px;
    background: #c4ccd8;
    border-radius: 50%;
    content: "";
}

.single-page-meta-item i {
    color: #aab4c3;
    font-size: 12px;
}

@media (max-width: 767px) {
    .cms-detail-main .single-page-title {
        font-size: 25px !important;
        line-height: 1.38;
    }

    .single-page-top-info {
        margin-bottom: 26px;
        font-size: 13px;
    }
}

.single-page-content {
    margin-top: 24px;
}

.single-page-content ul {
    display: grid;
    gap: 10px;
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}

.single-page-content li {
    position: relative;
    padding-left: 18px;
}

.single-page-content li::before {
    position: absolute;
    top: 0.82em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #0a63ff;
    content: "";
}

.single-page-content code {
    padding: 2px 6px;
    color: #0a63ff;
    background: #eff6ff;
    border-radius: 5px;
}

.single-page-note {
    margin: 22px 0;
    padding: 16px 18px;
    color: #596276;
    line-height: 1.8;
    background: #f7fbff;
    border: 1px solid #bfdbfe;
    border-left: 4px solid #0a63ff;
    border-radius: 8px;
}

.single-page-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 22px 0 26px;
}

.single-page-card-grid div {
    display: grid;
    gap: 9px;
    padding: 18px;
    background: #f8fafc;
    border: 1px solid #edf0f6;
    border-radius: 8px;
}

.single-page-card-grid strong {
    color: #202433;
    font-size: 17px;
}

.single-page-card-grid span {
    color: #697184;
    line-height: 1.75;
}

.single-page-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.single-page-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 18px;
    color: #fff;
    font-weight: 600;
    background: #0a63ff;
    border: 1px solid #0a63ff;
    border-radius: 8px;
}

.single-page-button:hover {
    color: #fff;
    background: #0756e1;
    border-color: #0756e1;
}

.single-page-button-light {
    color: #0a63ff;
    background: #fff;
}

.single-page-button-light:hover {
    color: #0a63ff;
    background: #eff6ff;
    border-color: #bfdbfe;
}

/* Article submission page: purpose-built layout for the structured submission guide. */
.contribution-guide {
    color: #344054;
}

.contribution-guide__intro {
    margin: 0 0 24px;
    padding: 22px 24px;
    border: 1px solid #dbe7ff;
    border-radius: 8px;
    background: #f6f9ff;
}

.contribution-guide__intro h2,
.contribution-guide__section h2,
.contribution-guide__faq h2 {
    margin-top: 0;
    padding-left: 0;
}

.contribution-guide__intro h2::before,
.contribution-guide__section h2::before,
.contribution-guide__faq h2::before {
    display: none;
}

.contribution-guide__intro p {
    max-width: 720px;
    margin-bottom: 0;
    color: #526079;
}

.contribution-guide__section,
.contribution-guide__faq {
    margin: 30px 0;
}

.contribution-guide__section h2,
.contribution-guide__faq h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
}

.contribution-guide__section h2 span,
.contribution-guide__faq h2 span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: #0a63ff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    background: #eaf2ff;
    border-radius: 50%;
}

.contribution-guide__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
}

.contribution-guide__card {
    padding: 18px;
    background: #fff;
    border: 1px solid #e5eaf2;
    border-radius: 8px;
}

.contribution-guide__card strong {
    display: block;
    margin-bottom: 7px;
    color: #1d2939;
    font-size: 16px;
}

.contribution-guide__card p {
    margin: 0;
    color: #667085;
    font-size: 14px;
    line-height: 1.75;
}

.contribution-guide__checklist,
.contribution-guide__steps {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.contribution-guide__checklist li,
.contribution-guide__steps li {
    margin: 0;
    padding: 13px 16px 13px 46px;
    background: #fafbfd;
    border: 1px solid #edf0f5;
    border-radius: 8px;
}

.contribution-guide__checklist li::before,
.contribution-guide__steps li::before {
    top: 14px;
    left: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #0a63ff;
    font-family: FontAwesome;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    background: #eaf2ff;
    content: "\f00c";
}

.contribution-guide__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    counter-reset: submission-step;
}

.contribution-guide__steps li {
    min-height: 104px;
    padding: 18px 18px 18px 50px;
    counter-increment: submission-step;
}

.contribution-guide__steps li::before {
    top: 18px;
    color: #fff;
    font-family: inherit;
    font-size: 12px;
    font-weight: 800;
    background: #0a63ff;
    content: "0" counter(submission-step);
}

.contribution-guide__steps strong,
.contribution-guide__steps span {
    display: block;
}

.contribution-guide__steps strong {
    margin-bottom: 5px;
    color: #1d2939;
}

.contribution-guide__steps span {
    color: #667085;
    font-size: 14px;
    line-height: 1.7;
}

.contribution-guide__contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 24px 0 0;
    padding: 22px 24px;
    color: #fff;
    background: #1769e0;
    border-radius: 8px;
}

.contribution-guide__contact p,
.contribution-guide__contact strong,
.contribution-guide__contact span {
    display: block;
}

.contribution-guide__contact p {
    margin: 0 0 4px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
}

.contribution-guide__contact strong {
    font-size: 20px;
}

.contribution-guide__contact a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    color: #0a63ff;
    font-weight: 700;
    background: #fff;
    border-radius: 6px;
}

.contribution-guide__template {
    padding: 18px;
    color: #cdd9ee;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
    font-size: 14px;
    line-height: 1.9;
    white-space: pre-wrap;
    background: #1f2937;
    border-radius: 8px;
}

.contribution-guide__faq dl {
    margin: 0;
    border-top: 1px solid #e7ecf3;
}

.contribution-guide__faq div {
    padding: 16px 0;
    border-bottom: 1px solid #e7ecf3;
}

.contribution-guide__faq dt {
    margin-bottom: 6px;
    color: #1d2939;
    font-weight: 700;
}

.contribution-guide__faq dd {
    margin: 0;
    color: #667085;
}

html.dark .cms-page {
    background: #16191f;
}

html.dark .cms-hero,
html.dark .cms-main,
html.dark .cms-list-panel-head,
html.dark .cms-side-card,
html.dark .cms-page .bread {
    background: #1d2025;
    border-color: #2a2f39;
}

html.dark .cms-hero h1,
html.dark .cms-list-panel-head h1,
html.dark .cms-list-body h2 a,
html.dark .cms-search-result-body h2,
html.dark .cms-side-card h3,
html.dark .cms-side-info strong,
html.dark .cms-detail-main .article-title,
html.dark .cms-related-head h2,
html.dark .cms-related-body strong,
html.dark .cms-tags-head h2,
html.dark .cms-tag-card-name {
    color: #e5e7eb;
}

html.dark .cms-hero p,
html.dark .cms-list-panel-head p,
html.dark .cms-list-body p,
html.dark .cms-list-footer,
html.dark .cms-search-result-body p,
html.dark .cms-search-summary,
html.dark .cms-page .bread,
html.dark .cms-list-meta,
html.dark .cms-search-result-meta,
html.dark .cms-detail-main .article-top-info,
html.dark .cms-related-body em,
html.dark .single-page-top-info,
html.dark .cms-copyright {
    color: #9ca3af;
}

html.dark .single-page-meta-item {
    color: #aeb8c8;
    background: transparent;
    border-color: transparent;
}

html.dark .single-page-meta-item i {
    color: #8792a4;
}

html.dark .cms-search,
html.dark .cms-sidebar-search,
html.dark .cms-tabs a,
html.dark .cms-side-links a,
html.dark .cms-tag-card,
html.dark .cms-inline-tags a,
html.dark .cms-detail-tags a,
html.dark .cms-detail-main .article-desc,
html.dark .cms-copyright,
html.dark .cms-prev-next a,
html.dark .cms-prev-next div,
html.dark .cms-pagination a,
html.dark .cms-pagination span {
    background: #262b34;
    border-color: #343a46;
}

html.dark .cms-detail-tags a {
    color: var(--tag-color, #fff) !important;
    background: var(--tag-bg, #0a63ff);
}

html.dark .cms-article-content blockquote {
    background: #242a34;
}

html.dark .cms-article-content hr {
    background: #394150;
}

html.dark .cms-article-content table {
    border-color: #394150;
}

html.dark .cms-article-content th,
html.dark .cms-article-content td {
    border-color: #394150;
}

html.dark .cms-article-content th,
html.dark .cms-article-content code {
    background: #242a34;
}

html.dark .cms-article-content .cms-article-link {
    color: #76aeff;
    box-shadow: inset 0 -0.58em 0 rgba(96, 165, 250, 0.16);
    border-color: rgba(96, 165, 250, 0.48);
}

html.dark .cms-article-content .cms-article-link:hover {
    color: #a6ccff;
    box-shadow: inset 0 -1.2em 0 rgba(96, 165, 250, 0.22);
    border-color: rgba(147, 197, 253, 0.72);
}

html.dark .cms-copyright {
    color: #9ca3af;
    background: #1d2025;
    border-color: #343a46;
    box-shadow: none;
}

html.dark .cms-copyright-head,
html.dark .cms-copyright-note {
    border-color: #343a46;
}

html.dark .cms-copyright-icon {
    color: #8fc1ff;
    background: rgba(10, 99, 255, 0.18);
}

html.dark .cms-copyright-head strong,
html.dark .cms-copyright-item > strong {
    color: #e5e7eb;
}

html.dark .cms-copyright-head span:not(.cms-copyright-icon),
html.dark .cms-copyright-item > span,
html.dark .cms-copyright-note {
    color: #9ca3af;
}

html.dark .cms-copyright-item > a,
html.dark .cms-copyright-note i {
    color: #76aeff;
}

html.dark .cms-sidebar-search input {
    color: #e5e7eb;
}

html.dark .cms-sidebar-search input::placeholder {
    color: #81899a;
}

html.dark .cms-sidebar-search.is-invalid {
    background: rgba(127, 29, 29, 0.2);
    border-color: #f87171;
    box-shadow: 0 0 0 4px rgba(248, 113, 113, 0.13);
}

html.dark .cms-sidebar-search-error {
    color: #fca5a5;
}

html.dark .cms-sidebar-search-card {
    background: #1d2025;
}

html.dark .home-side-search button,
html.dark .cms-sidebar-search button {
    color: #fff;
    background: #0a63ff;
    border-color: #0a63ff;
    box-shadow: 0 8px 18px rgba(10, 99, 255, 0.28);
}

html.dark .home-side-search button:hover,
html.dark .cms-sidebar-search button:hover {
    background: #0756e1;
    border-color: #0756e1;
}

html.dark .home-pagination a.active,
html.dark .home-pagination a:hover,
html.dark .cms-pagination a.active,
html.dark .cms-pagination a:hover,
html.dark .cms-tabs a.active,
html.dark .cms-tabs a:hover {
    color: #fff;
    background: #0a63ff;
    border-color: #0a63ff;
}

html.dark .sidebar-contact-card {
    background: #1d2025;
}

html.dark .sidebar-contact-body strong,
html.dark .sidebar-contact-body strong a {
    color: #e5e7eb;
}

html.dark .sidebar-contact-item {
    background: #262b34;
    border-color: #343a46;
}

html.dark .sidebar-contact-body span {
    color: #9ca3af;
}

html.dark .sidebar-contact-copy {
    color: #aeb8c8;
    background: #1f242c;
    border-color: #3a4351;
}

html.dark .sidebar-contact-copy:hover,
html.dark .sidebar-contact-copy:focus-visible {
    color: #fff;
    background: #0a63ff;
    border-color: #0a63ff;
}

html.dark .cms-side-title-meta,
html.dark .cms-side-link-main i,
html.dark .cms-side-link-meta em {
    background: #1f242c;
    border-color: #343a46;
}

html.dark .cms-side-title-meta,
html.dark .cms-side-link-meta em,
html.dark .cms-side-link-meta b {
    color: #9ca3af;
}

html.dark .cms-side-link-main i::before {
    background: #747d90;
}

html.dark .cms-side-links a.active,
html.dark .cms-side-links a:hover {
    color: #fff;
    background: linear-gradient(135deg, #3b82f6 0%, #0a63ff 100%);
    border-color: rgba(96, 165, 250, 0.28);
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.24);
}

html.dark .cms-side-links a.active .cms-side-link-main i,
html.dark .cms-side-links a:hover .cms-side-link-main i {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.34);
}

html.dark .cms-side-links a.active .cms-side-link-main i::before,
html.dark .cms-side-links a:hover .cms-side-link-main i::before {
    background: #fff;
}

html.dark .cms-side-links a.active .cms-side-link-meta em,
html.dark .cms-side-links a:hover .cms-side-link-meta em {
    color: #0a63ff;
    background: #fff;
    border-color: rgba(255, 255, 255, 0.56);
}

html.dark .cms-side-links a.active .cms-side-link-meta b,
html.dark .cms-side-links a:hover .cms-side-link-meta b {
    color: #fff;
}

html.dark .cms-tags-head {
    border-color: #343a46;
}
html.dark .single-page-cover {
    background: #262b34;
}
html.dark .single-page-content code {
    background: #3a241d;
}
html.dark .single-page-note {
    color: #cbd5e1;
    background: #241f1d;
    border-color: #4f332b;
}
html.dark .single-page-card-grid div {
    background: #262b34;
    border-color: #343a46;
}
html.dark .single-page-card-grid strong {
    color: #e5e7eb;
}
html.dark .single-page-card-grid span {
    color: #9ca3af;
}
html.dark .single-page-button-light {
    background: #262b34;
    border-color: #4f332b;
}
html.dark .contribution-guide {
    color: #d0d5dd;
}
html.dark .contribution-guide__intro,
html.dark .contribution-guide__card,
html.dark .contribution-guide__checklist li,
html.dark .contribution-guide__steps li {
    background: #262b34;
    border-color: #3b4350;
}
html.dark .contribution-guide__intro p,
html.dark .contribution-guide__card p,
html.dark .contribution-guide__steps span,
html.dark .contribution-guide__faq dd {
    color: #aab4c3;
}
html.dark .contribution-guide__card strong,
html.dark .contribution-guide__steps strong,
html.dark .contribution-guide__faq dt {
    color: #eef2f6;
}
html.dark .contribution-guide__faq dl,
html.dark .contribution-guide__faq div {
    border-color: #3b4350;
}
html.dark .cms-tag-card-desc {
    color: #9ca3af;
}
html.dark .cms-tag-card-count {
    background: #3a241d;
}

html.dark .cms-related {
    border-color: #343a46;
}

html.dark .cms-related-cover {
    background: #252b35;
}

html.dark .cms-related-placeholder {
    background: linear-gradient(135deg, #252b35 0%, #20242c 100%);
}

html.dark .cms-related-placeholder b,
html.dark .cms-related-placeholder em {
    color: #626b7a;
}

html.dark .cms-search-result-item,
html.dark .cms-list-item,
html.dark .cms-search-summary {
    border-color: #343a46;
}

html.dark .cms-search-result-cover {
    background: #252b35;
}

html.dark .cms-search-empty strong {
    color: #e5e7eb;
}

html.dark .home-pagination .pagination-ellipsis,
html.dark .home-pagination .pagination-total,
html.dark .cms-pagination .pagination-ellipsis,
html.dark .cms-pagination .pagination-total {
    background: transparent;
}

@media (max-width: 1024px) {
    .hz-ad-section--full {
        width: 92%;
    }
}

@media (max-width: 1859px) {
    .hz-floating-ads {
        display: none;
    }
}

@media (max-width: 960px) {
    .hz-floating-ads {
        display: none;
    }

    .hz-kefu-float,
    .hz-kefu-float.is-offset-for-right-ad {
        right: 0;
    }

    .hz-ad-section--full {
        margin: 14px auto 18px;
    }

    .hz-ad-section--global_top_full {
        margin-bottom: 4px;
    }

    .hz-ad-section--home_top_full {
        margin-top: 4px;
    }

    .hz-ad-placeholder {
        gap: 9px;
        min-height: 64px;
        padding: 12px 14px;
    }

    .hz-ad-placeholder__icon {
        width: 30px;
        height: 30px;
    }

    .hz-ad-placeholder__content strong {
        font-size: 14px;
    }

    .hz-ad-placeholder__content em {
        font-size: 12px;
    }

    .hz-ad-placeholder__action {
        display: none;
    }

    .hz-ad-placeholder--sidebar {
        min-height: 156px;
    }

    .home-showcase-section {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 22px;
    }

    .home-banner-carousel {
        height: 260px;
    }

    .home-main-stack {
        gap: 16px;
    }

    .home-feature-link {
        padding: 22px;
    }

    .home-search-card {
        padding: 18px;
    }

    .home-news-page {
        grid-template-columns: 1fr;
    }

    .home-side-column {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-search-card,
    .home-side-column .sidebar-contact-card,
    .home-side-column .home-side-card:first-child {
        grid-column: 1 / -1;
    }

    .cms-hero,
    .cms-layout,
    .single-page-layout--with-sidebar {
        display: block;
    }

    .cms-search {
        margin-top: 18px;
    }

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

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

    .cms-sidebar {
        margin-top: 18px;
    }

    .single-page-sidebar {
        margin-top: 18px;
    }
}

@media (max-width: 640px) {
    .hz-ad-item--device-pc {
        display: none;
    }

    .hz-ad-item--device-mobile {
        display: flex;
    }

    .hz-ad-item {
        width: var(--hz-ad-mobile-width, auto);
        height: var(--hz-ad-mobile-height, auto);
    }

    .hz-ad-item--full,
    .hz-mobile-bottom-ad .hz-ad-item--mobile {
        width: 100%;
    }

    .hz-ad-item--full {
        height: var(--hz-ad-mobile-height, 56px);
    }

    .hz-kefu-float,
    .hz-kefu-float.is-offset-for-right-ad {
        top: 50%;
        right: 0;
        bottom: auto;
        transform: translateY(-50%);
    }

    .hz-mobile-bottom-ad ~ .hz-kefu-float {
        bottom: auto;
    }

    .hz-kefu-dock {
        width: 56px;
    }

    .hz-kefu-groups {
        position: static;
        width: 56px;
        max-height: min(64vh, 360px);
        overflow-y: auto;
        overscroll-behavior: contain;
        opacity: 1;
        pointer-events: auto;
        transform: none;
        visibility: visible;
    }

    .hz-kefu-group-btn,
    .hz-kefu-back-top {
        width: 56px;
        min-height: 56px;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 4px;
        padding: 7px 5px;
        border-radius: 14px 0 0 14px;
    }

    .hz-kefu-back-top {
        min-height: 52px;
        margin-top: 7px;
    }

    .hz-kefu-group-btn i,
    .hz-kefu-back-top i {
        width: 26px;
        height: 26px;
        border-radius: 9px;
        font-size: 16px;
    }

    .hz-kefu-group-btn span,
    .hz-kefu-back-top span {
        width: 100%;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.2;
        text-align: center;
    }

    .hz-kefu-panel {
        right: calc(100% + 10px);
        width: min(286px, calc(100vw - 96px));
        max-height: min(70vh, 440px);
        padding: 14px;
    }

    .hz-kefu-group .hz-kefu-panel {
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
    }

    .hz-kefu-float.is-open .hz-kefu-group.is-active .hz-kefu-panel,
    .hz-kefu-float.is-open .hz-kefu-group:focus-within .hz-kefu-panel {
        opacity: 1;
        pointer-events: auto;
        transform: translate(0, -50%) scale(1);
        visibility: visible;
    }

    .hz-mobile-bottom-ad {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 70;
        display: block;
        padding: 8px 12px;
        background: rgba(255, 255, 255, 0.92);
        box-shadow: 0 -6px 18px rgba(15, 23, 42, 0.12);
    }

    .hz-mobile-bottom-ad .hz-ad-item--mobile {
        width: 100%;
        max-height: 56px;
        border-radius: 6px;
        background: #f3f4f6;
        line-height: 0;
    }

    .hz-mobile-bottom-ad .hz-ad-image {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

    .home-news-page {
        gap: 16px;
        margin-top: 18px;
    }

    .home-showcase-section {
        gap: 14px;
        margin-top: 18px;
    }

    .home-showcase-left {
        gap: 12px;
        padding: 12px;
        border-radius: 10px;
    }

    .home-banner-carousel {
        height: 188px;
    }

    .home-banner-content {
        left: 18px;
        right: 54px;
        bottom: 34px;
    }

    .home-banner-content strong {
        font-size: 1.02rem;
    }

    .home-banner-content em {
        display: none;
    }

    .home-banner-arrow {
        width: 32px;
        height: 44px;
        font-size: 2.35rem;
    }

    .home-banner-arrow--prev {
        left: 10px;
    }

    .home-banner-arrow--next {
        right: 10px;
    }

    .home-banner-dots {
        left: 18px;
        bottom: 18px;
        gap: 7px;
    }

    .home-banner-dot {
        width: 24px;
        height: 4px;
    }

    .home-banner-dot.is-active {
        width: 28px;
    }

    .home-showcase-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .home-showcase-small {
        height: 108px;
    }

    .home-showcase-content {
        left: 16px;
        right: 16px;
        bottom: 16px;
    }

    .home-showcase-content strong {
        font-size: 1.02rem;
    }

    .home-showcase-content em {
        display: none;
    }

    .home-notice-tabs button {
        height: 48px;
        font-size: 0.92rem;
    }

    .home-notice-panel {
        padding: 14px 16px 16px;
    }

    .home-notice-list {
        gap: 12px;
    }

    .home-main-stack {
        gap: 14px;
    }

    .home-feature-link {
        padding: 18px 16px;
    }

    .home-feature-title-row {
        display: block;
        font-size: 1.02rem;
        line-height: 1.45;
    }

    .home-feature-title-row span,
    .home-feature-title-row strong {
        display: inline;
        white-space: normal;
    }

    .home-feature-link p {
        margin-top: 8px;
        font-size: 0.9rem;
        -webkit-line-clamp: 2;
    }

    .home-feature-meta {
        margin-top: 10px;
        font-size: 0.76rem;
    }

    .home-search-card {
        padding: 14px;
    }

    .home-side-search {
        height: 42px;
    }

    .home-side-search button {
        width: 52px;
    }

    .home-news-item {
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 10px;
        padding: 7px;
    }

    .home-news-cover {
        width: 82px;
    }

    .home-news-body {
        gap: 6px;
    }

    .home-news-body strong {
        font-size: 0.86rem;
    }

    .top-ad-empty {
        gap: 8px;
        padding: 0 10px;
    }

    .top-ad-empty strong {
        font-size: 13px;
    }

    .top-ad-empty span,
    .top-ad-empty em {
        font-size: 11px;
    }

    .home-main-column,
    .home-side-card {
        padding: 14px;
    }

    .home-list-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
        padding: 18px 14px 16px;
    }

    .home-head-ads {
        justify-content: flex-start;
        gap: 10px 16px;
    }

    .home-head-actions,
    .home-list-tabs {
        justify-content: flex-start;
    }

    .home-list-tabs {
        gap: 9px 14px;
    }

    .home-list-tabs a {
        font-size: 0.86rem;
    }

    .home-head-ads a {
        font-size: 0.88rem;
    }

    .home-post-item {
        gap: 12px;
        padding: 15px 14px;
    }

    .home-post-cover {
        width: 112px;
        height: 82px;
    }

    .home-post-body {
        min-height: 82px;
    }

    .home-post-body h2 {
        font-size: 0.98rem;
        -webkit-line-clamp: 2;
    }

    .home-post-top {
        min-height: 20px;
        margin-right: 7px;
        padding: 0 7px;
        border-radius: 5px;
        font-size: 11px;
        line-height: 20px;
    }

    .home-post-top i {
        margin-right: 4px;
        font-size: 9px;
    }

    .home-post-body p {
        display: none;
    }

    .home-post-foot {
        margin-top: 8px;
        padding-top: 8px;
        font-size: 0.78rem;
        gap: 8px 10px;
    }

    .home-inline-tags {
        display: none;
    }

    .home-pagination {
        padding-right: 14px;
        padding-left: 14px;
    }

    .home-side-column {
        display: flex;
    }

    .home-tag-cloud,
    .cms-tag-cloud {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 12px;
    }

    .cms-page {
        padding-top: 14px;
    }

    .hz-detail-text-ads {
        gap: 10px;
        margin-bottom: 16px;
        padding: 13px 0 14px;
    }

    .hz-detail-text-ads__label {
        font-size: 15px;
    }

    .hz-detail-text-ad {
        font-size: 15px;
    }

    .hz-detail-text-ad:not(:last-child)::after {
        margin: 0 7px;
    }

    .hz-detail-text-ad > span {
        max-width: min(58vw, 300px);
    }

    .cms-list-panel-head {
        gap: 12px;
        padding: 22px 16px 20px;
    }

    .cms-list-panel-head > span {
        height: 24px;
        margin-top: 3px;
    }

    .cms-list-panel-head h1 {
        font-size: 20px;
    }

    .cms-list-panel-head p {
        margin-top: 8px;
        font-size: 13px;
        line-height: 1.65;
    }

    .cms-list-panel .cms-list-item,
    .cms-list-panel .cms-search-result-item {
        padding: 16px 14px;
    }

    .cms-list-panel .cms-list-item:first-child {
        padding-top: 16px;
    }

    .cms-list-panel .cms-search-summary {
        padding: 16px 14px;
    }

    .cms-list-panel .cms-pagination {
        padding: 18px 14px 20px;
    }

    .cms-hero,
    .cms-main,
    .cms-detail-main,
    .cms-side-card {
        padding: 16px;
    }

    .cms-list-panel {
        padding: 0;
    }

    .single-page-card-grid {
        grid-template-columns: 1fr;
    }

    .contribution-guide__cards,
    .contribution-guide__steps {
        grid-template-columns: 1fr;
    }

    .contribution-guide__contact {
        display: block;
    }

    .contribution-guide__contact a {
        width: 100%;
        margin-top: 16px;
    }

    .single-page-actions,
    .single-page-button {
        width: 100%;
    }

    .cms-tags-grid {
        grid-template-columns: 1fr;
    }

    .cms-tag-card {
        min-height: 96px;
    }

    .cms-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 12px;
    }

    .cms-related-head h2 {
        font-size: 20px;
    }

    .cms-related-body strong {
        min-height: 44px;
        font-size: 14px;
        line-height: 1.55;
    }

    .cms-hero h1,
    .cms-detail-main .article-title {
        font-size: 24px;
    }

    .cms-list-item {
        display: grid;
        grid-template-columns: 112px minmax(0, 1fr);
        gap: 12px;
    }

    .cms-list-cover {
        margin-bottom: 0;
        aspect-ratio: 4 / 3;
    }

    .cms-list-title-row {
        margin-bottom: 7px;
    }

    .cms-list-top-tag {
        min-height: 20px;
        padding: 0 7px;
        margin-right: 7px;
        font-size: 12px;
        border-radius: 5px;
    }

    .cms-list-body h2 {
        font-size: 14px;
        line-height: 1.48;
    }

    .cms-list-body p {
        display: none;
    }

    .cms-list-footer {
        gap: 6px 9px;
        padding-top: 8px;
        font-size: 12px;
        line-height: 1.4;
    }

    .cms-list-author em {
        width: 20px;
        height: 20px;
        font-size: 11px;
    }

    .cms-list-footer .cms-inline-tags {
        display: none;
    }

    .cms-list-footer .cms-inline-tags a::before,
    .cms-list-footer > span:not(.cms-list-author)::before {
        margin-right: 7px;
    }

    .cms-search-result-item {
        display: block;
        padding: 16px 0;
    }

    .cms-search-result-cover {
        margin-bottom: 14px;
    }

    .cms-search-result-body h2 {
        font-size: 16px;
    }

    .cms-search-result-meta {
        gap: 7px 10px;
        font-size: 12px;
    }

    .cms-detail-share {
        margin-top: 24px;
        padding-top: 20px;
    }

    .cms-detail-share-title {
        margin-bottom: 16px;
        font-size: 17px;
    }

    .cms-share-list {
        gap: 10px;
    }

    .cms-share-button {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .cms-share-button .fa {
        font-size: 18px;
    }

    .cms-share-text-icon {
        font-size: 11px;
    }

    .cms-share-x .cms-share-text-icon {
        font-size: 18px;
    }

    .cms-copyright {
        margin-top: 20px;
        padding: 16px;
    }

    .cms-copyright-head {
        padding-bottom: 14px;
    }

    .cms-copyright-item {
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .cms-copyright-item > span {
        padding-top: 0;
    }

    .cms-copyright-note {
        margin-top: 14px;
        padding-top: 12px;
    }

    .cms-detail-tags {
        gap: 5px;
        margin-top: 20px;
    }

    .cms-detail-tags a {
        min-height: 24px;
        padding: 3px 8px;
        font-size: 12px;
    }

    .cms-article-content {
        font-size: 14px;
    }

    .cms-article-content h1 {
        font-size: 24px;
    }

    .cms-article-content h2 {
        font-size: 21px;
    }

    .cms-article-content h3 {
        font-size: 19px;
    }

    .cms-article-content h4 {
        font-size: 17px;
    }

    .cms-article-content table {
        display: block;
        overflow-x: auto;
        table-layout: auto;
        white-space: nowrap;
    }

    .cms-article-content th,
    .cms-article-content td {
        min-width: 104px;
        padding: 8px 10px;
        white-space: normal;
    }

    .cms-prev-next {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 20px;
    }

    .cms-prev-next-card,
    .cms-prev-next-card--next {
        min-height: 88px;
        padding: 14px;
        text-align: left;
    }

    .cms-prev-next-card--next {
        flex-direction: row-reverse;
        justify-content: flex-start;
    }

    .cms-prev-next-card--next .cms-prev-next-label {
        justify-content: flex-start;
    }

    .cms-prev-next-thumb {
        flex-basis: 58px;
        width: 58px;
        height: 58px;
    }

    .cms-prev-next strong {
        font-size: 15px;
    }
}

.home-side-card.home-stat-card {
    padding: 0;
}

.home-news-popup {
    position: fixed;
    z-index: 1200;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease;
}

.home-news-popup.is-open {
    opacity: 1;
    pointer-events: auto;
}

.home-news-popup__backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(15, 23, 42, 0.58);
}

.home-news-popup__dialog {
    position: relative;
    display: flex;
    flex-direction: column;
    width: min(680px, 100%);
    max-height: min(760px, calc(100vh - 48px));
    overflow: hidden;
    color: #344054;
    background: #fff;
    border: 1px solid rgba(10, 99, 255, 0.18);
    border-radius: 8px;
    box-shadow: 0 24px 72px rgba(15, 23, 42, 0.28);
    transform: translateY(14px) scale(0.985);
    transition: transform 0.18s ease;
}

.home-news-popup.is-open .home-news-popup__dialog {
    transform: translateY(0) scale(1);
}

.home-news-popup__header {
    position: relative;
    padding: 28px 32px 22px;
    border-bottom: 1px solid #eaf0f8;
}

.home-news-popup__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 12px;
    color: #0a63ff;
    font-size: 13px;
    font-weight: 700;
}

.home-news-popup__eyebrow i {
    font-size: 14px;
}

.home-news-popup__header h2 {
    max-width: calc(100% - 36px);
    margin: 0;
    color: #1d2939;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.42;
}

.home-news-popup__close {
    position: absolute;
    top: 22px;
    right: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    color: #667085;
    background: #f4f7fb;
    border: 1px solid #e7edf6;
    border-radius: 6px;
    cursor: pointer;
}

.home-news-popup__close:hover,
.home-news-popup__close:focus-visible {
    color: #0756e1;
    background: #edf4ff;
    border-color: #bcd7ff;
}

.home-news-popup__content {
    flex: 1 1 auto;
    max-height: 440px;
    padding: 24px 32px;
    overflow: auto;
}

.home-news-popup__content > :first-child {
    margin-top: 0;
}

.home-news-popup__content > :last-child {
    margin-bottom: 0;
}

.home-news-popup__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 32px;
    color: #98a2b3;
    font-size: 13px;
    border-top: 1px solid #eaf0f8;
}

.home-news-popup__action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 14px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background: #0a63ff;
    border: 1px solid #0a63ff;
    border-radius: 6px;
}

.home-news-popup__action:hover {
    color: #fff;
    background: #0756e1;
    border-color: #0756e1;
}

body.home-news-popup-lock {
    overflow: hidden;
}

html.dark .home-news-popup__dialog {
    color: #cbd5e1;
    background: #1d2025;
    border-color: #3b4350;
}

html.dark .home-news-popup__header,
html.dark .home-news-popup__footer {
    border-color: #343a46;
}

html.dark .home-news-popup__header h2 {
    color: #f1f5f9;
}

html.dark .home-news-popup__close {
    color: #aeb8c8;
    background: #262b34;
    border-color: #3b4350;
}

html.dark .home-news-popup__close:hover,
html.dark .home-news-popup__close:focus-visible {
    color: #fff;
    background: #0a63ff;
    border-color: #0a63ff;
}

@media (max-width: 640px) {
    .home-news-popup {
        align-items: end;
        padding: 12px;
    }

    .home-news-popup__dialog {
        max-height: calc(100vh - 24px);
    }

    .home-news-popup__header {
        padding: 22px 20px 18px;
    }

    .home-news-popup__header h2 {
        font-size: 21px;
    }

    .home-news-popup__close {
        top: 16px;
        right: 16px;
    }

    .home-news-popup__content {
        max-height: 52vh;
        padding: 20px;
    }

    .home-news-popup__footer {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
        padding: 14px 20px 18px;
    }

    .home-news-popup__action {
        justify-content: center;
    }
}
