

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

@font-face {
    font-family: 'BoldgridBody';
    src: url('../fonts/lato-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-a1489f {
    background-color: #271e11;
    
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22160%22%20height%3D%22160%22%3E%3Cdefs%3E%3Cstyle%3Eline%2Crect%2Ccircle%7Bstroke%3Argba%28201%2C126%2C29%2C0.02%29%3Bfill%3Anone%3Bstroke-width%3A1%7D%20circle.dot%7Bfill%3Argba%28201%2C126%2C29%2C0.02%29%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cline%20x1%3D%2220%22%20y1%3D%220%22%20x2%3D%2220%22%20y2%3D%2240%22%2F%3E%3Cline%20x1%3D%2220%22%20y1%3D%2240%22%20x2%3D%2260%22%20y2%3D%2240%22%2F%3E%3Cline%20x1%3D%2260%22%20y1%3D%2240%22%20x2%3D%2260%22%20y2%3D%2280%22%2F%3E%3Ccircle%20class%3D%22dot%22%20cx%3D%2220%22%20cy%3D%2240%22%20r%3D%222%22%2F%3E%3Ccircle%20class%3D%22dot%22%20cx%3D%2260%22%20cy%3D%2240%22%20r%3D%222%22%2F%3E%3Cline%20x1%3D%22100%22%20y1%3D%2220%22%20x2%3D%22100%22%20y2%3D%2260%22%2F%3E%3Cline%20x1%3D%22100%22%20y1%3D%2260%22%20x2%3D%22140%22%20y2%3D%2260%22%2F%3E%3Ccircle%20class%3D%22dot%22%20cx%3D%22100%22%20cy%3D%2260%22%20r%3D%222%22%2F%3E%3Cline%20x1%3D%2240%22%20y1%3D%22100%22%20x2%3D%2280%22%20y2%3D%22100%22%2F%3E%3Cline%20x1%3D%2280%22%20y1%3D%22100%22%20x2%3D%2280%22%20y2%3D%22140%22%2F%3E%3Ccircle%20class%3D%22dot%22%20cx%3D%2280%22%20cy%3D%22100%22%20r%3D%222%22%2F%3E%3Cline%20x1%3D%22120%22%20y1%3D%22120%22%20x2%3D%22160%22%20y2%3D%22120%22%2F%3E%3Ccircle%20class%3D%22dot%22%20cx%3D%22120%22%20cy%3D%22120%22%20r%3D%222%22%2F%3E%3Crect%20x%3D%2255%22%20y%3D%2275%22%20width%3D%2210%22%20height%3D%2210%22%20rx%3D%221%22%2F%3E%3C%2Fsvg%3E"); background-size: 160px 160px;
}

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

.rkhuzSkip:focus {
    top: 0;
}

.rkhuzSiteContent {
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 20px 60px;
    min-height: 50vh;
}

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

.app-a1489f h1 { font-size: 2.4rem; }
.app-a1489f h2 { font-size: 1.7rem; }
.app-a1489f h3 { font-size: 1.4rem; }
.app-a1489f h4 { font-size: 1.2rem; }
.app-a1489f h5 { font-size: 0.95rem; }

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

.app-a1489f .entry-content h1,
.app-a1489f .entry-content h2,
.app-a1489f .entry-content h3 {
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.app-a1489f body,
.app-a1489f p,
.app-a1489f li,
.app-a1489f td,
.app-a1489f th {
    font-family: 'BoldgridBody', Arial, sans-serif;
    color: #e8e8e8;
    line-height: 1.65;
}

.app-a1489f p {
    margin-bottom: 1.2em;
    font-size: 15px;
}

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

.app-a1489f a:hover {
    color: #aa6813;
}

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

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

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

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

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

.rkhuzCta {
    display: none;
    padding: 12px 28px;
    background: #c97e1d;
    color: #fff;
    border: none;
    border-radius: 0;
    font-family: 'BoldgridBody', Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background 0.2s;
    margin-left: 12px;
}

.rkhuzCta:hover {
    background: #aa6813;
    color: #fff;
    text-decoration: none;
    box-shadow: 4px 4px 0 rgba(0,0,0,0.9);
    transform: translate(-2px,-2px);
}

.rkhuzSearch {
    margin-left: 12px;
    position: relative;
}
.rkhuzSearchForm {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 0;
    overflow: hidden;
    transition: border-color 0.2s;
}
.rkhuzSearchForm:focus-within {
    border-color: #c97e1d;
}
.rkhuzSearchInput {
    background: transparent;
    border: none;
    padding: 6px 10px;
    color: #d9d9d9;
    font-family: 'BoldgridBody', Arial, sans-serif;
    font-size: 0.85rem;
    width: 160px;
    outline: none;
}
.rkhuzSearchInput::placeholder {
    color: rgba(255,255,255,0.4);
}
.rkhuzSearchBtn {
    background: transparent;
    border: none;
    padding: 6px 10px;
    color: #d9d9d9;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: color 0.2s;
}
.rkhuzSearchBtn:hover {
    color: #c97e1d;
}

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

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

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

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

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

    .rkhuzSearch {
        margin: 0;
        padding: 10px 20px;
    }
    .rkhuzSearchInput {
        width: 100%;
    }

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

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

    .vbgiMenu {
        justify-content: center;
    }

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

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

    .rkhuzSitename {
        font-size: 1.15rem;
    }

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

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

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

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

.vbgiWrap {
    background: #201a13;
    color: #b0b0b0;
    padding: 30px 0;
    margin-top: 40px;
    border-top: 4px solid #c97e1d;
}

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

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

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

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

.vbgiMenu a:hover {
    color: #c97e1d;
}

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

.rkhuzTopbar {
    background: #c97e1d;
    padding: 0;
}

.rkhuzTopbarInner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 6px 20px;
    text-align: right;
}

.rkhuzTopbarText {
    font-family: 'BoldgridBody', Arial, sans-serif;
    font-size: 0.75rem;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.rkhuzWrap {
    background: #201a13;
    padding: 0;
    position: relative;
    z-index: 100;
    box-shadow: 0 4px 0 rgba(0,0,0,0.9);
}

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

.rkhuzBrand {
    flex-shrink: 0;
}

.rkhuzBrand a {
    text-decoration: none;
}

.rkhuzBrand img {
    max-height: 40px;
    width: auto;
    display: block;
}

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

.rkhuzSitename:hover {
    color: #c97e1d;
}

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

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

.rkhuzMenu li {
    position: relative;
}

.rkhuzMenu > li > a {
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    line-height: 1.2;
    color: #d9d9d9;
    text-decoration: none;
    font-family: 'BoldgridBody', Arial, sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    transition: color 0.2s, background 0.2s;
    white-space: nowrap;
}

.rkhuzMenu > li > a:hover,
.rkhuzMenu > li.current-menu-item > a {
    color: #ffffff;
    background: rgba(201, 126, 29, 0.2);
    border-radius: 0;
}

.rkhuzMenu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #13100c;
    border-top: 2px solid #c97e1d;
    border-radius: 0 0 0 0;
    box-shadow: 8px 8px 0 rgba(0,0,0,0.9);
    display: none;
    z-index: 200;
}

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

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

.rkhuzMenu .sub-menu a:hover {
    color: #ffffff;
    background: rgba(201, 126, 29, 0.2);
}

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

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

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

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

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

.app-a1489f .entry-content table,
.app-a1489f .page-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 1.5em;
    font-size: 0.95rem;
    border: 2px solid #201a13;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 3px 3px 0 rgba(0,0,0,0.9);
}

.app-a1489f .entry-content th,
.app-a1489f .page-content th {
    background: #201a13;
    color: #ffffff;
    padding: 10px 14px;
    text-align: left;
    font-family: 'BoldgridHeading', Arial, sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    border: 1px solid #201a13;
}

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

.app-a1489f .entry-content tr:hover td,
.app-a1489f .page-content tr:hover td {
    background: #fbf5ed;
}
