:root {
  --bg: black;
  --fg: white;
  background-color: var(--bg);
  color: var(--fg);
}
body {
  margin: 0;
}
p {
  margin: 0 0 0.5rem;
}
#h1 {
  margin: 0.5rem;
  text-align: center;
}
#h1-author {
  font-size: 1rem;
  font-weight: normal;
}
a:link {
  color: #66DDFF;
}
a:not(:hover) {
  text-decoration: none;
}
.section {
  padding: 0.5rem;
}
#files-url {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
#files-url-log {
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
#section-render {
  max-width: 32rem;
  margin: 5rem auto;/*
  box-shadow: 0 0 2rem 2rem var(--bg);
  box-sizing: border-box;
  min-height: 100vh;*/
}
#section-footer {
  text-align: center;
}

.optiongroup {
  margin: 0 0 1rem;
}

@keyframes hint {
  50% {
    transform: scale(1.25);
    opacity: 0.8;
  }
}
.hint {
  animation: hint 2s infinite ease-in-out;
}

.sticky {
  margin: 0 -0.5rem;
  box-shadow: 0 0.125rem 0.125rem black;
  position: sticky;
  line-height: 1.2em;
  background: var(--bg);
  font-size: 1rem;
  text-align: center;
}
.sticky-1 {
  font-size: 1.5rem;
  height: 1.2em;
  top: 0rem;
  z-index: 9;
}
.sticky-2 {
  font-size: 1.25rem;
  font-weight: normal;
  height: 1.2em;
  top: 1.8rem;
  z-index: 8;
}
.lvl-3 {
  margin-bottom: 3rem;
}
.sticky-3 {
  font-size: 1rem;
  font-weight: normal;
  top: 3.3rem;
  z-index: 7;
  margin-bottom: 0.25rem;
}
.bannertime {
  font-size: 0.875rem;
  opacity: 0.75;
}

.ph {
  margin-bottom: 0.5rem;
}

.item {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
.item-name {
  text-shadow: 0.0625em 0.0625em 0.125em
}
.item-3 > .item-name {
  font-size: 0.8rem;
  color: #AACCFF;
}
.item-4 > .item-name {
  font-size: 1.5rem;
  color: #FFAAFF;
}
.item-5 {
  background-color: rgba(255, 221, 170, 0.4);
  border-radius: 0.375rem;
  box-shadow: 0 0 1rem 0.25rem rgba(255, 221, 170, 0.4);
  margin-top: 0.5rem;
  padding: 0.25rem;
}
.item-5 > .item-name {
  font-size: 2.5rem;
  color: #FFDDAA;
}
.item-info {
  opacity: 0.75;
}
.footinfo {
  opacity: 0.75;
  text-align: center;
}

.tenpulls {
  border: 1px solid var(--fg);
  margin: 0 0 0.5rem;
  border-radius: 0.375rem;
  padding-bottom: 0.5rem;
}
.tenpulls-items {
  margin: 0 0.5rem;
}
.tenpulls-items-4 {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.tenpulls-items-4 > .item {
  margin: 0 0.5rem;
}

.mobiletooltip[title]:not([title=""]):hover {
  outline: 2px dashed gold;
}

[hidden] {
  display: none !important;
}
