

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

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

.theme-252085 {
    background-color: #190e0b;
    
    
}

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

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

.oyyy-site-content {
    max-width: 1050px;
    margin: 0 auto;
    padding: 30px 20px 60px;
    min-height: 50vh;
}

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

.theme-252085 h1 { font-size: 2.3rem; }
.theme-252085 h2 { font-size: 1.7rem; }
.theme-252085 h3 { font-size: 1.3rem; }
.theme-252085 h4 { font-size: 1.2rem; }
.theme-252085 h5 { font-size: 1rem; }

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

.theme-252085 .entry-content h2,
.theme-252085 .entry-content h3 {
    position: relative;
    padding-left: 0.8em;
}
.theme-252085 .entry-content h2::before,
.theme-252085 .entry-content h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.15em;
    bottom: 0.15em;
    width: 4px;
    background: #de0d0d;
    border-radius: 2px;
}

.theme-252085 body,
.theme-252085 p,
.theme-252085 li,
.theme-252085 td,
.theme-252085 th {
    font-family: 'MatrixmidnightBody', Arial, sans-serif;
    color: #e8e8e8;
    line-height: 1.7;
}

.theme-252085 p {
    margin-bottom: 1.2em;
    font-size: 17px;
}

.theme-252085 a {
    color: #de0d0d;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.theme-252085 a:hover {
    color: #bc0606;
}

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

.theme-252085 li {
    margin-bottom: 0.4em;
}

.theme-252085 .entry-content ul {
    list-style: disc;
    padding-left: 1.5em;
}
.theme-252085 .entry-content ul > li::marker {
    color: #de0d0d;
    font-size: 1.3em;
}

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

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

.oyyy-cta {
    display: none;
    padding: 10px 24px;
    background: #de0d0d;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: 'MatrixmidnightBody', 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;
}

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

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

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

    
    .oyyy-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #160c08;
        border-top: 2px solid #de0d0d;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        z-index: 200;
    }

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

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

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

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

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

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

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

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

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

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

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

    .theme-252085 h1 { font-size: 1.6rem; }
    .theme-252085 h2 { font-size: 1.35rem; }
    .theme-252085 h3 { font-size: 1.15rem; }

    .theme-252085 p {
        font-size: 0.95rem;
    }

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

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

.theme-252085 .entry-content th,
.theme-252085 .page-content th {
    background: #24140f;
    color: #ffffff;
    padding: 8px 12px;
    text-align: left;
    font-family: 'MatrixmidnightHeading', Arial, sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    border: 1px solid #24140f;
}

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

.theme-252085 .entry-content tr:hover td,
.theme-252085 .page-content tr:hover td {
    background: #fcecec;
}

.oyyy-wrap {
    background: #24140f;
    padding: 0;
    position: relative;
    z-index: 100;
    border-bottom: 3px solid #de0d0d;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

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

.oyyy-brand {
    flex-shrink: 0;
}

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

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

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

.oyyy-sitename:hover {
    color: #de0d0d;
}

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

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

.oyyy-menu li {
    position: relative;
}

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

.oyyy-menu > li > a:hover,
.oyyy-menu > li.current-menu-item > a {
    color: #ffffff;
    background: rgba(222, 13, 13, 0.12);
    border-radius: 6px;
}

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

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

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

.oyyy-menu .sub-menu a:hover {
    color: #ffffff;
    background: rgba(222, 13, 13, 0.12);
}

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

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

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

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

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

.qrwuq-wrap {
    background: #24140f;
    color: #bababa;
    margin-top: 40px;
    border-top: 3px solid #de0d0d;
}

.qrwuq-links-row {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.qrwuq-row-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.qrwuq-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.qrwuq-menu a {
    color: #bababa;
    text-decoration: none;
    font-family: 'MatrixmidnightBody', Arial, sans-serif;
    font-size: 0.9rem;
    transition: color 0.2s;
}

.qrwuq-menu a:hover {
    color: #de0d0d;
}

.qrwuq-info-row {
    padding: 15px 0;
}

.qrwuq-info-row .qrwuq-row-inner {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.qrwuq-copyright {
    margin: 0;
    font-family: 'MatrixmidnightBody', Arial, sans-serif;
    font-size: 0.8rem;
    color: #b0b0b0;
}

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