

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

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

.t-702666 {
    background-color: #22162c;
    
    background-image: repeating-linear-gradient(0deg, rgba(242,74,228,0.03), rgba(242,74,228,0.03) 1px, transparent 1px, transparent 20px);
}

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

.kfhdSkip:focus {
    top: 0;
}

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

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

.t-702666 h1 { font-size: 2.4rem; }
.t-702666 h2 { font-size: 1.8rem; }
.t-702666 h3 { font-size: 1.3rem; }
.t-702666 h4 { font-size: 1.1rem; }
.t-702666 h5 { font-size: 1rem; }

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

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

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

.t-702666 body,
.t-702666 p,
.t-702666 li,
.t-702666 td,
.t-702666 th {
    font-family: 'EdgeelectricBody', Arial, sans-serif;
    color: #e8e8e8;
    line-height: 1.6;
}

.t-702666 p {
    margin-bottom: 1.2em;
    font-size: 16px;
}

.t-702666 a {
    color: #f24ae4;
    text-decoration: none;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.t-702666 a:hover {
    color: #f61ee4;
}

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

.t-702666 li {
    margin-bottom: 0.4em;
}

.t-702666 .entry-content ul {
    list-style: disc;
    padding-left: 1.5em;
}
.t-702666 .entry-content ul > li::marker {
    color: #f24ae4;
    font-size: 1.3em;
}

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

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

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

.kfhdCta:hover {
    background: #f61ee4;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transform: none;
}

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

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

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

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

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

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

    .kfhdSearch {
        margin: 0;
        padding: 10px 20px;
    }
    .kfhdSearchInput {
        width: 100%;
    }

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

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

    .wupnMenu {
        justify-content: center;
    }

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

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

    .kfhdSitename {
        font-size: 1.15rem;
    }

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

    .t-702666 h1 { font-size: 1.6rem; }
    .t-702666 h2 { font-size: 1.35rem; }
    .t-702666 h3 { font-size: 1.15rem; }

    .t-702666 p {
        font-size: 0.95rem;
    }

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

.kfhdWrap {
    background: #13091a;
    position: relative;
    z-index: 100;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

.kfhdBrandRow {
    text-align: center;
    padding: 20px 20px 10px;
    border-bottom: 1px solid rgba(242, 74, 228, 0.25);
    background: #13091a;
}

.kfhdBrand {
    display: inline-block;
}

.kfhdBrand a {
    text-decoration: none;
}

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

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

.kfhdSitename:hover {
    color: #f24ae4;
}

.kfhdNavrow {
    background: #13091a;
    border-bottom: 2px solid #f24ae4;
}

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

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

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

.kfhdMenu li {
    position: relative;
}

.kfhdMenu > li > a {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    line-height: 1.2;
    color: #ebebeb;
    text-decoration: none;
    font-family: 'EdgeelectricBody', 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;
}

.kfhdMenu > li > a:hover,
.kfhdMenu > li.current-menu-item > a {
    color: #f24ae4;
    background: rgba(242, 74, 228, 0.08);
    border-radius: 0;
}

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

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

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

.kfhdMenu .sub-menu a:hover {
    color: #ffffff;
    background: rgba(242, 74, 228, 0.08);
}

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

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

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

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

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

.wupnWrap {
    background: #13091a;
    color: #b0b0b0;
    padding: 0;
    margin-top: 50px;
    border-top: 2px solid #f24ae4;
}

.wupnTop {
    padding: 38px 0;
}

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

.wupnBrandBlock {
    flex: 1 1 300px;
    min-width: 0;
}

.wupnBrandName {
    display: inline-block;
    font-family: 'EdgeelectricHeading', Arial, sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.wupnBrandName:hover {
    color: #f24ae4;
}

.wupnBrandTagline {
    margin: 0;
    font-family: 'EdgeelectricBody', Arial, sans-serif;
    font-size: 0.85rem;
    color: #b0b0b0;
    line-height: 1.5;
    max-width: 460px;
}

.wupnNavBlock {
    flex: 0 1 auto;
}

.wupnMenu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
}

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

.wupnMenu a:hover {
    color: #f24ae4;
}

.wupnDivider {
    border: 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    margin: 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.wupnBottom {
    padding: 16px 0;
}

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

.wupnCopyright,
.wupnRights {
    margin: 0;
    font-family: 'EdgeelectricBody', Arial, sans-serif;
    font-size: 0.78rem;
    color: #b0b0b0;
}

@media (max-width: 640px) {
    .wupnTopInner {
        flex-direction: column;
    }
}

.t-702666 .entry-content table,
.t-702666 .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: 8px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

.t-702666 .entry-content th,
.t-702666 .page-content th {
    background: #13091a;
    color: #ffffff;
    padding: 12px 16px;
    text-align: left;
    font-family: 'EdgeelectricHeading', Arial, sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
}

.t-702666 .entry-content td,
.t-702666 .page-content td {
    padding: 12px 16px;
    border-bottom: 1px solid #404040;
    text-align: left;
}

.t-702666 .entry-content tr:last-child td,
.t-702666 .page-content tr:last-child td {
    border-bottom: none;
}

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

.t-702666 .entry-content tr:hover td,
.t-702666 .page-content tr:hover td {
    background: #fef1fd;
}
