/* 压测造数工作台 · 顶栏玻璃风（仅 lth-hub-*-tab，不影响全站） */

/* ——— JMeter：浅绿玻璃 ——— */
body.lth-hub-jmeter-tab .hf-gnav {
    background:
        linear-gradient(
            118deg,
            rgba(255, 255, 255, 0.74) 0%,
            rgba(236, 253, 245, 0.70) 42%,
            rgba(209, 250, 229, 0.62) 100%
        ) !important;
    border-bottom: 1px solid rgba(16, 185, 129, 0.22) !important;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.55) inset,
        0 8px 28px -16px rgba(5, 150, 105, 0.18) !important;
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
}

body.lth-hub-jmeter-tab .hf-gnav::before {
    opacity: 0.22 !important;
    background: repeating-linear-gradient(
        90deg,
        transparent 0,
        transparent 47px,
        rgba(16, 185, 129, 0.04) 47px,
        rgba(16, 185, 129, 0.04) 48px
    ) !important;
}

body.lth-hub-jmeter-tab .hf-gnav::after {
    background:
        radial-gradient(ellipse 70% 120% at 8% -30%, rgba(110, 231, 183, 0.32), transparent 58%),
        radial-gradient(ellipse 55% 90% at 96% 0%, rgba(52, 211, 153, 0.16), transparent 52%) !important;
    opacity: 1 !important;
}

body.lth-hub-jmeter-tab .hf-gnav__brand,
body.lth-hub-jmeter-tab .hf-gnav__titles strong {
    color: #065f46 !important;
}

body.lth-hub-jmeter-tab .hf-gnav__titles span {
    color: rgba(4, 120, 87, 0.62) !important;
}

body.lth-hub-jmeter-tab .hf-gnav__mark {
    box-shadow:
        0 2px 12px rgba(16, 185, 129, 0.28),
        0 0 0 1px rgba(52, 211, 153, 0.28) !important;
}

body.lth-hub-jmeter-tab .hf-gnav__brand:hover .hf-gnav__mark {
    box-shadow:
        0 4px 16px rgba(16, 185, 129, 0.35),
        0 0 0 1px rgba(5, 150, 105, 0.3) !important;
}

body.lth-hub-jmeter-tab .hf-gnav__mega-btn {
    border-color: rgba(16, 185, 129, 0.28) !important;
    background: rgba(255, 255, 255, 0.55) !important;
    color: #047857 !important;
}

body.lth-hub-jmeter-tab .hf-gnav__mega-btn:hover {
    background: rgba(236, 253, 245, 0.92) !important;
    border-color: rgba(16, 185, 129, 0.42) !important;
}

body.lth-hub-jmeter-tab .hf-gnav__mega-btn[aria-expanded="true"] {
    background: rgba(209, 250, 229, 0.95) !important;
    border-color: rgba(5, 150, 105, 0.4) !important;
    box-shadow: 0 0 0 1px rgba(52, 211, 153, 0.22) !important;
}

body.lth-hub-jmeter-tab .hf-gnav__prompts {
    color: #047857 !important;
    border-color: rgba(16, 185, 129, 0.35) !important;
    background: linear-gradient(120deg, rgba(236, 253, 245, 0.92), rgba(209, 250, 229, 0.88)) !important;
    box-shadow: 0 1px 4px rgba(5, 150, 105, 0.08) !important;
}

body.lth-hub-jmeter-tab .hf-gnav__prompts:hover {
    border-color: rgba(5, 150, 105, 0.45) !important;
    box-shadow: 0 4px 16px -6px rgba(16, 185, 129, 0.35) !important;
}

body.lth-hub-jmeter-tab .hf-gnav__feedback {
    color: #047857 !important;
    border-color: rgba(167, 243, 208, 0.55) !important;
    background: rgba(255, 255, 255, 0.55) !important;
}

body.lth-hub-jmeter-tab .hf-gnav__feedback:hover {
    background: rgba(236, 253, 245, 0.92) !important;
    border-color: rgba(16, 185, 129, 0.45) !important;
}

body.lth-hub-jmeter-tab .hf-gnav__messages {
    color: #047857 !important;
    border-color: rgba(16, 185, 129, 0.45) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(236, 253, 245, 0.82)) !important;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.85) inset,
        0 1px 3px rgba(4, 120, 87, 0.1) !important;
}

body.lth-hub-jmeter-tab .hf-gnav__messages:hover {
    background: rgba(255, 255, 255, 0.98) !important;
    border-color: rgba(5, 150, 105, 0.55) !important;
}

