

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

@font-face {
    font-family: 'NitnexusBody';
    src: url('../fonts/opensans-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;
}

.site-b62f7d {
    background-color: #1c0d0c;
    
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(233,43,43,0.05) 10px, rgba(233,43,43,0.05) 11px);
}

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

.pqzzSkip:focus {
    top: 0;
}

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

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

.site-b62f7d h1 { font-size: 2.3rem; }
.site-b62f7d h2 { font-size: 1.8rem; }
.site-b62f7d h3 { font-size: 1.3rem; }
.site-b62f7d h4 { font-size: 1.15rem; }
.site-b62f7d h5 { font-size: 0.95rem; }

.site-b62f7d .entry-content > :first-child,
.site-b62f7d article > :first-child {
    margin-top: 0;
}

.site-b62f7d .entry-content h1,
.site-b62f7d .entry-content h2 {
    background: linear-gradient(135deg, #e92b2b 0%, #da1010 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

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

.site-b62f7d body,
.site-b62f7d p,
.site-b62f7d li,
.site-b62f7d td,
.site-b62f7d th {
    font-family: 'NitnexusBody', Arial, sans-serif;
    color: #e8e8e8;
    line-height: 1.75;
}

.site-b62f7d p {
    margin-bottom: 1.2em;
    font-size: 15px;
}

.site-b62f7d a {
    color: #e92b2b;
    text-decoration: none;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.site-b62f7d a:hover {
    color: #da1010;
}

.site-b62f7d ul,
.site-b62f7d ol {
    padding-left: 1.5em;
    margin-bottom: 1.2em;
}

.site-b62f7d li {
    margin-bottom: 0.4em;
}

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

.site-b62f7d .entry-content img,
.site-b62f7d .page-content img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 1em 0;
}

.site-b62f7d hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 2em 0;
}

.pqzzCta {
    display: none;
    padding: 10px 24px;
    background: #e92b2b;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-family: 'NitnexusBody', 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;
}

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

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

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

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

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

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

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

    .pqzzSearch {
        margin: 0;
        padding: 10px 20px;
    }
    .pqzzSearchInput {
        width: 100%;
    }

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

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

    .jcykMenu {
        justify-content: center;
    }

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

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

    .pqzzSitename {
        font-size: 1.15rem;
    }

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

    .site-b62f7d h1 { font-size: 1.6rem; }
    .site-b62f7d h2 { font-size: 1.35rem; }
    .site-b62f7d h3 { font-size: 1.15rem; }

    .site-b62f7d p {
        font-size: 0.95rem;
    }

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

.jcykWrap {
    background: #2c1817;
    color: #ababab;
    padding: 30px 0;
    margin-top: 40px;
    border-top: 3px solid #e92b2b;
}

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

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

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

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

.jcykMenu a:hover {
    color: #e92b2b;
}

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

.site-b62f7d .entry-content table,
.site-b62f7d .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;
}

.site-b62f7d .entry-content th,
.site-b62f7d .page-content th {
    background: #2c1817;
    color: #ffffff;
    padding: 8px 12px;
    text-align: left;
    font-family: 'NitnexusHeading', Arial, sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
}

.site-b62f7d .entry-content td,
.site-b62f7d .page-content td {
    padding: 8px 12px;
    border-bottom: 1px solid #404040;
    text-align: left;
}

.site-b62f7d .entry-content tr:nth-child(even) td,
.site-b62f7d .page-content tr:nth-child(even) td {
    background: #201d1d;
}

.site-b62f7d .entry-content tr:hover td,
.site-b62f7d .page-content tr:hover td {
    background: #fdeeee;
}

.pqzzWrap {
    background: #2c1817;
    position: relative;
    z-index: 100;
    padding: 12px 0;
    box-shadow: none;
}

.pqzzInner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 20px;
    height: 70px;
}

.pqzzBrand {
    flex-shrink: 0;
}

.pqzzBrand a {
    text-decoration: none;
}

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

.pqzzSitename {
    font-family: 'NitnexusHeading', Arial, sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.pqzzSitename:hover {
    color: #e92b2b;
}

.pqzzPillWrap {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 999px;
    padding: 4px 6px;
    flex: 0 1 auto;
}

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

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

.pqzzMenu li {
    position: relative;
}

.pqzzMenu > li > a {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    line-height: 1.2;
    color: #e8e8e8;
    text-decoration: none;
    font-family: 'NitnexusBody', Arial, sans-serif;
    font-size: 0.92rem;
    font-weight: 400;
    border-radius: 999px;
    transition: color 0.2s, background 0.2s;
    white-space: nowrap;
}

.pqzzMenu > li > a:hover,
.pqzzMenu > li.current-menu-item > a {
    color: #ffffff;
    background: #e92b2b;
}

.pqzzMenu .sub-menu {
    list-style: none;
    margin: 6px 0 0 0;
    padding: 8px 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #1f100f;
    border-radius: 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    display: none;
    z-index: 200;
}

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

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

.pqzzMenu .sub-menu a:hover {
    color: #ffffff;
    background: rgba(233, 43, 43, 0.15);
}

.pqzzActions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.pqzzActionLink {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    color: #e8e8e8;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.pqzzActionLink:hover {
    background: #e92b2b;
    color: #ffffff;
}

.pqzzActionIcon {
    font-size: 1rem;
    line-height: 1;
}

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

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

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

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

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