:root {
    --sp-navy: #112b46;
    --sp-navy-deep: #0b1f34;
    --sp-blue: #246bfe;
    --sp-yellow: #f7b731;
    --sp-text: #17263a;
    --sp-muted: #68778a;
    --sp-line: #e7edf4;
    --sp-surface: #ffffff;
    --sp-bg: #f5f7fb;
    --sp-shadow: 0 18px 50px rgba(28, 51, 77, .09);
}

html {
    scroll-behavior: smooth;
}

html,
body {
    font-size: 16px;
    color: var(--sp-text);
    background: var(--sp-bg);
    font-family: "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
    min-width: 320px;
}

.srOnly {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.headBg {
    display: none;
}

.headerBox {
    height: 72px;
    background: rgba(255, 255, 255, .9);
    border-bottom: 1px solid rgba(225, 233, 242, .9);
    box-shadow: 0 8px 32px rgba(15, 40, 66, .05);
    backdrop-filter: blur(18px);
}

.headerKox {
    height: 72px;
}

.headerBox .bg {
    background: transparent;
    box-shadow: none;
}

.headerBox .box {
    width: min(1180px, calc(100% - 40px));
    overflow: visible;
}

.headerBox .box .logoBox {
    opacity: 1 !important;
    color: var(--sp-navy-deep);
}

.headerBox .box .logoBox .title {
    margin-left: 10px;
    font-size: 20px;
    letter-spacing: .02em;
}

.brandMark {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    color: var(--sp-navy-deep);
    background: var(--sp-yellow);
    font-size: 18px;
    font-weight: 800;
    box-shadow: 0 7px 18px rgba(247, 183, 49, .28);
}

.headerBox .box .navs {
    gap: 28px;
}

.headerBox .box .navs .item,
.headerBox .box .navs a,
.headerBox .box .navs .navLink {
    margin: 0;
    padding: 8px 0;
    color: #405166;
    font-size: 14px;
    font-weight: 600;
}

.headerBox .box .navs .item:hover,
.headerBox .box .navs a:hover {
    color: var(--sp-blue);
}

.headerBox .box .search {
    max-width: 360px;
    height: 42px;
    margin-right: 32px;
    background: #f1f4f8;
    border: 1px solid transparent;
}

.headerBox .box .search:focus-within {
    border-color: rgba(36, 107, 254, .35);
    background: #fff;
}

.homeBox {
    width: min(1180px, calc(100% - 40px));
    padding-top: 28px;
    text-align: left;
}

.homeHero {
    position: relative;
    min-width: 0;
    max-width: 100%;
    min-height: 430px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 30px;
    color: #fff;
    background:
        linear-gradient(125deg, rgba(10, 31, 52, .98), rgba(17, 55, 88, .96) 58%, rgba(28, 75, 114, .94));
    box-shadow: 0 28px 75px rgba(11, 31, 52, .2);
}

.homeHero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .12;
    background-image:
        linear-gradient(rgba(255, 255, 255, .12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .12) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to right, #000, transparent 80%);
}

.heroGlow {
    position: absolute;
    border-radius: 50%;
    filter: blur(4px);
    pointer-events: none;
}

.heroGlowOne {
    width: 340px;
    height: 340px;
    right: -90px;
    top: -150px;
    background: rgba(247, 183, 49, .24);
}

.heroGlowTwo {
    width: 280px;
    height: 280px;
    right: 120px;
    bottom: -210px;
    background: rgba(36, 107, 254, .34);
}

.heroContent {
    position: relative;
    z-index: 1;
    width: min(760px, calc(100% - 96px));
    margin-left: 64px;
    padding: 56px 0;
    min-width: 0;
}

.heroEyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .14em;
}

.heroEyebrow span {
    width: 28px;
    height: 3px;
    border-radius: 99px;
    background: var(--sp-yellow);
}

.homeHero h1 {
    color: #fff;
    font-size: clamp(38px, 5vw, 58px);
    line-height: 1.18;
    letter-spacing: -.04em;
    white-space: normal;
    overflow-wrap: anywhere;
}

.homeHero h1 em {
    color: var(--sp-yellow);
    font-style: normal;
}

.heroDescription {
    max-width: 650px;
    margin-top: 16px;
    color: rgba(255, 255, 255, .72);
    font-size: 16px;
    line-height: 1.8;
}