body.lth-hub-jmeter-tab .hf-gnav__messages[data-has-unread="1"] {
    border-color: rgba(244, 63, 94, 0.5) !important;
    box-shadow:
        0 0 0 3px rgba(251, 113, 133, 0.16),
        0 2px 10px rgba(4, 120, 87, 0.1) !important;
}

body.lth-hub-jmeter-tab .hf-gnav__messages-badge {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95) !important;
}

body.lth-hub-jmeter-tab .hf-gnav__auth {
    color: #047857 !important;
    border-color: rgba(16, 185, 129, 0.4) !important;
    background: linear-gradient(120deg, rgba(236, 253, 245, 0.95), rgba(209, 250, 229, 0.88)) !important;
}

body.lth-hub-jmeter-tab .hf-gnav__user-email {
    color: #065f46 !important;
    background: rgba(255, 255, 255, 0.55) !important;
    border: 1px solid rgba(16, 185, 129, 0.22);
}

body.lth-hub-jmeter-tab .hf-gnav__logout {
    color: #047857 !important;
    border-color: rgba(16, 185, 129, 0.28) !important;
    background: rgba(255, 255, 255, 0.5) !important;
}

body.lth-hub-jmeter-tab .hf-gnav__logout:hover {
    background: rgba(236, 253, 245, 0.92) !important;
}

body.lth-hub-jmeter-tab .hf-gnav__burger {
    border-color: rgba(16, 185, 129, 0.3) !important;
    background: rgba(255, 255, 255, 0.55) !important;
    color: #047857 !important;
}

body.lth-hub-jmeter-tab .hf-gnav__burger span {
    background: #047857 !important;
}

body.lth-hub-jmeter-tab .hf-gnav__drawer {
    background: rgba(6, 95, 70, 0.16) !important;
}

body.lth-hub-jmeter-tab .hf-gnav__sheet {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(236, 253, 245, 0.98) 100%) !important;
    border-left: 1px solid rgba(16, 185, 129, 0.25) !important;
    box-shadow: -12px 0 40px rgba(5, 150, 105, 0.12) !important;
}

body.lth-hub-jmeter-tab .hf-gnav__sheet-top {
    border-bottom-color: rgba(16, 185, 129, 0.18) !important;
}

body.lth-hub-jmeter-tab .hf-gnav__sheet-top p,
body.lth-hub-jmeter-tab .hf-gnav__sheet-sec h3 {
    color: rgba(4, 120, 87, 0.7) !important;
}

body.lth-hub-jmeter-tab .hf-gnav__sheet-x {
    border-color: rgba(16, 185, 129, 0.28) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    color: #047857 !important;
}

body.lth-hub-jmeter-tab .hf-gnav__sheet a {
    color: #065f46 !important;
}

body.lth-hub-jmeter-tab .hf-gnav__sheet a:hover {
    background: rgba(209, 250, 229, 0.85) !important;
}

body.lth-hub-jmeter-tab .hf-gnav__sheet a[aria-current="page"] {
    background: rgba(209, 250, 229, 0.95) !important;
    border-color: rgba(16, 185, 129, 0.35) !important;
}

body.lth-hub-jmeter-tab .hf-gnav__sheet-prompts {
    border-top-color: rgba(16, 185, 129, 0.18) !important;
}

body.lth-hub-jmeter-tab .hf-gnav__sheet-prompts a {
    background: linear-gradient(120deg, rgba(236, 253, 245, 0.9), rgba(209, 250, 229, 0.85)) !important;
    border-color: rgba(16, 185, 129, 0.3) !important;
}

body.lth-hub-jmeter-tab .hf-gnav__sheet-feedback {
    border-color: rgba(16, 185, 129, 0.3) !important;
    background: rgba(236, 253, 245, 0.9) !important;
    color: #047857 !important;
}

body.lth-hub-jmeter-tab .hf-gnav__sheet-auth {
    border-color: rgba(16, 185, 129, 0.35) !important;
    background: rgba(209, 250, 229, 0.95) !important;
    color: #047857 !important;
}

body.lth-hub-jmeter-tab .hf-gnav__sheet-user {
    background: rgba(255, 255, 255, 0.65) !important;
    border-color: rgba(16, 185, 129, 0.22) !important;
}

body.lth-hub-jmeter-tab .hf-gnav__sheet-user p {
    color: rgba(4, 120, 87, 0.65) !important;
}

