@charset "UTF-8";
/* member group colors from athena codes' list here:
   https://codepen.io/athenacodes/pen/ExMYXpg?editors=1000

   member group icons from yuan's list here:
   https://codepen.io/kingslayerr/pen/ZYzLXPx?editors=1000

   big mcthankies <3 */
@font-face {
  font-family: "Distrela Extra Light";
  src: url("https://files.jcink.net/uploads2/leaptesting/Ekahermawan___Distrela_Extra_Light.otf");
  ascent-override: 125%;
}
@font-face {
  font-family: "Distrela Light";
  src: url("https://files.jcink.net/uploads2/leaptesting/Ekahermawan___Distrela_Light.otf");
  ascent-override: 125%;
}
@font-face {
  font-family: "Distrela";
  src: url("https://files.jcink.net/uploads2/leaptesting/Ekahermawan___Distrela_Regular.otf");
  ascent-override: 125%;
}
@font-face {
  font-family: "Distrela Semibold";
  src: url("https://files.jcink.net/uploads2/leaptesting/Ekahermawan___Distrela_Semi_Bold.otf");
  ascent-override: 125%;
}
@font-face {
  font-family: "Distrela Bold";
  src: url("https://files.jcink.net/uploads2/leaptesting/Ekahermawan___Distrela_Bold.otf");
  ascent-override: 125%;
}
@font-face {
  font-family: "Distrela Extra Bold";
  src: url("https://files.jcink.net/uploads2/leaptesting/Ekahermawan___Distrela_Extra_Bold.otf");
  ascent-override: 125%;
}
@font-face {
  font-family: "Chronicle";
  src: url("https://files.jcink.net/uploads2/leaptesting/Chronicle_Deck_Bold.otf");
  ascent-override: 125%;
}
:root {
  scrollbar-width: thin;
  scrollbar-color: var(--bgInverse2) transparent;
  scroll-behavior: smooth;
  --bg1: #e3e3e3;
  --bg2: #d7d7d7;
  --bgInverse: #595959;
  --bgInverse2: #444;
  --accent: #897666;
  --title: "Distrela", serif;
  --titleL: "Distrela Light", serif;
  --titleEL: "Distrela Extra Light", serif;
  --titleSB: "Distrela Semibold", serif;
  --titleB: "Distrela Bold", serif;
  --titleEB: "Distrela Extra Bold", serif;
  --title2: "Chronicle", serif;
  --body: "Noto Serif", serif;
  --lightOutline: var(--bg1) 1px 0px 0px, var(--bg1) 0.540302px 0.841471px 0px,
  	var(--bg1) -0.416147px 0.909297px 0px, var(--bg1) -0.989993px 0.14112px 0px,
  	var(--bg1) -0.653644px -0.756803px 0px,
  	var(--bg1) 0.283662px -0.958924px 0px, var(--bg1) 0.96017px -0.279416px 0px;
  --darkOutline: var(--bgInverse) 1px 0px 0px,
  	var(--bgInverse) 0.540302px 0.841471px 0px,
  	var(--bgInverse) -0.416147px 0.909297px 0px,
  	var(--bgInverse) -0.989993px 0.14112px 0px,
  	var(--bgInverse) -0.653644px -0.756803px 0px,
  	var(--bgInverse) 0.283662px -0.958924px 0px,
  	var(--bgInverse) 0.96017px -0.279416px 0px;
  --astorRender: url("../img/the-wall-02.png");
  --astorRender2: url("../img/Vivi-Transparent2.png");
  --astorBorder: url("../img/Vivi2.png");
  --astorCat: url("../img/Vivi-Transparent.png");
  --astorIcon: url("../img/Vivvvv.png");
  --roseImg: url("../img/Rose-Small.png");
  --roseFill: url("../img/Rose-Small-Fill.png");
}

body {
  margin: 0px;
  background-color: var(--bg1);
}

body.darkmode {
  --bg1: #222;
  --bg2: #2b2b2b;
  --bg3: #333;
  --bgInverse: #999;
  --bgInverse2: #aaa;
  --bgInverse3: #ccc;
  --lightOutline: var(--bg1) 1px 0px 0px, var(--bg1) 0.540302px 0.841471px 0px,
  	var(--bg1) -0.416147px 0.909297px 0px, var(--bg1) -0.989993px 0.14112px 0px,
  	var(--bg1) -0.653644px -0.756803px 0px,
  	var(--bg1) 0.283662px -0.958924px 0px, var(--bg1) 0.96017px -0.279416px 0px;
  --darkOutline: var(--bgInverse) 1px 0px 0px,
  	var(--bgInverse) 0.540302px 0.841471px 0px,
  	var(--bgInverse) -0.416147px 0.909297px 0px,
  	var(--bgInverse) -0.989993px 0.14112px 0px,
  	var(--bgInverse) -0.653644px -0.756803px 0px,
  	var(--bgInverse) 0.283662px -0.958924px 0px,
  	var(--bgInverse) 0.96017px -0.279416px 0px;
}

.GID-hope {
  --accent: #b39a50;
}

.GID-fate {
  --accent: #986fa0;
}

.GID-unity {
  --accent: #a3757d;
}

.GID-liberty {
  --accent: #9da2cc;
}

.GID-fortune {
  --accent: #c77a5a;
}

.GID-entropy {
  --accent: #829199;
}

.GID-passion {
  --accent: #ba6a87;
}

.GID-knowledge {
  --accent: #b9adff;
}

.GID-vitality {
  --accent: #b28c70;
}

.GID-destruction {
  --accent: #9a8c98;
}

.GID-space {
  --accent: #a1b66f;
}

.GID-time {
  --accent: #b6565d;
}

.GID-order {
  --accent: #897666;
}

.GID-unbound {
  --accent: #b6565d;
}

.astor {
  padding: 50px;
  padding: clamp(35px, 5vw, 125px);
  color: var(--bgInverse);
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.astor::before {
  content: "";
  display: block;
  position: absolute;
  top: 27px;
  left: 2px;
  right: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--accent)), to(transparent));
  background: linear-gradient(to bottom, var(--accent), transparent);
  background-position: bottom center;
  background-size: 500% 500%;
  height: 150px;
  pointer-events: none;
}

@media (max-width: 1149px) {
  .astor::before {
    background-size: 200% 200%;
  }
}
.astor::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  left: 2px;
  right: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--accent)), to(transparent));
  background: linear-gradient(to top, var(--accent), transparent);
  background-position: top center;
  background-size: 500% 500%;
  height: 600px;
  pointer-events: none;
}

.astor-border {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 24px;
  z-index: 100000000;
  background-color: var(--bgInverse2);
  border-bottom: solid 1px var(--bgInverse2);
  -webkit-box-shadow: 0px 2px 0px var(--bg1);
          box-shadow: 0px 2px 0px var(--bg1);
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  overflow: hidden;
}

