@keyframes bg {
  0% {
    background: url("/assets/img/bg1.jpg");
    background-size: cover;
    opacity: 0;
  }
  25% {
    background: url("/assets/img/bg1.jpg");
    background-size: cover;
    opacity: 0.15;
  }
  50% {
    background: url("/assets/img/bg1.jpg");
    background-size: cover;
    opacity: 0;
  }
  51% {
    background: url("/assets/img/bgt2.jpg");
    background-size: cover;
    opacity: 0;
  }
  75% {
    background: url("/assets/img/bgt2.jpg");
    background-size: cover;
    opacity: 0.15;
  }
  100% {
    background: url("/assets/img/bgt2.jpg");
    background-size: cover;
    opacity: 0;
  }
}
@keyframes intro {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes post_intro {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  100% {
    opacity: 0.75;
    pointer-events: all;
  }
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes shuffle {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -5px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
#bganim {
  width: 100%;
  height: 100%;
  background: url("");
  background-size: cover;
  background-position: center;
  position: absolute;
  z-index: -100;
  -webkit-animation: infinite 20s bg;
  animation: infinite 20s bg;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

#bgholder {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -100;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.15;
}

#bgholder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

#bgholder img.active {
  opacity: 1;
}

#bgholder .bg_alt {
  filter: invert(1);
}

#homepage {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 100cqh;
  width: 100%;
}

#fxcontain {
  max-height: 850.629px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 2vw;
  column-gap: 2vw;
  padding: 3vh 5vw 4vh 7vw;
}

@media (max-width: 1800px) {
  #fxcontain {
    column-gap: 1vw;
    padding: 3vh 5vw 4vh 3vw;
  }
}
@media (max-width: 1200px) {
  #fxcontain {
    padding: 5vh 5vw 0 4vw;
  }
}
#fxside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 14vw;
  width: 14vw;
  max-width: 258px !important;
  box-sizing: border-box;
}

#avatar {
  width: 304px;
  height: 304px;
  max-width: min(31vh, 19vw);
  max-height: min(31vh, 19vw);
  background-image: url("/assets/img/avatar/1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 10;
  opacity: 0;
  transform: translateX(-84%) translateY(-88.5%);
  -webkit-animation: intro 0.3s ease-in 1s 1 forwards !important;
  animation: intro 0.3s ease-in 1s 1 forwards !important;
}

#fxmain {
  width: 100%;
  height: 100%;
  justify-content: center;
  max-width: 992.988px !important;
  max-height: 775px !important;
}

#fxmwindow {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: min(1156px, 80vw);
  background-image: url("/assets/img/mainframe.png");
  background-repeat: no-repeat;
  background-size: 100% 100%, contain;
  box-sizing: border-box;
  overflow: hidden;
  opacity: 0;
  height: 565.206px;
  width: 992.988px;
  max-height: 70vh;
  container-type: size;
  -webkit-animation: intro 0.3s ease-in 0.1s 1 forwards;
  animation: intro 0.3s ease-in 0.1s 1 forwards;
}

#postholder {
  max-width: 100cqw;
  height: 81.9cqh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 10.5cqh;
  margin-right: 6cqw;
  margin-bottom: 8cqh;
  margin-left: 6cqw;
  container-type: size;
}

#fxdialog {
  width: 97%;
  height: 169px;
  max-height: 22vh;
  margin-left: auto;
  margin-right: auto;
  background-image: url("/assets/img/diagframe.png");
  background-size: 100% 100%, contain;
  background-repeat: no-repeat;
  container-type: size;
  opacity: 0;
  -webkit-animation: intro 0.3s ease-in 0.5s 1 forwards;
  animation: intro 0.3s ease-in 0.5s 1 forwards;
}

#transmission {
  overflow: hidden;
  position: relative;
  top: 45cqh;
  left: 10.5cqw;
  letter-spacing: 10px;
  font-style: italic;
  white-space: nowrap;
  text-overflow: clip;
  width: 0;
  -webkit-animation: typing 1s linear 1s 1 forwards !important;
  animation: typing 1s linear 1s 1 forwards !important;
}

