

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

@font-face {
    font-family: 'ShieldlabBody';
    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;
}

.app-5544da {
    background-color: #1d1028;
    
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22200%22%20height%3D%22200%22%3E%3Cdefs%3E%3Cstyle%3Epath%7Bfill%3Anone%3Bstroke%3Argba%28242%2C44%2C143%2C0.05%29%3Bstroke-width%3A1%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M40%2010%20Q60%2030%2080%2020%20T120%2030%20T160%2020%22%2F%3E%3Cpath%20d%3D%22M20%2050%20Q50%2070%2080%2055%20T140%2065%20T180%2050%22%2F%3E%3Cpath%20d%3D%22M10%2090%20Q40%20110%2070%2095%20T130%20105%20T190%2085%22%2F%3E%3Cpath%20d%3D%22M30%20130%20Q60%20150%2090%20135%20T150%20145%20T180%20130%22%2F%3E%3Cpath%20d%3D%22M15%20170%20Q45%20190%2075%20175%20T135%20185%20T175%20170%22%2F%3E%3C%2Fsvg%3E"); background-size: 200px 200px;
}

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

.gnuoSkip:focus {
    top: 0;
}

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

.app-5544da h1,
.app-5544da h2,
.app-5544da h3,
.app-5544da h4,
.app-5544da h5 {
    font-family: 'ShieldlabHeading', Arial, sans-serif;
    color: #ffffff;
    line-height: 1.3;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.app-5544da h1 { font-size: 2.4rem; }
.app-5544da h2 { font-size: 1.8rem; }
.app-5544da h3 { font-size: 1.3rem; }
.app-5544da h4 { font-size: 1.2rem; }
.app-5544da h5 { font-size: 1rem; }

.app-5544da .entry-content > :first-child,
.app-5544da article > :first-child {
    margin-top: 0;
}

.app-5544da .entry-content h1 {
    text-align: center;
}
.app-5544da .entry-content h1::after {
    left: 50%;
    transform: translateX(-50%);
}

.app-5544da body,
.app-5544da p,
.app-5544da li,
.app-5544da td,
.app-5544da th {
    font-family: 'ShieldlabBody', Arial, sans-serif;
    color: #e8e8e8;
    line-height: 1.6;
}

.app-5544da p {
    margin-bottom: 1.2em;
    font-size: 17px;
}

.app-5544da a {
    color: #f22c8f;
    text-decoration: none;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.app-5544da a:hover {
    color: #ec097a;
}

.app-5544da ul,
.app-5544da ol {
    padding-left: 1.5em;
    margin-bottom: 1.2em;
}

.app-5544da li {
    margin-bottom: 0.4em;
}

.app-5544da .entry-content ul {
    list-style: none;
    padding-left: 1.5em;
}
.app-5544da .entry-content ul > li {
    position: relative;
}
.app-5544da .entry-content ul > li::before {
    content: "";
    position: absolute;
    left: -1.2em;
    top: 0.55em;
    width: 0.55em;
    height: 0.55em;
    background: #f22c8f;
}

.app-5544da .entry-content img,
.app-5544da .page-content img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 1em 0;
}

.app-5544da hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 2em 0;
}

.gnuoCta {
    display: none;
    padding: 11px 26px;
    background: #f22c8f;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-family: 'ShieldlabBody', Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
    transition: background 0.2s;
    margin-left: 12px;
}

.gnuoCta:hover {
    background: #ec097a;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 2px 12px rgba(0,0,0,0.3);
    transform: none;
}

.gnuoSearch {
    margin-left: 12px;
    position: relative;
}
.gnuoSearchForm {
    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;
}
.gnuoSearchForm:focus-within {
    border-color: #f22c8f;
}
.gnuoSearchInput {
    background: transparent;
    border: none;
    padding: 6px 10px;
    color: #ebebeb;
    font-family: 'ShieldlabBody', Arial, sans-serif;
    font-size: 0.85rem;
    width: 160px;
    outline: none;
}
.gnuoSearchInput::placeholder {
    color: rgba(255,255,255,0.4);
}
.gnuoSearchBtn {
    background: transparent;
    border: none;
    padding: 6px 10px;
    color: #ebebeb;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: color 0.2s;
}
.gnuoSearchBtn:hover {
    color: #f22c8f;
}