.astor-border div {
  background-color: var(--accent);
  background-image: var(--astorBorder);
  background-size: cover;
  background-position: bottom;
  mix-blend-mode: lighten;
  width: 100%;
  height: 100%;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.darkmode .astor-border {
  border-color: var(--bgInverse3);
  background-color: var(--accent);
}

.darkmode .astor-border div {
  background-color: var(--bgInverse3);
}

.astor-menu-back {
  background-color: var(--bg1);
  position: fixed;
  z-index: 10;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 27px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  pointer-events: none;
}

.menu .astor-menu-back {
  opacity: 1;
}

.astor-menu-bulk {
  background-color: var(--bg1);
  padding: clamp(35px, 5vw, 125px);
  display: grid;
  grid-template-rows: 210px auto;
  gap: 50px;
  position: fixed;
  z-index: 11;
  top: 27px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: top 0.5s, opacity 0.5s;
  transition: top 0.5s, opacity 0.5s;
  font: 13px/20px var(--body);
  text-align: justify;
  letter-spacing: 0.25px;
}

.menu .astor-menu-bulk {
  top: -23px;
  opacity: 1;
  pointer-events: auto;
}

.astor-menu-name {
  margin: -25px 0px 0px 0px;
  padding-bottom: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.astor-menu-name span {
  font: 121px/85px var(--titleEB);
  font: 100px/85px var(--title2);
  text-transform: uppercase;
  display: block;
}

.astor-menu-name div {
  color: var(--accent);
}

.astor-menu-name p {
  margin: 0px 0px -18px 0px;
  padding: 0px;
  text-align: right;
}

.astor-menu-name p b,
.astor-menu-name p a {
  text-transform: uppercase;
  font-weight: 800 !important;
}

.astor-menu-name p a {
  text-decoration: none;
  color: var(--accent);
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.astor-menu-name p a:hover {
  color: var(--bgInverse);
}

.darkmode .astor-menu-name p b,
.darkmode .astor-menu-name p a:hover {
  color: var(--bgInverse3);
}

.astor-menu-bulk ul {
  list-style-type: none;
  position: absolute;
  z-index: 1;
  top: clamp(35px, 5vw, 125px);
  left: clamp(35px, 5vw, 125px);
  margin: 25px 0px 0px -60px;
}

.astor-menu-bulk li:nth-child(1) {
  display: block;
  height: 60px;
  width: 88px;
  position: absolute;
  -webkit-mask-image: var(--roseFill);
          mask-image: var(--roseFill);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.astor-menu-bulk li:nth-child(1)::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--accent);
}

.astor-menu-bulk li:nth-child(2) {
  display: block;
  height: 60px;
  width: 88px;
  position: absolute;
  -webkit-mask-image: var(--roseImg);
          mask-image: var(--roseImg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.astor-menu-bulk li:nth-child(2)::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--bgInverse2);
}

.darkmode .astor-menu-bulk li:nth-child(1)::before {
  background-color: var(--bg1);
}

.darkmode .astor-menu-bulk li:nth-child(2)::before {
  background-color: var(--accent);
}

.astor-menu-border {
  border: solid 1px var(--bgInverse);
  outline: solid 4px var(--bg1);
  outline-offset: -5px;
  background-color: var(--bgInverse);
  grid-column: 1/4;
}

.astor-menu-border div {
  height: 100%;
  width: 100%;
  background-color: var(--accent);
  mix-blend-mode: lighten;
  background-image: var(--astorBorder);
  background-position: center;
  background-size: cover;
}

.astor-menu-grid {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}

.astor-menu-links h1 {
  border-bottom: solid 1px var(--accent);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  height: 5px;
  margin: 10px 0px 35px 0px;
}

.astor-menu-links h1 div {
  background-color: var(--bg1);
  padding: 0px 10px 0px 13px;
  font: 800 10px/10px var(--body);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: -5px;
  white-space: nowrap;
}

.astor-menu-links h1 div:nth-child(1) {
  font: 26px/10px var(--titleEB);
  text-transform: lowercase;
  color: var(--accent);
  padding: 0px 10px 5px 0px;
  margin-top: -6px;
}

.astor-menu-links h1 + div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 35px;
}

.astor-menu-links a {
  text-transform: uppercase;
  text-decoration: none;
  font: 800 11px/10px var(--body);
  letter-spacing: 0.5px;
  color: var(--bgInverse);
  white-space: nowrap;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.astor-menu-links a:hover {
  color: var(--accent);
}

.astor-menu-sub {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 10px !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 138px;
  overflow: auto;
  padding-right: 10px;
  scrollbar-color: var(--accent) transparent;
  scrollbar-width: thin;
}

.astor-menu-sub a {
  display: block;
  border: solid 1px var(--bgInverse);
  height: 58px;
  width: 58px;
  outline: solid 2px var(--bg1);
  outline-offset: -3px;
  padding: 2px;
  background-color: var(--bgInverse);
}

.astor-menu-sub a div {
  height: 100%;
  width: 100%;
  background-color: var(--accent);
  background-image: var(--astorIcon);
  background-size: cover;
  background-position: center;
  mix-blend-mode: lighten;
  background-blend-mode: multiply;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.astor-menu-sub a:hover div {
  background-color: #fff;
}

.darkmode .astor-menu-sub a,
.darkmode .astor-menu-border {
  mix-blend-mode: lighten;
}

.darkmode .astor-menu-sub a div,
.darkmode .astor-menu-border div {
  mix-blend-mode: normal;
}

@media (max-width: 1149px) {
  .menu .astor-menu-bulk {
    display: block;
  }
  .astor-menu-bulk {
    padding: 50px;
    height: calc(100vh - 80px);
    overflow: auto;
    scrollbar-color: var(--accent) transparent;
    scrollbar-width: thin;
  }
  .astor-menu-name {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 25px;
    margin-bottom: 35px;
  }
  .astor-menu-name span {
    font: 42px/30px var(--titleEB);
    font: 36px/30px var(--title2);
    white-space: nowrap;
  }
  .astor-menu-name p {
    text-align: left;
  }
  .astor-menu-bulk ul {
    display: none;
  }
  .astor-menu-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
  .astor-menu-border {
    display: none;
  }
}
.astor-menu {
  position: fixed;
  z-index: 100000001;
  top: clamp(35px, 5vw, 125px);
  margin-top: 25px;
  right: clamp(35px, 5vw, 125px);
  border: solid 1px var(--bgInverse);
  background-color: var(--bg1);
  font: 800 11px/10px var(--body);
  text-transform: uppercase;
  letter-spacing: 1px;
  outline: solid 2px var(--bg1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: margin-top 0.5s;
  transition: margin-top 0.5s;
}

.astor-menu-left {
  position: relative;
  padding: 14px;
  -webkit-box-shadow: 1px 0px 0px var(--bgInverse);
          box-shadow: 1px 0px 0px var(--bgInverse);
  margin-right: 1px;
  background: linear-gradient(-135deg, var(--bgInverse2) 25%, var(--accent));
  background-size: 400% 100%;
  background-position: 75% 0%;
  outline: solid 2px var(--bg1);
  color: var(--bg1);
  outline-offset: -2px;
  cursor: pointer;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}

.astor-menu-left:hover {
  color: var(--accent);
}

.astor-menu-left b {
  position: relative;
  z-index: 1;
}

.astor-menu-left b::before {
  content: "full";
}

.menu .astor-menu-left b::before {
  content: "close";
}

.astor-menu-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1px 12px 0px 12px;
  font-size: 13px;
  background-color: var(--bgInverse2);
  outline: solid 2px var(--bg1);
  outline-offset: -2px;
}

.astor-menu-right a {
  cursor: pointer;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  text-decoration: none;
  color: var(--bg1);
}

.astor-menu-right a:hover {
  color: var(--accent);
}

.darkmode .astor-menu-left {
  background: var(--accent);
}

.darkmode .astor-menu-right {
  background-color: var(--bgInverse3);
}

.darkmode .astor-menu-left:hover {
  background-color: var(--bgInverse3);
  color: var(--bg1);
}

@media (max-width: 1149px) {
  .astor-border {
    height: 38px;
  }
  .astor-menu {
    top: -1px;
    right: -1px;
    margin-top: 0px;
    background-color: transparent;
    outline: none;
    color: var(--bg1);
    border-color: transparent;
  }
  .astor-menu-left {
    outline: none;
    background: transparent !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-right: 0px;
  }
  .astor-menu-left b {
    text-shadow: var(--darkOutline);
  }
  .astor-menu-right {
    gap: 12px;
    outline: none;
    background-color: transparent !important;
  }
  .astor-menu-right a {
    color: var(--bg1);
    font-size: 14px;
  }
  .astor-menu-right a:first-of-type,
  .astor-menu-right a:last-of-type {
    display: none;
  }
  .darkmode .astor-menu-left:hover,
  .darkmode .astor-menu-right a:hover {
    color: var(--bgInverse3);
  }
}
.astor-header {
  position: relative;
  height: 350px;
}

.astor-header::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 550px;
  right: 0px;
  border-bottom: solid 1px var(--bgInverse);
}

.astor-render {
  mask-image: var(--astorRender);
  -webkit-mask-size: 50% 100%;
          mask-size: 50% 100%;
  mask-repeat: no-repeat;
  mask-position: top left;
  -webkit-mask-image: var(--astorRender);
  -webkit-mask-size: auto 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top left;
  height: 1000px;
  width: 700px;
  position: absolute;
  top: -300px;
  left: -75px;
  pointer-events: none;
}

.astor-render::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, var(--bgInverse2) 400px, var(--accent));
  background-size: 150% 150%;
  background-position: top center;
}

