* {
  box-sizing: border-box;
}

html {
  background-color: #47533c;
  scrollbar-gutter: auto;
  scrollbar-width: thin;
  scrollbar-color: #333 #000;
}

body {
  background: repeat url(../img/wallpapers/Fall\ Memories.jpg);
  box-sizing: border-box;
  margin: 0;
  min-height: 100vh;
  padding: 2rem;
}

main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-window {
  max-width: 900px;
  width: 100%;
}

.toolbar {
  justify-content: flex-start;
  margin-bottom: 1rem;
}

.button-column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  align-content: stretch;
}
.icon-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  font-size: 1.5rem;
  width: calc(50% - 1rem);
}
.icon-button img {
  height: 64px;
  image-rendering: pixelated;
}

.icon-button-sm {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  font-size: 1.25rem;
}
.icon-button-sm img {
  height: 24px;
  image-rendering: pixelated;
}

.file-icon {
  image-rendering: pixelated;
  background: transparent !important;
  border: 0px solid transparent !important;
  box-shadow: none !important;
  width: auto !important;
  height: 72px !important;
}

.character-header-split {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.character-header-left {
  flex-grow: 1;
}

.alt-images {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.alt-image-set {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
  flex-wrap: wrap;
  align-content: flex-start;
}

.alt-image {
  max-width: 128px;
  max-height: 180px;
  height: auto;
  opacity: 0.85;
}

.element-hidden {
  display: none !important;
}

.character-header {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  padding-bottom: 2rem;
  align-items: center;
}

.character-avatar {
  width: 120px;
  margin-left: 0.5rem;
  border: 5px solid white;
  box-shadow: 5px 5px rgba(0, 0, 0, 0.5);
  transform: rotate(-5deg);
  background: var(--button-highlight);
}

.character-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  line-height: 1rem;
  padding: 0.25rem;
}

.character-info-value {
  opacity: 0.8;
}

.character-name {
  margin: 0 !important;
  font-size: 3.5rem;
  line-height: normal;
}

.character-nickname-value {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.character-info-value {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
}

.character-nickname-reason {
  font-style: italic;
  opacity: 0.6;
}

.preview-name {
  font-size: 2rem;
  margin: 0;
  line-height: 2rem;
}

.preview {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.preview img {
  image-rendering: pixelated;
}

.preview-props {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.preview-props > div {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
}

.text-viewer-text-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0.75rem;
  background: var(--button-highlight);
  box-shadow: var(--border-field);
}
.prop-title {
  font-weight: bold;
}

.prop-value {
  font-weight: normal;
  opacity: 0.75;
}

.title-bar-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

.window-icon {
  image-rendering: pixelated;
  width: 20px;
  margin-left: 2px;
}

.treeview-icon {
  image-rendering: pixelated;
  width: 20px;
  margin-left: 2px;
  margin-right: 2px;
}

.treeview-icon-label {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.meter-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.meter-groups {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-wrap: wrap;
}

.meter-group {
  width: calc(50% - 0.5rem);
  max-width: calc(50% - 0.5rem);
}

.tilt-small {
  transform: rotate(1.5deg);
  margin: 0.75rem 0;
}

.tilt-medium {
  transform: rotate(2.5deg);
  margin: 1rem 0;
}

.tilt-large {
  transform: rotate(5deg);
  margin: 1.5rem 0;
}

.emote {
  display: inline-block;
  margin: 0;
  width: 1.05em;
  margin-left: 0.25em;
  margin-bottom: -0.25em;
}

.meter-group > p {
  display: inline;
}

.datatable {
  background-color: #f8f9fa;
  color: #202122;
  margin: 1em 0;
  border: 1px solid #a2a9b1;
  border-collapse: collapse;
}

.datatable > tr > th,
.datatable > tr > td,
.datatable > * > tr > th,
.datatable > * > tr > td {
  border: 1px solid #a2a9b1;
  padding: 0.2em 0.4em;
}

.datatable > tr > th,
.datatable > * > tr > th {
  background-color: #eaecf0;
  color: #202122;
  text-align: center;
}

.datatable > caption {
  font-weight: bold;
}

.people-list .person-name:not(:first-child) {
  margin-left: -0.3em;
}
.people-list .person-name:first-child:empty ~ .person-name:not(:empty) {
  margin-left: 0;
}
.people-list .person-name:first-child:empty ~ .person-name:not(:empty) ~ .person-name:not(:empty) {
  margin-left: -0.3em;
}
.people-list .person-name:empty {
  display: none;
}
.people-list .person-name:not(:first-child):before {
  content: ",";
  padding-right: 0.25rem;
}
.people-list .person-name:empty + .person-name:not(:empty):before {
  content: "";
}
.people-list .person-name:not(:empty) ~ .person-name:empty + .person-name:not(:empty):before {
  content: ",";
  padding-right: 0.25rem;
}

h1 {
  font-size: 4em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1.15em;
}

.video-player {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
.video-player .player-buttons button {
  padding: 0.25rem 0.5rem;
  min-height: auto;
  font-size: 1rem;
  min-width: 2rem;
  margin: 0;
  height: 32px;
  display: flex;
  justify-content: center;
}
.video-player .player-buttons {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: center;
  margin: 0;
}
.video-player .player-timeline {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.video-player .player-timeline-label {
  text-wrap-mode: nowrap;
}
.video-player .player-controls {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  width: 100%;
}

.thumbnail .video-player {
  gap: 0.25rem;
  flex-direction: column-reverse;
}

.desktop-icons {
  /* put above the BSOD */
  z-index: 1;
}

.bsod {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  background: #00a;
  color: white;
}

.bsod-content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.bsod-error-title {
  background: #aaa;
  color: #00a;
  padding: 0rem 0.75rem;
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.simple-dialog-container {
  padding: 0 0.75rem;
  padding-bottom: 0.75rem;
}

.about-currently-using {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 1.5rem;
}
.about-currently-using ul {
  margin: 0;
}

.about-changelog {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  line-height: 1rem;
}

.about-changelog-version-section {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  line-height: 1rem;
}

.about-changelog-version-header {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  font-weight: bold;
}

.about-changelog-date {
  opacity: 0.65;
}

.about-changelog-features-list {
  margin: 0;
}

@media (max-width: 800px) {
  body {
    padding: 0.75rem 0.25rem;
  }
  main {
    width: 100%;
  }
  .main-window {
    width: 100%;
  }
  .button-column {
    display: flex;
    flex-direction: column;
  }
  .icon-button {
    width: 100%;
  }
  .icon-button {
    padding: 0.75rem 0.75rem;
  }
  .icon-button img {
    height: 48px;
  }
  .icon-button-sm {
    padding: 0.5rem 0.5rem;
  }
  .icon-button-sm img {
    height: 32px;
  }
  .character-header {
    flex-direction: column;
  }
  .character-name {
    margin: 0;
  }
  .desktop-icons {
    gap: 0.5rem;
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  .meter-group {
    width: 100%;
    max-width: 100%;
  }
  .window-body {
    padding: 0.2rem;
    margin: calc(var(--element-spacing) / 4);
  }
  .desktop-icons .icon img {
    width: 44px;
  }
  .desktop-icons .icon {
    font-size: calc(var(--font-size) - 4px);
  }
  .title-bar-text {
    margin-right: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5 {
    margin: 0.75rem 0;
  }
  p {
    margin: 0.5rem 0;
  }
  .content-area,
  .thumbnail-gallery {
    padding: 0.5rem;
    gap: 0.5rem;
  }
  .thumbnail-gallery {
    padding: 0.75rem 0.5rem;
    gap: 0.25rem;
    justify-content: space-evenly;
  }
  .thumbnail img:not(.video-button) {
    border-width: 3px;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.75);
  }
  .character-avatar {
    width: 200px;
    margin: 0;
  }
  .thumbnail img,
  .thumbnail video {
    max-width: 128px;
    max-height: 128px;
    width: auto;
  }
  .thumbnail-medium .thumbnail-image,
  .thumbnail-medium video,
  .thumbnail-medium .folder-thumbnail-image {
    max-width: 256px;
    max-height: 256px;
    width: auto;
  }
  .thumbnail-large .thumbnail-image,
  .thumbnail-large video,
  .thumbnail-large .folder-thumbnail-image {
    max-width: 300px;
    max-height: 300px;
    width: auto;
  }
  .folder img {
    width: 64px;
  }
  .folder,
  .thumbnail {
    gap: 0.25rem;
  }
  .alt-images {
    width: 100%;
  }
}
@media (min-width: 1900px) {
  .main-window {
    max-width: 1050px;
  }
}
@media (min-width: 2500px) {
  .main-window {
    max-width: 1250px;
  }
}/*# sourceMappingURL=site.css.map */