

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

@font-face {
    font-family: 'OrbitfierceBody';
    src: url('../fonts/roboto-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-16687d {
    background-color: #18181b;
    
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(59,241,150,0.03) 10px, rgba(59,241,150,0.03) 11px);
}

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

.meaf__skip:focus {
    top: 0;
}

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

.site-16687d h1,
.site-16687d h2,
.site-16687d h3,
.site-16687d h4,
.site-16687d h5 {
    font-family: 'OrbitfierceHeading', Arial, sans-serif;
    color: #ffffff;
    line-height: 1.2;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.site-16687d h1 { font-size: 2rem; }
.site-16687d h2 { font-size: 1.8rem; }
.site-16687d h3 { font-size: 1.3rem; }
.site-16687d h4 { font-size: 1.15rem; }
.site-16687d h5 { font-size: 1rem; }

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

.site-16687d body,
.site-16687d p,
.site-16687d li,
.site-16687d td,
.site-16687d th {
    font-family: 'OrbitfierceBody', Arial, sans-serif;
    color: #e8e8e8;
    line-height: 1.6;
}

.site-16687d p {
    margin-bottom: 1.2em;
    font-size: 16px;
}

.site-16687d a {
    color: #3bf196;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.site-16687d a:hover {
    color: #0ff582;
}

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

.site-16687d li {
    margin-bottom: 0.4em;
}

.site-16687d .entry-content ul {
    list-style: disc;
    padding-left: 1.5em;
}
.site-16687d .entry-content ul > li::marker {
    color: #3bf196;
    font-size: 1.3em;
}

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

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

.meaf__cta {
    display: none;
    padding: 10px 24px;
    background: #3bf196;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-family: 'OrbitfierceBody', 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;
}

.meaf__cta:hover {
    background: #0ff582;
    color: #fff;
    text-decoration: none;
    box-shadow: none;
    transform: none;
}

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

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

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

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

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

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

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

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

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

    .zgoaw__menu {
        justify-content: center;
    }

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

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

    .meaf__sitename {
        font-size: 1.15rem;
    }

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

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

    .site-16687d p {
        font-size: 0.95rem;
    }

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

.meaf__wrap {
    background: #161032;
    position: relative;
    z-index: 100;
    border-bottom: 3px solid #3bf196;
    box-shadow: none;
}

.meaf__utility-row {
    background: #0e0a1f;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.meaf__utility-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 6px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-family: 'OrbitfierceBody', Arial, sans-serif;
    font-size: 0.78rem;
    color: #b0b0b0;
}

.meaf__utility-tagline {
    letter-spacing: 0.4px;
}

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

.meaf__utility-menu a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 0.78rem;
    transition: color 0.2s;
}

.meaf__utility-menu a:hover {
    color: #3bf196;
}

.meaf__main-row {
    background: transparent;
}

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

.meaf__brand {
    flex-shrink: 0;
}

.meaf__brand a {
    text-decoration: none;
}

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

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

.meaf__sitename:hover {
    color: #3bf196;
}

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

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

.meaf__menu li {
    position: relative;
}

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

.meaf__menu > li > a:hover,
.meaf__menu > li.current-menu-item > a {
    color: #ffffff;
    background: rgba(59, 241, 150, 0.15);
    border-radius: 4px;
}

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

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

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

.meaf__menu .sub-menu a:hover {
    color: #ffffff;
    background: rgba(59, 241, 150, 0.15);
}

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

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

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

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

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

.site-16687d .entry-content table,
.site-16687d .page-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 1.5em;
    font-size: 0.95rem;
    border: none;
    border-radius: 4px;
    overflow: hidden;
}

.site-16687d .entry-content th,
.site-16687d .page-content th {
    background: transparent;
    color: #ffffff;
    padding: 12px 16px;
    text-align: left;
    font-family: 'OrbitfierceHeading', Arial, sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    border-bottom: 2px solid #161032;
}

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

.site-16687d .entry-content tr:hover td,
.site-16687d .page-content tr:hover td {
    background: #effef7;
}

.zgoaw__wrap {
    background: #161032;
    color: #b0b0b0;
    padding: 0;
    margin-top: 50px;
    border-top: 3px solid #3bf196;
}

.zgoaw__top {
    padding: 38px 0;
}

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

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

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

.zgoaw__brand-name:hover {
    color: #3bf196;
}

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

.zgoaw__nav-block {
    flex: 0 1 auto;
}

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

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

.zgoaw__menu a:hover {
    color: #3bf196;
}

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

.zgoaw__bottom {
    padding: 16px 0;
}

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

.zgoaw__copyright,
.zgoaw__rights {
    margin: 0;
    font-family: 'OrbitfierceBody', Arial, sans-serif;
    font-size: 0.78rem;
    color: #b0b0b0;
}

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