#lightboxOverlay {
  position: fixed !important;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
}
#lightbox {
  position: fixed !important;
  top: 50% !important;
  transform: translateY(-50%);
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'), url("fonts/MaterialIcons-Regular.012cf6a10129.woff") format('woff');
}
* {
  box-sizing: border-box;
}
html {
  padding: 0;
  margin: 0;
  font: 14px 'Trebuchet MS', sans-serif;
}
body {
  background: #9e8fc3;
  color: #171322;
  position: relative;
  padding: 0;
  margin: 0;
  min-width: 1182px;
}
a {
  color: #427651;
}
h1,
h2,
h3 {
  color: #3a2f55;
}
.hid {
  display: inline-block;
  border: 1px solid;
  font-weight: bold;
  border-radius: 3px;
  margin-right: 0.5rem;
  color: inherit;
  text-decoration: none;
  padding: 0 0.5rem;
  text-align: center;
}
.hid[data-user="true"] {
  border-radius: 3px 0 0 3px;
  border-right: none;
  margin-right: 25px;
  position: relative;
}
.hid[data-user="true"]:after {
  font-family: 'Material Icons', 'sans-serif';
  width: 20px;
  height: 20px;
  font-size: 18px;
  line-height: 18px;
  display: block;
  position: absolute;
  left: 100%;
  background: #427651;
  border-radius: 0 3px 3px 0;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  box-sizing: border-box;
  top: -1px;
  text-align: center;
  content: 'person';
}
.list-view-width {
  width: 960px !important;
}
@media screen and (max-width: 960px) {
  .list-view-width {
    width: 100% !important;
  }
}
.icon {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.app {
  width: 1182px;
  margin: 0 auto;
  position: relative;
  padding: 3rem 0 0;
}
.app__header {
  margin-bottom: 1rem;
}
.app__reply-form {
  display: none;
  position: fixed;
  z-index: 1;
}
.app__reply-form--visible {
  display: block;
}
.app__admin {
  position: fixed;
  top: 100px;
  right: 0;
  background: #427651;
  color: #fff;
  z-index: 2;
  text-decoration: none;
  font-size: 24px;
  padding: 0 9px;
  border: 1px solid #333;
  height: 32px;
  line-height: 30px;
  transform: rotate(270deg);
  transform-origin: 100% 100%;
  opacity: 0.5;
  font-weight: bold;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 2rem;
  height: 3rem;
  line-height: 3rem;
  z-index: 2;
  background: #3a2f55;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.header__inner {
  color: #f1eff6;
  background: #3a2f55;
  margin: 0 auto;
  width: 1182px;
  height: 100%;
  display: flex;
}
.header a {
  color: inherit;
}
.header__logo {
  display: inline-block;
  padding: 0 1rem 0 calc(32px + 1.5rem);
  border-right: 1px dotted #4a552f;
  font-size: 2rem;
  background: url("images/hexchan.a95795154c9e.svg") 1rem center no-repeat;
  text-decoration: none;
}
.header__logo:hover {
  box-shadow: inset 0 0 0 2px #427651;
}
.header__board-selector {
  border-right: 1px dotted #4a552f;
}
.header__catalog-link {
  padding: 0 1rem 0 calc(1rem + 24px);
  position: relative;
}
.header__catalog-link:hover {
  box-shadow: inset 0 0 0 2px #427651;
}
.header__catalog-link-icon {
  position: absolute;
  left: 0.5rem;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  font-size: 24px;
  fill: #f1eff6;
}
.header__spacer {
  flex: 1 1 auto;
  border-right: 1px dotted #4a552f;
}
.header__thread-hid {
  overflow: hidden;
  white-space: nowrap;
  font-size: 2rem;
  padding: 0 1rem;
  border-right: 1px dotted #4a552f;
}
.board-selector {
  position: relative;
  background: #3a2f55;
  color: #f1eff6;
}
.board-selector__button {
  padding: 0 1rem;
  font-size: 2rem;
  position: relative;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.board-selector__button:hover {
  box-shadow: inset 0 0 0 2px #427651;
}
.board-selector__list {
  line-height: initial;
  position: absolute;
  background: #3a2f55;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 3px 3px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.board-selector__item {
  padding: 0.5rem 1rem;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  border: 2px solid #3a2f55;
  border-top: 1px solid #3a2f55;
}
.board-selector__item[data-current] {
  color: #fff;
}
.board-selector__item:hover {
  box-shadow: inset 0 0 0 2px #427651;
}
.board-selector__button {
  overflow: hidden;
  white-space: nowrap;
}
.board-selector__list {
  width: 150px;
}
.board-selector__description {
  float: right;
}
.auth-menu {
  position: relative;
  background: #3a2f55;
  color: #f1eff6;
}
.auth-menu__button {
  padding: 0 1rem;
  font-size: 2rem;
  position: relative;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.auth-menu__button:hover {
  box-shadow: inset 0 0 0 2px #427651;
}
.auth-menu__list {
  line-height: initial;
  position: absolute;
  background: #3a2f55;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 3px 3px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.auth-menu__item {
  padding: 0.5rem 1rem;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  border: 2px solid #3a2f55;
  border-top: 1px solid #3a2f55;
}
.auth-menu__item[data-current] {
  color: #fff;
}
.auth-menu__item:hover {
  box-shadow: inset 0 0 0 2px #427651;
}
.board-selector:hover .board-selector__list,
.auth-menu:hover .auth-menu__list {
  opacity: 1;
  visibility: visible;
}
.thread {
  margin: 2rem 0;
}
.thread--hidden {
  display: none !important;
}
.thread--deleted {
  color: #777;
}
.thread__op-separator,
.thread__post-separator {
  height: 0.5rem;
}
.thread__deleted-label {
  padding: 0 2rem;
}
.thread-info {
  padding: 0.5rem 1rem;
  margin: 1rem -1rem -1rem;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px dotted #4a552f;
  color: #777;
}
.thread-info__item {
  margin-right: 1rem;
  padding-left: calc(18px + 0.2rem);
  position: relative;
}
.thread-info__icon {
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  text-align: right;
  fill: #777;
}
.post {
  padding: 1rem;
  position: relative;
  background: #c7bfdd;
  border-radius: 3px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.post--hidden {
  display: none;
}
.post--deleted {
  color: #777;
}
.post--op {
  padding-top: calc(1rem - 2px);
  border-top: 2px solid #427651;
}
.post__header {
  flex-wrap: wrap;
  align-items: center;
  margin: -0.25rem 0;
}
.post__body {
  margin-top: 1rem;
}
.post__body--flexible {
  display: flex;
}
.post__hid {
  margin: 0.25rem 1.75rem 0.25rem 0;
}
.post__date {
  margin: 0.25rem 1.75rem 0.25rem 0;
}
.post__heading__spacer {
  margin: 0.25rem 1.75rem 0.25rem 0;
}
.post__author {
  color: #427651;
  margin: 0.25rem 1.75rem 0.25rem 0;
  font-weight: bold;
}
.post__author--admin {
  color: #427651;
}
.post__author--admin:before {
  content: '★';
}
.post__author--admin:after {
  content: '★';
}
.post__author--anon {
  color: #171322;
}
.post__icons-and-buttons {
  display: inline-flex;
}
.post__button {
  display: inline-block;
  background: #555;
  width: 18px;
  height: 18px;
  font-size: 18px;
  border: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 2px;
  color: #fff;
  margin-right: 0.5rem;
  text-decoration: none;
}
.post__button:hover {
  background: #427651;
}
.post__button--admin {
  background: #427651;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}
.post__title {
  font-weight: bold;
  margin: 0.25rem 1.75rem 0.25rem 0;
}
.post__images {
  flex: 0 0 auto;
  margin-right: 1rem;
}
.post__images--multiple {
  width: 100%;
  margin-bottom: 1rem;
  margin-right: 0;
  display: flex;
  align-items: flex-start;
}
.post__image-wrap {
  text-decoration: none;
  margin: 0 1rem 0 0;
  display: block;
}
.post__image-wrap:last-child {
  margin-right: 0;
}
.post__image {
  display: block;
  margin: 0;
  padding: 0;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.post__admin-message {
  margin-top: 1rem;
  color: #552f31;
  font-style: italic;
}
.post__anchor {
  position: absolute;
  top: -2rem;
  left: 0;
}
.post__text {
  flex: 1 1;
  max-height: 30rem;
  overflow-y: auto;
}
.post__text *:first-child {
  margin-top: 0;
}
.post__text *:last-child {
  margin-bottom: 0;
}
.post__replies {
  margin-top: 1rem;
  font-size: 0.8rem;
  font-style: italic;
}
.post__reply:hover {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.post p {
  margin: 0.5rem 0;
  word-wrap: break-word;
}
.post blockquote {
  color: #765142;
  margin: 0.5rem 0;
}
.post a.ref:hover {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.catalog {
  margin-bottom: 0.5rem;
}
.catalog__items {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5rem;
}
.catalog-item {
  width: calc(16.66% - 1rem);
  margin: 0.5rem 0.5rem;
  padding: 1rem;
  background: #c7bfdd;
  color: #171322;
  border-radius: 3px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  text-decoration: none;
  display: block;
  position: relative;
}
.catalog-item:hover {
  box-shadow: inset 0 0 0 2px #427651;
}
.catalog-item__header {
  margin-bottom: 1rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog-item__image {
  border-radius: 3px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 0.5rem;
  display: block;
}
.catalog-item__image--empty {
  text-align: center;
  color: #777;
  font-weight: bold;
  padding: 2rem 0;
  font-size: 0.8rem;
  background: #f1eff6;
  width: 8rem;
  height: 6rem;
}
.catalog-item__title {
  font-weight: bold;
}
.catalog-item__text {
  font-size: 0.8rem;
  max-height: 4rem;
  overflow: hidden;
  position: relative;
  flex: 0 0 auto;
}
.catalog-item__text p,
.catalog-item__text blockquote {
  display: inline;
  margin: 0;
}
.catalog-item__info {
  float: right;
  display: flex;
}
.catalog-item__posts-count {
  padding-left: calc(18px + 0.2rem);
  position: relative;
  float: right;
  color: #777;
}
.catalog-item__posts-count-icon {
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  text-align: right;
  fill: #777;
}
.catalog-item__icon {
  width: 18px;
  height: 18px;
  color: #777;
  margin-right: 0.5rem;
}
.posting-form {
  display: flex;
  width: 100%;
  background: #c7bfdd;
  color: #171322;
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 3px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.posting-form__inner {
  width: 75%;
  flex: 1 1 auto;
}
.posting-form__header {
  position: relative;
  margin-bottom: 0.5rem;
}
.posting-form__rules {
  width: 25%;
  flex: 1 1 auto;
  padding-left: calc(1rem - 1px);
  border-left: 1px dotted #4a552f;
  margin-left: 1rem;
}
.posting-form__rules *:first-child {
  margin-top: 0;
}
.posting-form__rules *:last-child {
  margin-bottom: 0;
}
.posting-form__rules p {
  margin: 0.5rem 0;
}
.posting-form__rules li {
  margin: 0.5rem 0;
}
.posting-form__rules ul,
.posting-form__rules ol {
  padding: 0 0 0 1rem;
  margin: 0.5rem 0;
}
.posting-form__rules-header {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.posting-form__title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: bold;
  padding-left: 0rem;
}
.posting-form__field {
  display: flex;
  margin: 0.5rem 0;
  width: 100%;
}
.posting-form__field:first-child {
  margin-top: 0;
}
.posting-form__field:last-child {
  margin-bottom: 0;
}
.posting-form label {
  margin-right: 1em;
}
.posting-form input,
.posting-form textarea {
  font-family: inherit;
  font-size: inherit;
  padding: 10px 10px;
  border: 1px solid #427651;
  border-radius: 0 2px 2px 0;
  background: #f1eff6;
  color: #171322;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}
.posting-form input[type="file"] {
  background: #f1eff6;
  color: #427651;
  border: 1px solid #427651;
  border-radius: 0 2px 2px 0;
  padding: 6px 15px !important;
}
.posting-form textarea {
  resize: vertical;
  height: calc(8rem + 4px);
  width: 100%;
}
.posting-form__buttons {
  border-top: 1px dotted #4a552f;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  text-align: center;
}
.posting-form__submit {
  display: inline;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  background: #555;
  border-radius: 2px;
  padding: 0.5rem 1rem;
  line-height: 1rem !important;
  height: 2rem;
  border: none;
  cursor: pointer;
  font: inherit;
}
.posting-form__submit:hover {
  box-shadow: inset 0 0 0 2px #427651;
}
.posting-form__submit-confirm {
  display: flex;
  flex-direction: row;
  color: #fff;
  background: #555;
  border-radius: 2px;
  padding: 0.5rem 1rem;
  line-height: 1rem !important;
  height: 2rem;
  border: none;
  cursor: pointer;
  font: inherit;
  margin-right: 5px;
}
.posting-form__submit-confirm:hover {
  box-shadow: inset 0 0 0 2px #427651;
}
.footer {
  width: 100vw;
  position: fixed;
  height: 1.5rem;
  bottom: 0;
  left: 0;
  background: #3a2f55;
  box-shadow: 1px -2px 3px rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.footer__inner {
  color: #f1eff6;
  background: #3a2f55;
  padding: 0 1rem;
  margin: 0 auto;
  width: 1182px;
  height: 1.5rem;
}
.footer a {
  color: inherit;
}
.footer__page {
  margin-right: 0.5rem;
}
.footer__page--current {
  color: #427651;
}
.placeholder-item {
  padding: 1rem;
  color: #777;
  background: #c7bfdd;
  border-radius: 3px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.placeholder-item--thread {
  margin: 1rem 0;
}
.placeholder-item__text {
  margin-right: 0.5rem;
}
.placeholder-item__unhide-link {
  border-bottom: 1px dotted;
  cursor: pointer;
}
.board-header {
  width: 100%;
  margin: 1rem 0;
  padding: 1rem;
  background: #c7bfdd;
  color: #171322;
  border-radius: 3px;
  display: block;
  text-decoration: none;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.board-header__title {
  line-height: 2rem;
  font-size: 2rem;
  font-weight: bold;
  margin-right: 0.5rem;
}
.board-header__description {
  float: right;
}
.lockdown {
  margin: 1rem 0;
  padding: 1rem;
  background: #c7bfdd;
  color: #171322;
  border-radius: 3px;
  border: 3px solid #aa755f;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
}
.error-page {
  width: 1182px;
  margin: 2rem auto;
  padding: 1rem;
  border-radius: 3px;
  background: #c7bfdd;
  color: #171322;
  border: 3px solid #aa755f;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.error-page__header {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.error-page__code {
  font-size: 2rem;
  font-weight: bold;
}
.error-page__title {
  font-size: 1.5rem;
  font-weight: normal;
}
.cache-data {
  display: none;
}
.spoiler {
  cursor: pointer;
  background: #171322;
  transition: background 0.3s ease;
}
.spoiler:hover {
  background: transparent;
}
.captcha-widget {
  display: flex;
  margin-right: 1rem;
  align-items: center;
}
.captcha-widget__image-wrapper {
  position: relative;
  margin-right: 1rem;
}
.captcha-widget__image {
  display: block;
  background: transparent;
  color: transparent;
  box-shadow: inset 0 0 0 1px #427651;
  width: 200px;
  height: 40px;
}
.captcha-widget__input {
  margin-right: 1rem;
  width: 8rem;
}
.captcha-widget__button {
  right: 10px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  position: absolute;
  background: #555;
  padding: 0;
  border: 0;
  cursor: pointer;
  border-radius: 2px;
  color: #fff;
}
.captcha-widget__button:hover {
  box-shadow: inset 0 0 0 2px #427651;
}
.popup-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.ref-popup {
  width: 1082px;
  position: absolute;
  box-shadow: 0 0 0 1px #171322, 2px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.textarea-wrapper {
  flex: 1 0 0;
}
.board-block {
  margin-bottom: 2rem;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  margin: 15% auto;
  padding: 20px;
  width: 80%;
  display: flex;
  border-radius: 3px;
  background: #c7bfdd;
  color: #171322;
  border: 3px solid #aa755f;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.more-threads {
  margin-left: 10px;
}
.more-threads__images > a > img {
  padding: 0.8em;
  background-color: transparent;
  mix-blend-mode: luminosity;
}
.more-threads__images > a > img:hover {
  filter: grayscale(0%);
  background-color: unset;
  mix-blend-mode: unset;
}
@media screen and (max-width: 1182px) {
  .more-threads {
    margin-left: unset;
  }
  html {
    height: 100%;
    width: 100%;
    font-size: 12px;
  }
  body {
    height: 100%;
    width: 100%;
    min-width: initial;
    background: #9e8fc3;
  }
  h2,
  h3,
  h4,
  h5,
  p {
    margin: 10px 10px;
  }
  .hid[data-user="true"] {
    margin-right: 25px;
  }
  .app {
    width: 100%;
  }
  .header__inner {
    width: 100%;
  }
  .header__catalog-link {
    font-size: 0;
    padding: 0 1rem;
    width: calc(24px + 1rem);
    text-align: center;
  }
  .footer__inner {
    width: 100%;
  }
  .board-header {
    border-radius: 0;
    margin: 0;
  }
  .board-header__title {
    display: block;
  }
  .board-header__description {
    display: block;
    float: unset !important;
  }
  .thread__post-separator,
  .thread__op-separator {
    height: 1px;
    border-top: 1px dotted #4a552f;
    background: #c7bfdd;
  }
  .post {
    border-radius: 0;
    box-shadow: none;
  }
  .post__image {
    width: 100%;
    height: auto;
  }
  .post__images {
    max-width: 100%;
  }
  .post__header {
    display: flex;
    margin-left: auto;
  }
  .post__icons-and-buttons {
    margin-left: auto;
  }
  .posting-form {
    border-radius: 0;
    padding: 1rem;
    margin: 0 0 1rem;
    flex-wrap: wrap;
  }
  .posting-form__inner {
    order: 1;
    width: 100%;
  }
  .posting-form__rules {
    order: 0;
    width: 100%;
    margin: 0 0 1rem;
    padding: 0 0 0.5rem;
    border-style: dotted;
    border-color: #4a552f;
    border-width: 0 0 1px 0;
  }
  .posting-form ul {
    padding-left: 1.5rem;
  }
  .posting-form__site-rules {
    display: flex;
  }
  .posting-form__site-rules > * > * {
    margin-left: 5px;
    margin-right: 5px;
  }
  .captcha-widget {
    flex-wrap: wrap;
  }
  .ref-popup {
    width: 300px;
  }
  .catalog__items {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(250px, 1fr));
    grid-row-gap: 10px;
  }
  .catalog-item {
    border-radius: 0;
    width: 95%;
    box-shadow: none;
    margin: 0 auto;
    height: auto;
    border-bottom: 1px dotted #4a552f;
  }
  .catalog-item__body {
    display: flex;
  }
  .catalog-item__text {
    margin-left: 8px;
    flex: 1 1 auto;
    max-height: 11rem;
  }
  .catalog-item__text::after {
    background: unset;
  }
  .placeholder-item {
    color: #777;
    border-radius: 0;
    box-shadow: none;
  }
  .placeholder-item--thread {
    border-radius: 0;
  }
  .placeholder-item__text {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .app {
    width: 100%;
  }
  .catalog__items {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .header__logo {
    font-size: 0;
    padding: 0 1rem;
    width: calc(32px + 2rem);
    background-position: 50% 50%;
  }
}
@media screen and (max-width: 590px) {
  iframe {
    width: 100%;
  }
}
.pswp__custom-caption {
  background: #3a2f55;
  color: white;
  font-size: 16px;
  padding: 10px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 80%;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pswp__custom-caption a {
  color: #fff;
  text-decoration: underline;
}
.hidden-caption-content {
  display: none;
}
.auth-container {
  display: flex;
  flex-direction: row;
}
#auth-image-container {
  margin-right: 35px;
}
#auth-image-container > img {
  -webkit-filter: sepia(20%) hue-rotate(90deg) saturate(200%);
  filter: sepia(20%) hue-rotate(90deg) saturate(200%);
  width: 100%;
}
@media (max-width: 690px) {
  .auth-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #auth-image-container {
    margin-right: 0;
    margin-top: 20px;
    order: 2;
  }
}
input,
textarea {
  width: 100%;
  height: 40px;
  margin-bottom: 0.5em;
  border: 2px solid #9e8fc3;
  padding-left: 20px;
  padding-right: 20px;
  border-top-left-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}
/* Visibly hidden but accessible for SR */
.auth-container label + input[type="checkbox"],
.posting-form label + input[type="checkbox"] {
  border: initial;
  clip: initial;
  height: initial;
  margin: initial;
  overflow: initial;
  padding: initial;
  position: initial;
  width: initial;
}
.auth-container label,
.posting-form label {
  border: 0;
  padding: 0;
  font-weight: bold;
  color: #333;
}
label[for="id_remember"] {
  display: none;
}
label[for="id_prevent_bump"] {
  flex: none;
  flex-direction: row-reversestyle;
}
input,
select,
textarea,
button {
  transition: all 0.2s ease-in-out;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 5px #3a2f55 solid;
}
input[type=radio],
input[type=checkbox] {
  outline: unset;
}
input[type=radio] {
  width: unset;
}
#id_password_helptext {
  display: flex;
  margin-top: 5px;
  margin-bottom: 20px;
  justify-content: end;
}
#id_remember_helptext {
  font-size: 90%;
  font-weight: bold;
  margin-top: 2px;
}
p:has(#id_remember) {
  float: right;
}
p:has(input[type="radio"][name="email"]) {
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
  margin-top: 22px;
  margin-bottom: 12px;
}
input[type="radio"][name="email"] {
  height: unset;
  margin-right: 5px;
  margin-left: 30px;
}
label[for="id_email"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #9e8fc3;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
canvas.fade-in {
  opacity: 1;
}
.announcement-text {
  background-color: #9e8fc3;
  opacity: 0.9;
  padding: 0.4em 0.6em;
  line-height: 1.6em;
}
@media screen and (max-width: 460px) {
  .post__body--flexible {
    display: unset;
    margin-top: 1em;
  }
  .post__body--flexible .post__text {
    max-height: unset;
    margin-top: 1em;
  }
  .post__body--flexible .post__images {
    margin-top: 1em;
  }
}
body {
  background-image: url("images/background.2b3fdd27d6e4.webp");
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-attachment: fixed;
}
/*# sourceMappingURL=style.css.7c946b2f8a23.map */