:root {
    --name: Bank Pompek;
    --defaultProfilePicture: url('https://media.MyTwitter.ct8.pl/profile-picture/default$2025');
    --colorBlackHex: #2B2A29;
    --colorWhiteHex: #F8F8FF; /*#D4D5D6*/
    --colorBlueHex: #306090 /*#FFA500*/;
    --colorGreenHex: #1E9666;
    --colorRedHex: #E16999;
    --colorAdminGoldHex: #FFD700;
    --colorMasterPurpleHex: #7B68EE;
    --colorBlackRGB: 43, 42, 41;
    --colorWhiteRGB: 248, 248, 255 /*43, 42, 41*/; /*212, 213, 214*/
    --colorBlueRGB: 48, 96, 144 /*255, 165, 0*/;
    --colorGreenRGB: 30, 150, 102;
    --colorRedRGB: 225, 105, 153;
    --colorAdminGoldRGB: 255, 215, 0;
    --colorMasterPurpleRGB: 123, 104, 238;
}

@font-face {
    font-family: "Dosis";
    src: url("/src/fonts/Dosis/Dosis.woff2");
}
      
@font-face {
    font-family: "RoughDraft";
    src: url("/src/fonts/RoughDraft/RoughDraft.ttf");
}

::selection {
    background: rgba(var(--colorBlueRGB), 0.5);
}

/*::-webkit-scrollbar {
    width: 18px;
    box-shadow: 0 0 0 50vw rgba(var(--mainColorRGB), var(--AppearanceMainOpacity)) inset;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(var(--mainColorRGB), 0.3);
    border-radius: 20px;
    border: 3px solid transparent;
    background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(var(--mainColorRGB), 1);
    border-radius: 20px;
    border: 3px solid transparent;
    background-clip: content-box;
}*/

html, body {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Helvetica Neue", Helvetica, Inter, Geist, Roboto, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-synthesis: none;
    width: 100vw;
    height: auto;
    min-height: calc(100vh - env(safe-area-inset-top));
    min-height: calc(100dvh - env(safe-area-inset-top));
    margin: 0;
    padding: 0;
    /*overflow-x: hidden;*/
    /*overflow-y: scroll;
    overflow-y: hidden;*/
    -webkit-overflow-scrolling: touch;
}

html {
    margin-top: env(safe-area-inset-top);
}

body {
    color: var(--colorBlackHex);
    background: GhostWhite;
    margin-bottom: 180px;
    padding-top: calc(80px + env(safe-area-inset-top));
    padding-bottom: 1px;
    box-sizing: border-box;
    position: relative;
}

body * {
    -webkit-tap-highlight-color: transparent;
    -webkit-focus-ring-color: transparent;
    -webkit-touch-callout: none;
    touch-action: manipulation;
}

button {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: var(--colorWhiteHex);
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    text-decoration: none !important;
    white-space: nowrap;
    background: var(--colorBlueHex) /*DodgerBlue*/;
    margin: 4px 0;
    padding: 8px 14px;
    border: none;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    -webkit-user-select: none;
}

button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

button.secondary {
    color: var(--colorBlackHex);
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    background: Gainsboro;
    box-shadow: 0 0 0 0.5px rgba(0, 0, 0, 0.1) inset;
}

a {
    color: var(--colorBlueHex) /*DodgerBlue*/;
    font-weight: 500;
    text-decoration: none /*!important*/;
}

.set-profile-picture-bubble {
    z-index: 1000;
    cursor: pointer;
    opacity: 0;
    color: White;
    font-size: 20px;
    line-height: 20px;
    background: DodgerBlue;
    padding: 8px 12px;
    border-radius: 18px;
    position: fixed;
    top: 144px;
    left: calc(50vw - 450px) /*82px*/;
    box-shadow: 0 0.5px 2.5px 0 rgba(0, 0, 0, 0.2),
                0 0 0 0.5px rgba(0, 0, 0, 0.05);
    animation: bubble-in-animation 0.5s 1s forwards;
}

