

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

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

.theme-091413 {
    background-color: #23201a;
    
    background-image: repeating-linear-gradient(0deg, rgba(197,120,38,0.05), rgba(197,120,38,0.05) 1px, transparent 1px, transparent 20px);
}

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

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

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

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

.theme-091413 h1 { font-size: 2.4rem; }
.theme-091413 h2 { font-size: 1.8rem; }
.theme-091413 h3 { font-size: 1.3rem; }
.theme-091413 h4 { font-size: 1.1rem; }
.theme-091413 h5 { font-size: 1.05rem; }

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

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

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

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

.theme-091413 a {
    color: #c57826;
    text-decoration: none;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.theme-091413 a:hover {
    color: #a8631a;
}

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

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

.theme-091413 .entry-content ul {
    list-style: none;
    padding-left: 1.5em;
}
.theme-091413 .entry-content ul > li {
    position: relative;
}
.theme-091413 .entry-content ul > li::before {
    content: "";
    position: absolute;
    left: -1.2em;
    top: 0.55em;
    width: 0.55em;
    height: 0.55em;
    background: #c57826;
}

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

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

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

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

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

.cyrvl-wrap {
    background: #32291b;
    color: #b0b0b0;
    padding: 0;
    margin-top: 50px;
    border-top: 3px solid #c57826;
}

.cyrvl-top {
    padding: 38px 0;
}

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

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

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

.cyrvl-brand-name:hover {
    color: #c57826;
}

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

.cyrvl-nav-block {
    flex: 0 1 auto;
}

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

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

.cyrvl-menu a:hover {
    color: #c57826;
}

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

.cyrvl-bottom {
    padding: 16px 0;
}

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

.cyrvl-copyright,
.cyrvl-rights {
    margin: 0;
    font-family: 'ForgeBody', Arial, sans-serif;
    font-size: 0.78rem;
    color: #b0b0b0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.theme-091413 .entry-content table,
.theme-091413 .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: 6px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.theme-091413 .entry-content th,
.theme-091413 .page-content th {
    background: #32291b;
    color: #ffffff;
    padding: 10px 14px;
    text-align: left;
    font-family: 'ForgeHeading', Arial, sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
}

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

.theme-091413 .entry-content tr:nth-child(even) td,
.theme-091413 .page-content tr:nth-child(even) td {
    background: #201f1d;
}

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

.qvutn-wrap {
    background: #32291b;
    position: relative;
    z-index: 100;
    padding: 12px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

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

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

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

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

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

.qvutn-sitename:hover {
    color: #c57826;
}

.qvutn-pill-wrap {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 999px;
    padding: 4px 6px;
    flex: 0 1 auto;
}

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

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

.qvutn-menu li {
    position: relative;
}

.qvutn-menu > li > a {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    line-height: 1.2;
    color: #d9d9d9;
    text-decoration: none;
    font-family: 'ForgeBody', Arial, sans-serif;
    font-size: 0.92rem;
    font-weight: 400;
    border-radius: 999px;
    transition: color 0.2s, background 0.2s;
    white-space: nowrap;
}

.qvutn-menu > li > a:hover,
.qvutn-menu > li.current-menu-item > a {
    color: #ffffff;
    background: #c57826;
}

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

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

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

.qvutn-menu .sub-menu a:hover {
    color: #ffffff;
    background: rgba(197, 120, 38, 0.12);
}

.qvutn-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.qvutn-action-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    color: #d9d9d9;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.qvutn-action-link:hover {
    background: #c57826;
    color: #ffffff;
}

.qvutn-action-icon {
    font-size: 1rem;
    line-height: 1;
}

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

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

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

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

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