

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

@font-face {
    font-family: 'EchotimesBody';
    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;
}

.app-a18a1a {
    background-color: #0b281e;
    
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22160%22%20height%3D%22160%22%3E%3Cdefs%3E%3Cstyle%3Eline%2Crect%2Ccircle%7Bstroke%3Argba%2823%2C232%2C197%2C0.03%29%3Bfill%3Anone%3Bstroke-width%3A1%7D%20circle.dot%7Bfill%3Argba%2823%2C232%2C197%2C0.03%29%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cline%20x1%3D%2220%22%20y1%3D%220%22%20x2%3D%2220%22%20y2%3D%2240%22%2F%3E%3Cline%20x1%3D%2220%22%20y1%3D%2240%22%20x2%3D%2260%22%20y2%3D%2240%22%2F%3E%3Cline%20x1%3D%2260%22%20y1%3D%2240%22%20x2%3D%2260%22%20y2%3D%2280%22%2F%3E%3Ccircle%20class%3D%22dot%22%20cx%3D%2220%22%20cy%3D%2240%22%20r%3D%222%22%2F%3E%3Ccircle%20class%3D%22dot%22%20cx%3D%2260%22%20cy%3D%2240%22%20r%3D%222%22%2F%3E%3Cline%20x1%3D%22100%22%20y1%3D%2220%22%20x2%3D%22100%22%20y2%3D%2260%22%2F%3E%3Cline%20x1%3D%22100%22%20y1%3D%2260%22%20x2%3D%22140%22%20y2%3D%2260%22%2F%3E%3Ccircle%20class%3D%22dot%22%20cx%3D%22100%22%20cy%3D%2260%22%20r%3D%222%22%2F%3E%3Cline%20x1%3D%2240%22%20y1%3D%22100%22%20x2%3D%2280%22%20y2%3D%22100%22%2F%3E%3Cline%20x1%3D%2280%22%20y1%3D%22100%22%20x2%3D%2280%22%20y2%3D%22140%22%2F%3E%3Ccircle%20class%3D%22dot%22%20cx%3D%2280%22%20cy%3D%22100%22%20r%3D%222%22%2F%3E%3Cline%20x1%3D%22120%22%20y1%3D%22120%22%20x2%3D%22160%22%20y2%3D%22120%22%2F%3E%3Ccircle%20class%3D%22dot%22%20cx%3D%22120%22%20cy%3D%22120%22%20r%3D%222%22%2F%3E%3Crect%20x%3D%2255%22%20y%3D%2275%22%20width%3D%2210%22%20height%3D%2210%22%20rx%3D%221%22%2F%3E%3C%2Fsvg%3E"); background-size: 160px 160px;
}

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

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

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

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

.app-a18a1a h1 { font-size: 2.2rem; }
.app-a18a1a h2 { font-size: 1.6rem; }
.app-a18a1a h3 { font-size: 1.3rem; }
.app-a18a1a h4 { font-size: 1.1rem; }
.app-a18a1a h5 { font-size: 0.95rem; }

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

.app-a18a1a body,
.app-a18a1a p,
.app-a18a1a li,
.app-a18a1a td,
.app-a18a1a th {
    font-family: 'EchotimesBody', Arial, sans-serif;
    color: #e8e8e8;
    line-height: 1.75;
}

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

.app-a18a1a a {
    color: #17e8c5;
    text-decoration: none;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.app-a18a1a a:hover {
    color: #0ec8a9;
}

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

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

.app-a18a1a .entry-content ul {
    list-style: disc;
    padding-left: 1.5em;
}
.app-a18a1a .entry-content ul > li::marker {
    color: #17e8c5;
    font-size: 1.3em;
}

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

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

.euuc-cta {
    display: none;
    padding: 12px 28px;
    background: #17e8c5;
    color: #fff;
    border: none;
    border-radius: 0;
    font-family: 'EchotimesBody', 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;
}

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

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

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

    
    .euuc-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #070d0b;
        border-top: 2px solid #17e8c5;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        z-index: 200;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.app-a18a1a .entry-content table,
.app-a18a1a .page-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 1.5em;
    font-size: 0.95rem;
    border: 2px solid #111d19;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 3px 3px 0 rgba(0,0,0,0.9);
}

.app-a18a1a .entry-content th,
.app-a18a1a .page-content th {
    background: #111d19;
    color: #ffffff;
    padding: 10px 14px;
    text-align: left;
    font-family: 'EchotimesHeading', Arial, sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    border: 1px solid #111d19;
}

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

.app-a18a1a .entry-content tr:hover td,
.app-a18a1a .page-content tr:hover td {
    background: #ecfdfa;
}

.hvqzf-wrap {
    background: #111d19;
    color: #b3b3b3;
    padding: 30px 0;
    margin-top: 40px;
    border-top: 4px solid #17e8c5;
}

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

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

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

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

.hvqzf-menu a:hover {
    color: #17e8c5;
}

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

.euuc-frame {
    background: #111d19;
    padding: 14px;
    border-bottom: 4px solid #17e8c5;
}

.euuc-wrap {
    background: #070d0b;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 0;
    box-shadow: 0 4px 0 rgba(0,0,0,0.9);
    position: relative;
    z-index: 100;
}

.euuc-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: 67px;
}

.euuc-brand {
    text-align: center;
}

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

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

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

.euuc-sitename:hover {
    color: #17e8c5;
}

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

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

.euuc-menu li {
    position: relative;
}

.euuc-menu > li > a {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    line-height: 1.2;
    color: #d9d9d9;
    text-decoration: none;
    font-family: 'EchotimesBody', 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;
}

.euuc-menu > li > a:hover,
.euuc-menu > li.current-menu-item > a {
    color: #ffffff;
    border-bottom-color: #17e8c5;
}

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

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

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

.euuc-menu .sub-menu a:hover {
    color: #ffffff;
    background: rgba(23, 232, 197, 0.2);
}

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

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

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

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

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