/* Minecraft20 Stage 10: page-specific CSS extracted from app.css. */
.m20-comments-list {
    padding: 0 12px 8px;
}.m20-comment {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    margin: 12px 0;
    padding: 16px;
    background: #fff;
    border: 1px solid #dde4da;
    border-radius: 10px;
    box-sizing: border-box;
}.m20-comment__side {
    min-width: 0;
}.m20-comment__avatar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    overflow: hidden;
    background: #e8efe5;
    border: 1px solid #d1ddcc;
    border-radius: 9px;
    color: #688b54;
    font-size: 20px;
    box-sizing: border-box;
}.m20-comment__avatar > i {
    position: relative;
    z-index: 1;
}.m20-comment__avatar > img {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}.m20-comment__body {
    min-width: 0;
}.m20-comment__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 10px;
    margin-bottom: 11px;
    border-bottom: 1px solid #edf0ec;
}.m20-comment__author-wrap {
    min-width: 0;
}.m20-comment__author {
    margin-bottom: 4px;
    color: #2e3a32;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
}.m20-comment__author a {
    color: inherit;
    text-decoration: none;
}.m20-comment__author a:hover {
    color: #5d7b50;
}.m20-comment__date {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #929a93;
    font-size: 11px;
}.m20-comment__date i {
    font-size: 10px;
}.m20-comment__head-right {
    position: relative;
    display: flex;
    align-items: center;
    gap: 7px;
    flex: 0 0 auto;
}.m20-comment__status {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 25px;
    padding: 0 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
}.m20-comment__status > i {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}.m20-comment__status--online {
    background: #eaf4e6;
    color: #517447;
}.m20-comment__status--online > i {
    background: #55a34a;
}.m20-comment__status--offline {
    background: #f1f2f1;
    color: #888f89;
}.m20-comment__status--offline > i {
    background: #a0a6a1;
}.m20-comment__info {
    position: relative;
}.m20-comment__info > summary {
    list-style: none;
}.m20-comment__info > summary::-webkit-details-marker {
    display: none;
}.m20-comment__info-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    background: #f3f5f2;
    border: 1px solid #dfe5dc;
    border-radius: 7px;
    color: #6c776e;
    cursor: pointer;
    box-sizing: border-box;
    transition: .15s ease;
}.m20-comment__info-btn:hover,
.m20-comment__info[open] .m20-comment__info-btn {
    background: #e7eee3;
    border-color: #c4d2bd;
    color: #537048;
}.m20-comment__info-menu {
    position: absolute;
    top: calc(100% + 7px);
    right: 0;
    z-index: 100;
    width: 245px;
    padding: 10px;
    background: #fff;
    border: 1px solid #d9e0d6;
    border-radius: 9px;
    box-sizing: border-box;
    box-shadow: 0 10px 28px rgba(31, 43, 33, .15);
}.m20-comment__info-title {
    padding: 2px 4px 9px;
    margin-bottom: 4px;
    border-bottom: 1px solid #edf0ec;
    color: #405047;
    font-size: 13px;
    font-weight: 700;
}.m20-comment__info-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 7px 4px;
    font-size: 11px;
}.m20-comment__info-row span {
    color: #929a93;
}.m20-comment__info-row strong {
    color: #4b564e;
    font-weight: 600;
    text-align: right;
}.m20-comment__news-title {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
    padding: 8px 10px;
    background: #f5f7f4;
    border-radius: 6px;
    color: #435047;
    font-size: 13px;
    font-weight: 600;
}.m20-comment__text {
    color: #303833;
    font-size: 14px;
    line-height: 1.6;
    overflow-wrap: anywhere;
}.m20-comment__text p:last-child {
    margin-bottom: 0;
}.m20-comment__text img {
    max-width: 100%;
    height: auto;
}.m20-comment__signature {
    margin-top: 14px;
    padding: 9px 11px;
    background: #f8f9f7;
    border-left: 3px solid #c9d5c3;
    color: #7e877f;
    font-size: 11px;
    line-height: 1.5;
}.m20-comment__signature > span {
    display: block;
    margin-bottom: 3px;
    color: #9ca39d;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}.m20-comment__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    padding-top: 11px;
    margin-top: 13px;
    border-top: 1px solid #edf0ec;
}.m20-comment__action {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 28px;
    padding: 0 8px;
    background: #f4f6f3;
    border: 1px solid #e0e5de;
    border-radius: 6px;
    color: #68736a;
    font-size: 11px;
    box-sizing: border-box;
    transition: .15s ease;
}.m20-comment__action a {
    color: inherit !important;
    text-decoration: none !important;
}.m20-comment__action:hover {
    background: #e8eee5;
    border-color: #cdd9c8;
    color: #4c6845;
}.m20-comment__action--complaint:hover {
    background: #fff6e8;
    border-color: #ead2a9;
    color: #946c32;
}.m20-comment__action--danger:hover {
    background: #faeeee;
    border-color: #e5c5c5;
    color: #a14d4d;
}.m20-comment__mass {
    margin-left: auto;
}html[data-theme="dark"] .m20-comment {
    background: #1c241f;
    border-color: #344037;
}html[data-theme="dark"] .m20-comment__avatar {
    background: #273229;
    border-color: #3a493e;
    color: #8eaa82;
}html[data-theme="dark"] .m20-comment__head,
html[data-theme="dark"] .m20-comment__actions {
    border-color: #303b33;
}html[data-theme="dark"] .m20-comment__author {
    color: #e0e6e1;
}html[data-theme="dark"] .m20-comment__text {
    color: #cbd3cd;
}html[data-theme="dark"] .m20-comment__info-btn,
html[data-theme="dark"] .m20-comment__action {
    background: #273129;
    border-color: #39453c;
    color: #abb7ae;
}html[data-theme="dark"] .m20-comment__info-menu {
    background: #202a23;
    border-color: #3a493e;
    box-shadow: 0 12px 30px rgba(0,0,0,.35);
}html[data-theme="dark"] .m20-comment__info-title {
    color: #dde5df;
    border-color: #354138;
}html[data-theme="dark"] .m20-comment__info-row strong {
    color: #c8d2ca;
}html[data-theme="dark"] .m20-comment__signature,
html[data-theme="dark"] .m20-comment__news-title {
    background: #232d26;
    color: #aeb9b1;
}@media (max-width: 600px) {.m20-comment {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 9px;
        padding: 11px;
    }.m20-comment__avatar {
        width: 38px;
        height: 38px;
        border-radius: 7px;
        font-size: 15px;
    }.m20-comment__head {
        gap: 7px;
        padding-bottom: 8px;
    }.m20-comment__author {
        font-size: 14px;
    }.m20-comment__status {
        display: none;
    }.m20-comment__info-menu {
        position: fixed;
        top: 50%;
        left: 50%;
        right: auto;
        width: min(290px, calc(100vw - 30px));
        transform: translate(-50%, -50%);
    }.m20-comment__text {
        font-size: 14px;
        line-height: 1.55;
    }.m20-comment__actions {
        gap: 4px;
    }.m20-comment__action {
        min-height: 30px;
        padding: 0 8px;
        font-size: 0;
    }.m20-comment__action i {
        font-size: 12px;
    }.m20-comment__mass {
        margin-left: 0;
    }}.m20-addcomment {
    margin: 18px 0;
    background: #fff;
    border: 1px solid #dce3d9;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
}.m20-addcomment__head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: #f1f4ef;
    border-bottom: 1px solid #dce3d9;
}.m20-addcomment__head-icon {
    flex: 0 0 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: #5d7b50;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
}.m20-addcomment__head-text {
    min-width: 0;
}.m20-addcomment__head h2 {
    margin: 0 0 2px;
    color: #2e3a32;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}.m20-addcomment__head-text span {
    color: #8a938c;
    font-size: 12px;
}.m20-addcomment__body {
    padding: 17px 18px;
}.m20-addcomment__table {
    width: 100%;
    border-collapse: collapse;
}.m20-addcomment__table tr {
    border-bottom: 1px solid #edf0ec;
}.m20-addcomment__table tr:last-child {
    border-bottom: 0;
}.m20-addcomment__table td {
    padding: 10px 5px;
    vertical-align: top;
}.m20-addcomment__table td.label {
    width: 150px;
    padding-top: 20px;
    padding-right: 18px;
    color: #626d65;
    font-size: 13px;
    font-weight: 600;
}.m20-addcomment .impot {
    margin-left: 2px;
    color: #c95b4d;
}.m20-addcomment__input {
    position: relative;
    width: 100%;
    max-width: 380px;
}.m20-addcomment__input > i {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    color: #89958a;
    font-size: 13px;
    pointer-events: none;
}.m20-addcomment__input .f_input {
    width: 100% !important;
    height: 40px;
    padding: 0 12px 0 36px;
    background: #fafbfa;
    border: 1px solid #d8dfd5;
    border-radius: 7px;
    box-sizing: border-box;
    font-size: 14px;
}.m20-addcomment__input .f_input:focus {
    background: #fff;
    border-color: #7b9b6c;
    box-shadow: 0 0 0 3px rgba(104,139,84,.10);
}.m20-addcomment__editor-row td.label {
    padding-top: 14px;
}.m20-addcomment__editor {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}.m20-addcomment__editor textarea {
    width: 100% !important;
    min-height: 130px;
    box-sizing: border-box;
}.m20-addcomment__question {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    max-width: 560px;
    padding: 10px 12px;
    background: #f5f7f4;
    border: 1px solid #e0e6dd;
    border-radius: 7px;
    color: #4e5c52;
    font-size: 13px;
    line-height: 1.45;
}.m20-addcomment__question > i {
    margin-top: 2px;
    color: #688b54;
}.m20-addcomment__captcha {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
}.m20-addcomment__captcha-title {
    flex: 0 0 100%;
    color: #848e86;
    font-size: 12px;
}.m20-addcomment__captcha-image {
    overflow: hidden;
    background: #fff;
    border: 1px solid #dfe5dc;
    border-radius: 6px;
}.m20-addcomment__captcha-image img {
    display: block;
    max-width: 100%;
}.m20-addcomment__captcha-input {
    width: 120px !important;
    height: 38px !important;
    padding: 0 10px !important;
    border-radius: 6px !important;
}.m20-addcomment__submit {
    display: flex;
    justify-content: flex-end;
    padding-top: 16px;
    margin-top: 5px;
    border-top: 1px solid #e7ebe5;
}.m20-addcomment__submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 18px;
    background: #5d7b50;
    border: 1px solid #526f47;
    border-radius: 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(64,91,54,.15);
    transition: .15s ease;
}.m20-addcomment__submit-btn:hover {
    background: #688b54;
    border-color: #597a4c;
}html[data-theme="dark"] .m20-addcomment {
    background: #1c241f;
    border-color: #344037;
}html[data-theme="dark"] .m20-addcomment__head {
    background: #202a23;
    border-color: #344037;
}html[data-theme="dark"] .m20-addcomment__head h2 {
    color: #e1e7e2;
}html[data-theme="dark"] .m20-addcomment__input .f_input,
html[data-theme="dark"] .m20-addcomment__editor textarea {
    background: #202a23;
    border-color: #3b493f;
    color: #dce4de;
}html[data-theme="dark"] .m20-addcomment__question {
    background: #232d26;
    border-color: #39463c;
    color: #c0cbc2;
}@media (max-width: 600px) {.m20-addcomment__body {
        padding: 12px;
    }.m20-addcomment__head {
        padding: 12px;
    }.m20-addcomment__head-icon {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
        font-size: 14px;
    }.m20-addcomment__head h2 {
        font-size: 16px;
    }.m20-addcomment__table,
    .m20-addcomment__table tbody,
    .m20-addcomment__table tr,
    .m20-addcomment__table td {
        display: block;
        width: 100% !important;
        box-sizing: border-box;
    }.m20-addcomment__table tr {
        padding: 7px 0;
    }.m20-addcomment__table td {
        padding: 3px 0;
    }.m20-addcomment__table td.label {
        width: 100%;
        padding: 0 0 6px;
        font-size: 12px;
    }.m20-addcomment__input {
        max-width: none;
    }.m20-addcomment__submit {
        justify-content: stretch;
    }.m20-addcomment__submit-btn {
        width: 100%;
        min-height: 43px;
    }}.m20-comments-section {
    margin: 22px 0 16px;
    padding: 18px;
    background: #fff;
    border: 1px solid #dde4da;
    border-radius: 10px;
    box-sizing: border-box;
}.m20-comments-section__title {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 14px;
    color: #2e3a32;
    font-size: 20px;
    font-weight: 700;
}.m20-comments-section__title i {
    color: #688b54;
    font-size: 18px;
}.m20-comments-tabs {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-bottom: 13px;
    margin-bottom: 14px;
    border-bottom: 1px solid #e4e9e1;
}.m20-comments-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 38px;
    margin: 0;
    padding: 0 14px;
    background: #f2f4f1;
    border: 1px solid #e0e5de;
    border-radius: 7px;
    color: #657068;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    box-sizing: border-box;
    transition: background .15s ease,
        border-color .15s ease,
        color .15s ease;
}.m20-comments-tab:hover {
    background: #e8eee5;
    border-color: #ccd8c7;
    color: #4e6847;
}.m20-comments-tab.active {
    background: #5d7b50;
    border-color: #5d7b50;
    color: #fff;
}.m20-comments-tab i {
    font-size: 14px;
}.m20-comments-panel {
    display: none;
}.m20-comments-panel.active {
    display: block;
}.m20-comments-panel[hidden] {
    display: none !important;
}.m20-comments-native {
    min-width: 0;
}.m20-comments-native > .m20-comment:first-child {
    margin-top: 0;
}.m20-comments-navigation {
    margin: 14px 0;
}html[data-theme="dark"] .m20-comments-section {
    background: #181f1b;
    border-color: #303b33;
}html[data-theme="dark"] .m20-comments-section__title {
    color: #dce4de;
}html[data-theme="dark"] .m20-comments-tabs {
    border-color: #303b33;
}html[data-theme="dark"] .m20-comments-tab {
    background: #232c26;
    border-color: #354139;
    color: #aeb9b1;
}html[data-theme="dark"] .m20-comments-tab:hover {
    background: #29352c;
    border-color: #435244;
    color: #d5ded7;
}html[data-theme="dark"] .m20-comments-tab.active {
    background: #5d7b50;
    border-color: #6b8b5d;
    color: #fff;
}@media (max-width: 600px) {.m20-comments-section {
        margin: 14px 0;
        padding: 12px;
        border-radius: 8px;
    }.m20-comments-section__title {
        margin-bottom: 11px;
        font-size: 18px;
    }.m20-comments-tabs {
        gap: 5px;
        margin-bottom: 11px;
        padding-bottom: 10px;
    }.m20-comments-tab {
        flex: 1 1 0;
        min-width: 0;
        padding: 0 8px;
        font-size: 12px;
    }}