.columns-area__panels {
    display: flex; /* Flexbox aktivieren */
}

.columns-area__panels__pane--start.columns-area__panels__pane--navigational {
    order: 1; /* Erste Position */
}

.columns-area__panels__main {
    order: 2; /* Zweite Position */
}

.columns-area__panels__pane--compositional {
    order: 3; /* Dritte Position */
}

.account__avatar img {
    display: inline-block;
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 50%;
}

.account__header__bar .avatar .account__avatar {
    background: var(--background-color);
    border: unset;
    border-radius: unset;
}

.account__header__tabs__buttons .button {
    flex-shrink: 1;
    min-width: 80px;
    white-space: nowrap;
    border-radius: 20px;
}

.account__header__tabs__buttons .icon-button {
    border: 1px solid #42425c;
    border-radius: 40px;
    box-sizing: initial;
    padding: 5px;
}

.link-footer {
    display: none;
}

.hashtag-bar a {
    background: #6161ff;
    border-radius: 12px;
    color: #ffffff;
    display: inline-flex;
}

.column-link:active,
.column-link:focus,
.column-link:hover {
    color: #6161ff;
}

.navigation-panel__sign-in-banner .button.button--block {
    display: none;
}

.navigation-panel__sign-in-banner .button.button--block.button-tertiary {
    display: inline-flex;
}

.ui__header__links button {
    display: none;
}

.ui__header__links button.button-tertiary {
    display: none;
}

.sign-in-banner p {
    display: none;
}

.no-list {
    display: none;
}

.sign-in-banner .button {
    display: none;
}

.ui__header__logo {
    container: header-logo / inline-size;
    display: inline-flex;
}

.account__header__extra {
    display: flex;
    flex-direction: column; /* This will stack children vertically */
}

.account__header__extra__links {
    order: 1; /* This will keep the links first */
}

.account__header__bio {
    order: 2; /* This will move the bio under the links */
}

::-moz-selection {
    color: #fff;
    background: #6565ff;
}

::selection {
    color: #fff;
    background: #6565ff;
}

.navigation-panel__sign-in-banner .button.button--block.button-tertiary {
    display: inline-flex;
    border-radius: 60px;
}

.server-banner__meta__column {
    flex: 0 0 auto;
    overflow: hidden;
    width: calc(50% - 5px);
    display: none;
}

a.account__wrapper:hover {
    color: #ff6161;
}

.account__avatar {
    display: block;
    position: relative;
    border-radius: 60px;
    background: var(--surface-background-color);
}

.animated-number {
    font-size: 16px;
}

.edit-indicator__cancel .icon:hover {
    color: #df405a;
}

.account__header__tabs__name h1 {
    font-size: 28px;
}

.account__header__bio {
    order: 2;
    margin-bottom: 10px;
}

.account__header__tabs__name h1 small {
    margin-top: 6px;
}

.account__header__bar .avatar .account__avatar {
    background: unset;
    border: unset;
    border-radius: unset;
}

a.account__wrapper:hover {
  color: #ff6161;
}

.icon-button--with-counter:hover .icon:not(.icon-star) {
    color: #6161ff;
}

.account__header__extra__links a strong {
    font-weight: 700;
    font-size: 20px;
    color: #000000
}

.layout-single-column .account__header__bio .account__header__fields {
  background-color: transparent;
  border: 0;
  color: var(--color-dim);
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-default);
  padding: 0;
}


.layout-single-column
  .account__header__bio
  .account__header__fields
  dl:has(dd > span:empty)::after {
  display: none;
}

.layout-single-column .account__header__bio .account__header__fields dt {
  order: 3;
}

.layout-single-column .account__header__bio .account__header__fields dd {
  order: 2;
}

.layout-single-column
  .account__header__bio
  .account__header__fields
  dl:first-of-type::before,
.layout-single-column
  .account__header__bio
  .account__header__fields
  dl:first-of-type::after {
  display: none;
}

.layout-single-column .account__header__bio .account__header__fields dl {
  width: 100%;
}

.layout-single-column
  .account__header__bio
  .account__header__fields
  dt:not([title]) {
  display: inline-flex;
  font-weight: var(--font-weight-regular);
  gap: calc(var(--gap-default) / 2);
  text-transform: unset;
}

.layout-single-column .account__header__bio .account__header__fields dd,
.layout-single-column .account__header__bio .account__header__fields dt {
  color: var(--color-dim);
  font-size: var(--font-size);
  font-weight: var(--font-weight-regular);
  text-transform: unset;
}
.account__header__fields {
  display: flex;
  flex-direction: column; /* sorgt für vertikale Anordnung */
}

/* der erste dl (Mitglied seit) nach unten schieben */
.account__header__fields dl:first-of-type {
  order: 2;
}

/* alle anderen bleiben oben */
.account__header__fields dl:not(:first-of-type) {
  order: 1;
}

.account__header__bio .account__header__fields dl {
        display: block;
        padding: 11px 2px;
        border-bottom-color: var(--background-border-color);
}

    .account__header__bio .account__header__content {
        color: #fff;
        border-radius: 12px;
        border-style: solid;
        border-color: #606085;
        border-width: 1px;
        padding: 16px 6px;
    }

