

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

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

.theme-96e2f0 {
    background-color: #212724;
    
    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%2840%2C204%2C172%2C0.04%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;
}

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

.kbhdn-skip:focus {
    top: 0;
}

.kbhdn-site-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px 60px;
    min-height: 50vh;
}

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

.theme-96e2f0 h1 { font-size: 2.3rem; }
.theme-96e2f0 h2 { font-size: 1.7rem; }
.theme-96e2f0 h3 { font-size: 1.3rem; }
.theme-96e2f0 h4 { font-size: 1.15rem; }
.theme-96e2f0 h5 { font-size: 1rem; }

.theme-96e2f0 .entry-content > :first-child,
.theme-96e2f0 article > :first-child {
    margin-top: 0;
}

.theme-96e2f0 .entry-content h2,
.theme-96e2f0 .entry-content h3 {
    position: relative;
    padding-left: 0.8em;
}
.theme-96e2f0 .entry-content h2::before,
.theme-96e2f0 .entry-content h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.15em;
    bottom: 0.15em;
    width: 4px;
    background: #28ccac;
    border-radius: 2px;
}

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

.theme-96e2f0 body,
.theme-96e2f0 p,
.theme-96e2f0 li,
.theme-96e2f0 td,
.theme-96e2f0 th {
    font-family: 'BlazehubBody', Arial, sans-serif;
    color: #e8e8e8;
    line-height: 1.75;
}

.theme-96e2f0 p {
    margin-bottom: 1.2em;
    font-size: 16px;
}

.theme-96e2f0 a {
    color: #28ccac;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.theme-96e2f0 a:hover {
    color: #1daf92;
}

.theme-96e2f0 ul,
.theme-96e2f0 ol {
    padding-left: 1.5em;
    margin-bottom: 1.2em;
}

.theme-96e2f0 li {
    margin-bottom: 0.4em;
}

.theme-96e2f0 .entry-content ul {
    list-style: none;
    padding-left: 1.4em;
}
.theme-96e2f0 .entry-content ul > li {
    position: relative;
}
.theme-96e2f0 .entry-content ul > li::before {
    content: "\203A";
    position: absolute;
    left: -1.2em;
    color: #28ccac;
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1;
}

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

.theme-96e2f0 hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 2em 0;
}

.kbhdn-cta {
    display: none;
    padding: 12px 30px;
    background: #28ccac;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: 'BlazehubBody', Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background 0.2s;
    margin-left: 12px;
}

.kbhdn-cta:hover {
    background: #1daf92;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(40,204,172,0.35);
    transform: translateY(-1px);
}

.kbhdn-search {
    margin-left: 12px;
    position: relative;
}
.kbhdn-search-form {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 6px;
    overflow: hidden;
    transition: border-color 0.2s;
}
.kbhdn-search-form:focus-within {
    border-color: #28ccac;
}
.kbhdn-search-input {
    background: transparent;
    border: none;
    padding: 6px 10px;
    color: #e6e6e6;
    font-family: 'BlazehubBody', Arial, sans-serif;
    font-size: 0.85rem;
    width: 160px;
    outline: none;
}
.kbhdn-search-input::placeholder {
    color: rgba(255,255,255,0.4);
}
.kbhdn-search-btn {
    background: transparent;
    border: none;
    padding: 6px 10px;
    color: #e6e6e6;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: color 0.2s;
}
.kbhdn-search-btn:hover {
    color: #28ccac;
}

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

    
    .kbhdn-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #0c1813;
        border-top: 2px solid #28ccac;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        z-index: 200;
    }

    .kbhdn-nav.is-open {
        display: block;
    }

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

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

    .kbhdn-search {
        margin: 0;
        padding: 10px 20px;
    }
    .kbhdn-search-input {
        width: 100%;
    }

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

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

    .iysre-menu {
        justify-content: center;
    }

    
    .kbhdn-site-content {
        padding: 25px 15px 40px;
    }
}

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

    .kbhdn-sitename {
        font-size: 1.15rem;
    }

    .kbhdn-brand img {
        max-height: 35px;
    }

    .theme-96e2f0 h1 { font-size: 1.6rem; }
    .theme-96e2f0 h2 { font-size: 1.35rem; }
    .theme-96e2f0 h3 { font-size: 1.15rem; }

    .theme-96e2f0 p {
        font-size: 0.95rem;
    }

    .kbhdn-site-content {
        padding: 20px 12px 30px;
    }
}

.theme-96e2f0 .entry-content table,
.theme-96e2f0 .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: 6px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

.theme-96e2f0 .entry-content th,
.theme-96e2f0 .page-content th {
    background: #162720;
    color: #ffffff;
    padding: 8px 12px;
    text-align: left;
    font-family: 'BlazehubHeading', Arial, sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
}

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

.theme-96e2f0 .entry-content tr:nth-child(even) td,
.theme-96e2f0 .page-content tr:nth-child(even) td {
    background: #1d201f;
}

.theme-96e2f0 .entry-content tr:hover td,
.theme-96e2f0 .page-content tr:hover td {
    background: #eefbf8;
}

.iysre-wrap {
    background: #162720;
    color: #b0b0b0;
    padding: 20px 0;
    margin-top: 40px;
    border-top: 2px solid #28ccac;
}

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

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

.iysre-nav {
    margin-top: 8px;
}

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

.iysre-menu a {
    color: #b0b0b0;
    text-decoration: none;
    font-family: 'BlazehubBody', Arial, sans-serif;
    font-size: 0.8rem;
    transition: color 0.2s;
}

.iysre-menu a:hover {
    color: #28ccac;
}

.kbhdn-frame {
    background: #162720;
    padding: 14px;
    border-bottom: 2px solid #28ccac;
}

.kbhdn-wrap {
    background: #0c1813;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 10px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.5);
    position: relative;
    z-index: 100;
}

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

.kbhdn-brand {
    text-align: center;
}

.kbhdn-brand a {
    text-decoration: none;
}

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

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

.kbhdn-sitename:hover {
    color: #28ccac;
}

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

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

.kbhdn-menu li {
    position: relative;
}

.kbhdn-menu > li > a {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    line-height: 1.2;
    color: #e6e6e6;
    text-decoration: none;
    font-family: 'BlazehubBody', 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;
}

.kbhdn-menu > li > a:hover,
.kbhdn-menu > li.current-menu-item > a {
    color: #ffffff;
    border-bottom-color: #28ccac;
}

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

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

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

.kbhdn-menu .sub-menu a:hover {
    color: #ffffff;
    background: rgba(40, 204, 172, 0.15);
}

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

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

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

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

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