.toolbar-button {
    -webkit-tap-highlight-color: transparent;
    align-items: center;
    background: rgb(255 255 255 / 50%);
    border: 2px solid rgb(255 255 255 / 68%);
    border-radius: 13px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    height: 40px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    position: relative;
    text-align: center;
    transition: transform 0.08s ease, box-shadow 0.08s ease, filter 0.08s ease, background-color 0.08s ease;
    width: 40px;
}

.toolbar-button:active {
    filter: brightness(0.96);
    transform: translateY(1px) scale(0.97);
}

.toolbar-button img {
    display: block;
    height: 27px;
    width: 27px;
}

.toolbar-button--has-badge::after {
    background: #ff3434;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 1px 4px rgb(129 0 0 / 28%);
    content: "";
    height: 10px;
    position: absolute;
    right: -4px;
    top: -4px;
    width: 10px;
}

.menu-item {
    align-items: center;
    background: #c2ecff;
    border: 1px solid #42bdea;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
    box-sizing: border-box;
    color: #0027ff;
    cursor: pointer;
    display: flex;
    font: inherit;
    font-size: 15px;
    font-weight: 700;
    gap: 8px;
    justify-content: flex-start;
    line-height: 1.1;
    margin: 0 8px;
    min-height: 42px;
    padding: 10px;
    text-align: left;
    text-decoration: none;
}

.menu-item img {
    display: block;
    flex: 0 0 30px;
    height: 30px;
    object-fit: contain;
    width: 30px;
}

.menu-item--icon {
    border-radius: 10px;
    color: #0027ff;
    font-size: 30px;
    justify-content: center;
    line-height: 1;
    padding: 8px 12px;
    width: fit-content;
}

.site-menu-top .menu-item--icon {
    margin: 10px 8px 0;
}

.menu-item--icon img {
    flex-basis: auto;
    height: 26px;
    width: 26px;
}

.home-card-button {
    align-self: flex-start;
    background: rgb(58 139 255 / 10%);
    border: 2px solid rgb(58 139 255 / 50%);
    border-radius: 16px;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 32%);
    box-sizing: border-box;
    color: #0463c9;
    display: block;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    padding: 8px 15px;
}

.footer-link {
    background: rgb(255 255 255 / 18%);
    border: 1px solid rgb(255 255 255 / 44%);
    border-radius: 11px;
    box-sizing: border-box;
    color: #fff;
    display: inline-flex;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    padding: 8px 10px;
    text-decoration: none;
}

.footer-link:hover {
    color: #fff;
    filter: brightness(1.06);
}

.footer-social {
    background: rgb(255 255 255 / 22%);
    border: 1px solid rgb(255 255 255 / 55%);
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    padding: 8px 10px;
    text-decoration: none;
}

.footer-social:hover {
    color: #fff;
    filter: brightness(1.06);
}

.contact-submit,
.feedback-submit,
.feedback-login-link {
    align-self: flex-start;
    background: rgb(58 139 255 / 12%);
    border: 2px solid rgb(58 139 255 / 50%);
    border-radius: 16px;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 32%);
    box-sizing: border-box;
    color: #0463c9;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    padding: 8px 15px;
    text-decoration: none;
}

.coming-soon-action {
    background: rgb(178 238 109);
    border: 2px solid rgb(112 204 58 / 58%);
    border-radius: 16px;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 32%);
    box-sizing: border-box;
    color: #174ea6;
    display: inline-flex;
    font-size: 14px;
    font-weight: 900;
    justify-content: center;
    line-height: 1;
    padding: 10px 16px;
    text-align: center;
    text-decoration: none;
}

.coming-soon-action:active {
    filter: brightness(0.98);
    transform: translateY(1px) scale(0.99);
}

.not-found-action {
    align-items: center;
    background: rgb(178 238 109);
    border: 2px solid rgb(112 204 58 / 58%);
    border-radius: 16px;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 32%);
    box-sizing: border-box;
    color: #174ea6;
    display: inline-flex;
    font-size: 14px;
    font-weight: 900;
    gap: 8px;
    justify-content: center;
    line-height: 1;
    min-height: 40px;
    padding: 10px 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.not-found-action img {
    display: block;
    height: 22px;
    width: 22px;
}

.not-found-action:active {
    filter: brightness(0.98);
    transform: translateY(1px) scale(0.99);
}

.google-login-button {
    align-items: center;
    background: #4285f4;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-family: "Nunito", Arial, sans-serif;
    font-size: 15px;
    font-weight: 800;
    gap: 8px;
    line-height: 1;
    min-height: 44px;
    padding: 2px 10px 2px 2px;
    text-decoration: none;
}

.google-login-button:hover {
    background: #3367d6;
}

.google-login-button__icon {
    align-items: center;
    background: #fff;
    border-radius: 6px;
    display: flex;
    flex: 0 0 40px;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.google-login-button span:last-child {
    flex: 1;
    text-align: center;
}

.auth-email-link,
.auth-link-button,
.auth-submit {
    background: rgb(58 139 255 / 12%);
    border: 2px solid rgb(58 139 255 / 50%);
    border-radius: 16px;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 32%);
    box-sizing: border-box;
    color: #0463c9;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    justify-content: center;
    line-height: 1;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
}

.auth-submit {
    align-self: center;
    background: rgb(178 238 109);
}

.auth-email-link,
.auth-link-button {
    align-self: flex-start;
}

.auth-email-link {
    align-self: center;
}

.auth-close-link,
.auth-switch-link {
    align-self: center;
    color: #0463c9;
    display: inline-flex;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 800;
    justify-content: center;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

.premium-action-button {
    align-items: center;
    align-self: stretch;
    background: rgb(178 238 109);
    border: 2px solid rgb(112 204 58 / 58%);
    border-radius: 16px;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 32%);
    box-sizing: border-box;
    color: #174ea6;
    display: inline-flex;
    font-size: 15px;
    font-weight: 900;
    justify-content: center;
    line-height: 1;
    min-height: 44px;
    padding: 10px 16px;
    text-align: center;
    text-decoration: none;
}

.premium-action-button:active {
    filter: brightness(0.96);
    transform: translateY(1px) scale(0.98);
}

.premium-plan-button {
    align-items: center;
    background: rgb(178 238 109);
    border: 2px solid rgb(112 204 58 / 58%);
    border-radius: 16px;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 32%);
    box-sizing: border-box;
    color: #174ea6;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-size: 13px;
    font-weight: 900;
    justify-content: center;
    line-height: 1;
    margin-top: 6px;
    min-height: 38px;
    padding: 9px 12px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.premium-plan-button:disabled {
    background: rgb(255 255 255 / 62%);
    border-color: rgb(49 182 243 / 48%);
    box-shadow: none;
    color: #078fc7;
    cursor: default;
}

.premium-plan-button:active:not(:disabled) {
    filter: brightness(0.96);
    transform: translateY(1px) scale(0.98);
}

.premium-service-button {
    -webkit-tap-highlight-color: transparent;
    background: transparent;
    border: 0;
    border-bottom: 1px dotted currentColor;
    color: #4c7491;
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    padding: 2px 0;
}

.premium-service-button--danger {
    color: #b8665c;
}

.premium-service-button:active {
    color: #078fc7;
}

.premium-service-button--danger:active {
    color: #d65446;
}