.set-profile-picture-bubble::before {
    content: "";
    cursor: pointer;
    background: inherit;
    width: 15px;
    height: 18px;
    position: absolute;
    bottom: 0;
    left: -9px;
    clip-path: path("M27 18C22.1437 18 17.7379 16.0755 14.5 12.9492C11.2621 16.0755 6.8563 18 2 18H0C4.97056 18 9 13.9706 9 9V-18H27V18Z");
}

@keyframes bubble-in-animation {
    0% {
        opacity: 0;
        transform: translateX(-10%) translateY(36px) scale(0.8);
    }
    50% {
        opacity: 1;
        transform: translateX(2%) translateY(-7px) scale(1.1);
    }
    55% {
        opacity: 1;
        transform: translateX(2%) translateY(-7px) scale(1.1);
    }
    100% {
        opacity: 1;
        transform: translateX(0%) translateY(0px) scale(1);
    }
}

#splash {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: calc(100vh + env(safe-area-inset-top) + env(safe-area-inset-bottom));
    min-height: calc(100vh + env(safe-area-inset-top) + env(safe-area-inset-bottom));
    max-height: calc(100vh + env(safe-area-inset-top) + env(safe-area-inset-bottom));
    background: url("/src/images/ZST White.svg") var(--colorBlueHex) /*url("/src/images/halloween-bat.svg") #FFA500*/;
    background-position: center center;
    background-size: 64px;
    background-repeat: no-repeat;
    display: none;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    filter: blur(0);
    -webkit-filter: blur(0);
    animation: splashAnimation 2s 0.5s ease;
    transition: /*opacity*/ 1s ease-out, mask-position 0s, 0s height, 0s max-height, 0s padding, 0s padding-top;
    pointer-events: all;
    user-select: none;
    -webkit-user-select: none;
}

@keyframes splashAnimation {
    0% {
        opacity: 1;
        background-size: 64px;
    }
    60% {
        background-size: 48px;
    }
    70% {
        opacity: 1;
        background-size: 48px;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    100% {
        opacity: 0;
        background-size: 200vh;
        filter: blur(10px);
        -webkit-filter: blur(64px);
    }
}

.menu {
    z-index: 1000;
    width: 100vw;
    padding-top: calc(16px + env(safe-area-inset-top)) /*8px*/;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    user-select: none;
    -webkit-user-select: none;
}

/*.menu::after {
    content: "";
    background: dodgerblue;
    width: 100%;
    height: 24px;
    position: absolute;
    top: -12px;
    left: 0;
}*/

.menu #logo {
    z-index: 1000;
    cursor: pointer;
    /*background: url("/src/images/ZST.svg");
    background-size: contain;*/
    /*background: url("/src/images/ZST-labels.svg");
    background-size: contain;*/
    width: 48px;
    height: 48px;
    position: fixed;
    top: 16px /*8px*/;
    left: 16px /*8px*/;
    filter: none /*drop-shadow(0 0 0.5px Black) drop-shadow(0.5px 0.5px 1px rgba(0, 0, 0, 0.4))*/;
    -webkit-filter: none /*drop-shadow(0 0 0.5px Black) drop-shadow(0.5px 0.5px 1px rgba(0, 0, 0, 0.4))*/;
    user-select: none;
    -webkit-user-select: none;
}

.menu #logo::before {
    z-index: -10;
    cursor: inherit;
    content: "";
    background: var(--colorBlueHex);
    mask: url("/src/images/ZST-background-mask.svg");
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    filter: drop-shadow(0 0 0.5px Black) drop-shadow(0.5px 0.5px 1px rgba(0, 0, 0, 0.4));
    -webkit-filter: drop-shadow(0 0 0.5px Black) drop-shadow(0.5px 0.5px 1px rgba(0, 0, 0, 0.4));
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
}

.menu #logo::after {
    z-index: -5;
    cursor: inherit;
    content: "";
    background: url("/src/images/ZST-labels.svg");
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    filter: none /*inherit*/;
    -webkit-filter: none /*inherit*/;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
}

