.hero {
            position: relative;
            background:
                radial-gradient(circle at 82% 18%, rgba(234, 255, 246, 0.72), transparent 24%),
                linear-gradient(135deg, #1268ee 0%, #18a6ff 46%, #1fbd83 100%);
            color: #ffffff;
            overflow: hidden;
        }

.traffic-detail-hero {
    position: relative;
    background: linear-gradient(135deg, #1268ee 0%, #18a6ff 46%, #1fbd83 100%);
    color: #ffffff;
    overflow: hidden;
}

.traffic-detail-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.22), transparent 24%),
        linear-gradient(120deg, rgba(255, 255, 255, 0.16) 0 12%, transparent 12% 100%);
}

.traffic-detail-hero-inner {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 40px));
    min-height: 300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 260px;
    gap: 36px;
    align-items: center;
    padding: 52px 0 70px;
}

.traffic-detail-id {
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
}

.traffic-detail-id span,
.traffic-detail-id strong {
    display: block;
}

.traffic-detail-id span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.traffic-detail-id strong {
    margin-top: 8px;
    color: #ffffff;
    font-size: 34px;
    overflow-wrap: anywhere;
}

.traffic-detail-main {
    margin-top: -36px;
}

.traffic-detail-card {
    position: relative;
    z-index: 2;
}

.detail-table {
    display: grid;
    gap: 12px;
}

.detail-row {
    display: grid;
    grid-template-columns: minmax(190px, 260px) 1fr;
    gap: 16px;
    padding: 16px;
    border: 1px solid #d8e2ef;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(16, 35, 63, 0.05);
}

.detail-row-wide {
    display: block;
}

.detail-key {
    display: grid;
    gap: 6px;
    align-content: start;
}

