:root {
  --tl-width: 750px;
  --radius: 12px;
  --radius-round: 24px;
  --hover-color: rgba(170,170,170,0.07);
  --elevated-color: rgba(150,150,200,0.1);
  --border-color: rgba(120,120,200,0.2);
  --border-color-2: #787878;
  --shadow: 0 10px 40px -10px rgba(0,0,0,0.15);
  --shadow-low: 0 8px 16px -10px rgba(0,0,0,0.4);
  --shadow-med: 0 8px 60px -30px rgba(0,0,0,0.1);
  --status-left-padding: 15px;
}
.rtl textarea,
.rtl p {
  text-align: right;
  direction: rtl;
}
#mastodon a,
.modal-layout a,
#mastodon button,
.modal-layout button,
#mastodon label,
.modal-layout label {
  user-select: none;
}
#mastodon .button--block,
.modal-layout .button--block {
  font-weight: 700;
}
#mastodon .unhandled-link,
.modal-layout .unhandled-link {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
#mastodon .compose-form__upload-thumbnail,
.modal-layout .compose-form__upload-thumbnail,
#mastodon .button,
.modal-layout .button,
#mastodon button:not(.column-header__button),
.modal-layout button:not(.column-header__button),
#mastodon video,
.modal-layout video,
#mastodon input,
.modal-layout input,
#mastodon iframe,
.modal-layout iframe,
#mastodon .privacy-dropdown__dropdown,
.modal-layout .privacy-dropdown__dropdown,
#mastodon .react-toggle-track,
.modal-layout .react-toggle-track,
#mastodon .reply-indicator,
.modal-layout .reply-indicator,
#mastodon .compose-form__warning,
.modal-layout .compose-form__warning {
  border-radius: var(--radius) !important;
}
#mastodon button:focus-visible,
.modal-layout button:focus-visible,
#mastodon .focusable:focus-visible,
.modal-layout .focusable:focus-visible,
#mastodon a:focus-visible,
.modal-layout a:focus-visible,
#mastodon .media-gallery__item-thumbnail:focus-visible,
.modal-layout .media-gallery__item-thumbnail:focus-visible {
  box-shadow: inset 0 0 0 2px #dc7b18;
  outline: 2px #dc7b18 solid;
  outline-offset: -2px;
}
#mastodon *:not(.radio-button__input):not(input),
.modal-layout *:not(.radio-button__input):not(input) {
  font-display: swap !important;
}
#mastodon :not(.radio-button__input):not(input):not(span),
.modal-layout :not(.radio-button__input):not(input):not(span) {
  border-color: var(--border-color) !important;
}
@media (prefers-reduced-motion: no-preference) {
  #mastodon .load-more,
  .modal-layout .load-more,
  #mastodon .setting-toggle,
  .modal-layout .setting-toggle,
  #mastodon .column-header__back-button,
  .modal-layout .column-header__back-button,
  #mastodon .column-back-button,
  .modal-layout .column-back-button,
  #mastodon .trends__item,
  .modal-layout .trends__item,
  #mastodon .story,
  .modal-layout .story,
  #mastodon .media-gallery__item,
  .modal-layout .media-gallery__item,
  #mastodon .column-link,
  .modal-layout .column-link,
  #mastodon select,
  .modal-layout select,
  #mastodon .status-card,
  .modal-layout .status-card,
  #mastodon .audio-player,
  .modal-layout .audio-player,
  #mastodon .account,
  .modal-layout .account {
    transition: transform 0.4s cubic-bezier(0, 0, 0, 3) !important;
  }
  #mastodon .load-more:active,
  .modal-layout .load-more:active,
  #mastodon .setting-toggle:active,
  .modal-layout .setting-toggle:active,
  #mastodon .column-header__back-button:active,
  .modal-layout .column-header__back-button:active,
  #mastodon .column-back-button:active,
  .modal-layout .column-back-button:active,
  #mastodon .trends__item:active,
  .modal-layout .trends__item:active,
  #mastodon .story:active,
  .modal-layout .story:active,
  #mastodon .media-gallery__item:active,
  .modal-layout .media-gallery__item:active,
  #mastodon .column-link:active,
  .modal-layout .column-link:active,
  #mastodon select:active,
  .modal-layout select:active,
  #mastodon .status-card:active,
  .modal-layout .status-card:active,
  #mastodon .audio-player:active,
  .modal-layout .audio-player:active,
  #mastodon .account:active,
  .modal-layout .account:active {
    transform: scale(0.99);
    transition: transform 0.4s cubic-bezier(0, 0, 0, 1) !important;
  }
  #mastodon .column-header__button,
  .modal-layout .column-header__button,
  #mastodon .column-header__buttons > .column-header__back-button,
  .modal-layout .column-header__buttons > .column-header__back-button,
  #mastodon .react-toggle-track,
  .modal-layout .react-toggle-track,
  #mastodon .button,
  .modal-layout .button,
  #mastodon .icon-button,
  .modal-layout .icon-button,
  #mastodon .floating-action-button,
  .modal-layout .floating-action-button {
    transition: transform 0.4s cubic-bezier(0, 0, 0, 4) !important;
  }
  #mastodon .column-header__button:active,
  .modal-layout .column-header__button:active,
  #mastodon .column-header__buttons > .column-header__back-button:active,
  .modal-layout .column-header__buttons > .column-header__back-button:active,
  #mastodon .react-toggle-track:active,
  .modal-layout .react-toggle-track:active,
  #mastodon .button:active,
  .modal-layout .button:active,
  #mastodon .icon-button:active,
  .modal-layout .icon-button:active,
  #mastodon .floating-action-button:active,
  .modal-layout .floating-action-button:active {
    transform: scale(0.95);
    transition: transform 0.4s cubic-bezier(0, 0, 0, 1) !important;
  }
  #mastodon .status__content__spoiler-link span,
  .modal-layout .status__content__spoiler-link span {
    display: inline-block;
    transition: transform 0.4s cubic-bezier(0, 0, 0, 4) !important;
  }
  #mastodon .status__content__spoiler-link:active span,
  .modal-layout .status__content__spoiler-link:active span {
    transition: transform 0.4s cubic-bezier(0, 0, 0, 1) !important;
    transform: translateY(1px);
  }
}
#mastodon .react-toggle-thumb,
.modal-layout .react-toggle-thumb {
  pointer-events: none;
}
#mastodon .account__avatar,
.modal-layout .account__avatar,
#mastodon #profile_page_avatar,
.modal-layout #profile_page_avatar,
#mastodon .account__avatar-composite,
.modal-layout .account__avatar-composite,
#mastodon .account-card__title__avatar img,
.modal-layout .account-card__title__avatar img {
  border-radius: 30% !important;
}
#mastodon .account,
.modal-layout .account,
#mastodon .detailed-status__action-bar,
.modal-layout .detailed-status__action-bar,
#mastodon .column-header__collapsible-inner,
.modal-layout .column-header__collapsible-inner,
#mastodon .compose-form__buttons-wrapper,
.modal-layout .compose-form__buttons-wrapper,
#mastodon .audio-player,
.modal-layout .audio-player,
#mastodon .box-widget input[type="email"],
.modal-layout .box-widget input[type="email"],
#mastodon .box-widget input[type="password"],
.modal-layout .box-widget input[type="password"],
#mastodon .box-widget input[type="text"],
.modal-layout .box-widget input[type="text"],
#mastodon .box-widget textarea,
.modal-layout .box-widget textarea,
#mastodon .compose-form .spoiler-input__input,
.modal-layout .compose-form .spoiler-input__input,
#mastodon .compose-form__autosuggest-wrapper,
.modal-layout .compose-form__autosuggest-wrapper,
#mastodon .compose-form__poll-wrapper select,
.modal-layout .compose-form__poll-wrapper select,
#mastodon .report-dialog-modal__textarea,
.modal-layout .report-dialog-modal__textarea,
#mastodon .search__input,
.modal-layout .search__input,
#mastodon .setting-text,
.modal-layout .setting-text,
#mastodon .statuses-grid .detailed-status,
.modal-layout .statuses-grid .detailed-status {
  border: 0 !important;
}
.dropdown-menu {
  border-radius: var(--radius);
}
.dropdown-menu__container__list {
  overflow: hidden auto;
  border-radius: var(--radius);
  margin-block: -4px;
  max-height: 70vh;
}
.dropdown-menu__item {
  overflow: hidden;
}
.dropdown-menu__item a {
  padding: 0.7em 1em !important;
  transition: background-color 0.2s, color 0.2s;
  min-width: 150px;
}
.dropdown-menu__separator {
  margin: 0 !important;
}
#mastodon .interaction-modal,
.modal-layout .interaction-modal {
  border-radius: var(--radius);
  overflow-y: auto;
}
#mastodon .interaction-modal__choices,
.modal-layout .interaction-modal__choices {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}
#mastodon .interaction-modal__choices .interaction-modal__choices__choice,
.modal-layout .interaction-modal__choices .interaction-modal__choices__choice {
  max-height: 50vh;
  overflow-y: auto;
  border: 1px solid var(--border-color);
  flex: 1 0 270px;
  border-radius: var(--radius);
  transition: background 0.2s;
  position: relative;
}
@media (min-width: 1175px) {
  #mastodon .columns-area__panels__pane__inner,
  .modal-layout .columns-area__panels__pane__inner {
    padding-top: 30px;
    box-sizing: border-box;
  }
}
#mastodon .compose-panel,
.modal-layout .compose-panel {
  margin-top: 0;
  overflow-y: auto;
  margin-top: -30px;
  padding-top: 30px;
  padding-bottom: 10px;
  box-sizing: border-box;
  height: 100vh;
}
#mastodon .search,
.modal-layout .search,
.search-popout {
  margin-inline: 5px;
  border-radius: var(--radius);
}
#mastodon .search label,
.modal-layout .search label {
  box-sizing: border-box;
}
#mastodon .search input,
.modal-layout .search input {
  border-radius: var(--radius-round) !important;
  padding-inline-start: 20px !important;
  padding-inline-end: 40px !important;
}
#mastodon .search .search__icon > i,
.modal-layout .search .search__icon > i {
  margin-inline: 5px;
}
#mastodon .compose__action-bar-dropdown .icon-button,
.modal-layout .compose__action-bar-dropdown .icon-button {
  width: auto !important;
  height: auto !important;
  padding: 8px;
}
#mastodon .compose-form .reply-indicator__display-name,
.modal-layout .compose-form .reply-indicator__display-name {
  padding: 0;
}
#mastodon .compose-form .compose-form__autosuggest-wrapper,
.modal-layout .compose-form .compose-form__autosuggest-wrapper,
#mastodon .compose-form .autosuggest-textarea__textarea,
.modal-layout .compose-form .autosuggest-textarea__textarea {
  border-radius: var(--radius) var(--radius) 0 0 !important;
}
#mastodon .compose-form .compose-form__buttons-wrapper,
.modal-layout .compose-form .compose-form__buttons-wrapper {
  border-radius: 0 0 var(--radius) var(--radius) !important;
}
#mastodon .compose-form .compose-form__publish-button-wrapper,
.modal-layout .compose-form .compose-form__publish-button-wrapper {
  overflow: visible !important;
  max-width: 100%;
}
#mastodon .compose-form .compose-form__upload__actions,
.modal-layout .compose-form .compose-form__upload__actions {
  z-index: 5;
  position: relative;
}
#mastodon .compose-form .compose-form__upload-thumbnail,
.modal-layout .compose-form .compose-form__upload-thumbnail {
  display: flex;
  flex-direction: column;
}
#mastodon .compose-form .compose-form__upload__warning,
.modal-layout .compose-form .compose-form__upload__warning {
  position: relative;
  display: flex;
  justify-content: center;
  background: rgba(0,0,0,0.7);
  flex-grow: 1;
  box-shadow: 0 -50px rgba(0,0,0,0.7);
}
#mastodon .compose-form .compose-form__upload__warning > button,
.modal-layout .compose-form .compose-form__upload__warning > button {
  width: 100%;
  height: 100%;
  font-weight: 700;
  border-radius: var(--radius);
  padding-inline: 1em;
  color: #fff;
  box-shadow: var(--shadow-low);
}
#mastodon .compose-form .compose-form__upload__warning > button i,
.modal-layout .compose-form .compose-form__upload__warning > button i {
  margin-inline-end: 0.2em;
  transform: scale(1.2);
}
#mastodon .server-banner,
.modal-layout .server-banner {
  padding-inline: 10px;
}
#mastodon .server-banner .server-banner__hero,
.modal-layout .server-banner .server-banner__hero {
  border-radius: var(--radius);
  width: 100%;
  border-radius: var(--radius) var(--radius) 0 0;
  border: 1px solid var(--border-color);
  box-sizing: border-box;
}
#mastodon .server-banner .server-banner__description,
.modal-layout .server-banner .server-banner__description {
  border: 1px solid var(--border-color);
  padding: 15px;
  margin-top: -20px;
  border-radius: 0 0 var(--radius) var(--radius);
}
#mastodon .server-banner .server-banner__meta,
.modal-layout .server-banner .server-banner__meta {
  flex-direction: column;
}
#mastodon .server-banner .server-banner__meta .server-banner__meta__column,
.modal-layout .server-banner .server-banner__meta .server-banner__meta__column {
  width: unset;
  overflow: visible;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
}
#mastodon .server-banner .server-banner__meta .server-banner__meta__column h4,
.modal-layout .server-banner .server-banner__meta .server-banner__meta__column h4 {
  margin: 0;
  font-size: 0.9em !important;
  width: 100%;
}
#mastodon .server-banner .server-banner__meta .server-banner__meta__column .account,
.modal-layout .server-banner .server-banner__meta .server-banner__meta__column .account {
  margin-inline: -10px;
  padding: 10px !important;
  width: 100%;
}
#mastodon .server-banner .server-banner__meta .server-banner__meta__column .account::after,
.modal-layout .server-banner .server-banner__meta .server-banner__meta__column .account::after {
  content: unset;
}
#mastodon .server-banner .server-banner__meta .server-banner__meta__column .server-banner__number,
.modal-layout .server-banner .server-banner__meta .server-banner__meta__column .server-banner__number,
#mastodon .server-banner .server-banner__meta .server-banner__meta__column .server-banner__number-label,
.modal-layout .server-banner .server-banner__meta .server-banner__meta__column .server-banner__number-label {
  font-size: 1.1em;
  line-height: 2;
  margin-inline-end: 0.5em;
}
#mastodon .server-banner .server-banner__meta .server-banner__meta__column .server-banner__number-label,
.modal-layout .server-banner .server-banner__meta .server-banner__meta__column .server-banner__number-label {
  font-weight: 400 !important;
}
#mastodon .navigation-panel__sign-in-banner,
.modal-layout .navigation-panel__sign-in-banner {
  margin-inline: 5px;
  margin-bottom: 20px;
}
#mastodon .navigation-panel__sign-in-banner .sign-in-banner p,
.modal-layout .navigation-panel__sign-in-banner .sign-in-banner p {
  color: inherit !important;
  line-height: 1.5;
}
#mastodon .navigation-panel__sign-in-banner .sign-in-banner > :last-child,
.modal-layout .navigation-panel__sign-in-banner .sign-in-banner > :last-child {
  margin-bottom: 0;
}
#mastodon .link-footer > p:last-child,
.modal-layout .link-footer > p:last-child {
  margin-bottom: 0;
}
#mastodon .columns-area__panels__main,
.modal-layout .columns-area__panels__main {
  padding-top: 30px !important;
  overflow: visible !important;
  transition: max-width 0.2s cubic-bezier(0, 0, 0, 1.1), margin 0.2s cubic-bezier(0, 0, 0, 1.1);
}
@media (min-width: 1175px) {
  #mastodon .columns-area__panels__main,
  .modal-layout .columns-area__panels__main {
    margin: 0 10px;
  }
}
@media (min-width: 1320px) {
  #mastodon .columns-area__panels__main,
  .modal-layout .columns-area__panels__main {
    max-width: var(--tl-width) !important;
    padding: 0 15px;
  }
}
#mastodon .columns-area__panels__main > div,
.modal-layout .columns-area__panels__main > div {
  border-radius: var(--radius);
}
#mastodon .columns-area__panels__main > div:last-child,
.modal-layout .columns-area__panels__main > div:last-child {
  box-shadow: var(--shadow-med);
}
#mastodon .columns-area__panels__main :not(.scrollable--flex) > .scrollable,
.modal-layout .columns-area__panels__main :not(.scrollable--flex) > .scrollable {
  padding-bottom: 40vh !important;
}
#mastodon .columns-area__panels__main .column-actions,
.modal-layout .columns-area__panels__main .column-actions {
  position: static;
}
#mastodon .columns-area__panels__main .column-actions .column-actions__background,
.modal-layout .columns-area__panels__main .column-actions .column-actions__background {
  border-bottom-left-radius: var(--radius);
}
#mastodon .scrollable,
.modal-layout .scrollable,
#mastodon .column-back-button,
.modal-layout .column-back-button,
#mastodon .column-header,
.modal-layout .column-header {
  border: 0;
  border-radius: var(--radius);
}
#mastodon .scrollable:not(.scrollable--flex),
.modal-layout .scrollable:not(.scrollable--flex),
#mastodon .activity-stream,
.modal-layout .activity-stream {
  border: 0 !important;
  contain: unset !important;
}
#mastodon .scrollable:not(.scrollable--flex):not(.activity-stream),
.modal-layout .scrollable:not(.scrollable--flex):not(.activity-stream),
#mastodon .activity-stream:not(.activity-stream),
.modal-layout .activity-stream:not(.activity-stream) {
  padding: 10px;
}
#mastodon .scrollable:not(.scrollable--flex) > [tabindex]:first-child > .focusable,
.modal-layout .scrollable:not(.scrollable--flex) > [tabindex]:first-child > .focusable,
#mastodon .activity-stream > [tabindex]:first-child > .focusable,
.modal-layout .activity-stream > [tabindex]:first-child > .focusable {
  margin-top: 0;
}
#mastodon .scrollable:not(.scrollable--flex) > div > [tabindex]:last-child .status,
.modal-layout .scrollable:not(.scrollable--flex) > div > [tabindex]:last-child .status,
#mastodon .activity-stream > div > [tabindex]:last-child .status,
.modal-layout .activity-stream > div > [tabindex]:last-child .status {
  border: 0;
}
#mastodon .columns-area,
.modal-layout .columns-area {
  box-sizing: border-box;
  padding-bottom: 20px;
  height: 100% !important;
}
#mastodon .explore__search-results,
.modal-layout .explore__search-results {
  padding: 10px;
}
#mastodon .dismissable-banner,
.modal-layout .dismissable-banner {
  border-radius: var(--radius) var(--radius) 0 0;
}
#mastodon .dismissable-banner ~ .scrollable,
.modal-layout .dismissable-banner ~ .scrollable {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#mastodon .empty-column-indicator,
.modal-layout .empty-column-indicator {
  contain: unset;
  padding: 10px !important;
  color: unset;
  opacity: 0.8;
  font-size: 1.2em;
  line-height: 2;
}
#mastodon .empty-column-indicator a,
.modal-layout .empty-column-indicator a {
  display: block;
  font-weight: 700;
  font-size: 1.1em;
}
#mastodon .scrollable--flex .account-timeline__header,
.modal-layout .scrollable--flex .account-timeline__header {
  margin: 0 !important;
}
#mastodon .item-list,
.modal-layout .item-list {
  background-color: inherit;
  border-radius: var(--radius);
}
#mastodon .account-timeline__header,
.modal-layout .account-timeline__header {
  margin: -10px;
  margin-bottom: 10px;
  background-color: inherit;
  border-radius: var(--radius) !important;
  animation: slideUp backwards 0.4s cubic-bezier(0, 1, 1, 1);
}
#mastodon .account-timeline__header .account__moved-note,
.modal-layout .account-timeline__header .account__moved-note {
  box-sizing: border-box;
  border-radius: var(--radius);
  margin-bottom: calc(0px - var(--radius));
  padding: 30px;
  padding-bottom: calc(var(--radius) + 30px);
  background: inherit;
}
#mastodon .account-timeline__header .account__moved-note .detailed-status__display-name,
.modal-layout .account-timeline__header .account__moved-note .detailed-status__display-name {
  overflow: visible !important;
}
#mastodon .account-timeline__header .account__header,
.modal-layout .account-timeline__header .account__header {
  overflow: visible !important;
  border-radius: var(--radius) var(--radius) 0 0;
}
#mastodon .account-timeline__header .account__header__info,
.modal-layout .account-timeline__header .account__header__info {
  z-index: 2;
}
#mastodon .account-timeline__header .account__header__image,
.modal-layout .account-timeline__header .account__header__image {
  height: 0;
  padding-bottom: 35%;
  border-radius: var(--radius) var(--radius) 0 0;
}
#mastodon .account-timeline__header .account__header__image img,
.modal-layout .account-timeline__header .account__header__image img {
  position: absolute;
}
#mastodon .account-timeline__header .account__header__bar,
.modal-layout .account-timeline__header .account__header__bar {
  border: 0;
  background: inherit !important;
  border-radius: var(--radius) var(--radius) 0 0;
  margin-top: calc(0px - var(--radius)) !important;
  display: flex;
  flex-direction: column;
}
#mastodon .account-timeline__header .account__header__bar .account__header__tabs,
.modal-layout .account-timeline__header .account__header__bar .account__header__tabs {
  overflow: visible !important;
}
#mastodon .account-timeline__header .account__header__bar .avatar,
.modal-layout .account-timeline__header .account__header__bar .avatar {
  margin-inline-start: 0 !important;
  overflow: visible !important;
  position: relative;
}
#mastodon .account-timeline__header .account__header__bar .avatar .account-role,
.modal-layout .account-timeline__header .account__header__bar .avatar .account-role {
  position: absolute;
  bottom: 0;
  left: 100%;
  border-radius: var(--radius-round);
}
#mastodon .account-timeline__header .account__header__bar .account__avatar,
.modal-layout .account-timeline__header .account__header__bar .account__avatar {
  border: 0;
  box-shadow: var(--shadow);
}
#mastodon .account-timeline__header .account__header__tabs__name,
.modal-layout .account-timeline__header .account__header__tabs__name {
  margin-bottom: 0;
}
#mastodon .account-timeline__header .account__header__tabs__name h1,
.modal-layout .account-timeline__header .account__header__tabs__name h1 {
  display: flex;
  flex-wrap: wrap;
  white-space: unset;
  gap: 0 0.4em;
}
#mastodon .account-timeline__header .account__header__extra,
.modal-layout .account-timeline__header .account__header__extra {
  margin-top: 10px;
  line-height: 1.5;
}
#mastodon .account__header__fields,
.modal-layout .account__header__fields,
#mastodon .account__header__account-note,
.modal-layout .account__header__account-note {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  gap: 2px;
  background: none;
  border-radius: var(--radius);
  overflow: hidden;
  width: max-content;
  max-width: 100%;
}
#mastodon .account__header__fields.account__header__fields,
.modal-layout .account__header__fields.account__header__fields,
#mastodon .account__header__account-note.account__header__fields,
.modal-layout .account__header__account-note.account__header__fields {
  margin-top: 10px;
  margin-bottom: -10px;
}
.public-account-bio .account__header__fields {
  padding: 20px !important;
  padding-bottom: 0 !important;
}
#mastodon .account__header__fields dl,
.modal-layout .account__header__fields dl,
#mastodon .account__header__account-note dl,
.modal-layout .account__header__account-note dl,
#mastodon .account__header__fields.account__header__account-note.account__header__account-note,
.modal-layout .account__header__fields.account__header__account-note.account__header__account-note,
#mastodon .account__header__account-note.account__header__account-note.account__header__account-note,
.modal-layout .account__header__account-note.account__header__account-note.account__header__account-note {
  border-radius: 0;
  overflow: hidden;
  border: 0;
  padding: 8px 12px !important;
  position: relative;
  overflow: hidden;
  flex-grow: 1;
}
#mastodon .account__header__fields dl:not(.verified),
.modal-layout .account__header__fields dl:not(.verified),
#mastodon .account__header__account-note dl:not(.verified),
.modal-layout .account__header__account-note dl:not(.verified),
#mastodon .account__header__fields.account__header__account-note.account__header__account-note:not(.verified),
.modal-layout .account__header__fields.account__header__account-note.account__header__account-note:not(.verified),
#mastodon .account__header__account-note.account__header__account-note.account__header__account-note:not(.verified),
.modal-layout .account__header__account-note.account__header__account-note.account__header__account-note:not(.verified) {
  background-color: var(--elevated-color);
}
#mastodon .account__header__fields dl dt,
.modal-layout .account__header__fields dl dt,
#mastodon .account__header__account-note dl dt,
.modal-layout .account__header__account-note dl dt,
#mastodon .account__header__fields.account__header__account-note.account__header__account-note dt,
.modal-layout .account__header__fields.account__header__account-note.account__header__account-note dt,
#mastodon .account__header__account-note.account__header__account-note.account__header__account-note dt,
.modal-layout .account__header__account-note.account__header__account-note.account__header__account-note dt {
  color: unset;
  opacity: 0.9;
  text-transform: capitalize;
}
#mastodon .account__header__fields dl dd,
.modal-layout .account__header__fields dl dd,
#mastodon .account__header__account-note dl dd,
.modal-layout .account__header__account-note dl dd,
#mastodon .account__header__fields.account__header__account-note.account__header__account-note dd,
.modal-layout .account__header__fields.account__header__account-note.account__header__account-note dd,
#mastodon .account__header__account-note.account__header__account-note.account__header__account-note dd,
.modal-layout .account__header__account-note.account__header__account-note.account__header__account-note dd {
  white-space: unset;
  max-height: unset;
}
#mastodon .account__header__fields dl dd > span > a:first-child:last-child::after,
.modal-layout .account__header__fields dl dd > span > a:first-child:last-child::after,
#mastodon .account__header__account-note dl dd > span > a:first-child:last-child::after,
.modal-layout .account__header__account-note dl dd > span > a:first-child:last-child::after,
#mastodon .account__header__fields.account__header__account-note.account__header__account-note dd > span > a:first-child:last-child::after,
.modal-layout .account__header__fields.account__header__account-note.account__header__account-note dd > span > a:first-child:last-child::after,
#mastodon .account__header__account-note.account__header__account-note.account__header__account-note dd > span > a:first-child:last-child::after,
.modal-layout .account__header__account-note.account__header__account-note.account__header__account-note dd > span > a:first-child:last-child::after,
#mastodon .account__header__fields dl dd .h-card:first-child:last-child a::after,
.modal-layout .account__header__fields dl dd .h-card:first-child:last-child a::after,
#mastodon .account__header__account-note dl dd .h-card:first-child:last-child a::after,
.modal-layout .account__header__account-note dl dd .h-card:first-child:last-child a::after,
#mastodon .account__header__fields.account__header__account-note.account__header__account-note dd .h-card:first-child:last-child a::after,
.modal-layout .account__header__fields.account__header__account-note.account__header__account-note dd .h-card:first-child:last-child a::after,
#mastodon .account__header__account-note.account__header__account-note.account__header__account-note dd .h-card:first-child:last-child a::after,
.modal-layout .account__header__account-note.account__header__account-note.account__header__account-note dd .h-card:first-child:last-child a::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--hover-color);
  opacity: 0;
  transition: opacity 0.2s;
}
#mastodon .account__header__fields dl dd > span > a:first-child:last-child:hover:after,
.modal-layout .account__header__fields dl dd > span > a:first-child:last-child:hover:after,
#mastodon .account__header__account-note dl dd > span > a:first-child:last-child:hover:after,
.modal-layout .account__header__account-note dl dd > span > a:first-child:last-child:hover:after,
#mastodon .account__header__fields.account__header__account-note.account__header__account-note dd > span > a:first-child:last-child:hover:after,
.modal-layout .account__header__fields.account__header__account-note.account__header__account-note dd > span > a:first-child:last-child:hover:after,
#mastodon .account__header__account-note.account__header__account-note.account__header__account-note dd > span > a:first-child:last-child:hover:after,
.modal-layout .account__header__account-note.account__header__account-note.account__header__account-note dd > span > a:first-child:last-child:hover:after,
#mastodon .account__header__fields dl dd .h-card:first-child:last-child a:hover:after,
.modal-layout .account__header__fields dl dd .h-card:first-child:last-child a:hover:after,
#mastodon .account__header__account-note dl dd .h-card:first-child:last-child a:hover:after,
.modal-layout .account__header__account-note dl dd .h-card:first-child:last-child a:hover:after,
#mastodon .account__header__fields.account__header__account-note.account__header__account-note dd .h-card:first-child:last-child a:hover:after,
.modal-layout .account__header__fields.account__header__account-note.account__header__account-note dd .h-card:first-child:last-child a:hover:after,
#mastodon .account__header__account-note.account__header__account-note.account__header__account-note dd .h-card:first-child:last-child a:hover:after,
.modal-layout .account__header__account-note.account__header__account-note.account__header__account-note dd .h-card:first-child:last-child a:hover:after,
#mastodon .account__header__fields dl dd > span > a:first-child:last-child:focus:after,
.modal-layout .account__header__fields dl dd > span > a:first-child:last-child:focus:after,
#mastodon .account__header__account-note dl dd > span > a:first-child:last-child:focus:after,
.modal-layout .account__header__account-note dl dd > span > a:first-child:last-child:focus:after,
#mastodon .account__header__fields.account__header__account-note.account__header__account-note dd > span > a:first-child:last-child:focus:after,
.modal-layout .account__header__fields.account__header__account-note.account__header__account-note dd > span > a:first-child:last-child:focus:after,
#mastodon .account__header__account-note.account__header__account-note.account__header__account-note dd > span > a:first-child:last-child:focus:after,
.modal-layout .account__header__account-note.account__header__account-note.account__header__account-note dd > span > a:first-child:last-child:focus:after,
#mastodon .account__header__fields dl dd .h-card:first-child:last-child a:focus:after,
.modal-layout .account__header__fields dl dd .h-card:first-child:last-child a:focus:after,
#mastodon .account__header__account-note dl dd .h-card:first-child:last-child a:focus:after,
.modal-layout .account__header__account-note dl dd .h-card:first-child:last-child a:focus:after,
#mastodon .account__header__fields.account__header__account-note.account__header__account-note dd .h-card:first-child:last-child a:focus:after,
.modal-layout .account__header__fields.account__header__account-note.account__header__account-note dd .h-card:first-child:last-child a:focus:after,
#mastodon .account__header__account-note.account__header__account-note.account__header__account-note dd .h-card:first-child:last-child a:focus:after,
.modal-layout .account__header__account-note.account__header__account-note.account__header__account-note dd .h-card:first-child:last-child a:focus:after {
  opacity: 1;
}
#mastodon .account__header__fields.account__header__account-note.account__header__account-note,
.modal-layout .account__header__fields.account__header__account-note.account__header__account-note,
#mastodon .account__header__account-note.account__header__account-note.account__header__account-note,
.modal-layout .account__header__account-note.account__header__account-note.account__header__account-note {
  margin-bottom: 10px;
  gap: 0;
  border: 0;
  padding: 0 !important;
  margin-inline: 0 !important;
  background: none !important;
  border-radius: 8px;
  font-size: 12px;
  width: unset;
  background: none;
}
#mastodon .account__header__fields.account__header__account-note.account__header__account-note label,
.modal-layout .account__header__fields.account__header__account-note.account__header__account-note label,
#mastodon .account__header__account-note.account__header__account-note.account__header__account-note label,
.modal-layout .account__header__account-note.account__header__account-note.account__header__account-note label {
  z-index: 2;
  padding: 0 !important;
  padding-inline-end: 0.7em !important;
  pointer-events: none;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: unset;
}
#mastodon .account__header__fields.account__header__account-note.account__header__account-note:focus-within,
.modal-layout .account__header__fields.account__header__account-note.account__header__account-note:focus-within,
#mastodon .account__header__account-note.account__header__account-note.account__header__account-note:focus-within,
.modal-layout .account__header__account-note.account__header__account-note.account__header__account-note:focus-within {
  padding: 0.5em 0.7em !important;
  margin-inline: -5px !important;
  border: 1px solid;
}
#mastodon .account__header__fields.account__header__account-note.account__header__account-note:not(:focus-within),
.modal-layout .account__header__fields.account__header__account-note.account__header__account-note:not(:focus-within),
#mastodon .account__header__account-note.account__header__account-note.account__header__account-note:not(:focus-within),
.modal-layout .account__header__account-note.account__header__account-note.account__header__account-note:not(:focus-within) {
  border-radius: 0;
  border-bottom: 1px solid;
  padding-bottom: 0.4em !important;
}
#mastodon .account__header__fields.account__header__account-note.account__header__account-note textarea,
.modal-layout .account__header__fields.account__header__account-note.account__header__account-note textarea,
#mastodon .account__header__account-note.account__header__account-note.account__header__account-note textarea,
.modal-layout .account__header__account-note.account__header__account-note.account__header__account-note textarea {
  width: 0;
  flex-grow: 1;
  margin: 0 !important;
  border-radius: 0;
  padding: 0;
  margin: -100px !important;
  padding: 100px !important;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: unset;
  background: none;
}
#mastodon .account__header__fields.account__header__account-note.account__header__account-note textarea::placeholder,
.modal-layout .account__header__fields.account__header__account-note.account__header__account-note textarea::placeholder,
#mastodon .account__header__account-note.account__header__account-note.account__header__account-note textarea::placeholder,
.modal-layout .account__header__account-note.account__header__account-note.account__header__account-note textarea::placeholder {
  font-weight: 600;
}
#mastodon .account__header__fields.account__header__account-note.account__header__account-note label,
.modal-layout .account__header__fields.account__header__account-note.account__header__account-note label,
#mastodon .account__header__account-note.account__header__account-note.account__header__account-note label,
.modal-layout .account__header__account-note.account__header__account-note.account__header__account-note label {
  margin: 0;
  font-weight: 600;
  padding-inline: 14px;
}
#mastodon .account__section-headline,
.modal-layout .account__section-headline {
  background: none;
}
.with-modals #mastodon .account__section-headline,
.with-modals .modal-layout .account__section-headline {
  border: 0 !important;
}
#mastodon .account__section-headline a,
.modal-layout .account__section-headline a,
#mastodon .account__section-headline button,
.modal-layout .account__section-headline button {
  background: none;
  border-radius: 0 !important;
}
#mastodon .account__section-headline a span,
.modal-layout .account__section-headline a span,
#mastodon .account__section-headline button span,
.modal-layout .account__section-headline button span {
  font-weight: 400;
}
#mastodon .account__section-headline a.active span,
.modal-layout .account__section-headline a.active span,
#mastodon .account__section-headline button.active span,
.modal-layout .account__section-headline button.active span {
  font-weight: 700;
}
#mastodon .notification__filter-bar,
.modal-layout .notification__filter-bar {
  border: 0 !important;
  margin-bottom: calc(0px - var(--radius));
  padding-bottom: var(--radius);
}
#mastodon .account-gallery__container,
.modal-layout .account-gallery__container {
  border-radius: var(--radius);
  overflow: clip;
  padding: 0;
  margin: 4px;
  gap: 4px;
  min-height: max-content;
}
.account-gallery__item {
  margin: 0;
  border-radius: 0;
  flex: 1 1 calc(100px + 15%);
  transition: flex 1s cubic-bezier(0.2, 1, 0, 1);
}
.account-gallery__item:hover {
  flex-grow: 2 !important;
}
.account-gallery__item a {
  transition: transform 0.7s;
}
.account-gallery__item a:hover,
.account-gallery__item a:focus {
  transform: scale(1.05);
}
#mastodon .scrollable > div:first-child > [tabindex="-1"]:last-child .status__wrapper::after,
.modal-layout .scrollable > div:first-child > [tabindex="-1"]:last-child .status__wrapper::after {
  content: unset;
}
#mastodon .focusable,
.modal-layout .focusable,
#mastodon .entry,
.modal-layout .entry,
#mastodon .statuses-grid__item .detailed-status,
.modal-layout .statuses-grid__item .detailed-status,
#mastodon .trends__item,
.modal-layout .trends__item,
#mastodon .story,
.modal-layout .story,
#mastodon .account-card,
.modal-layout .account-card,
#mastodon :not(.focusable) > .account,
.modal-layout :not(.focusable) > .account,
#mastodon .timeline-hint,
.modal-layout .timeline-hint {
  overflow: clip;
  border: 0 !important;
  border-radius: var(--radius) !important;
  transition: background 0.2s, box-shadow 0.4s, margin 0.2s, border 0.2s;
  animation: slideUp backwards 0.4s cubic-bezier(0, 1, 1, 1);
  position: relative;
}
#mastodon .focusable.trends__item,
.modal-layout .focusable.trends__item,
#mastodon .entry.trends__item,
.modal-layout .entry.trends__item,
#mastodon .statuses-grid__item .detailed-status.trends__item,
.modal-layout .statuses-grid__item .detailed-status.trends__item,
#mastodon .trends__item.trends__item,
.modal-layout .trends__item.trends__item,
#mastodon .story.trends__item,
.modal-layout .story.trends__item,
#mastodon .account-card.trends__item,
.modal-layout .account-card.trends__item,
#mastodon :not(.focusable) > .account.trends__item,
.modal-layout :not(.focusable) > .account.trends__item,
#mastodon .timeline-hint.trends__item,
.modal-layout .timeline-hint.trends__item,
#mastodon .focusable.story,
.modal-layout .focusable.story,
#mastodon .entry.story,
.modal-layout .entry.story,
#mastodon .statuses-grid__item .detailed-status.story,
.modal-layout .statuses-grid__item .detailed-status.story,
#mastodon .trends__item.story,
.modal-layout .trends__item.story,
#mastodon .story.story,
.modal-layout .story.story,
#mastodon .account-card.story,
.modal-layout .account-card.story,
#mastodon :not(.focusable) > .account.story,
.modal-layout :not(.focusable) > .account.story,
#mastodon .timeline-hint.story,
.modal-layout .timeline-hint.story,
#mastodon .focusable.account-card,
.modal-layout .focusable.account-card,
#mastodon .entry.account-card,
.modal-layout .entry.account-card,
#mastodon .statuses-grid__item .detailed-status.account-card,
.modal-layout .statuses-grid__item .detailed-status.account-card,
#mastodon .trends__item.account-card,
.modal-layout .trends__item.account-card,
#mastodon .story.account-card,
.modal-layout .story.account-card,
#mastodon .account-card.account-card,
.modal-layout .account-card.account-card,
#mastodon :not(.focusable) > .account.account-card,
.modal-layout :not(.focusable) > .account.account-card,
#mastodon .timeline-hint.account-card,
.modal-layout .timeline-hint.account-card {
  animation-name: slideUpFade;
}
#mastodon .focusable.trends__item:nth-child(1),
.modal-layout .focusable.trends__item:nth-child(1),
#mastodon .entry.trends__item:nth-child(1),
.modal-layout .entry.trends__item:nth-child(1),
#mastodon .statuses-grid__item .detailed-status.trends__item:nth-child(1),
.modal-layout .statuses-grid__item .detailed-status.trends__item:nth-child(1),
#mastodon .trends__item.trends__item:nth-child(1),
.modal-layout .trends__item.trends__item:nth-child(1),
#mastodon .story.trends__item:nth-child(1),
.modal-layout .story.trends__item:nth-child(1),
#mastodon .account-card.trends__item:nth-child(1),
.modal-layout .account-card.trends__item:nth-child(1),
#mastodon :not(.focusable) > .account.trends__item:nth-child(1),
.modal-layout :not(.focusable) > .account.trends__item:nth-child(1),
#mastodon .timeline-hint.trends__item:nth-child(1),
.modal-layout .timeline-hint.trends__item:nth-child(1),
#mastodon .focusable.story:nth-child(1),
.modal-layout .focusable.story:nth-child(1),
#mastodon .entry.story:nth-child(1),
.modal-layout .entry.story:nth-child(1),
#mastodon .statuses-grid__item .detailed-status.story:nth-child(1),
.modal-layout .statuses-grid__item .detailed-status.story:nth-child(1),
#mastodon .trends__item.story:nth-child(1),
.modal-layout .trends__item.story:nth-child(1),
#mastodon .story.story:nth-child(1),
.modal-layout .story.story:nth-child(1),
#mastodon .account-card.story:nth-child(1),
.modal-layout .account-card.story:nth-child(1),
#mastodon :not(.focusable) > .account.story:nth-child(1),
.modal-layout :not(.focusable) > .account.story:nth-child(1),
#mastodon .timeline-hint.story:nth-child(1),
.modal-layout .timeline-hint.story:nth-child(1),
#mastodon .focusable.account-card:nth-child(1),
.modal-layout .focusable.account-card:nth-child(1),
#mastodon .entry.account-card:nth-child(1),
.modal-layout .entry.account-card:nth-child(1),
#mastodon .statuses-grid__item .detailed-status.account-card:nth-child(1),
.modal-layout .statuses-grid__item .detailed-status.account-card:nth-child(1),
#mastodon .trends__item.account-card:nth-child(1),
.modal-layout .trends__item.account-card:nth-child(1),
#mastodon .story.account-card:nth-child(1),
.modal-layout .story.account-card:nth-child(1),
#mastodon .account-card.account-card:nth-child(1),
.modal-layout .account-card.account-card:nth-child(1),
#mastodon :not(.focusable) > .account.account-card:nth-child(1),
.modal-layout :not(.focusable) > .account.account-card:nth-child(1),
#mastodon .timeline-hint.account-card:nth-child(1),
.modal-layout .timeline-hint.account-card:nth-child(1) {
  animation-delay: 0.04s;
}
#mastodon .focusable.trends__item:nth-child(2),
.modal-layout .focusable.trends__item:nth-child(2),
#mastodon .entry.trends__item:nth-child(2),
.modal-layout .entry.trends__item:nth-child(2),
#mastodon .statuses-grid__item .detailed-status.trends__item:nth-child(2),
.modal-layout .statuses-grid__item .detailed-status.trends__item:nth-child(2),
#mastodon .trends__item.trends__item:nth-child(2),
.modal-layout .trends__item.trends__item:nth-child(2),
#mastodon .story.trends__item:nth-child(2),
.modal-layout .story.trends__item:nth-child(2),
#mastodon .account-card.trends__item:nth-child(2),
.modal-layout .account-card.trends__item:nth-child(2),
#mastodon :not(.focusable) > .account.trends__item:nth-child(2),
.modal-layout :not(.focusable) > .account.trends__item:nth-child(2),
#mastodon .timeline-hint.trends__item:nth-child(2),
.modal-layout .timeline-hint.trends__item:nth-child(2),
#mastodon .focusable.story:nth-child(2),
.modal-layout .focusable.story:nth-child(2),
#mastodon .entry.story:nth-child(2),
.modal-layout .entry.story:nth-child(2),
#mastodon .statuses-grid__item .detailed-status.story:nth-child(2),
.modal-layout .statuses-grid__item .detailed-status.story:nth-child(2),
#mastodon .trends__item.story:nth-child(2),
.modal-layout .trends__item.story:nth-child(2),
#mastodon .story.story:nth-child(2),
.modal-layout .story.story:nth-child(2),
#mastodon .account-card.story:nth-child(2),
.modal-layout .account-card.story:nth-child(2),
#mastodon :not(.focusable) > .account.story:nth-child(2),
.modal-layout :not(.focusable) > .account.story:nth-child(2),
#mastodon .timeline-hint.story:nth-child(2),
.modal-layout .timeline-hint.story:nth-child(2),
#mastodon .focusable.account-card:nth-child(2),
.modal-layout .focusable.account-card:nth-child(2),
#mastodon .entry.account-card:nth-child(2),
.modal-layout .entry.account-card:nth-child(2),
#mastodon .statuses-grid__item .detailed-status.account-card:nth-child(2),
.modal-layout .statuses-grid__item .detailed-status.account-card:nth-child(2),
#mastodon .trends__item.account-card:nth-child(2),
.modal-layout .trends__item.account-card:nth-child(2),
#mastodon .story.account-card:nth-child(2),
.modal-layout .story.account-card:nth-child(2),
#mastodon .account-card.account-card:nth-child(2),
.modal-layout .account-card.account-card:nth-child(2),
#mastodon :not(.focusable) > .account.account-card:nth-child(2),
.modal-layout :not(.focusable) > .account.account-card:nth-child(2),
#mastodon .timeline-hint.account-card:nth-child(2),
.modal-layout .timeline-hint.account-card:nth-child(2) {
  animation-delay: 0.08s;
}
#mastodon .focusable.trends__item:nth-child(3),
.modal-layout .focusable.trends__item:nth-child(3),
#mastodon .entry.trends__item:nth-child(3),
.modal-layout .entry.trends__item:nth-child(3),
#mastodon .statuses-grid__item .detailed-status.trends__item:nth-child(3),
.modal-layout .statuses-grid__item .detailed-status.trends__item:nth-child(3),
#mastodon .trends__item.trends__item:nth-child(3),
.modal-layout .trends__item.trends__item:nth-child(3),
#mastodon .story.trends__item:nth-child(3),
.modal-layout .story.trends__item:nth-child(3),
#mastodon .account-card.trends__item:nth-child(3),
.modal-layout .account-card.trends__item:nth-child(3),
#mastodon :not(.focusable) > .account.trends__item:nth-child(3),
.modal-layout :not(.focusable) > .account.trends__item:nth-child(3),
#mastodon .timeline-hint.trends__item:nth-child(3),
.modal-layout .timeline-hint.trends__item:nth-child(3),
#mastodon .focusable.story:nth-child(3),
.modal-layout .focusable.story:nth-child(3),
#mastodon .entry.story:nth-child(3),
.modal-layout .entry.story:nth-child(3),
#mastodon .statuses-grid__item .detailed-status.story:nth-child(3),
.modal-layout .statuses-grid__item .detailed-status.story:nth-child(3),
#mastodon .trends__item.story:nth-child(3),
.modal-layout .trends__item.story:nth-child(3),
#mastodon .story.story:nth-child(3),
.modal-layout .story.story:nth-child(3),
#mastodon .account-card.story:nth-child(3),
.modal-layout .account-card.story:nth-child(3),
#mastodon :not(.focusable) > .account.story:nth-child(3),
.modal-layout :not(.focusable) > .account.story:nth-child(3),
#mastodon .timeline-hint.story:nth-child(3),
.modal-layout .timeline-hint.story:nth-child(3),
#mastodon .focusable.account-card:nth-child(3),
.modal-layout .focusable.account-card:nth-child(3),
#mastodon .entry.account-card:nth-child(3),
.modal-layout .entry.account-card:nth-child(3),
#mastodon .statuses-grid__item .detailed-status.account-card:nth-child(3),
.modal-layout .statuses-grid__item .detailed-status.account-card:nth-child(3),
#mastodon .trends__item.account-card:nth-child(3),
.modal-layout .trends__item.account-card:nth-child(3),
#mastodon .story.account-card:nth-child(3),
.modal-layout .story.account-card:nth-child(3),
#mastodon .account-card.account-card:nth-child(3),
.modal-layout .account-card.account-card:nth-child(3),
#mastodon :not(.focusable) > .account.account-card:nth-child(3),
.modal-layout :not(.focusable) > .account.account-card:nth-child(3),
#mastodon .timeline-hint.account-card:nth-child(3),
.modal-layout .timeline-hint.account-card:nth-child(3) {
  animation-delay: 0.12s;
}
#mastodon .focusable.trends__item:nth-child(4),
.modal-layout .focusable.trends__item:nth-child(4),
#mastodon .entry.trends__item:nth-child(4),
.modal-layout .entry.trends__item:nth-child(4),
#mastodon .statuses-grid__item .detailed-status.trends__item:nth-child(4),
.modal-layout .statuses-grid__item .detailed-status.trends__item:nth-child(4),
#mastodon .trends__item.trends__item:nth-child(4),
.modal-layout .trends__item.trends__item:nth-child(4),
#mastodon .story.trends__item:nth-child(4),
.modal-layout .story.trends__item:nth-child(4),
#mastodon .account-card.trends__item:nth-child(4),
.modal-layout .account-card.trends__item:nth-child(4),
#mastodon :not(.focusable) > .account.trends__item:nth-child(4),
.modal-layout :not(.focusable) > .account.trends__item:nth-child(4),
#mastodon .timeline-hint.trends__item:nth-child(4),
.modal-layout .timeline-hint.trends__item:nth-child(4),
#mastodon .focusable.story:nth-child(4),
.modal-layout .focusable.story:nth-child(4),
#mastodon .entry.story:nth-child(4),
.modal-layout .entry.story:nth-child(4),
#mastodon .statuses-grid__item .detailed-status.story:nth-child(4),
.modal-layout .statuses-grid__item .detailed-status.story:nth-child(4),
#mastodon .trends__item.story:nth-child(4),
.modal-layout .trends__item.story:nth-child(4),
#mastodon .story.story:nth-child(4),
.modal-layout .story.story:nth-child(4),
#mastodon .account-card.story:nth-child(4),
.modal-layout .account-card.story:nth-child(4),
#mastodon :not(.focusable) > .account.story:nth-child(4),
.modal-layout :not(.focusable) > .account.story:nth-child(4),
#mastodon .timeline-hint.story:nth-child(4),
.modal-layout .timeline-hint.story:nth-child(4),
#mastodon .focusable.account-card:nth-child(4),
.modal-layout .focusable.account-card:nth-child(4),
#mastodon .entry.account-card:nth-child(4),
.modal-layout .entry.account-card:nth-child(4),
#mastodon .statuses-grid__item .detailed-status.account-card:nth-child(4),
.modal-layout .statuses-grid__item .detailed-status.account-card:nth-child(4),
#mastodon .trends__item.account-card:nth-child(4),
.modal-layout .trends__item.account-card:nth-child(4),
#mastodon .story.account-card:nth-child(4),
.modal-layout .story.account-card:nth-child(4),
#mastodon .account-card.account-card:nth-child(4),
.modal-layout .account-card.account-card:nth-child(4),
#mastodon :not(.focusable) > .account.account-card:nth-child(4),
.modal-layout :not(.focusable) > .account.account-card:nth-child(4),
#mastodon .timeline-hint.account-card:nth-child(4),
.modal-layout .timeline-hint.account-card:nth-child(4) {
  animation-delay: 0.16s;
}
#mastodon .focusable.trends__item:nth-child(5),
.modal-layout .focusable.trends__item:nth-child(5),
#mastodon .entry.trends__item:nth-child(5),
.modal-layout .entry.trends__item:nth-child(5),
#mastodon .statuses-grid__item .detailed-status.trends__item:nth-child(5),
.modal-layout .statuses-grid__item .detailed-status.trends__item:nth-child(5),
#mastodon .trends__item.trends__item:nth-child(5),
.modal-layout .trends__item.trends__item:nth-child(5),
#mastodon .story.trends__item:nth-child(5),
.modal-layout .story.trends__item:nth-child(5),
#mastodon .account-card.trends__item:nth-child(5),
.modal-layout .account-card.trends__item:nth-child(5),
#mastodon :not(.focusable) > .account.trends__item:nth-child(5),
.modal-layout :not(.focusable) > .account.trends__item:nth-child(5),
#mastodon .timeline-hint.trends__item:nth-child(5),
.modal-layout .timeline-hint.trends__item:nth-child(5),
#mastodon .focusable.story:nth-child(5),
.modal-layout .focusable.story:nth-child(5),
#mastodon .entry.story:nth-child(5),
.modal-layout .entry.story:nth-child(5),
#mastodon .statuses-grid__item .detailed-status.story:nth-child(5),
.modal-layout .statuses-grid__item .detailed-status.story:nth-child(5),
#mastodon .trends__item.story:nth-child(5),
.modal-layout .trends__item.story:nth-child(5),
#mastodon .story.story:nth-child(5),
.modal-layout .story.story:nth-child(5),
#mastodon .account-card.story:nth-child(5),
.modal-layout .account-card.story:nth-child(5),
#mastodon :not(.focusable) > .account.story:nth-child(5),
.modal-layout :not(.focusable) > .account.story:nth-child(5),
#mastodon .timeline-hint.story:nth-child(5),
.modal-layout .timeline-hint.story:nth-child(5),
#mastodon .focusable.account-card:nth-child(5),
.modal-layout .focusable.account-card:nth-child(5),
#mastodon .entry.account-card:nth-child(5),
.modal-layout .entry.account-card:nth-child(5),
#mastodon .statuses-grid__item .detailed-status.account-card:nth-child(5),
.modal-layout .statuses-grid__item .detailed-status.account-card:nth-child(5),
#mastodon .trends__item.account-card:nth-child(5),
.modal-layout .trends__item.account-card:nth-child(5),
#mastodon .story.account-card:nth-child(5),
.modal-layout .story.account-card:nth-child(5),
#mastodon .account-card.account-card:nth-child(5),
.modal-layout .account-card.account-card:nth-child(5),
#mastodon :not(.focusable) > .account.account-card:nth-child(5),
.modal-layout :not(.focusable) > .account.account-card:nth-child(5),
#mastodon .timeline-hint.account-card:nth-child(5),
.modal-layout .timeline-hint.account-card:nth-child(5) {
  animation-delay: 0.2s;
}
#mastodon .focusable.trends__item:nth-child(6),
.modal-layout .focusable.trends__item:nth-child(6),
#mastodon .entry.trends__item:nth-child(6),
.modal-layout .entry.trends__item:nth-child(6),
#mastodon .statuses-grid__item .detailed-status.trends__item:nth-child(6),
.modal-layout .statuses-grid__item .detailed-status.trends__item:nth-child(6),
#mastodon .trends__item.trends__item:nth-child(6),
.modal-layout .trends__item.trends__item:nth-child(6),
#mastodon .story.trends__item:nth-child(6),
.modal-layout .story.trends__item:nth-child(6),
#mastodon .account-card.trends__item:nth-child(6),
.modal-layout .account-card.trends__item:nth-child(6),
#mastodon :not(.focusable) > .account.trends__item:nth-child(6),
.modal-layout :not(.focusable) > .account.trends__item:nth-child(6),
#mastodon .timeline-hint.trends__item:nth-child(6),
.modal-layout .timeline-hint.trends__item:nth-child(6),
#mastodon .focusable.story:nth-child(6),
.modal-layout .focusable.story:nth-child(6),
#mastodon .entry.story:nth-child(6),
.modal-layout .entry.story:nth-child(6),
#mastodon .statuses-grid__item .detailed-status.story:nth-child(6),
.modal-layout .statuses-grid__item .detailed-status.story:nth-child(6),
#mastodon .trends__item.story:nth-child(6),
.modal-layout .trends__item.story:nth-child(6),
#mastodon .story.story:nth-child(6),
.modal-layout .story.story:nth-child(6),
#mastodon .account-card.story:nth-child(6),
.modal-layout .account-card.story:nth-child(6),
#mastodon :not(.focusable) > .account.story:nth-child(6),
.modal-layout :not(.focusable) > .account.story:nth-child(6),
#mastodon .timeline-hint.story:nth-child(6),
.modal-layout .timeline-hint.story:nth-child(6),
#mastodon .focusable.account-card:nth-child(6),
.modal-layout .focusable.account-card:nth-child(6),
#mastodon .entry.account-card:nth-child(6),
.modal-layout .entry.account-card:nth-child(6),
#mastodon .statuses-grid__item .detailed-status.account-card:nth-child(6),
.modal-layout .statuses-grid__item .detailed-status.account-card:nth-child(6),
#mastodon .trends__item.account-card:nth-child(6),
.modal-layout .trends__item.account-card:nth-child(6),
#mastodon .story.account-card:nth-child(6),
.modal-layout .story.account-card:nth-child(6),
#mastodon .account-card.account-card:nth-child(6),
.modal-layout .account-card.account-card:nth-child(6),
#mastodon :not(.focusable) > .account.account-card:nth-child(6),
.modal-layout :not(.focusable) > .account.account-card:nth-child(6),
#mastodon .timeline-hint.account-card:nth-child(6),
.modal-layout .timeline-hint.account-card:nth-child(6) {
  animation-delay: 0.24s;
}
#mastodon .focusable.trends__item:nth-child(7),
.modal-layout .focusable.trends__item:nth-child(7),
#mastodon .entry.trends__item:nth-child(7),
.modal-layout .entry.trends__item:nth-child(7),
#mastodon .statuses-grid__item .detailed-status.trends__item:nth-child(7),
.modal-layout .statuses-grid__item .detailed-status.trends__item:nth-child(7),
#mastodon .trends__item.trends__item:nth-child(7),
.modal-layout .trends__item.trends__item:nth-child(7),
#mastodon .story.trends__item:nth-child(7),
.modal-layout .story.trends__item:nth-child(7),
#mastodon .account-card.trends__item:nth-child(7),
.modal-layout .account-card.trends__item:nth-child(7),
#mastodon :not(.focusable) > .account.trends__item:nth-child(7),
.modal-layout :not(.focusable) > .account.trends__item:nth-child(7),
#mastodon .timeline-hint.trends__item:nth-child(7),
.modal-layout .timeline-hint.trends__item:nth-child(7),
#mastodon .focusable.story:nth-child(7),
.modal-layout .focusable.story:nth-child(7),
#mastodon .entry.story:nth-child(7),
.modal-layout .entry.story:nth-child(7),
#mastodon .statuses-grid__item .detailed-status.story:nth-child(7),
.modal-layout .statuses-grid__item .detailed-status.story:nth-child(7),
#mastodon .trends__item.story:nth-child(7),
.modal-layout .trends__item.story:nth-child(7),
#mastodon .story.story:nth-child(7),
.modal-layout .story.story:nth-child(7),
#mastodon .account-card.story:nth-child(7),
.modal-layout .account-card.story:nth-child(7),
#mastodon :not(.focusable) > .account.story:nth-child(7),
.modal-layout :not(.focusable) > .account.story:nth-child(7),
#mastodon .timeline-hint.story:nth-child(7),
.modal-layout .timeline-hint.story:nth-child(7),
#mastodon .focusable.account-card:nth-child(7),
.modal-layout .focusable.account-card:nth-child(7),
#mastodon .entry.account-card:nth-child(7),
.modal-layout .entry.account-card:nth-child(7),
#mastodon .statuses-grid__item .detailed-status.account-card:nth-child(7),
.modal-layout .statuses-grid__item .detailed-status.account-card:nth-child(7),
#mastodon .trends__item.account-card:nth-child(7),
.modal-layout .trends__item.account-card:nth-child(7),
#mastodon .story.account-card:nth-child(7),
.modal-layout .story.account-card:nth-child(7),
#mastodon .account-card.account-card:nth-child(7),
.modal-layout .account-card.account-card:nth-child(7),
#mastodon :not(.focusable) > .account.account-card:nth-child(7),
.modal-layout :not(.focusable) > .account.account-card:nth-child(7),
#mastodon .timeline-hint.account-card:nth-child(7),
.modal-layout .timeline-hint.account-card:nth-child(7) {
  animation-delay: 0.28s;
}
#mastodon .focusable.trends__item:nth-child(8),
.modal-layout .focusable.trends__item:nth-child(8),
#mastodon .entry.trends__item:nth-child(8),
.modal-layout .entry.trends__item:nth-child(8),
#mastodon .statuses-grid__item .detailed-status.trends__item:nth-child(8),
.modal-layout .statuses-grid__item .detailed-status.trends__item:nth-child(8),
#mastodon .trends__item.trends__item:nth-child(8),
.modal-layout .trends__item.trends__item:nth-child(8),
#mastodon .story.trends__item:nth-child(8),
.modal-layout .story.trends__item:nth-child(8),
#mastodon .account-card.trends__item:nth-child(8),
.modal-layout .account-card.trends__item:nth-child(8),
#mastodon :not(.focusable) > .account.trends__item:nth-child(8),
.modal-layout :not(.focusable) > .account.trends__item:nth-child(8),
#mastodon .timeline-hint.trends__item:nth-child(8),
.modal-layout .timeline-hint.trends__item:nth-child(8),
#mastodon .focusable.story:nth-child(8),
.modal-layout .focusable.story:nth-child(8),
#mastodon .entry.story:nth-child(8),
.modal-layout .entry.story:nth-child(8),
#mastodon .statuses-grid__item .detailed-status.story:nth-child(8),
.modal-layout .statuses-grid__item .detailed-status.story:nth-child(8),
#mastodon .trends__item.story:nth-child(8),
.modal-layout .trends__item.story:nth-child(8),
#mastodon .story.story:nth-child(8),
.modal-layout .story.story:nth-child(8),
#mastodon .account-card.story:nth-child(8),
.modal-layout .account-card.story:nth-child(8),
#mastodon :not(.focusable) > .account.story:nth-child(8),
.modal-layout :not(.focusable) > .account.story:nth-child(8),
#mastodon .timeline-hint.story:nth-child(8),
.modal-layout .timeline-hint.story:nth-child(8),
#mastodon .focusable.account-card:nth-child(8),
.modal-layout .focusable.account-card:nth-child(8),
#mastodon .entry.account-card:nth-child(8),
.modal-layout .entry.account-card:nth-child(8),
#mastodon .statuses-grid__item .detailed-status.account-card:nth-child(8),
.modal-layout .statuses-grid__item .detailed-status.account-card:nth-child(8),
#mastodon .trends__item.account-card:nth-child(8),
.modal-layout .trends__item.account-card:nth-child(8),
#mastodon .story.account-card:nth-child(8),
.modal-layout .story.account-card:nth-child(8),
#mastodon .account-card.account-card:nth-child(8),
.modal-layout .account-card.account-card:nth-child(8),
#mastodon :not(.focusable) > .account.account-card:nth-child(8),
.modal-layout :not(.focusable) > .account.account-card:nth-child(8),
#mastodon .timeline-hint.account-card:nth-child(8),
.modal-layout .timeline-hint.account-card:nth-child(8) {
  animation-delay: 0.32s;
}
#mastodon .focusable.trends__item:nth-child(9),
.modal-layout .focusable.trends__item:nth-child(9),
#mastodon .entry.trends__item:nth-child(9),
.modal-layout .entry.trends__item:nth-child(9),
#mastodon .statuses-grid__item .detailed-status.trends__item:nth-child(9),
.modal-layout .statuses-grid__item .detailed-status.trends__item:nth-child(9),
#mastodon .trends__item.trends__item:nth-child(9),
.modal-layout .trends__item.trends__item:nth-child(9),
#mastodon .story.trends__item:nth-child(9),
.modal-layout .story.trends__item:nth-child(9),
#mastodon .account-card.trends__item:nth-child(9),
.modal-layout .account-card.trends__item:nth-child(9),
#mastodon :not(.focusable) > .account.trends__item:nth-child(9),
.modal-layout :not(.focusable) > .account.trends__item:nth-child(9),
#mastodon .timeline-hint.trends__item:nth-child(9),
.modal-layout .timeline-hint.trends__item:nth-child(9),
#mastodon .focusable.story:nth-child(9),
.modal-layout .focusable.story:nth-child(9),
#mastodon .entry.story:nth-child(9),
.modal-layout .entry.story:nth-child(9),
#mastodon .statuses-grid__item .detailed-status.story:nth-child(9),
.modal-layout .statuses-grid__item .detailed-status.story:nth-child(9),
#mastodon .trends__item.story:nth-child(9),
.modal-layout .trends__item.story:nth-child(9),
#mastodon .story.story:nth-child(9),
.modal-layout .story.story:nth-child(9),
#mastodon .account-card.story:nth-child(9),
.modal-layout .account-card.story:nth-child(9),
#mastodon :not(.focusable) > .account.story:nth-child(9),
.modal-layout :not(.focusable) > .account.story:nth-child(9),
#mastodon .timeline-hint.story:nth-child(9),
.modal-layout .timeline-hint.story:nth-child(9),
#mastodon .focusable.account-card:nth-child(9),
.modal-layout .focusable.account-card:nth-child(9),
#mastodon .entry.account-card:nth-child(9),
.modal-layout .entry.account-card:nth-child(9),
#mastodon .statuses-grid__item .detailed-status.account-card:nth-child(9),
.modal-layout .statuses-grid__item .detailed-status.account-card:nth-child(9),
#mastodon .trends__item.account-card:nth-child(9),
.modal-layout .trends__item.account-card:nth-child(9),
#mastodon .story.account-card:nth-child(9),
.modal-layout .story.account-card:nth-child(9),
#mastodon .account-card.account-card:nth-child(9),
.modal-layout .account-card.account-card:nth-child(9),
#mastodon :not(.focusable) > .account.account-card:nth-child(9),
.modal-layout :not(.focusable) > .account.account-card:nth-child(9),
#mastodon .timeline-hint.account-card:nth-child(9),
.modal-layout .timeline-hint.account-card:nth-child(9) {
  animation-delay: 0.36s;
}
#mastodon .focusable.trends__item:nth-child(10),
.modal-layout .focusable.trends__item:nth-child(10),
#mastodon .entry.trends__item:nth-child(10),
.modal-layout .entry.trends__item:nth-child(10),
#mastodon .statuses-grid__item .detailed-status.trends__item:nth-child(10),
.modal-layout .statuses-grid__item .detailed-status.trends__item:nth-child(10),
#mastodon .trends__item.trends__item:nth-child(10),
.modal-layout .trends__item.trends__item:nth-child(10),
#mastodon .story.trends__item:nth-child(10),
.modal-layout .story.trends__item:nth-child(10),
#mastodon .account-card.trends__item:nth-child(10),
.modal-layout .account-card.trends__item:nth-child(10),
#mastodon :not(.focusable) > .account.trends__item:nth-child(10),
.modal-layout :not(.focusable) > .account.trends__item:nth-child(10),
#mastodon .timeline-hint.trends__item:nth-child(10),
.modal-layout .timeline-hint.trends__item:nth-child(10),
#mastodon .focusable.story:nth-child(10),
.modal-layout .focusable.story:nth-child(10),
#mastodon .entry.story:nth-child(10),
.modal-layout .entry.story:nth-child(10),
#mastodon .statuses-grid__item .detailed-status.story:nth-child(10),
.modal-layout .statuses-grid__item .detailed-status.story:nth-child(10),
#mastodon .trends__item.story:nth-child(10),
.modal-layout .trends__item.story:nth-child(10),
#mastodon .story.story:nth-child(10),
.modal-layout .story.story:nth-child(10),
#mastodon .account-card.story:nth-child(10),
.modal-layout .account-card.story:nth-child(10),
#mastodon :not(.focusable) > .account.story:nth-child(10),
.modal-layout :not(.focusable) > .account.story:nth-child(10),
#mastodon .timeline-hint.story:nth-child(10),
.modal-layout .timeline-hint.story:nth-child(10),
#mastodon .focusable.account-card:nth-child(10),
.modal-layout .focusable.account-card:nth-child(10),
#mastodon .entry.account-card:nth-child(10),
.modal-layout .entry.account-card:nth-child(10),
#mastodon .statuses-grid__item .detailed-status.account-card:nth-child(10),
.modal-layout .statuses-grid__item .detailed-status.account-card:nth-child(10),
#mastodon .trends__item.account-card:nth-child(10),
.modal-layout .trends__item.account-card:nth-child(10),
#mastodon .story.account-card:nth-child(10),
.modal-layout .story.account-card:nth-child(10),
#mastodon .account-card.account-card:nth-child(10),
.modal-layout .account-card.account-card:nth-child(10),
#mastodon :not(.focusable) > .account.account-card:nth-child(10),
.modal-layout :not(.focusable) > .account.account-card:nth-child(10),
#mastodon .timeline-hint.account-card:nth-child(10),
.modal-layout .timeline-hint.account-card:nth-child(10) {
  animation-delay: 0.4s;
}
#mastodon .focusable.trends__item:nth-child(11),
.modal-layout .focusable.trends__item:nth-child(11),
#mastodon .entry.trends__item:nth-child(11),
.modal-layout .entry.trends__item:nth-child(11),
#mastodon .statuses-grid__item .detailed-status.trends__item:nth-child(11),
.modal-layout .statuses-grid__item .detailed-status.trends__item:nth-child(11),
#mastodon .trends__item.trends__item:nth-child(11),
.modal-layout .trends__item.trends__item:nth-child(11),
#mastodon .story.trends__item:nth-child(11),
.modal-layout .story.trends__item:nth-child(11),
#mastodon .account-card.trends__item:nth-child(11),
.modal-layout .account-card.trends__item:nth-child(11),
#mastodon :not(.focusable) > .account.trends__item:nth-child(11),
.modal-layout :not(.focusable) > .account.trends__item:nth-child(11),
#mastodon .timeline-hint.trends__item:nth-child(11),
.modal-layout .timeline-hint.trends__item:nth-child(11),
#mastodon .focusable.story:nth-child(11),
.modal-layout .focusable.story:nth-child(11),
#mastodon .entry.story:nth-child(11),
.modal-layout .entry.story:nth-child(11),
#mastodon .statuses-grid__item .detailed-status.story:nth-child(11),
.modal-layout .statuses-grid__item .detailed-status.story:nth-child(11),
#mastodon .trends__item.story:nth-child(11),
.modal-layout .trends__item.story:nth-child(11),
#mastodon .story.story:nth-child(11),
.modal-layout .story.story:nth-child(11),
#mastodon .account-card.story:nth-child(11),
.modal-layout .account-card.story:nth-child(11),
#mastodon :not(.focusable) > .account.story:nth-child(11),
.modal-layout :not(.focusable) > .account.story:nth-child(11),
#mastodon .timeline-hint.story:nth-child(11),
.modal-layout .timeline-hint.story:nth-child(11),
#mastodon .focusable.account-card:nth-child(11),
.modal-layout .focusable.account-card:nth-child(11),
#mastodon .entry.account-card:nth-child(11),
.modal-layout .entry.account-card:nth-child(11),
#mastodon .statuses-grid__item .detailed-status.account-card:nth-child(11),
.modal-layout .statuses-grid__item .detailed-status.account-card:nth-child(11),
#mastodon .trends__item.account-card:nth-child(11),
.modal-layout .trends__item.account-card:nth-child(11),
#mastodon .story.account-card:nth-child(11),
.modal-layout .story.account-card:nth-child(11),
#mastodon .account-card.account-card:nth-child(11),
.modal-layout .account-card.account-card:nth-child(11),
#mastodon :not(.focusable) > .account.account-card:nth-child(11),
.modal-layout :not(.focusable) > .account.account-card:nth-child(11),
#mastodon .timeline-hint.account-card:nth-child(11),
.modal-layout .timeline-hint.account-card:nth-child(11) {
  animation-delay: 0.44s;
}
#mastodon .focusable.focusable,
.modal-layout .focusable.focusable,
#mastodon .entry.focusable,
.modal-layout .entry.focusable,
#mastodon .statuses-grid__item .detailed-status.focusable,
.modal-layout .statuses-grid__item .detailed-status.focusable,
#mastodon .trends__item.focusable,
.modal-layout .trends__item.focusable,
#mastodon .story.focusable,
.modal-layout .story.focusable,
#mastodon .account-card.focusable,
.modal-layout .account-card.focusable,
#mastodon :not(.focusable) > .account.focusable,
.modal-layout :not(.focusable) > .account.focusable,
#mastodon .timeline-hint.focusable,
.modal-layout .timeline-hint.focusable {
  background: none;
}
#mastodon .focusable.entry,
.modal-layout .focusable.entry,
#mastodon .entry.entry,
.modal-layout .entry.entry,
#mastodon .statuses-grid__item .detailed-status.entry,
.modal-layout .statuses-grid__item .detailed-status.entry,
#mastodon .trends__item.entry,
.modal-layout .trends__item.entry,
#mastodon .story.entry,
.modal-layout .story.entry,
#mastodon .account-card.entry,
.modal-layout .account-card.entry,
#mastodon :not(.focusable) > .account.entry,
.modal-layout :not(.focusable) > .account.entry,
#mastodon .timeline-hint.entry,
.modal-layout .timeline-hint.entry {
  margin-bottom: 10px;
}
#mastodon .focusable:not(.detailed-status__wrapper)::after,
.modal-layout .focusable:not(.detailed-status__wrapper)::after,
#mastodon .entry:not(.detailed-status__wrapper)::after,
.modal-layout .entry:not(.detailed-status__wrapper)::after,
#mastodon .statuses-grid__item .detailed-status:not(.detailed-status__wrapper)::after,
.modal-layout .statuses-grid__item .detailed-status:not(.detailed-status__wrapper)::after,
#mastodon .trends__item:not(.detailed-status__wrapper)::after,
.modal-layout .trends__item:not(.detailed-status__wrapper)::after,
#mastodon .story:not(.detailed-status__wrapper)::after,
.modal-layout .story:not(.detailed-status__wrapper)::after,
#mastodon .account-card:not(.detailed-status__wrapper)::after,
.modal-layout .account-card:not(.detailed-status__wrapper)::after,
#mastodon :not(.focusable) > .account:not(.detailed-status__wrapper)::after,
.modal-layout :not(.focusable) > .account:not(.detailed-status__wrapper)::after,
#mastodon .timeline-hint:not(.detailed-status__wrapper)::after,
.modal-layout .timeline-hint:not(.detailed-status__wrapper)::after {
  content: "";
  position: absolute;
  bottom: 0px;
  inset-inline: var(--radius);
  border-top: 1px solid var(--border-color);
  pointer-events: none;
}
#mastodon .focusable:not(.detailed-status__wrapper)::before,
.modal-layout .focusable:not(.detailed-status__wrapper)::before,
#mastodon .entry:not(.detailed-status__wrapper)::before,
.modal-layout .entry:not(.detailed-status__wrapper)::before,
#mastodon .statuses-grid__item .detailed-status:not(.detailed-status__wrapper)::before,
.modal-layout .statuses-grid__item .detailed-status:not(.detailed-status__wrapper)::before,
#mastodon .trends__item:not(.detailed-status__wrapper)::before,
.modal-layout .trends__item:not(.detailed-status__wrapper)::before,
#mastodon .story:not(.detailed-status__wrapper)::before,
.modal-layout .story:not(.detailed-status__wrapper)::before,
#mastodon .account-card:not(.detailed-status__wrapper)::before,
.modal-layout .account-card:not(.detailed-status__wrapper)::before,
#mastodon :not(.focusable) > .account:not(.detailed-status__wrapper)::before,
.modal-layout :not(.focusable) > .account:not(.detailed-status__wrapper)::before,
#mastodon .timeline-hint:not(.detailed-status__wrapper)::before,
.modal-layout .timeline-hint:not(.detailed-status__wrapper)::before {
  content: "";
  position: absolute;
  inset: 0;
  bottom: 1px;
  pointer-events: none;
  transition: background-color 0.2s;
}
#mastodon .focusable:not(.detailed-status__wrapper):hover::before,
.modal-layout .focusable:not(.detailed-status__wrapper):hover::before,
#mastodon .entry:not(.detailed-status__wrapper):hover::before,
.modal-layout .entry:not(.detailed-status__wrapper):hover::before,
#mastodon .statuses-grid__item .detailed-status:not(.detailed-status__wrapper):hover::before,
.modal-layout .statuses-grid__item .detailed-status:not(.detailed-status__wrapper):hover::before,
#mastodon .trends__item:not(.detailed-status__wrapper):hover::before,
.modal-layout .trends__item:not(.detailed-status__wrapper):hover::before,
#mastodon .story:not(.detailed-status__wrapper):hover::before,
.modal-layout .story:not(.detailed-status__wrapper):hover::before,
#mastodon .account-card:not(.detailed-status__wrapper):hover::before,
.modal-layout .account-card:not(.detailed-status__wrapper):hover::before,
#mastodon :not(.focusable) > .account:not(.detailed-status__wrapper):hover::before,
.modal-layout :not(.focusable) > .account:not(.detailed-status__wrapper):hover::before,
#mastodon .timeline-hint:not(.detailed-status__wrapper):hover::before,
.modal-layout .timeline-hint:not(.detailed-status__wrapper):hover::before,
#mastodon .focusable:not(.detailed-status__wrapper):focus-within::before,
.modal-layout .focusable:not(.detailed-status__wrapper):focus-within::before,
#mastodon .entry:not(.detailed-status__wrapper):focus-within::before,
.modal-layout .entry:not(.detailed-status__wrapper):focus-within::before,
#mastodon .statuses-grid__item .detailed-status:not(.detailed-status__wrapper):focus-within::before,
.modal-layout .statuses-grid__item .detailed-status:not(.detailed-status__wrapper):focus-within::before,
#mastodon .trends__item:not(.detailed-status__wrapper):focus-within::before,
.modal-layout .trends__item:not(.detailed-status__wrapper):focus-within::before,
#mastodon .story:not(.detailed-status__wrapper):focus-within::before,
.modal-layout .story:not(.detailed-status__wrapper):focus-within::before,
#mastodon .account-card:not(.detailed-status__wrapper):focus-within::before,
.modal-layout .account-card:not(.detailed-status__wrapper):focus-within::before,
#mastodon :not(.focusable) > .account:not(.detailed-status__wrapper):focus-within::before,
.modal-layout :not(.focusable) > .account:not(.detailed-status__wrapper):focus-within::before,
#mastodon .timeline-hint:not(.detailed-status__wrapper):focus-within::before,
.modal-layout .timeline-hint:not(.detailed-status__wrapper):focus-within::before {
  background-color: var(--hover-color);
}
.explore__links {
  padding: 10px !important;
  display: flex;
  flex-wrap: wrap;
}
.explore__links .trends__item {
  margin: 10px;
  padding: 25px !important;
  box-shadow: var(--shadow-med);
  width: 200px;
}
.explore__links .trends__item::after {
  content: unset !important;
  inset: 0 !important;
  border-radius: var(--radius);
  pointer-events: none;
  border: 1px solid var(--border-color) !important;
}
.explore__links .trends__item a {
  font-size: 1.4em;
  line-height: 1.7em;
}
.explore__links .trends__item .trends__item__sparkline {
  height: 100%;
}
.explore__links .trends__item .trends__item__sparkline svg {
  height: 100%;
  float: right;
  overflow: visible !important;
  position: relative;
  z-index: -1;
}
.explore__links .trends__item .trends__item__sparkline svg path {
  display: unset !important;
  transition: transform 1s;
}
.explore__links .trends__item .trends__item__sparkline svg path:first-child {
  transform-origin: center;
}
.explore__links .trends__item:hover svg path:first-child,
.explore__links .trends__item:focus-within svg path:first-child {
  transform: scale(2);
}
#mastodon .focusable.trends__item,
.modal-layout .focusable.trends__item,
#mastodon .entry.trends__item,
.modal-layout .entry.trends__item,
#mastodon .statuses-grid__item .detailed-status.trends__item,
.modal-layout .statuses-grid__item .detailed-status.trends__item,
#mastodon .trends__item.trends__item,
.modal-layout .trends__item.trends__item,
#mastodon .story.trends__item,
.modal-layout .story.trends__item,
#mastodon .account-card.trends__item,
.modal-layout .account-card.trends__item,
#mastodon :not(.focusable) > .account.trends__item,
.modal-layout :not(.focusable) > .account.trends__item,
#mastodon .timeline-hint.trends__item,
.modal-layout .timeline-hint.trends__item,
#mastodon .focusable.story,
.modal-layout .focusable.story,
#mastodon .entry.story,
.modal-layout .entry.story,
#mastodon .statuses-grid__item .detailed-status.story,
.modal-layout .statuses-grid__item .detailed-status.story,
#mastodon .trends__item.story,
.modal-layout .trends__item.story,
#mastodon .story.story,
.modal-layout .story.story,
#mastodon .account-card.story,
.modal-layout .account-card.story,
#mastodon :not(.focusable) > .account.story,
.modal-layout :not(.focusable) > .account.story,
#mastodon .timeline-hint.story,
.modal-layout .timeline-hint.story {
  padding: 10px;
  flex-grow: 1;
}
#mastodon .focusable.story,
.modal-layout .focusable.story,
#mastodon .entry.story,
.modal-layout .entry.story,
#mastodon .statuses-grid__item .detailed-status.story,
.modal-layout .statuses-grid__item .detailed-status.story,
#mastodon .trends__item.story,
.modal-layout .trends__item.story,
#mastodon .story.story,
.modal-layout .story.story,
#mastodon .account-card.story,
.modal-layout .account-card.story,
#mastodon :not(.focusable) > .account.story,
.modal-layout :not(.focusable) > .account.story,
#mastodon .timeline-hint.story,
.modal-layout .timeline-hint.story {
  padding: 15px;
}
#mastodon .focusable.story .story__details,
.modal-layout .focusable.story .story__details,
#mastodon .entry.story .story__details,
.modal-layout .entry.story .story__details,
#mastodon .statuses-grid__item .detailed-status.story .story__details,
.modal-layout .statuses-grid__item .detailed-status.story .story__details,
#mastodon .trends__item.story .story__details,
.modal-layout .trends__item.story .story__details,
#mastodon .story.story .story__details,
.modal-layout .story.story .story__details,
#mastodon .account-card.story .story__details,
.modal-layout .account-card.story .story__details,
#mastodon :not(.focusable) > .account.story .story__details,
.modal-layout :not(.focusable) > .account.story .story__details,
#mastodon .timeline-hint.story .story__details,
.modal-layout .timeline-hint.story .story__details {
  padding-left: 0 !important;
}
#mastodon .focusable.story .story__thumbnail,
.modal-layout .focusable.story .story__thumbnail,
#mastodon .entry.story .story__thumbnail,
.modal-layout .entry.story .story__thumbnail,
#mastodon .statuses-grid__item .detailed-status.story .story__thumbnail,
.modal-layout .statuses-grid__item .detailed-status.story .story__thumbnail,
#mastodon .trends__item.story .story__thumbnail,
.modal-layout .trends__item.story .story__thumbnail,
#mastodon .story.story .story__thumbnail,
.modal-layout .story.story .story__thumbnail,
#mastodon .account-card.story .story__thumbnail,
.modal-layout .account-card.story .story__thumbnail,
#mastodon :not(.focusable) > .account.story .story__thumbnail,
.modal-layout :not(.focusable) > .account.story .story__thumbnail,
#mastodon .timeline-hint.story .story__thumbnail,
.modal-layout .timeline-hint.story .story__thumbnail {
  margin-inline-end: 0;
}
#mastodon .focusable.account-card,
.modal-layout .focusable.account-card,
#mastodon .entry.account-card,
.modal-layout .entry.account-card,
#mastodon .statuses-grid__item .detailed-status.account-card,
.modal-layout .statuses-grid__item .detailed-status.account-card,
#mastodon .trends__item.account-card,
.modal-layout .trends__item.account-card,
#mastodon .story.account-card,
.modal-layout .story.account-card,
#mastodon .account-card.account-card,
.modal-layout .account-card.account-card,
#mastodon :not(.focusable) > .account.account-card,
.modal-layout :not(.focusable) > .account.account-card,
#mastodon .timeline-hint.account-card,
.modal-layout .timeline-hint.account-card {
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow);
}
.explore__suggestions {
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
#mastodon .focusable.account-card .account-card__header,
.modal-layout .focusable.account-card .account-card__header,
#mastodon .entry.account-card .account-card__header,
.modal-layout .entry.account-card .account-card__header,
#mastodon .statuses-grid__item .detailed-status.account-card .account-card__header,
.modal-layout .statuses-grid__item .detailed-status.account-card .account-card__header,
#mastodon .trends__item.account-card .account-card__header,
.modal-layout .trends__item.account-card .account-card__header,
#mastodon .story.account-card .account-card__header,
.modal-layout .story.account-card .account-card__header,
#mastodon .account-card.account-card .account-card__header,
.modal-layout .account-card.account-card .account-card__header,
#mastodon :not(.focusable) > .account.account-card .account-card__header,
.modal-layout :not(.focusable) > .account.account-card .account-card__header,
#mastodon .timeline-hint.account-card .account-card__header,
.modal-layout .timeline-hint.account-card .account-card__header {
  padding: 0 !important;
}
#mastodon .focusable.account-card .account-card__title__avatar .account__avatar,
.modal-layout .focusable.account-card .account-card__title__avatar .account__avatar,
#mastodon .entry.account-card .account-card__title__avatar .account__avatar,
.modal-layout .entry.account-card .account-card__title__avatar .account__avatar,
#mastodon .statuses-grid__item .detailed-status.account-card .account-card__title__avatar .account__avatar,
.modal-layout .statuses-grid__item .detailed-status.account-card .account-card__title__avatar .account__avatar,
#mastodon .trends__item.account-card .account-card__title__avatar .account__avatar,
.modal-layout .trends__item.account-card .account-card__title__avatar .account__avatar,
#mastodon .story.account-card .account-card__title__avatar .account__avatar,
.modal-layout .story.account-card .account-card__title__avatar .account__avatar,
#mastodon .account-card.account-card .account-card__title__avatar .account__avatar,
.modal-layout .account-card.account-card .account-card__title__avatar .account__avatar,
#mastodon :not(.focusable) > .account.account-card .account-card__title__avatar .account__avatar,
.modal-layout :not(.focusable) > .account.account-card .account-card__title__avatar .account__avatar,
#mastodon .timeline-hint.account-card .account-card__title__avatar .account__avatar,
.modal-layout .timeline-hint.account-card .account-card__title__avatar .account__avatar {
  width: 64px !important;
  height: 64px !important;
  background-size: 64px 64px !important;
}
#mastodon .focusable.account-card .account-card__title__avatar .account__avatar img,
.modal-layout .focusable.account-card .account-card__title__avatar .account__avatar img,
#mastodon .entry.account-card .account-card__title__avatar .account__avatar img,
.modal-layout .entry.account-card .account-card__title__avatar .account__avatar img,
#mastodon .statuses-grid__item .detailed-status.account-card .account-card__title__avatar .account__avatar img,
.modal-layout .statuses-grid__item .detailed-status.account-card .account-card__title__avatar .account__avatar img,
#mastodon .trends__item.account-card .account-card__title__avatar .account__avatar img,
.modal-layout .trends__item.account-card .account-card__title__avatar .account__avatar img,
#mastodon .story.account-card .account-card__title__avatar .account__avatar img,
.modal-layout .story.account-card .account-card__title__avatar .account__avatar img,
#mastodon .account-card.account-card .account-card__title__avatar .account__avatar img,
.modal-layout .account-card.account-card .account-card__title__avatar .account__avatar img,
#mastodon :not(.focusable) > .account.account-card .account-card__title__avatar .account__avatar img,
.modal-layout :not(.focusable) > .account.account-card .account-card__title__avatar .account__avatar img,
#mastodon .timeline-hint.account-card .account-card__title__avatar .account__avatar img,
.modal-layout .timeline-hint.account-card .account-card__title__avatar .account__avatar img {
  width: inherit;
  height: inherit;
}
#mastodon .focusable.account-card .account-card__bio,
.modal-layout .focusable.account-card .account-card__bio,
#mastodon .entry.account-card .account-card__bio,
.modal-layout .entry.account-card .account-card__bio,
#mastodon .statuses-grid__item .detailed-status.account-card .account-card__bio,
.modal-layout .statuses-grid__item .detailed-status.account-card .account-card__bio,
#mastodon .trends__item.account-card .account-card__bio,
.modal-layout .trends__item.account-card .account-card__bio,
#mastodon .story.account-card .account-card__bio,
.modal-layout .story.account-card .account-card__bio,
#mastodon .account-card.account-card .account-card__bio,
.modal-layout .account-card.account-card .account-card__bio,
#mastodon :not(.focusable) > .account.account-card .account-card__bio,
.modal-layout :not(.focusable) > .account.account-card .account-card__bio,
#mastodon .timeline-hint.account-card .account-card__bio,
.modal-layout .timeline-hint.account-card .account-card__bio {
  margin-top: 0 !important;
}
#mastodon .focusable.account-card .account-card__actions,
.modal-layout .focusable.account-card .account-card__actions,
#mastodon .entry.account-card .account-card__actions,
.modal-layout .entry.account-card .account-card__actions,
#mastodon .statuses-grid__item .detailed-status.account-card .account-card__actions,
.modal-layout .statuses-grid__item .detailed-status.account-card .account-card__actions,
#mastodon .trends__item.account-card .account-card__actions,
.modal-layout .trends__item.account-card .account-card__actions,
#mastodon .story.account-card .account-card__actions,
.modal-layout .story.account-card .account-card__actions,
#mastodon .account-card.account-card .account-card__actions,
.modal-layout .account-card.account-card .account-card__actions,
#mastodon :not(.focusable) > .account.account-card .account-card__actions,
.modal-layout :not(.focusable) > .account.account-card .account-card__actions,
#mastodon .timeline-hint.account-card .account-card__actions,
.modal-layout .timeline-hint.account-card .account-card__actions {
  margin-top: auto !important;
}
#mastodon .focusable.empty-column-indicator,
.modal-layout .focusable.empty-column-indicator,
#mastodon .entry.empty-column-indicator,
.modal-layout .entry.empty-column-indicator,
#mastodon .statuses-grid__item .detailed-status.empty-column-indicator,
.modal-layout .statuses-grid__item .detailed-status.empty-column-indicator,
#mastodon .trends__item.empty-column-indicator,
.modal-layout .trends__item.empty-column-indicator,
#mastodon .story.empty-column-indicator,
.modal-layout .story.empty-column-indicator,
#mastodon .account-card.empty-column-indicator,
.modal-layout .account-card.empty-column-indicator,
#mastodon :not(.focusable) > .account.empty-column-indicator,
.modal-layout :not(.focusable) > .account.empty-column-indicator,
#mastodon .timeline-hint.empty-column-indicator,
.modal-layout .timeline-hint.empty-column-indicator {
  display: block;
}
#mastodon .focusable.timeline-hint,
.modal-layout .focusable.timeline-hint,
#mastodon .entry.timeline-hint,
.modal-layout .entry.timeline-hint,
#mastodon .statuses-grid__item .detailed-status.timeline-hint,
.modal-layout .statuses-grid__item .detailed-status.timeline-hint,
#mastodon .trends__item.timeline-hint,
.modal-layout .trends__item.timeline-hint,
#mastodon .story.timeline-hint,
.modal-layout .story.timeline-hint,
#mastodon .account-card.timeline-hint,
.modal-layout .account-card.timeline-hint,
#mastodon :not(.focusable) > .account.timeline-hint,
.modal-layout :not(.focusable) > .account.timeline-hint,
#mastodon .timeline-hint.timeline-hint,
.modal-layout .timeline-hint.timeline-hint {
  display: block;
}
#mastodon .focusable.timeline-hint a::before,
.modal-layout .focusable.timeline-hint a::before,
#mastodon .entry.timeline-hint a::before,
.modal-layout .entry.timeline-hint a::before,
#mastodon .statuses-grid__item .detailed-status.timeline-hint a::before,
.modal-layout .statuses-grid__item .detailed-status.timeline-hint a::before,
#mastodon .trends__item.timeline-hint a::before,
.modal-layout .trends__item.timeline-hint a::before,
#mastodon .story.timeline-hint a::before,
.modal-layout .story.timeline-hint a::before,
#mastodon .account-card.timeline-hint a::before,
.modal-layout .account-card.timeline-hint a::before,
#mastodon :not(.focusable) > .account.timeline-hint a::before,
.modal-layout :not(.focusable) > .account.timeline-hint a::before,
#mastodon .timeline-hint.timeline-hint a::before,
.modal-layout .timeline-hint.timeline-hint a::before {
  content: "";
  position: absolute;
  inset: 0;
}
#mastodon .status,
.modal-layout .status,
#mastodon .columns-area__panels__main .account,
.modal-layout .columns-area__panels__main .account {
  border: 0 !important;
  padding-block: 15px;
}
#mastodon .status:not(.account),
.modal-layout .status:not(.account),
#mastodon .columns-area__panels__main .account:not(.account),
.modal-layout .columns-area__panels__main .account:not(.account) {
  padding-inline-start: var(--status-left-padding) !important;
}
#mastodon .status::before,
.modal-layout .status::before,
#mastodon .columns-area__panels__main .account::before,
.modal-layout .columns-area__panels__main .account::before {
  inset: -10px !important;
  border-radius: var(--radius);
}
#mastodon .status__prepend,
.modal-layout .status__prepend,
#mastodon .notification__message,
.modal-layout .notification__message {
  padding-top: 15px !important;
  padding-bottom: 0 !important;
  margin-bottom: -10px !important;
  z-index: 2;
  position: relative;
  font-weight: 400;
}
#mastodon .status__prepend [class*="icon-wrapper"],
.modal-layout .status__prepend [class*="icon-wrapper"],
#mastodon .notification__message [class*="icon-wrapper"],
.modal-layout .notification__message [class*="icon-wrapper"] {
  display: flex;
  align-items: center;
}
#mastodon .status__prepend a,
.modal-layout .status__prepend a,
#mastodon .notification__message a,
.modal-layout .notification__message a {
  white-space: nowrap;
  font-weight: 600;
}
#mastodon .notification-favourite .notification__message ~ div .status__info,
.modal-layout .notification-favourite .notification__message ~ div .status__info,
#mastodon .notification-reblog .notification__message ~ div .status__info,
.modal-layout .notification-reblog .notification__message ~ div .status__info,
#mastodon .notification-favourite .notification__message ~ div .status__action-bar,
.modal-layout .notification-favourite .notification__message ~ div .status__action-bar,
#mastodon .notification-reblog .notification__message ~ div .status__action-bar,
.modal-layout .notification-reblog .notification__message ~ div .status__action-bar {
  display: none;
}
#mastodon .notification-favourite .notification__message ~ div .status,
.modal-layout .notification-favourite .notification__message ~ div .status,
#mastodon .notification-reblog .notification__message ~ div .status,
.modal-layout .notification-reblog .notification__message ~ div .status {
  min-height: unset;
}
#mastodon .notification-favourite .notification__message ~ div .attachment-list,
.modal-layout .notification-favourite .notification__message ~ div .attachment-list,
#mastodon .notification-reblog .notification__message ~ div .attachment-list,
.modal-layout .notification-reblog .notification__message ~ div .attachment-list {
  margin-top: 0;
}
#mastodon .status__avatar,
.modal-layout .status__avatar {
  min-width: 45px;
}
#mastodon .account__avatar-overlay-base,
.modal-layout .account__avatar-overlay-base {
  width: 100%;
  height: 100%;
  background-size: cover;
  border-radius: var(--radius);
}
#mastodon .account__avatar-overlay-base .account__avatar,
.modal-layout .account__avatar-overlay-base .account__avatar {
  width: 90% !important;
  height: 90% !important;
}
#mastodon .account__avatar-overlay-overlay,
.modal-layout .account__avatar-overlay-overlay {
  border-radius: var(--radius-round);
  overflow: hidden;
}
#mastodon .status__info,
.modal-layout .status__info {
  margin-top: 5px;
  align-items: flex-start;
}
#mastodon .status__info > *,
.modal-layout .status__info > * {
  position: relative;
  z-index: 2;
}
#mastodon .status__info .display-name,
.modal-layout .status__info .display-name {
  color: unset !important;
}
#mastodon .status__info .display-name strong,
.modal-layout .status__info .display-name strong {
  font-weight: 600;
}
#mastodon .status__info .status__relative-time,
.modal-layout .status__info .status__relative-time {
  display: flex;
  font-weight: 500;
  font-size: 15px;
}
#mastodon .status__info .status__relative-time .status__visibility-icon,
.modal-layout .status__info .status__relative-time .status__visibility-icon {
  order: 2;
  margin-inline-start: 0.4em;
}
#mastodon .status__info .status__relative-time abbr,
.modal-layout .status__info .status__relative-time abbr {
  margin-inline-start: 0.7em;
}
#mastodon .status__info .status__relative-time abbr::after,
.modal-layout .status__info .status__relative-time abbr::after {
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
}
#mastodon .focusable:not(.detailed-status__wrapper) .status__content,
.modal-layout .focusable:not(.detailed-status__wrapper) .status__content {
  overflow: visible;
}
#mastodon .focusable:not(.detailed-status__wrapper) .status__content .status__content__text,
.modal-layout .focusable:not(.detailed-status__wrapper) .status__content .status__content__text {
  max-height: inherit !important;
  overflow: hidden;
}
#mastodon .focusable:not(.detailed-status__wrapper) .status__content::before,
.modal-layout .focusable:not(.detailed-status__wrapper) .status__content::before,
#mastodon .focusable:not(.detailed-status__wrapper) .status__content::after,
.modal-layout .focusable:not(.detailed-status__wrapper) .status__content::after {
  content: "";
  position: absolute;
  top: 100%;
  inset-inline: 0;
  height: 900px;
}
#mastodon .focusable:not(.detailed-status__wrapper) .status__content::after,
.modal-layout .focusable:not(.detailed-status__wrapper) .status__content::after {
  bottom: 100%;
  top: unset;
}
#mastodon .status__content,
.modal-layout .status__content {
  padding-top: 2px;
  margin-inline: -100px;
  padding-inline: 100px;
  text-align: unset !important;
  line-height: 1.5;
}
#mastodon .status__content.status__content--with-spoiler > p:first-child,
.modal-layout .status__content.status__content--with-spoiler > p:first-child {
  margin-bottom: 0;
}
.rtl #mastodon .status__content,
.rtl .modal-layout .status__content {
  text-align: right !important;
}
#mastodon .status__content .status__content__text > br:first-child,
.modal-layout .status__content .status__content__text > br:first-child {
  display: none !important;
}
#mastodon .status__content p:empty,
.modal-layout .status__content p:empty {
  max-height: 0;
}
#mastodon .status__content__spoiler-link,
.modal-layout .status__content__spoiler-link {
  display: block;
  width: unset;
  padding: 1em;
  color: inherit;
  font-weight: 700;
  background: none;
  margin-inline-start: -100px !important;
  padding-inline-start: 100px !important;
  width: calc(100% + 150px);
  text-align: unset;
  font-size: 0.8em;
}
#mastodon .status__content__spoiler-link:hover,
.modal-layout .status__content__spoiler-link:hover,
#mastodon .status__content__spoiler-link:focus,
.modal-layout .status__content__spoiler-link:focus {
  background-color: var(--hover-color);
}
#mastodon .media-gallery,
.modal-layout .media-gallery,
#mastodon .video-player,
.modal-layout .video-player,
#mastodon .status-card.horizontal.interactive,
.modal-layout .status-card.horizontal.interactive,
#mastodon .status-card,
.modal-layout .status-card,
#mastodon .audio-player,
.modal-layout .audio-player,
#mastodon .picture-in-picture-placeholder,
.modal-layout .picture-in-picture-placeholder {
  box-shadow: var(--shadow-low);
  border-radius: var(--radius);
  margin-top: 15px !important;
  margin-bottom: 10px !important;
  animation: scaleIn 0.4s;
  max-width: unset !important;
  max-height: 80vh !important;
}
#mastodon .media-gallery.status-card,
.modal-layout .media-gallery.status-card,
#mastodon .video-player.status-card,
.modal-layout .video-player.status-card,
#mastodon .status-card.horizontal.interactive.status-card,
.modal-layout .status-card.horizontal.interactive.status-card,
#mastodon .status-card.status-card,
.modal-layout .status-card.status-card,
#mastodon .audio-player.status-card,
.modal-layout .audio-player.status-card,
#mastodon .picture-in-picture-placeholder.status-card,
.modal-layout .picture-in-picture-placeholder.status-card {
  box-shadow: var(--shadow);
  box-shadow: none;
}
#mastodon .media-gallery.status-card .status-card__content,
.modal-layout .media-gallery.status-card .status-card__content,
#mastodon .video-player.status-card .status-card__content,
.modal-layout .video-player.status-card .status-card__content,
#mastodon .status-card.horizontal.interactive.status-card .status-card__content,
.modal-layout .status-card.horizontal.interactive.status-card .status-card__content,
#mastodon .status-card.status-card .status-card__content,
.modal-layout .status-card.status-card .status-card__content,
#mastodon .audio-player.status-card .status-card__content,
.modal-layout .audio-player.status-card .status-card__content,
#mastodon .picture-in-picture-placeholder.status-card .status-card__content,
.modal-layout .picture-in-picture-placeholder.status-card .status-card__content {
  padding-inline: 12px;
}
#mastodon .media-gallery.status-card:hover,
.modal-layout .media-gallery.status-card:hover,
#mastodon .video-player.status-card:hover,
.modal-layout .video-player.status-card:hover,
#mastodon .status-card.horizontal.interactive.status-card:hover,
.modal-layout .status-card.horizontal.interactive.status-card:hover,
#mastodon .status-card.status-card:hover,
.modal-layout .status-card.status-card:hover,
#mastodon .audio-player.status-card:hover,
.modal-layout .audio-player.status-card:hover,
#mastodon .picture-in-picture-placeholder.status-card:hover,
.modal-layout .picture-in-picture-placeholder.status-card:hover {
  background-color: var(--hover-color);
}
#mastodon .media-gallery__item:not([style*="50%"]),
.modal-layout .media-gallery__item:not([style*="50%"]) {
  border-radius: var(--radius);
}
#mastodon .audio-player .video-player__seek,
.modal-layout .audio-player .video-player__seek {
  margin: var(--radius);
}
#mastodon .detailed-status,
.modal-layout .detailed-status {
  padding: 15px !important;
  padding-bottom: 5px !important;
}
#mastodon div:empty + div > .detailed-status__wrapper,
.modal-layout div:empty + div > .detailed-status__wrapper {
  margin-top: 0 !important;
}
#mastodon .detailed-status__wrapper,
.modal-layout .detailed-status__wrapper,
#mastodon .detailed-status,
.modal-layout .detailed-status,
#mastodon .picture-in-picture,
.modal-layout .picture-in-picture {
  box-shadow: var(--shadow);
}
#mastodon .detailed-status__wrapper.detailed-status__wrapper,
.modal-layout .detailed-status__wrapper.detailed-status__wrapper,
#mastodon .detailed-status.detailed-status__wrapper,
.modal-layout .detailed-status.detailed-status__wrapper,
#mastodon .picture-in-picture.detailed-status__wrapper,
.modal-layout .picture-in-picture.detailed-status__wrapper {
  margin-block: 15px;
}
#mastodon .detailed-status__wrapper .media-gallery,
.modal-layout .detailed-status__wrapper .media-gallery,
#mastodon .detailed-status .media-gallery,
.modal-layout .detailed-status .media-gallery,
#mastodon .picture-in-picture .media-gallery,
.modal-layout .picture-in-picture .media-gallery,
#mastodon .detailed-status__wrapper .video-player,
.modal-layout .detailed-status__wrapper .video-player,
#mastodon .detailed-status .video-player,
.modal-layout .detailed-status .video-player,
#mastodon .picture-in-picture .video-player,
.modal-layout .picture-in-picture .video-player,
#mastodon .detailed-status__wrapper .status-card.horizontal.interactive,
.modal-layout .detailed-status__wrapper .status-card.horizontal.interactive,
#mastodon .detailed-status .status-card.horizontal.interactive,
.modal-layout .detailed-status .status-card.horizontal.interactive,
#mastodon .picture-in-picture .status-card.horizontal.interactive,
.modal-layout .picture-in-picture .status-card.horizontal.interactive,
#mastodon .detailed-status__wrapper .status-card,
.modal-layout .detailed-status__wrapper .status-card,
#mastodon .detailed-status .status-card,
.modal-layout .detailed-status .status-card,
#mastodon .picture-in-picture .status-card,
.modal-layout .picture-in-picture .status-card,
#mastodon .detailed-status__wrapper .audio-player,
.modal-layout .detailed-status__wrapper .audio-player,
#mastodon .detailed-status .audio-player,
.modal-layout .detailed-status .audio-player,
#mastodon .picture-in-picture .audio-player,
.modal-layout .picture-in-picture .audio-player,
#mastodon .detailed-status__wrapper .picture-in-picture-placeholder,
.modal-layout .detailed-status__wrapper .picture-in-picture-placeholder,
#mastodon .detailed-status .picture-in-picture-placeholder,
.modal-layout .detailed-status .picture-in-picture-placeholder,
#mastodon .picture-in-picture .picture-in-picture-placeholder,
.modal-layout .picture-in-picture .picture-in-picture-placeholder {
  margin-inline: 0 !important;
  max-height: unset !important;
}
#mastodon .detailed-status__wrapper .status__content,
.modal-layout .detailed-status__wrapper .status__content,
#mastodon .detailed-status .status__content,
.modal-layout .detailed-status .status__content,
#mastodon .picture-in-picture .status__content,
.modal-layout .picture-in-picture .status__content {
  min-height: unset !important;
}
#mastodon .picture-in-picture .picture-in-picture__header,
.modal-layout .picture-in-picture .picture-in-picture__header {
  border-radius: var(--radius) var(--radius) 0 0;
}
#mastodon .picture-in-picture .media-gallery,
.modal-layout .picture-in-picture .media-gallery,
#mastodon .picture-in-picture .video-player,
.modal-layout .picture-in-picture .video-player,
#mastodon .picture-in-picture .status-card.horizontal.interactive,
.modal-layout .picture-in-picture .status-card.horizontal.interactive,
#mastodon .picture-in-picture .status-card,
.modal-layout .picture-in-picture .status-card,
#mastodon .picture-in-picture .audio-player,
.modal-layout .picture-in-picture .audio-player,
#mastodon .picture-in-picture .picture-in-picture-placeholder,
.modal-layout .picture-in-picture .picture-in-picture-placeholder {
  --radius: 0;
  margin: 0 !important;
}
#mastodon .picture-in-picture .picture-in-picture__footer,
.modal-layout .picture-in-picture .picture-in-picture__footer {
  border-radius: 0 0 var(--radius) var(--radius);
}
#mastodon .status__action-bar,
.modal-layout .status__action-bar {
  margin-top: 0.4em;
  margin-bottom: -8px;
}
#mastodon .status__action-bar,
.modal-layout .status__action-bar,
#mastodon .detailed-status__action-bar,
.modal-layout .detailed-status__action-bar,
#mastodon .picture-in-picture__footer,
.modal-layout .picture-in-picture__footer {
  position: relative;
  z-index: 2;
  pointer-events: none;
  gap: 0;
  overflow-x: auto;
}
#mastodon .status__action-bar > *,
.modal-layout .status__action-bar > *,
#mastodon .detailed-status__action-bar > *,
.modal-layout .detailed-status__action-bar > *,
#mastodon .picture-in-picture__footer > *,
.modal-layout .picture-in-picture__footer > * {
  pointer-events: all;
}
#mastodon .status__action-bar .icon-button,
.modal-layout .status__action-bar .icon-button,
#mastodon .detailed-status__action-bar .icon-button,
.modal-layout .detailed-status__action-bar .icon-button,
#mastodon .picture-in-picture__footer .icon-button,
.modal-layout .picture-in-picture__footer .icon-button {
  display: inline-flex;
  align-items: center;
  width: unset !important;
  padding: 0.5em !important;
  height: unset !important;
  flex: 0 1 auto !important;
  min-width: 50px;
  border-radius: var(--radius);
}
#mastodon .status__action-bar .icon-button:last-child,
.modal-layout .status__action-bar .icon-button:last-child,
#mastodon .detailed-status__action-bar .icon-button:last-child,
.modal-layout .detailed-status__action-bar .icon-button:last-child,
#mastodon .picture-in-picture__footer .icon-button:last-child,
.modal-layout .picture-in-picture__footer .icon-button:last-child {
  margin: 0 !important;
}
#mastodon .status__action-bar .icon-button i,
.modal-layout .status__action-bar .icon-button i,
#mastodon .detailed-status__action-bar .icon-button i,
.modal-layout .detailed-status__action-bar .icon-button i,
#mastodon .picture-in-picture__footer .icon-button i,
.modal-layout .picture-in-picture__footer .icon-button i {
  min-width: 22px;
}
#mastodon .status__action-bar .icon-button[aria-label]::after,
.modal-layout .status__action-bar .icon-button[aria-label]::after,
#mastodon .detailed-status__action-bar .icon-button[aria-label]::after,
.modal-layout .detailed-status__action-bar .icon-button[aria-label]::after,
#mastodon .picture-in-picture__footer .icon-button[aria-label]::after,
.modal-layout .picture-in-picture__footer .icon-button[aria-label]::after {
  all: unset;
  content: attr(aria-label);
  font-size: 12px;
  margin-inline-start: 0.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#mastodon .status__action-bar .icon-button .icon-button__counter,
.modal-layout .status__action-bar .icon-button .icon-button__counter,
#mastodon .detailed-status__action-bar .icon-button .icon-button__counter,
.modal-layout .detailed-status__action-bar .icon-button .icon-button__counter,
#mastodon .picture-in-picture__footer .icon-button .icon-button__counter,
.modal-layout .picture-in-picture__footer .icon-button .icon-button__counter {
  width: auto !important;
}
#mastodon .status__action-bar .status__action-bar__dropdown,
.modal-layout .status__action-bar .status__action-bar__dropdown,
#mastodon .detailed-status__action-bar .status__action-bar__dropdown,
.modal-layout .detailed-status__action-bar .status__action-bar__dropdown,
#mastodon .picture-in-picture__footer .status__action-bar__dropdown,
.modal-layout .picture-in-picture__footer .status__action-bar__dropdown,
#mastodon .status__action-bar .status__action-bar-dropdown,
.modal-layout .status__action-bar .status__action-bar-dropdown,
#mastodon .detailed-status__action-bar .status__action-bar-dropdown,
.modal-layout .detailed-status__action-bar .status__action-bar-dropdown,
#mastodon .picture-in-picture__footer .status__action-bar-dropdown,
.modal-layout .picture-in-picture__footer .status__action-bar-dropdown,
#mastodon .status__action-bar .detailed-status__action-bar-dropdown,
.modal-layout .status__action-bar .detailed-status__action-bar-dropdown,
#mastodon .detailed-status__action-bar .detailed-status__action-bar-dropdown,
.modal-layout .detailed-status__action-bar .detailed-status__action-bar-dropdown,
#mastodon .picture-in-picture__footer .detailed-status__action-bar-dropdown,
.modal-layout .picture-in-picture__footer .detailed-status__action-bar-dropdown,
#mastodon .status__action-bar .detailed-status__button,
.modal-layout .status__action-bar .detailed-status__button,
#mastodon .detailed-status__action-bar .detailed-status__button,
.modal-layout .detailed-status__action-bar .detailed-status__button,
#mastodon .picture-in-picture__footer .detailed-status__button,
.modal-layout .picture-in-picture__footer .detailed-status__button {
  display: contents;
}
#mastodon .status__action-bar.detailed-status__action-bar,
.modal-layout .status__action-bar.detailed-status__action-bar,
#mastodon .detailed-status__action-bar.detailed-status__action-bar,
.modal-layout .detailed-status__action-bar.detailed-status__action-bar,
#mastodon .picture-in-picture__footer.detailed-status__action-bar,
.modal-layout .picture-in-picture__footer.detailed-status__action-bar,
#mastodon .status__action-bar.picture-in-picture__footer,
.modal-layout .status__action-bar.picture-in-picture__footer,
#mastodon .detailed-status__action-bar.picture-in-picture__footer,
.modal-layout .detailed-status__action-bar.picture-in-picture__footer,
#mastodon .picture-in-picture__footer.picture-in-picture__footer,
.modal-layout .picture-in-picture__footer.picture-in-picture__footer {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
#mastodon .status__action-bar.detailed-status__action-bar .icon-button,
.modal-layout .status__action-bar.detailed-status__action-bar .icon-button,
#mastodon .detailed-status__action-bar.detailed-status__action-bar .icon-button,
.modal-layout .detailed-status__action-bar.detailed-status__action-bar .icon-button,
#mastodon .picture-in-picture__footer.detailed-status__action-bar .icon-button,
.modal-layout .picture-in-picture__footer.detailed-status__action-bar .icon-button,
#mastodon .status__action-bar.picture-in-picture__footer .icon-button,
.modal-layout .status__action-bar.picture-in-picture__footer .icon-button,
#mastodon .detailed-status__action-bar.picture-in-picture__footer .icon-button,
.modal-layout .detailed-status__action-bar.picture-in-picture__footer .icon-button,
#mastodon .picture-in-picture__footer.picture-in-picture__footer .icon-button,
.modal-layout .picture-in-picture__footer.picture-in-picture__footer .icon-button {
  flex-grow: 1 !important;
  justify-content: center;
}
#mastodon .status__action-bar.picture-in-picture__footer .icon-button::after,
.modal-layout .status__action-bar.picture-in-picture__footer .icon-button::after,
#mastodon .detailed-status__action-bar.picture-in-picture__footer .icon-button::after,
.modal-layout .detailed-status__action-bar.picture-in-picture__footer .icon-button::after,
#mastodon .picture-in-picture__footer.picture-in-picture__footer .icon-button::after,
.modal-layout .picture-in-picture__footer.picture-in-picture__footer .icon-button::after {
  content: unset !important;
}
#mastodon .tabs-bar__wrapper,
.modal-layout .tabs-bar__wrapper,
#mastodon .column-back-button--slim .column-back-button,
.modal-layout .column-back-button--slim .column-back-button {
  z-index: 101;
  transition: margin 0.2s cubic-bezier(0, 0, 0, 1.1);
}
.column-header,
.column-inline-form {
  font-weight: 600;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.column-header ~ .scrollable,
.column-inline-form ~ .scrollable {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
@media (min-width: 895px) {
  #mastodon .tabs-bar__wrapper,
  .modal-layout .tabs-bar__wrapper,
  #mastodon .column-back-button--slim .column-back-button,
  .modal-layout .column-back-button--slim .column-back-button {
    position: fixed;
    width: 285px;
    margin-inline-start: 600px;
    top: 0 !important;
    left: unset !important;
    right: unset !important;
    min-height: 48px !important;
    margin-top: 30px;
    overflow: clip;
    border-radius: var(--radius) var(--radius) !important;
    box-shadow: 0 12px 12px -12px rgba(0,0,0,0.1);
  }
  #mastodon .tabs-bar__wrapper:not(.column-back-button),
  .modal-layout .tabs-bar__wrapper:not(.column-back-button),
  #mastodon .column-back-button--slim .column-back-button:not(.column-back-button),
  .modal-layout .column-back-button--slim .column-back-button:not(.column-back-button) {
    padding-top: 0;
  }
  #mastodon .tabs-bar__wrapper .column-header__wrapper,
  .modal-layout .tabs-bar__wrapper .column-header__wrapper,
  #mastodon .column-back-button--slim .column-back-button .column-header__wrapper,
  .modal-layout .column-back-button--slim .column-back-button .column-header__wrapper {
    gap: 2px !important;
    display: flex;
    flex-direction: column;
  }
  #mastodon .tabs-bar__wrapper .column-back-button,
  .modal-layout .tabs-bar__wrapper .column-back-button,
  #mastodon .column-back-button--slim .column-back-button .column-back-button,
  .modal-layout .column-back-button--slim .column-back-button .column-back-button {
    background: none;
  }
  #mastodon .tabs-bar__wrapper .column-header,
  .modal-layout .tabs-bar__wrapper .column-header,
  #mastodon .column-back-button--slim .column-back-button .column-header,
  .modal-layout .column-back-button--slim .column-back-button .column-header {
    background: none !important;
  }
  #mastodon .tabs-bar__wrapper .column-header > button,
  .modal-layout .tabs-bar__wrapper .column-header > button,
  #mastodon .column-back-button--slim .column-back-button .column-header > button,
  .modal-layout .column-back-button--slim .column-back-button .column-header > button {
    z-index: 2;
  }
  #mastodon .tabs-bar__wrapper .column-header__buttons,
  .modal-layout .tabs-bar__wrapper .column-header__buttons,
  #mastodon .column-back-button--slim .column-back-button .column-header__buttons,
  .modal-layout .column-back-button--slim .column-back-button .column-header__buttons {
    margin-left: 0.5em;
  }
  #mastodon .tabs-bar__wrapper .column-header__buttons button,
  .modal-layout .tabs-bar__wrapper .column-header__buttons button,
  #mastodon .column-back-button--slim .column-back-button .column-header__buttons button,
  .modal-layout .column-back-button--slim .column-back-button .column-header__buttons button {
    transition: background 0.2s, transform 0.3s !important;
    position: relative;
    border-radius: 100px !important;
    min-width: 40px;
    margin: 5px;
    margin-inline-start: 0;
    font-size: 0.9em;
    padding-inline: 15px;
  }
  #mastodon .tabs-bar__wrapper .column-header__buttons button .icon-with-badge,
  .modal-layout .tabs-bar__wrapper .column-header__buttons button .icon-with-badge,
  #mastodon .column-back-button--slim .column-back-button .column-header__buttons button .icon-with-badge,
  .modal-layout .column-back-button--slim .column-back-button .column-header__buttons button .icon-with-badge {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #mastodon .tabs-bar__wrapper .column-header__buttons button .icon-with-badge .icon-with-badge__badge,
  .modal-layout .tabs-bar__wrapper .column-header__buttons button .icon-with-badge .icon-with-badge__badge,
  #mastodon .column-back-button--slim .column-back-button .column-header__buttons button .icon-with-badge .icon-with-badge__badge,
  .modal-layout .column-back-button--slim .column-back-button .column-header__buttons button .icon-with-badge .icon-with-badge__badge {
    right: -2px;
    left: unset;
    top: unset;
    bottom: 0px;
    border-radius: var(--radius-round);
  }
  #mastodon .tabs-bar__wrapper .column-header__buttons button .column-header__icon,
  .modal-layout .tabs-bar__wrapper .column-header__buttons button .column-header__icon,
  #mastodon .column-back-button--slim .column-back-button .column-header__buttons button .column-header__icon,
  .modal-layout .column-back-button--slim .column-back-button .column-header__buttons button .column-header__icon {
    margin-inline-end: 0;
  }
  #mastodon .tabs-bar__wrapper .column-header__buttons button:not(.active),
  .modal-layout .tabs-bar__wrapper .column-header__buttons button:not(.active),
  #mastodon .column-back-button--slim .column-back-button .column-header__buttons button:not(.active),
  .modal-layout .column-back-button--slim .column-back-button .column-header__buttons button:not(.active) {
    background: var(--elevated-color) !important;
  }
  #mastodon .tabs-bar__wrapper .column-header__buttons button::before,
  .modal-layout .tabs-bar__wrapper .column-header__buttons button::before,
  #mastodon .column-back-button--slim .column-back-button .column-header__buttons button::before,
  .modal-layout .column-back-button--slim .column-back-button .column-header__buttons button::before {
    content: "";
    position: absolute;
    inset: 0;
    top: calc(100% + 5px);
    bottom: -5px;
    background: inherit;
    z-index: -1;
    transition: inset 0.1s;
    border-radius: 100px;
    pointer-events: none;
  }
  #mastodon .tabs-bar__wrapper .column-header__buttons button::after,
  .modal-layout .tabs-bar__wrapper .column-header__buttons button::after,
  #mastodon .column-back-button--slim .column-back-button .column-header__buttons button::after,
  .modal-layout .column-back-button--slim .column-back-button .column-header__buttons button::after {
    position: absolute;
    inset: 0;
    background: var(--elevated-color);
    border-radius: 100%;
  }
  #mastodon .tabs-bar__wrapper .column-header__buttons button.active::before,
  .modal-layout .tabs-bar__wrapper .column-header__buttons button.active::before,
  #mastodon .column-back-button--slim .column-back-button .column-header__buttons button.active::before,
  .modal-layout .column-back-button--slim .column-back-button .column-header__buttons button.active::before {
    inset: -10px -300px;
  }
  #mastodon .tabs-bar__wrapper .announcements,
  .modal-layout .tabs-bar__wrapper .announcements,
  #mastodon .column-back-button--slim .column-back-button .announcements,
  .modal-layout .column-back-button--slim .column-back-button .announcements,
  #mastodon .tabs-bar__wrapper .column-header__collapsible:not(.collapsed),
  .modal-layout .tabs-bar__wrapper .column-header__collapsible:not(.collapsed),
  #mastodon .column-back-button--slim .column-back-button .column-header__collapsible:not(.collapsed),
  .modal-layout .column-back-button--slim .column-back-button .column-header__collapsible:not(.collapsed) {
    flex-direction: column-reverse;
    align-items: flex-start;
    animation: slideDowFade 0.3s backwards cubic-bezier(0, 1, 0, 1.2);
  }
  #mastodon .tabs-bar__wrapper .column-header__collapsible,
  .modal-layout .tabs-bar__wrapper .column-header__collapsible,
  #mastodon .column-back-button--slim .column-back-button .column-header__collapsible,
  .modal-layout .column-back-button--slim .column-back-button .column-header__collapsible {
    transition: none;
  }
  #mastodon .tabs-bar__wrapper .announcements__container,
  .modal-layout .tabs-bar__wrapper .announcements__container,
  #mastodon .column-back-button--slim .column-back-button .announcements__container,
  .modal-layout .column-back-button--slim .column-back-button .announcements__container {
    width: 100% !important;
  }
  #mastodon .tabs-bar__wrapper .announcements__mastodon,
  .modal-layout .tabs-bar__wrapper .announcements__mastodon,
  #mastodon .column-back-button--slim .column-back-button .announcements__mastodon,
  .modal-layout .column-back-button--slim .column-back-button .announcements__mastodon {
    z-index: -1;
    position: relative;
  }
}
@media (min-width: 895px) and (min-width: 1320px) {
  #mastodon .tabs-bar__wrapper,
  .modal-layout .tabs-bar__wrapper,
  #mastodon .column-back-button--slim .column-back-button,
  .modal-layout .column-back-button--slim .column-back-button {
    margin-inline-start: calc(var(--tl-width) - 5px);
  }
}
@media (min-width: 895px) and (max-width: 1174px) {
  #mastodon .tabs-bar__wrapper,
  .modal-layout .tabs-bar__wrapper,
  #mastodon .column-back-button--slim .column-back-button,
  .modal-layout .column-back-button--slim .column-back-button {
    margin-inline-start: calc(100% - 275px);
    width: 265px;
    margin-top: 10px;
  }
}
#mastodon .column-header__collapsible-inner,
.modal-layout .column-header__collapsible-inner {
  overflow: hidden;
}
#mastodon .column-settings__row,
.modal-layout .column-settings__row,
#mastodon .column-settings__hashtags,
.modal-layout .column-settings__hashtags {
  border-radius: var(--radius);
  margin-bottom: 1em;
}
#mastodon .column-select__control,
.modal-layout .column-select__control {
  border-radius: var(--radius);
}
#mastodon .setting-toggle,
.modal-layout .setting-toggle {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 14px;
  position: relative;
  padding: 0.7em;
  background: var(--elevated-color);
  margin-bottom: 2px;
  overflow: hidden;
}
#mastodon .setting-toggle:first-child,
.modal-layout .setting-toggle:first-child {
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
}
#mastodon .setting-toggle:last-child,
.modal-layout .setting-toggle:last-child {
  border-bottom-left-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
}
#mastodon .setting-toggle .setting-toggle__label,
.modal-layout .setting-toggle .setting-toggle__label {
  margin-bottom: 0 !important;
  flex-grow: 1;
}
#mastodon .setting-toggle::before,
.modal-layout .setting-toggle::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--hover-color);
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}
#mastodon .setting-toggle:hover::before,
.modal-layout .setting-toggle:hover::before,
#mastodon .setting-toggle:focus-within::before,
.modal-layout .setting-toggle:focus-within::before {
  opacity: 1;
}
#mastodon .navigation-panel,
.modal-layout .navigation-panel {
  box-sizing: border-box;
  height: calc(100vh - 40px);
  padding-bottom: 10px;
}
#mastodon .navigation-panel hr,
.modal-layout .navigation-panel hr {
  display: none;
}
@media (min-width: 1175px) {
  #mastodon .navigation-panel,
  .modal-layout .navigation-panel {
    padding-top: 50px !important;
  }
  #mastodon .navigation-panel .navigation-panel__logo,
  .modal-layout .navigation-panel .navigation-panel__logo {
    display: none;
  }
  #mastodon .navigation-panel [href="/settings/preferences"],
  .modal-layout .navigation-panel [href="/settings/preferences"] {
    display: none !important;
  }
}
@media (min-width: 895px) {
  .column-link {
    flex-grow: 100 !important;
    display: flex !important;
    align-items: center !important;
    align-content: center;
    max-height: 3.3em;
    min-height: 2.7em !important;
    padding-block: 0;
    position: relative;
    box-sizing: border-box;
    opacity: 0.9;
    overflow: hidden;
    background: none !important;
  }
  .column-link .column-link__icon,
  .column-header > button .column-header__icon {
    margin-inline-end: 1em !important;
    font-size: 16px !important;
  }
  .column-link::before {
    content: "" !important;
    position: absolute;
    border-radius: 100px;
    width: unset !important;
    height: unset !important;
    inset: 0px 0px !important;
    opacity: 0 !important;
    background-color: rgba(150,150,150,0.1);
    transition: opacity 0.2s;
  }
  .column-link.active {
    opacity: 1 !important;
    font-weight: 600;
  }
  .column-link:hover:before,
  .column-link:focus:before {
    opacity: 1 !important;
  }
  .column-link[href="/lists"] + div hr {
    display: none;
  }
  .column-link[href="/lists"] + div .column-link {
    margin-bottom: 2px;
  }
  .column-link[href="/lists"] + div .column-link i {
    opacity: 0.2;
  }
}
@media (min-width: 895px) {
  #mastodon .getting-started__trends,
  .modal-layout .getting-started__trends {
    display: unset !important;
  }
}
#mastodon .trends__item,
.modal-layout .trends__item {
  display: flex !important;
}
#mastodon .trends__item__name a::before,
.modal-layout .trends__item__name a::before {
  content: "";
  position: absolute;
  inset: 0;
}
#mastodon .trends__item__current,
.modal-layout .trends__item__current {
  display: none;
}
#mastodon .trends__item__sparkline,
.modal-layout .trends__item__sparkline {
  overflow: visible !important;
}
#mastodon .trends__item__sparkline svg,
.modal-layout .trends__item__sparkline svg {
  overflow: visible !important;
}
#mastodon .trends__item__sparkline path:first-child,
.modal-layout .trends__item__sparkline path:first-child {
  filter: blur(10px);
}
#mastodon .trends__item__sparkline path:last-child,
.modal-layout .trends__item__sparkline path:last-child {
  mask: linear-gradient(to left, #000, #000, transparent);
}
#mastodon .getting-started,
.modal-layout .getting-started {
  padding: 5px 10px;
  border: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#mastodon .getting-started .flex-spacer,
.modal-layout .getting-started .flex-spacer {
  display: none;
}
#mastodon .getting-started .getting-started__wrapper,
.modal-layout .getting-started .getting-started__wrapper {
  background: none;
  height: unset !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#mastodon .getting-started .getting-started__wrapper > *,
.modal-layout .getting-started .getting-started__wrapper > * {
  box-sizing: border-box;
}
#mastodon .getting-started .getting-started__wrapper .navigation-bar,
.modal-layout .getting-started .getting-started__wrapper .navigation-bar {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0;
  margin: 20px;
  margin-bottom: 5px;
  position: relative;
}
#mastodon .getting-started .getting-started__wrapper .navigation-bar > *,
.modal-layout .getting-started .getting-started__wrapper .navigation-bar > * {
  flex-grow: 0;
}
#mastodon .getting-started .getting-started__wrapper .navigation-bar > a,
.modal-layout .getting-started .getting-started__wrapper .navigation-bar > a {
  flex-grow: 1;
  max-height: 126px;
  margin-bottom: 10px;
}
#mastodon .getting-started .getting-started__wrapper .navigation-bar .icon-button,
.modal-layout .getting-started .getting-started__wrapper .navigation-bar .icon-button {
  width: auto !important;
  height: auto !important;
  padding: 20px;
}
#mastodon .getting-started .getting-started__wrapper .navigation-bar .icon-button i,
.modal-layout .getting-started .getting-started__wrapper .navigation-bar .icon-button i {
  font-size: 20px;
}
#mastodon .getting-started .getting-started__wrapper .navigation-bar__profile,
.modal-layout .getting-started .getting-started__wrapper .navigation-bar__profile {
  font-size: 1.2em;
  line-height: 1.4;
  margin: 10px 0;
}
#mastodon .getting-started .getting-started__wrapper .navigation-bar__profile .permalink,
.modal-layout .getting-started .getting-started__wrapper .navigation-bar__profile .permalink {
  font-size: 1.2em;
}
#mastodon .getting-started .getting-started__wrapper .navigation-bar__actions,
.modal-layout .getting-started .getting-started__wrapper .navigation-bar__actions {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: auto !important;
}
#mastodon .getting-started .getting-started__wrapper .account__avatar,
.modal-layout .getting-started .getting-started__wrapper .account__avatar {
  width: 126px !important;
  min-height: 100%;
  flex-grow: 1;
  background-size: contain !important;
  background-position: left;
  border-radius: 0 !important;
}
.rtl #mastodon .getting-started .getting-started__wrapper .account__avatar,
.rtl .modal-layout .getting-started .getting-started__wrapper .account__avatar {
  background-position: right !important;
}
#mastodon .getting-started .getting-started__wrapper .account__avatar::before,
.modal-layout .getting-started .getting-started__wrapper .account__avatar::before {
  content: "";
  background-image: inherit;
  position: absolute;
  background-size: cover;
  background-position: center;
  height: calc(100% + 100px);
  width: 200%;
  border-bottom-right-radius: 100%;
  transform: translate(-40%, -20%);
  filter: blur(100px);
  opacity: 0.2;
}
.rtl #mastodon .getting-started .getting-started__wrapper .account__avatar::before,
.rtl .modal-layout .getting-started .getting-started__wrapper .account__avatar::before {
  transform: translate(40%, -20%);
}
#mastodon .getting-started .getting-started__wrapper > *,
.modal-layout .getting-started .getting-started__wrapper > * {
  border: 0 !important;
  padding: 20px;
  background: none;
}
#mastodon .getting-started .getting-started__footer,
.modal-layout .getting-started .getting-started__footer {
  padding-inline: 20px;
}
#mastodon .getting-started .getting-started__footer a span,
.modal-layout .getting-started .getting-started__footer a span {
  font-size: 1.1em !important;
  line-height: 2;
}
#mastodon .about .account,
.modal-layout .about .account {
  margin-top: -10px;
  padding: 0;
  overflow: visible;
}
#mastodon .about .account::after,
.modal-layout .about .account::after {
  content: unset !important;
}
#mastodon.modal-layout,
.modal-layout.modal-layout {
  overflow: hidden;
}
#mastodon.modal-layout .container-alt,
.modal-layout.modal-layout .container-alt {
  background: inherit;
  height: 100%;
}
#mastodon.modal-layout .container-alt .public-layout,
.modal-layout.modal-layout .container-alt .public-layout {
  padding: 0 !important;
}
#mastodon.modal-layout .container-alt .form-container,
.modal-layout.modal-layout .container-alt .form-container {
  max-width: 500px !important;
  padding: 0;
  background: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#mastodon.modal-layout .container-alt .form-container h2,
.modal-layout.modal-layout .container-alt .form-container h2 {
  margin: 0;
  padding: 20px;
  font-weight: 600;
}
#mastodon.modal-layout .container-alt .form-container .follow-prompt,
.modal-layout.modal-layout .container-alt .form-container .follow-prompt {
  margin: 0;
  border-radius: 0 0 var(--radius) var(--radius);
  overflow-y: auto;
}
#mastodon.modal-layout .container-alt .form-container .follow-prompt .activity-stream,
.modal-layout.modal-layout .container-alt .form-container .follow-prompt .activity-stream {
  margin: 0 !important;
}
#mastodon.modal-layout .container-alt .entry,
.modal-layout.modal-layout .container-alt .entry {
  border-radius: var(--radius) !important;
}
#mastodon.modal-layout #new_remote_follow,
.modal-layout.modal-layout #new_remote_follow {
  position: sticky;
  bottom: 0;
  padding: 20px;
  padding-bottom: 60px;
  background: inherit;
}
@media (min-width: 895px) and (max-width: 1174px) {
  .layout-single-column .ui__header {
    background: none !important;
    border: 0;
    margin-inline-end: 280px;
    padding-top: 12px;
    position: static;
  }
  .layout-single-column .columns-area__panels__main {
    border-top-left-radius: 0 !important;
    border-top-right-radius: var(--radius) !important;
    overflow: clip !important;
    margin-inline: 10px !important;
    margin-top: -20px;
  }
  .layout-single-column .columns-area__panels__main .columns-area {
    border-radius: 0 var(--radius) 0 0 !important;
    padding-bottom: 0 !important;
  }
  .layout-single-column .navigation-panel {
    background: none;
    border: 0;
    padding-top: 10px;
    width: 265px !important;
    height: calc(100vh - 50px) !important;
    padding-bottom: 10px;
  }
}
@media (max-width: 895px) {
  #mastodon .scrollable:not(.scrollable--flex),
  .modal-layout .scrollable:not(.scrollable--flex) {
    padding: 0px !important;
    padding-bottom: 40vh !important;
  }
  #mastodon .scrollable:not(.scrollable--flex)::before,
  .modal-layout .scrollable:not(.scrollable--flex)::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: inherit;
    z-index: -1;
  }
  #mastodon .scrollable:not(.scrollable--flex) .account-timeline__header,
  .modal-layout .scrollable:not(.scrollable--flex) .account-timeline__header {
    margin: 0px !important;
  }
  #mastodon .focusable,
  .modal-layout .focusable,
  #mastodon .entry,
  .modal-layout .entry,
  #mastodon .statuses-grid__item .detailed-status,
  .modal-layout .statuses-grid__item .detailed-status,
  #mastodon .trends__item,
  .modal-layout .trends__item,
  #mastodon .story,
  .modal-layout .story,
  #mastodon .account-card,
  .modal-layout .account-card,
  #mastodon :not(.focusable) > .account,
  .modal-layout :not(.focusable) > .account,
  #mastodon .timeline-hint,
  .modal-layout .timeline-hint {
    border-radius: 0 !important;
  }
  #mastodon [class*="explore__"] > *,
  .modal-layout [class*="explore__"] > * {
    border-radius: var(--radius) !important;
  }
  #mastodon .detailed-status__wrapper,
  .modal-layout .detailed-status__wrapper {
    margin: 0 !important;
  }
  #mastodon .icon-button,
  .modal-layout .icon-button {
    justify-content: center;
  }
  #mastodon .columns-area--mobile > .column > div > div,
  .modal-layout .columns-area--mobile > .column > div > div {
    animation: fadeUp 0.4s;
  }
  #mastodon .columns-area--mobile > .column > .column-header__wrapper,
  .modal-layout .columns-area--mobile > .column > .column-header__wrapper {
    display: none;
  }
  #mastodon .ui__header,
  .modal-layout .ui__header {
    position: static;
    border-bottom: 0;
    box-sizing: content-box;
  }
  #mastodon .ui__header::after,
  .modal-layout .ui__header::after {
    content: "";
    position: absolute;
    right: 46px;
    top: 53px;
    background: inherit;
    width: calc(var(--radius) * 2);
    height: var(--radius);
    border-radius: 100px 100px 0 0;
    transform: rotate(45deg);
  }
  #mastodon .ui__header [href^="/@"],
  .modal-layout .ui__header [href^="/@"] {
    position: fixed;
    margin-inline: -35px;
  }
  #mastodon .ui__header [href="/publish"],
  .modal-layout .ui__header [href="/publish"] {
    position: fixed;
    bottom: 10px;
    margin-inline: -60px;
    border-radius: 100px !important;
    height: 60px;
    width: 60px;
    font-size: 0;
    box-shadow: var(--shadow-low);
  }
  #mastodon .ui__header [href="/publish"]::before,
  .modal-layout .ui__header [href="/publish"]::before {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
  }
  #mastodon .tabs-bar__wrapper,
  .modal-layout .tabs-bar__wrapper {
    top: 0;
  }
  #mastodon .column-back-button.column-back-button,
  .modal-layout .column-back-button.column-back-button {
    border-radius: 0 !important;
  }
  #mastodon .columns-area__panels,
  .modal-layout .columns-area__panels {
    justify-content: flex-start;
    max-width: 100% !important;
    flex-wrap: nowrap !important;
  }
  #mastodon .columns-area__panels__main,
  .modal-layout .columns-area__panels__main {
    padding: 0 !important;
    max-width: unset;
    border-top-right-radius: var(--radius);
    overflow: clip !important;
  }
  #mastodon .columns-area__panels__main > .columns-area--mobile,
  .modal-layout .columns-area__panels__main > .columns-area--mobile {
    overflow: visible !important;
  }
  #mastodon .is-composing .columns-area__panels__main,
  .modal-layout .is-composing .columns-area__panels__main {
    padding-bottom: 40px !important;
  }
  #mastodon .columns-area__panels__main .scrollable,
  .modal-layout .columns-area__panels__main .scrollable,
  #mastodon .columns-area__panels__main .account__header__image,
  .modal-layout .columns-area__panels__main .account__header__image,
  #mastodon .columns-area__panels__main > div,
  .modal-layout .columns-area__panels__main > div {
    border-radius: 0 !important;
  }
  #mastodon .explore__links,
  .modal-layout .explore__links {
    padding: 0 !important;
  }
  #mastodon .status,
  .modal-layout .status {
    padding-top: 14px !important;
  }
  #mastodon .status .status__avatar,
  .modal-layout .status .status__avatar {
    width: 42px !important;
    min-width: 45px !important;
    height: 45px !important;
    background-size: 45px !important;
  }
  #mastodon .status .status__avatar > div,
  .modal-layout .status .status__avatar > div {
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
  }
  #mastodon .status .media-gallery,
  .modal-layout .status .media-gallery,
  #mastodon .status .video-player,
  .modal-layout .status .video-player,
  #mastodon .status .status-card.horizontal.interactive,
  .modal-layout .status .status-card.horizontal.interactive,
  #mastodon .status .status-card,
  .modal-layout .status .status-card,
  #mastodon .status .audio-player,
  .modal-layout .status .audio-player,
  #mastodon .status .picture-in-picture-placeholder,
  .modal-layout .status .picture-in-picture-placeholder {
    margin-bottom: 0 !important;
  }
  #mastodon .status__action-bar,
  .modal-layout .status__action-bar {
    margin-inline: -10px;
    margin-bottom: -5px;
  }
  #mastodon .status__action-bar .icon-button,
  .modal-layout .status__action-bar .icon-button {
    margin: 0 !important;
    justify-content: center;
    padding: 0.7em !important;
  }
  #mastodon .icon-button:after,
  .modal-layout .icon-button:after {
    content: unset !important;
  }
  #mastodon .navigation-panel,
  .modal-layout .navigation-panel {
    margin-top: -55px;
    padding-top: 55px;
    height: 100vh;
    border: 0;
    margin-inline-start: 1px;
    padding-bottom: 80px;
  }
  #mastodon .notification__filter-bar + .scrollable,
  .modal-layout .notification__filter-bar + .scrollable {
    border-radius: var(--radius) var(--radius) 0 0 !important;
  }
  #mastodon .modal-root__modal .status.light,
  .modal-layout .modal-root__modal .status.light {
    overflow: hidden !important;
    padding-inline-start: 70px !important;
  }
  #mastodon .columns-area,
  .modal-layout .columns-area {
    padding-bottom: 0 !important;
    overflow: hidden !important;
  }
  #mastodon .getting-started,
  .modal-layout .getting-started {
    padding: 20px;
    padding-bottom: 60px;
  }
  #mastodon .getting-started__wrapper,
  .modal-layout .getting-started__wrapper {
    flex-grow: 1;
    overflow: visible !important;
  }
  #mastodon .compose-form__autosuggest-wrapper,
  .modal-layout .compose-form__autosuggest-wrapper {
    border: 1px solid var(--border-color);
  }
  .layout-single-column #mastodon .drawer__inner .navigation-bar {
    padding: 20px;
    padding-bottom: 10px;
  }
  .layout-single-column #mastodon .drawer__inner .compose-form {
    padding-bottom: 100px !important;
  }
  .layout-single-column #mastodon .drawer__inner .compose-form__autosuggest-wrapper {
    border-radius: var(--radius) !important;
    overflow: hidden;
  }
  .layout-single-column #mastodon .drawer__inner .compose-form__modifiers {
    padding-bottom: 50px;
  }
  .layout-single-column #mastodon .drawer__inner .compose-form__publish {
    margin-top: -45px;
    padding-inline: 8px;
  }
  .layout-single-column #mastodon .drawer__inner .compose-form__publish .compose-form__publish-button-wrapper {
    padding-top: 0;
  }
  .layout-single-column #mastodon .drawer__inner .compose-form__buttons-wrapper {
    position: fixed;
    bottom: 70px;
    border-radius: var(--radius-round) !important;
    inset-inline: 20px;
    padding-block: 0;
    z-index: 2;
  }
  .layout-single-column #mastodon .drawer__inner .compose-form__buttons-wrapper button {
    padding: 7px;
    border-radius: 0 !important;
  }
  .is-composing .modal-root__modal.report-modal {
    width: 100vw;
    height: 100%;
    border-radius: 0;
  }
  .is-composing .modal-root__modal.report-modal .report-modal__comment {
    padding: 20px;
    padding-bottom: 100px;
  }
  .is-composing .modal-root__modal.report-modal .report-modal__comment .button:last-child {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% - 40px) !important;
    display: block !important;
    margin: 20px;
  }
  #mastodon .about,
  .modal-layout .about {
    margin-inline: 10px !important;
  }
  #mastodon .about .account,
  .modal-layout .about .account {
    margin-top: 0;
  }
  #mastodon .about .about__meta,
  .modal-layout .about .about__meta {
    border-radius: var(--radius);
  }
  #mastodon .about .about__header__hero,
  .modal-layout .about .about__header__hero,
  #mastodon .about .about__section,
  .modal-layout .about .about__section {
    margin-inline: -11px;
    width: unset;
  }
  #mastodon .about .about__section,
  .modal-layout .about .about__section {
    margin-bottom: 0;
    border-bottom: 1px solid;
  }
  .search-popout {
    max-width: unset !important;
    width: calc(100vw - 70px) !important;
    position: fixed;
    left: 15px;
  }
}
.layout-multiple-columns #mastodon .columns-area {
  overflow: auto hidden !important;
  padding: 0;
}
.layout-multiple-columns #mastodon .columns-area .scrollable:not(.scrollable--flex) {
  padding: 0px !important;
  padding-bottom: 40vh !important;
}
.layout-multiple-columns #mastodon .columns-area .scrollable:not(.scrollable--flex)::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: inherit;
  z-index: -1;
}
.layout-multiple-columns #mastodon .columns-area .scrollable:not(.scrollable--flex) .account-timeline__header {
  margin: 0px !important;
}
.layout-multiple-columns #mastodon .columns-area .focusable,
.layout-multiple-columns #mastodon .columns-area .entry,
.layout-multiple-columns #mastodon .columns-area .statuses-grid__item .detailed-status,
.layout-multiple-columns #mastodon .columns-area .trends__item,
.layout-multiple-columns #mastodon .columns-area .story,
.layout-multiple-columns #mastodon .columns-area .account-card,
.layout-multiple-columns #mastodon .columns-area :not(.focusable) > .account,
.layout-multiple-columns #mastodon .columns-area .timeline-hint {
  border-radius: 0 !important;
}
.layout-multiple-columns #mastodon .columns-area [class*="explore__"] > * {
  border-radius: var(--radius) !important;
}
.layout-multiple-columns #mastodon .columns-area .detailed-status__wrapper {
  margin: 0 !important;
}
.layout-multiple-columns #mastodon .columns-area .icon-button {
  justify-content: center;
}
.layout-multiple-columns #mastodon .columns-area .column-header,
.layout-multiple-columns #mastodon .columns-area .scrollable,
.layout-multiple-columns #mastodon .columns-area .column-back-button,
.layout-multiple-columns #mastodon .columns-area .account__header__image {
  border-radius: 0 !important;
}
.layout-multiple-columns #mastodon .columns-area .icon-button:after {
  content: unset !important;
}
.layout-multiple-columns #mastodon .columns-area > div {
  border: 0 !important;
  padding: 0 !important;
}
.layout-multiple-columns #mastodon .columns-area > div:not(.drawer):not(:last-child) {
  margin-inline-end: 2px !important;
}
.layout-multiple-columns #mastodon .columns-area > div.column {
  flex-grow: 1;
  max-width: 600px;
}
.layout-multiple-columns #mastodon .columns-area > div:first-child {
  margin-inline-start: auto !important;
}
.layout-multiple-columns #mastodon .columns-area > div:last-child {
  margin-inline-end: auto !important;
}
.layout-multiple-columns #mastodon .columns-area .drawer {
  padding-inline: 6px !important;
  padding-top: 20px !important;
}
.layout-multiple-columns #mastodon .columns-area .drawer .drawer__header {
  border-radius: var(--radius-round);
  margin-inline: 10px;
  overflow: hidden;
  border: 0 !important;
}
.layout-multiple-columns #mastodon .columns-area .drawer .drawer__header a {
  border: 0;
}
.layout-multiple-columns #mastodon .columns-area .drawer .drawer__header a:first-child {
  padding-inline-start: 15px !important;
}
.layout-multiple-columns #mastodon .columns-area .drawer .drawer__header a:last-child {
  padding-inline-end: 15px !important;
}
.layout-multiple-columns #mastodon .columns-area .drawer .search {
  z-index: 2;
}
.layout-multiple-columns #mastodon .columns-area .drawer > .drawer__pager {
  overflow: visible !important;
}
.layout-multiple-columns #mastodon .columns-area .drawer > .drawer__pager > .drawer__inner:not(.darker) {
  top: -20px;
  margin-inline-start: -6px;
  margin-inline-end: -4px;
  width: calc(100% + 10px);
  padding-inline-start: 6px;
  padding-inline-end: 4px;
  padding-top: 20px;
  height: calc(100% + 20px);
}
.layout-multiple-columns #mastodon .columns-area .drawer .drawer__inner__mastodon {
  margin-inline: -6px;
  margin-inline-end: -4px;
}
.layout-multiple-columns #mastodon .columns-area .search {
  margin-inline: 10px;
}
.layout-multiple-columns #mastodon .columns-area .drawer__inner:not(.darker),
.layout-multiple-columns #mastodon .columns-area .drawer__inner__mastodon {
  background-color: transparent;
  border: 0 !important;
}
.layout-multiple-columns #mastodon .columns-area .drawer__inner.darker {
  border-radius: var(--radius-round) var(--radius-round) 0 0;
}
.layout-multiple-columns #mastodon .columns-area .getting-started__trends {
  padding: 0px 20px;
}
.layout-multiple-columns #mastodon .columns-area .status {
  padding-bottom: 10px !important;
}
.layout-multiple-columns #mastodon .columns-area .detailed-status .status__content {
  font-size: 1.3em;
}
.modal-root__container {
  animation: bounceIn 0.7s !important;
}
@media (prefers-reduced-motion: no-preference) {
@-moz-keyframes bounceIn {
    0% {
      transform: scale(1.1);
      opacity: 0;
    }
    30% {
      transform: scale(0.99);
      opacity: 1;
    }
    60% {
      transform: scale(1.005);
      opacity: 1;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
}
@-webkit-keyframes bounceIn {
    0% {
      transform: scale(1.1);
      opacity: 0;
    }
    30% {
      transform: scale(0.99);
      opacity: 1;
    }
    60% {
      transform: scale(1.005);
      opacity: 1;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
}
@-o-keyframes bounceIn {
    0% {
      transform: scale(1.1);
      opacity: 0;
    }
    30% {
      transform: scale(0.99);
      opacity: 1;
    }
    60% {
      transform: scale(1.005);
      opacity: 1;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
}
@keyframes bounceIn {
    0% {
      transform: scale(1.1);
      opacity: 0;
    }
    30% {
      transform: scale(0.99);
      opacity: 1;
    }
    60% {
      transform: scale(1.005);
      opacity: 1;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
}
@-moz-keyframes slideUp {
    from {
      transform: translateY(20px);
    }
}
@-webkit-keyframes slideUp {
    from {
      transform: translateY(20px);
    }
}
@-o-keyframes slideUp {
    from {
      transform: translateY(20px);
    }
}
@keyframes slideUp {
    from {
      transform: translateY(20px);
    }
}
@-moz-keyframes slideUpFade {
    from {
      transform: translateY(20px);
      filter: opacity(0);
    }
}
@-webkit-keyframes slideUpFade {
    from {
      transform: translateY(20px);
      filter: opacity(0);
    }
}
@-o-keyframes slideUpFade {
    from {
      transform: translateY(20px);
      filter: opacity(0);
    }
}
@keyframes slideUpFade {
    from {
      transform: translateY(20px);
      filter: opacity(0);
    }
}
@-moz-keyframes slideDowFade {
    from {
      transform: translateY(-20px);
      filter: opacity(0);
    }
}
@-webkit-keyframes slideDowFade {
    from {
      transform: translateY(-20px);
      filter: opacity(0);
    }
}
@-o-keyframes slideDowFade {
    from {
      transform: translateY(-20px);
      filter: opacity(0);
    }
}
@keyframes slideDowFade {
    from {
      transform: translateY(-20px);
      filter: opacity(0);
    }
}
@-moz-keyframes slideUpBig {
    from {
      transform: translateY(50vh);
    }
}
@-webkit-keyframes slideUpBig {
    from {
      transform: translateY(50vh);
    }
}
@-o-keyframes slideUpBig {
    from {
      transform: translateY(50vh);
    }
}
@keyframes slideUpBig {
    from {
      transform: translateY(50vh);
    }
}
@-moz-keyframes fadeUp {
    from {
      transform: translateY(10px);
      opacity: 0;
    }
}
@-webkit-keyframes fadeUp {
    from {
      transform: translateY(10px);
      opacity: 0;
    }
}
@-o-keyframes fadeUp {
    from {
      transform: translateY(10px);
      opacity: 0;
    }
}
@keyframes fadeUp {
    from {
      transform: translateY(10px);
      opacity: 0;
    }
}
@-moz-keyframes scaleIn {
    from {
      transform: scale(0.98);
      opacity: 0;
    }
}
@-webkit-keyframes scaleIn {
    from {
      transform: scale(0.98);
      opacity: 0;
    }
}
@-o-keyframes scaleIn {
    from {
      transform: scale(0.98);
      opacity: 0;
    }
}
@keyframes scaleIn {
    from {
      transform: scale(0.98);
      opacity: 0;
    }
}
@-moz-keyframes fadeLeft {
    from {
      transform: translateX(20px) opacity(0);
    }
}
@-webkit-keyframes fadeLeft {
    from {
      transform: translateX(20px) opacity(0);
    }
}
@-o-keyframes fadeLeft {
    from {
      transform: translateX(20px) opacity(0);
    }
}
@keyframes fadeLeft {
    from {
      transform: translateX(20px) opacity(0);
    }
}
}