.menu ul {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*background: rgba(255, 255, 255, 0.2) *rgba(128, 128, 128, 0.2)*;*/
    width: auto /*110px*/;
    margin: 0;
    padding: 8px 8px;
    border-radius: 24px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;
    /*box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 1) inset,
                0 0.5px 2.5px 0 rgba(0, 0, 0, 0.3),
                0 0 0 0.5px rgba(0, 0, 0, 0.05);*/
    backdrop-filter: saturate(1.1) brightness(1.2) blur(4px);
    -webkit-backdrop-filter: saturate(1.1) brightness(1.2) blur(4px);
    list-style-type: none;
    overflow-x: auto;
    overflow-y: hidden;
    transition: width 0.6s /*1s*/ ease;
}

/*.menu:hover ul {
    width: 461px;
    padding: 8px 8px;
    transition: width 0.4s ease;
}*/

.menu ul::-webkit-scrollbar {
    display: none;
}

.menu li {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0.9;
    font-family: "RoughDraft", sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    /*width: 122px *110px*;
    min-width: 122px !important;*/
    width: 160px;
    min-width: 160px !important;
    background: Gainsboro;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /*box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.5) inset,
                0 8px 8px 0 rgba(0, 0, 0, 0.3) inset,
                0 -8px 8px 5px rgba(255, 255, 255, 0.5) inset,
                0 0 0 0.5px Gray,
                0 0.5px 2.5px 0 rgba(0, 0, 0, 0.3),
                0 0 0 0 CornflowerBlue;*/
    /*overflow: hidden;*/
    transition: box-shadow 0.4s ease;
}

/*.menu li::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 16px, rgba(255, 255, 255, 0.4));
    position: absolute;
    bottom: 16px;
    left: 0;
    backdrop-filter: brightness(1.05);
    -webkit-backdrop-filter: brightness(1.05);
}*/

.menu li a {
    z-index: 2;
    color: var(--colorBlackHex);
    text-decoration: none;
    width: 160px;
    height: 32px;
    /*padding: 8px 14px;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    user-select: none;
    -webkit-user-select: none;
}

.menu li.active {
    background: var(--colorBlueHex) /*DodgerBlue*/;
    /*box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.5) inset,
                0 8px 8px 0 rgba(0, 32, 255, 0.3) inset,
                0 -8px 8px 5px rgba(0, 255, 240, 0.5) inset,
                0 0 0 0.5px MediumBlue,
                0 0.5px 2.5px 0 rgba(0, 0, 0, 0.3),
                0 0 0 0 CornflowerBlue;*/
}

/**/.menu li.active a {
    /**/color: var(--colorWhiteHex);
    /**/font-weight: 600;
}

.menu li:hover {
    /*box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.5) inset,
                0 8px 8px 0 rgba(0, 0, 0, 0.3) inset,
                0 -8px 8px 5px rgba(255, 255, 255, 0.5) inset,
                0 0 0 0.5px Gray,
                0 0.5px 2.5px 0 rgba(0, 0, 0, 0.3),
                0 0 3px 4px CornflowerBlue;*/
    box-shadow: 0 0.5px 2.5px 0 rgba(0, 0, 0, 0.3),
                0 0 0 0.5px rgba(0, 0, 0, 0.05);
}

.menu li.active:hover {
    /*box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.5) inset,
                0 8px 8px 0 rgba(0, 32, 255, 0.3) inset,
                0 -8px 8px 5px rgba(0, 255, 240, 0.5) inset,
                0 0 0 0.5px MediumBlue,
                0 0.5px 2.5px 0 rgba(0, 0, 0, 0.3),
                0 0 3px 4px CornflowerBlue;*/
}

.menu #chatMenuIcon.active {
    background: #1fb000;
}

.menu #chatMenuIcon.active a {
    color: white;
    font-weight: 600;
}

.menu li .badge {
    z-index: 10;
    color: white;
    font-size: 12px;
    line-height: 12px;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Helvetica Neue", Arial, sans-serif;
    background: var(--colorGreenHex);
    padding: 3px 6px;
    border-radius: 12px;
    position: absolute;
    top: -5px /*-3px*/;
    left: -3px;
}

.menu li .badge.hidden {
    animation: notificationBadgeHidden 0.5s ease-in forwards;
}