.detail-key code {
    color: #1268ee;
    font-size: 14px;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.detail-key span {
    color: #617086;
    font-size: 13px;
    line-height: 1.45;
}

.detail-value {
    min-width: 0;
    display: grid;
    gap: 8px;
    color: #1f2a3d;
    font-size: 14px;
    line-height: 1.65;
    overflow-wrap: anywhere;
}

.detail-value a {
    color: #1268ee;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.detail-value em {
    width: fit-content;
    padding: 4px 8px;
    border-radius: 999px;
    background: #eaf7f1;
    color: #16835f;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}

.detail-image-preview {
    width: min(260px, 100%);
    max-height: 220px;
    border-radius: 12px;
    object-fit: cover;
    border: 1px solid #e2e8f0;
}

.sku-list {
    display: grid;
    gap: 14px;
    margin-top: 14px;
}

.sku-card {
    padding: 14px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #f8fbff;
}

.sku-card h3 {
    margin: 0 0 12px;
    color: #172033;
    font-size: 15px;
}

.sku-card .detail-row {
    box-shadow: none;
}

.netaddr-cache-card {
    margin-top: 22px;
}

.detail-cache-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}

.detail-cache-meta span {
    padding: 6px 10px;
    border-radius: 999px;
    background: #eef6ff;
    color: #1268ee;
    font-size: 12px;
    font-weight: 800;
}

.detail-page-text {
    max-height: 520px;
    overflow: auto;
    padding: 12px;
    border-radius: 12px;
    background: #f8fbff;
    border: 1px solid #e2e8f0;
}

.detail-cache-images {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.detail-cache-images a {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    background: #ffffff;
}

.detail-cache-images img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

.detail-cache-links {
    display: grid;
    gap: 8px;
    margin-top: 14px;
}

.detail-cache-links a {
    color: #1268ee;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.netaddr-original {
    display: grid;
    gap: 12px;
    padding: 0;
}

.netaddr-original > div {
    padding: 14px 16px;
    border: 1px solid #d8e2ef;
    border-radius: 12px;
    background: #ffffff;
    color: #1f2a3d;
    line-height: 1.75;
    overflow-wrap: anywhere;
}

.netaddr-original h1,
.netaddr-original h2,
.netaddr-original h3,
.netaddr-original h4 {
    margin: 0 0 8px;
    color: #183756;
    font-size: 15px !important;
    line-height: 1.35;
    font-weight: 900;
}

.netaddr-original h1 span,
.netaddr-original h2 span,
.netaddr-original h3 span,
.netaddr-original h4 span {
    font-size: inherit !important;
    line-height: inherit;
}

.netaddr-original img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.netaddr-original a {
    color: #1268ee;
    font-weight: 800;
}

.m-field-list {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.m-field-card {
    padding: 12px;
    border: 1px solid #d8e2ef;
    border-radius: 12px;
    background: #ffffff;
}

.m-field-head {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 8px;
}

.m-field-head strong {
    color: #16835f;
    font-size: 13px;
}

.m-field-head code {
    color: #1268ee;
    font-weight: 900;
}

.m-field-body span {
    display: block;
    color: #617086;
    font-size: 13px;
    font-weight: 800;
}

.m-field-body p {
    margin: 4px 0 0;
    color: #1f2a3d;
    line-height: 1.65;
    overflow-wrap: anywhere;
}

@media (max-width: 760px) {
    .traffic-detail-hero-inner {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 38px 0 64px;
    }

    .traffic-detail-id strong {
        font-size: 26px;
    }

    .detail-row {
        grid-template-columns: 1fr;
    }
}

.hero::before {
            content: "";
            position: absolute;
            inset: 0;
            background:
                linear-gradient(120deg, rgba(255, 255, 255, 0.16) 0 12%, transparent 12% 100%),
                radial-gradient(circle at 18% 84%, rgba(255, 255, 255, 0.18), transparent 23%);
        }

.hero-inner {
            position: relative;
            z-index: 2;
            width: min(1180px, calc(100% - 40px));
            min-height: 390px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 420px;
            gap: 48px;
            align-items: center;
            padding: 58px 0 88px;
        }

.hero-kicker {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 8px 14px;
            margin-bottom: 18px;
            border: 1px solid rgba(255, 255, 255, 0.32);
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.16);
            color: rgba(255, 255, 255, 0.92);
            font-size: 13px;
            font-weight: 700;
            backdrop-filter: blur(10px);
        }

.hero-title {
            max-width: 660px;
            font-size: clamp(34px, 5vw, 58px);
            line-height: 1.12;
            font-weight: 900;
            letter-spacing: -1.5px;
        }

.hero-desc {
            max-width: 640px;
            margin-top: 18px;
            color: rgba(255, 255, 255, 0.9);
            font-size: 18px;
        }

.hero-features {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 12px;
            max-width: 720px;
            margin-top: 30px;
        }

.feature-mini {
            min-height: 78px;
            display: flex;
            gap: 10px;
            align-items: flex-start;
            padding: 14px;
            border: 1px solid rgba(255, 255, 255, 0.22);
            border-radius: 18px;
            background: rgba(255, 255, 255, 0.14);
            backdrop-filter: blur(10px);
        }

.feature-mini .icon {
            width: 30px;
            height: 30px;
            display: grid;
            place-items: center;
            flex: 0 0 auto;
            border-radius: 10px;
            background: rgba(255, 255, 255, 0.18);
            font-size: 16px;
        }

.feature-mini strong,
        .feature-mini span span {
            display: block;
        }

.feature-mini strong {
            font-size: 14px;
        }

.feature-mini span span {
            margin-top: 2px;
            color: rgba(255, 255, 255, 0.78);
            font-size: 12px;
        }

.hero-art {
            position: relative;
            min-height: 320px;
        }

.sim-card {
            position: absolute;
            right: 28px;
            top: 2px;
            width: 250px;
            min-height: 310px;
            padding: 28px;
            border-radius: 34px;
            background: linear-gradient(155deg, #ffffff 0%, #f2fbff 52%, #eafff6 100%);
            color: var(--text);
            box-shadow: 0 28px 54px rgba(3, 55, 122, 0.28);
            transform: rotate(8deg);
        }

.sim-card::before {
            content: "";
            position: absolute;
            left: 28px;
            bottom: 28px;
            width: 62px;
            height: 48px;
            border-radius: 12px;
            background:
                linear-gradient(90deg, transparent 48%, rgba(18, 104, 238, 0.25) 48% 52%, transparent 52%),
                linear-gradient(0deg, transparent 48%, rgba(18, 104, 238, 0.25) 48% 52%, transparent 52%),
                #fff1c9;
            border: 1px solid rgba(255, 139, 35, 0.3);
        }

.sim-card small,
        .sim-card strong,
        .sim-card span,
        .sim-card p {
            display: block;
            position: relative;
            z-index: 2;
        }

.sim-card small {
            color: var(--green);
            font-size: 13px;
            font-weight: 800;
        }

.sim-card strong {
            margin-top: 12px;
            font-size: 70px;
            line-height: 0.92;
            color: var(--blue);
            letter-spacing: -4px;
        }

.sim-card span {
            margin-top: 8px;
            font-size: 20px;
            font-weight: 900;
            color: #17243a;
        }

.sim-card p {
            margin-top: 12px;
            color: var(--muted);
            font-size: 13px;
        }

.bubble {
            position: absolute;
            left: 0;
            bottom: 28px;
            width: 230px;
            padding: 18px 20px;
            border-radius: 22px;
            background: rgba(255, 255, 255, 0.92);
            color: var(--text);
            box-shadow: var(--shadow);
        }

.bubble b {
            display: block;
            color: var(--orange);
            font-size: 26px;
            line-height: 1.1;
        }

.bubble span {
            display: block;
            margin-top: 6px;
            color: var(--muted);
            font-size: 13px;
        }

.filter-panel {
            position: relative;
            z-index: 3;
            width: min(1180px, calc(100% - 40px));
            margin: -48px auto 0;
            padding: 22px;
            border-radius: 24px;
            background: #ffffff;
            box-shadow: var(--shadow);
        }

.filter-row {
            display: grid;
            grid-template-columns: 1.4fr 190px 190px 190px 120px;
            gap: 12px;
        }

.input,
        .select {
            width: 100%;
            height: 46px;
            border: 1px solid var(--line);
            border-radius: 14px;
            background: #fbfdff;
            color: var(--text);
            outline: none;
            padding: 0 14px;
            transition: border-color 0.18s, box-shadow 0.18s;
        }

.input:focus,
        .select:focus {
            border-color: rgba(18, 104, 238, 0.45);
            box-shadow: 0 0 0 4px rgba(18, 104, 238, 0.08);
        }

.btn {
            height: 46px;
            border: 0;
            border-radius: 14px;
            color: #ffffff;
            font-weight: 800;
            background: linear-gradient(135deg, var(--blue), #24a2ff);
            box-shadow: 0 12px 22px rgba(18, 104, 238, 0.2);
        }

.quick-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 16px;
        }

.quick-tags button {
            border: 1px solid var(--line);
            border-radius: 999px;
            background: #f8fbff;
            color: #31445c;
            padding: 8px 14px;
            font-size: 13px;
        }

.quick-tags button.active,
        .quick-tags button:hover {
            border-color: rgba(18, 104, 238, 0.28);
            background: var(--blue-light);
            color: var(--blue);
        }

.main {
            width: min(1180px, calc(100% - 40px));
            margin: 34px auto 70px;
        }

.status {
            display: none;
            margin-bottom: 18px;
            padding: 13px 16px;
            border-radius: 14px;
            background: var(--green-light);
            color: #137455;
            font-size: 14px;
        }

.status.show {
            display: block;
        }

.status.info {
            background: var(--blue-light);
            color: var(--blue);
        }

.status.success {
            background: var(--green-light);
            color: var(--green);
        }

.status.error {
            background: #fff0f0;
            color: #d64545;
        }

.summary {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 16px;
            margin-bottom: 24px;
        }

.summary-card {
            padding: 18px;
            border: 1px solid var(--line);
            border-radius: 18px;
            background: #ffffff;
            box-shadow: 0 8px 20px rgba(24, 80, 170, 0.06);
        }

.summary-card span {
            color: var(--muted);
            font-size: 13px;
        }

.summary-card strong {
            display: block;
            margin-top: 4px;
            color: var(--text);
            font-size: 28px;
            line-height: 1.1;
        }

.section-head {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            gap: 16px;
            margin-bottom: 22px;
        }

.section-head h1,
        .section-head h2 {
            font-size: 28px;
            line-height: 1.2;
        }

.section-head p {
            margin-top: 6px;
            color: var(--muted);
        }

.result-count {
            color: var(--muted);
            font-size: 14px;
        }

.card-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 20px;
            align-items: start;
        }

.plan-card {
            overflow: hidden;
            display: flex;
            flex-direction: column;
            height: 100%;
            border: 1px solid rgba(18, 104, 238, 0.12);
            border-radius: 26px;
            background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
            box-shadow: 0 14px 34px rgba(24, 80, 170, 0.08);
            transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s;
        }

.plan-card:hover {
            border-color: rgba(18, 104, 238, 0.22);
            box-shadow: 0 18px 42px rgba(18, 104, 238, 0.14);
            transform: translateY(-4px);
        }

.plan-cover {
            position: relative;
            min-height: 188px;
            padding: 18px 18px 20px;
            background:
                radial-gradient(circle at 88% 16%, rgba(255, 255, 255, 0.82), transparent 22%),
                radial-gradient(circle at 8% 92%, rgba(31, 189, 131, 0.16), transparent 26%),
                linear-gradient(135deg, #e8f3ff 0%, #effff8 100%);
        }

.plan-cover.has-image {
            min-height: 0;
            padding: 14px 10px 12px;
            background: linear-gradient(135deg, #f5fbff 0%, #f2fff9 100%);
        }

.badge-row {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            position: relative;
            z-index: 2;
        }

.badge {
            padding: 6px 10px;
            border-radius: 999px;
            background: #ffffff;
            color: var(--blue);
            font-size: 12px;
            font-weight: 800;
            box-shadow: 0 8px 18px rgba(24, 80, 170, 0.1);
        }

.badge.green {
            color: var(--green);
        }

.badge.orange {
            color: var(--orange);
        }

.badge.red {
            color: #d64545;
        }

.plan-image {
            display: block;
            width: 100%;
            height: auto;
            margin-top: 14px;
            object-fit: contain;
            opacity: 1;
            filter: none;
            border-radius: 18px;
            background: transparent;
        }

.cover-main {
            position: absolute;
            right: 16px;
            bottom: 16px;
            width: 138px;
            min-height: 98px;
            padding: 14px;
            border: 1px solid rgba(255, 255, 255, 0.72);
            border-radius: 22px;
            background: rgba(255, 255, 255, 0.86);
            box-shadow: 0 16px 30px rgba(18, 104, 238, 0.16);
            backdrop-filter: blur(10px);
        }

.cover-main b {
            display: block;
            color: var(--blue);
            font-size: 30px;
            line-height: 1.05;
        }

.cover-main span {
            display: block;
            margin-bottom: 6px;
            color: var(--muted);
            font-size: 12px;
            font-weight: 700;
        }

.cover-main em {
            display: inline-flex;
            align-items: center;
            max-width: 100%;
            margin-top: 8px;
            padding: 5px 8px;
            border-radius: 999px;
            background: var(--green-light);
            color: var(--green);
            font-size: 12px;
            font-style: normal;
            font-weight: 800;
        }

.plan-cover.has-image .cover-main {
            display: none;
        }

.plan-body {
            display: flex;
            flex: 1;
            flex-direction: column;
            padding: 22px;
        }

.plan-title {
            min-height: 54px;
            color: var(--text);
            font-size: 20px;
            line-height: 1.35;
            font-weight: 900;
            display: -webkit-box;
            overflow: hidden;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            line-clamp: 2;
        }

.plan-desc {
            margin-top: 8px;
            min-height: 44px;
            color: var(--muted);
            font-size: 14px;
            display: -webkit-box;
            overflow: hidden;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            line-clamp: 2;
        }

.detail-image-link {
            display: grid;
            grid-template-columns: 86px 1fr;
            gap: 12px;
            align-items: center;
            margin-top: 14px;
            padding: 10px;
            border: 1px solid rgba(18, 104, 238, 0.08);
            border-radius: 16px;
            background: linear-gradient(135deg, #f8fbff, #ffffff);
            color: var(--blue);
            font-size: 13px;
            font-weight: 800;
        }

.detail-image-link img {
            width: 86px;
            height: 58px;
            object-fit: contain;
            border-radius: 12px;
            background: #ffffff;
        }

.detail-image-link span {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 8px;
        }

.detail-image-link span::after {
            content: "查看";
            flex: 0 0 auto;
            padding: 4px 8px;
            border-radius: 999px;
            background: var(--blue-light);
            color: var(--blue);
            font-size: 12px;
        }

.highlight {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 10px;
            margin-top: 18px;
        }

.highlight-item {
            min-width: 0;
            min-height: 76px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 12px 8px;
            border: 1px solid rgba(18, 104, 238, 0.06);
            border-radius: 16px;
            background: linear-gradient(180deg, #f7fbff, #ffffff);
            text-align: center;
        }

.highlight-item strong,
        .highlight-item span {
            display: block;
        }

.highlight-item strong {
            color: var(--blue);
            max-width: 100%;
            overflow: hidden;
            font-size: 20px;
            line-height: 1.1;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.highlight-item span {
            margin-top: 5px;
            color: var(--muted);
            font-size: 12px;
        }

.info-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px;
            margin-top: 12px;
        }

.info-item {
            min-width: 0;
            padding: 10px 12px;
            border: 1px solid rgba(31, 189, 131, 0.1);
            border-radius: 15px;
            background: linear-gradient(180deg, #f6fffb, #ffffff);
        }

.info-item span,
        .info-item strong {
            display: block;
        }

.info-item span {
            color: #6a7c91;
            font-size: 12px;
            font-weight: 800;
        }

.info-item strong {
            margin-top: 4px;
            overflow: hidden;
            color: #183756;
            font-size: 14px;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.package-info {
            display: grid;
            gap: 10px;
            margin-top: 12px;
        }

.package-info div {
            padding: 12px 13px;
            border: 1px solid rgba(18, 104, 238, 0.08);
            border-radius: 16px;
            background: #f8fbff;
        }

.package-info span {
            display: block;
            margin-bottom: 5px;
            color: #6a7c91;
            font-size: 12px;
            font-weight: 800;
        }

.package-info p {
            display: -webkit-box;
            overflow: hidden;
            color: #314763;
            font-size: 14px;
            line-height: 1.65;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            line-clamp: 3;
        }

.rule-list {
            display: grid;
            gap: 10px;
            margin: 18px 0;
            color: #40546d;
            font-size: 14px;
        }

.rule-card {
            padding: 12px 13px;
            border: 1px solid rgba(18, 104, 238, 0.08);
            border-radius: 16px;
            background: #f8fbff;
        }

.rule-label {
            display: block;
            margin-bottom: 5px;
            color: #6a7c91;
            font-size: 12px;
            font-weight: 800;
        }

.rule-value,
        .rule-summary,
        .rule-full {
            color: #314763;
            line-height: 1.65;
        }

.rule-value {
            display: -webkit-box;
            overflow: hidden;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            line-clamp: 2;
        }

.rule-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            margin-bottom: 6px;
        }

.rule-head .rule-label {
            margin-bottom: 0;
        }

.limit-rule {
            border-color: rgba(255, 139, 54, 0.18);
            background: linear-gradient(180deg, #fff8ef, #ffffff);
        }

.limit-rule.is-empty {
            border-color: rgba(31, 189, 131, 0.14);
            background: linear-gradient(180deg, #f0fff8, #ffffff);
        }

.area-toggle {
            flex: 0 0 auto;
            border: 0;
            border-radius: 999px;
            padding: 5px 10px;
            background: #fff0df;
            color: #a75a12;
            cursor: pointer;
            font-size: 12px;
            font-weight: 800;
        }

.rule-summary {
            display: -webkit-box;
            overflow: hidden;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            line-clamp: 2;
        }

.rule-full {
            max-height: 116px;
            overflow: auto;
            padding-right: 4px;
            word-break: break-all;
        }

.id-rule {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
        }

.id-rule .rule-label {
            margin-bottom: 0;
        }

.id-rule .rule-value {
            display: block;
            color: var(--blue);
            font-weight: 800;
        }

.note {
            margin-top: auto;
            padding: 10px 12px;
            border-radius: 16px;
            background: var(--orange-light);
            color: #8a5118;
            font-size: 12px;
            line-height: 1.65;
        }

.actions {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px;
            margin-top: 16px;
        }

.action {
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 42px;
            border-radius: 14px;
            border: 1px solid rgba(18, 104, 238, 0.18);
            background: var(--blue-light);
            color: var(--blue);
            font-size: 14px;
            font-weight: 800;
        }

.action.primary {
            border-color: transparent;
            background: linear-gradient(135deg, var(--blue), #24a2ff);
            color: #ffffff;
            box-shadow: 0 10px 18px rgba(18, 104, 238, 0.18);
        }

.empty {
            grid-column: 1 / -1;
            padding: 60px 24px;
            border: 1px dashed rgba(18, 104, 238, 0.26);
            border-radius: 24px;
            background: #ffffff;
            text-align: center;
        }

.empty strong {
            display: block;
            color: var(--text);
            font-size: 20px;
        }

.empty p {
            margin-top: 8px;
            color: var(--muted);
        }

.pager {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            gap: 8px;
            margin-top: 28px;
        }

.pager button,
        .pager .ellipsis,
        .pager-info {
            min-width: 40px;
            min-height: 40px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0 12px;
            border: 1px solid var(--line);
            border-radius: 12px;
            background: #ffffff;
            color: #40546d;
            font-size: 14px;
            font-weight: 700;
        }

.pager button {
            cursor: pointer;
            transition: border-color 0.18s, background 0.18s, color 0.18s, box-shadow 0.18s;
        }

.pager button:hover:not(:disabled),
        .pager button.active {
            border-color: transparent;
            background: var(--blue);
            color: #ffffff;
            box-shadow: 0 10px 18px rgba(18, 104, 238, 0.16);
        }

.pager button:disabled {
            cursor: not-allowed;
            opacity: 0.45;
        }

.pager .ellipsis {
            border-color: transparent;
            background: transparent;
            color: var(--muted);
        }

.pager-info {
            color: var(--muted);
            font-weight: 600;
        }

.guide {
            margin-top: 40px;
            padding: 30px;
            border-radius: 26px;
            background:
                radial-gradient(circle at 96% 10%, rgba(31, 189, 131, 0.14), transparent 26%),
                #ffffff;
            border: 1px solid var(--line);
            box-shadow: 0 8px 24px rgba(24, 80, 170, 0.06);
        }

.guide-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 18px;
            margin-top: 20px;
        }

.guide-item {
            padding: 18px;
            border-radius: 18px;
            background: #f8fbff;
        }

.guide-item i {
            display: grid;
            width: 36px;
            height: 36px;
            margin-bottom: 12px;
            place-items: center;
            border-radius: 12px;
            background: var(--green-light);
            color: var(--green);
            font-style: normal;
            font-weight: 900;
        }

.guide-item h3 {
            font-size: 16px;
            margin-bottom: 6px;
        }

.guide-item p {
            color: var(--muted);
            font-size: 13px;
        }

.float-tools {
            position: fixed;
            right: 18px;
            bottom: 24px;
            z-index: 40;
            display: grid;
            gap: 10px;
        }

.float-tools button {
            width: 58px;
            min-height: 58px;
            border: 0;
            border-radius: 18px;
            background: #ffffff;
            color: var(--blue);
            box-shadow: var(--shadow);
            font-size: 12px;
        }

.float-tools i,
        .float-tools span {
            display: block;
            font-style: normal;
        }

.float-tools i {
            font-size: 18px;
            line-height: 1;
        }

.toast {
            position: fixed;
            left: 50%;
            bottom: 32px;
            z-index: 50;
            max-width: calc(100% - 40px);
            padding: 12px 18px;
            border-radius: 999px;
            background: rgba(28, 43, 63, 0.92);
            color: #ffffff;
            font-size: 14px;
            opacity: 0;
            pointer-events: none;
            transform: translate(-50%, 20px);
            transition: opacity 0.2s, transform 0.2s;
        }

.toast.show {
            opacity: 1;
            transform: translate(-50%, 0);
        }

@media (max-width: 1080px) {
            .hero-inner {
                grid-template-columns: 1fr;
            }

            .hero-art {
                display: none;
            }

            .filter-row {
                grid-template-columns: 1fr 1fr;
            }

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

@media (max-width: 860px) {
            .hero-inner,
            .filter-panel,
            .main {
                width: min(100% - 28px, 1180px);
            }

            .hero-inner {
                min-height: auto;
                padding: 42px 0 80px;
            }

            .hero-features,
            .summary,
            .guide-grid {
                grid-template-columns: 1fr;
            }

            .filter-row {
                grid-template-columns: 1fr;
            }

        }

@media (max-width: 620px) {
            .brand-sub {
                display: none;
            }

            .filter-panel {
                margin-top: -34px;
                padding: 16px;
            }

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

            .section-head {
                align-items: flex-start;
                flex-direction: column;
            }

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

            .highlight-item {
                min-height: 70px;
                padding: 10px 6px;
            }

            .highlight-item strong {
                font-size: 18px;
            }

            .actions {
                grid-template-columns: 1fr;
            }

            .float-tools {
                right: 12px;
                bottom: 14px;
            }
        }

/* Polished product detail page */
.traffic-detail-hero {
    background:
        linear-gradient(135deg, rgba(10, 43, 91, 0.94), rgba(18, 104, 238, 0.9)),
        linear-gradient(135deg, #1268ee 0%, #18a6ff 52%, #1fbd83 100%);
}

.traffic-detail-hero::before {
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.14) 0 10%, transparent 10% 100%),
        radial-gradient(circle at 86% 16%, rgba(255, 255, 255, 0.18), transparent 25%);
}

.traffic-detail-hero-inner {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 46px;
    min-height: 430px;
    padding: 58px 0 96px;
}

.traffic-detail-hero-copy {
    min-width: 0;
}

.traffic-detail-hero .hero-title {
    max-width: 780px;
    letter-spacing: 0;
}

.traffic-detail-hero .hero-desc {
    max-width: 680px;
    line-height: 1.8;
}

.traffic-detail-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.detail-cta {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    backdrop-filter: blur(10px);
    transition: transform 0.18s, box-shadow 0.18s, background 0.18s;
}

.detail-cta:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.18);
}

.detail-cta.primary {
    border-color: transparent;
    background: #ffffff;
    color: var(--blue);
    box-shadow: 0 16px 30px rgba(4, 38, 92, 0.22);
}

.detail-cta.wide {
    width: 100%;
    margin-top: 18px;
    background: linear-gradient(135deg, var(--blue), #24a2ff);
    color: #ffffff;
}

.traffic-detail-showcase {
    display: grid;
    gap: 16px;
}

.traffic-detail-id {
    border-radius: 20px;
    box-shadow: 0 18px 38px rgba(4, 38, 92, 0.16);
}

.detail-showcase-card {
    min-height: 230px;
    display: grid;
    align-content: end;
    gap: 10px;
    overflow: hidden;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 24px;
    background: linear-gradient(155deg, #ffffff 0%, #f1fbff 52%, #eafff6 100%);
    color: var(--text);
    box-shadow: 0 22px 48px rgba(4, 38, 92, 0.2);
}

.detail-showcase-card.has-image {
    min-height: 0;
    padding: 14px;
}

.detail-showcase-card img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 320px;
    object-fit: contain;
    border-radius: 18px;
    background: #ffffff;
}

.detail-showcase-card span,
.detail-showcase-card strong,
.detail-showcase-card em {
    display: block;
}

.detail-showcase-card span {
    color: var(--green);
    font-size: 13px;
    font-weight: 900;
}

.detail-showcase-card strong {
    color: var(--blue);
    font-size: 40px;
    line-height: 1.12;
}

.detail-showcase-card em {
    color: var(--orange);
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
}

.traffic-detail-main {
    margin-top: -54px;
}

.traffic-detail-card {
    padding: 24px;
    border: 1px solid rgba(216, 226, 239, 0.9);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 16px 40px rgba(24, 80, 170, 0.08);
}

.detail-overview-card {
    padding: 18px;
}

.detail-overview-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.overview-stat {
    min-width: 0;
    min-height: 112px;
    display: grid;
    align-content: center;
    gap: 8px;
    padding: 18px;
    border-radius: 18px;
    background: #f8fbff;
    border: 1px solid rgba(18, 104, 238, 0.08);
}

.overview-stat span,
.overview-stat strong {
    display: block;
}

.overview-stat span {
    color: #667891;
    font-size: 13px;
    font-weight: 900;
}

.overview-stat strong {
    min-width: 0;
    color: #172033;
    font-size: clamp(20px, 2.3vw, 30px);
    line-height: 1.16;
    overflow-wrap: anywhere;
}

.overview-stat.accent-blue strong {
    color: var(--blue);
}

.overview-stat.accent-green strong {
    color: var(--green);
}

.overview-stat.accent-orange strong {
    color: var(--orange);
}

.overview-stat.accent-purple strong {
    color: var(--purple);
}

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

.traffic-detail-stack {
    display: grid;
    gap: 22px;
}

.traffic-detail-side {
    min-width: 0;
}

.sticky-card {
    position: sticky;
    top: 90px;
}

.sticky-card h2 {
    margin: 0 0 16px;
    color: #132946;
    font-size: 22px;
    line-height: 1.25;
}

.detail-check-list {
    display: grid;
    gap: 10px;
}

.detail-check-list span {
    position: relative;
    display: block;
    padding: 12px 12px 12px 34px;
    border-radius: 14px;
    background: #f7fbff;
    color: #3f536d;
    font-size: 13px;
    line-height: 1.6;
}

.detail-check-list span::before {
    content: "";
    position: absolute;
    left: 13px;
    top: 19px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--green);
}

.detail-section-head {
    align-items: flex-start;
    margin-bottom: 18px;
}

.detail-section-head h2 {
    color: #132946;
}

.detail-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.detail-info-item,
.detail-rule-panel > div {
    min-width: 0;
    padding: 16px;
    border: 1px solid rgba(18, 104, 238, 0.08);
    border-radius: 16px;
    background: linear-gradient(180deg, #f8fbff, #ffffff);
}

.detail-info-item span,
.detail-info-item strong,
.detail-info-item p,
.detail-rule-panel span,
.detail-rule-panel p {
    display: block;
}

.detail-info-item span,
.detail-rule-panel span {
    margin-bottom: 7px;
    color: #667891;
    font-size: 12px;
    font-weight: 900;
}

.detail-info-item strong {
    color: #183756;
    font-size: 16px;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.detail-info-item p,
.detail-rule-panel p {
    color: #314763;
    font-size: 14px;
    line-height: 1.85;
    overflow-wrap: anywhere;
}

.detail-rule-panel {
    display: grid;
    gap: 12px;
}

.detail-rule-panel .is-positive {
    border-color: rgba(31, 189, 131, 0.16);
    background: linear-gradient(180deg, #f0fff8, #ffffff);
}

.detail-rule-panel .is-warning {
    border-color: rgba(255, 139, 35, 0.2);
    background: linear-gradient(180deg, #fff8ef, #ffffff);
}

.detail-table {
    gap: 10px;
}

.detail-row {
    border-color: rgba(216, 226, 239, 0.9);
    border-radius: 16px;
    box-shadow: none;
}

.detail-key code {
    font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
}

.netaddr-cache-card {
    margin-top: 22px;
}

.detail-refresh-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 34px;
    padding: 0 13px 0 11px;
    border: 1px solid rgba(18, 104, 238, 0.12);
    border-radius: 999px;
    background: linear-gradient(180deg, #f8fbff, #eef6ff);
    color: #0d5ed8;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 8px 18px rgba(24, 80, 170, 0.08);
    transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.detail-refresh-action::before {
    content: "";
    width: 13px;
    height: 13px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
}

.detail-refresh-action:hover {
    border-color: rgba(18, 104, 238, 0.28);
    background: linear-gradient(180deg, #ffffff, #e7f2ff);
    color: #084db5;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 10px 22px rgba(24, 80, 170, 0.14);
    transform: translateY(-1px);
}

.netaddr-original > div {
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(24, 80, 170, 0.04);
}

.detail-more-card {
    margin-top: 22px;
}

.detail-more-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.detail-more-item {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(18, 104, 238, 0.1);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(24, 80, 170, 0.06);
}

.detail-more-cover {
    display: grid;
    align-content: end;
    min-height: 132px;
    padding: 14px;
    background: linear-gradient(135deg, #e8f3ff, #f1fff8);
    color: #1268ee;
}

.detail-more-cover.has-image {
    display: block;
    min-height: 0;
    padding: 10px;
    background: #f8fbff;
}

.detail-more-cover img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;
}

.detail-more-cover strong,
.detail-more-cover span {
    display: block;
}

.detail-more-cover strong {
    font-size: 22px;
    line-height: 1.18;
    overflow-wrap: anywhere;
}

.detail-more-cover span {
    margin-top: 6px;
    color: #16835f;
    font-size: 14px;
    font-weight: 900;
}

.detail-more-body {
    padding: 14px;
}

.detail-more-meta,
.detail-more-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.detail-more-meta span,
.detail-more-stats span {
    max-width: 100%;
    padding: 5px 8px;
    border-radius: 999px;
    background: #eef6ff;
    color: #1268ee;
    font-size: 12px;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.detail-more-meta span:nth-child(2),
.detail-more-stats span:nth-child(2) {
    background: #effaf5;
    color: #16835f;
}

.detail-more-body h3 {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.38;
}

.detail-more-body h3 a {
    color: #172033;
}

.detail-more-body p {
    display: -webkit-box;
    min-height: 42px;
    margin-top: 8px;
    color: #617086;
    font-size: 13px;
    line-height: 1.62;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.detail-more-stats {
    margin-top: 12px;
}

@media (max-width: 1080px) {
    .traffic-detail-hero-inner,
    .traffic-detail-layout {
        grid-template-columns: 1fr;
    }

    .traffic-detail-showcase {
        grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
        align-items: stretch;
    }

    .sticky-card {
        position: static;
    }

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

@media (max-width: 760px) {
    .traffic-detail-hero-inner {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 42px 0 82px;
    }

    .traffic-detail-showcase,
    .detail-overview-grid,
    .detail-info-grid {
        grid-template-columns: 1fr;
    }

    .traffic-detail-main {
        margin-top: -42px;
    }

    .traffic-detail-card {
        padding: 18px;
        border-radius: 20px;
    }

    .detail-refresh-action {
        width: fit-content;
    }

    .detail-more-grid {
        grid-template-columns: 1fr;
    }

    .detail-overview-card {
        padding: 12px;
    }

    .overview-stat {
        min-height: 92px;
    }

    .detail-cta {
        flex: 1 1 160px;
    }
}

@media (max-width: 480px) {
    .traffic-detail-hero-inner,
    .main {
        width: min(100% - 24px, 1180px);
    }

    .traffic-detail-hero .hero-title {
        font-size: 30px;
        line-height: 1.18;
    }

    .traffic-detail-hero .hero-desc {
        font-size: 15px;
    }

    .traffic-detail-id strong {
        font-size: 22px;
    }

    .detail-showcase-card strong {
        font-size: 30px;
    }

    .detail-row {
        padding: 14px;
    }
}
