

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

@font-face {
    font-family: 'ShieldthunderBody';
    src: url('../fonts/worksans-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-002064 {
    background-color: #210e2f;
    
    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%28250%2C10%2C130%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;
}

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

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

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

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

.theme-002064 h1 { font-size: 2.1rem; }
.theme-002064 h2 { font-size: 1.6rem; }
.theme-002064 h3 { font-size: 1.4rem; }
.theme-002064 h4 { font-size: 1.15rem; }
.theme-002064 h5 { font-size: 1.05rem; }

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

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

.theme-002064 body,
.theme-002064 p,
.theme-002064 li,
.theme-002064 td,
.theme-002064 th {
    font-family: 'ShieldthunderBody', Arial, sans-serif;
    color: #e8e8e8;
    line-height: 1.7;
}

.theme-002064 p {
    margin-bottom: 1.2em;
    font-size: 15px;
}

.theme-002064 a {
    color: #fa0a82;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.theme-002064 a:hover {
    color: #db006e;
}

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

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

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

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

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

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

.qiaii-cta:hover {
    background: #db006e;
    color: #fff;
    text-decoration: none;
    box-shadow: none;
    transform: none;
}

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

.jxleh-wrap {
    background: #130b18;
    color: #ababab;
    padding: 0;
    margin-top: 50px;
    border-top: 3px solid #fa0a82;
}

.jxleh-top {
    padding: 38px 0;
}

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

.jxleh-brand-block {
    flex: 1 1 300px;
    min-width: 0;
}

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

.jxleh-brand-name:hover {
    color: #fa0a82;
}

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

.jxleh-nav-block {
    flex: 0 1 auto;
}

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

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

.jxleh-menu a:hover {
    color: #fa0a82;
}

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

.jxleh-bottom {
    padding: 16px 0;
}

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

.jxleh-copyright,
.jxleh-rights {
    margin: 0;
    font-family: 'ShieldthunderBody', Arial, sans-serif;
    font-size: 0.78rem;
    color: #b0b0b0;
}

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

.theme-002064 .entry-content table,
.theme-002064 .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;
}

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

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

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

.theme-002064 .entry-content tr:hover td,
.theme-002064 .page-content tr:hover td {
    background: #ffebf5;
}

.qiaii-wrap {
    background: linear-gradient(135deg, #130b18 0%, #08050a 100%);
    padding: 0;
    position: relative;
    z-index: 100;
    box-shadow: none;
}

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

.qiaii-brand {
    flex-shrink: 0;
}

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

.qiaii-brand img {
    max-height: 45px;
    width: auto;
    display: block;
}

.qiaii-sitename {
    font-family: 'ShieldthunderHeading', Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.qiaii-sitename:hover {
    color: #fa0a82;
}

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

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

.qiaii-menu li {
    position: relative;
}

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

.qiaii-menu > li > a:hover,
.qiaii-menu > li.current-menu-item > a {
    color: #ffffff;
    background: rgba(250, 10, 130, 0.15);
    border-radius: 4px;
}

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

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

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

.qiaii-menu .sub-menu a:hover {
    color: #ffffff;
    background: rgba(250, 10, 130, 0.15);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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