@keyframes notificationBadgeHidden {
    0% {
        transform: scale(1);
    }
    98% {
        transform: scale(0);
    }
    98% {
        display: none;
        transform: scale(0);
    }
    100% {
        display: none;
        transform: scale(0);
    }
}

.message {
    opacity: 0;
    color: White;
    font-size: 24px;
    line-height: 24px;
    width: 280px;
    height: 60px;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: calc(50vh - 30px);
    left: calc(50vw - 140px);
    pointer-events: none;
    box-shadow: 0 0.5px 2.5px 0 rgba(0, 0, 0, 0.3),
                0 0 0 0.5px rgba(0, 0, 0, 0.05);
    user-select: none;
    -webkit-user-select: none;
}

.message.show {
    animation: showMessage 4s;
}

@keyframes showMessage {
    0% {
        opacity: 0;
        transform: translateY(60px);
    }
    25% {
        opacity: 1;
        transform: translateY(0);
    }
    75% {
        opacity: 1;
        transform: translateY(0);
    }
    10% {
        opacity: 0;
        transform: translateY(60px);
    }
}

.message.success {
    background: var(--colorGreenHex);
}

.message.success.subtract {
    background: var(--colorBlueHex);
}

.message.failure, .message.no-push-ups, .message.taken-username-email {
    background: var(--colorRedHex);
}

.report-problem-button {
    z-index: 1500;
    cursor: pointer;
    color: Gray;
    font-size: 24px;
    line-height: 24px;
    position: fixed;
    bottom: 24px;
    left: 24px;
    user-select: none;
    -webkit-user-select: none;
}

.report-problem-button:hover {
    text-decoration: underline;
}

.report-problem-window {
    z-index: 2000;
    color: rgba(255, 255, 255, 0.99);
    /*font-family: "Menlo", sans-serif;*/
    font-size: 13.5px /*9px*/ /*18px*/;
    line-height: 21px /*14px*/ /*28px*/;
    width: 570px /*1140px*/;
    height: 371px /*742px*/;
    /*margin-left: -570px;*/
    margin: 0 auto;
    padding: 5px 6px /*10px 12px*/;
    padding-top: 33px /*66px*/;
    box-sizing: border-box;
    background: rgb(30, 30, 30);
    border-radius: 12px;
    position: fixed;
    bottom: -400px;
    left: calc(50vw - 285px);
    /*top: 80px;
    left: 50%;*/
    box-shadow: 0 0 0 1px /*2px*/ rgba(255, 255, 255, 0.2) inset,
                0 0 0 0.5px /*1px*/ black,
                0 0.25px /*0.5px*/ 12.5px /*25px*/ 0 rgba(0, 0, 0, 0.8);
}

.report-problem-window.visible {
    animation: appWindowOpeningAnimation 0.25s ease-in;
    bottom: calc(50vh - 185px);
}

@keyframes appWindowOpeningAnimation {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

.report-problem-window .title-bar {
    cursor: default;
    color: rgb(182, 182, 179.8);
    font-size: 12px;
    font-weight: 800;
    /*font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Helvetica Neue", Arial, sans-serif;*/
    background: rgb(57, 57, 55.9);
    width: 100%;
    height: 28px;
    border-radius: 12px 12px 0 0;
    display: flex;
    flex-display: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.2) inset, -1px 1px 0 0 rgba(255, 255, 255, 0.2) inset, 0 0.5px 0 0 rgba(0, 0, 0, 1), 0 1px 0 0 rgba(0, 0, 0, 0.5);
    user-select: none;
    -webkit-user-select: none;
}

.report-problem-window .title-bar .button {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    position: absolute;
    top: 8px;
    user-select: none;
    -webkit-user-select: none;
}

.report-problem-window .title-bar .button.close {
    background: #fe5f57;
    left: 8px /*16px*/;
}

.report-problem-window .title-bar .button.close:hover {
    background: url("/src/images/close-x-mac-window.svg") #fe5f57;
    background-size: 7px;
    background-position: center;
    background-repeat: no-repeat;
}

