    .image {
        position: relative;
        overflow: hidden;
        background: rgba(255, 255, 255, 0);
    }


.image.loaded img {
        opacity: 1;
        background: rgba(255,255,255,0);
    }

    .columns-area__panels {
        box-sizing: border-box;
        display: flex
;
        justify-content: center;
        gap: 16px;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        padding-bottom: env(safe-area-inset-bottom);
        background-image: url(https://cdn.masto.host/commucomporg/media_attachments/files/115/293/033/803/528/583/original/9bb1dc6b9cca7590.png);
        background-size: cover;
        background-attachment: fixed;
    }

    .column>.scrollable.about, .column>.scrollable.privacy-policy {
        border-top: 1px solid var(--background-border-color);
        border-radius: 4px;
        background: #fff;
    }

        .columns-area--mobile .scrollable {
            contain: content;
            background: #fff;
        }

    .link-footer {
        flex: 0 0 auto;
        padding-top: 20px;
        z-index: 1;
        font-size: 13px;
        visibility: hidden;
    }

    .column-link--logo {
        background: transparent;
        padding: 10px;
        visibility: hidden;
    }

    .server-banner__introduction {
        font-size: 15px;
        line-height: 22px;
        color: #292938;
        margin-bottom: 20px;
        visibility: hidden;
    }

.about__header h1 {
        font-size: 24px;
        line-height: 1.5;
        font-weight: 700;
        margin-bottom: 10px;
        visibility: hidden;
    }

.button {
        background-color: #8ddeed;
        border: 10px none;
        border-radius: 4px;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        display: inline-flex
;
        align-items: center;
        justify-content: center;
        gap: 6px;
        font-family: inherit;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 22px;
        overflow: hidden;
        padding: 7px 18px;
        position: relative;
        text-align: center;
        -webkit-text-decoration: none;
        text-decoration: none;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: auto;
    }

    .dropdown-button {
        display: flex
;
        align-items: center;
        gap: 4px;
        background: transparent;
        color: #8ddeed;
        border-radius: 6px;
        border: 1px solid #8ddeed;
        padding: 4px 8px;
        font-size: 13px;
        line-height: normal;
        font-weight: 400;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .column-link--transparent .icon-with-badge__badge {
        border-color: #fff;
    }

    .icon-with-badge__badge {
        position: absolute;
        inset-inline-start: 9px;
        top: -13px;
        background: #3f99c5;
        border: 2px solid var(--background-color);
        padding: 1px 6px;
        border-radius: 6px;
        font-size: 10px;
        font-weight: 500;
        line-height: 14px;
        color: #fff;
    }

    .account__domain-pill {
        display: inline-flex
;
        background: rgb(99 210 255 / 20%);
        border-radius: 4px;
        border: 0;
        color: #3f99c5;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        padding: 4px 8px;
    }

    .compose-form__actions .icon-button {
        box-sizing: content-box;
        color: #3f99c5;
    }

    .compose-form__actions .icon-button.active {
        background: #3f99c5;
        color: #fff;
    }

    .icon path {
        fill: #3f99c5;
    }

.column-link.active {
        color: #3f99c5;
    }

    .button.button-secondary {
        color: #3f99c5;
        background: transparent;
        padding: 6px 17px;
        border: 1px solid #3f99c5;
    }

.account-role {
        display: inline-flex
;
        padding: 4px;
        -webkit-padding-end: 8px;
        padding-inline-end: 8px;
        border: 1px solid #3f99c5;
        color: #3f99c5;
        font-weight: 500;
        font-size: 12px;
        letter-spacing: .5px;
        line-height: 16px;
        gap: 4px;
        border-radius: 6px;
        align-items: center;
    }

.notification__filter-bar button.active:before, .notification__filter-bar a.active:before, .account__section-headline button.active:before, .account__section-headline a.active:before {
        display: block;
        content: "";
        position: absolute;
        bottom: -1px;
        left: 50%;
        transform: translate(-50%);
        width: 40px;
        height: 3px;
        border-radius: 4px 4px 0 0;
        background: #8ddeed;
    }

.column-back-button {
        box-sizing: border-box;
        width: 100%;
        background: transparent;
        border: 1px solid var(--background-border-color);
        border-radius: 4px 4px 0 0;
        color: #3f99c5;
        cursor: pointer;
        flex: 0 0 auto;
        font-size: 16px;
        line-height: inherit;
        text-align: unset;
        padding: 13px;
        margin: 0;
        z-index: 3;
        outline: 0;
        display: flex
;
        align-items: center;
        gap: 5px;
    }

.account__header__image {
        overflow: hidden;
        height: 145px;
        position: relative;
        background: #ebf6ff;
        border-bottom: 1px solid var(--background-border-color);
    }

    .button.button-tertiary {
        background: transparent;
        padding: 6px 17px;
        color: #8ddeed;
        border: 1px solid #8ddeed;
    }

    .about__section__title {
        display: flex
;
        align-items: center;
        gap: 6px;
        font-size: 17px;
        font-weight: 600;
        line-height: 22px;
        padding: 20px;
        border-radius: 4px;
        border: 1px solid var(--background-border-color);
        color: #3f99c5;
        cursor: pointer;
        width: 100%;
        background: none;
    }




}

