

.ep-layout {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background:
        linear-gradient(180deg, #f6f9fc 0, #eef3f7 420px, #edf1f5 100%);
}

.ep-header {
    position: sticky;
    top: 0;
    z-index: 100;
    height: var(--ep-header-height);
    background: rgba(255, 255, 255, .92);
    border-bottom: 1px solid rgba(212, 225, 236, .86);
    box-shadow: 0 8px 24px rgba(31, 45, 61, .06);
    backdrop-filter: blur(12px);
}

.ep-header-inner {
    max-width: var(--ep-container-max);
    margin: 0 auto;
    padding: 0 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.ep-logo img {
    height: 40px;
    width: auto;
    vertical-align: middle;
}

.ep-logo {
    flex-shrink: 0;
}

.ep-brand-mark {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    min-width: 128px;
    text-decoration: none;
    line-height: 1;
}

.ep-brand-main {
    color: #071d35;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0;
}

.ep-brand-sub {
    margin-top: 5px;
    color: #087f90;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
}

.ep-product-detail {
    max-width: var(--ep-container-max);
    margin: 0 auto;
    padding: 0 20px 48px;
}

.ep-product-shell {
    background: #fff;
    border: 1px solid var(--el-border-color-light);
    border-radius: 18px;
    padding: 34px 34px 42px;
    box-shadow: 0 16px 42px rgba(31, 45, 61, .06);
}

.ep-product-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    color: #7c8da8;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 6px;
}

.ep-product-breadcrumb a {
    color: #437bd7;
    text-decoration: none;
}

.ep-product-breadcrumb span {
    color: #8a9ab4;
}

.ep-product-kind {
    color: #008191;
    font-size: 15px;
    font-weight: 800;
    margin: 4px 0 12px;
}

.ep-product-logo {
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5edf7;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 24px rgba(31, 45, 61, .06);
    overflow: hidden;
    margin-bottom: 28px;
}

.ep-product-logo img {
    max-width: 72px;
    max-height: 72px;
    object-fit: contain;
}

.ep-product-title {
    max-width: 980px;
    color: #06122b;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0 0 18px;
}

.ep-product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: #8a9ab4;
    font-size: 16px;
    margin-bottom: 22px;
}

.ep-product-meta span + span::before {
    content: "·";
    margin-right: 8px;
}

.ep-product-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.ep-product-pill {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 8px;
    background: #eef4ff;
    color: #1d66e5;
    font-size: 14px;
    font-weight: 800;
}

.ep-product-pill.is-price {
    color: #ef7c21;
    background: #fff1e6;
}

.ep-product-pill.is-official {
    color: #047b83;
    background: #e7fbfd;
}

.ep-product-summary {
    border-left: 3px solid #078b97;
    border-radius: 10px;
    background: #eaf9fb;
    color: #18345b;
    font-size: 18px;
    line-height: 1.9;
    padding: 20px 24px;
    margin: 0 0 34px;
}

.ep-product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    border: 1px solid #dbe9f4;
    border-radius: 12px;
    padding: 18px 20px;
    margin-bottom: 38px;
    box-shadow: 0 16px 36px rgba(26, 72, 104, .05);
}

.ep-product-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    min-width: 124px;
    padding: 0 20px;
    border: 1px solid #c9deeb;
    border-radius: 12px;
    background: #fff;
    color: #006070;
    font-size: 17px;
    font-weight: 900;
    text-decoration: none;
}

.ep-product-btn.is-primary {
    color: #fff;
    border-color: #088897;
    background: #088897;
}

.ep-product-btn:hover {
    color: #fff;
    border-color: #006f7c;
    background: #006f7c;
}

.ep-product-content {
    color: #18345b;
    font-size: 18px;
    line-height: 1.95;
}

.ep-product-content h2,
.ep-product-content h3 {
    color: #06122b;
    font-weight: 900;
    margin: 30px 0 14px;
}

.ep-product-content h2::before,
.ep-product-content h3::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #078b97;
    box-shadow: 0 0 0 6px rgba(7, 139, 151, .12);
    margin-right: 12px;
    vertical-align: 3px;
}

.ep-product-content ul,
.ep-product-content ol {
    padding-left: 28px;
}

.ep-product-content li {
    margin: 10px 0;
}

.ep-product-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.ep-product-content p {
    margin: 14px 0;
}

.ep-product-content table,
.neirong table {
    width: 100%;
    margin: 18px 0 26px;
    border: 1px solid #d8e7ef;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 12px 28px rgba(25, 70, 96, .06);
    color: #263c55;
    font-size: 15px;
    line-height: 1.55;
}

.ep-product-content table thead th,
.neirong table thead th {
    background: #eef8fb;
    color: #06233a;
    font-weight: 900;
}

.ep-product-content table th,
.ep-product-content table td,
.neirong table th,
.neirong table td {
    padding: 13px 14px;
    border-right: 1px solid #e3eef4;
    border-bottom: 1px solid #e3eef4;
    text-align: left;
    vertical-align: top;
}

.ep-product-content table th:last-child,
.ep-product-content table td:last-child,
.neirong table th:last-child,
.neirong table td:last-child {
    border-right: 0;
}

.ep-product-content table tbody tr:last-child td,
.neirong table tbody tr:last-child td {
    border-bottom: 0;
}

.ep-product-content table tbody tr:nth-child(even),
.neirong table tbody tr:nth-child(even) {
    background: #fbfdfe;
}

.ep-product-content table tbody tr:hover,
.neirong table tbody tr:hover {
    background: #f4fbfd;
}

.ep-product-content table td:first-child,
.ep-product-content table th:first-child,
.neirong table td:first-child,
.neirong table th:first-child {
    color: #071a33;
    font-weight: 900;
}

.ep-product-content table td:nth-child(2),
.neirong table td:nth-child(2) {
    color: #087f90;
    font-weight: 900;
}

@media (max-width: 768px) {
    .ep-product-detail {
        padding: 0 12px 32px;
    }

    .ep-product-shell {
        border-radius: 14px;
        padding: 22px 18px 28px;
    }

    .ep-product-title {
        font-size: 28px;
        line-height: 1.25;
    }

    .ep-product-summary,
    .ep-product-content {
        font-size: 16px;
    }

    .ep-product-content table,
    .neirong table {
        display: block;
        overflow-x: auto;
        border-radius: 12px;
        font-size: 14px;
        line-height: 1.45;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .ep-product-content table th,
    .ep-product-content table td,
    .neirong table th,
    .neirong table td {
        padding: 11px 12px;
    }

    .ep-product-actions {
        gap: 10px;
        padding: 14px;
    }

    .ep-product-btn {
        min-width: calc(50% - 5px);
        min-height: 44px;
        font-size: 15px;
        padding: 0 12px;
    }
}


@media (min-width: 769px) {
    .ep-search-card .ep-search-filters {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(280px, 340px) !important;
        align-items: stretch !important;
        gap: 10px !important;
        padding: 12px !important;
        overflow: visible !important;
    }

    .ep-search-card .ep-search-filters .ep-search-divider {
        display: none !important;
    }

    .ep-search-card .ep-search-state,
    .ep-search-card .ep-search-row {
        min-width: 0 !important;
        min-height: 42px !important;
        margin: 0 !important;
    }

    .ep-search-card .ep-search-state {
        grid-column: 1 !important;
        grid-row: 1 !important;
        justify-content: flex-start !important;
    }

    .ep-search-card .ep-search-row--center {
        grid-column: 2 !important;
        grid-row: 1 !important;
        grid-template-columns: minmax(0, 1fr) 72px !important;
    }

    .ep-search-card .ep-search-row--center .ep-search-label {
        display: none !important;
    }

    .ep-search-card .ep-search-row--cat {
        grid-column: 1 !important;
        grid-row: 2 !important;
    }

    .ep-search-card .ep-search-row--sort {
        grid-column: 2 !important;
        grid-row: 2 !important;
    }

    .ep-search-card .ep-search-row--cat,
    .ep-search-card .ep-search-row--sort {
        display: grid !important;
        grid-template-columns: 48px minmax(0, 1fr) !important;
        align-items: center !important;
        gap: 6px !important;
    }

    .ep-search-card .ep-search-field {
        flex-wrap: nowrap !important;
        min-width: 0 !important;
        overflow-x: auto !important;
        scrollbar-width: none !important;
    }

    .ep-search-card .ep-search-field::-webkit-scrollbar {
        display: none !important;
    }

    .ep-search-card .ep-search-field .ep-filter-pill {
        flex: 0 0 auto !important;
    }
}


.ep-search-panel .ep-header-search-submit,
.ep-search-panel .el-button.ep-header-search-submit,
.ep-search-panel .el-button--primary.ep-header-search-submit {
    border: 1px solid rgba(13, 148, 136, .22) !important;
    background: linear-gradient(135deg, #0f8c96, #5fd9cf) !important;
    color: #ffffff !important;
    box-shadow: 0 14px 30px rgba(15, 140, 150, .22) !important;
}

.ep-search-panel .ep-header-search-submit:hover,
.ep-search-panel .ep-header-search-submit:focus-visible {
    border-color: rgba(13, 148, 136, .36) !important;
    background: linear-gradient(135deg, #0b7f8a, #52cfc6) !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
}

.ep-search-panel .ep-header-search-input .el-input__wrapper:focus-within {
    border-color: rgba(13, 148, 136, .35) !important;
    box-shadow: 0 0 0 4px rgba(20, 184, 166, .12) !important;
}


.ep-search-hero h1 {
    letter-spacing: 0 !important;
}

.ep-search-result-bar {
    border: 1px solid rgba(13, 148, 136, .16) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(248, 252, 255, .84)),
        radial-gradient(circle at 0 0, rgba(20, 184, 166, .1), transparent 36%) !important;
}

.ep-search-result-bar span {
    color: #0f766e !important;
    font-weight: 850 !important;
}

.ep-search-result-bar strong {
    color: #0f172a !important;
    letter-spacing: 0 !important;
}

.ep-search-result-bar em {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 32px !important;
    padding: 0 12px !important;
    border: 1px solid rgba(13, 148, 136, .18) !important;
    border-radius: 999px !important;
    background: rgba(236, 253, 245, .86) !important;
    color: #0f766e !important;
    font-style: normal !important;
    font-weight: 850 !important;
    white-space: nowrap !important;
}

.ep-search-card .ep-search-filters {
    border-color: rgba(148, 163, 184, .24) !important;
    background: rgba(255, 255, 255, .78) !important;
}

.ep-search-field .ep-filter-pill.is-active {
    border-color: rgba(13, 148, 136, .26) !important;
    background: #ecfeff !important;
    color: #0f766e !important;
}

@media (max-width: 768px) {
    .ep-search-hero {
        min-height: 0 !important;
        padding: 10px 14px !important;
    }

    .ep-search-hero h1 {
        font-size: clamp(22px, 6.5vw, 27px) !important;
        line-height: 1.08 !important;
    }

    .ep-search-card .ep-search-filters {
        margin-bottom: 7px !important;
        padding: 6px !important;
        gap: 5px !important;
    }

    .ep-search-card .ep-search-filters .ep-search-row {
        min-height: 30px !important;
    }

    .ep-search-card .ep-search-filters .ep-search-row .ep-search-label {
        min-height: 27px !important;
        height: 27px !important;
        line-height: 27px !important;
    }

    .ep-search-card .ep-search-filters .ep-filter-pill {
        min-height: 27px !important;
        height: 27px !important;
        line-height: 27px !important;
    }

    .ep-search-card .ep-search-filters .ep-search-row--center .el-input__wrapper,
    .ep-search-card .ep-search-filters .ep-search-row--center .el-input__inner,
    .ep-search-card .ep-search-filters .ep-search-row--center .ep-search-submit {
        min-height: 31px !important;
        height: 31px !important;
        line-height: 31px !important;
    }

    .ep-search-result-bar {
        min-height: 38px !important;
        margin-top: 6px !important;
        padding: 7px 9px !important;
        border-radius: 14px !important;
    }

    .ep-search-result-bar div {
        min-width: 0 !important;
    }

    .ep-search-result-bar span {
        font-size: 11px !important;
    }

    .ep-search-result-bar strong {
        display: block !important;
        max-width: 180px !important;
        overflow: hidden !important;
        font-size: 14px !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    .ep-search-result-bar em {
        min-height: 28px !important;
        padding: 0 9px !important;
        font-size: 11px !important;
    }
}

.ep-nav {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

.ep-nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
}

.ep-nav-item {
    position: relative;
}

.ep-nav-item > a {
    display: inline-flex;
    align-items: center;
    padding: 0 14px;
    height: 36px;
    border-radius: var(--el-border-radius-base);
    color: var(--el-text-color-regular);
    font-size: 15px;
    font-weight: 500;
}

.ep-nav-item > a:hover {
    color: var(--el-color-primary);
    background: var(--el-color-primary-light-9);
}

.ep-nav-item.is-active > a {
    color: var(--el-color-primary);
    background: var(--el-color-primary-light-9);
}

.ep-nav-arrow {
    margin-left: 4px;
    font-size: 10px;
    opacity: 0.65;
}


.ep-submenu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 180px;
    padding: 8px 0;
    margin: 0;
    background: var(--el-bg-color-overlay);
    border: 1px solid var(--el-border-color-light);
    border-radius: var(--el-border-radius-base);
    box-shadow: var(--el-box-shadow-light);
    list-style: none;
    z-index: 200;
}

.ep-nav-item:hover > .ep-submenu {
    display: block;
}

.ep-submenu li a {
    display: block;
    padding: 8px 16px;
    color: var(--el-text-color-regular);
    font-size: 14px;
}

.ep-submenu li a:hover {
    background: var(--el-fill-color-light);
    color: var(--el-color-primary);
}

.ep-submenu li.is-active > a {
    color: var(--el-color-primary);
    font-weight: 600;
}


.ep-submenu-nested {
    left: 100%;
    top: 0;
    margin-left: 0;
    padding-left: 0;
}

.ep-submenu-nested::before {
    content: "";
    position: absolute;
    left: -14px;
    top: 0;
    bottom: 0;
    width: 14px;
}

.ep-submenu > li {
    position: relative;
}

.ep-submenu > li:hover > .ep-submenu-nested {
    display: block;
}

.ep-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.ep-search-popover {
    position: relative;
}

.ep-search-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 8px;
    border-radius: var(--el-border-radius-base);
    color: var(--el-text-color-secondary);
    font: inherit;
}

.ep-search-toggle:hover,
.ep-search-toggle:focus-visible {
    background: var(--el-fill-color-light);
    color: var(--el-color-primary);
}

.ep-search-panel {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 0;
    width: 320px;
    padding: 16px;
    padding-top: 20px;
    background: var(--el-bg-color-overlay);
    border: 1px solid var(--el-border-color-light);
    border-radius: var(--el-border-radius-base);
    box-shadow: var(--el-box-shadow-light);
    z-index: 300;
}

.ep-search-panel::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    height: 12px;
}

.ep-search-popover:hover .ep-search-panel,
.ep-search-popover:focus-within .ep-search-panel {
    display: block;
}

.ep-user {
    position: relative;
}

.ep-user-trigger {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.ep-user-trigger img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--el-border-color-lighter);
}

.ep-user-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 0;
    min-width: 200px;
    padding: 8px 0;
    background: var(--el-bg-color-overlay);
    border: 1px solid var(--el-border-color-light);
    border-radius: var(--el-border-radius-base);
    box-shadow: var(--el-box-shadow-light);
    z-index: 300;
}

.ep-user-menu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    height: 12px;
}

.ep-user:hover .ep-user-menu {
    display: block;
}

.ep-user-menu a {
    display: block;
    padding: 10px 16px;
    color: var(--el-text-color-regular);
    font-size: 14px;
}

.ep-user-menu a:hover {
    background: var(--el-fill-color-light);
    color: var(--el-color-primary);
}

.ep-user-hd {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-bottom: 1px solid var(--el-border-color-lighter);
}

.ep-user-hd img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.ep-main {
    flex: 1;
    padding: 20px 0 40px;
}

.ep-container {
    max-width: var(--ep-container-max);
    margin: 0 auto;
    padding: 0 20px;
}

.ep-breadcrumb {
    margin-bottom: 16px;
    font-size: 14px;
    color: var(--el-text-color-secondary);
}

.ep-breadcrumb a {
    color: var(--el-text-color-secondary);
}

.ep-breadcrumb a:hover {
    color: var(--el-color-primary);
}

.ep-breadcrumb .ep-bc-sep {
    margin: 0 8px;
    color: var(--el-text-color-placeholder);
}

.ep-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
}

.ep-col-main {
    flex: 1 1 640px;
    min-width: 0;
}

.ep-col-side {
    flex: 0 1 340px;
    min-width: 280px;
}

@media (max-width: 991px) {
    .ep-col-main,
    .ep-col-side {
        flex: 1 1 100%;
    }
    .ep-nav {
        display: none;
    }
}

.ep-card {
    background: var(--el-bg-color-overlay);
    border-radius: var(--el-border-radius-base);
    border: 1px solid var(--el-border-color-lighter);
    overflow: hidden;
    margin-bottom: 20px;
}

.ep-card-hd {
    padding: 16px 20px;
    border-bottom: 1px solid var(--el-border-color-lighter);
    font-size: 16px;
    font-weight: 600;
    color: var(--el-text-color-primary);
}

.ep-card-bd {
    padding: 20px;
}

.ep-list-item {
    display: flex;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid var(--el-border-color-lighter);
}

.ep-list-item:last-child {
    border-bottom: none;
}

.ep-thumb {
    width: 120px;
    height: 80px;
    border-radius: var(--el-border-radius-base);
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
    background-color: var(--el-fill-color);
}

img.ep-thumb {
    object-fit: cover;
    display: block;
}

.ep-thumb--sm {
    width: 72px;
    height: 48px;
}

@media (max-width: 576px) {
    .mobile-hidden {
        display: none !important;
    }
    .ep-list-item {
        flex-direction: column;
    }
    .ep-thumb,
    img.ep-thumb {
        width: 100%;
        height: 160px;
    }
}

.ep-article-title {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 600;
}

.ep-article-title a {
    color: var(--el-text-color-primary);
}

.ep-article-title a:hover {
    color: var(--el-color-primary);
}

.ep-meta {
    font-size: 13px;
    color: var(--el-text-color-secondary);
}

.ep-meta span,
.ep-meta a {
    margin-right: 12px;
}

.ep-badge {
    display: inline-block;
    padding: 0 8px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    border-radius: var(--el-border-radius-round);
    background: var(--el-color-primary-light-9);
    color: var(--el-color-primary);
    margin: 4px 8px 4px 0;
}

.ep-badge.is-plain {
    background: var(--el-fill-color-blank);
    border: 1px solid var(--el-color-primary-light-5);
}

.ep-footer {
    margin-top: auto;
    padding: 20px;
    background: var(--el-bg-color);
    border-top: 1px solid var(--el-border-color-light);
    font-size: 14px;
    color: var(--el-text-color-secondary);
}

.ep-footer-inner {
    max-width: var(--ep-container-max);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.ep-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
}

.ep-footer-links a {
    color: var(--el-text-color-secondary);
}

.ep-footer-links a:hover {
    color: var(--el-color-primary);
}

.ep-scrolltop {
    position: fixed;
    right: 24px;
    bottom: 32px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--el-color-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: var(--el-box-shadow);
    z-index: 99;
    border: none;
    transition: opacity 0.2s;
}

.ep-scrolltop:hover {
    opacity: 0.9;
}


.xrpagination {
    width: 100%;
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.xrpagination ul.pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.xrpagination ul.pagination li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.xrpagination ul.pagination li > a,
.xrpagination ul.pagination li > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 1;
    border-radius: var(--el-border-radius-base);
    border: 1px solid var(--el-border-color);
    background: var(--el-bg-color-overlay);
    color: var(--el-text-color-regular);
    box-sizing: border-box;
    text-decoration: none;
    transition: color 0.2s, border-color 0.2s, background 0.2s;
}


.xrpagination ul.pagination li > a:not([href]) {
    cursor: default;
    background: var(--el-fill-color-light);
    border-color: var(--el-border-color-lighter);
    color: var(--el-text-color-secondary);
}

.xrpagination ul.pagination li > a[href]:hover {
    color: var(--el-color-primary);
    border-color: var(--el-color-primary-light-5);
}

.xrpagination ul.pagination li.active > a,
.xrpagination ul.pagination li.active > span {
    background: var(--el-color-primary);
    border-color: var(--el-color-primary);
    color: #fff;
    cursor: default;
}

.xrpagination ul.pagination li.active > a:hover {
    color: #fff;
    border-color: var(--el-color-primary);
    background: var(--el-color-primary);
}

.xrpagination ul.pagination li.disabled > a,
.xrpagination ul.pagination li.disabled > span {
    cursor: not-allowed;
    opacity: 0.55;
    background: var(--el-fill-color-light);
}


.xrpagination > a,
.xrpagination > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    padding: 0 12px;
    font-size: 14px;
    border-radius: var(--el-border-radius-base);
    border: 1px solid var(--el-border-color);
    background: var(--el-bg-color-overlay);
    color: var(--el-text-color-regular);
    box-sizing: border-box;
    text-decoration: none;
}

.xrpagination > a:hover {
    color: var(--el-color-primary);
    border-color: var(--el-color-primary-light-5);
}

.xrpagination .active > span,
.xrpagination .active > a,
.xrpagination li.active > a,
.xrpagination span.current,
.xrpagination .current {
    background: var(--el-color-primary);
    border-color: var(--el-color-primary);
    color: #fff;
}


.neirong {
    line-height: 1.75;
    font-size: 15px;
    color: var(--el-text-color-regular);
}

.neirong img {
    max-width: 100%;
    height: auto;
}

.fc-show-prev-next {
    font-size: 14px;
    color: var(--el-text-color-secondary);
}


.ep-swiper-wrap {
    border-radius: var(--el-border-radius-base);
    overflow: hidden;
    border: 1px solid var(--el-border-color-lighter);
    background: var(--el-bg-color-overlay);
}

.ep-swiper-wrap .swiper-slide img {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
}


.ep-auth-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: linear-gradient(135deg, var(--el-color-primary-light-9) 0%, var(--el-fill-color-light) 100%);
}

.ep-auth-card {
    width: 100%;
    max-width: 480px;
    text-align: center;
}

.ep-auth-card .el-card__body {
    padding: 40px 32px;
}

.ep-404-visual {
    width: 100%;
    max-width: 280px;
    height: 160px;
    margin: 0 auto 16px;
    border-radius: var(--el-border-radius-base);
    background: linear-gradient(145deg, var(--el-color-primary-light-7), var(--el-color-primary-light-9));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 64px;
    font-weight: 700;
    color: var(--el-color-primary);
}


.ep-mt-8 {
    margin-top: 8px;
}

.ep-mb-20 {
    margin-bottom: 20px;
}

.ep-mb-16 {
    margin-bottom: 16px;
}

.ep-mt-16 {
    margin-top: 16px;
}

.ep-flex-grow {
    flex: 1;
    min-width: 0;
}

.ep-list-desc {
    margin: 0 0 8px;
    font-size: 14px;
    color: var(--el-text-color-secondary);
    line-height: 1.6;
}

.ep-list-desc--tight {
    line-height: 1.5;
}

.ep-list-item--flush {
    padding: 0;
    border: none;
}

.ep-side-hit-row {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.ep-side-hit-title {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: var(--el-text-color-primary);
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

a.ep-side-hit-title:hover {
    color: var(--el-color-primary);
}

.ep-side-hit-desc {
    font-size: 12px;
    color: var(--el-text-color-secondary);
    margin-top: 4px;
}

.ep-latest-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--el-border-color-lighter);
}

.ep-latest-title {
    font-weight: 600;
    font-size: 14px;
    color: var(--el-text-color-primary);
    text-decoration: none;
}

a.ep-latest-title:hover {
    color: var(--el-color-primary);
}

.ep-latest-time {
    font-size: 12px;
    color: var(--el-text-color-secondary);
    margin-top: 4px;
}

.ep-yqlj-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid var(--el-border-color-lighter);
}

.ep-card-body--tight-y {
    padding-top: 8px;
    padding-bottom: 8px;
}

.ep-btn-icon-noshrink {
    flex-shrink: 0;
}

.ep-header-search-input {
    width: 100%;
    margin-bottom: 12px;
}

.ep-header-search-submit {
    width: 100%;
}

.ep-user-name {
    font-weight: 600;
}

.ep-user-meta {
    font-size: 12px;
    color: var(--el-text-color-secondary);
}


.ep-search-filters {
    margin-bottom: 24px;
}

.ep-search-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.ep-search-row--center {
    align-items: center;
}

.ep-search-label {
    width: 72px;
    font-weight: 600;
    flex-shrink: 0;
}

.ep-search-field {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ep-search-divider {
    border-bottom: 1px dashed var(--el-border-color);
    margin: 12px 0;
}

.ep-search-keyword-wrap {
    width: 260px;
    max-width: 100%;
}


.ep-show-card-body {
    padding: 28px;
}

.ep-show-title {
    margin: 0 0 16px;
    font-size: 22px;
    font-weight: 600;
    color: var(--el-text-color-primary);
}

.ep-show-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 20px;
    font-size: 13px;
    color: var(--el-text-color-secondary);
}

.ep-show-tags {
    margin-top: 24px;
}

.ep-show-prevnext-wrap {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid var(--el-border-color-lighter);
}

.ep-show-related {
    margin-top: 28px;
}

.ep-show-related-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
}

.ep-show-related-grid {
    gap: 16px;
}

.ep-show-related-col {
    flex: 1 1 calc(33.333% - 12px);
    min-width: 200px;
}

.ep-related-card {
    height: 100%;
}

.ep-related-cover {
    display: block;
    height: 140px;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

.ep-related-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ep-related-title {
    font-weight: 600;
    font-size: 14px;
    color: var(--el-text-color-primary);
}

a.ep-related-title:hover {
    color: var(--el-color-primary);
}

.ep-related-desc {
    font-size: 12px;
    color: var(--el-text-color-secondary);
    margin: 8px 0;
}

.ep-related-date {
    font-size: 12px;
    color: var(--el-text-color-placeholder);
}


.ep-page-card {
    margin-top: 16px;
}

.ep-page-body {
    padding: 32px 40px;
}

.ep-page-title {
    text-align: center;
    margin: 0 0 24px;
    font-size: 26px;
    font-weight: 600;
}


.ep-cat-title-link {
    font-size: 16px;
    font-weight: 600;
}


.ep-msg-icon-box {
    font-size: 48px;
    margin-bottom: 16px;
}

.ep-msg-icon--ok {
    color: var(--el-color-success);
}

.ep-msg-icon--err {
    color: var(--el-color-danger);
}

.ep-msg-title {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 600;
}

.ep-msg-actions {
    font-size: 14px;
    color: var(--el-text-color-secondary);
}

.ep-404-msg {
    margin: 0 0 20px;
    font-size: 15px;
    color: var(--el-text-color-secondary);
}


.ep-dev-hint {
    text-align: center;
    padding-top: 30px;
}


.ep-home-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .75fr);
    gap: 18px;
    margin: 14px 0 18px;
}

.ep-home-hero-copy,
.ep-home-advisor,
.ep-home-section,
.ep-home-side-panel {
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(210, 226, 238, .92);
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(33, 62, 92, .06);
}

.ep-home-hero-copy {
    position: relative;
    overflow: hidden;
    min-height: 312px;
    padding: 42px 46px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
        linear-gradient(135deg, #071d35 0, #083f4b 58%, #0a6972 100%);
    background-size: 28px 28px, 28px 28px, auto;
}

.ep-home-hero-copy::after {
    content: "";
    position: absolute;
    right: 34px;
    bottom: 30px;
    width: 190px;
    height: 128px;
    border: 1px solid rgba(5, 132, 150, .16);
    border-radius: 18px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .16) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, .16) 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: .45;
}

.ep-home-eyebrow {
    display: inline-flex;
    align-items: center;
    height: 28px;
    padding: 0 12px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    color: #a8f0ee;
    font-size: 13px;
    font-weight: 800;
}

.ep-home-hero h1 {
    position: relative;
    z-index: 1;
    max-width: 680px;
    margin: 0;
    color: #fff;
    font-size: 38px;
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: 0;
}

.ep-home-hero p {
    position: relative;
    z-index: 1;
    max-width: 620px;
    margin: 18px 0 0;
    color: rgba(232, 248, 250, .82);
    font-size: 16px;
    line-height: 1.8;
}

.ep-home-actions {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.ep-home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 20px;
    border: 1px solid #c9deeb;
    border-radius: 10px;
    color: #006070;
    background: #fff;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
}

.ep-home-btn.is-primary,
.ep-home-btn:hover {
    color: #05212b;
    border-color: #9ff2e9;
    background: #9ff2e9;
}

.ep-home-advisor {
    padding: 24px;
    background:
        linear-gradient(180deg, rgba(5, 132, 150, .06), rgba(255, 255, 255, 0) 46%),
        rgba(255, 255, 255, .97);
}

.ep-home-panel-title {
    color: #071d35;
    font-size: 17px;
    font-weight: 900;
    margin-bottom: 16px;
}

.ep-home-advisor-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.ep-home-advisor-grid a,
.ep-home-paths a,
.ep-home-scenario-grid a,
.ep-home-side-link,
.ep-home-price-row {
    text-decoration: none;
}

.ep-home-advisor-grid a {
    display: grid;
    gap: 6px;
    min-height: 84px;
    padding: 14px;
    border: 1px solid #dce8f2;
    border-radius: 12px;
    background: #f7fbfd;
}

.ep-home-advisor-grid span {
    color: #071d35;
    font-size: 17px;
    font-weight: 900;
}

.ep-home-advisor-grid em {
    color: #718298;
    font-style: normal;
    font-size: 13px;
}

.ep-home-paths {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.ep-home-paths a {
    min-height: 82px;
    padding: 16px;
    border: 1px solid #dce8f2;
    border-radius: 14px;
    background:
        linear-gradient(180deg, rgba(8, 127, 144, .06), rgba(255, 255, 255, 0) 58%),
        #fff;
}

.ep-home-paths strong,
.ep-home-paths span {
    display: block;
}

.ep-home-paths strong {
    color: #071d35;
    font-size: 16px;
    font-weight: 900;
}

.ep-home-paths span {
    margin-top: 8px;
    color: #718298;
    font-size: 13px;
}

.ep-home-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 18px;
}

.ep-home-main,
.ep-home-side {
    display: grid;
    gap: 18px;
    align-content: start;
}

.ep-home-section {
    padding: 22px;
}

.ep-home-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.ep-home-section-head span {
    display: block;
    color: #008191;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.ep-home-section-head h2 {
    margin: 4px 0 0;
    color: #071d35;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 900;
}

.ep-home-section-head > a {
    color: #087f90;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.ep-home-product-list {
    display: grid;
    gap: 10px;
}

.ep-home-product-row {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    min-height: 96px;
    padding: 14px;
    border: 1px solid transparent;
    border-top-color: #edf2f6;
    border-radius: 14px;
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.ep-home-product-row:first-child {
    border-top-color: transparent;
}

.ep-home-product-row:hover {
    border-color: #cce4ee;
    background: #f7fbfd;
    transform: translateX(2px);
}

.ep-home-product-logo {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dce8f2;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .72);
}

.ep-home-product-logo img {
    max-width: 58px;
    max-height: 58px;
    object-fit: contain;
}

.ep-home-product-body h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 900;
}

.ep-home-product-body h3 a {
    color: #071d35;
    text-decoration: none;
}

.ep-home-product-body h3 a:hover {
    color: #087f90;
}

.ep-home-product-body p {
    margin: 7px 0 0;
    color: #687b91;
    font-size: 13px;
    line-height: 1.6;
}

.ep-home-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 9px;
}

.ep-home-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 8px;
    border-radius: 8px;
    background: #ecf5ff;
    color: #2473d8;
    font-size: 12px;
    font-weight: 800;
}

.ep-home-tags .is-price {
    background: #fff2e6;
    color: #e07822;
}

.ep-home-row-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    height: 34px;
    border: 1px solid #badce7;
    border-radius: 999px;
    background: #fff;
    color: #087f90;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.ep-home-scenario-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.ep-home-scenario-grid a {
    min-height: 112px;
    padding: 16px;
    border: 1px solid #dce8f2;
    border-radius: 14px;
    background: #f7fbfd;
}

.ep-home-scenario-grid b,
.ep-home-scenario-grid span {
    display: block;
}

.ep-home-scenario-grid b {
    color: #071d35;
    font-size: 16px;
    font-weight: 900;
}

.ep-home-scenario-grid span {
    margin-top: 10px;
    color: #6d7f94;
    font-size: 13px;
    line-height: 1.6;
}

.ep-home-side-panel {
    padding: 20px;
    box-shadow: 0 12px 26px rgba(33, 62, 92, .05);
}

.ep-home-side-link,
.ep-home-price-row {
    display: block;
    padding: 13px 0;
    border-top: 1px solid #edf2f6;
}

.ep-home-side-link:first-of-type,
.ep-home-price-row:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.ep-home-side-link strong,
.ep-home-side-link span,
.ep-home-price-row strong,
.ep-home-price-row span {
    display: block;
}

.ep-home-side-link strong,
.ep-home-price-row strong {
    color: #071d35;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 900;
}

.ep-home-side-link span,
.ep-home-price-row span {
    margin-top: 6px;
    color: #74869b;
    font-size: 12px;
    line-height: 1.55;
}

.ep-home-price-row span {
    color: #e07822;
    font-weight: 900;
}

.ep-home-mini-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.ep-home-mini-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    border: 1px solid #d4e4ef;
    border-radius: 9px;
    color: #087f90;
    background: #f7fbfd;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.ep-home-advisor-grid a:hover,
.ep-home-paths a:hover,
.ep-home-scenario-grid a:hover,
.ep-home-mini-links a:hover {
    border-color: #9dcddd;
    box-shadow: 0 12px 28px rgba(33, 62, 92, .08);
    transform: translateY(-1px);
}

@media (max-width: 1024px) {
    .ep-home-hero,
    .ep-home-layout {
        grid-template-columns: 1fr;
    }

    .ep-home-paths,
    .ep-home-scenario-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .ep-home-hero-copy {
        min-height: auto;
        padding: 28px 22px;
    }

    .ep-home-hero h1 {
        font-size: 28px;
    }

    .ep-home-hero p {
        font-size: 14px;
    }

    .ep-home-advisor {
        padding: 18px;
    }

    .ep-home-paths,
    .ep-home-scenario-grid,
    .ep-home-advisor-grid,
    .ep-home-mini-links {
        grid-template-columns: 1fr;
    }

    .ep-home-product-row {
        grid-template-columns: 56px minmax(0, 1fr);
        align-items: start;
    }

    .ep-home-product-logo {
        width: 48px;
        height: 48px;
    }

    .ep-home-product-logo img {
        max-width: 42px;
        max-height: 42px;
    }

    .ep-home-row-link {
        grid-column: 2;
        width: fit-content;
        margin-top: 4px;
    }

    .ep-home-section,
    .ep-home-side-panel {
        padding: 18px;
    }
}


.ep-breadcrumb {
    margin: 2px 0 14px;
    color: #7b8da4;
}

.ep-list-card,
.ep-side-card {
    border: 1px solid rgba(210, 226, 238, .92);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 14px 34px rgba(33, 62, 92, .045);
}

.ep-list-card .el-card__header,
.ep-side-card .el-card__header {
    min-height: 54px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    border-bottom-color: #edf3f7;
    color: #071d35;
    font-size: 16px;
    font-weight: 900;
}

.ep-list-card .el-card__body {
    padding: 12px 20px 18px;
}

.ep-side-card .el-card__body {
    padding: 14px 18px;
}

.ep-list-card .ep-list-item {
    align-items: center;
    gap: 16px;
    min-height: 118px;
    padding: 16px 0;
    border-bottom-color: #edf3f7;
}

.ep-list-card .ep-list-item:hover {
    background: linear-gradient(90deg, rgba(8, 127, 144, .045), transparent 62%);
}

.ep-list-card .ep-thumb {
    width: 116px;
    height: 78px;
    padding: 8px;
    border: 1px solid #e3eef5;
    border-radius: 13px;
    background: #f8fbfd;
    object-fit: contain;
}

.ep-list-card .ep-article-title {
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 1.35;
}

.ep-list-card .ep-article-title a {
    color: #071d35;
}

.ep-list-card .ep-list-desc {
    max-width: 780px;
    margin-bottom: 10px;
    color: #64758a;
    font-size: 13px;
    line-height: 1.55;
}

.ep-list-card .ep-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 10px;
    font-size: 12px;
}

.ep-list-card .ep-meta span,
.ep-list-card .ep-meta a {
    margin-right: 0;
}

.ep-list-card .ep-badge {
    min-height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    background: #edf7fb;
    color: #087f90;
    font-weight: 800;
    line-height: 24px;
}

.ep-side-card {
    background: rgba(255, 255, 255, .92);
}

.ep-side-card .ep-side-hit-row {
    gap: 10px;
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: 1px solid #edf3f7;
}

.ep-side-card .ep-side-hit-row:last-child {
    border-bottom: 0;
}

.ep-side-card .ep-thumb--sm {
    width: 58px;
    height: 44px;
    padding: 5px;
    border: 1px solid #e3eef5;
    border-radius: 10px;
    object-fit: contain;
    background: #f8fbfd;
}

.ep-side-card .ep-side-hit-title {
    font-size: 13px;
    line-height: 1.35;
    font-weight: 900;
}

.ep-side-card .ep-side-hit-desc {
    display: -webkit-box;
    margin-top: 4px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #74869b;
    font-size: 12px;
    line-height: 1.45;
}

.ep-product-shell {
    border-radius: 20px;
    box-shadow: 0 18px 46px rgba(26, 58, 92, .07);
}

.ep-product-logo {
    margin-bottom: 20px;
}

.ep-product-title {
    max-width: 920px;
    font-size: 38px;
    line-height: 1.18;
}

.ep-product-summary {
    margin-bottom: 26px;
}

.ep-product-actions {
    padding: 16px;
    background: #fbfdfe;
}

.ep-product-btn {
    min-width: 118px;
    border-radius: 999px;
}

@media (max-width: 768px) {
    .ep-header {
        height: auto;
        min-height: 56px;
    }

    .ep-header-inner {
        padding: 10px 14px;
    }

    .ep-brand-main {
        font-size: 17px;
    }

    .ep-brand-sub {
        font-size: 11px;
    }

    .ep-main {
        padding-top: 14px;
    }

    .ep-container {
        padding: 0 12px;
    }

    .ep-list-card .el-card__header,
    .ep-side-card .el-card__header {
        min-height: 46px;
        padding: 0 14px;
    }

    .ep-list-card .el-card__body,
    .ep-side-card .el-card__body {
        padding: 10px 14px 14px;
    }

    .ep-list-card .ep-list-item {
        display: grid;
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 10px;
        min-height: 0;
        padding: 13px 0;
    }

    .ep-list-card .ep-thumb,
    .ep-list-card img.ep-thumb {
        width: 56px;
        height: 56px;
        padding: 5px;
        border-radius: 11px;
    }

    .ep-list-card .ep-article-title {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 1.35;
    }

    .ep-list-card .ep-list-desc {
        display: -webkit-box;
        margin-bottom: 7px;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 12px;
        line-height: 1.45;
    }

    .ep-list-card .ep-meta {
        gap: 6px;
        font-size: 11px;
    }

    .ep-list-card .ep-badge {
        min-height: 21px;
        line-height: 21px;
    }

    .ep-side-card {
        display: none;
    }

    .ep-product-shell {
        padding: 22px 16px 28px;
    }

    .ep-product-breadcrumb {
        font-size: 13px;
    }

    .ep-product-logo {
        width: 62px;
        height: 62px;
        margin-bottom: 18px;
    }

    .ep-product-logo img {
        max-width: 58px;
        max-height: 58px;
    }

    .ep-product-title {
        font-size: 26px;
        line-height: 1.22;
    }

    .ep-product-meta,
    .ep-product-summary,
    .ep-product-content {
        font-size: 15px;
    }

    .ep-product-actions {
        gap: 8px;
        padding: 12px;
    }

    .ep-product-btn {
        min-width: calc(50% - 4px);
        min-height: 42px;
        font-size: 14px;
    }
}


:root {
    --ep-ink: #07172f;
    --ep-text: #31465f;
    --ep-muted: #73879d;
    --ep-soft: #f5f9fc;
    --ep-panel: #ffffff;
    --ep-line: #dce8f1;
    --ep-accent: #087f90;
    --ep-accent-strong: #056b79;
    --ep-accent-soft: #e7f8fb;
    --ep-warm: #e47a24;
    --ep-radius: 16px;
    --ep-shadow: 0 16px 42px rgba(25, 50, 82, .08);
}

.ep-layout {
    color: var(--ep-text);
    background:
        linear-gradient(90deg, rgba(8, 127, 144, .045) 1px, transparent 1px),
        linear-gradient(180deg, rgba(8, 127, 144, .035) 1px, transparent 1px),
        linear-gradient(180deg, #f9fcff 0, #eef4f8 480px, #edf2f6 100%);
    background-size: 36px 36px, 36px 36px, auto;
}

.ep-header {
    height: 68px;
    background: rgba(255, 255, 255, .9);
    border-bottom-color: rgba(205, 221, 233, .92);
    box-shadow: 0 10px 30px rgba(20, 42, 70, .07);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

.ep-brand-main {
    color: var(--ep-ink);
    font-size: 22px;
    letter-spacing: .01em;
}

.ep-brand-sub {
    color: var(--ep-accent);
}

.ep-nav > ul {
    gap: 8px;
}

.ep-nav-item > a {
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    color: #53677f;
    font-weight: 800;
    transition: color .18s ease, background .18s ease, transform .18s ease;
}

.ep-nav-item.is-active > a,
.ep-nav-item > a:hover {
    color: var(--ep-accent-strong);
    background: var(--ep-accent-soft);
    transform: translateY(-1px);
}

.ep-main {
    padding: 26px 0 48px;
}

.ep-container {
    max-width: 1220px;
}

.ep-breadcrumb {
    padding: 0 4px;
    margin: 4px 0 18px;
    color: #8799ad;
    font-size: 14px;
}

.ep-breadcrumb a,
.ep-product-breadcrumb a {
    color: #3478d6;
    font-weight: 700;
}

.ep-home-hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, .72fr);
    gap: 16px;
    margin: 6px 0 16px;
}

.ep-home-hero-copy {
    min-height: 336px;
    padding: clamp(30px, 5vw, 54px);
    border-color: rgba(8, 127, 144, .22);
    color: #fff;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, 0) 34%),
        linear-gradient(90deg, rgba(123, 220, 226, .16) 1px, transparent 1px),
        linear-gradient(180deg, rgba(123, 220, 226, .12) 1px, transparent 1px),
        #07172f;
    background-size: auto, 32px 32px, 32px 32px, auto;
    box-shadow: 0 20px 48px rgba(7, 23, 47, .22);
}

.ep-home-hero-copy::after {
    display: none;
}

.ep-home-eyebrow {
    height: 30px;
    color: #b9f6f2;
    border-color: rgba(185, 246, 242, .28);
    background: rgba(255, 255, 255, .08);
}

.ep-home-hero h1 {
    max-width: 720px;
    color: #fff;
    font-size: clamp(32px, 4.2vw, 50px);
    line-height: 1.12;
}

.ep-home-hero p {
    max-width: 600px;
    color: rgba(232, 246, 250, .86);
    font-size: 16px;
}

.ep-home-btn {
    min-width: 132px;
    min-height: 46px;
    border-color: rgba(255, 255, 255, .24);
    color: #eaf8fb;
    background: rgba(255, 255, 255, .08);
    box-shadow: none;
}

.ep-home-btn.is-primary,
.ep-home-btn:hover {
    color: #05212b;
    border-color: #91f0e6;
    background: #91f0e6;
}

.ep-home-advisor,
.ep-home-section,
.ep-home-side-panel,
.ep-list-card,
.ep-side-card,
.ep-search-card,
.ep-product-shell,
.el-card {
    border-color: rgba(208, 224, 235, .95);
    border-radius: var(--ep-radius);
    background: rgba(255, 255, 255, .96);
    box-shadow: var(--ep-shadow);
}

.ep-home-advisor {
    padding: 22px;
}

.ep-home-panel-title {
    margin-bottom: 14px;
    color: var(--ep-ink);
    font-size: 18px;
}

.ep-home-advisor-grid {
    gap: 12px;
}

.ep-home-advisor-grid a {
    min-height: 76px;
    padding: 15px 16px;
    border: 1px solid #d9e8f1;
    border-radius: 15px;
    background:
        linear-gradient(180deg, #fbfdff, #f1f7fa);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}

.ep-home-advisor-grid a:hover {
    border-color: rgba(8, 127, 144, .45);
    background: #effbfc;
}

.ep-home-advisor-grid span {
    font-size: 18px;
}

.ep-home-advisor-grid em {
    color: #6c8096;
}

.ep-home-paths {
    gap: 10px;
}

.ep-home-paths a,
.ep-home-scenario-grid a {
    border-color: #d9e8f1;
    border-radius: 15px;
    background: rgba(255, 255, 255, .92);
}

.ep-home-paths a {
    min-height: 78px;
}

.ep-home-paths strong,
.ep-home-scenario-grid b,
.ep-home-section-head h2 {
    color: var(--ep-ink);
}

.ep-home-section-head span {
    color: var(--ep-accent);
    letter-spacing: 0;
}

.ep-home-section-head > a,
.ep-list-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 13px;
    border: 1px solid rgba(8, 127, 144, .25);
    border-radius: 999px;
    color: var(--ep-accent-strong);
    background: #f2fbfc;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.ep-list-action:hover,
.ep-home-section-head > a:hover {
    color: #fff;
    border-color: var(--ep-accent);
    background: var(--ep-accent);
}

.ep-home-product-row {
    grid-template-columns: 70px minmax(0, 1fr) auto;
    border: 1px solid transparent;
    border-top-color: #edf4f8;
    border-radius: 14px;
}

.ep-home-product-row:hover {
    border-color: #c9e2eb;
    background: #f6fbfd;
}

.ep-home-product-logo,
.ep-thumb {
    border: 1px solid #dce8f1;
    background: #f8fbfd;
}

.ep-home-product-body h3,
.ep-article-title {
    color: var(--ep-ink);
}

.ep-home-tags span,
.ep-badge {
    color: #1769c8;
    background: #edf5ff;
}

.ep-home-tags .is-price,
.ep-product-pill.is-price {
    color: var(--ep-warm);
    background: #fff2e7;
}

.ep-row {
    gap: 18px;
}

.ep-col-side {
    flex-basis: 318px;
}

.ep-list-card .el-card__header,
.ep-side-card .el-card__header,
.ep-search-card .el-card__header {
    padding: 16px 20px;
    color: var(--ep-ink);
    font-size: 17px;
    font-weight: 900;
}

.ep-list-card .el-card__body,
.ep-search-card .el-card__body {
    padding: 10px 18px 18px;
}

.ep-list-card .ep-list-item,
.ep-search-card .ep-list-item {
    position: relative;
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    min-height: 112px;
    padding: 14px 8px;
    border-bottom-color: #edf4f8;
    border-radius: 13px;
}

.ep-list-card .ep-list-item:hover,
.ep-search-card .ep-list-item:hover {
    background: #f7fbfd;
}

.ep-list-card .ep-thumb,
.ep-search-card .ep-thumb,
.ep-list-card img.ep-thumb,
.ep-search-card img.ep-thumb {
    width: 74px;
    height: 74px;
    padding: 8px;
    border-radius: 14px;
    object-fit: contain;
}

.ep-list-card .ep-article-title,
.ep-search-card .ep-article-title {
    margin-bottom: 6px;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 900;
}

.ep-list-card .ep-list-desc,
.ep-search-card .ep-list-desc {
    max-width: 760px;
    color: #61758c;
}

.ep-list-card .ep-meta,
.ep-search-card .ep-meta {
    gap: 7px;
    margin-top: 8px;
}

.ep-list-action {
    margin-top: 10px;
}

.ep-side-card {
    box-shadow: 0 12px 30px rgba(25, 50, 82, .06);
}

.ep-side-card .el-card__body {
    padding: 8px 16px 16px;
}

.ep-side-card .ep-side-hit-row {
    padding: 11px 0;
}

.ep-side-card .ep-side-hit-title {
    color: var(--ep-ink);
}

.ep-side-card .ep-side-hit-desc {
    color: #76899e;
}

.ep-search-filters {
    margin-bottom: 18px;
    padding: 16px;
    border: 1px solid #dce8f1;
    border-radius: 15px;
    background: #f7fbfd;
}

.ep-search-row {
    gap: 12px;
}

.ep-search-label {
    width: 64px;
    padding-top: 7px;
    color: var(--ep-ink);
    font-weight: 900;
}

.ep-search-field {
    gap: 9px;
}

.ep-search-divider {
    margin: 12px 0;
    border-bottom-color: #dce8f1;
}

.ep-filter-pill,
.ep-search-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 16px;
    border: 1px solid #d5e6ef;
    border-radius: 999px;
    color: #415a76;
    background: #fff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: color .16s ease, border-color .16s ease, background .16s ease, transform .16s ease;
}

.ep-filter-pill:hover,
.ep-filter-pill.is-active,
.ep-search-submit {
    color: #fff;
    border-color: var(--ep-accent);
    background: var(--ep-accent);
}

.ep-filter-pill:hover,
.ep-search-submit:hover {
    transform: translateY(-1px);
}

.ep-search-keyword-wrap .el-input__wrapper {
    border-radius: 999px;
}

.ep-search-submit {
    min-width: 74px;
}

.ep-search-field {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ep-search-field .ep-filter-pill {
    min-height: 34px;
    padding: 0 14px;
    border-color: transparent;
    color: #526b84;
    background: rgba(255, 255, 255, .72);
    box-shadow: inset 0 0 0 1px rgba(213, 230, 239, .72);
}

.ep-search-field .ep-filter-pill.is-active {
    color: #fff;
    box-shadow: 0 8px 18px rgba(8, 127, 144, .18);
}

.ep-search-field .ep-filter-pill:hover {
    color: var(--ep-accent-strong);
    border-color: transparent;
    background: #edf9fb;
    box-shadow: inset 0 0 0 1px rgba(8, 127, 144, .28);
}

.ep-search-field .ep-filter-pill.is-active:hover {
    color: #fff;
    background: var(--ep-accent);
    box-shadow: 0 8px 18px rgba(8, 127, 144, .18);
}

.ep-search-submit {
    box-shadow: 0 10px 20px rgba(8, 127, 144, .18);
}

.ep-search-submit:hover {
    box-shadow: 0 14px 24px rgba(8, 127, 144, .22);
}

.ep-product-detail {
    padding-top: 8px;
}

.ep-product-shell {
    padding: clamp(26px, 4vw, 46px);
}

.ep-product-kind {
    width: fit-content;
    padding: 5px 12px;
    border-radius: 999px;
    color: var(--ep-accent-strong);
    background: var(--ep-accent-soft);
}

.ep-product-logo {
    border-color: #dce8f1;
    box-shadow: 0 10px 26px rgba(25, 50, 82, .08);
}

.ep-product-title {
    color: var(--ep-ink);
    font-size: clamp(30px, 4vw, 42px);
}

.ep-product-summary {
    border-left-color: var(--ep-accent);
    color: #173c5c;
    background: #eaf9fb;
}

.ep-product-actions {
    border-color: #dce8f1;
    background: #fbfdfe;
}

.ep-product-btn {
    border-radius: 999px;
}

.ep-product-btn.is-primary {
    border-color: var(--ep-accent);
    background: var(--ep-accent);
}

.ep-product-content,
.neirong {
    color: #253d59;
}

.ep-product-content h2,
.ep-product-content h3,
.neirong h2,
.neirong h3 {
    color: var(--ep-ink);
}

.ep-product-content table,
.neirong table {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(25, 50, 82, .05);
}

.ep-show-card-body {
    padding: clamp(22px, 3vw, 34px);
}

.ep-show-title {
    max-width: 880px;
    color: var(--ep-ink);
    font-size: clamp(24px, 3.1vw, 34px);
    line-height: 1.25;
    font-weight: 900;
}

.ep-show-meta {
    margin-bottom: 24px;
    color: #7b8da1;
}

.ep-show-related-title {
    color: var(--ep-ink);
    font-weight: 900;
}

.ep-related-card {
    overflow: hidden;
    border-color: #dce8f1;
    box-shadow: 0 12px 28px rgba(25, 50, 82, .06);
}

.ep-related-cover {
    display: block;
    height: 132px;
    padding: 14px;
    background: #f7fbfd;
}

.ep-related-cover img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ep-related-title {
    color: var(--ep-ink);
    font-weight: 900;
}

@media (prefers-reduced-motion: reduce) {
    .ep-nav-item > a,
    .ep-home-product-row,
    .ep-home-advisor-grid a,
    .ep-home-paths a,
    .ep-home-scenario-grid a,
    .ep-filter-pill,
    .ep-search-submit {
        transition: none;
        transform: none !important;
    }
}

@media (max-width: 1024px) {
    .ep-header-inner {
        gap: 14px;
    }

    .ep-home-hero {
        grid-template-columns: 1fr;
    }

    .ep-home-advisor-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .ep-layout {
        background-size: 28px 28px, 28px 28px, auto;
    }

    .ep-header {
        height: auto;
    }

    .ep-header-inner {
        padding: 10px 12px;
    }

    .ep-nav {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .ep-nav > ul {
        flex-wrap: nowrap;
        min-width: max-content;
    }

    .ep-nav-item > a {
        min-height: 36px;
        padding: 0 12px;
        font-size: 13px;
    }

    .ep-main {
        padding-top: 14px;
    }

    .ep-home-hero-copy {
        min-height: auto;
        padding: 26px 20px;
    }

    .ep-home-hero h1 {
        font-size: 29px;
    }

    .ep-home-actions {
        gap: 10px;
    }

    .ep-home-btn {
        flex: 1 1 130px;
        min-width: 0;
    }

    .ep-home-advisor-grid,
    .ep-home-paths,
    .ep-home-scenario-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ep-home-advisor-grid a {
        min-height: 70px;
        padding: 13px;
    }

    .ep-home-advisor-grid span {
        font-size: 16px;
    }

    .ep-home-product-row {
        grid-template-columns: 54px minmax(0, 1fr);
        padding: 12px;
    }

    .ep-list-card .ep-list-item,
    .ep-search-card .ep-list-item {
        grid-template-columns: 60px minmax(0, 1fr);
        min-height: 92px;
        padding: 12px 0;
    }

    .ep-list-card .ep-thumb,
    .ep-search-card .ep-thumb,
    .ep-list-card img.ep-thumb,
    .ep-search-card img.ep-thumb {
        width: 54px;
        height: 54px;
        padding: 5px;
        border-radius: 12px;
    }

    .ep-list-card .ep-article-title,
    .ep-search-card .ep-article-title {
        font-size: 14px;
    }

    .ep-list-action {
        min-height: 30px;
        padding: 0 11px;
        font-size: 12px;
    }

    .ep-search-filters {
        padding: 12px;
    }

    .ep-search-row {
        display: block;
    }

    .ep-search-label {
        display: block;
        width: auto;
        padding-top: 0;
        margin-bottom: 8px;
    }

    .ep-filter-pill {
        min-height: 34px;
        padding: 0 13px;
    }

    .ep-search-keyword-wrap {
        width: 100%;
        margin-bottom: 8px;
    }

    .ep-search-submit {
        width: 100%;
    }

    .ep-product-shell {
        padding: 22px 16px 28px;
    }

    .ep-product-title {
        font-size: 24px;
        line-height: 1.22;
        margin-bottom: 12px;
    }

    .ep-product-breadcrumb span:last-child {
        display: none;
    }

    .ep-product-kind {
        margin-bottom: 10px;
    }

    .ep-product-logo {
        margin-bottom: 12px;
    }

    .ep-product-pills {
        gap: 8px;
        margin-bottom: 16px;
    }

    .ep-product-pill {
        min-height: 30px;
        padding: 0 10px;
        font-size: 13px;
    }

    .ep-product-summary {
        margin-bottom: 18px;
        padding: 14px 16px;
        line-height: 1.8;
    }
}


.ep-footer {
    margin-top: 36px;
    padding: 24px 20px;
    border-top: 1px solid rgba(194, 213, 228, .78);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .88), rgba(246, 251, 253, .94)),
        rgba(255, 255, 255, .92);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}

.ep-footer-inner {
    min-height: 44px;
    color: #6b7f95;
    font-size: 13px;
}

.ep-footer-inner a {
    color: #376fbb;
    font-weight: 700;
}

.ep-footer-links {
    gap: 8px;
}

.ep-footer-links a {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 11px;
    border: 1px solid #dcebf5;
    border-radius: 999px;
    background: #fff;
    color: #55708d;
    text-decoration: none;
    transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease;
}

.ep-footer-links a:hover {
    color: var(--ep-accent-strong);
    border-color: rgba(8, 127, 144, .28);
    background: var(--ep-accent-soft);
    transform: translateY(-1px);
}

.ep-scrolltop {
    width: 46px;
    height: 46px;
    right: 24px;
    bottom: 28px;
    border: 1px solid rgba(255, 255, 255, .72);
    background: linear-gradient(135deg, #0b8e9d, #3478d6);
    box-shadow: 0 16px 34px rgba(28, 106, 173, .28);
    transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.ep-scrolltop:hover {
    opacity: 1;
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(28, 106, 173, .34);
}

.ep-page-card {
    max-width: 1040px;
    margin: 16px auto 0;
    border: 1px solid rgba(210, 226, 238, .95);
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 18px 48px rgba(33, 62, 92, .07);
}

.ep-page-body {
    padding: clamp(24px, 4vw, 46px);
}

.ep-page-title {
    position: relative;
    max-width: 780px;
    margin: 0 0 24px;
    padding-bottom: 18px;
    text-align: left;
    color: var(--ep-ink);
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.22;
    font-weight: 900;
}

.ep-page-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 62px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--ep-accent), #74b7ff);
}

.ep-page-card .neirong {
    max-width: 860px;
    color: #314963;
    font-size: 16px;
    line-height: 1.95;
}

.ep-page-card .neirong p {
    margin: 0 0 16px;
}

.ep-page-card .neirong a {
    color: #246fca;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid rgba(36, 111, 202, .22);
}

.ep-page-card .neirong img {
    border-radius: 16px;
    border: 1px solid #e1ecf3;
    box-shadow: 0 14px 34px rgba(33, 62, 92, .08);
}

.ep-auth-page {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 24px;
    background:
        linear-gradient(90deg, rgba(95, 160, 212, .08) 1px, transparent 1px),
        linear-gradient(180deg, rgba(95, 160, 212, .07) 1px, transparent 1px),
        linear-gradient(180deg, #f5f9fc, #eef4f8);
    background-size: 34px 34px, 34px 34px, auto;
}

.ep-auth-card {
    width: min(520px, 100%);
    border: 1px solid rgba(204, 222, 235, .96);
    border-radius: 22px;
    overflow: hidden;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 22px 60px rgba(22, 55, 88, .12);
}

.ep-auth-card .el-card__body {
    padding: clamp(28px, 5vw, 48px);
}

.ep-msg-icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin-bottom: 18px;
    border-radius: 22px;
    background: #f2f8fb;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}

.ep-msg-icon-box i {
    font-size: 40px;
}

.ep-msg-title {
    color: var(--ep-ink);
    font-size: 22px;
    line-height: 1.35;
    font-weight: 900;
}

.ep-msg-actions a,
.ep-auth-card .el-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(8, 127, 144, .26);
    background: var(--ep-accent-soft);
    color: var(--ep-accent-strong) !important;
    font-weight: 900;
    text-decoration: none;
}

.ep-404-visual {
    margin-bottom: 8px;
    color: transparent;
    background: linear-gradient(135deg, #07172f, #0b8e9d 62%, #3478d6);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: clamp(68px, 14vw, 124px);
    line-height: 1;
    font-weight: 950;
    letter-spacing: .02em;
}

.ep-404-msg {
    color: #637992;
    font-size: 15px;
    line-height: 1.8;
}

@media (prefers-reduced-motion: reduce) {
    .ep-footer-links a,
    .ep-scrolltop {
        transition: none;
        transform: none !important;
    }
}

@media (max-width: 768px) {
    .ep-footer {
        padding: 18px 14px 76px;
    }

    .ep-footer-inner {
        display: grid;
        justify-items: start;
        gap: 12px;
    }

    .ep-footer-links {
        width: 100%;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 2px;
    }

    .ep-footer-links a {
        white-space: nowrap;
    }

    .ep-scrolltop {
        right: 16px;
        bottom: 18px;
        width: 42px;
        height: 42px;
    }

    .ep-page-card {
        margin-top: 10px;
        border-radius: 16px;
    }

    .ep-page-body {
        padding: 22px 18px;
    }

    .ep-page-title {
        font-size: 24px;
    }

    .ep-page-card .neirong {
        font-size: 15px;
        line-height: 1.9;
    }
}


@media (max-width: 991px) {
    .ep-header-inner {
        flex-wrap: wrap;
        gap: 8px 12px;
    }

    .ep-logo {
        order: 1;
    }

    .ep-header-actions {
        order: 2;
        margin-left: auto;
    }

    .ep-nav {
        order: 3;
        display: flex;
        flex: 0 0 100%;
        width: 100%;
        justify-content: flex-start;
        overflow-x: auto;
        padding: 8px 0 2px;
        border-top: 1px solid rgba(211, 226, 238, .72);
        scrollbar-width: none;
    }

    .ep-nav::-webkit-scrollbar {
        display: none;
    }

    .ep-nav > ul {
        flex-wrap: nowrap;
        min-width: max-content;
        gap: 7px;
    }

    .ep-nav-item > a {
        min-height: 34px;
        padding: 0 12px;
        white-space: nowrap;
        border-radius: 999px;
        font-size: 13px;
        background: rgba(255, 255, 255, .72);
        border: 1px solid rgba(218, 231, 240, .82);
    }

    .ep-submenu {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .ep-header-inner {
        padding: 9px 12px 8px;
    }

    .ep-main {
        padding-top: 12px;
    }

    .ep-search-popover {
        position: static;
    }

    .ep-search-panel {
        left: 12px;
        right: 12px;
        top: 54px;
        width: auto;
        padding: 14px;
        border-radius: 18px;
    }

    .ep-search-panel form {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
        align-items: center;
    }

    .ep-header-search-submit {
        min-height: 38px;
        border-radius: 999px;
    }
}


.ep-cat-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .86fr);
    gap: 18px;
    align-items: stretch;
    margin: 2px 0 18px;
    padding: clamp(18px, 3vw, 28px);
    border: 1px solid rgba(199, 219, 233, .92);
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(245, 250, 252, .92)),
        #fff;
    box-shadow: 0 18px 46px rgba(33, 62, 92, .065);
    overflow: hidden;
}

.ep-cat-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(8, 127, 144, .07) 1px, transparent 1px),
        linear-gradient(180deg, rgba(8, 127, 144, .055) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, .75), transparent 70%);
}

.ep-cat-copy,
.ep-cat-filter {
    position: relative;
    z-index: 1;
}

.ep-cat-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 10px;
    padding: 0 11px;
    border-radius: 999px;
    color: var(--ep-accent-strong);
    background: var(--ep-accent-soft);
    font-size: 12px;
    font-weight: 900;
}

.ep-cat-copy h1 {
    margin: 0;
    color: var(--ep-ink);
    font-size: clamp(25px, 3vw, 38px);
    line-height: 1.16;
    font-weight: 950;
}

.ep-cat-copy p {
    max-width: 620px;
    margin: 12px 0 0;
    color: #607992;
    font-size: 15px;
    line-height: 1.8;
}

.ep-cat-filter {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-content: center;
}

.ep-cat-filter a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    padding: 0 15px;
    border: 1px solid #d9e8f1;
    border-radius: 15px;
    color: #18314e;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(242, 248, 251, .96));
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .86);
    transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease;
}

.ep-cat-filter a::after {
    content: "›";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-left: 10px;
    border-radius: 999px;
    color: var(--ep-accent-strong);
    background: rgba(8, 127, 144, .08);
    font-size: 18px;
    line-height: 1;
}

.ep-cat-filter a:hover {
    color: var(--ep-accent-strong);
    border-color: rgba(8, 127, 144, .36);
    background: #f2fbfc;
    transform: translateY(-1px);
}

.ep-cat-hero--compact {
    grid-template-columns: minmax(0, .92fr) minmax(330px, .78fr);
    padding: clamp(16px, 2.4vw, 24px);
}

@media (prefers-reduced-motion: reduce) {
    .ep-cat-filter a {
        transition: none;
        transform: none !important;
    }
}

@media (max-width: 768px) {
    .ep-cat-hero,
    .ep-cat-hero--compact {
        display: block;
        margin-bottom: 12px;
        padding: 18px;
        border-radius: 18px;
    }

    .ep-cat-copy h1 {
        font-size: 25px;
    }

    .ep-cat-copy p {
        margin-top: 8px;
        font-size: 14px;
        line-height: 1.65;
    }

    .ep-cat-filter {
        display: flex;
        gap: 9px;
        margin-top: 15px;
        overflow-x: auto;
        padding-bottom: 2px;
        scrollbar-width: none;
    }

    .ep-cat-filter::-webkit-scrollbar {
        display: none;
    }

    .ep-cat-filter a {
        flex: 0 0 auto;
        min-height: 38px;
        padding: 0 12px;
        white-space: nowrap;
        border-radius: 999px;
        font-size: 13px;
    }

    .ep-cat-filter a::after {
        display: none;
    }
}


.ep-search-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    margin: 2px 0 18px;
    padding: clamp(18px, 3vw, 26px);
    border: 1px solid rgba(199, 219, 233, .92);
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(7, 23, 47, .96), rgba(9, 57, 82, .94)),
        #07172f;
    box-shadow: 0 20px 48px rgba(7, 23, 47, .16);
}

.ep-search-hero .ep-cat-eyebrow {
    color: #b9f6f2;
    border: 1px solid rgba(185, 246, 242, .22);
    background: rgba(255, 255, 255, .08);
}

.ep-search-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(26px, 3.1vw, 38px);
    line-height: 1.15;
    font-weight: 950;
}

.ep-search-hero p {
    max-width: 680px;
    margin: 10px 0 0;
    color: #c5d8e5;
    font-size: 15px;
    line-height: 1.75;
}

.ep-search-shortcuts {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 9px;
    max-width: 430px;
}

.ep-search-shortcuts a,
.ep-show-paths a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease;
}

.ep-search-shortcuts a {
    color: #d8fbfb;
    border: 1px solid rgba(185, 246, 242, .22);
    background: rgba(255, 255, 255, .08);
}

.ep-search-shortcuts a:hover {
    color: #061927;
    border-color: #7be2dd;
    background: #7be2dd;
    transform: translateY(-1px);
}

.ep-show-card {
    border: 1px solid rgba(210, 226, 238, .95);
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 18px 48px rgba(33, 62, 92, .07);
}

.ep-show-paths {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: -8px 0 22px;
    padding: 14px;
    border: 1px solid #dcebf5;
    border-radius: 16px;
    background: #f7fbfd;
}

.ep-show-paths a {
    color: var(--ep-accent-strong);
    border: 1px solid rgba(8, 127, 144, .2);
    background: #fff;
}

.ep-show-paths a:hover {
    color: #fff;
    border-color: var(--ep-accent);
    background: var(--ep-accent);
    transform: translateY(-1px);
}

.ep-show-prevnext-wrap {
    margin-top: 28px;
    padding: 14px 16px;
    border: 1px solid #e1ecf3;
    border-radius: 16px;
    background: #f8fbfd;
}

.ep-show-prevnext-wrap p {
    margin: 4px 0;
    color: #657b91;
}

.ep-show-prevnext-wrap a,
.ep-show-prevnext-wrap span {
    color: #236ec8;
    font-weight: 800;
    text-decoration: none;
}

.ep-show-prevnext-wrap span {
    color: #8b9eb0;
}

.ep-index-feed-card {
    border: 1px solid rgba(210, 226, 238, .95);
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 12px 30px rgba(33, 62, 92, .055);
}

.ep-index-feed-card .el-card__body {
    padding: 14px 18px;
}

.ep-index-feed-card .ep-list-item--flush {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 15px;
    align-items: center;
    padding: 0;
    border-bottom: 0;
}

.ep-index-feed-card .ep-thumb {
    width: 66px;
    height: 66px;
    padding: 7px;
    border-radius: 14px;
    object-fit: contain;
}

.ep-index-feed-card .ep-article-title {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.35;
}

.ep-index-feed-card .ep-list-desc {
    margin-bottom: 7px;
    font-size: 13px;
    line-height: 1.65;
}

.ep-index-feed-card .ep-list-action {
    margin-top: 4px;
}

.ep-product-paths {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin: 0 0 24px;
    padding: 13px 14px;
    border: 1px solid #dcebf5;
    border-radius: 16px;
    background:
        linear-gradient(180deg, #fbfdff, #f5fafc);
}

.ep-product-paths span {
    color: #6d8298;
    font-size: 13px;
    font-weight: 900;
}

.ep-product-paths a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid rgba(8, 127, 144, .2);
    border-radius: 999px;
    color: var(--ep-accent-strong);
    background: #fff;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease;
}

.ep-product-paths a:hover {
    color: #fff;
    border-color: var(--ep-accent);
    background: var(--ep-accent);
    transform: translateY(-1px);
}

@media (prefers-reduced-motion: reduce) {
    .ep-search-shortcuts a,
    .ep-show-paths a,
    .ep-product-paths a {
        transition: none;
        transform: none !important;
    }
}

@media (max-width: 768px) {
    .ep-search-hero {
        display: block;
        margin-bottom: 12px;
        padding: 18px;
        border-radius: 18px;
    }

    .ep-search-hero h1 {
        font-size: 26px;
    }

    .ep-search-hero p {
        font-size: 14px;
        line-height: 1.65;
    }

    .ep-search-shortcuts {
        flex-wrap: nowrap;
        justify-content: flex-start;
        max-width: none;
        margin-top: 14px;
        overflow-x: auto;
        padding-bottom: 2px;
        scrollbar-width: none;
    }

    .ep-search-shortcuts::-webkit-scrollbar {
        display: none;
    }

    .ep-search-shortcuts a,
    .ep-show-paths a {
        flex: 0 0 auto;
        min-height: 34px;
        padding: 0 12px;
    }

    .ep-show-card {
        border-radius: 16px;
    }

    .ep-show-paths {
        flex-wrap: nowrap;
        gap: 8px;
        margin: -4px 0 18px;
        overflow-x: auto;
        padding: 11px;
        border-radius: 14px;
        scrollbar-width: none;
    }

    .ep-show-paths::-webkit-scrollbar {
        display: none;
    }

    .ep-show-prevnext-wrap {
        padding: 12px;
        font-size: 13px;
    }

    .ep-index-feed-card {
        border-radius: 16px;
    }

    .ep-index-feed-card .el-card__body {
        padding: 12px;
    }

    .ep-index-feed-card .ep-list-item--flush {
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 10px;
    }

    .ep-index-feed-card .ep-thumb {
        width: 52px;
        height: 52px;
        padding: 5px;
        border-radius: 12px;
    }

    .ep-index-feed-card .ep-article-title {
        font-size: 14px;
    }

    .ep-index-feed-card .ep-list-desc {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 12px;
    }

    .ep-product-paths {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 11px;
        border-radius: 14px;
        scrollbar-width: none;
    }

    .ep-product-paths::-webkit-scrollbar {
        display: none;
    }

    .ep-product-paths span,
    .ep-product-paths a {
        flex: 0 0 auto;
    }
}


.ep-layout a:focus-visible,
.ep-layout button:focus-visible,
.ep-layout input:focus-visible {
    outline: 3px solid rgba(8, 127, 144, .26);
    outline-offset: 3px;
    border-radius: 12px;
}

.ep-home-btn:active,
.ep-list-action:active,
.ep-filter-pill:active,
.ep-search-submit:active,
.ep-cat-filter a:active,
.ep-search-shortcuts a:active,
.ep-product-btn:active,
.ep-product-paths a:active,
.ep-show-paths a:active,
.ep-footer-links a:active,
.ep-nav-item > a:active {
    transform: translateY(0) scale(.985);
}

.ep-header-search-input .el-input__wrapper,
.ep-search-keyword-wrap .el-input__wrapper {
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.ep-header-search-input .el-input__wrapper:focus-within,
.ep-search-keyword-wrap .el-input__wrapper:focus-within {
    border-color: rgba(8, 127, 144, .42);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(8, 127, 144, .09);
}

@media (min-width: 992px) {
    .ep-col-side {
        position: sticky;
        top: 92px;
        align-self: flex-start;
        max-height: calc(100vh - 112px);
        overflow: auto;
        padding-right: 2px;
        scrollbar-width: thin;
        scrollbar-color: rgba(8, 127, 144, .28) transparent;
    }

    .ep-col-side::-webkit-scrollbar {
        width: 6px;
    }

    .ep-col-side::-webkit-scrollbar-thumb {
        border-radius: 999px;
        background: rgba(8, 127, 144, .22);
    }
}

.ep-side-card .ep-side-hit-row {
    transition: background .18s ease, transform .18s ease;
}

.ep-side-card .ep-side-hit-row:hover {
    background: #f6fbfd;
    transform: translateX(2px);
}

.ep-side-card .ep-side-hit-title:focus-visible,
.ep-related-title:focus-visible,
.ep-article-title a:focus-visible {
    outline-offset: 2px;
}

.ep-product-content ::selection,
.neirong ::selection,
.ep-list-desc::selection,
.ep-home-hero ::selection {
    color: #061927;
    background: rgba(123, 226, 221, .42);
}

.ep-product-content blockquote,
.neirong blockquote {
    margin: 22px 0;
    padding: 16px 18px;
    border-left: 4px solid var(--ep-accent);
    border-radius: 0 14px 14px 0;
    background: #f2fbfc;
    color: #294963;
}

.ep-product-content pre,
.neirong pre {
    max-width: 100%;
    overflow-x: auto;
    padding: 16px;
    border-radius: 14px;
    background: #07172f;
    color: #d8fbfb;
}

.ep-product-content code,
.neirong code {
    padding: .12em .38em;
    border-radius: 7px;
    background: #eef6fa;
    color: #0a6270;
}

.ep-product-content pre code,
.neirong pre code {
    padding: 0;
    background: transparent;
    color: inherit;
}

.ep-show-tags {
    margin-top: 20px;
    padding-top: 14px;
    border-top: 1px solid #e5eef5;
}

.ep-mobile-action-bar {
    display: none;
}

.ep-product-content,
.neirong {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.ep-product-content a,
.neirong a {
    color: #236ec8;
    font-weight: 800;
    text-decoration: none;
    border-bottom: 1px solid rgba(35, 110, 200, .22);
}

.ep-product-content a:hover,
.neirong a:hover {
    color: var(--ep-accent-strong);
    border-bottom-color: rgba(8, 127, 144, .38);
}

.ep-product-content iframe,
.ep-product-content video,
.ep-product-content embed,
.ep-product-content object,
.neirong iframe,
.neirong video,
.neirong embed,
.neirong object {
    display: block;
    max-width: 100%;
    margin: 18px 0;
    border: 1px solid #dcebf5;
    border-radius: 16px;
    background: #f7fbfd;
}

.ep-product-content video,
.neirong video {
    height: auto;
}

.ep-product-content figure,
.neirong figure {
    max-width: 100%;
    margin: 22px 0;
}

.ep-product-content figcaption,
.neirong figcaption {
    margin-top: 8px;
    color: #7890a7;
    font-size: 13px;
    line-height: 1.7;
}

.ep-product-content table,
.neirong table {
    max-width: 100%;
}

.ep-product-content table caption,
.neirong table caption {
    padding: 0 0 10px;
    color: #607992;
    font-size: 13px;
    font-weight: 800;
    text-align: left;
}

@media (prefers-reduced-motion: reduce) {
    .ep-side-card .ep-side-hit-row {
        transition: none;
        transform: none !important;
    }
}

@media (max-width: 768px) {
    .ep-has-mobile-action-space {
        padding-bottom: calc(112px + env(safe-area-inset-bottom));
    }

    .ep-mobile-action-bar {
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: calc(12px + env(safe-area-inset-bottom));
        z-index: 120;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 10px;
        padding: 10px;
        border: 1px solid rgba(199, 219, 233, .96);
        border-radius: 18px;
        background: rgba(255, 255, 255, .94);
        box-shadow: 0 18px 48px rgba(22, 55, 88, .2);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
    }

    .ep-mobile-action-bar a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        padding: 0 12px;
        border-radius: 999px;
        font-size: 14px;
        font-weight: 950;
        text-decoration: none;
        white-space: nowrap;
        transition: color .16s ease, border-color .16s ease, background .16s ease, transform .16s ease, box-shadow .16s ease;
    }

    .ep-mobile-action-main {
        color: #061927;
        background: #7be2dd;
        border: 1px solid #7be2dd;
    }

    .ep-mobile-action-ghost {
        color: var(--ep-accent-strong);
        background: #fff;
        border: 1px solid rgba(8, 127, 144, .24);
    }

    .ep-mobile-action-bar a:hover,
    .ep-mobile-action-bar a:focus-visible {
        transform: translateY(-1px);
        box-shadow: 0 10px 18px rgba(8, 127, 144, .14);
    }

    .ep-product-content iframe,
    .ep-product-content video,
    .ep-product-content embed,
    .ep-product-content object,
    .neirong iframe,
    .neirong video,
    .neirong embed,
    .neirong object {
        border-radius: 12px;
    }

    .ep-scrolltop {
        bottom: calc(88px + env(safe-area-inset-bottom));
    }
}

@media (prefers-reduced-motion: reduce) {
    .ep-mobile-action-bar a {
        transition: none;
        transform: none !important;
    }
}

.ep-skip-link {
    position: fixed;
    left: 18px;
    top: 14px;
    z-index: 3000;
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    color: #052033;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    background: #7be2dd;
    box-shadow: 0 12px 34px rgba(19, 84, 106, .2);
    transform: translateY(-72px);
    opacity: 0;
    transition: opacity .16s ease, transform .16s ease;
}

.ep-skip-link:focus,
.ep-skip-link:focus-visible {
    opacity: 1;
    outline: 3px solid rgba(8, 127, 144, .22);
    transform: translateY(0);
}

.ep-main:focus {
    outline: none;
}

.ep-empty-state {
    margin-top: 18px;
    padding: clamp(22px, 4vw, 34px);
    border: 1px dashed rgba(132, 160, 188, .45);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(238, 249, 252, .95), rgba(255, 255, 255, .98));
    text-align: center;
}

.ep-empty-state strong {
    display: block;
    color: var(--ep-ink);
    font-size: clamp(20px, 2.6vw, 26px);
    font-weight: 950;
    line-height: 1.35;
}

.ep-search-hero h1,
.ep-cat-hero h1,
.ep-product-detail h1,
.ep-show-title {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.ep-empty-state p {
    max-width: 560px;
    margin: 10px auto 0;
    color: var(--ep-muted);
    font-size: 15px;
    line-height: 1.8;
}

.ep-empty-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
}

.ep-empty-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 16px;
    border: 1px solid rgba(8, 127, 144, .2);
    border-radius: 999px;
    color: var(--ep-accent-strong);
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    background: rgba(255, 255, 255, .86);
    transition: border-color .16s ease, color .16s ease, transform .16s ease, background .16s ease;
}

.ep-empty-actions a:hover,
.ep-empty-actions a:focus-visible {
    color: #052033;
    border-color: rgba(8, 127, 144, .44);
    background: #dff8f6;
    transform: translateY(-1px);
}

@media (max-width: 520px) {
    .ep-empty-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ep-empty-actions a {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ep-skip-link,
    .ep-empty-actions a {
        transition: none;
        transform: none !important;
    }

    .ep-skip-link {
        transform: translateY(-72px) !important;
    }

    .ep-skip-link:focus,
    .ep-skip-link:focus-visible {
        transform: translateY(0) !important;
    }
}


@media (max-width: 768px) {
    .ep-header-inner {
        padding: 7px 10px 6px;
        gap: 5px 8px;
    }

    .ep-brand-mark {
        min-width: 104px;
    }

    .ep-brand-main {
        font-size: 18px;
    }

    .ep-brand-sub {
        margin-top: 3px;
        font-size: 10px;
    }

    .ep-header-actions {
        gap: 6px;
    }

    .ep-search-toggle,
    .ep-user-trigger {
        width: 34px;
        height: 34px;
    }

    .ep-nav {
        margin-top: 2px;
        padding: 3px 0 0;
        border-top-color: rgba(211, 226, 238, .5);
    }

    .ep-nav > ul {
        gap: 5px;
    }

    .ep-nav-item > a {
        min-height: 30px;
        padding: 0 10px;
        font-size: 12px;
        border-color: rgba(218, 231, 240, .7);
        background: rgba(255, 255, 255, .66);
    }

    .ep-cat-filter,
    .ep-search-shortcuts,
    .ep-search-field {
        flex-wrap: nowrap;
        justify-content: flex-start;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 4px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .ep-cat-filter::-webkit-scrollbar,
    .ep-search-shortcuts::-webkit-scrollbar,
    .ep-search-field::-webkit-scrollbar {
        display: none;
    }

    .ep-cat-filter a,
    .ep-search-shortcuts a,
    .ep-filter-pill {
        flex: 0 0 auto;
        min-height: 34px;
        white-space: nowrap;
    }

    .ep-search-filters {
        padding: 10px;
        border-radius: 14px;
    }

    .ep-search-row {
        display: grid;
        grid-template-columns: 44px minmax(0, 1fr);
        align-items: start;
        gap: 8px;
    }

    .ep-search-row--center {
        grid-template-columns: 44px minmax(0, 1fr) auto;
        align-items: center;
    }

    .ep-search-label {
        min-height: 34px;
        display: inline-flex;
        align-items: center;
        font-size: 12px;
    }

    .ep-search-divider {
        margin: 9px 0;
    }
}

@media (max-width: 520px) {
    .ep-search-row--center {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .ep-search-row--center .ep-search-submit {
        grid-column: 2;
        width: max-content;
        min-height: 34px;
        padding: 0 15px;
    }
}

.ep-list-card .ep-flex-grow,
.ep-search-card .ep-flex-grow {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 16px;
    align-items: center;
}

.ep-list-card .ep-article-title,
.ep-search-card .ep-article-title,
.ep-list-card .ep-list-desc,
.ep-search-card .ep-list-desc,
.ep-list-card .ep-meta,
.ep-search-card .ep-meta {
    grid-column: 1;
}

.ep-list-card .ep-article-title a,
.ep-search-card .ep-article-title a,
.ep-side-hit-title,
.ep-home-product-body h3 a {
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.ep-list-card .ep-article-title a:hover,
.ep-search-card .ep-article-title a:hover,
.ep-side-hit-title:hover,
.ep-home-product-body h3 a:hover {
    text-decoration: underline;
}

.ep-list-card .ep-list-action,
.ep-search-card .ep-list-action {
    grid-column: 2;
    grid-row: 1 / 4;
    align-self: center;
    margin-top: 0;
    white-space: nowrap;
}

.ep-list-card .ep-list-action::after,
.ep-search-card .ep-list-action::after {
    content: "→";
    margin-left: 6px;
    font-size: 13px;
    line-height: 1;
}

.ep-list-card .ep-list-item:focus-within,
.ep-search-card .ep-list-item:focus-within {
    background: #f7fbfd;
    box-shadow: inset 0 0 0 1px rgba(8, 127, 144, .16);
}

.ep-side-card {
    position: sticky;
    top: calc(var(--ep-header-height) + 18px);
}

.ep-product-content h2,
.ep-product-content h3,
.neirong h2,
.neirong h3 {
    scroll-margin-top: calc(var(--ep-header-height) + 18px);
}

.ep-product-content h2 + table,
.ep-product-content h3 + table,
.neirong h2 + table,
.neirong h3 + table {
    margin-top: 12px;
}

.ep-product-content table strong,
.neirong table strong {
    color: var(--ep-ink);
}

.ep-product-content table a,
.neirong table a {
    white-space: nowrap;
}

.ep-product-paths,
.ep-show-paths {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7), 0 12px 30px rgba(25, 65, 90, .05);
}

@media (max-width: 991px) {
    .ep-side-card {
        position: static;
    }
}

@media (max-width: 768px) {
    .ep-list-card .ep-flex-grow,
    .ep-search-card .ep-flex-grow {
        display: block;
    }

    .ep-list-card .ep-list-action,
    .ep-search-card .ep-list-action {
        margin-top: 8px;
    }

    .ep-list-card .ep-list-action::after,
    .ep-search-card .ep-list-action::after {
        margin-left: 5px;
    }
}

.ep-path-card {
    margin-bottom: 16px;
    border-color: rgba(208, 224, 235, .95);
    border-radius: var(--ep-radius);
    background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(248, 252, 254, .96));
    box-shadow: 0 14px 34px rgba(25, 50, 82, .06);
}

.ep-path-card .el-card__header {
    padding: 16px 18px;
    border-bottom-color: #e6f0f6;
    color: var(--ep-ink);
    font-weight: 950;
}

.ep-path-card .el-card__body {
    display: grid;
    gap: 9px;
    padding: 14px;
}

.ep-path-card a {
    display: grid;
    gap: 4px;
    padding: 12px 13px;
    border: 1px solid rgba(218, 231, 240, .9);
    border-radius: 14px;
    color: var(--ep-ink);
    text-decoration: none;
    background: rgba(255, 255, 255, .76);
    transition: border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.ep-path-card a strong {
    font-size: 14px;
    font-weight: 950;
    line-height: 1.35;
}

.ep-path-card a span {
    color: #72859a;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
}

.ep-path-card a:hover,
.ep-path-card a:focus-visible {
    border-color: rgba(8, 127, 144, .32);
    background: #eefbfc;
    box-shadow: 0 10px 24px rgba(8, 127, 144, .08);
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .ep-path-card {
        margin: 12px 0 14px;
        border-radius: 16px;
    }

    .ep-path-card .el-card__header {
        padding: 13px 14px;
    }

    .ep-path-card .el-card__body {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        padding: 12px;
    }

    .ep-path-card a {
        min-height: 62px;
        padding: 10px;
    }

    .ep-path-card a strong {
        font-size: 13px;
    }

    .ep-path-card a span {
        font-size: 11px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ep-path-card a {
        transition: none;
        transform: none !important;
    }
}

.ep-path-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: -4px 0 18px;
}

.ep-path-strip a {
    display: grid;
    gap: 4px;
    min-height: 72px;
    padding: 15px 16px;
    border: 1px solid rgba(208, 224, 235, .95);
    border-radius: 18px;
    color: var(--ep-ink);
    text-decoration: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(247, 252, 254, .96));
    box-shadow: 0 12px 28px rgba(25, 50, 82, .055);
    transition: border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.ep-path-strip a strong {
    font-size: 15px;
    font-weight: 950;
    line-height: 1.35;
}

.ep-path-strip a span {
    color: #71879d;
    font-size: 12px;
    font-weight: 850;
    line-height: 1.45;
}

.ep-path-strip a:hover,
.ep-path-strip a:focus-visible {
    border-color: rgba(8, 127, 144, .34);
    background: #eefbfc;
    box-shadow: 0 14px 32px rgba(8, 127, 144, .08);
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .ep-path-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin: 0 0 12px;
    }

    .ep-path-strip a {
        min-height: 62px;
        padding: 11px 12px;
        border-radius: 15px;
    }

    .ep-path-strip a strong {
        font-size: 13px;
    }

    .ep-path-strip a span {
        font-size: 11px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ep-path-strip a {
        transition: none;
        transform: none !important;
    }
}


@media (max-width: 768px) {
    .ep-home-hero {
        gap: 10px;
        margin: 4px 0 12px;
    }

    .ep-home-hero-copy {
        padding: 20px 18px;
    }

    .ep-home-eyebrow {
        margin-bottom: 12px;
        padding: 5px 9px;
        font-size: 11px;
    }

    .ep-home-hero h1 {
        font-size: clamp(25px, 7.4vw, 29px);
        line-height: 1.14;
    }

    .ep-home-hero p {
        margin-top: 10px;
        font-size: 13px;
        line-height: 1.58;
    }

    .ep-home-actions {
        gap: 8px;
        margin-top: 16px;
    }

    .ep-home-btn {
        min-height: 38px;
        padding: 0 13px;
        font-size: 13px;
    }

    .ep-home-advisor {
        padding: 12px;
    }

    .ep-home-panel-title {
        margin-bottom: 10px;
        font-size: 15px;
    }

    .ep-home-advisor-grid {
        gap: 8px;
    }

    .ep-home-advisor-grid a {
        min-height: 54px;
        gap: 2px;
        padding: 9px 10px;
        border-radius: 13px;
    }

    .ep-home-advisor-grid span {
        font-size: 14px;
        line-height: 1.25;
    }

    .ep-home-advisor-grid em {
        font-size: 11px;
        line-height: 1.25;
    }

    .ep-home-paths {
        gap: 8px;
        margin-bottom: 12px;
    }

    .ep-home-paths a {
        min-height: 64px;
        padding: 11px 12px;
    }

    .ep-home-paths strong {
        font-size: 13px;
    }

    .ep-home-paths span {
        margin-top: 4px;
        font-size: 11px;
        line-height: 1.35;
    }
}


.ep-product-content p,
.neirong p {
    margin: 12px 0 18px;
}

.ep-product-content h2,
.ep-product-content h3,
.neirong h2,
.neirong h3 {
    padding-top: 18px;
    border-top: 1px solid rgba(220, 235, 245, .85);
}

.ep-product-content h2:first-child,
.ep-product-content h3:first-child,
.neirong h2:first-child,
.neirong h3:first-child {
    padding-top: 0;
    border-top: 0;
}

.ep-product-content ul,
.ep-product-content ol,
.neirong ul,
.neirong ol {
    margin: 14px 0 22px;
    padding: 14px 18px 14px 34px;
    border: 1px solid rgba(220, 235, 245, .9);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(248, 252, 254, .98), rgba(255, 255, 255, .98));
}

.ep-product-content li,
.neirong li {
    padding-left: 2px;
    line-height: 1.9;
}

.ep-product-content li::marker,
.neirong li::marker {
    color: var(--ep-accent);
    font-weight: 900;
}

.ep-product-content img,
.neirong img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 18px 0;
    border: 1px solid rgba(220, 235, 245, .95);
    border-radius: 16px;
    background: #f8fbfd;
    box-shadow: 0 10px 28px rgba(25, 50, 82, .055);
}

.ep-product-content table,
.neirong table {
    margin-top: 14px;
}

.ep-product-content table th,
.ep-product-content table td,
.neirong table th,
.neirong table td {
    min-width: 86px;
}

@media (max-width: 768px) {
    .ep-product-content p,
    .neirong p {
        margin: 10px 0 15px;
    }

    .ep-product-content h2,
    .ep-product-content h3,
    .neirong h2,
    .neirong h3 {
        padding-top: 14px;
        margin-top: 24px;
    }

    .ep-product-content ul,
    .ep-product-content ol,
    .neirong ul,
    .neirong ol {
        margin: 12px 0 18px;
        padding: 12px 14px 12px 28px;
        border-radius: 14px;
    }

    .ep-product-content img,
    .neirong img {
        margin: 14px 0;
        border-radius: 13px;
    }

}

.ep-product-content.neirong {
    font-size: 17px;
    line-height: 1.92;
}

.ep-show-card .neirong {
    font-size: 16px;
    line-height: 1.94;
}

@media (max-width: 768px) {
    .ep-product-content.neirong,
    .ep-show-card .neirong {
        font-size: 15.5px;
        line-height: 1.86;
    }
}

.ep-product-shell .ep-show-related {
    padding-top: 22px;
    border-top: 1px solid rgba(220, 235, 245, .9);
}

.ep-product-shell .ep-show-related-title {
    margin-bottom: 14px;
    color: var(--ep-ink);
    font-size: 18px;
    font-weight: 950;
}

.ep-product-shell .ep-related-card {
    border-radius: 16px;
}

.ep-product-shell .ep-related-card .el-card__body {
    padding: 14px;
}

.ep-product-shell .ep-related-desc {
    line-height: 1.65;
}

@media (max-width: 768px) {
    .ep-product-shell .ep-show-related {
        padding-top: 18px;
    }

    .ep-product-shell .ep-show-related-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .ep-product-shell .ep-show-related-col {
        min-width: 0;
    }

    .ep-product-shell .ep-related-cover {
        height: 92px;
    }
}


.ep-home-hero {
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 18px;
}

.ep-home-hero-copy {
    position: relative;
    overflow: hidden;
}

.ep-home-hero-copy::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 88% 18%, rgba(145, 240, 230, .2), transparent 30%),
        linear-gradient(135deg, rgba(255, 255, 255, .08), transparent 42%);
}

.ep-home-hero-copy > * {
    position: relative;
    z-index: 1;
}

.ep-home-hero h1 {
    letter-spacing: 0;
}

.ep-home-actions {
    align-items: center;
}

.ep-home-btn {
    border-radius: 999px;
}

.ep-home-advisor {
    display: flex;
    flex-direction: column;
}

.ep-home-advisor-grid {
    flex: 1;
}

.ep-home-advisor-grid a {
    position: relative;
    align-content: center;
}

.ep-home-advisor-grid a::after {
    content: "›";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(8, 127, 144, .62);
    font-size: 20px;
    line-height: 1;
}

.ep-home-advisor-grid a span,
.ep-home-advisor-grid a em {
    padding-right: 20px;
}

.ep-home-paths {
    counter-reset: homepath;
}

.ep-home-paths a {
    position: relative;
    display: grid;
    gap: 6px;
    align-content: center;
    padding-left: 54px;
    transition: border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.ep-home-paths a::before {
    counter-increment: homepath;
    content: counter(homepath, decimal-leading-zero);
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: var(--ep-accent-strong);
    background: var(--ep-accent-soft);
    font-size: 11px;
    font-weight: 950;
}

.ep-home-paths a:hover {
    box-shadow: 0 14px 28px rgba(33, 62, 92, .08);
}

.ep-home-section {
    overflow: hidden;
}

.ep-home-section-head {
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(221, 235, 244, .9);
}

.ep-home-product-list {
    gap: 0;
}

.ep-home-product-row {
    margin: 0 -10px;
    padding: 15px 10px;
    border-radius: 12px;
}

.ep-home-product-row + .ep-home-product-row {
    border-top-color: #edf4f8;
}

.ep-home-product-body p {
    max-width: 760px;
}

.ep-home-row-link {
    min-width: 66px;
    background: #f8fdfe;
}

.ep-home-product-row:hover .ep-home-row-link {
    color: #fff;
    border-color: var(--ep-accent);
    background: var(--ep-accent);
}

.ep-home-scenario-grid a {
    display: grid;
    align-content: start;
    min-height: 104px;
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.ep-home-scenario-grid a:hover {
    border-color: rgba(8, 127, 144, .34);
    background: #f2fbfc;
    transform: translateY(-1px);
}

.ep-home-side-panel {
    border-radius: 18px;
}

.ep-home-side-link:hover strong,
.ep-home-price-row:hover strong {
    color: var(--ep-accent-strong);
}

.ep-home-mini-links a:hover {
    color: #fff;
    border-color: var(--ep-accent);
    background: var(--ep-accent);
}

@media (max-width: 1024px) {
    .ep-home-layout {
        grid-template-columns: 1fr;
    }

    .ep-home-side {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .ep-home-side {
        grid-template-columns: 1fr;
    }

    .ep-home-hero-copy::before {
        background:
            radial-gradient(circle at 88% 10%, rgba(145, 240, 230, .16), transparent 32%),
            linear-gradient(135deg, rgba(255, 255, 255, .07), transparent 46%);
    }

    .ep-home-paths {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ep-home-paths a {
        padding-left: 42px;
    }

    .ep-home-paths a::before {
        left: 11px;
        width: 22px;
        height: 22px;
        font-size: 10px;
    }

    .ep-home-section-head {
        align-items: center;
        padding-bottom: 10px;
    }

    .ep-home-product-row {
        margin: 0;
        padding: 12px 0;
        border-radius: 0;
    }

    .ep-home-product-row:hover {
        transform: none;
    }

    .ep-home-row-link {
        min-width: 58px;
        height: 32px;
    }
}

@media (max-width: 520px) {
    .ep-home-product-row {
        grid-template-columns: 52px minmax(0, 1fr);
    }

    .ep-home-row-link {
        grid-column: 2;
        justify-self: start;
    }

    .ep-home-product-body p {
        -webkit-line-clamp: 2;
    }
}


.ep-header {
    border-bottom-color: rgba(198, 218, 232, .78);
}

.ep-brand-mark {
    position: relative;
    min-width: 142px;
    padding-left: 14px;
}

.ep-brand-mark::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 4px;
    width: 4px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--ep-accent), #3478d6);
}

.ep-brand-main {
    line-height: .95;
}

.ep-brand-sub {
    line-height: 1.15;
}

.ep-nav-item > a {
    box-shadow: inset 0 0 0 1px transparent;
}

.ep-nav-item.is-active > a {
    box-shadow: inset 0 0 0 1px rgba(8, 127, 144, .16);
}

.ep-search-toggle,
.ep-user-trigger {
    border: 1px solid rgba(207, 224, 236, .9);
    background: rgba(255, 255, 255, .72);
    transition: border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.ep-search-toggle:hover,
.ep-user-trigger:hover {
    border-color: rgba(8, 127, 144, .32);
    background: var(--ep-accent-soft);
    box-shadow: 0 8px 18px rgba(33, 62, 92, .08);
    transform: translateY(-1px);
}

.ep-footer {
    margin-top: 44px;
    padding-block: 18px;
}

.ep-footer-inner {
    max-width: var(--ep-container-max);
    gap: 14px 22px;
}

.ep-footer-inner > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.ep-footer-links {
    align-items: center;
}

.ep-footer-links a {
    min-height: 28px;
    padding: 0 10px;
    font-size: 12px;
}

@media (max-width: 768px) {
    .ep-brand-mark {
        min-width: 122px;
        padding-left: 12px;
    }

    .ep-brand-main {
        font-size: 18px;
    }

    .ep-brand-sub {
        margin-top: 3px;
        font-size: 11px;
    }

    .ep-search-toggle,
    .ep-user-trigger {
        width: 34px;
        height: 34px;
    }

    .ep-footer {
        margin-top: 28px;
    }

    .ep-footer-inner {
        align-items: flex-start;
    }
}


.ep-product-report-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
    gap: clamp(18px, 3vw, 28px);
    align-items: stretch;
    margin: 18px 0 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(220, 235, 245, .92);
}

.ep-product-identity {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 16px 20px;
    align-content: start;
}

.ep-product-identity .ep-product-kind {
    grid-column: 1 / -1;
    margin: 0;
}

.ep-product-identity .ep-product-logo {
    width: 92px;
    height: 92px;
    margin: 0;
    border-radius: 20px;
}

.ep-product-identity .ep-product-logo img {
    max-width: 76px;
    max-height: 76px;
}

.ep-product-title-wrap {
    min-width: 0;
}

.ep-product-title-wrap .ep-product-title {
    margin-top: 0;
    margin-bottom: 12px;
}

.ep-product-title-wrap .ep-product-meta {
    margin-bottom: 12px;
}

.ep-product-title-wrap .ep-product-pills {
    margin-bottom: 0;
}

.ep-product-decision {
    display: grid;
    gap: 12px;
    align-content: start;
    padding: 16px;
    border: 1px solid rgba(204, 226, 235, .94);
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(246, 253, 254, .96), rgba(255, 255, 255, .96)),
        #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}

.ep-product-decision .ep-product-summary {
    margin: 0;
    padding: 14px 15px;
    border-radius: 14px;
}

.ep-product-decision .ep-product-actions {
    margin: 0;
    padding: 12px;
    border-radius: 14px;
    background: #fff;
}

.ep-product-decision .ep-product-btn {
    min-height: 42px;
    padding: 0 16px;
}

.ep-product-paths {
    margin-top: 0;
}

.ep-show-card-body {
    position: relative;
}

.ep-show-card-body::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, var(--ep-accent), #3478d6);
}

.ep-show-title {
    margin-top: 6px;
}

.ep-show-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
}

.ep-show-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.ep-show-related {
    margin-top: 26px;
}

.ep-related-title {
    line-height: 1.45;
}

@media (max-width: 992px) {
    .ep-product-report-head {
        grid-template-columns: 1fr;
    }

    .ep-product-decision {
        max-width: none;
    }
}

@media (max-width: 768px) {
    .ep-product-report-head {
        gap: 14px;
        margin: 12px 0 16px;
        padding-bottom: 16px;
    }

    .ep-product-identity {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 12px;
    }

    .ep-product-identity .ep-product-logo {
        width: 64px;
        height: 64px;
        border-radius: 16px;
    }

    .ep-product-identity .ep-product-logo img {
        max-width: 54px;
        max-height: 54px;
    }

    .ep-product-decision {
        padding: 12px;
        border-radius: 16px;
    }

    .ep-product-decision .ep-product-summary {
        padding: 12px;
    }

    .ep-product-decision .ep-product-actions {
        grid-template-columns: 1fr 1fr;
        padding: 10px;
    }

    .ep-product-decision .ep-product-btn {
        min-height: 40px;
        padding: 0 10px;
        font-size: 13px;
    }

    .ep-show-title {
        font-size: clamp(23px, 6.5vw, 29px);
    }
}

@media (max-width: 430px) {
    .ep-product-decision .ep-product-actions {
        grid-template-columns: 1fr;
    }
}


.ep-list-field-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin: 9px 0 8px;
}

.ep-list-field-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 9px;
    border: 1px solid rgba(36, 115, 216, .14);
    border-radius: 999px;
    color: #1769c8;
    background: #f0f6ff;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
}

.ep-list-field-tags .is-price {
    color: var(--ep-warm);
    border-color: rgba(224, 120, 34, .2);
    background: #fff4ea;
}

.ep-list-field-tags .is-official {
    color: var(--ep-accent-strong);
    border-color: rgba(8, 127, 144, .22);
    background: var(--ep-accent-soft);
}

.ep-list-card .ep-list-desc,
.ep-search-card .ep-list-desc,
.ep-index-feed-card .ep-list-desc {
    margin-bottom: 0;
}

.ep-list-card .ep-meta,
.ep-search-card .ep-meta,
.ep-index-feed-card .ep-meta {
    margin-top: 7px;
}

.ep-list-card .ep-meta .ep-badge,
.ep-search-card .ep-meta .ep-badge,
.ep-index-feed-card .ep-meta .ep-badge {
    opacity: .82;
}

.ep-list-card .ep-list-item,
.ep-search-card .ep-list-item {
    align-items: flex-start;
}

.ep-list-card .ep-list-action,
.ep-search-card .ep-list-action {
    margin-top: 11px;
}

@media (max-width: 768px) {
    .ep-list-field-tags {
        gap: 5px;
        margin: 7px 0 6px;
        overflow-x: auto;
        flex-wrap: nowrap;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .ep-list-field-tags::-webkit-scrollbar {
        display: none;
    }

    .ep-list-field-tags span {
        flex: 0 0 auto;
        min-height: 24px;
        padding: 0 8px;
        font-size: 11px;
    }

    .ep-list-card .ep-meta,
    .ep-search-card .ep-meta,
    .ep-index-feed-card .ep-meta {
        margin-top: 6px;
    }
}


.xrpagination {
    margin: 22px 0 2px;
    padding-top: 18px;
    border-top: 1px solid rgba(221, 235, 244, .86);
}

.xrpagination ul.pagination {
    gap: 7px;
}

.xrpagination ul.pagination li:first-child > a:not([href]),
.xrpagination ul.pagination li:first-child > span {
    min-width: auto;
    padding: 0 12px;
    color: #6b7f95;
    border-color: rgba(213, 230, 239, .72);
    background: #f7fbfd;
    font-weight: 900;
}

.xrpagination ul.pagination li > a,
.xrpagination ul.pagination li > span,
.xrpagination > a,
.xrpagination > span {
    min-width: 36px;
    height: 36px;
    border-color: rgba(207, 224, 236, .95);
    border-radius: 999px;
    color: #4a6078;
    background: #fff;
    font-size: 13px;
    font-weight: 900;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .88);
}

.xrpagination ul.pagination li > a[href]:hover,
.xrpagination > a:hover {
    color: var(--ep-accent-strong);
    border-color: rgba(8, 127, 144, .34);
    background: var(--ep-accent-soft);
}

.xrpagination ul.pagination li.active > a,
.xrpagination ul.pagination li.active > span,
.xrpagination .active > span,
.xrpagination .active > a,
.xrpagination li.active > a,
.xrpagination span.current,
.xrpagination .current {
    color: #061927;
    border-color: #7be2dd;
    background: #7be2dd;
    box-shadow: 0 10px 20px rgba(8, 127, 144, .14);
}

.ep-side-card .el-card__body {
    counter-reset: ep-side-rank;
}

.ep-side-card .ep-side-hit-row {
    position: relative;
    padding-left: 34px;
}

.ep-side-card .ep-side-hit-row::before {
    counter-increment: ep-side-rank;
    content: counter(ep-side-rank);
    position: absolute;
    left: 0;
    top: 14px;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: var(--ep-accent-strong);
    background: var(--ep-accent-soft);
    font-size: 11px;
    font-weight: 950;
}

.ep-side-card .ep-side-hit-row:nth-child(1)::before,
.ep-side-card .ep-side-hit-row:nth-child(2)::before,
.ep-side-card .ep-side-hit-row:nth-child(3)::before {
    color: #061927;
    background: #7be2dd;
}

.ep-side-card .ep-side-hit-row:hover::before {
    color: #fff;
    background: var(--ep-accent);
}

@media (max-width: 768px) {
    .xrpagination {
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        padding-top: 14px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .xrpagination::-webkit-scrollbar {
        display: none;
    }

    .xrpagination ul.pagination {
        flex-wrap: nowrap;
        justify-content: flex-start;
        min-width: max-content;
    }

    .xrpagination ul.pagination li > a,
    .xrpagination ul.pagination li > span,
    .xrpagination > a,
    .xrpagination > span {
        height: 34px;
        min-width: 34px;
        padding: 0 11px;
        font-size: 12px;
        white-space: nowrap;
    }

    .ep-side-card .ep-side-hit-row {
        padding-left: 30px;
    }

    .ep-side-card .ep-side-hit-row::before {
        top: 12px;
        width: 20px;
        height: 20px;
        font-size: 10px;
    }
}


.ep-auth-page {
    background:
        linear-gradient(90deg, rgba(8, 127, 144, .055) 1px, transparent 1px),
        linear-gradient(180deg, rgba(8, 127, 144, .045) 1px, transparent 1px),
        radial-gradient(circle at 20% 12%, rgba(123, 226, 221, .22), transparent 28%),
        linear-gradient(180deg, #f8fcff, #eef4f8);
    background-size: 34px 34px, 34px 34px, auto, auto;
}

.ep-auth-shell {
    width: min(760px, 100%);
    display: grid;
    gap: 16px;
}

.ep-auth-brand {
    width: fit-content;
    display: inline-flex;
    flex-direction: column;
    padding-left: 14px;
    position: relative;
    color: var(--ep-ink);
    text-decoration: none;
    line-height: 1;
}

.ep-auth-brand::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 1px;
    width: 4px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--ep-accent), #3478d6);
}

.ep-auth-brand span {
    font-size: 22px;
    font-weight: 950;
}

.ep-auth-brand em {
    margin-top: 5px;
    color: var(--ep-accent);
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
}

.ep-auth-card {
    max-width: none;
    text-align: left;
}

.ep-auth-card .el-card__body {
    position: relative;
    overflow: hidden;
}

.ep-auth-card .el-card__body::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 92% 8%, rgba(123, 226, 221, .18), transparent 24%),
        linear-gradient(135deg, rgba(8, 127, 144, .055), transparent 40%);
}

.ep-auth-card .el-card__body > * {
    position: relative;
    z-index: 1;
}

.ep-auth-kicker {
    width: fit-content;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 0 11px;
    border-radius: 999px;
    color: var(--ep-accent-strong);
    background: var(--ep-accent-soft);
    font-size: 12px;
    font-weight: 950;
}

.ep-auth-title,
.ep-msg-title {
    max-width: 620px;
    margin: 14px 0 8px;
    color: var(--ep-ink);
    font-size: clamp(26px, 4vw, 40px);
    line-height: 1.18;
    font-weight: 950;
}

.ep-msg-icon-box {
    margin-bottom: 12px;
}

.ep-404-visual {
    max-width: none;
    height: auto;
    margin: 12px 0 8px;
    justify-content: flex-start;
    background: linear-gradient(135deg, #07172f, #0b8e9d 62%, #3478d6);
    -webkit-background-clip: text;
    background-clip: text;
}

.ep-404-msg {
    max-width: 620px;
    margin: 0 0 22px;
}

.ep-auth-actions,
.ep-msg-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.ep-auth-actions a,
.ep-msg-actions a,
.ep-auth-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 17px;
    border: 1px solid rgba(8, 127, 144, .24);
    border-radius: 999px;
    color: var(--ep-accent-strong) !important;
    background: rgba(255, 255, 255, .86);
    font-size: 14px;
    font-weight: 950;
    text-decoration: none;
    transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.ep-auth-actions .ep-auth-primary,
.ep-msg-actions .ep-auth-primary {
    color: #061927 !important;
    border-color: #7be2dd;
    background: #7be2dd;
    box-shadow: 0 12px 24px rgba(8, 127, 144, .16);
}

.ep-auth-actions a:hover,
.ep-msg-actions a:hover {
    color: #fff !important;
    border-color: var(--ep-accent);
    background: var(--ep-accent);
    transform: translateY(-1px);
}

.ep-empty-state {
    position: relative;
    overflow: hidden;
    border-style: solid;
    background:
        radial-gradient(circle at 88% 10%, rgba(123, 226, 221, .18), transparent 28%),
        linear-gradient(135deg, rgba(238, 249, 252, .96), rgba(255, 255, 255, .98));
}

.ep-empty-state::before {
    content: "0";
    position: absolute;
    right: clamp(18px, 5vw, 54px);
    top: 50%;
    transform: translateY(-50%);
    color: rgba(8, 127, 144, .07);
    font-size: clamp(84px, 16vw, 140px);
    line-height: 1;
    font-weight: 950;
}

.ep-empty-state > * {
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .ep-auth-page {
        align-items: stretch;
        padding: 16px;
    }

    .ep-auth-shell {
        align-content: center;
    }

    .ep-auth-card .el-card__body {
        padding: 24px 18px;
    }

    .ep-auth-actions,
    .ep-msg-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ep-auth-actions a,
    .ep-msg-actions a {
        width: 100%;
    }

    .ep-empty-state {
        text-align: left;
    }

    .ep-empty-actions {
        justify-content: flex-start;
    }
}


.ep-page-head {
    margin: -6px 0 26px;
    padding: clamp(18px, 3vw, 26px);
    border: 1px solid rgba(204, 226, 235, .9);
    border-radius: 20px;
    background:
        radial-gradient(circle at 92% 10%, rgba(123, 226, 221, .16), transparent 24%),
        linear-gradient(135deg, rgba(246, 253, 254, .96), rgba(255, 255, 255, .98));
}

.ep-page-kicker {
    width: fit-content;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 0 11px;
    border-radius: 999px;
    color: var(--ep-accent-strong);
    background: var(--ep-accent-soft);
    font-size: 12px;
    font-weight: 950;
}

.ep-page-head .ep-page-title {
    margin-top: 12px;
    margin-bottom: 0;
}

.ep-page-head p {
    max-width: 720px;
    margin: 12px 0 0;
    color: var(--ep-muted);
    font-size: 15px;
    line-height: 1.75;
}

.ep-page-card .neirong {
    max-width: 880px;
}

.ep-page-paths {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(220, 235, 245, .9);
}

.ep-page-paths a {
    display: grid;
    gap: 5px;
    min-height: 74px;
    align-content: center;
    padding: 14px;
    border: 1px solid rgba(218, 231, 240, .94);
    border-radius: 16px;
    color: var(--ep-ink);
    background: rgba(248, 252, 254, .92);
    text-decoration: none;
    transition: border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.ep-page-paths a strong {
    font-size: 14px;
    font-weight: 950;
}

.ep-page-paths a span {
    color: var(--ep-muted);
    font-size: 12px;
    line-height: 1.4;
}

.ep-page-paths a:hover,
.ep-page-paths a:focus-visible {
    border-color: rgba(8, 127, 144, .3);
    background: #f1fbfc;
    box-shadow: 0 12px 26px rgba(33, 62, 92, .07);
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .ep-page-head {
        margin-bottom: 20px;
        padding: 16px;
        border-radius: 16px;
    }

    .ep-page-head p {
        font-size: 13px;
        line-height: 1.65;
    }

    .ep-page-paths {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-top: 22px;
        padding-top: 18px;
    }

    .ep-page-paths a {
        min-height: 64px;
        padding: 12px;
    }
}

@media (max-width: 430px) {
    .ep-page-paths {
        grid-template-columns: 1fr;
    }
}


.ep-category-guide {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    margin: 0 0 18px;
    padding: clamp(18px, 3vw, 24px);
    border: 1px solid rgba(204, 226, 235, .92);
    border-radius: 20px;
    background:
        radial-gradient(circle at 94% 12%, rgba(123, 226, 221, .16), transparent 28%),
        linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(246, 253, 254, .96));
    box-shadow: 0 14px 34px rgba(33, 62, 92, .055);
}

.ep-category-guide span {
    width: fit-content;
    min-height: 26px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    color: var(--ep-accent-strong);
    background: var(--ep-accent-soft);
    font-size: 12px;
    font-weight: 950;
}

.ep-category-guide h2 {
    margin: 10px 0 0;
    color: var(--ep-ink);
    font-size: clamp(20px, 2.4vw, 28px);
    line-height: 1.22;
    font-weight: 950;
}

.ep-category-guide p {
    max-width: 660px;
    margin: 10px 0 0;
    color: var(--ep-muted);
    font-size: 14px;
    line-height: 1.75;
}

.ep-category-guide-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 9px;
}

.ep-category-guide-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 15px;
    border: 1px solid rgba(8, 127, 144, .22);
    border-radius: 999px;
    color: var(--ep-accent-strong);
    background: #fff;
    font-size: 13px;
    font-weight: 950;
    text-decoration: none;
    transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease;
}

.ep-category-guide-actions a:hover,
.ep-category-guide-actions a:focus-visible {
    color: #061927;
    border-color: #7be2dd;
    background: #7be2dd;
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .ep-category-guide {
        grid-template-columns: 1fr;
        gap: 14px;
        border-radius: 16px;
    }

    .ep-category-guide-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 430px) {
    .ep-category-guide-actions {
        display: grid;
        grid-template-columns: 1fr;
    }
}


.ep-submenu,
.ep-user-menu,
.ep-search-panel {
    border-color: rgba(204, 226, 235, .96);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(247, 252, 254, .98)),
        #fff;
    box-shadow: 0 20px 50px rgba(22, 55, 88, .13);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}

.ep-submenu {
    min-width: 210px;
    padding: 8px;
}

.ep-submenu li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 38px;
    padding: 0 11px;
    border-radius: 12px;
    color: #425a75;
    font-weight: 850;
    text-decoration: none;
}

.ep-submenu li a:hover,
.ep-submenu li.is-active > a {
    color: var(--ep-accent-strong);
    background: var(--ep-accent-soft);
}

.ep-nav-arrow {
    transition: transform .18s ease;
}

.ep-nav-item:hover > a .ep-nav-arrow {
    transform: translateY(1px);
}

.ep-search-panel {
    width: min(360px, calc(100vw - 24px));
    padding: 16px;
}

.ep-search-panel form {
    display: grid;
    gap: 10px;
}

.ep-header-search-input {
    margin-bottom: 0;
}

.ep-header-search-submit {
    min-height: 40px;
    border-radius: 999px;
}

.ep-header-search-links {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    padding-top: 4px;
}

.ep-header-search-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid rgba(8, 127, 144, .18);
    border-radius: 999px;
    color: var(--ep-accent-strong);
    background: rgba(240, 250, 252, .88);
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
    transition: color .16s ease, border-color .16s ease, background .16s ease, transform .16s ease;
}

.ep-header-search-links a:hover,
.ep-header-search-links a:focus-visible {
    color: #061927;
    border-color: #7be2dd;
    background: #7be2dd;
    transform: translateY(-1px);
}

.ep-user-menu {
    min-width: 220px;
    padding: 8px;
}

.ep-user-menu a {
    min-height: 38px;
    display: flex;
    align-items: center;
    padding: 0 11px;
    border-radius: 12px;
    color: #425a75;
    font-weight: 850;
    text-decoration: none;
}

.ep-user-menu a:hover {
    color: var(--ep-accent-strong);
    background: var(--ep-accent-soft);
}

.ep-user-hd {
    margin-bottom: 6px;
    padding: 8px;
    border-radius: 14px;
    background: #f5fafc;
}

@media (max-width: 991px) {
    .ep-search-panel {
        top: 48px;
    }

    .ep-header-search-links {
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .ep-header-search-links::-webkit-scrollbar {
        display: none;
    }

    .ep-header-search-links a {
        flex: 0 0 auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ep-nav-arrow,
    .ep-header-search-links a {
        transition: none;
        transform: none !important;
    }
}


.ep-filter-matrix {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    align-content: stretch;
}

.ep-filter-group {
    display: grid;
    grid-template-columns: 54px repeat(2, minmax(0, 1fr));
    gap: 8px;
    align-items: center;
    padding: 8px;
    border: 1px solid rgba(211, 228, 238, .92);
    border-radius: 18px;
    background: rgba(255, 255, 255, .76);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .86);
}

.ep-filter-group > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    border-radius: 13px;
    color: #6a7e94;
    background: #f1f7fa;
    font-size: 12px;
    font-weight: 950;
}

.ep-filter-group > a {
    min-height: 38px;
    padding: 0 12px;
    border-radius: 13px;
    font-size: 13px;
}

.ep-filter-group > a::after {
    width: 19px;
    height: 19px;
    margin-left: 6px;
    font-size: 15px;
}

.ep-search-shortcuts > span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 4px;
    color: rgba(216, 251, 251, .72);
    font-size: 12px;
    font-weight: 950;
    white-space: nowrap;
}

.ep-search-state {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    padding: 10px;
    border: 1px solid rgba(8, 127, 144, .14);
    border-radius: 14px;
    background: #fff;
}

.ep-search-state span,
.ep-search-state em {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 9px;
    border-radius: 999px;
    color: #678098;
    background: #f1f7fa;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
}

.ep-search-state strong {
    color: var(--ep-ink);
    font-size: 15px;
    font-weight: 950;
}

.ep-list-card .ep-list-item::before,
.ep-search-card .ep-list-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;
    width: 3px;
    border-radius: 999px;
    background: transparent;
    transition: background .16s ease;
}

.ep-list-card .ep-list-item:hover::before,
.ep-search-card .ep-list-item:hover::before,
.ep-list-card .ep-list-item:focus-within::before,
.ep-search-card .ep-list-item:focus-within::before {
    background: var(--ep-accent);
}

.ep-list-card .ep-list-action,
.ep-search-card .ep-list-action {
    width: fit-content;
    min-height: 31px;
    padding: 0 12px;
    border: 1px solid rgba(8, 127, 144, .18);
    border-radius: 999px;
    color: var(--ep-accent-strong);
    background: rgba(240, 250, 252, .78);
    font-size: 12px;
    font-weight: 950;
}

.ep-list-card .ep-list-action:hover,
.ep-search-card .ep-list-action:hover {
    color: #061927;
    border-color: #7be2dd;
    background: #7be2dd;
}

@media (max-width: 768px) {
    .ep-filter-matrix {
        display: flex;
        gap: 9px;
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .ep-filter-matrix::-webkit-scrollbar {
        display: none;
    }

    .ep-filter-group {
        flex: 0 0 auto;
        display: flex;
        gap: 7px;
        width: max-content;
        min-width: 0;
        padding: 6px;
        border-radius: 999px;
    }

    .ep-filter-group > span {
        min-height: 32px;
        padding: 0 10px;
        border-radius: 999px;
    }

    .ep-filter-group > a {
        flex: 0 0 auto;
        min-height: 32px;
        padding: 0 11px;
        border-radius: 999px;
        white-space: nowrap;
    }

    .ep-search-shortcuts > span {
        flex: 0 0 auto;
    }

    .ep-search-state {
        padding: 8px;
    }
}


.ep-product-content,
.ep-show-card .neirong {
    color: #243c58;
}

.ep-product-content h2,
.ep-product-content h3,
.ep-show-card .neirong h2,
.ep-show-card .neirong h3 {
    letter-spacing: 0;
}

.ep-product-content table,
.ep-show-card .neirong table {
    position: relative;
    border: 1px solid rgba(196, 222, 235, .96);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(247, 252, 254, .98));
    box-shadow:
        0 18px 42px rgba(16, 45, 75, .08),
        inset 0 1px 0 rgba(255, 255, 255, .9);
    font-size: 14px;
}

.ep-product-content table thead th,
.ep-show-card .neirong table thead th,
.ep-product-content table:not(:has(thead)) tbody tr:first-child td,
.ep-show-card .neirong table:not(:has(thead)) tbody tr:first-child td {
    color: #061927;
    border-bottom-color: rgba(8, 127, 144, .24);
    background:
        linear-gradient(180deg, #eaf9fb, #dff3f7);
    font-size: 13px;
    font-weight: 950;
    white-space: nowrap;
}

.ep-product-content table th,
.ep-product-content table td,
.ep-show-card .neirong table th,
.ep-show-card .neirong table td {
    padding: 12px 13px;
    border-color: rgba(221, 236, 244, .95);
}

.ep-product-content table tbody tr,
.ep-show-card .neirong table tbody tr {
    transition: background .16s ease;
}

.ep-product-content table tbody tr:hover,
.ep-show-card .neirong table tbody tr:hover {
    background: #f0fbfc;
}

.ep-product-content table td:first-child,
.ep-show-card .neirong table td:first-child {
    color: #081d35;
    font-weight: 950;
}

.ep-product-content table td:nth-child(2),
.ep-show-card .neirong table td:nth-child(2) {
    color: #0a7b85;
    background: rgba(234, 249, 251, .42);
    font-weight: 950;
}

.ep-product-content table td:has(> strong),
.ep-show-card .neirong table td:has(> strong) {
    color: #071a33;
}

.ep-product-content .table-bordered,
.ep-show-card .neirong .table-bordered {
    border-collapse: separate !important;
}

.ep-product-content p + table,
.ep-show-card .neirong p + table {
    margin-top: 10px;
}

.ep-product-content table + p,
.ep-show-card .neirong table + p {
    margin-top: 18px;
}

.ep-product-content p:has(+ table),
.ep-show-card .neirong p:has(+ table) {
    color: #61758c;
    font-size: 15px;
    font-weight: 850;
}

.ep-product-content blockquote,
.ep-show-card .neirong blockquote {
    border-left-width: 5px;
    box-shadow: 0 12px 28px rgba(8, 127, 144, .07);
}

@media (max-width: 768px) {
    .ep-product-content table,
    .ep-show-card .neirong table {
        margin-right: -6px;
        padding-bottom: 2px;
        border-radius: 15px;
        font-size: 13px;
        white-space: nowrap;
    }

    .ep-product-content table th,
    .ep-product-content table td,
    .ep-show-card .neirong table th,
    .ep-show-card .neirong table td {
        min-width: 92px;
        padding: 10px 11px;
    }

    .ep-product-content table td:first-child,
    .ep-product-content table th:first-child,
    .ep-show-card .neirong table td:first-child,
    .ep-show-card .neirong table th:first-child {
        position: sticky;
        left: 0;
        z-index: 1;
        background: #f8fcfe;
        box-shadow: 1px 0 0 rgba(221, 236, 244, .95);
    }

    .ep-product-content table thead th:first-child,
    .ep-show-card .neirong table thead th:first-child,
    .ep-product-content table:not(:has(thead)) tbody tr:first-child td:first-child,
    .ep-show-card .neirong table:not(:has(thead)) tbody tr:first-child td:first-child {
        background: #e4f5f8;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ep-product-content table tbody tr,
    .ep-show-card .neirong table tbody tr {
        transition: none;
    }
}


.ep-show-prevnext-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 12px;
    border-color: rgba(207, 226, 238, .94);
    background:
        linear-gradient(180deg, rgba(248, 252, 254, .98), rgba(255, 255, 255, .98));
}

.ep-show-prevnext-wrap p {
    display: grid;
    gap: 4px;
    min-height: 58px;
    margin: 0;
    padding: 11px 12px;
    border: 1px solid rgba(221, 236, 244, .88);
    border-radius: 14px;
    background: #fff;
}

.ep-show-prevnext-wrap strong {
    color: #70869d;
    font-size: 12px;
    font-weight: 950;
}

.ep-show-prevnext-wrap a,
.ep-show-prevnext-wrap span {
    display: -webkit-box;
    overflow: hidden;
    color: #18314e;
    font-size: 14px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ep-show-prevnext-wrap a:hover {
    color: var(--ep-accent-strong);
}

.ep-show-card .ep-show-related,
.ep-product-shell .ep-show-related {
    margin-top: 24px;
}

.ep-show-card .ep-show-related-title,
.ep-product-shell .ep-show-related-title {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 13px;
    color: var(--ep-ink);
    font-size: 18px;
    font-weight: 950;
}

.ep-show-card .ep-show-related-title::before,
.ep-product-shell .ep-show-related-title::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--ep-accent);
    box-shadow: 0 0 0 6px rgba(8, 127, 144, .12);
}

.ep-show-card .ep-show-related-grid,
.ep-product-shell .ep-show-related-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.ep-show-card .ep-show-related-col,
.ep-product-shell .ep-show-related-col {
    min-width: 0;
}

.ep-show-card .ep-related-card,
.ep-product-shell .ep-related-card {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    min-height: 92px;
    border: 1px solid rgba(211, 228, 238, .92);
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 28px rgba(18, 52, 82, .055);
    transition: border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}

.ep-show-card .ep-related-card:hover,
.ep-product-shell .ep-related-card:hover {
    border-color: rgba(8, 127, 144, .26);
    box-shadow: 0 14px 34px rgba(18, 52, 82, .08);
    transform: translateY(-1px);
}

.ep-show-card .ep-related-cover,
.ep-product-shell .ep-related-cover {
    width: 72px;
    height: 100%;
    min-height: 92px;
    border-radius: 0;
    background: #f3f8fb;
}

.ep-show-card .ep-related-cover img,
.ep-product-shell .ep-related-cover img {
    object-fit: contain;
    padding: 9px;
}

.ep-show-card .ep-related-card .el-card__body,
.ep-product-shell .ep-related-card .el-card__body {
    min-width: 0;
    padding: 11px 12px;
}

.ep-show-card .ep-related-title,
.ep-product-shell .ep-related-title {
    display: -webkit-box;
    overflow: hidden;
    color: #152c48;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 950;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ep-show-card .ep-related-desc,
.ep-product-shell .ep-related-desc {
    display: -webkit-box;
    overflow: hidden;
    margin: 5px 0 0;
    color: #6f8499;
    font-size: 12px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ep-show-card .ep-related-date,
.ep-product-shell .ep-related-date {
    margin-top: 6px;
    color: #8a9caf;
    font-size: 11px;
    font-weight: 850;
}

@media (max-width: 768px) {
    .ep-show-prevnext-wrap,
    .ep-show-card .ep-show-related-grid,
    .ep-product-shell .ep-show-related-grid {
        grid-template-columns: 1fr;
    }

    .ep-show-prevnext-wrap {
        gap: 8px;
        padding: 10px;
    }

    .ep-show-prevnext-wrap p {
        min-height: 0;
    }

    .ep-show-card .ep-related-card,
    .ep-product-shell .ep-related-card {
        grid-template-columns: 64px minmax(0, 1fr);
        min-height: 82px;
    }

    .ep-show-card .ep-related-cover,
    .ep-product-shell .ep-related-cover {
        width: 64px;
        min-height: 82px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ep-show-card .ep-related-card,
    .ep-product-shell .ep-related-card {
        transition: none;
        transform: none !important;
    }
}


.ep-footer {
    margin-top: 52px;
    padding: 0 20px 24px;
    border-top: 0;
    background:
        linear-gradient(180deg, rgba(238, 246, 250, .72), rgba(248, 252, 254, .98));
}

.ep-footer-inner {
    display: grid;
    max-width: var(--ep-container-max);
    margin: 0 auto;
    gap: 0;
    color: #637b93;
    font-size: 13px;
}

.ep-footer-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 24px 0;
    border-top: 1px solid rgba(199, 219, 233, .82);
    border-bottom: 1px solid rgba(219, 234, 244, .92);
}

.ep-footer-brand {
    min-width: 0;
}

.ep-footer-logo {
    display: inline-flex;
    color: var(--ep-ink);
    font-size: 22px;
    font-weight: 950;
    line-height: 1;
    text-decoration: none;
}

.ep-footer-brand p {
    max-width: 520px;
    margin: 8px 0 0;
    color: #6d8398;
    font-size: 14px;
    line-height: 1.7;
}

.ep-footer-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 9px;
    max-width: 520px;
}

.ep-footer-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 13px;
    border: 1px solid rgba(8, 127, 144, .18);
    border-radius: 999px;
    color: var(--ep-accent-strong);
    background: rgba(255, 255, 255, .86);
    font-size: 13px;
    font-weight: 950;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .88);
    transition: color .16s ease, border-color .16s ease, background .16s ease, transform .16s ease;
}

.ep-footer-actions a:first-child {
    color: #061927;
    border-color: #7be2dd;
    background: #7be2dd;
}

.ep-footer-actions a:hover,
.ep-footer-actions a:focus-visible {
    color: #061927;
    border-color: #7be2dd;
    background: #7be2dd;
    transform: translateY(-1px);
}

.ep-footer-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    padding: 18px 0 16px;
}

.ep-footer-col {
    min-width: 0;
    padding: 0 clamp(12px, 2vw, 22px);
    border-left: 1px solid rgba(219, 234, 244, .86);
}

.ep-footer-col:first-child {
    padding-left: 0;
    border-left: 0;
}

.ep-footer-col > span {
    display: block;
    margin-bottom: 10px;
    color: #223b58;
    font-size: 13px;
    font-weight: 950;
}

.ep-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ep-footer-links a {
    min-height: 30px;
    padding: 0 10px;
    border-color: rgba(211, 228, 238, .82);
    color: #536e88;
    background: rgba(255, 255, 255, .72);
    font-size: 12px;
    font-weight: 900;
}

.ep-footer-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    padding-top: 14px;
    border-top: 1px solid rgba(219, 234, 244, .92);
    color: #788da1;
}

.ep-footer-bottom a {
    color: #536e88;
    font-weight: 850;
}

@media (max-width: 900px) {
    .ep-footer-top {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .ep-footer-actions {
        justify-content: flex-start;
        max-width: none;
    }

    .ep-footer-nav {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .ep-footer-col {
        padding: 0;
        border-left: 0;
    }
}

@media (max-width: 768px) {
    .ep-footer {
        margin-top: 34px;
        padding: 0 14px calc(22px + env(safe-area-inset-bottom));
    }

    .ep-footer-top {
        padding: 20px 0 16px;
    }

    .ep-footer-logo {
        font-size: 20px;
    }

    .ep-footer-brand p {
        margin-top: 7px;
        font-size: 13px;
        line-height: 1.6;
    }

    .ep-footer-actions,
    .ep-footer-links {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 2px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .ep-footer-actions::-webkit-scrollbar,
    .ep-footer-links::-webkit-scrollbar {
        display: none;
    }

    .ep-footer-actions a,
    .ep-footer-links a {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .ep-footer-nav {
        padding: 15px 0 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ep-footer-actions a {
        transition: none;
        transform: none !important;
    }
}


.ep-mobile-quick-paths {
    display: none;
}

@media (max-width: 991px) {
    .ep-mobile-quick-paths {
        display: flex;
        gap: 8px;
        max-width: var(--ep-container-max);
        margin: -2px auto 0;
        padding: 0 12px 9px;
        overflow-x: auto;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .ep-mobile-quick-paths::-webkit-scrollbar {
        display: none;
    }

    .ep-mobile-quick-paths a {
        display: inline-flex;
        flex: 0 0 auto;
        align-items: center;
        justify-content: center;
        min-height: 32px;
        padding: 0 12px;
        border: 1px solid rgba(207, 224, 236, .86);
        border-radius: 999px;
        color: #405f7e;
        background: rgba(255, 255, 255, .78);
        font-size: 12px;
        font-weight: 950;
        line-height: 1;
        text-decoration: none;
        white-space: nowrap;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82);
        transition: color .16s ease, border-color .16s ease, background .16s ease, transform .16s ease;
    }

    .ep-mobile-quick-paths a:first-child,
    .ep-mobile-quick-paths a:hover,
    .ep-mobile-quick-paths a:focus-visible {
        color: #061927;
        border-color: #7be2dd;
        background: #7be2dd;
        transform: translateY(-1px);
    }

    .ep-search-panel {
        z-index: 420;
    }
}

@media (max-width: 768px) {
    .ep-mobile-quick-paths {
        padding: 0 10px 8px;
    }

    .ep-mobile-quick-paths a {
        min-height: 30px;
        padding: 0 11px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ep-mobile-quick-paths a {
        transition: none;
        transform: none !important;
    }
}


.ep-list-next-steps {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    margin-top: 18px;
    padding: 14px;
    border: 1px solid rgba(207, 226, 238, .94);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(240, 250, 252, .98), rgba(255, 255, 255, .98));
    box-shadow: 0 12px 28px rgba(18, 52, 82, .055);
}

.ep-list-next-steps > div {
    min-width: 0;
}

.ep-list-next-steps span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    margin-bottom: 5px;
    padding: 0 9px;
    border-radius: 999px;
    color: var(--ep-accent-strong);
    background: var(--ep-accent-soft);
    font-size: 12px;
    font-weight: 950;
}

.ep-list-next-steps strong {
    display: block;
    color: var(--ep-ink);
    font-size: 15px;
    font-weight: 950;
    line-height: 1.45;
}

.ep-list-next-steps nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.ep-list-next-steps a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(8, 127, 144, .18);
    border-radius: 999px;
    color: var(--ep-accent-strong);
    background: #fff;
    font-size: 12px;
    font-weight: 950;
    text-decoration: none;
    white-space: nowrap;
    transition: color .16s ease, border-color .16s ease, background .16s ease, transform .16s ease;
}

.ep-list-next-steps a:first-child,
.ep-list-next-steps a:hover,
.ep-list-next-steps a:focus-visible {
    color: #061927;
    border-color: #7be2dd;
    background: #7be2dd;
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .ep-list-next-steps {
        grid-template-columns: 1fr;
        gap: 11px;
        margin-top: 14px;
        padding: 12px;
        border-radius: 16px;
    }

    .ep-list-next-steps nav {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 2px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .ep-list-next-steps nav::-webkit-scrollbar {
        display: none;
    }

    .ep-list-next-steps a {
        flex: 0 0 auto;
        min-height: 32px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ep-list-next-steps a {
        transition: none;
        transform: none !important;
    }
}


.ep-category-next-steps {
    margin-top: 18px;
}

.ep-page-next-steps {
    margin-top: 20px;
}

.ep-page-card .ep-page-next-steps {
    box-shadow: none;
}

@media (max-width: 768px) {
    .ep-category-next-steps {
        margin-top: 14px;
    }

    .ep-page-next-steps {
        margin-top: 16px;
    }
}


:root {
    --ep-header-height: 72px;
}

@media (min-width: 992px) {
    .ep-col-side {
        position: sticky;
        top: calc(var(--ep-header-height) + 18px);
        display: grid;
        gap: 16px;
    }

    .ep-col-side > .el-card {
        margin-bottom: 0;
    }

    .ep-side-card {
        position: static;
    }
}

.ep-path-card,
.ep-side-card,
.ep-home-side-panel {
    border-color: rgba(204, 226, 235, .96);
}

.ep-path-card .el-card__header,
.ep-side-card .el-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
}

.ep-path-card .el-card__header::after,
.ep-side-card .el-card__header::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--ep-accent);
    box-shadow: 0 0 0 6px rgba(8, 127, 144, .1);
}

.ep-side-card .el-card__body {
    padding: 10px 14px 14px;
}

.ep-side-card .ep-side-hit-row {
    min-height: 58px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(225, 238, 245, .82);
}

.ep-side-card .ep-side-hit-row:last-child {
    border-bottom: 0;
}

.ep-side-card .ep-side-hit-title {
    display: -webkit-box;
    white-space: normal;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ep-side-card .ep-side-hit-desc {
    display: -webkit-box;
    overflow: hidden;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ep-path-card a:first-child {
    border-color: rgba(8, 127, 144, .24);
    background: #eefbfc;
}

.ep-home-side {
    align-self: start;
}

@media (min-width: 1025px) {
    .ep-home-side {
        position: sticky;
        top: calc(var(--ep-header-height) + 18px);
    }
}

@media (max-width: 991px) {
    .ep-col-side {
        display: grid;
        gap: 14px;
    }
}

@media (max-width: 768px) {
    .ep-path-card .el-card__header,
    .ep-side-card .el-card__header {
        min-height: 44px;
    }

    .ep-side-card .el-card__body {
        padding: 8px 12px 12px;
    }

    .ep-side-card .ep-side-hit-row {
        min-height: 52px;
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .ep-side-card .ep-side-hit-desc {
        -webkit-line-clamp: 1;
    }
}


.ep-auth-routes {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    margin-top: 18px;
    padding: 12px;
    border: 1px solid rgba(8, 127, 144, .14);
    border-radius: 18px;
    background: rgba(255, 255, 255, .72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .86);
}

.ep-auth-routes > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    border-radius: 12px;
    color: #648096;
    background: #f0f7fa;
    font-size: 12px;
    font-weight: 950;
}

.ep-auth-routes div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ep-auth-routes a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(8, 127, 144, .16);
    border-radius: 999px;
    color: var(--ep-ink);
    background: rgba(248, 252, 255, .92);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    transition: color .16s ease, border-color .16s ease, background .16s ease, transform .16s ease;
}

.ep-auth-routes a:hover {
    color: var(--ep-accent-strong);
    border-color: rgba(8, 127, 144, .34);
    background: #eefbfc;
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .ep-auth-routes {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 10px;
    }

    .ep-auth-routes > span {
        justify-content: flex-start;
        padding: 0 10px;
    }

    .ep-auth-routes div {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (prefers-reduced-motion: reduce) {
    .ep-auth-routes a,
    .ep-auth-routes a:hover {
        transform: none;
    }
}


.ep-search-toggle {
    width: auto;
    min-width: 82px;
    gap: 7px;
    padding: 0 13px;
    border-radius: 999px;
    color: #39536d;
}

.ep-search-toggle-text {
    font-size: 13px;
    font-weight: 950;
    line-height: 1;
}

.ep-search-toggle i {
    font-size: 15px;
}

.ep-search-panel {
    width: min(390px, calc(100vw - 24px));
}

.ep-search-panel-head {
    display: grid;
    gap: 4px;
    padding: 4px 2px 2px;
}

.ep-search-panel-head strong {
    color: var(--ep-ink);
    font-size: 15px;
    font-weight: 950;
    line-height: 1.25;
}

.ep-search-panel-head span {
    color: #71879b;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
}

.ep-search-panel .ep-header-search-input .el-input__wrapper {
    min-height: 42px;
    border-radius: 14px;
}

.ep-search-panel .ep-header-search-submit {
    min-height: 42px;
    font-size: 14px;
    font-weight: 950;
}

.ep-header-search-links {
    padding: 3px 2px 0;
}

@media (max-width: 991px) {
    .ep-mobile-quick-paths {
        align-items: center;
    }

    .ep-mobile-quick-paths > span {
        display: inline-flex;
        flex: 0 0 auto;
        align-items: center;
        justify-content: center;
        min-height: 30px;
        padding: 0 10px;
        border-radius: 999px;
        color: #6a8095;
        background: rgba(231, 242, 247, .86);
        font-size: 12px;
        font-weight: 950;
        white-space: nowrap;
    }
}

@media (max-width: 768px) {
    .ep-search-toggle {
        min-width: 38px;
        width: 38px;
        height: 34px;
        padding: 0;
        gap: 0;
    }

    .ep-search-toggle-text {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    .ep-search-panel form {
        grid-template-columns: minmax(0, 1fr) 76px;
    }

    .ep-search-panel-head,
    .ep-header-search-links {
        grid-column: 1 / -1;
    }

    .ep-search-panel .ep-header-search-input .el-input__wrapper,
    .ep-search-panel .ep-header-search-submit {
        min-height: 38px;
    }
}


.ep-home-decision-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 18px 0 2px;
}

.ep-home-decision-strip a {
    display: grid;
    gap: 6px;
    min-height: 74px;
    padding: 13px 14px;
    border: 1px solid rgba(123, 226, 221, .24);
    border-radius: 18px;
    color: rgba(238, 251, 251, .92);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .035)),
        rgba(255, 255, 255, .045);
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
    transition: border-color .16s ease, background .16s ease, transform .16s ease;
}

.ep-home-decision-strip a:hover,
.ep-home-decision-strip a:focus-visible {
    border-color: rgba(123, 226, 221, .52);
    background: rgba(123, 226, 221, .12);
    transform: translateY(-1px);
}

.ep-home-decision-strip span {
    color: rgba(216, 251, 251, .68);
    font-size: 12px;
    font-weight: 950;
    line-height: 1;
}

.ep-home-decision-strip strong {
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    font-weight: 950;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ep-home-product-specs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 12px 0 8px;
}

.ep-home-product-specs span {
    display: grid;
    gap: 4px;
    min-width: 0;
    padding: 9px 10px;
    border: 1px solid rgba(211, 228, 238, .86);
    border-radius: 13px;
    background: rgba(247, 251, 253, .9);
}

.ep-home-product-specs em {
    color: #7a8fa3;
    font-size: 11px;
    font-style: normal;
    font-weight: 950;
    line-height: 1;
}

.ep-home-product-specs b {
    overflow: hidden;
    color: #16324e;
    font-size: 12px;
    font-weight: 950;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ep-home-product-row:hover .ep-home-product-specs span {
    border-color: rgba(8, 127, 144, .2);
    background: #f0fbfc;
}

@media (max-width: 991px) {
    .ep-home-decision-strip {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .ep-home-decision-strip {
        display: flex;
        max-width: 100%;
        margin-top: 14px;
        overflow-x: auto;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .ep-home-decision-strip::-webkit-scrollbar {
        display: none;
    }

    .ep-home-decision-strip a {
        flex: 0 0 220px;
        min-height: 66px;
        padding: 11px 12px;
        border-radius: 15px;
    }

    .ep-home-product-specs {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .ep-home-product-specs span {
        grid-template-columns: 42px minmax(0, 1fr);
        align-items: center;
        padding: 8px 9px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ep-home-decision-strip a,
    .ep-home-decision-strip a:hover,
    .ep-home-product-row:hover .ep-home-product-specs span {
        transform: none;
        transition: none;
    }
}


.ep-list-specs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 10px 0 8px;
}

.ep-list-specs span {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 7px;
    align-items: center;
    min-width: 0;
    min-height: 32px;
    padding: 6px 9px;
    border: 1px solid rgba(214, 229, 238, .9);
    border-radius: 11px;
    background: #f8fbfd;
}

.ep-list-specs em {
    color: #778fa4;
    font-size: 11px;
    font-style: normal;
    font-weight: 950;
    line-height: 1;
}

.ep-list-specs b {
    overflow: hidden;
    color: #18334e;
    font-size: 12px;
    font-weight: 950;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ep-list-card .ep-list-item:hover .ep-list-specs span,
.ep-search-card .ep-list-item:hover .ep-list-specs span {
    border-color: rgba(8, 127, 144, .22);
    background: #f0fbfc;
}

@media (max-width: 768px) {
    .ep-list-specs {
        display: flex;
        gap: 7px;
        max-width: 100%;
        overflow-x: auto;
        padding-bottom: 2px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .ep-list-specs::-webkit-scrollbar {
        display: none;
    }

    .ep-list-specs span {
        flex: 0 0 auto;
        min-width: 142px;
    }
}


.ep-show-report-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: clamp(16px, 3vw, 26px);
    align-items: stretch;
    margin-bottom: 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(221, 235, 245, .92);
}

.ep-show-title-block {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 14px 18px;
    align-items: start;
}

.ep-show-title-block.is-text-only {
    grid-template-columns: minmax(0, 1fr);
}

.ep-show-icon {
    width: 78px;
    height: 78px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border: 1px solid rgba(211, 228, 238, .95);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(33, 62, 92, .07);
    overflow: hidden;
}

.ep-show-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ep-show-kicker {
    width: fit-content;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 0 10px;
    border-radius: 999px;
    color: var(--ep-accent-strong);
    background: var(--ep-accent-soft);
    font-size: 12px;
    font-weight: 950;
}

.ep-show-report-head .ep-show-title {
    max-width: 760px;
    margin-bottom: 12px;
    color: var(--ep-ink);
    font-size: clamp(28px, 3.5vw, 42px);
    line-height: 1.18;
    font-weight: 950;
}

.ep-show-report-head .ep-show-meta {
    margin-bottom: 0;
}

.ep-show-decision {
    display: grid;
    align-content: start;
    gap: 12px;
    padding: 16px;
    border: 1px solid rgba(8, 127, 144, .14);
    border-radius: 18px;
    background:
        radial-gradient(circle at 96% 4%, rgba(123, 226, 221, .18), transparent 28%),
        linear-gradient(135deg, #f1fbfd, #fff);
}

.ep-show-decision p {
    margin: 0;
    color: #31546c;
    font-size: 14px;
    line-height: 1.75;
}

.ep-show-specs {
    display: grid;
    gap: 8px;
}

.ep-show-specs span {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    min-height: 34px;
    padding: 7px 9px;
    border: 1px solid rgba(211, 228, 238, .86);
    border-radius: 12px;
    background: rgba(255, 255, 255, .84);
}

.ep-show-specs em {
    color: #748ca1;
    font-size: 11px;
    font-style: normal;
    font-weight: 950;
}

.ep-show-specs b {
    overflow: hidden;
    color: #17334f;
    font-size: 12px;
    font-weight: 950;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ep-show-paths > span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 4px;
    color: #6b8297;
    font-size: 12px;
    font-weight: 950;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .ep-show-report-head {
        grid-template-columns: 1fr;
    }

    .ep-show-decision {
        padding: 14px;
    }
}

@media (max-width: 768px) {
    .ep-show-report-head {
        gap: 14px;
        margin-bottom: 14px;
        padding-bottom: 16px;
    }

    .ep-show-title-block {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 10px 12px;
    }

    .ep-show-icon {
        width: 58px;
        height: 58px;
        border-radius: 14px;
    }

    .ep-show-report-head .ep-show-title {
        font-size: clamp(24px, 7vw, 32px);
    }

    .ep-show-kicker {
        margin-bottom: 8px;
    }

    .ep-show-paths > span {
        flex: 0 0 auto;
        min-height: 34px;
    }
}


.ep-product-decision-specs {
    display: grid;
    gap: 8px;
}

.ep-product-decision-specs span {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    min-height: 36px;
    padding: 8px 10px;
    border: 1px solid rgba(8, 127, 144, .13);
    border-radius: 13px;
    background: rgba(255, 255, 255, .78);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82);
}

.ep-product-decision-specs em {
    color: #6f889f;
    font-size: 11px;
    font-style: normal;
    font-weight: 950;
    line-height: 1;
}

.ep-product-decision-specs b {
    overflow: hidden;
    color: #0c2a45;
    font-size: 13px;
    font-weight: 950;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .ep-product-decision-specs {
        gap: 7px;
    }

    .ep-product-decision-specs span {
        min-height: 34px;
        padding: 7px 9px;
    }
}


.ep-breadcrumb {
    min-height: 42px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 8px 12px;
    border: 1px solid rgba(211, 228, 238, .86);
    border-radius: 16px;
    background: rgba(255, 255, 255, .78);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .86);
    overflow: hidden;
}

.ep-breadcrumb::before {
    content: "路径";
    flex: 0 0 auto;
    min-height: 26px;
    display: inline-flex;
    align-items: center;
    padding: 0 9px;
    border-radius: 999px;
    color: #647d94;
    background: #eef6fa;
    font-size: 12px;
    font-weight: 950;
}

.ep-breadcrumb a {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 0 7px;
    border-radius: 9px;
    color: #276fc5;
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap;
}

.ep-breadcrumb a:hover,
.ep-breadcrumb a:focus-visible {
    color: var(--ep-accent-strong);
    background: var(--ep-accent-soft);
}

.ep-breadcrumb .ep-bc-sep {
    flex: 0 0 auto;
    color: #a2b3c2;
    font-size: 12px;
}

.ep-breadcrumb > span:last-child {
    min-width: 0;
    overflow: hidden;
    color: #647d94;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xrpagination {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    margin-top: 18px;
    padding: 10px;
    border: 1px solid rgba(211, 228, 238, .86);
    border-radius: 16px;
    background: rgba(255, 255, 255, .78);
}

.xrpagination ul.pagination {
    gap: 7px;
    margin: 0;
}

.xrpagination ul.pagination li > a,
.xrpagination ul.pagination li > span,
.xrpagination > a,
.xrpagination > span {
    min-width: 34px;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 11px;
    border: 1px solid rgba(211, 228, 238, .95);
    border-radius: 11px;
    color: #516b83;
    background: #fff;
    font-size: 13px;
    font-weight: 950;
    text-decoration: none;
    transition: color .16s ease, border-color .16s ease, background .16s ease, transform .16s ease;
}

.xrpagination ul.pagination li > a[href]:hover,
.xrpagination > a:hover {
    color: var(--ep-accent-strong);
    border-color: rgba(8, 127, 144, .34);
    background: #eefbfc;
    transform: translateY(-1px);
}

.xrpagination ul.pagination li.active > a,
.xrpagination ul.pagination li.active > span,
.xrpagination .active > span,
.xrpagination .active > a,
.xrpagination li.active > a,
.xrpagination span.current,
.xrpagination .current {
    color: #061927 !important;
    border-color: #7be2dd !important;
    background: #7be2dd !important;
    box-shadow: 0 8px 18px rgba(8, 127, 144, .13);
}

.ep-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 0 9px;
    border: 1px solid rgba(8, 127, 144, .12);
    border-radius: 999px;
    color: var(--ep-accent-strong);
    background: #eefbfc;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
}

.ep-badge:hover,
.ep-badge:focus-visible {
    color: #061927;
    border-color: #7be2dd;
    background: #7be2dd;
}

.ep-show-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.ep-show-card .ep-related-card,
.ep-product-shell .ep-related-card {
    border-color: rgba(211, 228, 238, .9);
}

.ep-show-card .ep-related-title,
.ep-product-shell .ep-related-title {
    min-height: 40px;
}

@media (max-width: 768px) {
    .ep-breadcrumb {
        margin-bottom: 10px;
        padding: 7px 9px;
        overflow-x: auto;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .ep-breadcrumb::-webkit-scrollbar {
        display: none;
    }

    .ep-breadcrumb::before,
    .ep-breadcrumb a,
    .ep-breadcrumb .ep-bc-sep,
    .ep-breadcrumb > span:last-child {
        flex: 0 0 auto;
    }

    .xrpagination {
        justify-content: flex-start;
        overflow-x: auto;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .xrpagination::-webkit-scrollbar {
        display: none;
    }

    .xrpagination ul.pagination {
        flex-wrap: nowrap;
    }

    .xrpagination ul.pagination li > a,
    .xrpagination ul.pagination li > span,
    .xrpagination > a,
    .xrpagination > span {
        flex: 0 0 auto;
        min-width: 32px;
        min-height: 32px;
        padding: 0 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .xrpagination ul.pagination li > a,
    .xrpagination > a {
        transition: none;
        transform: none !important;
    }
}


.ep-filter-matrix {
    gap: 12px;
}

.ep-filter-group {
    position: relative;
    overflow: hidden;
    border-color: rgba(199, 221, 234, .92);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .88), rgba(246, 251, 253, .92)),
        #fff;
}

.ep-filter-group::before {
    content: "";
    position: absolute;
    inset: 8px auto 8px 8px;
    width: 3px;
    border-radius: 999px;
    background: rgba(8, 127, 144, .28);
}

.ep-filter-group > span,
.ep-filter-group > a {
    position: relative;
    z-index: 1;
}

.ep-filter-group > span {
    padding-left: 3px;
    color: #31546f;
    background: rgba(234, 246, 250, .94);
}

.ep-filter-group > a {
    justify-content: space-between;
    border: 1px solid rgba(211, 228, 238, .82);
    color: #18334e;
    background: #fff;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .86);
}

.ep-filter-group > a:hover,
.ep-filter-group > a:focus-visible {
    color: #061927;
    border-color: rgba(123, 226, 221, .72);
    background: #7be2dd;
    box-shadow: 0 10px 20px rgba(8, 127, 144, .14);
}

.ep-filter-group > a:hover::after,
.ep-filter-group > a:focus-visible::after {
    color: #061927;
    background: rgba(255, 255, 255, .42);
}

.ep-search-filters {
    border-color: rgba(199, 221, 234, .94);
    border-radius: 18px;
    background:
        radial-gradient(circle at 96% 4%, rgba(123, 226, 221, .12), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(247, 251, 253, .96));
}

.ep-search-row {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    align-items: start;
}

.ep-search-row--center {
    grid-template-columns: 70px minmax(220px, 360px) auto;
}

.ep-search-label {
    width: auto;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border-radius: 999px;
    color: #31546f;
    background: #eef6fa;
    font-size: 12px;
    font-weight: 950;
}

.ep-search-field {
    min-width: 0;
}

.ep-filter-pill {
    position: relative;
}

.ep-search-field .ep-filter-pill {
    min-height: 36px;
    border-radius: 12px;
    background: #fff;
}

.ep-search-field .ep-filter-pill.is-active {
    color: #061927;
    background: #7be2dd;
}

.ep-search-field .ep-filter-pill.is-active::before {
    content: "";
    width: 6px;
    height: 6px;
    margin-right: 7px;
    border-radius: 999px;
    background: #061927;
}

.ep-search-submit {
    min-height: 40px;
    border-radius: 12px;
    color: #061927;
    border-color: #7be2dd;
    background: #7be2dd;
}

.ep-search-submit:hover,
.ep-search-submit:focus-visible {
    color: #fff;
    border-color: var(--ep-accent);
    background: var(--ep-accent);
}

@media (max-width: 768px) {
    .ep-filter-group {
        grid-template-columns: 50px repeat(2, minmax(118px, 1fr));
        min-width: 320px;
        padding: 7px;
    }

    .ep-filter-group > span,
    .ep-filter-group > a {
        min-height: 34px;
    }

    .ep-search-row,
    .ep-search-row--center {
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 8px;
    }

    .ep-search-row--center .ep-search-submit {
        grid-column: 2;
        width: max-content;
    }

    .ep-search-label {
        min-height: 32px;
        padding: 0 8px;
    }

    .ep-search-field .ep-filter-pill {
        min-height: 34px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ep-filter-group > a,
    .ep-filter-group > a:hover,
    .ep-search-submit,
    .ep-search-submit:hover {
        transform: none;
        transition: none;
    }
}


.ep-footer {
    margin-top: 56px;
    padding: 0 20px 26px;
    border-top: 0;
    background:
        linear-gradient(180deg, rgba(238, 246, 250, .72), rgba(248, 252, 254, .98));
}

.ep-footer-inner {
    display: grid;
    max-width: var(--ep-container-max);
    margin: 0 auto;
    gap: 0;
    color: #637b93;
    font-size: 13px;
}

.ep-footer-inner > div {
    display: grid;
}

.ep-footer-top {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 24px 0;
    border-top: 1px solid rgba(199, 219, 233, .82);
    border-bottom: 1px solid rgba(219, 234, 244, .92);
}

.ep-footer-brand {
    min-width: 0;
}

.ep-footer-logo {
    width: fit-content;
    display: inline-flex;
    color: var(--ep-ink);
    font-size: 22px;
    font-weight: 950;
    line-height: 1;
    text-decoration: none;
}

.ep-footer-brand p {
    max-width: 540px;
    margin: 8px 0 0;
    color: #6d8398;
    font-size: 14px;
    line-height: 1.7;
}

.ep-footer-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 9px;
    max-width: 540px;
}

.ep-footer-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    padding: 18px 0 16px;
}

.ep-footer-col {
    min-width: 0;
    padding: 0 clamp(12px, 2vw, 22px);
    border-left: 1px solid rgba(219, 234, 244, .86);
}

.ep-footer-col:first-child {
    padding-left: 0;
    border-left: 0;
}

.ep-footer-col > span {
    display: block;
    margin-bottom: 10px;
    color: #314c66;
    font-size: 13px;
    font-weight: 950;
}

.ep-footer-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ep-footer-links a,
.ep-footer-actions a {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border: 1px solid rgba(211, 228, 238, .82);
    border-radius: 999px;
    color: #47677f;
    background: rgba(255, 255, 255, .72);
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.ep-footer-actions a {
    min-height: 36px;
    padding: 0 13px;
    color: var(--ep-accent-strong);
    background: rgba(255, 255, 255, .86);
}

.ep-footer-actions a:first-child,
.ep-footer-links a:hover,
.ep-footer-links a:focus-visible,
.ep-footer-actions a:hover,
.ep-footer-actions a:focus-visible {
    color: #061927;
    border-color: #7be2dd;
    background: #7be2dd;
}

.ep-footer-bottom {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    padding-top: 16px;
    border-top: 1px solid rgba(219, 234, 244, .82);
    color: #7890a7;
    font-size: 12px;
}

.ep-footer-bottom a {
    color: #476fc1;
    font-weight: 850;
    text-decoration: none;
}

@media (max-width: 900px) {
    .ep-footer-top {
        grid-template-columns: 1fr;
    }

    .ep-footer-actions {
        justify-content: flex-start;
    }

    .ep-footer-nav {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .ep-footer-col,
    .ep-footer-col:first-child {
        padding: 14px 0;
        border-left: 0;
        border-bottom: 1px solid rgba(219, 234, 244, .82);
    }
}

@media (max-width: 768px) {
    .ep-footer {
        margin-top: 36px;
        padding: 0 12px 22px;
    }

    .ep-footer-top {
        padding: 18px 0;
    }

    .ep-footer-logo {
        font-size: 20px;
    }

    .ep-footer-brand p {
        font-size: 13px;
    }

    .ep-footer-actions,
    .ep-footer-links {
        flex-wrap: nowrap;
        max-width: 100%;
        overflow-x: auto;
        padding-bottom: 2px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .ep-footer-actions::-webkit-scrollbar,
    .ep-footer-links::-webkit-scrollbar {
        display: none;
    }

    .ep-footer-actions a,
    .ep-footer-links a {
        flex: 0 0 auto;
    }
}


.ep-cat-filter {
    align-content: start;
}

.ep-filter-title {
    display: grid;
    gap: 4px;
    padding: 2px 4px 8px;
    border-bottom: 1px solid rgba(205, 226, 238, .82);
}

.ep-filter-title strong,
.ep-search-result-bar strong,
.ep-list-header strong {
    color: var(--ep-ink);
    font-weight: 950;
}

.ep-filter-title strong {
    font-size: 15px;
    line-height: 1.2;
}

.ep-filter-title span {
    color: #738da4;
    font-size: 12px;
    line-height: 1.45;
}

.ep-filter-group {
    min-width: 0;
}

.ep-filter-group > a {
    overflow: hidden;
    padding-right: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ep-list-header {
    min-height: auto;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 18px !important;
    background:
        linear-gradient(90deg, rgba(240, 248, 252, .95), rgba(255, 255, 255, .96));
}

.ep-list-header > div {
    min-width: 0;
    display: grid;
    gap: 3px;
}

.ep-list-header span {
    color: var(--ep-accent-strong);
    font-size: 12px;
    font-weight: 950;
    line-height: 1.1;
}

.ep-list-header strong,
.ep-list-header strong a {
    color: var(--ep-ink);
    font-size: 18px;
    line-height: 1.25;
    text-decoration: none;
}

.ep-list-header em,
.ep-search-result-bar em {
    flex: 0 0 auto;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border: 1px solid rgba(205, 226, 238, .86);
    border-radius: 999px;
    color: #58738c;
    background: rgba(255, 255, 255, .78);
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
}

.ep-search-result-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 16px 0 4px;
    padding: 13px 14px;
    border: 1px solid rgba(199, 221, 234, .9);
    border-radius: 16px;
    background:
        linear-gradient(90deg, rgba(232, 248, 248, .9), rgba(255, 255, 255, .95));
}

.ep-search-result-bar > div {
    min-width: 0;
    display: flex;
    align-items: baseline;
    gap: 9px;
}

.ep-search-result-bar span {
    color: var(--ep-accent-strong);
    font-size: 12px;
    font-weight: 950;
}

.ep-search-result-bar strong {
    min-width: 0;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.35;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ep-list-card .ep-list-item {
    position: relative;
}

.ep-list-card .ep-list-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;
    width: 3px;
    border-radius: 999px;
    background: transparent;
    transition: background-color .18s ease;
}

.ep-list-card .ep-list-item:hover::before,
.ep-list-card .ep-list-item:focus-within::before {
    background: var(--ep-accent);
}

.ep-list-card .ep-list-specs span,
.ep-home-product-specs span,
.ep-product-decision-specs span,
.ep-show-specs span {
    min-width: 0;
}

.ep-list-card .ep-list-specs b,
.ep-home-product-specs b,
.ep-product-decision-specs b,
.ep-show-specs b {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
    .ep-filter-title {
        position: sticky;
        left: 0;
        grid-column: 1 / -1;
        padding: 2px 4px 6px;
    }

    .ep-filter-title span {
        display: none;
    }

    .ep-list-header {
        padding: 13px 14px !important;
    }

    .ep-list-header strong,
    .ep-list-header strong a {
        font-size: 16px;
    }

    .ep-list-header em {
        min-height: 28px;
        font-size: 11px;
    }

    .ep-search-result-bar {
        margin-top: 12px;
        padding: 11px;
    }

    .ep-search-result-bar > div {
        display: grid;
        gap: 2px;
    }

    .ep-search-result-bar strong {
        max-width: 46vw;
        font-size: 15px;
    }

    .ep-list-card .ep-list-item::before {
        top: 12px;
        bottom: 12px;
    }
}

@media (max-width: 480px) {
    .ep-search-result-bar,
    .ep-list-header {
        gap: 8px;
    }

    .ep-search-result-bar em,
    .ep-list-header em {
        padding: 0 8px;
    }
}


.ep-page-focus {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 22px;
    padding: 10px;
    border: 1px solid rgba(199, 221, 234, .88);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(232, 248, 248, .82), rgba(255, 255, 255, .96));
}

.ep-page-focus a {
    min-width: 0;
    min-height: 66px;
    display: grid;
    align-content: center;
    gap: 5px;
    padding: 12px 14px;
    border: 1px solid rgba(211, 228, 238, .86);
    border-radius: 14px;
    color: var(--ep-ink);
    background: rgba(255, 255, 255, .78);
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.ep-page-focus a:hover,
.ep-page-focus a:focus-visible {
    border-color: #7be2dd;
    background: #fff;
    transform: translateY(-2px);
}

.ep-page-focus span {
    color: var(--ep-accent-strong);
    font-size: 12px;
    font-weight: 950;
    line-height: 1;
}

.ep-page-focus strong {
    overflow: hidden;
    color: var(--ep-ink);
    font-size: 16px;
    font-weight: 950;
    line-height: 1.25;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ep-index-feed-card {
    overflow: hidden;
    border-color: rgba(215, 230, 240, .9);
}

.ep-index-feed-card .ep-list-specs {
    margin-top: 10px;
    grid-template-columns: repeat(3, minmax(116px, 1fr));
}

.ep-index-feed-card .ep-list-field-tags {
    margin-top: 10px;
}

.ep-index-feed-card .ep-list-item--flush {
    align-items: center;
}

.ep-side-card,
.ep-path-card {
    position: relative;
}

.ep-side-card::before,
.ep-path-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    border-radius: 16px 0 0 16px;
    background: linear-gradient(180deg, rgba(14, 139, 151, .7), rgba(123, 226, 221, .2));
    opacity: .55;
    pointer-events: none;
}

.ep-side-card .el-card__header span,
.ep-path-card .el-card__header span {
    color: #17334c;
    letter-spacing: 0;
}

.ep-side-card .ep-side-hit-row {
    padding-left: 34px;
}

.ep-side-card .ep-side-hit-row::before {
    left: 2px;
}

.ep-side-card .ep-thumb--sm {
    border-radius: 12px;
    background: #f6fbfd;
}

@media (max-width: 768px) {
    .ep-page-focus {
        grid-template-columns: repeat(3, minmax(118px, 1fr));
        margin-bottom: 16px;
        overflow-x: auto;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .ep-page-focus::-webkit-scrollbar {
        display: none;
    }

    .ep-page-focus a {
        min-height: 58px;
        padding: 10px 12px;
    }

    .ep-page-focus strong {
        font-size: 14px;
    }

    .ep-index-feed-card .ep-list-specs {
        display: flex;
        overflow-x: auto;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .ep-index-feed-card .ep-list-specs::-webkit-scrollbar {
        display: none;
    }

    .ep-index-feed-card .ep-list-specs span {
        flex: 0 0 138px;
    }

    .ep-side-card .ep-side-hit-row {
        padding-left: 30px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ep-page-focus a,
    .ep-page-focus a:hover {
        transform: none;
        transition: none;
    }
}


.ep-auth-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    margin: 18px auto 0;
    padding: 8px;
    max-width: 520px;
    border: 1px solid rgba(199, 221, 234, .9);
    border-radius: 16px;
    background: rgba(244, 250, 252, .92);
}

.ep-auth-search input,
.ep-auth-search button {
    min-height: 42px;
    border-radius: 12px;
    font-family: inherit;
    font-size: 14px;
    outline: none;
}

.ep-auth-search input {
    min-width: 0;
    padding: 0 13px;
    border: 1px solid rgba(211, 228, 238, .88);
    color: var(--ep-ink);
    background: #fff;
}

.ep-auth-search input::placeholder {
    color: #91a5b8;
}

.ep-auth-search input:focus {
    border-color: rgba(14, 139, 151, .72);
    box-shadow: 0 0 0 3px rgba(123, 226, 221, .2);
}

.ep-auth-search button {
    padding: 0 18px;
    border: 1px solid var(--ep-accent);
    color: #fff;
    background: var(--ep-accent);
    font-weight: 950;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.ep-auth-search button:hover,
.ep-auth-search button:focus-visible {
    background: var(--ep-accent-strong);
    box-shadow: 0 12px 24px rgba(14, 139, 151, .18);
    transform: translateY(-1px);
}

.ep-auth-card .ep-auth-actions,
.ep-auth-card .ep-msg-actions {
    margin-top: 16px;
}

.ep-auth-card .ep-auth-routes {
    margin-top: 18px;
}

@media (max-width: 560px) {
    .ep-auth-search {
        grid-template-columns: 1fr;
        margin-top: 14px;
        padding: 7px;
    }

    .ep-auth-search input,
    .ep-auth-search button {
        min-height: 40px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ep-auth-search button,
    .ep-auth-search button:hover {
        transform: none;
        transition: none;
    }
}


.ep-product-content.neirong,
.ep-show-card .neirong,
.ep-page-card .neirong {
    color: #2d4055;
    font-size: 16px;
    line-height: 1.86;
    word-break: break-word;
}

.ep-product-content.neirong > *:first-child,
.ep-show-card .neirong > *:first-child,
.ep-page-card .neirong > *:first-child {
    margin-top: 0;
}

.ep-product-content.neirong h2,
.ep-product-content.neirong h3,
.ep-show-card .neirong h2,
.ep-show-card .neirong h3,
.ep-page-card .neirong h2,
.ep-page-card .neirong h3 {
    scroll-margin-top: 94px;
    letter-spacing: 0;
}

.ep-product-content.neirong h2,
.ep-show-card .neirong h2,
.ep-page-card .neirong h2 {
    margin-top: 34px;
    padding-top: 3px;
    font-size: clamp(22px, 2.5vw, 28px);
}

.ep-product-content.neirong h3,
.ep-show-card .neirong h3,
.ep-page-card .neirong h3 {
    margin-top: 26px;
    font-size: clamp(18px, 2vw, 22px);
}

.ep-product-content.neirong p,
.ep-show-card .neirong p,
.ep-page-card .neirong p {
    margin: 14px 0;
}

.ep-product-content.neirong ul,
.ep-product-content.neirong ol,
.ep-show-card .neirong ul,
.ep-show-card .neirong ol,
.ep-page-card .neirong ul,
.ep-page-card .neirong ol {
    margin: 16px 0 20px;
    padding: 14px 18px 14px 30px;
    border: 1px solid rgba(218, 231, 240, .9);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(248, 252, 254, .95), rgba(255, 255, 255, .98));
}

.ep-product-content.neirong li,
.ep-show-card .neirong li,
.ep-page-card .neirong li {
    padding-left: 4px;
    margin: 7px 0;
}

.ep-product-content.neirong li::marker,
.ep-show-card .neirong li::marker,
.ep-page-card .neirong li::marker {
    color: var(--ep-accent);
    font-weight: 950;
}

.ep-product-content.neirong table,
.ep-show-card .neirong table,
.ep-page-card .neirong table {
    margin: 22px 0 26px;
    overflow: hidden;
    border: 1px solid rgba(198, 219, 232, .95);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(24, 55, 84, .08);
}

.ep-product-content.neirong table th,
.ep-product-content.neirong table td,
.ep-show-card .neirong table th,
.ep-show-card .neirong table td,
.ep-page-card .neirong table th,
.ep-page-card .neirong table td {
    vertical-align: top;
    padding: 14px 16px;
    line-height: 1.65;
}

.ep-product-content.neirong table thead th,
.ep-show-card .neirong table thead th,
.ep-page-card .neirong table thead th {
    color: #0b263f;
    background:
        linear-gradient(180deg, rgba(229, 247, 248, .98), rgba(241, 249, 252, .98));
    font-size: 13px;
    font-weight: 950;
}

.ep-product-content.neirong table tbody tr:nth-child(even),
.ep-show-card .neirong table tbody tr:nth-child(even),
.ep-page-card .neirong table tbody tr:nth-child(even) {
    background: rgba(246, 250, 253, .78);
}

.ep-product-content.neirong table tbody tr:hover,
.ep-show-card .neirong table tbody tr:hover,
.ep-page-card .neirong table tbody tr:hover {
    background: rgba(230, 249, 249, .72);
}

.ep-product-content.neirong table td:first-child,
.ep-product-content.neirong table th:first-child,
.ep-show-card .neirong table td:first-child,
.ep-show-card .neirong table th:first-child,
.ep-page-card .neirong table td:first-child,
.ep-page-card .neirong table th:first-child {
    color: #0b263f;
    font-weight: 950;
}

.ep-product-content.neirong blockquote,
.ep-show-card .neirong blockquote,
.ep-page-card .neirong blockquote {
    margin: 20px 0;
    padding: 16px 18px;
    border-left: 4px solid var(--ep-accent);
    border-radius: 14px;
    color: #25455f;
    background: rgba(232, 248, 248, .82);
}

.ep-product-content.neirong pre,
.ep-show-card .neirong pre,
.ep-page-card .neirong pre {
    max-width: 100%;
    overflow-x: auto;
    padding: 16px;
    border-radius: 14px;
    color: #d8eef4;
    background: #102436;
    font-size: 13px;
    line-height: 1.7;
    -webkit-overflow-scrolling: touch;
}

.ep-product-content.neirong code,
.ep-show-card .neirong code,
.ep-page-card .neirong code {
    padding: 2px 6px;
    border-radius: 7px;
    color: #0b6170;
    background: rgba(222, 246, 247, .9);
    font-size: .92em;
}

.ep-product-content.neirong pre code,
.ep-show-card .neirong pre code,
.ep-page-card .neirong pre code {
    padding: 0;
    color: inherit;
    background: transparent;
}

.ep-product-content.neirong img,
.ep-show-card .neirong img,
.ep-page-card .neirong img {
    margin: 18px auto;
    border: 1px solid rgba(211, 228, 238, .86);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(24, 55, 84, .09);
}

@media (max-width: 768px) {
    .ep-product-content.neirong,
    .ep-show-card .neirong,
    .ep-page-card .neirong {
        font-size: 15px;
        line-height: 1.78;
    }

    .ep-product-content.neirong h2,
    .ep-show-card .neirong h2,
    .ep-page-card .neirong h2 {
        margin-top: 28px;
        font-size: 22px;
    }

    .ep-product-content.neirong h3,
    .ep-show-card .neirong h3,
    .ep-page-card .neirong h3 {
        font-size: 18px;
    }

    .ep-product-content.neirong ul,
    .ep-product-content.neirong ol,
    .ep-show-card .neirong ul,
    .ep-show-card .neirong ol,
    .ep-page-card .neirong ul,
    .ep-page-card .neirong ol {
        padding: 12px 14px 12px 25px;
        border-radius: 14px;
    }

    .ep-product-content.neirong table,
    .ep-show-card .neirong table,
    .ep-page-card .neirong table {
        display: block;
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .ep-product-content.neirong table th,
    .ep-product-content.neirong table td,
    .ep-show-card .neirong table th,
    .ep-show-card .neirong table td,
    .ep-page-card .neirong table th,
    .ep-page-card .neirong table td {
        padding: 12px 13px;
        font-size: 13px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ep-product-content.neirong table tbody tr,
    .ep-show-card .neirong table tbody tr,
    .ep-page-card .neirong table tbody tr {
        transition: none;
    }
}


.ep-header {
    position: sticky;
    top: 0;
    z-index: 90;
    border-bottom: 1px solid rgba(205, 224, 235, .9);
    background: rgba(249, 253, 255, .9);
    box-shadow: 0 10px 30px rgba(24, 55, 84, .08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.ep-header-inner {
    gap: clamp(12px, 2.4vw, 28px);
}

.ep-brand-mark {
    min-height: 48px;
    display: inline-grid;
    align-content: center;
    gap: 2px;
    padding: 7px 14px 7px 16px;
    border: 1px solid transparent;
    border-radius: 16px;
    text-decoration: none;
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.ep-brand-mark:hover,
.ep-brand-mark:focus-visible {
    border-color: rgba(199, 221, 234, .9);
    background: rgba(255, 255, 255, .72);
    transform: translateY(-1px);
}

.ep-brand-main {
    color: #071c31;
    font-size: 22px;
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1;
}

.ep-brand-sub {
    color: var(--ep-accent-strong);
    font-size: 12px;
    font-weight: 950;
    line-height: 1;
}

.ep-nav {
    min-width: 0;
}

.ep-nav > ul {
    align-items: center;
    gap: 4px;
}

.ep-nav-item > a {
    position: relative;
    min-height: 42px;
    padding: 0 15px;
    border: 1px solid transparent;
    border-radius: 14px;
    color: #516b83;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
    transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease;
}

.ep-nav-item > a::after {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 7px;
    height: 2px;
    border-radius: 999px;
    background: var(--ep-accent);
    opacity: 0;
    transform: scaleX(.35);
    transition: opacity .18s ease, transform .18s ease;
}

.ep-nav-item.is-active > a,
.ep-nav-item > a:hover,
.ep-nav-item > a:focus-visible {
    color: #071c31;
    border-color: rgba(199, 221, 234, .82);
    background: rgba(255, 255, 255, .76);
}

.ep-nav-item.is-active > a::after,
.ep-nav-item > a:hover::after,
.ep-nav-item > a:focus-visible::after {
    opacity: 1;
    transform: scaleX(1);
}

.ep-nav-arrow {
    margin-left: 5px;
    color: #8aa1b5;
    font-size: 10px;
    transition: transform .18s ease, color .18s ease;
}

.ep-nav-item:hover > a .ep-nav-arrow,
.ep-nav-item:focus-within > a .ep-nav-arrow {
    color: var(--ep-accent-strong);
    transform: translateY(1px);
}

.ep-submenu {
    min-width: 190px;
    padding: 8px;
    border: 1px solid rgba(199, 221, 234, .92);
    border-radius: 16px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 24px 52px rgba(24, 55, 84, .16);
}

.ep-nav-item:focus-within > .ep-submenu,
.ep-submenu > li:focus-within > .ep-submenu-nested {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.ep-submenu li a {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0 11px;
    border-radius: 11px;
    color: #405c76;
    font-size: 14px;
    font-weight: 850;
    text-decoration: none;
}

.ep-submenu li a:hover,
.ep-submenu li a:focus-visible,
.ep-submenu li.is-active > a {
    color: #071c31;
    background: rgba(228, 247, 248, .9);
}

.ep-search-toggle {
    min-height: 42px;
    border-color: rgba(199, 221, 234, .9);
    background: #fff;
    box-shadow: 0 8px 18px rgba(24, 55, 84, .08);
}

.ep-search-toggle:hover,
.ep-search-toggle:focus-visible {
    color: #071c31;
    border-color: #7be2dd;
    background: #7be2dd;
}

.ep-search-panel {
    border-radius: 18px;
    box-shadow: 0 26px 60px rgba(24, 55, 84, .18);
}

.ep-mobile-quick-paths {
    border-top: 1px solid rgba(221, 235, 244, .82);
    background: rgba(246, 251, 253, .92);
}

.ep-mobile-quick-paths > span {
    color: #5d758c;
    font-weight: 950;
}

.ep-mobile-quick-paths a {
    min-height: 32px;
    border: 1px solid rgba(209, 227, 239, .9);
    border-radius: 999px;
    color: #35536d;
    background: #fff;
    font-weight: 900;
}

.ep-mobile-quick-paths a:hover,
.ep-mobile-quick-paths a:focus-visible {
    color: #071c31;
    border-color: #7be2dd;
    background: #7be2dd;
}

@media (max-width: 900px) {
    .ep-header-inner {
        min-height: 64px;
    }

    .ep-nav {
        order: 3;
        flex-basis: 100%;
        padding-bottom: 8px;
        overflow-x: auto;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .ep-nav::-webkit-scrollbar {
        display: none;
    }

    .ep-nav > ul {
        width: max-content;
        min-width: 100%;
    }

    .ep-nav-item > a {
        min-height: 36px;
        padding: 0 12px;
        font-size: 14px;
        white-space: nowrap;
    }

    .ep-submenu {
        display: none !important;
    }
}

@media (max-width: 560px) {
    .ep-brand-mark {
        min-height: 42px;
        padding: 6px 10px;
        border-radius: 14px;
    }

    .ep-brand-main {
        font-size: 19px;
    }

    .ep-brand-sub {
        font-size: 11px;
    }

    .ep-search-toggle {
        min-width: 42px;
        padding: 0 11px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ep-brand-mark,
    .ep-brand-mark:hover,
    .ep-nav-item > a,
    .ep-nav-item > a::after,
    .ep-search-toggle {
        transform: none;
        transition: none;
    }
}


.ep-product-shell {
    position: relative;
    overflow: hidden;
}

.ep-product-shell::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 220px;
    background:
        linear-gradient(135deg, rgba(230, 249, 249, .88), rgba(255, 255, 255, 0) 62%);
    pointer-events: none;
}

.ep-product-shell > * {
    position: relative;
    z-index: 1;
}

.ep-product-report-head {
    align-items: stretch;
    gap: clamp(18px, 3vw, 28px);
    padding: clamp(18px, 3vw, 28px);
    border: 1px solid rgba(198, 219, 232, .92);
    border-radius: 24px;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 24px 70px rgba(24, 55, 84, .12);
}

.ep-product-identity {
    min-width: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
        "kind kind"
        "logo title";
    gap: 14px 18px;
    align-content: start;
}

.ep-product-kind {
    grid-area: kind;
    width: fit-content;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 0 11px;
    border: 1px solid rgba(123, 226, 221, .65);
    border-radius: 999px;
    color: #076979;
    background: rgba(230, 249, 249, .9);
    font-size: 12px;
    font-weight: 950;
}

.ep-product-logo {
    grid-area: logo;
    width: 76px;
    height: 76px;
    border: 1px solid rgba(205, 226, 238, .9);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(24, 55, 84, .1);
}

.ep-product-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}

.ep-product-title-wrap {
    grid-area: title;
    min-width: 0;
}

.ep-product-title {
    max-width: 900px;
    color: #06172b;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.14;
    letter-spacing: 0;
}

.ep-product-meta {
    margin-top: 12px;
    color: #7c92a7;
    font-size: 14px;
}

.ep-product-pills {
    margin-top: 16px;
    gap: 8px;
}

.ep-product-pill {
    min-height: 32px;
    border-color: rgba(203, 224, 236, .88);
    border-radius: 999px;
    color: #31607a;
    background: #fff;
    font-size: 13px;
    font-weight: 950;
}

.ep-product-pill.is-price {
    color: #8a4b00;
    border-color: rgba(255, 190, 102, .75);
    background: rgba(255, 243, 225, .95);
}

.ep-product-pill.is-official {
    color: #055f70;
    border-color: rgba(123, 226, 221, .76);
    background: rgba(228, 249, 249, .95);
}

.ep-product-decision {
    min-width: min(360px, 100%);
    display: grid;
    align-content: start;
    gap: 14px;
    padding: 18px;
    border: 1px solid rgba(199, 221, 234, .92);
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(247, 252, 254, .95), rgba(255, 255, 255, .95));
}

.ep-product-summary {
    margin: 0;
    padding: 15px 16px;
    border-left: 4px solid var(--ep-accent);
    border-radius: 14px;
    color: #284c66;
    background: rgba(230, 249, 249, .82);
    font-size: 15px;
    line-height: 1.78;
}

.ep-product-decision-specs {
    gap: 8px;
}

.ep-product-decision-specs span {
    min-height: 58px;
    border-color: rgba(211, 228, 238, .9);
    background: #fff;
}

.ep-product-actions {
    gap: 10px;
}

.ep-product-btn {
    min-height: 44px;
    padding: 0 15px;
    border-radius: 13px;
    font-size: 14px;
    font-weight: 950;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.ep-product-btn.is-primary {
    color: #fff;
    border-color: var(--ep-accent);
    background: var(--ep-accent);
    box-shadow: 0 14px 28px rgba(14, 139, 151, .18);
}

.ep-product-btn:hover,
.ep-product-btn:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(24, 55, 84, .13);
}

.ep-product-paths {
    margin: 22px 0 26px;
    padding: 10px;
    border: 1px solid rgba(205, 226, 238, .88);
    border-radius: 18px;
    background: rgba(255, 255, 255, .82);
}

.ep-product-paths span {
    color: #5b758d;
    font-weight: 950;
}

.ep-product-paths a {
    min-height: 36px;
    border-color: rgba(211, 228, 238, .9);
    border-radius: 999px;
    color: #35536d;
    background: #fff;
    font-weight: 950;
}

.ep-product-paths a:hover,
.ep-product-paths a:focus-visible {
    color: #071c31;
    border-color: #7be2dd;
    background: #7be2dd;
}

.ep-mobile-action-bar {
    border-top: 1px solid rgba(199, 221, 234, .92);
    background: rgba(249, 253, 255, .94);
    box-shadow: 0 -18px 44px rgba(24, 55, 84, .12);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.ep-mobile-action-bar a {
    min-height: 44px;
    border-radius: 13px;
    font-weight: 950;
}

.ep-mobile-action-main {
    color: #fff;
    background: var(--ep-accent);
}

.ep-mobile-action-ghost {
    color: #0b6170;
    background: #e8f8f8;
}

@media (max-width: 980px) {
    .ep-product-report-head {
        grid-template-columns: 1fr;
    }

    .ep-product-decision {
        min-width: 0;
    }
}

@media (max-width: 680px) {
    .ep-product-report-head {
        padding: 16px;
        border-radius: 20px;
    }

    .ep-product-identity {
        grid-template-columns: 60px minmax(0, 1fr);
        gap: 10px 12px;
    }

    .ep-product-logo {
        width: 60px;
        height: 60px;
        border-radius: 16px;
    }

    .ep-product-title {
        font-size: clamp(25px, 7vw, 34px);
        line-height: 1.18;
    }

    .ep-product-meta {
        margin-top: 8px;
        font-size: 12px;
    }

    .ep-product-pills {
        margin-top: 12px;
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .ep-product-pills::-webkit-scrollbar {
        display: none;
    }

    .ep-product-pill {
        flex: 0 0 auto;
        min-height: 30px;
        font-size: 12px;
    }

    .ep-product-decision {
        padding: 14px;
        border-radius: 18px;
    }

    .ep-product-summary {
        padding: 13px 14px;
        font-size: 14px;
    }

    .ep-product-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ep-product-btn {
        min-width: 0;
        padding: 0 10px;
        white-space: nowrap;
    }

    .ep-product-paths {
        display: flex;
        overflow-x: auto;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .ep-product-paths::-webkit-scrollbar {
        display: none;
    }

    .ep-product-paths span,
    .ep-product-paths a {
        flex: 0 0 auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ep-product-btn,
    .ep-product-btn:hover {
        transform: none;
        transition: none;
    }
}


.ep-list-card .el-card__body,
.ep-search-card .el-card__body {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(248, 252, 254, .96));
}

.ep-list-card .ep-list-item,
.ep-search-card .ep-list-item,
.ep-index-feed-card .ep-list-item {
    gap: 18px;
    align-items: center;
    border-color: rgba(214, 229, 239, .9);
    background: rgba(255, 255, 255, .84);
}

.ep-list-card .ep-list-item:hover,
.ep-search-card .ep-list-item:hover,
.ep-index-feed-card .ep-list-item:hover {
    border-color: rgba(123, 226, 221, .72);
    background: #fff;
    box-shadow: 0 18px 44px rgba(24, 55, 84, .1);
}

.ep-list-card .ep-thumb,
.ep-search-card .ep-thumb,
.ep-index-feed-card .ep-thumb,
.ep-list-card img.ep-thumb,
.ep-search-card img.ep-thumb,
.ep-index-feed-card img.ep-thumb {
    width: 96px;
    height: 96px;
    flex: 0 0 96px;
    padding: 10px;
    border: 1px solid rgba(211, 228, 238, .9);
    border-radius: 18px;
    object-fit: contain;
    background: #f8fcfd;
}

.ep-list-card .ep-article-title,
.ep-search-card .ep-article-title,
.ep-index-feed-card .ep-article-title {
    margin: 0;
    max-width: 760px;
}

.ep-list-card .ep-article-title a,
.ep-search-card .ep-article-title a,
.ep-index-feed-card .ep-article-title a {
    display: -webkit-box;
    overflow: hidden;
    color: #071c31;
    font-size: 20px;
    font-weight: 950;
    line-height: 1.36;
    text-decoration: none;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ep-list-card .ep-article-title a:hover,
.ep-search-card .ep-article-title a:hover,
.ep-index-feed-card .ep-article-title a:hover {
    color: var(--ep-accent-strong);
}

.ep-list-card .ep-list-desc,
.ep-search-card .ep-list-desc,
.ep-index-feed-card .ep-list-desc {
    display: -webkit-box;
    overflow: hidden;
    max-width: 820px;
    margin: 8px 0 0;
    color: #647c93;
    font-size: 14px;
    line-height: 1.65;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ep-list-card .ep-list-specs,
.ep-search-card .ep-list-specs,
.ep-index-feed-card .ep-list-specs {
    margin-top: 12px;
}

.ep-list-card .ep-list-specs span,
.ep-search-card .ep-list-specs span,
.ep-index-feed-card .ep-list-specs span {
    min-height: 52px;
    border-color: rgba(211, 228, 238, .88);
    background: rgba(250, 253, 254, .95);
}

.ep-list-card .ep-list-field-tags,
.ep-search-card .ep-list-field-tags,
.ep-index-feed-card .ep-list-field-tags {
    margin-top: 10px;
    gap: 7px;
}

.ep-list-card .ep-list-field-tags span,
.ep-search-card .ep-list-field-tags span,
.ep-index-feed-card .ep-list-field-tags span {
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ep-list-card .ep-meta,
.ep-search-card .ep-meta,
.ep-index-feed-card .ep-meta {
    margin-top: 11px;
    color: #8799aa;
}

.ep-list-card .ep-list-action,
.ep-search-card .ep-list-action,
.ep-index-feed-card .ep-list-action {
    min-height: 38px;
    width: fit-content;
    margin-top: 13px;
    padding: 0 14px;
    border-radius: 999px;
    color: #071c31;
    border-color: #7be2dd;
    background: #7be2dd;
    font-size: 13px;
    font-weight: 950;
    box-shadow: 0 10px 22px rgba(14, 139, 151, .14);
}

.ep-list-card .ep-list-action:hover,
.ep-search-card .ep-list-action:hover,
.ep-index-feed-card .ep-list-action:hover,
.ep-list-card .ep-list-action:focus-visible,
.ep-search-card .ep-list-action:focus-visible,
.ep-index-feed-card .ep-list-action:focus-visible {
    color: #fff;
    border-color: var(--ep-accent);
    background: var(--ep-accent);
}

.ep-empty-state {
    border-color: rgba(199, 221, 234, .9);
    background:
        radial-gradient(circle at 100% 0, rgba(123, 226, 221, .14), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(247, 252, 254, .96));
}

.ep-empty-state strong {
    color: #071c31;
}

@media (max-width: 768px) {
    .ep-list-card .ep-list-item,
    .ep-search-card .ep-list-item,
    .ep-index-feed-card .ep-list-item {
        gap: 11px;
        align-items: flex-start;
        padding: 13px;
    }

    .ep-list-card .ep-thumb,
    .ep-search-card .ep-thumb,
    .ep-index-feed-card .ep-thumb,
    .ep-list-card img.ep-thumb,
    .ep-search-card img.ep-thumb,
    .ep-index-feed-card img.ep-thumb {
        width: 64px;
        height: 64px;
        flex-basis: 64px;
        padding: 7px;
        border-radius: 14px;
    }

    .ep-list-card .ep-article-title a,
    .ep-search-card .ep-article-title a,
    .ep-index-feed-card .ep-article-title a {
        font-size: 16px;
        line-height: 1.35;
    }

    .ep-list-card .ep-list-desc,
    .ep-search-card .ep-list-desc,
    .ep-index-feed-card .ep-list-desc {
        margin-top: 6px;
        font-size: 13px;
        line-height: 1.55;
        -webkit-line-clamp: 2;
    }

    .ep-list-card .ep-list-specs,
    .ep-search-card .ep-list-specs,
    .ep-index-feed-card .ep-list-specs {
        margin-top: 9px;
    }

    .ep-list-card .ep-meta,
    .ep-search-card .ep-meta,
    .ep-index-feed-card .ep-meta {
        display: none;
    }

    .ep-list-card .ep-list-action,
    .ep-search-card .ep-list-action,
    .ep-index-feed-card .ep-list-action {
        min-height: 34px;
        margin-top: 10px;
        padding: 0 12px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .ep-list-card .ep-list-item,
    .ep-search-card .ep-list-item,
    .ep-index-feed-card .ep-list-item {
        gap: 9px;
    }

    .ep-list-card .ep-thumb,
    .ep-search-card .ep-thumb,
    .ep-index-feed-card .ep-thumb,
    .ep-list-card img.ep-thumb,
    .ep-search-card img.ep-thumb,
    .ep-index-feed-card img.ep-thumb {
        width: 56px;
        height: 56px;
        flex-basis: 56px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ep-list-card .ep-list-item,
    .ep-search-card .ep-list-item,
    .ep-index-feed-card .ep-list-item,
    .ep-list-card .ep-list-action,
    .ep-search-card .ep-list-action,
    .ep-index-feed-card .ep-list-action {
        transition: none;
    }
}


.ep-home-hero {
    position: relative;
    overflow: hidden;
    align-items: stretch;
    gap: 18px;
    margin-top: 18px;
    padding: clamp(12px, 2vw, 18px);
    border: 1px solid rgba(198, 219, 232, .9);
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(10, 31, 50, .98), rgba(13, 60, 73, .96) 58%, rgba(239, 251, 251, .98) 58%);
    box-shadow: 0 28px 80px rgba(24, 55, 84, .16);
}

.ep-home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(90deg, #000, transparent 62%);
    pointer-events: none;
}

.ep-home-hero > * {
    position: relative;
    z-index: 1;
}

.ep-home-hero-copy {
    min-height: 470px;
    align-content: center;
    padding: clamp(28px, 5vw, 58px);
    border: 0;
    border-radius: 24px;
    color: #f4fbfd;
    background: transparent;
    box-shadow: none;
}

.ep-home-eyebrow {
    width: fit-content;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 0 11px;
    border: 1px solid rgba(123, 226, 221, .55);
    border-radius: 999px;
    color: #bff7f2;
    background: rgba(255, 255, 255, .07);
    font-size: 12px;
    font-weight: 950;
}

.ep-home-hero h1 {
    max-width: 760px;
    color: #fff;
    font-size: clamp(38px, 5.6vw, 68px);
    line-height: 1.06;
    letter-spacing: 0;
}

.ep-home-hero p {
    max-width: 620px;
    color: rgba(236, 249, 251, .8);
    font-size: 17px;
    line-height: 1.78;
}

.ep-home-decision-strip {
    max-width: 760px;
    margin-top: 24px;
    padding: 8px;
    border: 1px solid rgba(123, 226, 221, .28);
    border-radius: 18px;
    background: rgba(255, 255, 255, .07);
}

.ep-home-decision-strip a {
    min-height: 70px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 14px;
    background: rgba(255, 255, 255, .08);
}

.ep-home-decision-strip a:hover,
.ep-home-decision-strip a:focus-visible {
    border-color: rgba(123, 226, 221, .6);
    background: rgba(123, 226, 221, .15);
}

.ep-home-decision-strip span {
    color: #9fd5d6;
}

.ep-home-decision-strip strong {
    color: #f5ffff;
    font-size: 15px;
}

.ep-home-actions {
    margin-top: 24px;
}

.ep-home-btn {
    min-height: 46px;
    border-radius: 14px;
    border-color: rgba(255, 255, 255, .22);
    color: #dff8f8;
    background: rgba(255, 255, 255, .08);
    font-weight: 950;
}

.ep-home-btn.is-primary,
.ep-home-btn:hover,
.ep-home-btn:focus-visible {
    color: #061927;
    border-color: #7be2dd;
    background: #7be2dd;
    box-shadow: 0 14px 30px rgba(123, 226, 221, .2);
}

.ep-home-advisor {
    align-self: stretch;
    min-height: 470px;
    display: grid;
    align-content: center;
    padding: clamp(18px, 3vw, 28px);
    border: 1px solid rgba(184, 211, 226, .9);
    border-radius: 24px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 18px 54px rgba(24, 55, 84, .13);
}

.ep-home-panel-title {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #071c31;
    font-size: 17px;
    font-weight: 950;
}

.ep-home-panel-title::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--ep-accent);
    box-shadow: 0 0 0 5px rgba(123, 226, 221, .18);
}

.ep-home-advisor-grid {
    gap: 10px;
    margin-top: 18px;
}

.ep-home-advisor-grid a {
    min-height: 78px;
    border-color: rgba(211, 228, 238, .9);
    border-radius: 16px;
    background: #fff;
}

.ep-home-advisor-grid a:hover,
.ep-home-advisor-grid a:focus-visible {
    border-color: #7be2dd;
    background: rgba(232, 248, 248, .88);
    transform: translateY(-2px);
}

.ep-home-paths {
    margin-top: 18px;
    padding: 10px;
    border: 1px solid rgba(198, 219, 232, .9);
    border-radius: 20px;
    background: rgba(255, 255, 255, .86);
}

.ep-home-paths a {
    border-color: transparent;
    border-radius: 16px;
    background: transparent;
}

.ep-home-paths a:hover,
.ep-home-paths a:focus-visible {
    border-color: rgba(123, 226, 221, .65);
    background: rgba(232, 248, 248, .82);
}

.ep-home-section,
.ep-home-side-panel {
    border-color: rgba(205, 226, 238, .9);
    background: rgba(255, 255, 255, .88);
}

.ep-home-side {
    gap: 16px;
}

.ep-home-side-panel {
    box-shadow: 0 16px 42px rgba(24, 55, 84, .08);
}

.ep-home-side-link,
.ep-home-price-row {
    border-color: rgba(218, 232, 241, .9);
    background: rgba(250, 253, 254, .9);
}

.ep-home-side-link:hover,
.ep-home-side-link:focus-visible,
.ep-home-price-row:hover,
.ep-home-price-row:focus-visible {
    border-color: #7be2dd;
    background: #fff;
}

@media (max-width: 1024px) {
    .ep-home-hero {
        background: linear-gradient(180deg, rgba(10, 31, 50, .98), rgba(13, 60, 73, .94));
    }

    .ep-home-advisor {
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .ep-home-hero {
        margin-top: 12px;
        padding: 10px;
        border-radius: 22px;
    }

    .ep-home-hero-copy {
        min-height: auto;
        padding: 24px 18px;
        border-radius: 18px;
    }

    .ep-home-hero h1 {
        font-size: clamp(30px, 9vw, 42px);
        line-height: 1.1;
    }

    .ep-home-hero p {
        font-size: 15px;
        line-height: 1.7;
    }

    .ep-home-decision-strip {
        display: flex;
        overflow-x: auto;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .ep-home-decision-strip::-webkit-scrollbar {
        display: none;
    }

    .ep-home-decision-strip a {
        flex: 0 0 210px;
        min-height: 64px;
    }

    .ep-home-advisor {
        padding: 16px;
        border-radius: 18px;
    }

    .ep-home-advisor-grid a {
        min-height: 64px;
    }

    .ep-home-paths {
        display: flex;
        overflow-x: auto;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .ep-home-paths::-webkit-scrollbar {
        display: none;
    }

    .ep-home-paths a {
        flex: 0 0 190px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ep-home-advisor-grid a,
    .ep-home-advisor-grid a:hover,
    .ep-home-paths a,
    .ep-home-paths a:hover {
        transform: none;
        transition: none;
    }
}


.ep-cat-hero,
.ep-search-hero {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(198, 219, 232, .9);
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(237, 249, 250, .96));
    box-shadow: 0 20px 56px rgba(24, 55, 84, .09);
}

.ep-cat-hero::after,
.ep-search-hero::after {
    content: "";
    position: absolute;
    inset: 0 0 auto auto;
    width: 280px;
    height: 180px;
    background:
        linear-gradient(135deg, rgba(123, 226, 221, .22), rgba(123, 226, 221, 0));
    pointer-events: none;
}

.ep-cat-hero > *,
.ep-search-hero > * {
    position: relative;
    z-index: 1;
}

.ep-cat-copy,
.ep-search-hero-copy {
    min-width: 0;
}

.ep-cat-eyebrow {
    width: fit-content;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 0 11px;
    border: 1px solid rgba(123, 226, 221, .65);
    border-radius: 999px;
    color: #076979;
    background: rgba(230, 249, 249, .9);
    font-size: 12px;
    font-weight: 950;
}

.ep-cat-hero h1,
.ep-search-hero h1 {
    margin-top: 12px;
    color: #071c31;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.16;
    letter-spacing: 0;
}

.ep-cat-hero p,
.ep-search-hero p {
    max-width: 620px;
    color: #607891;
    font-size: 15px;
    line-height: 1.72;
}

.ep-cat-filter {
    border: 1px solid rgba(199, 221, 234, .9);
    border-radius: 20px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 14px 36px rgba(24, 55, 84, .08);
}

.ep-filter-title {
    border-bottom-color: rgba(199, 221, 234, .78);
}

.ep-filter-group {
    border-radius: 15px;
    background: rgba(244, 250, 252, .86);
}

.ep-filter-group > span {
    color: #42647e;
    background: transparent;
}

.ep-filter-group > a {
    min-height: 38px;
    border-color: rgba(211, 228, 238, .9);
    border-radius: 12px;
    color: #1e405c;
    background: #fff;
    font-weight: 950;
}

.ep-filter-group > a::after {
    color: #8ca6b8;
    background: rgba(240, 247, 251, .9);
}

.ep-filter-group > a:hover,
.ep-filter-group > a:focus-visible {
    color: #071c31;
    border-color: #7be2dd;
    background: #7be2dd;
}

.ep-search-shortcuts {
    border: 1px solid rgba(199, 221, 234, .9);
    border-radius: 18px;
    background: rgba(255, 255, 255, .72);
}

.ep-search-shortcuts > span {
    color: #42647e;
    font-weight: 950;
}

.ep-search-shortcuts a {
    border-color: rgba(211, 228, 238, .9);
    border-radius: 999px;
    color: #1e405c;
    background: #fff;
    font-weight: 950;
}

.ep-search-shortcuts a:hover,
.ep-search-shortcuts a:focus-visible {
    color: #071c31;
    border-color: #7be2dd;
    background: #7be2dd;
}

.ep-search-filters {
    box-shadow: 0 16px 42px rgba(24, 55, 84, .08);
}

.ep-search-field .ep-filter-pill {
    border-color: rgba(211, 228, 238, .9);
    color: #31546f;
    font-weight: 950;
}

.ep-search-field .ep-filter-pill:hover,
.ep-search-field .ep-filter-pill:focus-visible,
.ep-search-field .ep-filter-pill.is-active {
    color: #071c31;
    border-color: #7be2dd;
    background: #7be2dd;
}

.ep-search-keyword-wrap .el-input__wrapper {
    min-height: 42px;
    border-color: rgba(211, 228, 238, .9);
    border-radius: 13px;
    background: #fff;
}

.ep-search-keyword-wrap .el-input__wrapper:focus-within {
    border-color: var(--ep-accent);
    box-shadow: 0 0 0 3px rgba(123, 226, 221, .18);
}

.ep-search-submit {
    min-height: 42px;
    padding: 0 18px;
    font-weight: 950;
}

.ep-category-guide {
    border-color: rgba(199, 221, 234, .9);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .95), rgba(235, 249, 250, .92));
}

.ep-category-guide-actions a {
    border-color: rgba(211, 228, 238, .9);
    background: #fff;
}

.ep-category-guide-actions a:hover,
.ep-category-guide-actions a:focus-visible {
    border-color: #7be2dd;
    background: #7be2dd;
}

@media (max-width: 768px) {
    .ep-cat-hero,
    .ep-search-hero {
        border-radius: 20px;
    }

    .ep-cat-hero h1,
    .ep-search-hero h1 {
        font-size: clamp(26px, 8vw, 36px);
    }

    .ep-cat-filter,
    .ep-search-shortcuts,
    .ep-search-field {
        overflow-x: auto;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .ep-cat-filter::-webkit-scrollbar,
    .ep-search-shortcuts::-webkit-scrollbar,
    .ep-search-field::-webkit-scrollbar {
        display: none;
    }

    .ep-search-shortcuts a,
    .ep-search-field .ep-filter-pill {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .ep-search-filters {
        border-radius: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ep-filter-group > a,
    .ep-search-shortcuts a,
    .ep-filter-pill {
        transition: none;
    }
}


.ep-show-tags {
    margin-top: 26px;
    padding: 14px;
    border: 1px solid rgba(214, 229, 239, .9);
    border-radius: 18px;
    background: rgba(249, 253, 254, .92);
}

.ep-show-tags:empty {
    display: none;
}

.ep-show-tags .ep-badge,
.ep-show-tags .ep-badge.is-plain {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 3px 5px 3px 0;
    padding: 0 11px;
    border: 1px solid rgba(211, 228, 238, .9);
    border-radius: 999px;
    color: #31546f;
    background: #fff;
    font-size: 12px;
    font-weight: 950;
    text-decoration: none;
}

.ep-show-tags .ep-badge:hover,
.ep-show-tags .ep-badge:focus-visible {
    color: #071c31;
    border-color: #7be2dd;
    background: #7be2dd;
}

.ep-show-prevnext-wrap {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 0;
    border: 0;
    background: transparent;
}

.ep-show-prevnext-wrap p {
    min-width: 0;
    min-height: 68px;
    display: grid;
    align-content: center;
    gap: 5px;
    margin: 0;
    padding: 13px 15px;
    border: 1px solid rgba(214, 229, 239, .9);
    border-radius: 16px;
    background: #fff;
}

.ep-show-prevnext-wrap strong {
    color: #076979;
    font-size: 12px;
    font-weight: 950;
}

.ep-show-prevnext-wrap a,
.ep-show-prevnext-wrap span {
    display: -webkit-box;
    overflow: hidden;
    color: #243f59;
    font-size: 14px;
    line-height: 1.45;
    text-decoration: none;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ep-show-prevnext-wrap a:hover,
.ep-show-prevnext-wrap a:focus-visible {
    color: var(--ep-accent-strong);
}

.ep-show-card .ep-show-related,
.ep-product-shell .ep-show-related {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(214, 229, 239, .9);
}

.ep-show-card .ep-show-related-title,
.ep-product-shell .ep-show-related-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: #071c31;
    font-size: 18px;
    font-weight: 950;
}

.ep-show-card .ep-show-related-title::before,
.ep-product-shell .ep-show-related-title::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--ep-accent);
    box-shadow: 0 0 0 5px rgba(123, 226, 221, .18);
}

.ep-show-card .ep-show-related-grid,
.ep-product-shell .ep-show-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.ep-show-card .ep-show-related-col,
.ep-product-shell .ep-show-related-col {
    width: auto;
    max-width: none;
    flex: none;
}

.ep-show-card .ep-related-card,
.ep-product-shell .ep-related-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(214, 229, 239, .9);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(24, 55, 84, .08);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.ep-show-card .ep-related-card:hover,
.ep-product-shell .ep-related-card:hover {
    border-color: rgba(123, 226, 221, .72);
    box-shadow: 0 20px 46px rgba(24, 55, 84, .12);
    transform: translateY(-2px);
}

.ep-show-card .ep-related-cover,
.ep-product-shell .ep-related-cover {
    display: block;
    height: 112px;
    padding: 12px;
    background: rgba(248, 252, 254, .96);
}

.ep-show-card .ep-related-cover img,
.ep-product-shell .ep-related-cover img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ep-show-card .ep-related-card .el-card__body,
.ep-product-shell .ep-related-card .el-card__body {
    padding: 13px 14px 14px;
}

.ep-show-card .ep-related-title,
.ep-product-shell .ep-related-title {
    display: -webkit-box;
    overflow: hidden;
    color: #071c31;
    font-size: 14px;
    font-weight: 950;
    line-height: 1.45;
    text-decoration: none;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ep-show-card .ep-related-title:hover,
.ep-product-shell .ep-related-title:hover,
.ep-show-card .ep-related-title:focus-visible,
.ep-product-shell .ep-related-title:focus-visible {
    color: var(--ep-accent-strong);
}

.ep-show-card .ep-related-desc,
.ep-product-shell .ep-related-desc {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 6px;
    color: #6d8398;
    font-size: 12px;
    line-height: 1.55;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ep-show-card .ep-related-date,
.ep-product-shell .ep-related-date {
    margin-top: 9px;
    color: #91a5b8;
    font-size: 12px;
    font-weight: 850;
}

.ep-scrolltop {
    right: 24px;
    bottom: 24px;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(123, 226, 221, .7);
    color: #071c31;
    background: #7be2dd;
    box-shadow: 0 16px 36px rgba(14, 139, 151, .22);
}

.ep-scrolltop:hover,
.ep-scrolltop:focus-visible {
    color: #fff;
    background: var(--ep-accent);
    transform: translateY(-2px);
}

@media (max-width: 900px) {
    .ep-show-card .ep-show-related-grid,
    .ep-product-shell .ep-show-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .ep-show-tags {
        margin-top: 20px;
        padding: 10px;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .ep-show-tags::-webkit-scrollbar {
        display: none;
    }

    .ep-show-prevnext-wrap {
        grid-template-columns: 1fr;
    }

    .ep-show-prevnext-wrap p {
        min-height: 58px;
    }

    .ep-show-card .ep-show-related-grid,
    .ep-product-shell .ep-show-related-grid {
        display: flex;
        overflow-x: auto;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .ep-show-card .ep-show-related-grid::-webkit-scrollbar,
    .ep-product-shell .ep-show-related-grid::-webkit-scrollbar {
        display: none;
    }

    .ep-show-card .ep-show-related-col,
    .ep-product-shell .ep-show-related-col {
        flex: 0 0 76%;
    }

    .ep-scrolltop {
        right: 14px;
        bottom: 82px;
        width: 42px;
        height: 42px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ep-related-card,
    .ep-related-card:hover,
    .ep-scrolltop,
    .ep-scrolltop:hover {
        transform: none;
        transition: none;
    }
}


html {
    scroll-padding-top: calc(var(--ep-header-height, 72px) + 18px);
}

body {
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.ep-layout,
.ep-auth-page {
    color-scheme: light;
}

.ep-layout *,
.ep-auth-page * {
    min-width: 0;
}

.ep-layout ::selection,
.ep-auth-page ::selection {
    color: #061928;
    background: rgba(123, 226, 221, .48);
}

.ep-layout img,
.ep-auth-page img {
    max-width: 100%;
    height: auto;
}

.ep-layout :where(a, button, input, select, textarea, [tabindex]),
.ep-auth-page :where(a, button, input, select, textarea, [tabindex]) {
    -webkit-tap-highlight-color: transparent;
}

.ep-layout :where(a, button, input, select, textarea, [tabindex]):focus-visible,
.ep-auth-page :where(a, button, input, select, textarea, [tabindex]):focus-visible {
    outline: 3px solid rgba(123, 226, 221, .56);
    outline-offset: 3px;
    box-shadow: 0 0 0 6px rgba(123, 226, 221, .16);
}

.ep-layout :where(input, select, textarea),
.ep-auth-page :where(input, select, textarea) {
    font: inherit;
    color: #17334c;
    border-color: rgba(196, 213, 228, .95);
    border-radius: 12px;
    background: #fff;
    transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.ep-layout :where(input, select, textarea):hover,
.ep-auth-page :where(input, select, textarea):hover {
    border-color: rgba(92, 160, 213, .75);
}

.ep-layout :where(input, select, textarea):focus,
.ep-auth-page :where(input, select, textarea):focus {
    border-color: var(--ep-accent, #087f90);
    box-shadow: 0 0 0 4px rgba(123, 226, 221, .18);
}

.ep-layout :where(input, textarea)::placeholder,
.ep-auth-page :where(input, textarea)::placeholder {
    color: #91a6b8;
}

.ep-layout :where(button, .el-button, .ep-auth-primary, .ep-product-actions a, .ep-msg-actions a),
.ep-auth-page :where(button, .el-button, .ep-auth-primary, .ep-product-actions a, .ep-msg-actions a) {
    touch-action: manipulation;
}

.ep-layout :where(.el-button, .ep-auth-primary, .ep-product-actions a, .ep-msg-actions a),
.ep-auth-page :where(.el-button, .ep-auth-primary, .ep-product-actions a, .ep-msg-actions a) {
    min-height: 40px;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.ep-layout :where(.ep-show-body, .ep-product-body, .ep-page-card, .ep-category-list, .ep-search-list) a:not([class]),
.ep-auth-page a:not([class]) {
    color: var(--ep-accent-strong, #056b79);
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.ep-layout :where(.ep-show-body, .ep-product-body, .ep-page-card, .ep-category-list, .ep-search-list) a:not([class]):hover,
.ep-auth-page a:not([class]):hover {
    color: #024b56;
}

.ep-layout :where(.ep-show-body, .ep-product-body, .ep-page-card) :where(table) {
    border-radius: 14px;
}

.ep-layout :where(.ep-show-body, .ep-product-body, .ep-page-card) :where(th, td) {
    vertical-align: top;
}

.ep-layout :where(.ep-show-body, .ep-product-body, .ep-page-card) :where(hr) {
    height: 1px;
    margin: 28px 0;
    border: 0;
    background: linear-gradient(90deg, transparent, rgba(196, 213, 228, .95), transparent);
}

.ep-layout :where(.ep-show-body, .ep-product-body, .ep-page-card) :where(figure) {
    margin: 24px 0;
}

.ep-layout :where(.ep-show-body, .ep-product-body, .ep-page-card) :where(figcaption) {
    margin-top: 8px;
    color: #7f94a8;
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
}

.ep-layout :where(.ep-main, .ep-product-detail, .ep-category-layout, .ep-page-wrap, .ep-search-wrap) {
    isolation: isolate;
}

.ep-layout :where(.ep-badge, .ep-filter-chip, .ep-quick-chip, .ep-type-pill) {
    letter-spacing: 0;
}

@media (hover: hover) {
    .ep-layout :where(.ep-category-item, .ep-product-row, .ep-home-product-row, .ep-related-card),
    .ep-auth-page :where(.ep-auth-card) {
        will-change: transform;
    }
}

@media (max-width: 768px) {
    html {
        scroll-padding-top: calc(var(--ep-header-height, 64px) + 12px);
    }

    .ep-layout {
        background: linear-gradient(180deg, #f8fbfd 0, #eef4f8 360px, #edf1f5 100%);
    }

    .ep-header-inner,
    .ep-container,
    .ep-product-detail,
    .ep-category-layout,
    .ep-page-wrap,
    .ep-search-wrap {
        padding-left: 12px;
        padding-right: 12px;
    }

    .ep-layout :where(.ep-main) {
        padding-top: 14px;
    }

    .ep-layout :where(.el-button, .ep-auth-primary, .ep-product-actions a, .ep-msg-actions a) {
        min-height: 42px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .ep-layout :where(input, select, textarea),
    .ep-auth-page :where(input, select, textarea) {
        min-height: 42px;
        font-size: 15px;
    }

    .ep-layout :where(.ep-show-body, .ep-product-body, .ep-page-card) {
        overflow-wrap: anywhere;
    }

    .ep-layout :where(.ep-show-body, .ep-product-body, .ep-page-card) :where(table) {
        display: block;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .ep-layout :where(.ep-show-body, .ep-product-body, .ep-page-card) :where(th, td) {
        white-space: nowrap;
    }

    .ep-layout :where(.ep-show-body, .ep-product-body, .ep-page-card) :where(pre, code) {
        white-space: pre-wrap;
        word-break: break-word;
    }
}

@media (max-width: 480px) {
    .ep-layout :where(.ep-badge, .ep-filter-chip, .ep-quick-chip, .ep-type-pill) {
        min-height: 30px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
    }

    .ep-auth-page .ep-auth-shell {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto !important;
    }

    .ep-layout *,
    .ep-auth-page * {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}


.ep-layout {
    --ep-control-border: rgba(191, 213, 229, .95);
    --ep-control-hover: rgba(8, 127, 144, .24);
    --ep-surface-raised: rgba(255, 255, 255, .94);
}

.ep-filter-matrix,
.ep-cat-filter {
    border: 1px solid rgba(204, 226, 235, .78);
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(248, 252, 254, .86)),
        #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}

.ep-filter-group {
    align-content: start;
}

.ep-filter-group span {
    color: #526b82;
    letter-spacing: 0;
}

.ep-filter-group a {
    min-height: 42px;
    border-color: var(--ep-control-border);
    color: #17324e;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 8px 18px rgba(28, 62, 93, .04);
}

.ep-filter-group a::after {
    content: "→";
    margin-left: auto;
    color: rgba(8, 127, 144, .68);
    font-size: 13px;
    transform: translateX(0);
    transition: transform .16s ease;
}

.ep-filter-group a:hover,
.ep-filter-group a:focus-visible {
    border-color: var(--ep-control-hover);
    color: var(--ep-accent-strong);
    background: #eefbfc;
    box-shadow: 0 12px 26px rgba(8, 127, 144, .1);
}

.ep-filter-group a:hover::after,
.ep-filter-group a:focus-visible::after {
    transform: translateX(3px);
}

.ep-col-side {
    gap: 16px;
}

.ep-side-card,
.ep-path-card {
    overflow: hidden;
    border: 1px solid rgba(203, 224, 236, .92);
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(247, 252, 254, .92)),
        #fff;
    box-shadow: 0 18px 42px rgba(28, 62, 93, .075);
}

.ep-side-card .el-card__header,
.ep-path-card .el-card__header {
    min-height: 52px;
    padding: 0 16px;
    border-bottom: 1px solid rgba(222, 235, 243, .9);
    background:
        linear-gradient(90deg, rgba(231, 248, 251, .86), rgba(255, 255, 255, .66));
}

.ep-side-card .el-card__header span,
.ep-path-card .el-card__header span {
    color: var(--ep-ink);
    font-size: 15px;
    font-weight: 950;
}

.ep-side-card .el-card__body {
    padding: 8px 12px 12px;
}

.ep-side-card .ep-side-hit-row {
    position: relative;
    gap: 11px;
    min-height: 64px;
    padding: 11px 8px;
    border-bottom: 1px solid rgba(225, 238, 245, .88);
    border-radius: 14px;
    transition: background .16s ease, transform .16s ease;
}

.ep-side-card .ep-side-hit-row:hover {
    background: rgba(237, 249, 251, .84);
    transform: translateX(2px);
}

.ep-side-card .ep-thumb--sm {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    padding: 4px;
    border-radius: 12px;
    background: #fff;
}

.ep-side-card .ep-side-hit-title {
    color: #122b46;
    font-size: 13px;
    font-weight: 950;
}

.ep-side-card .ep-side-hit-title:hover,
.ep-side-card .ep-side-hit-title:focus-visible {
    color: var(--ep-accent-strong);
}

.ep-side-card .ep-side-hit-desc {
    margin-top: 4px;
    color: #71879b;
    font-size: 12px;
}

.ep-path-card .el-card__body {
    display: grid;
    gap: 9px;
    padding: 12px;
}

.ep-path-card a {
    min-height: 58px;
    padding: 12px 13px;
    border: 1px solid rgba(211, 228, 238, .88);
    border-radius: 15px;
    background: rgba(255, 255, 255, .82);
}

.ep-path-card a::after {
    content: "→";
    margin-left: auto;
    color: rgba(8, 127, 144, .62);
    font-weight: 950;
}

.ep-path-card a:hover,
.ep-path-card a:focus-visible {
    border-color: rgba(8, 127, 144, .3);
    background: #eefbfc;
    transform: translateY(-1px);
}

.xrpagination {
    margin: 22px 0 0;
    padding: 12px;
    border: 1px solid rgba(211, 228, 238, .88);
    border-radius: 18px;
    background: rgba(248, 252, 254, .88);
}

.xrpagination ul.pagination {
    justify-content: center;
    gap: 7px;
}

.xrpagination ul.pagination li > a,
.xrpagination ul.pagination li > span,
.xrpagination > a,
.xrpagination > span {
    min-width: 38px;
    min-height: 38px;
    border-radius: 12px;
    border-color: rgba(203, 222, 235, .95);
    color: #34536d;
    background: #fff;
    font-size: 13px;
    font-weight: 950;
}

.xrpagination ul.pagination li > a[href]:hover,
.xrpagination > a:hover {
    border-color: rgba(8, 127, 144, .34);
    color: var(--ep-accent-strong);
    background: #eefbfc;
    transform: translateY(-1px);
}

.xrpagination ul.pagination li.active > a,
.xrpagination ul.pagination li.active > span,
.xrpagination .active > span,
.xrpagination .active > a,
.xrpagination li.active > a,
.xrpagination span.current,
.xrpagination .current {
    border-color: var(--ep-accent);
    color: #fff;
    background: var(--ep-accent);
    box-shadow: 0 10px 22px rgba(8, 127, 144, .18);
}

.ep-list-next-steps {
    border-color: rgba(8, 127, 144, .18);
    background:
        linear-gradient(135deg, rgba(231, 248, 251, .96), rgba(255, 255, 255, .92)),
        #fff;
}

.ep-list-next-steps a {
    border-color: rgba(8, 127, 144, .18);
    background: rgba(255, 255, 255, .86);
}

.ep-list-next-steps a:hover,
.ep-list-next-steps a:focus-visible {
    color: #fff;
    background: var(--ep-accent);
    transform: translateY(-1px);
}

.ep-footer {
    margin-top: 42px;
    padding: 0 20px 28px;
    color: rgba(232, 243, 249, .82);
    background:
        linear-gradient(180deg, rgba(237, 242, 246, 0), rgba(237, 242, 246, .92) 34px, #07172f 34px),
        #07172f;
}

.ep-footer-inner {
    max-width: var(--ep-container-max);
    margin: 0 auto;
    padding: 26px clamp(18px, 3vw, 30px) 20px;
    border: 1px solid rgba(146, 189, 205, .22);
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .025)),
        linear-gradient(90deg, rgba(123, 226, 221, .08) 1px, transparent 1px),
        linear-gradient(180deg, rgba(123, 226, 221, .055) 1px, transparent 1px),
        #07172f;
    background-size: auto, 34px 34px, 34px 34px, auto;
    box-shadow: 0 24px 60px rgba(7, 23, 47, .18);
}

.ep-footer-top {
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(204, 229, 235, .14);
}

.ep-footer-logo {
    color: #fff;
    font-size: 22px;
    letter-spacing: 0;
}

.ep-footer-brand p {
    max-width: 440px;
    color: rgba(232, 243, 249, .72);
    line-height: 1.7;
}

.ep-footer-actions a,
.ep-footer-links a {
    min-height: 36px;
    border-color: rgba(185, 220, 230, .16);
    color: rgba(243, 250, 252, .9);
    background: rgba(255, 255, 255, .055);
}

.ep-footer-actions a:first-child,
.ep-footer-actions a:hover,
.ep-footer-actions a:focus-visible,
.ep-footer-links a:hover,
.ep-footer-links a:focus-visible {
    border-color: rgba(123, 226, 221, .38);
    color: #07172f;
    background: #7be2dd;
}

.ep-footer-nav {
    padding-top: 20px;
}

.ep-footer-col {
    padding-top: 2px;
}

.ep-footer-col > span {
    color: #baf3f0;
    font-size: 13px;
    font-weight: 950;
}

.ep-footer-bottom {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(204, 229, 235, .12);
    color: rgba(232, 243, 249, .62);
}

.ep-footer-bottom a {
    color: #baf3f0;
}

@media (max-width: 991px) {
    .ep-footer-nav {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .ep-footer-actions,
    .ep-footer-links {
        overflow-x: auto;
        flex-wrap: nowrap;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .ep-footer-actions::-webkit-scrollbar,
    .ep-footer-links::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 768px) {
    .ep-filter-matrix,
    .ep-cat-filter {
        border-radius: 18px;
    }

    .ep-filter-group a {
        min-height: 39px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .ep-col-side {
        gap: 12px;
    }

    .ep-side-card,
    .ep-path-card {
        border-radius: 17px;
        box-shadow: 0 12px 30px rgba(28, 62, 93, .06);
    }

    .ep-side-card .el-card__header,
    .ep-path-card .el-card__header {
        min-height: 44px;
        padding: 0 13px;
    }

    .ep-side-card .ep-side-hit-row {
        min-height: 54px;
        padding: 9px 7px;
    }

    .ep-path-card .el-card__body {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        padding: 10px;
    }

    .ep-path-card a {
        min-height: 52px;
        padding: 10px;
    }

    .xrpagination {
        margin-top: 16px;
        overflow-x: auto;
        padding: 10px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .xrpagination::-webkit-scrollbar {
        display: none;
    }

    .xrpagination ul.pagination {
        flex-wrap: nowrap;
        justify-content: flex-start;
        min-width: max-content;
    }

    .xrpagination ul.pagination li > a,
    .xrpagination ul.pagination li > span,
    .xrpagination > a,
    .xrpagination > span {
        min-width: 36px;
        min-height: 36px;
    }

    .ep-footer {
        margin-top: 26px;
        padding: 0 12px 78px;
    }

    .ep-footer-inner {
        padding: 22px 14px 18px;
        border-radius: 20px;
    }

    .ep-footer-top {
        gap: 14px;
        padding-bottom: 16px;
    }

    .ep-footer-brand p {
        max-width: none;
        font-size: 13px;
    }

    .ep-footer-actions a,
    .ep-footer-links a {
        min-height: 34px;
        padding-left: 11px;
        padding-right: 11px;
        white-space: nowrap;
    }

    .ep-footer-bottom {
        align-items: flex-start;
        gap: 6px;
        font-size: 12px;
        line-height: 1.6;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ep-filter-group a::after,
    .ep-side-card .ep-side-hit-row,
    .ep-path-card a,
    .xrpagination a,
    .ep-list-next-steps a {
        transition: none;
        transform: none !important;
    }
}


.ep-search-hero {
    border-color: rgba(8, 127, 144, .18);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(243, 250, 252, .92)),
        #fff;
}

.ep-search-shortcuts {
    align-content: center;
    border: 1px solid rgba(204, 226, 235, .78);
    border-radius: 20px;
    background: rgba(255, 255, 255, .72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .88);
}

.ep-search-shortcuts > span {
    color: #526b82;
    font-weight: 950;
}

.ep-search-shortcuts a {
    min-height: 40px;
    border-color: rgba(191, 213, 229, .95);
    color: #17324e;
    background: rgba(255, 255, 255, .82);
}

.ep-search-shortcuts a:hover,
.ep-search-shortcuts a:focus-visible {
    border-color: rgba(8, 127, 144, .28);
    color: var(--ep-accent-strong);
    background: #eefbfc;
}

.ep-search-card {
    overflow: hidden;
    border: 1px solid rgba(204, 226, 235, .92);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(28, 62, 93, .07);
}

.ep-search-card .el-card__body {
    padding: clamp(16px, 2vw, 22px);
}

.ep-search-filters {
    overflow: hidden;
    margin-bottom: 16px;
    border: 1px solid rgba(211, 228, 238, .9);
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(248, 252, 254, .98), rgba(255, 255, 255, .94)),
        #fff;
}

.ep-search-state {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    padding: 14px 16px;
    background: rgba(231, 248, 251, .72);
}

.ep-search-state span {
    color: #6a8197;
    font-size: 12px;
    font-weight: 950;
}

.ep-search-state strong {
    color: var(--ep-ink);
    font-size: 18px;
    font-weight: 950;
}

.ep-search-state em {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    color: var(--ep-accent-strong);
    background: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 950;
}

.ep-search-row {
    grid-template-columns: 74px minmax(0, 1fr);
    min-height: 54px;
    padding: 11px 14px;
}

.ep-search-row--center {
    grid-template-columns: 74px minmax(0, 1fr) auto;
}

.ep-search-label {
    color: #526b82;
    font-weight: 950;
}

.ep-search-field {
    gap: 8px;
}

.ep-search-field .ep-filter-pill {
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(203, 222, 235, .94);
    border-radius: 999px;
    color: #264966;
    background: #fff;
    font-size: 13px;
    font-weight: 900;
}

.ep-search-field .ep-filter-pill:hover,
.ep-search-field .ep-filter-pill:focus-visible,
.ep-search-field .ep-filter-pill.is-active {
    border-color: rgba(8, 127, 144, .32);
    color: var(--ep-accent-strong);
    background: #eefbfc;
}

.ep-search-submit {
    min-height: 40px;
    padding: 0 18px;
    border: 1px solid var(--ep-accent);
    border-radius: 999px;
    color: #fff;
    background: var(--ep-accent);
    font-weight: 950;
    box-shadow: 0 12px 26px rgba(8, 127, 144, .18);
}

.ep-search-submit:hover,
.ep-search-submit:focus-visible {
    background: var(--ep-accent-strong);
    transform: translateY(-1px);
}

.ep-search-result-bar {
    margin: 0 0 8px;
    padding: 12px 14px;
    border: 1px solid rgba(211, 228, 238, .88);
    border-radius: 16px;
    background: rgba(248, 252, 254, .86);
}

.ep-search-result-bar span,
.ep-search-result-bar em {
    color: #71879b;
    font-size: 12px;
    font-weight: 950;
}

.ep-search-result-bar strong {
    color: var(--ep-ink);
    font-size: 16px;
    font-weight: 950;
}

.ep-empty-state {
    margin-top: 16px;
    padding: clamp(22px, 4vw, 34px);
    border: 1px dashed rgba(8, 127, 144, .28);
    border-radius: 20px;
    text-align: left;
    background:
        linear-gradient(135deg, rgba(231, 248, 251, .92), rgba(255, 255, 255, .9)),
        #fff;
}

.ep-empty-state strong {
    color: var(--ep-ink);
    font-size: 22px;
    font-weight: 950;
}

.ep-empty-state p {
    max-width: 560px;
    margin: 8px 0 0;
    color: #607992;
    line-height: 1.8;
}

.ep-empty-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.ep-empty-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid rgba(8, 127, 144, .22);
    border-radius: 999px;
    color: var(--ep-accent-strong);
    background: #fff;
    font-weight: 950;
    text-decoration: none;
}

.ep-empty-actions a:hover,
.ep-empty-actions a:focus-visible {
    color: #fff;
    background: var(--ep-accent);
}

.ep-show-card,
.ep-page-card {
    overflow: hidden;
    border: 1px solid rgba(204, 226, 235, .92);
    border-radius: 22px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 18px 46px rgba(28, 62, 93, .07);
}

.ep-show-card-body,
.ep-page-body {
    padding: clamp(22px, 4vw, 38px);
}

.ep-show-report-head {
    gap: clamp(16px, 3vw, 28px);
    align-items: stretch;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(219, 234, 243, .9);
}

.ep-show-title-block {
    min-height: 126px;
    padding: 18px;
    border: 1px solid rgba(211, 228, 238, .88);
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(248, 252, 254, .96), rgba(255, 255, 255, .92)),
        #fff;
}

.ep-show-title-block.is-text-only {
    grid-template-columns: 1fr;
}

.ep-show-icon {
    width: 82px;
    height: 82px;
    border-radius: 18px;
    background: #fff;
}

.ep-show-title {
    max-width: 760px;
    color: var(--ep-ink);
    font-size: clamp(28px, 3.7vw, 44px);
    line-height: 1.16;
    letter-spacing: 0;
}

.ep-show-meta {
    gap: 10px;
    color: #7f94a8;
}

.ep-show-decision {
    padding: 18px;
    border-left: 4px solid var(--ep-accent);
    border-radius: 20px;
    background: #eafafb;
}

.ep-show-decision p {
    color: #1f4662;
    line-height: 1.8;
}

.ep-show-specs,
.ep-product-decision-specs {
    gap: 8px;
}

.ep-show-specs span,
.ep-product-decision-specs span {
    border-color: rgba(8, 127, 144, .16);
    background: rgba(255, 255, 255, .82);
}

.ep-show-paths,
.ep-product-paths,
.ep-page-focus,
.ep-page-paths {
    border: 1px solid rgba(211, 228, 238, .9);
    border-radius: 18px;
    background: rgba(248, 252, 254, .86);
}

.ep-show-paths a,
.ep-product-paths a,
.ep-page-focus a,
.ep-page-paths a {
    min-height: 38px;
    border-color: rgba(8, 127, 144, .18);
    background: #fff;
}

.ep-show-paths a:hover,
.ep-product-paths a:hover,
.ep-page-focus a:hover,
.ep-page-paths a:hover,
.ep-show-paths a:focus-visible,
.ep-product-paths a:focus-visible,
.ep-page-focus a:focus-visible,
.ep-page-paths a:focus-visible {
    color: #fff;
    background: var(--ep-accent);
}

.ep-show-card .neirong,
.ep-product-content.neirong,
.ep-page-card .neirong {
    max-width: 920px;
    color: #263f58;
    font-size: 16px;
    line-height: 1.92;
}

.ep-show-card .neirong > *:first-child,
.ep-product-content.neirong > *:first-child,
.ep-page-card .neirong > *:first-child {
    margin-top: 0;
}

.ep-show-card .neirong h2,
.ep-product-content.neirong h2,
.ep-page-card .neirong h2,
.ep-show-card .neirong h3,
.ep-product-content.neirong h3,
.ep-page-card .neirong h3 {
    position: relative;
    margin: 30px 0 14px;
    padding-left: 18px;
    color: var(--ep-ink);
    line-height: 1.35;
    font-weight: 950;
}

.ep-show-card .neirong h2::before,
.ep-product-content.neirong h2::before,
.ep-page-card .neirong h2::before,
.ep-show-card .neirong h3::before,
.ep-product-content.neirong h3::before,
.ep-page-card .neirong h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: .55em;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--ep-accent);
    box-shadow: 0 0 0 5px rgba(8, 127, 144, .12);
}

.ep-show-card .neirong p,
.ep-product-content.neirong p,
.ep-page-card .neirong p {
    margin: 0 0 15px;
}

.ep-show-card .neirong ul,
.ep-show-card .neirong ol,
.ep-product-content.neirong ul,
.ep-product-content.neirong ol,
.ep-page-card .neirong ul,
.ep-page-card .neirong ol {
    margin: 14px 0 20px;
    padding-left: 22px;
}

.ep-show-card .neirong li,
.ep-product-content.neirong li,
.ep-page-card .neirong li {
    margin: 8px 0;
}

.ep-show-card .neirong blockquote,
.ep-product-content.neirong blockquote,
.ep-page-card .neirong blockquote {
    margin: 22px 0;
    padding: 16px 18px;
    border-left: 4px solid var(--ep-accent);
    border-radius: 16px;
    color: #1f4662;
    background: #eafafb;
}

.ep-show-card .neirong table,
.ep-product-content.neirong table,
.ep-page-card .neirong table {
    margin: 18px 0 24px;
    font-size: 14px;
}

.ep-mobile-action-bar {
    border-top: 1px solid rgba(204, 226, 235, .88);
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 -14px 34px rgba(28, 62, 93, .1);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

.ep-mobile-action-bar a {
    min-height: 42px;
    border-radius: 999px;
    font-weight: 950;
}

.ep-mobile-action-main {
    background: var(--ep-accent);
    box-shadow: 0 10px 22px rgba(8, 127, 144, .18);
}

.ep-mobile-action-ghost {
    border: 1px solid rgba(8, 127, 144, .22);
    color: var(--ep-accent-strong);
    background: #fff;
}

@media (max-width: 991px) {
    .ep-show-report-head {
        grid-template-columns: 1fr;
    }

    .ep-show-decision {
        border-left-width: 0;
        border-top: 4px solid var(--ep-accent);
    }
}

@media (max-width: 768px) {
    .ep-search-card .el-card__body,
    .ep-show-card-body,
    .ep-page-body {
        padding: 16px 14px 18px;
    }

    .ep-search-hero,
    .ep-search-card,
    .ep-show-card,
    .ep-page-card {
        border-radius: 18px;
    }

    .ep-search-row,
    .ep-search-row--center {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 12px;
    }

    .ep-search-label {
        font-size: 12px;
    }

    .ep-search-field,
    .ep-search-shortcuts {
        display: flex;
        overflow-x: auto;
        flex-wrap: nowrap;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .ep-search-field::-webkit-scrollbar,
    .ep-search-shortcuts::-webkit-scrollbar {
        display: none;
    }

    .ep-search-field .ep-filter-pill,
    .ep-search-shortcuts a {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .ep-search-keyword-wrap,
    .ep-search-submit {
        width: 100%;
    }

    .ep-search-submit {
        min-height: 42px;
    }

    .ep-search-result-bar {
        align-items: flex-start;
        gap: 8px;
    }

    .ep-show-title-block {
        grid-template-columns: 58px minmax(0, 1fr);
        min-height: 0;
        padding: 14px;
        border-radius: 17px;
    }

    .ep-show-title-block.is-text-only {
        grid-template-columns: 1fr;
    }

    .ep-show-icon {
        width: 58px;
        height: 58px;
        border-radius: 14px;
    }

    .ep-show-title {
        font-size: clamp(24px, 7.5vw, 32px);
    }

    .ep-show-meta {
        gap: 7px;
        font-size: 12px;
    }

    .ep-show-decision {
        padding: 14px;
        border-radius: 17px;
    }

    .ep-show-card .neirong,
    .ep-product-content.neirong,
    .ep-page-card .neirong {
        font-size: 15px;
        line-height: 1.86;
    }

    .ep-show-card .neirong h2,
    .ep-product-content.neirong h2,
    .ep-page-card .neirong h2 {
        font-size: 21px;
    }

    .ep-show-card .neirong h3,
    .ep-product-content.neirong h3,
    .ep-page-card .neirong h3 {
        font-size: 18px;
    }

    .ep-mobile-action-bar {
        padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    }
}

@media (prefers-reduced-motion: reduce) {
    .ep-search-submit,
    .ep-search-submit:hover,
    .ep-path-card a,
    .ep-path-card a:hover,
    .ep-empty-actions a,
    .ep-empty-actions a:hover {
        transform: none;
        transition: none;
    }
}


.ep-header-primary-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid rgba(8, 127, 144, .28);
    border-radius: 999px;
    color: #fff;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, 0)),
        var(--ep-accent);
    box-shadow: 0 12px 28px rgba(8, 127, 144, .18);
    font-size: 13px;
    font-weight: 950;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: background .16s ease, border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.ep-header-primary-link::after {
    content: "→";
    margin-left: 8px;
    font-size: 12px;
    transition: transform .16s ease;
}

.ep-header-primary-link:hover,
.ep-header-primary-link:focus-visible {
    color: #fff;
    border-color: rgba(8, 127, 144, .42);
    background: var(--ep-accent-strong);
    box-shadow: 0 16px 34px rgba(8, 127, 144, .24);
    transform: translateY(-1px);
}

.ep-header-primary-link:hover::after,
.ep-header-primary-link:focus-visible::after {
    transform: translateX(3px);
}

.ep-home-hero {
    align-items: stretch;
    margin-top: 8px;
}

.ep-home-hero-copy {
    position: relative;
    overflow: hidden;
    min-height: clamp(360px, 42vw, 500px);
    border: 1px solid rgba(123, 226, 221, .22);
}

.ep-home-hero-copy::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 86% 18%, rgba(123, 226, 221, .18), transparent 28%),
        linear-gradient(115deg, rgba(255, 255, 255, .08), transparent 34%),
        linear-gradient(90deg, rgba(123, 226, 221, .055) 1px, transparent 1px),
        linear-gradient(180deg, rgba(123, 226, 221, .04) 1px, transparent 1px);
    background-size: auto, auto, 28px 28px, 28px 28px;
}

.ep-home-hero-copy > * {
    position: relative;
    z-index: 1;
}

.ep-home-eyebrow {
    width: max-content;
    max-width: 100%;
}

.ep-home-hero h1 {
    text-wrap: balance;
}

.ep-home-actions {
    gap: 10px;
}

.ep-home-btn {
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
}

.ep-home-btn::after {
    content: "→";
    margin-left: 9px;
    font-size: 12px;
    transition: transform .16s ease;
}

.ep-home-btn:hover::after,
.ep-home-btn:focus-visible::after {
    transform: translateX(3px);
}

.ep-home-advisor {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    border-color: rgba(8, 127, 144, .2);
}

.ep-home-panel-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.ep-home-panel-title::after {
    content: "筛选";
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 9px;
    border-radius: 999px;
    color: var(--ep-accent-strong);
    background: var(--ep-accent-soft);
    font-size: 11px;
    font-weight: 950;
}

.ep-home-advisor-grid {
    align-content: stretch;
}

.ep-home-advisor-grid a {
    position: relative;
    min-height: 86px;
    padding: 15px 16px;
    border-color: rgba(202, 224, 236, .92);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(247, 252, 254, .92)),
        #fff;
}

.ep-home-advisor-grid a::after {
    content: "→";
    position: absolute;
    right: 15px;
    bottom: 13px;
    color: rgba(8, 127, 144, .72);
    font-weight: 950;
    transition: transform .16s ease;
}

.ep-home-advisor-grid a:hover,
.ep-home-advisor-grid a:focus-visible {
    border-color: rgba(8, 127, 144, .3);
    background: #eefbfc;
}

.ep-home-advisor-grid a:hover::after,
.ep-home-advisor-grid a:focus-visible::after {
    transform: translateX(3px);
}

.ep-home-paths {
    position: relative;
    z-index: 2;
}

.ep-home-paths a {
    min-height: 78px;
    border-color: rgba(203, 224, 236, .92);
}

.ep-home-product-list {
    counter-reset: ep-product-row;
}

.ep-home-product-row {
    counter-increment: ep-product-row;
    position: relative;
    grid-template-columns: 76px minmax(0, 1fr) 64px;
    padding-left: 54px;
}

.ep-home-product-row::before {
    content: counter(ep-product-row, decimal-leading-zero);
    position: absolute;
    left: 16px;
    top: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(8, 127, 144, .18);
    border-radius: 10px;
    color: var(--ep-accent-strong);
    background: #eefbfc;
    font-size: 12px;
    font-weight: 950;
    line-height: 1;
}

.ep-home-product-logo {
    width: 76px;
    height: 76px;
    border-radius: 16px;
}

.ep-home-row-link {
    align-self: center;
    min-height: 42px;
    border-radius: 999px;
}

.ep-home-row-link::after {
    content: "→";
    margin-left: 7px;
    transition: transform .16s ease;
}

.ep-home-product-row:hover .ep-home-row-link::after,
.ep-home-product-row:focus-within .ep-home-row-link::after {
    transform: translateX(3px);
}

.ep-list-card .ep-list-item,
.ep-search-card .ep-list-item {
    position: relative;
}

.ep-list-card .ep-list-item::after,
.ep-search-card .ep-list-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    bottom: 14px;
    width: 3px;
    border-radius: 999px;
    background: transparent;
    transition: background .16s ease;
}

.ep-list-card .ep-list-item:hover::after,
.ep-search-card .ep-list-item:hover::after,
.ep-list-card .ep-list-item:focus-within::after,
.ep-search-card .ep-list-item:focus-within::after {
    background: var(--ep-accent);
}

@media (max-width: 991px) {
    .ep-header-primary-link {
        min-height: 34px;
        padding: 0 12px;
        font-size: 12px;
    }

    .ep-home-hero-copy {
        min-height: 0;
    }

    .ep-home-advisor-grid a {
        min-height: 74px;
    }
}

@media (max-width: 768px) {
    .ep-header-primary-link {
        order: -1;
        flex: 0 0 auto;
    }

    .ep-home-hero {
        margin-top: 4px;
    }

    .ep-home-hero-copy {
        padding: 24px 18px;
        border-radius: 20px;
    }

    .ep-home-hero h1 {
        font-size: clamp(28px, 9vw, 38px);
    }

    .ep-home-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ep-home-btn {
        width: 100%;
        min-height: 44px;
    }

    .ep-home-advisor {
        border-radius: 18px;
    }

    .ep-home-advisor-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ep-home-advisor-grid a {
        min-height: 70px;
        padding: 12px;
    }

    .ep-home-product-row {
        grid-template-columns: 58px minmax(0, 1fr);
        padding-left: 42px;
    }

    .ep-home-product-row::before {
        left: 10px;
        top: 13px;
        width: 24px;
        height: 24px;
        border-radius: 8px;
        font-size: 10px;
    }

    .ep-home-product-logo {
        width: 58px;
        height: 58px;
        border-radius: 13px;
    }

    .ep-home-row-link {
        grid-column: 1 / -1;
        width: 100%;
        min-height: 38px;
        margin-top: 4px;
    }
}

@media (max-width: 480px) {
    .ep-header-primary-link {
        min-width: 72px;
    }

    .ep-home-advisor-grid {
        gap: 8px;
    }

    .ep-home-advisor-grid a span {
        font-size: 13px;
    }

    .ep-home-advisor-grid a em {
        font-size: 11px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ep-header-primary-link,
    .ep-header-primary-link::after,
    .ep-home-btn::after,
    .ep-home-advisor-grid a,
    .ep-home-advisor-grid a::after,
    .ep-home-row-link::after {
        transform: none !important;
        transition: none;
    }
}


.ep-resource-detail {
    max-width: var(--ep-container-max);
}

.ep-resource-shell {
    position: relative;
    overflow: hidden;
}

.ep-resource-shell::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(8, 127, 144, .055) 1px, transparent 1px),
        linear-gradient(180deg, rgba(8, 127, 144, .04) 1px, transparent 1px);
    background-size: 30px 30px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, .46), transparent 36%);
}

.ep-resource-shell > * {
    position: relative;
    z-index: 1;
}

.ep-resource-detail .ep-product-kind {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    width: max-content;
    max-width: 100%;
    padding: 0 12px;
    border: 1px solid rgba(8, 127, 144, .18);
    border-radius: 999px;
    color: var(--ep-accent-strong);
    background: var(--ep-accent-soft);
    font-size: 13px;
    font-weight: 950;
}

.ep-resource-detail .ep-product-identity {
    border-color: rgba(8, 127, 144, .18);
    background:
        linear-gradient(135deg, rgba(231, 248, 251, .78), rgba(255, 255, 255, .92)),
        #fff;
}

.ep-resource-detail .ep-product-logo {
    background: #fff;
    box-shadow: 0 14px 30px rgba(8, 127, 144, .1);
}

.ep-resource-detail .ep-product-decision {
    border-color: rgba(8, 127, 144, .2);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(237, 249, 251, .94)),
        #fff;
}

.ep-resource-detail .ep-product-actions {
    border-color: rgba(8, 127, 144, .16);
    background: rgba(255, 255, 255, .74);
}

.ep-resource-detail .ep-product-content {
    padding-top: 4px;
}

.ep-index-feed-card {
    overflow: hidden;
    border: 1px solid rgba(204, 226, 235, .9);
    border-radius: 20px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 14px 34px rgba(28, 62, 93, .06);
}

.ep-index-feed-card .el-card__body {
    padding: 0;
}

.ep-index-feed-card .ep-list-item--flush {
    margin: 0;
    padding: 16px;
}

.ep-index-feed-card .ep-list-item--flush:hover,
.ep-index-feed-card .ep-list-item--flush:focus-within {
    background: rgba(237, 249, 251, .72);
}

.ep-index-feed-card .ep-thumb {
    width: 70px;
    height: 70px;
    border-radius: 15px;
}

.ep-index-feed-card .ep-list-action {
    border-color: rgba(8, 127, 144, .18);
    background: #fff;
}

.ep-index-feed-card .ep-list-action:hover,
.ep-index-feed-card .ep-list-action:focus-visible {
    color: #fff;
    background: var(--ep-accent);
}

.ep-auth-page {
    background:
        radial-gradient(circle at 50% 0, rgba(8, 127, 144, .12), transparent 30%),
        linear-gradient(90deg, rgba(8, 127, 144, .06) 1px, transparent 1px),
        linear-gradient(180deg, rgba(8, 127, 144, .045) 1px, transparent 1px),
        linear-gradient(180deg, #f7fbfd 0, #eef4f8 100%);
    background-size: auto, 34px 34px, 34px 34px, auto;
}

.ep-auth-shell {
    width: min(620px, 100%);
}

.ep-auth-brand {
    display: inline-grid;
    gap: 4px;
    margin-bottom: 16px;
    text-decoration: none;
}

.ep-auth-brand span {
    color: var(--ep-ink);
    font-size: 25px;
    font-weight: 950;
    line-height: 1;
}

.ep-auth-brand em {
    color: var(--ep-accent-strong);
    font-size: 13px;
    font-style: normal;
    font-weight: 950;
}

.ep-auth-card {
    border-radius: 24px;
}

.ep-auth-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 10px;
    padding: 0 11px;
    border-radius: 999px;
    color: var(--ep-accent-strong);
    background: var(--ep-accent-soft);
    font-size: 12px;
    font-weight: 950;
}

.ep-auth-title,
.ep-msg-title {
    color: var(--ep-ink);
    font-size: clamp(24px, 4vw, 34px);
    line-height: 1.24;
    font-weight: 950;
}

.ep-auth-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    margin: 20px 0 16px;
    padding: 10px;
    border: 1px solid rgba(211, 228, 238, .9);
    border-radius: 18px;
    background: rgba(248, 252, 254, .9);
}

.ep-auth-search input {
    min-height: 42px;
    padding: 0 13px;
    border: 1px solid rgba(203, 222, 235, .95);
}

.ep-auth-search button {
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid var(--ep-accent);
    border-radius: 999px;
    color: #fff;
    background: var(--ep-accent);
    font-weight: 950;
}

.ep-auth-actions,
.ep-msg-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.ep-auth-actions a,
.ep-msg-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 15px;
    border: 1px solid rgba(8, 127, 144, .18);
    border-radius: 999px;
    color: var(--ep-accent-strong);
    background: #fff;
    font-weight: 950;
    text-decoration: none;
}

.ep-auth-actions .ep-auth-primary,
.ep-msg-actions .ep-auth-primary,
.ep-auth-actions a:hover,
.ep-msg-actions a:hover,
.ep-auth-actions a:focus-visible,
.ep-msg-actions a:focus-visible {
    color: #fff !important;
    background: var(--ep-accent);
}

@media (max-width: 768px) {
    .ep-resource-detail {
        padding-left: 12px;
        padding-right: 12px;
    }

    .ep-resource-detail .ep-product-kind {
        min-height: 28px;
    }

    .ep-index-feed-card .ep-list-item--flush {
        padding: 13px;
    }

    .ep-index-feed-card .ep-thumb {
        width: 58px;
        height: 58px;
    }

    .ep-auth-page {
        padding: 18px 12px;
    }

    .ep-auth-card .el-card__body {
        padding: 24px 16px;
    }

    .ep-auth-search {
        grid-template-columns: 1fr;
        padding: 9px;
    }

    .ep-auth-search button {
        width: 100%;
    }

    .ep-auth-actions a,
    .ep-msg-actions a {
        flex: 1 1 auto;
        min-width: 42%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ep-index-feed-card .ep-list-item--flush,
    .ep-index-feed-card .ep-list-action,
    .ep-auth-actions a,
    .ep-msg-actions a {
        transition: none;
        transform: none !important;
    }
}


.ep-layout :where(
    .ep-home-hero h1,
    .ep-cat-copy h1,
    .ep-product-title,
    .ep-show-title,
    .ep-page-title,
    .ep-article-title a,
    .ep-related-title,
    .ep-side-hit-title
) {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.ep-layout :where(
    .ep-home-product-specs b,
    .ep-list-specs b,
    .ep-product-decision-specs b,
    .ep-show-specs b,
    .ep-product-pill,
    .ep-list-field-tags span,
    .ep-home-tags span,
    .ep-badge
) {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ep-layout :where(
    .ep-home-btn,
    .ep-home-row-link,
    .ep-list-action,
    .ep-product-btn,
    .ep-header-primary-link,
    .ep-search-submit,
    .ep-auth-search button
) {
    max-width: 100%;
}

.ep-layout :where(.ep-header-inner, .ep-nav, .ep-header-actions, .ep-search-popover, .ep-user) {
    min-width: 0;
}

.ep-layout :where(.ep-submenu, .ep-search-panel, .ep-user-menu) {
    max-width: calc(100vw - 24px);
}

.ep-layout :where(.neirong, .ep-product-content, .ep-show-card, .ep-page-card) {
    overflow-wrap: anywhere;
}

.ep-layout :where(.neirong a, .ep-product-content a) {
    word-break: break-word;
}

.ep-layout :where(.neirong iframe, .neirong video, .neirong embed, .neirong object) {
    max-width: 100%;
}

.ep-layout :where(.neirong table, .ep-product-content table) {
    max-width: 100%;
}

.ep-layout :where(.ep-product-pills, .ep-show-tags, .ep-product-paths, .ep-show-paths, .ep-page-paths) {
    max-width: 100%;
}

@supports not (overflow-wrap: anywhere) {
    .ep-layout :where(
        .ep-home-hero h1,
        .ep-cat-copy h1,
        .ep-product-title,
        .ep-show-title,
        .ep-page-title,
        .ep-article-title a
    ) {
        word-break: break-all;
    }
}

@media (min-width: 769px) {
    .ep-mobile-action-bar {
        display: none;
    }
}

@media (max-width: 991px) {
    .ep-header-actions {
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
    }

    .ep-header-primary-link {
        flex: 0 0 auto;
    }

    .ep-search-popover,
    .ep-user {
        flex: 0 0 auto;
    }
}

@media (max-width: 768px) {
    .ep-layout :where(.ep-container) {
        width: 100%;
        max-width: 100%;
    }

    .ep-home-product-specs,
    .ep-list-specs,
    .ep-product-decision-specs,
    .ep-show-specs {
        max-width: 100%;
    }

    .ep-list-specs span,
    .ep-home-product-specs span,
    .ep-product-decision-specs span,
    .ep-show-specs span {
        min-width: 0;
    }

    .ep-list-card .ep-list-item,
    .ep-search-card .ep-list-item,
    .ep-index-feed-card .ep-list-item {
        max-width: 100%;
    }

    .ep-list-card .ep-list-action,
    .ep-search-card .ep-list-action,
    .ep-index-feed-card .ep-list-action {
        width: 100%;
    }

    .ep-product-title,
    .ep-show-title {
        max-width: 100%;
        hyphens: auto;
    }

    .ep-product-pills,
    .ep-show-tags,
    .ep-product-paths,
    .ep-show-paths,
    .ep-page-paths,
    .ep-footer-actions,
    .ep-footer-links,
    .ep-mobile-quick-paths {
        overscroll-behavior-inline: contain;
    }

    .ep-has-mobile-action-space {
        padding-bottom: 78px;
    }

    .ep-mobile-action-bar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1200;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .ep-mobile-action-bar a {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .ep-auth-actions a,
    .ep-msg-actions a,
    .ep-empty-actions a {
        min-width: min(100%, 132px);
    }
}

@media (max-width: 420px) {
    .ep-brand-mark {
        min-width: 98px;
    }

    .ep-brand-main {
        font-size: 18px;
    }

    .ep-brand-sub {
        max-width: 104px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .ep-header-primary-link {
        min-width: 66px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .ep-header-primary-link::after {
        display: none;
    }

    .ep-home-advisor-grid {
        grid-template-columns: 1fr;
    }

    .ep-path-card .el-card__body {
        grid-template-columns: 1fr;
    }

    .ep-auth-actions,
    .ep-msg-actions,
    .ep-empty-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ep-auth-actions a,
    .ep-msg-actions a,
    .ep-empty-actions a {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ep-mobile-action-bar,
    .ep-header-actions,
    .ep-product-pills,
    .ep-show-tags {
        scroll-behavior: auto !important;
    }
}


.ep-skip-link {
    position: fixed;
    left: 14px;
    top: 14px;
    z-index: 2000;
    max-width: calc(100vw - 28px);
    transform: translateY(-140%);
    transition: transform .16s ease;
}

.ep-skip-link:focus,
.ep-skip-link:focus-visible {
    transform: translateY(0);
}

.ep-main:focus {
    outline: none;
}

.ep-layout :where(
    button:disabled,
    input:disabled,
    select:disabled,
    textarea:disabled,
    .is-disabled,
    [aria-disabled="true"]
) {
    cursor: not-allowed !important;
    opacity: .58;
    filter: grayscale(.08);
}

.ep-layout :where(a[aria-disabled="true"], .is-disabled a, a.is-disabled) {
    pointer-events: none;
}

.ep-layout :where(input[readonly], textarea[readonly]) {
    color: #607992;
    background: #f3f8fb;
}

.ep-layout :where(.ep-home-btn, .ep-list-action, .ep-product-btn, .ep-header-primary-link, .ep-search-submit, .ep-auth-search button):active {
    transform: translateY(0) scale(.985);
}

.ep-layout :where(.ep-badge, .ep-product-pill, .ep-list-field-tags span, .ep-home-tags span)::selection {
    color: #061928;
    background: rgba(123, 226, 221, .62);
}

.ep-layout :where(.neirong mark, .ep-product-content mark) {
    padding: .08em .28em;
    border-radius: .35em;
    color: #061928;
    background: #fff0b8;
}

.ep-layout :where(.neirong code, .ep-product-content code) {
    max-width: 100%;
}

.ep-layout :where(.neirong pre, .ep-product-content pre) {
    max-width: 100%;
    overflow-x: auto;
    border: 1px solid rgba(211, 228, 238, .92);
    border-radius: 16px;
    background: #f7fbfd;
    -webkit-overflow-scrolling: touch;
}

@media (prefers-contrast: more) {
    .ep-layout {
        --ep-accent: #006f7e;
        --ep-accent-strong: #004f5b;
        --ep-line: #9fb9cc;
    }

    .ep-layout :where(.el-card, .ep-home-hero-copy, .ep-product-shell, .ep-show-card, .ep-page-card, .ep-search-card, .ep-side-card, .ep-path-card) {
        border-color: #8aa9bd !important;
        box-shadow: none !important;
    }

    .ep-layout :where(a, button, .ep-filter-pill, .ep-badge) {
        text-decoration-thickness: 2px;
    }
}

@media (forced-colors: active) {
    .ep-layout,
    .ep-auth-page {
        forced-color-adjust: auto;
    }

    .ep-layout :where(a, button, input, select, textarea),
    .ep-auth-page :where(a, button, input, select, textarea) {
        border: 1px solid ButtonText;
    }

    .ep-layout :where(.ep-home-hero-copy, .ep-footer-inner, .ep-product-shell, .ep-show-card, .ep-page-card, .ep-search-card) {
        background: Canvas;
        color: CanvasText;
    }
}

@media print {
    @page {
        margin: 14mm;
    }

    html,
    body,
    .ep-layout {
        color: #111 !important;
        background: #fff !important;
    }

    .ep-header,
    .ep-footer,
    .ep-mobile-action-bar,
    .ep-scrolltop,
    .ep-search-popover,
    .ep-user,
    .ep-home-advisor,
    .ep-col-side,
    .ep-list-next-steps,
    .ep-product-actions,
    .ep-auth-search,
    .ep-auth-routes {
        display: none !important;
    }

    .ep-main,
    .ep-container,
    .ep-product-detail,
    .ep-product-shell,
    .ep-show-card,
    .ep-page-card,
    .ep-search-card,
    .el-card {
        width: auto !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        box-shadow: none !important;
        background: #fff !important;
    }

    .ep-row,
    .ep-home-layout,
    .ep-product-report-head,
    .ep-show-report-head {
        display: block !important;
    }

    .ep-product-title,
    .ep-show-title,
    .ep-page-title,
    .ep-home-hero h1 {
        color: #111 !important;
        font-size: 24pt !important;
        line-height: 1.2 !important;
    }

    .neirong,
    .ep-product-content {
        color: #222 !important;
        font-size: 11pt !important;
        line-height: 1.65 !important;
    }

    .neirong a,
    .ep-product-content a {
        color: #111 !important;
        text-decoration: underline !important;
    }

    .neirong table,
    .ep-product-content table {
        display: table !important;
        width: 100% !important;
        page-break-inside: auto;
        white-space: normal !important;
    }

    .neirong tr,
    .ep-product-content tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
        page-break-inside: avoid;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ep-skip-link {
        transition: none;
    }
}


.ep-product-report-head {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
    align-items: start;
}

.ep-product-decision {
    align-self: start;
}

.ep-product-title {
    font-size: clamp(30px, 3.45vw, 44px);
}

.ep-product-summary {
    max-height: 220px;
    overflow: auto;
    scrollbar-width: thin;
}

.ep-product-summary::-webkit-scrollbar {
    width: 6px;
}

.ep-product-summary::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(8, 127, 144, .28);
}

.ep-product-content.neirong {
    padding-top: 4px;
}

.ep-list-card .ep-list-item,
.ep-search-card .ep-list-item {
    grid-template-columns: 104px minmax(0, 1fr);
}

.ep-list-card .ep-thumb,
.ep-search-card .ep-thumb {
    width: 92px;
    height: 92px;
    border-radius: 18px;
}

.ep-list-card .ep-article-title,
.ep-search-card .ep-article-title {
    max-width: 760px;
}

.ep-cat-filter .ep-filter-title {
    min-width: 0;
}

.ep-cat-filter .ep-filter-title strong,
.ep-cat-filter .ep-filter-title span,
.ep-cat-filter .ep-filter-group > span,
.ep-filter-matrix .ep-filter-title strong,
.ep-filter-matrix .ep-filter-title span,
.ep-filter-matrix .ep-filter-group > span {
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
    transform: none !important;
    white-space: normal;
}

@media (max-width: 980px) {
    .ep-product-report-head {
        grid-template-columns: 1fr;
    }

    .ep-product-summary {
        max-height: none;
    }
}

@media (max-width: 768px) {
    .ep-cat-hero {
        gap: 12px;
    }

    .ep-cat-filter,
    .ep-filter-matrix {
        width: 100%;
        overflow: visible;
    }

    .ep-cat-filter.ep-filter-matrix,
    .ep-cat-filter {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 12px;
        border-radius: 18px;
    }

    .ep-cat-filter .ep-filter-title,
    .ep-filter-matrix .ep-filter-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 0 2px 2px;
        border: 0;
        background: transparent;
    }

    .ep-cat-filter .ep-filter-title strong,
    .ep-filter-matrix .ep-filter-title strong {
        flex: 0 0 auto;
        font-size: 13px;
        line-height: 1.25;
    }

    .ep-cat-filter .ep-filter-title span,
    .ep-filter-matrix .ep-filter-title span {
        min-width: 0;
        overflow: hidden;
        color: #6d8296;
        font-size: 12px;
        line-height: 1.35;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .ep-cat-filter .ep-filter-group,
    .ep-filter-matrix .ep-filter-group {
        display: grid;
        grid-template-columns: 44px repeat(2, minmax(0, 1fr));
        align-items: center;
        gap: 8px;
        min-width: 0;
        padding: 8px;
        border: 1px solid rgba(207, 226, 238, .82);
        border-radius: 15px;
        background: rgba(255, 255, 255, .74);
    }

    .ep-cat-filter .ep-filter-group > span,
    .ep-filter-matrix .ep-filter-group > span {
        display: block;
        min-width: 0;
        padding: 0;
        color: #536b82;
        font-size: 12px;
        font-weight: 950;
        line-height: 1.2;
        text-align: left;
        background: transparent;
    }

    .ep-cat-filter .ep-filter-group > a,
    .ep-filter-matrix .ep-filter-group > a {
        min-width: 0;
        min-height: 40px;
        padding: 0 10px;
        justify-content: space-between;
        border-radius: 12px;
        font-size: 12px;
        white-space: nowrap;
    }

    .ep-cat-filter .ep-filter-group > a::after,
    .ep-filter-matrix .ep-filter-group > a::after {
        margin-left: 6px;
    }

    .ep-list-card .ep-list-item,
    .ep-search-card .ep-list-item {
        grid-template-columns: 62px minmax(0, 1fr);
        gap: 12px;
        padding: 16px 14px;
    }

    .ep-list-card .ep-thumb,
    .ep-search-card .ep-thumb {
        width: 58px;
        height: 58px;
        border-radius: 14px;
    }

    .ep-list-specs {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        overflow: visible;
    }

    .ep-list-specs span {
        min-width: 0;
        min-height: 42px;
    }

    .ep-list-specs span:nth-child(3) {
        grid-column: 1 / -1;
    }

    .ep-list-action {
        width: 100%;
        min-height: 40px;
    }

    .ep-product-report-head {
        gap: 14px;
        padding: 14px;
    }

    .ep-product-title {
        font-size: clamp(26px, 8vw, 34px);
    }

    .ep-product-decision {
        padding: 12px;
        border-radius: 18px;
    }

    .ep-product-summary {
        padding: 13px 14px;
        font-size: 14px;
        line-height: 1.72;
    }
}

@media (max-width: 430px) {
    .ep-cat-filter .ep-filter-group,
    .ep-filter-matrix .ep-filter-group {
        grid-template-columns: 1fr 1fr;
    }

    .ep-cat-filter .ep-filter-group > span,
    .ep-filter-matrix .ep-filter-group > span {
        grid-column: 1 / -1;
        color: #087f90;
    }

    .ep-list-specs {
        grid-template-columns: 1fr;
    }

    .ep-list-specs span:nth-child(3) {
        grid-column: auto;
    }
}


@media (max-width: 768px) {
    .ep-cat-filter,
    .ep-filter-matrix {
        justify-items: stretch !important;
    }

    .ep-cat-filter .ep-filter-title,
    .ep-filter-matrix .ep-filter-title,
    .ep-cat-filter .ep-filter-group,
    .ep-filter-matrix .ep-filter-group {
        width: 100% !important;
        max-width: none !important;
        justify-self: stretch !important;
        box-sizing: border-box;
    }

    .ep-cat-filter .ep-filter-group,
    .ep-filter-matrix .ep-filter-group {
        overflow: visible !important;
    }

    .ep-cat-filter .ep-filter-group > a,
    .ep-filter-matrix .ep-filter-group > a {
        width: 100%;
    }

    .ep-product-summary {
        max-height: 260px;
        overflow: auto;
    }

    .ep-product-decision-specs {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ep-product-decision-specs span {
        min-height: 48px;
    }
}

@media (max-width: 430px) {
    .ep-cat-filter .ep-filter-title,
    .ep-filter-matrix .ep-filter-title {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
    }

    .ep-cat-filter .ep-filter-title span,
    .ep-filter-matrix .ep-filter-title span {
        width: 100%;
        white-space: normal;
    }

    .ep-product-summary {
        max-height: 240px;
    }
}


@media (max-width: 768px) {
    .ep-product-summary {
        max-height: none;
        overflow: hidden;
        scrollbar-width: none;
    }

    .ep-product-summary::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 768px) {
    .ep-product-summary {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 9;
    }
}

@media (max-width: 430px) {
    .ep-product-summary {
        -webkit-line-clamp: 8;
    }
}


@media (max-width: 768px) {
    .ep-product-report-head {
        padding: 12px;
    }

    .ep-product-identity {
        grid-template-columns: 52px minmax(0, 1fr);
        grid-template-areas:
            "kind kind"
            "logo title";
        gap: 8px 10px;
    }

    .ep-product-kind {
        min-height: 26px;
        padding: 0 9px;
        font-size: 11px;
    }

    .ep-product-logo {
        width: 52px;
        height: 52px;
        border-radius: 14px;
    }

    .ep-product-logo img {
        padding: 7px;
    }

    .ep-product-title {
        display: -webkit-box;
        max-height: none;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        font-size: clamp(22px, 6.4vw, 28px);
        line-height: 1.12;
    }

    .ep-product-meta {
        margin-top: 8px;
        font-size: 12px;
    }

    .ep-product-pills {
        margin-top: 10px;
        gap: 6px;
    }

    .ep-product-pill {
        min-height: 26px;
        padding: 0 9px;
        font-size: 12px;
    }

    .ep-product-decision {
        gap: 10px;
        padding: 10px;
    }

    .ep-product-summary {
        display: -webkit-box !important;
        max-height: none !important;
        padding: 11px 12px;
        overflow: hidden !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        font-size: 13px;
        line-height: 1.68;
    }

    .ep-product-decision-specs {
        display: none;
    }

    .ep-product-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .ep-product-btn {
        min-height: 38px;
        padding: 0 10px;
        border-radius: 12px;
        font-size: 12px;
        white-space: nowrap;
    }

    .ep-product-paths {
        margin: 12px 0 16px;
    }
}

@media (max-width: 430px) {
    .ep-cat-hero {
        padding: 18px 12px;
    }

    .ep-cat-copy h1 {
        font-size: clamp(28px, 8vw, 34px);
    }

    .ep-cat-copy p {
        font-size: 14px;
        line-height: 1.65;
    }

    .ep-cat-filter .ep-filter-title,
    .ep-filter-matrix .ep-filter-title {
        flex-direction: row;
        align-items: center;
    }

    .ep-cat-filter .ep-filter-title span,
    .ep-filter-matrix .ep-filter-title span {
        white-space: nowrap;
    }

    .ep-cat-filter .ep-filter-group,
    .ep-filter-matrix .ep-filter-group {
        grid-template-columns: 38px repeat(2, minmax(0, 1fr));
        gap: 6px;
        padding: 6px;
    }

    .ep-cat-filter .ep-filter-group > span,
    .ep-filter-matrix .ep-filter-group > span {
        grid-column: auto;
        min-height: 34px;
        color: #536b82;
        text-align: center;
    }

    .ep-cat-filter .ep-filter-group > a,
    .ep-filter-matrix .ep-filter-group > a {
        min-height: 36px;
        padding: 0 8px;
        font-size: 11px;
    }

    .ep-list-card .ep-list-item,
    .ep-search-card .ep-list-item {
        padding: 14px 12px;
    }

    .ep-list-desc {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .ep-list-specs {
        display: none;
    }
}


@media (max-width: 768px) {
    .ep-product-decision .ep-product-actions {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    .ep-product-decision .ep-product-actions .ep-product-btn {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 430px) {
    .ep-product-decision .ep-product-actions .ep-product-btn:nth-child(odd):last-child {
        grid-column: 1 / -1;
    }
}


@media (max-width: 768px) {
    .ep-search-hero {
        gap: 12px;
        padding: 20px 16px;
        border-radius: 20px;
    }

    .ep-search-hero h1 {
        font-size: clamp(30px, 9vw, 40px);
        line-height: 1.05;
    }

    .ep-search-hero p {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 14px;
        line-height: 1.65;
    }

    .ep-search-shortcuts {
        min-height: 42px;
        padding: 6px;
        gap: 6px;
    }

    .ep-search-shortcuts > span {
        flex: 0 0 auto;
        min-height: 32px;
        padding: 0 10px;
        border-radius: 999px;
        background: rgba(235, 246, 250, .92);
    }

    .ep-search-shortcuts a {
        min-height: 32px;
        padding: 0 12px;
        font-size: 12px;
    }

    .ep-search-card .el-card__body {
        padding: 12px;
    }

    .ep-search-filters {
        display: grid;
        gap: 8px;
        padding: 10px;
        border-radius: 18px;
    }

    .ep-search-divider {
        display: none;
    }

    .ep-search-state {
        min-height: 48px;
        padding: 8px 10px;
        border-radius: 14px;
    }

    .ep-search-state span,
    .ep-search-state em {
        font-size: 11px;
    }

    .ep-search-state strong {
        font-size: 16px;
    }

    .ep-search-row,
    .ep-search-row--center {
        display: grid;
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 8px;
        align-items: center;
        padding: 8px;
        border: 1px solid rgba(211, 228, 238, .78);
        border-radius: 14px;
        background: rgba(255, 255, 255, .76);
    }

    .ep-search-row--center {
        grid-template-columns: 46px minmax(0, 1fr) 74px;
    }

    .ep-search-label {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 34px;
        padding: 0 6px;
        border-radius: 999px;
        color: #536b82;
        background: rgba(238, 247, 250, .96);
        font-size: 11px;
        font-weight: 950;
        white-space: nowrap;
    }

    .ep-search-field {
        min-width: 0;
        gap: 6px;
    }

    .ep-search-field .ep-filter-pill {
        min-height: 34px;
        padding: 0 11px;
        font-size: 12px;
    }

    .ep-search-keyword-wrap .el-input__wrapper {
        min-height: 38px;
        border-radius: 12px;
    }

    .ep-search-submit {
        width: 100%;
        min-height: 38px;
        padding: 0 10px;
        border-radius: 12px;
        font-size: 12px;
    }

    .ep-search-result-bar {
        margin: 12px 0 8px;
        padding: 10px 12px;
        border-radius: 15px;
    }
}

@media (max-width: 430px) {
    .ep-search-row--center {
        grid-template-columns: 42px minmax(0, 1fr) 68px;
    }

    .ep-search-label {
        min-height: 32px;
        padding: 0 5px;
    }

    .ep-search-submit {
        min-height: 36px;
    }
}


@media (max-width: 768px) {
    .ep-search-hero {
        min-height: 0 !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
        padding: 16px 14px !important;
    }

    .ep-search-hero-copy {
        min-height: 0 !important;
    }

    .ep-search-hero .ep-cat-eyebrow {
        margin-bottom: 8px;
    }

    .ep-search-hero h1 {
        margin: 0;
    }

    .ep-search-hero p {
        margin: 10px 0 0;
    }

    .ep-search-shortcuts {
        max-width: 100%;
        overflow-x: auto;
    }

    .ep-search-card {
        margin-top: 12px;
        border-radius: 18px;
    }

    .ep-search-card .el-card__body {
        padding: 10px;
    }

    .ep-search-filters {
        gap: 6px;
        padding: 8px;
        border-radius: 16px;
        background: rgba(255, 255, 255, .82);
    }

    .ep-search-state {
        min-height: 40px;
        padding: 6px 8px;
        border-radius: 12px;
    }

    .ep-search-state strong {
        font-size: 14px;
    }

    .ep-search-row,
    .ep-search-row--center {
        min-height: 0;
        padding: 6px;
        border-radius: 12px;
    }

    .ep-search-label {
        min-height: 30px;
    }

    .ep-search-field .ep-filter-pill {
        min-height: 30px;
        padding: 0 10px;
        border-radius: 999px;
        font-size: 11px;
    }

    .ep-search-keyword-wrap .el-input__wrapper {
        min-height: 34px;
    }

    .ep-search-keyword-wrap .el-input__inner {
        min-height: 34px;
        font-size: 13px;
    }

    .ep-search-submit {
        min-height: 34px;
        font-size: 11px;
    }

    .ep-search-result-bar {
        min-height: 46px;
        margin: 10px 0 6px;
        padding: 8px 10px;
    }

    .ep-search-result-bar span,
    .ep-search-result-bar em {
        font-size: 11px;
    }

    .ep-search-result-bar strong {
        font-size: 15px;
    }
}

@media (max-width: 430px) {
    .ep-search-row,
    .ep-search-row--center {
        grid-template-columns: 1fr !important;
        align-items: stretch;
    }

    .ep-search-label {
        justify-content: flex-start;
        padding-left: 10px;
    }

    .ep-search-submit {
        width: 100%;
    }
}


@media (max-width: 430px) {
    .ep-search-hero p {
        display: none;
    }

    .ep-search-row {
        grid-template-columns: 42px minmax(0, 1fr) !important;
        align-items: center !important;
    }

    .ep-search-row--center {
        grid-template-columns: 42px minmax(0, 1fr) 64px !important;
        align-items: center !important;
    }

    .ep-search-label {
        justify-content: center !important;
        padding-left: 5px !important;
    }

    .ep-search-field {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
    }

    .ep-search-submit {
        width: auto !important;
    }
}


@media (max-width: 768px) {
    .ep-header-inner {
        gap: 6px 10px !important;
        padding: 6px 12px 5px !important;
    }

    .ep-brand-mark {
        gap: 0;
        min-width: 96px;
        padding-left: 11px;
    }

    .ep-brand-main {
        font-size: 19px;
        line-height: 1.05;
    }

    .ep-brand-sub {
        font-size: 10px;
        line-height: 1.18;
    }

    .ep-header-actions {
        gap: 6px !important;
    }

    .ep-header-primary-link {
        min-height: 34px;
        padding: 0 12px;
        font-size: 12px;
    }

    .ep-search-toggle {
        min-width: 36px;
        min-height: 36px;
        padding: 0 10px;
        border-radius: 999px;
    }

    .ep-search-toggle-text {
        display: none;
    }

    .ep-nav {
        min-height: 38px;
        padding: 5px 0 0 !important;
    }

    .ep-nav > ul {
        gap: 5px !important;
    }

    .ep-nav-item > a {
        min-height: 30px !important;
        padding: 0 10px !important;
        font-size: 12px !important;
    }

    .ep-mobile-quick-paths {
        min-height: 32px;
        height: 32px;
        gap: 6px;
        padding: 4px 12px;
    }

    .ep-mobile-quick-paths > span,
    .ep-mobile-quick-paths a {
        min-height: 24px;
        padding: 0 9px;
        font-size: 11px;
    }

    .ep-main {
        padding-top: 10px;
    }
}

@media (max-width: 420px) {
    .ep-brand-main {
        font-size: 18px;
    }

    .ep-header-primary-link {
        min-width: 64px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .ep-mobile-quick-paths {
        padding-left: 10px;
        padding-right: 10px;
    }
}


@media (max-width: 768px) {
    .ep-home-hero {
        gap: 12px;
    }

    .ep-home-hero-copy {
        padding: 20px 16px !important;
        border-radius: 18px;
    }

    .ep-home-hero h1 {
        font-size: clamp(27px, 8.2vw, 36px);
        line-height: 1.08;
    }

    .ep-home-hero p {
        display: -webkit-box;
        margin-top: 14px;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 14px;
        line-height: 1.65;
    }

    .ep-home-decision-strip {
        margin-top: 16px;
        gap: 8px;
    }

    .ep-home-decision-strip a {
        min-width: 156px;
        min-height: 64px;
        padding: 10px 12px;
    }

    .ep-home-decision-strip span {
        font-size: 11px;
    }

    .ep-home-decision-strip strong {
        font-size: 13px;
    }

    .ep-home-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-top: 16px;
    }

    .ep-home-btn {
        min-height: 42px;
        padding: 0 10px;
        font-size: 13px;
        white-space: nowrap;
    }

    .ep-home-advisor {
        padding: 14px;
        border-radius: 18px;
    }

    .ep-home-advisor-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px;
    }

    .ep-home-advisor-grid a {
        min-height: 62px !important;
        padding: 10px 11px;
    }

    .ep-home-advisor-grid a span {
        font-size: 13px;
    }

    .ep-home-advisor-grid a em {
        margin-top: 4px;
        font-size: 11px;
        line-height: 1.25;
    }

    .ep-home-paths {
        margin-top: 12px;
    }
}

@media (max-width: 420px) {
    .ep-home-hero h1 {
        font-size: clamp(25px, 7.8vw, 32px);
    }

    .ep-home-actions {
        grid-template-columns: 1fr 1fr !important;
    }

    .ep-home-btn::after {
        margin-left: 5px;
    }

    .ep-home-advisor-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}


@media (max-width: 768px) {
    .ep-breadcrumb {
        min-height: 38px;
        margin-top: 8px;
        margin-bottom: 8px;
        padding: 8px 10px;
        gap: 7px;
        border-radius: 16px;
        font-size: 12px;
    }

    .ep-cat-hero,
    .ep-cat-hero--compact {
        gap: 12px !important;
        padding: 16px !important;
        border-radius: 18px !important;
    }

    .ep-cat-copy {
        min-width: 0;
    }

    .ep-cat-eyebrow {
        min-height: 24px;
        padding: 0 9px;
        font-size: 11px;
    }

    .ep-cat-hero h1 {
        margin-top: 8px;
        font-size: clamp(26px, 7.4vw, 34px) !important;
        line-height: 1.08 !important;
        letter-spacing: 0;
    }

    .ep-cat-hero p {
        display: -webkit-box;
        margin-top: 8px;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 13px !important;
        line-height: 1.55 !important;
    }

    .ep-cat-filter.ep-filter-matrix,
    .ep-filter-matrix {
        gap: 8px !important;
        padding: 10px !important;
        border-radius: 16px !important;
    }

    .ep-cat-filter .ep-filter-title,
    .ep-filter-matrix .ep-filter-title {
        min-height: 22px;
        margin-bottom: 0 !important;
        padding: 0 2px;
    }

    .ep-cat-filter .ep-filter-title strong,
    .ep-filter-matrix .ep-filter-title strong {
        font-size: 13px !important;
    }

    .ep-cat-filter .ep-filter-title span,
    .ep-filter-matrix .ep-filter-title span {
        display: none !important;
    }

    .ep-cat-filter .ep-filter-group,
    .ep-filter-matrix .ep-filter-group {
        display: grid !important;
        grid-template-columns: 42px repeat(2, minmax(0, 1fr)) !important;
        align-items: center !important;
        gap: 6px !important;
        min-width: 0 !important;
        padding: 5px !important;
        border-radius: 14px !important;
    }

    .ep-cat-filter .ep-filter-group > span,
    .ep-filter-matrix .ep-filter-group > span {
        justify-content: center !important;
        min-height: 34px !important;
        padding: 0 !important;
        border-radius: 11px !important;
        font-size: 11px !important;
        white-space: nowrap !important;
    }

    .ep-cat-filter .ep-filter-group > a,
    .ep-filter-matrix .ep-filter-group > a {
        justify-content: center !important;
        min-height: 34px !important;
        padding: 0 8px !important;
        border-radius: 12px !important;
        font-size: 12px !important;
        font-weight: 800 !important;
        white-space: nowrap !important;
    }

    .ep-list-card .el-card__header.ep-list-header {
        min-height: 58px;
        padding: 13px 14px;
    }

    .ep-list-card .el-card__body,
    .ep-search-card .el-card__body {
        padding: 10px !important;
    }

    .ep-list-card .ep-list-item,
    .ep-search-card .ep-list-item {
        grid-template-columns: 58px minmax(0, 1fr) !important;
        gap: 10px !important;
        padding: 12px !important;
        border-radius: 18px !important;
    }

    .ep-list-card .ep-thumb,
    .ep-search-card .ep-thumb,
    .ep-list-card img.ep-thumb,
    .ep-search-card img.ep-thumb {
        width: 58px !important;
        height: 58px !important;
        border-radius: 14px !important;
    }

    .ep-list-card .ep-article-title,
    .ep-search-card .ep-article-title {
        margin-bottom: 5px !important;
        font-size: 15px !important;
        line-height: 1.28 !important;
    }

    .ep-list-desc--tight,
    .ep-search-card .ep-list-desc {
        margin-bottom: 7px !important;
        font-size: 12px !important;
        line-height: 1.5 !important;
    }

    .ep-list-field-tags {
        gap: 5px !important;
        margin-top: 6px !important;
    }

    .ep-list-field-tags span,
    .ep-meta .ep-badge {
        min-height: 23px;
        padding: 0 8px;
        font-size: 11px;
    }

    .ep-list-card .ep-meta,
    .ep-search-card .ep-meta {
        gap: 6px !important;
        margin-top: 6px !important;
        font-size: 11px !important;
    }

    .ep-list-card .ep-list-action,
    .ep-search-card .ep-list-action {
        min-height: 36px !important;
        margin-top: 8px !important;
        border-radius: 14px !important;
        font-size: 12px !important;
    }
}

@media (max-width: 420px) {
    .ep-cat-filter .ep-filter-group,
    .ep-filter-matrix .ep-filter-group {
        grid-template-columns: 38px repeat(2, minmax(0, 1fr)) !important;
        gap: 5px !important;
    }

    .ep-cat-filter .ep-filter-group > a,
    .ep-filter-matrix .ep-filter-group > a {
        padding: 0 6px !important;
        font-size: 11px !important;
    }

    .ep-list-card .ep-list-item,
    .ep-search-card .ep-list-item {
        grid-template-columns: 52px minmax(0, 1fr) !important;
    }

    .ep-list-card .ep-thumb,
    .ep-search-card .ep-thumb,
    .ep-list-card img.ep-thumb,
    .ep-search-card img.ep-thumb {
        width: 52px !important;
        height: 52px !important;
    }
}


@media (max-width: 768px) {
    .ep-search-hero {
        gap: 10px !important;
        padding: 16px !important;
        border-radius: 18px !important;
    }

    .ep-search-hero-copy h1,
    .ep-search-hero h1 {
        font-size: clamp(31px, 9vw, 42px) !important;
        line-height: 1.05 !important;
    }

    .ep-search-hero p {
        display: none !important;
    }

    .ep-search-shortcuts {
        gap: 6px !important;
        padding: 8px !important;
        border-radius: 15px !important;
        overflow-x: auto !important;
        scrollbar-width: none;
    }

    .ep-search-shortcuts::-webkit-scrollbar {
        display: none;
    }

    .ep-search-shortcuts span,
    .ep-search-shortcuts a {
        min-height: 32px !important;
        padding: 0 11px !important;
        font-size: 12px !important;
        white-space: nowrap !important;
    }

    .ep-search-card .el-card__body {
        padding: 10px !important;
    }

    .ep-search-filters {
        display: grid !important;
        gap: 8px !important;
        padding: 10px !important;
        border-radius: 18px !important;
    }

    .ep-search-state {
        min-height: 38px !important;
        padding: 8px 10px !important;
        border-radius: 14px !important;
    }

    .ep-search-state span,
    .ep-search-state em {
        font-size: 11px !important;
    }

    .ep-search-state strong {
        font-size: 14px !important;
    }

    .ep-search-divider {
        display: none !important;
    }

    .ep-search-row,
    .ep-search-row--center {
        gap: 6px !important;
        min-height: 0 !important;
        padding: 8px !important;
        border-radius: 14px !important;
    }

    .ep-search-label {
        min-height: 30px !important;
        padding: 0 7px !important;
        border-radius: 11px !important;
        font-size: 11px !important;
    }

    .ep-search-field {
        gap: 6px !important;
    }

    .ep-search-field .ep-filter-pill {
        min-height: 30px !important;
        padding: 0 10px !important;
        border-radius: 11px !important;
        font-size: 11px !important;
    }

    .ep-search-keyword-wrap .el-input__wrapper {
        min-height: 34px !important;
        border-radius: 11px !important;
    }

    .ep-search-keyword-wrap .el-input__inner {
        height: 34px !important;
        font-size: 13px !important;
    }

    .ep-search-submit {
        min-height: 34px !important;
        border-radius: 11px !important;
        font-size: 12px !important;
    }

    .ep-search-result-bar {
        min-height: 48px !important;
        margin-top: 10px !important;
        padding: 9px 11px !important;
        border-radius: 15px !important;
    }
}

@media (max-width: 420px) {
    .ep-search-row--center {
        grid-template-columns: 38px minmax(0, 1fr) 62px !important;
    }

    .ep-search-field .ep-filter-pill {
        padding: 0 9px !important;
    }
}


@media (max-width: 768px) {
    .ep-search-hero {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 8px !important;
        padding: 12px !important;
        border-radius: 17px !important;
    }

    .ep-search-hero-copy {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 10px !important;
        min-width: 0 !important;
    }

    .ep-search-hero-copy .ep-cat-eyebrow {
        display: none !important;
    }

    .ep-search-hero-copy h1,
    .ep-search-hero h1 {
        min-width: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
        font-size: clamp(25px, 7.4vw, 32px) !important;
        line-height: 1 !important;
    }

    .ep-search-shortcuts {
        margin: 0 !important;
        padding: 6px !important;
    }

    .ep-search-shortcuts span {
        display: none !important;
    }

    .ep-search-shortcuts a {
        min-height: 30px !important;
        padding: 0 10px !important;
    }

    .ep-search-state {
        display: none !important;
    }

    .ep-search-filters {
        gap: 6px !important;
        padding: 8px !important;
        border-radius: 17px !important;
    }

    .ep-search-row,
    .ep-search-row--center {
        padding: 7px !important;
    }

    .ep-search-result-bar {
        margin-top: 8px !important;
    }
}

@media (max-width: 420px) {
    .ep-search-hero {
        gap: 7px !important;
    }

    .ep-search-shortcuts a {
        padding: 0 9px !important;
        font-size: 11px !important;
    }
}


@media (min-width: 769px) {
    .ep-home-hero {
        min-height: 560px !important;
        gap: 18px !important;
    }

    .ep-home-hero-copy {
        padding: 52px 56px !important;
    }

    .ep-home-advisor {
        padding: 28px !important;
    }

    .ep-home-advisor-grid {
        gap: 12px !important;
    }

    .ep-home-advisor-grid a {
        min-height: 112px !important;
        padding: 20px !important;
    }

    .ep-home-paths {
        margin-top: 14px !important;
    }

    .ep-home-layout {
        margin-top: 16px !important;
    }
}

@media (max-width: 768px) {
    .ep-home-hero {
        gap: 10px !important;
    }

    .ep-home-hero-copy {
        padding: 18px 16px !important;
    }

    .ep-home-hero h1 {
        font-size: clamp(25px, 7.8vw, 32px) !important;
    }

    .ep-home-hero p {
        display: block !important;
        margin-top: 10px !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
        font-size: 13px !important;
        line-height: 1.45 !important;
    }

    .ep-home-decision-strip {
        display: none !important;
    }

    .ep-home-actions {
        margin-top: 13px !important;
    }

    .ep-home-btn {
        min-height: 39px !important;
        font-size: 12px !important;
    }

    .ep-home-advisor {
        padding: 12px !important;
    }

    .ep-home-panel-title {
        min-height: 24px;
        font-size: 13px;
    }

    .ep-home-advisor-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 7px !important;
    }

    .ep-home-advisor-grid a {
        min-height: 48px !important;
        padding: 8px 8px !important;
        border-radius: 14px !important;
    }

    .ep-home-advisor-grid a span {
        font-size: 12px !important;
        line-height: 1.1 !important;
    }

    .ep-home-advisor-grid a em {
        display: none !important;
    }

    .ep-home-paths {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
        margin-top: 10px !important;
    }

    .ep-home-paths a {
        min-height: 56px !important;
        padding: 10px 12px !important;
        border-radius: 16px !important;
    }

    .ep-home-paths strong {
        font-size: 13px !important;
    }

    .ep-home-paths span {
        margin-top: 4px !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
        font-size: 11px !important;
    }

    .ep-home-layout {
        margin-top: 12px !important;
    }

    .ep-home-section {
        border-radius: 18px !important;
    }

    .ep-home-section-head {
        min-height: 58px;
        padding: 13px 14px !important;
    }

    .ep-home-product-list {
        padding: 10px !important;
    }

    .ep-home-product-row {
        display: grid !important;
        grid-template-columns: 52px minmax(0, 1fr) !important;
        gap: 10px !important;
        min-height: 0 !important;
        padding: 12px !important;
        border-radius: 18px !important;
    }

    .ep-home-product-logo {
        width: 52px !important;
        height: 52px !important;
        min-width: 52px !important;
        border-radius: 14px !important;
    }

    .ep-home-product-body h3 {
        display: -webkit-box !important;
        margin-bottom: 5px !important;
        overflow: hidden !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
        font-size: 15px !important;
        line-height: 1.28 !important;
    }

    .ep-home-product-body p {
        display: -webkit-box !important;
        margin-bottom: 7px !important;
        overflow: hidden !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
        font-size: 12px !important;
        line-height: 1.5 !important;
    }

    .ep-home-product-specs {
        display: none !important;
    }

    .ep-home-tags {
        gap: 5px !important;
        margin-top: 6px !important;
    }

    .ep-home-tags span {
        min-height: 23px !important;
        padding: 0 8px !important;
        font-size: 11px !important;
    }

    .ep-home-row-link {
        grid-column: 1 / -1 !important;
        min-height: 36px !important;
        margin-top: 2px !important;
        border-radius: 14px !important;
        font-size: 12px !important;
    }
}

@media (max-width: 420px) {
    .ep-home-advisor-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .ep-home-advisor-grid a {
        min-height: 46px !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .ep-home-advisor-grid a span {
        font-size: 11px !important;
    }
}


@media (min-width: 769px) {
    .ep-home-hero-copy {
        min-height: 390px !important;
        padding: 44px 50px !important;
    }

    .ep-home-advisor {
        min-height: 390px !important;
        padding: 22px !important;
    }

    .ep-home-hero h1 {
        font-size: clamp(38px, 5vw, 62px) !important;
        line-height: 1.04 !important;
    }

    .ep-home-hero p {
        margin-top: 16px !important;
        font-size: 16px !important;
        line-height: 1.65 !important;
    }

    .ep-home-decision-strip {
        margin-top: 18px !important;
    }

    .ep-home-actions {
        margin-top: 18px !important;
    }

    .ep-home-advisor-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 10px !important;
        margin-top: 14px !important;
    }

    .ep-home-advisor-grid a {
        min-height: 88px !important;
        padding: 15px 14px !important;
    }

    .ep-home-advisor-grid a span {
        font-size: 16px !important;
        line-height: 1.12 !important;
    }

    .ep-home-advisor-grid a em {
        margin-top: 8px !important;
        font-size: 12px !important;
        line-height: 1.25 !important;
    }
}


.ep-product-content.neirong table,
.ep-show-card .neirong table,
.ep-page-card .neirong table {
    scrollbar-width: thin;
    scrollbar-color: rgba(8, 127, 144, .42) rgba(232, 244, 249, .9);
}

.ep-product-content.neirong table::-webkit-scrollbar,
.ep-show-card .neirong table::-webkit-scrollbar,
.ep-page-card .neirong table::-webkit-scrollbar {
    height: 8px;
}

.ep-product-content.neirong table::-webkit-scrollbar-track,
.ep-show-card .neirong table::-webkit-scrollbar-track,
.ep-page-card .neirong table::-webkit-scrollbar-track {
    border-radius: 999px;
    background: rgba(232, 244, 249, .9);
}

.ep-product-content.neirong table::-webkit-scrollbar-thumb,
.ep-show-card .neirong table::-webkit-scrollbar-thumb,
.ep-page-card .neirong table::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(8, 127, 144, .42);
}

.ep-product-content.neirong table td:nth-child(2),
.ep-product-content.neirong table th:nth-child(2),
.ep-show-card .neirong table td:nth-child(2),
.ep-show-card .neirong table th:nth-child(2),
.ep-page-card .neirong table td:nth-child(2),
.ep-page-card .neirong table th:nth-child(2) {
    color: #087f90;
    font-weight: 950;
}

.ep-product-content.neirong table td:nth-child(2),
.ep-show-card .neirong table td:nth-child(2),
.ep-page-card .neirong table td:nth-child(2) {
    background:
        linear-gradient(180deg, rgba(232, 250, 250, .82), rgba(247, 253, 254, .86));
}

.ep-product-content.neirong p:has(+ table),
.ep-show-card .neirong p:has(+ table),
.ep-page-card .neirong p:has(+ table) {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 10px 12px;
    border: 1px solid rgba(8, 127, 144, .14);
    border-left: 4px solid rgba(8, 127, 144, .72);
    border-radius: 14px;
    background: rgba(234, 249, 251, .68);
}

.ep-product-content.neirong p:has(+ table)::before,
.ep-show-card .neirong p:has(+ table)::before,
.ep-page-card .neirong p:has(+ table)::before {
    content: "";
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    margin-top: .72em;
    border-radius: 999px;
    background: var(--ep-accent);
    box-shadow: 0 0 0 5px rgba(123, 226, 221, .16);
}

@media (max-width: 768px) {
    .ep-product-content.neirong,
    .ep-show-card .neirong,
    .ep-page-card .neirong {
        padding-bottom: 86px !important;
    }

    .ep-product-content.neirong h2,
    .ep-show-card .neirong h2,
    .ep-page-card .neirong h2 {
        margin-top: 22px !important;
        margin-bottom: 12px !important;
        font-size: 22px !important;
        line-height: 1.22 !important;
    }

    .ep-product-content.neirong h3,
    .ep-show-card .neirong h3,
    .ep-page-card .neirong h3 {
        margin-top: 18px !important;
        margin-bottom: 10px !important;
        font-size: 18px !important;
    }

    .ep-product-content.neirong table,
    .ep-show-card .neirong table,
    .ep-page-card .neirong table {
        margin-top: 12px !important;
        margin-bottom: 18px !important;
        border-radius: 16px !important;
        box-shadow:
            0 16px 34px rgba(19, 55, 82, .08),
            inset -18px 0 18px -20px rgba(8, 127, 144, .58);
    }

    .ep-product-content.neirong table th,
    .ep-product-content.neirong table td,
    .ep-show-card .neirong table th,
    .ep-show-card .neirong table td,
    .ep-page-card .neirong table th,
    .ep-page-card .neirong table td {
        min-width: 96px !important;
        padding: 11px 12px !important;
        font-size: 13px !important;
        line-height: 1.45 !important;
    }

    .ep-product-content.neirong table th:first-child,
    .ep-product-content.neirong table td:first-child,
    .ep-show-card .neirong table th:first-child,
    .ep-show-card .neirong table td:first-child,
    .ep-page-card .neirong table th:first-child,
    .ep-page-card .neirong table td:first-child {
        min-width: 108px !important;
        color: #071a33 !important;
        background: linear-gradient(180deg, #f8fcfe, #eef8fb) !important;
        box-shadow:
            1px 0 0 rgba(211, 229, 238, .95),
            12px 0 18px -18px rgba(6, 25, 39, .55) !important;
    }

    .ep-product-content.neirong table td:nth-child(2),
    .ep-show-card .neirong table td:nth-child(2),
    .ep-page-card .neirong table td:nth-child(2) {
        min-width: 106px !important;
        color: #06717f !important;
        font-size: 13px !important;
    }

    .ep-product-content.neirong p:has(+ table),
    .ep-show-card .neirong p:has(+ table),
    .ep-page-card .neirong p:has(+ table) {
        display: block;
        padding: 11px 12px;
        font-size: 13px !important;
        line-height: 1.7 !important;
    }

    .ep-product-content.neirong p:has(+ table)::before,
    .ep-show-card .neirong p:has(+ table)::before,
    .ep-page-card .neirong p:has(+ table)::before {
        display: inline-block;
        margin: 0 8px 1px 0;
        vertical-align: middle;
    }
}


@media (max-width: 768px) {
    .ep-product-detail:not(.ep-resource-detail) .ep-product-report-head {
        gap: 10px !important;
        padding: 12px !important;
        border-radius: 18px !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-identity {
        grid-template-columns: 50px minmax(0, 1fr) !important;
        gap: 10px !important;
        align-items: start !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-kind {
        grid-column: 1 / -1;
        min-height: 24px !important;
        padding: 0 9px !important;
        font-size: 11px !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-logo {
        width: 50px !important;
        height: 50px !important;
        min-width: 50px !important;
        border-radius: 14px !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-logo img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-title {
        display: -webkit-box !important;
        max-height: none !important;
        overflow: hidden !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 4 !important;
        font-size: clamp(22px, 6.2vw, 27px) !important;
        line-height: 1.08 !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-meta {
        gap: 6px !important;
        margin-top: 8px !important;
        font-size: 12px !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-pills {
        flex-wrap: nowrap !important;
        gap: 6px !important;
        margin-top: 8px !important;
        overflow-x: auto !important;
        scrollbar-width: none;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-pills::-webkit-scrollbar {
        display: none;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-pill {
        flex: 0 0 auto;
        min-height: 24px !important;
        padding: 0 8px !important;
        font-size: 11px !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-decision {
        gap: 8px !important;
        padding: 10px !important;
        border-radius: 16px !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-summary {
        display: -webkit-box !important;
        max-height: 78px !important;
        overflow: hidden !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 3 !important;
        padding: 10px 11px !important;
        font-size: 13px !important;
        line-height: 1.55 !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-decision-specs {
        display: none !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-actions {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 7px !important;
        margin-top: 0 !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-actions .ep-product-btn {
        min-height: 36px !important;
        padding: 0 6px !important;
        border-radius: 12px !important;
        font-size: 12px !important;
        white-space: nowrap !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-actions .ep-product-btn:nth-child(odd):last-child {
        grid-column: auto !important;
    }
}

@media (max-width: 420px) {
    .ep-product-detail:not(.ep-resource-detail) .ep-product-actions .ep-product-btn {
        font-size: 11px !important;
    }
}


@media (max-width: 768px) {
    .ep-header-inner {
        min-height: 52px !important;
        gap: 3px 8px !important;
        padding: 4px 10px 2px !important;
    }

    .ep-brand-mark {
        min-height: 34px !important;
        min-width: 90px !important;
        padding: 3px 8px 3px 10px !important;
        border-radius: 12px !important;
    }

    .ep-brand-main {
        font-size: 17px !important;
        line-height: 1 !important;
    }

    .ep-brand-sub {
        font-size: 9px !important;
        line-height: 1.1 !important;
    }

    .ep-header-primary-link {
        min-height: 30px !important;
        min-width: 58px !important;
        padding: 0 9px !important;
        font-size: 11px !important;
        border-radius: 999px !important;
    }

    .ep-search-toggle {
        min-width: 32px !important;
        min-height: 32px !important;
        padding: 0 8px !important;
    }

    .ep-nav {
        min-height: 28px !important;
        padding: 1px 0 2px !important;
    }

    .ep-nav > ul {
        gap: 4px !important;
    }

    .ep-nav-item > a {
        min-height: 26px !important;
        padding: 0 8px !important;
        border-radius: 10px !important;
        font-size: 12px !important;
    }

    .ep-nav-item > a::after {
        bottom: 4px !important;
        left: 9px !important;
        right: 9px !important;
    }

    .ep-mobile-quick-paths {
        min-height: 27px !important;
        height: 27px !important;
        gap: 5px !important;
        padding: 3px 10px !important;
    }

    .ep-mobile-quick-paths > span,
    .ep-mobile-quick-paths a {
        min-height: 21px !important;
        padding: 0 8px !important;
        font-size: 10px !important;
    }

    .ep-main {
        padding-top: 8px !important;
    }
}

@media (min-width: 981px) {
    .ep-product-detail:not(.ep-resource-detail) .ep-product-report-head {
        grid-template-columns: minmax(0, 1.1fr) minmax(360px, 420px) !important;
        gap: 22px !important;
        padding: 24px !important;
        align-items: start !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-identity {
        grid-template-columns: 68px minmax(0, 1fr) !important;
        gap: 12px 16px !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-logo {
        width: 68px !important;
        height: 68px !important;
        border-radius: 18px !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-title {
        max-width: 650px !important;
        font-size: clamp(30px, 3.1vw, 40px) !important;
        line-height: 1.1 !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-meta {
        margin-top: 10px !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-pills {
        margin-top: 12px !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-decision {
        gap: 10px !important;
        padding: 14px !important;
        border-radius: 18px !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-summary {
        max-height: 132px !important;
        padding: 13px 14px !important;
        font-size: 14px !important;
        line-height: 1.62 !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-decision-specs {
        gap: 7px !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-decision-specs span {
        min-height: 42px !important;
        padding: 0 12px !important;
        border-radius: 12px !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-actions {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-btn {
        min-height: 38px !important;
        padding: 0 8px !important;
        border-radius: 12px !important;
        font-size: 13px !important;
        white-space: nowrap !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-paths {
        margin: 16px 0 22px !important;
    }

    .ep-list-card .ep-list-item,
    .ep-search-card .ep-list-item {
        padding-top: 18px !important;
        padding-bottom: 18px !important;
        gap: 18px !important;
    }

    .ep-list-card .ep-thumb,
    .ep-search-card .ep-thumb {
        width: 84px !important;
        height: 84px !important;
        border-radius: 17px !important;
    }

    .ep-list-card .ep-article-title,
    .ep-search-card .ep-article-title {
        font-size: 20px !important;
        line-height: 1.24 !important;
    }

    .ep-list-card .ep-article-desc,
    .ep-search-card .ep-article-desc {
        margin-top: 8px !important;
        font-size: 14px !important;
        line-height: 1.65 !important;
        -webkit-line-clamp: 2 !important;
    }
}


@media (max-width: 768px) {
    .ep-search-card .el-card__body {
        padding-top: 14px !important;
    }

    .ep-search-filters {
        gap: 9px !important;
        padding: 10px !important;
        border-radius: 18px !important;
    }

    .ep-search-state {
        display: none !important;
    }

    .ep-search-divider {
        display: none !important;
    }

    .ep-search-row,
    .ep-search-row--center {
        min-height: 44px !important;
        height: auto !important;
        padding: 8px !important;
        border-radius: 14px !important;
    }

    .ep-search-label {
        min-height: 28px !important;
        padding: 0 9px !important;
        font-size: 11px !important;
    }

    .ep-search-field {
        gap: 6px !important;
    }

    .ep-search-field .ep-filter-pill,
    .ep-filter-pill {
        min-height: 28px !important;
        padding: 0 10px !important;
        font-size: 11px !important;
    }

    .ep-search-keyword-wrap .el-input__wrapper {
        min-height: 36px !important;
        border-radius: 12px !important;
    }

    .ep-search-submit {
        min-height: 36px !important;
        border-radius: 12px !important;
        font-size: 12px !important;
    }

    .ep-search-result-bar {
        margin-top: 12px !important;
        padding: 11px 12px !important;
        border-radius: 16px !important;
    }

    .ep-list-card .ep-list-action,
    .ep-search-card .ep-list-action {
        width: min(196px, calc(100% - 58px)) !important;
        min-height: 34px !important;
        justify-self: start !important;
        margin-top: 8px !important;
        padding: 0 12px !important;
        font-size: 12px !important;
    }

    .ep-footer {
        padding-top: 26px !important;
        padding-bottom: 28px !important;
    }

    .ep-footer-inner {
        gap: 16px !important;
    }

    .ep-footer-top {
        gap: 12px !important;
    }

    .ep-footer-brand p {
        max-width: 270px !important;
        margin-top: 8px !important;
        font-size: 12px !important;
        line-height: 1.55 !important;
    }

    .ep-footer-actions,
    .ep-footer-links {
        gap: 7px !important;
    }

    .ep-footer-actions a,
    .ep-footer-links a {
        min-height: 30px !important;
        padding: 0 10px !important;
        font-size: 12px !important;
    }

    .ep-footer-nav {
        gap: 13px !important;
    }

    .ep-footer-col > span {
        margin-bottom: 7px !important;
        font-size: 12px !important;
    }

    .ep-footer-bottom {
        padding-top: 12px !important;
        font-size: 12px !important;
    }
}

@media (max-width: 420px) {
    .ep-search-row--center {
        grid-template-columns: 42px minmax(0, 1fr) 62px !important;
        gap: 7px !important;
    }

    .ep-search-row--center .ep-search-submit {
        grid-column: auto !important;
        width: 62px !important;
        min-width: 62px !important;
        padding: 0 8px !important;
    }
}


@media (min-width: 981px) {
    .ep-list-card .ep-list-item,
    .ep-search-card .ep-list-item {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }

    .ep-list-card .ep-article-title,
    .ep-search-card .ep-article-title {
        margin-bottom: 0 !important;
    }

    .ep-list-card .ep-list-desc,
    .ep-search-card .ep-list-desc {
        display: -webkit-box !important;
        max-width: 690px !important;
        margin-top: 6px !important;
        overflow: hidden !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 1 !important;
        font-size: 13px !important;
        line-height: 1.5 !important;
    }

    .ep-list-card .ep-list-specs,
    .ep-search-card .ep-list-specs {
        margin-top: 9px !important;
        gap: 8px !important;
    }

    .ep-list-card .ep-list-specs span,
    .ep-search-card .ep-list-specs span {
        min-height: 38px !important;
        padding: 0 11px !important;
        border-radius: 12px !important;
    }

    .ep-list-card .ep-list-specs em,
    .ep-search-card .ep-list-specs em {
        font-size: 11px !important;
    }

    .ep-list-card .ep-list-specs b,
    .ep-search-card .ep-list-specs b {
        font-size: 12px !important;
    }

    .ep-list-card .ep-list-field-tags,
    .ep-search-card .ep-list-field-tags {
        margin-top: 8px !important;
        gap: 6px !important;
    }

    .ep-list-card .ep-list-field-tags span,
    .ep-search-card .ep-list-field-tags span {
        min-height: 21px !important;
        padding: 0 8px !important;
        font-size: 11px !important;
    }

    .ep-list-card .ep-meta,
    .ep-search-card .ep-meta {
        margin-top: 7px !important;
        gap: 10px !important;
        color: #7c91a6 !important;
        font-size: 12px !important;
    }

    .ep-list-card .ep-meta .ep-badge,
    .ep-search-card .ep-meta .ep-badge {
        display: none !important;
    }

    .ep-list-card .ep-list-action,
    .ep-search-card .ep-list-action {
        min-height: 36px !important;
        padding: 0 15px !important;
        font-size: 13px !important;
    }
}


@media (max-width: 768px) {
    .ep-product-detail .ep-product-pills {
        display: flex !important;
        flex-wrap: nowrap !important;
        max-width: 100% !important;
        gap: 6px !important;
        overflow-x: auto !important;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .ep-product-detail .ep-product-pills::-webkit-scrollbar {
        display: none;
    }

    .ep-product-detail .ep-product-pill {
        flex: 0 0 auto !important;
        min-height: 24px !important;
        padding: 0 8px !important;
        font-size: 11px !important;
        white-space: nowrap !important;
    }

    .ep-empty-state {
        margin-top: 10px !important;
        padding: 16px !important;
        border-radius: 18px !important;
    }

    .ep-empty-state::before {
        display: none !important;
    }

    .ep-empty-state strong {
        font-size: 20px !important;
        line-height: 1.18 !important;
    }

    .ep-empty-state p {
        margin-top: 6px !important;
        font-size: 13px !important;
        line-height: 1.58 !important;
    }

    .ep-empty-actions {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 7px !important;
        margin-top: 12px !important;
    }

    .ep-empty-actions a {
        width: auto !important;
        min-height: 34px !important;
        padding: 0 8px !important;
        font-size: 12px !important;
        white-space: nowrap !important;
    }

    .ep-auth-shell {
        width: min(620px, calc(100vw - 32px)) !important;
        gap: 12px !important;
    }

    .ep-auth-card {
        width: 100% !important;
    }

    .ep-auth-card .el-card__body {
        padding: 20px 16px !important;
    }

    .ep-auth-kicker {
        min-height: 24px !important;
        padding: 0 9px !important;
        font-size: 11px !important;
    }

    .ep-auth-title,
    .ep-msg-title {
        margin: 10px 0 6px !important;
        font-size: 27px !important;
        line-height: 1.12 !important;
    }

    .ep-auth-search {
        gap: 8px !important;
        margin: 14px 0 12px !important;
        padding: 8px !important;
        border-radius: 16px !important;
    }

    .ep-auth-search input,
    .ep-auth-search button {
        min-height: 38px !important;
    }

    .ep-auth-actions,
    .ep-msg-actions {
        gap: 7px !important;
    }

    .ep-auth-actions a,
    .ep-msg-actions a {
        min-height: 36px !important;
        font-size: 13px !important;
    }

    .ep-auth-routes {
        margin-top: 12px !important;
        padding: 10px !important;
        border-radius: 16px !important;
    }

    .ep-auth-routes > span {
        min-height: 24px !important;
        padding: 0 9px !important;
        font-size: 11px !important;
    }

    .ep-auth-routes div {
        gap: 7px !important;
        margin-top: 8px !important;
    }

    .ep-auth-routes a {
        min-height: 32px !important;
        padding: 0 9px !important;
        font-size: 12px !important;
    }

    .ep-footer {
        padding-top: 20px !important;
        padding-bottom: 22px !important;
    }

    .ep-footer-brand p {
        display: none !important;
    }

    .ep-footer-nav {
        grid-template-columns: 1fr !important;
        gap: 9px !important;
    }

    .ep-footer-col {
        padding-top: 9px !important;
    }

    .ep-footer-col > span {
        margin-bottom: 5px !important;
    }

    .ep-footer-links {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 6px !important;
    }

    .ep-footer-links a {
        min-height: 28px !important;
        padding: 0 9px !important;
        font-size: 11px !important;
    }
}

@media (max-width: 420px) {
    .ep-auth-page {
        padding: 12px !important;
    }

    .ep-auth-shell {
        width: calc(100vw - 24px) !important;
    }

    .ep-empty-actions {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .ep-empty-actions a {
        min-width: 0 !important;
        font-size: 11px !important;
    }
}

.xrpagination:empty {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}


@media (max-width: 768px) {
    .ep-path-strip {
        display: flex !important;
        gap: 8px !important;
        margin: -4px 0 10px !important;
        overflow-x: auto !important;
        padding: 0 2px 3px !important;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .ep-path-strip::-webkit-scrollbar {
        display: none;
    }

    .ep-path-strip a {
        flex: 0 0 142px !important;
        min-height: 48px !important;
        padding: 9px 11px !important;
        border-radius: 14px !important;
    }

    .ep-path-strip a strong {
        overflow: hidden !important;
        font-size: 12px !important;
        line-height: 1.2 !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    .ep-path-strip a span {
        overflow: hidden !important;
        font-size: 10px !important;
        line-height: 1.2 !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    .ep-category-guide {
        margin-bottom: 10px !important;
        padding: 13px !important;
        border-radius: 17px !important;
    }

    .ep-category-guide h2 {
        font-size: 18px !important;
        line-height: 1.22 !important;
    }

    .ep-category-guide p {
        display: -webkit-box !important;
        margin-top: 5px !important;
        overflow: hidden !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
        font-size: 12px !important;
        line-height: 1.5 !important;
    }

    .ep-category-guide-actions {
        gap: 7px !important;
        margin-top: 10px !important;
    }

    .ep-category-guide-actions a {
        min-height: 32px !important;
        padding: 0 10px !important;
        font-size: 12px !important;
    }

    .ep-footer-inner {
        gap: 12px !important;
    }

    .ep-footer-actions {
        max-width: 100% !important;
        overflow-x: auto !important;
        flex-wrap: nowrap !important;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .ep-footer-actions::-webkit-scrollbar {
        display: none;
    }

    .ep-footer-actions a {
        flex: 0 0 auto !important;
    }

    .ep-footer-nav {
        gap: 7px !important;
    }

    .ep-footer-col {
        border-top-color: rgba(176, 205, 222, .26) !important;
    }

    .ep-footer-bottom {
        gap: 6px !important;
        line-height: 1.35 !important;
    }
}


@media (max-width: 768px) {
    .ep-has-mobile-action-space {
        padding-bottom: 92px !important;
    }

    .ep-mobile-action-bar {
        min-height: 58px !important;
        padding: 8px 12px calc(8px + env(safe-area-inset-bottom)) !important;
    }

    .ep-mobile-action-bar a {
        min-height: 38px !important;
        font-size: 13px !important;
    }

    .ep-product-content.neirong,
    .ep-show-card .neirong,
    .ep-page-card .neirong {
        padding-bottom: 8px !important;
    }

    .ep-product-content.neirong table,
    .ep-show-card .neirong table,
    .ep-page-card .neirong table {
        margin-top: 12px !important;
        margin-bottom: 18px !important;
    }

    .ep-product-content.neirong table th,
    .ep-product-content.neirong table td,
    .ep-show-card .neirong table th,
    .ep-show-card .neirong table td,
    .ep-page-card .neirong table th,
    .ep-page-card .neirong table td {
        padding: 11px 12px !important;
        font-size: 13px !important;
    }

    .ep-show-card .ep-show-related,
    .ep-product-shell .ep-show-related {
        margin-top: 22px !important;
        padding-top: 18px !important;
        overflow: hidden !important;
    }

    .ep-show-card .ep-show-related-title,
    .ep-product-shell .ep-show-related-title {
        font-size: 20px !important;
        line-height: 1.2 !important;
    }

    .ep-show-card .ep-show-related-grid,
    .ep-product-shell .ep-show-related-grid {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 10px !important;
        margin-top: 12px !important;
        overflow-x: auto !important;
        padding: 0 2px 10px !important;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .ep-show-card .ep-show-related-grid::-webkit-scrollbar,
    .ep-product-shell .ep-show-related-grid::-webkit-scrollbar {
        display: none;
    }

    .ep-show-card .ep-show-related-col,
    .ep-product-shell .ep-show-related-col {
        flex: 0 0 228px !important;
        width: 228px !important;
        max-width: 228px !important;
    }

    .ep-show-card .ep-related-card,
    .ep-product-shell .ep-related-card {
        min-height: 206px !important;
        border-radius: 16px !important;
    }

    .ep-show-card .ep-related-cover,
    .ep-product-shell .ep-related-cover {
        height: 70px !important;
        padding: 10px !important;
    }

    .ep-show-card .ep-related-card .el-card__body,
    .ep-product-shell .ep-related-card .el-card__body {
        padding: 11px 12px 12px !important;
    }

    .ep-show-card .ep-related-title,
    .ep-product-shell .ep-related-title {
        font-size: 13px !important;
        line-height: 1.38 !important;
    }

    .ep-show-card .ep-related-desc,
    .ep-product-shell .ep-related-desc {
        display: -webkit-box !important;
        margin-top: 6px !important;
        overflow: hidden !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
        font-size: 12px !important;
        line-height: 1.45 !important;
    }

    .ep-show-card .ep-related-date,
    .ep-product-shell .ep-related-date {
        margin-top: 8px !important;
        font-size: 11px !important;
        line-height: 1.25 !important;
    }
}


@media (max-width: 768px) {
    .ep-show-card .ep-show-related-col,
    .ep-product-shell .ep-show-related-col {
        flex-basis: 236px !important;
        width: 236px !important;
        max-width: 236px !important;
    }

    .ep-show-card .ep-related-card,
    .ep-product-shell .ep-related-card {
        display: grid !important;
        grid-template-columns: 58px minmax(0, 1fr) !important;
        min-height: 132px !important;
        height: 132px !important;
        align-items: stretch !important;
    }

    .ep-show-card .ep-related-card:not(:has(.ep-related-cover)),
    .ep-product-shell .ep-related-card:not(:has(.ep-related-cover)) {
        grid-template-columns: 1fr !important;
    }

    .ep-show-card .ep-related-cover,
    .ep-product-shell .ep-related-cover {
        height: auto !important;
        min-height: 100% !important;
        display: flex !important;
        align-items: flex-start !important;
        justify-content: center !important;
        padding: 12px 8px !important;
        border-right: 1px solid rgba(216, 231, 239, .74) !important;
    }

    .ep-show-card .ep-related-cover img,
    .ep-product-shell .ep-related-cover img {
        width: 36px !important;
        height: 36px !important;
        object-fit: contain !important;
    }

    .ep-show-card .ep-related-card .el-card__body,
    .ep-product-shell .ep-related-card .el-card__body {
        min-width: 0 !important;
        padding: 12px 12px 10px !important;
    }

    .ep-show-card .ep-related-title,
    .ep-product-shell .ep-related-title {
        -webkit-line-clamp: 2 !important;
    }

    .ep-show-card .ep-related-desc,
    .ep-product-shell .ep-related-desc {
        -webkit-line-clamp: 2 !important;
    }

    .ep-show-card .ep-related-date,
    .ep-product-shell .ep-related-date {
        margin-top: 6px !important;
    }
}


@media (max-width: 768px) {
    .ep-header {
        --ep-header-height: 104px !important;
    }

    .ep-header-inner {
        min-height: 44px !important;
        padding: 4px 10px 0 !important;
    }

    .ep-brand-mark {
        min-height: 31px !important;
        min-width: 86px !important;
        padding: 3px 8px 3px 9px !important;
    }

    .ep-brand-main {
        font-size: 16px !important;
    }

    .ep-brand-sub {
        font-size: 9px !important;
        letter-spacing: 0 !important;
    }

    .ep-header-actions {
        gap: 6px !important;
    }

    .ep-header-primary-link {
        min-height: 29px !important;
        min-width: 56px !important;
        padding: 0 9px !important;
    }

    .ep-search-toggle {
        min-width: 31px !important;
        min-height: 31px !important;
        border-radius: 13px !important;
    }

    .ep-nav {
        min-height: 27px !important;
        padding: 0 !important;
    }

    .ep-nav > ul {
        gap: 3px !important;
    }

    .ep-nav-item > a {
        min-height: 25px !important;
        padding: 0 7px !important;
        border-radius: 9px !important;
        font-size: 11px !important;
    }

    .ep-nav-arrow {
        margin-left: 3px !important;
        font-size: 8px !important;
    }

    .ep-mobile-quick-paths {
        min-height: 24px !important;
        height: 24px !important;
        gap: 4px !important;
        padding: 2px 10px !important;
    }

    .ep-mobile-quick-paths > span,
    .ep-mobile-quick-paths a {
        min-height: 19px !important;
        padding: 0 7px !important;
        border-radius: 8px !important;
        font-size: 10px !important;
    }

    .ep-main {
        padding-top: 6px !important;
    }

    .ep-breadcrumb {
        min-height: 38px !important;
        margin-bottom: 9px !important;
        padding: 7px 10px !important;
        gap: 8px !important;
        border-radius: 16px !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .ep-breadcrumb::-webkit-scrollbar {
        display: none;
    }

    .ep-cat-hero {
        gap: 9px !important;
        margin-bottom: 12px !important;
        padding: 15px !important;
        border-radius: 22px !important;
    }

    .ep-cat-copy h1 {
        font-size: clamp(27px, 7.6vw, 34px) !important;
        line-height: 1.08 !important;
    }

    .ep-cat-copy p {
        display: -webkit-box !important;
        margin-top: 7px !important;
        overflow: hidden !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
        font-size: 13px !important;
        line-height: 1.5 !important;
    }

    .ep-cat-filter.ep-filter-matrix,
    .ep-cat-filter,
    .ep-filter-matrix {
        gap: 8px !important;
        padding: 9px !important;
        border-radius: 17px !important;
    }

    .ep-cat-filter .ep-filter-title,
    .ep-filter-matrix .ep-filter-title {
        padding-bottom: 0 !important;
    }

    .ep-cat-filter .ep-filter-group,
    .ep-filter-matrix .ep-filter-group {
        min-height: 44px !important;
        padding: 6px !important;
        gap: 6px !important;
        border-radius: 14px !important;
    }

    .ep-cat-filter .ep-filter-group > a,
    .ep-filter-matrix .ep-filter-group > a {
        min-height: 34px !important;
        justify-content: center !important;
        border-radius: 12px !important;
        font-size: 12px !important;
    }

    .ep-search-hero {
        margin-bottom: 12px !important;
        padding: 15px !important;
        border-radius: 22px !important;
    }

    .ep-search-filters {
        gap: 7px !important;
        padding: 9px !important;
        border-radius: 17px !important;
    }

    .ep-search-row,
    .ep-search-row--center {
        min-height: 38px !important;
        padding: 6px !important;
        gap: 6px !important;
        border-radius: 13px !important;
    }

    .ep-search-label {
        min-height: 24px !important;
        padding: 0 8px !important;
    }

    .ep-search-field .ep-filter-pill,
    .ep-filter-pill {
        min-height: 26px !important;
        padding: 0 9px !important;
    }

    .ep-search-keyword-wrap .el-input__wrapper,
    .ep-search-submit {
        min-height: 34px !important;
    }
}

@media (min-width: 600px) and (max-width: 768px) {
    .ep-list-card .ep-list-item,
    .ep-search-card .ep-list-item {
        grid-template-columns: 74px minmax(0, 1fr) !important;
        min-height: auto !important;
        padding: 15px !important;
        gap: 14px !important;
    }

    .ep-list-card .ep-thumb,
    .ep-search-card .ep-thumb {
        width: 66px !important;
        height: 66px !important;
    }

    .ep-list-card .ep-list-specs,
    .ep-search-card .ep-list-specs {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 7px !important;
        margin-top: 10px !important;
    }

    .ep-list-card .ep-list-specs span,
    .ep-search-card .ep-list-specs span {
        min-height: 38px !important;
        padding: 8px 10px !important;
    }

    .ep-list-card .ep-list-specs span:nth-child(3),
    .ep-search-card .ep-list-specs span:nth-child(3) {
        grid-column: auto !important;
    }

    .ep-list-card .ep-list-action,
    .ep-search-card .ep-list-action {
        width: 180px !important;
        min-height: 32px !important;
    }
}

@media (max-width: 430px) {
    .ep-cat-filter .ep-filter-group,
    .ep-filter-matrix .ep-filter-group {
        grid-template-columns: 38px repeat(2, minmax(0, 1fr)) !important;
    }

    .ep-cat-filter .ep-filter-group > span,
    .ep-filter-matrix .ep-filter-group > span {
        grid-column: auto !important;
        color: #087f90 !important;
        font-size: 11px !important;
        text-align: center !important;
    }

    .ep-cat-filter .ep-filter-group > a,
    .ep-filter-matrix .ep-filter-group > a {
        min-height: 32px !important;
        padding: 0 7px !important;
        font-size: 11px !important;
    }

    .ep-search-row,
    .ep-search-row--center {
        display: grid !important;
        grid-template-columns: 48px minmax(0, 1fr) !important;
        align-items: center !important;
    }

    .ep-search-row--center {
        grid-template-columns: 48px minmax(0, 1fr) 58px !important;
    }

    .ep-search-label {
        justify-content: center !important;
    }

    .ep-search-submit {
        width: auto !important;
        padding: 0 8px !important;
    }

    .ep-search-result-bar {
        margin-top: 10px !important;
        padding: 10px !important;
        border-radius: 15px !important;
    }

    .ep-list-card .ep-list-field-tags,
    .ep-search-card .ep-list-field-tags {
        flex-wrap: wrap !important;
        max-width: 100% !important;
        overflow: visible !important;
        padding-right: 0 !important;
    }

    .ep-list-card .ep-list-field-tags span,
    .ep-search-card .ep-list-field-tags span {
        max-width: 86px !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }
}


.ep-product-content.neirong,
.ep-show-card .neirong,
.ep-page-card .neirong {
    color: #273d55;
}

.ep-product-content.neirong h2,
.ep-show-card .neirong h2,
.ep-page-card .neirong h2 {
    margin-top: 34px !important;
    margin-bottom: 15px !important;
    padding-bottom: 11px !important;
    border-bottom: 1px solid rgba(204, 225, 236, .78) !important;
}

.ep-product-content.neirong h3,
.ep-show-card .neirong h3,
.ep-page-card .neirong h3 {
    margin-top: 24px !important;
    margin-bottom: 10px !important;
    color: #12324d !important;
    font-weight: 950 !important;
}

.ep-product-content.neirong ul,
.ep-show-card .neirong ul,
.ep-page-card .neirong ul {
    margin: 14px 0 22px !important;
    padding: 18px 20px 18px 26px !important;
    border: 1px solid rgba(211, 227, 237, .82) !important;
    border-radius: 18px !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(246, 251, 253, .82)) !important;
}

.ep-product-content.neirong li,
.ep-show-card .neirong li,
.ep-page-card .neirong li {
    margin: 0 0 10px !important;
    padding-left: 2px !important;
}

.ep-product-content.neirong li:last-child,
.ep-show-card .neirong li:last-child,
.ep-page-card .neirong li:last-child {
    margin-bottom: 0 !important;
}

.ep-product-content.neirong table,
.ep-show-card .neirong table,
.ep-page-card .neirong table {
    border-radius: 18px !important;
    box-shadow: 0 18px 42px rgba(20, 64, 89, .08) !important;
}

.ep-product-content.neirong table th,
.ep-product-content.neirong table td,
.ep-show-card .neirong table th,
.ep-show-card .neirong table td,
.ep-page-card .neirong table th,
.ep-page-card .neirong table td {
    vertical-align: middle !important;
}

.ep-product-content.neirong blockquote,
.ep-show-card .neirong blockquote,
.ep-page-card .neirong blockquote {
    border-radius: 18px !important;
    box-shadow: 0 18px 38px rgba(31, 136, 149, .08) !important;
}

@media (max-width: 768px) {
    .ep-product-content.neirong,
    .ep-show-card .neirong,
    .ep-page-card .neirong {
        font-size: 15px !important;
        line-height: 1.82 !important;
    }

    .ep-product-content.neirong h2,
    .ep-show-card .neirong h2,
    .ep-page-card .neirong h2 {
        margin-top: 26px !important;
        margin-bottom: 12px !important;
        padding-bottom: 9px !important;
        font-size: 20px !important;
        line-height: 1.26 !important;
    }

    .ep-product-content.neirong h3,
    .ep-show-card .neirong h3,
    .ep-page-card .neirong h3 {
        margin-top: 18px !important;
        font-size: 17px !important;
        line-height: 1.34 !important;
    }

    .ep-product-content.neirong ul,
    .ep-show-card .neirong ul,
    .ep-page-card .neirong ul {
        margin: 11px 0 18px !important;
        padding: 14px 15px 14px 23px !important;
        border-radius: 16px !important;
    }

    .ep-product-content.neirong li,
    .ep-show-card .neirong li,
    .ep-page-card .neirong li {
        margin-bottom: 8px !important;
    }

    .ep-product-content.neirong table,
    .ep-show-card .neirong table,
    .ep-page-card .neirong table {
        display: block !important;
        max-width: 100% !important;
        overflow-x: auto !important;
        border-radius: 16px !important;
        scrollbar-width: thin !important;
        -webkit-overflow-scrolling: touch;
    }

    .ep-product-content.neirong table th,
    .ep-product-content.neirong table td,
    .ep-show-card .neirong table th,
    .ep-show-card .neirong table td,
    .ep-page-card .neirong table th,
    .ep-page-card .neirong table td {
        padding: 10px 12px !important;
        font-size: 13px !important;
        line-height: 1.42 !important;
    }

    .ep-footer {
        padding-top: 18px !important;
        padding-bottom: 18px !important;
    }

    .ep-footer-inner {
        gap: 10px !important;
    }

    .ep-footer-top {
        gap: 8px !important;
        padding-bottom: 8px !important;
    }

    .ep-footer-actions {
        display: none !important;
    }

    .ep-footer-nav {
        gap: 6px !important;
    }

    .ep-footer-col {
        padding-top: 8px !important;
    }

    .ep-footer-col > span {
        margin-bottom: 5px !important;
        font-size: 11px !important;
    }

    .ep-footer-links {
        gap: 5px !important;
    }

    .ep-footer-links a {
        min-height: 26px !important;
        padding: 0 8px !important;
        font-size: 11px !important;
    }

    .ep-footer-bottom {
        margin-top: 4px !important;
        padding-top: 10px !important;
        font-size: 11px !important;
    }
}


@media (min-width: 769px) {
    .ep-nav-item:hover > .ep-submenu,
    .ep-nav-item:focus-within > .ep-submenu,
    .ep-submenu > li:hover > .ep-submenu-nested,
    .ep-submenu > li:focus-within > .ep-submenu-nested {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
        pointer-events: auto !important;
    }

    .ep-submenu {
        top: calc(100% + 4px) !important;
        overflow: hidden !important;
        border-radius: 16px !important;
        opacity: 0;
        visibility: hidden;
        transform: translateY(8px);
        transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    }

    .ep-submenu::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -8px;
        height: 8px;
    }

    .ep-submenu li a {
        min-height: 36px !important;
    }
}

@media (max-width: 430px) {
    .ep-auth-card .el-card__body {
        padding-bottom: 18px !important;
    }

    .ep-auth-actions,
    .ep-msg-actions {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 7px !important;
    }

    .ep-auth-actions .ep-auth-primary,
    .ep-msg-actions .ep-auth-primary {
        grid-column: 1 / -1 !important;
    }

    .ep-auth-actions a,
    .ep-msg-actions a {
        min-width: 0 !important;
        min-height: 34px !important;
        padding: 0 6px !important;
        font-size: 12px !important;
        white-space: nowrap !important;
    }

    .ep-auth-routes {
        padding: 9px !important;
    }

    .ep-auth-routes div {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}


@media (max-width: 640px) {
    .ep-breadcrumb {
        overflow: hidden !important;
    }

    .ep-breadcrumb a,
    .ep-breadcrumb span {
        min-width: 0 !important;
        flex-shrink: 1 !important;
    }

    .ep-breadcrumb > a,
    .ep-breadcrumb > span:not(.ep-bc-sep) {
        max-width: 92px !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    .ep-breadcrumb > span:not(.ep-bc-sep):last-child {
        max-width: 58px !important;
    }

    .ep-path-strip {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
        overflow: visible !important;
        padding-bottom: 0 !important;
    }

    .ep-path-strip a {
        min-width: 0 !important;
        width: 100% !important;
        padding: 10px 11px !important;
        white-space: normal !important;
    }

    .ep-path-strip a strong,
    .ep-path-strip a span {
        max-width: 100% !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    .ep-show-paths,
    .ep-product-paths,
    .ep-page-paths {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
        overflow: visible !important;
    }

    .ep-show-paths > span,
    .ep-product-paths > span,
    .ep-page-paths > span {
        grid-column: 1 / -1 !important;
    }

    .ep-show-paths a,
    .ep-product-paths a,
    .ep-page-paths a {
        min-width: 0 !important;
        width: 100% !important;
        justify-content: center !important;
        white-space: nowrap !important;
    }

    .ep-list-next-steps {
        gap: 11px !important;
    }

    .ep-list-next-steps nav {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
        overflow: visible !important;
        padding-bottom: 0 !important;
    }

    .ep-list-next-steps a {
        min-width: 0 !important;
        width: 100% !important;
        justify-content: center !important;
    }

    .xrpagination {
        overflow: visible !important;
        padding: 12px 8px !important;
    }

    .xrpagination ul.pagination {
        flex-wrap: wrap !important;
        justify-content: center !important;
        min-width: 0 !important;
        width: 100% !important;
    }

    .xrpagination ul.pagination li > a,
    .xrpagination ul.pagination li > span,
    .xrpagination > a,
    .xrpagination > span {
        min-width: 34px !important;
        height: 34px !important;
        padding: 0 10px !important;
    }

    .ep-show-card .ep-show-related-grid,
    .ep-product-shell .ep-show-related-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
        overflow: visible !important;
        padding-bottom: 0 !important;
    }

    .ep-show-card .ep-show-related-col,
    .ep-product-shell .ep-show-related-col {
        min-width: 0 !important;
        width: 100% !important;
    }

    .ep-show-card .ep-related-card,
    .ep-product-shell .ep-related-card {
        min-height: 0 !important;
        width: 100% !important;
    }
}


@media (max-width: 640px) {
    .ep-home-paths {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
        overflow: visible !important;
        padding-bottom: 0 !important;
    }

    .ep-home-paths a {
        min-width: 0 !important;
        width: 100% !important;
        min-height: 76px !important;
        padding: 12px 12px 11px !important;
    }

    .ep-home-paths a::before {
        left: 12px !important;
        top: 13px !important;
    }

    .ep-home-paths strong,
    .ep-home-paths span {
        max-width: 100% !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    .ep-home-side {
        gap: 10px !important;
    }

    .ep-home-side-panel {
        padding: 13px !important;
        border-radius: 20px !important;
    }

    .ep-home-side-link,
    .ep-home-price-row {
        min-height: 0 !important;
        padding: 10px 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .ep-home-side-link + .ep-home-side-link,
    .ep-home-price-row + .ep-home-price-row {
        border-top: 1px solid rgba(208, 226, 236, .72) !important;
    }

    .ep-home-side-link strong,
    .ep-home-price-row strong {
        font-size: 13px !important;
        line-height: 1.35 !important;
        -webkit-line-clamp: 1 !important;
    }

    .ep-home-side-link span,
    .ep-home-price-row span {
        margin-top: 3px !important;
        font-size: 12px !important;
        line-height: 1.42 !important;
        -webkit-line-clamp: 1 !important;
    }

    .ep-home-mini-links {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 7px !important;
    }

    .ep-home-mini-links a {
        min-height: 32px !important;
        padding: 0 8px !important;
        font-size: 12px !important;
        white-space: nowrap !important;
    }
}


@media (max-width: 768px) {
    .ep-scrolltop {
        right: 14px !important;
        bottom: calc(18px + env(safe-area-inset-bottom)) !important;
        width: 38px !important;
        height: 38px !important;
        opacity: .9 !important;
        box-shadow: 0 12px 28px rgba(8, 127, 144, .2) !important;
    }

    body:has(.ep-mobile-action-bar) .ep-scrolltop {
        bottom: calc(82px + env(safe-area-inset-bottom)) !important;
    }

    .ep-scrolltop:hover,
    .ep-scrolltop:focus-visible {
        opacity: 1 !important;
    }
}


@media (max-width: 768px) {
    .ep-search-panel {
        left: 12px !important;
        right: 24px !important;
        width: auto !important;
        max-width: none !important;
        overflow: hidden !important;
    }

    .ep-search-panel form {
        min-width: 0 !important;
    }

    .ep-header-search-links {
        min-width: 0 !important;
        overflow: hidden !important;
    }
}


@media (max-width: 768px) {
    .ep-header-primary-link {
        min-height: 36px !important;
        height: 36px !important;
        padding: 0 13px !important;
        align-items: center !important;
        justify-content: center !important;
        line-height: 1 !important;
    }

    .ep-mobile-quick-paths {
        gap: 7px !important;
        padding-top: 7px !important;
        padding-bottom: 7px !important;
    }

    .ep-mobile-quick-paths a {
        min-height: 34px !important;
        height: 34px !important;
        padding: 0 11px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        line-height: 1 !important;
    }

    .ep-filter-group a,
    .ep-search-shortcuts a,
    .ep-search-field .ep-filter-pill,
    .ep-filter-pill {
        min-height: 36px !important;
        height: auto !important;
        padding: 8px 13px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        line-height: 1.15 !important;
        white-space: nowrap !important;
    }

    .ep-search-field {
        gap: 8px !important;
    }

    .ep-list-card .ep-list-action,
    .ep-search-card .ep-list-action,
    .ep-index-feed-card .ep-list-action {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        min-height: 38px !important;
        height: 38px !important;
        margin-top: 11px !important;
        padding: 0 14px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        align-self: stretch !important;
        flex: 0 0 auto !important;
        writing-mode: horizontal-tb !important;
        text-orientation: mixed !important;
        white-space: nowrap !important;
        line-height: 1 !important;
        letter-spacing: 0 !important;
    }
}


@media (max-width: 768px) {
    .ep-cat-filter .ep-filter-group a,
    .ep-filter-matrix .ep-filter-group a {
        min-height: 36px !important;
        height: auto !important;
        padding: 8px 12px !important;
        line-height: 1.15 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        white-space: nowrap !important;
    }

    .ep-search-card .ep-search-field,
    .ep-search-filters .ep-search-field {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        gap: 8px !important;
        overflow: visible !important;
        min-width: 0 !important;
        max-width: 100% !important;
    }

    .ep-search-card .ep-search-field .ep-filter-pill,
    .ep-search-filters .ep-search-field .ep-filter-pill {
        flex: 0 1 auto !important;
        min-height: 36px !important;
        padding: 8px 12px !important;
    }
}


@media (max-width: 768px) {
    .ep-product-detail:not(.ep-resource-detail) .ep-product-report-head {
        gap: 12px !important;
        padding: 13px !important;
        border-radius: 22px !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-identity {
        gap: 10px !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-logo {
        width: 50px !important;
        height: 50px !important;
        border-radius: 15px !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-title {
        font-size: clamp(23px, 6.4vw, 28px) !important;
        line-height: 1.08 !important;
        letter-spacing: 0 !important;
        margin-bottom: 8px !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-meta {
        gap: 8px !important;
        margin-bottom: 8px !important;
        font-size: 12px !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-pills {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 6px !important;
        overflow: visible !important;
        padding-bottom: 0 !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-pill {
        min-height: 26px !important;
        padding: 5px 9px !important;
        font-size: 11px !important;
        line-height: 1 !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-decision {
        gap: 10px !important;
        padding: 10px !important;
        border-radius: 18px !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-summary {
        max-height: none !important;
        min-height: 0 !important;
        overflow: visible !important;
        padding: 12px 13px !important;
        font-size: 14px !important;
        line-height: 1.7 !important;
        border-radius: 16px !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-actions {
        gap: 8px !important;
        margin-top: 0 !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-actions .ep-product-btn {
        min-height: 40px !important;
        height: 40px !important;
        padding: 0 10px !important;
        font-size: 12px !important;
        border-radius: 14px !important;
    }
}


@media (max-width: 768px) {
    .ep-product-detail:not(.ep-resource-detail) .ep-product-summary {
        height: auto !important;
        max-height: 112px !important;
        overflow: hidden !important;
    }
}


@media (max-width: 768px) {
    .ep-product-detail:not(.ep-resource-detail) .ep-product-identity {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 48px !important;
        grid-template-areas:
            "kind logo"
            "title title" !important;
        gap: 9px 10px !important;
        align-items: start !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-kind {
        grid-area: kind !important;
        align-self: center !important;
        width: max-content !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-logo {
        grid-area: logo !important;
        justify-self: end !important;
        width: 48px !important;
        height: 48px !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-title-wrap {
        grid-area: title !important;
        width: 100% !important;
        min-width: 0 !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-title {
        width: 100% !important;
        max-width: none !important;
        overflow: visible !important;
        font-size: clamp(22px, 6vw, 27px) !important;
        line-height: 1.1 !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-meta,
    .ep-product-detail:not(.ep-resource-detail) .ep-product-pills {
        width: 100% !important;
    }
}


@media (max-width: 768px) {
    .ep-product-content.neirong h2:has(+ table)::after,
    .ep-product-content.neirong h3:has(+ table)::after,
    .ep-show-card .neirong h2:has(+ table)::after,
    .ep-show-card .neirong h3:has(+ table)::after,
    .ep-page-card .neirong h2:has(+ table)::after,
    .ep-page-card .neirong h3:has(+ table)::after {
        content: "左右滑动查看完整表格";
        display: inline-flex;
        align-items: center;
        min-height: 24px;
        margin-left: 8px;
        padding: 0 9px;
        border: 1px solid rgba(8, 127, 144, .16);
        border-radius: 999px;
        color: #087f90;
        background: rgba(235, 251, 250, .86);
        font-size: 11px;
        font-weight: 800;
        vertical-align: middle;
        white-space: nowrap;
    }

    .ep-product-content.neirong p:has(+ table)::after,
    .ep-show-card .neirong p:has(+ table)::after,
    .ep-page-card .neirong p:has(+ table)::after {
        content: "左右滑动查看完整表格";
        display: inline-flex;
        align-items: center;
        min-height: 24px;
        margin: 8px 0 0;
        padding: 0 9px;
        border: 1px solid rgba(8, 127, 144, .16);
        border-radius: 999px;
        color: #087f90;
        background: rgba(235, 251, 250, .86);
        font-size: 11px;
        font-weight: 800;
        white-space: nowrap;
    }

    .ep-product-content.neirong table,
    .ep-show-card .neirong table,
    .ep-page-card .neirong table {
        -webkit-overflow-scrolling: touch !important;
        scroll-snap-type: x proximity !important;
        background:
            linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0)),
            linear-gradient(90deg, rgba(8, 127, 144, .14), rgba(8, 127, 144, 0) 28px),
            linear-gradient(270deg, rgba(8, 127, 144, .2), rgba(8, 127, 144, 0) 34px),
            #fff !important;
        background-attachment: local, scroll, scroll, local !important;
    }

    .ep-product-content.neirong table th,
    .ep-product-content.neirong table td,
    .ep-show-card .neirong table th,
    .ep-show-card .neirong table td,
    .ep-page-card .neirong table th,
    .ep-page-card .neirong table td {
        scroll-snap-align: start !important;
        min-width: 104px !important;
    }

    .ep-product-content.neirong table th:first-child,
    .ep-product-content.neirong table td:first-child,
    .ep-show-card .neirong table th:first-child,
    .ep-show-card .neirong table td:first-child,
    .ep-page-card .neirong table th:first-child,
    .ep-page-card .neirong table td:first-child {
        position: sticky !important;
        left: 0 !important;
        z-index: 3 !important;
        min-width: 104px !important;
        max-width: 136px !important;
        white-space: normal !important;
    }

    .ep-product-content.neirong table thead th:first-child,
    .ep-show-card .neirong table thead th:first-child,
    .ep-page-card .neirong table thead th:first-child {
        z-index: 5 !important;
    }

    .ep-product-content.neirong table td:nth-child(2),
    .ep-product-content.neirong table th:nth-child(2),
    .ep-show-card .neirong table td:nth-child(2),
    .ep-show-card .neirong table th:nth-child(2),
    .ep-page-card .neirong table td:nth-child(2),
    .ep-page-card .neirong table th:nth-child(2) {
        min-width: 112px !important;
    }
}


@media (max-width: 768px) {
    .ep-auth-routes a,
    .ep-auth-actions a,
    .ep-msg-actions a {
        min-height: 36px !important;
        height: auto !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        line-height: 1.15 !important;
    }

    .ep-auth-routes div {
        gap: 8px !important;
    }

    .ep-auth-search input,
    .ep-auth-search button {
        min-height: 40px !important;
    }
}


@media (max-width: 768px) {
    .ep-footer .ep-footer-actions,
    .ep-footer .ep-footer-links {
        gap: 8px !important;
    }

    .ep-footer .ep-footer-actions a,
    .ep-footer .ep-footer-links a,
    .ep-list-next-steps nav a,
    .ep-category-next-steps nav a {
        min-height: 36px !important;
        height: auto !important;
        padding: 0 11px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        line-height: 1.15 !important;
        white-space: nowrap !important;
    }

    .ep-footer .ep-footer-links a {
        min-width: 66px !important;
    }
}


.ep-header-search-input .el-input__wrapper {
    min-height: 42px !important;
}

.ep-header-search-input .el-input__inner {
    min-height: 40px !important;
    line-height: 40px !important;
}

.ep-header-search-links a {
    min-height: 36px !important;
    height: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 12px !important;
    line-height: 1.15 !important;
}

@media (max-width: 768px) {
    .ep-search-toggle {
        min-width: 44px !important;
        width: 44px !important;
        min-height: 40px !important;
        height: 40px !important;
        padding: 0 !important;
        border-radius: 16px !important;
    }

    .ep-search-panel {
        top: calc(100% + 6px) !important;
    }

    .ep-header-search-links {
        gap: 8px !important;
    }

    .ep-header-search-links a {
        min-height: 36px !important;
        padding: 0 10px !important;
        font-size: 12px !important;
    }

    .ep-breadcrumb a,
    .ep-product-breadcrumb a {
        min-height: 30px !important;
        display: inline-flex !important;
        align-items: center !important;
        padding: 0 8px !important;
        border-radius: 999px !important;
    }

    .ep-product-breadcrumb span:not(:empty),
    .ep-breadcrumb > span:not(.ep-bc-sep) {
        min-height: 30px !important;
        display: inline-flex !important;
        align-items: center !important;
    }

    .ep-scrolltop {
        width: 42px !important;
        height: 42px !important;
        right: 12px !important;
        bottom: calc(12px + env(safe-area-inset-bottom)) !important;
        box-shadow: 0 14px 34px rgba(8, 127, 144, .24) !important;
    }

    body:has(.ep-mobile-action-bar) .ep-scrolltop {
        bottom: calc(90px + env(safe-area-inset-bottom)) !important;
    }
}


@media (max-width: 768px) {
    .ep-scrolltop {
        display: none !important;
    }
}


.ep-search-keyword-wrap .el-input__inner {
    min-height: 40px !important;
    line-height: 40px !important;
}

.ep-search-field .ep-filter-pill,
.ep-filter-pill {
    min-height: 36px !important;
}

@media (max-width: 768px) {
    .ep-search-keyword-wrap .el-input__wrapper {
        min-height: 40px !important;
    }

    .ep-search-keyword-wrap .el-input__inner {
        min-height: 40px !important;
        line-height: 40px !important;
        font-size: 13px !important;
    }

    .ep-search-submit {
        min-height: 40px !important;
    }

    .ep-resource-detail .ep-product-title {
        display: block !important;
        overflow: visible !important;
        -webkit-line-clamp: unset !important;
        line-clamp: unset !important;
        font-size: clamp(22px, 6vw, 28px) !important;
        line-height: 1.12 !important;
        max-height: none !important;
    }
}


@media (max-width: 768px) {
    .ep-nav-item > a {
        min-width: 42px !important;
        min-height: 38px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .ep-mobile-quick-paths {
        height: auto !important;
        min-height: 40px !important;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
        gap: 6px !important;
    }

    .ep-mobile-quick-paths > span,
    .ep-mobile-quick-paths a {
        min-height: 32px !important;
        height: auto !important;
        padding: 0 10px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .xrpagination ul.pagination li > a,
    .xrpagination ul.pagination li > span,
    .xrpagination > a,
    .xrpagination > span {
        min-width: 40px !important;
        min-height: 38px !important;
        height: 38px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .ep-list-card .ep-list-item:not(:has(.ep-thumb)),
    .ep-search-card .ep-list-item:not(:has(.ep-thumb)) {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 9px !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .ep-list-card .ep-list-item:not(:has(.ep-thumb)) .ep-flex-grow,
    .ep-search-card .ep-list-item:not(:has(.ep-thumb)) .ep-flex-grow {
        width: 100% !important;
        min-width: 0 !important;
        grid-column: 1 / -1 !important;
    }

    .ep-list-card .ep-list-item:not(:has(.ep-thumb)) .ep-article-title,
    .ep-search-card .ep-list-item:not(:has(.ep-thumb)) .ep-article-title {
        max-width: 100% !important;
    }
}


@media (max-width: 768px) {
    .ep-mobile-quick-paths {
        min-height: 44px !important;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }

    .ep-mobile-quick-paths > span,
    .ep-mobile-quick-paths a {
        min-height: 36px !important;
        height: 36px !important;
    }
}


.ep-home-product-logo,
.ep-list-card .ep-thumb,
.ep-search-card .ep-thumb {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(244, 251, 252, .96)),
        #fff !important;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, .82),
        0 12px 28px rgba(23, 83, 109, .08) !important;
}

.ep-home-product-logo img,
.ep-list-card .ep-thumb img,
.ep-search-card .ep-thumb img {
    width: 82% !important;
    height: 82% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain !important;
}

.ep-home-product-logo img {
    width: 86% !important;
    height: 86% !important;
}

@media (max-width: 768px) {
    .ep-breadcrumb a,
    .ep-product-breadcrumb a {
        min-height: 34px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .ep-breadcrumb > span:not(.ep-bc-sep),
    .ep-product-breadcrumb span:not(:empty) {
        min-height: 34px !important;
        display: inline-flex !important;
        align-items: center !important;
    }

    .ep-home-product-logo img,
    .ep-list-card .ep-thumb img,
    .ep-search-card .ep-thumb img {
        width: 84% !important;
        height: 84% !important;
    }
}


.ep-show-report-head .ep-show-title {
    font-size: clamp(26px, 3vw, 38px) !important;
    line-height: 1.14 !important;
    max-width: 700px !important;
}

.ep-search-card .ep-empty-state {
    margin-top: 12px !important;
}

@media (max-width: 768px) {
    .ep-show-report-head .ep-show-title {
        font-size: clamp(22px, 6.5vw, 29px) !important;
        line-height: 1.12 !important;
    }

    .ep-search-card .ep-empty-state {
        padding: 14px !important;
        border-radius: 17px !important;
    }

    .ep-search-card .ep-empty-state strong {
        font-size: 19px !important;
    }

    .ep-search-card .ep-empty-state p {
        font-size: 13px !important;
        line-height: 1.55 !important;
    }

    .ep-footer-logo,
    .ep-footer .ep-footer-actions a,
    .ep-footer .ep-footer-links a {
        min-height: 36px !important;
        height: auto !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        line-height: 1.15 !important;
    }

    .ep-footer .ep-footer-links a {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}


@media (max-width: 768px) {
    .ep-show-report-head .ep-show-title-block {
        grid-template-columns: 1fr !important;
    }

    .ep-show-report-head .ep-show-icon {
        width: 54px !important;
        height: 54px !important;
        margin-bottom: 2px !important;
    }

    .ep-show-report-head .ep-show-title {
        max-width: 100% !important;
        font-size: clamp(21px, 6.2vw, 28px) !important;
        line-height: 1.1 !important;
    }

    .ep-home-mini-links a {
        min-height: 36px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        line-height: 1.15 !important;
    }
}


@media (max-width: 768px) {
    .ep-resource-shell .ep-product-identity {
        grid-template-columns: 1fr !important;
        grid-template-areas: "kind" "logo" "title" !important;
        gap: 10px !important;
    }

    .ep-resource-shell .ep-product-title-wrap,
    .ep-resource-shell .ep-product-title {
        width: 100% !important;
        max-width: 100% !important;
    }

    .ep-resource-shell .ep-product-title {
        font-size: clamp(21px, 6vw, 28px) !important;
        line-height: 1.1 !important;
    }
}


@media (max-width: 768px) {
    .ep-resource-shell .ep-product-kind {
        grid-area: kind !important;
        width: max-content !important;
    }

    .ep-resource-shell .ep-product-logo {
        grid-area: logo !important;
        justify-self: start !important;
    }

    .ep-resource-shell .ep-product-title-wrap {
        grid-area: title !important;
    }
}


.ep-list-header .ep-cat-title-link {
    min-height: 34px !important;
    padding: 0 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    border: 1px solid rgba(8, 127, 144, .18) !important;
    border-radius: 999px !important;
    color: var(--ep-accent-strong) !important;
    background: rgba(231, 248, 251, .9) !important;
    font-size: 14px !important;
    font-weight: 950 !important;
    line-height: 1.1 !important;
    text-decoration: none !important;
}

.ep-list-header .ep-cat-title-link::after {
    content: "→";
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #061927;
    background: rgba(123, 226, 221, .72);
    font-size: 12px;
}

.ep-list-header .ep-cat-title-link:hover,
.ep-list-header .ep-cat-title-link:focus-visible {
    border-color: rgba(8, 127, 144, .38) !important;
    background: #dff7f8 !important;
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .ep-list-header .ep-cat-title-link,
    .ep-category-guide-actions a,
    .ep-category-next-steps nav a {
        min-height: 36px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        line-height: 1.15 !important;
        white-space: nowrap !important;
    }
}


@media (min-width: 769px) {
    .ep-product-summary,
    .ep-product-decision .ep-product-summary,
    .ep-product-detail:not(.ep-resource-detail) .ep-product-summary,
    .ep-resource-detail .ep-product-summary {
        max-height: none !important;
        overflow: visible !important;
        line-height: 1.72 !important;
    }

    .ep-nav-item.ep-has-child {
        position: relative !important;
        z-index: 220 !important;
    }

    .ep-nav-item.ep-has-child > .ep-submenu {
        display: block !important;
        left: 0 !important;
        top: calc(100% + 6px) !important;
        min-width: 188px !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: translateY(8px) !important;
        z-index: 260 !important;
        transition: opacity .18s ease, transform .18s ease, visibility .18s ease !important;
    }

    .ep-nav-item.ep-has-child:hover > .ep-submenu,
    .ep-nav-item.ep-has-child:focus-within > .ep-submenu {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: translateY(0) !important;
    }

    .ep-submenu > li.ep-has-child {
        position: relative !important;
    }

    .ep-submenu > li:hover > .ep-submenu-nested,
    .ep-submenu > li:focus-within > .ep-submenu-nested {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: translateX(0) !important;
    }
}


@media (min-width: 1024px) {
    .ep-search-hero {
        min-height: 148px !important;
        padding: 26px 28px !important;
        align-items: center !important;
    }

    .ep-search-hero h1,
    .ep-search-hero-copy h1 {
        font-size: clamp(34px, 4vw, 50px) !important;
        line-height: 1.02 !important;
        margin-bottom: 10px !important;
    }

    .ep-search-hero p {
        max-width: 690px !important;
        font-size: 14px !important;
        line-height: 1.65 !important;
    }

    .ep-search-shortcuts {
        align-self: center !important;
        gap: 8px !important;
        justify-content: flex-end !important;
    }

    .ep-search-shortcuts span,
    .ep-search-shortcuts a {
        min-height: 34px !important;
        height: 34px !important;
        padding: 0 14px !important;
        font-size: 13px !important;
    }

    .ep-search-card .el-card__body {
        padding: 18px 20px 24px !important;
    }

    .ep-search-filters {
        display: grid !important;
        grid-template-columns: minmax(170px, .8fr) minmax(0, 1.35fr) minmax(320px, 1.25fr) minmax(150px, .72fr) !important;
        gap: 10px 12px !important;
        align-items: center !important;
        padding: 14px !important;
        border-radius: 22px !important;
    }

    .ep-search-filters .ep-search-divider {
        display: none !important;
    }

    .ep-search-state {
        min-height: 42px !important;
        padding: 0 12px !important;
        gap: 8px !important;
        align-items: center !important;
        overflow: hidden !important;
    }

    .ep-search-state span,
    .ep-search-state em {
        flex: 0 0 auto !important;
        font-size: 12px !important;
    }

    .ep-search-state strong {
        min-width: 0 !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
        font-size: 17px !important;
    }

    .ep-search-row,
    .ep-search-row--center {
        display: grid !important;
        grid-template-columns: auto minmax(0, 1fr) !important;
        gap: 8px !important;
        align-items: center !important;
        padding: 0 !important;
        margin: 0 !important;
        min-width: 0 !important;
    }

    .ep-search-row--center {
        grid-template-columns: auto minmax(180px, 1fr) auto !important;
    }

    .ep-search-label {
        min-width: 52px !important;
        min-height: 32px !important;
        height: 32px !important;
        padding: 0 10px !important;
        font-size: 12px !important;
        white-space: nowrap !important;
    }

    .ep-search-field {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        gap: 7px !important;
        min-width: 0 !important;
        scrollbar-width: none !important;
    }

    .ep-search-field::-webkit-scrollbar {
        display: none !important;
    }

    .ep-search-field .ep-filter-pill,
    .ep-filter-pill {
        min-height: 34px !important;
        height: 34px !important;
        padding: 0 13px !important;
        font-size: 13px !important;
        flex: 0 0 auto !important;
    }

    .ep-search-keyword-wrap .el-input__wrapper {
        min-height: 38px !important;
        height: 38px !important;
        border-radius: 14px !important;
    }

    .ep-search-submit {
        min-height: 38px !important;
        height: 38px !important;
        padding: 0 16px !important;
        border-radius: 14px !important;
        white-space: nowrap !important;
    }

    .ep-search-result-bar {
        min-height: 44px !important;
        margin-top: 12px !important;
        margin-bottom: 10px !important;
        padding: 0 14px !important;
        border-radius: 16px !important;
    }

    .ep-search-card .ep-list-item {
        padding-top: 18px !important;
        padding-bottom: 18px !important;
    }
}

@media (max-width: 768px) {
    .ep-search-hero {
        padding: 14px 14px !important;
        min-height: 0 !important;
    }

    .ep-search-hero h1,
    .ep-search-hero-copy h1 {
        font-size: clamp(29px, 9vw, 39px) !important;
        line-height: 1.02 !important;
        margin-bottom: 8px !important;
    }

    .ep-search-hero p {
        font-size: 13px !important;
        line-height: 1.55 !important;
    }

    .ep-search-filters {
        padding: 10px !important;
        border-radius: 19px !important;
        gap: 8px !important;
    }

    .ep-search-card .el-card__body {
        padding: 12px !important;
    }

    .ep-search-row,
    .ep-search-row--center {
        min-height: 44px !important;
        margin-bottom: 8px !important;
        padding: 4px !important;
        gap: 7px !important;
        grid-template-columns: auto minmax(0, 1fr) !important;
    }

    .ep-search-row--center {
        grid-template-columns: auto minmax(0, 1fr) auto !important;
    }

    .ep-search-label {
        min-height: 30px !important;
        height: 30px !important;
        padding-left: 9px !important;
        padding-right: 9px !important;
    }

    .ep-search-field {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        gap: 6px !important;
        scrollbar-width: none !important;
    }

    .ep-search-field::-webkit-scrollbar {
        display: none !important;
    }

    .ep-search-state {
        min-height: 38px !important;
        padding: 0 10px !important;
        gap: 7px !important;
    }

    .ep-search-state strong {
        font-size: 16px !important;
        max-width: 150px !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    .ep-search-field .ep-filter-pill,
    .ep-filter-pill,
    .ep-search-submit {
        min-height: 34px !important;
        height: 34px !important;
    }

    .ep-search-keyword-wrap .el-input__wrapper {
        min-height: 36px !important;
        height: 36px !important;
    }

    .ep-search-result-bar {
        min-height: 40px !important;
        margin-top: 8px !important;
        margin-bottom: 6px !important;
        padding: 0 12px !important;
    }
}


@media (max-width: 768px) {
    .ep-product-summary,
    .ep-product-decision .ep-product-summary,
    .ep-product-detail:not(.ep-resource-detail) .ep-product-summary,
    .ep-resource-detail .ep-product-summary {
        max-height: none !important;
        overflow: visible !important;
        line-height: 1.66 !important;
        font-size: 13px !important;
    }
}


@media (max-width: 768px) {
    .ep-show-tags {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
        overflow-x: auto !important;
        min-height: 52px !important;
        padding: 10px !important;
        scrollbar-width: none !important;
    }

    .ep-show-tags::-webkit-scrollbar {
        display: none !important;
    }

    .ep-show-tags .ep-badge,
    .ep-show-tags a {
        flex: 0 0 auto !important;
        min-height: 34px !important;
        white-space: nowrap !important;
    }

    .ep-show-card .ep-show-related-grid,
    .ep-product-shell .ep-show-related-grid {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 10px !important;
        overflow-x: auto !important;
        padding: 4px 2px 10px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        scrollbar-width: none !important;
    }

    .ep-show-card .ep-show-related-grid::-webkit-scrollbar,
    .ep-product-shell .ep-show-related-grid::-webkit-scrollbar {
        display: none !important;
    }

    .ep-show-card .ep-show-related-col,
    .ep-product-shell .ep-show-related-col {
        flex: 0 0 236px !important;
        width: 236px !important;
        max-width: 236px !important;
        padding: 0 !important;
    }

    .ep-show-card .ep-related-card,
    .ep-product-shell .ep-related-card {
        height: 136px !important;
        min-height: 136px !important;
    }

    .ep-show-card .ep-show-related,
    .ep-product-shell .ep-show-related {
        padding-bottom: 8px !important;
    }
}


@media (max-width: 768px) {
    .ep-cat-hero,
    .ep-cat-hero.ep-cat-hero--compact {
        min-height: 0 !important;
        padding: 16px 14px !important;
        gap: 12px !important;
        border-radius: 22px !important;
    }

    .ep-cat-hero h1 {
        font-size: clamp(29px, 8.8vw, 38px) !important;
        line-height: 1.03 !important;
        margin-bottom: 7px !important;
        max-width: 11em !important;
    }

    .ep-cat-hero p {
        font-size: 13px !important;
        line-height: 1.5 !important;
        max-width: 25em !important;
        margin-bottom: 0 !important;
    }

    .ep-cat-filter.ep-filter-matrix,
    .ep-filter-matrix {
        padding: 8px !important;
        gap: 7px !important;
        border-radius: 18px !important;
    }

    .ep-cat-filter .ep-filter-title,
    .ep-filter-matrix .ep-filter-title {
        min-height: 28px !important;
        margin: 0 !important;
        padding: 0 2px !important;
    }

    .ep-cat-filter .ep-filter-title strong,
    .ep-filter-matrix .ep-filter-title strong {
        font-size: 13px !important;
    }

    .ep-cat-filter .ep-filter-title span,
    .ep-filter-matrix .ep-filter-title span {
        display: none !important;
    }

    .ep-cat-filter .ep-filter-group,
    .ep-filter-matrix .ep-filter-group {
        min-height: 38px !important;
        padding: 3px !important;
        gap: 5px !important;
        border-radius: 14px !important;
    }

    .ep-cat-filter .ep-filter-group > span,
    .ep-filter-matrix .ep-filter-group > span {
        min-height: 28px !important;
        height: 28px !important;
        padding: 0 8px !important;
        font-size: 12px !important;
        border-radius: 11px !important;
    }

    .ep-cat-filter .ep-filter-group > a,
    .ep-filter-matrix .ep-filter-group > a {
        min-height: 32px !important;
        height: 32px !important;
        padding: 0 10px !important;
        font-size: 13px !important;
        border-radius: 12px !important;
    }

    .ep-row {
        gap: 14px !important;
    }

    .ep-list-card .el-card__body {
        padding: 10px !important;
    }

    .ep-list-item,
    .ep-search-card .ep-list-item {
        display: grid !important;
        grid-template-columns: 74px minmax(0, 1fr) !important;
        gap: 12px !important;
        min-height: 0 !important;
        padding: 13px !important;
        border-radius: 17px !important;
    }

    .ep-list-item .ep-thumb,
    .ep-search-card .ep-thumb,
    .ep-list-item img.ep-thumb,
    .ep-search-card img.ep-thumb {
        width: 74px !important;
        height: 74px !important;
        min-width: 74px !important;
        border-radius: 15px !important;
    }

    .ep-list-item .ep-article-title,
    .ep-search-card .ep-article-title {
        margin-bottom: 6px !important;
        font-size: 15px !important;
        line-height: 1.35 !important;
        -webkit-line-clamp: 2 !important;
    }

    .ep-list-item .ep-list-desc,
    .ep-search-card .ep-list-desc {
        margin-bottom: 7px !important;
        font-size: 12px !important;
        line-height: 1.48 !important;
        -webkit-line-clamp: 2 !important;
    }

    .ep-list-specs,
    .ep-list-field-tags,
    .ep-search-card .ep-list-specs,
    .ep-search-card .ep-list-field-tags {
        gap: 5px !important;
        margin-top: 5px !important;
    }

    .ep-list-specs span,
    .ep-list-field-tags span,
    .ep-search-card .ep-list-specs span,
    .ep-search-card .ep-list-field-tags span {
        min-height: 25px !important;
        padding: 0 8px !important;
        font-size: 11px !important;
        border-radius: 9px !important;
    }

    .ep-meta {
        margin-top: 6px !important;
        gap: 7px !important;
        font-size: 11px !important;
    }

    .ep-list-action,
    .ep-search-card .ep-list-action {
        grid-column: 2 !important;
        justify-self: start !important;
        min-height: 32px !important;
        height: 32px !important;
        padding: 0 12px !important;
        margin-top: 6px !important;
        border-radius: 12px !important;
        font-size: 12px !important;
    }
}

@media (max-width: 420px) {
    .ep-list-specs span:nth-child(n+4),
    .ep-list-field-tags span:nth-child(n+4),
    .ep-search-card .ep-list-specs span:nth-child(n+4),
    .ep-search-card .ep-list-field-tags span:nth-child(n+4) {
        display: none !important;
    }
}


@media (max-width: 768px) {
    .ep-cat-filter .ep-filter-title,
    .ep-filter-matrix .ep-filter-title {
        display: none !important;
    }

    .ep-cat-filter.ep-filter-matrix,
    .ep-filter-matrix {
        gap: 6px !important;
    }

    .ep-cat-filter .ep-filter-group,
    .ep-filter-matrix .ep-filter-group {
        min-height: 40px !important;
        grid-template-columns: 50px minmax(0, 1fr) minmax(0, 1fr) !important;
    }

    .ep-cat-filter .ep-filter-group > span,
    .ep-filter-matrix .ep-filter-group > span {
        min-height: 30px !important;
        height: 30px !important;
        justify-content: center !important;
    }

    .ep-cat-filter .ep-filter-group > a,
    .ep-filter-matrix .ep-filter-group > a {
        min-height: 34px !important;
        height: 34px !important;
    }

    .ep-list-item,
    .ep-search-card .ep-list-item {
        grid-template-columns: 68px minmax(0, 1fr) !important;
        gap: 10px !important;
        padding: 12px !important;
    }

    .ep-list-item .ep-thumb,
    .ep-search-card .ep-thumb,
    .ep-list-item img.ep-thumb,
    .ep-search-card img.ep-thumb {
        width: 68px !important;
        height: 68px !important;
        min-width: 68px !important;
        border-radius: 14px !important;
    }

    .ep-list-item .ep-list-desc,
    .ep-search-card .ep-list-desc {
        -webkit-line-clamp: 1 !important;
        margin-bottom: 5px !important;
    }

    .ep-list-item .ep-meta,
    .ep-search-card .ep-meta {
        display: none !important;
    }

    .ep-list-action,
    .ep-search-card .ep-list-action {
        min-height: 34px !important;
        height: 34px !important;
        margin-top: 6px !important;
    }
}

@media (max-width: 420px) {
    .ep-cat-hero p {
        display: -webkit-box !important;
        overflow: hidden !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
    }
}


@media (max-width: 768px) {
    .ep-search-filters {
        padding: 8px !important;
        gap: 7px !important;
        border-radius: 18px !important;
    }

    .ep-search-filters .ep-search-state,
    .ep-search-filters .ep-search-divider {
        display: none !important;
    }

    .ep-search-row,
    .ep-search-row--center {
        min-height: 40px !important;
        margin: 0 !important;
        padding: 3px !important;
        gap: 6px !important;
        border-radius: 14px !important;
    }

    .ep-search-row--center {
        grid-template-columns: minmax(0, 1fr) auto !important;
    }

    .ep-search-row--center .ep-search-label {
        display: none !important;
    }

    .ep-search-label {
        min-width: 44px !important;
        min-height: 30px !important;
        height: 30px !important;
        padding: 0 8px !important;
        border-radius: 11px !important;
    }

    .ep-search-field {
        gap: 6px !important;
    }

    .ep-search-field .ep-filter-pill,
    .ep-filter-pill {
        min-height: 34px !important;
        height: 34px !important;
        padding: 0 11px !important;
    }

    .ep-search-keyword-wrap .el-input__wrapper,
    .ep-search-submit {
        min-height: 36px !important;
        height: 36px !important;
        border-radius: 12px !important;
    }

    .ep-search-result-bar {
        margin-top: 10px !important;
    }
}


@media (max-width: 768px) {
    .ep-home-hero {
        min-height: 0 !important;
        padding: 12px !important;
        gap: 10px !important;
        border-radius: 0 !important;
    }

    .ep-home-hero-copy {
        min-height: 0 !important;
        padding: 18px 16px 16px !important;
        border-radius: 22px !important;
    }

    .ep-home-eyebrow {
        margin-bottom: 8px !important;
        font-size: 12px !important;
    }

    .ep-home-hero h1 {
        max-width: 10.5em !important;
        margin-bottom: 8px !important;
        font-size: clamp(30px, 9vw, 40px) !important;
        line-height: 1.03 !important;
    }

    .ep-home-hero p {
        max-width: 25em !important;
        margin-bottom: 12px !important;
        font-size: 13px !important;
        line-height: 1.5 !important;
        display: -webkit-box !important;
        overflow: hidden !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
    }

    .ep-home-decision-strip {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 7px !important;
        overflow-x: auto !important;
        padding-bottom: 2px !important;
        margin-bottom: 12px !important;
        scrollbar-width: none !important;
    }

    .ep-home-decision-strip::-webkit-scrollbar {
        display: none !important;
    }

    .ep-home-decision-strip a {
        flex: 0 0 148px !important;
        min-height: 46px !important;
        padding: 8px 10px !important;
        border-radius: 14px !important;
    }

    .ep-home-decision-strip a span {
        font-size: 11px !important;
    }

    .ep-home-decision-strip a strong {
        display: block !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
        font-size: 12px !important;
    }

    .ep-home-actions {
        gap: 8px !important;
        margin-top: 0 !important;
    }

    .ep-home-btn {
        min-height: 38px !important;
        height: 38px !important;
        padding: 0 14px !important;
        border-radius: 14px !important;
        font-size: 13px !important;
    }

    .ep-home-advisor {
        min-height: 0 !important;
        padding: 10px !important;
        border-radius: 20px !important;
    }

    .ep-home-advisor .ep-home-panel-title {
        display: none !important;
    }

    .ep-home-advisor-grid {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 7px !important;
    }

    .ep-home-advisor-grid a {
        min-height: 42px !important;
        padding: 0 8px !important;
        justify-content: center !important;
        border-radius: 14px !important;
        text-align: center !important;
    }

    .ep-home-advisor-grid a span {
        font-size: 12px !important;
        line-height: 1 !important;
        white-space: nowrap !important;
    }

    .ep-home-advisor-grid a em {
        display: none !important;
    }

    .ep-home-paths {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
        overflow-x: auto !important;
        padding: 0 12px 8px !important;
        margin-top: 0 !important;
        scrollbar-width: none !important;
    }

    .ep-home-paths::-webkit-scrollbar {
        display: none !important;
    }

    .ep-home-paths a {
        flex: 0 0 138px !important;
        min-height: 54px !important;
        padding: 9px 11px !important;
        border-radius: 16px !important;
    }

    .ep-home-paths strong {
        font-size: 13px !important;
        line-height: 1.15 !important;
    }

    .ep-home-paths span {
        display: block !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
        font-size: 11px !important;
    }

    .ep-home-section-head {
        min-height: 50px !important;
        padding: 10px 12px !important;
        margin-bottom: 10px !important;
        border-radius: 16px !important;
    }

    .ep-home-section-head span {
        font-size: 11px !important;
    }

    .ep-home-section-head h2 {
        font-size: 20px !important;
        line-height: 1.12 !important;
    }

    .ep-home-section-head > a {
        min-height: 34px !important;
        height: 34px !important;
        padding: 0 12px !important;
        border-radius: 12px !important;
        font-size: 12px !important;
    }

    .ep-home-product-row {
        grid-template-columns: 68px minmax(0, 1fr) !important;
        gap: 10px !important;
        min-height: 0 !important;
        padding: 12px !important;
        border-radius: 17px !important;
    }

    .ep-home-product-logo,
    .ep-home-product-logo img {
        width: 68px !important;
        height: 68px !important;
        min-width: 68px !important;
        border-radius: 14px !important;
    }

    .ep-home-product-body h3 {
        margin-bottom: 5px !important;
        font-size: 15px !important;
        line-height: 1.35 !important;
        display: -webkit-box !important;
        overflow: hidden !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
    }

    .ep-home-product-body p {
        margin-bottom: 6px !important;
        font-size: 12px !important;
        line-height: 1.46 !important;
        -webkit-line-clamp: 1 !important;
    }

    .ep-home-product-specs {
        gap: 5px !important;
    }

    .ep-home-product-specs span {
        min-height: 26px !important;
        padding: 0 8px !important;
        border-radius: 9px !important;
    }

    .ep-home-product-specs span:nth-child(n+3),
    .ep-home-tags span:nth-child(n+4) {
        display: none !important;
    }

    .ep-home-row-link {
        grid-column: 2 !important;
        justify-self: start !important;
        min-height: 34px !important;
        height: 34px !important;
        padding: 0 13px !important;
        margin-top: 6px !important;
        border-radius: 12px !important;
    }
}


@media (max-width: 768px) {
    .ep-home-hero-copy {
        padding-top: 16px !important;
        padding-bottom: 14px !important;
    }

    .ep-home-hero h1 {
        max-width: 100% !important;
        font-size: clamp(31px, 9vw, 39px) !important;
        line-height: 1.02 !important;
        letter-spacing: 0 !important;
    }

    .ep-home-decision-strip {
        display: none !important;
    }

    .ep-home-actions {
        margin-top: 12px !important;
    }

    .ep-home-advisor {
        padding: 9px !important;
    }

    .ep-home-advisor-grid {
        gap: 6px !important;
    }

    .ep-home-advisor-grid a {
        min-height: 40px !important;
        border-radius: 13px !important;
    }

    .ep-home-paths {
        padding-bottom: 6px !important;
    }
}


@media (max-width: 768px) {
    .ep-home-side {
        gap: 12px !important;
        margin-top: 14px !important;
    }

    .ep-home-side-panel {
        padding: 12px !important;
        border-radius: 18px !important;
    }

    .ep-home-side-panel .ep-home-panel-title {
        min-height: 28px !important;
        margin-bottom: 8px !important;
        font-size: 13px !important;
    }

    .ep-home-side-panel .ep-home-side-link:nth-of-type(n+4),
    .ep-home-side-panel .ep-home-price-row:nth-of-type(n+4) {
        display: none !important;
    }

    .ep-home-side-link,
    .ep-home-price-row {
        min-height: 52px !important;
        padding: 9px 0 !important;
        gap: 3px !important;
    }

    .ep-home-side-link strong,
    .ep-home-price-row strong {
        font-size: 13px !important;
        line-height: 1.32 !important;
        -webkit-line-clamp: 1 !important;
    }

    .ep-home-side-link span,
    .ep-home-price-row span {
        font-size: 12px !important;
        line-height: 1.35 !important;
        -webkit-line-clamp: 1 !important;
    }

    .ep-home-mini-links {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    .ep-home-mini-links a {
        min-height: 38px !important;
        border-radius: 12px !important;
    }

    .ep-footer {
        padding: 26px 12px 18px !important;
    }

    .ep-footer-inner {
        padding: 18px 14px !important;
        border-radius: 22px !important;
    }

    .ep-footer-top {
        gap: 10px !important;
        padding-bottom: 12px !important;
    }

    .ep-footer-brand p {
        display: none !important;
    }

    .ep-footer-logo {
        font-size: 22px !important;
        min-height: 34px !important;
    }

    .ep-footer-actions {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
        overflow-x: auto !important;
        padding-bottom: 2px !important;
        scrollbar-width: none !important;
    }

    .ep-footer-actions::-webkit-scrollbar {
        display: none !important;
    }

    .ep-footer-actions a {
        flex: 0 0 auto !important;
        min-height: 34px !important;
        padding: 0 12px !important;
        border-radius: 13px !important;
        font-size: 12px !important;
    }

    .ep-footer-nav {
        gap: 12px !important;
        padding: 12px 0 !important;
    }

    .ep-footer-col {
        gap: 7px !important;
        padding-bottom: 10px !important;
    }

    .ep-footer-col > span {
        font-size: 12px !important;
    }

    .ep-footer-links {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 7px !important;
    }

    .ep-footer-links li {
        margin: 0 !important;
    }

    .ep-footer-links a {
        min-height: 34px !important;
        padding: 0 12px !important;
        border-radius: 13px !important;
        font-size: 12px !important;
    }

    .ep-footer-bottom {
        margin-top: 6px !important;
        padding-top: 10px !important;
        gap: 6px !important;
        font-size: 11px !important;
    }
}


@media (max-width: 768px) {
    .ep-footer-actions,
    .ep-footer-nav .ep-footer-col:first-child {
        display: none !important;
    }

    .ep-footer-top {
        min-height: 42px !important;
        padding-bottom: 10px !important;
    }

    .ep-footer-nav {
        gap: 10px !important;
        padding: 10px 0 8px !important;
    }

    .ep-footer-col {
        padding-bottom: 8px !important;
        border-bottom: 1px solid rgba(148, 163, 184, .2) !important;
    }

    .ep-footer-col:last-child {
        padding-bottom: 0 !important;
        border-bottom: 0 !important;
    }

    .ep-footer-links a {
        min-height: 32px !important;
        height: 32px !important;
        padding: 0 11px !important;
    }

    .ep-footer-bottom {
        padding-top: 8px !important;
    }
}


@media (max-width: 768px) {
    .ep-product-shell,
    .ep-show-card {
        padding-top: 14px !important;
    }

    .ep-product-breadcrumb {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        gap: 8px !important;
        min-height: 42px !important;
        max-height: 42px !important;
        padding: 0 10px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        white-space: nowrap !important;
        scrollbar-width: none !important;
    }

    .ep-product-breadcrumb::-webkit-scrollbar {
        display: none !important;
    }

    .ep-product-breadcrumb > span:last-child,
    .ep-product-breadcrumb > span:nth-last-child(2) {
        display: none !important;
    }

    .ep-product-breadcrumb a,
    .ep-product-breadcrumb span {
        flex: 0 0 auto !important;
        min-height: 34px !important;
        line-height: 34px !important;
        font-size: 12px !important;
    }

    .ep-product-report-head,
    .ep-resource-shell .ep-product-report-head {
        gap: 12px !important;
        padding: 14px !important;
        border-radius: 20px !important;
    }

    .ep-product-identity,
    .ep-resource-shell .ep-product-identity {
        gap: 10px !important;
    }

    .ep-product-kind,
    .ep-resource-shell .ep-product-kind {
        min-height: 28px !important;
        height: 28px !important;
        padding: 0 10px !important;
        font-size: 12px !important;
        border-radius: 11px !important;
    }

    .ep-product-logo,
    .ep-product-logo img,
    .ep-resource-shell .ep-product-logo,
    .ep-resource-shell .ep-product-logo img {
        width: 58px !important;
        height: 58px !important;
        min-width: 58px !important;
        border-radius: 15px !important;
    }

    .ep-product-title,
    .ep-resource-shell .ep-product-title {
        font-size: clamp(24px, 7.4vw, 30px) !important;
        line-height: 1.08 !important;
        margin-bottom: 8px !important;
        display: -webkit-box !important;
        overflow: hidden !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 3 !important;
    }

    .ep-product-meta,
    .ep-product-pills {
        gap: 8px !important;
        margin-top: 6px !important;
    }

    .ep-product-pill {
        min-height: 28px !important;
        height: 28px !important;
        padding: 0 9px !important;
        font-size: 12px !important;
        border-radius: 10px !important;
    }

    .ep-product-decision {
        gap: 10px !important;
    }

    .ep-product-summary,
    .ep-product-decision .ep-product-summary,
    .ep-resource-detail .ep-product-summary {
        padding: 12px 14px !important;
        border-radius: 15px !important;
        font-size: 13px !important;
        line-height: 1.58 !important;
    }

    .ep-product-decision-specs {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
        overflow-x: auto !important;
        padding-bottom: 2px !important;
        scrollbar-width: none !important;
    }

    .ep-product-decision-specs::-webkit-scrollbar {
        display: none !important;
    }

    .ep-product-decision-specs span {
        flex: 0 0 154px !important;
        min-height: 44px !important;
        padding: 7px 10px !important;
        border-radius: 14px !important;
    }

    .ep-product-actions {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
        overflow-x: auto !important;
        padding: 2px 0 4px !important;
        scrollbar-width: none !important;
    }

    .ep-product-actions::-webkit-scrollbar {
        display: none !important;
    }

    .ep-product-actions .ep-product-btn {
        flex: 0 0 auto !important;
        min-height: 36px !important;
        height: 36px !important;
        padding: 0 14px !important;
        border-radius: 13px !important;
        font-size: 13px !important;
    }

    .ep-product-paths,
    .ep-show-paths {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
        min-height: 48px !important;
        padding: 7px !important;
        overflow-x: auto !important;
        border-radius: 17px !important;
        scrollbar-width: none !important;
    }

    .ep-product-paths::-webkit-scrollbar,
    .ep-show-paths::-webkit-scrollbar {
        display: none !important;
    }

    .ep-product-paths > span,
    .ep-show-paths > span {
        display: none !important;
    }

    .ep-product-paths a,
    .ep-show-paths a {
        flex: 0 0 auto !important;
        min-width: 96px !important;
        min-height: 34px !important;
        height: 34px !important;
        padding: 0 12px !important;
        border-radius: 13px !important;
        font-size: 12px !important;
        white-space: nowrap !important;
    }

    .ep-product-content.neirong,
    .ep-show-card .neirong {
        margin-top: 14px !important;
        padding-top: 4px !important;
    }
}


@media (max-width: 768px) {
    .ep-product-detail .ep-product-actions,
    .ep-product-detail:not(.ep-resource-detail) .ep-product-actions,
    .ep-resource-detail .ep-product-actions {
        display: flex !important;
        grid-template-columns: none !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        gap: 8px !important;
        min-height: 42px !important;
        max-height: 42px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding: 0 0 2px !important;
        scrollbar-width: none !important;
    }

    .ep-product-detail .ep-product-actions::-webkit-scrollbar {
        display: none !important;
    }

    .ep-product-detail .ep-product-actions .ep-product-btn,
    .ep-product-detail:not(.ep-resource-detail) .ep-product-actions .ep-product-btn,
    .ep-resource-detail .ep-product-actions .ep-product-btn {
        flex: 0 0 auto !important;
        min-width: 88px !important;
        min-height: 36px !important;
        height: 36px !important;
        padding: 0 13px !important;
        border-radius: 13px !important;
        font-size: 13px !important;
        white-space: nowrap !important;
    }
}


@media (max-width: 768px) {
    .ep-header {
        --ep-header-height: 116px !important;
    }

    .ep-header-inner {
        min-height: 78px !important;
        height: 78px !important;
        padding: 3px 10px 0 !important;
        row-gap: 2px !important;
        align-content: flex-start !important;
    }

    .ep-logo {
        height: 34px !important;
        display: flex !important;
        align-items: center !important;
    }

    .ep-brand-mark {
        min-height: 32px !important;
        height: 32px !important;
        padding: 2px 8px !important;
    }

    .ep-brand-main {
        font-size: 16px !important;
        line-height: 1 !important;
    }

    .ep-brand-sub {
        font-size: 9px !important;
        line-height: 1 !important;
    }

    .ep-header-actions {
        height: 36px !important;
        gap: 6px !important;
        align-items: center !important;
    }

    .ep-header-primary-link {
        min-height: 34px !important;
        height: 34px !important;
        min-width: 58px !important;
        padding: 0 12px !important;
        border-radius: 14px !important;
        font-size: 12px !important;
    }

    .ep-search-toggle,
    .ep-user-trigger {
        min-width: 38px !important;
        width: 38px !important;
        min-height: 36px !important;
        height: 36px !important;
        border-radius: 14px !important;
    }

    .ep-search-toggle i {
        font-size: 14px !important;
    }

    .ep-nav {
        height: 34px !important;
        min-height: 34px !important;
        margin-top: 1px !important;
    }

    .ep-nav > ul {
        min-height: 34px !important;
        height: 34px !important;
        gap: 3px !important;
    }

    .ep-nav-item > a {
        min-width: 40px !important;
        min-height: 34px !important;
        height: 34px !important;
        padding: 0 9px !important;
        border-radius: 12px !important;
        font-size: 12px !important;
    }

    .ep-mobile-quick-paths {
        min-height: 38px !important;
        height: 38px !important;
        gap: 5px !important;
        padding: 2px 10px !important;
    }

    .ep-mobile-quick-paths > span,
    .ep-mobile-quick-paths a {
        min-height: 34px !important;
        height: 34px !important;
        padding: 0 9px !important;
        border-radius: 12px !important;
        font-size: 11px !important;
    }

    .ep-mobile-quick-paths > span {
        flex: 0 0 auto !important;
    }
}


@media (max-width: 768px) {
    .ep-brand-mark {
        min-height: 34px !important;
        height: 34px !important;
    }

    .ep-logo {
        height: 36px !important;
    }
}


@media (max-width: 768px) {
    .ep-search-hero {
        min-height: 104px !important;
        padding: 14px 16px !important;
        gap: 10px !important;
        border-radius: 22px !important;
    }

    .ep-search-hero-copy h1 {
        font-size: clamp(26px, 8vw, 34px) !important;
        line-height: 1.02 !important;
        margin: 2px 0 8px !important;
    }

    .ep-search-hero-copy p {
        display: none !important;
    }

    .ep-search-shortcuts {
        gap: 7px !important;
        padding: 6px !important;
        border-radius: 16px !important;
    }

    .ep-search-shortcuts span {
        display: none !important;
    }

    .ep-search-shortcuts a {
        min-height: 32px !important;
        height: 32px !important;
        padding: 0 13px !important;
        border-radius: 13px !important;
        font-size: 12px !important;
    }

    .ep-search-card .el-card__body {
        padding: 9px !important;
    }

    .ep-search-filters {
        padding: 8px !important;
        gap: 6px !important;
        margin-bottom: 8px !important;
        border-radius: 18px !important;
    }

    .ep-search-row,
    .ep-search-row--center {
        gap: 6px !important;
        padding: 0 !important;
    }

    .ep-search-row .ep-search-label,
    .ep-search-row--center .ep-search-label {
        flex: 0 0 38px !important;
        min-width: 38px !important;
        height: 30px !important;
        min-height: 30px !important;
        font-size: 11px !important;
        border-radius: 12px !important;
    }

    .ep-search-row--center {
        grid-template-columns: minmax(0, 1fr) 74px !important;
    }

    .ep-search-row--center .ep-search-label {
        display: none !important;
    }

    .ep-search-keyword-wrap .el-input__inner {
        height: 36px !important;
        min-height: 36px !important;
        font-size: 13px !important;
    }

    .ep-search-row--center .ep-search-submit {
        width: 74px !important;
        min-height: 36px !important;
        height: 36px !important;
        border-radius: 13px !important;
        font-size: 13px !important;
    }

    .ep-search-card .ep-search-field,
    .ep-search-filters .ep-search-field {
        gap: 6px !important;
    }

    .ep-search-card .ep-search-field .ep-filter-pill,
    .ep-search-filters .ep-search-field .ep-filter-pill {
        min-height: 30px !important;
        height: 30px !important;
        padding: 0 11px !important;
        border-radius: 12px !important;
        font-size: 11px !important;
    }

    .ep-search-result-bar {
        min-height: 40px !important;
        padding: 8px 10px !important;
        margin: 4px 0 8px !important;
        border-radius: 15px !important;
    }

    .ep-search-result-bar span,
    .ep-search-result-bar em {
        font-size: 11px !important;
    }

    .ep-search-result-bar strong {
        font-size: 14px !important;
    }

    .ep-resource-detail .ep-product-report-head {
        padding: 14px !important;
        gap: 12px !important;
        border-radius: 22px !important;
    }

    .ep-resource-detail .ep-product-title {
        font-size: clamp(25px, 7.8vw, 32px) !important;
        line-height: 1.08 !important;
    }

    .ep-resource-detail .ep-product-logo {
        width: 58px !important;
        height: 58px !important;
        border-radius: 16px !important;
    }

    .ep-resource-detail .ep-product-logo img {
        width: 44px !important;
        height: 44px !important;
    }

    .ep-resource-detail .ep-product-decision {
        padding: 10px !important;
        gap: 8px !important;
        border-radius: 18px !important;
    }

    .ep-resource-detail .ep-product-summary {
        max-height: 92px !important;
        overflow: hidden !important;
    }

    .ep-resource-detail .ep-product-paths {
        min-height: 40px !important;
        margin-top: 10px !important;
        padding: 5px !important;
        border-radius: 15px !important;
        box-shadow: none !important;
    }

    .ep-resource-detail .ep-product-paths a {
        min-width: auto !important;
        min-height: 30px !important;
        height: 30px !important;
        padding: 0 12px !important;
        border-radius: 12px !important;
        font-size: 12px !important;
    }
}

@media (max-width: 430px) {
    .ep-search-card .ep-list-item {
        min-height: 154px !important;
    }

    .ep-search-card .ep-thumb,
    .ep-search-card img.ep-thumb {
        width: 62px !important;
        height: 62px !important;
        border-radius: 16px !important;
    }

    .ep-search-card .ep-article-title {
        font-size: 16px !important;
        line-height: 1.18 !important;
        -webkit-line-clamp: 2 !important;
    }

    .ep-search-card .ep-list-desc {
        display: none !important;
    }
}


@media (max-width: 768px) {
    .ep-search-row--center .ep-search-keyword-wrap {
        width: 100% !important;
        min-width: 0 !important;
        display: block !important;
    }

    .ep-search-row--center .ep-search-keyword-wrap .el-input__wrapper {
        width: 100% !important;
        min-width: 0 !important;
        padding: 0 10px !important;
        display: flex !important;
        align-items: center !important;
    }

    .ep-search-row--center .ep-search-keyword-wrap .el-input__inner {
        width: 100% !important;
        min-width: 0 !important;
        padding: 0 !important;
    }

    .ep-resource-detail .ep-product-paths {
        display: none !important;
    }

    .ep-resource-detail .ep-product-content.neirong {
        margin-top: 14px !important;
    }
}


@media (min-width: 769px) {
    .ep-home-hero {
        min-height: 390px !important;
        gap: 12px !important;
        padding: 14px !important;
        margin-bottom: 12px !important;
    }

    .ep-home-hero-copy {
        min-height: 0 !important;
        padding: 30px 38px !important;
    }

    .ep-home-eyebrow {
        margin-bottom: 16px !important;
    }

    .ep-home-hero h1 {
        max-width: 660px !important;
        margin-bottom: 10px !important;
        font-size: clamp(44px, 4.5vw, 58px) !important;
        line-height: .98 !important;
    }

    .ep-home-hero p {
        max-width: 520px !important;
        margin-bottom: 14px !important;
        font-size: 16px !important;
    }

    .ep-home-decision-strip {
        gap: 10px !important;
        margin-bottom: 14px !important;
    }

    .ep-home-decision-strip a {
        min-height: 54px !important;
        padding: 10px 13px !important;
        border-radius: 16px !important;
    }

    .ep-home-actions {
        gap: 10px !important;
    }

    .ep-home-btn {
        min-height: 42px !important;
        height: 42px !important;
        padding: 0 18px !important;
        border-radius: 16px !important;
        font-size: 14px !important;
    }

    .ep-home-advisor {
        min-height: 0 !important;
        padding: 18px !important;
    }

    .ep-home-advisor-grid {
        gap: 10px !important;
    }

    .ep-home-advisor-grid a {
        min-height: 92px !important;
        height: 92px !important;
        padding: 13px !important;
        border-radius: 18px !important;
    }

    .ep-home-advisor-grid a span {
        font-size: 17px !important;
    }

    .ep-home-advisor-grid a em {
        margin-top: 8px !important;
        font-size: 13px !important;
    }

    .ep-home-paths {
        min-height: 70px !important;
        height: 70px !important;
        margin: 8px 0 !important;
        gap: 10px !important;
        padding: 6px !important;
    }

    .ep-home-paths a {
        min-height: 58px !important;
        height: 58px !important;
        padding: 8px 14px !important;
        gap: 3px !important;
        border-radius: 16px !important;
    }

    .ep-home-paths strong {
        font-size: 16px !important;
        line-height: 1.08 !important;
    }

    .ep-home-paths span {
        font-size: 12px !important;
        line-height: 1.1 !important;
    }

    .ep-home-layout {
        margin-top: 8px !important;
    }

    .ep-home-section {
        padding: 14px !important;
        border-radius: 20px !important;
    }

    .ep-home-section-head {
        min-height: 44px !important;
        margin-bottom: 8px !important;
    }

    .ep-home-section-head h2 {
        font-size: 25px !important;
        line-height: 1.08 !important;
    }

    .ep-home-product-row {
        min-height: 160px !important;
        padding: 16px 18px !important;
        border-radius: 18px !important;
    }

    .ep-home-product-logo,
    .ep-home-product-logo img {
        width: 112px !important;
        height: 112px !important;
        border-radius: 20px !important;
    }

    .ep-home-product-body p {
        margin-top: 6px !important;
        -webkit-line-clamp: 2 !important;
    }
}


@media (min-width: 769px) {
    .ep-product-shell {
        padding: 34px 44px 46px !important;
    }

    .ep-product-breadcrumb {
        margin-bottom: 16px !important;
        min-height: 24px !important;
        font-size: 13px !important;
    }

    .ep-product-report-head,
    .ep-resource-shell .ep-product-report-head {
        min-height: 0 !important;
        padding: 22px !important;
        gap: 20px !important;
        align-items: start !important;
        grid-template-columns: minmax(0, 1.08fr) minmax(360px, .82fr) !important;
    }

    .ep-product-identity,
    .ep-resource-shell .ep-product-identity {
        min-height: 0 !important;
        gap: 18px !important;
        align-content: start !important;
    }

    .ep-product-logo,
    .ep-product-logo img,
    .ep-resource-shell .ep-product-logo,
    .ep-resource-shell .ep-product-logo img {
        width: 58px !important;
        height: 58px !important;
        border-radius: 16px !important;
    }

    .ep-product-title,
    .ep-resource-shell .ep-product-title {
        max-width: 680px !important;
        font-size: clamp(32px, 3.2vw, 48px) !important;
        line-height: 1.05 !important;
        letter-spacing: 0 !important;
    }

    .ep-product-meta {
        margin-top: 8px !important;
        gap: 10px !important;
        font-size: 13px !important;
    }

    .ep-product-pills {
        margin-top: 14px !important;
        gap: 8px !important;
    }

    .ep-product-pill {
        min-height: 30px !important;
        height: 30px !important;
        padding: 0 12px !important;
        border-radius: 12px !important;
        font-size: 12px !important;
    }

    .ep-product-decision {
        min-height: 0 !important;
        gap: 10px !important;
        padding: 14px !important;
        border-radius: 18px !important;
    }

    .ep-product-decision .ep-product-summary,
    .ep-resource-detail .ep-product-summary {
        max-height: 116px !important;
        overflow: hidden !important;
        padding: 14px 16px !important;
        border-radius: 15px !important;
        font-size: 14px !important;
        line-height: 1.72 !important;
    }

    .ep-product-decision-specs {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    .ep-product-decision-specs span {
        min-height: 44px !important;
        padding: 8px 12px !important;
        border-radius: 13px !important;
    }

    .ep-product-actions {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
        min-height: 42px !important;
        overflow-x: auto !important;
        padding: 2px 0 0 !important;
        scrollbar-width: none !important;
    }

    .ep-product-actions::-webkit-scrollbar {
        display: none !important;
    }

    .ep-product-actions .ep-product-btn {
        flex: 0 0 auto !important;
        min-width: 76px !important;
        min-height: 40px !important;
        height: 40px !important;
        padding: 0 10px !important;
        border-radius: 14px !important;
        font-size: 13px !important;
        white-space: nowrap !important;
    }

    .ep-product-paths {
        min-height: 44px !important;
        margin-top: 14px !important;
        padding: 6px !important;
        border-radius: 16px !important;
    }

    .ep-product-paths > span {
        min-height: 32px !important;
        height: 32px !important;
        padding: 0 10px !important;
        font-size: 12px !important;
    }

    .ep-product-paths a {
        min-height: 32px !important;
        height: 32px !important;
        padding: 0 13px !important;
        border-radius: 12px !important;
        font-size: 12px !important;
    }

    .ep-product-content.neirong {
        margin-top: 18px !important;
        padding-top: 20px !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-decision .ep-product-actions,
    .ep-resource-detail .ep-product-decision .ep-product-actions {
        display: flex !important;
        grid-template-columns: none !important;
        flex-wrap: nowrap !important;
        gap: 6px !important;
        min-height: 42px !important;
        max-height: 42px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding: 2px 0 0 !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-decision .ep-product-actions .ep-product-btn,
    .ep-resource-detail .ep-product-decision .ep-product-actions .ep-product-btn {
        flex: 0 0 70px !important;
        width: 70px !important;
        min-width: 70px !important;
        max-width: 70px !important;
        min-height: 40px !important;
        height: 40px !important;
        padding: 0 4px !important;
        font-size: 12px !important;
    }
}


@media (max-width: 768px) {
    .ep-search-shortcuts a,
    .ep-search-card .ep-search-field .ep-filter-pill,
    .ep-search-filters .ep-search-field .ep-filter-pill,
    .ep-search-row .ep-search-label {
        min-height: 34px !important;
        height: 34px !important;
    }

    .ep-search-row--center .ep-search-keyword-wrap,
    .ep-search-row--center .ep-search-keyword-wrap .el-input__wrapper,
    .ep-search-row--center .ep-search-keyword-wrap .el-input__inner,
    .ep-search-row--center .ep-search-submit {
        min-height: 38px !important;
        height: 38px !important;
    }
}


@media (max-width: 768px) {
    .ep-auth-page .ep-auth-shell {
        justify-content: flex-start !important;
        min-height: 100svh !important;
        padding: 28px 12px 18px !important;
        gap: 14px !important;
    }

    .ep-auth-brand {
        align-self: flex-start !important;
        margin: 0 0 4px !important;
        min-height: 42px !important;
    }

    .ep-auth-brand span {
        font-size: 24px !important;
        line-height: 1 !important;
    }

    .ep-auth-brand em {
        margin-top: 4px !important;
        font-size: 12px !important;
    }

    .ep-auth-card {
        width: min(100%, 360px) !important;
        border-radius: 22px !important;
    }

    .ep-auth-card .el-card__body {
        padding: 18px !important;
    }

    .ep-404-visual {
        margin: 6px 0 4px !important;
        font-size: clamp(68px, 23vw, 96px) !important;
        line-height: .92 !important;
    }

    .ep-auth-title,
    .ep-msg-title {
        margin: 8px 0 6px !important;
        font-size: clamp(25px, 7.5vw, 32px) !important;
        line-height: 1.08 !important;
    }

    .ep-404-msg {
        margin-bottom: 12px !important;
        font-size: 13px !important;
        line-height: 1.55 !important;
    }

    .ep-auth-search {
        gap: 8px !important;
        padding: 7px !important;
        border-radius: 17px !important;
    }

    .ep-auth-search input,
    .ep-auth-search button {
        min-height: 40px !important;
        height: 40px !important;
        border-radius: 14px !important;
    }

    .ep-auth-actions,
    .ep-msg-actions {
        gap: 8px !important;
        margin-top: 10px !important;
    }

    .ep-auth-actions a,
    .ep-msg-actions a {
        min-height: 38px !important;
        height: 38px !important;
        padding: 0 12px !important;
        border-radius: 14px !important;
        font-size: 12px !important;
    }

    .ep-auth-actions .ep-auth-primary,
    .ep-msg-actions .ep-auth-primary {
        min-height: 40px !important;
        height: 40px !important;
    }

    .ep-auth-routes {
        margin-top: 10px !important;
        padding: 8px !important;
        border-radius: 16px !important;
    }

    .ep-auth-routes > span {
        min-height: 28px !important;
        height: 28px !important;
        padding: 0 10px !important;
        font-size: 11px !important;
    }

    .ep-auth-routes div {
        gap: 7px !important;
    }

    .ep-auth-routes a {
        min-height: 34px !important;
        height: 34px !important;
        padding: 0 12px !important;
        border-radius: 13px !important;
        font-size: 12px !important;
    }

    .ep-footer {
        padding: 16px 0 18px !important;
    }

    .ep-footer-inner {
        min-height: 0 !important;
        padding: 18px 14px 16px !important;
        gap: 12px !important;
        border-radius: 20px !important;
    }

    .ep-footer-top {
        min-height: 0 !important;
        gap: 6px !important;
    }

    .ep-footer-logo {
        min-height: 28px !important;
        font-size: 20px !important;
        line-height: 1 !important;
    }

    .ep-footer-brand p,
    .ep-footer-actions {
        display: none !important;
    }

    .ep-footer-nav {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    .ep-footer-col {
        gap: 7px !important;
    }

    .ep-footer-col > span {
        min-height: 18px !important;
        font-size: 12px !important;
    }

    .ep-footer-links {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 6px !important;
        overflow-x: auto !important;
        padding-bottom: 1px !important;
        scrollbar-width: none !important;
    }

    .ep-footer-links::-webkit-scrollbar {
        display: none !important;
    }

    .ep-footer-links li {
        flex: 0 0 auto !important;
    }

    .ep-footer-links a {
        min-height: 34px !important;
        height: 34px !important;
        padding: 0 12px !important;
        border-radius: 13px !important;
        font-size: 12px !important;
        white-space: nowrap !important;
    }

    .ep-footer-bottom {
        min-height: 20px !important;
        padding-top: 8px !important;
        font-size: 11px !important;
    }
}


@media (max-width: 768px) {
    .ep-auth-page .ep-auth-shell {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        width: min(100%, 366px) !important;
        min-height: calc(100svh - 24px) !important;
        padding: 18px 8px 14px !important;
        gap: 12px !important;
    }

    .ep-auth-page .ep-auth-brand {
        align-self: flex-start !important;
    }

    .ep-auth-page .ep-auth-card {
        width: 100% !important;
        max-width: 360px !important;
        min-width: 0 !important;
    }

    .ep-auth-page .ep-auth-card .el-card__body {
        padding: 16px !important;
    }

    .ep-footer {
        margin-top: 16px !important;
        padding: 12px 0 14px !important;
    }

    .ep-footer-inner {
        padding: 14px 12px 12px !important;
        gap: 9px !important;
    }

    .ep-footer-inner > div,
    .ep-footer-top,
    .ep-footer-nav {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .ep-footer-top {
        min-height: 32px !important;
    }

    .ep-footer-nav {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    .ep-footer-col {
        min-width: 0 !important;
    }

    .ep-footer-col > span {
        margin-bottom: 5px !important;
    }

    .ep-footer-links {
        max-width: 100% !important;
    }

    .ep-footer-bottom {
        margin-top: 2px !important;
        padding-top: 6px !important;
    }
}


@media (max-width: 768px) {
    .ep-footer-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        align-items: start !important;
        column-gap: 8px !important;
        row-gap: 10px !important;
    }

    .ep-footer-col {
        min-width: 0 !important;
    }

    .ep-footer-col:first-child {
        grid-column: 1 / -1 !important;
    }

    .ep-footer-col:first-child .ep-footer-links {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .ep-footer-links {
        display: flex !important;
        flex-wrap: wrap !important;
        overflow: visible !important;
        gap: 6px !important;
        padding-bottom: 0 !important;
    }

    .ep-footer-links li {
        min-width: 0 !important;
    }

    .ep-footer-col:not(:first-child) .ep-footer-links li {
        flex: 1 1 calc(50% - 4px) !important;
    }

    .ep-footer-links a {
        width: 100% !important;
        min-height: 32px !important;
        height: 32px !important;
        padding: 0 8px !important;
        justify-content: center !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        font-size: 11px !important;
    }
}


@media (max-width: 768px) {
    .ep-product-detail:not(.ep-resource-detail) .ep-product-decision .ep-product-actions,
    .ep-resource-detail .ep-product-decision .ep-product-actions {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
        max-height: none !important;
        min-height: 0 !important;
        overflow: visible !important;
        padding: 0 !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-decision .ep-product-actions .ep-product-btn,
    .ep-resource-detail .ep-product-decision .ep-product-actions .ep-product-btn {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        flex: initial !important;
        min-height: 38px !important;
        height: 38px !important;
        padding: 0 10px !important;
        border-radius: 14px !important;
        font-size: 12px !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-decision .ep-product-actions .ep-product-btn:first-child,
    .ep-resource-detail .ep-product-decision .ep-product-actions .ep-product-btn:first-child {
        grid-column: 1 / -1 !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-decision .ep-product-actions .ep-product-btn:nth-child(4):last-child,
    .ep-product-detail:not(.ep-resource-detail) .ep-product-decision .ep-product-actions .ep-product-btn:nth-child(6):last-child,
    .ep-resource-detail .ep-product-decision .ep-product-actions .ep-product-btn:nth-child(4):last-child,
    .ep-resource-detail .ep-product-decision .ep-product-actions .ep-product-btn:nth-child(6):last-child {
        grid-column: 1 / -1 !important;
    }
}


@media (min-width: 769px) {
    .ep-resource-detail .ep-product-report-head {
        grid-template-columns: minmax(0, 1.22fr) minmax(300px, .58fr) !important;
        gap: 18px !important;
        padding: 20px !important;
    }

    .ep-resource-detail .ep-product-title {
        max-width: 720px !important;
        font-size: clamp(30px, 2.7vw, 42px) !important;
        line-height: 1.06 !important;
    }

    .ep-resource-detail .ep-product-decision {
        padding: 12px !important;
    }

    .ep-resource-detail .ep-product-decision .ep-product-summary {
        max-height: none !important;
        overflow: visible !important;
        font-size: 13px !important;
        line-height: 1.68 !important;
    }

    .ep-resource-detail .ep-product-decision-specs {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }

    .ep-resource-detail .ep-product-decision-specs span {
        min-height: 38px !important;
    }

    .ep-resource-detail .ep-product-decision-specs b {
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: clip !important;
    }
}

@media (max-width: 768px) {
    .ep-resource-detail .ep-product-title {
        font-size: clamp(28px, 7.2vw, 34px) !important;
        line-height: 1.08 !important;
    }
}


.ep-scrolltop {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(10px) !important;
}

.ep-scrolltop.is-visible {
    display: inline-flex !important;
    opacity: .92 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
}

@media (max-width: 768px) {
    .ep-scrolltop.is-visible {
        display: inline-flex !important;
        right: 14px !important;
        bottom: calc(18px + env(safe-area-inset-bottom)) !important;
        width: 42px !important;
        height: 42px !important;
        border-radius: 16px !important;
        box-shadow: 0 16px 34px rgba(8, 127, 144, .22) !important;
    }

    body:has(.ep-mobile-action-bar) .ep-scrolltop.is-visible {
        bottom: calc(86px + env(safe-area-inset-bottom)) !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ep-scrolltop,
    .ep-scrolltop.is-visible {
        transition: none !important;
        transform: none !important;
    }
}


@media (max-width: 768px) {
    .ep-breadcrumb {
        margin: 8px 0 !important;
        min-height: 28px !important;
        padding: 0 2px !important;
        gap: 5px !important;
        font-size: 12px !important;
    }

    .ep-cat-hero,
    .ep-cat-hero.ep-cat-hero--compact {
        margin: 8px 0 10px !important;
        min-height: 0 !important;
        padding: 14px !important;
        gap: 12px !important;
        border-radius: 20px !important;
    }

    .ep-cat-hero h1 {
        margin: 0 0 5px !important;
        font-size: clamp(24px, 6.4vw, 30px) !important;
        line-height: 1.1 !important;
    }

    .ep-cat-hero p {
        margin: 0 !important;
        max-width: 100% !important;
        font-size: 13px !important;
        line-height: 1.46 !important;
    }

    .ep-cat-eyebrow {
        margin-bottom: 5px !important;
        font-size: 11px !important;
    }

    .ep-cat-filter.ep-filter-matrix,
    .ep-filter-matrix {
        padding: 8px !important;
        gap: 7px !important;
        border-radius: 16px !important;
    }

    .ep-cat-filter .ep-filter-title,
    .ep-filter-matrix .ep-filter-title {
        margin: 0 !important;
        min-height: 0 !important;
    }

    .ep-cat-filter .ep-filter-title span,
    .ep-filter-matrix .ep-filter-title span {
        display: none !important;
    }

    .ep-cat-filter .ep-filter-title strong,
    .ep-filter-matrix .ep-filter-title strong {
        font-size: 12px !important;
    }

    .ep-cat-filter .ep-filter-group,
    .ep-filter-matrix .ep-filter-group {
        display: flex !important;
        align-items: center !important;
        gap: 6px !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
    }

    .ep-cat-filter .ep-filter-group > span,
    .ep-filter-matrix .ep-filter-group > span {
        flex: 0 0 32px !important;
        min-width: 32px !important;
        font-size: 11px !important;
        letter-spacing: 0 !important;
    }

    .ep-cat-filter .ep-filter-group > a,
    .ep-filter-matrix .ep-filter-group > a {
        min-height: 34px !important;
        padding: 0 11px !important;
        border-radius: 999px !important;
        font-size: 12px !important;
        line-height: 34px !important;
    }

    .ep-list-card .el-card__header.ep-list-header {
        min-height: 0 !important;
        padding: 12px 14px !important;
    }

    .ep-list-card .el-card__body,
    .ep-search-card .el-card__body {
        padding: 8px 10px !important;
    }

    .ep-search-hero {
        margin: 8px 0 10px !important;
        padding: 14px !important;
        gap: 10px !important;
        border-radius: 20px !important;
    }

    .ep-search-hero h1 {
        margin: 0 0 5px !important;
        font-size: clamp(24px, 6.4vw, 30px) !important;
        line-height: 1.1 !important;
    }

    .ep-search-hero p {
        margin: 0 !important;
        font-size: 13px !important;
        line-height: 1.46 !important;
    }

    .ep-search-shortcuts {
        gap: 6px !important;
        padding: 7px !important;
        border-radius: 16px !important;
    }

    .ep-search-shortcuts span {
        display: none !important;
    }

    .ep-search-shortcuts a {
        min-height: 34px !important;
        padding: 0 12px !important;
        border-radius: 999px !important;
        font-size: 12px !important;
    }

    .ep-search-filters {
        padding: 10px !important;
        gap: 8px !important;
    }

    .ep-search-row {
        gap: 7px !important;
    }

    .ep-search-divider {
        margin: 0 !important;
    }
}

@media (max-width: 420px) {
    .ep-cat-filter .ep-filter-group > a,
    .ep-filter-matrix .ep-filter-group > a,
    .ep-search-shortcuts a {
        flex: 1 1 auto !important;
        justify-content: center !important;
        text-align: center !important;
    }
}


@media (max-width: 768px) {
    .ep-search-row {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        min-height: 36px !important;
    }

    .ep-search-label {
        flex: 0 0 34px !important;
        min-width: 34px !important;
        font-size: 11px !important;
    }

    .ep-search-field {
        display: flex !important;
        flex: 1 1 auto !important;
        flex-wrap: nowrap !important;
        gap: 6px !important;
        min-width: 0 !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
    }

    .ep-search-field::-webkit-scrollbar {
        display: none !important;
    }

    .ep-search-field .ep-filter-pill {
        flex: 0 0 auto !important;
        min-height: 32px !important;
        height: 32px !important;
        padding: 0 10px !important;
        line-height: 32px !important;
    }

    .ep-search-row--center {
        display: grid !important;
        grid-template-columns: 34px minmax(0, 1fr) 58px !important;
        align-items: center !important;
        min-height: 40px !important;
    }

    .ep-search-keyword-wrap {
        min-width: 0 !important;
    }

    .ep-search-submit {
        width: 58px !important;
        min-width: 58px !important;
        min-height: 34px !important;
        padding: 0 !important;
        border-radius: 12px !important;
        font-size: 12px !important;
    }

    .ep-search-result-bar {
        min-height: 42px !important;
        margin-top: 7px !important;
        padding: 9px 10px !important;
    }
}


@media (max-width: 768px) {
    .ep-search-card .ep-search-filters .ep-search-row {
        min-height: 36px !important;
        gap: 6px !important;
    }

    .ep-search-card .ep-search-filters .ep-search-row .ep-search-field {
        display: flex !important;
        flex: 1 1 auto !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        gap: 6px !important;
        min-width: 0 !important;
        max-width: calc(100vw - 86px) !important;
        height: 34px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        white-space: nowrap !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
    }

    .ep-search-card .ep-search-filters .ep-search-row .ep-search-field::-webkit-scrollbar {
        display: none !important;
    }

    .ep-search-card .ep-search-filters .ep-search-field .ep-filter-pill {
        flex: 0 0 auto !important;
        height: 32px !important;
        min-height: 32px !important;
        line-height: 32px !important;
    }
}


@media (max-width: 768px) {
    .ep-brand-mark {
        min-height: 36px !important;
        padding: 3px 0 !important;
    }

    .ep-search-card .ep-search-filters {
        padding: 8px !important;
        gap: 6px !important;
    }

    .ep-search-card .ep-search-divider {
        display: none !important;
    }

    .ep-search-card .ep-search-result-bar {
        min-height: 42px !important;
        padding: 9px 10px !important;
    }
}


.ep-path-strip--children {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
}

@media (max-width: 768px) {
    .ep-home-paths {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 6px !important;
        margin: 8px 0 12px !important;
        overflow: visible !important;
    }

    .ep-home-paths a {
        width: auto !important;
        min-width: 0 !important;
        min-height: 42px !important;
        padding: 8px 5px !important;
        border-radius: 14px !important;
        text-align: center !important;
        justify-content: center !important;
    }

    .ep-home-paths a strong {
        font-size: 12px !important;
        line-height: 1.15 !important;
        white-space: nowrap !important;
    }

    .ep-home-paths a span {
        display: none !important;
    }

    .ep-path-strip--children {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
        margin: 8px 0 12px !important;
    }

    .ep-path-strip--children a {
        min-height: 48px !important;
        padding: 10px 12px !important;
    }

    .ep-path-strip--children a strong {
        font-size: 14px !important;
    }

    .ep-path-strip--children a span {
        font-size: 11px !important;
    }
}


@media (max-width: 768px) {
    .ep-home-hero {
        margin: 10px 0 8px !important;
        padding: 10px !important;
        gap: 8px !important;
        border-radius: 22px !important;
    }

    .ep-home-hero-copy {
        min-height: 0 !important;
        padding: 8px 10px 10px !important;
        gap: 8px !important;
    }

    .ep-home-eyebrow {
        display: none !important;
    }

    .ep-home-hero h1 {
        margin: 0 !important;
        font-size: clamp(30px, 8vw, 36px) !important;
        line-height: 1.04 !important;
    }

    .ep-home-hero-copy p {
        margin: 0 !important;
        font-size: 13px !important;
        line-height: 1.45 !important;
    }

    .ep-home-actions {
        margin-top: 2px !important;
        gap: 8px !important;
    }

    .ep-home-btn {
        min-height: 36px !important;
        height: 36px !important;
        padding: 0 12px !important;
        border-radius: 13px !important;
        font-size: 12px !important;
    }

    .ep-home-advisor {
        min-height: 0 !important;
        padding: 8px !important;
        border-radius: 18px !important;
    }

    .ep-home-advisor-grid {
        gap: 6px !important;
    }

    .ep-home-advisor-grid a {
        min-height: 36px !important;
        height: 36px !important;
        padding: 0 8px !important;
        border-radius: 13px !important;
    }

    .ep-home-advisor-grid a span {
        font-size: 12px !important;
    }
}


.ep-list-empty-hint {
    display: grid;
    gap: 12px;
    padding: 22px;
    margin: 8px 0 14px;
    border: 1px solid rgba(92, 205, 194, .18);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(236, 253, 245, .9), rgba(239, 246, 255, .78));
}

.ep-list-card .el-card__body:has(.ep-list-item) .ep-list-empty-hint {
    display: none;
}

.ep-list-empty-hint strong {
    color: #0f2744;
    font-size: 18px;
    line-height: 1.25;
}

.ep-list-empty-hint p {
    margin: 0;
    color: #5b6b80;
    font-size: 14px;
    line-height: 1.7;
}

.ep-list-empty-hint div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ep-list-empty-hint a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid rgba(15, 118, 110, .2);
    border-radius: 999px;
    background: #fff;
    color: #0f766e;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.ep-list-empty-hint a:hover,
.ep-list-empty-hint a:focus-visible {
    border-color: rgba(15, 118, 110, .42);
    background: #ecfeff;
    color: #0b5f59;
}

@media (max-width: 768px) {
    .ep-list-empty-hint {
        gap: 9px !important;
        padding: 14px !important;
        margin: 6px 0 10px !important;
        border-radius: 16px !important;
    }

    .ep-list-empty-hint strong {
        font-size: 15px !important;
    }

    .ep-list-empty-hint p {
        font-size: 12px !important;
        line-height: 1.55 !important;
    }

    .ep-list-empty-hint div {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 7px !important;
    }

    .ep-list-empty-hint a {
        min-height: 34px !important;
        padding: 0 8px !important;
        font-size: 12px !important;
    }
}


@media (max-width: 768px) {
    .ep-resource-detail .ep-product-report-head {
        padding: 12px !important;
        gap: 10px !important;
        border-radius: 18px !important;
    }

    .ep-resource-detail .ep-product-identity {
        display: grid !important;
        grid-template-columns: 46px minmax(0, 1fr) !important;
        gap: 8px 10px !important;
        align-items: start !important;
    }

    .ep-resource-detail .ep-product-kind {
        grid-column: 1 / -1 !important;
        min-height: 24px !important;
        height: 24px !important;
        padding: 0 10px !important;
        font-size: 11px !important;
    }

    .ep-resource-detail .ep-product-logo {
        grid-column: 1 !important;
        grid-row: 2 !important;
        width: 46px !important;
        height: 46px !important;
        border-radius: 14px !important;
    }

    .ep-resource-detail .ep-product-logo img {
        width: 34px !important;
        height: 34px !important;
    }

    .ep-resource-detail .ep-product-title-wrap {
        grid-column: 2 !important;
        grid-row: 2 !important;
        min-width: 0 !important;
    }

    .ep-resource-detail .ep-product-title {
        font-size: clamp(22px, 6.1vw, 27px) !important;
        line-height: 1.08 !important;
    }

    .ep-resource-detail .ep-product-meta {
        margin-top: 6px !important;
        gap: 8px !important;
        font-size: 11px !important;
    }

    .ep-resource-detail .ep-product-pills {
        margin-top: 7px !important;
        gap: 5px !important;
        max-height: 27px !important;
        overflow: hidden !important;
    }

    .ep-resource-detail .ep-product-pill {
        min-height: 24px !important;
        padding: 0 8px !important;
        font-size: 11px !important;
    }

    .ep-resource-detail .ep-product-decision {
        padding: 10px !important;
        gap: 8px !important;
        border-radius: 15px !important;
    }

    .ep-resource-detail .ep-product-summary {
        max-height: 42px !important;
        overflow: hidden !important;
        font-size: 12px !important;
        line-height: 1.55 !important;
    }

    .ep-resource-detail .ep-product-decision-specs {
        min-height: 0 !important;
        gap: 6px !important;
    }

    .ep-resource-detail .ep-product-decision-specs span {
        min-height: 34px !important;
        padding: 7px 9px !important;
    }
}


@media (max-width: 768px) {
    .ep-resource-detail .ep-product-identity:not(:has(.ep-product-logo)) {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .ep-resource-detail .ep-product-identity:not(:has(.ep-product-logo)) .ep-product-title-wrap {
        grid-column: 1 !important;
        grid-row: 2 !important;
    }
}


@media (max-width: 768px) {
    .ep-product-detail:not(.ep-resource-detail) .ep-product-report-head {
        padding: 12px !important;
        gap: 10px !important;
        border-radius: 18px !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-identity {
        gap: 8px !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-kind {
        min-height: 24px !important;
        height: 24px !important;
        padding: 0 10px !important;
        font-size: 11px !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-logo,
    .ep-product-detail:not(.ep-resource-detail) .ep-product-logo img {
        width: 42px !important;
        height: 42px !important;
        border-radius: 13px !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-title-wrap {
        margin-top: 0 !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-title {
        font-size: clamp(22px, 6.1vw, 27px) !important;
        line-height: 1.08 !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-meta {
        margin-top: 6px !important;
        font-size: 11px !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-pills {
        margin-top: 7px !important;
        max-height: 27px !important;
        overflow: hidden !important;
        gap: 5px !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-pill {
        min-height: 24px !important;
        padding: 0 8px !important;
        font-size: 11px !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-decision {
        padding: 10px !important;
        gap: 8px !important;
        border-radius: 15px !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-summary {
        max-height: 50px !important;
        overflow: hidden !important;
        font-size: 12px !important;
        line-height: 1.55 !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-decision .ep-product-actions {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 6px !important;
        width: 100% !important;
    }

    .ep-product-detail:not(.ep-resource-detail) .ep-product-decision .ep-product-actions .ep-product-btn,
    .ep-product-detail:not(.ep-resource-detail) .ep-product-decision .ep-product-actions .ep-product-btn:first-child,
    .ep-product-detail:not(.ep-resource-detail) .ep-product-decision .ep-product-actions .ep-product-btn:nth-child(4):last-child,
    .ep-product-detail:not(.ep-resource-detail) .ep-product-decision .ep-product-actions .ep-product-btn:nth-child(6):last-child {
        grid-column: auto !important;
        min-height: 34px !important;
        height: 34px !important;
        padding: 0 5px !important;
        border-radius: 12px !important;
        font-size: 11px !important;
        white-space: nowrap !important;
    }
}


.ep-product-content table caption,
.neirong table caption {
    caption-side: top;
    padding: 0 0 10px;
    color: #0f2744;
    font-size: 15px;
    font-weight: 900;
    text-align: left;
}

.ep-product-content table thead th,
.neirong table thead th {
    background: linear-gradient(180deg, #ecfbfd 0%, #e6f4fb 100%) !important;
    border-bottom-color: #c8e3ec !important;
}

.ep-product-content table td:nth-child(2),
.neirong table td:nth-child(2) {
    color: #057985 !important;
    font-weight: 950 !important;
}

.ep-product-content table tbody tr:hover td,
.neirong table tbody tr:hover td {
    background: rgba(236, 253, 245, .72);
}

.ep-resource-detail .ep-product-content h2,
.ep-resource-detail .ep-product-content h3 {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(203, 222, 232, .7);
}

@media (max-width: 768px) {
    .ep-search-card .ep-search-filters .ep-search-row--center {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 70px !important;
        gap: 7px !important;
        min-height: 42px !important;
        padding: 0 !important;
    }

    .ep-search-card .ep-search-filters .ep-search-row--center .ep-search-label {
        display: none !important;
    }

    .ep-search-card .ep-search-filters .ep-search-row--center .ep-search-keyword-wrap {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
    }

    .ep-search-card .ep-search-filters .ep-search-row--center .el-input__wrapper {
        width: 100% !important;
        min-height: 40px !important;
        padding: 0 12px !important;
        border-radius: 14px !important;
    }

    .ep-search-card .ep-search-filters .ep-search-row--center .el-input__inner {
        width: 100% !important;
        min-width: 0 !important;
        height: 40px !important;
        font-size: 14px !important;
        text-align: left !important;
    }

    .ep-search-card .ep-search-filters .ep-search-row--center .ep-search-submit {
        width: 70px !important;
        min-width: 70px !important;
        min-height: 40px !important;
        height: 40px !important;
        border-radius: 14px !important;
        font-size: 13px !important;
    }

    .ep-product-content table,
    .neirong table {
        box-shadow: inset 0 -2px 0 rgba(7, 139, 151, .18), 0 14px 30px rgba(25, 70, 96, .08) !important;
        scrollbar-color: rgba(7, 139, 151, .55) rgba(219, 238, 244, .9);
    }

    .ep-product-content table th,
    .ep-product-content table td,
    .neirong table th,
    .neirong table td {
        min-width: 92px;
        white-space: nowrap;
    }

    .ep-product-content table th:first-child,
    .ep-product-content table td:first-child,
    .neirong table th:first-child,
    .neirong table td:first-child {
        position: sticky;
        left: 0;
        z-index: 2;
        min-width: 105px;
        background: #f8fdff;
        box-shadow: 1px 0 0 #d9ecf2;
    }

    .ep-product-content table thead th:first-child,
    .neirong table thead th:first-child {
        z-index: 3;
        background: #e8f8fb !important;
    }

    .ep-product-content table tbody tr:nth-child(even) td:first-child,
    .neirong table tbody tr:nth-child(even) td:first-child {
        background: #f2fbfd;
    }
}


@media (min-width: 1024px) {
    .ep-path-card .el-card__header,
    .ep-side-card .el-card__header {
        min-height: 48px !important;
        padding: 14px 16px !important;
    }

    .ep-path-card .el-card__body {
        gap: 8px !important;
        padding: 12px !important;
    }

    .ep-path-card a {
        min-height: 58px !important;
        padding: 12px 14px !important;
        border-radius: 16px !important;
    }

    .ep-path-card a strong {
        font-size: 14px !important;
        line-height: 1.2 !important;
    }

    .ep-path-card a span {
        margin-top: 4px !important;
        font-size: 12px !important;
    }

    .ep-side-card .el-card__body {
        padding: 8px 12px 12px !important;
    }

    .ep-side-card .ep-side-hit-row {
        min-height: 64px !important;
        padding: 10px 0 !important;
        gap: 10px !important;
    }

    .ep-side-card .ep-thumb--sm {
        width: 42px !important;
        height: 42px !important;
        border-radius: 12px !important;
    }

    .ep-side-card .ep-side-hit-title {
        font-size: 13px !important;
        line-height: 1.35 !important;
        -webkit-line-clamp: 2 !important;
    }

    .ep-side-card .ep-side-hit-desc {
        margin-top: 4px !important;
        font-size: 11px !important;
        line-height: 1.35 !important;
        -webkit-line-clamp: 1 !important;
    }
}

.ep-show-card .ep-show-related,
.ep-product-shell .ep-show-related {
    margin-top: 30px !important;
    padding-top: 24px !important;
    border-top: 1px solid rgba(203, 222, 232, .75) !important;
}

.ep-show-card .ep-show-related-title,
.ep-product-shell .ep-show-related-title {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 32px !important;
    padding: 0 12px !important;
    border-radius: 999px !important;
    background: rgba(236, 253, 245, .9) !important;
    color: #08344a !important;
    font-size: 15px !important;
    line-height: 32px !important;
}

.ep-show-card .ep-show-related-grid,
.ep-product-shell .ep-show-related-grid {
    gap: 12px !important;
    margin-top: 14px !important;
}

.ep-show-card .ep-related-card,
.ep-product-shell .ep-related-card {
    display: grid !important;
    grid-template-columns: 66px minmax(0, 1fr) !important;
    align-items: center !important;
    min-height: 104px !important;
    border-radius: 18px !important;
    box-shadow: 0 12px 28px rgba(15, 52, 74, .06) !important;
}

.ep-show-card .ep-related-cover,
.ep-product-shell .ep-related-cover {
    width: 58px !important;
    height: 58px !important;
    margin: 0 0 0 10px !important;
    border-radius: 14px !important;
}

.ep-show-card .ep-related-card .el-card__body,
.ep-product-shell .ep-related-card .el-card__body {
    min-width: 0 !important;
    padding: 12px 12px 12px 4px !important;
}

.ep-show-card .ep-related-title,
.ep-product-shell .ep-related-title {
    font-size: 14px !important;
    line-height: 1.38 !important;
    -webkit-line-clamp: 2 !important;
}

.ep-show-card .ep-related-desc,
.ep-product-shell .ep-related-desc {
    margin-top: 6px !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
    -webkit-line-clamp: 2 !important;
}

.ep-show-card .ep-related-date,
.ep-product-shell .ep-related-date {
    margin-top: 7px !important;
    font-size: 11px !important;
}

@media (max-width: 768px) {
    .ep-show-card .ep-show-related,
    .ep-product-shell .ep-show-related {
        margin-top: 22px !important;
        padding-top: 18px !important;
    }

    .ep-show-card .ep-show-related-title,
    .ep-product-shell .ep-show-related-title {
        min-height: 30px !important;
        font-size: 14px !important;
        line-height: 30px !important;
    }

    .ep-show-card .ep-show-related-grid,
    .ep-product-shell .ep-show-related-grid {
        gap: 10px !important;
        padding-bottom: 8px !important;
    }

    .ep-show-card .ep-related-card,
    .ep-product-shell .ep-related-card {
        grid-template-columns: 54px minmax(0, 1fr) !important;
        min-height: 112px !important;
        width: 230px !important;
        border-radius: 16px !important;
    }

    .ep-show-card .ep-related-cover,
    .ep-product-shell .ep-related-cover {
        width: 42px !important;
        height: 42px !important;
        margin-left: 8px !important;
        border-radius: 12px !important;
    }

    .ep-show-card .ep-related-card .el-card__body,
    .ep-product-shell .ep-related-card .el-card__body {
        padding: 10px 10px 10px 0 !important;
    }

    .ep-show-card .ep-related-title,
    .ep-product-shell .ep-related-title {
        font-size: 13px !important;
    }

    .ep-show-card .ep-related-desc,
    .ep-product-shell .ep-related-desc {
        font-size: 11px !important;
    }
}


@media (min-width: 1024px) {
    .ep-path-card a {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 18px !important;
        grid-template-rows: auto auto !important;
        align-content: center !important;
        column-gap: 10px !important;
        row-gap: 3px !important;
        height: 64px !important;
        min-height: 64px !important;
        padding: 10px 14px !important;
    }

    .ep-path-card a strong,
    .ep-path-card a span {
        grid-column: 1 !important;
        min-width: 0 !important;
    }

    .ep-path-card a span {
        margin-top: 0 !important;
    }

    .ep-path-card a::after {
        grid-column: 2 !important;
        grid-row: 1 / 3 !important;
        align-self: center !important;
        justify-self: end !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        line-height: 1 !important;
    }
}


@media (max-width: 768px) {
    .ep-header {
        --ep-header-height: 100px !important;
    }

    .ep-header-inner {
        min-height: 68px !important;
        height: 68px !important;
        padding: 2px 9px 0 !important;
        gap: 1px 7px !important;
    }

    .ep-brand-mark {
        min-height: 32px !important;
        height: 32px !important;
        padding: 1px 0 !important;
    }

    .ep-brand-main {
        font-size: 17px !important;
        line-height: 1 !important;
    }

    .ep-brand-sub {
        margin-top: 3px !important;
        font-size: 10px !important;
    }

    .ep-header-actions {
        height: 32px !important;
        gap: 5px !important;
    }

    .ep-header-primary-link {
        min-height: 32px !important;
        height: 32px !important;
        padding: 0 10px !important;
        border-radius: 14px !important;
        font-size: 12px !important;
    }

    .ep-search-toggle {
        width: 34px !important;
        min-width: 34px !important;
        height: 34px !important;
        min-height: 34px !important;
        border-radius: 14px !important;
    }

    .ep-nav {
        min-height: 30px !important;
        height: 30px !important;
    }

    .ep-nav > ul {
        gap: 5px !important;
    }

    .ep-nav-item > a {
        min-height: 28px !important;
        height: 28px !important;
        padding: 0 9px !important;
        border-radius: 11px !important;
        font-size: 12px !important;
    }

    .ep-mobile-quick-paths {
        min-height: 32px !important;
        height: 32px !important;
        padding: 1px 9px 3px !important;
        gap: 5px !important;
    }

    .ep-mobile-quick-paths > span,
    .ep-mobile-quick-paths a {
        min-height: 28px !important;
        height: 28px !important;
        padding: 0 10px !important;
        border-radius: 12px !important;
        font-size: 11px !important;
        line-height: 28px !important;
    }
}


@media (max-width: 768px) {
    .ep-auth-page .ep-auth-shell {
        width: min(calc(100vw - 24px), 352px) !important;
        max-width: 352px !important;
        min-height: calc(100svh - 24px) !important;
        padding: 12px 0 !important;
    }

    .ep-auth-page .ep-auth-card {
        width: 100% !important;
        border-radius: 24px !important;
    }

    .ep-auth-page .ep-auth-card .el-card__body {
        padding: 20px !important;
    }

    .ep-auth-page .ep-auth-brand {
        margin-left: 0 !important;
    }

    .ep-auth-page .ep-404-visual {
        font-size: clamp(78px, 24vw, 108px) !important;
        line-height: .86 !important;
    }

    .ep-auth-page .ep-auth-title,
    .ep-auth-page .ep-msg-title {
        font-size: clamp(24px, 7.4vw, 30px) !important;
        line-height: 1.08 !important;
    }

    .ep-auth-page .ep-auth-search {
        width: 100% !important;
    }

    .ep-auth-page .ep-auth-search input,
    .ep-auth-page .ep-auth-search button {
        min-height: 44px !important;
    }

    .ep-auth-page .ep-auth-actions,
    .ep-auth-page .ep-msg-actions {
        width: 100% !important;
        gap: 8px !important;
    }

    .ep-auth-page .ep-auth-actions a,
    .ep-auth-page .ep-msg-actions a,
    .ep-auth-page .ep-auth-routes a {
        min-height: 38px !important;
        border-radius: 14px !important;
    }

    .ep-auth-page .ep-auth-routes {
        width: 100% !important;
        padding: 10px !important;
        border-radius: 18px !important;
    }
}


@media (max-width: 768px) {
    html .ep-auth-page .ep-auth-shell {
        width: calc(100vw - 24px) !important;
        max-width: 352px !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }

    html .ep-auth-page .ep-auth-card {
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }
}


@media (max-width: 768px) {
    .ep-path-strip--children {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
    }

    .ep-path-strip--children a:only-child {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        align-items: center !important;
        min-height: 50px !important;
    }

    .ep-path-strip--children a:only-child span {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-height: 28px !important;
        padding: 0 10px !important;
        border-radius: 999px !important;
        background: rgba(6, 113, 127, .08) !important;
        color: #06717f !important;
        font-size: 11px !important;
        font-weight: 800 !important;
        white-space: nowrap !important;
    }
}


@media (min-width: 641px) and (max-width: 768px) {
    .ep-home-product-row {
        grid-template-columns: 64px minmax(0, 1fr) auto !important;
        align-items: center !important;
        column-gap: 14px !important;
    }

    .ep-home-product-row:not(:has(.ep-home-product-logo)) {
        grid-template-columns: minmax(0, 1fr) auto !important;
    }

    .ep-home-product-row:not(:has(.ep-home-product-logo)) .ep-home-product-body {
        grid-column: 1 !important;
    }

    .ep-home-product-logo,
    .ep-home-product-logo img {
        width: 64px !important;
        height: 64px !important;
    }

    .ep-home-row-link {
        grid-column: 3 !important;
        grid-row: 1 !important;
        align-self: center !important;
        justify-self: end !important;
        width: auto !important;
        min-width: 78px !important;
        max-width: 96px !important;
        min-height: 36px !important;
        height: 36px !important;
        margin-top: 0 !important;
        padding: 0 13px !important;
        white-space: nowrap !important;
    }

    .ep-home-product-row:not(:has(.ep-home-product-logo)) .ep-home-row-link {
        grid-column: 2 !important;
    }

    .ep-list-card .ep-flex-grow,
    .ep-search-card .ep-flex-grow,
    .ep-index-feed-card .ep-flex-grow {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        column-gap: 12px !important;
        align-items: start !important;
    }

    .ep-list-card .ep-article-title,
    .ep-search-card .ep-article-title,
    .ep-index-feed-card .ep-article-title,
    .ep-list-card .ep-list-desc,
    .ep-search-card .ep-list-desc,
    .ep-index-feed-card .ep-list-desc,
    .ep-list-card .ep-list-specs,
    .ep-search-card .ep-list-specs,
    .ep-index-feed-card .ep-list-specs,
    .ep-list-card .ep-list-field-tags,
    .ep-search-card .ep-list-field-tags,
    .ep-index-feed-card .ep-list-field-tags,
    .ep-list-card .ep-meta,
    .ep-search-card .ep-meta,
    .ep-index-feed-card .ep-meta {
        grid-column: 1 !important;
    }

    .ep-list-card .ep-list-action,
    .ep-search-card .ep-list-action,
    .ep-index-feed-card .ep-list-action {
        grid-column: 2 !important;
        grid-row: 1 / span 4 !important;
        align-self: center !important;
        justify-self: end !important;
        width: auto !important;
        min-width: 108px !important;
        max-width: 126px !important;
        min-height: 36px !important;
        height: 36px !important;
        margin-top: 0 !important;
        padding: 0 14px !important;
        white-space: nowrap !important;
    }
}


@media (max-width: 768px) {
    .ep-product-detail .ep-product-title,
    .ep-resource-shell .ep-product-title,
    .ep-resource-detail .ep-product-title {
        display: block !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        text-overflow: clip !important;
        -webkit-line-clamp: unset !important;
        line-clamp: unset !important;
        -webkit-box-orient: initial !important;
        overflow-wrap: anywhere !important;
        word-break: break-word !important;
    }

    .ep-product-detail .ep-product-title-wrap,
    .ep-resource-detail .ep-product-title-wrap {
        min-width: 0 !important;
    }
}


@media (max-width: 768px) {
    .ep-product-detail .ep-product-summary,
    .ep-resource-detail .ep-product-summary,
    .ep-product-detail .ep-product-decision .ep-product-summary,
    .ep-resource-detail .ep-product-decision .ep-product-summary {
        display: block !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
        text-overflow: clip !important;
        -webkit-line-clamp: unset !important;
        line-clamp: unset !important;
        -webkit-box-orient: initial !important;
    }
}


@media (max-width: 768px) {
    .ep-search-hero {
        min-height: 0 !important;
        margin-bottom: 10px !important;
        padding: 12px 14px !important;
        border-radius: 20px !important;
    }

    .ep-search-hero .ep-cat-eyebrow,
    .ep-search-hero p,
    .ep-search-shortcuts > span {
        display: none !important;
    }

    .ep-search-hero h1 {
        margin-bottom: 9px !important;
        font-size: clamp(24px, 7.2vw, 30px) !important;
        line-height: 1.05 !important;
    }

    .ep-search-shortcuts {
        gap: 6px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .ep-search-shortcuts a {
        min-height: 30px !important;
        height: 30px !important;
        padding: 0 11px !important;
        border-radius: 999px !important;
        font-size: 12px !important;
    }

    .ep-search-card .el-card__body {
        padding: 12px !important;
    }

    .ep-search-filters {
        display: grid !important;
        gap: 7px !important;
        margin-bottom: 10px !important;
        padding: 8px !important;
        border-radius: 18px !important;
    }

    .ep-search-filters .ep-search-divider {
        display: none !important;
    }

    .ep-search-state {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 8px !important;
        min-height: 28px !important;
        padding: 0 2px !important;
    }

    .ep-search-state span {
        font-size: 11px !important;
    }

    .ep-search-state strong {
        max-width: 210px !important;
        overflow: hidden !important;
        color: var(--ep-ink) !important;
        font-size: 14px !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    .ep-search-row {
        display: grid !important;
        grid-template-columns: 42px minmax(0, 1fr) !important;
        align-items: center !important;
        gap: 6px !important;
        min-height: 32px !important;
    }

    .ep-search-row--center {
        grid-template-columns: 42px minmax(0, 1fr) 62px !important;
    }

    .ep-search-label {
        justify-content: center !important;
        min-height: 30px !important;
        height: 30px !important;
        padding: 0 7px !important;
        border-radius: 12px !important;
        font-size: 11px !important;
    }

    .ep-search-field {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 6px !important;
        min-width: 0 !important;
        overflow-x: auto !important;
        scrollbar-width: none !important;
    }

    .ep-search-field::-webkit-scrollbar {
        display: none !important;
    }

    .ep-search-filters .ep-filter-pill {
        flex: 0 0 auto !important;
        min-height: 30px !important;
        height: 30px !important;
        padding: 0 10px !important;
        border-radius: 999px !important;
        font-size: 11px !important;
        line-height: 30px !important;
    }

    .ep-search-keyword-wrap .el-input__wrapper {
        min-height: 34px !important;
        height: 34px !important;
        padding: 0 10px !important;
        border-radius: 13px !important;
    }

    .ep-search-submit {
        min-width: 62px !important;
        min-height: 34px !important;
        height: 34px !important;
        padding: 0 10px !important;
        border-radius: 13px !important;
        font-size: 12px !important;
    }

    .ep-search-result-bar {
        margin-bottom: 10px !important;
        padding: 10px 11px !important;
        border-radius: 16px !important;
    }
}


@media (max-width: 768px) {
    .ep-search-card .ep-search-filters {
        gap: 5px !important;
        margin-bottom: 8px !important;
        padding: 6px !important;
        border-radius: 16px !important;
    }

    .ep-search-card .ep-search-filters .ep-search-state,
    .ep-search-card .ep-search-filters .ep-search-divider {
        display: none !important;
    }

    .ep-search-card .ep-search-filters .ep-search-row {
        display: grid !important;
        grid-template-columns: 38px minmax(0, 1fr) !important;
        gap: 5px !important;
        min-height: 30px !important;
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 12px !important;
    }

    .ep-search-card .ep-search-filters .ep-search-row .ep-search-label {
        justify-content: center !important;
        min-width: 38px !important;
        min-height: 28px !important;
        height: 28px !important;
        padding: 0 6px !important;
        border-radius: 11px !important;
        font-size: 11px !important;
        line-height: 28px !important;
    }

    .ep-search-card .ep-search-filters .ep-search-row .ep-search-field {
        gap: 5px !important;
        min-height: 28px !important;
    }

    .ep-search-card .ep-search-filters .ep-search-field .ep-filter-pill {
        min-height: 28px !important;
        height: 28px !important;
        padding: 0 9px !important;
        border-radius: 999px !important;
        font-size: 11px !important;
        line-height: 28px !important;
    }

    .ep-search-card .ep-search-filters .ep-search-row--center {
        grid-template-columns: minmax(0, 1fr) 62px !important;
        gap: 6px !important;
        min-height: 32px !important;
    }

    .ep-search-card .ep-search-filters .ep-search-row--center .ep-search-label {
        display: none !important;
    }

    .ep-search-card .ep-search-filters .ep-search-row--center .el-input__wrapper {
        min-height: 32px !important;
        height: 32px !important;
        padding: 0 10px !important;
        border-radius: 12px !important;
    }

    .ep-search-card .ep-search-filters .ep-search-row--center .el-input__inner {
        min-height: 32px !important;
        height: 32px !important;
        line-height: 32px !important;
    }

    .ep-search-card .ep-search-filters .ep-search-row--center .ep-search-submit {
        width: 62px !important;
        min-width: 62px !important;
        min-height: 32px !important;
        height: 32px !important;
        padding: 0 9px !important;
        border-radius: 12px !important;
    }

    .ep-search-result-bar {
        min-height: 42px !important;
        margin-bottom: 8px !important;
        padding: 8px 10px !important;
        border-radius: 15px !important;
    }
}


@media (max-width: 768px) {
    .ep-search-hero {
        display: block !important;
        min-height: 0 !important;
        margin-bottom: 8px !important;
        padding: 11px 14px !important;
        border-radius: 18px !important;
    }

    .ep-search-hero .ep-search-shortcuts {
        display: none !important;
    }

    .ep-search-hero h1 {
        margin: 0 !important;
        overflow: hidden !important;
        font-size: clamp(24px, 7vw, 28px) !important;
        line-height: 1.08 !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }
}


@media (max-width: 380px) {
    .ep-mobile-quick-paths {
        gap: 5px !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .ep-mobile-quick-paths > span:first-child {
        display: none !important;
    }

    .ep-mobile-quick-paths a {
        min-width: 0 !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}


@media (max-width: 768px) {
    .ep-resource-detail .ep-product-identity {
        grid-template-columns: minmax(0, 1fr) !important;
        grid-template-areas: "kind" "title" !important;
        gap: 8px !important;
    }

    .ep-resource-detail .ep-product-logo {
        display: none !important;
    }

    .ep-resource-detail .ep-product-title-wrap,
    .ep-resource-detail .ep-product-title,
    .ep-resource-detail .ep-product-meta,
    .ep-resource-detail .ep-product-pills {
        width: 100% !important;
        max-width: 100% !important;
    }

    .ep-resource-detail .ep-product-title {
        font-size: clamp(22px, 6.3vw, 26px) !important;
        line-height: 1.08 !important;
    }

    .ep-resource-detail .ep-product-meta {
        margin-top: 7px !important;
    }

    .ep-resource-detail .ep-product-pills {
        margin-top: 9px !important;
    }
}


@media (max-width: 768px) {
    .ep-resource-detail .ep-product-identity {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
    }

    .ep-resource-detail .ep-product-kind {
        width: max-content !important;
        min-width: 44px !important;
        white-space: nowrap !important;
    }

    .ep-resource-detail .ep-product-title-wrap {
        align-self: stretch !important;
        width: 100% !important;
        min-width: 0 !important;
    }
}


.ep-cat-hero,
.ep-cat-hero.ep-cat-hero--compact {
    align-items: stretch !important;
    padding: clamp(26px, 3vw, 36px) !important;
    gap: clamp(18px, 3vw, 34px) !important;
}

.ep-cat-eyebrow {
    display: inline-flex !important;
    align-items: center !important;
    width: max-content !important;
    min-height: 28px !important;
    padding: 0 12px !important;
    border: 1px solid rgba(13, 148, 136, .22) !important;
    border-radius: 999px !important;
    background: rgba(20, 184, 166, .09) !important;
    color: #0f766e !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
}

.ep-cat-copy h1 {
    margin-top: 12px !important;
    margin-bottom: 10px !important;
    font-size: clamp(34px, 4vw, 52px) !important;
    line-height: 1.04 !important;
    letter-spacing: 0 !important;
}

.ep-cat-copy p {
    max-width: 620px !important;
    margin: 0 !important;
    color: #64748b !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
}

.ep-cat-filter.ep-filter-matrix,
.ep-filter-matrix {
    align-self: stretch !important;
    padding: 14px !important;
    border: 1px solid rgba(148, 163, 184, .24) !important;
    border-radius: 22px !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(248, 252, 255, .78)),
        radial-gradient(circle at 8% 0, rgba(14, 165, 233, .1), transparent 32%) !important;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .06) !important;
}

.ep-filter-matrix .ep-filter-title {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 32px !important;
    margin: 0 0 8px !important;
}

.ep-filter-matrix .ep-filter-title strong {
    color: #0f172a !important;
    font-size: 15px !important;
    font-weight: 900 !important;
}

.ep-filter-matrix .ep-filter-title span {
    color: #94a3b8 !important;
    font-size: 12px !important;
}

.ep-cat-filter .ep-filter-group,
.ep-filter-matrix .ep-filter-group {
    display: grid !important;
    grid-template-columns: 58px repeat(2, minmax(0, 1fr)) !important;
    align-items: center !important;
    min-height: 44px !important;
    padding: 4px !important;
    gap: 6px !important;
    border: 1px solid rgba(203, 213, 225, .72) !important;
    border-radius: 15px !important;
    background: rgba(255, 255, 255, .72) !important;
}

.ep-cat-filter .ep-filter-group > span,
.ep-filter-matrix .ep-filter-group > span {
    justify-content: center !important;
    min-height: 32px !important;
    padding: 0 8px !important;
    border-radius: 11px !important;
    background: #f1f5f9 !important;
    color: #475569 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
}

.ep-cat-filter .ep-filter-group > a,
.ep-filter-matrix .ep-filter-group > a {
    justify-content: center !important;
    min-height: 34px !important;
    padding: 0 12px !important;
    border: 1px solid rgba(59, 130, 246, .16) !important;
    border-radius: 12px !important;
    background: linear-gradient(180deg, #ffffff, #f8fbff) !important;
    color: #1e40af !important;
    font-size: 13px !important;
    font-weight: 850 !important;
    box-shadow: none !important;
}

.ep-cat-filter .ep-filter-group > a:hover,
.ep-cat-filter .ep-filter-group > a:focus-visible,
.ep-filter-matrix .ep-filter-group > a:hover,
.ep-filter-matrix .ep-filter-group > a:focus-visible {
    border-color: rgba(13, 148, 136, .32) !important;
    background: #ecfeff !important;
    color: #0f766e !important;
    transform: translateY(-1px) !important;
}

.ep-list-card .el-card__header.ep-list-header {
    min-height: 58px !important;
    padding: 16px 20px !important;
}

.ep-list-card .el-card__header.ep-list-header span {
    color: #0f766e !important;
    font-size: 12px !important;
    font-weight: 850 !important;
}

.ep-list-card .el-card__header.ep-list-header strong {
    font-size: 19px !important;
    letter-spacing: 0 !important;
}

@media (max-width: 768px) {
    .ep-cat-hero,
    .ep-cat-hero.ep-cat-hero--compact {
        padding: 14px !important;
        gap: 10px !important;
        border-radius: 20px !important;
    }

    .ep-cat-copy {
        gap: 0 !important;
    }

    .ep-cat-eyebrow {
        min-height: 24px !important;
        padding: 0 9px !important;
        font-size: 11px !important;
    }

    .ep-cat-copy h1 {
        margin-top: 8px !important;
        margin-bottom: 6px !important;
        font-size: clamp(27px, 8vw, 34px) !important;
        line-height: 1.06 !important;
    }

    .ep-cat-copy p {
        display: -webkit-box !important;
        max-width: none !important;
        overflow: hidden !important;
        color: #64748b !important;
        font-size: 12px !important;
        line-height: 1.45 !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
    }

    .ep-cat-filter.ep-filter-matrix,
    .ep-filter-matrix {
        padding: 7px !important;
        gap: 6px !important;
        border-radius: 16px !important;
    }

    .ep-filter-matrix .ep-filter-title {
        display: none !important;
    }

    .ep-cat-filter .ep-filter-group,
    .ep-filter-matrix .ep-filter-group {
        grid-template-columns: 44px repeat(2, minmax(0, 1fr)) !important;
        min-height: 36px !important;
        padding: 3px !important;
        gap: 5px !important;
        border-radius: 13px !important;
    }

    .ep-cat-filter .ep-filter-group > span,
    .ep-filter-matrix .ep-filter-group > span {
        min-height: 28px !important;
        height: 28px !important;
        padding: 0 6px !important;
        border-radius: 10px !important;
        font-size: 11px !important;
    }

    .ep-cat-filter .ep-filter-group > a,
    .ep-filter-matrix .ep-filter-group > a {
        min-height: 30px !important;
        height: 30px !important;
        padding: 0 8px !important;
        border-radius: 10px !important;
        font-size: 12px !important;
        white-space: nowrap !important;
    }

    .ep-list-card .el-card__header.ep-list-header {
        min-height: 48px !important;
        padding: 12px 14px !important;
    }

    .ep-list-card .el-card__header.ep-list-header strong {
        font-size: 17px !important;
    }

    .ep-show-tags {
        flex-wrap: wrap !important;
        overflow: visible !important;
        min-height: 0 !important;
        padding: 9px !important;
    }

    .ep-show-tags .ep-badge,
    .ep-show-tags a {
        flex: 0 1 auto !important;
        min-height: 30px !important;
    }

    .ep-product-paths,
    .ep-show-paths {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        overflow: visible !important;
        gap: 8px !important;
        padding: 8px !important;
    }

    .ep-product-paths > span,
    .ep-show-paths > span {
        grid-column: 1 / -1 !important;
        min-height: 24px !important;
    }

    .ep-product-paths a,
    .ep-show-paths a {
        justify-content: center !important;
        width: 100% !important;
        min-width: 0 !important;
        min-height: 34px !important;
        height: 34px !important;
        padding: 0 8px !important;
        white-space: nowrap !important;
    }

    .ep-show-card .ep-show-related-grid,
    .ep-product-shell .ep-show-related-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
        overflow: visible !important;
        padding: 0 !important;
    }

    .ep-show-card .ep-show-related-col,
    .ep-product-shell .ep-show-related-col {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
    }

    .ep-show-card .ep-related-card,
    .ep-product-shell .ep-related-card {
        display: grid !important;
        grid-template-columns: 56px minmax(0, 1fr) !important;
        width: 100% !important;
        height: auto !important;
        min-height: 106px !important;
        overflow: hidden !important;
    }

    .ep-show-card .ep-related-cover,
    .ep-product-shell .ep-related-cover {
        min-height: 100% !important;
        padding: 10px 8px !important;
    }

    .ep-show-card .ep-related-card .el-card__body,
    .ep-product-shell .ep-related-card .el-card__body {
        padding: 10px 11px !important;
    }

    .ep-show-card .ep-related-desc,
    .ep-product-shell .ep-related-desc {
        -webkit-line-clamp: 1 !important;
    }

    .ep-show-card .ep-related-date,
    .ep-product-shell .ep-related-date {
        margin-top: 5px !important;
    }
}

.ep-header .ep-brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 52px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.ep-header .ep-brand-mark:hover,
.ep-header .ep-brand-mark:focus-visible {
    border-color: transparent;
    background: transparent;
    transform: none;
}

.ep-header .ep-site-logo {
    display: block;
    width: clamp(198px, 18vw, 280px);
    height: auto;
    max-height: 56px;
    object-fit: contain;
}

@media (max-width: 900px) {
    .ep-header .ep-site-logo {
        width: 178px;
        max-height: 44px;
    }
}

@media (max-width: 520px) {
    .ep-header .ep-site-logo {
        width: 148px;
        max-height: 38px;
    }
}

@media (min-width: 769px) {
    .ep-nav-item.ep-has-child > .ep-submenu {
        top: calc(100% - 1px) !important;
        margin-top: 0 !important;
        overflow: visible !important;
    }

    .ep-nav-item.ep-has-child > .ep-submenu::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -10px;
        height: 10px;
    }
}