.report-problem-window .title-bar .button.minimize {
    background: #4e4d4c;
    left: 28px /*56px*/;
}

.report-problem-window .title-bar .button.zoom {
    background: #4e4d4c;
    left: 48px /*96px*/;
}

.report-problem-window textarea {
    background-color: transparent;
    width: 558px;
    height: 333px;
    margin: 0;
    padding: 0;
    border: none;
    resize: none;
}

/*h1 {
    width: 600px;
    margin: 0 auto;
}*/

footer {
    color: var(--colorWhiteHex);
    text-shadow: 0 2px 4px Black;
    background: url("/src/images/dotted-background@2x.png"), rgba(66, 76, 88, 1);
    background-repeat: repeat;
    background-position: left top;
    image-rendering: pixelated;
    width: 100vw;
    height: 180px;
    margin-top: 16px;
    padding: 8px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: -180px;
    box-shadow: 0 -1px 0 0 White,
                0 10px 10px -10px Black inset,
                10px 0 10px -10px Black inset,
                -10px 0 10px -10px Black inset;
}

footer .footer-logo {
    cursor: default;
    width: 100vw;
    width: 100dvw;
    height: 22px;
    margin-top: 8px;
    background: url("/src/images/ZST White.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: drop-shadow(0 2px 6px Black);
    -webkit-filter: drop-shadow(0 2px 6px Black);
}

footer p {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    width: unset;
}

footer a, footer a:any-link {
    color: var(--colorWhiteHex);
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
}

.compose-new-post-button {
    z-index: 1200;
    cursor: pointer;
    background: url("/src/images/compose.svg") var(--colorBlueHex);
    background-size: 67%;
    background-position: center;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.5) inset,
                0 0.5px 2.5px 0 rgba(0, 0, 0, 0.3),
                0 0 0 0.5px rgba(0, 0, 0, 0.05);
    position: fixed;
    bottom: 48px;
    right: 48px;
    transform: rotate(0deg);
    transition: all 0.2s ease, border-radius 0s;
    user-select: none;
    -webkit-user-select: none;
}

.compose-new-post-button.close-compose-window {
    background: url("/src/images/close-button.svg") var(--colorWhiteHex);
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
    /*transform: rotate(180deg);*/
}

.compose-new-post-button:hover {
    transform: scale(1.2) rotate(0deg);
}

.compose-new-post-button:active {
    transform: scale(0.9) rotate(0deg);
}

.compose-new-post-button.close-compose-window:hover {
    transform: scale(1.2) rotate(0deg);
}

.compose-new-post-button.close-compose-window:active {
    transform: scale(0.9) rotate(0deg);
}

.compose-new-post-window {
    z-index: 1000;
    background: linear-gradient(to bottom, #f5f5f5, #dbdbdb);
    width: 400px;
    height: 300px;
    border-radius: 12px;
    box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.5) inset,
                0 1px 5px 0 rgba(0, 0, 0, 0.6),
                0 0 0 1px rgba(0, 0, 0, 0.1);
    position: fixed;
    bottom: -300px;
    right: -250px;
    transition: all 0.5s ease-in;
    filter: brightness(0.5);
    -webkit-filter: brightness(0.5);
    user-select: none;
    -webkit-user-select: none;
}

.compose-new-post-window.show {
    bottom: calc(50vh - 200px + 36px);
    right: calc(50vw - 150px - 50px);
    transition: 0.4s ease-out;
    filter: brightness(1);
    -webkit-filter: brightness(1);
}