.account__header__tabs__name .emojione {
    width: 22px;
    height: 22px;
    pointer-events: none;
}

a.account__wrapper:hover {
  color: #ff6161;
}

.media-modal__buttons .icon-button[title="Schließen"]:hover {
    color: #df405a;
}

.account--minimal .account__display-name:hover .display-name strong {
    color: #6161ff;
}

.edit-indicator__cancel .icon:hover {
    color: #df405a;
}

.layout-single-column .account__header__bio .account__header__fields dl { width: 100%; border: unset; 
}

.hashtag-bar a:hover {
    background: #090a23;
    border-radius: 12px;
    color: #ffffff;
    display: inline-flex;
}

.layout-single-column .account__header__bio .account__header__fields dt {
    color: #6364ff;
    font-weight: bold;
    font-size: 16px;
}

.compose-form__upload .icon-button.compose-form__upload__delete .icon:hover {
    color: #df405a;
}

.icon-button.star-icon.active {
        color: #df3b85;
    }



@keyframes zoom-click {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5); /* kurz größer */
    }
    100% {
        transform: scale(1);
    }
}

.no-reduce-motion .icon-button.star-icon.activate > .icon {
    animation: zoom-click 0.3s ease; /* Dauer & Timing */
    transform-origin: 50% 50%;
}

.status__action-bar__button.star-icon.icon-button:hover {
    color: #df3b85;
}

.icon-button.star-icon:hover {
        color: #df3b85;
}

.status__action-bar .icon.icon-star:hover {
    color: #df3b85;
}

.icon-button.star-icon.hover{ 
    color: #df3b85;
}

.icon-button.star-icon.icon-button__counter:hover {
    color: #df3b85;
}
.status__action-bar__button.icon-button.star-icon.active {
    color: #df3b85;
}


.account__header__extra__links a strong:hover {
    color: #6364ff;
}

.status__action-bar .icon-button--with-counter:hover .icon:not(.icon-star),
.status__action-bar .icon-button--with-counter:hover .icon:not(.icon-star) path {
    color: #6161ff; /* Text-/Iconfarbe */
    fill: #6161ff;  /* SVG-Füllfarbe */
}

.bookmark-icon:hover .icon-bookmark path {
    fill: #6161ff;
}

.no-reduce-motion .icon-button.star-icon.deactivate > .icon {
    animation: zoom-deactivate 0.3s ease; /* Dauer & Timing */
    transform-origin: 50% 50%; /* zentriert */
}


/* Basis für alle Herz-Icons */
.icon.icon-star {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 0.2s, transform 0.2s;
}

/* Stern-Path ausblenden */
.icon.icon-star path {
    display: none;
}


/* Hover über normalen Buttons */
.icon-button.star-icon:hover .icon.icon-star {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23FF4D6D" stroke="%23FF4D6D" stroke-width="2"><path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/></svg>');
    transform: scale(1.2);
}

/* Aktiv / Vollherz + Pop-Animation */
.icon-button.star-icon.activate .icon.icon-star {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23FF4D6D" stroke="%23FF4D6D" stroke-width="2"><path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/></svg>');
    animation: zoom-click 0.3s ease;
    transform-origin: 50% 50%;
}

/* Column-Icons (weiß standard) */


/* Hover über übergeordnetes Column-Link → blau-lila, keine Pop */
.column-link.column-link--transparent:hover .icon.icon-star.column-link__icon {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%235050CE" stroke-width="2"><path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/></svg>');
    /* keine transform/animation */
}

