

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

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

.app-09c89d {
    background-color: #111927;
    
    
}

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

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

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

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

.app-09c89d h1 { font-size: 2.1rem; }
.app-09c89d h2 { font-size: 1.6rem; }
.app-09c89d h3 { font-size: 1.4rem; }
.app-09c89d h4 { font-size: 1.1rem; }
.app-09c89d h5 { font-size: 1.05rem; }

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

.design-vivid-core .entry-content h2,
.design-vivid-core .entry-content h3 {
    position: relative;
    padding-left: 0.8em;
}
.design-vivid-core .entry-content h2::before,
.design-vivid-core .entry-content h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.15em;
    bottom: 0.15em;
    width: 4px;
    background: #206cdf;
    border-radius: 2px;
}

.design-vivid-core .entry-content h1,
.design-vivid-core .entry-content h2 {
    text-align: center;
}
.design-vivid-core .entry-content h1::after,
.design-vivid-core .entry-content h2::after {
    left: 50%;
    transform: translateX(-50%);
}

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

.app-09c89d p {
    margin-bottom: 1.2em;
    font-size: 15px;
}

.app-09c89d a {
    color: #206cdf;
    text-decoration: none;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.app-09c89d a:hover {
    color: #155ac1;
}

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

.app-09c89d li {
    margin-bottom: 0.4em;
}

.design-vivid-core .entry-content ul {
    list-style: none;
    padding-left: 1.4em;
}
.design-vivid-core .entry-content ul > li {
    position: relative;
}
.design-vivid-core .entry-content ul > li::before {
    content: "\2014";
    position: absolute;
    left: -1.4em;
    color: #206cdf;
}

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

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

.bfqafhdr-cta {
    display: none;
    padding: 12px 28px;
    background: #206cdf;
    color: #fff;
    border: none;
    border-radius: 0;
    font-family: 'VividcoreBody', Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background 0.2s;
    margin-left: 12px;
}

.bfqafhdr-cta:hover {
    background: #155ac1;
    color: #fff;
    text-decoration: none;
    box-shadow: 4px 4px 0 rgba(0,0,0,0.9);
    transform: translate(-2px,-2px);
}

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

.app-09c89d .entry-content table,
.app-09c89d .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: 4px 4px 0 rgba(0,0,0,0.8);
}

.app-09c89d .entry-content th,
.app-09c89d .page-content th {
    background: #2c333f;
    color: #ffffff;
    padding: 8px 12px;
    text-align: left;
    font-family: 'VividcoreHeading', Arial, sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
}

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

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

.app-09c89d .entry-content tr:nth-child(even) td,
.app-09c89d .page-content tr:nth-child(even) td {
    background: #1d1e20;
}

.app-09c89d .entry-content tr:hover td,
.app-09c89d .page-content tr:hover td {
    background: #edf3fc;
}

.bfqafft-wrap {
    background: #2c333f;
    color: #bdbdbd;
    padding: 30px 0;
    margin-top: 40px;
    border-top: 4px solid #206cdf;
}

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

.bfqafft-copyright p {
    margin: 0;
    font-family: 'VividcoreBody', Arial, sans-serif;
    font-size: 0.85rem;
    color: #b0b0b0;
}

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

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

.bfqafft-menu a:hover {
    color: #206cdf;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .app-09c89d p {
        font-size: 0.95rem;
    }

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

.bfqafhdr-wrap {
    background: #2c333f;
    position: relative;
    z-index: 100;
    padding: 12px 0;
    box-shadow: 0 4px 0 rgba(0,0,0,0.9);
}

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

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

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

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

.bfqafhdr-sitename {
    font-family: 'VividcoreHeading', Arial, sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.bfqafhdr-sitename:hover {
    color: #206cdf;
}

.bfqafhdr-pill-wrap {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 999px;
    padding: 4px 6px;
    flex: 0 1 auto;
}

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

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

.bfqafhdr-menu li {
    position: relative;
}

.bfqafhdr-menu > li > a {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    line-height: 1.2;
    color: #d9d9d9;
    text-decoration: none;
    font-family: 'VividcoreBody', Arial, sans-serif;
    font-size: 0.92rem;
    font-weight: 400;
    border-radius: 999px;
    transition: color 0.2s, background 0.2s;
    white-space: nowrap;
}

.bfqafhdr-menu > li > a:hover,
.bfqafhdr-menu > li.current-menu-item > a {
    color: #ffffff;
    background: #206cdf;
}

.bfqafhdr-menu .sub-menu {
    list-style: none;
    margin: 6px 0 0 0;
    padding: 8px 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #242b38;
    border-radius: 0;
    box-shadow: 8px 8px 0 rgba(0,0,0,0.9);
    display: none;
    z-index: 200;
}

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

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

.bfqafhdr-menu .sub-menu a:hover {
    color: #ffffff;
    background: rgba(32, 108, 223, 0.2);
}

.bfqafhdr-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.bfqafhdr-action-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    color: #d9d9d9;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.bfqafhdr-action-link:hover {
    background: #206cdf;
    color: #ffffff;
}

.bfqafhdr-action-icon {
    font-size: 1rem;
    line-height: 1;
}

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

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

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

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

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