@charset "UTF-8";
:root {
  --dropdown-border-color: #313543;
  --dropdown-background-color: rgba(23, 25, 31, 0.9);
  --dropdown-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.25),
    0 8px 10px -6px rgba(0, 0, 0, 0.25);
  --modal-background-color: rgba(23, 25, 31, 0.7);
  --modal-background-variant-color: rgba(40, 44, 55, 0.7);
  --modal-border-color: #313543;
  --background-border-color: #313543;
  --background-filter: blur(10px) saturate(180%) contrast(75%) brightness(70%);
  --background-color: #17191f;
  --background-color-tint: rgba(23, 25, 31, 0.9);
  --surface-background-color: #1f232b;
  --surface-variant-background-color: #282c37;
  --surface-variant-active-background-color: #313543;
}

/* This is a compat file so that third-party themes do not have to immediately
  update their implementation, as the previous `index.scss` has been renamed
  to `application.scss`. */
:root {
  --dropdown-border-color: #313543;
  --dropdown-background-color: rgba(23, 25, 31, 0.9);
  --dropdown-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.25),
    0 8px 10px -6px rgba(0, 0, 0, 0.25);
  --modal-background-color: rgba(23, 25, 31, 0.7);
  --modal-background-variant-color: rgba(40, 44, 55, 0.7);
  --modal-border-color: #313543;
  --background-border-color: #313543;
  --background-filter: blur(10px) saturate(180%) contrast(75%) brightness(70%);
  --background-color: #17191f;
  --background-color-tint: rgba(23, 25, 31, 0.9);
  --surface-background-color: #1f232b;
  --surface-variant-background-color: #282c37;
  --surface-variant-active-background-color: #313543;
}

@font-face {
  font-family: mastodon-font-sans-serif;
  src: local("Roboto Italic"), url(/packs/media/fonts/roboto/roboto-italic-webfont-dcb8144b63145c7e349a27ebbe24f875.woff2) format("woff2"), url(/packs/media/fonts/roboto/roboto-italic-webfont-5c39c5913ec17aaca7e59635381b9b62.woff) format("woff"), url(/packs/media/fonts/roboto/roboto-italic-webfont-73eaf3921695d82f2daba6bc02ffa602.ttf) format("truetype"), url(/packs/media/fonts/roboto/roboto-italic-webfont-8f90649d463aec7793d71b786b5b3b06.svg#roboto-italic-webfont) format("svg");
  font-weight: normal;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: mastodon-font-sans-serif;
  src: local("Roboto Bold"), url(/packs/media/fonts/roboto/roboto-bold-webfont-2c18fe4b97519d62a0d6aad8ada1004f.woff2) format("woff2"), url(/packs/media/fonts/roboto/roboto-bold-webfont-c8eca5c3d7f0e3203f2150ef668b11d7.woff) format("woff"), url(/packs/media/fonts/roboto/roboto-bold-webfont-099d7f6e4b0fd1955bf58d33f84cbddf.ttf) format("truetype"), url(/packs/media/fonts/roboto/roboto-bold-webfont-5ea71553d6e57da5b5cee78d8480db12.svg#roboto-bold-webfont) format("svg");
  font-weight: bold;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: mastodon-font-sans-serif;
  src: local("Roboto Medium"), url(/packs/media/fonts/roboto/roboto-medium-webfont-3ed000c35f7afb8bd4ad7f46da85abbf.woff2) format("woff2"), url(/packs/media/fonts/roboto/roboto-medium-webfont-3a01847aadd53eb13f47e0227e8aca9b.woff) format("woff"), url(/packs/media/fonts/roboto/roboto-medium-webfont-131f629d199b0a47d72d8489fda5823a.ttf) format("truetype"), url(/packs/media/fonts/roboto/roboto-medium-webfont-c0d084caf29abb0ed6cc87e92d886d61.svg#roboto-medium-webfont) format("svg");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: mastodon-font-sans-serif;
  src: local("Roboto"), url(/packs/media/fonts/roboto/roboto-regular-webfont-e6505d5d85943244ec91d5e3002791f2.woff2) format("woff2"), url(/packs/media/fonts/roboto/roboto-regular-webfont-8ede4fa233d6c99fb3653a767922b22b.woff) format("woff"), url(/packs/media/fonts/roboto/roboto-regular-webfont-00831949e731c8201e1966faf97da0d2.ttf) format("truetype"), url(/packs/media/fonts/roboto/roboto-regular-webfont-a8da5f98faeafb21714583a6e373c397.svg#roboto-regular-webfont) format("svg");
  font-weight: normal;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: mastodon-font-monospace;
  src: local("Roboto Mono"), url(/packs/media/fonts/roboto-mono/robotomono-regular-webfont-ccc9601c8b2933f9a4b9246665afb352.woff2) format("woff2"), url(/packs/media/fonts/roboto-mono/robotomono-regular-webfont-de79497258b00697d7449a8d933a2d77.woff) format("woff"), url(/packs/media/fonts/roboto-mono/robotomono-regular-webfont-7fb73b77e9674adf3bb4e256d12f5c24.ttf) format("truetype"), url(/packs/media/fonts/roboto-mono/robotomono-regular-webfont-fe0d118334cccfd145435b2c48cd06e4.svg#roboto_monoregular) format("svg");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  scrollbar-color: #313543 rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-thumb {
  background: #313543;
  border: 0px none #ffffff;
  border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
  background: #353a49;
}

::-webkit-scrollbar-thumb:active {
  background: #313543;
}

::-webkit-scrollbar-track {
  border: 0px none #ffffff;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-track:hover {
  background: #282c37;
}

::-webkit-scrollbar-track:active {
  background: #282c37;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

body {
  font-family: "mastodon-font-sans-serif", sans-serif;
  background: var(--background-color);
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #ffffff;
  text-rendering: optimizelegibility;
  font-feature-settings: "kern";
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
body.system-font {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", "mastodon-font-sans-serif", sans-serif;
}
body.app-body {
  padding: 0;
}
body.app-body.layout-single-column {
  height: auto;
  min-height: 100vh;
  overflow-y: scroll;
}
body.app-body.layout-multiple-columns {
  position: absolute;
  width: 100%;
  height: 100%;
}
body.app-body.with-modals--active {
  overflow-y: hidden;
}
body.with-modals {
  overflow-x: hidden;
  overflow-y: scroll;
}
body.with-modals--active {
  overflow-y: hidden;
}
body.player {
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.player > div {
  height: 100%;
}
body.player .video-player video {
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
body.player .media-gallery {
  margin-top: 0;
  height: 100% !important;
  border-radius: 0;
}
body.player .media-gallery__item {
  border-radius: 0;
}
body.embed {
  margin: 0;
  padding-bottom: 0;
}
body.embed .container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.admin {
  padding: 0;
}
body.error {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.error .dialog {
  vertical-align: middle;
  margin: 20px;
}
body.error .dialog__illustration img {
  display: block;
  max-width: 470px;
  width: 100%;
  height: auto;
  margin-top: -120px;
}
body.error .dialog h1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

a:focus {
  border-radius: 4px;
  outline: solid 2px #7477fd;
}
a:focus:not(:focus-visible) {
  outline: none;
}

button {
  font-family: inherit;
  cursor: pointer;
}

.app-holder, .app-holder > div, .app-holder > noscript {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  outline: 0 !important;
}
.app-holder > noscript {
  height: 100vh;
}

.layout-single-column .app-holder, .layout-single-column .app-holder > div {
  min-height: 100vh;
}

.layout-multiple-columns .app-holder, .layout-multiple-columns .app-holder > div {
  height: 100%;
}

.error-boundary,
.app-holder noscript {
  flex-direction: column;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #e25169;
  text-align: center;
}
.error-boundary > div,
.app-holder noscript > div {
  max-width: 500px;
}
.error-boundary p,
.app-holder noscript p {
  margin-bottom: 0.85em;
}
.error-boundary p:last-child,
.app-holder noscript p:last-child {
  margin-bottom: 0;
}
.error-boundary a,
.app-holder noscript a {
  color: #8c8dff;
}
.error-boundary a:hover, .error-boundary a:focus, .error-boundary a:active,
.app-holder noscript a:hover,
.app-holder noscript a:focus,
.app-holder noscript a:active {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.error-boundary__footer,
.app-holder noscript__footer {
  color: #606984;
  font-size: 13px;
}
.error-boundary__footer a,
.app-holder noscript__footer a {
  color: #606984;
}
.error-boundary button,
.app-holder noscript button {
  display: inline;
  border: 0;
  background: transparent;
  color: #606984;
  font: inherit;
  padding: 0;
  margin: 0;
  line-height: inherit;
  cursor: pointer;
  outline: 0;
  transition: color 300ms linear;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.error-boundary button:hover, .error-boundary button:focus, .error-boundary button:active,
.app-holder noscript button:hover,
.app-holder noscript button:focus,
.app-holder noscript button:active {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.error-boundary button.copied,
.app-holder noscript button.copied {
  color: #79bd9a;
  transition: none;
}

.logo-resources {
  visibility: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  z-index: -1000;
}

body .__ns__pop2top,
div .__ns__pop2top,
article .__ns__pop2top {
  z-index: unset !important;
}

.logo {
  color: #ffffff;
}

.container-alt {
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 740px) {
  .container-alt {
    width: 100%;
    margin: 0;
  }
}

.logo-container {
  margin: 50px auto;
}
.logo-container h1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-container h1 .logo {
  height: 42px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.logo-container h1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  -webkit-text-decoration: none;
  text-decoration: none;
  outline: 0;
  padding: 12px 16px;
  line-height: 32px;
  font-weight: 500;
  font-size: 14px;
}

.compose-standalone .compose-form {
  width: 400px;
  margin: 0 auto;
  padding: 10px 0;
  padding-bottom: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 400px) {
  .compose-standalone .compose-form {
    width: 100%;
    padding: 20px;
  }
}

.account-header {
  width: 400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 20px;
  box-sizing: border-box;
  padding: 20px 0;
  margin-top: 40px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--background-border-color);
}
@media screen and (max-width: 440px) {
  .account-header {
    width: 100%;
    margin: 0;
    padding: 20px;
  }
}
.account-header .avatar {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
}
.account-header .avatar img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  border-radius: 4px;
}
.account-header .name {
  flex: 1 1 auto;
  color: #d9e1e8;
}
.account-header .name .username {
  display: block;
  font-size: 16px;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #ffffff;
}
.account-header .logout-link {
  display: block;
  font-size: 32px;
  line-height: 40px;
  flex: 0 0 auto;
}

.redirect {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  font-size: 14px;
  line-height: 18px;
}
.redirect__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.redirect__logo img {
  height: 48px;
}
.redirect__message {
  text-align: center;
}
.redirect__message h1 {
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 30px;
}
.redirect__message p {
  margin-bottom: 30px;
}
.redirect__message p:last-child {
  margin-bottom: 0;
}
.redirect__message a {
  color: #8c8dff;
  font-weight: 500;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.redirect__message a:hover, .redirect__message a:focus, .redirect__message a:active {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.redirect__link {
  margin-top: 15px;
}

.no-list {
  list-style: none;
}
.no-list li {
  display: inline-block;
  margin: 0 5px;
}

.recovery-codes {
  list-style: none;
  margin: 0 auto;
}
.recovery-codes li {
  font-size: 125%;
  line-height: 1.5;
  letter-spacing: 1px;
}

.hero-widget {
  margin-bottom: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.hero-widget__img {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  background: #000000;
}
.hero-widget__img img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 4px 4px 0 0;
}
.hero-widget__text {
  background: #282c37;
  padding: 20px;
  border-radius: 0 0 4px 4px;
  font-size: 15px;
  color: #9baec8;
  line-height: 20px;
  word-wrap: break-word;
  font-weight: 400;
}
.hero-widget__text .emojione {
  width: 20px;
  height: 20px;
  margin: -3px 0 0;
}
.hero-widget__text p {
  margin-bottom: 20px;
}
.hero-widget__text p:last-child {
  margin-bottom: 0;
}
.hero-widget__text em {
  display: inline;
  margin: 0;
  padding: 0;
  font-weight: 700;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #bcc9da;
}
.hero-widget__text a {
  color: #d9e1e8;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.hero-widget__text a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
@media screen and (max-width: 1175px) {
  .hero-widget {
    display: none;
  }
}

.endorsements-widget {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.endorsements-widget h4 {
  padding: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #9baec8;
}
.endorsements-widget .account {
  padding: 10px 0;
}
.endorsements-widget .account:last-child {
  border-bottom: 0;
}
.endorsements-widget .account .account__display-name {
  display: flex;
  align-items: center;
}
.endorsements-widget .trends__item {
  padding: 10px;
}

.trends-widget h4 {
  color: #9baec8;
}

.placeholder-widget {
  padding: 16px;
  border-radius: 4px;
  border: 2px dashed #606984;
  text-align: center;
  color: #9baec8;
  margin-bottom: 10px;
}

.moved-account-widget {
  padding: 15px;
  padding-bottom: 20px;
  border-radius: 4px;
  background: #282c37;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  color: #d9e1e8;
  font-weight: 400;
  margin-bottom: 10px;
}
.moved-account-widget strong,
.moved-account-widget a {
  font-weight: 500;
}
.moved-account-widget strong:lang(ja),
.moved-account-widget a:lang(ja) {
  font-weight: 700;
}
.moved-account-widget strong:lang(ko),
.moved-account-widget a:lang(ko) {
  font-weight: 700;
}
.moved-account-widget strong:lang(zh-CN),
.moved-account-widget a:lang(zh-CN) {
  font-weight: 700;
}
.moved-account-widget strong:lang(zh-HK),
.moved-account-widget a:lang(zh-HK) {
  font-weight: 700;
}
.moved-account-widget strong:lang(zh-TW),
.moved-account-widget a:lang(zh-TW) {
  font-weight: 700;
}
.moved-account-widget a {
  color: inherit;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.moved-account-widget a.mention {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.moved-account-widget a.mention span {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.moved-account-widget a.mention:focus, .moved-account-widget a.mention:hover, .moved-account-widget a.mention:active {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.moved-account-widget a.mention:focus span, .moved-account-widget a.mention:hover span, .moved-account-widget a.mention:active span {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.moved-account-widget__message {
  margin-bottom: 15px;
}
.moved-account-widget__message .fa {
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  color: #9baec8;
}
.moved-account-widget__card .detailed-status__display-avatar {
  position: relative;
  cursor: pointer;
}
.moved-account-widget__card .detailed-status__display-name {
  margin-bottom: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.moved-account-widget__card .detailed-status__display-name span {
  font-weight: 400;
}

.memoriam-widget {
  padding: 20px;
  border-radius: 4px;
  background: #000000;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  color: #9baec8;
  margin-bottom: 10px;
}

.directory {
  background: var(--background-color);
  border-radius: 4px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.directory__tag {
  box-sizing: border-box;
  margin-bottom: 10px;
}
.directory__tag > a, .directory__tag > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #393f4f;
  border-radius: 4px;
  padding: 15px;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.directory__tag > a:hover, .directory__tag > a:active, .directory__tag > a:focus {
  background: #282c37;
}
.directory__tag.active > a {
  background: #6364ff;
  cursor: default;
}
.directory__tag.disabled > div {
  opacity: 0.5;
  cursor: default;
}
.directory__tag h4 {
  flex: 1 1 auto;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.directory__tag h4 .fa {
  color: #9baec8;
}
.directory__tag h4 small {
  display: block;
  font-weight: 400;
  font-size: 15px;
  margin-top: 8px;
  color: #9baec8;
}
.directory__tag.active h4,
.directory__tag.active h4 .fa,
.directory__tag.active h4 small {
  color: #ffffff;
}
.directory__tag .avatar-stack {
  flex: 0 0 auto;
  width: 120px;
}
.directory__tag.active .avatar-stack .account__avatar {
  border-color: #6364ff;
}

.accounts-table {
  width: 100%;
}
.accounts-table .account {
  padding: 0;
  border: 0;
}
.accounts-table strong {
  font-weight: 700;
}
.accounts-table thead th {
  text-align: center;
  text-transform: uppercase;
  color: #9baec8;
  font-weight: 700;
  padding: 10px;
}
.accounts-table thead th:first-child {
  text-align: start;
}
.accounts-table tbody td {
  padding: 15px 0;
  vertical-align: middle;
  border-bottom: 1px solid #393f4f;
}
.accounts-table tbody tr:last-child td {
  border-bottom: 0;
}
.accounts-table__count {
  width: 120px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}
.accounts-table__count small {
  display: block;
  color: #9baec8;
  font-weight: 400;
  font-size: 14px;
}
.accounts-table tbody td.accounts-table__extra {
  width: 120px;
  text-align: end;
  color: #9baec8;
  -webkit-padding-end: 16px;
          padding-inline-end: 16px;
}
.accounts-table tbody td.accounts-table__extra a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
}
.accounts-table tbody td.accounts-table__extra a:focus, .accounts-table tbody td.accounts-table__extra a:hover, .accounts-table tbody td.accounts-table__extra a:active {
  color: #8c8dff;
}
.accounts-table__comment {
  width: 50%;
  vertical-align: baseline !important;
  vertical-align: initial !important;
}
.accounts-table__interrelationships {
  width: 21px;
}
.accounts-table .fa {
  font-size: 16px;
}
.accounts-table .fa.active {
  color: #8c8dff;
}
.accounts-table .fa.passive {
  color: #ca8f04;
}
.accounts-table .fa.active.passive {
  color: #79bd9a;
}
@media screen and (max-width: 1175px) {
  .accounts-table tbody td.optional {
    display: none;
  }
}

@media screen and (max-width: 1175px) {
  .moved-account-widget,
  .memoriam-widget,
  .directory {
    margin-bottom: 0;
    box-shadow: none;
    border-radius: 0;
  }
}

.placeholder-widget a {
  -webkit-text-decoration: none;
  text-decoration: none;
  font-weight: 500;
  color: #6364ff;
}
.placeholder-widget a:hover, .placeholder-widget a:focus, .placeholder-widget a:active {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

code {
  font-family: "mastodon-font-monospace", monospace;
  font-weight: 400;
}

.form-container {
  max-width: 450px;
  padding: 20px;
  padding-bottom: 50px;
  margin: 50px auto;
}

.indicator-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #ffffff;
}
.indicator-icon.success {
  background: #79bd9a;
}
.indicator-icon.failure {
  background: #df405a;
}

.simple_form.hidden {
  display: none;
}
.simple_form .input {
  margin-bottom: 16px;
  overflow: hidden;
}
.simple_form .input.hidden {
  margin: 0;
}
.simple_form .input.radio_buttons .radio {
  margin-bottom: 15px;
}
.simple_form .input.radio_buttons .radio:last-child {
  margin-bottom: 0;
}
.simple_form .input.radio_buttons .radio > label {
  position: relative;
  -webkit-padding-start: 28px;
          padding-inline-start: 28px;
}
.simple_form .input.radio_buttons .radio > label input {
  position: absolute;
  top: -2px;
  inset-inline-start: 0;
}
.simple_form .input.boolean {
  position: relative;
  margin-bottom: 0;
}
.simple_form .input.boolean .label_input > label {
  font-family: inherit;
  font-size: 14px;
  padding-top: 5px;
  color: #ffffff;
  display: block;
  width: auto;
}
.simple_form .input.boolean .label_input,
.simple_form .input.boolean .hint {
  -webkit-padding-start: 28px;
          padding-inline-start: 28px;
}
.simple_form .input.boolean .label_input__wrapper {
  position: static;
}
.simple_form .input.boolean label.checkbox {
  position: absolute;
  top: 2px;
  inset-inline-start: 0;
}
.simple_form .input.boolean label a {
  color: #8c8dff;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.simple_form .input.boolean label a:hover, .simple_form .input.boolean label a:active, .simple_form .input.boolean label a:focus {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.simple_form .input.boolean .overridden,
.simple_form .input.boolean .recommended,
.simple_form .input.boolean .not_recommended,
.simple_form .input.boolean .glitch_only {
  position: absolute;
  margin: 0 4px;
  margin-top: -2px;
}
.simple_form .row {
  display: flex;
  margin: 0 -5px;
}
.simple_form .row .input {
  box-sizing: border-box;
  flex: 1 1 auto;
  width: 50%;
  padding: 0 5px;
}
.simple_form .title {
  font-size: 28px;
  line-height: 33px;
  font-weight: 700;
  margin-bottom: 15px;
}
.simple_form .lead {
  font-size: 17px;
  line-height: 22px;
  color: #d9e1e8;
  margin-bottom: 30px;
}
.simple_form .lead.invited-by {
  margin-bottom: 15px;
}
.simple_form .lead a {
  color: #8c8dff;
}
.simple_form .rules-list {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 30px;
}
.simple_form .hint {
  color: #9baec8;
}
.simple_form .hint a {
  color: #8c8dff;
}
.simple_form .hint code {
  border-radius: 3px;
  padding: 0.2em 0.4em;
  background: #0e1014;
}
.simple_form .hint li {
  list-style: disc;
  -webkit-margin-start: 18px;
          margin-inline-start: 18px;
}
.simple_form ul.hint {
  margin-bottom: 15px;
}
.simple_form span.hint {
  display: block;
  font-size: 12px;
  margin-top: 4px;
}
.simple_form p.hint {
  margin-bottom: 15px;
  color: #9baec8;
}
.simple_form p.hint.subtle-hint {
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  margin-top: 15px;
  margin-bottom: 0;
}
.simple_form .authentication-hint {
  margin-bottom: 25px;
}
.simple_form .card {
  margin-bottom: 15px;
}
.simple_form strong {
  font-weight: 500;
}
.simple_form strong:lang(ja) {
  font-weight: 700;
}
.simple_form strong:lang(ko) {
  font-weight: 700;
}
.simple_form strong:lang(zh-CN) {
  font-weight: 700;
}
.simple_form strong:lang(zh-HK) {
  font-weight: 700;
}
.simple_form strong:lang(zh-TW) {
  font-weight: 700;
}
.simple_form .input.with_floating_label .label_input {
  display: flex;
}
.simple_form .input.with_floating_label .label_input > label {
  font-family: inherit;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  min-width: 150px;
  flex: 0 0 auto;
}
.simple_form .input.with_floating_label .label_input input,
.simple_form .input.with_floating_label .label_input select {
  flex: 1 1 auto;
}
.simple_form .input.with_floating_label.select .hint {
  margin-top: 6px;
  -webkit-margin-start: 150px;
          margin-inline-start: 150px;
}
.simple_form .input.with_label .label_input > label {
  font-family: inherit;
  font-size: 14px;
  color: #ffffff;
  display: block;
  margin-bottom: 8px;
  word-wrap: break-word;
  font-weight: 500;
}
.simple_form .input.with_label .hint {
  margin-top: 6px;
}
.simple_form .input.with_label ul {
  flex: 390px;
}
.simple_form .input.with_block_label {
  max-width: none;
}
.simple_form .input.with_block_label > label {
  font-family: inherit;
  font-size: 14px;
  color: #ffffff;
  display: block;
  font-weight: 600;
  line-height: 20px;
}
.simple_form .input.with_block_label .hint {
  line-height: 16px;
  margin-bottom: 12px;
}
.simple_form .input.with_block_label ul {
  -moz-columns: 2;
       columns: 2;
}
.simple_form .input.with_block_label.user_role_permissions_as_keys ul {
  -moz-columns: unset;
       columns: unset;
}
.simple_form .input.datetime .label_input select {
  display: inline-block;
  width: auto;
  flex: 0;
}
.simple_form .required abbr {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #e87487;
}
.simple_form .fields-group {
  margin-bottom: 25px;
}
.simple_form .fields-group .input:last-child {
  margin-bottom: 0;
}
.simple_form .fields-group__thumbnail {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  background: url(/packs/media/images/void-cf1819950446c7563cdb09966c0db01d.png);
}
.simple_form .fields-group__thumbnail[src$="missing.png"] {
  visibility: hidden;
}
.simple_form .fields-group__thumbnail:last-child {
  margin-bottom: 0;
}
.simple_form .fields-group__thumbnail#account_avatar-preview {
  width: 90px;
  height: 90px;
  object-fit: cover;
}
.simple_form .fields-row {
  display: flex;
  margin: 0 -10px;
  padding-top: 5px;
  margin-bottom: 25px;
}
.simple_form .fields-row .input {
  max-width: none;
}
.simple_form .fields-row__column {
  box-sizing: border-box;
  padding: 0 10px;
  flex: 1 1 auto;
  min-height: 1px;
}
.simple_form .fields-row__column-6 {
  max-width: 50%;
}
.simple_form .fields-row__column .actions {
  margin-top: 27px;
}
.simple_form .fields-row .fields-group:last-child,
.simple_form .fields-row .fields-row__column.fields-group {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .simple_form .fields-row {
    display: block;
    margin-bottom: 0;
  }
  .simple_form .fields-row__column {
    max-width: none;
  }
  .simple_form .fields-row .fields-group:last-child,
  .simple_form .fields-row .fields-row__column.fields-group,
  .simple_form .fields-row .fields-row__column {
    margin-bottom: 25px;
  }
}
.simple_form .fields-row .fields-group.invited-by {
  margin-bottom: 30px;
}
.simple_form .fields-row .fields-group.invited-by .hint {
  text-align: center;
}
.simple_form .input.radio_buttons .radio label {
  margin-bottom: 5px;
  font-family: inherit;
  font-size: 14px;
  color: #ffffff;
  display: block;
  width: auto;
}
.simple_form .check_boxes .checkbox label {
  font-family: inherit;
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  width: auto;
  position: relative;
  padding-top: 5px;
  -webkit-padding-start: 25px;
          padding-inline-start: 25px;
  flex: 1 1 auto;
}
.simple_form .check_boxes .checkbox input[type=checkbox] {
  position: absolute;
  inset-inline-start: 0;
  top: 5px;
  margin: 0;
}
.simple_form .input.static .label_input__wrapper {
  font-size: 14px;
  padding: 10px;
  border: 1px solid #606984;
  border-radius: 4px;
}
.simple_form input[type=text],
.simple_form input[type=number],
.simple_form input[type=email],
.simple_form input[type=password],
.simple_form input[type=url],
.simple_form input[type=datetime-local],
.simple_form textarea {
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  display: block;
  width: 100%;
  outline: 0;
  font-family: inherit;
  resize: vertical;
  background: #282c37;
  border: 1px solid var(--background-border-color);
  border-radius: 4px;
  padding: 10px 16px;
}
.simple_form input[type=text]::-ms-input-placeholder, .simple_form input[type=number]::-ms-input-placeholder, .simple_form input[type=email]::-ms-input-placeholder, .simple_form input[type=password]::-ms-input-placeholder, .simple_form input[type=url]::-ms-input-placeholder, .simple_form input[type=datetime-local]::-ms-input-placeholder, .simple_form textarea::-ms-input-placeholder {
  color: #606984;
  opacity: 1;
}
.simple_form input[type=text]::placeholder,
.simple_form input[type=number]::placeholder,
.simple_form input[type=email]::placeholder,
.simple_form input[type=password]::placeholder,
.simple_form input[type=url]::placeholder,
.simple_form input[type=datetime-local]::placeholder,
.simple_form textarea::placeholder {
  color: #606984;
  opacity: 1;
}
.simple_form input[type=text]:invalid,
.simple_form input[type=number]:invalid,
.simple_form input[type=email]:invalid,
.simple_form input[type=password]:invalid,
.simple_form input[type=url]:invalid,
.simple_form input[type=datetime-local]:invalid,
.simple_form textarea:invalid {
  box-shadow: none;
}
.simple_form input[type=text]:required:valid,
.simple_form input[type=number]:required:valid,
.simple_form input[type=email]:required:valid,
.simple_form input[type=password]:required:valid,
.simple_form input[type=url]:required:valid,
.simple_form input[type=datetime-local]:required:valid,
.simple_form textarea:required:valid {
  border-color: #79bd9a;
}
@media screen and (max-width: 600px) {
  .simple_form input[type=text],
  .simple_form input[type=number],
  .simple_form input[type=email],
  .simple_form input[type=password],
  .simple_form input[type=url],
  .simple_form input[type=datetime-local],
  .simple_form textarea {
    font-size: 16px;
  }
}
.simple_form input[type=text]:focus:invalid:not(:placeholder-shown), .simple_form input[type=text]:required:invalid:not(:placeholder-shown),
.simple_form input[type=number]:focus:invalid:not(:placeholder-shown),
.simple_form input[type=number]:required:invalid:not(:placeholder-shown),
.simple_form input[type=email]:focus:invalid:not(:placeholder-shown),
.simple_form input[type=email]:required:invalid:not(:placeholder-shown),
.simple_form input[type=password]:focus:invalid:not(:placeholder-shown),
.simple_form input[type=password]:required:invalid:not(:placeholder-shown),
.simple_form input[type=datetime-local]:focus:invalid:not(:placeholder-shown),
.simple_form input[type=datetime-local]:required:invalid:not(:placeholder-shown) {
  border-color: #e87487;
}
.simple_form .input.field_with_errors label {
  color: #e87487;
}
.simple_form .input.field_with_errors input[type=text],
.simple_form .input.field_with_errors input[type=number],
.simple_form .input.field_with_errors input[type=email],
.simple_form .input.field_with_errors input[type=password],
.simple_form .input.field_with_errors input[type=datetime-local],
.simple_form .input.field_with_errors textarea,
.simple_form .input.field_with_errors select {
  border-color: #e87487;
}
.simple_form .input.field_with_errors .error {
  display: block;
  font-weight: 500;
  color: #e87487;
  margin-top: 4px;
}
.simple_form .input.disabled {
  opacity: 0.5;
}
.simple_form .actions {
  margin-top: 30px;
  display: flex;
}
.simple_form .actions.actions--top {
  margin-top: 0;
  margin-bottom: 30px;
}
.simple_form .stacked-actions {
  margin-top: 30px;
  margin-bottom: 15px;
}
.simple_form button,
.simple_form .button,
.simple_form .block-button {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 4px;
  background: #6364ff;
  color: #ffffff;
  font-size: 15px;
  line-height: 22px;
  height: auto;
  padding: 7px 18px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 500;
  outline: 0;
  margin-bottom: 10px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.simple_form button:last-child,
.simple_form .button:last-child,
.simple_form .block-button:last-child {
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.simple_form button:active, .simple_form button:focus, .simple_form button:hover,
.simple_form .button:active,
.simple_form .button:focus,
.simple_form .button:hover,
.simple_form .block-button:active,
.simple_form .block-button:focus,
.simple_form .block-button:hover {
  background-color: #563acc;
}
.simple_form button:disabled:hover,
.simple_form .button:disabled:hover,
.simple_form .block-button:disabled:hover {
  background-color: #9baec8;
}
.simple_form button.negative,
.simple_form .button.negative,
.simple_form .block-button.negative {
  background: #df405a;
}
.simple_form button.negative:hover, .simple_form button.negative:active, .simple_form button.negative:focus,
.simple_form .button.negative:hover,
.simple_form .button.negative:active,
.simple_form .button.negative:focus,
.simple_form .block-button.negative:hover,
.simple_form .block-button.negative:active,
.simple_form .block-button.negative:focus {
  background-color: #b7253d;
}
.simple_form .button.button-tertiary {
  padding: 9px;
}
.simple_form .button.button-tertiary:hover, .simple_form .button.button-tertiary:focus, .simple_form .button.button-tertiary:active {
  padding: 10px;
}
.simple_form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  font-size: 14px;
  color: #ffffff;
  display: block;
  width: 100%;
  outline: 0;
  font-family: inherit;
  resize: vertical;
  background: #282c37 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.933 18.467' height='19.698' width='15.929'><path d='M3.467 14.967l-3.393-3.5H14.86l-3.392 3.5c-1.866 1.925-3.666 3.5-4 3.5-.335 0-2.135-1.575-4-3.5zm.266-11.234L7.467 0 11.2 3.733l3.733 3.734H0l3.733-3.734z' fill='%2342485A'/></svg>") no-repeat right 8px center/auto 14px;
  border: 1px solid var(--background-border-color);
  border-radius: 4px;
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
  -webkit-padding-end: 30px;
          padding-inline-end: 30px;
  height: 41px;
}
@media screen and (max-width: 600px) {
  .simple_form select {
    font-size: 16px;
  }
}
.simple_form h4 {
  margin-bottom: 15px !important;
}
.simple_form .label_input__wrapper {
  position: relative;
}
.simple_form .label_input__append {
  position: absolute;
  inset-inline-end: 3px;
  top: 1px;
  padding: 10px;
  padding-bottom: 9px;
  font-size: 16px;
  color: #606984;
  font-family: inherit;
  pointer-events: none;
  cursor: default;
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
}
.simple_form .label_input__append::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  bottom: 1px;
  width: 5px;
  background-image: linear-gradient(to right, rgba(19, 20, 25, 0), #131419);
}

.block-icon {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 24px;
}

.flash-message {
  background: var(--background-color);
  color: #8c8dff;
  border: 1px solid #8c8dff;
  border-radius: 4px;
  padding: 15px 10px;
  margin-bottom: 30px;
  text-align: center;
}
.flash-message.notice {
  border: 1px solid rgba(121, 189, 154, 0.5);
  background: rgba(121, 189, 154, 0.25);
  color: #79bd9a;
}
.flash-message.warning {
  border: 1px solid rgba(202, 143, 4, 0.5);
  background: rgba(202, 143, 4, 0.25);
  color: #ca8f04;
}
.flash-message.alert {
  border: 1px solid rgba(223, 64, 90, 0.5);
  background: rgba(223, 64, 90, 0.1);
  color: #df405a;
}
.flash-message.hidden {
  display: none;
}
.flash-message a {
  display: inline-block;
  color: #9baec8;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.flash-message a:hover {
  color: #ffffff;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.flash-message.warning a {
  font-weight: 700;
  color: inherit;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.flash-message.warning a:hover, .flash-message.warning a:focus, .flash-message.warning a:active {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
}
.flash-message p {
  margin-bottom: 15px;
}
.flash-message .oauth-code {
  outline: 0;
  box-sizing: border-box;
  display: block;
  width: 100%;
  border: 0;
  padding: 10px;
  font-family: "mastodon-font-monospace", monospace;
  background: #282c37;
  color: #ffffff;
  font-size: 14px;
  margin: 0;
}
.flash-message .oauth-code::-moz-focus-inner {
  border: 0;
}
.flash-message .oauth-code::-moz-focus-inner, .flash-message .oauth-code:focus, .flash-message .oauth-code:active {
  outline: 0 !important;
}
.flash-message .oauth-code:focus {
  background: #313543;
}
.flash-message strong {
  font-weight: 500;
}
.flash-message strong:lang(ja) {
  font-weight: 700;
}
.flash-message strong:lang(ko) {
  font-weight: 700;
}
.flash-message strong:lang(zh-CN) {
  font-weight: 700;
}
.flash-message strong:lang(zh-HK) {
  font-weight: 700;
}
.flash-message strong:lang(zh-TW) {
  font-weight: 700;
}
@media screen and (max-width: 740px) and (min-width: 441px) {
  .flash-message {
    margin-top: 40px;
  }
}
.flash-message.translation-prompt {
  text-align: unset;
  color: unset;
}
.flash-message.translation-prompt a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.flash-message-stack {
  margin-bottom: 30px;
}
.flash-message-stack .flash-message {
  border-radius: 0;
  margin-bottom: 0;
  border-top-width: 0;
}
.flash-message-stack .flash-message:first-child {
  border-radius: 4px 4px 0 0;
  border-top-width: 1px;
}
.flash-message-stack .flash-message:last-child {
  border-radius: 0 0 4px 4px;
}
.flash-message-stack .flash-message:last-child:first-child {
  border-radius: 4px;
}

.form-footer {
  margin-top: 30px;
  text-align: center;
}
.form-footer a {
  color: #9baec8;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.form-footer a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.quick-nav {
  list-style: none;
  margin-bottom: 25px;
  font-size: 14px;
}
.quick-nav li {
  display: inline-block;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.quick-nav a {
  color: #8c8dff;
  text-transform: uppercase;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-weight: 700;
}
.quick-nav a:hover, .quick-nav a:focus, .quick-nav a:active {
  color: #b5b5ff;
}

.oauth-prompt,
.follow-prompt {
  margin-bottom: 30px;
  color: #9baec8;
}
.oauth-prompt h2,
.follow-prompt h2 {
  font-size: 16px;
  margin-bottom: 30px;
  text-align: center;
}
.oauth-prompt strong,
.follow-prompt strong {
  color: #d9e1e8;
  font-weight: 500;
}
.oauth-prompt strong:lang(ja),
.follow-prompt strong:lang(ja) {
  font-weight: 700;
}
.oauth-prompt strong:lang(ko),
.follow-prompt strong:lang(ko) {
  font-weight: 700;
}
.oauth-prompt strong:lang(zh-CN),
.follow-prompt strong:lang(zh-CN) {
  font-weight: 700;
}
.oauth-prompt strong:lang(zh-HK),
.follow-prompt strong:lang(zh-HK) {
  font-weight: 700;
}
.oauth-prompt strong:lang(zh-TW),
.follow-prompt strong:lang(zh-TW) {
  font-weight: 700;
}

.oauth-prompt h3 {
  color: #d9e1e8;
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 30px;
}
.oauth-prompt p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 30px;
}
.oauth-prompt .permissions-list {
  border: 1px solid #282c37;
  border-radius: 4px;
  background: #1f232b;
  margin-bottom: 30px;
}
.oauth-prompt .actions {
  margin: 0 -10px;
  display: flex;
}
.oauth-prompt .actions form {
  box-sizing: border-box;
  padding: 0 10px;
  flex: 1 1 auto;
  min-height: 1px;
  width: 50%;
}

.qr-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.qr-code {
  flex: 0 0 auto;
  background: #ffffff;
  padding: 4px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  margin-bottom: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  display: inline-block;
}
.qr-code svg {
  display: block;
  margin: 0;
}

.qr-alternative {
  margin-bottom: 20px;
  color: #d9e1e8;
  flex: 150px;
}
.qr-alternative samp {
  display: block;
  font-size: 14px;
}

.simple_form .warning {
  box-sizing: border-box;
  background: rgba(223, 64, 90, 0.5);
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 15px;
}
.simple_form .warning a {
  color: #ffffff;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.simple_form .warning a:hover, .simple_form .warning a:focus, .simple_form .warning a:active {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.simple_form .warning strong {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
.simple_form .warning strong:lang(ja) {
  font-weight: 700;
}
.simple_form .warning strong:lang(ko) {
  font-weight: 700;
}
.simple_form .warning strong:lang(zh-CN) {
  font-weight: 700;
}
.simple_form .warning strong:lang(zh-HK) {
  font-weight: 700;
}
.simple_form .warning strong:lang(zh-TW) {
  font-weight: 700;
}
.simple_form .warning strong .fa {
  font-weight: 400;
}

.action-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.action-pagination .actions,
.action-pagination .pagination {
  flex: 1 1 auto;
}
.action-pagination .actions {
  padding: 30px 0;
  -webkit-padding-end: 20px;
          padding-inline-end: 20px;
  flex: 0 0 auto;
}

.post-follow-actions {
  text-align: center;
  color: #9baec8;
}
.post-follow-actions div {
  margin-bottom: 4px;
}

.alternative-login {
  margin-top: 20px;
  margin-bottom: 20px;
}
.alternative-login h4 {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
  border: 0;
  padding: 0;
}
.alternative-login .button {
  display: block;
}

.scope-danger {
  color: #ff5050;
}

.form_admin_settings_site_short_description textarea,
.form_admin_settings_site_description textarea,
.form_admin_settings_site_extended_description textarea,
.form_admin_settings_site_terms textarea,
.form_admin_settings_custom_css textarea,
.form_admin_settings_closed_registrations_message textarea {
  font-family: "mastodon-font-monospace", monospace;
}

.input-copy {
  background: #131419;
  border: 1px solid #0a0b0e;
  border-radius: 4px;
  display: flex;
  align-items: center;
  -webkit-padding-end: 4px;
          padding-inline-end: 4px;
  position: relative;
  top: 1px;
  transition: border-color 300ms linear;
}
.input-copy__wrapper {
  flex: 1 1 auto;
}
.input-copy input[type=text] {
  background: transparent;
  border: 0;
  padding: 10px;
  font-size: 14px;
  font-family: "mastodon-font-monospace", monospace;
}
.input-copy button {
  flex: 0 0 auto;
  margin: 4px;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  padding: 7px 18px;
  padding-bottom: 6px;
  width: auto;
  transition: background 300ms linear;
}
.input-copy.copied {
  border-color: #79bd9a;
  transition: none;
}
.input-copy.copied button {
  background: #79bd9a;
  transition: none;
}

.input.user_confirm_password:not(.field_with_errors),
.input.user_website:not(.field_with_errors) {
  display: none;
}

.simple_form .h-captcha {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.permissions-list__item {
  padding: 15px;
  color: #d9e1e8;
  border-bottom: 1px solid #313543;
  display: flex;
  align-items: center;
}
.permissions-list__item__text {
  flex: 1 1 auto;
}
.permissions-list__item__text__title {
  font-weight: 500;
}
.permissions-list__item__text__type {
  color: #9baec8;
  word-break: break-word;
}
.permissions-list__item__icon {
  flex: 0 0 auto;
  font-size: 18px;
  width: 30px;
  color: #79bd9a;
  display: flex;
  align-items: center;
}
.permissions-list__item:last-child {
  border-bottom: 0;
}

.applications-list .permissions-list__item:last-child {
  padding-bottom: 0;
}

.keywords-table thead th {
  white-space: nowrap;
}
.keywords-table thead th:first-child {
  width: 100%;
}
.keywords-table tfoot td {
  border: 0;
}
.keywords-table .input.string {
  margin-bottom: 0;
}
.keywords-table .label_input__wrapper {
  margin-top: 10px;
}
.keywords-table .table-action-link {
  margin-top: 10px;
  white-space: nowrap;
}

.progress-tracker {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.progress-tracker li {
  flex: 0 0 auto;
  position: relative;
}
.progress-tracker .separator {
  height: 2px;
  background: #606984;
  flex: 1 1 auto;
}
.progress-tracker .separator.completed {
  background: #8c8dff;
}
.progress-tracker .circle {
  box-sizing: border-box;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #606984;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.progress-tracker .circle svg {
  width: 16px;
}
.progress-tracker .label {
  position: absolute;
  font-size: 14px;
  font-weight: 500;
  color: #d9e1e8;
  padding-top: 10px;
  text-align: center;
  width: 100px;
  left: 50%;
  transform: translateX(-50%);
}
.progress-tracker li:first-child .label {
  inset-inline-start: 0;
  inset-inline-end: auto;
  text-align: start;
  transform: none;
}
.progress-tracker li:last-child .label {
  inset-inline-start: auto;
  inset-inline-end: 0;
  text-align: end;
  transform: none;
}
.progress-tracker .active .circle {
  border-color: #8c8dff;
}
.progress-tracker .active .circle::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #8c8dff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.progress-tracker .completed .circle {
  border-color: #8c8dff;
  background: #8c8dff;
}

.app-form__avatar-input, .app-form__header-input {
  display: block;
  border-radius: 8px;
  background: var(--dropdown-background-color);
  position: relative;
  cursor: pointer;
}
.app-form__avatar-input img, .app-form__header-input img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  z-index: 0;
}
.app-form__avatar-input .icon, .app-form__header-input .icon {
  position: absolute;
  inset-inline-start: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #9baec8;
  z-index: 3;
}
.app-form__avatar-input.selected .icon, .app-form__header-input.selected .icon {
  color: #ffffff;
  transform: none;
  inset-inline-start: auto;
  inset-inline-end: 8px;
  top: auto;
  bottom: 8px;
}
.app-form__avatar-input.invalid img, .app-form__header-input.invalid img {
  outline: 1px solid #df405a;
  outline-offset: -1px;
}
.app-form__avatar-input.invalid::before, .app-form__header-input.invalid::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(223, 64, 90, 0.25);
  z-index: 2;
  border-radius: 8px;
}
.app-form__avatar-input:hover, .app-form__header-input:hover {
  background-color: var(--dropdown-border-color);
}
.app-form__avatar-input {
  width: 80px;
  height: 80px;
}
.app-form__header-input {
  aspect-ratio: 580/193;
}
.app-form__toggle {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #9baec8;
  font-size: 14px;
  line-height: 20px;
}
.app-form__toggle .icon {
  flex: 0 0 auto;
}
.app-form__toggle .icon {
  width: 24px;
  height: 24px;
}
.app-form__toggle__label {
  flex: 1 1 auto;
}
.app-form__toggle__label strong {
  color: #ffffff;
  font-weight: 600;
}
.app-form__toggle__label .hint {
  display: block;
  font-size: 14px;
  color: #9baec8;
}
.app-form__toggle__label .recommended {
  position: absolute;
  margin: 0 4px;
  margin-top: -2px;
}
.app-form__toggle__toggle {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.app-form__toggle__toggle > div {
  display: flex;
  -webkit-border-start: 1px solid var(--background-border-color);
          border-inline-start: 1px solid var(--background-border-color);
  -webkit-padding-start: 16px;
          padding-inline-start: 16px;
}

.card > a {
  display: block;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  border-radius: 4px;
}
.card > a:hover .card__bar, .card > a:active .card__bar, .card > a:focus .card__bar {
  background: #282c37;
}
.card__img {
  height: 130px;
  position: relative;
  background: #282c37;
  border: 1px solid var(--background-border-color);
  border-bottom: none;
}
.card__img img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .card__img {
    height: 200px;
  }
}
.card__bar {
  position: relative;
  padding: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: var(--background-color);
  border: 1px solid var(--background-border-color);
  border-top: none;
}
.card__bar .avatar {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  padding-top: 2px;
}
.card__bar .avatar img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  border-radius: 4px;
  background: #17191f;
  object-fit: cover;
}
.card__bar .display-name {
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
  text-align: start;
}
.card__bar .display-name i[data-hidden] {
  display: none;
}
.card__bar .display-name strong {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card__bar .display-name span {
  display: block;
  font-size: 14px;
  color: #9baec8;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pagination {
  padding: 30px 0;
  text-align: center;
  overflow: hidden;
}
.pagination a,
.pagination .current,
.pagination .newer,
.pagination .older,
.pagination .page,
.pagination .gap {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  display: inline-block;
  padding: 6px 10px;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.pagination .current {
  background: #ffffff;
  border-radius: 100px;
  color: #282c37;
  cursor: default;
  margin: 0 10px;
}
.pagination .gap {
  cursor: default;
}
.pagination .older,
.pagination .newer {
  text-transform: uppercase;
  color: #d9e1e8;
}
.pagination .older {
  float: left;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.pagination .older .fa {
  display: inline-block;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.pagination .newer {
  float: right;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.pagination .newer .fa {
  display: inline-block;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
}
.pagination .disabled {
  cursor: default;
  color: #3d4455;
}
@media screen and (max-width: 700px) {
  .pagination {
    padding: 30px 20px;
  }
  .pagination .page {
    display: none;
  }
  .pagination .newer,
  .pagination .older {
    display: inline-block;
  }
}

.nothing-here {
  background: #282c37;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  color: #9baec8;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: default;
  border-radius: 4px;
  padding: 20px;
  min-height: 30vh;
}
.nothing-here--under-tabs {
  border-radius: 0 0 4px 4px;
}
.nothing-here--flexible {
  box-sizing: border-box;
  min-height: 100%;
}

.information-badge,
.simple_form .overridden,
.simple_form .recommended,
.simple_form .not_recommended,
.simple_form .glitch_only {
  display: inline-block;
  padding: 4px 6px;
  cursor: default;
  border-radius: 4px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  color: #d9e1e8;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.information-badge,
.simple_form .recommended,
.simple_form .not_recommended {
  background-color: rgba(217, 225, 232, 0.1);
  border: 1px solid rgba(217, 225, 232, 0.5);
}

.account-role {
  display: inline-flex;
  padding: 4px;
  -webkit-padding-end: 8px;
          padding-inline-end: 8px;
  border: 1px solid #8c8dff;
  color: #8c8dff;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 16px;
  gap: 4px;
  border-radius: 6px;
  align-items: center;
}
.account-role svg {
  width: auto;
  height: 15px;
  opacity: 0.85;
  fill: currentColor;
}
.account-role__domain {
  font-weight: 400;
  opacity: 0.75;
  letter-spacing: 0;
}

.information-badge.superapp {
  background-color: rgba(121, 189, 154, 0.1);
  border-color: rgba(121, 189, 154, 0.5);
}

.simple_form .not_recommended {
  color: #e87487;
  background-color: rgba(232, 116, 135, 0.1);
  border-color: rgba(232, 116, 135, 0.5);
}

.simple_form .glitch_only {
  color: #ff8d8d;
  background-color: rgba(255, 141, 141, 0.1);
  border-color: rgba(255, 141, 141, 0.5);
}

.account__header__fields {
  max-width: 100vw;
  padding: 0;
  margin: 15px -15px -15px;
  border: 0 none;
  border-top: 1px solid #42485a;
  border-bottom: 1px solid #42485a;
  font-size: 14px;
  line-height: 20px;
}
.account__header__fields dl {
  display: flex;
  border-bottom: 1px solid #42485a;
}
.account__header__fields dt,
.account__header__fields dd {
  box-sizing: border-box;
  padding: 14px;
  text-align: center;
  max-height: 48px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.account__header__fields dt {
  font-weight: 500;
  width: 120px;
  flex: 0 0 auto;
  color: #d9e1e8;
  background: rgba(23, 25, 31, 0.5);
}
.account__header__fields dd {
  flex: 1 1 auto;
  color: #9baec8;
}
.account__header__fields a {
  color: #8c8dff;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.account__header__fields a:hover, .account__header__fields a:focus, .account__header__fields a:active {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.account__header__fields .verified {
  border: 1px solid rgba(121, 189, 154, 0.5);
  background: rgba(121, 189, 154, 0.25);
}
.account__header__fields .verified a {
  color: #79bd9a;
  font-weight: 500;
}
.account__header__fields .verified__mark {
  color: #79bd9a;
}
.account__header__fields dl:last-child {
  border-bottom: 0;
}

.directory__tag .trends__item__current {
  width: auto;
}

.pending-account__header {
  color: #9baec8;
}
.pending-account__header a {
  color: #d9e1e8;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.pending-account__header a:hover, .pending-account__header a:active, .pending-account__header a:focus {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.pending-account__header strong {
  color: #ffffff;
  font-weight: 700;
}
.pending-account__header .warning-hint {
  font-weight: normal !important;
}
.pending-account__body {
  margin-top: 10px;
}

.batch-table__row--muted {
  color: #606984;
}

.batch-table__row--muted .pending-account__header,
.batch-table__row--muted .pending-account__header a,
.batch-table__row--muted .pending-account__header strong,
.batch-table__row--muted .accounts-table,
.batch-table__row--muted .accounts-table a,
.batch-table__row--muted .accounts-table strong,
.batch-table__row--muted .name-tag,
.batch-table__row--muted .name-tag a,
.batch-table__row--muted .name-tag strong {
  color: #606984;
}

.batch-table__row--muted .name-tag .avatar {
  opacity: 0.5;
}

.batch-table__row--muted .accounts-table tbody td.accounts-table__extra, .batch-table__row--muted .accounts-table__count, .batch-table__row--muted .accounts-table__count small {
  color: #606984;
}

.batch-table__row--attention {
  color: #ca8f04;
}

.batch-table__row--attention .pending-account__header,
.batch-table__row--attention .pending-account__header a,
.batch-table__row--attention .pending-account__header strong,
.batch-table__row--attention .accounts-table,
.batch-table__row--attention .accounts-table a,
.batch-table__row--attention .accounts-table strong,
.batch-table__row--attention .name-tag,
.batch-table__row--attention .name-tag a,
.batch-table__row--attention .name-tag strong {
  color: #ca8f04;
}

.batch-table__row--attention .accounts-table tbody td.accounts-table__extra, .batch-table__row--attention .accounts-table__count, .batch-table__row--attention .accounts-table__count small {
  color: #ca8f04;
}

.activity-stream {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
}
@media screen and (max-width: 1175px) {
  .activity-stream {
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
  }
}
.activity-stream--headless {
  border-radius: 0;
  margin: 0;
  box-shadow: none;
}
.activity-stream--headless .detailed-status,
.activity-stream--headless .status {
  border-radius: 0 !important;
}
.activity-stream div[data-component] {
  width: 100%;
}
.activity-stream .entry {
  background: #282c37;
}
.activity-stream .entry .detailed-status,
.activity-stream .entry .status,
.activity-stream .entry .load-more {
  animation: none;
}
.activity-stream .entry:last-child .detailed-status,
.activity-stream .entry:last-child .status,
.activity-stream .entry:last-child .load-more {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}
.activity-stream .entry:first-child .detailed-status,
.activity-stream .entry:first-child .status,
.activity-stream .entry:first-child .load-more {
  border-radius: 4px 4px 0 0;
}
.activity-stream .entry:first-child:last-child .detailed-status,
.activity-stream .entry:first-child:last-child .status,
.activity-stream .entry:first-child:last-child .load-more {
  border-radius: 4px;
}
@media screen and (max-width: 740px) {
  .activity-stream .entry .detailed-status,
  .activity-stream .entry .status,
  .activity-stream .entry .load-more {
    border-radius: 0 !important;
  }
}
.activity-stream--highlighted .entry {
  background: #393f4f;
}

.button.logo-button svg {
  width: 20px;
  height: auto;
  vertical-align: middle;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  fill: #ffffff;
}
@media screen and (max-width: 1175px) {
  .button.logo-button svg {
    display: none;
  }
}

.embed .status__content[data-spoiler=folded] .e-content {
  display: none;
}
.embed .status__content[data-spoiler=folded] p:first-child {
  margin-bottom: 0;
}
.embed .detailed-status {
  padding: 15px;
}
.embed .detailed-status .detailed-status__display-avatar .account__avatar {
  width: 48px;
  height: 48px;
}
.embed .status {
  padding: 15px;
  -webkit-padding-start: 78px;
          padding-inline-start: 78px;
  min-height: 50px;
}
.embed .status__avatar {
  inset-inline-start: 15px;
  top: 17px;
}
.embed .status__avatar .account__avatar {
  width: 48px;
  height: 48px;
}
.embed .status__content {
  padding-top: 5px;
}
.embed .status__prepend {
  padding: 8px 0;
  padding-bottom: 2px;
  margin: 0;
  margin: initial;
  -webkit-margin-start: 78px;
          margin-inline-start: 78px;
  padding-top: 15px;
}
.embed .status__prepend-icon-wrapper {
  position: absolute;
  margin: 0;
  margin: initial;
  float: none;
  float: initial;
  width: auto;
  inset-inline-start: -32px;
}
.embed .status .media-gallery, .embed .status__action-bar,
.embed .status .video-player {
  margin-top: 10px;
}
.embed .status__action-bar-button {
  font-size: 18px;
  width: 23.1429px;
  height: 23.1429px;
  line-height: 23.15px;
}

.embed .status .status__info {
  font-size: 15px;
  display: inline;
  display: initial;
}
.embed .status .status__relative-time {
  color: #606984;
  float: right;
  font-size: 14px;
  width: auto;
  margin: 0;
  margin: initial;
  padding: 0;
  padding: initial;
  padding-bottom: 1px;
}
.embed .status .status__visibility-icon {
  padding: 0 4px;
}
.embed .status .status__visibility-icon .icon {
  width: 1em;
  height: 1em;
  margin-bottom: -2px;
}
.embed .status .status__info .status__display-name {
  display: block;
  max-width: 100%;
  padding: 6px 0;
  padding-right: 25px;
  margin: 0;
  margin: initial;
}
.embed .status .status__avatar {
  height: 48px;
  position: absolute;
  width: 48px;
  margin: 0;
  margin: initial;
}

.rtl .embed .status {
  padding-left: 10px;
  padding-right: 68px;
}
.rtl .embed .status .status__info .status__display-name {
  padding-left: 25px;
  padding-right: 0;
}
.rtl .embed .status .status__relative-time,
.rtl .embed .status .status__visibility-icon {
  float: left;
}

.status__content__read-more-button,
.status__content__translate-button {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 20px;
  color: #8c8dff;
  border: 0;
  background: transparent;
  padding: 0;
  padding-top: 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.status__content__read-more-button:hover, .status__content__read-more-button:active,
.status__content__translate-button:hover,
.status__content__translate-button:active {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.app-body {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.animated-number {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
  position: relative;
}

.inline-alert {
  color: #79bd9a;
  font-weight: 400;
}
.no-reduce-motion .inline-alert {
  transition: opacity 200ms ease;
}

.link-button {
  display: block;
  font-size: 15px;
  line-height: 20px;
  color: #8c8dff;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.link-button--destructive {
  color: #df405a;
}
.link-button:hover, .link-button:active {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.link-button:disabled {
  color: #9baec8;
  cursor: default;
}

.button {
  background-color: #6364ff;
  border: 10px none;
  border-radius: 4px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
  overflow: hidden;
  padding: 7px 18px;
  position: relative;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
}
.button:active, .button:focus, .button:hover {
  background-color: #563acc;
}
.button:focus-visible {
  outline: solid 2px #7477fd;
}
.button--destructive:active, .button--destructive:focus, .button--destructive:hover {
  background-color: #b7253d;
  transition: none;
}
.button:disabled, .button.disabled {
  background-color: #9baec8;
  cursor: default;
}
.button.copyable {
  transition: background 300ms linear;
}
.button.copied {
  background: #79bd9a;
  transition: none;
}
.button.button-secondary {
  color: #8c8dff;
  background: transparent;
  padding: 6px 17px;
  border: 1px solid #8c8dff;
}
.button.button-secondary:active, .button.button-secondary:focus, .button.button-secondary:hover {
  border-color: #a0a1ff;
  color: #a0a1ff;
  background-color: transparent;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.button.button-secondary.button--destructive:active, .button.button-secondary.button--destructive:focus, .button.button-secondary.button--destructive:hover {
  border-color: #b7253d;
  color: #b7253d;
}
.button.button-secondary:disabled, .button.button-secondary.disabled {
  opacity: 0.7;
  border-color: #9baec8;
  color: #9baec8;
}
.button.button-secondary:disabled:active, .button.button-secondary:disabled:focus, .button.button-secondary:disabled:hover, .button.button-secondary.disabled:active, .button.button-secondary.disabled:focus, .button.button-secondary.disabled:hover {
  border-color: #9baec8;
  color: #9baec8;
}
.button.button-tertiary {
  background: transparent;
  padding: 6px 17px;
  color: #858afa;
  border: 1px solid #858afa;
}
.button.button-tertiary:active, .button.button-tertiary:focus, .button.button-tertiary:hover {
  background-color: #563acc;
  color: #ffffff;
  border: 0;
  padding: 7px 18px;
}
.button.button-tertiary:disabled {
  opacity: 0.5;
}
.button.button-tertiary.button--confirmation {
  color: #79bd9a;
  border-color: #79bd9a;
}
.button.button-tertiary.button--confirmation:active, .button.button-tertiary.button--confirmation:focus, .button.button-tertiary.button--confirmation:hover {
  background: #79bd9a;
  color: #ffffff;
}
.button.button-tertiary.button--destructive {
  color: #df405a;
  border-color: #df405a;
}
.button.button-tertiary.button--destructive:active, .button.button-tertiary.button--destructive:focus, .button.button-tertiary.button--destructive:hover {
  background: #df405a;
  color: #ffffff;
}
.button.button--block {
  width: 100%;
}
.button .icon {
  width: 18px;
  height: 18px;
}

.column__wrapper {
  display: flex;
  flex: 1 1 auto;
  position: relative;
}

.icon {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  aspect-ratio: 1;
}
.icon path {
  fill: currentColor;
}

.icon-button {
  display: inline-flex;
  color: #606984;
  border: 0;
  padding: 0;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  gap: 4px;
  flex: 0 0 auto;
}
.icon-button a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.icon-button:hover, .icon-button:active, .icon-button:focus {
  color: #707b97;
  background-color: rgba(96, 105, 132, 0.15);
}
.icon-button:focus-visible {
  outline: solid 2px #7477fd;
}
.icon-button.disabled {
  color: #444b5d;
  background-color: transparent;
  cursor: default;
}
.icon-button.inverted {
  color: #606984;
}
.icon-button.inverted:hover, .icon-button.inverted:active, .icon-button.inverted:focus {
  color: #51596f;
  background-color: rgba(96, 105, 132, 0.15);
}
.icon-button.inverted:focus-visible {
  outline: solid 2px #7477fd;
}
.icon-button.inverted.disabled {
  color: #707b97;
  background-color: transparent;
}
.icon-button.active {
  color: #8c8dff;
}
.icon-button.active:hover, .icon-button.active:active, .icon-button.active:focus {
  color: #8c8dff;
  background-color: transparent;
}
.icon-button.active.disabled {
  color: #ceceff;
}
.icon-button.overlayed {
  box-sizing: content-box;
  background: rgba(0, 0, 0, 0.65);
  -webkit-backdrop-filter: blur(10px) saturate(180%) contrast(75%) brightness(70%);
          backdrop-filter: blur(10px) saturate(180%) contrast(75%) brightness(70%);
  color: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  padding: 2px;
}
.icon-button.overlayed:hover {
  background: rgba(0, 0, 0, 0.9);
}
.icon-button__counter {
  display: block;
  width: auto;
  font-size: 12px;
  font-weight: 500;
}
.icon-button.copyable {
  transition: all 300ms linear;
}
.icon-button.copied {
  border-color: #79bd9a;
  color: #79bd9a;
  transition: none;
  background-color: rgba(121, 189, 154, 0.15);
}

.text-icon-button {
  color: #606984;
  border: 0;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  font-weight: 600;
  font-size: 11px;
  padding: 0 3px;
  line-height: 27px;
  white-space: nowrap;
}
.text-icon-button:hover, .text-icon-button:active, .text-icon-button:focus {
  color: #51596f;
  background-color: rgba(96, 105, 132, 0.15);
}
.text-icon-button:focus-visible {
  outline: solid 2px #7477fd;
}
.text-icon-button.disabled {
  color: #979eb3;
  background-color: transparent;
  cursor: default;
}
.text-icon-button.active {
  color: #8c8dff;
}
.text-icon-button.active:hover, .text-icon-button.active:active, .text-icon-button.active:focus {
  color: #8c8dff;
  background-color: transparent;
}

body > [data-popper-placement] {
  z-index: 3;
}

.invisible {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
}
.invisible img,
.invisible svg {
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  width: 0 !important;
  height: 0 !important;
}

.ellipsis::after {
  content: "…";
}

.autosuggest-textarea__textarea {
  background: transparent;
  min-height: 100px;
  padding-bottom: 0;
  resize: none;
  scrollbar-color: initial;
}
.autosuggest-textarea__textarea::-webkit-scrollbar {
  all: unset;
}
.autosuggest-textarea__suggestions {
  box-shadow: var(--dropdown-shadow);
  background: #282c37;
  border: 1px solid #464d60;
  border-radius: 0 0 4px 4px;
  color: #d9e1e8;
  font-size: 14px;
  padding: 0;
}
.autosuggest-textarea__suggestions__item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 48px;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #d9e1e8;
}
.autosuggest-textarea__suggestions__item:last-child {
  border-radius: 0 0 4px 4px;
}
.autosuggest-textarea__suggestions__item:hover, .autosuggest-textarea__suggestions__item:focus, .autosuggest-textarea__suggestions__item:active, .autosuggest-textarea__suggestions__item.selected {
  background: #6364ff;
  color: #ffffff;
}
.autosuggest-textarea__suggestions__item:hover .autosuggest-account .display-name__account, .autosuggest-textarea__suggestions__item:focus .autosuggest-account .display-name__account, .autosuggest-textarea__suggestions__item:active .autosuggest-account .display-name__account, .autosuggest-textarea__suggestions__item.selected .autosuggest-account .display-name__account {
  color: inherit;
}

.autosuggest-account,
.autosuggest-emoji,
.autosuggest-hashtag {
  flex: 1 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 8px 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.autosuggest-account .display-name {
  font-weight: 400;
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
}
.autosuggest-account .display-name__account {
  display: block;
  line-height: 16px;
  font-size: 12px;
  color: #606984;
}

.autosuggest-hashtag {
  justify-content: space-between;
}
.autosuggest-hashtag__name {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.autosuggest-hashtag__uses {
  flex: 0 0 auto;
  text-align: end;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.autosuggest-emoji__name {
  flex: 1 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.autosuggest-account .account__avatar,
.autosuggest-emoji img {
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.compose-form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.layout-multiple-columns .compose-form, .column .compose-form {
  padding: 15px;
}
.compose-form__highlightable {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 0 1 auto;
  border-radius: 4px;
  border: 1px solid var(--background-border-color);
  transition: border-color 300ms linear;
  min-height: 0;
  position: relative;
  background: #282c37;
  overflow-y: auto;
}
.compose-form__highlightable.active {
  transition: none;
  border-color: #6364ff;
}
.compose-form__warning {
  color: #282c37;
  background: #9baec8;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
}
.compose-form__warning strong {
  color: #282c37;
  font-weight: 500;
}
.compose-form__warning strong:lang(ja) {
  font-weight: 700;
}
.compose-form__warning strong:lang(ko) {
  font-weight: 700;
}
.compose-form__warning strong:lang(zh-CN) {
  font-weight: 700;
}
.compose-form__warning strong:lang(zh-HK) {
  font-weight: 700;
}
.compose-form__warning strong:lang(zh-TW) {
  font-weight: 700;
}
.compose-form__warning a {
  color: #606984;
  font-weight: 500;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.compose-form__warning a:hover, .compose-form__warning a:active, .compose-form__warning a:focus {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.compose-form .spoiler-input {
  display: flex;
  align-items: stretch;
}
.compose-form .spoiler-input__border {
  background: url(/packs/media/images/warning-stripes-9bb6a826bc6215da538d09fe7e6c1917.svg) repeat-y;
  width: 5px;
  flex: 0 0 auto;
}
.compose-form .spoiler-input__border:first-child {
  border-start-start-radius: 4px;
}
.compose-form .spoiler-input__border:last-child {
  border-start-end-radius: 4px;
}
.compose-form .spoiler-input .autosuggest-input {
  flex: 1 1 auto;
  border-bottom: 1px solid var(--background-border-color);
}
.compose-form .autosuggest-textarea__textarea,
.compose-form .spoiler-input__input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  color: #d9e1e8;
  background: #282c37;
  font-family: inherit;
  font-size: 14px;
  padding: 12px;
  line-height: normal;
  border: 0;
  outline: 0;
}
.compose-form .autosuggest-textarea__textarea:focus,
.compose-form .spoiler-input__input:focus {
  outline: 0;
}
.compose-form .spoiler-input__input {
  padding: 12px 7px;
  background: #313455;
  color: #8c8dff;
}
.compose-form__dropdowns {
  display: flex;
  align-items: center;
  gap: 8px;
}
.compose-form__dropdowns > div {
  overflow: hidden;
  display: flex;
}
.compose-form__uploads {
  display: flex;
  gap: 8px;
  padding: 0 12px;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
}
.compose-form__upload {
  flex: 1 1 0;
  min-width: calc(50% - 8px);
}
.compose-form__upload__actions {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 8px;
}
.compose-form__upload__preview {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  z-index: -1;
  top: 0;
  inset-inline-start: 0;
}
.compose-form__upload__thumbnail {
  width: 100%;
  height: 144px;
  border-radius: 6px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.compose-form__upload .icon-button {
  flex: 0 0 auto;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 6px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  padding: 4px 8px;
  font-family: inherit;
}
.compose-form__upload .icon-button .icon {
  width: 15px;
  height: 15px;
}
.compose-form__upload .icon-button.compose-form__upload__delete {
  padding: 2px;
  border-radius: 50%;
}
.compose-form__upload .icon-button.compose-form__upload__delete .icon {
  width: 20px;
  height: 20px;
}
.compose-form__upload__warning {
  position: absolute;
  z-index: 2;
  bottom: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  padding: 8px;
}
.compose-form__upload__warning .icon-button.active {
  color: #ffbe2e;
  background: rgba(0, 0, 0, 0.75);
}
.compose-form__sensitive-button {
  padding: 0 12px;
}
.compose-form__sensitive-button input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  border: 1px solid #9baec8;
  box-sizing: border-box;
  width: 17px;
  height: 17px;
  border-radius: 4px;
  flex: 0 0 auto;
}
.compose-form__sensitive-button input[type=checkbox]:active, .compose-form__sensitive-button input[type=checkbox]:focus, .compose-form__sensitive-button input[type=checkbox]:hover {
  border-color: #8c8dff;
  border-width: 4px;
}
.compose-form__sensitive-button input[type=checkbox]:checked {
  background-color: #8c8dff;
  border-color: #8c8dff;
}
.compose-form__sensitive-button input[type=checkbox]::-moz-focus-inner {
  outline: 0 !important;
  border: 0;
}
.compose-form__sensitive-button input[type=checkbox]:focus, .compose-form__sensitive-button input[type=checkbox]:active {
  outline: 0 !important;
}
.compose-form__sensitive-button input[type=checkbox]:disabled {
  opacity: 0.5;
}
.compose-form__footer {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  padding-top: 0;
}
.compose-form__submit {
  display: flex;
  flex: 1 0 100%;
  max-width: 100%;
  overflow: hidden;
  gap: 5px;
  align-items: stretch;
}
.compose-form__submit .button.secondary-post-button {
  flex: 0 1 auto;
  padding-top: 0;
  padding-bottom: 0;
}
.compose-form__buttons {
  display: flex;
  gap: 8px;
  align-items: center;
  flex: 1 1 auto;
}
.compose-form__buttons > div {
  display: flex;
}
.compose-form__buttons .icon-button {
  padding: 2px;
}
.compose-form__buttons .icon-button .icon {
  width: 20px;
  height: 20px;
}
.compose-form__actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 12px;
  flex-wrap: wrap;
}
.compose-form__actions .button {
  display: block;
  font-size: 14px;
  line-height: normal;
  font-weight: 700;
  flex: 1 1 auto;
  padding: 5px 12px;
  border-radius: 4px;
}
.compose-form__actions .icon-button {
  box-sizing: content-box;
  color: #8c8dff;
}
.compose-form__actions .icon-button:hover, .compose-form__actions .icon-button:focus, .compose-form__actions .icon-button:active {
  color: #8c8dff;
}
.compose-form__actions .icon-button.disabled {
  color: #8c8dff;
  opacity: 0.5;
}
.compose-form__actions .icon-button.active {
  background: #6364ff;
  color: #ffffff;
}
.compose-form__poll {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 8px;
}
.compose-form__poll .poll__option {
  padding: 0 12px;
  gap: 8px;
}
.compose-form__poll .poll__option.empty:not(:focus-within) {
  opacity: 0.5;
}
.compose-form__poll .poll__input {
  width: 17px;
  height: 17px;
  border-color: #9baec8;
}
.compose-form__poll__footer {
  display: flex;
  align-items: center;
  gap: 16px;
  -webkit-padding-start: 37px;
          padding-inline-start: 37px;
  -webkit-padding-end: 40px;
          padding-inline-end: 40px;
}
.compose-form__poll__footer__sep {
  width: 1px;
  height: 22px;
  background: #393f4f;
  flex: 0 0 auto;
}
.compose-form__poll__select {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1 1 auto;
  min-width: 0;
}
.compose-form__poll__select__label {
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #9baec8;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.compose-form__poll__select__value {
  flex: 0 0 auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #8c8dff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dropdown-button {
  display: flex;
  align-items: center;
  gap: 4px;
  background: transparent;
  color: #8c8dff;
  border-radius: 6px;
  border: 1px solid #8c8dff;
  padding: 4px 8px;
  font-size: 13px;
  line-height: normal;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown-button .icon {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
}
.dropdown-button__label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1 1 auto;
}
.dropdown-button.active {
  background: #6364ff;
  border-color: #6364ff;
  color: #ffffff;
}

.character-counter {
  cursor: default;
  font-family: "mastodon-font-sans-serif", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #9baec8;
  flex: 1 0 auto;
  text-align: end;
}
.character-counter.character-counter--over {
  color: #df405a;
}

.no-reduce-motion .spoiler-input {
  transition: height 0.4s ease, opacity 0.4s ease;
}

.sign-in-banner {
  padding: 10px;
}
.sign-in-banner p {
  font-size: 15px;
  line-height: 22px;
  color: #9baec8;
  margin-bottom: 20px;
}
.sign-in-banner p strong {
  font-weight: 700;
}
.sign-in-banner p a {
  color: #d9e1e8;
  -webkit-text-decoration: none;
  text-decoration: none;
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
}
.sign-in-banner p a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.sign-in-banner .button {
  margin-bottom: 10px;
}

.emojione {
  font-size: inherit;
  vertical-align: middle;
  object-fit: contain;
  margin: -0.2ex 0 0.2ex;
  width: 16px;
  height: 16px;
}
.emojione img {
  width: auto;
}

.status__content--with-action {
  cursor: pointer;
}

.status__content {
  clear: both;
}

.status__content,
.edit-indicator__content,
.reply-indicator__content {
  position: relative;
  word-wrap: break-word;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  line-height: 20px;
  padding-top: 2px;
  color: #ffffff;
}
.status__content:focus,
.edit-indicator__content:focus,
.reply-indicator__content:focus {
  outline: 0;
}
.status__content .emojione,
.edit-indicator__content .emojione,
.reply-indicator__content .emojione {
  width: 20px;
  height: 20px;
  margin: -3px 0 0;
}
.status__content p,
.status__content pre,
.edit-indicator__content p,
.edit-indicator__content pre,
.reply-indicator__content p,
.reply-indicator__content pre {
  margin-bottom: 20px;
  white-space: pre-wrap;
  unicode-bidi: -webkit-plaintext;
  unicode-bidi: plaintext;
}
.status__content p:last-child,
.status__content pre:last-child,
.edit-indicator__content p:last-child,
.edit-indicator__content pre:last-child,
.reply-indicator__content p:last-child,
.reply-indicator__content pre:last-child {
  margin-bottom: 0;
}
.status__content a,
.edit-indicator__content a,
.reply-indicator__content a {
  color: #d9e1e8;
  -webkit-text-decoration: none;
  text-decoration: none;
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
}
.status__content a:hover,
.edit-indicator__content a:hover,
.reply-indicator__content a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.status__content a.mention:hover,
.edit-indicator__content a.mention:hover,
.reply-indicator__content a.mention:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.status__content a.mention:hover span,
.edit-indicator__content a.mention:hover span,
.reply-indicator__content a.mention:hover span {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.status__content a.unhandled-link,
.edit-indicator__content a.unhandled-link,
.reply-indicator__content a.unhandled-link {
  color: #8c8dff;
}
.status__content a.unhandled-link .link-origin-tag,
.edit-indicator__content a.unhandled-link .link-origin-tag,
.reply-indicator__content a.unhandled-link .link-origin-tag {
  color: #ca8f04;
  font-size: 0.8em;
}
.status__content .status__content__spoiler-link,
.edit-indicator__content .status__content__spoiler-link,
.reply-indicator__content .status__content__spoiler-link {
  background: #606984;
}
.status__content .status__content__spoiler-link:hover, .status__content .status__content__spoiler-link:focus,
.edit-indicator__content .status__content__spoiler-link:hover,
.edit-indicator__content .status__content__spoiler-link:focus,
.reply-indicator__content .status__content__spoiler-link:hover,
.reply-indicator__content .status__content__spoiler-link:focus {
  background: #707b97;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.status__content .status__content__spoiler-link::-moz-focus-inner,
.edit-indicator__content .status__content__spoiler-link::-moz-focus-inner,
.reply-indicator__content .status__content__spoiler-link::-moz-focus-inner {
  border: 0;
}
.status__content .status__content__spoiler-link::-moz-focus-inner, .status__content .status__content__spoiler-link:focus, .status__content .status__content__spoiler-link:active,
.edit-indicator__content .status__content__spoiler-link::-moz-focus-inner,
.edit-indicator__content .status__content__spoiler-link:focus,
.edit-indicator__content .status__content__spoiler-link:active,
.reply-indicator__content .status__content__spoiler-link::-moz-focus-inner,
.reply-indicator__content .status__content__spoiler-link:focus,
.reply-indicator__content .status__content__spoiler-link:active {
  outline: 0 !important;
}
.status__content .status__content__spoiler,
.edit-indicator__content .status__content__spoiler,
.reply-indicator__content .status__content__spoiler {
  display: none;
}
.status__content .status__content__spoiler.status__content__spoiler--visible,
.edit-indicator__content .status__content__spoiler.status__content__spoiler--visible,
.reply-indicator__content .status__content__spoiler.status__content__spoiler--visible {
  display: block;
}

.status__content {
  overflow: visible;
}

.reply-indicator {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  grid-template-rows: 46px -webkit-max-content;
  grid-template-rows: 46px max-content;
  grid-gap: 0 10px;
  gap: 0 10px;
}
.reply-indicator .detailed-status__display-name {
  margin-bottom: 4px;
}
.reply-indicator .detailed-status__display-avatar {
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row-end: span 1;
}
.reply-indicator__main {
  grid-column-start: 2;
  grid-row-start: 1;
  grid-row-end: span 2;
}
.reply-indicator .display-name {
  font-size: 14px;
  line-height: 16px;
}
.reply-indicator .display-name__account {
  display: none;
}
.reply-indicator__line {
  grid-column-start: 1;
  grid-row-start: 2;
  grid-row-end: span 1;
  position: relative;
}
.reply-indicator__line::before {
  display: block;
  content: "";
  position: absolute;
  inset-inline-start: 50%;
  top: 4px;
  transform: translateX(-50%);
  background: #393f4f;
  width: 2px;
  height: calc(100% + 32px - 8px);
}
.reply-indicator__content {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  padding: 0;
  max-height: 80px;
  overflow: hidden;
  color: #9baec8;
}
.reply-indicator__attachments {
  margin-top: 4px;
  color: #9baec8;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.reply-indicator__attachments .icon {
  width: 18px;
  height: 18px;
}

.edit-indicator {
  border-radius: 4px 4px 0 0;
  background: #313543;
  padding: 12px;
  overflow-y: auto;
  flex: 0 0 auto;
  border-bottom: 0.5px solid #393f4f;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.edit-indicator__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #9baec8;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.edit-indicator__cancel {
  display: flex;
}
.edit-indicator__cancel .icon {
  width: 18px;
  height: 18px;
}
.edit-indicator__display-name {
  display: flex;
  gap: 4px;
}
.edit-indicator__display-name a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.edit-indicator__display-name a:hover, .edit-indicator__display-name a:focus, .edit-indicator__display-name a:active {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.edit-indicator__content {
  color: #d9e1e8;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  padding-top: 0 !important;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 80px;
  overflow: hidden;
}
.edit-indicator__content a {
  color: #8c8dff;
}
.edit-indicator__attachments {
  color: #9baec8;
  font-size: 12px;
  line-height: 16px;
  opacity: 0.75;
  display: flex;
  align-items: center;
  gap: 4px;
}
.edit-indicator__attachments .icon {
  width: 18px;
  height: 18px;
}

.edit-indicator__content .emojione,
.reply-indicator__content .emojione {
  width: 18px;
  height: 18px;
  margin: -3px 0 0;
}

.announcements__item__content {
  word-wrap: break-word;
  overflow-y: auto;
}
.announcements__item__content .emojione {
  width: 20px;
  height: 20px;
  margin: -3px 0 0;
}
.announcements__item__content p {
  margin-bottom: 10px;
  white-space: pre-wrap;
}
.announcements__item__content p:last-child {
  margin-bottom: 0;
}
.announcements__item__content a {
  color: #d9e1e8;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.announcements__item__content a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.announcements__item__content a.mention:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.announcements__item__content a.mention:hover span {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.announcements__item__content a.unhandled-link {
  color: #8c8dff;
}

.status__content__read-more-button,
.status__content__translate-button {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 22px;
  color: #8c8dff;
  border: 0;
  background: transparent;
  padding: 0;
  padding-top: 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.status__content__read-more-button:hover, .status__content__read-more-button:active,
.status__content__translate-button:hover,
.status__content__translate-button:active {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.status__content__read-more-button .icon,
.status__content__translate-button .icon {
  width: 15px;
  height: 15px;
}

.translate-button {
  margin-top: 16px;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
  color: #606984;
}

.status__content__spoiler-link {
  display: inline-flex;
  border-radius: 2px;
  background: transparent;
  border: 0;
  color: #282c37;
  font-weight: 700;
  font-size: 11px;
  padding: 0 6px;
  text-transform: uppercase;
  line-height: 20px;
  cursor: pointer;
  vertical-align: top;
  align-items: center;
}
.status__content__spoiler-link:hover {
  background: #707b97;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.status__content__spoiler-link .status__content__spoiler-icon {
  display: inline-block;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
  -webkit-border-start: 1px solid currentColor;
          border-inline-start: 1px solid currentColor;
  padding: 0;
  -webkit-padding-start: 4px;
          padding-inline-start: 4px;
  width: 16px;
  height: 16px;
}

.status__wrapper--filtered {
  color: #606984;
  border: 0;
  font-size: inherit;
  text-align: center;
  line-height: inherit;
  margin: 0;
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
  clear: both;
  border-bottom: 1px solid var(--background-border-color);
}
.status__wrapper--filtered__button {
  display: inline;
  color: #8c8dff;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}
.status__wrapper--filtered__button:hover, .status__wrapper--filtered__button:active {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.focusable:focus {
  outline: 0;
  background: rgba(99, 100, 255, 0.05);
}

.status {
  padding: 10px 14px;
  min-height: 54px;
  border-bottom: 1px solid var(--background-border-color);
  cursor: auto;
  opacity: 1;
  animation: fade 150ms linear;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.status .media-gallery,
.status .video-player,
.status .audio-player,
.status .attachment-list {
  margin-top: 8px;
}
.status.light .status__relative-time,
.status.light .status__visibility-icon {
  color: #9baec8;
}
.status.light .status__display-name {
  color: #282c37;
}
.status.light .display-name {
  color: #9baec8;
}
.status.light .display-name strong {
  color: #282c37;
}
.status.light .status__content {
  color: #282c37;
}
.status.light .status__content a {
  color: #8c8dff;
}
.status.light .status__content__spoiler-link {
  color: #ffffff;
  background: #9baec8;
}
.status.light .status__content__spoiler-link:hover, .status.light .status__content__spoiler-link:focus {
  background: #b5c3d6;
}
.status--in-thread {
  border-bottom: 0;
}
.status--in-thread .status__content,
.status--in-thread .status__action-bar,
.status--in-thread .reactions-bar {
  -webkit-margin-start: 56px;
          margin-inline-start: 56px;
  width: calc(100% - 56px);
}
.status--in-thread .status__content__read-more-button {
  -webkit-margin-start: 56px;
          margin-inline-start: 56px;
}
.status--first-in-thread {
  border-top: 1px solid var(--background-border-color);
}
.status__line {
  height: 6px;
  -webkit-border-start: 2px solid #393f4f;
          border-inline-start: 2px solid #393f4f;
  width: 0;
  position: absolute;
  top: 0;
  inset-inline-start: 36px;
}
.status__line--full {
  top: 0;
  height: 100%;
}
.status__line--full::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  height: 54px;
  width: 2px;
  background: #282c37;
  inset-inline-start: -2px;
}
.status__line--first {
  top: 60px;
  height: calc(100% - 60px);
}
.status__line--first::before {
  display: none;
}

.status__wrapper.collapsed .status {
  background-position: center;
  background-size: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  min-height: 0;
}
.status__wrapper.collapsed.has-background::before {
  display: block;
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.65) 24px, rgba(0, 0, 0, 0.8));
  pointer-events: none;
  content: "";
}
.status__wrapper.collapsed .display-name:hover .display-name__html {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.status__wrapper.collapsed .status__content {
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 0;
  -webkit-mask-image: linear-gradient(rgb(0, 0, 0), transparent);
          mask-image: linear-gradient(rgb(0, 0, 0), transparent);
}
.status__wrapper.collapsed .status__content a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.status__wrapper.collapsed .notification__message {
  margin-bottom: 0;
  white-space: nowrap;
}

.notification__message-collapse-button {
  text-align: end;
  flex-grow: 2;
}
.notification__message-collapse-button .status__collapse-button .icon {
  width: 24px;
  height: 24px;
}
.notification__message-collapse-button .reactions-bar--empty {
  display: none;
}

.status__relative-time {
  display: block;
  font-size: 14px;
  color: #606984;
  text-align: end;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.notification__relative_time {
  color: #606984;
  float: right;
  font-size: 14px;
  padding-bottom: 1px;
}

.status__display-name {
  color: #606984;
}

.status__info .status__display-name {
  max-width: 100%;
  display: flex;
  font-size: 15px;
  line-height: 22px;
  align-items: center;
  gap: 10px;
  overflow: hidden;
}
.status__info .status__display-name .display-name bdi {
  overflow: hidden;
  text-overflow: ellipsis;
}
.status__info .status__display-name .display-name__account {
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.status__info {
  font-size: 15px;
  padding-bottom: 10px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
}

.status__info__icons {
  display: flex;
  align-items: center;
  height: 1em;
  color: #606984;
  gap: 4px;
}
.status__info__icons > .icon {
  width: 16px;
  height: 16px;
}

.status__collapse-button {
  margin: -4px;
}

.status__collapse-button.active > .icon {
  transform: rotate(-180deg);
}

.no-reduce-motion .status__collapse-button.activate > .icon {
  animation: spring-flip-in 1s linear;
}
.no-reduce-motion .status__collapse-button.deactivate > .icon {
  animation: spring-flip-out 1s linear;
}

@keyframes spring-flip-in {
  0% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(-242.4deg);
  }
  60% {
    transform: rotate(-158.35deg);
  }
  90% {
    transform: rotate(-187.5deg);
  }
  100% {
    transform: rotate(-180deg);
  }
}
@keyframes spring-flip-out {
  0% {
    transform: rotate(-180deg);
  }
  30% {
    transform: rotate(62.4deg);
  }
  60% {
    transform: rotate(-21.635deg);
  }
  90% {
    transform: rotate(7.5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.status-check-box__status {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0 10px;
}
.status-check-box__status .detailed-status__display-name {
  color: #4a5266;
}
.status-check-box__status .detailed-status__display-name span {
  display: inline;
}
.status-check-box__status .detailed-status__display-name:hover strong {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.status-check-box__status .media-gallery,
.status-check-box__status .audio-player,
.status-check-box__status .video-player {
  margin-top: 15px;
  max-width: 250px;
}
.status-check-box__status .status__content {
  padding: 0;
  white-space: normal;
}
.status-check-box__status .media-gallery__item-thumbnail {
  cursor: default;
}

.status__prepend {
  padding: 8px 14px;
  padding-bottom: 0;
  display: inline-flex;
  gap: 10px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #606984;
}
.status__prepend .status__display-name strong {
  color: #606984;
}
.status__prepend > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.status__wrapper-direct,
.notification-ungrouped--direct {
  background: rgba(99, 100, 255, 0.05);
}
.status__wrapper-direct:focus,
.notification-ungrouped--direct:focus {
  background: rgba(99, 100, 255, 0.1);
}

.status__wrapper-direct .status__prepend,
.status__wrapper-direct .notification-ungrouped__header,
.notification-ungrouped--direct .status__prepend,
.notification-ungrouped--direct .notification-ungrouped__header {
  color: #8c8dff;
}

.status__action-bar {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 8px;
}
.status__action-bar-spacer {
  flex-grow: 1;
}
.status__action-bar > .emoji-picker-dropdown {
  height: 24px;
}
.status__action-bar > .emoji-picker-dropdown > .emoji-button {
  padding: 0;
}

.detailed-status__action-bar-dropdown {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.detailed-status {
  padding: 14px 10px;
  border-top: 1px solid var(--background-border-color);
}
.detailed-status--flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.detailed-status--flex .status__content,
.detailed-status--flex .detailed-status__meta {
  flex: 100%;
}
.detailed-status .status__content {
  font-size: 19px;
  line-height: 24px;
}
.detailed-status .status__content .emojione {
  width: 24px;
  height: 24px;
  margin: -1px 0 0;
}
.detailed-status .status__content .status__content__spoiler-link {
  line-height: 24px;
  margin: -1px 0 0;
}
.detailed-status .media-gallery,
.detailed-status .video-player,
.detailed-status .audio-player {
  margin-top: 8px;
}
.detailed-status .status__prepend {
  padding: 0;
  margin-bottom: 16px;
}

.scrollable > div:first-child .detailed-status {
  border-top: 0;
}

.detailed-status__meta {
  margin-top: 24px;
  color: #606984;
  font-size: 14px;
  line-height: 18px;
}
.detailed-status__meta__line {
  border-bottom: 1px solid var(--background-border-color);
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.detailed-status__meta__line:first-child {
  padding-top: 0;
}
.detailed-status__meta__line:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.detailed-status__meta .icon {
  width: 18px;
  height: 18px;
}
.detailed-status__meta .animated-number {
  color: #d9e1e8;
  font-weight: 500;
}

.detailed-status__action-bar {
  border-top: 1px solid var(--background-border-color);
  border-bottom: 1px solid var(--background-border-color);
  display: flex;
  flex-direction: row;
  padding: 8px 0;
}

.detailed-status__wrapper-direct .detailed-status,
.detailed-status__wrapper-direct .detailed-status__action-bar {
  background: #2b2f41;
}
.detailed-status__wrapper-direct:focus .detailed-status,
.detailed-status__wrapper-direct:focus .detailed-status__action-bar {
  background: #34374c;
}
.detailed-status__wrapper-direct .detailed-status__action-bar {
  border-top-color: #3b4158;
}
.detailed-status__wrapper-direct .status__prepend {
  color: #8c8dff;
}

.detailed-status__link {
  display: inline-flex;
  align-items: center;
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  gap: 6px;
}

.domain {
  padding: 10px;
  border-bottom: 1px solid var(--background-border-color);
}
.domain .domain__domain-name {
  flex: 1 1 auto;
  display: block;
  color: #ffffff;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.domain__wrapper {
  display: flex;
}

.domain_buttons {
  height: 18px;
  padding: 10px;
  white-space: nowrap;
}

.account {
  padding: 10px;
}
.account .account__display-name {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #9baec8;
  overflow: hidden;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 14px;
}
.account .account__display-name .display-name {
  margin-bottom: 4px;
}
.account .account__display-name .display-name strong {
  display: inline;
}
.account--minimal .account__display-name .display-name {
  margin-bottom: 0;
}
.account--minimal .account__display-name .display-name strong {
  display: block;
}
.account__domain-pill {
  display: inline-flex;
  background: rgba(140, 141, 255, 0.2);
  border-radius: 4px;
  border: 0;
  color: #8c8dff;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  padding: 4px 8px;
}
.account__domain-pill.active {
  color: #ffffff;
  background: #6364ff;
}
.account__domain-pill__popout {
  background: var(--dropdown-background-color);
  -webkit-backdrop-filter: var(--background-filter);
          backdrop-filter: var(--background-filter);
  border: 1px solid var(--dropdown-border-color);
  box-shadow: var(--dropdown-shadow);
  max-width: 320px;
  padding: 16px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 14px;
  line-height: 20px;
  color: #9baec8;
}
.account__domain-pill__popout .link-button {
  display: inline;
  font-size: inherit;
  line-height: inherit;
}
.account__domain-pill__popout__header {
  display: flex;
  align-items: center;
  gap: 12px;
}
.account__domain-pill__popout__header__icon {
  width: 40px;
  height: 40px;
  background: #6364ff;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}
.account__domain-pill__popout__header h3 {
  font-size: 17px;
  line-height: 22px;
  color: #ffffff;
}
.account__domain-pill__popout__handle {
  border: 2px dashed #8c8dff;
  background: rgba(140, 141, 255, 0.1);
  padding: 12px 8px;
  color: #8c8dff;
  border-radius: 4px;
}
.account__domain-pill__popout__handle__label {
  font-size: 11px;
  line-height: 16px;
  font-weight: 500;
}
.account__domain-pill__popout__handle__handle {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
.account__domain-pill__popout__parts {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 12px;
  line-height: 16px;
}
.account__domain-pill__popout__parts > div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.account__domain-pill__popout__parts__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #8c8dff;
}
.account__domain-pill__popout__parts h6 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #ffffff;
}
.account__note {
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  color: #9baec8;
}
.account__note--missing {
  color: #606984;
}
.account__note p {
  margin-bottom: 10px;
}
.account__note p:last-child {
  margin-bottom: 0;
}
.account__note a {
  color: inherit;
}
.account__note a:hover, .account__note a:focus, .account__note a:active {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.account__wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}

.account__avatar {
  display: block;
  position: relative;
}
.account__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.account__avatar-inline {
  display: inline-block;
  vertical-align: middle;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.account__avatar-composite {
  overflow: hidden;
  position: relative;
}
.account__avatar-composite > div {
  float: left;
  position: relative;
  box-sizing: border-box;
}
.account__avatar-composite .account__avatar {
  width: 100% !important;
  height: 100% !important;
}
.account__avatar-composite__label {
  display: block;
  position: absolute;
  top: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-shadow: 1px 1px 2px #000000;
  font-weight: 700;
  font-size: 15px;
}
.account__avatar__counter {
  position: absolute;
  bottom: -3px;
  inset-inline-end: -3px;
  padding-left: 5px;
  padding-right: 5px;
  height: 16px;
  border-radius: 16px;
  min-width: 6px;
  line-height: 17px;
  background-color: #6364ff;
  color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: var(--background-color);
  font-size: 11px;
  font-weight: 500;
  text-align: center;
}

a .account__avatar {
  cursor: pointer;
}

.account__avatar-overlay {
  position: relative;
}
.account__avatar-overlay-overlay {
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
  z-index: 1;
}

.account__relationship {
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
}

.account__relationship .icon-button,
.explore__suggestions__card .icon-button {
  border: 1px solid var(--background-border-color);
  border-radius: 4px;
  box-sizing: content-box;
  padding: 5px;
}
.account__relationship .icon-button .icon,
.explore__suggestions__card .icon-button .icon {
  width: 24px;
  height: 24px;
}

.account-authorize {
  padding: 14px 10px;
}
.account-authorize .detailed-status__display-name {
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
}

.account-authorize__avatar {
  float: left;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.status__display-name,
.status__relative-time,
.detailed-status__display-name,
.detailed-status__datetime,
.detailed-status__application,
.account__display-name {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.status__display-name .display-name strong,
.account__display-name .display-name strong {
  color: #ffffff;
}

.muted .emojione {
  opacity: 0.5;
}

.status__display-name:hover .display-name strong,
.detailed-status__display-name:hover .display-name strong,
a.account__display-name:hover .display-name strong {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.account__display-name .display-name strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.detailed-status__application,
.detailed-status__datetime {
  color: inherit;
}

.detailed-status__display-name {
  color: #9baec8;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 16px;
  overflow: hidden;
}
.detailed-status__display-name strong,
.detailed-status__display-name span {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.detailed-status__display-name strong {
  color: #ffffff;
}

.status__avatar {
  width: 46px;
  height: 46px;
}

.muted .status__content,
.muted .status__content p,
.muted .status__content a,
.muted .status__content__text {
  color: #606984;
}
.muted .status__display-name strong {
  color: #606984;
}
.muted .status__avatar {
  opacity: 0.5;
}
.muted a.status__content__spoiler-link {
  background: #606984;
  color: #282c37;
}
.muted a.status__content__spoiler-link:hover, .muted a.status__content__spoiler-link:focus {
  background: #707b97;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.notification__report {
  padding: 10px;
  border-bottom: 1px solid var(--background-border-color);
  display: flex;
  gap: 10px;
}
.notification__report__avatar {
  flex: 0 0 auto;
}
.notification__report__details {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #9baec8;
  gap: 10px;
  font-size: 15px;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
}
.notification__report__details > div {
  overflow: hidden;
  text-overflow: ellipsis;
}
.notification__report__details strong {
  font-weight: 500;
}
.notification__report__actions {
  flex: 0 0 auto;
}

.notification-group--link {
  color: #d9e1e8;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.notification-group--link .notification-group__main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex-grow: 1;
  font-size: 15px;
  line-height: 22px;
}
.notification-group--link .notification-group__main strong,
.notification-group--link .notification-group__main bdi {
  font-weight: 700;
}
.notification-group--link .notification-group__main .link-button {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.notification__message {
  padding: 8px 14px;
  padding-bottom: 0;
  cursor: default;
  color: #9baec8;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}
.notification__message .icon {
  color: #8c8dff;
  width: 18px;
  height: 18px;
}
.notification__message .icon-star {
  color: #ca8f04;
}
.notification__message > span {
  display: inline;
  overflow: hidden;
  text-overflow: ellipsis;
}

.icon-button.star-icon.active {
  color: #ca8f04;
}

.icon-button.bookmark-icon.active {
  color: #ff5050;
}

.no-reduce-motion .icon-button.star-icon.activate > .icon {
  animation: spring-rotate-in 1s linear;
  transform-origin: 50% 52%;
}
.no-reduce-motion .icon-button.star-icon.deactivate > .icon {
  animation: spring-rotate-out 1s linear;
  transform-origin: 50% 52%;
}

.notification__display-name {
  color: inherit;
  font-weight: 500;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.notification__display-name:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.display-name {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.display-name__account {
  text-overflow: ellipsis;
  overflow: hidden;
}

.display-name__html {
  font-weight: 500;
}

.status__relative-time:hover,
.detailed-status__datetime:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.image-loader {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.image-loader * {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.image-loader::-webkit-scrollbar,
.image-loader *::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent; /* Chrome/Safari/Webkit */
}
.image-loader .image-loader__preview-canvas {
  max-width: 100%;
  max-height: 80%;
  background: url(/packs/media/images/void-cf1819950446c7563cdb09966c0db01d.png) repeat;
  object-fit: contain;
}
.image-loader .loading-bar__container {
  position: relative;
}
.image-loader .loading-bar {
  position: absolute;
}
.image-loader.image-loader--amorphous .image-loader__preview-canvas {
  display: none;
}

.zoomable-image {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zoomable-image img {
  max-width: 100%;
  max-height: 80%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.navigation-bar {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  cursor: default;
  gap: 10px;
}
.column > .navigation-bar {
  padding: 15px;
}
.navigation-bar .account {
  border-bottom: 0;
  padding: 0;
  flex: 1 1 auto;
  min-width: 0;
}
.navigation-bar .account__display-name {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  font-weight: 500;
}
.navigation-bar .account__display-name .display-name__account {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
}
.navigation-bar .icon-button {
  padding: 8px;
  color: #d9e1e8;
}
.navigation-bar .icon-button .icon {
  width: 24px;
  height: 24px;
}

.dropdown-animation {
  animation: dropdown 250ms cubic-bezier(0.1, 0.7, 0.1, 1);
}
@keyframes dropdown {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.reduce-motion .dropdown-animation {
  animation: none;
}

.dropdown {
  display: inline-block;
}

.dropdown__content {
  display: none;
  position: absolute;
}

.dropdown-menu__separator {
  border-bottom: 1px solid var(--dropdown-border-color);
  margin: 2px 0;
  height: 0;
}

.dropdown-menu {
  background: var(--dropdown-background-color);
  -webkit-backdrop-filter: var(--background-filter);
          backdrop-filter: var(--background-filter);
  border: 1px solid var(--dropdown-border-color);
  padding: 2px;
  border-radius: 4px;
  box-shadow: var(--dropdown-shadow);
  z-index: 9999;
}
.dropdown-menu__text-button {
  display: inline-flex;
  align-items: center;
  color: inherit;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.dropdown-menu__text-button:focus-visible {
  outline: 1px dotted;
}
.dropdown-menu__text-button:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.dropdown-menu__text-button .icon {
  width: 15px;
  height: 15px;
}
.dropdown-menu__container__header {
  border-bottom: 1px solid var(--dropdown-border-color);
  padding: 6px 14px;
  padding-bottom: 12px;
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #9baec8;
}
.dropdown-menu__container__list {
  list-style: none;
}
.dropdown-menu__container__list--scrollable {
  max-height: 300px;
  overflow-y: scroll;
}
.dropdown-menu__container--loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 45px;
}
.dropdown-menu.left {
  transform-origin: 100% 50%;
}
.dropdown-menu.top {
  transform-origin: 50% 100%;
}
.dropdown-menu.bottom {
  transform-origin: 50% 0;
}
.dropdown-menu.right {
  transform-origin: 0 50%;
}

.dropdown-menu__item {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  display: block;
}
.dropdown-menu__item--dangerous {
  color: #df405a;
}
.dropdown-menu__item a,
.dropdown-menu__item button {
  font: inherit;
  display: block;
  width: 100%;
  padding: 6px 14px;
  border: 0;
  margin: 0;
  background: transparent;
  box-sizing: border-box;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: inherit;
  border-radius: 4px;
}
.dropdown-menu__item a:focus, .dropdown-menu__item a:hover, .dropdown-menu__item a:active,
.dropdown-menu__item button:focus,
.dropdown-menu__item button:hover,
.dropdown-menu__item button:active {
  background: var(--dropdown-border-color);
  outline: 0;
}

.inline-account {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
}
.inline-account .account__avatar {
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  border-radius: 50%;
}
.inline-account strong {
  font-weight: 600;
}

.columns-area {
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  justify-content: flex-start;
  overflow-x: auto;
  position: relative;
}
.columns-area.unscrollable {
  overflow-x: hidden;
}
.columns-area__panels {
  display: flex;
  justify-content: center;
  gap: 16px;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}
.columns-area__panels__pane {
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
  min-width: 285px;
}
.columns-area__panels__pane--start {
  justify-content: flex-start;
}
.columns-area__panels__pane__inner {
  position: fixed;
  width: 285px;
  pointer-events: auto;
  height: 100%;
}
.columns-area__panels__main {
  box-sizing: border-box;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1175px) {
  .columns-area__panels__main {
    max-width: 600px;
  }
}

.ui__header {
  display: none;
  box-sizing: border-box;
  height: 55px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
  justify-content: space-between;
  align-items: center;
  -webkit-backdrop-filter: var(--background-filter);
          backdrop-filter: var(--background-filter);
}
.ui__header__logo {
  display: inline-flex;
  padding: 15px;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
  container: header-logo/inline-size;
}
.ui__header__logo .logo {
  height: 25px;
  width: auto;
}
.ui__header__logo .logo--wordmark {
  display: none;
}
@container header-logo (min-width: 99px) {
  .ui__header__logo .logo--wordmark {
    display: block;
  }
  .ui__header__logo .logo--icon {
    display: none;
  }
}
.ui__header__links {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  overflow: hidden;
  flex-shrink: 0;
}
.ui__header__links .button {
  flex: 0 0 auto;
}
.ui__header__links .button-tertiary {
  flex-shrink: 1;
}
.ui__header__links .icon {
  width: 22px;
  height: 22px;
}

.tabs-bar__wrapper {
  background: var(--background-color);
  -webkit-backdrop-filter: var(--background-filter);
          backdrop-filter: var(--background-filter);
  position: -webkit-sticky;
  position: sticky;
  top: 55px;
  z-index: 2;
  padding-top: 0;
}
@media screen and (min-width: 1175px) {
  .tabs-bar__wrapper {
    padding-top: 10px;
    top: 0;
  }
}

.react-swipeable-view-container,
.react-swipeable-view-container .columns-area,
.react-swipeable-view-container .drawer,
.react-swipeable-view-container .column {
  height: 100%;
}

.react-swipeable-view-container > * {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.column {
  width: 350px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.column > .scrollable {
  border: 1px solid var(--background-border-color);
  border-top: 0;
  border-radius: 0 0 4px 4px;
}
.column > .scrollable.about, .column > .scrollable.privacy-policy {
  border-top: 1px solid var(--background-border-color);
  border-radius: 4px;
}

.ui {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.drawer {
  width: 300px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
}

.drawer__tab {
  display: flex;
  flex: 1 1 auto;
  padding: 13px 3px 11px;
  color: #9baec8;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}

.column,
.drawer {
  flex: 1 1 100%;
  overflow: hidden;
}

@media screen and (min-width: 631px) {
  .columns-area {
    padding: 0;
  }
  .column,
  .drawer {
    flex: 0 0 auto;
    padding: 10px;
    -webkit-padding-start: 5px;
            padding-inline-start: 5px;
    -webkit-padding-end: 5px;
            padding-inline-end: 5px;
  }
  .column:first-child,
  .drawer:first-child {
    -webkit-padding-start: 10px;
            padding-inline-start: 10px;
  }
  .column:last-child,
  .drawer:last-child {
    -webkit-padding-end: 10px;
            padding-inline-end: 10px;
  }
  .columns-area > div .column,
  .columns-area > div .drawer {
    -webkit-padding-start: 5px;
            padding-inline-start: 5px;
    -webkit-padding-end: 5px;
            padding-inline-end: 5px;
  }
}
.columns-area--mobile {
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.columns-area--mobile .column,
.columns-area--mobile .drawer {
  width: 100%;
  height: 100%;
  padding: 0;
}
.columns-area--mobile .account-card {
  margin-bottom: 0;
}
.columns-area--mobile .filter-form {
  display: flex;
  flex-wrap: wrap;
}
.columns-area--mobile .autosuggest-textarea__textarea {
  font-size: 16px;
}
.columns-area--mobile .search__input {
  line-height: 18px;
  font-size: 16px;
  padding: 15px;
  -webkit-padding-end: 30px;
          padding-inline-end: 30px;
}
.columns-area--mobile .search__icon .fa {
  top: 15px;
}
.columns-area--mobile .scrollable {
  overflow: visible;
}
@supports (display: grid) {
  .columns-area--mobile .scrollable {
    contain: content;
  }
}
@media screen and (min-width: 1175px) {
  .columns-area--mobile {
    padding: 10px 0;
    padding-top: 0;
  }
}

@media screen and (min-width: 1175px) {
  .react-swipeable-view-container .columns-area--mobile {
    height: calc(100% - 10px) !important;
  }
  .getting-started__wrapper {
    margin-bottom: 10px;
  }
  .search-page .search {
    display: none;
  }
  .navigation-panel__legal {
    display: none;
  }
}
@media screen and (max-width: 1174px) {
  .columns-area__panels__main {
    width: calc(100% - 285px);
  }
  .columns-area__panels {
    min-height: calc(100vh - 55px);
    gap: 0;
  }
  .columns-area__panels__pane--navigational {
    min-width: 285px;
  }
  .columns-area__panels__pane--navigational .columns-area__panels__pane__inner {
    width: 285px;
  }
  .columns-area__panels__pane--navigational .navigation-panel {
    margin: 0;
    -webkit-border-start: 1px solid var(--background-border-color);
            border-inline-start: 1px solid var(--background-border-color);
    height: 100vh;
  }
  .columns-area__panels__pane--navigational .navigation-panel__sign-in-banner,
  .columns-area__panels__pane--navigational .navigation-panel__logo,
  .columns-area__panels__pane--navigational .navigation-panel__banner,
  .columns-area__panels__pane--navigational .getting-started__trends {
    display: none;
  }
  .columns-area__panels__pane--navigational .column-link__icon {
    font-size: 18px;
  }
  .layout-single-column .ui__header {
    display: flex;
    background: var(--background-color);
    border-bottom: 1px solid var(--background-border-color);
  }
  .layout-single-column .column > .scrollable,
  .layout-single-column .tabs-bar__wrapper .column-header,
  .layout-single-column .tabs-bar__wrapper .column-back-button {
    border-left: 0;
    border-right: 0;
  }
  .layout-single-column .column-header,
  .layout-single-column .column-back-button,
  .layout-single-column .scrollable,
  .layout-single-column .error-column {
    border-radius: 0 !important;
  }
  .layout-single-column .column-header,
  .layout-single-column .column-back-button {
    border-top: 0;
  }
}
@media screen and (max-width: 889px) {
  .columns-area__panels__main {
    width: calc(100% - 55px);
  }
  .columns-area__panels__pane--navigational {
    min-width: 55px;
  }
  .columns-area__panels__pane--navigational .columns-area__panels__pane__inner {
    width: 55px;
  }
  .columns-area__panels__pane--navigational .column-link span {
    display: none;
  }
  .columns-area__panels__pane--navigational .list-panel {
    display: none;
  }
}
.explore__search-header {
  display: none;
}

.explore__suggestions__card {
  padding: 12px 16px;
  gap: 8px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--background-border-color);
}
.explore__suggestions__card:last-child {
  border-bottom: 0;
}
.explore__suggestions__card__source {
  -webkit-padding-start: 60px;
          padding-inline-start: 60px;
  font-size: 13px;
  line-height: 16px;
  color: #606984;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.explore__suggestions__card__body {
  display: flex;
  gap: 12px;
  align-items: center;
}
.explore__suggestions__card__body__main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.explore__suggestions__card__body__main__name-button {
  display: flex;
  align-items: center;
  gap: 8px;
}
.explore__suggestions__card__body__main__name-button__name {
  display: block;
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  flex: 1 1 auto;
  min-width: 0;
}
.explore__suggestions__card__body__main__name-button .button {
  min-width: 80px;
}
.explore__suggestions__card__body__main__name-button .display-name {
  font-size: 15px;
  line-height: 20px;
  color: #d9e1e8;
}
.explore__suggestions__card__body__main__name-button .display-name strong {
  font-weight: 700;
}
.explore__suggestions__card__body__main__name-button .display-name__account {
  color: #9baec8;
  display: block;
}

@media screen and (max-width: 1174px) {
  .columns-area__panels__pane--compositional {
    display: none;
  }
  .explore__search-header {
    display: flex;
  }
}
.icon-with-badge {
  display: inline-flex;
  position: relative;
}
.icon-with-badge__badge {
  position: absolute;
  inset-inline-start: 9px;
  top: -13px;
  background: #6364ff;
  border: 2px solid var(--background-color);
  padding: 1px 6px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  color: #ffffff;
}
.icon-with-badge__issue-badge {
  position: absolute;
  inset-inline-start: 11px;
  bottom: 1px;
  display: block;
  background: #df405a;
  border-radius: 50%;
  width: 0.625rem;
  height: 0.625rem;
}

.column-link--transparent .icon-with-badge__badge {
  border-color: var(--background-color);
}

.column-title {
  text-align: center;
  padding-bottom: 32px;
}
.column-title h3 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 10px;
}
.column-title p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #9baec8;
}
@media screen and (min-width: 600px) {
  .column-title {
    padding: 40px;
  }
}

.onboarding__footer {
  margin-top: 30px;
  color: #606984;
  text-align: center;
  font-size: 14px;
}
.onboarding__footer .link-button {
  display: inline-block;
  color: inherit;
  font-size: inherit;
}

.onboarding__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #8c8dff;
  background: #313543;
  border-radius: 8px;
  padding: 10px 15px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  height: 56px;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.onboarding__link svg {
  height: 1.5em;
}
.onboarding__link:hover, .onboarding__link:focus, .onboarding__link:active {
  background: #393f4f;
}

.onboarding__illustration {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  max-height: 200px;
  width: auto;
}

.onboarding__lead {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #9baec8;
  text-align: center;
  margin-bottom: 30px;
}
.onboarding__lead strong {
  font-weight: 700;
  color: #d9e1e8;
}

.onboarding__links {
  margin-bottom: 30px;
}
.onboarding__links > * {
  margin-bottom: 2px;
}
.onboarding__links > *:last-child {
  margin-bottom: 0;
}

.onboarding__steps {
  margin-bottom: 30px;
}
.onboarding__steps__item {
  background: #313543;
  border: 0;
  border-radius: 8px;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  gap: 10px;
  padding: 10px;
  -webkit-padding-end: 15px;
          padding-inline-end: 15px;
  margin-bottom: 2px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-align: start;
}
.onboarding__steps__item:hover, .onboarding__steps__item:focus, .onboarding__steps__item:active {
  background: #393f4f;
}
.onboarding__steps__item__icon {
  flex: 0 0 auto;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #8c8dff;
  font-size: 1.2rem;
}
@media screen and (min-width: 600px) {
  .onboarding__steps__item__icon {
    display: flex;
  }
}
.onboarding__steps__item__progress {
  flex: 0 0 auto;
  background: #79bd9a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  color: #ffffff;
}
.onboarding__steps__item__progress svg {
  height: 14px;
  width: auto;
}
.onboarding__steps__item__go {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  color: #8c8dff;
  font-size: 17px;
}
.onboarding__steps__item__go svg {
  height: 1.5em;
  width: auto;
}
.onboarding__steps__item__description {
  flex: 1 1 auto;
  line-height: 20px;
}
.onboarding__steps__item__description h6 {
  color: #8c8dff;
  font-weight: 500;
  font-size: 14px;
}
.onboarding__steps__item__description p {
  color: #9baec8;
  overflow: hidden;
}

.follow-recommendations {
  background: #1f232b;
  border-radius: 8px;
  margin-bottom: 30px;
}
.follow-recommendations .account:last-child {
  border-bottom: 0;
}
.follow-recommendations__empty {
  text-align: center;
  color: #9baec8;
  font-weight: 500;
  padding: 40px;
}

.tip-carousel {
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 30px;
}
.tip-carousel:focus {
  outline: 0;
  border-color: #8c8dff;
}
.tip-carousel .media-modal__pagination {
  margin-bottom: 0;
}

.copy-paste-text {
  background: #313543;
  border-radius: 8px;
  border: 1px solid var(--background-border-color);
  padding: 16px;
  color: #ffffff;
  font-size: 15px;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transition: border-color 300ms linear;
  margin-bottom: 30px;
}
.copy-paste-text:focus, .copy-paste-text.focused {
  transition: none;
  outline: 0;
  border-color: #8c8dff;
}
.copy-paste-text.copied {
  border-color: #79bd9a;
  transition: none;
}
.copy-paste-text textarea {
  width: 100%;
  height: auto;
  background: transparent;
  color: inherit;
  font: inherit;
  border: 0;
  padding: 0;
  margin-bottom: 30px;
  resize: none;
}
.copy-paste-text textarea:focus {
  outline: 0;
}

.onboarding__profile {
  position: relative;
  margin-bottom: 60px;
}
.onboarding__profile .app-form__avatar-input {
  border: 2px solid #282c37;
  position: absolute;
  inset-inline-start: -2px;
  bottom: -40px;
  z-index: 2;
}
.onboarding__profile .app-form__header-input {
  margin: 0 -20px;
  border-radius: 0;
}
.onboarding__profile .app-form__header-input img {
  border-radius: 0;
}

.compose-panel {
  width: 285px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 10px);
  overflow-y: hidden;
}
.compose-panel .hero-widget {
  box-shadow: none;
}
.compose-panel .hero-widget__text, .compose-panel .hero-widget__img, .compose-panel .hero-widget__img img {
  border-radius: 0;
}
.compose-panel .hero-widget__text {
  padding: 15px;
  color: #d9e1e8;
}
.compose-panel .hero-widget__text strong {
  font-weight: 700;
  color: #ffffff;
}
.compose-panel .compose-form {
  flex: 1 1 auto;
  min-height: 0;
}

.navigation-panel {
  margin-top: 10px;
  margin-bottom: 10px;
  height: calc(100% - 20px);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.navigation-panel > a {
  flex: 0 0 auto;
}
.navigation-panel .logo {
  height: 30px;
  width: auto;
}
.navigation-panel__logo {
  margin-bottom: 12px;
}

.navigation-panel hr,
.compose-panel hr {
  flex: 0 0 auto;
  border: 0;
  background: transparent;
  border-top: 1px solid var(--background-border-color);
  margin: 10px 0;
}
.navigation-panel .flex-spacer,
.compose-panel .flex-spacer {
  background: transparent;
}

.drawer__pager {
  box-sizing: border-box;
  padding: 0;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
  display: flex;
  border-radius: 4px;
  border: 1px solid var(--background-border-color);
}

.drawer__inner {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  background: var(--background-color);
  box-sizing: border-box;
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
}

.drawer__inner__mastodon {
  background: var(--background-color) url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 234.80078 31.757813" width="234.80078" height="31.757812"><path d="M19.599609 0c-1.05 0-2.10039.375-2.90039 1.125L0 16.925781v14.832031h234.80078V17.025391l-16.5-15.900391c-1.6-1.5-4.20078-1.5-5.80078 0l-13.80078 13.099609c-1.6 1.5-4.19883 1.5-5.79883 0L179.09961 1.125c-1.6-1.5-4.19883-1.5-5.79883 0L159.5 14.224609c-1.6 1.5-4.20078 1.5-5.80078 0L139.90039 1.125c-1.6-1.5-4.20078-1.5-5.80078 0l-13.79883 13.099609c-1.6 1.5-4.20078 1.5-5.80078 0L100.69922 1.125c-1.600001-1.5-4.198829-1.5-5.798829 0l-13.59961 13.099609c-1.6 1.5-4.200781 1.5-5.800781 0L61.699219 1.125c-1.6-1.5-4.198828-1.5-5.798828 0L42.099609 14.224609c-1.6 1.5-4.198828 1.5-5.798828 0L22.5 1.125C21.7.375 20.649609 0 19.599609 0z" fill="%231F232B"/></svg>') no-repeat bottom/100% auto;
  flex: 1;
  min-height: 47px;
  display: none;
}
.drawer__inner__mastodon > img {
  display: block;
  object-fit: contain;
  object-position: bottom left;
  width: 85%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (min-height: 640px) {
  .drawer__inner__mastodon {
    display: block;
  }
}

.drawer__header {
  flex: 0 0 auto;
  font-size: 16px;
  border: 1px solid var(--background-border-color);
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  border-radius: 4px;
  overflow: hidden;
}
.drawer__header a:hover,
.drawer__header a:focus,
.drawer__header a:active {
  color: #ffffff;
}

.scrollable {
  overflow-y: scroll;
  overflow-x: hidden;
  flex: 1 1 auto;
  -webkit-overflow-scrolling: touch;
}
.scrollable.optionally-scrollable {
  overflow-y: auto;
}
@supports (display: grid) {
  .scrollable {
    contain: strict;
  }
}
.scrollable--flex {
  display: flex;
  flex-direction: column;
}
.scrollable__append {
  flex: 1 1 auto;
  position: relative;
  min-height: 120px;
}
.scrollable .scrollable {
  flex: 1 1 auto;
}

@supports (display: grid) {
  .scrollable.fullscreen {
    contain: none;
  }
}

.column-back-button {
  box-sizing: border-box;
  width: 100%;
  background: transparent;
  border: 1px solid var(--background-border-color);
  border-radius: 4px 4px 0 0;
  color: #8c8dff;
  cursor: pointer;
  flex: 0 0 auto;
  font-size: 16px;
  line-height: inherit;
  text-align: unset;
  padding: 13px;
  margin: 0;
  z-index: 3;
  outline: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.column-back-button:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.column-header__back-button {
  display: flex;
  align-items: center;
  gap: 5px;
  background: transparent;
  border: 0;
  font-family: inherit;
  color: #8c8dff;
  cursor: pointer;
  white-space: nowrap;
  font-size: 16px;
  padding: 13px;
  z-index: 3;
}
.column-header__back-button:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.column-header__back-button.compact {
  -webkit-padding-end: 5px;
          padding-inline-end: 5px;
  flex: 0 0 auto;
}

.react-toggle {
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  border-radius: 10px;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

.react-toggle-screenreader-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.react-toggle--disabled {
  cursor: not-allowed;
  opacity: 0.5;
  transition: opacity 0.25s;
}

.react-toggle-track {
  width: 32px;
  height: 20px;
  padding: 0;
  border-radius: 10px;
  background-color: #9baec8;
}

.react-toggle--focus {
  outline: solid 2px #7477fd;
}

.react-toggle--checked .react-toggle-track {
  background-color: #6364ff;
}

.react-toggle-track-check,
.react-toggle-track-x {
  display: none;
}

.react-toggle-thumb {
  position: absolute;
  top: 2px;
  inset-inline-start: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ffffff;
  box-sizing: border-box;
  transition: all 0.25s ease;
  transition-property: border-color, left;
}

.react-toggle--checked .react-toggle-thumb {
  inset-inline-start: 14px;
  border-color: #6364ff;
}

.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track {
  background: #8ba1bf;
}

.react-toggle.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {
  background: #7d7dff;
}

.switch-to-advanced {
  color: #9baec8;
  background-color: #282c37;
  padding: 15px;
  border-radius: 4px;
  margin-top: 4px;
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 18px;
}
.switch-to-advanced .switch-to-advanced__toggle {
  color: #858afa;
  font-weight: bold;
}

.column-link {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  padding: 13px;
  -webkit-text-decoration: none;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  background: transparent;
  color: #d9e1e8;
  border-left: 4px solid transparent;
}
.column-link:hover, .column-link:focus, .column-link:active {
  color: #ffffff;
}
.column-link.active {
  color: #8c8dff;
}
.column-link:focus {
  outline: 0;
}
.column-link:focus-visible {
  border-color: #7477fd;
  border-radius: 0;
}
.column-link--logo {
  background: transparent;
  padding: 10px;
}
.column-link--logo:hover, .column-link--logo:focus, .column-link--logo:active {
  background: transparent;
}

.column-link__badge {
  display: inline-block;
  border-radius: 4px;
  font-size: 12px;
  line-height: 19px;
  font-weight: 500;
  background: #282c37;
  padding: 4px 8px;
  margin: -6px 10px;
}

.column-subheading {
  background: var(--surface-background-color);
  color: #9baec8;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: default;
}

.getting-started__wrapper {
  flex: 0 0 auto;
}

.flex-spacer {
  flex: 1 1 auto;
}

.getting-started {
  color: #606984;
  overflow: auto;
  border: 1px solid var(--background-border-color);
  border-top: 0;
}
.getting-started__trends {
  flex: 0 1 auto;
  opacity: 1;
  animation: fade 150ms linear;
  margin-top: 10px;
}
.getting-started__trends h4 {
  border-bottom: 1px solid var(--background-border-color);
  padding: 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.getting-started__trends h4 a {
  color: #9baec8;
  -webkit-text-decoration: none;
  text-decoration: none;
}
@media screen and (max-height: 810px) {
  .getting-started__trends .trends__item:nth-of-type(3) {
    display: none;
  }
}
@media screen and (max-height: 720px) {
  .getting-started__trends .trends__item:nth-of-type(2) {
    display: none;
  }
}
@media screen and (max-height: 670px) {
  .getting-started__trends {
    display: none;
  }
}
.getting-started__trends .trends__item {
  border-bottom: 0;
  padding: 10px;
}
.getting-started__trends .trends__item__current {
  color: #9baec8;
}

.keyboard-shortcuts {
  padding: 8px 0 0;
  overflow: hidden;
}
.keyboard-shortcuts thead {
  position: absolute;
  inset-inline-start: -9999px;
}
.keyboard-shortcuts td {
  padding: 0 10px 8px;
}
.keyboard-shortcuts kbd {
  display: inline-block;
  padding: 3px 5px;
  background-color: #393f4f;
  border: 1px solid #1f232b;
}

input.glitch-setting-text {
  box-sizing: border-box;
  color: #9baec8;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #9baec8;
  outline: 0;
  font-family: inherit;
  margin-bottom: 10px;
  padding: 7px 0;
  width: 100%;
}
input.glitch-setting-text:focus, input.glitch-setting-text:active {
  color: #ffffff;
  border-bottom-color: #6364ff;
}
@media screen and (max-width: 600px) {
  input.glitch-setting-text {
    font-size: 16px;
  }
}

.setting-text {
  display: block;
  box-sizing: border-box;
  margin: 0;
  color: #282c37;
  background: #ffffff;
  padding: 7px 10px;
  font-family: inherit;
  font-size: 14px;
  line-height: 22px;
  border-radius: 4px;
  border: 1px solid #ffffff;
}
.setting-text:focus {
  outline: 0;
  border-color: #a0a1ff;
}
.setting-text__wrapper {
  background: #ffffff;
  border: 1px solid #d9e1e8;
  margin-bottom: 10px;
  border-radius: 4px;
}
.setting-text__wrapper .setting-text {
  border: 0;
  margin-bottom: 0;
  border-radius: 0;
}
.setting-text__wrapper .setting-text:focus {
  border: 0;
}
.setting-text__wrapper__modifiers {
  color: #282c37;
  font-family: inherit;
  font-size: 14px;
  background: #ffffff;
}
.setting-text__toolbar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .setting-text {
    font-size: 16px;
  }
}

.status-card {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  color: #9baec8;
  margin-top: 14px;
  -webkit-text-decoration: none;
  text-decoration: none;
  overflow: hidden;
  border: 1px solid var(--background-border-color);
  border-radius: 8px;
}
.status-card.bottomless {
  border-radius: 8px 8px 0 0;
}
.status-card__actions {
  bottom: 0;
  inset-inline-start: 0;
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.status-card__actions > div {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  padding: 12px 9px;
  -webkit-backdrop-filter: blur(10px) saturate(180%) contrast(75%) brightness(70%);
          backdrop-filter: blur(10px) saturate(180%) contrast(75%) brightness(70%);
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.status-card__actions button,
.status-card__actions a {
  display: inline;
  color: #d9e1e8;
  background: transparent;
  border: 0;
  padding: 0 8px;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 18px;
  line-height: 18px;
}
.status-card__actions button:hover, .status-card__actions button:active, .status-card__actions button:focus,
.status-card__actions a:hover,
.status-card__actions a:active,
.status-card__actions a:focus {
  color: #ffffff;
}
.status-card__actions a {
  font-size: 19px;
  position: relative;
  bottom: -1px;
}

a.status-card {
  cursor: pointer;
}
a.status-card:hover .status-card__title,
a.status-card:hover .status-card__host,
a.status-card:hover .status-card__author,
a.status-card:hover .status-card__description, a.status-card:focus .status-card__title,
a.status-card:focus .status-card__host,
a.status-card:focus .status-card__author,
a.status-card:focus .status-card__description, a.status-card:active .status-card__title,
a.status-card:active .status-card__host,
a.status-card:active .status-card__author,
a.status-card:active .status-card__description {
  color: #8c8dff;
}

.status-card a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.status-card a:hover .status-card__title,
.status-card a:hover .status-card__host,
.status-card a:hover .status-card__author,
.status-card a:hover .status-card__description, .status-card a:focus .status-card__title,
.status-card a:focus .status-card__host,
.status-card a:focus .status-card__author,
.status-card a:focus .status-card__description, .status-card a:active .status-card__title,
.status-card a:active .status-card__host,
.status-card a:active .status-card__author,
.status-card a:active .status-card__description {
  color: #8c8dff;
}

.status-card-photo {
  cursor: zoom-in;
  display: block;
  -webkit-text-decoration: none;
  text-decoration: none;
  width: 100%;
  height: auto;
  margin: 0;
}

.status-card-video {
  overflow: hidden;
}
.status-card-video iframe {
  width: 100%;
  height: 100%;
}

.status-card__title {
  display: block;
  font-weight: 700;
  font-size: 19px;
  line-height: 24px;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.status-card.expanded .status-card__title {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.status-card__content {
  flex: 1 1 auto;
  overflow: hidden;
  padding: 8px 10px;
  box-sizing: border-box;
  max-width: 100%;
}

.status-card__host {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.status-card__author {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.status-card__author strong {
  font-weight: 500;
}

.status-card__description {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.status-card__image {
  flex: 0 0 auto;
  width: 96px;
  aspect-ratio: 1;
  background: #393f4f;
  position: relative;
}
.status-card__image > .icon {
  width: 18px;
  height: 18px;
  position: absolute;
  transform-origin: 50% 50%;
  top: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
}

.status-card__image-image {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center center;
}

.status-card__image-preview {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  z-index: 0;
  background: #000000;
}
.status-card__image-preview--hidden {
  display: none;
}

.status-card.expanded {
  flex-direction: column;
  align-items: flex-start;
}

.status-card.expanded .status-card__image {
  width: 100%;
  aspect-ratio: auto;
}

.status-card__image,
.status-card__image-image,
.status-card__image-preview {
  border-start-start-radius: 8px;
  border-start-end-radius: 0;
  border-end-end-radius: 0;
  border-end-start-radius: 8px;
}

.status-card.expanded .status-card__image,
.status-card.expanded .status-card__image-image,
.status-card.expanded .status-card__image-preview {
  border-start-end-radius: 8px;
  border-end-end-radius: 0;
  border-end-start-radius: 0;
}

.status-card.bottomless .status-card__image,
.status-card.bottomless .status-card__image-image,
.status-card.bottomless .status-card__image-preview {
  border-end-end-radius: 0;
  border-end-start-radius: 0;
}

.status-card.expanded > a {
  width: 100%;
}

.load-more {
  display: block;
  color: #606984;
  background-color: transparent;
  border: 0;
  font-size: inherit;
  text-align: center;
  line-height: inherit;
  margin: 0;
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
  clear: both;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.load-more:hover {
  background: #2c313d;
}

.load-gap {
  border-bottom: 1px solid var(--background-border-color);
}

.timeline-hint {
  text-align: center;
  color: #9baec8;
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
  cursor: default;
}
.timeline-hint strong {
  font-weight: 500;
}
.timeline-hint a {
  color: #8c8dff;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.timeline-hint a:hover, .timeline-hint a:focus, .timeline-hint a:active {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: #a0a1ff;
}

.regeneration-indicator {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #606984;
  border: 1px solid var(--background-border-color);
  border-top: 0;
  cursor: default;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.regeneration-indicator__figure,
.regeneration-indicator__figure img {
  display: block;
  width: auto;
  height: 160px;
  margin: 0;
}
.regeneration-indicator--without-header {
  padding-top: 68px;
}
.regeneration-indicator__label {
  margin-top: 30px;
}
.regeneration-indicator__label strong {
  display: block;
  margin-bottom: 10px;
  color: #606984;
}
.regeneration-indicator__label span {
  font-size: 15px;
  font-weight: 400;
}

.column-header__wrapper {
  position: relative;
  flex: 0 0 auto;
  z-index: 1;
}
.column-header__wrapper.active {
  box-shadow: 0 1px 0 rgba(140, 141, 255, 0.3);
}
.column-header__wrapper.active::before {
  display: block;
  content: "";
  position: absolute;
  bottom: -13px;
  inset-inline-start: 0;
  inset-inline-end: 0;
  margin: 0 auto;
  width: 60%;
  pointer-events: none;
  height: 28px;
  z-index: 1;
  background: radial-gradient(ellipse, rgba(99, 100, 255, 0.23) 0%, rgba(99, 100, 255, 0) 60%);
}
.column-header__wrapper .announcements {
  z-index: 1;
  position: relative;
}

.column-header {
  display: flex;
  font-size: 16px;
  border: 1px solid var(--background-border-color);
  border-radius: 4px 4px 0 0;
  flex: 0 0 auto;
  cursor: pointer;
  position: relative;
  z-index: 2;
  outline: 0;
}
.column-header__title {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  border: 0;
  padding: 13px;
  -webkit-padding-end: 0;
          padding-inline-end: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  text-align: start;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  flex: 1;
}
.column-header__title:focus-visible {
  outline: solid 2px #7477fd;
}
.column-header__back-button + .column-header__title {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.column-header .column-header__back-button {
  flex: 1;
  color: #8c8dff;
}
.column-header .column-header__back-button.compact {
  flex: 0 0 auto;
  color: #ffffff;
}
.column-header.active .column-header__icon {
  color: #8c8dff;
  text-shadow: 0 0 10px rgba(140, 141, 255, 0.4);
}
.column-header:focus, .column-header:active {
  outline: 0;
}
.column-header__advanced-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  padding-top: 0;
}
.column-header__advanced-buttons:first-child {
  padding-top: 16px;
}

.column-header__buttons {
  height: 48px;
  display: flex;
}

.column-header__links {
  margin-bottom: 14px;
}

.column-header__links .text-btn {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.column-header__button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  color: #9baec8;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  padding: 0 15px;
}
.column-header__button:last-child {
  border-start-end-radius: 4px;
}
.column-header__button:hover {
  color: #a8b9cf;
}
.column-header__button:focus-visible {
  outline: solid 2px #7477fd;
}
.column-header__button.active {
  color: #ffffff;
}
.column-header__button.active:hover {
  color: #ffffff;
}
.column-header__button.active .icon-sliders {
  transform: rotate(60deg);
}
.column-header__button:disabled {
  color: #606984;
  cursor: default;
}

.column-header__notif-cleaning-buttons {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
}
.column-header__notif-cleaning-buttons .column-header__button {
  background: transparent;
  text-align: center;
  padding: 10px 5px;
  font-size: 14px;
}
.column-header__notif-cleaning-buttons b {
  font-weight: bold;
}

@media screen and (min-width: 1175px) {
  .layout-single-column .column-header__notif-cleaning-buttons b,
  .layout-single-column .column-header__notif-cleaning-buttons i {
    -webkit-margin-end: 5px;
            margin-inline-end: 5px;
  }
  .layout-single-column .column-header__notif-cleaning-buttons br {
    display: none;
  }
  .layout-single-column .column-header__notif-cleaning-buttons button {
    padding: 15px 5px;
  }
}

.column-header__collapsible-inner.nopad-drawer {
  padding: 0;
}

.no-reduce-motion .column-header__button .icon-sliders {
  transition: transform 150ms ease-in-out;
}

.column-header__collapsible {
  max-height: 70vh;
  overflow: hidden;
  overflow-y: auto;
  color: #9baec8;
  transition: max-height 150ms ease-in-out, opacity 300ms linear;
  opacity: 1;
  z-index: 1;
  position: relative;
}
.column-header__collapsible.collapsed {
  max-height: 0;
  opacity: 0.5;
}
.column-header__collapsible.animating {
  overflow-y: hidden;
}
.column-header__collapsible hr {
  height: 0;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--background-border-color);
  margin: 10px 0;
}
.column-header__collapsible.ncd {
  transition: none;
}
.column-header__collapsible.ncd.collapsed {
  max-height: 0;
  opacity: 0.7;
}

.column-header__collapsible-inner {
  border: 1px solid var(--background-border-color);
  border-top: 0;
}

.column-header__setting-btn:hover, .column-header__setting-btn:focus {
  color: #9baec8;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.column-header__collapsible__extra + .column-header__setting-btn {
  padding-top: 5px;
}

.column-header__permission-btn {
  display: inline;
  font-weight: inherit;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.column-header__setting-arrows {
  display: flex;
  align-items: center;
}

.column-settings__pillbar {
  display: flex;
  overflow: hidden;
  background-color: transparent;
  border: 0;
  border-radius: 4px;
  margin-bottom: 10px;
  align-items: stretch;
  gap: 2px;
}

.pillbar-button {
  border: 0;
  color: #fafafa;
  padding: 2px;
  margin: 0;
  font-size: inherit;
  flex: auto;
  background-color: #393f4f;
  transition: all 0.2s ease;
  transition-property: background-color, box-shadow;
}
.pillbar-button[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.pillbar-button:not([disabled]):hover, .pillbar-button:not([disabled]):focus {
  background-color: #131419;
}
.pillbar-button:not([disabled]).active {
  background-color: #595aff;
}
.pillbar-button:not([disabled]).active:hover, .pillbar-button:not([disabled]).active:focus {
  background-color: #6364ff;
}

.scrollable > div > :first-child .notification__dismiss-overlay > .wrappy {
  border-top: 1px solid #282c37;
}

.notification__dismiss-overlay {
  overflow: hidden;
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  bottom: -1px;
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
  z-index: 999;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  display: flex;
}
.notification__dismiss-overlay .wrappy {
  width: 4rem;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #393f4f;
  -webkit-border-start: 1px solid #535b72;
          border-inline-start: 1px solid #535b72;
  box-shadow: 0 0 5px black;
  border-bottom: 1px solid #282c37;
}
.notification__dismiss-overlay .ckbox {
  border: 2px solid #9baec8;
  border-radius: 2px;
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: #9baec8;
  text-shadow: 0 0 5px black;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notification__dismiss-overlay:focus {
  outline: 0 !important;
}
.notification__dismiss-overlay:focus .ckbox {
  box-shadow: 0 0 1px 1px #6364ff;
}

.text-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.text-btn .icon {
  width: 13px;
  height: 13px;
}

.column-header__issue-btn {
  color: #ff5050;
}
.column-header__issue-btn:hover {
  color: #df405a;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.loading-indicator {
  color: #606984;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  overflow: visible;
  position: absolute;
  top: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.button .loading-indicator {
  position: static;
  transform: none;
}
.button .loading-indicator .circular-progress {
  color: #ffffff;
  width: 22px;
  height: 22px;
}

.circular-progress {
  color: #606984;
  animation: 1.4s linear 0s infinite normal none running simple-rotate;
}
.circular-progress circle {
  stroke: currentColor;
  stroke-dasharray: 80px, 200px;
  stroke-dashoffset: 0;
  animation: circular-progress 1.4s ease-in-out infinite;
}

@keyframes circular-progress {
  0% {
    stroke-dasharray: 1px, 200px;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -15px;
  }
  100% {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -125px;
  }
}
@keyframes simple-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spring-rotate-in {
  0% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(-484.8deg);
  }
  60% {
    transform: rotate(-316.7deg);
  }
  90% {
    transform: rotate(-375deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes spring-rotate-out {
  0% {
    transform: rotate(-360deg);
  }
  30% {
    transform: rotate(124.8deg);
  }
  60% {
    transform: rotate(-43.27deg);
  }
  90% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.video-error-cover {
  align-items: center;
  background: #000000;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin-top: 8px;
  position: relative;
  text-align: center;
  z-index: 100;
}

.spoiler-button {
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
}
.spoiler-button--minified {
  display: block;
  inset-inline-start: 4px;
  top: 4px;
  width: auto;
  height: auto;
}
.spoiler-button--click-thru {
  pointer-events: none;
}
.spoiler-button--hidden {
  display: none;
}
.spoiler-button__overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  color: #ffffff;
}
.spoiler-button__overlay__label {
  background-color: rgba(0, 0, 0, 0.45);
  -webkit-backdrop-filter: blur(10px) saturate(180%) contrast(75%) brightness(70%);
          backdrop-filter: blur(10px) saturate(180%) contrast(75%) brightness(70%);
  border-radius: 6px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-direction: column;
  font-weight: 500;
  font-size: 14px;
}
.spoiler-button__overlay__action {
  font-weight: 400;
  font-size: 13px;
}
.spoiler-button__overlay:hover .spoiler-button__overlay__label, .spoiler-button__overlay:focus .spoiler-button__overlay__label {
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-container--preloader {
  background: #393f4f;
}

.account--panel {
  border-top: 1px solid var(--background-border-color);
  border-bottom: 1px solid var(--background-border-color);
  display: flex;
  flex-direction: row;
  padding: 10px 0;
}

.account--panel__button,
.detailed-status__button {
  flex: 1 1 auto;
  text-align: center;
}

.detailed-status__button .emoji-button {
  padding: 0;
}

.column-settings {
  display: flex;
  flex-direction: column;
}
.column-settings__section {
  color: #9baec8;
  cursor: default;
  display: block;
  font-weight: 500;
}
.column-settings .column-header__links {
  margin: 0;
}
.column-settings section {
  padding: 16px;
  border-bottom: 1px solid var(--background-border-color);
}
.column-settings section:last-child {
  border-bottom: 0;
}
.column-settings h3 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 16px;
}
.column-settings__row {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.column-settings .app-form__toggle__toggle > div {
  border: 0;
}

.column-settings__hashtags {
  margin-top: 15px;
}
.column-settings__hashtags .column-settings__row {
  margin-bottom: 15px;
}
.column-settings__hashtags .column-select__control {
  outline: 0;
  box-sizing: border-box;
  width: 100%;
  box-shadow: none;
  font-family: inherit;
  background: #282c37;
  color: #9baec8;
  border-radius: 4px;
  border: 1px solid #393f4f;
  font-size: 17px;
  line-height: normal;
  margin: 0;
}
.column-settings__hashtags .column-select__control::-ms-input-placeholder {
  color: #a8b9cf;
}
.column-settings__hashtags .column-select__control::placeholder {
  color: #a8b9cf;
}
.column-settings__hashtags .column-select__control::-moz-focus-inner {
  border: 0;
}
.column-settings__hashtags .column-select__control::-moz-focus-inner, .column-settings__hashtags .column-select__control:focus, .column-settings__hashtags .column-select__control:active {
  outline: 0 !important;
}
.column-settings__hashtags .column-select__control:focus {
  background: #313543;
}
@media screen and (max-width: 600px) {
  .column-settings__hashtags .column-select__control {
    font-size: 16px;
  }
}
.column-settings__hashtags .column-select__placeholder {
  color: #606984;
  -webkit-padding-start: 2px;
          padding-inline-start: 2px;
  font-size: 12px;
}
.column-settings__hashtags .column-select__value-container {
  -webkit-padding-start: 6px;
          padding-inline-start: 6px;
}
.column-settings__hashtags .column-select__multi-value {
  background: #393f4f;
}
.column-settings__hashtags .column-select__multi-value__remove {
  cursor: pointer;
}
.column-settings__hashtags .column-select__multi-value__remove:hover, .column-settings__hashtags .column-select__multi-value__remove:active, .column-settings__hashtags .column-select__multi-value__remove:focus {
  background: #42485a;
  color: #a8b9cf;
}
.column-settings__hashtags .column-select__multi-value__label, .column-settings__hashtags .column-select__input, .column-settings__hashtags .column-select__input-container {
  color: #9baec8;
}
.column-settings__hashtags .column-select__clear-indicator, .column-settings__hashtags .column-select__dropdown-indicator {
  cursor: pointer;
  transition: none;
  color: #606984;
}
.column-settings__hashtags .column-select__clear-indicator:hover, .column-settings__hashtags .column-select__clear-indicator:active, .column-settings__hashtags .column-select__clear-indicator:focus, .column-settings__hashtags .column-select__dropdown-indicator:hover, .column-settings__hashtags .column-select__dropdown-indicator:active, .column-settings__hashtags .column-select__dropdown-indicator:focus {
  color: #687390;
}
.column-settings__hashtags .column-select__indicator-separator {
  background-color: #393f4f;
}
.column-settings__hashtags .column-select__menu {
  background: #ffffff;
  border-radius: 4px;
  padding: 10px 14px;
  padding-bottom: 14px;
  margin-top: 10px;
  color: #9baec8;
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.4);
}
.column-settings__hashtags .column-select__menu h4 {
  text-transform: uppercase;
  color: #9baec8;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
}
.column-settings__hashtags .column-select__menu li {
  padding: 4px 0;
}
.column-settings__hashtags .column-select__menu ul {
  margin-bottom: 10px;
}
.column-settings__hashtags .column-select__menu em {
  font-weight: 500;
  color: #282c37;
}
.column-settings__hashtags .column-select__menu {
  padding: 0;
  background: #d9e1e8;
}
.column-settings__hashtags .column-select__menu-list {
  padding: 6px;
}
.column-settings__hashtags .column-select__option {
  color: #282c37;
  border-radius: 4px;
  font-size: 14px;
}
.column-settings__hashtags .column-select__option--is-focused, .column-settings__hashtags .column-select__option--is-selected {
  background: #b9c8d5;
}

.column-settings__row .text-btn:not(.column-header__permission-btn) {
  margin-bottom: 15px;
}

.relationship-tag {
  color: #ffffff;
  margin-bottom: 4px;
  display: block;
  background-color: rgba(0, 0, 0, 0.45);
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
  opacity: 0.7;
}
.relationship-tag:hover {
  opacity: 1;
}

.setting-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
}

.setting-toggle__label {
  color: #9baec8;
}

.limited-account-hint p {
  color: #d9e1e8;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}

.empty-column-indicator,
.follow_requests-unlocked_explanation {
  color: #606984;
  text-align: center;
  padding: 20px;
  font-size: 15px;
  font-weight: 400;
  cursor: default;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
}
.empty-column-indicator > span,
.follow_requests-unlocked_explanation > span {
  max-width: 500px;
}
.empty-column-indicator a,
.follow_requests-unlocked_explanation a {
  color: #8c8dff;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.empty-column-indicator a:hover,
.follow_requests-unlocked_explanation a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.follow_requests-unlocked_explanation {
  background: var(--surface-background-color);
  border-bottom: 1px solid var(--background-border-color);
  contain: initial;
  flex-grow: 0;
}

.error-column {
  padding: 20px;
  border: 1px solid var(--background-border-color);
  border-radius: 4px;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: default;
}
.error-column__image {
  width: 70%;
  max-width: 350px;
  margin-top: -50px;
}
.error-column__message {
  text-align: center;
  color: #9baec8;
  font-size: 15px;
  line-height: 22px;
}
.error-column__message h1 {
  font-size: 28px;
  line-height: 33px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
}
.error-column__message p {
  max-width: 48ch;
}
.error-column__message__actions {
  margin-top: 30px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98);
    animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}
.no-reduce-motion .pulse-loading {
  transform-origin: center center;
  animation: heartbeat 1.5s ease-in-out infinite both;
}

.emoji-picker-dropdown__menu {
  position: relative;
  margin-top: 5px;
  z-index: 2;
  background: var(--dropdown-background-color);
  -webkit-backdrop-filter: var(--background-filter);
          backdrop-filter: var(--background-filter);
  border: 1px solid var(--dropdown-border-color);
  box-shadow: var(--dropdown-shadow);
  border-radius: 5px;
}
.emoji-picker-dropdown__menu .emoji-mart-scroll {
  transition: opacity 200ms ease;
}
.emoji-picker-dropdown__menu.selecting .emoji-mart-scroll {
  opacity: 0.5;
}

.emoji-picker-dropdown__modifiers {
  position: absolute;
  top: 60px;
  inset-inline-end: 11px;
  cursor: pointer;
}

.emoji-picker-dropdown__modifiers__menu {
  position: absolute;
  z-index: 4;
  top: -5px;
  inset-inline-start: -9px;
  background: var(--dropdown-background-color);
  border: 1px solid var(--dropdown-border-color);
  border-radius: 4px;
  box-shadow: var(--dropdown-shadow);
  overflow: hidden;
}
.emoji-picker-dropdown__modifiers__menu button {
  display: block;
  cursor: pointer;
  border: 0;
  padding: 4px 8px;
  background: transparent;
}
.emoji-picker-dropdown__modifiers__menu button:hover, .emoji-picker-dropdown__modifiers__menu button:focus, .emoji-picker-dropdown__modifiers__menu button:active {
  background: var(--dropdown-border-color);
}
.emoji-picker-dropdown__modifiers__menu .emoji-mart-emoji {
  height: 22px;
}

.emoji-mart-emoji span {
  background-repeat: no-repeat;
}

.upload-area {
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  height: 100vh;
  justify-content: center;
  inset-inline-start: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100vw;
  z-index: 2000;
}
.upload-area * {
  pointer-events: none;
}

.upload-area__drop {
  width: 320px;
  height: 160px;
  display: flex;
  box-sizing: border-box;
  position: relative;
  padding: 8px;
}

.upload-area__background {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  bottom: 0;
  inset-inline-start: 0;
  z-index: -1;
  border-radius: 4px;
  background: #282c37;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.upload-area__content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #d9e1e8;
  font-size: 18px;
  font-weight: 500;
  border: 2px dashed #606984;
  border-radius: 4px;
}

.upload-progress {
  color: #9baec8;
  overflow: hidden;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 0 12px;
}
.upload-progress .icon {
  width: 24px;
  height: 24px;
  color: #6364ff;
}
.upload-progress span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
}

.upload-progress__message {
  flex: 1 1 auto;
}

.upload-progress__backdrop {
  width: 100%;
  height: 6px;
  border-radius: 6px;
  background: var(--background-color);
  position: relative;
  margin-top: 5px;
}

.upload-progress__tracker {
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  height: 6px;
  background: #6364ff;
  border-radius: 6px;
}

.emoji-button {
  display: block;
  padding-top: 5px;
  padding-bottom: 2px;
  -webkit-padding-start: 2px;
          padding-inline-start: 2px;
  -webkit-padding-end: 5px;
          padding-inline-end: 5px;
  outline: 0;
  cursor: pointer;
}
.emoji-button img {
  filter: grayscale(100%);
  opacity: 0.8;
  display: block;
  margin: 0;
  width: 22px;
  height: 22px;
}
.emoji-button:hover img, .emoji-button:active img, .emoji-button:focus img {
  opacity: 1;
  filter: none;
  border-radius: 100%;
}
.emoji-button:focus-visible img {
  outline: solid 2px #7477fd;
}

.dropdown--active .emoji-button img {
  opacity: 1;
  filter: none;
}

.privacy-dropdown__dropdown,
.language-dropdown__dropdown {
  box-shadow: var(--dropdown-shadow);
  background: var(--dropdown-background-color);
  -webkit-backdrop-filter: var(--background-filter);
          backdrop-filter: var(--background-filter);
  border: 1px solid var(--dropdown-border-color);
  padding: 4px;
  border-radius: 4px;
  overflow: hidden;
  z-index: 2;
  width: 300px;
}
.privacy-dropdown__dropdown.top,
.language-dropdown__dropdown.top {
  transform-origin: 50% 100%;
}
.privacy-dropdown__dropdown.bottom,
.language-dropdown__dropdown.bottom {
  transform-origin: 50% 0;
}

.modal-root__container .privacy-dropdown {
  flex-grow: 0;
}

.modal-root__container .privacy-dropdown__dropdown {
  pointer-events: auto;
  z-index: 9999;
}

.privacy-dropdown__option {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 4px;
  color: #ffffff;
}
.privacy-dropdown__option:hover, .privacy-dropdown__option:active {
  background: var(--dropdown-border-color);
}
.privacy-dropdown__option:focus, .privacy-dropdown__option.active {
  background: #6364ff;
  color: #ffffff;
  outline: 0;
}
.privacy-dropdown__option:focus .privacy-dropdown__option__content,
.privacy-dropdown__option:focus .privacy-dropdown__option__content strong,
.privacy-dropdown__option:focus .privacy-dropdown__option__additional, .privacy-dropdown__option.active .privacy-dropdown__option__content,
.privacy-dropdown__option.active .privacy-dropdown__option__content strong,
.privacy-dropdown__option.active .privacy-dropdown__option__additional {
  color: #ffffff;
}
.privacy-dropdown__option__additional {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9baec8;
  cursor: help;
}

.privacy-dropdown__option__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.privacy-dropdown__option__content {
  flex: 1 1 auto;
  color: #9baec8;
}
.privacy-dropdown__option__content strong {
  color: #ffffff;
  font-weight: 500;
  display: block;
}
.privacy-dropdown__option__content strong:lang(ja) {
  font-weight: 700;
}
.privacy-dropdown__option__content strong:lang(ko) {
  font-weight: 700;
}
.privacy-dropdown__option__content strong:lang(zh-CN) {
  font-weight: 700;
}
.privacy-dropdown__option__content strong:lang(zh-HK) {
  font-weight: 700;
}
.privacy-dropdown__option__content strong:lang(zh-TW) {
  font-weight: 700;
}

.icon-badge-wrapper {
  position: relative;
}

.icon-badge {
  position: absolute;
  display: block;
  inset-inline-end: -0.25em;
  top: -0.25em;
  background-color: #6364ff;
  border-radius: 50%;
  font-size: 75%;
  width: 1em;
  height: 1em;
}

.ui .flash-message {
  margin-top: 10px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  margin-bottom: 0;
  min-width: 75%;
}

.account__disclaimer {
  display: flex;
  padding: 10px;
  gap: 5px;
  color: #606984;
  align-items: center;
}
.account__disclaimer strong {
  font-weight: 500;
}
.account__disclaimer a {
  font-weight: 500;
  color: inherit;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.account__disclaimer a:hover, .account__disclaimer a:focus, .account__disclaimer a:active {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.account__action-bar {
  border-top: 1px solid #393f4f;
  border-bottom: 1px solid #393f4f;
  line-height: 36px;
  overflow: hidden;
  flex: 0 0 auto;
  display: flex;
}

.account__action-bar-links {
  display: flex;
  flex: 1 1 auto;
  line-height: 18px;
  text-align: center;
}

.account__action-bar__tab {
  -webkit-text-decoration: none;
  text-decoration: none;
  overflow: hidden;
  flex: 0 1 100%;
  -webkit-border-start: 1px solid #393f4f;
          border-inline-start: 1px solid #393f4f;
  padding: 10px 0;
  border-bottom: 4px solid transparent;
}
.account__action-bar__tab:first-child {
  -webkit-border-start: 0;
          border-inline-start: 0;
}
.account__action-bar__tab.active {
  border-bottom: 4px solid #6364ff;
}
.account__action-bar__tab > span {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  color: #9baec8;
}
.account__action-bar__tab strong {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}
.account__action-bar__tab strong:lang(ja) {
  font-weight: 700;
}
.account__action-bar__tab strong:lang(ko) {
  font-weight: 700;
}
.account__action-bar__tab strong:lang(zh-CN) {
  font-weight: 700;
}
.account__action-bar__tab strong:lang(zh-HK) {
  font-weight: 700;
}
.account__action-bar__tab strong:lang(zh-TW) {
  font-weight: 700;
}
.account__action-bar__tab abbr {
  color: #8c8dff;
}

.notif-cleaning .status,
.notif-cleaning .notification {
  -webkit-padding-end: 4.5rem;
          padding-inline-end: 4.5rem;
}

.language-dropdown__dropdown {
  padding: 0;
}
.language-dropdown__dropdown .emoji-mart-search {
  padding: 10px;
  background: var(--dropdown-background-color);
}
.language-dropdown__dropdown .emoji-mart-search input {
  padding: 8px 12px;
  background: #282c37;
  border: 1px solid var(--background-border-color);
  color: #9baec8;
}
@media screen and (max-width: 600px) {
  .language-dropdown__dropdown .emoji-mart-search input {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
  }
}
.language-dropdown__dropdown .emoji-mart-search-icon {
  inset-inline-end: 15px;
  opacity: 1;
  color: #9baec8;
}
.language-dropdown__dropdown .emoji-mart-search-icon .icon {
  width: 18px;
  height: 18px;
}
.language-dropdown__dropdown .emoji-mart-search-icon:disabled {
  opacity: 0.38;
}
.language-dropdown__dropdown .emoji-mart-scroll {
  padding: 0 10px 10px;
  background: var(--dropdown-background-color);
}
.language-dropdown__dropdown__results__item {
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.language-dropdown__dropdown__results__item__common-name {
  color: #9baec8;
  font-weight: 400;
}
.language-dropdown__dropdown__results__item:active, .language-dropdown__dropdown__results__item:hover {
  background: var(--dropdown-border-color);
}
.language-dropdown__dropdown__results__item:focus, .language-dropdown__dropdown__results__item.active {
  background: #6364ff;
  color: #ffffff;
  outline: 0;
}
.language-dropdown__dropdown__results__item:focus .language-dropdown__dropdown__results__item__common-name, .language-dropdown__dropdown__results__item.active .language-dropdown__dropdown__results__item__common-name {
  color: #ffffff;
}

.search {
  margin-bottom: 32px;
  position: relative;
}
.layout-multiple-columns .search {
  margin-bottom: 10px;
}
.search__popout {
  box-sizing: border-box;
  display: none;
  position: absolute;
  inset-inline-start: 0;
  margin-top: -2px;
  width: 100%;
  background: #282c37;
  border: 1px solid var(--background-border-color);
  border-radius: 0 0 4px 4px;
  box-shadow: var(--dropdown-shadow);
  z-index: 99;
  font-size: 13px;
  padding: 15px 5px;
}
.search__popout h4 {
  text-transform: uppercase;
  color: #9baec8;
  font-weight: 500;
  padding: 0 10px;
  margin-bottom: 10px;
}
.search__popout .icon-button {
  padding: 0;
  color: #9baec8;
}
.search__popout .icon {
  width: 18px;
  height: 18px;
}
.search__popout__menu {
  margin-bottom: 20px;
}
.search__popout__menu:last-child {
  margin-bottom: 0;
}
.search__popout__menu__message {
  color: #9baec8;
  padding: 0 10px;
}
.search__popout__menu__item {
  display: block;
  box-sizing: border-box;
  width: 100%;
  border: 0;
  font: inherit;
  background: transparent;
  color: #9baec8;
  padding: 10px;
  cursor: pointer;
  border-radius: 4px;
  text-align: start;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.search__popout__menu__item--flex {
  display: flex;
  justify-content: space-between;
}
.search__popout__menu__item .icon-button {
  transition: none;
}
.search__popout__menu__item:hover, .search__popout__menu__item:focus, .search__popout__menu__item:active, .search__popout__menu__item.selected {
  background: #6364ff;
  color: #ffffff;
}
.search__popout__menu__item:hover .icon-button, .search__popout__menu__item:focus .icon-button, .search__popout__menu__item:active .icon-button, .search__popout__menu__item.selected .icon-button {
  color: #ffffff;
}
.search__popout__menu__item mark {
  background: transparent;
  font-weight: 700;
  color: #ffffff;
}
.search__popout__menu__item span {
  overflow: inherit;
  text-overflow: inherit;
}
.search.active .search__input {
  border-radius: 4px 4px 0 0;
}
.search.active .search__popout {
  display: block;
}

.search__input {
  outline: 0;
  box-sizing: border-box;
  width: 100%;
  box-shadow: none;
  font-family: inherit;
  background: #282c37;
  color: #9baec8;
  border-radius: 4px;
  border: 1px solid #393f4f;
  font-size: 17px;
  line-height: normal;
  margin: 0;
  display: block;
  padding: 12px 16px;
  -webkit-padding-start: 39px;
          padding-inline-start: 39px;
  line-height: normal;
}
.search__input::-moz-focus-inner {
  border: 0;
}
.search__input::-moz-focus-inner, .search__input:focus, .search__input:active {
  outline: 0 !important;
}

.search__icon::-moz-focus-inner {
  border: 0;
}
.search__icon::-moz-focus-inner, .search__icon:focus {
  outline: 0 !important;
}
.search__icon .icon {
  position: absolute;
  top: 14px;
  display: inline-block;
  opacity: 0;
  transition: all 100ms linear;
  transition-property: transform, opacity;
  width: 20px;
  height: 20px;
  color: #9baec8;
  cursor: default;
  pointer-events: none;
  -webkit-margin-start: 14px;
          margin-inline-start: 14px;
}
.search__icon .icon.active {
  pointer-events: auto;
  opacity: 1;
}
.search__icon .icon-search {
  transform: rotate(90deg);
}
.search__icon .icon-search.active {
  pointer-events: none;
  transform: rotate(0deg);
}
.search__icon .icon-times-circle {
  transform: rotate(0deg);
  cursor: pointer;
}
.search__icon .icon-times-circle.active {
  transform: rotate(90deg);
}

.search-results__section {
  border-bottom: 1px solid var(--background-border-color);
}
.search-results__section:last-child {
  border-bottom: 0;
}
.search-results__section__header {
  border-bottom: 1px solid var(--background-border-color);
  background: var(--surface-background-color);
  padding: 15px;
  font-weight: 500;
  font-size: 14px;
  color: #9baec8;
  display: flex;
  justify-content: space-between;
}
.search-results__section__header h3 {
  display: flex;
  align-items: center;
  gap: 5px;
}
.search-results__section__header button {
  color: #8c8dff;
  padding: 0;
  border: 0;
  background: 0;
  font: inherit;
}
.search-results__section__header button:hover, .search-results__section__header button:active, .search-results__section__header button:focus {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.search-results__section .account:last-child, .search-results__section > div:last-child .status {
  border-bottom: 0;
}

.search-results__info {
  padding: 20px;
  color: #9baec8;
  text-align: center;
}

.modal-root {
  position: relative;
  z-index: 9999;
}

.modal-root__overlay {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: background 0.5s;
}

.modal-root__container {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  max-width: 100vw;
  max-height: 100vh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: space-around;
  z-index: 9999;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.modal-root__modal {
  pointer-events: auto;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  display: flex;
}
@media screen and (max-width: 630px) {
  .modal-root__modal {
    margin-top: auto;
  }
}

.video-modal .video-player {
  max-height: 80vh;
  max-width: 100vw;
}

.audio-modal__container {
  width: 50vw;
}

.media-modal {
  width: 100%;
  height: 100%;
  position: relative;
}
.media-modal__close, .media-modal__zoom-button {
  color: rgba(255, 255, 255, 0.7);
}
.media-modal__close:hover, .media-modal__close:focus, .media-modal__close:active, .media-modal__zoom-button:hover, .media-modal__zoom-button:focus, .media-modal__zoom-button:active {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}
.media-modal__close:focus, .media-modal__zoom-button:focus {
  background-color: rgba(255, 255, 255, 0.3);
}

.media-modal__closer {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
}

.media-modal__navigation {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  pointer-events: none;
  transition: opacity 0.3s linear;
  will-change: opacity;
}
.media-modal__navigation * {
  pointer-events: auto;
}
.media-modal__navigation.media-modal__navigation--hidden {
  opacity: 0;
}
.media-modal__navigation.media-modal__navigation--hidden * {
  pointer-events: none;
}

.media-modal__nav {
  background: transparent;
  box-sizing: border-box;
  border: 0;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 24px;
  height: 20vmax;
  margin: auto 0;
  padding: 30px 15px;
  position: absolute;
  top: 0;
  bottom: 0;
}
.media-modal__nav:hover, .media-modal__nav:focus, .media-modal__nav:active {
  color: #ffffff;
}

.media-modal__nav--left {
  inset-inline-start: 0;
}

.media-modal__nav--right {
  inset-inline-end: 0;
}

.media-modal__overlay {
  max-width: 600px;
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  margin: 0 auto;
}
.media-modal__overlay .picture-in-picture__footer {
  border-radius: 0;
  background: transparent;
  padding: 20px 0;
}
.media-modal__overlay .picture-in-picture__footer .icon-button {
  color: #ffffff;
}
.media-modal__overlay .picture-in-picture__footer .icon-button:hover, .media-modal__overlay .picture-in-picture__footer .icon-button:focus, .media-modal__overlay .picture-in-picture__footer .icon-button:active {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}
.media-modal__overlay .picture-in-picture__footer .icon-button:focus {
  background-color: rgba(255, 255, 255, 0.3);
}
.media-modal__overlay .picture-in-picture__footer .icon-button.active {
  color: #8c8dff;
}
.media-modal__overlay .picture-in-picture__footer .icon-button.active:hover, .media-modal__overlay .picture-in-picture__footer .icon-button.active:focus, .media-modal__overlay .picture-in-picture__footer .icon-button.active:active {
  background: rgba(140, 141, 255, 0.15);
}
.media-modal__overlay .picture-in-picture__footer .icon-button.active:focus {
  background: rgba(140, 141, 255, 0.3);
}
.media-modal__overlay .picture-in-picture__footer .icon-button.star-icon.active {
  color: #ca8f04;
}
.media-modal__overlay .picture-in-picture__footer .icon-button.star-icon.active:hover, .media-modal__overlay .picture-in-picture__footer .icon-button.star-icon.active:focus, .media-modal__overlay .picture-in-picture__footer .icon-button.star-icon.active:active {
  background: rgba(202, 143, 4, 0.15);
}
.media-modal__overlay .picture-in-picture__footer .icon-button.star-icon.active:focus {
  background: rgba(202, 143, 4, 0.3);
}
.media-modal__overlay .picture-in-picture__footer .icon-button.disabled {
  color: #ffffff;
  background-color: transparent;
  cursor: default;
  opacity: 0.4;
}

.media-modal__pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.media-modal__page-dot {
  flex: 0 0 auto;
  background-color: #ffffff;
  opacity: 0.4;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  margin: 0 4px;
  padding: 0;
  border: 0;
  font-size: 0;
  transition: opacity 0.2s ease-in-out;
}
.media-modal__page-dot.active {
  opacity: 1;
}
.media-modal__page-dot:focus {
  outline: 0;
  background-color: #8c8dff;
}

.media-modal__close {
  position: absolute;
  inset-inline-end: 8px;
  top: 8px;
  z-index: 100;
}

.media-modal__zoom-button {
  position: absolute;
  inset-inline-end: 64px;
  top: 8px;
  z-index: 100;
  pointer-events: auto;
  transition: opacity 0.3s linear;
  will-change: opacity;
}

.media-modal__zoom-button--hidden {
  pointer-events: none;
  opacity: 0;
}

.onboarding-modal,
.error-modal,
.embed-modal {
  background: #d9e1e8;
  color: #282c37;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.error-modal__body {
  height: 80vh;
  width: 80vw;
  max-width: 520px;
  max-height: 420px;
  position: relative;
}
.error-modal__body > div {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 25px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
  opacity: 0;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.error-modal__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.onboarding-modal__paginator,
.error-modal__footer {
  flex: 0 0 auto;
  background: #c0cdd9;
  display: flex;
  padding: 25px;
}
.onboarding-modal__paginator > div,
.error-modal__footer > div {
  min-width: 33px;
}
.onboarding-modal__paginator .onboarding-modal__nav,
.onboarding-modal__paginator .error-modal__nav,
.error-modal__footer .onboarding-modal__nav,
.error-modal__footer .error-modal__nav {
  color: #606984;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 25px;
  line-height: inherit;
  height: auto;
  margin: -10px;
  border-radius: 4px;
  background-color: transparent;
}
.onboarding-modal__paginator .onboarding-modal__nav:hover, .onboarding-modal__paginator .onboarding-modal__nav:focus, .onboarding-modal__paginator .onboarding-modal__nav:active,
.onboarding-modal__paginator .error-modal__nav:hover,
.onboarding-modal__paginator .error-modal__nav:focus,
.onboarding-modal__paginator .error-modal__nav:active,
.error-modal__footer .onboarding-modal__nav:hover,
.error-modal__footer .onboarding-modal__nav:focus,
.error-modal__footer .onboarding-modal__nav:active,
.error-modal__footer .error-modal__nav:hover,
.error-modal__footer .error-modal__nav:focus,
.error-modal__footer .error-modal__nav:active {
  color: #576078;
  background-color: #a6b9c9;
}
.onboarding-modal__paginator .onboarding-modal__nav.onboarding-modal__done, .onboarding-modal__paginator .onboarding-modal__nav.onboarding-modal__next,
.onboarding-modal__paginator .error-modal__nav.onboarding-modal__done,
.onboarding-modal__paginator .error-modal__nav.onboarding-modal__next,
.error-modal__footer .onboarding-modal__nav.onboarding-modal__done,
.error-modal__footer .onboarding-modal__nav.onboarding-modal__next,
.error-modal__footer .error-modal__nav.onboarding-modal__done,
.error-modal__footer .error-modal__nav.onboarding-modal__next {
  color: #282c37;
}
.onboarding-modal__paginator .onboarding-modal__nav.onboarding-modal__done:hover, .onboarding-modal__paginator .onboarding-modal__nav.onboarding-modal__done:focus, .onboarding-modal__paginator .onboarding-modal__nav.onboarding-modal__done:active, .onboarding-modal__paginator .onboarding-modal__nav.onboarding-modal__next:hover, .onboarding-modal__paginator .onboarding-modal__nav.onboarding-modal__next:focus, .onboarding-modal__paginator .onboarding-modal__nav.onboarding-modal__next:active,
.onboarding-modal__paginator .error-modal__nav.onboarding-modal__done:hover,
.onboarding-modal__paginator .error-modal__nav.onboarding-modal__done:focus,
.onboarding-modal__paginator .error-modal__nav.onboarding-modal__done:active,
.onboarding-modal__paginator .error-modal__nav.onboarding-modal__next:hover,
.onboarding-modal__paginator .error-modal__nav.onboarding-modal__next:focus,
.onboarding-modal__paginator .error-modal__nav.onboarding-modal__next:active,
.error-modal__footer .onboarding-modal__nav.onboarding-modal__done:hover,
.error-modal__footer .onboarding-modal__nav.onboarding-modal__done:focus,
.error-modal__footer .onboarding-modal__nav.onboarding-modal__done:active,
.error-modal__footer .onboarding-modal__nav.onboarding-modal__next:hover,
.error-modal__footer .onboarding-modal__nav.onboarding-modal__next:focus,
.error-modal__footer .onboarding-modal__nav.onboarding-modal__next:active,
.error-modal__footer .error-modal__nav.onboarding-modal__done:hover,
.error-modal__footer .error-modal__nav.onboarding-modal__done:focus,
.error-modal__footer .error-modal__nav.onboarding-modal__done:active,
.error-modal__footer .error-modal__nav.onboarding-modal__next:hover,
.error-modal__footer .error-modal__nav.onboarding-modal__next:focus,
.error-modal__footer .error-modal__nav.onboarding-modal__next:active {
  color: #313543;
}

.error-modal__footer {
  justify-content: center;
}

.display-case {
  text-align: center;
  font-size: 15px;
  margin-bottom: 15px;
}
.display-case__label {
  font-weight: 500;
  color: #282c37;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 12px;
}
.display-case__case {
  background: #282c37;
  color: #d9e1e8;
  font-weight: 500;
  padding: 10px;
  border-radius: 4px;
}

.onboard-sliders {
  display: inline-block;
  max-width: 30px;
  max-height: auto;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}

.safety-action-modal {
  width: 600px;
  flex-direction: column;
}
.safety-action-modal__top, .safety-action-modal__bottom {
  display: flex;
  gap: 8px;
  padding: 24px;
  flex-direction: column;
  background: var(--modal-background-color);
  -webkit-backdrop-filter: var(--background-filter);
          backdrop-filter: var(--background-filter);
  border: 1px solid var(--modal-border-color);
}
.safety-action-modal__top {
  border-radius: 16px 16px 0 0;
  border-bottom: 0;
  gap: 16px;
}
.safety-action-modal__bottom {
  border-radius: 0 0 16px 16px;
  border-top: 0;
}
@media screen and (max-width: 1175px) {
  .safety-action-modal__bottom {
    border-radius: 0;
    border-bottom: 0;
    padding-bottom: 32px;
  }
}
.safety-action-modal__header {
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  color: #9baec8;
}
.safety-action-modal__header__icon {
  border-radius: 64px;
  background: #6364ff;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.safety-action-modal__header__icon .icon {
  width: 24px;
  height: 24px;
}
.safety-action-modal__header h1 {
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
}
.safety-action-modal__confirmation {
  font-size: 14px;
  line-height: 20px;
  color: #9baec8;
}
.safety-action-modal__confirmation h1 {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 8px;
}
.safety-action-modal__confirmation strong {
  font-weight: 700;
  color: #ffffff;
}
.safety-action-modal__bullet-points {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 16px;
  line-height: 24px;
}
.safety-action-modal__bullet-points > div {
  display: flex;
  gap: 16px;
  align-items: center;
}
.safety-action-modal__bullet-points__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.safety-action-modal__bullet-points__icon .icon {
  width: 24px;
  height: 24px;
}
.safety-action-modal__field-group {
  display: flex;
  flex-direction: column;
}
.safety-action-modal__field-group label {
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  height: 32px;
  padding: 0 12px;
}
.safety-action-modal__caveats {
  font-size: 14px;
  padding: 0 12px;
}
.safety-action-modal__caveats strong {
  font-weight: 500;
}
.safety-action-modal__bottom {
  padding-top: 0;
}
.safety-action-modal__bottom__collapsible {
  display: none;
  flex-direction: column;
  gap: 16px;
}
.safety-action-modal__bottom.active {
  background: var(--modal-background-variant-color);
  padding-top: 24px;
}
.safety-action-modal__bottom.active .safety-action-modal__bottom__collapsible {
  display: flex;
}
.safety-action-modal__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
}
.safety-action-modal__actions .link-button {
  padding: 10px 12px;
  font-weight: 600;
}

.doodle-modal,
.tenor-modal,
.boost-modal,
.report-modal,
.actions-modal,
.compare-history-modal {
  background: #b5c3d6;
  color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  max-width: 90vw;
  width: 480px;
  position: relative;
  flex-direction: column;
}
.doodle-modal .status__relative-time,
.tenor-modal .status__relative-time,
.boost-modal .status__relative-time,
.report-modal .status__relative-time,
.actions-modal .status__relative-time,
.compare-history-modal .status__relative-time {
  order: 2;
}
.doodle-modal .status__content__spoiler-link,
.tenor-modal .status__content__spoiler-link,
.boost-modal .status__content__spoiler-link,
.report-modal .status__content__spoiler-link,
.actions-modal .status__content__spoiler-link,
.compare-history-modal .status__content__spoiler-link {
  color: #f2f5f7;
}

.boost-modal .status-direct {
  background-color: inherit;
}

.boost-modal__container {
  overflow-x: scroll;
  padding: 10px;
}
.boost-modal__container .status {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  border-bottom: 0;
}

.doodle-modal__action-bar,
.boost-modal__action-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #282c37;
  padding: 10px;
}
.doodle-modal__action-bar > div,
.boost-modal__action-bar > div {
  flex: 1 1 auto;
  text-align: end;
  color: #ffffff;
  -webkit-padding-end: 10px;
          padding-inline-end: 10px;
}
.doodle-modal__action-bar .icon,
.boost-modal__action-bar .icon {
  vertical-align: middle;
}
.doodle-modal__action-bar .button,
.boost-modal__action-bar .button {
  flex: 0 0 auto;
}

.report-modal {
  width: 90vw;
  max-width: 700px;
}

.report-dialog-modal {
  max-width: 90vw;
  width: 480px;
  height: 80vh;
  background: #f2f5f7;
  color: #282c37;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  flex-direction: column;
  display: flex;
}
.report-dialog-modal__container {
  box-sizing: border-box;
  border-top: 1px solid #d9e1e8;
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: auto;
}
.report-dialog-modal__title {
  font-size: 28px;
  line-height: 33px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-height: 800px) {
  .report-dialog-modal__title {
    font-size: 22px;
  }
}
.report-dialog-modal__subtitle {
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 4px;
}
.report-dialog-modal__lead {
  font-size: 17px;
  line-height: 22px;
  color: #4a5266;
  margin-bottom: 30px;
}
.report-dialog-modal__lead a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #282c37;
  font-weight: 500;
}
.report-dialog-modal__lead a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.report-dialog-modal__actions {
  margin-top: 30px;
  display: flex;
}
.report-dialog-modal__actions .button {
  flex: 1 1 auto;
}
.report-dialog-modal__statuses {
  flex-grow: 1;
  min-height: 0;
  overflow: auto;
}
.report-dialog-modal .status__content a {
  color: #8c8dff;
}
.report-dialog-modal .status__content,
.report-dialog-modal .status__content p {
  color: #282c37;
}
.report-dialog-modal .status__content__spoiler-link {
  color: #ffffff;
  background: #9baec8;
}
.report-dialog-modal .status__content__spoiler-link:hover {
  background: #b5c3d6;
}
.report-dialog-modal .dialog-option {
  align-items: center;
  gap: 12px;
}
.report-dialog-modal .dialog-option .poll__input {
  border-color: #282c37;
  color: #d9e1e8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.report-dialog-modal .dialog-option .poll__input svg {
  width: 15px;
  height: 15px;
}
.report-dialog-modal .dialog-option .poll__input:active, .report-dialog-modal .dialog-option .poll__input:focus, .report-dialog-modal .dialog-option .poll__input:hover {
  border-color: #484f63;
  border-width: 4px;
}
.report-dialog-modal .dialog-option .poll__input.active {
  border-color: #282c37;
  background: #282c37;
}
.report-dialog-modal .poll__option.dialog-option {
  padding: 15px 0;
  flex: 0 0 auto;
  border-bottom: 1px solid #d9e1e8;
}
.report-dialog-modal .poll__option.dialog-option:last-child {
  border-bottom: 0;
}
.report-dialog-modal .poll__option.dialog-option > .poll__option__text {
  font-size: 13px;
  color: #4a5266;
}
.report-dialog-modal .poll__option.dialog-option > .poll__option__text strong {
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  color: #282c37;
  display: block;
  margin-bottom: 4px;
}
.report-dialog-modal .poll__option.dialog-option > .poll__option__text strong:last-child {
  margin-bottom: 0;
}
.report-dialog-modal .flex-spacer {
  background: transparent;
}
.report-dialog-modal__textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  color: #282c37;
  background: #ffffff;
  padding: 10px;
  font-family: inherit;
  font-size: 17px;
  line-height: 22px;
  resize: vertical;
  border: 0;
  outline: 0;
  border-radius: 4px;
  margin: 20px 0;
}
.report-dialog-modal__textarea::-ms-input-placeholder {
  color: #606984;
}
.report-dialog-modal__textarea::placeholder {
  color: #606984;
}
.report-dialog-modal__textarea:focus {
  outline: 0;
}
.report-dialog-modal__toggle {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  gap: 8px;
}
.report-dialog-modal__toggle > span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.report-dialog-modal .button.button-secondary {
  border-color: #282c37;
  color: #282c37;
  flex: 0 0 auto;
}
.report-dialog-modal .button.button-secondary:hover, .report-dialog-modal .button.button-secondary:focus, .report-dialog-modal .button.button-secondary:active {
  background: transparent;
  border-color: #6364ff;
  color: #6364ff;
}
.report-dialog-modal hr {
  border: 0;
  background: transparent;
  margin: 15px 0;
}
.report-dialog-modal .emoji-mart-search {
  -webkit-padding-end: 10px;
          padding-inline-end: 10px;
}
.report-dialog-modal .emoji-mart-search-icon {
  inset-inline-end: 15px;
}

.report-modal__container {
  display: flex;
  border-top: 1px solid #d9e1e8;
}
@media screen and (max-width: 480px) {
  .report-modal__container {
    flex-wrap: wrap;
    overflow-y: auto;
  }
}

.report-modal__statuses,
.report-modal__comment {
  box-sizing: border-box;
  width: 50%;
  min-width: 50%;
}
@media screen and (max-width: 480px) {
  .report-modal__statuses,
  .report-modal__comment {
    width: 100%;
  }
}

.report-modal__statuses,
.focal-point-modal__content {
  flex: 1 1 auto;
  min-height: 20vh;
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.report-modal__statuses .status__content a,
.focal-point-modal__content .status__content a {
  color: #8c8dff;
}
.report-modal__statuses .status__content,
.report-modal__statuses .status__content p,
.focal-point-modal__content .status__content,
.focal-point-modal__content .status__content p {
  color: #282c37;
}
@media screen and (max-width: 480px) {
  .report-modal__statuses,
  .focal-point-modal__content {
    max-height: 10vh;
  }
}

@media screen and (max-width: 480px) {
  .focal-point-modal__content {
    max-height: 40vh;
  }
}

.setting-divider {
  background: transparent;
  border: 0;
  margin: 0;
  width: 100%;
  height: 1px;
  margin-bottom: 29px;
}

.report-modal__comment {
  padding: 20px;
  -webkit-border-end: 1px solid #d9e1e8;
          border-inline-end: 1px solid #d9e1e8;
  max-width: 320px;
}
.report-modal__comment p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.report-modal__comment .setting-text-label {
  display: block;
  color: #282c37;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.report-modal__comment .setting-text {
  width: 100%;
  resize: none;
  min-height: 100px;
  max-height: 50vh;
  border: 0;
}
@media screen and (max-height: 600px) {
  .report-modal__comment .setting-text {
    max-height: 20vh;
  }
}
@media screen and (max-width: 600px) {
  .report-modal__comment .setting-text {
    max-height: 20vh;
  }
}
.report-modal__comment .setting-toggle {
  margin-top: 20px;
  margin-bottom: 24px;
}
.report-modal__comment .setting-toggle__label {
  color: #282c37;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .report-modal__comment {
    padding: 10px;
    max-width: 100%;
    order: 2;
  }
  .report-modal__comment .setting-toggle {
    margin-bottom: 4px;
  }
}

.actions-modal {
  max-height: 80vh;
  max-width: 80vw;
}
.actions-modal .actions-modal__item-label {
  font-weight: 500;
}
.actions-modal ul {
  overflow-y: auto;
  flex-shrink: 0;
  max-height: 80vh;
}
.actions-modal ul.with-status {
  max-height: calc(80vh - 75px);
}
.actions-modal ul li:empty {
  margin: 0;
}
.actions-modal ul li:not(:empty) a {
  color: #282c37;
  display: flex;
  padding: 12px 16px;
  font-size: 15px;
  align-items: center;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.actions-modal ul li:not(:empty) a,
.actions-modal ul li:not(:empty) a button {
  transition: none;
}
.actions-modal ul li:not(:empty) a.active,
.actions-modal ul li:not(:empty) a.active button, .actions-modal ul li:not(:empty) a:hover,
.actions-modal ul li:not(:empty) a:hover button, .actions-modal ul li:not(:empty) a:active,
.actions-modal ul li:not(:empty) a:active button, .actions-modal ul li:not(:empty) a:focus,
.actions-modal ul li:not(:empty) a:focus button {
  background: #6364ff;
  color: #ffffff;
}
.actions-modal ul li:not(:empty) a button:first-child {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.confirmation-modal__do_not_ask_again {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  -webkit-padding-end: 20px;
          padding-inline-end: 20px;
  padding-bottom: 10px;
  font-size: 14px;
}
.confirmation-modal__do_not_ask_again label,
.confirmation-modal__do_not_ask_again input {
  vertical-align: middle;
}

.report-modal__target {
  padding: 30px;
  font-size: 16px;
}
.report-modal__target strong {
  font-weight: 500;
}
.report-modal__target strong:lang(ja) {
  font-weight: 700;
}
.report-modal__target strong:lang(ko) {
  font-weight: 700;
}
.report-modal__target strong:lang(zh-CN) {
  font-weight: 700;
}
.report-modal__target strong:lang(zh-HK) {
  font-weight: 700;
}
.report-modal__target strong:lang(zh-TW) {
  font-weight: 700;
}
.report-modal__target select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  font-size: 14px;
  color: #282c37;
  display: inline-block;
  width: auto;
  outline: 0;
  font-family: inherit;
  background: #ffffff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.933 18.467' height='19.698' width='15.929'><path d='M3.467 14.967l-3.393-3.5H14.86l-3.392 3.5c-1.866 1.925-3.666 3.5-4 3.5-.335 0-2.135-1.575-4-3.5zm.266-11.234L7.467 0 11.2 3.733l3.733 3.734H0l3.733-3.734z' fill='%23DBDBDB'/></svg>") no-repeat right 8px center/auto 16px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  padding: 6px 10px;
  -webkit-padding-end: 30px;
          padding-inline-end: 30px;
}

.report-modal__target {
  text-align: center;
}

.report-modal__target {
  padding: 15px;
}
.report-modal__target .report-modal__close {
  position: absolute;
  top: 10px;
  inset-inline-end: 10px;
}

.compare-history-modal .report-modal__target {
  border-bottom: 1px solid #d9e1e8;
}
.compare-history-modal__container {
  padding: 30px;
  pointer-events: all;
  overflow-y: auto;
}
.compare-history-modal .status__content {
  color: #282c37;
  font-size: 19px;
  line-height: 24px;
}
.compare-history-modal .status__content .emojione {
  width: 24px;
  height: 24px;
  margin: -1px 0 0;
}
.compare-history-modal .status__content a {
  color: #8c8dff;
}
.compare-history-modal .status__content hr {
  height: 0.25rem;
  padding: 0;
  background-color: #d9e1e8;
  border: 0;
  margin: 20px 0;
}
.compare-history-modal .media-gallery,
.compare-history-modal .audio-player,
.compare-history-modal .video-player {
  margin-top: 15px;
}

.loading-bar {
  background-color: #8c8dff;
  height: 3px;
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  z-index: 9999;
}

img.modal-warning {
  display: block;
  margin: auto;
  margin-bottom: 15px;
  width: 60px;
}

.wide .columns-area:not(.columns-area--mobile) .column {
  flex: auto;
  min-width: 330px;
  max-width: 400px;
}
.wide .columns-area:not(.columns-area--mobile) .drawer {
  min-width: 300px;
  max-width: 400px;
  flex: 1 1 200px;
}

.media-gallery__item__badges {
  position: absolute;
  bottom: 6px;
  inset-inline-start: 6px;
  display: flex;
  gap: 2px;
}

.media-gallery__alt__label,
.media-gallery__gifv__label {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.65);
  -webkit-backdrop-filter: blur(10px) saturate(180%) contrast(75%) brightness(70%);
          backdrop-filter: blur(10px) saturate(180%) contrast(75%) brightness(70%);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  z-index: 1;
  pointer-events: none;
  line-height: 18px;
}
.media-gallery__alt__label .icon,
.media-gallery__gifv__label .icon {
  width: 15px;
  height: 15px;
}

.attachment-list {
  display: flex;
  font-size: 14px;
  border: 1px solid var(--background-border-color);
  border-radius: 4px;
  margin-top: 14px;
  overflow: hidden;
}
.attachment-list__icon {
  flex: 0 0 auto;
  color: #606984;
  padding: 8px 18px;
  cursor: default;
  -webkit-border-end: 1px solid var(--background-border-color);
          border-inline-end: 1px solid var(--background-border-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}
.attachment-list__list {
  list-style: none;
  padding: 4px 0;
  -webkit-padding-start: 8px;
          padding-inline-start: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.attachment-list__list li {
  display: block;
  padding: 4px 0;
}
.attachment-list__list a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #606984;
  font-weight: 500;
}
.attachment-list__list a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.attachment-list.compact {
  border: 0;
  margin-top: 4px;
}
.attachment-list.compact .attachment-list__list {
  padding: 0;
  display: block;
}
.attachment-list.compact .icon {
  color: #606984;
  vertical-align: middle;
}

/* Media Gallery */
.media-gallery {
  box-sizing: border-box;
  margin-top: 8px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  width: 100%;
  min-height: 64px;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 50% 50%;
  grid-gap: 2px;
  gap: 2px;
}
.media-gallery.full-width {
  margin-left: -14px;
  margin-right: -14px;
  width: inherit;
  max-width: none;
  border-radius: 0;
}

.media-gallery__item {
  border: 0;
  box-sizing: border-box;
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.media-gallery__item--tall {
  grid-row: span 2;
}
.media-gallery__item--wide {
  grid-column: span 2;
}
.full-width .media-gallery__item {
  border-radius: 0;
}
.media-gallery__item.letterbox {
  background: #000000;
}

.media-gallery__item-thumbnail {
  cursor: zoom-in;
  display: block;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #d9e1e8;
  position: relative;
  z-index: 1;
}
.media-gallery__item-thumbnail,
.media-gallery__item-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.media-gallery__item-thumbnail:not(.letterbox),
.media-gallery__item-thumbnail img:not(.letterbox) {
  height: 100%;
  object-fit: cover;
}

.media-gallery__preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  z-index: 0;
  background: #000000;
}
.media-gallery__preview--hidden {
  display: none;
}

.media-gallery__gifv {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.media-gallery__item-gifv-thumbnail {
  cursor: zoom-in;
  height: 100%;
  width: 100%;
  object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.media-gallery__item-gifv-thumbnail:not(.letterbox) {
  height: 100%;
  object-fit: cover;
}

.media-gallery__item-thumbnail-label {
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}

/* End Media Gallery */
.detailed .video-player__volume__current,
.detailed .video-player__volume::before,
.fullscreen .video-player__volume__current,
.fullscreen .video-player__volume::before {
  bottom: 27px;
}
.detailed .video-player__volume__handle,
.fullscreen .video-player__volume__handle {
  bottom: 23px;
}

.audio-player {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  background: var(--background-color);
  border-radius: 8px;
  padding-bottom: 44px;
  width: 100%;
}
.audio-player.editable {
  border-radius: 0;
  height: 100%;
}
.audio-player.inactive audio,
.audio-player.inactive .video-player__controls {
  visibility: hidden;
}
.audio-player .video-player__volume::before,
.audio-player .video-player__seek::before {
  background: currentColor;
  opacity: 0.15;
}
.audio-player .video-player__seek__buffer {
  background: currentColor;
  opacity: 0.2;
}
.audio-player .video-player__buttons button,
.audio-player .video-player__buttons a {
  color: currentColor;
  opacity: 0.75;
}
.audio-player .video-player__buttons button:active, .audio-player .video-player__buttons button:hover, .audio-player .video-player__buttons button:focus,
.audio-player .video-player__buttons a:active,
.audio-player .video-player__buttons a:hover,
.audio-player .video-player__buttons a:focus {
  color: currentColor;
  opacity: 1;
}
.audio-player .video-player__time-sep,
.audio-player .video-player__time-total,
.audio-player .video-player__time-current {
  color: currentColor;
}
.audio-player .video-player__seek::before,
.audio-player .video-player__seek__buffer,
.audio-player .video-player__seek__progress {
  top: 0;
}
.audio-player .video-player__seek__handle {
  top: -4px;
}
.audio-player .video-player__controls {
  padding-top: 10px;
  background: transparent;
}

.video-player {
  overflow: hidden;
  position: relative;
  background: #000000;
  max-width: 100%;
  border-radius: 8px;
  box-sizing: border-box;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.video-player.editable {
  border-radius: 0;
  height: 100% !important;
}
.video-player:focus {
  outline: 0;
}
.detailed-status .video-player {
  width: 100%;
  height: 100%;
}
.video-player.full-width {
  margin-left: -14px;
  margin-right: -14px;
  width: inherit;
  max-width: none;
  border-radius: 0;
}
.video-player video {
  display: block;
  max-width: 100vw;
  max-height: 80vh;
  z-index: 1;
  position: relative;
}
.video-player.fullscreen {
  width: 100% !important;
  height: 100% !important;
  margin: 0;
}
.video-player.fullscreen video {
  max-width: 100% !important;
  max-height: 100% !important;
  width: 100% !important;
  height: 100% !important;
  outline: 0;
}
.video-player.inline video {
  object-fit: contain;
}
.video-player__controls {
  position: absolute;
  direction: ltr;
  z-index: 2;
  bottom: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  box-sizing: border-box;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.45) 60%, transparent);
  padding: 0 15px;
  opacity: 0;
  transition: opacity 0.1s ease;
}
.video-player__controls.active {
  opacity: 1;
}
.video-player.inactive video,
.video-player.inactive .video-player__controls {
  visibility: hidden;
}
.video-player__spoiler {
  display: none;
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  border: 0;
  background: #000000;
  color: #9baec8;
  transition: none;
  pointer-events: none;
}
.video-player__spoiler.active {
  display: block;
  pointer-events: auto;
}
.video-player__spoiler.active:hover, .video-player__spoiler.active:active, .video-player__spoiler.active:focus {
  color: #b2c1d5;
}
.video-player__spoiler__title {
  display: block;
  font-size: 14px;
}
.video-player__spoiler__subtitle {
  display: block;
  font-size: 11px;
  font-weight: 500;
}
.video-player__buttons-bar {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
  margin: 0 -5px;
}
.video-player__buttons-bar .video-player__download__icon {
  color: inherit;
}
.video-player__buttons {
  display: flex;
  flex: 0 1 auto;
  min-width: 30px;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  gap: 5px;
}
.video-player__buttons .player-button {
  display: inline-block;
  outline: 0;
  padding: 5px;
  flex: 0 0 auto;
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.75);
}
.video-player__buttons .player-button:active, .video-player__buttons .player-button:hover, .video-player__buttons .player-button:focus {
  color: #ffffff;
}
.video-player__time {
  display: inline;
  flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 5px;
}
.video-player__time-sep, .video-player__time-total, .video-player__time-current {
  font-size: 14px;
  font-weight: 500;
}
.video-player__time-current {
  color: #ffffff;
}
.video-player__time-sep {
  display: inline-block;
  margin: 0 6px;
}
.video-player__time-sep, .video-player__time-total {
  color: #ffffff;
}
.video-player__volume {
  flex: 0 0 auto;
  display: inline-flex;
  cursor: pointer;
  height: 24px;
  position: relative;
  overflow: hidden;
}
.no-reduce-motion .video-player__volume {
  transition: all 100ms linear;
}
.video-player__volume.active {
  overflow: visible;
  width: 50px;
  -webkit-margin-end: 16px;
          margin-inline-end: 16px;
}
.video-player__volume::before {
  content: "";
  width: 50px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 4px;
  display: block;
  position: absolute;
  height: 4px;
  inset-inline-start: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.video-player__volume__current {
  display: block;
  position: absolute;
  height: 4px;
  border-radius: 4px;
  inset-inline-start: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: #8c8dff;
}
.video-player__volume__handle {
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  top: 50%;
  inset-inline-start: 0;
  -webkit-margin-start: -6px;
          margin-inline-start: -6px;
  transform: translate(0, -50%);
  background: #8c8dff;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.no-reduce-motion .video-player__volume__handle {
  transition: opacity 100ms linear;
}
.video-player__volume.active .video-player__volume__handle {
  opacity: 1;
}
.video-player__link {
  padding: 2px 10px;
}
.video-player__link a {
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
.video-player__link a:hover, .video-player__link a:active, .video-player__link a:focus {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.video-player__seek {
  cursor: pointer;
  height: 24px;
  position: relative;
}
.video-player__seek::before {
  content: "";
  width: 100%;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 4px;
  display: block;
  position: absolute;
  height: 4px;
  top: 14px;
}
.video-player__seek__progress, .video-player__seek__buffer {
  display: block;
  position: absolute;
  height: 4px;
  border-radius: 4px;
  top: 14px;
  background: #8c8dff;
}
.video-player__seek__buffer {
  background: rgba(255, 255, 255, 0.2);
}
.video-player__seek__handle {
  position: absolute;
  z-index: 3;
  opacity: 0;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  top: 10px;
  -webkit-margin-start: -6px;
          margin-inline-start: -6px;
  background: #8c8dff;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
}
.no-reduce-motion .video-player__seek__handle {
  transition: opacity 0.1s ease;
}
.video-player__seek__handle.active {
  opacity: 1;
}
.video-player__seek:hover .video-player__seek__handle {
  opacity: 1;
}
.video-player.detailed .video-player__buttons .player-button, .video-player.fullscreen .video-player__buttons .player-button {
  padding-top: 10px;
  padding-bottom: 10px;
}

.gifv video {
  max-width: 100vw;
  max-height: 80vh;
}

.scrollable .account-card {
  margin: 10px;
}

.scrollable .account-card__title__avatar img,
.scrollable .account-card__title__avatar .account__avatar {
  border-color: #393f4f;
}

.scrollable .account-card__bio::after {
  background: linear-gradient(to left, var(--background-color), transparent);
}

.account-gallery__container {
  display: flex;
  flex-wrap: wrap;
  padding: 4px 2px;
}

.account-gallery__item {
  border: 0;
  box-sizing: border-box;
  display: block;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  margin: 2px;
}
.account-gallery__item__icons {
  position: absolute;
  top: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}

.notification__filter-bar,
.account__section-headline {
  border: 1px solid var(--background-border-color);
  border-top: 0;
  cursor: default;
  display: flex;
  flex-shrink: 0;
}
@media screen and (max-width: 1175px) {
  .notification__filter-bar,
  .account__section-headline {
    border-right: 0;
    border-left: 0;
  }
}
.notification__filter-bar button,
.account__section-headline button {
  background: transparent;
  border: 0;
  margin: 0;
}
.notification__filter-bar button,
.notification__filter-bar a,
.account__section-headline button,
.account__section-headline a {
  display: block;
  flex: 1 1 auto;
  color: #9baec8;
  padding: 15px 0;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  position: relative;
}
.notification__filter-bar button.active,
.notification__filter-bar a.active,
.account__section-headline button.active,
.account__section-headline a.active {
  color: #ffffff;
}
.notification__filter-bar button.active::before,
.notification__filter-bar a.active::before,
.account__section-headline button.active::before,
.account__section-headline a.active::before {
  display: block;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  border-radius: 4px 4px 0 0;
  background: #8c8dff;
}
.scrollable .notification__filter-bar,
.scrollable .account__section-headline {
  border-left: 0;
  border-right: 0;
}

.filter-form {
  border-bottom: 1px solid var(--background-border-color);
}
.filter-form__column {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 15px;
}
.filter-form .radio-button {
  display: flex;
}

.column-settings__row .radio-button {
  display: flex;
}

.radio-button,
.check-box {
  font-size: 14px;
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  gap: 10px;
  color: #d9e1e8;
}
.radio-button input[type=radio],
.radio-button input[type=checkbox],
.check-box input[type=radio],
.check-box input[type=checkbox] {
  display: none;
}
.radio-button__input,
.check-box__input {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 2px solid #d9e1e8;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  border-radius: 50%;
}
.radio-button__input.checked,
.check-box__input.checked {
  border-color: #6364ff;
}
.radio-button__input.checked::before,
.check-box__input.checked::before {
  position: absolute;
  left: 2px;
  top: 2px;
  content: "";
  display: block;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #6364ff;
}
.radio-button__input .icon,
.check-box__input .icon {
  width: 18px;
  height: 18px;
}

.check-box__input {
  width: 18px;
  height: 18px;
  border-radius: 2px;
}
.check-box__input.checked {
  background: #6364ff;
  color: #ffffff;
}
.check-box__input.checked::before {
  display: none;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
}

noscript {
  text-align: center;
}
noscript img {
  width: 200px;
  opacity: 0.5;
  animation: flicker 4s infinite;
}
noscript div {
  font-size: 14px;
  margin: 30px auto;
  color: #d9e1e8;
  max-width: 400px;
}
noscript div a {
  color: #8c8dff;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
noscript div a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

@keyframes flicker {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
.embed-modal {
  width: auto;
  max-width: 80vw;
  max-height: 80vh;
}
.embed-modal h4 {
  padding: 30px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}
.embed-modal .embed-modal__container {
  padding: 10px;
}
.embed-modal .embed-modal__container .hint {
  margin-bottom: 15px;
}
.embed-modal .embed-modal__container .embed-modal__html {
  outline: 0;
  box-sizing: border-box;
  display: block;
  width: 100%;
  border: 0;
  padding: 10px;
  font-family: "mastodon-font-monospace", monospace;
  background: #282c37;
  color: #ffffff;
  font-size: 14px;
  margin: 0;
  margin-bottom: 15px;
  border-radius: 4px;
}
.embed-modal .embed-modal__container .embed-modal__html::-moz-focus-inner {
  border: 0;
}
.embed-modal .embed-modal__container .embed-modal__html::-moz-focus-inner, .embed-modal .embed-modal__container .embed-modal__html:focus, .embed-modal .embed-modal__container .embed-modal__html:active {
  outline: 0 !important;
}
.embed-modal .embed-modal__container .embed-modal__html:focus {
  background: #313543;
}
@media screen and (max-width: 600px) {
  .embed-modal .embed-modal__container .embed-modal__html {
    font-size: 16px;
  }
}
.embed-modal .embed-modal__container .embed-modal__iframe {
  width: 400px;
  max-width: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 4px;
}

.moved-account-banner,
.follow-request-banner,
.account-memorial-banner {
  padding: 20px;
  background: var(--surface-background-color);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.moved-account-banner__message,
.follow-request-banner__message,
.account-memorial-banner__message {
  color: #9baec8;
  padding: 8px 0;
  padding-top: 0;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 16px;
}
.moved-account-banner__action,
.follow-request-banner__action,
.account-memorial-banner__action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  width: 100%;
}
.moved-account-banner .detailed-status__display-name,
.follow-request-banner .detailed-status__display-name,
.account-memorial-banner .detailed-status__display-name {
  margin-bottom: 0;
}

.follow-request-banner .button {
  width: 100%;
}

.account-memorial-banner__message {
  margin-bottom: 0;
}

.column-inline-form {
  padding: 15px;
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  align-items: center;
  border: 1px solid var(--background-border-color);
  border-top: 0;
}
.column-inline-form label {
  flex: 1 1 auto;
}
.column-inline-form label input {
  width: 100%;
}

.drawer__backdrop {
  cursor: pointer;
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.list-editor {
  background: #282c37;
  flex-direction: column;
  border-radius: 8px;
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.4);
  width: 380px;
  overflow: hidden;
}
@media screen and (max-width: 420px) {
  .list-editor {
    width: 90%;
  }
}
.list-editor h4 {
  padding: 15px 0;
  background: #444b5d;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  border-radius: 8px 8px 0 0;
}
.list-editor .drawer__pager {
  height: 50vh;
  border-radius: 4px;
}
.list-editor .drawer__inner {
  border-radius: 0 0 8px 8px;
}
.list-editor .drawer__inner.backdrop {
  width: calc(100% - 60px);
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.4);
  border-radius: 0 0 0 8px;
}
.list-editor__accounts {
  overflow-y: auto;
}
.list-editor .account__display-name:hover strong {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.list-editor .account__avatar {
  cursor: default;
}
.list-editor .search {
  margin-bottom: 0;
}

.list-adder {
  background: #282c37;
  flex-direction: column;
  border-radius: 8px;
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.4);
  width: 380px;
  overflow: hidden;
}
@media screen and (max-width: 420px) {
  .list-adder {
    width: 90%;
  }
}
.list-adder__account {
  background: #444b5d;
}
.list-adder__lists {
  background: #444b5d;
  height: 50vh;
  border-radius: 0 0 8px 8px;
  overflow-y: auto;
}
.list-adder .list {
  padding: 10px;
  border-bottom: 1px solid var(--background-border-color);
}
.list-adder .list__wrapper {
  display: flex;
}
.list-adder .list__display-name {
  flex: 1 1 auto;
  overflow: hidden;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 16px;
  padding: 10px;
}

.focal-point {
  position: relative;
  cursor: move;
  overflow: hidden;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000000;
}
.focal-point img,
.focal-point video,
.focal-point canvas {
  display: block;
  max-height: 80vh;
  width: 100%;
  height: auto;
  margin: 0;
  object-fit: contain;
  background: #000000;
}
.focal-point__reticle {
  position: absolute;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  background: url(/packs/media/images/reticle-dbff413218a2f5843b32cf2fb9968eb4.png) no-repeat 0 0;
  border-radius: 50%;
  box-shadow: 0 0 0 9999em rgba(0, 0, 0, 0.35);
}
.focal-point__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
}
.focal-point__preview {
  position: absolute;
  bottom: 10px;
  inset-inline-end: 10px;
  z-index: 2;
  cursor: move;
  transition: opacity 0.1s ease;
}
.focal-point__preview:hover {
  opacity: 0.5;
}
.focal-point__preview strong {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}
.focal-point__preview div {
  border-radius: 4px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 480px) {
  .focal-point img,
  .focal-point video {
    max-height: 100%;
  }
  .focal-point__preview {
    display: none;
  }
}

.account__header__content {
  color: #9baec8;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  word-break: normal;
  word-wrap: break-word;
}
.account__header__content p {
  margin-bottom: 20px;
}
.account__header__content p:last-child {
  margin-bottom: 0;
}
.account__header__content a {
  color: inherit;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.account__header__content a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.account__header {
  overflow: hidden;
  container: account-header/inline-size;
}
.account__header.inactive {
  opacity: 0.5;
}
.account__header.inactive .account__header__image,
.account__header.inactive .account__avatar {
  filter: grayscale(100%);
}
.account__header__info {
  position: absolute;
  top: 10px;
  inset-inline-start: 10px;
}
.account__header__image {
  overflow: hidden;
  height: 145px;
  position: relative;
  background: #1f232b;
  border-bottom: 1px solid var(--background-border-color);
}
.account__header__image img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.account__header__bar {
  position: relative;
  padding: 0 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--background-border-color);
}
.account__header__bar .avatar {
  display: block;
  flex: 0 0 auto;
  width: 94px;
}
.account__header__bar .avatar .account__avatar {
  background: var(--background-color);
  border: 2px solid var(--background-border-color);
}
.account__header__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.account__header__badges .account-role {
  line-height: unset;
}
.account__header__tabs {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: -55px;
  padding-top: 10px;
  gap: 8px;
  overflow: hidden;
  -webkit-margin-start: -2px;
          margin-inline-start: -2px;
}
.account__header__tabs__buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 55px;
  overflow: hidden;
}
.account__header__tabs__buttons .button {
  flex-shrink: 1;
  white-space: nowrap;
  min-width: 80px;
}
.account__header__tabs__buttons .icon-button {
  border: 1px solid #42485a;
  border-radius: 4px;
  box-sizing: content-box;
  padding: 5px;
}
.account__header__tabs__buttons .icon-button .icon {
  width: 24px;
  height: 24px;
}
.account__header__tabs__buttons .icon-button.copied {
  border-color: #79bd9a;
}
@container account-header (max-width: 372px) {
  .account__header__tabs__buttons .optional {
    display: none;
  }
}
@media screen and (max-width: 427px) {
  .account__header__tabs__buttons .optional {
    display: none;
  }
}
.account__header__tabs__name {
  margin-top: 16px;
  margin-bottom: 16px;
}
.account__header__tabs__name .emojione {
  width: 22px;
  height: 22px;
}
.account__header__tabs__name h1 {
  font-size: 17px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.account__header__tabs__name h1 small {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  line-height: 20px;
  color: #9baec8;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
}
.account__header__tabs__name h1 small span {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
.account__header__tabs__name h1 small .icon-lock {
  height: 18px;
  width: 18px;
}
.account__header__tabs .spacer {
  flex: 1 1 auto;
}
.account__header__bio .account__header__content {
  color: #ffffff;
}
.account__header__bio .account__header__fields {
  margin: 0;
  margin-top: 16px;
  border-radius: 4px;
  border: 1px solid var(--background-border-color);
}
.account__header__bio .account__header__fields dl {
  display: block;
  padding: 8px 16px;
  border-bottom-color: var(--background-border-color);
}
.account__header__bio .account__header__fields dd,
.account__header__bio .account__header__fields dt {
  font-size: 13px;
  line-height: 18px;
  padding: 0;
  text-align: left;
  text-align: initial;
}
.account__header__bio .account__header__fields dt {
  width: auto;
  background: transparent;
  text-transform: uppercase;
  color: #606984;
}
.account__header__bio .account__header__fields dd {
  color: #9baec8;
}
.account__header__bio .account__header__fields a {
  color: #8c8dff;
}
.account__header__bio .account__header__fields .icon {
  width: 18px;
  height: 18px;
}
.account__header__bio .account__header__fields .verified {
  border: 1px solid rgba(121, 189, 154, 0.5);
  margin-top: -1px;
}
.account__header__bio .account__header__fields .verified:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-top: 0;
}
.account__header__bio .account__header__fields .verified:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.account__header__bio .account__header__fields .verified dt,
.account__header__bio .account__header__fields .verified dd {
  color: #79bd9a;
}
.account__header__bio .account__header__fields .verified dd {
  display: flex;
  align-items: center;
  gap: 4px;
}
.account__header__bio .account__header__fields .verified dd span {
  display: flex;
}
.account__header__bio .account__header__fields .verified a {
  color: #79bd9a;
}
.account__header__extra {
  margin-top: 16px;
}
.account__header__extra__links {
  font-size: 14px;
  color: #9baec8;
  margin: 0 -10px;
  padding-top: 16px;
  padding-bottom: 10px;
}
.account__header__extra__links a {
  display: inline-block;
  color: #9baec8;
  -webkit-text-decoration: none;
  text-decoration: none;
  padding: 5px 10px;
  font-weight: 500;
}
.account__header__extra__links a strong {
  font-weight: 700;
  color: #ffffff;
}
.account__header__account-note {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
.account__header__account-note label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #9baec8;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.account__header__account-note textarea {
  display: block;
  box-sizing: border-box;
  width: calc(100% + 20px);
  color: #d9e1e8;
  background: transparent;
  padding: 10px;
  margin: 0 -10px;
  font-family: inherit;
  font-size: 14px;
  resize: none;
  border: 0;
  outline: 0;
  border-radius: 4px;
}
.account__header__account-note textarea::-ms-input-placeholder {
  color: #606984;
  opacity: 1;
}
.account__header__account-note textarea::placeholder {
  color: #606984;
  opacity: 1;
}
.account__header__account-note textarea:focus {
  background: #282c37;
}

.account__contents {
  overflow: hidden;
}

.account__details {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1em;
       column-gap: 1em;
}

.verified-badge {
  display: inline-flex;
  align-items: center;
  color: #79bd9a;
  gap: 4px;
  overflow: hidden;
  white-space: nowrap;
}
.verified-badge > span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.verified-badge a {
  color: inherit;
  font-weight: 500;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.verified-badge .icon {
  width: 16px;
  height: 16px;
}

.trends__item {
  display: flex;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid var(--background-border-color);
  gap: 15px;
}
.trends__item:last-child {
  border-bottom: 0;
}
.trends__item__name {
  flex: 1 1 auto;
  color: #606984;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.trends__item__name strong {
  font-weight: 500;
}
.trends__item__name a {
  color: #9baec8;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.trends__item__name a:hover span, .trends__item__name a:focus span, .trends__item__name a:active span {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.trends__item__current {
  flex: 0 0 auto;
  font-size: 24px;
  font-weight: 500;
  text-align: end;
  color: #d9e1e8;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.trends__item__sparkline {
  flex: 0 0 auto;
  width: 50px;
}
.trends__item__sparkline path:first-child {
  fill: rgba(140, 141, 255, 0.25) !important;
  fill-opacity: 1 !important;
}
.trends__item__sparkline path:last-child {
  stroke: #aaabff !important;
  fill: none !important;
}
.trends__item--requires-review .trends__item__name {
  color: #ca8f04;
}
.trends__item--requires-review .trends__item__name a {
  color: #ca8f04;
}
.trends__item--requires-review .trends__item__current {
  color: #ca8f04;
}
.trends__item--requires-review .trends__item__sparkline path:first-child {
  fill: rgba(202, 143, 4, 0.25) !important;
}
.trends__item--requires-review .trends__item__sparkline path:last-child {
  stroke: #e8a405 !important;
}
.trends__item--disabled .trends__item__name {
  color: #42485a;
}
.trends__item--disabled .trends__item__name a {
  color: #42485a;
}
.trends__item--disabled .trends__item__current {
  color: #42485a;
}
.trends__item--disabled .trends__item__sparkline path:first-child {
  fill: rgba(66, 72, 90, 0.25) !important;
}
.trends__item--disabled .trends__item__sparkline path:last-child {
  stroke: #4f576c !important;
}
.trends--compact .trends__item {
  padding: 10px;
}

.conversation {
  display: flex;
  border-bottom: 1px solid var(--background-border-color);
  padding: 5px;
  padding-bottom: 0;
}
.conversation:focus {
  background: #2c313d;
  outline: 0;
}
.conversation__avatar {
  flex: 0 0 auto;
  padding: 10px;
  padding-top: 12px;
  position: relative;
  cursor: pointer;
}
.conversation__unread {
  display: inline-block;
  background: #8c8dff;
  border-radius: 50%;
  width: 0.625rem;
  height: 0.625rem;
  margin: -0.1ex 0.15em 0.1ex;
}
.conversation__content {
  flex: 1 1 auto;
  padding: 10px 5px;
  -webkit-padding-end: 15px;
          padding-inline-end: 15px;
  overflow: hidden;
}
.conversation__content__info {
  overflow: hidden;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.conversation__content__relative-time {
  font-size: 15px;
  color: #9baec8;
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
}
.conversation__content__names {
  color: #9baec8;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 4px;
  flex-basis: 90px;
  flex-grow: 1;
}
.conversation__content__names a {
  color: #ffffff;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.conversation__content__names a:hover, .conversation__content__names a:focus, .conversation__content__names a:active {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.conversation__content .status__content {
  margin: 0;
}
.conversation--unread {
  background: #2c313d;
}
.conversation--unread:focus {
  background: #313543;
}
.conversation--unread .conversation__content__info {
  font-weight: 700;
}
.conversation--unread .conversation__content__relative-time {
  color: #ffffff;
}

.announcements {
  background: #393f4f;
  font-size: 13px;
  display: flex;
  align-items: flex-end;
}
.announcements__mastodon {
  width: 124px;
  flex: 0 0 auto;
}
@media screen and (max-width: 424px) {
  .announcements__mastodon {
    display: none;
  }
}
.announcements__container {
  width: calc(100% - 124px);
  flex: 0 0 auto;
  position: relative;
}
@media screen and (max-width: 424px) {
  .announcements__container {
    width: 100%;
  }
}
.announcements__item {
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  position: relative;
  font-size: 15px;
  line-height: 20px;
  word-wrap: break-word;
  font-weight: 400;
  max-height: 50vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.announcements__item__range {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
  -webkit-padding-end: 18px;
          padding-inline-end: 18px;
}
.announcements__item__unread {
  position: absolute;
  top: 19px;
  inset-inline-end: 19px;
  display: block;
  background: #8c8dff;
  border-radius: 50%;
  width: 0.625rem;
  height: 0.625rem;
}
.announcements__pagination {
  padding: 15px;
  color: #9baec8;
  position: absolute;
  bottom: 3px;
  inset-inline-end: 0;
}

.layout-multiple-columns .announcements__mastodon {
  display: none;
}

.layout-multiple-columns .announcements__container {
  width: 100%;
}

.reactions-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
  -webkit-margin-start: -2px;
          margin-inline-start: -2px;
  width: calc(100% - 57px);
}
.reactions-bar__item {
  flex-shrink: 0;
  background: #42485a;
  border: 0;
  border-radius: 3px;
  margin: 2px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0 6px;
  display: flex;
  align-items: center;
  transition: all 100ms ease-in;
  transition-property: background-color, color;
}
.reactions-bar__item__emoji {
  display: block;
  margin: 3px 0;
  width: 16px;
  height: 16px;
}
.reactions-bar__item__emoji img {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  min-width: auto;
  min-height: auto;
  vertical-align: bottom;
  object-fit: contain;
}
.reactions-bar__item__count {
  display: block;
  min-width: 9px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  -webkit-margin-start: 6px;
          margin-inline-start: 6px;
  color: #9baec8;
}
.reactions-bar__item:hover, .reactions-bar__item:focus, .reactions-bar__item:active {
  background: #4a5266;
  transition: all 200ms ease-out;
  transition-property: background-color, color;
}
.reactions-bar__item:hover__count, .reactions-bar__item:focus__count, .reactions-bar__item:active__count {
  color: #a8b9cf;
}
.reactions-bar__item.active {
  transition: all 100ms ease-in;
  transition-property: background-color, color;
  background-color: #494e7b;
}
.reactions-bar__item.active .reactions-bar__item__count {
  color: #b5b5ff;
}
.reactions-bar .emoji-picker-dropdown {
  margin: 2px;
}
.reactions-bar:hover .emoji-button {
  opacity: 0.85;
}
.reactions-bar .emoji-button {
  color: #9baec8;
  margin: 0;
  font-size: 16px;
  width: auto;
  flex-shrink: 0;
  padding: 0 6px;
  height: 22px;
  display: flex;
  align-items: center;
  opacity: 0.5;
  transition: all 100ms ease-in;
  transition-property: background-color, color;
}
.reactions-bar .emoji-button:hover, .reactions-bar .emoji-button:active, .reactions-bar .emoji-button:focus {
  opacity: 1;
  color: #a8b9cf;
  transition: all 200ms ease-out;
  transition-property: background-color, color;
}
.reactions-bar--empty {
  margin-top: 0;
}
.reactions-bar--empty .emoji-button {
  padding: 0;
}

.notification,
.status__wrapper {
  position: relative;
}
.notification.unread::before,
.status__wrapper.unread::before {
  content: "";
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  -webkit-border-start: 4px solid #8c8dff;
          border-inline-start: 4px solid #8c8dff;
  pointer-events: none;
}

.picture-in-picture {
  position: fixed;
  bottom: 20px;
  inset-inline-end: 20px;
  width: 300px;
}
.picture-in-picture.left {
  inset-inline-end: unset;
  inset-inline-start: 20px;
}
.picture-in-picture__footer {
  border-radius: 0 0 4px 4px;
  background: #313543;
  padding: 10px;
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
}
.picture-in-picture__header {
  border-radius: 4px 4px 0 0;
  background: #313543;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
.picture-in-picture__header__account {
  display: flex;
  -webkit-text-decoration: none;
  text-decoration: none;
  overflow: hidden;
}
.picture-in-picture__header .account__avatar {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.picture-in-picture__header .display-name {
  color: #ffffff;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.picture-in-picture__header .display-name strong,
.picture-in-picture__header .display-name span {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.picture-in-picture__header .display-name span {
  color: #9baec8;
}
.picture-in-picture .video-player,
.picture-in-picture .audio-player {
  border-radius: 0;
}

.picture-in-picture-placeholder {
  box-sizing: border-box;
  border: 2px dashed var(--background-border-color);
  background: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  color: #9baec8;
  aspect-ratio: 16/9;
}
.picture-in-picture-placeholder .icon {
  width: 24px;
  height: 24px;
  margin-bottom: 10px;
}
.picture-in-picture-placeholder:hover, .picture-in-picture-placeholder:focus, .picture-in-picture-placeholder:active {
  border-color: #42485a;
}

.notifications-permission-banner {
  padding: 30px;
  border-bottom: 1px solid var(--background-border-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.notifications-permission-banner__close {
  position: absolute;
  top: 10px;
  inset-inline-end: 10px;
}
.notifications-permission-banner h2 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: center;
}
.notifications-permission-banner p {
  color: #9baec8;
  margin-bottom: 15px;
  text-align: center;
}
.notifications-permission-banner p .icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.explore__search-header {
  background: #1f232b;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.explore__search-header .search {
  width: 100%;
  margin-bottom: 0;
}
.explore__search-header .search__input {
  border: 1px solid var(--background-border-color);
  padding: 10px;
  -webkit-padding-end: 30px;
          padding-inline-end: 30px;
}
.explore__search-header .search__popout {
  border: 1px solid var(--background-border-color);
}
.explore__search-header .search .icon {
  top: 9px;
  inset-inline-end: 10px;
  color: #606984;
}

.explore__search-results {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--background-border-color);
  border-top: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.story {
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 16px;
  border-bottom: 1px solid var(--background-border-color);
  gap: 16px;
}
.story:last-child {
  border-bottom: 0;
}
.story__details {
  flex: 1 1 auto;
}
.story__details__publisher {
  color: #9baec8;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
}
.story__details__title {
  display: block;
  font-size: 19px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 8px;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #ffffff;
}
.story__details__title:hover, .story__details__title:active, .story__details__title:focus {
  color: #8c8dff;
}
.story__details__shared {
  display: flex;
  align-items: center;
  color: #9baec8;
  gap: 8px;
  justify-content: space-between;
  font-size: 14px;
  line-height: 20px;
}
.story__details__shared > span {
  display: flex;
  align-items: center;
  gap: 4px;
}
.story__details__shared__pill {
  background: var(--surface-variant-background-color);
  border-radius: 4px;
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.story__details__shared__author-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #ffffff;
  font-weight: 500;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.story__details__shared__author-link:hover, .story__details__shared__author-link:active, .story__details__shared__author-link:focus {
  color: #8c8dff;
}
.story__details strong {
  font-weight: 500;
}
.story__thumbnail {
  flex: 0 0 auto;
  position: relative;
  width: 120px;
  height: 120px;
}
.story__thumbnail .skeleton {
  width: 100%;
  height: 100%;
}
.story__thumbnail img {
  border-radius: 8px;
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story__thumbnail__preview {
  border-radius: 8px;
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  z-index: 0;
}
.story__thumbnail__preview--hidden {
  display: none;
}
.story.expanded {
  flex-direction: column;
}
.story.expanded .story__thumbnail {
  order: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 1.91/1;
}
.story.expanded .story__details {
  order: 2;
  width: 100%;
  flex: 0 0 auto;
}

.server-banner__introduction {
  font-size: 15px;
  line-height: 22px;
  color: #9baec8;
  margin-bottom: 20px;
}
.server-banner__introduction strong {
  font-weight: 700;
}
.server-banner__introduction a {
  color: inherit;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.server-banner__introduction a:hover, .server-banner__introduction a:active, .server-banner__introduction a:focus {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.server-banner__hero {
  display: block;
  border-radius: 4px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  aspect-ratio: 1.9;
  border: 0;
  background: #282c37;
  object-fit: cover;
}
.server-banner__description {
  font-size: 15px;
  line-height: 22px;
  color: #9baec8;
  margin-bottom: 20px;
}
.server-banner__meta {
  display: flex;
  gap: 10px;
  max-width: 100%;
}
.server-banner__meta__column {
  flex: 0 0 auto;
  width: calc(50% - 5px);
  overflow: hidden;
}
.server-banner__number {
  font-weight: 600;
  color: #ffffff;
  font-size: 14px;
}
.server-banner__number-label {
  color: #9baec8;
  font-weight: 500;
  font-size: 14px;
}
.server-banner h4 {
  text-transform: uppercase;
  color: #9baec8;
  margin-bottom: 10px;
  font-weight: 600;
}
.server-banner .account {
  padding: 0;
  border: 0;
}
.server-banner .account__avatar-wrapper {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
.server-banner .spacer {
  margin: 10px 0;
}

.safety-action-modal,
.interaction-modal {
  max-width: 100vw;
  width: 600px;
  overflow-y: auto;
}

.interaction-modal {
  overflow: visible;
  position: relative;
  display: block;
  border-radius: 16px;
  background: var(--modal-background-color);
  -webkit-backdrop-filter: var(--background-filter);
          backdrop-filter: var(--background-filter);
  border: 1px solid var(--modal-border-color);
  padding: 24px;
}
@media screen and (max-width: 1175px) {
  .interaction-modal {
    border-radius: 16px 16px 0 0;
    border-bottom: 0;
    padding-bottom: 32px;
  }
}
.interaction-modal h3 {
  font-size: 22px;
  line-height: 33px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.interaction-modal p {
  font-size: 17px;
  line-height: 22px;
  color: #9baec8;
}
.interaction-modal p strong {
  color: #ffffff;
  font-weight: 700;
}
.interaction-modal p.hint {
  margin-bottom: 14px;
  font-size: 14px;
}
.interaction-modal__icon {
  color: #8c8dff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.interaction-modal__lead {
  margin-bottom: 20px;
}
.interaction-modal__lead h3 {
  margin-bottom: 15px;
}
.interaction-modal__login {
  position: relative;
  margin-bottom: 20px;
}
.interaction-modal__login__input {
  outline: 0;
  box-sizing: border-box;
  width: 100%;
  box-shadow: none;
  font-family: inherit;
  background: #282c37;
  color: #9baec8;
  border-radius: 4px;
  border: 1px solid #393f4f;
  font-size: 17px;
  line-height: normal;
  margin: 0;
  border: 1px solid var(--background-border-color);
  padding: 4px 6px;
  color: #ffffff;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
}
.interaction-modal__login__input input {
  background: transparent;
  color: inherit;
  font: inherit;
  border: 0;
  padding: 11px 9px;
  flex: 1 1 auto;
  min-width: 0;
}
.interaction-modal__login__input input::-ms-input-placeholder {
  color: #a8b9cf;
}
.interaction-modal__login__input input::placeholder {
  color: #a8b9cf;
}
.interaction-modal__login__input input:focus {
  outline: 0;
}
.interaction-modal__login__input .button {
  flex: 0 0 auto;
}
.interaction-modal__login .search__popout {
  margin-top: -1px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid var(--background-border-color);
}
.interaction-modal__login.focused .interaction-modal__login__input {
  border-color: #8c8dff;
  background: #313543;
}
.interaction-modal__login.invalid .interaction-modal__login__input {
  border-color: #df405a;
}
.interaction-modal__login.expanded .search__popout {
  display: block;
}
.interaction-modal__login.expanded .interaction-modal__login__input {
  border-radius: 4px 4px 0 0;
}
.interaction-modal__choices {
  display: flex;
  gap: 40px;
}
.interaction-modal__choices__choice {
  flex: 1;
  box-sizing: border-box;
}
.interaction-modal__choices__choice h3 {
  margin-bottom: 20px;
}
.interaction-modal__choices__choice p {
  color: #9baec8;
  margin-bottom: 20px;
  font-size: 15px;
}
.interaction-modal__choices__choice .button {
  margin-bottom: 10px;
}
.interaction-modal__choices__choice .button:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1174px) {
  .interaction-modal__choices {
    flex-direction: column;
  }
  .interaction-modal__choices__choice {
    margin-top: 40px;
  }
}
.interaction-modal .link-button {
  font-size: inherit;
  display: inline;
}

.copypaste {
  display: flex;
  align-items: center;
  gap: 10px;
}
.copypaste input {
  display: block;
  font-family: inherit;
  background: #17191f;
  border: 1px solid #8c8dff;
  color: #9baec8;
  border-radius: 4px;
  padding: 6px 9px;
  line-height: 22px;
  font-size: 14px;
  transition: border-color 300ms linear;
  flex: 1 1 auto;
  overflow: hidden;
}
.copypaste input:focus {
  outline: 0;
  background: #1f232b;
}
.copypaste .button {
  flex: 0 0 auto;
  transition: background 300ms linear;
}
.copypaste.copied input {
  border: 1px solid #79bd9a;
  transition: none;
}
.copypaste.copied .button {
  background: #79bd9a;
  transition: none;
}

.privacy-policy {
  padding: 20px;
}
@media screen and (min-width: 1175px) {
  .privacy-policy {
    border-radius: 4px;
  }
}
.privacy-policy__body {
  margin-top: 20px;
}

.prose {
  color: #d9e1e8;
  font-size: 15px;
  line-height: 22px;
}
.prose p,
.prose ul,
.prose ol {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose img {
  margin-top: 2em;
  margin-bottom: 2em;
  max-width: 100%;
}
.prose video {
  margin-top: 2em;
  margin-bottom: 2em;
  max-width: 100%;
}
.prose figure {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose figure figcaption {
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose figure > * {
  margin-top: 0;
  margin-bottom: 0;
}
.prose h1 {
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.33;
}
.prose h2 {
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose h3,
.prose h4,
.prose h5,
.prose h6 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose ol {
  counter-reset: list-counter;
}
.prose li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose ol > li {
  counter-increment: list-counter;
}
.prose ol > li::before {
  content: counter(list-counter) ".";
  position: absolute;
  inset-inline-start: 0;
}
.prose ul > li::before {
  content: "";
  position: absolute;
  background-color: #9baec8;
  border-radius: 50%;
  width: 0.375em;
  height: 0.375em;
  top: 0.5em;
  inset-inline-start: 0.25em;
}
.prose ul > li,
.prose ol > li {
  position: relative;
  -webkit-padding-start: 1.75em;
          padding-inline-start: 1.75em;
}
.prose > ul > li p {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose > ul > li > *:first-child {
  margin-top: 1.25em;
}
.prose > ul > li > *:last-child {
  margin-bottom: 1.25em;
}
.prose > ol > li > *:first-child {
  margin-top: 1.25em;
}
.prose > ol > li > *:last-child {
  margin-bottom: 1.25em;
}
.prose ul ul,
.prose ul ol,
.prose ol ul,
.prose ol ol {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose h1,
.prose h2,
.prose h3,
.prose h4,
.prose h5,
.prose h6,
.prose strong,
.prose b {
  color: #ffffff;
  font-weight: 700;
}
.prose em,
.prose i {
  font-style: italic;
}
.prose a {
  color: #8c8dff;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.prose a:focus, .prose a:hover, .prose a:active {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.prose code {
  font-size: 0.875em;
  background: #17191f;
  border-radius: 4px;
  padding: 0.2em 0.3em;
}
.prose hr {
  border: 0;
  border-top: 1px solid #313543;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose hr + * {
  margin-top: 0;
}
.prose h2 + * {
  margin-top: 0;
}
.prose h3 + * {
  margin-top: 0;
}
.prose h4 + *,
.prose h5 + *,
.prose h6 + * {
  margin-top: 0;
}
.prose > :first-child {
  margin-top: 0;
}
.prose > :last-child {
  margin-bottom: 0;
}

.dismissable-banner,
.warning-banner {
  position: relative;
  margin: 10px;
  margin-bottom: 5px;
  border-radius: 8px;
  border: 1px solid #8c8dff;
  background: rgba(140, 141, 255, 0.15);
  overflow: hidden;
}
.dismissable-banner__background-image,
.warning-banner__background-image {
  width: 125%;
  position: absolute;
  bottom: -25%;
  inset-inline-end: -25%;
  z-index: -1;
  opacity: 0.15;
  mix-blend-mode: luminosity;
}
.dismissable-banner__message,
.warning-banner__message {
  flex: 1 1 auto;
  padding: 15px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: #ffffff;
}
.dismissable-banner__message p,
.warning-banner__message p {
  margin-bottom: 15px;
}
.dismissable-banner__message p:last-child,
.warning-banner__message p:last-child {
  margin-bottom: 0;
}
.dismissable-banner__message h1,
.warning-banner__message h1 {
  color: #8c8dff;
  font-size: 22px;
  line-height: 33px;
  font-weight: 700;
  margin-bottom: 15px;
}
.dismissable-banner__message__actions,
.warning-banner__message__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.dismissable-banner__message__actions__wrapper,
.warning-banner__message__actions__wrapper {
  display: flex;
  margin-top: 30px;
}
.dismissable-banner__message__actions .button,
.warning-banner__message__actions .button {
  display: block;
  flex-grow: 1;
}
.dismissable-banner__message .button-tertiary,
.warning-banner__message .button-tertiary {
  background: rgba(40, 44, 55, 0.15);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.dismissable-banner__action,
.warning-banner__action {
  float: right;
  padding: 15px 10px;
}
.dismissable-banner__action .icon-button,
.warning-banner__action .icon-button {
  color: #8c8dff;
}

.warning-banner {
  border: 1px solid #ff5050;
  background: rgba(255, 80, 80, 0.15);
}
.warning-banner__message h1 {
  color: #ff5050;
}
.warning-banner__message a {
  color: #ffffff;
}

.image {
  position: relative;
  overflow: hidden;
}
.image__preview {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image.loaded .image__preview {
  display: none;
}
.image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  background: transparent;
  opacity: 0;
}
.image.loaded img {
  opacity: 1;
}

.link-footer {
  flex: 0 0 auto;
  padding-top: 20px;
  z-index: 1;
  font-size: 13px;
}
.column .link-footer {
  padding: 15px;
}
.link-footer p {
  color: #606984;
  margin-bottom: 20px;
}
.link-footer p .version {
  white-space: nowrap;
}
.link-footer p strong {
  font-weight: 500;
}
.link-footer p a {
  color: #606984;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.link-footer p a:hover, .link-footer p a:focus, .link-footer p a:active {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.about {
  padding: 20px;
  border-top: 1px solid var(--background-border-color);
}
@media screen and (min-width: 1175px) {
  .about {
    border-radius: 4px;
  }
}
.about__footer {
  color: #606984;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  margin-top: 20px;
}
.about__header {
  margin-bottom: 30px;
}
.about__header__hero {
  width: 100%;
  height: auto;
  aspect-ratio: 1.9;
  background: #313543;
  border-radius: 8px;
  margin-bottom: 30px;
}
.about__header h1,
.about__header p {
  text-align: center;
}
.about__header h1 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 10px;
}
.about__header p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #9baec8;
}
.about__meta {
  border: 1px solid var(--background-border-color);
  border-radius: 4px;
  display: flex;
  margin-bottom: 30px;
  font-size: 15px;
}
.about__meta__column {
  box-sizing: border-box;
  width: 50%;
  padding: 20px;
}
.about__meta__divider {
  width: 0;
  border: 0;
  border-style: solid;
  border-color: var(--background-border-color);
  border-left-width: 1px;
  min-height: calc(100% - 60px);
  flex: 0 0 auto;
}
.about__meta h4 {
  font-size: 15px;
  text-transform: uppercase;
  color: #9baec8;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .about__meta {
    display: block;
  }
  .about__meta h4 {
    text-align: center;
  }
  .about__meta__column {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .about__meta__divider {
    min-height: 0;
    width: 100%;
    border-left-width: 0;
    border-top-width: 1px;
  }
}
.layout-multiple-columns .about__meta {
  display: block;
}
.layout-multiple-columns .about__meta h4 {
  text-align: center;
}
.layout-multiple-columns .about__meta__column {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.layout-multiple-columns .about__meta__divider {
  min-height: 0;
  width: 100%;
  border-left-width: 0;
  border-top-width: 1px;
}
.about__mail {
  color: #ffffff;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-weight: 500;
}
.about__mail:hover, .about__mail:focus, .about__mail:active {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.about .link-footer {
  padding: 0;
  margin-top: 60px;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
}
@media screen and (min-width: 1175px) {
  .about .link-footer {
    display: none;
  }
}
.about .account {
  padding: 0;
  border: 0;
}
.about .account__avatar-wrapper {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
.about .account__relationship {
  display: none;
}
.about__section {
  margin-bottom: 10px;
}
.about__section__title {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid var(--background-border-color);
  color: #8c8dff;
  cursor: pointer;
}
.about__section.active .about__section__title {
  border-radius: 4px 4px 0 0;
}
.about__section__body {
  border: 1px solid var(--background-border-color);
  border-top: 0;
  padding: 20px;
  font-size: 15px;
  line-height: 22px;
}
.about__domain-blocks {
  margin-top: 30px;
  border: 1px solid var(--background-border-color);
  border-radius: 4px;
}
.about__domain-blocks__domain {
  border-bottom: 1px solid var(--background-border-color);
  padding: 10px;
  font-size: 15px;
  color: #9baec8;
}
.about__domain-blocks__domain:nth-child(2n) {
  background: #1f232b;
}
.about__domain-blocks__domain:last-child {
  border-bottom: 0;
}
.about__domain-blocks__domain__header {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  font-weight: 500;
  margin-bottom: 4px;
}
.about__domain-blocks__domain h6 {
  color: #d9e1e8;
  font-size: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about__domain-blocks__domain p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.notification-list {
  position: fixed;
  bottom: 2rem;
  inset-inline-start: 0;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.notification-bar {
  flex: 0 0 auto;
  position: relative;
  inset-inline-start: -100%;
  width: auto;
  padding: 15px;
  margin: 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border: 1px solid rgba(49, 53, 67, 0.85);
  border-radius: 8px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -4px rgba(0, 0, 0, 0.25);
  cursor: default;
  font-size: 15px;
  line-height: 21px;
}
.notification-bar.notification-bar-active {
  inset-inline-start: 1rem;
}
.no-reduce-motion .notification-bar {
  transition: 0.5s cubic-bezier(0.89, 0.01, 0.5, 1.1);
  transform: translateZ(0);
}

.notification-bar-title {
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

.notification-bar-title,
.notification-bar-action {
  font-weight: 700;
}

.notification-bar-action {
  text-transform: uppercase;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
  cursor: pointer;
  color: #858afa;
  border-radius: 4px;
  padding: 0 4px;
}
.notification-bar-action:hover, .notification-bar-action:focus, .notification-bar-action:active {
  background: rgba(40, 44, 55, 0.85);
}

.hashtag-header {
  border-bottom: 1px solid var(--background-border-color);
  padding: 15px;
  font-size: 17px;
  line-height: 22px;
  color: #9baec8;
}
.hashtag-header strong {
  font-weight: 700;
}
.hashtag-header__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  gap: 15px;
}
.hashtag-header__header h1 {
  color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 22px;
  line-height: 33px;
  font-weight: 700;
}

.hashtag-bar {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 16px;
  gap: 6px;
  color: #9baec8;
}
.hashtag-bar a {
  display: inline-flex;
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  padding: 4px 12px;
  background: var(--surface-variant-background-color);
  border-radius: 4px;
  font-weight: 500;
}
.hashtag-bar a:hover, .hashtag-bar a:focus, .hashtag-bar a:active {
  background: var(--surface-variant-active-background-color);
}
.hashtag-bar .link-button {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
}

.inline-follow-suggestions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 0;
  padding-bottom: 0;
  border-bottom: 1px solid var(--background-border-color);
  background: rgba(99, 100, 255, 0.05);
}
.inline-follow-suggestions__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}
.inline-follow-suggestions__header h3 {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
}
.inline-follow-suggestions__header__actions {
  display: flex;
  align-items: center;
  gap: 24px;
}
.inline-follow-suggestions__header .link-button {
  font-size: 13px;
  font-weight: 500;
}
.inline-follow-suggestions__body {
  position: relative;
}
.inline-follow-suggestions__body__scroll-button {
  position: absolute;
  height: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  top: 0;
  color: #ffffff;
  opacity: 0.5;
}
.inline-follow-suggestions__body__scroll-button.left {
  left: 0;
}
.inline-follow-suggestions__body__scroll-button.right {
  right: 0;
}
.inline-follow-suggestions__body__scroll-button__icon {
  border-radius: 50%;
  background: #6364ff;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  padding: 8px;
}
.inline-follow-suggestions__body__scroll-button__icon .icon {
  width: 24px;
  height: 24px;
}
.inline-follow-suggestions__body__scroll-button:hover, .inline-follow-suggestions__body__scroll-button:focus, .inline-follow-suggestions__body__scroll-button:active {
  opacity: 1;
}
.inline-follow-suggestions__body__scroll-button:hover .inline-follow-suggestions__body__scroll-button__icon, .inline-follow-suggestions__body__scroll-button:focus .inline-follow-suggestions__body__scroll-button__icon, .inline-follow-suggestions__body__scroll-button:active .inline-follow-suggestions__body__scroll-button__icon {
  background: #7778ff;
}
.inline-follow-suggestions__body__scrollable {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  padding: 16px;
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
  scroll-padding: 16px;
  scroll-behavior: smooth;
  overflow-x: scroll;
}
.inline-follow-suggestions__body__scrollable__card {
  background: var(--background-color);
  border: 1px solid var(--background-border-color);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  padding: 12px;
  scroll-snap-align: start;
  flex: 0 0 auto;
  width: 200px;
  box-sizing: border-box;
  position: relative;
}
.inline-follow-suggestions__body__scrollable__card a {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.inline-follow-suggestions__body__scrollable__card > .icon-button {
  position: absolute;
  inset-inline-end: 8px;
  top: 8px;
  opacity: 0.75;
}
.inline-follow-suggestions__body__scrollable__card__avatar {
  height: 48px;
  display: flex;
}
.inline-follow-suggestions__body__scrollable__card__avatar a {
  display: flex;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.inline-follow-suggestions__body__scrollable__card .account__avatar {
  flex-shrink: 0;
  align-self: flex-end;
  border: 1px solid var(--background-border-color);
  background-color: #282c37;
}
.inline-follow-suggestions__body__scrollable__card__text-stack {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  max-width: 100%;
}
.inline-follow-suggestions__body__scrollable__card__text-stack a {
  max-width: 100%;
}
.inline-follow-suggestions__body__scrollable__card__text-stack__source {
  display: inline-flex;
  align-items: center;
  color: #606984;
  gap: 4px;
  overflow: hidden;
  white-space: nowrap;
  cursor: help;
}
.inline-follow-suggestions__body__scrollable__card__text-stack__source > span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.inline-follow-suggestions__body__scrollable__card__text-stack__source .icon {
  width: 16px;
  height: 16px;
}
.inline-follow-suggestions__body__scrollable__card .display-name {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}
.inline-follow-suggestions__body__scrollable__card .display-name > * {
  max-width: 100%;
}
.inline-follow-suggestions__body__scrollable__card .display-name__html {
  font-size: 15px;
  font-weight: 500;
  color: #d9e1e8;
}
.inline-follow-suggestions__body__scrollable__card .display-name__account {
  font-size: 14px;
  color: #9baec8;
}
.inline-follow-suggestions__body__scrollable__card .verified-badge {
  font-size: 14px;
  max-width: 100%;
}
.inline-follow-suggestions__body__scrollable__card .button {
  display: block;
  width: 100%;
}

.filtered-notifications-banner {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--background-border-color);
  padding: 16px 24px;
  gap: 8px;
  color: #9baec8;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.filtered-notifications-banner:hover, .filtered-notifications-banner:active, .filtered-notifications-banner:focus {
  color: #d9e1e8;
}
.filtered-notifications-banner .notification-group__icon {
  color: inherit;
}
.filtered-notifications-banner__text {
  flex: 1 1 auto;
  font-style: 14px;
  line-height: 20px;
}
.filtered-notifications-banner__text strong {
  font-size: 16px;
  line-height: 24px;
  display: block;
}
.filtered-notifications-banner__badge {
  background: #6364ff;
  color: #ffffff;
  border-radius: 100px;
  padding: 2px 8px;
}

.notification-request {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 15px;
  border-bottom: 1px solid var(--background-border-color);
}
.notification-request__link {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1 1 auto;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
}
.notification-request__link .account__avatar {
  flex-shrink: 0;
}
.notification-request__name {
  flex: 1 1 auto;
  color: #9baec8;
  font-style: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notification-request__name__display-name {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 24px;
  color: #d9e1e8;
}
.notification-request__name__display-name bdi {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.notification-request__name .filtered-notifications-banner__badge {
  background: #6364ff;
  border-radius: 4px;
  padding: 1px 6px;
  color: #ffffff;
}
.notification-request__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.notification-request__actions .icon-button {
  border-radius: 4px;
  border: 1px solid var(--background-border-color);
  padding: 5px;
}

.more-from-author {
  box-sizing: border-box;
  font-size: 14px;
  color: #9baec8;
  background: var(--surface-background-color);
  border: 1px solid var(--background-border-color);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.more-from-author .logo {
  height: 16px;
  color: #9baec8;
}
.more-from-author > span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.more-from-author a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  color: #ffffff;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.more-from-author a:hover, .more-from-author a:focus, .more-from-author a:active {
  color: #8c8dff;
}

.notification-group {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--background-border-color);
}
.notification-group__icon {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #606984;
}
.notification-group__icon .icon {
  width: 28px;
  height: 28px;
}
.notification-group--follow .notification-group__icon, .notification-group--follow-request .notification-group__icon {
  color: #8c8dff;
}
.notification-group--favourite .notification-group__icon {
  color: #ca8f04;
}
.notification-group--reaction .notification-group__icon {
  color: #858afa;
}
.notification-group--reblog .notification-group__icon {
  color: #79bd9a;
}
.notification-group--relationships-severance-event .notification-group__icon, .notification-group--admin-report .notification-group__icon, .notification-group--admin-sign-up .notification-group__icon {
  color: #606984;
}
.notification-group--moderation-warning .notification-group__icon {
  color: #ff5050;
}
.notification-group--follow-request .notification-group__actions {
  align-items: center;
  display: flex;
  gap: 8px;
}
.notification-group--follow-request .notification-group__actions .icon-button {
  border: 1px solid var(--background-border-color);
  border-radius: 50%;
  padding: 1px;
}
.notification-group__main {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 1 auto;
  overflow: hidden;
}
.notification-group__main__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.notification-group__main__header__wrapper {
  display: flex;
  justify-content: space-between;
}
.notification-group__main__header__label {
  display: flex;
  gap: 8px;
  font-size: 15px;
  line-height: 22px;
  color: #9baec8;
}
.notification-group__main__header__label a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.notification-group__main__header__label bdi {
  font-weight: 700;
  color: #ffffff;
}
.notification-group__main__header__label time {
  color: #606984;
}
.notification-group__main__status {
  border: 1px solid var(--background-border-color);
  border-radius: 8px;
  padding: 8px;
}
.notification-group__avatar-group {
  display: flex;
  gap: 8px;
  height: 28px;
  overflow-y: hidden;
  flex-wrap: wrap;
}
.notification-group .status {
  padding: 0;
  border: 0;
}
.notification-group__embedded-status {
  cursor: pointer;
}
.notification-group__embedded-status__account {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
  color: #606984;
}
.notification-group__embedded-status__account bdi {
  color: inherit;
}
.notification-group__embedded-status .account__avatar {
  opacity: 0.5;
}
.notification-group__embedded-status__content {
  display: -webkit-box;
  font-size: 15px;
  line-height: 22px;
  color: #606984;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 88px;
  overflow: hidden;
}
.notification-group__embedded-status__content p,
.notification-group__embedded-status__content a {
  color: inherit;
}

.notification-ungrouped {
  padding: 10px 14px;
  border-bottom: 1px solid var(--background-border-color);
}
.notification-ungrouped__header {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #606984;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  -webkit-padding-start: 24px;
          padding-inline-start: 24px;
  margin-bottom: 16px;
}
.notification-ungrouped__header__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.notification-ungrouped__header__icon .icon {
  width: 16px;
  height: 16px;
}
.notification-ungrouped__header a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.notification-ungrouped .status {
  border: 0;
  padding: 0;
}
.notification-ungrouped .status__avatar {
  width: 40px;
  height: 40px;
}
.notification-ungrouped .status__wrapper-direct {
  background: transparent;
}
.notification-ungrouped .status__content,
.notification-ungrouped .status__action-bar,
.notification-ungrouped .reactions-bar {
  -webkit-margin-start: 48px;
          margin-inline-start: 48px;
  width: calc(100% - 48px);
}
.notification-ungrouped .more-from-author {
  width: calc(100% - 48px + 2px);
}
.notification-ungrouped .status__content__read-more-button {
  -webkit-margin-start: 48px;
          margin-inline-start: 48px;
}
.notification-ungrouped .notification__report {
  border: 0;
  padding: 0;
}

.notification-group--unread,
.notification-ungrouped--unread {
  position: relative;
}
.notification-group--unread::before,
.notification-ungrouped--unread::before {
  content: "";
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  -webkit-border-start: 4px solid #8c8dff;
          border-inline-start: 4px solid #8c8dff;
  pointer-events: none;
}

.hover-card-controller[data-popper-reference-hidden=true] {
  opacity: 0;
  pointer-events: none;
}

.hover-card {
  box-shadow: var(--dropdown-shadow);
  background: var(--modal-background-color);
  -webkit-backdrop-filter: var(--background-filter);
          backdrop-filter: var(--background-filter);
  border: 1px solid var(--modal-border-color);
  border-radius: 8px;
  padding: 16px;
  width: 270px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hover-card--loading {
  position: relative;
  min-height: 100px;
}
.hover-card__name {
  display: flex;
  gap: 12px;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
}
.hover-card__number {
  font-size: 15px;
  line-height: 22px;
  color: #d9e1e8;
}
.hover-card__number strong {
  font-weight: 700;
}
.hover-card__text-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hover-card__bio {
  color: #d9e1e8;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 40px;
  overflow: hidden;
}
.hover-card__bio p {
  margin-bottom: 0;
}
.hover-card__bio a {
  color: inherit;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.hover-card__bio a:hover, .hover-card__bio a:focus, .hover-card__bio a:active {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.hover-card .display-name {
  font-size: 15px;
  line-height: 22px;
}
.hover-card .display-name bdi {
  font-weight: 500;
  color: #ffffff;
}
.hover-card .display-name__account {
  display: block;
  color: #606984;
}
.hover-card .account-fields {
  color: #d9e1e8;
  font-size: 14px;
  line-height: 20px;
}
.hover-card .account-fields a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.hover-card .account-fields a:focus, .hover-card .account-fields a:hover, .hover-card .account-fields a:active {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.hover-card .account-fields dl {
  display: flex;
  align-items: center;
  gap: 4px;
}
.hover-card .account-fields dl dt {
  flex: 0 1 auto;
  color: #606984;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hover-card .account-fields dl dd {
  flex: 1 1 auto;
  font-weight: 500;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: end;
}
.hover-card .account-fields dl.verified dd {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  overflow: hidden;
  white-space: nowrap;
  color: #79bd9a;
}
.hover-card .account-fields dl.verified dd > span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.hover-card .account-fields dl.verified dd a {
  font-weight: 500;
}
.hover-card .account-fields dl.verified dd .icon {
  width: 16px;
  height: 16px;
}

.tenor-modal__container {
  text-align: center;
  padding: 20px;
}

.tenor-modal__container .icon-button {
  margin: 10px;
}

.react-tenor-active {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}

.react-tenor--search {
  box-sizing: border-box;
  color: #555;
  font-size: 1.5em;
  margin-bottom: 10px;
  line-height: 1.3;
  overflow: visible;
  padding: 10px;
  width: 100%;
  -webkit-appearance: none;
}

.react-tenor--search[type=search]::-webkit-search-cancel-button,
.react-tenor--search[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

.react-tenor--search:focus {
  box-shadow: 0 0 2px 2px #6a89af;
  outline: none;
}

.react-tenor--autocomplete {
  display: none;
}

.react-tenor--autocomplete span {
  visibility: hidden;
}

.react-tenor--spinner {
  display: none;
}

.react-tenor--suggestions {
  display: none;
}

.react-tenor--results {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.react-tenor--result {
  background: rgba(87, 87, 131, 0.15);
  border: 0;
  cursor: pointer;
  display: inline-block;
  flex-basis: 25%;
  height: 120px;
  opacity: 1;
  padding: 0;
  transition: opacity 0.3s;
  width: 120px;
}

.react-tenor--result span {
  animation: react-tenor-fade-in 0.2s;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
}

.react-tenor--result:focus {
  box-shadow: 0 0 2px 2px #6a89af;
  border: 1px solid #f7f7f7;
  outline: none;
  z-index: 1;
}

.react-tenor--result:hover {
  opacity: 0.5;
}

@media screen and (max-width: 480px) {
  .react-tenor--result {
    flex-basis: 33%;
  }
}
.react-tenor--page-left,
.react-tenor--page-right {
  display: none;
}

@keyframes react-tenor-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes react-tenor-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.poll {
  margin-top: 16px;
  font-size: 14px;
}
.poll ul, .e-content .poll ul {
  margin: 0;
  list-style: none;
}
.poll li {
  margin-bottom: 10px;
  position: relative;
}
.poll__chart {
  border-radius: 4px;
  display: block;
  background: #8ba1bf;
  height: 5px;
  min-width: 1%;
}
.poll__chart.leading {
  background: #6364ff;
}
.poll progress {
  border: 0;
  display: block;
  width: 100%;
  height: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
}
.poll progress::-webkit-progress-bar {
  background: transparent;
}
.poll progress::-moz-progress-bar {
  border-radius: 4px;
  background: #8ba1bf;
}
.poll progress::-ms-fill {
  border-radius: 4px;
  background: #8ba1bf;
}
.poll progress::-webkit-progress-value {
  border-radius: 4px;
  background: #8ba1bf;
}
.poll__option {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 6px 0;
  line-height: 18px;
  cursor: default;
  overflow: hidden;
}
.poll__option__text {
  display: inline-block;
  word-wrap: break-word;
  word-wrap: break-word;
  max-width: calc(100% - 45px - 25px);
}
.poll__option input[type=radio],
.poll__option input[type=checkbox] {
  display: none;
}
.poll__option .autosuggest-input {
  flex: 1 1 auto;
}
.poll__option input[type=text] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  color: #d9e1e8;
  outline: 0;
  font-family: inherit;
  background: #282c37;
  border: 1px solid #9baec8;
  border-radius: 4px;
  padding: 8px 12px;
}
.poll__option input[type=text]:focus {
  border-color: #6364ff;
}
@media screen and (max-width: 600px) {
  .poll__option input[type=text] {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
  }
}
.poll__option.selectable {
  cursor: pointer;
}
.poll__option.editable {
  align-items: center;
  overflow: visible;
}
.poll__input {
  display: block;
  position: relative;
  border: 1px solid #9baec8;
  box-sizing: border-box;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  flex: 0 0 auto;
}
.poll__input.checkbox {
  border-radius: 4px;
}
.poll__input:active, .poll__input:focus, .poll__input:hover {
  border-color: #acd6c1;
  border-width: 4px;
}
.poll__input.active {
  background-color: #79bd9a;
  border-color: #79bd9a;
}
.poll__input::-moz-focus-inner {
  outline: 0 !important;
  border: 0;
}
.poll__input:focus, .poll__input:active {
  outline: 0 !important;
}
.poll__input.disabled {
  border-color: #606984;
}
.poll__input.disabled.active {
  background: #606984;
}
.poll__input.disabled:active, .poll__input.disabled:focus, .poll__input.disabled:hover {
  border-color: #606984;
  border-width: 1px;
}
.poll__option.editable .poll__input:active, .poll__option.editable .poll__input:focus, .poll__option.editable .poll__input:hover {
  border-color: #9baec8;
  border-width: 1px;
}
.poll__number {
  display: inline-block;
  width: 45px;
  font-weight: 700;
  flex: 0 0 45px;
}
.poll__voted {
  padding: 0 5px;
  display: inline-block;
}
.poll__voted__mark {
  font-size: 18px;
}
.poll__footer {
  padding-top: 6px;
  padding-bottom: 5px;
  color: #606984;
}
.poll__link {
  display: inline;
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  color: #606984;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  font-size: inherit;
}
.poll__link:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.poll__link:active, .poll__link:focus {
  background-color: rgba(96, 105, 132, 0.1);
}
.poll .button {
  height: 36px;
  padding: 0 16px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  font-size: 14px;
}

.muted .poll {
  color: #606984;
}
.muted .poll__chart {
  background: rgba(109, 137, 175, 0.7);
}
.muted .poll__chart.leading {
  background: rgba(99, 100, 255, 0.5);
}

.modal-layout {
  background: #1f232b url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 234.80078 31.757813" width="234.80078" height="31.757812"><path d="M19.599609 0c-1.05 0-2.10039.375-2.90039 1.125L0 16.925781v14.832031h234.80078V17.025391l-16.5-15.900391c-1.6-1.5-4.20078-1.5-5.80078 0l-13.80078 13.099609c-1.6 1.5-4.19883 1.5-5.79883 0L179.09961 1.125c-1.6-1.5-4.19883-1.5-5.79883 0L159.5 14.224609c-1.6 1.5-4.20078 1.5-5.80078 0L139.90039 1.125c-1.6-1.5-4.20078-1.5-5.80078 0l-13.79883 13.099609c-1.6 1.5-4.20078 1.5-5.80078 0L100.69922 1.125c-1.600001-1.5-4.198829-1.5-5.798829 0l-13.59961 13.099609c-1.6 1.5-4.200781 1.5-5.800781 0L61.699219 1.125c-1.6-1.5-4.198828-1.5-5.798828 0L42.099609 14.224609c-1.6 1.5-4.198828 1.5-5.798828 0L22.5 1.125C21.7.375 20.649609 0 19.599609 0z" fill="%2360698433"/></svg>') repeat-x bottom fixed;
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding: 0;
}

.modal-layout__mastodon {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
}
.modal-layout__mastodon > div {
  flex: 1;
  max-height: 235px;
  position: relative;
}
.modal-layout__mastodon > div img {
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
}

@media screen and (max-width: 600px) {
  .account-header {
    margin-top: 0;
  }
}
.emoji-mart {
  font-size: 13px;
  display: inline-block;
}
.emoji-mart,
.emoji-mart * {
  box-sizing: border-box;
  line-height: 1.15;
}
.emoji-mart .emoji-mart-emoji {
  padding: 6px;
}

.emoji-mart-bar:first-child {
  background: var(--dropdown-border-color);
}

.emoji-mart-anchors {
  display: flex;
  justify-content: space-between;
  padding: 0 6px;
  line-height: 0;
}

.emoji-mart-anchor {
  position: relative;
  flex: 1;
  text-align: center;
  padding: 12px 4px;
  overflow: hidden;
  transition: color 0.1s ease-out;
  cursor: pointer;
  background: transparent;
  border: 0;
  color: #9baec8;
}
.emoji-mart-anchor:hover {
  color: #a8b9cf;
}

.emoji-mart-anchor-selected {
  color: #8c8dff;
}
.emoji-mart-anchor-selected:hover {
  color: #a0a1ff;
}
.emoji-mart-anchor-selected .emoji-mart-anchor-bar {
  bottom: -1px;
}

.emoji-mart-anchor-bar {
  position: absolute;
  bottom: -5px;
  inset-inline-start: 0;
  width: 100%;
  height: 4px;
  background-color: #8c8dff;
}

.emoji-mart-anchors i {
  display: inline-block;
  width: 100%;
  max-width: 22px;
}
.emoji-mart-anchors svg {
  fill: currentColor;
  max-height: 18px;
}

.emoji-mart-scroll {
  overflow-y: scroll;
  height: 270px;
  max-height: 35vh;
  padding: 0 6px 6px;
  will-change: transform;
}
.emoji-mart-scroll::-webkit-scrollbar-track:hover, .emoji-mart-scroll::-webkit-scrollbar-track:active {
  background-color: rgba(0, 0, 0, 0.3);
}

.emoji-mart-search {
  padding: 10px;
  -webkit-padding-end: 45px;
          padding-inline-end: 45px;
  position: relative;
}
.emoji-mart-search input {
  font-size: 16px;
  font-weight: 400;
  padding: 7px 9px;
  -webkit-padding-end: 25px;
          padding-inline-end: 25px;
  font-family: inherit;
  display: block;
  width: 100%;
  background: #282c37;
  color: #9baec8;
  border: 1px solid var(--background-border-color);
  border-radius: 4px;
}
.emoji-mart-search input::-moz-focus-inner {
  border: 0;
}
.emoji-mart-search input:active, .emoji-mart-search input:focus {
  outline: none !important;
  border-width: 1px !important;
  border-color: #6364ff;
}
.emoji-mart-search input::-webkit-search-cancel-button {
  display: none;
}

.emoji-mart-search-icon {
  position: absolute;
  top: 18px;
  inset-inline-end: 50px;
  z-index: 2;
  padding: 2px 5px 1px;
  border: 0;
  background: none;
  transition: all 100ms linear;
  transition-property: opacity;
  pointer-events: auto;
  opacity: 0.7;
}
.emoji-mart-search-icon:disabled {
  cursor: default;
  pointer-events: none;
}
.emoji-mart-search-icon svg {
  fill: #9baec8;
}

.emoji-mart-category .emoji-mart-emoji {
  cursor: pointer;
}
.emoji-mart-category .emoji-mart-emoji span {
  z-index: 1;
  position: relative;
  text-align: center;
}
.emoji-mart-category .emoji-mart-emoji:hover::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  background-color: var(--dropdown-border-color);
  border-radius: 100%;
}

.emoji-mart-category-label {
  z-index: 2;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.emoji-mart-category-label span {
  display: block;
  width: 100%;
  font-weight: 500;
  padding: 5px 6px;
}

/* For screenreaders only, via https://stackoverflow.com/a/19758620 */
.emoji-mart-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.emoji-mart-category-list {
  margin: 0;
  padding: 0;
}

.emoji-mart-category-list li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.emoji-mart-emoji {
  position: relative;
  display: inline-block;
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 0;
}
.emoji-mart-emoji span {
  width: 22px;
  height: 22px;
}

.emoji-mart-no-results {
  font-size: 14px;
  color: #606984;
  text-align: center;
  padding: 5px 6px;
  padding-top: 70px;
}
.emoji-mart-no-results .emoji-mart-no-results-label {
  margin-top: 0.2em;
}
.emoji-mart-no-results .emoji-mart-emoji:hover::before {
  cursor: default;
  content: none;
}

.emoji-mart-preview {
  display: none;
}

.container {
  box-sizing: border-box;
  max-width: 1235px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1255px) {
  .container {
    width: 100%;
    padding: 0 10px;
  }
}

.brand {
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.rules-list {
  font-size: 15px;
  line-height: 22px;
  color: #ffffff;
  counter-reset: list-counter;
}
.rules-list li {
  position: relative;
  border-bottom: 1px solid var(--background-border-color);
  padding: 1em 1.75em;
  -webkit-padding-start: 3em;
          padding-inline-start: 3em;
  font-weight: 500;
  counter-increment: list-counter;
}
.rules-list li::before {
  content: counter(list-counter);
  position: absolute;
  inset-inline-start: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #8c8dff;
  color: #282c37;
  border-radius: 50%;
  width: 4ch;
  height: 4ch;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rules-list li:last-child {
  border-bottom: 0;
}
.rules-list__hint {
  font-size: 14px;
  font-weight: 400;
  color: #9baec8;
}

.table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.table th,
.table td {
  padding: 8px;
  line-height: 18px;
  vertical-align: top;
  border-bottom: 1px solid var(--background-border-color);
  text-align: start;
  background: var(--background-color);
}
.table th.critical,
.table td.critical {
  font-weight: 700;
  color: #ca8f04;
}
.table > thead > tr > th {
  vertical-align: bottom;
  font-weight: 500;
}
.table > tbody > tr > th {
  font-weight: 500;
}
.table > tbody > tr:nth-child(odd) > td, .table > tbody > tr:nth-child(odd) > th {
  background: var(--background-color);
}
.table > tbody > tr:last-child > td, .table > tbody > tr:last-child > th {
  border-bottom: 0;
}
.table a {
  color: #9baec8;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.table a:hover {
  color: #8c8dff;
}
.table strong {
  font-weight: 500;
}
.table strong:lang(ja) {
  font-weight: 700;
}
.table strong:lang(ko) {
  font-weight: 700;
}
.table strong:lang(zh-CN) {
  font-weight: 700;
}
.table strong:lang(zh-HK) {
  font-weight: 700;
}
.table strong:lang(zh-TW) {
  font-weight: 700;
}
.table.inline-table > tbody > tr:nth-child(odd) > td, .table.inline-table > tbody > tr:nth-child(odd) > th {
  background: transparent;
}
.table.inline-table > tbody > tr:first-child > td, .table.inline-table > tbody > tr:first-child > th {
  border-top: 0;
}
.table.horizontal-table {
  border-collapse: collapse;
  border-style: hidden;
}
.table.horizontal-table > tbody > tr > th, .table.horizontal-table > tbody > tr > td {
  padding: 11px 10px;
  background: transparent;
  border: 1px solid var(--background-border-color);
  color: #d9e1e8;
}
.table.horizontal-table > tbody > tr > th {
  color: #9baec8;
  font-weight: 600;
}
.table.batch-table > thead > tr > th {
  background: var(--background-color);
  border-top: 1px solid var(--background-border-color);
  border-bottom: 1px solid var(--background-border-color);
}
.table.batch-table > thead > tr > th:first-child {
  border-radius: 4px 0 0;
  -webkit-border-start: 1px solid var(--background-border-color);
          border-inline-start: 1px solid var(--background-border-color);
}
.table.batch-table > thead > tr > th:last-child {
  border-radius: 0 4px 0 0;
  -webkit-border-end: 1px solid var(--background-border-color);
          border-inline-end: 1px solid var(--background-border-color);
}
.table--invites tbody td {
  vertical-align: middle;
}

.table-wrapper {
  overflow: auto;
  margin-bottom: 20px;
}

samp {
  font-family: "mastodon-font-monospace", monospace;
}

button.table-action-link {
  background: transparent;
  border: 0;
  font: inherit;
}

button.table-action-link,
a.table-action-link {
  -webkit-text-decoration: none;
  text-decoration: none;
  display: inline-block;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  padding: 0 10px;
  color: #9baec8;
  font-weight: 500;
}
button.table-action-link:hover,
a.table-action-link:hover {
  color: #8c8dff;
}
button.table-action-link i.fa,
a.table-action-link i.fa {
  font-weight: 400;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
button.table-action-link:first-child,
a.table-action-link:first-child {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.batch-table__toolbar, .batch-table__row {
  display: flex;
}
.batch-table__toolbar__select, .batch-table__row__select {
  box-sizing: border-box;
  padding: 8px 16px;
  cursor: pointer;
  min-height: 100%;
}
.batch-table__toolbar__select input, .batch-table__row__select input {
  margin-top: 8px;
}
.batch-table__toolbar__select--aligned, .batch-table__row__select--aligned {
  display: flex;
  align-items: center;
}
.batch-table__toolbar__select--aligned input, .batch-table__row__select--aligned input {
  margin-top: 0;
}
.batch-table__toolbar__actions, .batch-table__toolbar__content, .batch-table__row__actions, .batch-table__row__content {
  padding: 8px 0;
  -webkit-padding-end: 16px;
          padding-inline-end: 16px;
  flex: 1 1 auto;
}
.batch-table__toolbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  border: 1px solid var(--background-border-color);
  background: var(--background-color);
  border-radius: 4px 4px 0 0;
  height: 47px;
  align-items: center;
}
.batch-table__toolbar__actions {
  text-align: end;
  -webkit-padding-end: 11px;
          padding-inline-end: 11px;
}
.batch-table__select-all {
  background: var(--background-color);
  height: 47px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--background-border-color);
  border-top: 0;
  color: #d9e1e8;
  display: none;
}
.batch-table__select-all.active {
  display: flex;
}
.batch-table__select-all .selected,
.batch-table__select-all .not-selected {
  display: none;
}
.batch-table__select-all .selected.active,
.batch-table__select-all .not-selected.active {
  display: block;
}
.batch-table__select-all strong {
  font-weight: 700;
}
.batch-table__select-all span {
  padding: 8px;
  display: inline-block;
}
.batch-table__select-all button {
  background: transparent;
  border: 0;
  font: inherit;
  color: #8c8dff;
  border-radius: 4px;
  font-weight: 700;
  padding: 8px;
}
.batch-table__select-all button:hover, .batch-table__select-all button:focus, .batch-table__select-all button:active {
  background: #393f4f;
}
.batch-table__form {
  padding: 16px;
  border: 1px solid var(--background-border-color);
  border-top: 0;
  background: var(--background-color);
}
.batch-table__form .fields-row {
  padding-top: 0;
  margin-bottom: 0;
}
.batch-table__row {
  border: 1px solid var(--background-border-color);
  border-top: 0;
  background: var(--background-color);
}
@media screen and (max-width: 1175px) {
  .optional .batch-table__row:first-child {
    border-top: 1px solid var(--background-border-color);
  }
}
.batch-table__row:nth-child(even) {
  background: var(--background-color);
}
.batch-table__row__content {
  padding-top: 12px;
  padding-bottom: 16px;
  overflow: hidden;
}
.batch-table__row__content--unpadded {
  padding: 0;
}
.batch-table__row__content--padded {
  padding: 12px 16px 16px;
}
.batch-table__row__content--with-image {
  display: flex;
  align-items: center;
}
.batch-table__row__content__image {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.batch-table__row__content__image .emojione {
  width: 32px;
  height: 32px;
}
.batch-table__row__content__text {
  flex: 1 1 auto;
}
.batch-table__row__content__quote {
  padding: 12px;
  padding-top: 0;
}
.batch-table__row__content__extra {
  flex: 0 0 auto;
  text-align: end;
  color: #9baec8;
  font-weight: 500;
}
.batch-table__row .directory__tag {
  margin: 0;
  width: 100%;
}
.batch-table__row .directory__tag a {
  background: transparent;
  border-radius: 0;
}
@media screen and (max-width: 1175px) {
  .batch-table.optional .batch-table__toolbar, .batch-table.optional .batch-table__row__select {
    display: none;
  }
}
.batch-table .status__content {
  padding-top: 0;
}
.batch-table .status__content strong {
  font-weight: 700;
}
.batch-table .nothing-here {
  border: 1px solid var(--background-border-color);
  border-top: 0;
  box-shadow: none;
  background: var(--background-color);
}
@media screen and (max-width: 1175px) {
  .batch-table .nothing-here {
    border-top: 1px solid var(--background-border-color);
  }
}
@media screen and (max-width: 870px) {
  .batch-table .accounts-table tbody td.optional {
    display: none;
  }
}

.one-liner {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.admin-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
}
.admin-wrapper .sidebar-wrapper {
  min-height: 100vh;
  overflow: hidden;
  pointer-events: none;
  flex: 1 1 auto;
}
.admin-wrapper .sidebar-wrapper__inner {
  display: flex;
  justify-content: flex-end;
  background: var(--background-color);
  height: 100%;
}
.admin-wrapper .sidebar {
  width: 300px;
  padding: 0;
  pointer-events: auto;
}
.admin-wrapper .sidebar__toggle {
  display: none;
  background: var(--background-color);
  border-bottom: 1px solid #313543;
  align-items: center;
}
.admin-wrapper .sidebar__toggle__logo {
  flex: 1 1 auto;
}
.admin-wrapper .sidebar__toggle__logo a {
  display: block;
  padding: 15px;
}
.admin-wrapper .sidebar__toggle__icon {
  display: block;
  color: #9baec8;
  -webkit-text-decoration: none;
  text-decoration: none;
  flex: 0 0 auto;
  font-size: 18px;
  padding: 10px;
  margin: 5px 10px;
  border-radius: 4px;
}
.admin-wrapper .sidebar__toggle__icon:focus {
  background: #282c37;
}
.admin-wrapper .sidebar__toggle__icon .fa-times {
  display: none;
}
.admin-wrapper .sidebar__toggle__icon.active .fa-times {
  display: block;
}
.admin-wrapper .sidebar__toggle__icon.active .fa-bars {
  display: none;
}
.admin-wrapper .sidebar .logo {
  display: block;
  margin: 40px auto;
  width: 100px;
  height: 100px;
}
.admin-wrapper .sidebar .logo--wordmark {
  display: inherit;
  margin: inherit;
  width: inherit;
  height: 25px;
}
@media screen and (max-width: 890px) {
  .admin-wrapper .sidebar > a:first-child {
    display: none;
  }
}
.admin-wrapper .sidebar ul {
  list-style: none;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 890px) {
  .admin-wrapper .sidebar ul {
    margin-bottom: 0;
  }
}
.admin-wrapper .sidebar ul a {
  font-size: 14px;
  display: block;
  padding: 15px;
  color: #9baec8;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all 200ms linear;
  transition-property: color, background-color;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.admin-wrapper .sidebar ul a i.fa {
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.admin-wrapper .sidebar ul a:hover {
  color: #ffffff;
  transition: all 100ms linear;
  transition-property: color, background-color;
}
.admin-wrapper .sidebar ul ul {
  background: var(--background-color);
  margin: 0;
}
.admin-wrapper .sidebar ul ul a {
  border: 0;
  padding: 15px 35px;
}
.admin-wrapper .sidebar ul .warning a {
  color: #ca8f04;
  font-weight: 700;
}
.admin-wrapper .sidebar ul .simple-navigation-active-leaf a {
  color: #8c8dff;
  border-bottom: 0;
}
.admin-wrapper .content-wrapper {
  box-sizing: border-box;
  width: 100%;
  max-width: 840px;
  flex: 1 1 auto;
}
@media screen and (max-width: 1140px) {
  .admin-wrapper .sidebar-wrapper--empty {
    display: none;
  }
  .admin-wrapper .sidebar-wrapper {
    width: 300px;
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 890px) {
  .admin-wrapper .sidebar-wrapper {
    width: 100%;
  }
}
.admin-wrapper .content {
  padding-top: 55px;
  padding-bottom: 20px;
  -webkit-padding-start: 25px;
          padding-inline-start: 25px;
  -webkit-padding-end: 15px;
          padding-inline-end: 15px;
}
@media screen and (max-width: 890px) {
  .admin-wrapper .content {
    max-width: none;
    padding: 15px;
    padding-top: 30px;
  }
}
.admin-wrapper .content__heading {
  margin-bottom: 45px;
}
.admin-wrapper .content__heading__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: -15px;
  -webkit-margin-end: -15px;
          margin-inline-end: -15px;
}
.admin-wrapper .content__heading__row > * {
  margin-top: 15px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}
.admin-wrapper .content__heading__tabs {
  margin-top: 30px;
  width: 100%;
}
.admin-wrapper .content__heading__tabs > div {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.admin-wrapper .content__heading__tabs a {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 4px;
  color: #9baec8;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-weight: 500;
  gap: 5px;
  white-space: nowrap;
}
.admin-wrapper .content__heading__tabs a:hover, .admin-wrapper .content__heading__tabs a:focus, .admin-wrapper .content__heading__tabs a:active {
  background: #313543;
}
.admin-wrapper .content__heading__tabs a.selected {
  font-weight: 700;
  color: #ffffff;
  background: #6364ff;
}
.admin-wrapper .content__heading__actions {
  display: inline-flex;
  flex-flow: wrap;
  gap: 5px;
}
.admin-wrapper .content__heading h2 small {
  font-size: 12px;
  display: block;
  font-weight: 500;
  color: #9baec8;
  line-height: 18px;
}
@media screen and (max-width: 890px) {
  .admin-wrapper .content__heading {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.admin-wrapper .content h2 {
  color: #d9e1e8;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}
.admin-wrapper .content h3 {
  color: #d9e1e8;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 30px;
}
.admin-wrapper .content h4 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #9baec8;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--background-border-color);
}
.admin-wrapper .content h6 {
  font-size: 16px;
  color: #d9e1e8;
  line-height: 28px;
  font-weight: 500;
}
.admin-wrapper .content .fields-group h6 {
  color: #ffffff;
  font-weight: 500;
}
.admin-wrapper .content .directory__tag > a,
.admin-wrapper .content .directory__tag > div {
  box-shadow: none;
}
.admin-wrapper .content .directory__tag .table-action-link .fa {
  color: inherit;
}
.admin-wrapper .content .directory__tag h4 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-transform: none;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.admin-wrapper .content .directory__tag h4 .comment {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 4px;
}
.admin-wrapper .content .directory__tag h4 .comment.private-comment {
  display: block;
  color: #9baec8;
}
.admin-wrapper .content .directory__tag h4 .comment.public-comment {
  display: block;
  color: #d9e1e8;
}
.admin-wrapper .content > p {
  font-size: 14px;
  line-height: 21px;
  color: #d9e1e8;
  margin-bottom: 20px;
}
.admin-wrapper .content > p strong {
  color: #ffffff;
  font-weight: 500;
}
.admin-wrapper .content > p strong:lang(ja) {
  font-weight: 700;
}
.admin-wrapper .content > p strong:lang(ko) {
  font-weight: 700;
}
.admin-wrapper .content > p strong:lang(zh-CN) {
  font-weight: 700;
}
.admin-wrapper .content > p strong:lang(zh-HK) {
  font-weight: 700;
}
.admin-wrapper .content > p strong:lang(zh-TW) {
  font-weight: 700;
}
.admin-wrapper .content hr {
  width: 100%;
  height: 0;
  border: 0;
  border-bottom: 1px solid var(--background-border-color);
  margin: 20px 0;
}
.admin-wrapper .content hr.spacer {
  height: 1px;
  border: 0;
}
@media screen and (max-width: 890px) {
  .admin-wrapper {
    display: block;
  }
  .admin-wrapper .sidebar-wrapper {
    min-height: 0;
  }
  .admin-wrapper .sidebar {
    width: 100%;
    padding: 0;
    height: auto;
  }
  .admin-wrapper .sidebar__toggle {
    display: flex;
  }
  .admin-wrapper .sidebar > ul {
    display: none;
  }
  .admin-wrapper .sidebar > ul.visible {
    display: block;
    position: fixed;
    z-index: 10;
    width: 100%;
    height: calc(100% - 56px);
    inset-inline-start: 0;
    bottom: 0;
    overflow-y: auto;
    background: var(--background-color);
  }
  .admin-wrapper .sidebar ul a,
  .admin-wrapper .sidebar ul ul a {
    font-size: 16px;
    border-radius: 0;
    transition: none;
  }
  .admin-wrapper .sidebar ul a:hover,
  .admin-wrapper .sidebar ul ul a:hover {
    transition: none;
  }
  .admin-wrapper .sidebar ul ul {
    border-radius: 0;
  }
  .admin-wrapper .sidebar ul .simple-navigation-active-leaf a {
    border-bottom-color: #6364ff;
  }
}

hr.spacer {
  width: 100%;
  border: 0;
  margin: 20px 0;
  height: 1px;
}

body .muted-hint,
.admin-wrapper .content .muted-hint {
  color: #9baec8;
}
body .muted-hint a,
.admin-wrapper .content .muted-hint a {
  color: #8c8dff;
}
body .positive-hint a,
body .negative-hint a,
body .neutral-hint a,
.admin-wrapper .content .positive-hint a,
.admin-wrapper .content .negative-hint a,
.admin-wrapper .content .neutral-hint a {
  color: inherit;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
body .positive-hint a:focus, body .positive-hint a:hover, body .positive-hint a:active,
body .negative-hint a:focus,
body .negative-hint a:hover,
body .negative-hint a:active,
body .neutral-hint a:focus,
body .neutral-hint a:hover,
body .neutral-hint a:active,
.admin-wrapper .content .positive-hint a:focus,
.admin-wrapper .content .positive-hint a:hover,
.admin-wrapper .content .positive-hint a:active,
.admin-wrapper .content .negative-hint a:focus,
.admin-wrapper .content .negative-hint a:hover,
.admin-wrapper .content .negative-hint a:active,
.admin-wrapper .content .neutral-hint a:focus,
.admin-wrapper .content .neutral-hint a:hover,
.admin-wrapper .content .neutral-hint a:active {
  -webkit-text-decoration: none;
  text-decoration: none;
}
body .positive-hint,
.admin-wrapper .content .positive-hint {
  color: #79bd9a;
  font-weight: 500;
}
body .negative-hint,
.admin-wrapper .content .negative-hint {
  color: #df405a;
  font-weight: 500;
}
body .neutral-hint,
.admin-wrapper .content .neutral-hint {
  color: #606984;
  font-weight: 500;
}
body .warning-hint,
.admin-wrapper .content .warning-hint {
  color: #ca8f04;
  font-weight: 500;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.filters .filter-subset {
  flex: 0 0 auto;
  margin-bottom: 20px;
}
.filters .filter-subset:last-child {
  margin-bottom: 30px;
}
.filters .filter-subset ul {
  margin-top: 5px;
  list-style: none;
}
.filters .filter-subset ul li {
  display: inline-block;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.filters .filter-subset > div {
  display: flex;
  gap: 5px;
}
.filters .filter-subset strong {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
}
.filters .filter-subset strong:lang(ja) {
  font-weight: 700;
}
.filters .filter-subset strong:lang(ko) {
  font-weight: 700;
}
.filters .filter-subset strong:lang(zh-CN) {
  font-weight: 700;
}
.filters .filter-subset strong:lang(zh-HK) {
  font-weight: 700;
}
.filters .filter-subset strong:lang(zh-TW) {
  font-weight: 700;
}
.filters .filter-subset--with-select strong {
  display: block;
  margin-bottom: 10px;
}
.filters .filter-subset a {
  display: inline-block;
  color: #9baec8;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  border-bottom: 2px solid #282c37;
}
.filters .filter-subset a:hover {
  color: #ffffff;
  border-bottom: 2px solid #333846;
}
.filters .filter-subset a.selected {
  color: #8c8dff;
  border-bottom: 2px solid #6364ff;
}

.flavour-screen {
  display: block;
  margin: 10px auto;
  max-width: 100%;
}

.flavour-description {
  display: block;
  font-size: 16px;
  margin: 10px 0;
}
.flavour-description > p {
  margin: 10px 0;
}

.report-accounts {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.report-accounts__item {
  display: flex;
  flex: 250px;
  flex-direction: column;
  margin: 0 5px;
}
.report-accounts__item > strong {
  display: block;
  margin-top: 0;
  margin-bottom: 10px;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: -5px;
          margin-inline-start: -5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #d9e1e8;
}
.report-accounts__item > strong:lang(ja) {
  font-weight: 700;
}
.report-accounts__item > strong:lang(ko) {
  font-weight: 700;
}
.report-accounts__item > strong:lang(zh-CN) {
  font-weight: 700;
}
.report-accounts__item > strong:lang(zh-HK) {
  font-weight: 700;
}
.report-accounts__item > strong:lang(zh-TW) {
  font-weight: 700;
}
.report-accounts__item .account-card {
  flex: 1 1 auto;
}

.report-status,
.account-status {
  display: flex;
  margin-bottom: 10px;
}
.report-status .activity-stream,
.account-status .activity-stream {
  flex: 2 0 0;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  max-width: calc(100% - 60px);
}
.report-status .activity-stream .entry,
.account-status .activity-stream .entry {
  border-radius: 4px;
}

.report-status__actions,
.account-status__actions {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
}
.report-status__actions .icon-button,
.account-status__actions .icon-button {
  font-size: 24px;
  width: 24px;
  text-align: center;
  margin-bottom: 10px;
}

.simple_form.new_report_note,
.simple_form.new_account_moderation_note {
  max-width: 100%;
}

.simple_form .actions {
  margin-top: 15px;
}
.simple_form .button {
  font-size: 15px;
}

.batch-form-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.batch-form-box #form_status_batch_action {
  margin-bottom: 5px;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  font-size: 14px;
}
.batch-form-box input.button {
  margin-bottom: 5px;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

.back-link {
  margin-bottom: 10px;
  font-size: 14px;
}
.back-link a {
  color: #8c8dff;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.back-link a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.special-action-button,
.back-link {
  text-align: end;
  flex: 1 1 auto;
}

.action-buttons {
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}

.spacer {
  flex: 1 1 auto;
}

.log-entry {
  display: block;
  line-height: 20px;
  padding: 15px;
  -webkit-padding-start: 70px;
          padding-inline-start: 70px;
  background: var(--background-color);
  border-right: 1px solid var(--background-border-color);
  border-left: 1px solid var(--background-border-color);
  border-bottom: 1px solid var(--background-border-color);
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #9baec8;
  font-size: 14px;
}
.log-entry:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top: 1px solid var(--background-border-color);
}
.log-entry:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 1px solid var(--background-border-color);
}
.log-entry__avatar {
  position: absolute;
  inset-inline-start: 15px;
  top: 15px;
}
.log-entry__avatar .avatar {
  border-radius: 4px;
  width: 40px;
  height: 40px;
}
.log-entry__title {
  word-wrap: break-word;
}
.log-entry__timestamp {
  color: #606984;
}
.log-entry a,
.log-entry .username,
.log-entry .target {
  color: #d9e1e8;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-weight: 500;
}
.log-entry a:hover, .log-entry a:focus, .log-entry a:active {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.strike-entry {
  display: block;
  line-height: 20px;
  padding: 15px;
  -webkit-padding-start: 70px;
          padding-inline-start: 70px;
  background: var(--background-color);
  border: 1px solid var(--background-border-color);
  border-radius: 4px;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #9baec8;
  font-size: 14px;
  margin-bottom: 15px;
}
.strike-entry__avatar {
  position: absolute;
  inset-inline-start: 15px;
  top: 15px;
}
.strike-entry__avatar .avatar {
  border-radius: 4px;
  width: 40px;
  height: 40px;
}
.strike-entry__title {
  word-wrap: break-word;
}
.strike-entry__timestamp {
  color: #606984;
}
.strike-entry:hover, .strike-entry:focus, .strike-entry:active {
  background: #282c37;
}

a.name-tag,
.name-tag,
a.inline-name-tag,
.inline-name-tag {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #d9e1e8;
}
a.name-tag:hover,
.name-tag:hover,
a.inline-name-tag:hover,
.inline-name-tag:hover {
  color: #8c8dff;
}
a.name-tag .username,
.name-tag .username,
a.inline-name-tag .username,
.inline-name-tag .username {
  font-weight: 500;
}
a.name-tag.suspended .username,
.name-tag.suspended .username,
a.inline-name-tag.suspended .username,
.inline-name-tag.suspended .username {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
  color: #e87487;
}
a.name-tag.suspended .avatar,
.name-tag.suspended .avatar,
a.inline-name-tag.suspended .avatar,
.inline-name-tag.suspended .avatar {
  filter: grayscale(100%);
  opacity: 0.8;
}

a.name-tag,
.name-tag {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
}
a.name-tag .avatar,
.name-tag .avatar {
  display: block;
  margin: 0;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  border-radius: 50%;
}
a.name-tag.suspended .avatar,
.name-tag.suspended .avatar {
  filter: grayscale(100%);
  opacity: 0.8;
}

.speech-bubble {
  margin-bottom: 20px;
  -webkit-border-start: 4px solid #6364ff;
          border-inline-start: 4px solid #6364ff;
}
.speech-bubble.positive {
  border-left-color: #79bd9a;
}
.speech-bubble.negative {
  border-left-color: #e87487;
}
.speech-bubble.warning {
  border-left-color: #ca8f04;
}
.speech-bubble__bubble {
  padding: 16px;
  -webkit-padding-start: 14px;
          padding-inline-start: 14px;
  font-size: 15px;
  line-height: 20px;
  border-radius: 4px 4px 4px 0;
  position: relative;
  font-weight: 500;
}
.speech-bubble__bubble a {
  color: #9baec8;
}
.speech-bubble__owner {
  padding: 8px;
  -webkit-padding-start: 12px;
          padding-inline-start: 12px;
}
.speech-bubble time {
  color: #606984;
}

.report-card {
  background: var(--background-color);
  border: 1px solid var(--background-border-color);
  border-radius: 4px;
  margin-bottom: 20px;
}
.report-card__profile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}
.report-card__profile .account {
  padding: 0;
}
.report-card__profile .account__avatar-wrapper {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
.report-card__profile__stats {
  flex: 0 0 auto;
  font-weight: 500;
  color: #9baec8;
  text-transform: uppercase;
  text-align: end;
}
.report-card__profile__stats a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.report-card__profile__stats a:focus, .report-card__profile__stats a:hover, .report-card__profile__stats a:active {
  color: #8c8dff;
}
.report-card__profile__stats .red {
  color: #df405a;
}
.report-card__summary__item {
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid var(--background-border-color);
}
.report-card__summary__item__reported-by, .report-card__summary__item__assigned {
  padding: 15px;
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 150px;
  color: #9baec8;
}
.report-card__summary__item__reported-by,
.report-card__summary__item__reported-by .username, .report-card__summary__item__assigned,
.report-card__summary__item__assigned .username {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.report-card__summary__item__content {
  flex: 1 1 auto;
  max-width: calc(100% - 300px);
}
.report-card__summary__item__content__icon {
  -webkit-margin-end: 4px;
          margin-inline-end: 4px;
  font-weight: 500;
}
.report-card__summary__item__content a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #9baec8;
}
.report-card__summary__item__content a:hover {
  color: #8c8dff;
}

.one-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsized-ip {
  display: inline-block;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.admin-account-bio {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  margin-top: 20px;
}
.admin-account-bio > div {
  box-sizing: border-box;
  padding: 0 5px;
  margin-bottom: 10px;
  flex: 1 0 50%;
  max-width: 100%;
}
.admin-account-bio .account__header__fields,
.admin-account-bio .account__header__content {
  background: var(--background-color);
  border: 1px solid var(--background-border-color);
  border-radius: 4px;
  height: 100%;
}
.admin-account-bio .account__header__fields {
  margin: 0;
  border: 1px solid var(--background-border-color);
}
.admin-account-bio .account__header__fields a {
  color: #8c8dff;
}
.admin-account-bio .account__header__fields dl:first-child .verified {
  border-radius: 0 4px 0 0;
}
.admin-account-bio .account__header__fields .verified a {
  color: #79bd9a;
}
.admin-account-bio .account__header__content {
  box-sizing: border-box;
  padding: 20px;
  color: #ffffff;
}

.center-text {
  text-align: center;
}

.applications-list__item,
.filters-list__item {
  padding: 15px 0;
  background: var(--background-color);
  border: 1px solid var(--background-border-color);
  border-radius: 4px;
  margin-top: 15px;
}

.user-role {
  color: var(--user-role-accent);
}

.announcements-list,
.filters-list {
  border: 1px solid var(--background-border-color);
  border-radius: 4px;
  border-bottom: none;
}
.announcements-list__item,
.filters-list__item {
  padding: 15px 0;
  border-bottom: 1px solid var(--background-border-color);
}
.announcements-list__item__title,
.filters-list__item__title {
  padding: 0 15px;
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #d9e1e8;
  -webkit-text-decoration: none;
  text-decoration: none;
  margin-bottom: 10px;
}
.announcements-list__item__title:hover,
.filters-list__item__title:hover {
  color: #8c8dff;
}
.announcements-list__item__title .account-role,
.filters-list__item__title .account-role {
  vertical-align: middle;
}
.announcements-list__item a.announcements-list__item__title:hover, .announcements-list__item a.announcements-list__item__title:focus, .announcements-list__item a.announcements-list__item__title:active,
.filters-list__item a.announcements-list__item__title:hover,
.filters-list__item a.announcements-list__item__title:focus,
.filters-list__item a.announcements-list__item__title:active {
  color: #ffffff;
}
.announcements-list__item__meta,
.filters-list__item__meta {
  padding: 0 15px;
  color: #606984;
}
.announcements-list__item__meta a,
.filters-list__item__meta a {
  color: inherit;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.announcements-list__item__meta a:hover, .announcements-list__item__meta a:focus, .announcements-list__item__meta a:active,
.filters-list__item__meta a:hover,
.filters-list__item__meta a:focus,
.filters-list__item__meta a:active {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.announcements-list__item__action-bar,
.filters-list__item__action-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.announcements-list__item__permissions,
.filters-list__item__permissions {
  margin-top: 10px;
}

.filters-list__item__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  word-break: break-word;
}
.filters-list__item__permissions {
  margin-top: 0;
  margin-bottom: 10px;
}
.filters-list__item .expiration {
  font-size: 13px;
}
.filters-list__item.expired .expiration {
  color: #e87487;
}
.filters-list__item.expired .permissions-list__item__icon {
  color: #606984;
}

.dashboard__counters.admin-account-counters {
  margin-top: 10px;
}

.account-badges {
  margin: -2px 0;
}

.retention {
  overflow: auto;
}
.retention > h4 {
  position: -webkit-sticky;
  position: sticky;
  inset-inline-start: 0;
}
.retention__table__number {
  color: var(--background-color);
  padding: 10px;
}
.retention__table__date {
  white-space: nowrap;
  padding: 10px 0;
  text-align: start;
  min-width: 120px;
}
.retention__table__date.retention__table__average {
  font-weight: 700;
}
.retention__table__size {
  text-align: center;
  padding: 10px;
}
.retention__table__label {
  font-weight: 700;
  color: #9baec8;
}
.retention__table__box {
  box-sizing: border-box;
  background: var(--background-color);
  padding: 10px;
  font-weight: 500;
  color: #ffffff;
  width: 52px;
  margin: 1px;
}
.retention__table__box--0 {
  background-color: rgba(99, 100, 255, 0.1);
}
.retention__table__box--10 {
  background-color: rgba(99, 100, 255, 0.1);
}
.retention__table__box--20 {
  background-color: rgba(99, 100, 255, 0.2);
}
.retention__table__box--30 {
  background-color: rgba(99, 100, 255, 0.3);
}
.retention__table__box--40 {
  background-color: rgba(99, 100, 255, 0.4);
}
.retention__table__box--50 {
  background-color: rgba(99, 100, 255, 0.5);
}
.retention__table__box--60 {
  background-color: rgba(99, 100, 255, 0.6);
}
.retention__table__box--70 {
  background-color: rgba(99, 100, 255, 0.7);
}
.retention__table__box--80 {
  background-color: rgba(99, 100, 255, 0.8);
}
.retention__table__box--90 {
  background-color: rgba(99, 100, 255, 0.9);
}
.retention__table__box--100 {
  background-color: #6364ff;
}

.sparkline {
  display: block;
  -webkit-text-decoration: none;
  text-decoration: none;
  background: var(--background-color);
  border-radius: 4px;
  border: 1px solid var(--background-border-color);
  padding: 0;
  position: relative;
  padding-bottom: 75px;
  overflow: hidden;
}
.sparkline__value {
  display: flex;
  line-height: 33px;
  align-items: flex-end;
  padding: 20px;
  padding-bottom: 10px;
}
.sparkline__value__total {
  display: block;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  font-weight: 500;
  font-size: 28px;
  color: #ffffff;
}
.sparkline__value__change {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #9baec8;
  margin-bottom: -3px;
}
.sparkline__value__change.positive {
  color: #79bd9a;
}
.sparkline__value__change.negative {
  color: #df405a;
}
.sparkline__label {
  padding: 0 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #9baec8;
  font-weight: 500;
}
.sparkline__graph {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.sparkline__graph svg {
  display: block;
  margin: 0;
}
.sparkline__graph path:first-child {
  fill: rgba(140, 141, 255, 0.25) !important;
  fill-opacity: 1 !important;
}
.sparkline__graph path:last-child {
  stroke: #aaabff !important;
  fill: none !important;
}

a.sparkline:hover, a.sparkline:focus, a.sparkline:active {
  background: #282c37;
}

.skeleton {
  background-color: var(--background-color);
  background-image: linear-gradient(90deg, #393f4f, #42485a, #393f4f);
  background-size: 200px 100%;
  background-repeat: no-repeat;
  border-radius: 4px;
  display: inline-block;
  line-height: 1;
  width: 100%;
  animation: skeleton 1.2s ease-in-out infinite;
}

@keyframes skeleton {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: calc(200px + 100%) 0;
  }
}
.dimension table {
  width: 100%;
}
.dimension__item {
  border-bottom: 1px solid #313543;
}
.dimension__item__key {
  font-weight: 500;
  padding: 11px 10px;
}
.dimension__item__value {
  text-align: end;
  color: #9baec8;
  padding: 11px 10px;
}
.dimension__item__indicator {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6364ff;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.dimension__item__indicator--0 {
  background-color: rgba(99, 100, 255, 0.1);
}
.dimension__item__indicator--10 {
  background-color: rgba(99, 100, 255, 0.1);
}
.dimension__item__indicator--20 {
  background-color: rgba(99, 100, 255, 0.2);
}
.dimension__item__indicator--30 {
  background-color: rgba(99, 100, 255, 0.3);
}
.dimension__item__indicator--40 {
  background-color: rgba(99, 100, 255, 0.4);
}
.dimension__item__indicator--50 {
  background-color: rgba(99, 100, 255, 0.5);
}
.dimension__item__indicator--60 {
  background-color: rgba(99, 100, 255, 0.6);
}
.dimension__item__indicator--70 {
  background-color: rgba(99, 100, 255, 0.7);
}
.dimension__item__indicator--80 {
  background-color: rgba(99, 100, 255, 0.8);
}
.dimension__item__indicator--90 {
  background-color: rgba(99, 100, 255, 0.9);
}
.dimension__item__indicator--100 {
  background-color: #6364ff;
}
.dimension__item:last-child {
  border-bottom: 0;
}
.dimension__item.negative {
  color: #df405a;
  font-weight: 700;
}
.dimension__item.negative .dimension__item__value {
  color: #df405a;
}

.report-reason-selector {
  border-radius: 4px;
  background: var(--background-color);
  margin-bottom: 20px;
}
.report-reason-selector__category {
  cursor: pointer;
  border-bottom: 1px solid #17191f;
}
.report-reason-selector__category__label {
  padding: 15px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.report-reason-selector__category__rules {
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
}
.report-reason-selector__rule {
  cursor: pointer;
  padding: 15px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.report-header {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: minmax(0, 1fr) 300px;
}
.report-header__details__item {
  border-bottom: 1px solid var(--background-border-color);
  padding: 15px 0;
}
.report-header__details__item:last-child {
  border-bottom: 0;
}
.report-header__details__item__header {
  font-weight: 600;
  padding: 4px 0;
}
.report-header__details--horizontal {
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
}
.report-header__details--horizontal .report-header__details__item {
  border-bottom: 0;
}
@media screen and (max-width: 930px) {
  .report-header {
    grid-template-columns: minmax(0, 1fr);
  }
}

.account-card {
  border-radius: 4px;
  border: 1px solid var(--background-border-color);
  position: relative;
}
.account-card__warning-badge {
  position: absolute;
  padding: 4px 10px;
  top: 10px;
  inset-inline-start: 10px;
  border-radius: 4px;
  background: url(/packs/media/images/warning-stripes-9bb6a826bc6215da538d09fe7e6c1917.svg) repeat-y left, url(/packs/media/images/warning-stripes-9bb6a826bc6215da538d09fe7e6c1917.svg) repeat-y right, var(--background-color);
}
.account-card__permalink {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.account-card__header {
  padding: 4px;
  border-radius: 4px;
  height: 128px;
}
.account-card__header img {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #17191f;
}
.account-card__title {
  margin-top: -23px;
  display: flex;
  align-items: flex-end;
}
.account-card__title__avatar {
  padding: 14px;
}
.account-card__title__avatar img,
.account-card__title__avatar .account__avatar {
  display: block;
  margin: 0;
  width: 56px;
  height: 56px;
  background-color: #17191f;
  border-radius: 8px;
  border: 1px solid #282c37;
}
.account-card__title .display-name {
  color: #9baec8;
  padding-bottom: 15px;
  font-size: 15px;
  line-height: 20px;
}
.account-card__title .display-name bdi {
  display: block;
  color: #ffffff;
  font-weight: 700;
}
.account-card__bio {
  padding: 0 15px;
  margin: 8px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  max-height: 42px;
  position: relative;
  font-size: 15px;
  line-height: 21px;
}
.account-card__bio::after {
  display: block;
  content: "";
  width: 50px;
  height: 21px;
  position: absolute;
  bottom: 0;
  inset-inline-end: 15px;
  pointer-events: none;
}
.account-card__bio a {
  color: #d9e1e8;
  -webkit-text-decoration: none;
  text-decoration: none;
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
}
.account-card__bio a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.account-card__bio a.mention:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.account-card__bio a.mention:hover span {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.account-card__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.account-card__actions__button {
  flex-shrink: 1;
  padding: 0 15px;
  overflow: hidden;
}
.account-card__actions__button .button {
  min-width: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.account-card__counters {
  flex: 1 1 auto;
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  max-width: 340px;
  min-width: 195px;
}
.account-card__counters__item {
  padding: 15px 0;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
}
.account-card__counters__item small {
  display: block;
  color: #9baec8;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}

.report-notes {
  margin-bottom: 20px;
}
.report-notes__item {
  background: var(--background-color);
  position: relative;
  padding: 15px;
  -webkit-padding-start: 70px;
          padding-inline-start: 70px;
  border: 1px solid var(--background-border-color);
}
.report-notes__item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.report-notes__item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.report-notes__item__avatar {
  position: absolute;
  inset-inline-start: 15px;
  top: 15px;
  border-radius: 4px;
  width: 40px;
  height: 40px;
}
.report-notes__item__header {
  color: #9baec8;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 4px;
}
.report-notes__item__header .username {
  color: #ffffff;
  font-weight: 500;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.report-notes__item__header .username a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.report-notes__item__header .username a:hover, .report-notes__item__header .username a:focus, .report-notes__item__header .username a:active {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.report-notes__item__header time {
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
  vertical-align: baseline;
}
.report-notes__item__content {
  font-size: 15px;
  line-height: 20px;
  word-wrap: break-word;
  font-weight: 400;
  color: #ffffff;
}
.report-notes__item__content p {
  margin-bottom: 20px;
  white-space: pre-wrap;
  unicode-bidi: -webkit-plaintext;
  unicode-bidi: plaintext;
}
.report-notes__item__content p:last-child {
  margin-bottom: 0;
}
.report-notes__item__content a {
  color: #8c8dff;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.report-notes__item__content a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.report-notes__item__actions {
  position: absolute;
  top: 15px;
  inset-inline-end: 15px;
  text-align: end;
}

.report-actions__item {
  display: flex;
  align-items: center;
  line-height: 18px;
}
.report-actions__item:last-child {
  border-bottom: 0;
}
.report-actions__item__button {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 200px;
  padding: 15px;
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}
.report-actions__item__button .button {
  display: block;
  width: 100%;
}
.report-actions__item__description {
  padding: 15px;
  font-size: 14px;
  color: #606984;
}
@media screen and (max-width: 800px) {
  .report-actions {
    border: 0;
  }
  .report-actions__item {
    flex-direction: column;
    border: 0;
  }
  .report-actions__item__button {
    width: 100%;
    padding: 15px 0;
  }
  .report-actions__item__description {
    padding: 0;
    padding-bottom: 15px;
  }
}

.section-skip-link {
  float: right;
}
.section-skip-link a {
  color: #6364ff;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.section-skip-link a:hover, .section-skip-link a:focus, .section-skip-link a:active {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.strike-card {
  padding: 15px;
  font-size: 15px;
  line-height: 20px;
  word-wrap: break-word;
  font-weight: 400;
  color: #ffffff;
  box-sizing: border-box;
  min-height: 100%;
  border: 1px solid var(--background-border-color);
  border-radius: 4px;
}
.strike-card a {
  color: #8c8dff;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.strike-card a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.strike-card p {
  margin-bottom: 20px;
  unicode-bidi: -webkit-plaintext;
  unicode-bidi: plaintext;
}
.strike-card p:last-child {
  margin-bottom: 0;
}
.strike-card p strong {
  font-weight: 700;
}
.strike-card__rules {
  list-style: disc;
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
  margin-bottom: 20px;
  color: #9baec8;
}
.strike-card__rules:last-child {
  margin-bottom: 0;
}
.strike-card__rules__text {
  color: #ffffff;
}
.strike-card__statuses-list {
  border-radius: 4px;
  border: 1px solid var(--background-border-color);
  font-size: 13px;
  line-height: 18px;
  overflow: hidden;
}
.strike-card__statuses-list__item {
  padding: 16px;
  border-bottom: 1px solid var(--background-border-color);
}
.strike-card__statuses-list__item:last-child {
  border-bottom: 0;
}
.strike-card__statuses-list__item__meta {
  color: #9baec8;
}
.strike-card__statuses-list__item a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.strike-card__statuses-list__item a:hover, .strike-card__statuses-list__item a:focus, .strike-card__statuses-list__item a:active {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.availability-indicator {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 21px;
}
.availability-indicator__hint {
  padding: 0 15px;
}
.availability-indicator__graphic {
  display: flex;
  margin: 0 -2px;
}
.availability-indicator__graphic__item {
  display: block;
  flex: 0 0 auto;
  width: 4px;
  height: 21px;
  background: #393f4f;
  margin: 0 2px;
  border-radius: 2px;
}
.availability-indicator__graphic__item.positive {
  background: #79bd9a;
}
.availability-indicator__graphic__item.negative {
  background: #df405a;
}

.history {
  counter-reset: step 0;
  font-size: 15px;
  line-height: 22px;
}
.history li {
  counter-increment: step 1;
  -webkit-padding-start: 2.5rem;
          padding-inline-start: 2.5rem;
  padding-bottom: 8px;
  position: relative;
  margin-bottom: 8px;
}
.history li::before {
  position: absolute;
  content: counter(step);
  font-size: 0.625rem;
  font-weight: 500;
  inset-inline-start: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(1.375rem + 1px);
  height: calc(1.375rem + 1px);
  background: #282c37;
  border: 1px solid #8c8dff;
  color: #8c8dff;
  border-radius: 8px;
}
.history li::after {
  position: absolute;
  content: "";
  width: 1px;
  background: #8c8dff;
  bottom: 0;
  top: calc(1.875rem + 1px);
  inset-inline-start: 0.6875rem;
}
.history li:last-child {
  margin-bottom: 0;
}
.history li:last-child::after {
  display: none;
}
.history__entry h5 {
  font-weight: 500;
  color: #ffffff;
  line-height: 25px;
  margin-bottom: 16px;
}
.history__entry .status {
  border: 1px solid #313543;
  background: #282c37;
  border-radius: 4px;
}

.dashboard__counters {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  margin-bottom: 20px;
}
.dashboard__counters > div {
  box-sizing: border-box;
  flex: 0 0 33.333%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.dashboard__counters > div > div, .dashboard__counters > div > a {
  padding: 20px;
  background: var(--background-color);
  border-radius: 4px;
  border: 1px solid var(--background-border-color);
  box-sizing: border-box;
  height: 100%;
}
.dashboard__counters > div > a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  display: block;
}
.dashboard__counters > div > a:hover, .dashboard__counters > div > a:focus, .dashboard__counters > div > a:active {
  background: #282c37;
}
.dashboard__counters__num, .dashboard__counters__text {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 30px;
}
.dashboard__counters__text {
  font-size: 18px;
}
.dashboard__counters__label {
  font-size: 14px;
  color: #9baec8;
  text-align: center;
  font-weight: 500;
}

.dashboard {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-gap: 10px;
}
@media screen and (max-width: 1350px) {
  .dashboard {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
.dashboard__item--span-double-column {
  grid-column: span 2;
}
.dashboard__item--span-double-row {
  grid-row: span 2;
}
.dashboard__item h4 {
  padding-top: 20px;
}
.dashboard__quick-access {
  display: flex;
  align-items: baseline;
  border-radius: 4px;
  background: #6364ff;
  color: #ffffff;
  transition: all 100ms ease-in;
  font-size: 14px;
  padding: 0 16px;
  line-height: 36px;
  height: 36px;
  -webkit-text-decoration: none;
  text-decoration: none;
  margin-bottom: 4px;
}
.dashboard__quick-access:active, .dashboard__quick-access:focus, .dashboard__quick-access:hover {
  background-color: #563acc;
  transition: all 200ms ease-out;
}
.dashboard__quick-access.positive {
  background: #313543;
  color: #79bd9a;
}
.dashboard__quick-access.negative {
  background: #313543;
  color: #df405a;
}
.dashboard__quick-access span {
  flex: 1 1 auto;
}
.dashboard__quick-access .fa {
  flex: 0 0 auto;
}
.dashboard__quick-access strong {
  font-weight: 700;
}

body.rtl {
  direction: rtl;
}
body.rtl .reactions-bar {
  direction: rtl;
}
body.rtl .drawer__inner__mastodon > img {
  transform: scaleX(-1);
}
body.rtl .boost-modal__status-time {
  float: left;
}
body.rtl .compose-form .autosuggest-textarea__textarea {
  padding-right: 10px;
  padding-left: 32px;
}
body.rtl .columns-area {
  direction: rtl;
}
body.rtl .react-swipeable-view-container > * {
  direction: rtl;
}
body.rtl .account__avatar-wrapper {
  float: right;
}
body.rtl .column-header__setting-arrows {
  float: left;
}
body.rtl .setting-meta__label {
  float: left;
}
body.rtl .activity-stream .status.light {
  padding-left: 10px;
  padding-right: 68px;
}
body.rtl .status__info .status__display-name,
body.rtl .activity-stream .status.light .status__display-name {
  padding-left: 25px;
  padding-right: 0;
}
body.rtl .activity-stream .pre-header {
  padding-right: 68px;
  padding-left: 0;
}
body.rtl .activity-stream .pre-header .pre-header__icon {
  left: auto;
  right: 42px;
}
body.rtl .account__header__tabs__buttons > .icon-button {
  margin-right: 0;
  margin-left: 8px;
}
body.rtl .status__relative-time,
body.rtl .activity-stream .status.light .status__header .status__meta {
  float: left;
  text-align: left;
}
body.rtl .status__action-bar-button {
  float: right;
}
body.rtl .status__action-bar-dropdown {
  float: right;
}
body.rtl .detailed-status__display-name .display-name {
  text-align: right;
}
body.rtl .detailed-status__display-avatar {
  float: right;
}
body.rtl .admin-wrapper {
  direction: rtl;
}
body.rtl .simple_form .label_input__append::after {
  background-image: linear-gradient(to left, rgba(19, 20, 25, 0), #131419);
}
body.rtl .simple_form select {
  background: #282c37 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.933 18.467' height='19.698' width='15.929'><path d='M3.467 14.967l-3.393-3.5H14.86l-3.392 3.5c-1.866 1.925-3.666 3.5-4 3.5-.335 0-2.135-1.575-4-3.5zm.266-11.234L7.467 0 11.2 3.733l3.733 3.734H0l3.733-3.734z' fill='%2342485A'/></svg>") no-repeat left 8px center/auto 16px;
}
body.rtl .fa-chevron-left::before {
  content: "\f054";
}
body.rtl .fa-chevron-right::before {
  content: "\f053";
}
body.rtl .dismissable-banner__action,
body.rtl .warning-banner__action {
  float: left;
}

.emojione[title=":wavy_dash:"], .emojione[title=":top:"], .emojione[title=":tm:"], .emojione[title=":telephone_receiver:"], .emojione[title=":spider:"], .emojione[title=":soon:"], .emojione[title=":registered:"], .emojione[title=":on:"], .emojione[title=":heavy_plus_sign:"], .emojione[title=":heavy_multiplication_x:"], .emojione[title=":heavy_minus_sign:"], .emojione[title=":heavy_dollar_sign:"], .emojione[title=":heavy_division_sign:"], .emojione[title=":heavy_check_mark:"], .emojione[title=":end:"], .emojione[title=":currency_exchange:"], .emojione[title=":curly_loop:"], .emojione[title=":copyright:"], .emojione[title=":back:"] {
  filter: invert(1);
}

.hicolor-privacy-icons .status__visibility-icon.icon-globe,
.hicolor-privacy-icons .privacy-dropdown__option .icon-globe {
  color: #1976d2;
}
.hicolor-privacy-icons .status__visibility-icon.icon-unlock,
.hicolor-privacy-icons .privacy-dropdown__option .icon-unlock {
  color: #388e3c;
}
.hicolor-privacy-icons .status__visibility-icon.icon-lock,
.hicolor-privacy-icons .privacy-dropdown__option .icon-lock {
  color: #ffa000;
}
.hicolor-privacy-icons .status__visibility-icon.icon-envelope,
.hicolor-privacy-icons .privacy-dropdown__option .icon-envelope {
  color: #d32f2f;
}

.status__content__text pre,
.status__content__text blockquote,
.e-content pre,
.e-content blockquote,
.edit-indicator__content pre,
.edit-indicator__content blockquote,
.reply-indicator__content pre,
.reply-indicator__content blockquote {
  margin-bottom: 20px;
  white-space: pre-wrap;
  unicode-bidi: -webkit-plaintext;
  unicode-bidi: plaintext;
}
.status__content__text pre:last-child,
.status__content__text blockquote:last-child,
.e-content pre:last-child,
.e-content blockquote:last-child,
.edit-indicator__content pre:last-child,
.edit-indicator__content blockquote:last-child,
.reply-indicator__content pre:last-child,
.reply-indicator__content blockquote:last-child {
  margin-bottom: 0;
}
.status__content__text blockquote,
.e-content blockquote,
.edit-indicator__content blockquote,
.reply-indicator__content blockquote {
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
  -webkit-border-start: 3px solid #9baec8;
          border-inline-start: 3px solid #9baec8;
  color: #9baec8;
  white-space: normal;
}
.status__content__text blockquote p:last-child,
.e-content blockquote p:last-child,
.edit-indicator__content blockquote p:last-child,
.reply-indicator__content blockquote p:last-child {
  margin-bottom: 0;
}
.status__content__text > ul, .status__content__text > ol,
.e-content > ul,
.e-content > ol,
.edit-indicator__content > ul,
.edit-indicator__content > ol,
.reply-indicator__content > ul,
.reply-indicator__content > ol {
  margin-bottom: 20px;
}
.status__content__text h1,
.status__content__text h2,
.status__content__text h3,
.status__content__text h4,
.status__content__text h5,
.e-content h1,
.e-content h2,
.e-content h3,
.e-content h4,
.e-content h5,
.edit-indicator__content h1,
.edit-indicator__content h2,
.edit-indicator__content h3,
.edit-indicator__content h4,
.edit-indicator__content h5,
.reply-indicator__content h1,
.reply-indicator__content h2,
.reply-indicator__content h3,
.reply-indicator__content h4,
.reply-indicator__content h5 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.status__content__text h1,
.status__content__text h2,
.e-content h1,
.e-content h2,
.edit-indicator__content h1,
.edit-indicator__content h2,
.reply-indicator__content h1,
.reply-indicator__content h2 {
  font-weight: 700;
  font-size: 1.2em;
}
.status__content__text h2,
.e-content h2,
.edit-indicator__content h2,
.reply-indicator__content h2 {
  font-size: 1.1em;
}
.status__content__text h3,
.status__content__text h4,
.status__content__text h5,
.e-content h3,
.e-content h4,
.e-content h5,
.edit-indicator__content h3,
.edit-indicator__content h4,
.edit-indicator__content h5,
.reply-indicator__content h3,
.reply-indicator__content h4,
.reply-indicator__content h5 {
  font-weight: 500;
}
.status__content__text b,
.status__content__text strong,
.e-content b,
.e-content strong,
.edit-indicator__content b,
.edit-indicator__content strong,
.reply-indicator__content b,
.reply-indicator__content strong {
  font-weight: 700;
}
.status__content__text em,
.status__content__text i,
.e-content em,
.e-content i,
.edit-indicator__content em,
.edit-indicator__content i,
.reply-indicator__content em,
.reply-indicator__content i {
  font-style: italic;
}
.status__content__text sub,
.e-content sub,
.edit-indicator__content sub,
.reply-indicator__content sub {
  font-size: smaller;
  vertical-align: sub;
}
.status__content__text sup,
.e-content sup,
.edit-indicator__content sup,
.reply-indicator__content sup {
  font-size: smaller;
  vertical-align: super;
}
.status__content__text ul,
.status__content__text ol,
.e-content ul,
.e-content ol,
.edit-indicator__content ul,
.edit-indicator__content ol,
.reply-indicator__content ul,
.reply-indicator__content ol {
  -webkit-margin-start: 2em;
          margin-inline-start: 2em;
}
.status__content__text ul p,
.status__content__text ol p,
.e-content ul p,
.e-content ol p,
.edit-indicator__content ul p,
.edit-indicator__content ol p,
.reply-indicator__content ul p,
.reply-indicator__content ol p {
  margin: 0;
}
.status__content__text ul,
.e-content ul,
.edit-indicator__content ul,
.reply-indicator__content ul {
  list-style-type: disc;
}
.status__content__text ol,
.e-content ol,
.edit-indicator__content ol,
.reply-indicator__content ol {
  list-style-type: decimal;
}

.glitch.local-settings {
  position: relative;
  display: flex;
  flex-direction: row;
  background: #282c37;
  color: #ffffff;
  border-radius: 8px;
  height: 80vh;
  width: 80vw;
  max-width: 740px;
  max-height: 450px;
  overflow: hidden;
}
.glitch.local-settings label,
.glitch.local-settings legend {
  display: block;
  font-size: 14px;
}
.glitch.local-settings .boolean label,
.glitch.local-settings .radio_buttons label {
  position: relative;
  -webkit-padding-start: 28px;
          padding-inline-start: 28px;
  padding-top: 3px;
}
.glitch.local-settings .boolean label input,
.glitch.local-settings .radio_buttons label input {
  position: absolute;
  inset-inline-start: 0;
  top: 0;
}
.glitch.local-settings span.hint {
  display: block;
  color: #606984;
}
.glitch.local-settings h1 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 20px;
}
.glitch.local-settings h2 {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.glitch.local-settings__navigation__item {
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 15px 20px;
  color: inherit;
  background: #f2f5f7;
  border: 0;
  border-bottom: 1px #d9e1e8 solid;
  cursor: pointer;
  -webkit-text-decoration: none;
  text-decoration: none;
  outline: none;
  transition: background 0.3s;
  box-sizing: border-box;
  width: 100%;
  text-align: start;
  font-size: inherit;
}
.glitch.local-settings__navigation__item .text-icon-button {
  color: inherit;
  transition: unset;
  unicode-bidi: embed;
}
.glitch.local-settings__navigation__item:hover {
  background: #d9e1e8;
}
.glitch.local-settings__navigation__item.active {
  background: #6364ff;
  color: #ffffff;
}
.glitch.local-settings__navigation__item.close, .glitch.local-settings__navigation__item.close:hover {
  background: #df405a;
  color: #ffffff;
}

.glitch.local-settings__navigation {
  background: #f2f5f7;
  width: 212px;
  font-size: 15px;
  line-height: 20px;
  overflow-y: auto;
}

.glitch.local-settings__page {
  display: block;
  flex: auto;
  padding: 15px 20px;
  width: 360px;
  overflow-y: auto;
}

.glitch.local-settings__page__item {
  margin-bottom: 2px;
}
.glitch.local-settings__page__item .hint a {
  color: #606984;
  font-weight: 500;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.glitch.local-settings__page__item .hint a:active, .glitch.local-settings__page__item .hint a:focus, .glitch.local-settings__page__item .hint a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.glitch.local-settings__page__item #mastodon-settings--collapsed-auto-height {
  width: calc(4ch + 20px);
}

.glitch.local-settings__page__item.string,
.glitch.local-settings__page__item.radio_buttons {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 630px) {
  .glitch.local-settings__navigation {
    width: 40px;
    flex-shrink: 0;
  }
  .glitch.local-settings__navigation__item {
    padding: 10px;
  }
  .glitch.local-settings__navigation__item span:last-of-type {
    display: none;
  }
}
.deprecated-settings-label {
  white-space: nowrap;
}

.deprecated-settings-info {
  text-align: start;
}
.deprecated-settings-info ul {
  padding: 10px;
  -webkit-margin-start: 12px;
          margin-inline-start: 12px;
  list-style: disc inside;
}
.deprecated-settings-info a {
  color: #606984;
  font-weight: 500;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.deprecated-settings-info a:active, .deprecated-settings-info a:focus, .deprecated-settings-info a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.doodle-modal {
  width: unset;
}

.doodle-modal__container {
  background: #d9e1e8;
  text-align: center;
  line-height: 0;
}
.doodle-modal__container canvas {
  border: 5px solid #d9e1e8;
}

.doodle-modal__action-bar .filler {
  flex-grow: 1;
  margin: 0;
  padding: 0;
}
.doodle-modal__action-bar .doodle-toolbar {
  line-height: 1;
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  justify-content: space-around;
  gap: 0.75rem;
}
.doodle-modal__action-bar .doodle-toolbar.with-inputs label {
  display: inline-block;
  width: 70px;
  text-align: end;
  -webkit-margin-end: 2px;
          margin-inline-end: 2px;
}
.doodle-modal__action-bar .doodle-toolbar.with-inputs input[type=number],
.doodle-modal__action-bar .doodle-toolbar.with-inputs input[type=text] {
  width: 40px;
}
.doodle-modal__action-bar .doodle-toolbar.with-inputs span.val {
  display: inline-block;
  text-align: start;
  width: 50px;
}
.doodle-modal__action-bar .doodle-palette {
  -webkit-padding-end: 0 !important;
          padding-inline-end: 0 !important;
  border: 1px solid black;
  line-height: 0.2rem;
  flex-grow: 0;
  background: white;
}
.doodle-modal__action-bar .doodle-palette button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1rem;
  height: 1rem;
  margin: 0;
  padding: 0;
  text-align: center;
  color: black;
  text-shadow: 0 0 1px white;
  cursor: pointer;
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5);
  border: 1px solid black;
  outline-offset: -1px;
}
.doodle-modal__action-bar .doodle-palette button.foreground {
  outline: 1px dashed white;
}
.doodle-modal__action-bar .doodle-palette button.background {
  outline: 1px dashed red;
}
.doodle-modal__action-bar .doodle-palette button.foreground.background {
  outline: 1px dashed red;
  border-color: white;
}

:root {
  --tl-width: 720px;
  --emoji-size: 2em;
  --avatar-size: 46px;
  --radius: 12px;
  --radius-round: 24px;
  --panel-radius: var(--radius);
  --hover-color: rgba(170,170,170,0.07);
  --elevated-color: rgba(150,150,200,0.1);
  --elevated-tint: rgba(200,200,240,0.07);
  --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 24px -16px rgba(0,0,0,0.2);
  --shadow-med: 0 8px 60px -30px rgba(0,0,0,0.1);
  --column-shadow: 0 8px 24px 12px rgba(0,0,0,0.02);
}

@media (max-width: 889px) {
  :root {
    --panel-radius: 0px;
  }
}
.layout-multiple-columns {
  --panel-radius: 0px;
}

body {
  font-display: swap !important;
}

body:not(.admin)::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.06);
  z-index: -1;
}

p {
  line-height: 1.5;
}

input {
  text-align: start;
}

.button--block {
  font-weight: bold;
}

.unhandled-link span,
.mention span {
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}

.unhandled-link:not(:focus):not(:hover) span,
.mention:not(:focus):not(:hover) span {
  -webkit-text-decoration: underline !important;
  text-decoration: underline !important;
}

input,
.input-copy,
select,
textarea,
.compose-form__upload-thumbnail,
.button,
:not(.notification__filter-bar) > button:not(.column-header__button),
video,
.privacy-dropdown__dropdown,
.react-toggle-track,
.reply-indicator,
.compose-form__warning {
  border-radius: var(--radius);
}

button:focus-visible,
.focusable:focus-visible,
a:focus-visible,
.media-gallery__item-thumbnail:focus-visible {
  box-shadow: inset 0 0 0 2px #dc7b18;
  outline: 2px #dc7b18 solid;
  outline-offset: -2px;
}

:not(.radio-button__input):not(span) {
  border-color: var(--border-color) !important;
}

.nothing-here,
.column-inline-form,
.scrollable,
.detailed-status__action-bar,
.column-back-button,
.column-header__collapsible.collapsed,
.column-header__collapsible-inner,
.audio-player,
.search__input {
  border: 0 !important;
}

.account__section-headline,
.notification__filter-bar,
.column-header {
  border-inline: 0;
}

.account__section-headline,
.notification__filter-bar,
.column > .scrollable {
  background: none;
}

.account__avatar,
.account__avatar img,
#profile_page_avatar,
.account__avatar-composite,
.account-card__title__avatar img {
  border-radius: 25%;
  flex: none;
}

:not(body):not(.scrollable)::-webkit-scrollbar {
  width: 6px;
  margin-block: 10px;
}

:not(body):not(.scrollable)::-webkit-scrollbar-track {
  background: none;
}

:not(body):not(.scrollable)::-webkit-scrollbar-thumb {
  border-radius: 100px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

:not(body):not(.scrollable):not(:hover)::-webkit-scrollbar-thumb {
  background: none;
  padding-block: 10px;
}

@media (prefers-reduced-motion: no-preference) {
  body:not(.reduce-motion) .load-more,
  body:not(.reduce-motion) .setting-toggle,
  body:not(.reduce-motion) .column-header__back-button,
  body:not(.reduce-motion) .column-back-button,
  body:not(.reduce-motion) .trends__item,
  body:not(.reduce-motion) .story,
  body:not(.reduce-motion) .account__avatar,
  body:not(.reduce-motion) .button,
  body:not(.reduce-motion) .media-gallery__item,
  body:not(.reduce-motion) .column-link,
  body:not(.reduce-motion) select,
  body:not(.reduce-motion) .status-card,
  body:not(.reduce-motion) .audio-player,
  body:not(.reduce-motion) .account {
    transition: transform 0.4s cubic-bezier(0, 0, 0, 3), background 0.2s, opacity 0.2s !important;
  }
  body:not(.reduce-motion) .load-more:active,
  body:not(.reduce-motion) .setting-toggle:active,
  body:not(.reduce-motion) .column-header__back-button:active,
  body:not(.reduce-motion) .column-back-button:active,
  body:not(.reduce-motion) .trends__item:active,
  body:not(.reduce-motion) .story:active,
  body:not(.reduce-motion) .account__avatar:active,
  body:not(.reduce-motion) .button:active,
  body:not(.reduce-motion) .media-gallery__item:active,
  body:not(.reduce-motion) .column-link:active,
  body:not(.reduce-motion) select:active,
  body:not(.reduce-motion) .status-card:active,
  body:not(.reduce-motion) .audio-player:active,
  body:not(.reduce-motion) .account:active,
  body:not(.reduce-motion) .load-more:focus-visible,
  body:not(.reduce-motion) .setting-toggle:focus-visible,
  body:not(.reduce-motion) .column-header__back-button:focus-visible,
  body:not(.reduce-motion) .column-back-button:focus-visible,
  body:not(.reduce-motion) .trends__item:focus-visible,
  body:not(.reduce-motion) .story:focus-visible,
  body:not(.reduce-motion) .account__avatar:focus-visible,
  body:not(.reduce-motion) .button:focus-visible,
  body:not(.reduce-motion) .media-gallery__item:focus-visible,
  body:not(.reduce-motion) .column-link:focus-visible,
  body:not(.reduce-motion) select:focus-visible,
  body:not(.reduce-motion) .status-card:focus-visible,
  body:not(.reduce-motion) .audio-player:focus-visible,
  body:not(.reduce-motion) .account:focus-visible {
    transform: scale(0.99);
    transition: transform 0.4s cubic-bezier(0, 0, 0, 1) !important;
  }
  body:not(.reduce-motion) .column-header__button,
  body:not(.reduce-motion) .column-header__buttons > .column-header__back-button,
  body:not(.reduce-motion) .react-toggle-track,
  body:not(.reduce-motion) .icon-button,
  body:not(.reduce-motion) .floating-action-button {
    transition: transform 0.4s cubic-bezier(0, 0, 0, 4), background 0.2s !important;
  }
  body:not(.reduce-motion) .column-header__button:active,
  body:not(.reduce-motion) .column-header__buttons > .column-header__back-button:active,
  body:not(.reduce-motion) .react-toggle-track:active,
  body:not(.reduce-motion) .icon-button:active,
  body:not(.reduce-motion) .floating-action-button:active {
    transform: scale(0.95);
    transition: transform 0.4s cubic-bezier(0, 0, 0, 1) !important;
  }
  body:not(.reduce-motion) .status__content__spoiler-link span {
    display: inline-block;
    transition: transform 0.4s cubic-bezier(0, 0, 0, 4) !important;
  }
  body:not(.reduce-motion) .status__content__spoiler-link:active span {
    transition: transform 0.4s cubic-bezier(0, 0, 0, 1) !important;
    transform: translateY(1px);
  }
  .reduce-motion * {
    animation-duration: 0s !important;
  }
  @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 slideUp {
    from {
      transform: translateY(20px);
    }
  }
  @keyframes slideUpFade {
    from {
      transform: translateY(20px);
      filter: opacity(0);
    }
  }
  @keyframes slideDownFade {
    from {
      transform: translateY(-20px);
      filter: opacity(0);
    }
  }
  @keyframes slideUpBig {
    from {
      transform: translateY(50vh);
    }
  }
  @keyframes fadeUp {
    from {
      transform: translateY(10px);
      opacity: 0;
    }
  }
  @keyframes scaleIn {
    from {
      transform: scale(0.98);
      opacity: 0;
    }
  }
  @keyframes fadeLeft {
    from {
      transform: translateX(20px) opacity(0);
    }
  }
  @keyframes rainbow {
    to {
      filter: hue-rotate(360deg);
    }
  }
}
.columns-area__panels {
  --top: 5px;
  gap: 0;
}

@media (min-width: 1175px) {
  .columns-area__panels {
    padding-inline: 10px;
    padding-top: var(--top);
    box-sizing: border-box;
    transition: padding 0.4s;
    --top: 20px;
  }
}
@media (min-width: 1320px) {
  .columns-area__panels {
    --top: 30px;
  }
}
.compose-panel {
  overflow-y: auto;
  margin-top: calc(0px - var(--top));
  padding-top: var(--top);
  padding-bottom: 20px;
  padding-inline: 10px;
  box-sizing: border-box;
  max-height: unset !important;
  height: 100%;
}

.compose-panel > * {
  padding-inline: 0;
}

.compose-panel > .navigation-bar {
  padding-top: 0 !important;
}

.compose-panel .search,
.drawer .search {
  margin-bottom: 25px;
}

.search {
  border-radius: var(--radius);
  margin-inline: -5px;
}

.search label {
  box-sizing: border-box;
}

.search input {
  border-radius: var(--radius-round) !important;
}

.search .search__icon > i {
  margin-inline: 5px;
}

.search__popout {
  border-radius: var(--radius);
  animation: scaleIn 0.2s;
  box-shadow: var(--shadow-low);
  margin-top: 10px;
  margin-inline: 4px;
  width: calc(100% - 8px);
}

.navigation-bar .icon-button {
  width: auto !important;
  height: auto !important;
  padding: 8px;
}

.compose-form {
  min-height: unset;
  overflow: unset;
  gap: 15px;
  flex: 1 0 auto !important;
}

.compose-form > * {
  margin: 0 !important;
}

.compose-form > [aria-hidden=true] {
  display: none;
}

.compose-form > .navigation-bar {
  margin-top: 10px;
}

.compose-form .reply-indicator {
  position: relative;
  transition: min-height 0.1s;
}

.compose-form .reply-indicator__display-name {
  padding: 0;
}

.compose-form .compose-form__autosuggest-wrapper,
.compose-form .autosuggest-textarea__textarea {
  border-radius: var(--radius) var(--radius) 0 0 !important;
  border-bottom: 0;
}

.compose-form .compose-form__buttons-wrapper {
  border-radius: 0 0 var(--radius) var(--radius) !important;
}

.compose-form .compose-form__publish-button-wrapper {
  overflow: visible !important;
  max-width: 100%;
  padding: 0;
}

.compose-form .compose-form__upload__actions {
  z-index: 5;
  position: relative;
}

.compose-form .compose-form__upload__actions button {
  background: none;
}

.compose-form .compose-form__upload__thumbnail {
  display: flex;
  flex-direction: column;
}

.compose-form .compose-form__upload__warning {
  position: relative;
  flex-grow: 1;
  display: flex;
}

.compose-form .compose-form__upload__warning button {
  margin-top: auto;
}

.compose-form .compose-form__upload__warning button.active {
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 1.1em;
  color: inherit;
  transition: background 0.2s, transform 0.2s cubic-bezier(0, 0, 0, 1) !important;
}

.compose-form .compose-form__upload__warning button.active svg {
  height: 1.2em;
  width: 1.2em;
}

.compose-form .compose-form__upload__warning button.active:hover,
.compose-form .compose-form__upload__warning button.active:focus {
  background: rgba(20, 20, 20, 0.75);
}

.compose-form__highlightable {
  border-radius: var(--radius);
  overflow: visible !important;
}

.compose-form__highlightable #cw-spoiler-input {
  border-radius: 0 !important;
}

.compose-form__highlightable textarea {
  background: none !important;
}

.compose-form__highlightable > .compose-form__footer {
  gap: 12px;
}

.compose-form__highlightable > .compose-form__footer .compose-form__dropdowns {
  max-width: calc(100% - 7ch);
}

.compose-form__highlightable > .compose-form__footer .compose-form__actions {
  position: relative;
}

.compose-form__highlightable > .compose-form__footer .compose-form__buttons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 0;
  flex-grow: 9999;
}

.compose-form__highlightable > .compose-form__footer .compose-form__buttons * {
  display: flex;
  flex-grow: 1;
}

.compose-form__highlightable > .compose-form__footer .compose-form__buttons label {
  display: none;
}

.compose-form__highlightable > .compose-form__footer .compose-form__buttons button {
  flex-grow: 1;
  padding: 5px;
}

.compose-form__highlightable > .compose-form__footer .compose-form__submit button {
  padding: 8px 16px;
}

.compose-form__highlightable > .compose-form__footer .character-counter {
  position: absolute;
  inset-inline-end: 0;
  bottom: calc(100% + 12px);
  padding: 4px;
  font-size: 13px;
}

.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;
}

.server-banner .server-banner__description {
  border: 1px solid var(--border-color);
  padding: 14px 12px;
  margin-top: -20px;
  line-height: 1.5;
  border-radius: 0 0 var(--radius) var(--radius);
}

.server-banner .server-banner__meta {
  flex-direction: column;
}

.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;
}

.server-banner .server-banner__meta .server-banner__meta__column h4 {
  margin: 0;
  font-size: 0.9em !important;
  width: 100%;
}

.server-banner .server-banner__meta .server-banner__meta__column .account {
  margin-inline: -10px;
  padding: 10px !important;
  width: 100%;
}

.server-banner .server-banner__meta .server-banner__meta__column .account::after {
  content: unset !important;
}

.server-banner .server-banner__meta .server-banner__meta__column .server-banner__number,
.server-banner .server-banner__meta .server-banner__meta__column .server-banner__number-label {
  font-size: 1.1em;
  line-height: 2;
  -webkit-margin-end: 0.5em;
          margin-inline-end: 0.5em;
}

.server-banner .server-banner__meta .server-banner__meta__column .server-banner__number-label {
  font-weight: 400 !important;
}

.navigation-panel__sign-in-banner {
  margin-inline: 5px;
  position: relative;
}

.link-footer {
  margin-top: 20px;
}

.link-footer > p:last-child {
  margin-bottom: 0;
}

.columns-area {
  box-shadow: var(--column-shadow);
  padding: 0;
  overflow: visible;
}

.columns-area__panels__main {
  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) {
  .columns-area__panels__main {
    width: 0;
    flex-grow: 1;
    margin-inline: 10px;
    max-width: var(--tl-width) !important;
  }
}
@media (min-width: 1320px) {
  .columns-area__panels__main {
    margin: 0 20px;
  }
}
@media (min-width: 890px) {
  .columns-area__panels__main {
    display: grid;
    grid-template-columns: 100%;
  }
  .columns-area__panels__main .column,
  .columns-area__panels__main .columns-area {
    grid-column: 1;
    overflow: clip !important;
    border-radius: var(--radius) var(--radius) 0 0 !important;
  }
  .columns-area__panels__main .column > :first-child,
  .columns-area__panels__main .columns-area > :first-child {
    border-radius: var(--radius) var(--radius) 0 0 !important;
  }
}
.columns-area__panels__main > div {
  grid-row: 1;
}

.column {
  background: var(--background-color);
  overflow: clip;
}

.column::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--elevated-tint);
  pointer-events: none;
}

@media (min-width: 890px) {
  .layout-single-column .scrollable > [tabindex="-1"]:first-child {
    margin-top: 10px;
  }
  .layout-single-column .item-list > article:first-of-type {
    margin-top: 10px;
  }
  .layout-single-column .load-more,
  .layout-single-column .trends__item,
  .layout-single-column .focusable,
  .layout-single-column .entry,
  .layout-single-column .statuses-grid__item .detailed-status,
  .layout-single-column .story,
  .layout-single-column .account-card,
  .layout-single-column .scrollable :not(.focusable) > .account:not(.account--minimal),
  .layout-single-column .timeline-hint {
    margin-inline: 10px !important;
    max-width: calc(100% - 20px);
  }
}
.scrollable {
  padding-bottom: 40vh !important;
}

.empty-column-indicator,
.error-column {
  background: none;
}

.dismissable-banner {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 20px;
  margin: 0;
  border-radius: 0;
  border: 0;
  padding: 25px;
}

.dismissable-banner > div {
  padding: 0;
}

.dismissable-banner button {
  padding: 16px;
  margin: -16px -14px;
}

.tabs-bar__wrapper {
  grid-column: 2;
  border: 0 !important;
  padding-top: 0;
  transition: margin 0.2s cubic-bezier(0, 0, 0, 1.1), top 0.4s;
}

@media (min-width: 890px) {
  .tabs-bar__wrapper {
    margin-top: -100vh;
  }
}
.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;
}

.column-header__title {
  display: inline;
}

.column-header__title svg {
  vertical-align: -0.4em;
}

.announcements,
.column-header__collapsible:not(.collapsed) {
  flex-direction: column-reverse;
  align-items: flex-start;
  border: 0;
  animation: slideDownFade 0.3s backwards cubic-bezier(0, 1, 0, 1.2);
}

.column-header__collapsible {
  transition: none;
  background: var(--surface-background-color);
  overflow-y: auto !important;
}

.tabs-bar__wrapper .collapsed {
  display: none;
}

.announcements {
  background: var(--surface-background-color);
}

.announcements__container {
  width: 100% !important;
}

.announcements__mastodon {
  display: block !important;
  z-index: -1;
  position: relative;
}

.announcements__pagination {
  bottom: unset;
  padding-block: 0;
  display: flex;
  align-items: center;
}

.column-header__wrapper > :not(.column-header):not(.collapsed) {
  border-top: 2px solid var(--background-color) !important;
}

.column-header {
  overflow: hidden;
}

.column-header > button {
  z-index: 2;
}

.column-header__buttons {
  isolation: isolate;
}

.column-header__buttons button {
  transition: background 0.2s, transform 0.3s !important;
  position: relative;
  border-radius: 100px !important;
  min-width: 40px;
  margin: 5px;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  font-size: 0.9em;
  padding-inline: 10px;
}

.column-header__buttons button:not(.active) {
  background: var(--elevated-color) !important;
  z-index: 2;
}

.column-header__buttons button svg {
  margin: 0;
}

.column-header__buttons button span {
  display: none;
}

.column-header__buttons button::before {
  content: "";
  position: absolute;
  inset: -20px -800px;
  transform: scale(0);
  transform-origin: bottom center;
  background: var(--surface-background-color);
  z-index: -1;
  border-radius: 100px;
  pointer-events: none;
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
}

@media (prefers-reduced-motion) {
  .column-header__buttons button::before {
    transition: none !important;
  }
}
.column-header__buttons button.active::before {
  transform: scale(1, 5);
  opacity: 1;
  transition: transform 0.3s, opacity 0.1s;
}

@media (min-width: 890px) {
  .tabs-bar__wrapper {
    inset-inline: unset !important;
    height: 50px !important;
    top: 0;
    top: var(--top) !important;
    width: 285px;
    border-radius: var(--radius) var(--radius) !important;
    box-shadow: 0 12px 12px -12px rgba(0, 0, 0, 0.1);
    -webkit-margin-start: 20px;
            margin-inline-start: 20px;
  }
  .tabs-bar__wrapper .column-header__wrapper {
    display: flex;
    flex-direction: column;
    border-radius: var(--radius);
    overflow: hidden;
  }
  .tabs-bar__wrapper .column-header {
    background: none !important;
    overflow: hidden;
    border: 0;
  }
}
@media (min-width: 890px) and (max-width: 1319px) {
  .tabs-bar__wrapper {
    -webkit-margin-start: 10px;
            margin-inline-start: 10px;
  }
}
@media (min-width: 890px) and (max-width: 1174px) {
  .tabs-bar__wrapper {
    width: 265px;
    top: 10px !important;
  }
}
@media (min-width: 890px) {
  .column-back-button--slim {
    margin-left: auto !important;
    order: -1;
  }
  .column-back-button--slim > .column-back-button {
    margin-top: 0 !important;
    top: unset !important;
  }
}
.column-settings__row,
.column-settings__hashtags {
  gap: 0;
}

.column-settings h3 {
  font-size: 1em;
  margin-bottom: 8px;
}

.column-select__control {
  border-radius: var(--radius);
}

.local-settings__page__item,
.glitch-setting-text.glitch-setting-text,
.setting-toggle,
.app-form__toggle {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  position: relative;
  padding: 0.7em;
  background: var(--elevated-color);
  margin-block: 0 2px !important;
  overflow: hidden;
}

.local-settings__page__item:first-of-type,
.glitch-setting-text.glitch-setting-text:first-of-type,
.setting-toggle:first-of-type,
.app-form__toggle:first-of-type {
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
}

.local-settings__page__item:last-of-type,
.glitch-setting-text.glitch-setting-text:last-of-type,
.setting-toggle:last-of-type,
.app-form__toggle:last-of-type {
  border-bottom-left-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
}

.local-settings__page__item label,
.glitch-setting-text.glitch-setting-text label,
.setting-toggle label,
.app-form__toggle label,
.local-settings__page__item legend,
.glitch-setting-text.glitch-setting-text legend,
.setting-toggle legend,
.app-form__toggle legend {
  padding-block: 2px !important;
}

.local-settings__page__item label span::before,
.glitch-setting-text.glitch-setting-text label span::before,
.setting-toggle label span::before,
.app-form__toggle label span::before {
  content: "";
  position: absolute;
  inset: -900px;
}

.local-settings__page__item .react-toggle,
.glitch-setting-text.glitch-setting-text .react-toggle,
.setting-toggle .react-toggle,
.app-form__toggle .react-toggle {
  order: 2;
}

.local-settings__page__item .setting-toggle__label,
.glitch-setting-text.glitch-setting-text .setting-toggle__label,
.setting-toggle .setting-toggle__label,
.app-form__toggle .setting-toggle__label {
  margin-bottom: 0 !important;
  flex-grow: 1;
  width: 0;
}

.local-settings__page__item::before,
.glitch-setting-text.glitch-setting-text::before,
.setting-toggle::before,
.app-form__toggle::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--hover-color);
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}

.local-settings__page__item:hover::before,
.glitch-setting-text.glitch-setting-text:hover::before,
.setting-toggle:hover::before,
.app-form__toggle:hover::before,
.local-settings__page__item:focus-within::before,
.glitch-setting-text.glitch-setting-text:focus-within::before,
.setting-toggle:focus-within::before,
.app-form__toggle:focus-within::before {
  opacity: 1;
}

@media (min-width: 890px) and (max-width: 1174px) {
  .column-back-button--slim > .column-back-button {
    margin-top: -55px !important;
    top: unset !important;
  }
}
.navigation-panel.navigation-panel {
  box-sizing: border-box;
  height: calc(100vh - var(--top) - 50px + var(--radius));
  padding-bottom: 10px;
  margin: 0;
  border: 0;
  margin-top: calc(0px - var(--radius));
  padding-top: calc(10px + var(--radius));
  overflow-x: hidden;
  overflow-y: auto;
  overflow: hidden auto;
}

.navigation-panel.navigation-panel > hr {
  display: none;
}

@media (min-width: 1175px) {
  .navigation-panel.navigation-panel {
    padding-top: calc(var(--radius) + 10px);
    margin-top: calc(50px - var(--radius));
  }
  .navigation-panel.navigation-panel .navigation-panel__logo .column-link,
  .navigation-panel.navigation-panel .navigation-panel__logo hr {
    display: none !important;
  }
  .navigation-panel.navigation-panel .switch-to-advanced {
    border-radius: var(--radius);
    margin-top: 0;
  }
  .navigation-panel.navigation-panel [href="/settings/preferences"] {
    display: none !important;
  }
}
.column-link {
  border: 0;
  gap: 0;
}

.icon-with-badge__badge {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 0.3em !important;
  width: 2em;
  height: 2em;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  border-radius: 2em;
  font-weight: 600;
  font-size: 0.6em !important;
  top: -10px;
  box-sizing: border-box;
}

.column-header__back-button,
.column-back-button > svg,
.column-link__icon,
.column-header > button .column-header__icon {
  -webkit-margin-end: 0.7em;
          margin-inline-end: 0.7em;
  font-size: 16px !important;
  padding-right: 0 !important;
}

@media (min-width: 890px) {
  .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;
    border-radius: 100px;
    position: relative;
    box-sizing: border-box;
    opacity: 0.9;
    overflow: hidden;
    background: none !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;
  }
  .navigation-panel.navigation-panel .getting-started__trends {
    display: unset !important;
  }
}
.navigation-panel.navigation-panel .trends__item {
  margin: 0 !important;
}

.scrollable > div:first-child > [tabindex="-1"]:last-child .status__wrapper::after {
  content: unset;
}

.focusable,
.entry,
.statuses-grid__item .detailed-status,
.trends__item,
.story,
.account-card,
.scrollable :not(.focusable) > .account:not(.account--minimal),
.timeline-hint {
  overflow: hidden;
  contain: paint inline-size;
  position: relative;
  border-radius: var(--panel-radius);
  border: 0;
}

.focusable.focusable,
.entry.focusable,
.statuses-grid__item .detailed-status.focusable,
.trends__item.focusable,
.story.focusable,
.account-card.focusable,
.scrollable :not(.focusable) > .account:not(.account--minimal).focusable,
.timeline-hint.focusable {
  background: none;
}

@media (pointer: fine) {
  .focusable::before,
  .entry::before,
  .statuses-grid__item .detailed-status::before,
  .trends__item::before,
  .story::before,
  .account-card::before,
  .scrollable :not(.focusable) > .account:not(.account--minimal)::before,
  .timeline-hint::before {
    content: "";
    position: absolute;
    inset: 0px !important;
    height: unset !important;
    width: unset !important;
    pointer-events: none;
    transition: background-color 0.2s;
  }
  .focusable:hover::before,
  .entry:hover::before,
  .statuses-grid__item .detailed-status:hover::before,
  .trends__item:hover::before,
  .story:hover::before,
  .account-card:hover::before,
  .scrollable :not(.focusable) > .account:not(.account--minimal):hover::before,
  .timeline-hint:hover::before,
  .focusable:focus-within::before,
  .entry:focus-within::before,
  .statuses-grid__item .detailed-status:focus-within::before,
  .trends__item:focus-within::before,
  .story:focus-within::before,
  .account-card:focus-within::before,
  .scrollable :not(.focusable) > .account:not(.account--minimal):focus-within::before,
  .timeline-hint:focus-within::before {
    background-color: var(--hover-color);
  }
}
.focusable:not(:last-child)::after,
.entry:not(:last-child)::after,
.statuses-grid__item .detailed-status:not(:last-child)::after,
.trends__item:not(:last-child)::after,
.story:not(:last-child)::after,
.account-card:not(:last-child)::after,
.scrollable :not(.focusable) > .account:not(.account--minimal):not(:last-child)::after,
.timeline-hint:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0px;
  inset-inline: var(--radius);
  border-top: 1px solid var(--border-color);
  pointer-events: none;
}

.status__wrapper-reply.status--in-thread::after {
  top: 0;
}

.status--in-thread.status__wrapper-reply:not(.status--first-in-thread)::after,
.status--in-thread:not(.status__wrapper-reply)::after {
  border-top: 0 !important;
}

.detailed-status,
.status {
  padding: 16px;
}

.status__info .account__avatar,
.status__info .status__avatar {
  max-width: var(--avatar-size) !important;
  max-height: var(--avatar-size) !important;
}

.status__line {
  left: calc(16px + var(--avatar-size) / 2);
}

.status__prepend + .status:not(.status-direct) {
  padding-top: 0;
}

@media (max-width: 450px) {
  .status--in-thread {
    --avatar-size: 34px;
  }
  .status--in-thread .status__info ~ * {
    -webkit-margin-start: calc(var(--avatar-size) + 10px);
            margin-inline-start: calc(var(--avatar-size) + 10px);
    width: calc(100% - (var(--avatar-size) + 10px));
  }
}
.status__content {
  text-align: unset !important;
  line-height: 1.5;
}

.status__content.status__content--with-spoiler {
  overflow: visible;
}

.status__content.status__content--with-spoiler > p {
  margin-inline: -100px;
  padding-inline: 100px;
  overflow: hidden;
}

.status__content.status__content--with-spoiler > p:first-child {
  margin-bottom: 0;
}

.status__content p:empty {
  max-height: 0;
}

.status__content picture {
  display: contents;
}

.status__content .custom-emoji {
  display: inline-block;
  height: var(--emoji-size) !important;
  min-width: var(--emoji-size) !important;
  width: auto;
  margin: -0.2ex 0 0.2ex;
}

@media (prefers-reduced-motion: no-preference) {
  .custom-emoji {
    transition: transform 1s cubic-bezier(0, 0.7, 0, 1);
  }
  .custom-emoji:hover {
    transform: scale(1.7);
    transition: transform 0.4s cubic-bezier(0, 0.7, 0, 1);
  }
}
.status__content ~ [style*=aspect-ratio] {
  max-height: 80vh;
}

#mastodon .status__content__spoiler-link {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.4em 1.2em;
  border-radius: var(--radius-round);
  color: inherit;
  background: var(--elevated-color);
  margin-block: 8px;
}

#mastodon .status__content__spoiler-link::before,
#mastodon .status__content__spoiler-link::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--radius-round);
  background-color: var(--hover-color);
  opacity: 0;
  transition: opacity 0.2s;
}

#mastodon .status__content__spoiler-link::after {
  inset: -6px -9999px;
}

#mastodon .status__content__spoiler-link:hover::before,
#mastodon .status__content__spoiler-link:focus::before,
#mastodon .status__content__spoiler-link:hover::after,
#mastodon .status__content__spoiler-link:focus::after {
  opacity: 1;
}

.detailed-status__wrapper-direct .status__content,
.status-direct .status__content,
.status__wrapper-direct .status__content,
.conversation .status__content {
  position: relative !important;
  background: var(--elevated-color);
  padding: 12px 14px;
  border-radius: var(--radius-round);
  border-top-left-radius: 6px;
  box-sizing: border-box;
  margin-bottom: 0;
  overflow: hidden !important;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.detailed-status__wrapper-direct .status__content .media-gallery,
.status-direct .status__content .media-gallery,
.status__wrapper-direct .status__content .media-gallery,
.conversation .status__content .media-gallery {
  width: 999px;
  max-width: 100% !important;
}

.status__wrapper-direct:not(.detailed-status__wrapper-direct) .status__prepend {
  position: absolute;
  contain: strict;
}

.detailed-status {
  border: 0;
  padding-bottom: 4px;
}

.detailed-status__wrapper,
.detailed-status {
  box-shadow: var(--shadow);
}

.detailed-status__wrapper .status__content,
.detailed-status .status__content {
  min-height: unset !important;
}

.detailed-status__wrapper {
  isolation: isolate;
  background: none;
}

.detailed-status__wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--elevated-tint) !important;
  pointer-events: none;
  z-index: -1;
}

.detailed-status__wrapper .detailed-status {
  box-shadow: none;
}

.detailed-status__meta {
  margin-top: 14px;
  line-height: 2;
}

.detailed-status__meta > * {
  display: inline-flex;
  border: 0 !important;
  padding: 0 !important;
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
}

.detailed-status__meta > *:not(:last-child)::after {
  content: "·";
}

.media-gallery,
.video-player,
.status-card.horizontal.interactive,
.status-card,
.audio-player,
.picture-in-picture-placeholder {
  box-shadow: var(--shadow-low);
  border-radius: var(--radius) !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  animation: scaleIn 0.4s;
  max-width: unset !important;
}

.media-gallery:has(.spoiler-button:not(.spoiler-button--minified)) {
  height: 150px !important;
  aspect-ratio: unset !important;
}

.media-gallery__item {
  border-radius: 0;
}

.spoiler-button--minified button {
  padding: 6px !important;
  background: rgba(0, 0, 0, 0.2) !important;
}

.spoiler-button--minified button::after {
  content: "";
  position: absolute;
  inset: -50px;
}

.spoiler-button--minified button:hover {
  background: rgba(0, 0, 0, 0.4) !important;
}

.spoiler-button--minified .icon {
  width: 18px;
  height: 18px;
}

.status-card {
  align-items: stretch;
  gap: 0;
}

.status-card:not(.horizontal) {
  border: 1px solid var(--border-color) !important;
}

.status-card:not(.expanded) .status-card__image {
  overflow: hidden;
}

.status-card:not(.expanded) .status-card__image img {
  border-radius: 0;
}

.status-card:not(.interactive) .status-card__image {
  position: relative;
  aspect-ratio: unset !important;
}

.status-card__content {
  margin-block: auto;
  padding: 15px;
}

.status-card__host {
  font-size: 0.85em;
  line-height: 1.5;
  margin: 0;
}

.status-card__title {
  font-size: 1em;
  margin-top: 0.2em;
  margin-bottom: 0;
  line-height: 1.4;
}

.status-card__description {
  line-height: 1.4 !important;
  margin: 0;
}

@supports (-webkit-line-clamp: 8) {
  .status-card__description {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    white-space: unset;
  }
}
.status-card__author {
  margin-top: 0.4em;
  font-size: 0.85em;
}

.status-card:hover {
  background-color: var(--hover-color);
}

.more-from-author {
  background: none;
  border: 0;
  padding-top: 0;
  border-radius: var(--radius);
}

.audio-player .video-player__seek {
  margin: var(--radius);
}

.hashtag-bar {
  margin-top: 10px;
}

.hashtag-bar a,
.hashtag-bar button {
  color: var(--accent, #8c8dff);
  transition: opacity 0.2s;
  padding: 5px 10px;
}

.hashtag-bar a {
  position: relative;
  border-radius: var(--radius-round);
  background: var(--elevated-color);
}

.hashtag-bar a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--elevated-color);
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.2s;
}

.hashtag-bar a:hover,
.hashtag-bar a:focus {
  opacity: 1;
}

.hashtag-bar a:hover::after,
.hashtag-bar a:focus::after {
  opacity: 1;
}

.hashtag-bar button {
  padding-block: 0;
}

.status__action-bar {
  flex-wrap: wrap;
  margin-top: 0.4em;
  margin-bottom: -6px;
  gap: 0;
  -webkit-margin-start: -8px;
          margin-inline-start: -8px;
  pointer-events: none;
}

.status__action-bar > * {
  pointer-events: all;
  flex-grow: 1;
  max-width: 55px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.status__action-bar > * button.icon-button {
  width: 100% !important;
}

.status__action-bar > :not(.icon-button) {
  display: flex;
  height: 100%;
}

.status__action-bar .icon-button {
  margin: 0;
}

.status__action-bar .icon-button::before {
  content: "";
  position: absolute;
  inset: -0.5em;
}

.status__action-bar,
.detailed-status__action-bar,
.picture-in-picture__footer {
  position: relative;
  z-index: 2;
  justify-content: unset;
}

.status__action-bar .icon-button,
.detailed-status__action-bar .icon-button,
.picture-in-picture__footer .icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 0.4em !important;
  border-radius: var(--radius);
  position: relative;
}

.status__action-bar .icon-button .icon-button__counter,
.detailed-status__action-bar .icon-button .icon-button__counter,
.picture-in-picture__footer .icon-button .icon-button__counter {
  width: auto !important;
}

.status__action-bar .icon-button--with-counter,
.detailed-status__action-bar .icon-button--with-counter,
.picture-in-picture__footer .icon-button--with-counter {
  padding-inline: 0.7em !important;
}

.detailed-status__action-bar,
.picture-in-picture__footer {
  padding-inline: 15px !important;
  gap: 0;
}

.detailed-status__action-bar .icon-button,
.picture-in-picture__footer .icon-button {
  flex-grow: 1 !important;
}

.detailed-status__action-bar div,
.picture-in-picture__footer div {
  display: flex;
  justify-content: center;
  flex-grow: 1;
}

.account__wrapper {
  line-height: 1.5;
}

.account__contents {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  gap: 0 10px;
}

.display-name {
  margin-bottom: 1px !important;
}

.account:not(.account--minimal) .display-name__account {
  display: block;
  width: 300px;
}

.account__details {
  font-size: 0.9em;
  opacity: 0.8;
  width: 100px;
  flex-grow: 1;
  text-align: end;
  align-items: center;
  line-height: 1.2;
}

.account__details:has(.verified-badge) > :not(.verified-badge) {
  display: none;
}

.account__wrapper button:not(:hover):not(:focus) {
  background: var(--elevated-color);
  color: inherit;
}

.trends__item,
.story,
.account-card {
  animation: slideUpFade backwards 0.4s 0.24s cubic-bezier(0, 1, 1, 1);
  border-radius: var(--radius);
}

.trends__item:nth-child(1),
.story:nth-child(1),
.account-card:nth-child(1) {
  animation-delay: 0.04s;
}

.trends__item:nth-child(2),
.story:nth-child(2),
.account-card:nth-child(2) {
  animation-delay: 0.08s;
}

.trends__item:nth-child(3),
.story:nth-child(3),
.account-card:nth-child(3) {
  animation-delay: 0.12s;
}

.trends__item:nth-child(4),
.story:nth-child(4),
.account-card:nth-child(4) {
  animation-delay: 0.16s;
}

.trends__item:nth-child(5),
.story:nth-child(5),
.account-card:nth-child(5) {
  animation-delay: 0.2s;
}

.trends__item:nth-child(6),
.story:nth-child(6),
.account-card:nth-child(6) {
  animation-delay: 0.24s;
}

.explore__links {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.explore__links > .dismissable-banner {
  margin: -10px;
  margin-bottom: 10px;
}

.explore__links .story {
  margin-inline: 0 !important;
}

.trends__item {
  display: flex !important;
  margin-inline: 0 !important;
}

.trends__item__name a::before {
  content: "";
  position: absolute;
  inset: 0;
}

.trends__item__current {
  display: none;
}

.trends__item__sparkline {
  overflow: visible !important;
  pointer-events: none;
}

.trends__item__sparkline svg {
  overflow: visible !important;
}

.trends__item__sparkline path:first-child {
  filter: blur(8px);
}

.trends__item__sparkline path:last-child {
  mask: linear-gradient(to left, #000, #000, transparent);
  -webkit-mask: linear-gradient(to left, #000, #000, transparent);
}

.rtl .trends__item__sparkline {
  transform: scaleX(-1);
}

.explore__links .trends__item {
  margin: 7.5px !important;
  padding: 25px !important;
  box-shadow: var(--shadow-med);
  width: 200px;
  background: var(--elevated-color);
  flex-grow: 1;
}

.explore__links .trends__item::after {
  content: unset !important;
}

.explore__links .trends__item a {
  font-size: 1.4em;
  line-height: 1.7em;
}

.explore__links .trends__item a::before {
  content: "";
  position: absolute;
  inset: 0;
}

.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;
}

.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);
}

.explore__links .story {
  width: 100%;
  margin: 0;
}

.account__header {
  overflow: visible;
}

.follow-request-banner {
  margin-bottom: -100px;
  padding-bottom: 120px;
}

.account__header__image {
  height: 0;
  padding-bottom: 35%;
  border-radius: var(--panel-radius) var(--panel-radius) 0 0;
  position: -webkit-sticky;
  position: sticky;
  top: calc(0px - var(--panel-radius));
  overflow: clip;
}

.account__header__image img {
  position: absolute;
}

.account__header__image .account__header__info {
  position: absolute;
  z-index: 2;
  height: 100%;
}

.account__header__image .account__header__info > span {
  position: -webkit-sticky;
  position: sticky;
  top: var(--radius);
}

.account__header__bar {
  position: relative;
  z-index: 2;
  border: 0;
  padding-inline: 20px;
  border-radius: var(--radius) var(--radius) 0 0;
  margin-top: calc(0px - var(--radius)) !important;
  display: flex;
  flex-direction: column;
  background: var(--background-color);
  isolation: isolate;
}

@media (max-width: 890px) {
  .account__header__bar {
    padding-inline: 15px;
  }
}
.account__header__bar::before {
  content: "";
  background: var(--elevated-tint);
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.account__header__bar::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  height: 95px;
  background: inherit;
  z-index: -1;
  border-radius: var(--radius);
  -webkit-mask: linear-gradient(to bottom, transparent, #000);
          mask: linear-gradient(to bottom, transparent, #000);
}

.account__header__tabs {
  overflow: visible !important;
  align-items: flex-end;
  padding: 0;
  height: unset !important;
  margin-top: -55px !important;
}

.account__header__tabs::before {
  content: "";
  position: absolute;
  top: -55px;
  inset-inline: 0;
  height: 150px;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  filter: brightness(1.1);
  pointer-events: none;
  opacity: 0.7;
  z-index: -2;
  -webkit-clip-path: inset(55px 0 0 0 round var(--radius));
          clip-path: inset(55px 0 0 0 round var(--radius));
}

.account__header__tabs ~ div {
  z-index: 2;
}

.account__header__bar .avatar {
  -webkit-margin-start: 0 !important;
          margin-inline-start: 0 !important;
  overflow: visible !important;
  position: relative;
  margin-top: 20px;
}

.account__header__bar .avatar .account-role {
  position: absolute;
  bottom: 0;
  left: 110%;
  border-radius: var(--radius);
}

.account__header__bar .account__avatar {
  border: 0;
  box-shadow: var(--shadow);
  background: none;
  background-size: cover !important;
}

.account__header__tabs__name {
  margin-bottom: 0;
  padding: 0;
  margin-top: 16px;
}

.account__header__tabs__name h1 {
  display: flex;
  flex-wrap: wrap;
  white-space: unset;
  gap: 0 0.4em;
  font-weight: 600;
}

.account__header__extra {
  margin-top: 8px;
}

.account__header__fields,
.account__header__account-note {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  background: none;
  border-radius: var(--radius) !important;
  overflow: hidden;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border: 0 !important;
}

.account__header__fields dl {
  display: inline;
  border-radius: 0;
  overflow: hidden;
  border: 0 !important;
  padding: 8px 12px !important;
  position: relative;
  overflow: hidden;
  flex-grow: 1;
}

.account__header__fields dl:not(.verified) {
  background-color: var(--elevated-color);
}

.account__header__fields dl dt {
  all: unset !important;
  color: unset !important;
  opacity: 0.9 !important;
}

.account__header__fields dl dd {
  padding: 0;
  white-space: unset;
  max-height: unset;
  text-align: unset;
}

.account__header__fields dl dd > span > a:first-child:last-child::after,
.account__header__fields dl 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;
}

.account__header__fields dl dd > span > a:first-child:last-child:hover:after,
.account__header__fields dl dd .h-card:first-child:last-child a:hover:after,
.account__header__fields dl dd > span > a:first-child:last-child:focus:after,
.account__header__fields dl dd .h-card:first-child:last-child a:focus:after {
  opacity: 1;
}

.account__header__fields dl dd.verified {
  overflow: visible !important;
  border: 0;
  background: none;
}

.account__header__fields dl dd.verified a::before,
.account__header__fields dl dd.verified a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: currentcolor;
  opacity: 0.2;
}

.account__header__fields dl dd.verified a::after {
  background: linear-gradient(20deg, currentcolor, transparent) !important;
  opacity: 0.2 !important;
  z-index: -2;
}

.account__header__account-note {
  position: relative;
  font-size: 0.9em;
  max-width: unset;
  padding: 0.5em 10px !important;
  margin-block: -5px 10px;
  margin-inline: -10px !important;
  border-radius: var(--radius) !important;
}

.account__header__account-note::after {
  content: "";
  position: absolute;
  bottom: 0;
  inset-inline: 10px;
  border-top: 1px solid var(--border-color);
  transition: opacity 0.2s;
}

.account__header__account-note:focus-within::after {
  opacity: 0;
}

.account__header__account-note label {
  z-index: 2;
  margin: 0;
  pointer-events: none;
  font-size: inherit;
}

.account__header__account-note textarea {
  margin: -100px !important;
  padding: 100px !important;
  -webkit-padding-end: 0.7em !important;
          padding-inline-end: 0.7em !important;
  -webkit-margin-end: -0.7em !important;
          margin-inline-end: -0.7em !important;
  box-sizing: content-box;
  width: 100%;
  font-size: inherit;
  transition: background 0.2s;
}

.account__header__account-note textarea::-ms-input-placeholder {
  font-weight: 600;
}

.account__header__account-note textarea::placeholder {
  font-weight: 600;
}

.account-gallery__container {
  border-radius: var(--radius);
  overflow: clip;
  padding: 0;
  margin: 4px;
  gap: 4px;
  margin-bottom: calc(-40vh + 4px);
}

.account-gallery__item {
  margin: 0;
  flex: 1 1 calc(100px + 15%);
  transition: flex 0.7s cubic-bezier(0, 0, 0, 1);
  min-height: 180px !important;
}

.media-gallery__item-thumbnail {
  transition: transform 0.2s;
}

.account-gallery__item:hover,
.account-gallery__item:focus-within {
  flex-grow: 1.5;
}

.account-gallery__item:hover .media-gallery__item-thumbnail,
.account-gallery__item:focus-within .media-gallery__item-thumbnail {
  transform: scale(1.02);
}

.account-gallery__container > button {
  width: unset;
  flex-grow: 1;
  flex: 1 1 calc(100px + 15% - 24px);
  margin: 12px;
  font-size: 1.2em;
  font-weight: 700;
  background: var(--elevated-color);
  color: inherit;
}

.account-gallery__container > button:hover:not(:focus) {
  transform: scale(1.01);
}

.account-authorize__wrapper {
  background: var(--elevated-color);
  border-radius: var(--radius);
  overflow: hidden;
  flex-grow: 1;
  margin: 10px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 890px) {
  .account-authorize__wrapper {
    margin-inline: 10px;
  }
}
.layout-multiple-columns .account-authorize__wrapper {
  margin-inline: 10px;
}

.account-authorize__wrapper .account-authorize {
  padding: 20px 15px 10px;
}

.account-authorize__wrapper .detailed-status__display-name {
  margin-bottom: 10px !important;
}

.account-authorize__wrapper .account--panel {
  margin-top: auto;
  border-bottom: 0;
  padding-inline: 15px;
  gap: 10px;
  background: none;
}

.account-authorize__wrapper br {
  display: block;
}

.account-authorize__wrapper p {
  margin-bottom: 0.2em;
}

.account-authorize__wrapper .account--panel__button:first-child .icon-button:not(:hover):not(:focus) {
  background: var(--elevated-color);
}

.account-authorize__wrapper .icon-button {
  width: 100% !important;
  padding: 10px;
  height: unset !important;
}

.about__meta {
  border-radius: var(--radius);
}

.account--minimal {
  max-width: 100%;
}

.about__section {
  margin: 30px -20px;
  padding-inline: 20px;
  contain: inline-size paint;
}

.about__section.active .about__section__title {
  margin-inline: -20px;
  border-radius: 0;
  border-inline: 0;
  border-bottom: 0;
}

.about__section__title {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 2;
  background: var(--background-color-tint);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  overflow: hidden;
  transition: margin 0.2s cubic-bezier(0, 1, 0, 1), border-radius 0.2s;
}

.about__section__title::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--elevated-tint);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: -1;
}

.about__section__body {
  border: 0;
  padding: 0;
  animation: slideDownFade 0.4s 0.1s backwards cubic-bezier(0, 1, 0, 1.2);
}

.explore__search-results {
  border: 0;
}

.search-results__section__header {
  margin: 0px 0px 10px;
  color: unset;
  background: none;
  padding-inline: 25px;
  font-weight: 600;
}

.search-results__section {
  border: 0;
  margin-bottom: 20px;
}

.sidebar-wrapper {
  overflow: visible !important;
  width: unset;
}

.sidebar-wrapper__inner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  max-height: 100vh !important;
  overflow-y: auto !important;
  pointer-events: all !important;
  z-index: 100;
}

.sidebar-wrapper__inner .fa {
  -webkit-margin-end: 1em !important;
          margin-inline-end: 1em !important;
}

.sidebar-wrapper__inner .sidebar > ul > li {
  overflow: hidden;
  margin-inline: 15px !important;
}

.sidebar-wrapper__inner .sidebar > ul > li > a:not(.selected) {
  background: none;
}

.sidebar-wrapper__inner .sidebar > ul > li a {
  display: flex !important;
  align-items: center;
  white-space: unset;
}

.sidebar-wrapper__inner .sidebar > ul > li.selected {
  margin: 6px;
  border-radius: var(--radius);
}

.sidebar-wrapper__inner .sidebar > ul > li.selected > a.selected {
  font-weight: 600;
  color: unset;
  position: relative;
  overflow: visible;
  border-radius: 0 !important;
  border: 0;
}

.sidebar-wrapper__inner .sidebar > ul > li.selected > a.selected::after {
  content: "";
  position: absolute;
  top: 100%;
  inset-inline: 0;
  height: 9999px;
  background: inherit;
  z-index: -1;
}

.sidebar-wrapper__inner .sidebar > ul > li > ul {
  border-radius: var(--radius) !important;
  overflow: hidden !important;
  gap: 2px !important;
  margin: 8px;
  margin-top: 0;
  background: none;
}

.sidebar-wrapper__inner .sidebar > ul > li > ul > li {
  border-radius: 8px;
}

.sidebar-wrapper__inner .sidebar > ul > li > ul > li:not(:first-child):not(:last-child) {
  margin-block: 2px;
}

.sidebar-wrapper__inner .sidebar > ul > li > ul > li a {
  padding: 14px 16px;
  font-weight: 600;
  border: 0;
}

.sidebar-wrapper__inner .sidebar > ul > li > ul > li:not(.selected) a {
  background-color: rgba(150, 150, 250, 0.1);
}

.admin-wrapper .content__heading {
  margin-bottom: 2em;
}

.admin-wrapper h4 {
  margin: 0;
  border-bottom: 0;
}

.admin-wrapper form > h4 {
  margin-top: 2em !important;
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.admin-wrapper .lead {
  margin-bottom: 15px;
}

.admin-wrapper .flash-message,
.admin-wrapper .applications-list__item,
.admin-wrapper .filters-list__item {
  border-radius: var(--radius);
  border: 0;
  overflow: clip;
}

.admin-wrapper .fields-row {
  margin-inline: 0;
  border-radius: var(--radius);
  overflow: clip;
  padding-top: 0;
  gap: 2px;
  display: flex;
  flex-wrap: wrap;
}

.admin-wrapper .fields-group:not(.fields-row__column),
.admin-wrapper .fields-row {
  margin-bottom: 1em !important;
}

.admin-wrapper .fields-row > .fields-row__column {
  max-width: unset;
  width: 300px;
  border-radius: 0 !important;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin: 0 !important;
}

.admin-wrapper .fields-row > .fields-row__column .fields-group {
  border-radius: 0 !important;
  margin: 0 !important;
}

.admin-wrapper .fields-row > .fields-row__column .with_block_label {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.admin-wrapper .fields-row > .fields-row__column .with_block_label > .label_input {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.admin-wrapper .fields-row > .fields-row__column .with_block_label > .label_input > textarea {
  min-height: 300px;
  flex-grow: 1;
}

.admin-wrapper .fields-row > .fields-row__column > :last-child {
  flex-grow: 1;
  align-items: flex-start;
  border: 0;
}

.admin-wrapper .fields-row > .fields-row__column > :not(:first-child):not(:last-child) {
  padding-block: 0.5em !important;
  margin-block: -3px;
}

.admin-wrapper :not(.fields-row__column) > .fields-group,
.admin-wrapper .fields-row > *,
.admin-wrapper .label_input > ul,
.admin-wrapper .label_input__wrapper > ul,
.admin-wrapper .with_block_label.radio_buttons .label_input {
  border-radius: var(--radius);
  overflow: hidden;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.admin-wrapper :not(.fields-row__column) > .fields-group > *,
.admin-wrapper .fields-row > * > *,
.admin-wrapper .label_input > ul > *,
.admin-wrapper .label_input__wrapper > ul > *,
.admin-wrapper .with_block_label.radio_buttons .label_input > * {
  background-color: var(--elevated-color);
  padding: 0.8rem;
  margin-block: 0px;
  position: relative;
  border-radius: 0 !important;
  overflow: hidden;
}

.admin-wrapper :not(.fields-row__column) > .fields-group > *::after,
.admin-wrapper .fields-row > * > *::after,
.admin-wrapper .label_input > ul > *::after,
.admin-wrapper .label_input__wrapper > ul > *::after,
.admin-wrapper .with_block_label.radio_buttons .label_input > *::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--hover-color);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.2s;
}

.admin-wrapper :not(.fields-row__column) > .fields-group > *:hover::after,
.admin-wrapper .fields-row > * > *:hover::after,
.admin-wrapper .label_input > ul > *:hover::after,
.admin-wrapper .label_input__wrapper > ul > *:hover::after,
.admin-wrapper .with_block_label.radio_buttons .label_input > *:hover::after,
.admin-wrapper :not(.fields-row__column) > .fields-group > *:focus-within::after,
.admin-wrapper .fields-row > * > *:focus-within::after,
.admin-wrapper .label_input > ul > *:focus-within::after,
.admin-wrapper .label_input__wrapper > ul > *:focus-within::after,
.admin-wrapper .with_block_label.radio_buttons .label_input > *:focus-within::after {
  opacity: 1;
}

.admin-wrapper :not(.fields-row__column) > .fields-group :not(.input.with_block_label) > label::before,
.admin-wrapper .fields-row > * :not(.input.with_block_label) > label::before,
.admin-wrapper .label_input > ul :not(.input.with_block_label) > label::before,
.admin-wrapper .label_input__wrapper > ul :not(.input.with_block_label) > label::before,
.admin-wrapper .with_block_label.radio_buttons .label_input :not(.input.with_block_label) > label::before {
  content: "";
  position: absolute;
  inset: -900px;
}

.admin-wrapper .label_input__wrapper > :not([type=checkbox]):not(label) {
  margin-top: 4px;
}

.admin-wrapper .label_input {
  position: relative;
}

.admin-wrapper label {
  margin: 0 !important;
  display: flex;
  align-items: center;
  padding: 0 !important;
}

.admin-wrapper label input {
  margin: 0;
  -webkit-margin-end: 10px !important;
          margin-inline-end: 10px !important;
  position: static !important;
}

.admin-wrapper input,
.admin-wrapper .select {
  border-radius: var(--radius) !important;
  z-index: 2;
}

.admin-wrapper .radio {
  flex-grow: 1;
}

.admin-wrapper .radio:not(:last-child) {
  margin-bottom: 0 !important;
}

.admin-wrapper .hint:last-child {
  margin-bottom: 0 !important;
}

.admin-wrapper .input.with_block_label > .row {
  flex-wrap: wrap;
  margin: 0;
}

.admin-wrapper .input.with_block_label > .row > .string {
  padding: 0;
  width: 100%;
  margin: 0;
}

.admin-wrapper .input.with_block_label > .row > .string:first-child input {
  border-radius: var(--radius) var(--radius) 0 0 !important;
}

.admin-wrapper .input.with_block_label > .row > .string:last-child input {
  border-radius: 0 0 var(--radius) var(--radius) !important;
}

.admin-wrapper .input.with_block_label > .row:not(:last-child) {
  margin-bottom: 8px;
}

.admin-wrapper li.checkbox {
  flex-grow: 1;
  overflow: hidden;
}

.admin-wrapper ul {
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 2px;
  flex-grow: 1;
}

.admin-wrapper li.checkbox {
  flex-basis: 45%;
}

.admin-wrapper .spacer {
  border-top: 1px solid var(--border-color) !important;
}

.batch-table label {
  -webkit-padding-start: 20px !important;
          padding-inline-start: 20px !important;
}

.batch-table,
.table,
:not(.batch-table__row__content) > table {
  overflow: clip;
  border-radius: var(--radius);
  border-spacing: 0 2px;
  border-collapse: separate;
}

.batch-table__toolbar,
.batch-table__row,
.batch-table tr > *,
.table tr > *,
:not(.batch-table__row__content) > table tr > * {
  border: 0;
  margin-bottom: 2px !important;
}

.batch-table td,
.table td,
:not(.batch-table__row__content) > table td,
.batch-table th,
.table th,
:not(.batch-table__row__content) > table th,
.batch-table__row {
  position: relative;
}

.batch-table tr > td > div > span,
.table tr > td > div > span,
:not(.batch-table__row__content) > table tr > td > div > span,
.batch-table tr > th > div > span,
.table tr > th > div > span,
:not(.batch-table__row__content) > table tr > th > div > span {
  padding-inline: 0.7em;
  display: inline-block;
}

.keyboard-shortcuts {
  padding: 0;
  margin-top: -4px;
}

.keyboard-shortcuts table {
  width: 100%;
  border-radius: 0;
}

.keyboard-shortcuts td {
  padding: 0.7em;
}

.batch-table__row,
.batch-table th,
.table th,
:not(.batch-table__row__content) > table th,
.batch-table > tbody > tr > td,
.table > tbody > tr > td,
:not(.batch-table__row__content) > table > tbody > tr > td,
.batch-table tfoot td,
.table tfoot td,
:not(.batch-table__row__content) > table tfoot td {
  background: var(--elevated-color) !important;
  vertical-align: middle;
}

.batch-table__row::after,
.batch-table th::after,
.table th::after,
:not(.batch-table__row__content) > table th::after,
.batch-table > tbody > tr > td::after,
.table > tbody > tr > td::after,
:not(.batch-table__row__content) > table > tbody > tr > td::after,
.batch-table tfoot td::after,
.table tfoot td::after,
:not(.batch-table__row__content) > table tfoot td::after {
  content: "";
  position: absolute;
  inset: 0 0;
  background: var(--hover-color);
  opacity: 0;
  transition: 0.2s;
  pointer-events: none;
}

.batch-table__row:hover::after,
.batch-table th:hover::after,
.table th:hover::after,
:not(.batch-table__row__content) > table th:hover::after,
.batch-table > tbody > tr > td:hover::after,
.table > tbody > tr > td:hover::after,
:not(.batch-table__row__content) > table > tbody > tr > td:hover::after,
.batch-table tfoot td:hover::after,
.table tfoot td:hover::after,
:not(.batch-table__row__content) > table tfoot td:hover::after,
.batch-table__row:focus-within::after,
.batch-table th:focus-within::after,
.table th:focus-within::after,
:not(.batch-table__row__content) > table th:focus-within::after,
.batch-table > tbody > tr > td:focus-within::after,
.table > tbody > tr > td:focus-within::after,
:not(.batch-table__row__content) > table > tbody > tr > td:focus-within::after,
.batch-table tfoot td:focus-within::after,
.table tfoot td:focus-within::after,
:not(.batch-table__row__content) > table tfoot td:focus-within::after {
  opacity: 1;
}

.batch-table__row > a:first-child:last-child,
.batch-table th > a:first-child:last-child,
.table th > a:first-child:last-child,
:not(.batch-table__row__content) > table th > a:first-child:last-child,
.batch-table > tbody > tr > td > a:first-child:last-child,
.table > tbody > tr > td > a:first-child:last-child,
:not(.batch-table__row__content) > table > tbody > tr > td > a:first-child:last-child,
.batch-table tfoot td > a:first-child:last-child,
.table tfoot td > a:first-child:last-child,
:not(.batch-table__row__content) > table tfoot td > a:first-child:last-child {
  margin: 0;
  width: 100%;
  padding: 0.5em;
}

.batch-table th:hover td:not([rowspan])::after,
.table th:hover td:not([rowspan])::after,
:not(.batch-table__row__content) > table th:hover td:not([rowspan])::after,
.batch-table tr:hover td:not([rowspan])::after,
.table tr:hover td:not([rowspan])::after,
:not(.batch-table__row__content) > table tr:hover td:not([rowspan])::after,
.batch-table th:hover th:not([rowspan])::after,
.table th:hover th:not([rowspan])::after,
:not(.batch-table__row__content) > table th:hover th:not([rowspan])::after,
.batch-table tr:hover th:not([rowspan])::after,
.table tr:hover th:not([rowspan])::after,
:not(.batch-table__row__content) > table tr:hover th:not([rowspan])::after {
  opacity: 1 !important;
}

.batch-table th [rowspan]:hover ~ td::after,
.table th [rowspan]:hover ~ td::after,
:not(.batch-table__row__content) > table th [rowspan]:hover ~ td::after,
.batch-table tr [rowspan]:hover ~ td::after,
.table tr [rowspan]:hover ~ td::after,
:not(.batch-table__row__content) > table tr [rowspan]:hover ~ td::after {
  opacity: 0 !important;
}

.batch-table th [rowspan]::after,
.table th [rowspan]::after,
:not(.batch-table__row__content) > table th [rowspan]::after,
.batch-table tr [rowspan]::after,
.table tr [rowspan]::after,
:not(.batch-table__row__content) > table tr [rowspan]::after {
  inset-inline: -900px;
}

.layout-multiple-columns.layout-multiple-columns {
  --column-header-height: 45px;
}

.layout-multiple-columns.layout-multiple-columns .column-header,
.layout-multiple-columns.layout-multiple-columns .scrollable,
.layout-multiple-columns.layout-multiple-columns .column-back-button,
.layout-multiple-columns.layout-multiple-columns .account__header__image {
  border-radius: 0 !important;
  gap: 0 !important;
}

.layout-multiple-columns.layout-multiple-columns .columns-area {
  background: none !important;
  height: 100%;
}

.layout-multiple-columns.layout-multiple-columns .columns-area > div {
  border: 0 !important;
  padding: 0 !important;
}

.layout-multiple-columns.layout-multiple-columns .columns-area > div:not(.drawer):not(:last-child) {
  -webkit-margin-end: 2px !important;
          margin-inline-end: 2px !important;
}

.layout-multiple-columns.layout-multiple-columns .columns-area > div.column {
  flex-grow: 1;
  max-width: 600px;
}

.layout-multiple-columns.layout-multiple-columns .columns-area > div:first-child {
  -webkit-margin-start: auto !important;
          margin-inline-start: auto !important;
}

.layout-multiple-columns.layout-multiple-columns .columns-area > div:last-child {
  -webkit-margin-end: auto !important;
          margin-inline-end: auto !important;
}

.layout-multiple-columns.layout-multiple-columns .drawer.drawer {
  padding-top: 15px !important;
  overflow: clip;
  flex-grow: 1;
  max-width: 350px;
}

.drawer__header {
  border-radius: var(--radius-round);
  background: var(--elevated-color);
  margin-inline: 15px;
  overflow: hidden;
  border: 0 !important;
}

.drawer__header a {
  border: 0;
}

.drawer__header a:first-child {
  -webkit-padding-start: 15px !important;
          padding-inline-start: 15px !important;
}

.drawer__header a:last-child {
  -webkit-padding-end: 15px !important;
          padding-inline-end: 15px !important;
}

.layout-multiple-columns.layout-multiple-columns .drawer.drawer .search {
  z-index: 2;
  margin-inline: 15px;
  margin-bottom: 0;
}

.layout-multiple-columns.layout-multiple-columns .drawer.drawer > .drawer__pager {
  border: 0;
  overflow: visible !important;
}

.layout-multiple-columns.layout-multiple-columns .drawer.drawer .drawer__inner:not(.darker) {
  margin-top: -20px;
  padding-top: 30px;
  height: unset;
  bottom: 0;
}

.layout-multiple-columns.layout-multiple-columns .drawer.drawer .drawer__inner__mastodon {
  margin-inline: -6px;
  z-index: -1;
}

.layout-multiple-columns.layout-multiple-columns .compose-form {
  margin-inline: 5px;
}

.layout-multiple-columns.layout-multiple-columns .drawer__inner:not(.darker),
.layout-multiple-columns.layout-multiple-columns .drawer__inner__mastodon {
  background-color: transparent !important;
}

.layout-multiple-columns.layout-multiple-columns .darker {
  background-color: var(--surface-background-color);
  border-radius: var(--radius) var(--radius) 0 0;
  top: 10px;
  width: unset;
  inset-inline: 2px;
}

.layout-multiple-columns.layout-multiple-columns .column {
  background: none;
}

.layout-multiple-columns.layout-multiple-columns .column::after {
  content: "";
  position: absolute;
  inset: 0;
  top: var(--column-header-height);
  background: var(--background-color);
  z-index: -1;
}

.layout-multiple-columns.layout-multiple-columns .column::before,
.layout-multiple-columns.layout-multiple-columns .column::after {
  top: var(--column-header-height);
  border-radius: var(--radius) var(--radius) 0 0;
}

.layout-multiple-columns.layout-multiple-columns .column-back-button,
.layout-multiple-columns.layout-multiple-columns .column-header__wrapper {
  height: var(--column-header-height);
}

.layout-multiple-columns.layout-multiple-columns .column-back-button.active,
.layout-multiple-columns.layout-multiple-columns .column-header__wrapper.active {
  box-shadow: none;
}

.layout-multiple-columns.layout-multiple-columns .column-back-button.active::before,
.layout-multiple-columns.layout-multiple-columns .column-header__wrapper.active::before {
  inset-inline: var(--radius);
}

.layout-multiple-columns.layout-multiple-columns .column-back-button .column-header,
.layout-multiple-columns.layout-multiple-columns .column-header__wrapper .column-header {
  border: 0 !important;
  height: var(--column-header-height);
}

.layout-multiple-columns.layout-multiple-columns .column-back-button .column-header__buttons,
.layout-multiple-columns.layout-multiple-columns .column-header__wrapper .column-header__buttons {
  height: 100%;
}

.layout-multiple-columns.layout-multiple-columns .column-back-button svg,
.layout-multiple-columns.layout-multiple-columns .column-header__wrapper svg {
  height: 1.4em;
}

.layout-multiple-columns.layout-multiple-columns .column-back-button + .scrollable.scrollable,
.layout-multiple-columns.layout-multiple-columns .column-header__wrapper + .scrollable.scrollable {
  border-radius: var(--radius) var(--radius) 0 0 !important;
  overflow-y: scroll;
}

.layout-multiple-columns.layout-multiple-columns .getting-started__trends {
  padding: 0px 20px;
}

.column[aria-labelledby=Misc] > .scrollable,
.column[aria-labelledby=Getting-started] > .scrollable,
.getting-started {
  position: relative;
  padding: 5px 10px !important;
}

.column[aria-labelledby=Misc] > .scrollable .getting-started__wrapper,
.column[aria-labelledby=Getting-started] > .scrollable .getting-started__wrapper,
.getting-started .getting-started__wrapper {
  background: none;
}

.column[aria-labelledby=Misc] > .scrollable .column-link,
.column[aria-labelledby=Getting-started] > .scrollable .column-link,
.getting-started .column-link,
.column[aria-labelledby=Misc] > .scrollable .column-subheading,
.column[aria-labelledby=Getting-started] > .scrollable .column-subheading,
.getting-started .column-subheading {
  border: 0 !important;
  padding: 20px !important;
  background: none;
}

.column[aria-labelledby=Misc] > .scrollable .getting-started__footer,
.column[aria-labelledby=Getting-started] > .scrollable .getting-started__footer,
.getting-started .getting-started__footer {
  padding-inline: 20px;
}

.column[aria-labelledby=Misc] > .scrollable .getting-started__footer a span,
.column[aria-labelledby=Getting-started] > .scrollable .getting-started__footer a span,
.getting-started .getting-started__footer a span {
  font-size: 1.1em !important;
  line-height: 2;
}

@media (min-width: 890px) and (max-width: 1175px) {
  .ui__header {
    background: none !important;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    position: relative;
    -webkit-margin-end: 285px;
            margin-inline-end: 285px;
    border: 0 !important;
  }
  .navigation-panel {
    padding-inline: 10px;
  }
}
@media (max-width: 889px) {
  .ui__header {
    border-bottom: 0;
    box-sizing: content-box;
    height: auto;
    position: relative;
    box-sizing: border-box;
    gap: 5px 10px;
    flex-wrap: wrap;
    padding-block: 12px;
    border: 0 !important;
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
    background: none !important;
  }
  .ui__header .ui__header__logo {
    padding-block: 5px !important;
  }
  .ui__header .ui__header__links {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    position: -webkit-sticky;
    position: sticky;
    inset-inline-end: 55px;
    background: inherit;
  }
  :has(body) .ui__header .ui__header__links {
    right: 0;
  }
  .ui__header [href="/search"] {
    display: none;
  }
  .ui__header [href="/publish"] {
    position: fixed;
    bottom: 15px;
    inset-inline-end: 15px;
    border-radius: 100px !important;
    border-radius: var(--radius) !important;
    height: 60px;
    width: 60px;
    font-size: 0;
    box-shadow: var(--shadow-low);
    background: var(--surface-background-color);
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    touch-action: manipulation;
    animation: scaleIn 0.2s cubic-bezier(0, 0, 0, 1.1);
    visibility: visible;
  }
  .ui__header [href="/publish"]::before {
    content: "\f044";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    background: transparent;
    border-radius: inherit;
    transition: transform 0.4s cubic-bezier(0, 0, 0, 1) !important;
  }
  .ui__header [href="/publish"]:active {
    animation: rainbow 8s infinite linear !important;
  }
  .ui__header [href="/publish"]:active::before {
    background: #ee82ee;
    transform: scale(0.9);
    transition: background 1s, transform 0.4s cubic-bezier(0, 0.5, 0, 1) !important;
  }
  body:not(:has(.column-link.active)) .ui__header [href="/publish"]:not(:focus) {
    transform: scale(0.97) !important;
    opacity: 0 !important;
    pointer-events: none;
  }
  .ui__header [href^="/@"],
  .ui__header a.permalink[href] {
    position: fixed;
    inset-inline-end: 1px;
    width: 53px;
    display: flex;
    justify-content: center;
    background: inherit;
  }
  :has(body) .ui__header [href^="/@"],
  :has(body) .ui__header a.permalink[href] {
    position: static !important;
    width: unset;
  }
  .tabs-bar__wrapper {
    top: 0;
    z-index: 200;
  }
  .tabs-bar__wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--elevated-tint);
    pointer-events: none;
    z-index: 2;
  }
  @supports selector(.foxxo:has(.waf)) {
    [href="/publish"] {
      bottom: 70px !important;
    }
    .columns-area__panels {
      flex-direction: column;
    }
    .columns-area__panels__main {
      width: 100%;
      border-radius: var(--radius) !important;
      margin: 0 !important;
      border: 0 !important;
      overflow: clip !important;
      flex-grow: 1;
    }
    .tabs-bar__wrapper {
      transition: none !important;
    }
    .columns-area__panels__pane--navigational {
      display: contents;
    }
    .columns-area__panels__pane--navigational .columns-area__panels__pane__inner {
      position: static !important;
      order: -1;
      width: unset;
      height: auto;
      white-space: nowrap;
    }
    .columns-area__panels__pane--navigational .navigation-panel {
      flex-direction: row;
      margin: 0;
      padding: 12px;
      border-top: 1px solid;
      align-items: center;
      overflow: visible;
      height: auto;
    }
    .columns-area__panels__pane--navigational .navigation-panel .flex-spacer {
      display: none;
    }
    .columns-area__panels__pane--navigational hr {
      display: none;
    }
    .columns-area__panels__pane--navigational .trends__item__name > span,
    .columns-area__panels__pane--navigational .trends__item__sparkline {
      display: none;
    }
    .columns-area__panels__pane--navigational h4 a span::after {
      content: ":" !important;
    }
    .columns-area__panels__pane--navigational .navigation-panel__legal {
      display: contents;
    }
    .columns-area__panels__pane--navigational a {
      position: relative;
      overflow: hidden;
      border-radius: var(--radius);
      font-weight: 600;
      font-size: 1.1em;
      flex-grow: 1;
      text-align: center;
      min-width: -webkit-max-content;
      min-width: -moz-max-content;
      min-width: max-content;
      justify-content: center;
      transition: padding 0.2s;
      padding-inline: 6px;
    }
    .columns-area__panels__pane--navigational a::before {
      content: "";
      position: absolute;
      inset: 0;
      background: currentcolor;
      opacity: 0;
      border-radius: inherit;
      transition: inset 0.4s cubic-bezier(0, 0, 0, 1.2), opacity 0.2s;
    }
    .columns-area__panels__pane--navigational a svg {
      width: 1em;
      height: 1em;
      -webkit-margin-end: 0 !important;
              margin-inline-end: 0 !important;
    }
    .columns-area__panels__pane--navigational a.active {
      position: relative;
    }
    .columns-area__panels__pane--navigational a.active::before {
      inset: 0 !important;
      opacity: 0.1;
    }
    .columns-area__panels__pane--navigational span {
      display: unset !important;
      width: 0;
      flex-grow: 1;
      max-width: -webkit-max-content;
      max-width: -moz-max-content;
      max-width: max-content;
      overflow: hidden;
      text-overflow: ellipsis;
    }
  }
  :not(:has(.navigation-panel__sign-in-banner)) .columns-area__panels__main {
    margin-top: 2px !important;
  }
  :not(:has(.navigation-panel__sign-in-banner)) .ui__header {
    z-index: 199;
  }
  :not(:has(.navigation-panel__sign-in-banner)) .ui__header::before,
  :not(:has(.navigation-panel__sign-in-banner)) .ui__header::after {
    all: unset;
    content: "";
    position: fixed;
    bottom: 0;
    inset-inline: 0;
    background: var(--background-color);
    z-index: 200;
    height: 60px;
    visibility: visible;
    z-index: -1;
    border-top: 1px solid var(--background-border-color);
  }
  :not(:has(.navigation-panel__sign-in-banner)) .ui__header::after {
    background: var(--elevated-tint);
    border: 0;
  }
  :not(:has(.navigation-panel__sign-in-banner)) .navigation-panel {
    flex-wrap: wrap;
    border-top: none;
    margin-bottom: 8px;
    padding-block: 0;
  }
  :not(:has(.navigation-panel__sign-in-banner)) .navigation-panel a span {
    display: none !important;
  }
  :not(:has(.navigation-panel__sign-in-banner)) .navigation-panel [href="/settings/preferences"] {
    position: absolute;
    top: 12px;
    inset-inline-end: 60px;
    z-index: 900;
    padding-block: 0;
    height: 35px;
    width: 35px;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid var(--border-color);
  }
  :root {
    --selector: ".column-link[href="/home"],.column-link[href="/notifications"],.column-link[href="/explore"],.column-link[href="/public/local"],.column-link[href="/lists"]";
  }
  :not(:has(.navigation-panel__sign-in-banner)) .column-link[href="/home"],
  :not(:has(.navigation-panel__sign-in-banner)) .column-link[href="/notifications"],
  :not(:has(.navigation-panel__sign-in-banner)) .column-link[href="/explore"],
  :not(:has(.navigation-panel__sign-in-banner)) .column-link[href="/public/local"],
  :not(:has(.navigation-panel__sign-in-banner)) .column-link[href="/lists"] {
    position: fixed !important;
    display: flex;
    flex-direction: column;
    bottom: 4px;
    z-index: 201;
    font-size: 1.7em;
    margin: 0 !important;
    padding: 0 !important;
    height: 50px;
    align-items: center;
    justify-content: center;
    width: 19%;
    left: 0;
    box-sizing: border-box;
    padding: 1px !important;
  }
  :not(:has(.navigation-panel__sign-in-banner)) .column-link[href="/home"]::before,
  :not(:has(.navigation-panel__sign-in-banner)) .column-link[href="/notifications"]::before,
  :not(:has(.navigation-panel__sign-in-banner)) .column-link[href="/explore"]::before,
  :not(:has(.navigation-panel__sign-in-banner)) .column-link[href="/public/local"]::before,
  :not(:has(.navigation-panel__sign-in-banner)) .column-link[href="/lists"]::before {
    inset-inline: 6px;
  }
  :not(:has(.navigation-panel__sign-in-banner)) .column-link[href="/home"] span,
  :not(:has(.navigation-panel__sign-in-banner)) .column-link[href="/notifications"] span,
  :not(:has(.navigation-panel__sign-in-banner)) .column-link[href="/explore"] span,
  :not(:has(.navigation-panel__sign-in-banner)) .column-link[href="/public/local"] span,
  :not(:has(.navigation-panel__sign-in-banner)) .column-link[href="/lists"] span {
    margin: 0;
    font-size: 0;
    line-height: 1;
    opacity: 0;
    transition: font-size 0.4s, margin 0.7s, opacity 0.2s;
  }
  :not(:has(.navigation-panel__sign-in-banner)) .column-link[href="/home"] svg,
  :not(:has(.navigation-panel__sign-in-banner)) .column-link[href="/notifications"] svg,
  :not(:has(.navigation-panel__sign-in-banner)) .column-link[href="/explore"] svg,
  :not(:has(.navigation-panel__sign-in-banner)) .column-link[href="/public/local"] svg,
  :not(:has(.navigation-panel__sign-in-banner)) .column-link[href="/lists"] svg {
    width: 24px;
    height: 24px;
    transition: transform 0.1s;
  }
  :not(:has(.navigation-panel__sign-in-banner)) .column-link[href="/home"] {
    left: 2%;
  }
  :not(:has(.navigation-panel__sign-in-banner)) .column-link[href="/notifications"] {
    left: 21.25%;
  }
  :not(:has(.navigation-panel__sign-in-banner)) .column-link[href="/explore"] {
    left: 40.5%;
  }
  :not(:has(.navigation-panel__sign-in-banner)) .column-link[href="/public/local"] {
    left: 59.75%;
  }
  :not(:has(.navigation-panel__sign-in-banner)) .column-link[href="/lists"] {
    left: 79%;
  }
}
#hover-card,
.dropdown-menu {
  border-radius: var(--radius);
  animation: scaleIn 0.2s cubic-bezier(0, 0, 0, 1.1);
}

.dropdown-menu__container__list {
  overflow-x: hidden;
  overflow-y: auto;
  overflow: hidden auto;
  border-radius: var(--radius);
  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;
}

.interaction-modal {
  border-radius: var(--radius);
  overflow-y: auto;
  box-sizing: border-box;
  width: 700px;
  text-align: center;
}

.interaction-modal__choices {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}

.interaction-modal__choices .interaction-modal__choices__choice {
  max-height: 50vh;
  overflow-y: auto;
  border: 1px solid var(--border-color);
  padding: 24px;
  margin: 0;
  border-radius: var(--radius);
  transition: background 0.2s;
  position: relative;
}

.interaction-modal__choices .prose:last-child {
  margin-bottom: 0;
}

.interaction-modal__choices h3 {
  margin-bottom: 10px;
}

.modal-root__container {
  animation: bounceIn 0.7s;
}

@media (max-width: 890px) {
  .modal-root__modal {
    margin-top: auto;
    max-width: 100%;
    border-radius: var(--radius) var(--radius) 0 0;
  }
}
.picture-in-picture {
  z-index: 101;
}

.picture-in-picture .picture-in-picture__header {
  border-radius: var(--radius) var(--radius) 0 0;
}

.picture-in-picture .media-gallery,
.picture-in-picture .video-player,
.picture-in-picture .status-card.horizontal.interactive,
.picture-in-picture .status-card,
.picture-in-picture .audio-player,
.picture-in-picture .picture-in-picture-placeholder {
  --radius: 0;
  margin: 0 !important;
}

.picture-in-picture .picture-in-picture__footer {
  border-radius: 0 0 var(--radius) var(--radius);
}

.report-modal[style="max-width: 960px;"] {
  background: var(--background-color);
}

.report-modal[style="max-width: 960px;"],
.report-modal[style="max-width: 960px;"] * {
  color: inherit !important;
}

.report-modal[style="max-width: 960px;"] .report-modal__comment {
  min-width: unset;
  width: 370px;
  max-width: unset;
  flex: none;
  padding: 20px;
  height: 100%;
  overflow-y: auto;
}

.report-modal[style="max-width: 960px;"] .setting-text__wrapper {
  border-radius: var(--radius);
  overflow: hidden;
  background: none;
}

.report-modal[style="max-width: 960px;"] .setting-text__wrapper textarea {
  border: 0;
  max-height: unset !important;
  background: none;
}

.report-modal[style="max-width: 960px;"] .focal-point-modal__content {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  max-height: 100vh;
  flex-grow: 0 !important;
  max-width: 100%;
}

.report-modal[style="max-width: 960px;"] .focal-point {
  width: 100%;
  height: 100%;
}

.report-modal[style="max-width: 960px;"] .audio-player,
.report-modal[style="max-width: 960px;"] .focal-point img {
  width: unset !important;
  height: unset !important;
  max-height: 100% !important;
  max-width: 100% !important;
}

.report-modal[style="max-width: 960px;"] .audio-player {
  margin: 10px !important;
  width: 600px !important;
  max-width: calc(100% - 20px) !important;
}

.report-modal[style="max-width: 960px;"] .focal-point__reticle {
  box-shadow: 0 0 300px 200px rgba(0, 0, 0, 0.2);
}

@media not all and (max-width: 900px) {
  .report-modal[style="max-width: 960px;"] {
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
    max-height: 98vh;
    border: 0;
    box-shadow: var(--shadow);
    overflow: hidden;
    border-radius: var(--radius);
    width: 98vw;
  }
  .report-modal[style="max-width: 960px;"] .report-modal__container {
    flex-wrap: nowrap;
    border: 0;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    max-height: 100%;
  }
  .report-modal[style="max-width: 960px;"] .report-modal__target {
    position: absolute;
    padding: 24px 20px 12px;
    font-weight: bold;
    width: 348px;
    box-sizing: border-box;
    text-align: start;
    background: inherit;
  }
  .report-modal[style="max-width: 960px;"] .report-modal__close {
    position: fixed !important;
    right: 12px;
    top: 12px;
    order: 2;
    color: #fff;
    background: var(--modal-background-color);
    padding: 12px;
  }
  .report-modal[style="max-width: 960px;"] .report-modal__comment {
    padding-top: calc(30px + 2em);
    padding-bottom: 160px;
  }
  .report-modal[style="max-width: 960px;"] .focal-point-modal__content,
  .report-modal[style="max-width: 960px;"] .focal-point {
    overflow: visible;
  }
  .report-modal[style="max-width: 960px;"] .focal-point img {
    min-width: 500px;
  }
  .report-modal[style="max-width: 960px;"] .focal-point__preview {
    inset-inline-start: -220px;
    right: unset;
    bottom: 20px;
    pointer-events: none;
    text-align: end;
  }
  .report-modal[style="max-width: 960px;"] .focal-point__preview strong {
    color: inherit;
  }
  .report-modal[style="max-width: 960px;"] .focal-point__preview div {
    border-radius: var(--radius);
    box-shadow: none;
  }
}
@media (max-width: 900px) {
  .report-modal[style="max-width: 960px;"] {
    height: auto;
    width: 100vw;
    max-width: unset !important;
    border-radius: 0;
  }
  .report-modal[style="max-width: 960px;"] .report-modal__container {
    height: auto;
    min-height: 0;
  }
  .report-modal[style="max-width: 960px;"] .report-modal__container {
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    flex-grow: 1;
  }
  .report-modal[style="max-width: 960px;"] .report-modal__comment {
    width: 100%;
    border: 0;
    max-height: 70%;
    flex: 0 0 auto;
    height: unset;
    order: unset;
  }
}
.emoji-picker-dropdown__menu {
  border-radius: var(--radius);
  overflow: hidden;
  resize: both;
  width: 400px;
}

.emoji-mart {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  height: 100% !important;
}

.emoji-mart-scroll {
  flex-grow: 1;
  max-height: unset !important;
}

.emoji-mart-bar {
  order: 2;
}

.emoji-mart-category-list {
  overflow: visible !important;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(20px + 6%), 1fr));
}

.emoji-mart-category-list li {
  display: contents;
}

.emoji-mart-category-list button {
  position: relative;
  padding: 0 !important;
  padding-top: 100% !important;
}

.emoji-mart-category-list button img,
.emoji-mart-category-list button span {
  height: calc(100% - 10px) !important;
  width: calc(100% - 10px) !important;
  inset: 5px;
  position: absolute !important;
  transition: transform 0.1s cubic-bezier(0, 0, 0, 1);
}

.emoji-mart-category-list button:hover img,
.emoji-mart-category-list button:hover span {
  transform: scale(1.2);
}

.emoji-picker-dropdown__modifiers {
  top: 16px;
}

:root {
  --background-color-alt: transparent;
}

body.app-body.flavour-glitch > #mastodon .compose-form__autosuggest-wrapper > :last-child {
  padding-bottom: 2em !important;
}

body.app-body.flavour-glitch > #mastodon .compose-form__buttons {
  width: 100%;
}

body.app-body.flavour-glitch > #mastodon .compose-form__buttons > div:last-child {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}

body.app-body.flavour-glitch > #mastodon .compose-form__buttons-wrapper {
  position: relative;
}

body.app-body.flavour-glitch > #mastodon .character-counter__wrapper {
  position: absolute;
  inset-inline-end: 0;
  bottom: 100%;
  margin: 4px 4px;
  border-radius: 6px;
  padding: 0.1em 0.5em;
}

body.app-body.flavour-glitch > #mastodon .character-counter__wrapper span {
  font-size: 0.9em;
  font-weight: 500;
}

body.app-body.flavour-glitch > #mastodon .compose-form__highlightable {
  margin-bottom: 50px !important;
}

body.app-body.flavour-glitch > #mastodon .compose-form__submit {
  position: absolute;
  right: -12px;
  top: 100%;
  margin-top: 24px;
}

body.app-body.flavour-glitch > #mastodon .compose-form__submit button {
  padding: 10px 20px;
}

body.app-body.flavour-glitch > #mastodon .collapsed .status__content {
  height: auto !important;
  overflow: visible;
  -webkit-mask: unset !important;
          mask: unset !important;
}

body.app-body.flavour-glitch > #mastodon .collapsed .status__content .status__content__text {
  mask: linear-gradient(to bottom, #000 50px, transparent) !important;
  -webkit-mask: linear-gradient(to bottom, #000 50px, transparent) !important;
  max-height: 100px;
}

body.app-body.flavour-glitch > #mastodon .collapsed .status__content p:not(:last-child) {
  margin-bottom: 0.4em;
}

body.app-body.flavour-glitch > #mastodon .collapsed .status__content br {
  display: block;
}

body.app-body.flavour-glitch > #mastodon .collapsed .status__content::after {
  content: unset;
}

body.app-body.flavour-glitch > #mastodon .collapsed.muted .status__content__text ~ * {
  display: none;
}

@media (pointer: coarse) {
  body.app-body.flavour-glitch > #mastodon .status__info {
    align-items: center;
  }
  body.app-body.flavour-glitch > #mastodon .status__info__icons {
    height: auto;
  }
}
body.app-body.flavour-glitch > #mastodon .status {
  isolation: isolate;
  overflow: hidden;
}

body.app-body.flavour-glitch > #mastodon .status__info {
  pointer-events: none;
}

body.app-body.flavour-glitch > #mastodon .status__avatar,
body.app-body.flavour-glitch > #mastodon .status__info__icons {
  pointer-events: all;
}

body.app-body.flavour-glitch > #mastodon .status > :not(.status__content):not(.status__line) {
  position: relative;
  z-index: 2;
}

body.app-body.flavour-glitch > #mastodon .status:not(.status-direct) > .status__content {
  margin-block: -100px !important;
  padding-block: 100px !important;
}

body.app-body.flavour-glitch > #mastodon .full-width {
  margin-inline: 0 !important;
}

body.app-body.flavour-glitch > #mastodon .media-gallery__item > .media-gallery__preview {
  display: unset;
}

body.app-body.flavour-glitch > #mastodon .status__action-bar-spacer {
  min-width: 5px;
}

body.app-body.flavour-glitch > #mastodon .status__relative-time {
  margin-inline: auto 5px !important;
  z-index: 2;
  flex-grow: 0 !important;
  min-width: 5ch !important;
  max-width: unset !important;
  justify-content: flex-end;
}

body.app-body.flavour-glitch > #mastodon .status__relative-time time {
  display: inline !important;
}

body.app-body.flavour-glitch > #mastodon .reactions-bar {
  width: unset;
  margin-top: 8px;
  pointer-events: none;
}

body.app-body.flavour-glitch > #mastodon .reactions-bar button {
  pointer-events: all;
  border-radius: 6px !important;
  padding-block: 2px;
  border: 1px solid var(--border-color-2);
}

body.app-body.flavour-glitch > #mastodon .reactions-bar button .reactions-bar__item__emoji {
  height: 2em;
  width: 2em;
}

body.app-body.flavour-glitch > #mastodon .reactions-bar button:not(.active) {
  background: none;
}

body.app-body.flavour-glitch > #mastodon .reactions-bar:empty {
  display: none;
}

body.app-body.flavour-glitch > #mastodon .notification__message {
  padding-top: 15px;
}

body.app-body.flavour-glitch > #mastodon .notification__message + .status {
  padding-top: 5px !important;
}

body.app-body.flavour-glitch > #mastodon .column-settings__pillbar {
  border-radius: var(--radius);
}

body.app-body.flavour-glitch > #mastodon .pillbar-button {
  padding: 10px;
  border-radius: 4px;
}

body.app-body.flavour-glitch > #mastodon .column-header__notif-cleaning-buttons {
  flex-wrap: wrap;
}

body.app-body.flavour-glitch > #mastodon .column-header__notif-cleaning-buttons button {
  min-width: 50% !important;
}

body.app-body.flavour-glitch > #mastodon .notification__dismiss-overlay {
  position: absolute !important;
}

body.app-body.flavour-glitch > #mastodon .notification__dismiss-overlay .wrappy {
  box-shadow: none;
  background: none;
  border-top: 0;
}

body.app-body.flavour-glitch > #mastodon .local-settings {
  max-height: 700px !important;
  width: 100%;
}

body.app-body.flavour-glitch > #mastodon .glitch.local-settings__page {
  padding: 20px;
}

body.app-body.flavour-glitch > #mastodon .local-settings__navigation {
  display: flex;
  flex-direction: column;
  padding: 8px;
  background: none;
  border-right: 1px solid var(--border-color);
  width: auto;
}

body.app-body.flavour-glitch > #mastodon .local-settings__navigation .local-settings__navigation__item:not(.close):not(.active) {
  background: none;
}

body.app-body.flavour-glitch > #mastodon .local-settings__navigation .local-settings__navigation__item {
  border: 0;
  flex-direction: column;
  padding-inline: 8px;
}

body.app-body.flavour-glitch > #mastodon .local-settings__navigation .local-settings__navigation__item span {
  font-size: 0.8em;
}

body.app-body.flavour-glitch > #mastodon .local-settings__navigation [href="/settings/preferences"] {
  margin-block: auto 10px;
  border-radius: var(--radius);
  border: 1px solid var(--border-color);
}