.darkmode .astor-render::before {
  background: linear-gradient(to bottom, var(--bgInverse2) 500px, var(--accent));
  background-size: 100% 100%;
}

.astor-header input {
  display: none;
}

.astor-header-label {
  position: absolute;
  outline: solid 2px var(--bg1);
  outline-offset: -3px;
  bottom: 60px;
  right: 0px;
  border: solid 1px var(--bgInverse);
  padding: 13px 0px 15px 0px;
  font: 16px/10px var(--titleEB);
  letter-spacing: 1.5px;
  width: 100px;
  text-align: center;
  cursor: pointer;
  background-color: var(--bg1);
  text-shadow: var(--lightOutline);
  background: linear-gradient(-135deg, transparent 25%, var(--accent));
  background-size: 400% 100%;
  background-position: 99% 0%;
  -webkit-transition: background-position 0.5s, color 0.5s;
  transition: background-position 0.5s, color 0.5s;
}

.astor-header-label:hover,
.astor-header input:checked + label {
  background-position: 75% 0%;
  color: var(--accent);
}

@media (max-width: 1149px) {
  .astor-header-label {
    display: none;
  }
}
.astor-name {
  font: 175px/175px var(--titleEB);
  position: absolute;
  left: 465px;
  bottom: 100px;
  opacity: 0;
  text-shadow: var(--darkOutline);
  color: var(--bg1);
  -webkit-transition: bottom 0.5s, opacity 0.5s;
  transition: bottom 0.5s, opacity 0.5s;
  pointer-events: none;
}

.astor-name span:last-of-type {
  display: none;
  font: 100px/75px var(--titleEB);
  text-align: center;
}

#astor-header-tab-1:checked ~ .astor-name {
  opacity: 1;
  bottom: 60px !important;
  pointer-events: auto;
}

.astor-name::before {
  padding: 50px 0px;
  content: "nastene.ru";
  display: block;
  position: absolute;
  bottom: -50px;
  background: linear-gradient(-135deg, transparent 50%, var(--accent));
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  text-shadow: none;
  background-size: 300% 100%;
  background-position: 100% 0%;
  -webkit-transition: background-position 0.5s;
  transition: background-position 0.5s;
  -webkit-text-stroke: 3px #fff;
  mix-blend-mode: multiply;
}

.astor-name div:nth-child(1) {
  height: 60px;
  width: 88px;
  position: absolute;
  top: 55px;
  left: 450px;
  -webkit-mask-image: var(--roseFill);
          mask-image: var(--roseFill);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.astor-name div:nth-child(1)::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--accent);
}

.astor-name div:nth-child(2) {
  height: 60px;
  width: 88px;
  position: absolute;
  top: 55px;
  left: 450px;
  -webkit-mask-image: var(--roseImg);
          mask-image: var(--roseImg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.astor-name div:nth-child(2)::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--bgInverse2);
}

.darkmode .astor-name div:nth-child(1)::before {
  background-color: var(--bg1);
}

.darkmode .astor-name div:nth-child(2)::before {
  background-color: var(--accent);
}

.darkmode .astor-name::before {
  mix-blend-mode: lighten;
  -webkit-text-stroke: 3px #000;
}

.astor-header:hover .astor-name::before {
  background-position: 40% 0%;
}

.astor-sub {
  font: 21px/15px var(--titleEB);
  text-transform: lowercase;
  letter-spacing: 10.45px;
  position: absolute;
  bottom: 240px;
  left: 510px;
  opacity: 0;
  white-space: nowrap;
  -webkit-transition: bottom 0.5s, opacity 0.5s;
  transition: bottom 0.5s, opacity 0.5s;
  pointer-events: none;
}

#astor-header-tab-1:checked ~ .astor-sub {
  opacity: 1;
  bottom: 200px !important;
  pointer-events: auto;
}

@media (max-width: 1149px) {
  .astor-render {
    display: none;
  }
  .astor-header {
    height: 215px !important;
  }
  .astor-header::before {
    border-bottom: none;
  }
  .astor-name {
    position: relative;
    padding-top: 100px;
  }
  .astor-name span:first-of-type {
    display: none;
  }
  .astor-name::before {
    display: none;
  }
  .astor-name div,
  .astor-sub {
    display: none;
  }
  .astor-name span:last-of-type {
    display: block;
  }
  .astor-nav {
    margin-left: 0px !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: solid 1px var(--bgInverse);
    padding-bottom: 35px;
  }
  .astor-nav::before {
    display: block;
    content: "site navigation";
    border: solid 1px var(--bgInverse);
    text-decoration: none;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    text-transform: uppercase;
    font: 800 11px/9px var(--body);
    padding: 14px !important;
    letter-spacing: 1px;
    color: var(--bgInverse);
    color: var(--bg1);
    outline: solid 2px var(--bg1);
    outline-offset: -3px;
    background-color: var(--accent);
  }
  .astor-nav a::after {
    display: none !important;
  }
  .astor-nav a {
    border: solid 1px var(--bgInverse);
    text-decoration: none;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    text-transform: uppercase;
    font: 800 11px/9px var(--body);
    padding: 14px !important;
    letter-spacing: 1px;
    color: var(--bgInverse);
    text-shadow: var(--lightOutline);
    outline: solid 2px var(--bg1);
    outline-offset: -3px;
    background: linear-gradient(-135deg, transparent 30%, var(--accent));
    background-size: 400% 100%;
    background-position: 99% 0%;
    -webkit-transition: background-position 0.5s, color 0.5s !important;
    transition: background-position 0.5s, color 0.5s !important;
  }
  .astor-nav a:hover {
    background-position: 65% 0%;
    color: var(--accent);
  }
}
.astor-updates {
  position: absolute;
  left: 525px;
  right: 150px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  bottom: 100px;
  font: 13px/20px var(--body);
  text-align: justify;
  letter-spacing: 0.25px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: bottom 0.5s, opacity 0.5s;
  transition: bottom 0.5s, opacity 0.5s;
}

