:root {
            --primary: #f9a84b;
            --primary-dark: #d97706;
            --primary-light: #fffbeb;
            --dark: #0f172a;
            --slate: #334155;
            --muted: #64748b;
            --bg-light: #f8fafc;
            --white: #ffffff;
            --shadow: 0 10px 30px -5px rgba(15, 23, 42, 0.08);
            --shadow-lg: 0 20px 40px -10px rgba(249, 168, 75, 0.18);
            --radius: 12px;
            --transition: 0.25s ease;
        }

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

        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            background-color: var(--bg-light);
            color: var(--dark);
            line-height: 1.7;
            word-break: break-word;
            overflow-wrap: break-word;
        }

        a {
            color: inherit;
            text-decoration: none;
        }

        .zenith {
            width: 100%;
            overflow-x: hidden;
        }

        .horns {
            position: sticky;
            top: 0;
            z-index: 100;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid rgba(226, 232, 240, 0.8);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
        }

        .meadow {
            max-width: 1180px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .flock {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            height: 72px;
        }

        .crest, .crest {
            display: flex;
            align-items: center;
        }

        .crest img, .crest img {
            height: 40px;
            width: auto;
            display: block;
        }

        .beacon {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 28px;
        }

        .peak, .horns-peak {
            font-size: 15px;
            font-weight: 500;
            color: var(--slate);
            transition: color var(--transition);
            position: relative;
            padding: 6px 0;
        }

        .peak:hover, .peak.active,
        .horns-peak:hover, .horns-peak.active {
            color: var(--primary-dark);
        }

        .peak.active::after, .horns-peak.active::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background-color: var(--primary);
            border-radius: 2px;
        }

        .charge {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 10px 24px;
            background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
            color: var(--white);
            font-weight: 600;
            font-size: 15px;
            border-radius: 8px;
            box-shadow: 0 4px 14px rgba(249, 168, 75, 0.35);
            transition: all var(--transition);
            cursor: pointer;
            border: none;
        }

        .charge:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(249, 168, 75, 0.45);
            color: var(--white);
        }

        .strike {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 10px 24px;
            background: var(--white);
            color: var(--dark);
            font-weight: 600;
            font-size: 15px;
            border-radius: 8px;
            border: 1px solid #e2e8f0;
            transition: all var(--transition);
            cursor: pointer;
        }

        .strike:hover {
            border-color: var(--primary);
            color: var(--primary-dark);
            background: var(--primary-light);
            transform: translateY(-2px);
        }

        .surge {
            position: relative;
            padding: 70px 0 90px;
            background: linear-gradient(135deg, #fffbeb 0%, #fff7ed 40%, #f8fafc 100%);
            overflow: hidden;
        }

        .pasture {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            position: relative;
        }

        .orbit-surge-spark {
            flex: 1 1 520px;
            min-width: 0;
            z-index: 3;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(12px);
            padding: 44px;
            border-radius: var(--radius);
            box-shadow: var(--shadow-lg);
            border-left: 6px solid var(--primary);
            margin-right: -70px;
        }

        .orbit-surge-media {
            flex: 1 1 540px;
            min-width: 0;
            z-index: 1;
            transform: translate(50px, 35px);
        }

        .bond-meadow {
            font-size: 34px;
            line-height: 1.25;
            font-weight: 800;
            color: var(--dark);
            margin-bottom: 16px;
            word-break: keep-all;
        }

        .spark-lead {
            font-size: 17px;
            color: var(--slate);
            margin-bottom: 28px;
            line-height: 1.7;
        }

        .node-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 16px;
            margin-bottom: 32px;
        }

        .flock-stats {
            display: flex;
            flex-wrap: wrap;
            gap: 24px;
            padding-top: 24px;
            border-top: 1px solid #f1f5f9;
        }

        .node-stat {
            flex: 1 1 120px;
            min-width: 0;
        }

        .bond-stat {
            font-size: 22px;
            font-weight: 800;
            color: var(--primary-dark);
        }

        .spark-yield {
            font-size: 13px;
            color: var(--muted);
        }

        .chain-media {
            width: 100%;
            height: auto;
            border-radius: var(--radius);
            box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.22);
            display: block;
        }

        .arena {
            padding: 80px 0;
        }

        .arena-alt {
            background-color: var(--white);
        }

        .orbit-trace {
            text-align: center;
            max-width: 760px;
            margin: 0 auto 56px;
        }

        .bond-meadow {
            font-size: 28px;
            font-weight: 800;
            color: var(--dark);
            margin-bottom: 14px;
            word-break: keep-all;
        }

        .spark-sub {
            font-size: 16px;
            color: var(--muted);
        }

        .node-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 28px;
        }

        .vault {
            flex: 1 1 320px;
            min-width: 0;
            background: var(--white);
            padding: 32px;
            border-radius: var(--radius);
            border: 1px solid #f1f5f9;
            box-shadow: var(--shadow);
            transition: transform var(--transition), box-shadow var(--transition);
        }

        .vault:hover {
            transform: translateY(-5px);
            box-shadow: var(--shadow-lg);
            border-color: rgba(249, 168, 75, 0.3);
        }

        .lore {
            width: 52px;
            height: 52px;
            border-radius: 10px;
            background: var(--primary-light);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            color: var(--primary-dark);
        }

        .bond-vault {
            font-size: 20px;
            font-weight: 700;
            color: var(--dark);
            margin-bottom: 12px;
        }

        .spark-vault {
            font-size: 15px;
            color: var(--slate);
            line-height: 1.65;
        }

        .orbit-feature {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 48px;
        }

        .node-feature-spark {
            flex: 1 1 480px;
            min-width: 0;
        }

        .node-feature-media {
            flex: 1 1 480px;
            min-width: 0;
        }

        .stamp-vista {
            margin-top: 24px;
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .stamp-point {
            display: flex;
            align-items: flex-start;
            gap: 12px;
        }

        .lore-bullet {
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background: var(--primary-light);
            color: var(--primary-dark);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            margin-top: 2px;
        }

        .spark-bullet {
            font-size: 15px;
            color: var(--slate);
        }

        .plaque {
            flex: 1 1 250px;
            min-width: 0;
            background: var(--bg-light);
            border-radius: var(--radius);
            padding: 28px;
            border: 1px solid #e2e8f0;
            transition: all var(--transition);
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .plaque:hover {
            background: var(--white);
            border-color: var(--primary);
            box-shadow: var(--shadow);
            transform: translateY(-4px);
        }

        .bond-plaque {
            font-size: 18px;
            font-weight: 700;
            color: var(--dark);
            margin-bottom: 10px;
        }

        .spark-plaque {
            font-size: 14px;
            color: var(--muted);
            margin-bottom: 20px;
            flex-grow: 1;
        }

        .peak-plaque {
            font-size: 14px;
            font-weight: 600;
            color: var(--primary-dark);
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }

        .peak-plaque:hover {
            color: var(--dark);
        }

        .vista-faq {
            max-width: 860px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        details.node-faq {
            background: var(--white);
            border: 1px solid #e2e8f0;
            border-radius: var(--radius);
            padding: 20px 24px;
            transition: border-color var(--transition);
        }

        details.node-faq[open] {
            border-color: var(--primary);
            box-shadow: var(--shadow);
        }

        summary.trigger {
            font-size: 17px;
            font-weight: 700;
            color: var(--dark);
            cursor: pointer;
            list-style: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        summary.trigger::-webkit-details-marker {
            display: none;
        }

        summary.trigger::after {
            content: '+';
            font-size: 22px;
            font-weight: 400;
            color: var(--primary-dark);
            transition: transform 0.2s ease;
        }

        details[open] summary.trigger::after {
            content: '−';
        }

        .spark-faq-body {
            margin-top: 14px;
            padding-top: 14px;
            border-top: 1px solid #f1f5f9;
            font-size: 15px;
            color: var(--slate);
            line-height: 1.7;
        }

        .anchor {
            background-color: var(--dark);
            color: #94a3b8;
            padding: 60px 0 30px;
            border-top: 1px solid #1e293b;
        }

        .bedrock {
            display: flex;
            flex-wrap: wrap;
            gap: 40px;
            margin-bottom: 40px;
        }

        .node-brand {
            flex: 1 1 300px;
            min-width: 0;
        }

        .bond-crown-brand {
            font-size: 22px;
            font-weight: 800;
            color: var(--white);
            margin-bottom: 12px;
        }

        .spark-crown-desc {
            font-size: 14px;
            line-height: 1.6;
            color: #94a3b8;
        }

        .node-links {
            flex: 1 1 180px;
            min-width: 0;
        }

        .bond-crown-col {
            font-size: 16px;
            font-weight: 700;
            color: var(--white);
            margin-bottom: 16px;
        }

        .vista-crown {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .peak-crown {
            font-size: 14px;
            color: #94a3b8;
            transition: color var(--transition);
        }

        .peak-crown:hover {
            color: var(--primary);
        }

        .trough {
            padding-top: 30px;
            border-top: 1px solid #1e293b;
            text-align: center;
            font-size: 13px;
            color: #64748b;
        }

        @media (max-width: 992px) {
            .orbit-surge-spark {
                margin-right: 0;
                margin-bottom: 30px;
            }
            .orbit-surge-media {
                transform: translate(0, 0);
            }
        }

        @media (max-width: 768px) {
            .flock {
                height: auto;
                padding: 16px 0;
                flex-direction: column;
                gap: 16px;
            }
            .beacon {
                gap: 16px;
                justify-content: center;
            }
            .bond-meadow {
                font-size: 26px;
            }
            .orbit-surge-spark {
                padding: 24px;
            }
            .arena {
                padding: 50px 0;
            }
            .bond-meadow {
                font-size: 22px;
            }
        }

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

.horns-horns [role="navigation"],
.horns-horns div,
.horns-horns section,
.horns-horns article,
.horns-horns aside,
.horns-horns p,
.horns-horns h1,
.horns-horns h2,
.horns-horns h3,
.horns-horns h4,
.horns-horns h5,
.horns-horns h6,
.horns-horns a {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

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

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

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

.horns-horns a.horns-peak-2.horns-horns-peak {
    --aisite-shell-nav-padding: 6px 0;
    --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;
}

.horns-horns a.horns-peak-2.horns-horns-peak,
.horns-horns a.horns-peak-2.horns-horns-peak:hover,
.horns-horns a.horns-peak-2.horns-horns-peak:focus,
.horns-horns a.horns-peak-2.horns-horns-peak:active,
.horns-horns a.horns-peak-2.horns-horns-peak.active,
.horns-horns a.horns-peak-2.horns-horns-peak[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);
}

.horns-horns{
            position: sticky;
            top: 0;
            z-index: 100;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid rgba(226, 232, 240, 0.8);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
        }

.horns-horns .horns-meadow{
            max-width: 1180px;
            margin: 0 auto;
            padding: 0 20px;
        }

.horns-horns .horns-flock{
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            height: 72px;
        }

.horns-horns .horns-crest, .horns-horns .horns-crest{
            display: flex;
            align-items: center;
        }

.horns-horns .horns-crest img, .horns-horns .horns-crest img{
            height: 40px;
            width: auto;
            display: block;
        }

.horns-horns .horns-beacon{
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 28px;
        }

.horns-horns .horns-peak-2, .horns-horns .horns-horns-peak{
            font-size: 15px;
            font-weight: 500;
            color: #334155;
            transition: color 0.25s ease;
            position: relative;
            padding: 6px 0;
        }

.horns-horns .horns-peak-2:hover, .horns-horns .horns-peak-2.active, .horns-horns .horns-horns-peak:hover, .horns-horns .horns-horns-peak.active{
            color: #d97706;
        }

.horns-horns .horns-peak-2.active::after, .horns-horns .horns-horns-peak.active::after{
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background-color: #f9a84b;
            border-radius: 2px;
        }

.horns-horns .horns-charge{
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 10px 24px;
            background: linear-gradient(135deg, #f9a84b 0%, #d97706 100%);
            color: #ffffff;
            font-weight: 600;
            font-size: 15px;
            border-radius: 8px;
            box-shadow: 0 4px 14px rgba(249, 168, 75, 0.35);
            transition: all 0.25s ease;
            cursor: pointer;
            border: none;
        }

.horns-horns .horns-charge:hover{
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(249, 168, 75, 0.45);
            color: #ffffff;
        }

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

.horns-horns .horns-beacon{
                gap: 16px;
                justify-content: center;
            }}

.horns-horns {
    background: rgb(255, 255, 255);
    background-image: none;
}

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

.anchor-anchor [role="navigation"],
.anchor-anchor div,
.anchor-anchor section,
.anchor-anchor article,
.anchor-anchor aside,
.anchor-anchor p,
.anchor-anchor h1,
.anchor-anchor h2,
.anchor-anchor h3,
.anchor-anchor h4,
.anchor-anchor h5,
.anchor-anchor h6,
.anchor-anchor a {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

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

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

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

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

.anchor-anchor .anchor-meadow{
            max-width: 1180px;
            margin: 0 auto;
            padding: 0 20px;
        }

.anchor-anchor{
            background-color: #0f172a;
            color: #94a3b8;
            padding: 60px 0 30px;
            border-top: 1px solid #1e293b;
        }

.anchor-anchor .anchor-bedrock{
            display: flex;
            flex-wrap: wrap;
            gap: 40px;
            margin-bottom: 40px;
        }

.anchor-anchor .anchor-node-brand{
            flex: 1 1 300px;
            min-width: 0;
        }

.anchor-anchor .anchor-bond-crown-brand{
            font-size: 22px;
            font-weight: 800;
            color: #ffffff;
            margin-bottom: 12px;
        }

.anchor-anchor .anchor-spark-crown-desc{
            font-size: 14px;
            line-height: 1.6;
            color: #94a3b8;
        }

.anchor-anchor .anchor-node-links{
            flex: 1 1 180px;
            min-width: 0;
        }

.anchor-anchor .anchor-bond-crown-col{
            font-size: 16px;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 16px;
        }

.anchor-anchor .anchor-vista-crown{
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

.anchor-anchor .anchor-peak-crown{
            font-size: 14px;
            color: #94a3b8;
            transition: color 0.25s ease;
        }

.anchor-anchor .anchor-peak-crown:hover{
            color: #f9a84b;
        }

.anchor-anchor .anchor-trough{
            padding-top: 30px;
            border-top: 1px solid #1e293b;
            text-align: center;
            font-size: 13px;
            color: #64748b;
        }