

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

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

.main-5b0ab8 {
    background-color: #0b1e1b;
    
    background-image: radial-gradient(circle, rgba(24,216,145,0.03) 1px, transparent 1px); background-size: 20px 20px;
}

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

.awme__skip:focus {
    top: 0;
}

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

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

.main-5b0ab8 h1 { font-size: 2rem; }
.main-5b0ab8 h2 { font-size: 1.8rem; }
.main-5b0ab8 h3 { font-size: 1.4rem; }
.main-5b0ab8 h4 { font-size: 1.15rem; }
.main-5b0ab8 h5 { font-size: 1.05rem; }

.main-5b0ab8 .entry-content > :first-child,
.main-5b0ab8 article > :first-child {
    margin-top: 0;
}

.main-5b0ab8 .entry-content h1,
.main-5b0ab8 .entry-content h2 {
    background: linear-gradient(135deg, #18d891 0%, #0fb87a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.main-5b0ab8 body,
.main-5b0ab8 p,
.main-5b0ab8 li,
.main-5b0ab8 td,
.main-5b0ab8 th {
    font-family: 'QuantumpeakBody', Arial, sans-serif;
    color: #e8e8e8;
    line-height: 1.65;
}

.main-5b0ab8 p {
    margin-bottom: 1.2em;
    font-size: 17px;
}

.main-5b0ab8 a {
    color: #18d891;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.main-5b0ab8 a:hover {
    color: #0fb87a;
}

.main-5b0ab8 ul,
.main-5b0ab8 ol {
    padding-left: 1.5em;
    margin-bottom: 1.2em;
}

.main-5b0ab8 li {
    margin-bottom: 0.4em;
}

.main-5b0ab8 .entry-content ul {
    list-style: none;
    padding-left: 1.4em;
}
.main-5b0ab8 .entry-content ul > li {
    position: relative;
}
.main-5b0ab8 .entry-content ul > li::before {
    content: "\203A";
    position: absolute;
    left: -1.2em;
    color: #18d891;
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1;
}

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

.main-5b0ab8 hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 2em 0;
}

.awme__cta {
    display: none;
    padding: 10px 24px;
    background: #18d891;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: 'QuantumpeakBody', 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;
}

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

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

.awme__wrap {
    background: linear-gradient(135deg, #0f1a18 0%, #060a09 100%);
    padding: 0;
    position: relative;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

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

.awme__brand {
    flex-shrink: 0;
}

.awme__brand a {
    text-decoration: none;
}

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

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

.awme__sitename:hover {
    color: #18d891;
}

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

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

.awme__menu li {
    position: relative;
}

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

.awme__menu > li > a:hover,
.awme__menu > li.current-menu-item > a {
    color: #ffffff;
    background: rgba(24, 216, 145, 0.12);
    border-radius: 6px;
}

.awme__menu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #060a09;
    border-top: 2px solid #18d891;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.14);
    display: none;
    z-index: 200;
}

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

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

.awme__menu .sub-menu a:hover {
    color: #ffffff;
    background: rgba(24, 216, 145, 0.12);
}

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

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

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

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

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

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

    
    .awme__nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #060a09;
        border-top: 2px solid #18d891;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        z-index: 200;
    }

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

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

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

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

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

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

    .vinva__menu {
        justify-content: center;
    }

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

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

    .awme__sitename {
        font-size: 1.15rem;
    }

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

    .main-5b0ab8 h1 { font-size: 1.6rem; }
    .main-5b0ab8 h2 { font-size: 1.35rem; }
    .main-5b0ab8 h3 { font-size: 1.15rem; }

    .main-5b0ab8 p {
        font-size: 0.95rem;
    }

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

.vinva__wrap {
    background: #0f1a18;
    color: #b3b3b3;
    padding: 30px 0;
    margin-top: 40px;
    border-top: 3px solid #18d891;
}

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

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

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

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

.vinva__menu a:hover {
    color: #18d891;
}

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

.main-5b0ab8 .entry-content table,
.main-5b0ab8 .page-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 1.5em;
    font-size: 0.95rem;
    border: 2px solid #0f1a18;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.main-5b0ab8 .entry-content th,
.main-5b0ab8 .page-content th {
    background: #0f1a18;
    color: #ffffff;
    padding: 8px 12px;
    text-align: left;
    font-family: 'QuantumpeakHeading', Arial, sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    border: 1px solid #0f1a18;
}

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

.main-5b0ab8 .entry-content tr:hover td,
.main-5b0ab8 .page-content tr:hover td {
    background: #edfcf6;
}