#astor-header-tab-2:checked ~ .astor-updates {
  bottom: 60px;
  opacity: 1;
  pointer-events: auto;
}

.astor-updates div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.astor-updates div:nth-child(2) {
  opacity: 0.6;
}

.astor-updates div:nth-child(3) {
  opacity: 0.35;
}

.astor-updates div:hover {
  opacity: 1 !important;
}

.astor-updates b:first-of-type {
  background: linear-gradient(-135deg, var(--bgInverse) 25%, var(--accent));
  background-size: 400% 100%;
  background-position: 40% 0%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: block;
  outline: solid 1px var(--bgInverse);
  outline-offset: 1px;
  margin: 2px;
  color: var(--bg1);
  padding: 12px 12px 14px 15px;
  font: 12px/10px var(--titleEB);
  text-transform: uppercase;
  letter-spacing: 3px;
}

.astor-updates p {
  max-height: 160px;
  overflow: auto;
  padding-right: 20px;
  scrollbar-width: thin;
  scrollbar-color: var(--accent) transparent;
  margin: 0px;
}

@media (max-width: 1365px) {
  .astor-updates {
    grid-template-columns: 1fr 1fr;
  }
  .astor-updates div:nth-child(3) {
    display: none !important;
  }
}
.astor-creds {
  top: 25px;
  left: 435px;
  left: 525px;
  right: 150px;
  bottom: 100px;
  font: 13px/20px var(--body);
  text-align: justify;
  letter-spacing: 0.25px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: bottom 0.5s, opacity 0.5s;
  transition: bottom 0.5s, opacity 0.5s;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 35px;
}

#astor-header-tab-3:checked ~ .astor-creds {
  bottom: 60px;
  opacity: 1;
  pointer-events: auto;
}

