:root {
            --accent: #e37317;
            --accent-rgb: 227, 115, 23;
            --bg-deep: #0a0a0c;
            --bg-surface: #121216;
            --bg-surface-elevated: #1a1a22;
            --text-main: #f3f4f6;
            --text-muted: #9ca3af;
            --text-dark: #6b7280;
            --radius: 18px;
            --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.5);
            --shadow-lg: 0 20px 40px rgba(0, 0, 0, 0.8), inset 0 1px 1px rgba(255, 255, 255, 0.1);
            --transition: 0.25s ease;
        }

        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        body {
            background-color: var(--bg-deep);
            color: var(--text-main);
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans CJK SC", sans-serif;
            line-height: 1.7;
            overflow-x: hidden;
        }

        a {
            color: inherit;
            text-decoration: none;
            transition: var(--transition);
        }

        /* 统一版心 */
        .proxy-tunnel {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 24px;
            width: 100%;
        }

        /* 强制复用首页导航栏样式 */
        .route-nexus {
            background-color: rgba(10, 10, 12, 0.8);
            backdrop-filter: blur(12px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
            position: sticky;
            top: 0;
            z-index: 100;
            width: 100%;
        }
        .route-orbit {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            height: 70px;
        }
        .core-sign {
            display: flex;
            align-items: center;
            gap: 12px;
            font-weight: 700;
            font-size: 1.25rem;
            color: #ffffff;
        }
        .core img {
            height: 32px;
            width: auto;
            display: block;
        }
        .orbit-flow {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            align-items: center;
        }
        .orbit-path {
            padding: 8px 16px;
            font-size: 0.95rem;
            color: var(--text-muted);
            border-radius: 8px;
            font-weight: 500;
        }
        .orbit-path:hover {
            color: #ffffff;
            background-color: rgba(255, 255, 255, 0.05);
        }
        .orbit-path.active {
            color: #ffffff;
            background-color: rgba(227, 115, 23, 0.15);
            border-bottom: 2px solid var(--accent);
            border-radius: 8px 8px 0 0;
        }

        /* 主内容容器 */
        .proxy-mesh {
            display: flex;
            flex-direction: column;
            gap: 100px;
            padding-bottom: 100px;
        }

        /* Section 1: Hero - 管理你的订阅链接与节点 (article) */
        .flare-warp {
            padding: 100px 0 40px 0;
            position: relative;
            overflow: hidden;
        }
        .flare-warp::before {
            content: '';
            position: absolute;
            top: -20%;
            left: 50%;
            transform: translateX(-50%);
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(227, 115, 23, 0.12) 0%, rgba(10, 10, 12, 0) 70%);
            z-index: -1;
            pointer-events: none;
        }
        .flare-inner {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 48px;
        }
        .flare-byte-block {
            flex: 1.2;
            min-width: 320px;
        }
        .flare-peak {
            font-size: clamp(2.2rem, 5vw, 3.5rem);
            line-height: 1.15;
            font-weight: 800;
            letter-spacing: -1px;
            color: #ffffff;
            margin-bottom: 24px;
            word-break: keep-all;
        }
        .flare-peak span {
            color: var(--accent);
            background: linear-gradient(135deg, #ff9d42 0%, #e37317 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .byte-tunnel {
            font-size: 1.15rem;
            color: var(--text-muted);
            margin-bottom: 32px;
            max-width: 600px;
            word-break: break-word;
        }
        .flare-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 16px;
        }
        .dial-hook {
            padding: 14px 32px;
            border-radius: var(--radius);
            font-weight: 600;
            border: 1px solid transparent;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }
        .dial-hook-primary {
            background: var(--accent);
            color: #ffffff;
            box-shadow: 0 8px 24px rgba(227, 115, 23, 0.35);
        }
        .dial-hook-primary:hover {
            background: #ff8524;
            transform: translateY(-2px);
        }
        .ping-hook {
            background: rgba(255, 255, 255, 0.05);
            color: #ffffff;
            border: 1px solid rgba(255, 255, 255, 0.08);
        }
        .ping-hook:hover {
            background: rgba(255, 255, 255, 0.1);
            transform: translateY(-2px);
        }
        .flare-visual {
            flex: 1;
            min-width: 320px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        /* High-quality Dashboard Mockup */
        .visual-mockup {
            width: 100%;
            max-width: 480px;
            background: var(--bg-surface);
            border-radius: var(--radius);
            border: 1px solid rgba(255, 255, 255, 0.08);
            box-shadow: var(--shadow-lg);
            padding: 24px;
            position: relative;
        }
        .mockup-crown {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 20px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
            padding-bottom: 12px;
        }
        .mockup-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
        }
        .mockup-dot-red { background: #ff5f56; }
        .mockup-dot-yellow { background: #ffbd2e; }
        .mockup-dot-green { background: #27c93f; }
        .mockup-peak {
            font-size: 0.85rem;
            color: var(--text-muted);
            margin-left: 8px;
            font-weight: 500;
        }
        .mockup-body {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }
        .mockup-form-hop {
            display: flex;
            flex-direction: column;
            gap: 6px;
        }
        .mockup-term {
            font-size: 0.8rem;
            color: var(--text-dark);
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .mockup-input {
            background: rgba(0, 0, 0, 0.2);
            border: 1px solid rgba(255, 255, 255, 0.05);
            border-radius: 8px;
            padding: 8px 12px;
            font-size: 0.85rem;
            color: #ffffff;
            font-family: monospace;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .mockup-nodes-pool {
            display: flex;
            flex-direction: column;
            gap: 8px;
            margin-top: 8px;
        }
        .mockup-node {
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: var(--bg-surface-elevated);
            border: 1px solid rgba(255, 255, 255, 0.05);
            border-radius: 8px;
            padding: 10px 14px;
        }
        .mockup-node-info {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .mockup-node-name {
            font-size: 0.85rem;
            color: #ffffff;
        }
        .mockup-node-ping {
            font-size: 0.8rem;
            color: #10b981;
            font-family: monospace;
            font-weight: 600;
        }

        /* Section 2: Step Guide - 如何添加订阅链接 (div) */
        .tunnel-pool {
            padding: 40px 0;
        }
        .pool-crown {
            text-align: center;
            max-width: 800px;
            margin: 0 auto 60px auto;
        }
        .pool-peak {
            font-size: 2.2rem;
            font-weight: 800;
            color: #ffffff;
            margin-bottom: 16px;
        }
        .pool-byte {
            color: var(--text-muted);
            font-size: 1.1rem;
        }
        .steps-mesh {
            display: flex;
            flex-wrap: wrap;
            gap: 24px;
        }
        .peer-hop {
            flex: 1;
            min-width: 280px;
            background: var(--bg-surface);
            border-radius: var(--radius);
            border: 1px solid rgba(255, 255, 255, 0.05);
            padding: 36px;
            transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
            position: relative;
        }
        .peer-hop:hover {
            transform: translateY(-5px);
            border-color: rgba(227, 115, 23, 0.3);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
        }
        .peer-hop-number {
            font-size: 4rem;
            font-weight: 900;
            color: rgba(227, 115, 23, 0.08);
            position: absolute;
            top: 15px;
            right: 24px;
            line-height: 1;
        }
        .peer-hop-peak {
            font-size: 1.3rem;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 16px;
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .peer-hop-peak svg {
            color: var(--accent);
            flex-shrink: 0;
        }
        .peer-hop-desc {
            color: var(--text-muted);
            font-size: 0.95rem;
            line-height: 1.7;
        }

        /* Section 3: Protocol Compatibility - 兼容的协议与格式 (article) */
        .block-mesh {
            background: radial-gradient(100% 100% at 50% 0%, rgba(227, 115, 23, 0.04) 0%, rgba(10, 10, 12, 0) 100%);
            border-top: 1px solid rgba(255, 255, 255, 0.03);
            border-bottom: 1px solid rgba(255, 255, 255, 0.03);
            padding: 80px 0;
        }
        .mesh-inner {
            display: flex;
            flex-wrap: wrap;
            gap: 60px;
            align-items: center;
        }
        .mesh-byte-block {
            flex: 1.1;
            min-width: 320px;
        }
        .mesh-peak {
            font-size: 2.2rem;
            font-weight: 800;
            color: #ffffff;
            margin-bottom: 20px;
        }
        .mesh-byte {
            color: var(--text-muted);
            font-size: 1.1rem;
            line-height: 1.7;
            margin-bottom: 24px;
        }
        .mesh-peers {
            flex: 1.3;
            min-width: 320px;
            display: flex;
            flex-wrap: wrap;
            gap: 16px;
        }
        .node-block {
            background: var(--bg-surface);
            border: 1px solid rgba(255, 255, 255, 0.06);
            border-radius: 14px;
            padding: 20px;
            display: flex;
            align-items: center;
            gap: 16px;
            flex: 1;
            min-width: 220px;
            transition: all var(--transition);
        }
        .node-block:hover {
            background: var(--bg-surface-elevated);
            border-color: rgba(227, 115, 23, 0.25);
            transform: translateY(-2px);
        }
        .node-block svg {
            color: var(--accent);
            background: rgba(227, 115, 23, 0.1);
            padding: 8px;
            border-radius: 10px;
            flex-shrink: 0;
        }
        .node-block-info {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }
        .node-block-name {
            font-weight: 700;
            color: #ffffff;
            font-size: 1.05rem;
        }
        .node-block-desc {
            font-size: 0.85rem;
            color: var(--text-dark);
        }

        /* Section 4: Automation Settings - 配置自动更新机制 (section) */
        .ray-vault {
            display: flex;
            flex-wrap: wrap;
            gap: 48px;
            align-items: center;
            background: linear-gradient(135deg, var(--bg-surface) 0%, rgba(26, 26, 34, 0.6) 100%);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: var(--radius);
            padding: 60px;
            position: relative;
            overflow: hidden;
        }
        .ray-vault::after {
            content: '';
            position: absolute;
            right: 0;
            bottom: 0;
            width: 200px;
            height: 200px;
            background: radial-gradient(circle, rgba(227, 115, 23, 0.05) 0%, rgba(10, 10, 12, 0) 70%);
            z-index: 1;
            pointer-events: none;
        }
        .vault-byte-block {
            flex: 1.5;
            min-width: 300px;
            z-index: 2;
        }
        .vault-peak {
            font-size: 2rem;
            font-weight: 800;
            color: #ffffff;
            margin-bottom: 20px;
        }
        .vault-byte {
            color: var(--text-muted);
            font-size: 1.1rem;
            margin-bottom: 28px;
            line-height: 1.7;
        }
        .vault-interactive {
            flex: 1;
            min-width: 280px;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 2;
        }
        .auto-switch-mock {
            background: rgba(0, 0, 0, 0.3);
            border: 1px solid rgba(255, 255, 255, 0.06);
            border-radius: 16px;
            padding: 24px;
            width: 100%;
            max-width: 340px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            box-shadow: var(--shadow-sm);
        }
        .switch-byte {
            font-weight: 600;
            color: #ffffff;
            font-size: 1rem;
        }
        .switch-trigger {
            width: 56px;
            height: 30px;
            background: var(--accent);
            border-radius: 15px;
            position: relative;
            cursor: pointer;
            box-shadow: 0 0 12px rgba(227, 115, 23, 0.4);
            transition: background var(--transition);
        }
        .switch-trigger::after {
            content: '';
            position: absolute;
            top: 3px;
            right: 3px;
            width: 24px;
            height: 24px;
            background: #ffffff;
            border-radius: 50%;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
            transition: all var(--transition);
        }

        /* 页脚区域 (footer) */
        .abyss-edge {
            background: #060608;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            padding: 80px 0 40px 0;
            margin-top: 100px;
        }
        .vault-pool {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 48px;
        }
        .vault-brand {
            flex: 1.5;
            min-width: 280px;
        }
        .vault-brand-name {
            font-size: 1.6rem;
            font-weight: 800;
            color: #ffffff;
            margin-bottom: 20px;
            letter-spacing: -0.5px;
        }
        .vault-brand-desc {
            color: var(--text-dark);
            font-size: 0.95rem;
            max-width: 320px;
            line-height: 1.7;
        }
        .vault-paths {
            display: flex;
            flex-wrap: wrap;
            gap: 60px;
            flex: 2;
            min-width: 320px;
        }
        .vault-stack {
            display: flex;
            flex-direction: column;
            gap: 14px;
            min-width: 140px;
        }
        .vault-stack-peak {
            color: #ffffff;
            font-weight: 700;
            font-size: 1rem;
            margin-bottom: 8px;
        }
        .vault-stack-path {
            color: var(--text-muted);
            font-size: 0.9rem;
        }
        .vault-stack-path:hover {
            color: var(--accent);
        }
        .vault-copyright {
            margin-top: 60px;
            padding-top: 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            text-align: center;
            color: var(--text-dark);
            font-size: 0.9rem;
            width: 100%;
        }

        /* 响应式断点 */
        @media (max-width: 1024px) {
            .proxy-mesh {
                gap: 80px;
            }
            .ray-vault {
                padding: 40px;
            }
        }

        @media (max-width: 768px) {
            .route-orbit {
                height: auto;
                padding: 16px 0;
                flex-direction: column;
                gap: 16px;
            }
            .orbit-flow {
                justify-content: center;
                gap: 4px;
            }
            .orbit-path {
                padding: 6px 12px;
                font-size: 0.85rem;
            }
            .flare-warp {
                padding: 60px 0 30px 0;
            }
            .flare-inner {
                flex-direction: column;
                text-align: center;
            }
            .flare-byte-block {
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            .byte-tunnel {
                font-size: 1.05rem;
            }
            .pool-peak, .mesh-peak, .vault-peak {
                font-size: 1.8rem;
            }
            .steps-mesh {
                flex-direction: column;
            }
            .mesh-inner {
                flex-direction: column;
                gap: 40px;
            }
            .ray-vault {
                flex-direction: column;
                text-align: center;
                padding: 30px 20px;
            }
            .vault-pool {
                flex-direction: column;
                align-items: center;
                text-align: center;
            }
            .vault-paths {
                justify-content: center;
                gap: 40px;
            }
        }

.route-route-nexus {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans CJK SC", sans-serif;
    line-height: 1.7;
    word-break: break-word;
    color: var(--text-main);
}
.route-route-nexus,
.route-route-nexus *,
.route-route-nexus *::before,
.route-route-nexus *::after {
    box-sizing: border-box;
}

.route-route-nexus nav,
.route-route-nexus div,
.route-route-nexus section,
.route-route-nexus article,
.route-route-nexus aside,
.route-route-nexus p,
.route-route-nexus h1,
.route-route-nexus h2,
.route-route-nexus h3,
.route-route-nexus h4,
.route-route-nexus h5,
.route-route-nexus h6,
.route-route-nexus a {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.route-route-nexus p,
.route-route-nexus h1,
.route-route-nexus h2,
.route-route-nexus h3,
.route-route-nexus h4,
.route-route-nexus h5,
.route-route-nexus h6 {
    text-decoration: none;
}

.route-route-nexus img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.route-route-nexus {
    box-shadow: none;
    filter: none;
    text-shadow: none;
    background-image: none;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.route-route-nexus a.route-orbit-path {
    --aisite-shell-nav-padding: 8px 16px;
    --aisite-shell-nav-margin: 0;
    --aisite-shell-nav-line-height: normal;
    --aisite-shell-nav-display: inline;
    --aisite-shell-nav-height: auto;
    --aisite-shell-nav-min-height: auto;
}

.route-route-nexus a.route-orbit-path,
.route-route-nexus a.route-orbit-path:hover,
.route-route-nexus a.route-orbit-path:focus,
.route-route-nexus a.route-orbit-path:active,
.route-route-nexus a.route-orbit-path.active,
.route-route-nexus a.route-orbit-path[aria-current="page"] {
    background: transparent;
    border: none;
    border-bottom: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
    padding: var(--aisite-shell-nav-padding, 0);
    margin: var(--aisite-shell-nav-margin, 0);
    line-height: var(--aisite-shell-nav-line-height, normal);
    display: var(--aisite-shell-nav-display, inline);
    height: var(--aisite-shell-nav-height, auto);
    min-height: var(--aisite-shell-nav-min-height, auto);
}

.route-route-nexus .route-proxy-tunnel{
            max-width: 1320px;
            margin: 0 auto;
            padding: 0 24px;
            width: 100%;
        }

.route-route-nexus{
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            background: rgba(10, 10, 12, 0.8);
            backdrop-filter: blur(16px);
            -webkit-backdrop-filter: blur(16px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        }

.route-route-nexus .route-route-orbit{
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            height: 76px;
        }

.route-route-nexus .route-core-sign{
            display: flex;
            align-items: center;
            gap: 12px;
            text-decoration: none;
            color: #f3f4f6;
            font-weight: 700;
            font-size: 1.25rem;
            letter-spacing: -0.5px;
        }

.route-route-nexus .route-core-sign img{
            height: 36px;
            width: auto;
            display: block;
        }

.route-route-nexus .route-orbit-flow{
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 8px;
            list-style: none;
        }

.route-route-nexus .route-orbit-path{
            color: #9ca3af;
            text-decoration: none;
            font-size: 0.95rem;
            padding: 8px 16px;
            border-radius: 99px;
            transition: 0.25s ease;
            font-weight: 500;
        }

.route-route-nexus .route-orbit-path:hover{
            color: #f3f4f6;
            background: rgba(255, 255, 255, 0.05);
        }

.route-route-nexus .route-orbit-path.active{
            color: #ffffff;
            background: #e37317;
            box-shadow: 0 4px 12px rgba(227, 115, 23, 0.3);
        }

@media (max-width: 768px){.route-route-nexus .route-route-orbit{
                flex-direction: column;
                height: auto;
                padding: 16px 0;
                gap: 16px;
            }

.route-route-nexus .route-orbit-flow{
                justify-content: center;
                width: 100%;
            }}

.route-route-nexus {
    background: rgb(10, 10, 12);
    background-image: none;
}

.crypt-abyss-edge {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans CJK SC", sans-serif;
    line-height: 1.7;
    word-break: break-word;
    color: var(--text-main);
}
.crypt-abyss-edge,
.crypt-abyss-edge *,
.crypt-abyss-edge *::before,
.crypt-abyss-edge *::after {
    box-sizing: border-box;
}

.crypt-abyss-edge nav,
.crypt-abyss-edge div,
.crypt-abyss-edge section,
.crypt-abyss-edge article,
.crypt-abyss-edge aside,
.crypt-abyss-edge p,
.crypt-abyss-edge h1,
.crypt-abyss-edge h2,
.crypt-abyss-edge h3,
.crypt-abyss-edge h4,
.crypt-abyss-edge h5,
.crypt-abyss-edge h6,
.crypt-abyss-edge a {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.crypt-abyss-edge p,
.crypt-abyss-edge h1,
.crypt-abyss-edge h2,
.crypt-abyss-edge h3,
.crypt-abyss-edge h4,
.crypt-abyss-edge h5,
.crypt-abyss-edge h6 {
    text-decoration: none;
}

.crypt-abyss-edge img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.crypt-abyss-edge {
    box-shadow: none;
    filter: none;
    text-shadow: none;
    background-image: none;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.crypt-abyss-edge a,
.crypt-abyss-edge a:hover,
.crypt-abyss-edge a:focus,
.crypt-abyss-edge a:active {
    background: transparent;
    box-shadow: none;
    outline: none;
    text-decoration: none;
}

.crypt-abyss-edge .crypt-proxy-tunnel{
            max-width: 1320px;
            margin: 0 auto;
            padding: 0 24px;
            width: 100%;
        }

.crypt-abyss-edge{
            background: #050507;
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            padding: 80px 0 40px 0;
            color: #9ca3af;
            font-size: 0.9rem;
        }

.crypt-abyss-edge .crypt-edge-grid{
            display: grid;
            grid-template-columns: 1.5fr repeat(3, 1fr);
            gap: 40px;
            margin-bottom: 60px;
        }

.crypt-abyss-edge .crypt-edge-brand{
            max-width: 320px;
        }

.crypt-abyss-edge .crypt-edge-brand-peak{
            font-size: 1.5rem;
            font-weight: 800;
            color: #ffffff;
            margin-bottom: 16px;
        }

.crypt-abyss-edge .crypt-edge-brand-byte{
            font-size: 0.85rem;
            line-height: 1.6;
            margin-bottom: 24px;
        }

.crypt-abyss-edge .crypt-edge-col-peak{
            font-size: 0.95rem;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 20px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

.crypt-abyss-edge .crypt-edge-flow{
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

.crypt-abyss-edge .crypt-edge-path{
            color: #9ca3af;
            text-decoration: none;
            transition: 0.25s ease;
        }

.crypt-abyss-edge .crypt-edge-path:hover{
            color: #e37317;
            padding-left: 4px;
        }

.crypt-abyss-edge .crypt-edge-bottom{
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            padding-top: 30px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 20px;
            font-size: 0.8rem;
            color: #6b7280;
        }

.crypt-abyss-edge .crypt-edge-bottom-paths{
            display: flex;
            gap: 24px;
        }

.crypt-abyss-edge .crypt-edge-bottom-paths a{
            color: #6b7280;
            text-decoration: none;
            transition: 0.25s ease;
        }

.crypt-abyss-edge .crypt-edge-bottom-paths a:hover{
            color: #9ca3af;
        }

@media (max-width: 768px){.crypt-abyss-edge .crypt-edge-grid{
                grid-template-columns: 1fr;
                gap: 30px;
            }

.crypt-abyss-edge .crypt-edge-brand{
                max-width: 100%;
            }}