.compose-new-post-window .post-profile-info {
    cursor: default;
    width: auto;
    height: 40px;
    margin-left: 48px;
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.compose-new-post-window .profile-picture {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: -48px;
    box-shadow: 0 0 2px 1px rgba(var(--colorBlackRGB), 0.5) inset,
                0 1px 0 0 White;
}

.compose-new-post-window .post-profile-info span {
    width: 100%;
    height: 20px;
    font-size: 16px;
    line-height: 16px;
}

.compose-new-post-window .name {
    color: var(--colorBlueHex);
    font-weight: 500;
}

.compose-new-post-window .username {
    color: gray;
}

.compose-new-post-window textarea {
    cursor: text;
    color: var(--colorBlackHex);
    font: inherit;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    /*text-shadow: 0 1px 0 rgba(var(--colorBlackRGB), 0.2);*/
    caret-color: var(--colorBlueHex);
    quotes: "“" "”" "’" "’";
    /*background: transparent;*/
    background: White;
    border: none;
    outline: none;
    width: calc(100% - 20px);
    height: 194px;
    margin: 10px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(var(--colorBlackRGB), 0.2) inset,
                0 1px 2px 1px rgba(var(--colorBlackRGB), 0.2) inset,
                0 1px 0 0 var(--colorWhiteHex),
                0 0 0 0 var(--colorGreenHex) inset;
    position: absolute;
    bottom: 36px;
    left: 0;
    display: block;
    /*transition: background 0.5s ease-out;*/
    transition: box-shadow 0.4s ease-out;
    overflow: hidden;
    white-space: wrap;
    overflow-wrap: break-word;
    word-wrap: break-word;
    text-overflow: ellipsis;
    box-decoration-break: slice;
    -webkit-box-decoration-break: slice;
    resize: none;
}

.compose-new-post-window button {
    position: absolute;
    top: 10px;
    right: 10px;
}

.compose-new-post-window .counter-label, .compose-new-post-window .counter {
    cursor: default;
    color: rgba(var(--colorBlackRGB), 0.3);
    font: inherit;
    letter-spacing: 4%;
    text-shadow: 0 -1px 1px rgba(var(--colorBlackRGB), 0.2),
                 0 1.5px 0 var(--colorWhiteHex);
    position: absolute;
    transition: color 0.6s, text-shadow 0.6s;
    user-select: none;
    -webkit-user-select: none;
}

.compose-new-post-window .counter-label {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    bottom: 16px;
    left: 12px;
    text-transform: uppercase;
}

.compose-new-post-window .counter {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    bottom: 12px;
    right: 12px;
}

.compose-new-post-window .counter.limit {
    color: OrangeRed;
    text-shadow: 0 0px 6px Orange,
                 0 1.5px 0 var(--colorWhiteHex);
}

.compose-new-post-window textarea::selection {
    color: White;
    background: rgba(var(--colorBlueRGB), 0.8);
}

@media only screen and (max-width: 600px) {
    body {
        min-height: calc(100vh - env(safe-area-inset-top) - 180px);
        min-height: calc(100dvh - env(safe-area-inset-top) - 180px);
        padding: 0 16px;
        padding-top: 80px;
        box-sizing: border-box;
    }

    .set-profile-picture-bubble {
        font-size: 22px;
        line-height: 22px;
        border-radius: 20px;
        top: unset;
        bottom: 56px;
        left: 25px;
        /*animation: bubble-in-animation 0.5s 1s forwards;*/
    }

    #splash {
        top: -8px;
    }

    .menu {
        /*padding-top: 16px;*/
        justify-content: flex-end;
    }

    .menu #logo {
        width: 44px;
        height: 44px;
        top: calc(18px + env(safe-area-inset-top));
        left: 16px;
    }

    .menu ul {
        width: calc(100vw - 110px);
        margin-right: 16px;
        backdrop-filter: saturate(3) brightness(1.2) blur(2px);
        -webkit-backdrop-filter: saturate(3) brightness(1.2) blur(2px);
    }

    h1 {
        width: calc(100vw - 32px);
    }

    .report-problem-button {
        font-size: 16px;
        line-height: 16px;
    }

    .report-problem-window {
        width: 100vw;
        height: 100vh;
        width: 100dvw;
        height: 100dvh;
        border-radius: 40px 40px 0 0;
        bottom: 100vh;
        bottom: 100dvh;
        left: 0;
        box-shadow: none;
    }

    .report-problem-window.visible {
        animation: appWindowOpeningAnimation 0.35s ease-out forwards;
    }

    @keyframes appWindowOpeningAnimation {
        0% {
            bottom: -100vh;
            bottom: -100dvh;
        }
        100% {
            bottom: -6px;
        }
    }

    .report-problem-window .title-bar {
        background: transparent;
        font-size: 16px;
        font-weight: 600;
        width: 100%;
        height: 76px;
        border-radius: inherit;
        box-shadow: none;
    }

    .report-problem-window .title-bar .button {
        width: 44px;
        height: 44px;
        border-radius: 22px;
        position: absolute;
        top: 16px;
        left: unset !important;
        right: 16px;
        box-shadow: 1px 0.8px 0.5px -0.5px rgba(255, 255, 255, 0.4) inset, -1px -0.8px 0.5px -0.5px rgba(255, 255, 255, 0.4) inset, 0 6px 10px 10px rgba(0, 0, 0, 0.05);
        backdrop-filter: brightness(1.3);
        -webkit-backdrop-filter: brightness(1.3);
    }

    .report-problem-window .title-bar .button.close {
        background: url("/src/images/close-x-dark.svg") transparent !important;
        background-size: 10px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .report-problem-window .title-bar .button.minimize, .report-problem-window .title-bar .button.zoom {
        display: none;
    }




    footer {
        padding: 16px;
        bottom: -360px;
    }

    footer .footer-logo {
        /*transform: scale(2.8);*/
    }

    .compose-new-post-button {
        bottom: 32px;
        right: 32px;
    }

    .compose-new-post-window {
        width: calc(100vw - 32px);
        /*bottom: calc(50vh - 150px);*/
    }

    .compose-new-post-window.show {
        right: 16px;
    }
}

