

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

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

.t-8a4c04 {
    background-color: #0c1422;
    
    background-image: linear-gradient(rgba(54,163,221,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(54,163,221,0.04) 1px, transparent 1px); background-size: 24px 24px;
}

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

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

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

.t-8a4c04 h1,
.t-8a4c04 h2,
.t-8a4c04 h3,
.t-8a4c04 h4,
.t-8a4c04 h5 {
    font-family: 'ForgeHeading', Arial, sans-serif;
    color: #ffffff;
    line-height: 1.3;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.t-8a4c04 h1 { font-size: 2.2rem; }
.t-8a4c04 h2 { font-size: 1.6rem; }
.t-8a4c04 h3 { font-size: 1.3rem; }
.t-8a4c04 h4 { font-size: 1.15rem; }
.t-8a4c04 h5 { font-size: 1rem; }

.t-8a4c04 .entry-content > :first-child,
.t-8a4c04 article > :first-child {
    margin-top: 0;
}

.t-8a4c04 .entry-content h1,
.t-8a4c04 .entry-content h2 {
    background: linear-gradient(135deg, #36a3dd 0%, #1c90ce 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.t-8a4c04 body,
.t-8a4c04 p,
.t-8a4c04 li,
.t-8a4c04 td,
.t-8a4c04 th {
    font-family: 'ForgeBody', Arial, sans-serif;
    color: #e8e8e8;
    line-height: 1.75;
}

.t-8a4c04 p {
    margin-bottom: 1.2em;
    font-size: 16px;
}

.t-8a4c04 a {
    color: #36a3dd;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.t-8a4c04 a:hover {
    color: #1c90ce;
}

.t-8a4c04 ul,
.t-8a4c04 ol {
    padding-left: 1.5em;
    margin-bottom: 1.2em;
}

.t-8a4c04 li {
    margin-bottom: 0.4em;
}

.t-8a4c04 .entry-content ul {
    list-style: none;
    padding-left: 1.5em;
}
.t-8a4c04 .entry-content ul > li {
    position: relative;
}
.t-8a4c04 .entry-content ul > li::before {
    content: "";
    position: absolute;
    left: -1.2em;
    top: 0.55em;
    width: 0.55em;
    height: 0.55em;
    background: #36a3dd;
}

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

.t-8a4c04 hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 2em 0;
}

.mfbuu-cta {
    display: none;
    padding: 10px 24px;
    background: #36a3dd;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-family: 'ForgeBody', Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
    transition: background 0.2s;
    margin-left: 12px;
}

.mfbuu-cta:hover {
    background: #1c90ce;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transform: translateY(-1px);
}

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

.t-8a4c04 .entry-content table,
.t-8a4c04 .page-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 1.5em;
    font-size: 0.95rem;
    border: 2px solid #2d3543;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.t-8a4c04 .entry-content th,
.t-8a4c04 .page-content th {
    background: #2d3543;
    color: #ffffff;
    padding: 8px 12px;
    text-align: left;
    font-family: 'ForgeHeading', Arial, sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    border: 1px solid #2d3543;
}

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

.t-8a4c04 .entry-content tr:hover td,
.t-8a4c04 .page-content tr:hover td {
    background: #eff8fc;
}

.tfqjp-wrap {
    background: #2d3543;
    color: #b0b0b0;
    padding: 0;
    margin-top: 50px;
    border-top: 1px solid #36a3dd;
}

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

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

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

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

.tfqjp-brand-name:hover {
    color: #36a3dd;
}

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

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

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

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

.tfqjp-menu a:hover {
    color: #36a3dd;
}

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

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

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

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

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

.mfbuu-wrap {
    background: #2d3543;
    position: relative;
    z-index: 100;
    box-shadow: 0 4px 30px rgba(0,0,0,0.1);
}

.mfbuu-brand-row {
    text-align: center;
    padding: 20px 20px 10px;
    border-bottom: 1px solid rgba(54, 163, 221, 0.25);
    background: #2d3543;
}

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

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

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

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

.mfbuu-sitename:hover {
    color: #36a3dd;
}

.mfbuu-navrow {
    background: #2d3543;
    border-bottom: 1px solid #36a3dd;
}

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

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

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

.mfbuu-menu li {
    position: relative;
}

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

.mfbuu-menu > li > a:hover,
.mfbuu-menu > li.current-menu-item > a {
    color: #36a3dd;
    background: rgba(54, 163, 221, 0.1);
    border-radius: 8px;
}

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

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

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

.mfbuu-menu .sub-menu a:hover {
    color: #ffffff;
    background: rgba(54, 163, 221, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .t-8a4c04 h1 { font-size: 1.6rem; }
    .t-8a4c04 h2 { font-size: 1.35rem; }
    .t-8a4c04 h3 { font-size: 1.15rem; }

    .t-8a4c04 p {
        font-size: 0.95rem;
    }

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