@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap");
/* SCSS HSL */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "arial", sans-serif;
  background: #ececec;
  color: #121317;
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  background: linear-gradient(0deg, #ececec 30%, #b9b9b9 100%);
  z-index: -2;
}

.backgroundEffect {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  background-image: repeating-linear-gradient(45deg, rgba(236, 236, 236, 0.2), rgba(236, 236, 236, 0.2) 2px, transparent 1px, transparent 10px);
}

.topinfos {
  position: absolute;
  font-size: 10px;
  top: -15px;
  overflow: visible !important;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: default;
}
.topinfos a {
  text-decoration: none;
  color: #121317;
}
.topinfos a:hover {
  text-decoration: underline;
}

main {
  width: 1000px;
  margin: 30px auto;
  background: #ececec;
  border: 1px solid #777878;
  max-height: calc(100dvh - 60px);
  transition: 0.6s ease-in-out;
  position: relative;
  box-shadow: 5px 5px 0px #777878;
  overflow-y: hidden;
}
@media screen and (max-width: 1000px) {
  main {
    width: 95dvw;
  }
}

.banner {
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2) 2px, transparent 2px, transparent 10px);
  height: 25dvh;
  position: relative;
  overflow: hidden;
}
.banner .imageBackground {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -50px;
  opacity: 0.1;
  animation: breath 6s ease infinite;
}
.banner .imageBackground img {
  height: 33dvh;
}
@keyframes breath {
  0% {
    top: 45%;
  }
  50% {
    top: 55%;
  }
  100% {
    top: 45%;
  }
}
.banner nav {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  height: 26px;
  border-top: 2px solid #ececec;
  z-index: 4;
}
.banner nav img.angle {
  height: 100%;
  filter: drop-shadow(0 2px 0 #777878);
}
.banner nav ul {
  display: flex;
  gap: 15px;
  list-style: none;
  background-color: rgb(218.15, 218.15, 218.15);
  padding: 5px 10px;
  font-size: 13px;
  box-shadow: 0 2px 0 #777878;
  z-index: 2;
}
.banner nav ul li {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bolder;
}
.banner nav ul .sep {
  border-left: 1px solid #777878;
  border-right: 1px solid #ececec;
}
.banner nav ul > li {
  color: #121317;
  display: flex;
  align-items: baseline;
  gap: 5px;
  position: relative;
}
.banner nav ul > li svg {
  width: 12px;
  height: 12px;
  top: 6px;
}
.banner nav ul > li:hover {
  cursor: pointer;
  color: #6890a0;
}
.banner nav ul > li > ul {
  display: none;
}
.banner nav ul a {
  text-decoration: none;
  color: #121317;
}
.banner nav ul a:hover {
  color: #6890a0;
}
.banner .subnav {
  position: absolute;
  top: 36px;
  right: 0;
  z-index: 4;
}
.banner .subnav[data-type=submenu-area] {
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}
.banner .subnav[data-type=submenu-area] > div {
  display: flex;
  height: 26px;
}
.banner .subnav[data-type=submenu-area].active {
  transform: translateX(0);
}
.banner .subnav[data-type=submenu-area] img.angle {
  height: 100%;
  filter: drop-shadow(0 2px 0 #777878);
}
.banner .subnav[data-type=submenu-area] ul {
  display: flex;
  height: 26px;
  gap: 15px;
  list-style: none;
  background-color: rgb(218.15, 218.15, 218.15);
  padding: 5px 10px;
  font-size: 13px;
  box-shadow: 0 2px 0 #777878;
  z-index: 2;
}
.banner .subnav[data-type=submenu-area] ul li {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  display: flex;
  gap: 3px;
}
.banner .subnav[data-type=submenu-area] ul li svg {
  color: #777878;
  width: 12px;
  height: 12px;
}
.banner .subnav[data-type=submenu-area] ul .sep {
  border-left: 1px solid #777878;
  border-right: 1px solid #ececec;
}
.banner .subnav[data-type=submenu-area] ul > li {
  color: #121317;
}
.banner .subnav[data-type=submenu-area] ul > li:hover {
  cursor: pointer;
  color: #6890a0;
}
.banner .subnav[data-type=submenu-area] ul > li > ul {
  display: none;
}
.banner .subnav[data-type=submenu-area] ul a {
  text-decoration: none;
  color: #121317;
}
.banner .subnav[data-type=submenu-area] ul a:hover {
  color: #6890a0;
}
.banner .actions {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  gap: 10px;
  z-index: 4;
}
.banner .actions button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  width: 35px;
  height: 35px;
  background-color: hsl(197.1428571429, 22.7642276423%, 101.7647058824%);
  border: 2px solid #777878;
  box-shadow: 2px 2px 0 #777878;
  padding: 5px;
  position: relative;
  transition: 0.2s ease-in-out;
}
.banner .actions button:hover {
  box-shadow: 4px 4px 0 #777878;
  transform: translate(-2px, -2px);
}
.banner .actions button.active {
  background-color: rgb(166.6097560976, 190.0243902439, 199.3902439024);
}
.banner .actions button:active {
  box-shadow: 0 0 0 #777878;
  transform: translate(2px, 2px);
}
.banner .actions button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #121317;
  fill: #121317;
}
.banner .actions button span.hidden {
  display: none;
}
.banner .creator {
  position: absolute;
  left: 30px;
  bottom: -5px;
  pointer-events: none;
  z-index: 3;
}
.banner .creator img {
  height: 21dvh;
}
.banner .name {
  position: absolute;
  left: 10px;
  top: 40%;
  transform: translate(0, -50%);
  z-index: 3;
}
.banner .name h1 {
  font-size: 8em;
  opacity: 0.3;
  color: #121317;
  text-transform: uppercase;
  filter: drop-shadow(5px 5px 0 #6890a0);
  font-family: "orbitron", sans-serif;
  line-height: 110px;
}
.banner .name a {
  text-decoration: none;
  color: #121317;
}
.banner .name a:hover {
  color: #7eb973;
}
.banner .name a h2 {
  text-align: right;
  font-size: 1.1em;
  letter-spacing: 1.2px;
  opacity: 0.3;
  text-transform: uppercase;
  filter: drop-shadow(2px 2px 0 #6890a0);
  font-family: "orbitron", sans-serif;
}

.textBanner {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(0deg, rgb(218.15, 218.15, 218.15), #ececec, rgb(210.5, 210.5, 210.5));
  color: #121317;
  padding: 5px 0;
  position: relative;
  border: 1px solid #777878;
  font-size: 12px;
}
.textBanner__in {
  display: flex;
  white-space: nowrap;
  animation: marquee-scroll 40s linear infinite;
  cursor: default;
}
.textBanner__in:hover {
  animation-play-state: paused;
}
@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.textBanner__in > span {
  flex-shrink: 0;
  font-weight: 500;
  font-size: 14px;
}
.textBanner__in > span a {
  color: #6890a0;
  text-decoration: none;
}
.textBanner__in > span a:hover {
  text-decoration: underline;
}
.textBanner__in > span::after {
  content: "///";
  margin: 0 10px;
}

.loader {
  animation: loader 2s linear infinite;
}
@keyframes loader {
  0% {
    rotate: 0deg;
    opacity: 1;
  }
  50% {
    rotate: 180deg;
    opacity: 0.5;
  }
  100% {
    rotate: 360deg;
    opacity: 1;
  }
}

main > .container {
  display: flex;
  gap: 10px;
  padding: 10px;
  overflow: auto;
  max-height: calc(100dvh - 60px - 25dvh - 29px - 29px);
}
main > .container.maxHeight {
  height: calc(100dvh - 60px - 25dvh - 29px - 29px);
}
main > .container section {
  flex: 1;
}
main > .container aside {
  width: 170px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
main > .container aside.right {
  width: 200px;
}

.box {
  border: 1px solid #777878;
  background: linear-gradient(180deg, rgb(210.5, 210.5, 210.5) 3%, #ececec);
  box-shadow: 3px 3px 0px #777878;
}
.box.blue {
  border: 1px solid #6890a0;
  background: linear-gradient(180deg, rgb(197.9146341463, 213.0365853659, 219.0853658537) 3%, #ececec);
  box-shadow: 3px 3px 0px #6890a0;
}
.box.note {
  padding: 10px;
  display: flex;
  gap: 20px;
}
.box.spaceIn {
  padding: 10px;
}
.box hr.title {
  border: 1px solid #777878;
  margin: 5px 10px 5px 10px;
  opacity: 0.2;
}
.box h3.title {
  font-family: "orbitron", sans-serif;
  font-size: 14px;
  cursor: default;
  padding: 10px 10px 0 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.box h3.title div {
  display: flex;
  gap: 5px;
  align-items: center;
}
.box h3.title div:nth-child(1) {
  flex: 1;
}
.box h3.title div a {
  text-decoration: none;
  color: unset;
}
.box h3.title div.subinfo {
  font-size: 10px;
  color: #777878;
}
.box h3.title svg {
  width: 14px;
  height: 14px;
}

.links ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style: none;
  padding: 0 10px 10px 10px;
}
.links ul a {
  color: #121317;
  text-decoration: none;
  font-weight: bolder;
}
.links ul a li {
  display: flex;
  align-items: center;
  gap: 3px;
  border-left: 0 solid #6890a0;
  transition: 0.2s ease-in-out;
}
.links ul a li:hover {
  color: #6890a0;
  border-left: 10px solid #6890a0;
  padding-left: 6px;
}

img.new {
  height: 10px;
  align-self: first baseline;
}

.badgeweb {
  padding: 10px 0;
  transition: 0.2s ease-in-out;
}
.badgeweb img {
  display: block;
  margin: 0 auto;
}
.badgeweb:hover {
  cursor: pointer;
  border: 1px solid #6890a0;
  box-shadow: 5px 5px 0px #6890a0;
  background: linear-gradient(180deg, rgb(228.35, 228.35, 228.35) 0%, #ececec);
}

.importantMessages {
  transition: 0.7s ease-in-out;
  border: 1px solid #b97373;
  box-shadow: 3px 3px 0px #b97373;
  font-size: 16px;
  overflow: hidden;
  max-height: 40px;
}
.importantMessages.active {
  max-height: 200px;
  overflow-y: auto;
}
.importantMessages h3.title {
  display: flex;
  justify-content: space-between;
}
.importantMessages h3.title span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.importantMessages h3.title span.show {
  cursor: pointer;
  color: #ececec;
  filter: drop-shadow(2px 2px 0 #777878);
  border: 1px solid #777878;
  background-color: #b97373;
  transition: 0.7s;
}
.importantMessages h3.title span.show:hover {
  transform: scale(1.2);
}
.importantMessages h3.title span.show.active {
  transform: rotate(180deg);
  background-color: #777878;
}
.importantMessages h3.title span.show.active:hover {
  transform: scale(1.2) rotate(180deg);
}
.importantMessages p {
  padding: 10px;
}

.localtime .timeCompare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.localtime .timeCompare p.desc {
  font-size: 13px;
  font-weight: bolder;
}
.localtime .timeCompare p {
  text-align: center;
  font-size: 15px;
}
.localtime .timeCompare .b1 {
  padding: 5px 0;
  background-color: rgba(104, 144, 160, 0.2);
}
.localtime .timeCompare .b2 {
  padding: 5px 0;
  background-color: rgba(126, 185, 115, 0.2);
}

.websiteUpdated {
  padding: 10px;
  text-align: center;
  font-size: 12px;
}

footer {
  text-align: center;
  font-size: 10px;
  margin-bottom: 5px;
}
footer a {
  color: #121317;
}
footer a:hover {
  color: #6890a0;
}

.guestbookLink {
  text-decoration: none;
}
.guestbookLink .guestbook {
  text-align: center;
  padding: 5px;
  font-size: 12px;
  color: #121317;
  transition: 0.2s ease-in-out;
}
.guestbookLink .guestbook:hover {
  cursor: pointer;
  border: 1px solid #6890a0;
  box-shadow: 5px 5px 0px #6890a0;
  background: linear-gradient(180deg, rgb(228.35, 228.35, 228.35) 0%, #ececec);
}

.guestbookIframe {
  width: 100%;
  height: 100%;
}
.guestbookIframe iframe {
  width: 100%;
  height: 100%;
  border: 1px solid #777878;
  box-shadow: 3px 3px 0px #777878;
}

.guestbookAside {
  height: 300px;
  pointer-events: none;
}

.aboutme {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.aboutme > div {
  flex: 1;
}
.aboutme a {
  text-decoration: none;
  color: unset;
}
.aboutme .workingOn {
  justify-content: center;
  display: flex;
  gap: 10px;
  transition: 0.4s;
  border: 1px solid transparent;
  box-shadow: 0px 0px 0px #777878;
}
.aboutme .workingOn:hover {
  cursor: pointer;
  border: 1px solid #6890a0;
  box-shadow: 5px 5px 0px #6890a0;
  background: linear-gradient(180deg, rgb(228.35, 228.35, 228.35) 0%, #ececec);
}
.aboutme .workingOn .img {
  width: 120px;
  height: 120px;
  text-align: center;
}
.aboutme .workingOn img {
  max-width: 100%;
  max-height: 120px;
  filter: grayscale(1);
}
.aboutme .workingOn .info {
  flex: 1;
  padding: 10px;
}
.aboutme .workingOn .info p {
  font-size: 12px;
}

.TLDR {
  margin-top: 10px;
  max-height: 120px;
  overflow: hidden;
  position: relative;
  transition: 0.7s ease-in-out;
}
.TLDR.active {
  max-height: 300px;
  overflow-y: auto;
}
.TLDR .extend {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(223.25, 223.25, 223.25, 0) 20%, #ececec);
  height: 70px;
  cursor: pointer;
  text-align: center;
  transition: 0.7s ease-in-out;
}
.TLDR .extend.active {
  background: linear-gradient(to bottom, rgba(223.25, 223.25, 223.25, 0) 0%, #ececec);
}
.TLDR .extend.active p {
  bottom: 0px;
}
.TLDR .extend.active p svg {
  transform: rotate(180deg);
}
.TLDR .extend p {
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
  font-weight: bolder;
  pointer-events: none;
  transition: 0.7s ease-in-out;
}
.TLDR .extend p svg {
  transition: 0.7s ease-in-out;
}
.TLDR .extend:hover {
  background: linear-gradient(to bottom, rgba(223.25, 223.25, 223.25, 0) 0%, #ececec);
}
.TLDR .extend:hover p {
  bottom: 0;
}
.TLDR h3.title {
  align-items: baseline;
}
.TLDR h3.title > span span {
  font-size: 8px;
}
.TLDR p {
  font-size: 12px;
  padding: 10px;
}

.hitcount {
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.hitcount svg {
  width: 14px;
  height: 14px;
}

.phoneShow {
  display: none;
}

@media screen and (max-width: 890px) {
  .phoneShow {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100dvh;
    background-color: #ececec;
    z-index: 999;
  }
  .phoneShow .ccenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 90dvw;
  }
  .phoneShow .ccenter button {
    width: 100%;
    font-size: 20px;
    padding: 10px;
    border: none;
    background-color: #6890a0;
    color: #ececec;
    cursor: pointer;
  }
}
.markdown {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.markdown section {
  padding-bottom: 10px;
  border-bottom: 1px solid #777878;
}
.markdown img {
  max-width: 100%;
}
.markdown h2 {
  font-size: 20px;
  color: #7eb973;
}
.markdown a {
  color: #777878;
  text-decoration: none;
}
.markdown a:hover {
  text-decoration: underline;
}
.markdown h3 {
  font-size: 16px;
  color: #6890a0;
}
.markdown ul {
  margin-left: 20px;
  list-style: none;
}

.like {
  display: flex;
}
.like ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 10px;
  width: 100%;
}
.like ul a {
  color: unset;
  text-decoration: none;
}
.like ul a li {
  cursor: pointer;
}
.like ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  cursor: default;
  font-size: 14px;
  width: 100%;
  padding: 6px 9px;
}
.like ul li:hover {
  background-color: hsl(0, 0%, 112.5490196078%);
}
.like ul li > div {
  display: flex;
  align-items: center;
  gap: 3px;
  cursor: default;
  font-size: 12px;
}
.like ul li > div:nth-child(1) {
  font-size: 12px;
  color: #777878;
  font-weight: bolder;
}
.like ul li svg {
  width: 16px;
  height: 16px;
}

.interests {
  gap: 5px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 30px 1fr 1fr;
  grid-template-areas: "b1 b2 b3 b4" "b5 b7 b0 b0" "b6 b8 b0 b0";
  margin: 10px 0 0 0;
}
.interests .b0 {
  grid-area: b0;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.interests .b0:hover {
  border: 1px solid #6890a0;
  box-shadow: 5px 5px 0px #6890a0;
  transform: translate(-1px, -1px);
}
.interests .b1 {
  grid-area: b1;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.interests .b1:hover {
  border: 1px solid #6890a0;
  box-shadow: 5px 5px 0px #6890a0;
  transform: translate(-1px, -1px);
}
.interests .b2 {
  grid-area: b2;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.interests .b2:hover {
  border: 1px solid #6890a0;
  box-shadow: 5px 5px 0px #6890a0;
  transform: translate(-1px, -1px);
}
.interests .b3 {
  grid-area: b3;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.interests .b3:hover {
  border: 1px solid #6890a0;
  box-shadow: 5px 5px 0px #6890a0;
  transform: translate(-1px, -1px);
}
.interests .b4 {
  grid-area: b4;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.interests .b4:hover {
  border: 1px solid #6890a0;
  box-shadow: 5px 5px 0px #6890a0;
  transform: translate(-1px, -1px);
}
.interests .b5 {
  grid-area: b5;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.interests .b5:hover {
  border: 1px solid #6890a0;
  box-shadow: 5px 5px 0px #6890a0;
  transform: translate(-1px, -1px);
}
.interests .b6 {
  grid-area: b6;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.interests .b6:hover {
  border: 1px solid #6890a0;
  box-shadow: 5px 5px 0px #6890a0;
  transform: translate(-1px, -1px);
}
.interests .b7 {
  grid-area: b7;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.interests .b7:hover {
  border: 1px solid #6890a0;
  box-shadow: 5px 5px 0px #6890a0;
  transform: translate(-1px, -1px);
}
.interests .b8 {
  grid-area: b8;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.interests .b8:hover {
  border: 1px solid #6890a0;
  box-shadow: 5px 5px 0px #6890a0;
  transform: translate(-1px, -1px);
}
.interests span.shy {
  font-size: 11px;
  color: #777878;
}
.interests .box {
  margin: 0;
  padding: 5px 0;
  text-align: center;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.interests .box.active {
  border: 1px solid #7eb973;
  box-shadow: 5px 5px 0px #7eb973;
  transform: translate(-1px, -1px);
}
.interests .box.b0 {
  height: 160px;
  overflow-y: auto;
}
.interests .box.b0 .ccenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  color: #777878;
  font-size: 11px;
  text-align: center;
}
.interests .box.b0 .ccenter b {
  color: #121317;
  font-weight: bolder;
  font-size: 12px;
}
.interests .box.b0:hover {
  border: 1px solid #777878;
  box-shadow: 5px 5px 0px #777878;
  transform: translate(-1px, -1px);
  cursor: default;
}

.littleCircle::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  margin-right: 3px;
}
.littleCircle.blue::before {
  background-color: #6890a0;
}
.littleCircle.green::before {
  background-color: #7eb973;
}
.littleCircle.orange::before {
  background-color: #b99573;
}/*# sourceMappingURL=style.css.map */