@media (prefers-color-scheme: light) {
    body {
        color: var(--colorBlackHex);
        background: GhostWhite;
    }

    .menu ul {
        background: rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 1) inset,
                    0 0.5px 2.5px 0 rgba(0, 0, 0, 0.3),
                    0 0 0 0.5px rgba(0, 0, 0, 0.05);
    }
}

@media (prefers-color-scheme: dark) {
    body {
        color: var(--colorWhiteHex);
        background: var(--colorBlackHex);
    }

    .menu ul {
        background: rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.5) inset,
                    0 0.5px 2.5px 0 rgba(0, 0, 0, 0.3),
                    0 0 0 0.5px rgba(0, 0, 0, 0.05);
    }
}



.new-feature-alert {
    z-index: 2000;
    color: var(--colorWhiteHex);
    font-size: 18px;
    line-height: 18px;
    text-decoration: none;
    background: rgba(var(--colorBlueRGB), 0.9);
    width: 320px;
    height: 60px;
    padding: 10px;
    padding-left: 60px;
    box-sizing: border-box;
    border-radius: 14px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
    transform: translateX(600px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    top: 80px;
    right: 40px;
    /*animation: newFeatureAlert 0.5s 0.5s ease forwards;*/
    backdrop-filter: blur(20px) saturate(1.1);
    -webkit-backdrop-filter: blur(20px) saturate(1.1);
    user-select: none;
    -webkit-user-select: none;
}

.new-feature-alert:hover {
    text-decoration: underline;
}

.new-feature-alert::after {
    content: "";
    background: url("/src/images/ZST.svg"), var(--colorWhiteHex);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    border-radius: 15%;
    position: absolute;
    top: 10px;
    left: 10px;
}

@keyframes newFeatureAlert {
    0% {
        transform: translateX(600px);
    }
    50% {
        transform: translateX(-40px);
    }
    100% {
        transform: translateX(0px);
    }
}

/* Custom */

.new-feature-alert.fohliem_preview {
    color: #1fb000;
    background: Black; /* var(--colorBlackHex) */
}

.new-feature-alert.fohliem_preview::after {
    background: url(https://media.Fohliem.pl/profile-picture/sWmAJqEaqdiNgHez), Black; /* var(--defaultProfilePicture) */
    background-size: contain;
}


.new-feature-alert.mobile_app {
    color: var(--colorWhiteHex);
    background: var(--colorGreenHex);
}

.new-feature-alert.mobile_app::after {
    background: url("/src/images/notifications/iphone.gen3.svg"), var(--colorWhiteHex);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}

/* Custom */