<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --inter-font: "Inter", sans-serif;
    --tinos-font: "Tinos", serif;
    --body-bg: #FAF7F4;
    --body-color: #1A2024;
    --white-color: #fff;
    --white-to-black: #fff;
    --white-to-dark: #fff;
    --white-to-gray: #FAF7F4;
    --navbar-dark: #252C32;
    --navbar-dark2: #252C32;
    --navbar-gray: #B0BABF;
    --logo-bg: #191F3B;
    --footer-bg: #1A2024;
    --red: #AE0000;
    --red-to-gray: #AE0000;
    --red-to-white: #AE0000;
    --red-hover: #E40D24;
    --red-to-light: #AE0000;
    --light-red: #E40D24;
    --red-accent: #EC001E;
    --dark: #1a2024;
    --dark2: #303940;
    --dark3: #303940;
    --dark-fixed: #222222;
    --dark-fixed2: #303940;
    --dark-to-red: #1a2024;
    --dark-to-light: #b0babf;
    --gray: #48535b;
    --gray2: #3C464E;
    --gray3: #5B6871;
    --gray4: #5B6871;
    --gray5: #3C464E;
    --gray6: #48535b;
    --gray7: #B0BABF;
    --gray8: #E8E8E8;
    --gray9: #5B6871;
    --light: #F6F8F9;
    --light2: #D5DADD;
    --light3: #F6F8F9;
    --light4: #D5DADD;
    --light5: #D9D9D9;
    --bd: #d5dadd;
    --bd2: #1A2024;
    --blue: #5164B6;
    --blue-2: #7485D1;
    --blue-3: #2d9cdb;
    --dropdown-bg: #48535B;
    --dropdown-text: #b0babf;
    --dropdown-bg-hover: #F5F1ED;
    --dropdown-text-hover: #ae0000;
    --button-dark-bg: #fff;
    --cofee-to-dark: #DCC8B6;
    --badge-color: #48535B;
    --paper: #F0E9E2;
    --paper2: #EFEBE6;
    --paper3: #EFEBE6;
    --paper4: #EBE7E3;
    --disabled: #9AA6AC;
    --black: #000;
    --black-to-white: #000;
}


.mycomment {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    font-size: 16px;
    max-width: 66.25em;
    margin: 0 auto 20px;
}

.mycomment-img {
    width: 36px!important;
    height: 36px!important;
    border-radius: 50%;
    margin-right: 10px;
}

.mycomment-name {
    font-weight: 600;
    font-size: 18px !important;
    margin-top: 0 !important;
    margin-bottom: 0.5rem !important;
}

.mycomment-text {
    font-size: 18px !important;
    line-height: 24px;
    margin: 0!important;
}

.mycomment-text img {
    margin-top: 10px;
    max-width: 300px;
    width: 100%;
}

.mycomment-bottom {
    color: grey;
    font-weight: 600;
    font-size: 12px!important;
    line-height: 10px!important;
    margin: 6px 0 0 12px!important;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}
.mycomment-bottom a {
    color: #1b74e4;
}

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

.comment-write {
    transition: all .3s ease;
    max-height: 100px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.comments__kma&gt;div {
    transition: all .3s ease
}

.comment-add {
    margin: 15px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px
}

.comment-hide, .comment-hide-second {
    transform: translateX(calc(-100% - 100px));
    height: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.comment-write {
    transition: all .3s ease;
    max-height: 100px;
    overflow: hidden;
    display: flex;
    align-items: center
}

.comments__kma {
    overflow: hidden
}

.loading {
    font-style: italic
}

.loading:after {
    content: '.';
    animation: loading 1s ease alternate infinite
}

@keyframes loading {
    60% {
        text-shadow: 0.25em 0 0 currentColor;
    }

    60% {
        100% {
            text-shadow: 0.25em 0 0 currentColor, 0.75em 0 0 currentColor;
        }
    }
}

@keyframes race {
    0% {
        transform: skew(0, -3deg);
    }

    25% {
        transform: skew(0, 3deg);
    }

    50% {
        transform: skew(0, -3deg);
    }

    75% {
        transform: skew(0, 3deg);
    }

    100% {
        transform: skew(0, );
    }
}

.mycomment-info {
    width: 100%;
    max-width: 100%;
}

.mycomment-info__inner {
    background-color: #ebedf0;
    border-radius: 18px;
    line-height: 16px;
    margin-top: 0;
    padding: 0.75rem 12px 1rem 12px;
    position: relative;
}
.textbox {
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    border: transparent;
    margin-bottom: 10px;
    outline: none;
    border: none;
}
.error {
    position: relative;
    margin-top: -10px;
    color: red;
    font-size: 13px;
    padding-left: 5px;
    display: none;
}
.sendcomment {
    font-size: 17px;
    cursor: pointer;
    text-decoration: underline;
}

.comments_btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comments_links, .comments_reposts {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.comments_links {
    justify-content: space-around;
}

.link_icon{
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #7D7E81!important;
}
.mycomment-text img {
    max-width: 300px!important;
    width: 100%!important;
    margin: 8px 0 0!important;
}
.icon {
    width: 22px;
    height: 22px;
}
.icon__small {
    width: 18px!important;
    height: 18px!important;
    margin: 0!important;
}

.like-count {
    position: absolute;
    right: 7px;
    bottom: -10px;
    width: 25px;
    background-color: white;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(102, 102, 102, 0.29);
    -moz-box-shadow: 0px 1px 4px 0px rgba(102, 102, 102, 0.29);
    box-shadow: 0px 1px 4px 0px rgba(102, 102, 102, 0.29);
    cursor: pointer;
}

.liked {
    background-color: #3580ED!important;
}

.reply {
    padding-left: 16px;
}

.re-reply {
    padding-left: 32px;
}
</pre></body></html>