*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: #0e0e10;
  color: #e0e0e0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  width: 100%;
  max-width: 720px;
  padding: 2rem 1.5rem;
}

header {
  margin-bottom: 1.5rem;
}

h1 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.4rem;
}

.subtitle {
  font-size: 0.95rem;
  color: #888;
  line-height: 1.4;
}

footer {
  margin-top: 1.5rem;
  text-align: center;
}

footer p {
  font-size: 0.8rem;
  color: #555;
}

/* Uppy dark theme overrides */
.uppy-Dashboard--modal .uppy-Dashboard-overlay {
  background: rgba(0, 0, 0, 0.8);
}

.uppy-Dashboard-inner {
  background: #1a1a1e !important;
  border: 1px solid #2a2a2e !important;
  border-radius: 12px !important;
}

.uppy-Dashboard-AddFiles {
  border: 2px dashed #333 !important;
  border-radius: 8px !important;
}

.uppy-Dashboard-AddFiles:hover {
  border-color: #555 !important;
}

.uppy-DashboardContent-bar {
  background: #1a1a1e !important;
  border-bottom: 1px solid #2a2a2e !important;
}

.uppy-StatusBar {
  background: #1a1a1e !important;
}

.uppy-StatusBar::before {
  background: #2a2a2e !important;
}

.uppy-StatusBar-progress {
  background: #4f8ff7 !important;
}

.uppy-DashboardContent-title {
  color: #ccc !important;
}

.uppy-Dashboard-browse {
  color: #4f8ff7 !important;
}

.uppy-Dashboard-dropFilesHereHint {
  color: #888 !important;
  border: 1px dashed #444 !important;
}

.uppy-DashboardItem-name {
  color: #ddd !important;
}

.uppy-DashboardItem-statusSize {
  color: #888 !important;
}

.uppy-StatusBar-actionBtn--upload {
  background: #4f8ff7 !important;
}

.uppy-StatusBar-statusSecondaryHint,
.uppy-StatusBar-statusSecondary {
  display: none !important;
}