/* Keyframes Pop-Animation */
@keyframes zoom-click {
    0% { transform: scale(1); }
    50% { transform: scale(1.5); }
    70% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

.notification-group.focusable.notification-group--favourite .icon.icon-star:not(.column-link__icon) {
    background-image: url(data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23FF4D6D" stroke="%23FF4D6D" stroke-width="2"><path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/></svg>);
}


.status__action-bar .status__action-bar__button-wrapper:nth-of-type(2) .icon-button.active {
    color: #5cefaa;
}

.status__action-bar .status__action-bar__button-wrapper:nth-of-type(2) .icon-button.active path {
    fill: #5cefaa;
}

/* Hover-Zustand – auch grün */
.status__action-bar .status__action-bar__button-wrapper:nth-of-type(2) .icon-button:hover {
    color: #5cefaa;
}

.status__action-bar .status__action-bar__button-wrapper:nth-of-type(2) .icon-button:hover path {
    fill: #5cefaa;
}




.icon-bookmark:hover path {
  fill: rgb(255 193 44); /* optional lighter hover */
}

.icon-bookmark:active path {
  fill: rgb(255 193 44); /* optional active color */
}

.bookmark-icon:hover .icon-bookmark path {
  fill: rgb(255 193 44);
}

.icon-button.bookmark-icon.active {
        color: rgb(255 193 44);
    }

.icon.icon-star:not(.column-link__icon) {
    background-image: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FF4D6D' stroke='%23FF4D6D' stroke-width='2'><path d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/></svg>);
}

/* Inaktive Herz-Icons */
.icon.icon-star:not(.column-link__icon) {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23606085" stroke-width="2"><path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/></svg>');
}



.notification-group.focusable.notification-group--favourite .icon.icon-star:not(.column-link__icon) {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23FF4D6D" stroke="%23FF4D6D" stroke-width="2"><path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/></svg>');
}


/* New Edit */


.compose-form__highlightable {
    background: transparent;
}

.compose-form .autosuggest-textarea__textarea, .compose-form .spoiler-input__input {
    background: transparent;
}

.search__input {
    background: transparent;
}



/* Link status card */

.status-card.expanded .status-card__image {
        width: 70%;
        aspect-ratio: auto;
    }
    .status-card.expanded {
        flex-direction: unset;
        align-items: flex-start;
    }
        .status-card__image-image {
        background-position: 50%;
        background-size: cover;
        display: block;
        height: 100%;
        margin: 0;
        object-fit: cover;
        width: 100%;
    }


    .status-card.expanded {
        flex-direction: unset;
        align-items: normal;
    }
    .status-card.expanded .status-card__image {
        width: 25%;
        aspect-ratio: auto;
    }
.status-card__content {
    flex: auto;
    padding: 10px;
    box-sizing: border-box;
    max-width: fit-content;
}
.status-card.expanded {
    flex-direction: unset;
    align-items: flex-start;
    max-height: 100%;
}
.status-card__image-image {
    width: 100%;
    height: auto; /* Höhe proportional zur Breite */
    display: block;
    object-fit: cover; /* oder contain, wenn alles sichtbar sein soll */
    border-radius: 8px; /* optional */
}
.status-card.expanded {
    flex-direction: unset;
    align-items: normal;
    max-height: 100%;
}

.status-card.expanded .status-card__image {
    aspect-ratio: auto;
    width: 30%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.status-card__description {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    white-space: break-spaces;
    overflow: hidden;
    text-overflow: ellipsis;
}
.status-card__image-image {
    width: 100%;
    height: -webkit-fill-available;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}
.status__prepend__icon {
    color: #5cefaa;
}




::-webkit-scrollbar {
    width: 16px; /* breiter Scrollbar */
}

::-webkit-scrollbar-track {
    background: #1e1e1e; /* dunkler Track */
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #4a4a4a, #6161ff); /* dunkler Farbverlauf */
    border-radius: 8px;
    border: 3px solid #1e1e1e; /* Abstand vom Track */
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #666, #aaa); /* Hellere Farbe beim Hover */
}

/* Firefox */
* {
    scrollbar-width: auto; /* Breiter Scrollbar */
    scrollbar-color: #6161ff #1e1e1e; /* Thumb-Farbe + Track-Farbe */
}




.account__header__bio .account__header__fields .verified:last-child {
        background-color: #12122c;
    }

        icon icon-check verified__mark.icon path {
        fill: #6364ff;
    }
        .account__header__bio .account__header__fields .verified dt, .account__header__bio .account__header__fields .verified dd {
        color: #6364ff;
    }
    .account__header__bio .account__header__fields .verified a {
        color: #6364ff;
    }
    .account__header__bio .account__header__fields .verified {
        background-color: #12122c;
    }
    .account__header__bio .account__header__fields .verified {
        border: 1px solid #6364ff;
        margin-top: -1px;
        margin-inline: -1px;
        background-color: #12122c;
        border-radius: 10px;
    }
.account__header__fields .verified__mark {
    color: #6161ff;
}
.account__header__bio .account__header__fields .verified:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 4px;
}

.dropdown-menu__item a:focus, .dropdown-menu__item a:hover, .dropdown-menu__item a:active, .dropdown-menu__item button:focus, .dropdown-menu__item button:hover, .dropdown-menu__item button:active {
    background: #6161ff;
    outline: 0;
}
.dropdown-menu__item--dangerous:hover {
    color: #df405a;
    background-color: #3f030d;
    border-radius: 4px;
}

.status__info {
    font-size: 15px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    cursor: pointer;
    background-color: #07070a;
    padding: 4px 2px 4px 2px;
    border-radius: 12px;
}
.status-card__description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 8px;
    font-size: 14px;
    white-space: normal;
}

.status__quote-icon {
    color: #6161ff;
}
.video-player__seek__progress {
    background: #6364ff;
}
.video-player__buttons .icon {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    aspect-ratio: 1;
}
.video-player__seek__handle {
    width: 16px;
    height: 16px;
    background: #fff;
}

.account__avatar {
    background: transparent;
}

.account__header__tabs__name h1 small {
    margin-top: 10px;
}

.account__domain-pill {
    background: rgba(97, 97, 255, .2);
    border: 0;
    border-radius: 60px;
    color: #6161ff;
    display: inline-flex;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    padding: 4px 8px;
}

.status__info {
    background-color: unset;
}


    .upload-area__content {
        border: 2px dashed #6161ff;
    }
.upload-area__background {
        background: unset;
    }
.video-player__seek__buffer {
    background: #acacff;
}

.icon.icon-person-add path {
  fill: #6161ff;
}


.status__content a.unhandled-link, .edit-indicator__content a.unhandled-link, .reply-indicator__content a.unhandled-link {
        color: #8c8dff;
        border-style: solid;
        border-color: #7477fd;
        border-width: 1px;
        padding: 2px 6px 2px 6px;
        display: inline-flex;
        border-radius: 12px;
        transition: background-color 0.2s ease, color 0.2s ease;
    }

.status__content a.unhandled-link:hover,
.edit-indicator__content a.unhandled-link:hover,
.reply-indicator__content a.unhandled-link:hover {
    background-color: #0c0c2a;
}

.status__content a.unhandled-link::before, .edit-indicator__content a.unhandled-link::before, .reply-indicator__content a.unhandled-link::before {
        content: "🔗 ";
        margin-right: 2px;
    }

    .emojione {
        margin: -.2ex .0em .2ex;
    }

    .account__header__tabs__name .emojione {
        pointer-events: none;
    }
    .icon.icon-star.column-link__icon {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%232c2c3c" stroke-width="2"><path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/></svg>');
    }
    .circular-progress {
        color: #6364ff;
        animation: 1.4s linear 0s infinite normal none running simple-rotate;
    }

.detailed-status__meta__line {
    align-items: center;
    border-bottom: unset;
    display: flex;
    gap: 8px;
    padding: 4px 0;
}

.detailed-status__meta__line:first-child {
    padding-top: 0;
    border-bottom: 1px solid var(--background-border-color);
}

.detailed-status__meta__line:first-child {
    padding-top: 0;
    border-bottom: 1px solid var(--background-border-color);
}
.dropdown-menu__text-button {
    display: none;
}
.account__header__extra__links a strong {
        font-weight: 700;
        font-size: 20px;
    }

    
    .dropdown-menu__item button[data-index="11"]:focus,
    .dropdown-menu__item button[data-index="11"]:hover,
    .dropdown-menu__item button[data-index="11"]:active {
        background: #36060e;
        color: #bb0000;
    }
    
    .dropdown-menu__item.dropdown-menu__item--dangerous[data-index="11"] button:hover,
    .dropdown-menu__item.dropdown-menu__item--dangerous[data-index="11"] button:focus,
    .dropdown-menu__item.dropdown-menu__item--dangerous[data-index="11"] button:active {
      background: #36060e;
    }
    
    .account--minimal .account__display-name:hover .display-name strong {
        color: #6161ff;
    }
    .navigation-panel__logo {
        margin-bottom: 12px;
        display: none;
    }

.server-banner {
    background-color: #0000000f;
    border-color: #0000000a;
    padding-top: 2px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 2px;
    border-style: solid;
    border-width: 2px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
}
.server-banner:hover {
    border-color: #6364ff;
}

.server-banner > * {
    order: 0;
}

.server-banner > a[href="/about"] {
    order: 1;
}

.server-banner__introduction {
    order: 2;
}

a.status-card:hover {
    border: 1px solid #6364ff;
}

.status__content a.unhandled-link:hover, .edit-indicator__content a.unhandled-link:hover, .reply-indicator__content a.unhandled-link:hover {
    background-color: #8484ffa3;
    color: #4a4acb;
}

.app-body .column-link.column-link--logo, .app-body .ui__header__logo {
    background-image: url(https://twittr.de/system/site_uploads/files/000/000/004/48/0004b0854ef50cb3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: flex;
}
.app-body .column-link.column-link--logo .logo.logo--wordmark, .app-body .ui__header__logo .logo.logo--wordmark {
    display: none;
}

.navigation-panel__logo {
    margin-bottom: 12px;
    display: flex
;
}

/*darkmode*//*darkmode*//*darkmode*//*darkmode*//*darkmode*//*darkmode*//*darkmode*/

body.theme-default :root {
        --background-color: #07070c;
        --font-color-dark: #fff;
        --star-stroke: #ffffff;
        }

        body.theme-default .search__popout {
            background-color: #07070c;
    }
    
    body.theme-default .tabs-bar__wrapper {
        background-color: #07070c;
        -webkit-backdrop-filter: blur(10px) saturate(180%) contrast(75%) brightness(70%);
        backdrop-filter: blur(10px) saturate(180%) contrast(75%) brightness(70%);
    }
    body.theme-default .admin-wrapper .sidebar-wrapper__inner {
        background-color: #07070c;
    }
    
    body.theme-default .admin-wrapper .sidebar ul ul a {
        background-color: #07070c;
    }
    
    

    body.theme-default .upload-area__drop {
        background-color: var(--background-color);
    }

    body.theme-default .account__header__bio .account__header__content {
        border-radius: 12px;
        border-style: solid;
        border-color: #606085;
        border-width: 1px;
        padding: 16px 6px;
        background-color: #07070c;
    }

    body.theme-default body{
        background: #07070c;
    }

    body.theme-default .account__header__extra__links a strong {
        font-weight: 700;
        color: #fff;
        font-size: 20px;
}

.dropdown-menu {
        background: var(--background-color);
        -webkit-backdrop-filter: blur(10px) saturate(180%) contrast(75%) brightness(70%);
        backdrop-filter: blur(1px) saturate(180%) contrast(75%) brightness(30%);
        border: 1px solid var(--dropdown-border-color);
        padding: 4px;
        border-radius: 4px;
        box-shadow: var(--dropdown-shadow);
        z-index: 9999;
    }

    body.theme-default .icon.icon-star.column-link__icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E");
    }

    body.theme-default {
        background: #07070c;
    }

    body.theme-default .status__content a.unhandled-link:hover,
.edit-indicator__content a.unhandled-link:hover,
.reply-indicator__content a.unhandled-link:hover {
    background-color: #0c0c2a;
}


/* New Edit 25.10.2025 */

.account__avatar > img:hover {
    position: fixed;
    height: inherit;
    width: inherit;
    transform: scale(1.1);
}
.account__avatar > img {
    transition: transform .4s 
cubic-bezier(0, 0, 0, 3), background .2s, opacity .2s !important;
}




.account__header__image img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
}
.account__header__image {
    height: 0;
    padding-bottom: 35%;
    border-radius: var(--panel-radius) var(--panel-radius) 0 0;
    position: -webkit-sticky;
    position: sticky;
    top: calc(0px - var(--panel-radius));
    overflow: clip;
}