#fxright {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 0;
}

#menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: rgba(0, 0, 0, 0.9);
  padding: 30% 10% 10% 10%;
  box-sizing: border-box;
}

#menu a {
  transition: 0.6s;
  text-decoration: none;
}

#menu a:hover {
  font-style: oblique 20deg;
}

#menu img {
  width: 12vw;
  max-width: 288.11px;
}

#nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 150px;
}

.navarrow {
  display: inline;
  text-align: center;
  opacity: 0.2;
  transition: 0.5s;
  width: 3.6vw !important;
  margin: 0 5% 0 24px;
}

.navarrow img {
  width: auto !important;
  height: 16px !important;
}

.navlink:hover .navarrow {
  opacity: 1;
}

.postitem {
  padding: 15px 15px 15px 15px;
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  transition: 0.2s;
  max-width: 100cqw;
  pointer-events: none;
  opacity: 0;
  margin-bottom: 2cqh;
  margin-right: 4cqw;
  margin-left: 4cqw;
  -webkit-animation: post_intro 0.3s ease-in 0.1s forwards;
  animation: post_intro 0.3s ease-in 0.1s forwards;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

.postitem a {
  transition: 0.6s;
}

.postitem a:hover {
  font-style: oblique 20deg;
}

@media (max-width: 1590px) {
  .postitem:first-child {
    margin-top: 9cqh;
  }
}
@media (min-width: 1591px) {
  .postitem:nth-child(2) {
    margin-top: 9cqh;
  }
}
.postitem:hover {
  opacity: 1 !important;
  /*.postpreview {
    display: block;
  }*/
}

.postitem:nth-child(1n) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.postitem:nth-child(2n) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.postitem:nth-child(3n) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.postitem:nth-child(4n) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.postitem:nth-child(5n) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

.postitem:nth-child(6n) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.postitem:nth-child(7n) {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
}

.postitem:nth-child(8n) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.postitem:nth-child(9n) {
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
}

.postitem:nth-child(10n) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.postname {
  overflow: hidden;
  max-height: 100%;
}

#postpreview {
  display: none;
  margin-left: 28px;
  padding: 10px;
  position: absolute;
  z-index: 100;
  width: 500px;
  height: 400px;
  border: none;
}

#previewimg {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top left;
  object-position: top left;
  width: 100%;
  height: 100%;
}

.postdetail {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 5px;
  line-height: 1.6;
}

.credits {
  white-space: nowrap;
  text-overflow: clip;
  max-width: 80%;
  text-overflow: "...";
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.categimg {
  width: auto;
  height: 25px;
}

.postdate {
  float: right;
  text-align: right;
  opacity: 0.5;
  width: 150px;
}

.bigpost {
  height: 100px;
  min-height: 100px;
  border-radius: 25px;
  gap: 20px;
  background-position: 99.3% 7%;
  background-repeat: no-repeat;
  background-size: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
}

.bigpost .credits {
  max-width: 80%;
}

.newpostimg {
  height: 100px;
  width: 180px;
  background: gray;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}

.newpostdetail {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 80%;
  text-align: left;
  justify-content: space-between;
}

.newpostdetail h2 {
  font-family: "Redaction 20";
  margin: 0;
  margin-bottom: -10px;
}

label {
  font-size: 7pt;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.3);
  padding: 5px;
  text-shadow: none;
}

#fxrpanel {
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.6);
  color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  padding: 20px;
  width: 15vw;
  max-width: 330px !important;
  margin-top: 10vh;
  text-shadow: none;
  font-size: 10pt;
  animation: shuffle 5s infinite ease;
  /*a{
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 50px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    transition: 0.2s;
    font-size: 10pt;
  }

  a:hover{
    border-color: $primary !important;
    color: $primary !important;
  }*/
}

