

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

@font-face {
    font-family: 'WppulseBody';
    src: url('../fonts/sourcesans3-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-71a546 {
    background-color: #231231;
    
    background-image: radial-gradient(circle, rgba(243,43,100,0.04) 1px, transparent 1px); background-size: 20px 20px;
}

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

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

.iwxwv-site-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 45px 20px 60px;
    min-height: 50vh;
}

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

.app-71a546 h1 { font-size: 2.1rem; }
.app-71a546 h2 { font-size: 1.7rem; }
.app-71a546 h3 { font-size: 1.4rem; }
.app-71a546 h4 { font-size: 1.15rem; }
.app-71a546 h5 { font-size: 0.95rem; }

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

.app-71a546 .entry-content h1,
.app-71a546 .entry-content h2 {
    text-align: center;
}
.app-71a546 .entry-content h1::after,
.app-71a546 .entry-content h2::after {
    left: 50%;
    transform: translateX(-50%);
}

.app-71a546 body,
.app-71a546 p,
.app-71a546 li,
.app-71a546 td,
.app-71a546 th {
    font-family: 'WppulseBody', Arial, sans-serif;
    color: #e8e8e8;
    line-height: 1.7;
}

.app-71a546 p {
    margin-bottom: 1.2em;
    font-size: 16px;
}

.app-71a546 a {
    color: #f32b64;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.app-71a546 a:hover {
    color: #ed0749;
}

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

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

.app-71a546 .entry-content ul {
    list-style: disc;
    padding-left: 1.5em;
}
.app-71a546 .entry-content ul > li::marker {
    color: #f32b64;
    font-size: 1.3em;
}

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

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

.iwxwv-cta {
    display: none;
    padding: 12px 30px;
    background: #f32b64;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: 'WppulseBody', 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;
}

.iwxwv-cta:hover {
    background: #ed0749;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(243,43,100,0.35);
    transform: translateY(-1px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qpge-wrap {
    background: #1a1122;
    color: #b8b8b8;
    padding: 20px 0;
    margin-top: 40px;
    border-top: 2px solid #f32b64;
}

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

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

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

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

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

.qpge-menu a:hover {
    color: #f32b64;
}

.iwxwv-wrap {
    background: #1a1122;
    position: relative;
    z-index: 100;
    box-shadow: 0 4px 24px rgba(0,0,0,0.5);
}

.iwxwv-brand-row {
    text-align: center;
    padding: 20px 20px 10px;
    border-bottom: 1px solid rgba(243, 43, 100, 0.25);
    background: #1a1122;
}

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

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

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

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

.iwxwv-sitename:hover {
    color: #f32b64;
}

.iwxwv-navrow {
    background: #1a1122;
    border-bottom: 2px solid #f32b64;
}

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

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

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

.iwxwv-menu li {
    position: relative;
}

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

.iwxwv-menu > li > a:hover,
.iwxwv-menu > li.current-menu-item > a {
    color: #f32b64;
    background: rgba(243, 43, 100, 0.15);
    border-radius: 6px;
}

.iwxwv-menu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 200px;
    background: #100b14;
    border-top: 2px solid #f32b64;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.5);
    display: none;
    z-index: 200;
}

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

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

.iwxwv-menu .sub-menu a:hover {
    color: #ffffff;
    background: rgba(243, 43, 100, 0.15);
}

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

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

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

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

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

.app-71a546 .entry-content table,
.app-71a546 .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 4px 16px rgba(0,0,0,0.3);
}

.app-71a546 .entry-content th,
.app-71a546 .page-content th {
    background: #1a1122;
    color: #ffffff;
    padding: 12px 16px;
    text-align: left;
    font-family: 'WppulseHeading', Arial, sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
}

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

.app-71a546 .entry-content tr:last-child td,
.app-71a546 .page-content tr:last-child td {
    border-bottom: none;
}

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

.app-71a546 .entry-content tr:hover td,
.app-71a546 .page-content tr:hover td {
    background: #feeef3;
}