body.lth-hub-jmeter-tab .hf-gnav__sheet-user strong {
    color: #065f46 !important;
}

/* ——— 造数 / 数据构建：浅蓝玻璃 ——— */
body.lth-hub-data-tab .hf-gnav {
    background:
        linear-gradient(
            118deg,
            rgba(255, 255, 255, 0.74) 0%,
            rgba(239, 246, 255, 0.70) 42%,
            rgba(219, 234, 254, 0.62) 100%
        ) !important;
    border-bottom: 1px solid rgba(59, 130, 246, 0.22) !important;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.55) inset,
        0 8px 28px -16px rgba(37, 99, 235, 0.16) !important;
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
}

body.lth-hub-data-tab .hf-gnav::before {
    opacity: 0.22 !important;
    background: repeating-linear-gradient(
        90deg,
        transparent 0,
        transparent 47px,
        rgba(59, 130, 246, 0.04) 47px,
        rgba(59, 130, 246, 0.04) 48px
    ) !important;
}

body.lth-hub-data-tab .hf-gnav::after {
    background:
        radial-gradient(ellipse 70% 120% at 8% -30%, rgba(147, 197, 253, 0.35), transparent 58%),
        radial-gradient(ellipse 55% 90% at 96% 0%, rgba(96, 165, 250, 0.16), transparent 52%) !important;
    opacity: 1 !important;
}

body.lth-hub-data-tab .hf-gnav__brand,
body.lth-hub-data-tab .hf-gnav__titles strong {
    color: #1e3a8a !important;
}

body.lth-hub-data-tab .hf-gnav__titles span {
    color: rgba(29, 78, 216, 0.62) !important;
}

body.lth-hub-data-tab .hf-gnav__mark {
    box-shadow:
        0 2px 12px rgba(59, 130, 246, 0.28),
        0 0 0 1px rgba(147, 197, 253, 0.3) !important;
}

body.lth-hub-data-tab .hf-gnav__brand:hover .hf-gnav__mark {
    box-shadow:
        0 4px 16px rgba(59, 130, 246, 0.35),
        0 0 0 1px rgba(37, 99, 235, 0.3) !important;
}

body.lth-hub-data-tab .hf-gnav__mega-btn {
    border-color: rgba(59, 130, 246, 0.28) !important;
    background: rgba(255, 255, 255, 0.55) !important;
    color: #1d4ed8 !important;
}

body.lth-hub-data-tab .hf-gnav__mega-btn:hover {
    background: rgba(239, 246, 255, 0.92) !important;
    border-color: rgba(59, 130, 246, 0.42) !important;
}

body.lth-hub-data-tab .hf-gnav__mega-btn[aria-expanded="true"] {
    background: rgba(219, 234, 254, 0.95) !important;
    border-color: rgba(37, 99, 235, 0.4) !important;
    box-shadow: 0 0 0 1px rgba(147, 197, 253, 0.22) !important;
}

body.lth-hub-data-tab .hf-gnav__prompts {
    color: #1d4ed8 !important;
    border-color: rgba(59, 130, 246, 0.35) !important;
    background: linear-gradient(120deg, rgba(239, 246, 255, 0.92), rgba(219, 234, 254, 0.88)) !important;
    box-shadow: 0 1px 4px rgba(37, 99, 235, 0.08) !important;
}

body.lth-hub-data-tab .hf-gnav__prompts:hover {
    border-color: rgba(37, 99, 235, 0.45) !important;
    box-shadow: 0 4px 16px -6px rgba(59, 130, 246, 0.35) !important;
}

body.lth-hub-data-tab .hf-gnav__feedback {
    color: #1d4ed8 !important;
    border-color: rgba(191, 219, 254, 0.65) !important;
    background: rgba(255, 255, 255, 0.55) !important;
}

body.lth-hub-data-tab .hf-gnav__feedback:hover {
    background: rgba(239, 246, 255, 0.92) !important;
    border-color: rgba(59, 130, 246, 0.45) !important;
}

body.lth-hub-data-tab .hf-gnav__messages {
    color: #1d4ed8 !important;
    border-color: rgba(59, 130, 246, 0.45) !important;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(239, 246, 255, 0.82)) !important;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.85) inset,
        0 1px 3px rgba(29, 78, 216, 0.1) !important;
}

body.lth-hub-data-tab .hf-gnav__messages:hover {
    background: rgba(255, 255, 255, 0.98) !important;
    border-color: rgba(37, 99, 235, 0.55) !important;
}