#fxrpanel h3 {
  font-family: "Redaction 20";
  margin: 0 0 -5px 0;
}

@media (max-width: 1590px) {
  #fxrpanel {
    display: none;
  }
}
.announcetext {
  font-family: monospace !important;
  font-size: 10pt;
}

.postnotice {
  display: none;
  height: unset !important;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  text-shadow: none;
  font-size: 10pt;
}

.postnotice div {
  width: 100%;
}

.postnotice p, .postnotice span {
  margin: 0;
}

.postnotice h3 {
  font-family: "Redaction 20";
  margin: 10px 0 5px 0;
}

@media (max-width: 1590px) {
  .postnotice {
    display: block;
  }
}
/*
#webring{
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
*/
.postinfo {
  position: fixed;
  top: 30px;
  left: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  padding: 15px 30px 13px 30px;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #ffffff;
  color: rgba(0, 0, 0, 0.9) !important;
  font-family: "AUTHENTIC Sans 90", serif !important;
  font-size: 10pt !important;
  opacity: 0.8;
  transition: 0.5s;
  z-index: 10;
}

.postinfo:hover {
  opacity: 1;
}

.postinfo b {
  margin-right: 20px;
}

.postinfo i {
  opacity: 0.5;
  float: right;
}

#postlogo img {
  height: 20px;
}

#backlink {
  display: none;
}

.postcontent {
  margin: 0 0 100px 0;
  max-width: 100%;
}

@media (min-width: 1000px) {
  .postarticle {
    max-width: 60% !important;
    margin-left: 20px;
  }
}
.postcontent * :not(h1, h2, h3, canvas) {
  padding: 10px 0 10px 0;
}

.postimg, .columns.focus {
  max-width: 80%;
  max-height: 60%;
}

.postimg img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

p:has(.postimg) em {
  position: relative;
  top: -15px;
  font-size: 11pt;
}

.columns + p:has(em) em {
  position: relative;
  top: -15px;
  font-size: 11pt;
}

.postbody {
  padding: 150px 40px 100px 40px;
  min-height: 100vh;
}

li:has(.postimg) {
  list-style-type: none;
}

@media (min-width: 1000px) {
  /*ul:has(.postimg) {*/
  ul.columns {
    width: 100%;
    height: 100%;
    opacity: 1;
    display: flex;
    flex: auto;
    gap: 1%;
    margin: 0 !important;
    padding: 0 0 0.8% 0 !important;
  }
  ul.columns li {
    width: 100%;
  }
  ul.columns * {
    padding: 0 !important;
  }
  ul.columns .postimg {
    height: auto;
    max-width: unset;
  }
  ul.columns .postimg img {
    width: 100%;
    height: 100%;
    -o-object-fit: unset;
    object-fit: unset;
  }
  ul.focus li {
    padding: 15% 30% 15% 30%;
  }
  ul.focus .postimg {
    max-width: unset;
  }
  ul.focus .postimg + em {
    position: relative;
    top: -15px;
    font-size: 11pt;
  }
  ul.extended {
    max-width: none !important;
  }
  ul.extended .postimg {
    max-width: none !important;
    width: 100vw;
    margin: -80px;
    padding: 80px 0 80px 0;
  }
  ul.extended .postimg img {
    width: 100vw;
  }
}
#three {
  height: 600px;
  width: 100%;
  border: 1px solid #333;
}

#mob_logo,
#mob_feed {
  display: none;
}

