

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

@font-face {
    font-family: 'PulseBody';
    src: url('../fonts/notosans-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-49b2dc {
    background-color: #2a130e;
    
    background-image: linear-gradient(rgba(237,38,7,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(237,38,7,0.05) 1px, transparent 1px); background-size: 24px 24px;
}

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

.byefiSkip:focus {
    top: 0;
}

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

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

.theme-49b2dc h1 { font-size: 2.2rem; }
.theme-49b2dc h2 { font-size: 1.8rem; }
.theme-49b2dc h3 { font-size: 1.4rem; }
.theme-49b2dc h4 { font-size: 1.1rem; }
.theme-49b2dc h5 { font-size: 1rem; }

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

.theme-49b2dc .entry-content h1,
.theme-49b2dc .entry-content h2 {
    background: linear-gradient(135deg, #ed2607 0%, #cb1c01 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

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

.theme-49b2dc body,
.theme-49b2dc p,
.theme-49b2dc li,
.theme-49b2dc td,
.theme-49b2dc th {
    font-family: 'PulseBody', Arial, sans-serif;
    color: #e8e8e8;
    line-height: 1.75;
}

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

.theme-49b2dc a {
    color: #ed2607;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s;
}

.theme-49b2dc a:hover {
    color: #cb1c01;
}

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

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

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

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

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

.byefiCta {
    display: none;
    padding: 11px 28px;
    background: #ed2607;
    color: #fff;
    border: none;
    border-radius: 0;
    font-family: 'PulseBody', Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background 0.2s;
    margin-left: 12px;
}

.byefiCta:hover {
    background: #cb1c01;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transform: none;
}

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

.theme-49b2dc .entry-content table,
.theme-49b2dc .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 1px 4px rgba(0,0,0,0.06);
}

.theme-49b2dc .entry-content th,
.theme-49b2dc .page-content th {
    background: #291814;
    color: #ffffff;
    padding: 8px 12px;
    text-align: left;
    font-family: 'PulseHeading', Arial, sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
}

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

.theme-49b2dc .entry-content tr:last-child td,
.theme-49b2dc .page-content tr:last-child td {
    border-bottom: none;
}

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

.theme-49b2dc .entry-content tr:hover td,
.theme-49b2dc .page-content tr:hover td {
    background: #feeeeb;
}

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

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

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

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

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

    .byefiSearch {
        margin: 0;
        padding: 10px 20px;
    }
    .byefiSearchInput {
        width: 100%;
    }

    
    .byefiMenu .sub-menu {
        position: static;
        box-shadow: none;
        border-top: none;
        background: rgba(0, 0, 0, 0.15);
        padding-left: 15px;
        display: block;
        transform: none;
    }

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

    .ywtlMenu {
        justify-content: center;
    }

    
    .byefiSiteContent {
        padding: 25px 15px 40px;
    }
}

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

    .byefiSitename {
        font-size: 1.15rem;
    }

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

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

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

    .byefiSiteContent {
        padding: 20px 12px 30px;
    }
}

.byefiWrap {
    background: linear-gradient(135deg, #291814 0%, #1f120f 100%);
    padding: 0;
    position: relative;
    z-index: 100;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

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

.byefiBrand {
    flex-shrink: 0;
}

.byefiBrand a {
    text-decoration: none;
}

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

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

.byefiSitename:hover {
    color: #ed2607;
}

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

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

.byefiMenu li {
    position: relative;
}

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

.byefiMenu > li > a:hover,
.byefiMenu > li.current-menu-item > a {
    color: #ffffff;
    background: rgba(237, 38, 7, 0.08);
    border-radius: 0;
}

.byefiMenu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #1f120f;
    border-top: 2px solid #ed2607;
    border-radius: 0 0 0 0;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    display: none;
    z-index: 200;
}

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

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

.byefiMenu .sub-menu a:hover {
    color: #ffffff;
    background: rgba(237, 38, 7, 0.08);
}

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

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

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

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

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

.ywtlWrap {
    background: #291814;
    color: #bdbdbd;
    padding: 0;
    margin-top: 50px;
    border-top: 2px solid #ed2607;
}

.ywtlTop {
    padding: 38px 0;
}

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

.ywtlBrandBlock {
    flex: 1 1 300px;
    min-width: 0;
}

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

.ywtlBrandName:hover {
    color: #ed2607;
}

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

.ywtlNavBlock {
    flex: 0 1 auto;
}

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

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

.ywtlMenu a:hover {
    color: #ed2607;
}

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

.ywtlBottom {
    padding: 16px 0;
}

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

.ywtlCopyright,
.ywtlRights {
    margin: 0;
    font-family: 'PulseBody', Arial, sans-serif;
    font-size: 0.78rem;
    color: #b0b0b0;
}

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