:root {
            --ckonY-accent: #1f4bda;
            --ckonY-deep: #0a0c12;
            --ckonY-surface: #161b26;
            --ckonY-text: #e0e6f0;
            --ckonY-dim: #94a3b8;
            --ckonY-radius: 18px;
            --ckonY-transition: 0.25s ease;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            word-break: break-word;
            overflow-wrap: break-word;
        }

        body {
            background-color: var(--ckonY-deep);
            color: var(--ckonY-text);
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            line-height: 1.7;
            -webkit-font-smoothing: antialiased;
        }

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

        /* 强制复用首页导航栏样式 */
        .ckonY-fin {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            padding: 20px 5%;
            background: rgba(10, 12, 18, 0.95);
            backdrop-filter: blur(10px);
            position: sticky;
            top: 0;
            z-index: 1000;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .ckonY-logo img {
            height: 40px;
            display: block;
        }

        .ckonY-beacon {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
        }

        .ckonY-beacon-link {
            font-size: 15px;
            font-weight: 500;
            color: var(--ckonY-dim);
            padding: 8px 0;
            position: relative;
        }

        .ckonY-beacon-link:hover, .ckonY-beacon-link.active {
            color: white;
        }

        .ckonY-beacon-link.active::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background: var(--ckonY-accent);
            box-shadow: 0 0 10px var(--ckonY-accent);
        }

        /* 核心容器 */
        .ckonY-vessel {
            max-width: 1100px;
            margin: 0 auto;
            padding: 0 24px;
        }

        /* Apex: Cinematic Strip Hero */
        .ckonY-apex {
            position: relative;
            padding: 80px 0;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .ckonY-pcap-strip-wrap {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin-top: 40px;
            width: 100%;
            justify-content: center;
        }

        .ckonY-frame-strip {
            flex: 1;
            min-width: 280px;
            height: 400px;
            background: linear-gradient(135deg, rgba(31, 75, 218, 0.2) 0%, rgba(10, 12, 18, 0.8) 100%);
            border-radius: var(--ckonY-radius);
            border: 1px solid rgba(255, 255, 255, 0.1);
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: flex-end;
            padding: 30px;
            transition: var(--ckonY-transition);
        }

        .ckonY-frame-strip:hover {
            transform: translateY(-10px);
            border-color: var(--ckonY-accent);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
        }

        .ckonY-frame-strip::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle at top right, rgba(31, 75, 218, 0.15), transparent);
            pointer-events: none;
        }

        .ckonY-apex h1 {
            font-size: clamp(2.5rem, 5vw, 4rem);
            line-height: 1.1;
            margin-bottom: 20px;
            background: linear-gradient(to bottom, #ffffff, #94a3b8);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .ckonY-apex p {
            font-size: 1.2rem;
            color: var(--ckonY-dim);
            max-width: 700px;
        }

        /* Surge: Security Cards */
        .ckonY-surge {
            padding: 100px 0;
        }

        .ckonY-mesh {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            margin-top: 50px;
        }

        .ckonY-octet {
            flex: 1;
            min-width: 320px;
            background: var(--ckonY-surface);
            padding: 40px;
            border-radius: var(--ckonY-radius);
            border: 1px solid rgba(255, 255, 255, 0.05);
            transition: var(--ckonY-transition);
        }

        .ckonY-octet:hover {
            background: rgba(31, 75, 218, 0.05);
            border-color: rgba(31, 75, 218, 0.3);
        }

        .ckonY-octet svg {
            width: 48px;
            height: 48px;
            margin-bottom: 24px;
            fill: var(--ckonY-accent);
        }

        .ckonY-octet h3 {
            font-size: 1.5rem;
            margin-bottom: 16px;
            color: white;
        }

        /* Crest: Information Path */
        .ckonY-crest {
            padding: 100px 0;
            background: radial-gradient(ellipse at bottom, rgba(31, 75, 218, 0.1), transparent);
        }

        .ckonY-pcap-info {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 60px;
        }

        .ckonY-pcap-info-text {
            flex: 1;
            min-width: 300px;
        }

        .ckonY-pcap-info-visual {
            flex: 1;
            min-width: 300px;
            background: #000;
            padding: 30px;
            border-radius: var(--ckonY-radius);
            font-family: "Courier New", monospace;
            font-size: 14px;
            color: #4ade80;
            border: 1px solid rgba(74, 222, 128, 0.2);
            box-shadow: inset 0 0 20px rgba(0,0,0,0.5);
        }

        .ckonY-ping {
            display: inline-flex;
            align-items: center;
            background: var(--ckonY-accent);
            color: white;
            padding: 14px 32px;
            border-radius: 50px;
            font-weight: 600;
            margin-top: 30px;
            box-shadow: 0 10px 20px rgba(31, 75, 218, 0.3);
        }

        .ckonY-ping:hover {
            transform: scale(1.05);
            box-shadow: 0 15px 30px rgba(31, 75, 218, 0.4);
        }

        .ckonY-snap {
            display: inline-flex;
            padding: 12px 24px;
            border: 1px solid var(--ckonY-dim);
            border-radius: 50px;
            color: var(--ckonY-dim);
            font-weight: 500;
            margin-left: 15px;
        }

        .ckonY-snap:hover {
            border-color: white;
            color: white;
        }

        /* Footer */
        .ckonY-abyss {
            padding: 80px 0 40px;
            background: #05070a;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
        }

        .ckonY-sediment {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            margin-top: 60px;
            padding-top: 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            color: var(--ckonY-dim);
            font-size: 14px;
        }

        .ckonY-pcap-links {
            display: flex;
            flex-wrap: wrap;
            gap: 40px;
            margin-bottom: 40px;
        }

        .ckonY-pcap-links-group h4 {
            color: white;
            margin-bottom: 20px;
            font-size: 16px;
        }

        .ckonY-pcap-links-group a {
            display: block;
            margin-bottom: 12px;
            color: var(--ckonY-dim);
        }

        .ckonY-pcap-links-group a:hover {
            color: var(--ckonY-accent);
        }

        @media (max-width: 768px) {
            .ckonY-beacon {
                display: none;
            }
            .ckonY-apex h1 {
                font-size: 2.5rem;
            }
            .ckonY-sediment {
                flex-direction: column;
                gap: 20px;
                text-align: center;
            }
            .ckonY-snap {
                margin-left: 0;
                margin-top: 15px;
                width: 100%;
                justify-content: center;
            }
            .ckonY-ping {
                width: 100%;
                justify-content: center;
            }
        }

.ckonY-hdr-fin {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.7;
    word-break: keep-all;
    color: var(--ckonY-text);
}
.ckonY-hdr-fin,
.ckonY-hdr-fin *,
.ckonY-hdr-fin *::before,
.ckonY-hdr-fin *::after {
    box-sizing: border-box;
}

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

.ckonY-hdr-fin p,
.ckonY-hdr-fin h1,
.ckonY-hdr-fin h2,
.ckonY-hdr-fin h3,
.ckonY-hdr-fin h4,
.ckonY-hdr-fin h5,
.ckonY-hdr-fin h6 {
    text-decoration: none;
}

.ckonY-hdr-fin img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.ckonY-hdr-fin {
    box-shadow: none;
    filter: none;
    text-shadow: none;
    background-image: none;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.ckonY-hdr-fin a.ckonY-hdr-beacon-link {
    --aisite-shell-nav-padding: 8px 12px;
    --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;
}

.ckonY-hdr-fin a.ckonY-hdr-beacon-link,
.ckonY-hdr-fin a.ckonY-hdr-beacon-link:hover,
.ckonY-hdr-fin a.ckonY-hdr-beacon-link:focus,
.ckonY-hdr-fin a.ckonY-hdr-beacon-link:active,
.ckonY-hdr-fin a.ckonY-hdr-beacon-link.active,
.ckonY-hdr-fin a.ckonY-hdr-beacon-link[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);
}

.ckonY-hdr-fin{
            position: fixed;
            top: 20px;
            left: 50%;
            transform: translateX(-50%);
            width: 90vw;
            max-width: 1100px;
            z-index: 1000;
            background: rgba(10, 12, 18, 0.7);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 50px;
            padding: 10px 24px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
        }

.ckonY-hdr-fin .ckonY-hdr-logo img{
            height: 32px;
            filter: brightness(1.2);
        }

.ckonY-hdr-fin .ckonY-hdr-beacon{
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
        }

.ckonY-hdr-fin .ckonY-hdr-beacon-link{
            color: #8b949e;
            text-decoration: none;
            font-size: 0.95rem;
            font-weight: 500;
            transition: color 0.25s ease;
            padding: 8px 12px;
            border-radius: 12px;
            min-width: 0;
        }

.ckonY-hdr-fin .ckonY-hdr-beacon-link:hover, .ckonY-hdr-fin .ckonY-hdr-beacon-link.active{
            color: #1f4bda;
            background: rgba(31, 75, 218, 0.1);
        }

@media (max-width: 768px){.ckonY-hdr-fin{
                padding: 10px 15px;
            }

.ckonY-hdr-fin .ckonY-hdr-beacon{
                display: none; 
            }}

.ckonY-hdr-fin {
    background: rgb(10, 12, 18);
    background-image: none;
}

.ckonY-ftr-abyss {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.7;
    word-break: keep-all;
    color: var(--ckonY-text);
}
.ckonY-ftr-abyss,
.ckonY-ftr-abyss *,
.ckonY-ftr-abyss *::before,
.ckonY-ftr-abyss *::after {
    box-sizing: border-box;
}

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

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

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

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

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

.ckonY-ftr-abyss{
            background: #050608;
            padding: 80px 0 40px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            margin-top: 100px;
        }

.ckonY-ftr-abyss .ckonY-ftr-sediment{
            width: 90vw;
            max-width: 1100px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 40px;
        }

.ckonY-ftr-abyss .ckonY-ftr-sediment-brand h4{
            font-size: 1.8rem;
            margin-bottom: 20px;
            color: #fff;
        }

.ckonY-ftr-abyss .ckonY-ftr-sediment-brand p{
            color: #8b949e;
            max-width: 300px;
        }

.ckonY-ftr-abyss .ckonY-ftr-sediment-links{
            display: flex;
            gap: 60px;
            flex-wrap: wrap;
        }

.ckonY-ftr-abyss .ckonY-ftr-sediment-group h5{
            color: #fff;
            margin-bottom: 20px;
            font-size: 1.1rem;
        }

.ckonY-ftr-abyss .ckonY-ftr-sediment-group a{
            display: block;
            color: #8b949e;
            text-decoration: none;
            margin-bottom: 12px;
            transition: color 0.25s ease;
        }

.ckonY-ftr-abyss .ckonY-ftr-sediment-group a:hover{
            color: #1f4bda;
        }

.ckonY-ftr-abyss .ckonY-ftr-copyright{
            width: 90vw;
            max-width: 1100px;
            margin: 60px auto 0;
            padding-top: 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            color: #8b949e;
            font-size: 0.9rem;
            text-align: center;
        }