

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

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

.site-0c8e70 {
    background-color: #0b1a28;
    
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22240%22%20height%3D%22120%22%3E%3Cdefs%3E%3Cstyle%3Epath%7Bfill%3Anone%3Bstroke%3Argba%2861%2C162%2C230%2C0.05%29%3Bstroke-width%3A1.5%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M0%2030%20C40%2010%2080%2050%20120%2030%20S200%2010%20240%2030%22%2F%3E%3Cpath%20d%3D%22M0%2060%20C40%2040%2080%2080%20120%2060%20S200%2040%20240%2060%22%2F%3E%3Cpath%20d%3D%22M0%2090%20C40%2070%2080%20110%20120%2090%20S200%2070%20240%2090%22%2F%3E%3C%2Fsvg%3E"); background-size: 240px 120px;
}

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

.nbnwSkip:focus {
    top: 0;
}

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

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

.site-0c8e70 h1 { font-size: 2.1rem; }
.site-0c8e70 h2 { font-size: 1.6rem; }
.site-0c8e70 h3 { font-size: 1.4rem; }
.site-0c8e70 h4 { font-size: 1.1rem; }
.site-0c8e70 h5 { font-size: 0.95rem; }

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

.site-0c8e70 .entry-content h2,
.site-0c8e70 .entry-content h3 {
    position: relative;
    padding-left: 0.8em;
}
.site-0c8e70 .entry-content h2::before,
.site-0c8e70 .entry-content h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.15em;
    bottom: 0.15em;
    width: 4px;
    background: #3da2e6;
    border-radius: 2px;
}

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

.site-0c8e70 body,
.site-0c8e70 p,
.site-0c8e70 li,
.site-0c8e70 td,
.site-0c8e70 th {
    font-family: 'VividsurgeBody', Arial, sans-serif;
    color: #e8e8e8;
    line-height: 1.7;
}

.site-0c8e70 p {
    margin-bottom: 1.2em;
    font-size: 17px;
}

.site-0c8e70 a {
    color: #3da2e6;
    text-decoration: none;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.site-0c8e70 a:hover {
    color: #1691e3;
}

.site-0c8e70 ul,
.site-0c8e70 ol {
    padding-left: 1.5em;
    margin-bottom: 1.2em;
}

.site-0c8e70 li {
    margin-bottom: 0.4em;
}

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

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

.nbnwCta {
    display: none;
    padding: 12px 32px;
    background: #3da2e6;
    color: #fff;
    border: none;
    border-radius: 20px;
    font-family: 'VividsurgeBody', 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;
}

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

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

.site-0c8e70 .entry-content table,
.site-0c8e70 .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: 10px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.site-0c8e70 .entry-content th,
.site-0c8e70 .page-content th {
    background: #272e35;
    color: #ffffff;
    padding: 12px 16px;
    text-align: left;
    font-family: 'VividsurgeHeading', Arial, sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
}

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

.site-0c8e70 .entry-content tr:nth-child(even) td,
.site-0c8e70 .page-content tr:nth-child(even) td {
    background: #1d1f20;
}

.site-0c8e70 .entry-content tr:hover td,
.site-0c8e70 .page-content tr:hover td {
    background: #eff8fd;
}

.gdcqrWrap {
    background: #272e35;
    color: #b0b0b0;
    padding: 30px 0;
    margin-top: 40px;
    border-top: 4px solid #3da2e6;
}

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

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

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

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

.gdcqrMenu a:hover {
    color: #3da2e6;
}

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

.nbnwWrap {
    background: #272e35;
    padding: 0;
    position: relative;
    z-index: 100;
    border-bottom: 4px solid #3da2e6;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

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

.nbnwBrand {
    flex-shrink: 0;
}

.nbnwBrand a {
    text-decoration: none;
}

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

.nbnwSitename {
    font-family: 'VividsurgeHeading', Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.nbnwSitename:hover {
    color: #3da2e6;
}

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

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

.nbnwMenu li {
    position: relative;
}

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

.nbnwMenu > li > a:hover,
.nbnwMenu > li.current-menu-item > a {
    color: #ffffff;
    background: rgba(61, 162, 230, 0.18);
    border-radius: 10px;
}

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

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

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

.nbnwMenu .sub-menu a:hover {
    color: #ffffff;
    background: rgba(61, 162, 230, 0.18);
}

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

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

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

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

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

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

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

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

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

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

    .nbnwSearch {
        margin: 0;
        padding: 10px 20px;
    }
    .nbnwSearchInput {
        width: 100%;
    }

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

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

    .gdcqrMenu {
        justify-content: center;
    }

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

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

    .nbnwSitename {
        font-size: 1.15rem;
    }

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

    .site-0c8e70 h1 { font-size: 1.6rem; }
    .site-0c8e70 h2 { font-size: 1.35rem; }
    .site-0c8e70 h3 { font-size: 1.15rem; }

    .site-0c8e70 p {
        font-size: 0.95rem;
    }

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