body.lth-hub-data-tab .hf-gnav__messages[data-has-unread="1"] {
    border-color: rgba(244, 63, 94, 0.5) !important;
    box-shadow:
        0 0 0 3px rgba(251, 113, 133, 0.16),
        0 2px 10px rgba(29, 78, 216, 0.1) !important;
}

body.lth-hub-data-tab .hf-gnav__messages-badge {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95) !important;
}

body.lth-hub-data-tab .hf-gnav__auth {
    color: #1d4ed8 !important;
    border-color: rgba(59, 130, 246, 0.4) !important;
    background: linear-gradient(120deg, rgba(239, 246, 255, 0.95), rgba(219, 234, 254, 0.88)) !important;
}

body.lth-hub-data-tab .hf-gnav__user-email {
    color: #1e3a8a !important;
    background: rgba(255, 255, 255, 0.55) !important;
    border: 1px solid rgba(59, 130, 246, 0.22);
}

body.lth-hub-data-tab .hf-gnav__logout {
    color: #1d4ed8 !important;
    border-color: rgba(59, 130, 246, 0.28) !important;
    background: rgba(255, 255, 255, 0.5) !important;
}

body.lth-hub-data-tab .hf-gnav__logout:hover {
    background: rgba(239, 246, 255, 0.92) !important;
}

body.lth-hub-data-tab .hf-gnav__burger {
    border-color: rgba(59, 130, 246, 0.3) !important;
    background: rgba(255, 255, 255, 0.55) !important;
    color: #1d4ed8 !important;
}

body.lth-hub-data-tab .hf-gnav__burger span {
    background: #1d4ed8 !important;
}

body.lth-hub-data-tab .hf-gnav__drawer {
    background: rgba(30, 58, 138, 0.16) !important;
}

body.lth-hub-data-tab .hf-gnav__sheet {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(239, 246, 255, 0.98) 100%) !important;
    border-left: 1px solid rgba(59, 130, 246, 0.25) !important;
    box-shadow: -12px 0 40px rgba(37, 99, 235, 0.12) !important;
}

body.lth-hub-data-tab .hf-gnav__sheet-top {
    border-bottom-color: rgba(59, 130, 246, 0.18) !important;
}

body.lth-hub-data-tab .hf-gnav__sheet-top p,
body.lth-hub-data-tab .hf-gnav__sheet-sec h3 {
    color: rgba(29, 78, 216, 0.7) !important;
}

body.lth-hub-data-tab .hf-gnav__sheet-x {
    border-color: rgba(59, 130, 246, 0.28) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    color: #1d4ed8 !important;
}

body.lth-hub-data-tab .hf-gnav__sheet a {
    color: #1e3a8a !important;
}

body.lth-hub-data-tab .hf-gnav__sheet a:hover {
    background: rgba(219, 234, 254, 0.85) !important;
}

body.lth-hub-data-tab .hf-gnav__sheet a[aria-current="page"] {
    background: rgba(219, 234, 254, 0.95) !important;
    border-color: rgba(59, 130, 246, 0.35) !important;
}

body.lth-hub-data-tab .hf-gnav__sheet-prompts {
    border-top-color: rgba(59, 130, 246, 0.18) !important;
}

body.lth-hub-data-tab .hf-gnav__sheet-prompts a {
    background: linear-gradient(120deg, rgba(239, 246, 255, 0.9), rgba(219, 234, 254, 0.85)) !important;
    border-color: rgba(59, 130, 246, 0.3) !important;
}

body.lth-hub-data-tab .hf-gnav__sheet-feedback {
    border-color: rgba(59, 130, 246, 0.3) !important;
    background: rgba(239, 246, 255, 0.9) !important;
    color: #1d4ed8 !important;
}

body.lth-hub-data-tab .hf-gnav__sheet-auth {
    border-color: rgba(59, 130, 246, 0.35) !important;
    background: rgba(219, 234, 254, 0.95) !important;
    color: #1d4ed8 !important;
}

body.lth-hub-data-tab .hf-gnav__sheet-user {
    background: rgba(255, 255, 255, 0.65) !important;
    border-color: rgba(59, 130, 246, 0.22) !important;
}

body.lth-hub-data-tab .hf-gnav__sheet-user p {
    color: rgba(29, 78, 216, 0.65) !important;
}

body.lth-hub-data-tab .hf-gnav__sheet-user strong {
    color: #1e3a8a !important;
}
