:root {
    --color-primary: #806ce0;
    --color-primary-light: #9a88eb;
    --color-primary-dark: #634fc2;
    --color-accent: #f3f0ff;
    --color-bg: #fcfcfd;
    --color-surface: #ffffff;
    --color-text-crest: #11111a;
    --color-text-rune: #474759;
    --color-text-muted: #73738c;
    --color-dark-bg: #0b0a14;
    --color-dark-surface: #151426;
    --space-xxs: 0.5rem;
    --space-xs: 1rem;
    --space-sm: 2rem;
    --space-md: 4rem;
    --space-lg: 6rem;
    --radius-md: 12px;
    --radius-lg: 16px;
    --shadow-soft: 0 4px 12px rgba(128, 108, 224, 0.06), 0 1px 3px rgba(17, 17, 26, 0.03);
    --shadow-hover: 0 12px 24px rgba(128, 108, 224, 0.12), 0 4px 8px rgba(17, 17, 26, 0.05);
    --transition: 0.15s ease;
    --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--font-family);
    background-color: var(--color-bg);
    color: var(--color-text-rune);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

/* 文本强制换行规范 */
.rune, .crest {
    word-break: break-word;
    overflow-wrap: break-word;
}
.rune {
    word-break: keep-all;
}
.crest {
    white-space: normal;
}