.tabs-bar__wrapper, .tabs-bar__portal, .column-back-button {
    display: none;
}

.columns-area__panels__main {
    max-width: 700px;
}

   .columns-area__panels__main {
        display: grid;
        grid-template-columns: 100%;
    }


    .server-banner {
        transition: transform 0.3s ease;
        max-width: 80%;
        margin-left: 20px;
    }
    .server-banner:hover {
        transform: scale(1.1);
    }

.button--compact {
    border-radius: 12px;
}
.search__input {
    background: transparent;
    border-radius: 60px;
}

.search.active .search__input {
    border-radius: 60px;
}
.search__popout {
    border-radius: 12px;
    margin-top: 6px;
}

.compose-form__highlightable {
    border-radius: 12px;
}

a.mention.hashtag {
    color: #ffffff;
    background-color: #6161ff;
    border-radius: 12px;
    padding: 4px 4px 4px 4px;
    transition: transform 0.3s ease;
    display: inline-block;
    margin-right: 2px;
}

a.mention.hashtag:hover {
    text-decoration: none;
    background-color: #20204a;
    transform: scale(1.1);
}

.column-link:active, .column-link:focus, .column-link:hover {
    background-color: #00000026;
    border-radius: 12px;
}

.app-body .column-link.column-link--logo:hover, .app-body .ui__header__logo:hover {
    transform: scale(1.2);
}