.searchBox .heroSearch {
    height: 62px;
    margin: 30px 0 0;
    padding: 5px 6px 5px 22px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(0, 0, 0, .18);
}

.heroSearch .searchLead {
    color: #93a0b0;
    font-size: 20px;
}

.searchBox .heroSearch input {
    min-width: 0;
    padding-left: 14px;
    border-radius: 0;
    color: var(--sp-text);
    font-size: 16px;
}

.searchBox .heroSearch .btn {
    width: 104px;
    height: 50px;
    flex: none;
    border-radius: 14px;
    color: var(--sp-navy-deep);
    background: var(--sp-yellow);
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
}

.searchBox .heroSearch .btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 9px 20px rgba(247, 183, 49, .25);
}

.platformRow,
.trustRow {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.platformRow {
    gap: 8px;
    margin-top: 18px;
}

.platformLabel {
    margin-right: 4px;
    color: rgba(255, 255, 255, .56);
    font-size: 13px;
}

.platformChip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 9px;
    color: rgba(255, 255, 255, .86);
    background: rgba(255, 255, 255, .07);
    font-size: 13px;
}

.platformChip img {
    width: 17px;
    height: 17px;
    object-fit: contain;
}

.trustRow {
    gap: 24px;
    margin-top: 20px;
    color: rgba(255, 255, 255, .62);
    font-size: 13px;
}

.trustRow i {
    display: inline-grid;
    place-items: center;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    border-radius: 50%;
    color: var(--sp-navy-deep);
    background: rgba(247, 183, 49, .9);
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
}

.homeDiscover,
.valueSection,
.faqSection {
    padding-top: 76px;
}

.sectionHeading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 24px;
}

