:root {
            --primary: #a94af7;
            --bg: #ffffff;
            --text: #1a1a1a;
            --accent: #7a28c2;
        }
        body {
            margin: 0;
            padding: 0;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
            color: var(--text);
            background: var(--bg);
            line-height: 1.6;
        }
        .groop {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 20px 40px;
            background: var(--bg);
            border-bottom: 1px solid #eee;
        }
        .logoz img {
            height: 32px;
            display: block;
        }
        .voxly {
            display: flex;
            gap: 20px;
        }
        .linx {
            text-decoration: none;
            color: var(--text);
            font-weight: 500;
            transition: color 0.25s ease;
        }
        .linx:hover, .linx.active {
            color: var(--primary);
        }
        main {
            max-width: 1100px;
            margin: 0 auto;
            padding: 40px 20px;
        }
        .focuz {
            padding: 60px 0;
            text-align: center;
        }
        .capz {
            font-size: 2.5rem;
            margin-bottom: 20px;
            color: var(--text);
        }
        .tailz {
            font-size: 1.1rem;
            color: #666;
            max-width: 700px;
            margin: 0 auto 40px;
        }
        .realm, .scope, .holdz {
            margin-bottom: 60px;
        }
        .nodez {
            background: #fcfcfc;
            border: 1px solid #eee;
            border-radius: 12px;
            padding: 24px;
            margin-bottom: 20px;
        }
        .pict {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
        }
        .bound {
            width: 100%;
            border-collapse: collapse;
            margin-top: 20px;
        }
        .bound th, .bound td {
            text-align: left;
            padding: 12px 16px;
            border-bottom: 1px solid #eee;
        }
        .strix {
            text-align: center;
            padding: 40px;
            border-top: 1px solid #eee;
            color: #888;
            font-size: 0.9rem;
        }
        .trigg {
            display: inline-block;
            padding: 12px 24px;
            background: var(--primary);
            color: white;
            border-radius: 30px;
            text-decoration: none;
            font-weight: bold;
            transition: transform 0.25s ease;
        }
        .trigg:hover {
            transform: translateY(-2px);
        }
        @media (max-width: 768px) {
            .voxly { gap: 10px; font-size: 0.9rem; }
            .capz { font-size: 2rem; }
        }

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

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

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

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

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

.voxly-groop a.voxly-linx {
    --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;
}

.voxly-groop a.voxly-linx,
.voxly-groop a.voxly-linx:hover,
.voxly-groop a.voxly-linx:focus,
.voxly-groop a.voxly-linx:active,
.voxly-groop a.voxly-linx.active,
.voxly-groop a.voxly-linx[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);
}

.voxly-groop{ display: flex; align-items: center; justify-content: space-between; padding: 20px; border-bottom: 1px solid #f4f4f4; }

.voxly-groop .voxly-logoz{ width: 120px; }

.voxly-groop .voxly-logoz img{ width: 100%; height: auto; }

.voxly-groop .voxly-voxly{ display: flex; gap: 20px; }

.voxly-groop .voxly-linx{ text-decoration: none; color: #1a1a1a; font-weight: 500; padding: 8px 12px; border-radius: 6px; transition: 0.25s; }

.voxly-groop .voxly-linx:hover{ background: #f4f4f4; }

.voxly-groop .voxly-linx.active{ color: #a94af7; background: #f3e5ff; }

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

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

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

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

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

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

.anchr-strix .anchr-linx{ text-decoration: none; color: #1a1a1a; font-weight: 500; padding: 8px 12px; border-radius: 6px; transition: 0.25s; }

.anchr-strix .anchr-linx:hover{ background: #f4f4f4; }

.anchr-strix .anchr-linx.active{ color: #a94af7; background: #f3e5ff; }

.anchr-strix{ padding: 40px 20px; text-align: center; color: #666; border-top: 1px solid #f4f4f4; }