body {
  background-color: #1d1c1d;
  color: #fff;
  text-align: center;
  font-family: sans-serif;
}

.site-header {
  margin: 0 0 2rem;
  padding: 1.5rem 1rem;
}

.site-header__inner {
  margin: 0 auto;
  max-width: 720px;
}

.site-brand {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0;
}

.site-tagline {
  color: #c7c6c7;
  font-size: 0.95rem;
  margin: 0.35rem 0 0;
}

a {
  color: #00beff;
}

button {
  background-color: #6a6a6b;
  color: #fff;
}

input[type="checkbox"] {
  accent-color: #6a6a6b;
}

.file-info {
  display: inline-block;
  text-align: left;
}

.file-info ul {
  margin: 0;
  padding-left: 1.2em;
}

.file-list {
  display: inline-block;
  text-align: left;
  list-style-position: inside;
  margin: 0 auto;
  padding-left: 0;
}

.file-list li {
  margin-bottom: 0.5em;
}

.file-details {
  display: inline-block;
  margin-right: 0.5em;
}

.public-list {
  display: inline-block;
  text-align: left;
  width: min(500px, 90vw);
}

.public-list details {
  background-color: #2b2a2b;
  border-radius: 4px;
  margin-bottom: 1em;
  padding: 0.75em 1em;
}

.public-list summary {
  cursor: pointer;
  font-weight: bold;
}

.public-list ul {
  margin-top: 0.5em;
  padding-left: 1em;
}

.public-list li {
  list-style: disc;
  margin-bottom: 0.5em;
}

.public-file-meta {
  font-size: 0.85em;
  color: #c6c6c6;
}

.file-privacy-form,
.file-delete-form {
  display: inline-flex;
  align-items: center;
  margin-left: 0.5em;
}

.file-delete-form {
  gap: 0.4em;
}

.delete-button {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1em;
  line-height: 1;
  padding: 0;
}

.delete-button:hover,
.delete-button:focus {
  color: #ff9090;
}

.delete-button:focus {
  outline: 1px solid #ff9090;
  outline-offset: 2px;
}

.delete-confirm-text {
  font-size: 0.85em;
  color: #ff9090;
}

#upload-bar {
  margin-top: 1em;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

#upload-status {
  color: #f66;
  margin-top: 0.5em;
}

progress {
  width: 100%;
  height: 20px;
}