.sectionKicker {
    color: var(--sp-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
}

.sectionHeading h2 {
    margin-top: 4px;
    color: var(--sp-navy-deep);
    font-size: 28px;
    line-height: 1.35;
}

.sectionHeading > p {
    max-width: 460px;
    color: var(--sp-muted);
    font-size: 14px;
}

.home {
    margin-top: 0;
}

.home .block,
.home.homeNO .block {
    border: 1px solid var(--sp-line);
    border-radius: 18px;
    box-shadow: 0 10px 32px rgba(28, 51, 77, .06);
}

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

.home.homeNO .block {
    width: auto;
    margin: 0;
}

.home .nav {
    padding: 0 20px 10px;
    color: var(--sp-navy-deep);
}

.home.homeNO .content .list .item {
    max-width: none;
}

.home.homeNO .content .list .item p {
    padding: 7px 6px;
}

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

.valueGrid article {
    min-height: 205px;
    padding: 28px;
    border: 1px solid var(--sp-line);
    border-radius: 20px;
    background: var(--sp-surface);
    box-shadow: 0 12px 36px rgba(28, 51, 77, .05);
}

.valueIcon {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    color: var(--sp-navy-deep);
    background: #fff2cc;
    font-size: 13px;
    font-weight: 900;
}

.valueGrid h3 {
    margin-top: 22px;
    color: var(--sp-navy-deep);
    font-size: 18px;
}

.valueGrid p {
    margin-top: 10px;
    color: var(--sp-muted);
    font-size: 14px;
    line-height: 1.8;
}

.faqSection {
    padding-bottom: 56px;
}

.faqList {
    overflow: hidden;
    border: 1px solid var(--sp-line);
    border-radius: 20px;
    background: var(--sp-surface);
}

.faqList details {
    padding: 0 26px;
    border-bottom: 1px solid var(--sp-line);
}

.faqList details:last-child {
    border-bottom: 0;
}

.faqList summary {
    position: relative;
    padding: 20px 34px 20px 0;
    color: var(--sp-navy-deep);
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

.faqList summary::-webkit-details-marker {
    display: none;
}

.faqList summary::after {
    content: "+";
    position: absolute;
    right: 2px;
    top: 18px;
    color: var(--sp-blue);
    font-size: 22px;
}

.faqList details[open] summary::after {
    content: "−";
}

.faqList details p {
    max-width: 820px;
    padding: 0 0 20px;
    color: var(--sp-muted);
    font-size: 14px;
    line-height: 1.8;
}

/* 搜索结果页 */
.searchResultsPage {
    width: min(1180px, calc(100% - 40px));
    gap: 20px;
    padding-top: 30px;
}

.searchResultsPage .screen {
    width: 168px;
    margin: 0;
    flex: none;
}

.searchResultsPage .screen .fixed {
    position: sticky;
    top: 94px;
    width: 168px;
}

.searchResultsPage .filterTitle {
    padding: 0 0 12px;
    color: var(--sp-navy-deep);
    font-size: 15px;
}

.searchResultsPage .screen .box {
    min-height: 0;
    padding: 8px 14px;
    border: 1px solid var(--sp-line);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(28, 51, 77, .05);
}

.searchResultsPage .screen .box a {
    position: relative;
    padding: 11px 6px;
    border-bottom: 0;
    border-radius: 9px;
    color: #566579;
    font-size: 14px;
}

.searchResultsPage .screen .box a.active {
    padding-left: 12px;
    color: var(--sp-blue);
    background: #edf3ff;
}

.resultHeading {
    margin-bottom: 18px;
}

.resultHeading h1 {
    margin-top: 3px;
    color: var(--sp-navy-deep);
    font-size: 28px;
    line-height: 1.4;
}

.resultHeading p {
    margin-top: 7px;
    color: var(--sp-muted);
    font-size: 14px;
}

.source-switch {
    justify-content: space-between;
    margin-bottom: 14px;
    padding: 10px 14px;
    border: 1px solid var(--sp-line);
    border-radius: 14px;
    background: #fff;
}

.sourceLabel {
    color: var(--sp-muted);
    font-size: 13px;
    font-weight: 700;
}

.switch-items {
    gap: 8px;
    padding: 0;
}

.switch-items a {
    padding: 6px 13px;
    border-radius: 9px;
    color: #566579;
    font-size: 13px;
    font-weight: 700;
}

.switch-items a.active {
    color: var(--sp-blue);
    background: #edf3ff;
}

.switch-items a.active::after {
    display: none;
}

.searchResultsPage .left > .box,
.searchResultsPage .Ebox {
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.searchResultsPage .left .list {
    padding: 0;
}

.searchResultsPage .left .list .resultCard {
    margin-bottom: 12px;
    padding: 20px 22px;
    border: 1px solid var(--sp-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 9px 28px rgba(28, 51, 77, .045);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.searchResultsPage .left .list .resultCard:hover {
    transform: translateY(-1px);
    border-color: #cfdaf0;
    box-shadow: 0 14px 32px rgba(28, 51, 77, .08);
}

.searchResultsPage .left .list .item .title {
    display: block;
    padding: 0 0 6px;
    color: var(--sp-navy-deep);
    font-size: 17px;
    line-height: 1.55;
}

.searchResultsPage .left .list .item .title:hover {
    color: var(--sp-blue);
}

.searchResultsPage .left .list .item .type {
    padding-left: 0;
    color: var(--sp-muted);
    font-size: 13px;
}

.searchResultsPage .left .list .item .type::after {
    display: none;
}

.searchResultsPage .left .list .item .resourceMeta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 9px;
}

.panBadge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin: 0 !important;
    padding: 4px 9px;
    border-radius: 7px;
    color: #315b9b;
    background: #edf3ff;
    font-size: 12px;
    font-weight: 700;
}

.panBadge.pan-0 { color: #6650ba; background: #f1edff; }
.panBadge.pan-1 { color: #2771be; background: #eaf5ff; }
.panBadge.pan-2 { color: #245fd3; background: #eaf0ff; }
.panBadge.pan-3 { color: #d86708; background: #fff1df; }
.panBadge.pan-4 { color: #3765d4; background: #edf1ff; }

.searchResultsPage .left .list .item .btns {
    gap: 10px;
    margin-top: 16px;
}

.searchResultsPage .left .list .item .btns .btn {
    min-height: 34px;
    margin: 0;
    padding: 6px 11px;
    border-radius: 9px;
    color: #556579;
    background: #f5f7fa;
    font-size: 13px;
}

.searchResultsPage .left .list .item .btns .btn:last-child {
    color: #fff;
    background: var(--sp-blue);
}

.searchResultsPage .btns2 {
    position: absolute;
    right: 22px;
    bottom: 20px;
    width: auto;
    min-width: 92px;
    height: 34px;
    padding: 0 15px;
    border-radius: 9px;
    color: #fff;
    background: var(--sp-blue);
    font-weight: 700;
}

.searchResultsPage .right {
    width: 260px;
    margin: 0;
    flex: none;
}

.searchResultsPage .right .nav {
    padding: 0 0 12px;
    color: var(--sp-navy-deep);
    font-size: 15px;
}

.searchResultsPage .right .box {
    min-height: 0;
    padding: 12px;
    border: 1px solid var(--sp-line);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(28, 51, 77, .05);
}

/* 详情页 */
.detailBox {
    width: min(1040px, calc(100% - 40px));
    gap: 22px;
    padding-top: 30px;
}

.detailBox .left {
    min-width: 0;
}

.detailHeading {
    margin-bottom: 16px;
}

.detailHeading h2 {
    margin-top: 4px;
    color: var(--sp-navy-deep);
    font-size: 26px;
}

.detailBox .details {
    min-height: 0;
    padding: 34px 38px;
    border: 1px solid var(--sp-line);
    border-radius: 20px;
    box-shadow: 0 14px 38px rgba(28, 51, 77, .06);
}

.detailBox .details .pic {
    width: 150px;
    height: 210px;
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(28, 51, 77, .13);
}

.detailBox .details .title {
    margin-bottom: 28px;
    color: var(--sp-navy-deep);
    font-size: 26px;
    line-height: 1.45;
}

.detailBox .details .cat {
    padding: 11px 0;
    border-bottom: 1px solid #eef2f7;
}

.detailBox .details .cat:last-of-type {
    border-bottom: 0;
}

.detailBox .details .cat .l {
    width: 92px;
    color: var(--sp-muted);
    opacity: 1;
    font-size: 14px;
}

.detailBox .details .cat .r {
    color: #35465a;
    font-size: 14px;
    line-height: 1.75;
}

.detailBox .details .cat .r a {
    color: var(--sp-blue);
}

.detailBox .details .btns .btn {
    width: auto;
    min-width: 126px;
    height: 42px;
    margin: 0 6px;
    line-height: 42px;
    border-radius: 11px;
    background: #f2f5f9;
}

.detailBox .details .btns .btn::after {
    display: none;
}

.detailBox .details .btns .btn.btnCol {
    color: #fff;
    background: var(--sp-blue);
}

.detailBox .samelistNav {
    margin: 30px 0 14px;
    color: var(--sp-navy-deep);
    font-size: 20px;
}

.detailBox .details.samelistBox {
    padding: 20px 24px;
}

.detailBox .right {
    width: 250px;
    margin: 58px 0 0;
}

.footerBox {
    margin-top: 20px;
    padding: 34px 0;
    color: #8491a2;
    background: var(--sp-navy-deep);
}

.footerBox .box {
    width: min(1180px, calc(100% - 40px));
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.footerInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    text-align: left !important;
}

.footerBrand {
    display: flex;
    align-items: center;
    gap: 14px;
}

.footerBrand strong {
    color: #fff;
    font-size: 17px;
}

.footerBrand p {
    max-width: 510px;
    padding: 2px 0 0 !important;
    font-size: 13px;
}

.footerInfo {
    text-align: right;
    font-size: 12px;
}

.footerInfo a {
    margin-left: 12px;
}

.footerBox a:hover {
    color: var(--sp-yellow);
}

@media (max-width: 900px) {
    .headerBox .box .navs .navLink {
        display: none;
    }

    .home.homeNO,
    .valueGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .searchResultsPage .right {
        display: none;
    }
}

@media (max-width: 768px) {
    html,
    body {
        width: 100%;
        font-size: 16px;
    }

    .headerBox,
    .headerKox {
        height: 62px;
    }

    .headerBox .box {
        width: calc(100% - 28px);
        padding: 0;
    }

    .headerBox .box .logoBox .title {
        margin-left: 8px;
        font-size: 18px;
    }

    .brandMark {
        width: 34px;
        height: 34px;
        border-radius: 10px;
        font-size: 16px;
    }

    .headerBox .box .navs {
        gap: 0;
    }

    .homeBox {
        width: calc(100% - 24px);
        padding: 12px 0 0;
    }

    .homeHero {
        min-height: 0;
        border-radius: 22px;
    }

    .heroContent {
        width: calc(100% - 36px);
        margin: 0 auto;
        padding: 38px 0 32px;
    }

    .heroEyebrow {
        margin-bottom: 14px;
        font-size: 11px;
    }

    .homeHero h1 {
        font-size: 30px;
        line-height: 1.25;
        letter-spacing: -.03em;
    }

    .heroDescription {
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.75;
    }

    .searchBox .heroSearch {
        height: 56px;
        margin-top: 24px;
        padding: 4px 4px 4px 16px;
        border-radius: 15px;
    }

    .searchBox .heroSearch input {
        width: 0;
        padding-left: 10px;
        font-size: 15px;
    }

    .searchBox .heroSearch .btn {
        width: 76px;
        height: 48px;
        border-radius: 12px;
        font-size: 15px;
    }

    .platformRow {
        gap: 6px;
    }

    .platformLabel {
        width: 100%;
        margin-bottom: 2px;
    }

    .platformChip {
        padding: 5px 8px;
        font-size: 12px;
    }

    .trustRow {
        gap: 10px 16px;
        margin-top: 16px;
        font-size: 12px;
    }

    .homeDiscover,
    .valueSection,
    .faqSection {
        padding-top: 50px;
    }

    .sectionHeading {
        display: block;
        margin-bottom: 18px;
    }

    .sectionHeading h2 {
        font-size: 23px;
    }

    .sectionHeading > p {
        margin-top: 8px;
        font-size: 13px;
    }

    .home.homeNO,
    .valueGrid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .home.homeNO .block {
        margin: 0;
    }

    .valueGrid article {
        min-height: 0;
        padding: 22px;
    }

    .valueGrid h3 {
        margin-top: 16px;
    }

    .faqSection {
        padding-bottom: 40px;
    }

    .faqList details {
        padding: 0 20px;
    }

    .footerBox .box {
        width: 100%;
    }

    .footerBox {
        padding: 30px 20px;
    }

    .footerInner {
        display: block;
    }

    .footerInfo {
        margin-top: 20px;
        text-align: left;
    }

    .searchList,
    .searchDetail {
        position: sticky;
        top: 62px;
        z-index: 20;
        padding: 8px 12px;
        background: rgba(245, 247, 251, .94);
        backdrop-filter: blur(12px);
    }

    .searchList .search,
    .searchDetail .search {
        height: 48px;
        margin-top: 0;
        border: 1px solid var(--sp-line);
        border-radius: 14px;
        box-shadow: 0 8px 24px rgba(28, 51, 77, .08);
    }

    .searchList .search input,
    .searchDetail .search input {
        width: 0;
        min-width: 0;
        padding-left: 10px;
        font-size: 14px;
    }

    .searchList .search .select {
        width: auto;
        min-width: 74px;
        height: 46px;
        padding-left: 12px;
        line-height: 46px;
        font-size: 13px;
    }

    .searchList .search .btn,
    .searchDetail .search .btn {
        width: 50px;
        height: 46px;
    }

    .searchResultsPage {
        display: block;
        width: calc(100% - 24px);
        min-height: 0;
        gap: 0;
        padding-top: 22px;
    }

    .searchResultsPage .screen {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .searchResultsPage .screen .fixed {
        position: static;
        width: 100%;
    }

    .searchResultsPage .filterTitle {
        display: none;
    }

    .searchResultsPage .screen .box {
        margin-top: 0;
    }

    .searchResultsPage .left {
        width: 100%;
        padding: 0;
    }

    .resultHeading {
        margin-bottom: 14px;
    }

    .resultHeading h1 {
        font-size: 23px;
    }

    .resultHeading p {
        font-size: 13px;
    }

    .source-switch {
        margin-bottom: 12px;
    }

    .switch-items {
        padding: 0;
    }

    .searchResultsPage .left .list .resultCard {
        margin-bottom: 10px;
        padding: 17px;
    }

    .searchResultsPage .left .list .item .title {
        font-size: 16px;
    }

    .searchResultsPage .left .list .item .btns {
        align-items: stretch;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .searchResultsPage .left .list .item .btns .btn {
        flex: 1;
        justify-content: center;
        min-width: 90px;
    }

    .searchResultsPage .btns2 {
        position: static;
        margin-top: 14px;
    }

    .detailBox {
        width: calc(100% - 24px);
        min-height: 0;
        padding-top: 18px;
    }

    .detailBox .left {
        padding: 0;
    }

    .detailHeading {
        display: none;
    }

    .detailBox .details {
        min-height: 0;
        margin-top: 0;
        padding: 24px 20px;
    }

    .detailBox .details .title {
        font-size: 21px;
        text-align: left;
    }

    .detailBox .details .cat {
        display: block;
    }

    .detailBox .details .cat .l {
        width: auto;
        margin-bottom: 3px;
        font-size: 13px;
    }

    .detailBox .details .cat .r {
        width: auto;
        font-size: 14px;
    }

    .detailBox .details .btns {
        gap: 10px;
        margin-top: 22px;
    }

    .detailBox .details .btns .btn {
        flex: 1;
        min-width: 0;
        margin: 0;
    }

    .detailBox .samelistNav {
        padding: 0;
        margin: 26px 0 12px;
        font-size: 19px;
    }

    .detailBox .details.samelistBox {
        margin-top: 0;
        padding: 14px 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* Pure network search workspace */
.networkOnlyBody .headerBox .box .search {
    display: none;
}

.networkOnlyBody .headerBox .box {
    justify-content: space-between;
}

.networkSearchPage {
    width: min(1100px, calc(100% - 40px));
    min-height: calc(100vh - 260px);
    margin: 0 auto;
    padding: 34px 0 72px;
}

.networkSearchHero {
    position: relative;
    overflow: hidden;
    padding: 34px 40px 30px;
    color: #fff;
    background:
        radial-gradient(circle at 88% 10%, rgba(79, 132, 255, .42), transparent 30%),
        linear-gradient(135deg, #071a2f 0%, #0d2f57 58%, #174e89 100%);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(8, 34, 61, .18);
}

.networkSearchHero::after {
    position: absolute;
    right: -64px;
    bottom: -116px;
    width: 310px;
    height: 310px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
    box-shadow: 0 0 0 44px rgba(255, 255, 255, .025), 0 0 0 88px rgba(255, 255, 255, .02);
    content: "";
}

.networkHeroCopy,
.networkSearchForm,
.networkTrustRow {
    position: relative;
    z-index: 1;
}

.networkEyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 9px;
    color: #91b9ff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
}

.networkEyebrow i {
    width: 7px;
    height: 7px;
    background: #67e3ae;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(103, 227, 174, .11);
}

.networkSearchHero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(27px, 3.2vw, 40px);
    line-height: 1.3;
    letter-spacing: -.035em;
}

.networkSearchHero .networkHeroCopy p {
    margin: 7px 0 0;
    color: rgba(223, 236, 251, .75);
    font-size: 14px;
}

.networkSearchForm {
    display: flex;
    align-items: center;
    width: min(780px, 100%);
    height: 62px;
    margin-top: 25px;
    padding: 5px 5px 5px 20px;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 16px;
    box-shadow: 0 14px 35px rgba(0, 14, 34, .2);
}

.networkSearchForm > i {
    flex: 0 0 auto;
    color: #7890aa;
    font-size: 21px;
}

.networkSearchForm input {
    flex: 1;
    min-width: 0;
    height: 100%;
    padding: 0 15px;
    color: var(--sp-text);
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 16px;
}

.networkSearchForm input::placeholder {
    color: #98a6b6;
}

.networkSearchForm button {
    flex: 0 0 auto;
    height: 50px;
    padding: 0 25px;
    color: #102947;
    background: var(--sp-yellow);
    border: 0;
    border-radius: 12px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 800;
    transition: transform .2s ease, box-shadow .2s ease;
}

.networkSearchForm button:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(247, 183, 49, .28);
}

.networkTrustRow {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 22px;
    color: rgba(222, 235, 250, .76);
    font-size: 12px;
}

.networkTrustRow span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.networkTrustRow b {
    color: #67e3ae;
    font-size: 10px;
    letter-spacing: .08em;
}

.networkWorkspace {
    overflow: hidden;
    margin-top: 18px;
    background: #fff;
    border: 1px solid var(--sp-line);
    border-radius: 22px;
    box-shadow: 0 16px 48px rgba(28, 51, 77, .07);
}

.networkToolbar {
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 22px 26px;
    border-bottom: 1px solid var(--sp-line);
}

.networkToolbarTitle {
    flex: 0 0 190px;
}

.networkToolbarTitle > span {
    color: var(--sp-navy-deep);
    font-size: 16px;
    font-weight: 800;
}

.networkToolbarTitle p {
    margin: 3px 0 0;
    color: #8a98a9;
    font-size: 11px;
}

.networkPanTabs {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    gap: 8px;
}

.networkPanTabs button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 112px;
    height: 42px;
    padding: 0 15px;
    color: #536479;
    background: #f4f7fa;
    border: 1px solid transparent;
    border-radius: 11px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    transition: all .18s ease;
}

.networkPanTabs button:hover {
    color: var(--sp-blue);
    background: #eef4ff;
}

.networkPanTabs button.active {
    color: #fff;
    background: var(--sp-blue);
    border-color: var(--sp-blue);
    box-shadow: 0 8px 18px rgba(36, 107, 254, .22);
}

.networkPanTabs button img,
.networkLocalIcon {
    display: grid;
    place-items: center;
    width: 21px;
    height: 21px;
    border-radius: 6px;
    object-fit: cover;
    font-size: 10px;
    font-weight: 800;
}

.networkPanTabs button.active img {
    background: #fff;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .9);
}

.networkResultHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 54px;
    padding: 0 28px;
    color: #748296;
    background: #fbfcfe;
    border-bottom: 1px solid #edf1f6;
    font-size: 12px;
}

.networkResultHeader > div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.networkResultHeader strong {
    color: #26384e;
    font-size: 13px;
}

.networkResultDot {
    width: 7px;
    height: 7px;
    background: #67cf9e;
    border-radius: 50%;
}

.networkResultDot.loading {
    background: var(--sp-yellow);
    box-shadow: 0 0 0 5px rgba(247, 183, 49, .12);
    animation: networkPulse 1.2s ease-in-out infinite;
}

.networkStatusText::before {
    margin-right: 8px;
    color: #c4cbd4;
    content: "/";
}

.networkResultCount b {
    color: var(--sp-blue);
    font-size: 14px;
}

.networkResultList {
    padding: 8px 26px 20px;
}

.networkResultCard {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 94px;
    padding: 18px 18px 18px 14px;
    border-bottom: 1px solid #edf1f5;
    transition: background .18s ease, transform .18s ease;
}

.networkResultCard:last-of-type {
    border-bottom: 0;
}

.networkResultCard:hover {
    background: #f8faff;
    transform: translateX(2px);
}

.networkResultMain {
    display: flex;
    align-items: center;
    min-width: 0;
}

.networkResultSource {
    display: grid;
    flex: 0 0 46px;
    place-items: center;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    background: #f1f5fb;
    border: 1px solid #e6edf6;
    border-radius: 13px;
}

.networkResultSource img {
    width: 27px;
    height: 27px;
    border-radius: 7px;
    object-fit: cover;
}

.networkResultBody {
    min-width: 0;
}

.networkResultTitle {
    display: block;
    overflow: hidden;
    color: #172a42;
    font-size: 16px;
    font-weight: 750;
    line-height: 1.5;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.networkResultTitle:hover {
    color: var(--sp-blue);
}

.networkResultMeta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 7px;
    color: #8a97a8;
    font-size: 12px;
}

.networkResultMeta i {
    width: 3px;
    height: 3px;
    background: #c8d0da;
    border-radius: 50%;
}

.networkGetButton {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 112px;
    height: 42px;
    color: #1d55cf;
    background: #eef4ff;
    border: 1px solid #dae7ff;
    border-radius: 11px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    transition: all .18s ease;
}

.networkGetButton span {
    font-size: 16px;
    transition: transform .18s ease;
}

.networkGetButton:hover {
    color: #fff;
    background: var(--sp-blue);
    border-color: var(--sp-blue);
    box-shadow: 0 8px 18px rgba(36, 107, 254, .18);
}

.networkGetButton:hover span {
    transform: translateX(3px);
}

.networkEmptyState {
    padding: 68px 20px 76px;
    text-align: center;
}

.networkEmptyIcon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin: 0 auto 15px;
    color: #7390af;
    background: #eef3f8;
    border-radius: 16px;
    font-size: 27px;
    font-weight: 700;
}

.networkEmptyIcon.blocked {
    color: #d54e4e;
    background: #fff0f0;
}

.networkEmptyState h2 {
    margin: 0;
    color: #263950;
    font-size: 18px;
}

.networkEmptyState p {
    margin: 8px 0 0;
    color: #8795a6;
    font-size: 13px;
}

.networkLoadingCards {
    padding-top: 8px;
}

.networkLoadingCards > div {
    position: relative;
    height: 88px;
    border-bottom: 1px solid #edf1f5;
}

.networkLoadingCards span,
.networkLoadingCards p,
.networkLoadingCards em {
    position: absolute;
    overflow: hidden;
    background: #edf1f6;
    border-radius: 8px;
}

.networkLoadingCards span::after,
.networkLoadingCards p::after,
.networkLoadingCards em::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .8), transparent);
    content: "";
    animation: networkShimmer 1.4s infinite;
}

.networkLoadingCards span {
    top: 21px;
    left: 14px;
    width: 46px;
    height: 46px;
    border-radius: 13px;
}

.networkLoadingCards p {
    top: 23px;
    left: 76px;
    width: 48%;
    height: 14px;
}

.networkLoadingCards em {
    top: 49px;
    left: 76px;
    width: 28%;
    height: 9px;
}

.networkNotice {
    margin-top: 18px;
    padding: 0 8px;
    color: #8895a5;
    font-size: 12px;
    line-height: 1.8;
    text-align: center;
}

.networkNotice span {
    margin-right: 7px;
    padding: 3px 7px;
    color: #66768a;
    background: #e9eef4;
    border-radius: 5px;
    font-weight: 700;
}

@keyframes networkPulse {
    50% { opacity: .45; }
}

@keyframes networkShimmer {
    from { transform: translateX(-100%); }
    to { transform: translateX(100%); }
}

@media (max-width: 800px) {
    .networkOnlyBody .headerBox .box .navs .navLink {
        display: none;
    }

    .networkSearchPage {
        width: calc(100% - 24px);
        padding: 18px 0 50px;
    }

    .networkSearchHero {
        padding: 27px 22px 23px;
        border-radius: 19px;
    }

    .networkSearchHero h1 {
        font-size: 27px;
    }

    .networkSearchHero .networkHeroCopy p {
        font-size: 13px;
        line-height: 1.7;
    }

    .networkSearchForm {
        height: 56px;
        padding-left: 15px;
        border-radius: 14px;
    }

    .networkSearchForm input {
        padding: 0 9px;
        font-size: 14px;
    }

    .networkSearchForm button {
        height: 46px;
        padding: 0 16px;
        font-size: 13px;
    }

    .networkTrustRow {
        gap: 9px 16px;
        margin-top: 18px;
    }

    .networkWorkspace {
        border-radius: 17px;
    }

    .networkToolbar {
        display: block;
        padding: 19px 17px 16px;
    }

    .networkToolbarTitle p {
        margin-bottom: 13px;
    }

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

    .networkPanTabs button {
        min-width: 0;
        padding: 0 7px;
        font-size: 12px;
    }

    .networkResultHeader {
        min-height: 50px;
        padding: 0 17px;
    }

    .networkStatusText {
        display: none;
    }

    .networkResultList {
        padding: 4px 12px 14px;
    }

    .networkResultCard {
        display: block;
        min-height: 0;
        padding: 17px 5px;
    }

    .networkResultSource {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
        margin-right: 11px;
        border-radius: 11px;
    }

    .networkResultSource img {
        width: 24px;
        height: 24px;
    }

    .networkResultTitle {
        display: -webkit-box;
        overflow: hidden;
        font-size: 15px;
        white-space: normal;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .networkResultMeta {
        gap: 6px;
        margin-top: 6px;
        font-size: 11px;
    }

    .networkResultMeta span:last-child,
    .networkResultMeta i:last-of-type {
        display: none;
    }

    .networkGetButton {
        width: 100%;
        height: 39px;
        margin-top: 13px;
    }

    .networkEmptyState {
        padding: 52px 12px 62px;
    }
}

@media (max-width: 430px) {
    .networkOnlyBody .headerBox .box .navs .item,
    .networkOnlyBody .headerBox .box .navs .btns {
        display: none;
    }

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

    .networkTrustRow span {
        width: calc(50% - 8px);
    }
}