/* 导航系统 (继承首页) */
.peak {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 2.5rem;
    background: rgba(252, 252, 253, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    position: sticky;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid rgba(128, 108, 224, 0.08);
}
.peak > * { min-width: 0; }

.nexus {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.nexus > * { min-width: 0; }

.sigil {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.sigil > * { min-width: 0; }
.sigil img {
    height: 28px;
    width: auto;
    object-fit: contain;
}

.mesh {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    align-items: center;
}
.mesh > * { min-width: 0; }

.path {
    color: var(--color-text-rune);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: color var(--transition);
}
.path:hover, .path.active {
    color: var(--color-primary);
}

.radar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.radar > * { min-width: 0; }

.ping {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.75rem;
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--color-surface);
    background-color: var(--color-primary);
    border-radius: var(--radius-md);
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(128, 108, 224, 0.2);
    border: 2px solid transparent;
    transition: all var(--transition);
    cursor: pointer;
}
.ping:hover {
    background-color: var(--color-primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(128, 108, 224, 0.3);
}
.ping-ghost {
    background-color: transparent;
    color: var(--color-primary);
    border-color: var(--color-primary);
    box-shadow: none;
}
.ping-ghost:hover {
    background-color: var(--color-accent);
    color: var(--color-primary-dark);
    box-shadow: none;
}

/* 布局骨架 */
.husk {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.husk > * { min-width: 0; }

.zone {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.zone > * { min-width: 0; }

/* 内部限制版心 */
.band {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    padding: var(--space-lg) 2.5rem;
    margin: 0 auto;
    flex-direction: column;
}
.band > * { min-width: 0; }

/* 1. Hero区 - 主宰战场 (深邃冷调) */
.vortex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: radial-gradient(circle at 70% 30%, #1a1638 0%, var(--color-dark-bg) 80%);
    position: relative;
    overflow: hidden;
    padding: 8rem 2.5rem 10rem;
    justify-content: center;
}
.vortex > * { min-width: 0; }
.vortex::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: radial-gradient(rgba(128, 108, 224, 0.1) 1px, transparent 1px);
    background-size: 32px 32px;
    opacity: 0.5;
    pointer-events: none;
}
.vortex-husk {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1000px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
}
.vortex-husk > * { min-width: 0; }
.vortex-crest {
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 800;
    line-height: 1.1;
    color: var(--color-surface);
    letter-spacing: -0.03em;
    margin: 0 0 var(--space-sm) 0;
    text-shadow: 0 4px 24px rgba(128, 108, 224, 0.4);
}
.vortex-crest span {
    background: linear-gradient(135deg, #b8a6ff 0%, #806ce0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.vortex-rune {
    font-size: clamp(1.125rem, 2vw, 1.35rem);
    color: #a4a4b5;
    max-width: 700px;
    margin: 0 0 var(--space-md) 0;
    line-height: 1.7;
}
.cluster-ping {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}
.cluster-ping > * { min-width: 0; }

/* 2. 技术规格区 - 极速电竞网络架构 */
.tunnel {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: var(--color-bg);
}
.tunnel > * { min-width: 0; }
.crest-prime {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--color-text-crest);
    margin: 0 0 var(--space-sm) 0;
    text-align: center;
    letter-spacing: -0.02em;
}
.cluster-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    width: 100%;
    margin-top: var(--space-sm);
}
.vault {
    display: flex;
    flex-direction: column;
    padding: 2.5rem;
    background: linear-gradient(145deg, #ffffff 0%, #fcfcfd 100%);
    border-radius: var(--radius-lg);
    border: 1px solid rgba(128, 108, 224, 0.08);
    box-shadow: var(--shadow-soft);
    transition: transform var(--transition), box-shadow var(--transition);
}
.vault > * { min-width: 0; }
.vault:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-hover);
}
.glyph-husk {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: var(--radius-md);
    background: var(--color-accent);
    color: var(--color-primary);
    margin-bottom: 1.5rem;
}
.glyph-husk svg {
    width: 28px;
    height: 28px;
    fill: currentColor;
}
.vault-crest {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--color-text-crest);
    margin: 0 0 1rem 0;
}
.vault-rune {
    font-size: 1rem;
    color: var(--color-text-muted);
    margin: 0;
}

/* 3. 安全防护区 - 防DDoS (左右创意排版) */
.husk {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: var(--color-surface);
    position: relative;
}
.husk > * { min-width: 0; }
.husk-band {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    padding: var(--space-lg) 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
}
.husk-focus {
    display: flex;
    flex-direction: column;
}
.husk-focus > * { min-width: 0; }
.husk-crest {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 800;
    color: var(--color-text-crest);
    line-height: 1.2;
    margin: 0 0 1.5rem 0;
    letter-spacing: -0.02em;
}
.husk-rune {
    font-size: 1.125rem;
    color: var(--color-text-rune);
    margin: 0 0 2rem 0;
}
.cluster-wire {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.cluster-wire > * { min-width: 0; }
.wire {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}
.wire-glyph {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: var(--color-primary);
    margin-top: 2px;
}
.wire-rune {
    margin: 0;
    font-size: 1.05rem;
    color: var(--color-text-rune);
    font-weight: 500;
}
.husk-art {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, var(--color-accent) 0%, rgba(128, 108, 224, 0.05) 100%);
    border-radius: var(--radius-lg);
    padding: 3rem;
    border: 1px solid rgba(128, 108, 224, 0.1);
    box-shadow: inset 0 2px 20px rgba(128, 108, 224, 0.03);
}
.husk-art svg {
    width: 100%;
    max-width: 300px;
    height: auto;
    color: var(--color-primary);
}

/* 4. 兼容性区 - 支持全平台外服大作 */
.zone-alt {
    background: radial-gradient(circle at center, #f8f7ff 0%, var(--color-bg) 100%);
    border-top: 1px solid rgba(128, 108, 224, 0.05);
    border-bottom: 1px solid rgba(128, 108, 224, 0.05);
}
.cluster-pill {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 2.5rem;
}
.cluster-pill > * { min-width: 0; }
.pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background-color: var(--color-surface);
    border: 1px solid rgba(128, 108, 224, 0.15);
    border-radius: 40px;
    font-weight: 600;
    color: var(--color-text-rune);
    box-shadow: 0 2px 8px rgba(17, 17, 26, 0.02);
    transition: all var(--transition);
}
.pill:hover {
    border-color: var(--color-primary);
    color: var(--color-primary);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(128, 108, 224, 0.1);
}
.pill svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

/* 5. CTA区 - 立刻登入，锁定胜局 (极简留白) */
.base {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    padding: 8rem 2.5rem;
    background-color: var(--color-surface);
    text-align: center;
}
.base > * { min-width: 0; }
.base-husk {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
}
.base-husk > * { min-width: 0; }
.base-crest {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    color: var(--color-text-crest);
    margin: 0 0 1.5rem 0;
    letter-spacing: -0.03em;
}
.base-rune {
    font-size: 1.25rem;
    color: var(--color-text-muted);
    margin: 0 0 3rem 0;
}

/* 页脚区域 */
.core {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: var(--color-bg);
    border-top: 1px solid rgba(128, 108, 224, 0.1);
    padding: 4rem 2.5rem 2rem;
    flex-direction: column;
    align-items: center;
}
.core > * { min-width: 0; }
.core-nexus {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    justify-content: space-between;
    gap: 3rem;
    margin-bottom: 3rem;
}
.core-nexus > * { min-width: 0; }
.core-brand {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--color-text-crest);
    letter-spacing: -0.02em;
}
.core-mesh {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
.core-mesh > * { min-width: 0; }
.core-path {
    color: var(--color-text-muted);
    text-decoration: none;
    font-size: 0.95rem;
    transition: color var(--transition);
}
.core-path:hover {
    color: var(--color-primary);
}
.core-bottom {
    width: 100%;
    max-width: 1200px;
    border-top: 1px solid rgba(17, 17, 26, 0.05);
    padding-top: 2rem;
    display: flex;
    justify-content: center;
}
.core-bottom > * { min-width: 0; }
.core-rune {
    font-size: 0.85rem;
    color: var(--color-text-muted);
    margin: 0;
}

/* 响应式断点 */
@media (max-width: 1024px) {
    .husk-band {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    .husk-art {
        order: -1;
    }
}

@media (max-width: 768px) {
    .mesh {
        display: none; /* 移动端隐藏中间菜单，保留Logo和CTA */
    }
    .peak {
        padding: 1rem 1.5rem;
    }
    .band, .husk-band {
        padding: var(--space-md) 1.5rem;
    }
    .vortex {
        padding: 6rem 1.5rem 5rem;
    }
    .base {
        padding: 5rem 1.5rem;
    }
    .cluster-grid {
        grid-template-columns: 1fr; /* 多列变单列 */
    }
    .core-nexus {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .core-mesh {
        justify-content: center;
    }
}

.nexus-peak {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    color: var(--color-text-rune);
}
.nexus-peak,
.nexus-peak *,
.nexus-peak *::before,
.nexus-peak *::after {
    box-sizing: border-box;
}

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

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

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

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

.nexus-peak a.nexus-path {
    --aisite-shell-nav-padding: 0.5rem 1rem;
    --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;
}

.nexus-peak a.nexus-path,
.nexus-peak a.nexus-path:hover,
.nexus-peak a.nexus-path:focus,
.nexus-peak a.nexus-path:active,
.nexus-peak a.nexus-path.active,
.nexus-peak a.nexus-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);
}

.nexus-peak{
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            background: rgba(252, 252, 253, 0.85);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border-bottom: 1px solid rgba(128, 108, 224, 0.1);
            z-index: 1000;
            transition: all 0.15s ease;
        }

.nexus-peak .nexus-nexus{
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            max-width: 1280px;
            margin: 0 auto;
            padding: 1rem 2.5rem;
        }

.nexus-peak .nexus-sigil img{
            height: 32px;
            width: auto;
        }

.nexus-peak .nexus-mesh{
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 1.5rem;
        }

.nexus-peak .nexus-path{
            font-size: 0.95rem;
            font-weight: 500;
            color: #474759;
            padding: 0.5rem 1rem;
            border-radius: 9px;
            transition: all 0.15s ease;
        }

.nexus-peak .nexus-path:hover, .nexus-peak .nexus-path.active{
            color: #806ce0;
            background-color: #f3f0ff;
        }

.nexus-peak .nexus-radar{
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
        }

.nexus-peak .nexus-ping{
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0.75rem 1.5rem;
            font-size: 1rem;
            font-weight: 600;
            color: #ffffff;
            background-color: #806ce0;
            border-radius: 9px;
            box-shadow: 0 2px 8px rgba(128, 108, 224, 0.04), 0 1px 2px rgba(17, 17, 26, 0.02);
            transition: all 0.15s ease;
            cursor: pointer;
            border: 2px solid transparent;
        }

.nexus-peak .nexus-ping:hover{
            background-color: #634fc2;
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(128, 108, 224, 0.08), 0 2px 8px rgba(17, 17, 26, 0.04);
        }

@media (max-width: 768px){.nexus-peak{
                padding: 0;
            }

.nexus-peak .nexus-mesh{
                display: none; 
            }}

.nexus-peak {
    background: rgb(252, 252, 253);
    background-image: none;
}

.anchor-husk-master {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    color: var(--color-text-rune);
}
.anchor-husk-master,
.anchor-husk-master *,
.anchor-husk-master *::before,
.anchor-husk-master *::after {
    box-sizing: border-box;
}

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

.anchor-husk-master p,
.anchor-husk-master h1,
.anchor-husk-master h2,
.anchor-husk-master h3,
.anchor-husk-master h4,
.anchor-husk-master h5,
.anchor-husk-master h6 {
    text-decoration: none;
}

.anchor-husk-master img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.anchor-husk-master {
    box-shadow: none;
    filter: none;
    text-shadow: none;
    background-image: none;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.anchor-husk-master a,
.anchor-husk-master a:hover,
.anchor-husk-master a:focus,
.anchor-husk-master a:active {
    background: transparent;
    box-shadow: none;
    outline: none;
    text-decoration: none;
}

.anchor-husk-master{
            display: flex;
            flex-direction: column;
            min-height: 100vh;
            overflow-x: hidden;
        }

.anchor-husk-master .anchor-peak{
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            background: rgba(252, 252, 253, 0.85);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border-bottom: 1px solid rgba(128, 108, 224, 0.1);
            z-index: 1000;
            transition: all 0.15s ease;
        }

.anchor-husk-master .anchor-nexus{
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            max-width: 1280px;
            margin: 0 auto;
            padding: 1rem 2.5rem;
        }

.anchor-husk-master .anchor-sigil img{
            height: 32px;
            width: auto;
        }

.anchor-husk-master .anchor-mesh{
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 1.5rem;
        }

.anchor-husk-master .anchor-path-2{
            font-size: 0.95rem;
            font-weight: 500;
            color: #474759;
            padding: 0.5rem 1rem;
            border-radius: 9px;
            transition: all 0.15s ease;
        }

.anchor-husk-master .anchor-path-2:hover, .anchor-husk-master .anchor-path-2.active{
            color: #806ce0;
            background-color: #f3f0ff;
        }

.anchor-husk-master .anchor-radar{
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
        }

.anchor-husk-master .anchor-ping{
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0.75rem 1.5rem;
            font-size: 1rem;
            font-weight: 600;
            color: #ffffff;
            background-color: #806ce0;
            border-radius: 9px;
            box-shadow: 0 2px 8px rgba(128, 108, 224, 0.04), 0 1px 2px rgba(17, 17, 26, 0.02);
            transition: all 0.15s ease;
            cursor: pointer;
            border: 2px solid transparent;
        }

.anchor-husk-master .anchor-ping:hover{
            background-color: #634fc2;
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(128, 108, 224, 0.08), 0 2px 8px rgba(17, 17, 26, 0.04);
        }

.anchor-husk-master .anchor-ping-alt{
            background-color: transparent;
            color: #11111a;
            border-color: rgba(17, 17, 26, 0.1);
            box-shadow: none;
        }

.anchor-husk-master .anchor-ping-alt:hover{
            background-color: rgba(17, 17, 26, 0.03);
            border-color: rgba(17, 17, 26, 0.2);
            transform: translateY(-2px);
        }

.anchor-husk-master .anchor-tunnel-tunnel{
            flex: 1;
            padding-top: 80px; 
            display: flex;
            flex-direction: column;
        }

.anchor-husk-master .anchor-vortex{
            position: relative;
            padding: 8rem 2.5rem 6rem;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            background: radial-gradient(circle at top center, #f3f0ff 0%, #fcfcfd 70%);
            overflow: hidden;
        }

.anchor-husk-master .anchor-vortex::before{
            content: '';
            position: absolute;
            top: -20%;
            left: -10%;
            width: 50vw;
            height: 50vw;
            background: radial-gradient(circle, rgba(128,108,224,0.08) 0%, transparent 60%);
            border-radius: 50%;
            z-index: 0;
            pointer-events: none;
        }

.anchor-husk-master .anchor-vortex-husk{
            position: relative;
            z-index: 1;
            max-width: 900px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

.anchor-husk-master .anchor-vortex-crest{
            font-size: clamp(3rem, 7vw, 5.5rem);
            font-weight: 800;
            line-height: 1.1;
            color: #11111a;
            letter-spacing: -0.03em;
            margin-bottom: 2.5rem;
            text-wrap: balance;
        }

.anchor-husk-master .anchor-vortex-crest span{
            background: linear-gradient(135deg, #806ce0 0%, #4facfe 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

.anchor-husk-master .anchor-vortex-rune{
            font-size: clamp(1.1rem, 2vw, 1.4rem);
            color: #73738c;
            max-width: 800px;
            margin-bottom: 4rem;
            line-height: 1.7;
        }

.anchor-husk-master .anchor-vortex-band{
            display: flex;
            flex-wrap: wrap;
            gap: 1.5rem;
            justify-content: center;
        }

.anchor-husk-master .anchor-zone, .anchor-husk-master .anchor-husk, .anchor-husk-master .anchor-cloak{
            padding: 6rem 2.5rem;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            width: 100%;
        }

.anchor-husk-master .anchor-husk-inner{
            max-width: 1280px;
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            gap: 4rem;
            align-items: center;
        }

.anchor-husk-master .anchor-crest-lg{
            font-size: clamp(2rem, 4vw, 3rem);
            font-weight: 700;
            color: #11111a;
            margin-bottom: 1.5rem;
            line-height: 1.2;
            letter-spacing: -0.02em;
        }

.anchor-husk-master .anchor-rune-lg{
            font-size: 1.125rem;
            color: #73738c;
            margin-bottom: 2.5rem;
        }

.anchor-husk-master .anchor-zone{
            background-color: #ffffff;
        }

.anchor-husk-master .anchor-zone-rune{
            flex: 1 1 400px;
            display: flex;
            flex-direction: column;
        }

.anchor-husk-master .anchor-zone-lens{
            flex: 1 1 500px;
            position: relative;
        }

.anchor-husk-master .anchor-lens-frame{
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 24px 48px rgba(128, 108, 224, 0.12), 0 12px 24px rgba(17, 17, 26, 0.04);
            background: #fcfcfd;
            border: 1px solid rgba(128, 108, 224, 0.08);
            transform: translateZ(0); 
        }

.anchor-husk-master .anchor-lens-frame img{
            width: 100%;
            height: auto;
            transition: all 0.15s ease;
        }

.anchor-husk-master .anchor-lens-frame:hover img{
            transform: scale(1.02);
        }

.anchor-husk-master .anchor-husk{
            background-color: #fcfcfd;
            position: relative;
        }

.anchor-husk-master .anchor-husk .anchor-husk-inner{
            flex-direction: row-reverse;
        }

.anchor-husk-master .anchor-wire-cluster{
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            margin-top: 2.5rem;
        }

.anchor-husk-master .anchor-wire{
            display: flex;
            align-items: flex-start;
            gap: 1.5rem;
        }

.anchor-husk-master .anchor-glyph-seal{
            flex-shrink: 0;
            width: 48px;
            height: 48px;
            border-radius: 9px;
            background: linear-gradient(135deg, #f3f0ff 0%, #ffffff 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #806ce0;
            box-shadow: 0 2px 8px rgba(128, 108, 224, 0.04), 0 1px 2px rgba(17, 17, 26, 0.02);
            border: 1px solid rgba(128, 108, 224, 0.1);
        }

.anchor-husk-master .anchor-wire-husk .anchor-crest-sm{
            font-size: 1.1rem;
            font-weight: 600;
            color: #11111a;
            margin-bottom: 0.25rem;
        }

.anchor-husk-master .anchor-wire-husk .anchor-rune-sm{
            font-size: 0.95rem;
            color: #73738c;
            margin: 0;
        }

.anchor-husk-master .anchor-cluster-article{
            padding: 6rem 2.5rem;
            background-color: #ffffff;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

.anchor-husk-master .anchor-cluster-peak{
            text-align: center;
            max-width: 700px;
            margin-bottom: 6rem;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

.anchor-husk-master .anchor-vault-grid{
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 4rem;
            max-width: 1280px;
            width: 100%;
        }

.anchor-husk-master .anchor-vault{
            background: #fcfcfd;
            border-radius: 15px;
            padding: 2.5rem;
            border: 1px solid rgba(17, 17, 26, 0.04);
            transition: all 0.15s ease;
            display: flex;
            flex-direction: column;
        }

.anchor-husk-master .anchor-vault:hover{
            transform: translateY(-5px);
            box-shadow: 0 8px 24px rgba(128, 108, 224, 0.08), 0 2px 8px rgba(17, 17, 26, 0.04);
            border-color: rgba(128, 108, 224, 0.2);
            background: #ffffff;
        }

.anchor-husk-master .anchor-vault .anchor-glyph-seal{
            margin-bottom: 1.5rem;
            width: 56px;
            height: 56px;
        }

.anchor-husk-master .anchor-vault-crest{
            font-size: 1.25rem;
            font-weight: 700;
            color: #11111a;
            margin-bottom: 1rem;
        }

.anchor-husk-master .anchor-vault-rune{
            font-size: 0.95rem;
            color: #73738c;
            flex: 1;
        }

.anchor-husk-master .anchor-cloak{
            background: linear-gradient(135deg, #806ce0 0%, #634fc2 100%);
            color: #ffffff;
            text-align: center;
            padding: 8rem 2.5rem;
            position: relative;
            overflow: hidden;
        }

.anchor-husk-master .anchor-cloak::after{
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: url('data:image/svg+xml;utf8,<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path d="M10 10h10v10H10z" fill="rgba(255,255,255,0.03)"/></svg>') repeat;
            pointer-events: none;
        }

.anchor-husk-master .anchor-cloak-husk{
            position: relative;
            z-index: 1;
            max-width: 800px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

.anchor-husk-master .anchor-cloak .anchor-crest-lg{
            color: #ffffff;
            margin-bottom: 1.5rem;
        }

.anchor-husk-master .anchor-cloak .anchor-rune-lg{
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 4rem;
        }

.anchor-husk-master .anchor-cloak .anchor-ping{
            background-color: #ffffff;
            color: #634fc2;
        }

.anchor-husk-master .anchor-cloak .anchor-ping:hover{
            transform: translateY(-3px);
            box-shadow: 0 12px 24px rgba(0,0,0,0.15);
            background-color: #fcfcfd;
        }

.anchor-husk-master .anchor-core{
            background-color: #fcfcfd;
            border-top: 1px solid rgba(17, 17, 26, 0.05);
            padding: 4rem 2.5rem 2.5rem;
            display: flex;
            justify-content: center;
        }

.anchor-husk-master .anchor-base-husk{
            max-width: 1280px;
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 2.5rem;
        }

.anchor-husk-master .anchor-anchor-brand{
            font-size: 1.5rem;
            font-weight: 800;
            color: #11111a;
            letter-spacing: -0.02em;
        }

.anchor-husk-master .anchor-base-mesh{
            display: flex;
            flex-wrap: wrap;
            gap: 2.5rem;
        }

.anchor-husk-master .anchor-anchor-path{
            font-size: 0.9rem;
            color: #73738c;
            transition: all 0.15s ease;
        }

.anchor-husk-master .anchor-anchor-path:hover{
            color: #806ce0;
        }

@media (max-width: 1024px){.anchor-husk-master .anchor-husk-inner{
                flex-direction: column;
            }

.anchor-husk-master .anchor-husk .anchor-husk-inner{
                flex-direction: column;
            }

.anchor-husk-master .anchor-zone-rune, .anchor-husk-master .anchor-zone-lens{
                flex: 1 1 100%;
                width: 100%;
            }}

@media (max-width: 768px){.anchor-husk-master .anchor-peak{
                padding: 0;
            }

.anchor-husk-master .anchor-mesh{
                display: none; 
            }

.anchor-husk-master .anchor-vortex{
                padding: 6rem 1rem 4rem;
            }

.anchor-husk-master .anchor-vault-grid{
                grid-template-columns: 1fr;
            }

.anchor-husk-master .anchor-base-husk{
                flex-direction: column;
                text-align: center;
            }

.anchor-husk-master .anchor-base-mesh{
                justify-content: center;
            }}