.astor-staff {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.astor-staff h1 {
  margin: 0px 0px 40px 0px;
  font: 85px/40px var(--titleEB);
  color: var(--accent);
  grid-column: 1/5;
  text-align: right;
}

.astor-staff a {
  display: block;
  border: solid 1px var(--bgInverse);
  background-color: var(--bgInverse);
  height: 63px;
  width: 63px;
  outline: solid 4px var(--bg1);
  outline-offset: -5px;
}

.astor-staff div {
  height: 100%;
  width: 100%;
  background-color: var(--accent);
  background-image: var(--astorIcon);
  background-blend-mode: multiply;
  background-size: cover;
  mix-blend-mode: lighten;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.astor-staff a:hover div {
  background-color: #fff;
}

.astor-creds2 {
  max-height: 180px;
  overflow: auto;
  padding-right: 20px;
  scrollbar-width: thin;
  scrollbar-color: var(--accent) transparent;
}

.astor-creds2 b,
.astor-creds2 a {
  text-transform: uppercase;
  font-weight: 800 !important;
}

.astor-creds2 a {
  text-decoration: none;
  color: var(--accent);
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.astor-creds2 a:hover {
  color: var(--bgInverse);
}

.darkmode .astor-staff a {
  mix-blend-mode: lighten;
}

.darkmode .astor-staff div {
  mix-blend-mode: normal;
}

.darkmode .astor-creds2 b,
.darkmode .astor-creds2 a:hover {
  color: var(--bgInverse3);
}

.astor-nav {
  margin-left: 585px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font: 800 11px/9px var(--body);
  text-transform: uppercase;
  margin-top: -11px;
  position: relative;
  letter-spacing: 1px;
  white-space: nowrap;
}

.astor-nav a {
  background-color: var(--bg1);
  font: 800 11px/9px var(--body);
  padding: 5px 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.astor-nav a::after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: var(--bgInverse);
  position: absolute;
  bottom: -5px;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

.astor-nav a:hover::after {
  width: calc(100% - 21px);
}

.astor-nav a:hover {
  color: var(--accent);
}

@media (max-width: 1279px) {
  .astor-header {
    height: 600px;
  }
  .astor-header::before {
    left: 0px;
  }
  .astor-render {
    left: 50%;
    margin-left: -230px;
    top: -225px;
    width: 500px;
    height: 750px;
  }
  .astor-render::before {
    background: linear-gradient(to bottom, var(--bgInverse) 250px, var(--bg1) 90%);
  }
  .darkmode .astor-render::before {
    background: linear-gradient(to bottom, var(--bgInverse) 250px, var(--bg1) 90%);
    background-size: 100% 100%;
  }
  .astor-name {
    left: 0px;
  }
  .astor-sub {
    left: 15px;
  }
  .astor-updates {
    left: 0px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .astor-updates div:nth-child(3) {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .astor-creds {
    left: 0px;
  }
  .astor-nav {
    margin-left: 25px;
  }
}
.astor-cat-1 {
  margin: 30px 15px 0px 300px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 35px;
  position: relative;
}

.astor-guide {
  border-bottom: solid 1px var(--bgInverse);
  padding: 0px 0px 60px 235px;
  grid-column: 1/4;
  display: grid;
  grid-template-columns: auto auto;
  gap: 35px;
  margin-right: -15px;
}

.astor-guide-name {
  display: block;
  position: relative;
  text-decoration: none;
  font: 86px/86px var(--titleEB);
  font: 70px/86px var(--title2);
  color: var(--bgInverse);
  white-space: nowrap;
  text-transform: uppercase;
  text-align: right;
  width: 100%;
  grid-column: 2/3;
  grid-row: 1/2;
  letter-spacing: -2px !important;
}

.astor-guide-name::before {
  content: "";
  display: none;
  height: 1px;
  background-color: var(--bgInverse);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 35px 0px 0px 0px;
}

.astor-guide-name::after {
  content: "ПУТЕВОДИТЕЛЬ";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0px;
  background: linear-gradient(-135deg, transparent 50%, var(--accent));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-shadow: none;
  background-size: 300% 100%;
  background-position: 100% 0%;
  -webkit-transition: background-position 0.5s;
  transition: background-position 0.5s;
}

.astor-guide:hover .astor-guide-name::after {
  background-position: 30% 0%;
}

.astor-guide-blurb {
  font: 13px/20px var(--body);
  text-align: justify;
  letter-spacing: 0.25px;
  margin-top: 29px;
  max-height: 60px;
  overflow: auto;
  padding-right: 20px;
  scrollbar-width: thin;
  scrollbar-color: var(--accent) transparent;
  grid-column: 1/2;
  grid-row: 1/2;
}

.astor-guide-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  grid-column: 1/3;
}

.astor-guide-links a {
  border: solid 1px var(--bgInverse);
  text-decoration: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  text-transform: uppercase;
  font: 800 11px/9px var(--body);
  padding: 14px;
  letter-spacing: 1px;
  color: var(--bgInverse);
  text-shadow: var(--lightOutline);
  outline: solid 2px var(--bg1);
  outline-offset: -3px;
  background: linear-gradient(-135deg, transparent 30%, var(--accent));
  background-size: 400% 100%;
  background-position: 99% 0%;
  -webkit-transition: background-position 0.5s, color 0.5s;
  transition: background-position 0.5s, color 0.5s;
}

.astor-guide-links a:hover {
  background-position: 65% 0%;
  color: var(--accent);
}

@media (max-width: 1365px) {
  .astor-cat-1 {
    margin-left: 0px;
  }
  .astor-guide {
    grid-template-columns: 1fr;
    margin-left: 300px;
  }
  .astor-guide-name {
    grid-column: 1/2;
    grid-row: 1/2;
    letter-spacing: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .astor-guide-name::before {
    display: block;
  }
  .astor-guide-blurb {
    margin-top: -10px;
    grid-column: 1/2;
    grid-row: 2/3;
    padding-right: 0px;
  }
  .astor-guide-links {
    grid-column: 1/2;
    margin-left: -235px;
  }
}
@media (max-width: 1279px) {
  .astor-guide {
    grid-template-columns: auto auto;
    margin-left: 0px;
    padding-left: 0px;
  }
  .astor-guide-name {
    display: block !important;
    letter-spacing: 0px;
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .astor-guide-name::before {
    display: none;
  }
  .astor-guide-blurb {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-top: 29px;
    padding-right: 20px;
  }
  .astor-guide-links {
    grid-column: 1/3;
    grid-row: 2/3;
    margin-left: 0px;
  }
}
@media (max-width: 1149px) {
  .astor-guide {
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0px 15px 35px 15px;
  }
  .astor-guide-name {
    grid-column: 1/3;
    text-align: left;
    font: 51px/35px var(--titleEB);
    font: 40px/35px var(--title2);
    letter-spacing: -1px !important;
  }
  .astor-guide-name::after {
    left: 0px;
    right: auto;
    padding-bottom: 10px;
  }
  .astor-guide-blurb {
    grid-column: 1/3;
    grid-row: 2/3;
    margin-top: 0px;
  }
  .astor-guide-links {
    grid-row: 3/4;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.astor-board1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  border-left: solid 1px var(--bgInverse);
  padding-left: 40px;
  position: relative;
}

.astor-board1::before,
.astor-board2::before {
  content: "";
  display: block;
  top: 0px;
  right: -15px;
  width: 150px;
  height: 150px;
  position: absolute;
  z-index: 1;
  background: radial-gradient(circle at top right, var(--accent), transparent 70%);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  pointer-events: none;
}

.astor-board1:hover::before,
.astor-board2:hover::before {
  opacity: 0.35;
}

.darkmode .astor-board1:hover::before,
.darkmode .astor-board2:hover::before {
  opacity: 0.1;
}

.astor-board1-name {
  display: block;
  text-decoration: none;
  font: 51px/35px var(--titleEB);
  font: 40px/35px var(--title2);
  letter-spacing: -1px !important;
  text-transform: uppercase;
  color: var(--bgInverse);
  margin-top: 13px;
  position: relative;
  border-bottom: solid 1px var(--accent);
  padding-bottom: 36px;
  word-spacing: 10px;
}

.astor-board1-name div {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  padding-bottom: 20px;
  background: linear-gradient(-135deg, transparent 50%, var(--accent));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-shadow: none;
  background-size: 300% 100%;
  background-position: 100% 0%;
  -webkit-transition: background-position 0.5s;
  transition: background-position 0.5s;
}

.astor-board1:hover .astor-board1-name div,
.astor-board2:hover .astor-board1-name div {
  background-position: 30% 0%;
}

.astor-board1-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: -41px 0px 0px 10px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.astor-board1-num div {
  display: block;
  background-color: var(--bg1);
  font: 800 11px/9px var(--body);
  padding: 5px 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  white-space: nowrap;
}

.astor-board1-desc {
  font: 13px/20px var(--body);
  text-align: justify;
  letter-spacing: 0.25px;
  max-height: 80px;
  overflow: auto;
  padding-right: 20px;
  scrollbar-width: thin;
  scrollbar-color: var(--accent) transparent;
}

.astor-board1-recent {
  display: grid;
  grid-template-columns: 56px auto;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.astor-board1-icon {
  padding: 2px;
  border: solid 1px var(--bgInverse);
  background-color: var(--bgInverse);
  width: 50px;
  height: 50px;
  outline: solid 2px var(--bg1);
  outline-offset: -3px;
}

.darkmode .astor-board1-icon {
  background-color: var(--bg1);
  mix-blend-mode: lighten;
}

.astor-board1-icon1 {
  mix-blend-mode: lighten;
  background-color: var(--accent);
}

.astor-board1-icon1 div {
  height: 50px;
  width: 50px;
  background-image: var(--astorIcon);
  background-size: cover;
  background-position: center;
  mix-blend-mode: multiply;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.astor-board1-recent1 {
  font: 800 11px/11px var(--body);
  text-transform: uppercase;
  letter-spacing: 1px;
  -ms-flex-item-align: center;
      align-self: center;
}

.astor-board1-recent1 a {
  text-decoration: none;
  color: var(--bgInverse);
  background: -webkit-gradient(linear, left top, right top, from(var(--accent)), to(var(--accent)));
  background: linear-gradient(to right, var(--accent), var(--accent));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
  padding-bottom: 2px;
}

.astor-board1-recent1 a:hover {
  background-size: 100% 1px;
}

.astor-board1-recent1 a:first-of-type {
  display: block;
  font: 21px/15px var(--titleEB);
  margin: -5px 0px 6px 0px;
  letter-spacing: 0.5px;
  padding-bottom: 5px;
  background: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  line-height: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.astor-board1-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding-bottom: 25px;
}

.astor-board1-sub a {
  border: solid 1px var(--bgInverse);
  text-decoration: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  text-transform: uppercase;
  font: 800 10px/10px var(--body);
  padding: 10px;
  letter-spacing: 1px;
  color: var(--bgInverse);
  text-shadow: var(--lightOutline);
  outline: solid 2px var(--bg1);
  outline-offset: -3px;
  background: linear-gradient(-135deg, transparent 30%, var(--accent));
  background-size: 400% 100%;
  background-position: 99% 0%;
  -webkit-transition: background-position 0.5s, color 0.5s;
  transition: background-position 0.5s, color 0.5s;
  white-space: nowrap;
}

.astor-board1-sub a:hover {
  background-position: 65% 0%;
  color: var(--accent);
}

.astor-board1.astor-bulletin {
  padding-left: 0px;
  border-left: 0px;
}

.astor-event {
  border: solid 1px var(--bgInverse2);
  outline: solid 2px var(--bg1);
  outline-offset: -3px;
  height: 95px;
  background-color: var(--bgInverse2);
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 15px 0px -32px 0px;
}

.darkmode .astor-event {
  mix-blend-mode: lighten;
  background-color: var(--bg1);
}

.astor-event1 {
  background-color: var(--accent);
  mix-blend-mode: lighten;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
}

.astor-event1 div {
  background-image: var(--astorBorder);
  background-size: cover;
  background-position: center;
  mix-blend-mode: multiply;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  position: absolute;
  height: 100%;
  width: 100%;
}

@media (max-width: 1149px) {
  .astor-cat-1 {
    display: block;
    margin-right: 0px;
  }
  .astor-board1 {
    border: none;
    border-top: solid 1px var(--bgInverse);
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
    padding-top: 15px;
  }
  .astor-board1::before {
    right: 0px;
    top: 15px;
  }
  .astor-board1-sub {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .astor-board1.astor-bulletin {
    border-top: none;
  }
}
.astor-bulletin2 {
  bottom: 25px;
  left: -300px;
  position: absolute;
  width: 248px;
}

.astor-bulletin-icon {
  border: solid 1px var(--bgInverse);
  padding: 14px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
}

.astor-bulletin-icon div {
  position: relative;
  z-index: 1;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  background-color: var(--bg1);
  background-image: var(--astorIcon);
  background-size: cover;
  background-position: center;
}

.astor-bulletin-icon ul {
  display: block;
  font: 10px/10px var(--body);
  list-style-type: none;
  position: absolute;
  top: -30px;
  right: -40px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.astor-bulletin-icon li:nth-child(1) {
  display: block;
  height: 60px;
  width: 88px;
  position: absolute;
  -webkit-mask-image: var(--roseFill);
          mask-image: var(--roseFill);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.astor-bulletin-icon li:nth-child(1)::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--accent);
}

.astor-bulletin-icon li:nth-child(2) {
  display: block;
  height: 60px;
  width: 88px;
  position: absolute;
  -webkit-mask-image: var(--roseImg);
  mask-image: var(--roseImg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.astor-bulletin-icon li:nth-child(2)::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--bgInverse2);
}

.darkmode .astor-bulletin-icon li:nth-child(1)::before {
  background-color: var(--bg1);
}

.darkmode .astor-bulletin-icon li:nth-child(2)::before {
  background-color: var(--accent);
}

.astor-bulletin-title {
  position: relative;
  z-index: 1;
  text-align: right;
  margin: -50px 0px 0px 100px;
  font: 800 11px/12px var(--body);
  text-transform: uppercase;
  letter-spacing: 0.25px;
}

.astor-bulletin-title::before {
  content: "приветствуем нашего нового спонсора";
}

.astor-bulletin-title a {
  display: block;
  text-decoration: none;
  color: var(--bg1);
  font: 50px/26px var(--titleEB);
  text-shadow: var(--darkOutline);
  text-transform: lowercase;
  margin: 5px 0px 35px -50px;
  -webkit-transition: color 0.5s, text-shadow 0.5s;
  transition: color 0.5s, text-shadow 0.5s;
}

.astor-bulletin-title a:hover {
  color: var(--accent);
}

.darkmode .astor-bulletin-title a:hover {
  text-shadow: var(--lightOutline);
}

.astor-bulletin-blurb {
  border-top: solid 1px var(--bgInverse);
  padding-top: 20px;
  font: 13px/20px var(--body);
  text-align: justify;
  letter-spacing: 0.25px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.astor-bulletin-blurb i {
  color: var(--bg1);
  text-shadow: var(--darkOutline);
  font-size: 65px;
}

.astor-bulletin-blurb a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800 !important;
  color: var(--accent);
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.astor-bulletin-blurb a:hover {
  color: var(--bgInverse);
}

@media (max-width: 1365px) {
  .astor-board1.astor-bulletin {
    padding-left: 15px;
  }
  .astor-bulletin2 {
    display: none;
  }
}
.astor-cat2 {
  border-top: solid 1px var(--bgInverse);
  margin-top: 35px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  position: relative;
  padding-right: 15px;
}

.astor-cat2-title {
  grid-column: 1/3;
  border-bottom: solid 1px var(--bgInverse);
  padding: 35px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-right: -15px;
}

.astor-cat2-title b {
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  -webkit-mask-image: var(--astorRender);
          mask-image: var(--astorRender);
  mask-size: 98% auto;
  mask-repeat: no-repeat;
  mask-position: center -650px;
  -webkit-mask-image: var(--astorCat);
  -webkit-mask-size: 98% auto;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center -650px;
}

.astor-cat2-title b::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: var(--accent);
}

.astor-cat2-title div {
  background-color: var(--bgInverse2);
  color: var(--bg1);
  font: 19px/10px var(--titleEB);
  text-transform: uppercase;
  padding: 20px 23px 25px 25px;
  outline: solid 2px var(--bg1);
  outline-offset: -3px;
  letter-spacing: 3px;
  position: relative;
  z-index: 1;
}

.darkmode .astor-cat2-title div {
  background-color: var(--bgInverse3);
}

.astor-board-ship {
  grid-column: 1/3;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 35px;
  border-bottom: solid 1px var(--bgInverse);
  padding: 20px 15px 50px 15px;
  margin-right: -15px;
}

.astor-board-ship-title {
  display: block;
  border: solid 1px var(--bgInverse);
  margin: -36px 0px 0px -15px;
  margin: 0px;
  background-color: var(--bgInverse2);
  -webkit-box-shadow: inset 0px 0px 0px 4px var(--bg1);
          box-shadow: inset 0px 0px 0px 4px var(--bg1);
  padding: 4px;
  text-decoration: none;
  color: var(--bg1);
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.astor-board-ship-title div {
  background-color: var(--bgInverse);
  background-image: var(--astorRender2);
  background-size: cover;
  background-position: center bottom;
  mix-blend-mode: lighten;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.astor-board-ship:hover .astor-board-ship-title div {
  background-color: var(--accent);
}

.astor-board-ship-title b {
  padding: 15px 30px 35px 30px;
  text-align: center;
  display: block;
  font: 50px/40px var(--titleEB);
  -webkit-transition: text-shadow 0.5s;
  transition: text-shadow 0.5s;
}

.astor-board-ship:hover .astor-board-ship-title b {
  text-shadow: var(--darkOutline), 0px 0px 20px var(--bgInverse2), 0px 0px 35px var(--bgInverse2);
}

.darkmode .astor-board-ship-title {
  mix-blend-mode: lighten;
  color: var(--accent);
}

.darkmode .astor-board-ship-title div {
  mix-blend-mode: normal;
  background-color: var(--bg2);
}

.darkmode .astor-board-ship:hover .astor-board-ship-title div {
  background-color: var(--bg3);
}

.darkmode .astor-board-ship:hover .astor-board-ship-title b {
  text-shadow: none;
}

.astor-board-ship-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: 20px 0px 0px 0px;
}

.astor-board-ship-sub a {
  border: solid 1px var(--bgInverse);
  text-decoration: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  text-transform: uppercase;
  font: 800 11px/9px var(--body);
  padding: 14px 19px;
  letter-spacing: 1px;
  color: var(--bgInverse);
  text-shadow: var(--lightOutline);
  outline: solid 2px var(--bg1);
  outline-offset: -3px;
  background: linear-gradient(-135deg, transparent 30%, var(--accent));
  background-size: 400% 100%;
  background-position: 99% 0%;
  -webkit-transition: background-position 0.5s, color 0.5s;
  transition: background-position 0.5s, color 0.5s;
}

.astor-board-ship-sub a:hover {
  background-position: 65% 0%;
  color: var(--accent);
}

.astor-board-ship-groups {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.astor-board-ship-groups a {
  display: block;
  border: solid 1px var(--bgInverse);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: var(--bgInverse);
  text-align: right;
  background: linear-gradient(-135deg, var(--bg2) 30%, var(--accent));
  background-size: 400% 100%;
  background-position: 65% 0%;
  font: 800 11px/9px var(--body);
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
  text-shadow: var(--lightOutline);
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.darkmode .astor-board-ship-groups a {
  background-position: 80% 0%;
}

.astor-board-ship-groups a::before {
  content: "";
  display: block;
  background-color: var(--bgInverse);
  content: "00";
  bottom: 17px;
  right: 17px;
  position: absolute;
  text-shadow: none;
  color: var(--bg1);
  padding: 5px;
  letter-spacing: 1px;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 0px 1px var(--bg1);
          box-shadow: 0px 0px 0px 1px var(--bg1);
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
}

.astor-board-ship-groups a::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  outline: solid 4px var(--bg1);
  outline-offset: -4px;
}

.astor-board-ship-groups a i {
  color: var(--accent);
  font-size: 50px;
  display: block;
  margin-bottom: 5px;
  position: absolute;
  bottom: -13px;
  left: -13px;
}

.astor-board-ship-groups a b {
  padding: 18px 17px;
  text-transform: uppercase;
}

.astor-board-ship-groups a:hover,
.astor-board-ship-groups a:hover::before {
  color: var(--accent);
}

.darkmode .astor-board-ship-groups a::before {
  background-color: var(--bgInverse2);
  color: var(--bg1) !important;
}

.darkmode .astor-board-ship-groups a:hover::before {
  background-color: var(--accent);
}

@media (max-width: 1575px) {
  .astor-board-ship-groups a b {
    display: none;
  }
  .astor-board-ship-groups a::before {
    top: 17px;
    bottom: auto;
  }
}
.astor-board3 {
  grid-column: 1/3;
  border: solid 1px var(--bgInverse);
  margin: 0px -15px -15px 0px;
  padding: 9px;
  background-color: var(--bgInverse);
  outline: solid 9px var(--bg1);
  outline-offset: -10px;
}

.astor-board3 div {
  height: 200px;
  background-color: var(--accent);
  background-image: var(--astorBorder);
  background-size: cover;
  background-position: center;
  mix-blend-mode: lighten;
  background-blend-mode: multiply;
}

.darkmode .astor-board3 {
  mix-blend-mode: lighten;
}

.darkmode .astor-board3 div {
  mix-blend-mode: normal;
}

.astor-board2:nth-child(odd) {
  border-left: none;
  padding-left: 15px;
}

.astor-board2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-left: solid 1px var(--bgInverse);
  padding-left: 40px;
  position: relative;
}

.astor-board2:nth-child(5),
.astor-board2:nth-child(6) {
  margin-top: -35px;
}

.astor-board2 .astor-board1-name {
  grid-column: 1/3;
}

.astor-board2 .astor-board1-recent {
  margin-top: -30px;
}

.astor-board2 .astor-board1-desc {
  grid-row: 2/5;
  grid-column: 2/3;
  max-height: 120px;
}

@media (max-width: 1149px) {
  .astor-cat2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    padding-right: 0px;
  }
  .astor-cat2-title {
    margin-right: 0px;
    margin-bottom: -16px;
  }
  .astor-board-ship {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: none;
    padding-bottom: 25px;
    margin-right: 0px;
  }
  .astor-board-ship-sub {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .astor-board-ship-groups {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .astor-board-ship-groups a {
    height: 53px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 100px;
  }
  .astor-board2 {
    border-left: none;
    border-top: solid 1px var(--bgInverse);
    padding: 15px 15px 0px 15px;
  }
  .astor-board2::before {
    right: 0px;
    top: 15px;
  }
  .astor-board3 {
    margin-right: 0px;
    margin-bottom: -16px;
  }
  .astor-board2:nth-child(5),
  .astor-board2:nth-child(6) {
    margin-top: 0px;
  }
  .astor-board2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .astor-board2 .astor-board1-recent {
    margin-top: 0px;
  }
}
.astor-board-ic {
  border: solid 1px var(--bgInverse);
  padding: 24px;
  background: linear-gradient(to bottom, transparent 15px, var(--accent));
  background-size: 400% 400%;
  outline: solid 4px var(--bg1);
  outline-offset: -5px;
}

.astor-stats {
  border-top: solid 1px var(--bgInverse);
  margin-top: 35px;
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 35px;
  position: relative;
  padding: 0px 15px;
}

.astor-stats .astor-cat2-title {
  margin-left: -15px;
  grid-column: 1/4;
}

.astor-stats-users {
  display: grid;
  gap: 30px;
  padding: 2px 0px 15px 0px;
}

.astor-stats-users h1 {
  border-bottom: solid 1px var(--accent);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  height: 5px;
  margin: 10px 0px 0px 0px;
}

.astor-stats-users h1 div {
  background-color: var(--bg1);
  padding: 0px 10px 0px 13px;
  font: 800 10px/10px var(--body);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: -5px;
}

.astor-stats-users h1 div:nth-child(1) {
  font: 26px/10px var(--titleEB);
  text-transform: lowercase;
  color: var(--accent);
  padding: 0px 10px 5px 0px;
  margin-top: -6px;
}

.astor-stats-users1 {
  font: 800 13px/20px var(--body);
  text-transform: uppercase;
}

.astor-stats-users1 a {
  font: 800 13px/20px var(--body);
  text-decoration: none;
  color: var(--accent);
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.astor-stats-users1 a:hover {
  color: var(--bgInverse);
}

.astor-stats-users1-icons {
  font-size: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}

.astor-stats-users1-icons a {
  display: block;
  border: solid 1px var(--bgInverse);
  background-color: var(--bgInverse);
  height: 58px;
  width: 58px;
  outline: solid 2px var(--bg1);
  outline-offset: -3px;
}

.astor-stats-users1-icons div {
  height: 54px;
  width: 54px;
  margin: 2px;
  background-color: var(--accent);
  background-image: var(--astorIcon);
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  mix-blend-mode: lighten;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.astor-stats-users1-icons div:hover {
  background-color: #fff;
}

.darkmode .astor-stats-users1 a:hover {
  color: var(--bgInverse3);
}

.darkmode .astor-stats-users1-icon a {
  mix-blend-mode: lighten;
}

.darkmode .astor-stats-users1-icons div {
  mix-blend-mode: normal;
}

.astor-stats-users2 {
  background-color: var(--bgInverse);
  height: 100%;
}

.astor-stats-users3 {
  position: relative;
}

.astor-stats-rec-title {
  background-color: var(--bgInverse);
  border: solid 1px var(--bgInverse);
  outline: solid 4px var(--bg1);
  outline-offset: -5px;
  margin-top: 15px;
}

.astor-stats-rec-title div {
  mix-blend-mode: lighten;
  background-color: var(--accent);
  background-image: var(--astorBorder);
  background-position: center;
  padding: 20px 0px 35px 25px;
  font: 40px/20px var(--titleEB);
  color: var(--bg1);
  text-shadow: var(--darkOutline);
}

.astor-stats-rec {
  overflow: auto;
  max-height: 470px;
  margin-top: 20px;
  display: grid;
  gap: 25px;
  padding-right: 35px;
  scrollbar-color: var(--accent) transparent;
  scrollbar-width: thin;
}

.astor-stats-rec1 {
  border-top: solid 1px var(--accent);
  padding: 25px 15px 0px 15px;
  text-transform: uppercase;
  font: 800 11px/9px var(--body);
  letter-spacing: 1px;
  position: relative;
}

.astor-stats-rec1::before {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 10px;
  bottom: -15px;
  left: 0px;
  right: 0px;
  background: linear-gradient(-135deg, transparent 30%, var(--accent));
  background-size: 400% 100%;
  background-position: 99% 0%;
  -webkit-transition: background-position 0.5s, color 0.5s;
  transition: background-position 0.5s, color 0.5s;
}

.astor-stats-rec1:hover::before {
  background-position: 75% 0%;
  color: var(--accent);
}

.astor-stats-rec1:first-of-type {
  border-top: none;
  padding-top: 15px;
}

.astor-stats-rec1:first-of-type::before {
  top: 0px;
}

.astor-stats-rec1 a {
  text-decoration: none;
  color: var(--bgInverse);
  position: relative;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(var(--accent)), to(var(--accent)));
  background: linear-gradient(to right, var(--accent), var(--accent));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.5s, color 0.5s;
  transition: background-size 0.5s, color 0.5s;
  padding-bottom: 2px;
}

.astor-stats-rec1:hover a {
  background-size: 100% 1px;
}

.astor-stats-rec1 a:first-of-type {
  background: none !important;
  color: var(--accent);
  display: block;
  font: 21px/15px var(--titleEB);
  font: 18px/15px var(--title2);
  margin: -5px 0px 6px 0px;
  letter-spacing: 0px;
  max-height: 30px;
  padding-bottom: 5px;
  background: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.astor-stats-rec1:hover a {
  color: var(--bgInverse) !important;
}

.astor-stats-rec-flower {
  list-style-type: none;
  position: absolute;
  top: 50px;
  right: 70px;
}

.astor-stats-rec-flower li:nth-child(1) {
  display: block;
  height: 60px;
  width: 88px;
  position: absolute;
  -webkit-mask-image: var(--roseFill);
          mask-image: var(--roseFill);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.astor-stats-rec-flower li:nth-child(1)::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--bg2);
}

.astor-stats-rec-flower li:nth-child(2) {
  display: block;
  height: 60px;
  width: 88px;
  position: absolute;
  -webkit-mask-image: var(--roseImg);
          mask-image: var(--roseImg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.astor-stats-rec-flower li:nth-child(2)::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--bgInverse2);
}

.darkmode .astor-stats-rec-title {
  mix-blend-mode: lighten;
}

.darkmode .astor-stats-rec-title div {
  mix-blend-mode: normal;
  background-color: var(--bg2);
  text-shadow: var(--lightOutline);
  color: var(--accent);
}

.darkmode .astor-stats-rec-flower li:nth-child(1)::before {
  background-color: var(--bg1);
}

.darkmode .astor-stats-rec-flower li:nth-child(2)::before {
  background-color: var(--accent);
}

.astor-stats-num {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.astor-stats-num h1 {
  grid-column: 1/3;
}

.astor-stats-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}

.astor-stats-links a {
  white-space: nowrap;
  border: solid 1px var(--bgInverse);
  text-decoration: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  text-transform: uppercase;
  font: 800 11px/9px var(--body);
  padding: 14px;
  letter-spacing: 1px;
  color: var(--bgInverse);
  text-shadow: var(--lightOutline);
  outline: solid 2px var(--bg1);
  outline-offset: -3px;
  background: linear-gradient(-135deg, transparent 30%, var(--accent));
  background-size: 400% 100%;
  background-position: 99% 0%;
  -webkit-transition: background-position 0.5s, color 0.5s;
  transition: background-position 0.5s, color 0.5s;
}

.astor-stats-links a:hover {
  background-position: 65% 0%;
  color: var(--accent);
}

.astor-stats-num2 {
  -ms-flex-item-align: center;
      align-self: center;
  font: 13px/20px var(--body);
  text-align: justify;
  letter-spacing: 0.25px;
  max-height: 80px;
  overflow: auto;
  padding-right: 20px;
  scrollbar-width: thin;
  scrollbar-color: var(--accent) transparent;
}

.astor-stats-num2 b {
  color: var(--accent);
}

.astor-stats-aff {
  grid-column: 1/4;
  display: grid;
  grid-template-columns: 717px auto;
  gap: 35px;
  padding-top: 35px;
  border-top: solid 1px var(--bgInverse);
  margin: 0px -15px;
}

.astor-stats-aff-left {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 10px;
  grid-auto-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.astor-stats-aff-left div {
  height: 31px;
  width: 88px;
  border: solid 1px var(--bgInverse);
  padding: 2px;
  outline: solid 2px var(--bg1);
  outline-offset: -3px;
  background-color: var(--bgInverse);
}

.astor-stats-aff-left div a {
  display: block;
  mix-blend-mode: lighten;
}

.astor-stats-aff-left div a img {
  height: 31px;
  width: 88px;
  -webkit-filter: grayscale(100%) contrast(80%);
          filter: grayscale(100%) contrast(80%);
  -webkit-transition: -webkit-filter 0.5s;
  transition: -webkit-filter 0.5s;
  transition: filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s;
}

.astor-stats-aff-left div:hover a img {
  -webkit-filter: grayscale(0%) contrast(100%);
          filter: grayscale(0%) contrast(100%);
}

.astor-stats-aff-right {
  border-left: solid 1px var(--bgInverse);
  position: relative;
}

.astor-stats-aff-right a {
  display: block;
  border: solid 1px var(--bgInverse);
  position: absolute;
  bottom: 0px;
  top: 0px;
  left: 35px;
  right: 0px;
  background-color: var(--bgInverse);
  outline: solid 4px var(--bg1);
  outline-offset: -5px;
}

.astor-stats-aff-right div {
  height: 100%;
  width: 100%;
  background-color: var(--accent);
  mix-blend-mode: lighten;
  background-image: var(--astorRender2);
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.astor-stats-aff-right div:hover {
  background-color: #fff;
}

.darkmode .astor-stats-aff-left div {
  background-color: var(--bg2);
}

.darkmode .astor-stats-aff-left div,
.darkmode .astor-stats-aff-right a {
  mix-blend-mode: lighten;
}

.darkmode .astor-stats-aff-left a,
.darkmode .astor-stats-aff-right div {
  mix-blend-mode: normal;
}

@media (max-width: 1149px) {
  .astor-stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .astor-stats-users {
    margin-top: 25px;
  }
  .astor-stats-num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .astor-stats-users3 {
    margin-top: -50px;
    padding-top: 15px;
    border-top: solid 1px var(--bgInverse);
  }
  .astor-stats-aff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .astor-stats-aff-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .astor-stats-aff-right {
    border-left: 0px;
  }
  .astor-stats-aff-right a {
    position: relative;
    height: 150px;
    left: 0px;
  }
}/*# sourceMappingURL=style.css.map */