body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  margin: 0;
  padding: 20px;
  background: #f5f5f5;
  color: #222;
}

.container {
  max-width: 960px;
  margin: 0 auto;
}

header {
  margin-bottom: 24px;
}

header .logo {
  display: block;
  max-width: 220px;
  margin-bottom: 12px;
}

header h1 {
  margin: 0;
  font-size: 1.6rem;
}

header p {
  margin: 0;
  color: #555;
}

.folder {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.folder h2 {
  margin: 0 0 10px;
  font-size: 1.1rem;
  color: #333;
  text-transform: capitalize;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  text-align: left;
  padding: 10px 8px;
  border-bottom: 1px solid #eee;
}

th {
  color: #777;
  font-weight: 600;
  font-size: 0.85rem;
}

td {
  font-size: 0.95rem;
}

a {
  color: #0066cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.size, .date {
  white-space: nowrap;
  color: #666;
  font-size: 0.9rem;
}

.empty {
  color: #777;
  font-style: italic;
}
