.article-meta {
    background: var(--bg);
    padding: 20px;
    border-radius: 12px;
    display: block;
margin: 0 auto;
}
.article-meta__inner {
    display: flex;
    align-items: center;
    gap: 18px;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 12px;
margin-bottom: 20px;
}
.article-meta__avatar {
width: 25%;

}
.article-meta__avatar img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--accent);
}
.article-meta__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.article-meta__top {
    display: flex;
    align-items: center;
    gap: 8px;
}
.article-meta__name {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.article-meta__verified {
    background: var(--accent);
    color: var(--bg);
    font-size: 12px;
    font-weight: 700;
    padding: 3px 7px;
    border-radius: 50px;
}
.article-meta__date {
    font-size: 14px;
    color: #65666b;
    opacity: 0.8;
}
.article-meta__date time {
    margin-left: 5px;
    color: var(--accent);
}

@media (max-width: 1025px) {
    .article-meta__inner {
        flex-direction: column;
        text-align: center;
    }

    .article-meta__avatar img {
        width: 75px;
        height: 75px;
    }
}
:root {
    --primary: #a02116;
    --secondary: #997b2c;
    --success: #dbc478;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Arial, sans-serif;
    background: #fff;
    color: #010101;
    line-height: 1.5;
}
a {
    color: var(--primary);
}
.vvgjtiupj { display: inline-block; margin: -20px; padding: 43px 5px; width: 68vw; }
a:hover {
    text-decoration: none;
}
.ynhe7p7o {
    width: 100%;
    max-width: 1020px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    transition: all 0.2s;
}
.mzhsp6tq {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.75rem;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 60px;
    border: none;
    cursor: pointer;
    transition: all 0.25s ease;
    background-color: var(--primary);
    color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    letter-spacing: 0.3px;
}
.mzhsp6tq:hover {
    background-color: var(--success);
}
.mzhsp6tq:active {
    transform: translateY(1px);
}

.xuz32gnd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    border-bottom: 1px solid var(--success);
    z-index: 40;
}
.xuz32gnd .ynhe7p7o {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.ync38ho1 {
    display: block;
    max-width: 210px;
}
.ync38ho1 img {
    display: block;
    width: 100%;
    height: auto;
}
.im6webc7 {
    margin-top: 5rem;
    position: relative;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.im6webc7 .ynhe7p7o {
    padding-top: 5rem;
    padding-bottom: 6rem;
    z-index: 2;
}
.f77l2jez {
    max-width: 680px;
}
.nzzaeazg {
    margin-bottom: 1.2rem;
    color: #fff;
    font-size: 2.5rem;
    line-height: 1.2;
}
.kpntvpbh {
    max-width: 500px;
    margin-bottom: 2.5rem;
    color: #fff;
}
.ns3aydz9c { margin: 19px; color: rgb(4, 59, 68); width: 30vw; padding: 27px 5px; }
.e5zyo1qw {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.e5zyo1qw img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.spy90pcb {
    background: var(--secondary);
}
.spy90pcb:hover {
    background: var(--success);
}

.ra95p9rq {
width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.ra95p9rq .zq4bmczf {
max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.ra95p9rq .jkz9hk84 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.ra95p9rq .jkz9hk84 .wn3ao1aq  {
list-style:none;
}
.ra95p9rq .jkz9hk84 .wn3ao1aq a {
    display: flex;
    align-items: center;
    font-weight: 500;
    text-decoration: none;
    padding: 3px 10px;
    line-height: normal;
    white-space: nowrap;
    border: 1px solid var(--primary);
    color: var(--primary);
    border-radius: 15px;
    transition: 0.3s solid ease;
}
.ra95p9rq .jkz9hk84 .wn3ao1aq a:hover {
    background: var(--primary);
    color: #fff;
}
.l1a0691dpv { padding-right: 19px; width: 28%; margin: 13px; }
.ra95p9rq + section.g8gk2b0s {
margin-top:0px;
}

.w2nma46f {
    padding: 1.2rem 0;
}
.rfpc7xoj {
    margin-top: 7.25rem;
}
.w2nma46f h1 {
    font-size: 2.5rem;
    margin: 0 0 1.5rem;
    color: var(--primary);
    font-weight: 600;
    text-align: center;
}
.w2nma46f h2 {
    font-size: 1.8rem;
    margin: 1.8rem 0 1rem 0;
    color: var(--primary);
    font-weight: 600;
}
.w2nma46f h3 {
    font-size: 1.4rem;
    margin: 1.2rem 0 0.8rem;
    color: var(--primary);
}
.w2nma46f p {
    margin-bottom: 1rem;
}
.w2nma46f .mh22mj2o {
    overflow-x: auto;
    margin: 1.5rem 0 24px;
    border-radius: 8px;
    border: 1px solid var(--secondary);
}
.w2nma46f table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    border-radius: 10px;
    background: transparent;
    font-size: 0.95rem;
    margin-bottom: 12px;
    border: 1px solid #ccc;
}
.w2nma46f table thead,
.w2nma46f table tbody,
.w2nma46f table tfoot {
    display: table;
    width: 500px;
    min-width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.w2nma46f th {
    background-color: var(--primary);
    border-bottom: 1px solid var(--secondary);
    color: white;
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
}
.w2nma46f th p {
    margin-bottom: 0;
}
.w2nma46f td {
    padding: 10px 16px;
    border-bottom: 1px solid var(--secondary);
}
.w2nma46f tr:last-child td {
    border-bottom: none;
}
.w2nma46f tr:hover td {
    background-color: rgba(0, 0, 0, 0.1);
}
.suc0efazv9z { color: rgb(242, 103, 135); width: 89vw; padding: 21px 33px; border: 1px dashed #2025ae; }
.w2nma46f img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    margin: 1rem 0 1.5rem;
}
.w2nma46f ul,
.w2nma46f ol {
    margin: 1rem 0 1rem 1.8rem;
}
.w2nma46f li {
    margin: 0.4rem 0;
}
.w2nma46f ul li::marker {
    color: var(--secondary);
}
.w2nma46f blockquote {
    border: 1px solid var(--secondary);
    border-left-width: 5px;
    padding: 12px 20px;
    border-radius: 0 12px 12px 0;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
.bhhp2c64 {
    margin: 1.5rem 0;
}
.bhhp2c64 .ynhe7p7o {
    padding: 0;
    border: 1px solid var(--primary);
    border-radius: 8px;
    box-shadow: 0 14px 28px -18px var(--secondary);
}
.y0zuz1rn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 56px;
    padding: 15px 20px;
    color: var(--primary);
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    user-select: none;
    transition: color 0.2s, background-color 0.2s;
}
.y0zuz1rn:empty::before {
    content: "Contents";
}
.y0zuz1rn::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.25s ease;
}
.y0zuz1rn:hover,
.y0zuz1rn:focus-visible {
    color: var(--secondary);
    background-color: rgba(219, 196, 120, 0.12);
}
.y0zuz1rn:focus-visible {
    outline: 2px solid var(--secondary);
    outline-offset: -2px;
}
.mxg5anta {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.2s ease;
}
.mxg5anta ul,
.w2nma46f .mxg5anta ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0 20px 18px;
    list-style: none;
}
.ywnn6doueqo7 { padding-left: 41px; border: 2px dotted #65290e; padding-right: 15px; margin: 13px; width: 26%; }
.mxg5anta li,
.w2nma46f .mxg5anta li {
    margin: 0;
}
.mxg5anta a {
    display: block;
    padding: 8px 0 8px 14px;
    border-left: 3px solid rgba(153, 123, 44, 0.35);
    color: #010101;
    font-weight: 600;
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s, padding-left 0.2s;
}
.mxg5anta a:hover,
.mxg5anta a:focus-visible {
    padding-left: 18px;
    border-left-color: var(--primary);
    color: var(--primary);
}
.bhhp2c64 [toc--open] .y0zuz1rn::after {
    transform: rotate(225deg);
}
.bhhp2c64 [toc--open] .mxg5anta {
    max-height: var(--toc-body-height, 600px);
    opacity: 1;
}
.hrdrykta {
    display: grid;
    gap: 16px;
    margin-top: 1.5rem;
    padding: 24px;
    border: 1px solid rgba(160, 33, 22, 0.18);
    border-radius: 8px;
    background: #faf6ee;
}
.hksqhch7 {
    display: grid;
    gap: 8px;
}
.hrdrykta label {
    color: var(--primary);
    font-weight: 700;
}
.hrdrykta input,
.hrdrykta textarea {
    width: 100%;
    border: 1px solid rgba(153, 123, 44, 0.45);
    border-radius: 8px;
    padding: 12px 14px;
    background: #fff;
    color: #010101;
    font: inherit;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.hrdrykta input:focus,
.hrdrykta textarea:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(160, 33, 22, 0.12);
}
.hrdrykta textarea {
    min-height: 150px;
    resize: vertical;
}
.hrdrykta .mzhsp6tq {
    justify-self: start;
}
.x79z5znhq { display: inline-block; color: rgb(6, 77, 206); border: 3px solid #251d80; margin: -3px; width: 70px; padding: 31px 38px; }
.xrzve8bk {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 24px;
}
.acwwq321 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: calc(100% + 20px);
    margin-left: -10px;
}
.ps8ee161 {
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    padding: 10px;
    margin: 0 10px 20px 10px;
}
.jd1s46be {
    width: calc(50% - 20px);
}
@media (max-width: 640px) {
    .jd1s46be {
        width: calc(100% - 20px);
    }
}
.ps8ee161 h2,
.ps8ee161 h3 {
    margin: 0 0 1.2rem;
}
.aznlsy55 {
    padding-top: 20px;
    padding-bottom: 40px;
}
.pqy7ewtt {
    --first: var(--primary);
    --second: var(--secondary);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 10px;
    border-radius: 16px;
    margin-bottom: 8px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 0.04);
    position: relative;
    transition: all 0.25s ease;
}
.pqy7ewtt:hover {
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
.pqy7ewtt:first-child {
    border-color: var(--second);
}
.sv78hzze {
    position: absolute;
    top: -8px;
    left: -8px;
    padding: 2px 12px;
    background: var(--second);
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.tgmrwnqe {
    width: 120px;
    height: 120px;
}
.tgmrwnqe img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
}
.ljlcordr {
    flex: 1;
    text-align: center;
}
.cedr1olraq9 { color: rgb(207, 62, 123); }
.f35dka78 {
    margin-bottom: 5px;
    color: var(--primary);
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
}
.wpgotk2l {
    padding-top: 4px;
}
.amtlr2sh {
    width: 100%;
    color: rgba(0, 0, 0 , .5);
    font-size: 15px;
}
.n55h4hhk {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.n55h4hhk img {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0;
    object-fit: contain;
}
.grq8791e {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: green;
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;;
}
.fwh3godr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 56px;
    padding: 8px 20px;
    border-radius: 28px;
    background: var(--first);
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    transition: all 0.25s ease;
}
.fwh3godr::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fwh3godr:hover {
    background: var(--success);
}
@media (max-width: 720px) {

    .pqy7ewtt {
        display: block;
    }
    .tgmrwnqe {
        margin: 0 auto 20px;
    }
    .ljlcordr {
        width: 100%;
        margin-bottom: 20px;
    }
    .grq8791e {
        width: 120px;
        margin: 0 auto 16px;
    }
    .fwh3godr {
        width: 220px;
        margin: 0 auto;
    }

}
.jllxf59i {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.qqamq27p {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.p2b80bhp63k { color: rgb(188, 231, 104); margin: -15px; display: flex; padding: 6px 8px; width: 64%; border: 1px dotted #d41a98; }
.wnginlzd {
    width: calc(50% - 8px);
    border: 1px solid rgba(7, 165, 0, 1);
    padding: 20px;
    background: rgba(7, 165, 0, .1);
    border-radius: 8px;
    margin-bottom: 20px;
}
.wtkcmq87 {
    border: 1px solid rgba(255, 0, 0, 1);
    background: rgba(255, 0, 0, .1);
}
.wnginlzd p {
    padding-left: 28px;
    position: relative;
}
.wnginlzd p::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: rgba(7, 165, 0, 1);
    -webkit-mask: url("img/icon-plus.phcq9doj") center no-repeat;
    mask: url("img/icon-plus.phcq9doj") center no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}
.wtkcmq87 p::before {
    background: rgba(255, 0, 0, 1);
    -webkit-mask-image: url("img/icon-minus.phcq9doj");
    mask-image: url("img/icon-minus.phcq9doj");
}
.wnginlzd ul {
    margin-left: 10px;
}
.wnginlzd ul li::marker {
    color: #aaa;
}
.vt88nzwo {
    padding: 1.2rem 0 2rem;
}
.vt88nzwo h2 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
    color: var(--primary);
    font-weight: 600;
}
.b5qo7bcr {
    border: 1px solid #777;
    margin-bottom: 15px;
}
.lvw7rwv1 {
    padding: 10px 12px 10px 12px;
    font-size: 1.2rem;
}
.ze35w5ff {
    padding: 10px 20px 10px 32px;
}
.q9njbd2x {
    width: 100%;
    background: rgba(0, 0, 0, 0.02);
    padding: 20px 0;
}
.wix2r4tx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.mus43b4u {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
}
.tszuhu4vrbrn { padding-right: 13px; color: rgb(117, 8, 154); border: 2px dotted #ea81c8; padding-left: 22px; }
.mus43b4u img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
}
.i8as123r {
    flex: 1;
    font-size: 14px;
}
.i8as123r p {
    margin-bottom: 0;
}
@media (max-width: 720px) {
    .q9njbd2x {
        display: block;
    }
    .mus43b4u {
        margin: 0 auto 16px;
    }
    .i8as123r {
        flex: none;
        width: 100%;
    }
}
.mn19pbd6 {
    margin-top: 3rem;
    background-color: #fff;
    border-top: 1px solid var(--success);
    color: #eef5ff;
}
.z7hdsx3j {
    padding: 1.2rem 0;
}
.z7hdsx3j .ynhe7p7o {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.t77xxnsr {
    display: block;
    max-width: 160px;
}
.t77xxnsr img {
    display: block;
    width: 100%;
    height: auto;
}
.y3bkybal {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 12px 22px;
}
.y3bkybal a {
    color: var(--primary);
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s;
}
.y3bkybal a:hover {
    color: var(--secondary);
}
.wzc9qp5j {
    padding: 1.8rem 0;
    background-color: var(--primary);
}
.wzc9qp5j .ynhe7p7o {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}
.hzputhsj {
    width: 100%;
    background: var(--success);
    padding: 1rem;
    border-radius: 10px;
    display: inline-block;
    font-size: 15px;
    text-align: center;
}
.ykt18ly0 {
    width: 45%;
    font-size: 0.8rem;
    color: #fff;
}
.d6640x4v3ovh { color: rgb(56, 116, 116); }
.z1j1bvts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.8rem;
    width: 50%;
}
.z1j1bvts img {
    max-height: 48px;
    width: auto;
    margin: 0;
    filter: brightness(0) invert(1);
    opacity: 0.9;
    background: transparent;
    box-shadow: none;
    border-radius: 8px;
}
@media (max-width: 720px) {
    .xuz32gnd, .z7hdsx3j, .wzc9qp5j {
        flex-direction: column;
        text-align: center;
    }

    .im6webc7 .ynhe7p7o {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .kpntvpbh {
        padding-right: 5rem;
    }

    .y3bkybal {
        justify-content: center;
    }
    .w2nma46f {
        padding: 1rem 0;
    }
    .rfpc7xoj {
        margin-top: 6.5rem;
    }
    .w2nma46f h1 {
        border-left: none;
        padding-left: 0;
        font-size: 1.7rem;
        line-height: 1.3;
        text-align: center;
    }
    .w2nma46f h2 {
        font-size: 1.5rem;
        margin: 1.2rem 0 1rem 0;
    }

    .wnginlzd {
        width: 100%;
    }

    .mzhsp6tq {
        padding: 0.6rem 1.3rem;
    }

    .rsnldzvb {
        text-align: center;
    }

    .t77xxnsr {
        margin: 0 auto;
    }
    .ykt18ly0 {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .z1j1bvts {
        width: 100%;
    }
}
@media (max-width: 450px) {
    .ync38ho1 {
        width: 130px;
        height: 40px;
    }
    .ync38ho1 img {
        height: 100%;
        object-fit: cover;
    }

    .nzzaeazg {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    .kpntvpbh {
        padding-right: 0;
    }
}