body {
  background: radial-gradient(circle at 50% 20%, #262c37 0%, #181C23 55%, #14171d 100%);
  color: #f2f2f2;
}
.card { background: #21262f; box-shadow: 0 20px 60px rgba(0,0,0,.35); }
.cgu-text a { color: #c9a24b; }
.btn-primary { background: #c9a24b; color: #181C23; }

.launch-halo { background: radial-gradient(circle, rgba(201,162,75,.45) 0%, rgba(201,162,75,0) 70%); }
.launch-circle { background: #c9a24b; color: #181C23; }
.launch-bubble { background: #fbf8f2; color: #181C23; }
.launch-bubble::after { background: #fbf8f2; }

input { background: #2b313b; color: #fff; border-color: #3a414d; }
input::placeholder { color: #8b95a3; }
.dropzone { color: #c9a24b; border-color: #3a414d; }
#bar { background: #c9a24b; }

.popup { background: #21262f; color: #f2f2f2; }
.popup-close:hover { background: rgba(255,255,255,.08); }
#file-list li { border-bottom-color: rgba(255,255,255,.08); }
#progress { background: rgba(255,255,255,.12); }
