html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.fancy-background {
  background-attachment: fixed;
  background-position: top center;
  background-size: 300% 100%;
  background-image: linear-gradient(95deg,
    rgba(217, 180, 136, 0.6), rgba(216, 177, 141, 0.2),
    rgba(216, 177, 141, 0.2), rgba(217, 180, 136, 0.6));
}

* {
  font-family: "Open Sans", "Open Sans CJK", sans-serif;
}
body {
  /* background-color: rgba(173, 25, 171, 0.1); */
}
blockquote {
  font-style: italic;
  text-align: center;
}
footer {
  text-align: center;
  max-width: 590px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 1.2em;
  color: gray;
}
.wrapper {
  margin: 10px 10px 50px 10px;
}
#card {
  min-width: 260px;
  max-width: 600px;
  margin: 0 auto;
}
.card-section {
  color: black;
  background-color: #fefefe;
  box-shadow: rgb(123, 123, 123) 0px 0px 4px -2px;
}
.card-section .content {
  padding: 20px;
}
.card-section .content.hidden {
  display: none;
}
.card-section:not(:last-child) {
  margin-bottom: 2px;
}
.card-section span {
  display: block;
  clear: both;
  padding-bottom: 8px;
  min-height: 25px;
  line-height: 25px;
}
.card-section a, .card-section i {
  line-height: 18px;
}
.card-section .icon {
  font-size: 20px;
  width: 25px;
  height: 25px;
  text-align: center;
  margin-right: 5px;
}
.card-section .icon-translucent {
  opacity: 0.6;
}
.card-section ul li {
  margin-bottom: 10px;
  line-height: 1.4em;
}
.card-section ul li::before {
  content: '';
  display: inline-block;
  height: 12px;
  width: 12px;
  background-image: url(li.png);
  background-size: contain;
  margin-right: 5px;
}
.card-section h1.header {
  padding: 20px;
  font-weight: 600;
  background-color: #fafafa;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
}
.card-section h1.header:hover {
  background-color: #f7f7f7;
}
.card-section h1.header i.fa.hidden {
  display: none;
}
h1 {
  font-size: 18px;
  font-weight: 500;
}
p {
  font-size: 16px;
  line-height: 1.4em;
}
strong {
  font-weight: 600;
}
i {
  font-style: italic;
}
a {
  color: #934b93;
  text-decoration: none;
}
a:hover {
  color: #c665c6;
}
.sep {
  display: block;
  margin-bottom: 25px;
}
.sep-small {
  display: block;
  margin-bottom: 10px;
  padding: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
}
.important {
  border: 1px solid rgba(159, 159, 159, 0.3);
  background-color: rgba(250, 250, 250, 0.8);
  padding: 8px;
}
details .details-text {
  line-height: 1.4em;
  margin-top: 5px;
  border: 1px solid lightgray;
  background: #efefef;
  padding: 5px;
}
.tmp-notice {
  margin-top: 20px;
  color: #444;
}
.profile-image {
  margin: 0 auto;
  text-align: center;
  max-height: 200px;
  max-width: 200px;
  height: auto;
  width: auto;
  margin-bottom: 20px;
}
.profile-image img {
  border-radius: 50%;
  max-height: 200px;
  max-width: 200px;
}
.centered {
  text-align: center;
}
.icon-inline {
  display: inline;
  max-height: 16px;
  vertical-align: middle;
}
.hint {
  border-bottom: 1px dotted black;
}
.instructions.hidden {
  display: none;
}
.instructions {
  color: gray;
  font-size: 15px;
  text-align: center;
  padding: 5px 0;
}

.hashtags {
  display: block;
  margin-top: 10px;
}
.hashtags span {
  color: #2ba3ff;
  display: inline;
}
.icon-under-construction {
  color: #9e940e;
}
.more-info {
  font-size: 12px;
  text-align: center;
}
.more-info a {
  color: #878787;
}
.more-info a:hover {
  color: #737373;
}

.info-box {
  border: 1px solid rgb(230, 230, 230);
}

sup {
  vertical-align: super;
  font-size: 10px;
}

.icon-github   { color: #000000; }
.icon-gitlab   { color: #FCA121; }
.icon-twitter  { color: #1DA1F2; }
.icon-twitch   { color: #6441A4; }
.icon-steam    { color: #171A21; }

@media (prefers-color-scheme: dark) {
  .fancy-background {
    background-image: none;
    background-color: #121212;
  }

  .card-section {
    color: #e6e6e6;
    background-color: #121212;
    box-shadow: rgb(255, 255, 255) 0px 0px 1px 0px;
  }
  .card-section h1.header {
    color: #ebebeb;
    background-color: #232323;
    border-bottom: 1px solid #424242;
  }
  .card-section h1.header:hover {
    background-color: #262626;
  }

  footer {
    color: #c9c9c9;
  }
  footer .tiny-text {
    color: #dbdbdb;
  }

  ruby {
    color: #e6e6e6;
  }

  a {
    color: #ffc4ff;
  }
  a:hover {
    color: #ffdeff;
  }

  .icon-github {
    filter: invert(1);
  }
}