.app-body .column-link.column-link--logo, .app-body .ui__header__logo {
    background-image: url(https://twittr.de/system/site_uploads/files/000/000/004/48/0004b0854ef50cb3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    display: flex;
    transition: transform 0.3s ease;
}

.layout-single-column .account__header__bio .account__header__fields dd, .layout-single-column .account__header__bio .account__header__fields dt {
    overflow: visible;
}

.button:active, .button:focus, .button:hover {
    background-color: #20204a;
}



.hashtag-bar a {
    transition: transform 0.3s ease;
}
.hashtag-bar a:hover {
    transform: scale(1.1);
}
.button.button-tertiary:active, .button.button-tertiary:focus, .button.button-tertiary:hover {
    background-color: #20204a;
}
.simple_form .btn {
    border-radius: 12px;
}
.simple_form .btn:active, .simple_form .btn:focus, .simple_form .btn:hover {
    background-color: #20204a;
}

a.mention.hashtag {
    margin-top: 6px;
}
.status__content, .edit-indicator__content, .reply-indicator__content {
    overflow: visible;
    display: inline-block;
}


/* New 26.10.2025 */

.status {
    border-bottom: unset;
}
.column>.scrollable {
    padding: 10px;
}

.scrollable .notification__filter-bar, .scrollable .account__section-headline {
    margin-bottom: 10px;
}


.account__header__bar {
    position: relative;
    padding: 0 20px;
    border-bottom: unset;
}

.media-gallery__item-thumbnail img {
    object-fit: cover;
    border-radius: 12px;
}

.item-list.account-gallery__container article {
    margin-bottom: 2px;
  }



.account__section-headline a:hover {
    border-radius: 12px;
    color: #6161ff;
}

.picture-in-picture__footer .icon.icon-star:not(.column-link__icon) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E");
}

.navigation-panel {
    overflow: visible;
}

.column-link:active, .column-link:focus, .column-link:hover {
    background-color: unset;
}

.dismissable-banner, .warning-banner {
    margin: 10px 0px 8px;
}

.media-gallery__item-thumbnail img {
    object-fit: cover;
    border-radius: unset;
}


.item-list.account-gallery__container article {
    margin-bottom: 2px;
    border-radius: 0px;
}


.column>.scrollable {
    padding: unset;
}

.item-list.account-gallery__container article {
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 2px;
}
.navigation-panel__menu .column-link:hover {
    background: #00000026;
}