@media (max-width: 1000px) {
  .postcontent *[style] {
    margin: unset !important;
    padding: unset !important;
  }
  body {
    overflow-x: unset;
  }
  #homepage {
    overflow-x: unset;
    overflow-y: scroll;
    display: block;
  }
  #bgholder {
    height: 50vh;
  }
  #fxcontain {
    flex-direction: column;
    padding: 0;
    width: 100%;
  }
  #fxmwindow,
  #fxdialog,
  #avatar {
    display: none;
  }
  #fxside {
    background-color: transparent;
    width: 100% !important;
    padding: 3%;
    align-self: flex-start;
    max-width: unset;
  }
  #menu {
    background-color: transparent;
    width: 100% !important;
    flex-direction: column-reverse;
    padding: 0 0 10px 0 !important;
    justify-content: space-between;
    position: sticky;
    height: 250px;
  }
  #logoimg img {
    width: 50vw;
  }
  #mob_logo {
    display: block;
    position: fixed;
    top: 2%;
    right: 3%;
    width: 60px;
    height: auto;
    /*width: 130px !important;
    transform: rotate(-90deg) translateX(26%);
    transform-origin: bottom right;*/
    mix-blend-mode: difference;
    background-color: white;
    -webkit-filter: invert(1);
    filter: invert(1);
  }
  #nav {
    position: fixed;
    top: 20px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    max-width: 90%;
    flex-wrap: wrap;
  }
  .navlink {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12pt;
    transform: none;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
    padding: 10px 20px 10px 20px;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: #ffffff;
    margin-bottom: 0;
    opacity: 0.95;
  }
  .navlink a {
    text-decoration: none !important;
  }
  .navarrow {
    display: none;
  }
  #mob_feed {
    display: block;
  }
  .mob_post {
    background-color: #ffffff;
  }
  .mob_post a {
    text-decoration: none !important;
  }
  .mob_post hr {
    margin: 0 !important;
  }
  .mob_postdetails {
    padding: 1% 3% 6% 3%;
  }
  .mob_postdetails h2 {
    font-family: "Redaction 20";
    font-weight: 100;
    margin-bottom: 5px;
  }
  .mob_postdetails .postdate {
    float: unset;
    line-height: 2;
  }
  .mob_postpreview {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
  }
  .postinfo {
    position: fixed;
    top: 2%;
    left: 3%;
  }
  .postinfo span {
    display: none;
  }
  .postbody {
    padding: 3%;
  }
  .postcontent * {
    padding: 0 !important;
    margin: 0;
  }
  .postcontent {
    padding-top: 100px !important;
  }
  .postimg {
    max-width: 100%;
  }
}
.mob_notice {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.3);
  font-size: 9pt;
  padding: 4% 3% 1% 3%;
}

.mob_notice h3 {
  font-family: "Redaction 20";
  margin: 15px 0 -5px 0;
}

.mob_notice a {
  text-decoration: underline !important;
}

@font-face {
  font-family: "AUTHENTIC Sans 90";
  src: url("/assets/font/authentic.woff2");
}
@font-face {
  font-family: "Redaction 20";
  src: url("/assets/font/redaction.woff2");
}
body {
  margin: 0;
  font-family: "AUTHENTIC Sans 90", serif;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
  font-size: 12pt;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  box-sizing: border-box;
}

a {
  color: inherit;
}

hr {
  opacity: 0.3;
}

h1, h2, h3 {
  font-weight: normal;
}

blockquote {
  border-left: 1px solid rgba(0, 0, 0, 0.9);
  margin: 0;
  padding: 0 0 0 20px !important;
  font-style: italic;
}

.arcana_statement {
  display: flex;
  justify-content: center;
  font-size: 11pt;
  line-height: 1.7;
  text-align: center;
}
.arcana_statement p {
  padding: 0 5% 0 5% !important;
}
.arcana_statement .postimg {
  max-width: unset;
}
.arcana_statement #statement_logo {
  width: 100px !important;
}
@media screen and (min-width: 1000px) {
  .arcana_statement .postcontent {
    width: 60%;
  }
}
@media screen and (max-width: 1000px) {
  .arcana_statement #statement_logo {
    margin-bottom: 10px !important;
  }
  .arcana_statement .postcontent * {
    margin: revert !important;
  }
}
.arcana_statement #cardsimg {
  width: 45%;
  opacity: 0.5;
}

/*# sourceMappingURL=styles.css.map */