.gnuoFrame {
    background: #1d1226;
    padding: 14px;
    border-bottom: 1px solid #f22c8f;
}

.gnuoWrap {
    background: #150d1c;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 6px;
    box-shadow: 0 2px 20px rgba(0,0,0,0.4);
    position: relative;
    z-index: 100;
}

.gnuoInner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    column-gap: 24px;
    padding: 0 22px;
    height: 71px;
}

.gnuoBrand {
    text-align: center;
}

.gnuoBrand a {
    text-decoration: none;
}

.gnuoBrand img {
    max-height: 42px;
    width: auto;
    display: inline-block;
}

.gnuoSitename {
    font-family: 'ShieldlabHeading', Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.gnuoSitename:hover {
    color: #f22c8f;
}

.gnuoNav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

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

.gnuoMenu li {
    position: relative;
}

.gnuoMenu > li > a {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    line-height: 1.2;
    color: #ebebeb;
    text-decoration: none;
    font-family: 'ShieldlabBody', Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: color 0.2s, border-color 0.2s;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
}

.gnuoMenu > li > a:hover,
.gnuoMenu > li.current-menu-item > a {
    color: #ffffff;
    border-bottom-color: #f22c8f;
}

.gnuoMenu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 6px 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #1d1226;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 6px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.5);
    display: none;
    z-index: 200;
}

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

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

.gnuoMenu .sub-menu a:hover {
    color: #ffffff;
    background: rgba(242, 44, 143, 0.12);
}

.gnuoToggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    flex-direction: column;
    gap: 5px;
    z-index: 150;
}

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

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

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

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

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

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

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

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

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

    .gnuoSearch {
        margin: 0;
        padding: 10px 20px;
    }
    .gnuoSearchInput {
        width: 100%;
    }

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

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

    .sqsilMenu {
        justify-content: center;
    }

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

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

    .gnuoSitename {
        font-size: 1.15rem;
    }

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

    .app-5544da h1 { font-size: 1.6rem; }
    .app-5544da h2 { font-size: 1.35rem; }
    .app-5544da h3 { font-size: 1.15rem; }

    .app-5544da p {
        font-size: 0.95rem;
    }

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

.app-5544da .entry-content table,
.app-5544da .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: 0 1px 4px rgba(0,0,0,0.3);
}

.app-5544da .entry-content th,
.app-5544da .page-content th {
    background: #1d1226;
    color: #ffffff;
    padding: 10px 14px;
    text-align: left;
    font-family: 'ShieldlabHeading', Arial, sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
}

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

.app-5544da .entry-content tr:nth-child(even) td,
.app-5544da .page-content tr:nth-child(even) td {
    background: #1f1d20;
}

.app-5544da .entry-content tr:hover td,
.app-5544da .page-content tr:hover td {
    background: #feeef6;
}

.sqsilWrap {
    background: #1d1226;
    color: #bdbdbd;
    padding: 20px 0;
    margin-top: 40px;
    border-top: 1px solid #f22c8f;
}

.sqsilInner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.sqsilLine {
    margin: 0 0 8px;
    font-family: 'ShieldlabBody', Arial, sans-serif;
    font-size: 0.8rem;
    color: #b0b0b0;
}

.sqsilNav {
    margin-top: 8px;
}

.sqsilMenu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.sqsilMenu a {
    color: #bdbdbd;
    text-decoration: none;
    font-family: 'ShieldlabBody', Arial, sans-serif;
    font-size: 0.8rem;
    transition: color 0.2s;
}

.sqsilMenu a:hover {
    color: #f22c8f;
}