.admin-wrapper .sidebar ul a:hover {
    color: #6161ff;
    transition: all .1s linear;
    transition-property: color, background-color;
    background-color: #00000026;
    border-radius: 12px;
}

body.theme-default .admin-wrapper .sidebar ul ul a {
    background-color: #07070c;
    border-radius: unset;
}
.dismissable-banner, .warning-banner {
    margin: 10px 10px 8px;
}

.dropdown-menu__item a:focus, .dropdown-menu__item a:hover, .dropdown-menu__item a:active, .dropdown-menu__item button:focus, .dropdown-menu__item button:hover, .dropdown-menu__item button:active {
    background: #00000080;
}

.status__action-bar-button.icon-button.icon-button--with-counter:hover .icon.icon-retweet {
    color: #5cefaa;
}

.status__content .emojione, .account__header__bio .emojione {
    transition: transform .2s, filter .2s;
}
.status__content .emojione:hover, .account__header__bio .emojione:hover {
    transform: scale(1.2);
    filter: drop-shadow(0 0 3px #202020);
}

.app-body .column-link--transparent:active {
    transform: scale(.95);
}
.app-body .column-link:not(.column-link--logo) {
    transition: all .3s;
}

.compose-form__submit {
    transition: all .3s;
}

.compose-form__submit:active {
    transform: scale(.95);
}

.admin-wrapper .sidebar ul a:active {
    transform: scale(.95);
}

.admin-wrapper .sidebar ul a{
    transition: all .3s;
}
.admin-wrapper .sidebar ul {
    transition: all .3s;
}


.poll__input:active, .poll__input:focus, .poll__input:hover {
    border-color: #20204a;
}
.poll__input.active {
    background-color: #6161ff;
    border-color: #6161ff;
}
.edit-indicator__content {
    margin-bottom: 40px;
}

body.theme-default .edit-indicator {
    background: #00000090;
}

.edit-indicator {
    background: #00000012;
}
.table-wrapper {
    border-radius: 12px;
}
.onboarding__profile .app-form__avatar-input {
    border-radius: 60px;
}

.account__header__bio .account__header__content {
    color: #262626;
}

body.theme-default .account__header__bio .account__header__content {
    color: #9c9cc9;
}

.search-results__section__header {
    border-radius: 12px 12px 0px 0px;
}
.admin-wrapper .content__heading__tabs a.selected {
    border-radius: 60px;
}
.admin-wrapper .content__heading__tabs a:hover {
    border-radius: 60px;
}
.trends__item {
    border-bottom: unset;
}
.trends__item__name a:hover {
    color: #6161ff;
}

body.theme-default .search-results__section__header {
    background: hsl(0deg 0% 0% / 40%);
}

.search-results__section__header {
    background: hsl(0deg 0% 82.56% / 40%);
}


.dropdown-menu__item button[data-index="11"]:focus:not(:disabled):not([aria-disabled="true"]), .dropdown-menu__item button[data-index="11"]:hover:not(:disabled):not([aria-disabled="true"]), .dropdown-menu__item button[data-index="11"]:active:not(:disabled):not([aria-disabled="true"]) {
    background: #36060e;
}
.dropdown-menu__item button[data-index="12"]:focus:not(:disabled):not([aria-disabled="true"]),
.dropdown-menu__item button[data-index="12"]:hover:not(:disabled):not([aria-disabled="true"]),
.dropdown-menu__item button[data-index="12"]:active:not(:disabled):not([aria-disabled="true"]) {
  background: #36060e;
  color: #bb0000;
}

.player-button:hover .icon.icon-play path {
    fill: #6161ff;
}
.player-button:hover .icon.icon-expand path {
    fill: #6161ff;
}
.player-button:hover .icon.icon-arrows-alt path {
    fill: #6161ff;
}
.player-button:hover .icon.icon-volume-up path {
    fill: #6161ff;
}
.video-player__volume__current {
    background: #6161ff;
}
body.theme-default article {
    border-bottom: 1px solid hsl(240, 16%, 23%);
}
article {
    border-bottom: 1px solid hsl(240deg, 25%, 88%);
}

    .featured-carousel__title .icon {
        width: 24px;
        height: 24px;
        color: #6364ff;
}
    
.compose-form__submit button {
    background-color: unset;
    border: 1px solid #6364ff;
}

.dialog-modal {
    background: #18182157;
    -webkit-backdrop-filter: blur(10px) saturate(180%) contrast(75%) brightness(70%);
    backdrop-filter: blur(2000px) saturate(180%) contrast(75%) brightness(70%);
}
.dialog-modal__content__actions button {
    border-radius: 12px;
}
.dialog-modal__header__close.icon-button:hover {
    color: #df405a;
}

.layout-single-column .account__header__bio .account__header__fields dt:not([title]) {
    font-weight: bold;
}
.emojione {
    margin: -.2ex 0.2em .2ex;
}
.account__header__buttons .button {
    border-radius: 12px;
}

body.theme-system .account__header__extra__links a strong {
    color: #fff;
}

body.theme-system :root {
    --background-color: #07070c;
    --font-color-dark: #fff;
    --star-stroke: #ffffff;
    }

    body.theme-system .search__popout {
        background-color: #07070c;
}

body.theme-system .tabs-bar__wrapper {
    background-color: #07070c;
    -webkit-backdrop-filter: blur(10px) saturate(180%) contrast(75%) brightness(70%);
    backdrop-filter: blur(10px) saturate(180%) contrast(75%) brightness(70%);
}
body.theme-system .admin-wrapper .sidebar-wrapper__inner {
    background-color: #07070c;
}

body.theme-system .admin-wrapper .sidebar ul ul a {
    background-color: #07070c;
}



body.theme-system .upload-area__drop {
    background-color: var(--background-color);
}

body.theme-system .account__header__bio .account__header__content {
    border-radius: 12px;
    border-style: solid;
    border-color: #606085;
    border-width: 1px;
    padding: 16px 6px;
    background-color: #07070c;
}

body.theme-system body{
    background: #07070c;
}

body.theme-system .account__header__extra__links a strong {
    font-weight: 700;
    color: #fff;
    font-size: 20px;
}
body.theme-system .admin-wrapper .sidebar ul ul a {
    background-color: #07070c;
    border-radius: unset;
}

body.theme-system {
    background: #07070c;
    color: #fff;
}
body.theme-system article {
    border-bottom: 1px solid hsl(240, 16%, 23%);
}

body.theme-system .status__display-name .display-name strong, .account__display-name .display-name strong {
    color: #fff;
}
body.theme-system .status__content, .edit-indicator__content, .reply-indicator__content {
    position: relative;
    overflow-wrap: break-word;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 22px;
    padding-top: 2px;
    color: #fff;
}
body.theme-system .account__header__bar {
    background-color: #07070c;
}
body.theme-system .account__header__tabs__name h1 {
    color: #fff;
}
body.theme-system .account__header__extra__links a {
    color: #9c9cc9;
}
body.theme-system .account__header__tabs__name h1 small span {
    color: #9c9cc9;
}
body.theme-system .dropdown-menu {
    background: hsl(240, 16%, 11%);
    -webkit-backdrop-filter: blur(10px) saturate(180%) contrast(75%) brightness(70%);
    backdrop-filter: blur(1px) saturate(180%) contrast(75%) brightness(30%);
}
body.theme-system .detailed-status__display-name strong, .detailed-status__display-name span {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #9c9cc9;
}
body.theme-system .detailed-status__display-name strong {
    color: #fff;
}
body.theme-system .notification__filter-bar button.active, .notification__filter-bar a.active, .account__section-headline button.active, .account__section-headline a.active {
    color: #fff;
}

body.theme-system .notification__filter-bar button, .notification__filter-bar a, .account__section-headline button, .account__section-headline a {
    display: block;
    flex: 1 1 auto;
    color: #9c9cc9;
    padding: 15px 0;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    position: relative;
    width: 100%;
    white-space: nowrap;
}
    body.theme-system .interaction-modal {
        overflow: visible;
        position: relative;
        display: block;
        border-radius: 16px;
        background: rgba(23.562, 23.562, 32.538, .7);
        -webkit-backdrop-filter: blur(10px) saturate(180%) contrast(75%) brightness(70%);
        backdrop-filter: blur(10px) saturate(180%) contrast(75%) brightness(70%);
        border: 1px solid hsl(240, 16%, 23%);
        padding: 24px;
        box-sizing: border-box;
    }
   body.theme-system .interaction-modal p {
        text-align: center;
        font-size: 17px;
        line-height: 22px;
        color: #9c9cc9;
    }

body.theme-system .account__domain-pill__popout {
        background: rgba(23.562, 23.562, 32.538, .9);
        -webkit-backdrop-filter: blur(10px) saturate(180%) contrast(75%) brightness(70%);
        backdrop-filter: blur(10px) saturate(180%) contrast(75%) brightness(70%);
        border: 1px solid hsl(240, 16%, 23%);
        box-shadow: var(--dropdown-shadow);
        max-width: 320px;
        padding: 16px;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        gap: 24px;
        font-size: 14px;
        line-height: 20px;
        color: #9c9cc9;
    }

body.theme-system .account__domain-pill__popout__header h3 {
        font-size: 17px;
        line-height: 22px;
        color: #fff;
    }
body.theme-system .account__domain-pill__popout__parts h6 {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        color: #fff;
    }
.compose-form__dropdowns {
    order: 2;
}
.compose-form__footer {
    display: flex
    order: 2;
}
.compose-form__dropdowns {
    flex-wrap: wrap-reverse;
}
.status__content, .reply-indicator__content {
    margin-top: 10px;
}


.status__content, .edit-indicator__content, .reply-indicator__content {
    min-height: fit-content;
}
a.mention.hashtag {
    display: inline-block;
}

body.theme-default .status__content a.unhandled-link:hover, .edit-indicator__content a.unhandled-link:hover, .reply-indicator__content a.unhandled-link:hover {
    color: #ffffff;
}
body.theme-system .status__content a.unhandled-link:hover, .edit-indicator__content a.unhandled-link:hover, .reply-indicator__content a.unhandled-link:hover {
    color: #ffffff;
}

.compose-form__footer {
    order: 1;
}
.compose-form__dropdowns {
    order: 1;
    display: grid
;
    grid-template-columns: 2fr 1fr;
    gap: 10px;
}
body.theme-default .dialog-modal {
    background: #18182157;
    -webkit-backdrop-filter: blur(10px) saturate(180%) contrast(75%) brightness(70%);
    backdrop-filter: blur(2000px) saturate(180%) contrast(75%) brightness(70%);
    width: 588px;
    max-height: 80vh;
    flex-direction: column;
    background: var(--modal-background-color);
    -webkit-backdrop-filter: blur(10px) saturate(180%) contrast(75%) brightness(70%);
    border: 1px solid var(--modal-border-color);
    border-radius: 16px;
}
 body.theme-system .dismissable-banner__message, .warning-banner__message {
        color: #fff;
    }

    body.theme-system .ui__navigation-bar {
        background: hsl(240, 16%, 11%);
        -webkit-backdrop-filter: blur(10px) saturate(180%) contrast(75%) brightness(70%);
        backdrop-filter: blur(10px) saturate(180%) contrast(75%) brightness(70%);
        border-top: 1px solid hsl(240, 16%, 23%);
    }

    body.theme-system .detailed-status__meta .animated-number {
        color: #ddd9e8;
    }

body.theme-system .hashtag-bar .link-button {
        color: #9c9cc9;
    }

        body.theme-system .columns-area__panels__pane--navigational .navigation-panel {
            background-color: hsl(240, 16%, 11%);
        }

    body.theme-system .column-link {
        color: #fff;
    }

/*8.11.2025*/

.media-gallery.media-gallery--layout-4 {
    aspect-ratio: 2 / 2 !important;
}


.media-gallery.media-gallery--layout-4 {
    aspect-ratio: 2 / 2 !important;
    border-radius: 10px;
}

body.theme-system .columns-area__panels__pane--navigational .navigation-panel {
    background-color: #07070c;
}

.dropdown-menu__item a:focus:not(:disabled):not([aria-disabled=true]), .dropdown-menu__item a:hover:not(:disabled):not([aria-disabled=true]), .dropdown-menu__item a:active:not(:disabled):not([aria-disabled=true]), .dropdown-menu__item button:focus:not(:disabled):not([aria-disabled=true]), .dropdown-menu__item button:hover:not(:disabled):not([aria-disabled=true]), .dropdown-menu__item button:active:not(:disabled):not([aria-disabled=true]) {
        background: #6161ff;
    }


/* replay icon to chat bubble */

.icon.icon-reply path {
    display: none;
}

.icon.icon-reply {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='%23606085' aria-hidden='true'%3E%3Cpath d='M1.751 10c0-4.42 3.584-8 8.005-8h4.366c4.49 0 8.129 3.64 8.129 8.13 0 2.96-1.607 5.68-4.196 7.11l-8.054 4.46v-3.69h-.067c-4.49.1-8.183-3.51-8.183-8.01zm8.005-6c-3.317 0-6.005 2.69-6.005 6 0 3.37 2.77 6.08 6.138 6.01l.351-.01h1.761v2.3l5.087-2.81c1.951-1.08 3.163-3.13 3.163-5.36 0-3.39-2.744-6.13-6.129-6.13H9.756z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}
.icon-button--with-counter:hover .icon.icon-reply {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='%23595aff'%3E%3Cpath d='M1.751 10c0-4.42 3.584-8 8.005-8h4.366c4.49 0 8.129 3.64 8.129 8.13 0 2.96-1.607 5.68-4.196 7.11l-8.054 4.46v-3.69h-.067c-4.49.1-8.183-3.51-8.183-8.01zm8.005-6c-3.317 0-6.005 2.69-6.005 6 0 3.37 2.77 6.08 6.138 6.01l.351-.01h1.761v2.3l5.087-2.81c1.951-1.08 3.163-3.13 3.163-5.36 0-3.39-2.744-6.13-6.129-6.13H9.756z'/%3E%3C/svg%3E");

}
.media-modal__overlay .picture-in-picture__footer .icon-button:hover .icon-retweet::before {
    color: #5cefaa;
}
.picture-in-picture__footer .icon.icon-reply {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='%23ffffff' aria-hidden='true'%3E%3Cpath d='M1.751 10c0-4.42 3.584-8 8.005-8h4.366c4.49 0 8.129 3.64 8.129 8.13 0 2.96-1.607 5.68-4.196 7.11l-8.054 4.46v-3.69h-.067c-4.49.1-8.183-3.51-8.183-8.01zm8.005-6c-3.317 0-6.005 2.69-6.005 6 0 3.37 2.77 6.08 6.138 6.01l.351-.01h1.761v2.3l5.087-2.81c1.951-1.08 3.163-3.13 3.163-5.36 0-3.39-2.744-6.13-6.129-6.13H9.756z'/%3E%3C/svg%3E");
}
.media-modal__overlay .picture-in-picture__footer .icon-button:hover .icon.icon-retweet {
    color: #5cefaa;
}

