

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

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

.page-09cc37 {
    background-color: #111722;
    
    
}

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

.uyld__skip:focus {
    top: 0;
}

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

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

.page-09cc37 h1 { font-size: 2rem; }
.page-09cc37 h2 { font-size: 1.6rem; }
.page-09cc37 h3 { font-size: 1.3rem; }
.page-09cc37 h4 { font-size: 1.15rem; }
.page-09cc37 h5 { font-size: 1.05rem; }

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

.page-09cc37 .entry-content h2::before,
.page-09cc37 .entry-content h3::before {
    content: "// ";
    color: #337fd7;
    font-weight: inherit;
}

.page-09cc37 .entry-content h1,
.page-09cc37 .entry-content h2 {
    text-align: center;
}
.page-09cc37 .entry-content h1::after,
.page-09cc37 .entry-content h2::after {
    left: 50%;
    transform: translateX(-50%);
}

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

.page-09cc37 p {
    margin-bottom: 1.2em;
    font-size: 17px;
}

.page-09cc37 a {
    color: #337fd7;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.page-09cc37 a:hover {
    color: #1f6bc1;
}

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

.page-09cc37 li {
    margin-bottom: 0.4em;
}

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

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

.uyld__cta {
    display: none;
    padding: 10px 24px;
    background: #337fd7;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: 'OmenexusBody', 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;
}

.uyld__cta:hover {
    background: #1f6bc1;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    transform: translateY(-1px);
}

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

.page-09cc37 .entry-content table,
.page-09cc37 .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: 4px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.07);
}

.page-09cc37 .entry-content th,
.page-09cc37 .page-content th {
    background: #21252c;
    color: #ffffff;
    padding: 10px 14px;
    text-align: left;
    font-family: 'OmenexusHeading', Arial, sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
}

.page-09cc37 .entry-content td,
.page-09cc37 .page-content td {
    padding: 10px 14px;
    border-bottom: 1px solid #404040;
    text-align: left;
}

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

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

.page-09cc37 .entry-content tr:hover td,
.page-09cc37 .page-content tr:hover td {
    background: #eff5fc;
}

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

    
    .uyld__nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #16191d;
        border-top: 2px solid #337fd7;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        z-index: 200;
    }

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

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

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

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

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

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

    .ukmf__menu {
        justify-content: center;
    }

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

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

    .uyld__sitename {
        font-size: 1.15rem;
    }

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

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

    .page-09cc37 p {
        font-size: 0.95rem;
    }

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

.ukmf__wrap {
    background: #21252c;
    color: #b0b0b0;
    padding: 30px 0;
    margin-top: 40px;
    border-top: 3px solid #337fd7;
}

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

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

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

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

.ukmf__menu a:hover {
    color: #337fd7;
}

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

.uyld__frame {
    background: #21252c;
    padding: 14px;
    border-bottom: 3px solid #337fd7;
}

.uyld__wrap {
    background: #16191d;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    position: relative;
    z-index: 100;
}

.uyld__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    column-gap: 24px;
    padding: 0 22px;
    height: 68px;
}

.uyld__brand {
    text-align: center;
}

.uyld__brand a {
    text-decoration: none;
}

.uyld__brand img {
    max-height: 42px;
    width: auto;
    display: inline-block;
}

.uyld__sitename {
    font-family: 'OmenexusHeading', Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.uyld__sitename:hover {
    color: #337fd7;
}

.uyld__nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

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

.uyld__menu li {
    position: relative;
}

.uyld__menu > li > a {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    line-height: 1.2;
    color: #d9d9d9;
    text-decoration: none;
    font-family: 'OmenexusBody', Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: color 0.2s, border-color 0.2s;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
}

.uyld__menu > li > a:hover,
.uyld__menu > li.current-menu-item > a {
    color: #ffffff;
    border-bottom-color: #337fd7;
}

.uyld__menu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 6px 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #21252c;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.14);
    display: none;
    z-index: 200;
}

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

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

.uyld__menu .sub-menu a:hover {
    color: #ffffff;
    background: rgba(51, 127, 215, 0.12);
}

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

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

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

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

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