

@font-face {
    font-family: 'CryorbitHeading';
    src: url('../fonts/barlowcondensed-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CryorbitBody';
    src: url('../fonts/inter-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.site-header,
.main-navigation,
.site-footer,
.site-info,
.top-bar {
    display: none !important;
}

.wp-022ec4 {
    background-color: #110b19;
    
    background-image: repeating-linear-gradient(0deg, rgba(222,69,207,0.04), rgba(222,69,207,0.04) 1px, transparent 1px, transparent 20px);
}

.xzndSkip {
    position: absolute;
    top: -100%;
    left: 0;
    background: #de45cf;
    color: #fff;
    padding: 8px 16px;
    z-index: 9999;
    font-size: 14px;
    text-decoration: none;
}

.xzndSkip:focus {
    top: 0;
}

.xzndSiteContent {
    max-width: 1150px;
    margin: 0 auto;
    padding: 35px 20px 60px;
    min-height: 50vh;
}

.wp-022ec4 h1,
.wp-022ec4 h2,
.wp-022ec4 h3,
.wp-022ec4 h4,
.wp-022ec4 h5 {
    font-family: 'CryorbitHeading', Arial, sans-serif;
    color: #ffffff;
    line-height: 1.3;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.wp-022ec4 h1 { font-size: 2.2rem; }
.wp-022ec4 h2 { font-size: 1.6rem; }
.wp-022ec4 h3 { font-size: 1.4rem; }
.wp-022ec4 h4 { font-size: 1.15rem; }
.wp-022ec4 h5 { font-size: 0.95rem; }

.wp-022ec4 .entry-content > :first-child,
.wp-022ec4 article > :first-child {
    margin-top: 0;
}

.wp-022ec4 .entry-content h1,
.wp-022ec4 .entry-content h2 {
    background: linear-gradient(135deg, #de45cf 0%, #db1fc8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.wp-022ec4 body,
.wp-022ec4 p,
.wp-022ec4 li,
.wp-022ec4 td,
.wp-022ec4 th {
    font-family: 'CryorbitBody', Arial, sans-serif;
    color: #e8e8e8;
    line-height: 1.65;
}

.wp-022ec4 p {
    margin-bottom: 1.2em;
    font-size: 16px;
}

.wp-022ec4 a {
    color: #de45cf;
    text-decoration: none;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.wp-022ec4 a:hover {
    color: #db1fc8;
}

.wp-022ec4 ul,
.wp-022ec4 ol {
    padding-left: 1.5em;
    margin-bottom: 1.2em;
}

.wp-022ec4 li {
    margin-bottom: 0.4em;
}

.wp-022ec4 .entry-content img,
.wp-022ec4 .page-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1em 0;
}

.wp-022ec4 hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 2em 0;
}

.xzndCta {
    display: none;
    padding: 10px 24px;
    background: #de45cf;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-family: 'CryorbitBody', Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
    transition: background 0.2s;
    margin-left: 12px;
}

.xzndCta:hover {
    background: #db1fc8;
    color: #fff;
    text-decoration: none;
    box-shadow: none;
    transform: none;
}

.xzndSearch {
    margin-left: 12px;
    position: relative;
}
.xzndSearchForm {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 4px;
    overflow: hidden;
    transition: border-color 0.2s;
}
.xzndSearchForm:focus-within {
    border-color: #de45cf;
}
.xzndSearchInput {
    background: transparent;
    border: none;
    padding: 6px 10px;
    color: #ebebeb;
    font-family: 'CryorbitBody', Arial, sans-serif;
    font-size: 0.85rem;
    width: 160px;
    outline: none;
}
.xzndSearchInput::placeholder {
    color: rgba(255,255,255,0.4);
}
.xzndSearchBtn {
    background: transparent;
    border: none;
    padding: 6px 10px;
    color: #ebebeb;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: color 0.2s;
}
.xzndSearchBtn:hover {
    color: #de45cf;
}

.wp-022ec4 .entry-content table,
.wp-022ec4 .page-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 1.5em;
    font-size: 0.95rem;
    border: 1px solid #404040;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: none;
}

.wp-022ec4 .entry-content th,
.wp-022ec4 .page-content th {
    background: #1c102e;
    color: #ffffff;
    padding: 10px 14px;
    text-align: left;
    font-family: 'CryorbitHeading', Arial, sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
}

.wp-022ec4 .entry-content td,
.wp-022ec4 .page-content td {
    padding: 10px 14px;
    border-bottom: 1px solid #404040;
    text-align: left;
}

.wp-022ec4 .entry-content tr:nth-child(even) td,
.wp-022ec4 .page-content tr:nth-child(even) td {
    background: #1e1d20;
}

.wp-022ec4 .entry-content tr:hover td,
.wp-022ec4 .page-content tr:hover td {
    background: #fcf0fb;
}

@media (max-width: 768px) {
    
    .xzndToggle {
        display: flex;
    }

    
    .xzndNav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #170d26;
        border-top: 2px solid #de45cf;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        z-index: 200;
    }

    .xzndNav.is-open {
        display: block;
    }

    .xzndMenu {
        flex-direction: column;
        padding: 10px 0;
    }

    .xzndMenu > li > a {
        line-height: 1.4;
        padding: 12px 20px;
    }

    .xzndSearch {
        margin: 0;
        padding: 10px 20px;
    }
    .xzndSearchInput {
        width: 100%;
    }

    
    .xzndMenu .sub-menu {
        position: static;
        box-shadow: none;
        border-top: none;
        background: rgba(0, 0, 0, 0.15);
        padding-left: 15px;
        display: block;
        transform: none;
    }

    
    .kzaukInner {
        flex-direction: column;
        text-align: center;
    }

    .kzaukMenu {
        justify-content: center;
    }

    
    .xzndSiteContent {
        padding: 25px 15px 40px;
    }
}

@media (max-width: 480px) {
    .xzndInner {
        height: 60px;
        padding: 0 15px;
    }

    .xzndSitename {
        font-size: 1.15rem;
    }

    .xzndBrand img {
        max-height: 35px;
    }

    .wp-022ec4 h1 { font-size: 1.6rem; }
    .wp-022ec4 h2 { font-size: 1.35rem; }
    .wp-022ec4 h3 { font-size: 1.15rem; }

    .wp-022ec4 p {
        font-size: 0.95rem;
    }

    .xzndSiteContent {
        padding: 20px 12px 30px;
    }
}

.xzndWrap {
    background: #1c102e;
    position: relative;
    z-index: 100;
    box-shadow: none;
}

.xzndBrandRow {
    text-align: center;
    padding: 20px 20px 10px;
    border-bottom: 1px solid rgba(222, 69, 207, 0.25);
    background: #1c102e;
}

.xzndBrand {
    display: inline-block;
}

.xzndBrand a {
    text-decoration: none;
}

.xzndBrand img {
    max-height: 50px;
    width: auto;
    display: block;
}

.xzndSitename {
    font-family: 'CryorbitHeading', Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 1px;
}

.xzndSitename:hover {
    color: #de45cf;
}

.xzndNavrow {
    background: #1c102e;
    border-bottom: 3px solid #de45cf;
}

.xzndInner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    height: 50px;
}

.xzndNav {
    display: flex;
    align-items: center;
}

.xzndMenu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0;
}

.xzndMenu li {
    position: relative;
}

.xzndMenu > li > a {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    line-height: 1.2;
    color: #ebebeb;
    text-decoration: none;
    font-family: 'CryorbitBody', Arial, sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    transition: color 0.2s, background 0.2s;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.xzndMenu > li > a:hover,
.xzndMenu > li.current-menu-item > a {
    color: #de45cf;
    background: rgba(222, 69, 207, 0.15);
    border-radius: 4px;
}

.xzndMenu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 200px;
    background: #170d26;
    border-top: 2px solid #de45cf;
    border-radius: 0 0 0 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    display: none;
    z-index: 200;
}

.xzndMenu li:hover > .sub-menu {
    display: block;
}

.xzndMenu .sub-menu a {
    display: block;
    padding: 10px 20px;
    color: #c8c8c8;
    text-decoration: none;
    font-family: 'CryorbitBody', Arial, sans-serif;
    font-size: 0.85rem;
    transition: color 0.2s, background 0.2s;
}

.xzndMenu .sub-menu a:hover {
    color: #ffffff;
    background: rgba(222, 69, 207, 0.15);
}

.xzndToggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    flex-direction: column;
    gap: 5px;
    z-index: 150;
    position: absolute;
    right: 20px;
}

