

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

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

.theme-7db35b {
    background-color: #ffffff;
    
    background-image: radial-gradient(circle, rgba(255,20,130,0.05) 1px, transparent 1px); background-size: 20px 20px;
}

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

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

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

.theme-7db35b h1,
.theme-7db35b h2,
.theme-7db35b h3,
.theme-7db35b h4,
.theme-7db35b h5 {
    font-family: 'StrikelabHeading', Arial, sans-serif;
    color: #181023;
    line-height: 1.3;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.theme-7db35b h1 { font-size: 2.2rem; }
.theme-7db35b h2 { font-size: 1.6rem; }
.theme-7db35b h3 { font-size: 1.4rem; }
.theme-7db35b h4 { font-size: 1.15rem; }
.theme-7db35b h5 { font-size: 0.95rem; }

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

.theme-7db35b .entry-content h1,
.theme-7db35b .entry-content h2 {
    background: linear-gradient(135deg, #ff1482 0%, #eb006d 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

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

.theme-7db35b body,
.theme-7db35b p,
.theme-7db35b li,
.theme-7db35b td,
.theme-7db35b th {
    font-family: 'StrikelabBody', Arial, sans-serif;
    color: #333333;
    line-height: 1.75;
}

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

.theme-7db35b a {
    color: #ff1482;
    text-decoration: none;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.theme-7db35b a:hover {
    color: #eb006d;
}

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

.theme-7db35b li {
    margin-bottom: 0.4em;
}

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

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

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

.whhhm-cta {
    display: none;
    padding: 12px 32px;
    background: #ff1482;
    color: #fff;
    border: none;
    border-radius: 20px;
    font-family: 'StrikelabBody', Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 800;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
    transition: background 0.2s;
    margin-left: 12px;
}

.whhhm-cta:hover {
    background: #eb006d;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(0,0,0,0.2);
    transform: translateY(-2px);
}

.whhhm-search {
    margin-left: 12px;
    position: relative;
}
.whhhm-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: 10px;
    overflow: hidden;
    transition: border-color 0.2s;
}
.whhhm-search-form:focus-within {
    border-color: #ff1482;
}
.whhhm-search-input {
    background: transparent;
    border: none;
    padding: 6px 10px;
    color: #e6e6e6;
    font-family: 'StrikelabBody', Arial, sans-serif;
    font-size: 0.85rem;
    width: 160px;
    outline: none;
}
.whhhm-search-input::placeholder {
    color: rgba(255,255,255,0.4);
}
.whhhm-search-btn {
    background: transparent;
    border: none;
    padding: 6px 10px;
    color: #e6e6e6;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: color 0.2s;
}
.whhhm-search-btn:hover {
    color: #ff1482;
}

.theme-7db35b .entry-content table,
.theme-7db35b .page-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 1.5em;
    font-size: 0.95rem;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.theme-7db35b .entry-content th,
.theme-7db35b .page-content th {
    background: #181023;
    color: #ffffff;
    padding: 10px 14px;
    text-align: left;
    font-family: 'StrikelabHeading', Arial, sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
}

.theme-7db35b .entry-content td,
.theme-7db35b .page-content td {
    padding: 10px 14px;
    border-bottom: 1px solid #e8e8e8;
    text-align: left;
}

.theme-7db35b .entry-content tr:last-child td,
.theme-7db35b .page-content tr:last-child td {
    border-bottom: none;
}

.theme-7db35b .entry-content tr:nth-child(even) td,
.theme-7db35b .page-content tr:nth-child(even) td {
    background: #f8f8f8;
}

.theme-7db35b .entry-content tr:hover td,
.theme-7db35b .page-content tr:hover td {
    background: #ffecf5;
}

.whhhm-wrap {
    background: #181023;
    position: relative;
    z-index: 100;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.whhhm-brand-row {
    text-align: center;
    padding: 20px 20px 10px;
    border-bottom: 1px solid rgba(255, 20, 130, 0.25);
    background: #181023;
}

.whhhm-brand {
    display: inline-block;
}

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

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

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

.whhhm-sitename:hover {
    color: #ff1482;
}

.whhhm-navrow {
    background: #181023;
    border-bottom: 4px solid #ff1482;
}

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

.whhhm-nav {
    display: flex;
    align-items: center;
}

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

.whhhm-menu li {
    position: relative;
}

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

.whhhm-menu > li > a:hover,
.whhhm-menu > li.current-menu-item > a {
    color: #ff1482;
    background: rgba(255, 20, 130, 0.18);
    border-radius: 10px;
}

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

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

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

.whhhm-menu .sub-menu a:hover {
    color: #ffffff;
    background: rgba(255, 20, 130, 0.18);
}

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

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

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

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

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

.kcdpe-wrap {
    background: #181023;
    color: #b3b3b3;
    margin-top: 40px;
    border-top: 4px solid #ff1482;
}

.kcdpe-links-row {
    padding: 20px 0;
    border-bottom: 2px solid rgba(255,255,255,0.08);
}

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

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

.kcdpe-menu a {
    color: #b3b3b3;
    text-decoration: none;
    font-family: 'StrikelabBody', Arial, sans-serif;
    font-size: 0.9rem;
    transition: color 0.2s;
}

.kcdpe-menu a:hover {
    color: #ff1482;
}

.kcdpe-info-row {
    padding: 15px 0;
}

.kcdpe-info-row .kcdpe-row-inner {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.kcdpe-copyright {
    margin: 0;
    font-family: 'StrikelabBody', Arial, sans-serif;
    font-size: 0.8rem;
    color: #999999;
}

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

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

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

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

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

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

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

    
    .whhhm-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;
    }

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

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

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

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

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

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

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

    .theme-7db35b p {
        font-size: 0.95rem;
    }

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