/* Dark Empires — Floating Telegram button */
#telegramButton {
    position: fixed;
    bottom: 45px;
    right: 1px;
    z-index: 9999;
    width: 90px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
    touch-action: none;
    margin-bottom: 10px;
}
#telegramButton:active { cursor: grabbing; }
#telegramButton img { width: 55px; height: 55px; }