.xzndToggleBar {
    display: block;
    width: 24px;
    height: 2px;
    background: #ffffff;
    transition: transform 0.3s, opacity 0.3s;
}

.xzndToggle[aria-expanded="true"] .xzndToggleBar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.xzndToggle[aria-expanded="true"] .xzndToggleBar:nth-child(2) {
    opacity: 0;
}

.xzndToggle[aria-expanded="true"] .xzndToggleBar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.kzaukWrap {
    background: #1c102e;
    color: #b0b0b0;
    padding: 30px 0;
    margin-top: 40px;
    border-top: 3px solid #de45cf;
}

.kzaukInner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.kzaukCopyright p {
    margin: 0;
    font-family: 'CryorbitBody', Arial, sans-serif;
    font-size: 0.85rem;
    color: #b0b0b0;
}

.kzaukMenu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.kzaukMenu a {
    color: #b0b0b0;
    text-decoration: none;
    font-family: 'CryorbitBody', Arial, sans-serif;
    font-size: 0.85rem;
    transition: color 0.2s;
}

.kzaukMenu a:hover {
    color: #de45cf;
}

.kzaukSmall {
    margin: 0;
    font-family: 'CryorbitBody', Arial, sans-serif;
    font-size: 0.8rem;
    color: #777777;
}
