*
 { margin: 0; padding: 0; }
body { background: #1e1e1e; color: #ddd; font-family: Arial,Helvetica,sans-serif; font-size: 13px; line-height: 1.4; }
.wrapper { max-width: 500px; margin: 80px auto 0 auto; position: relative; padding: 0 8px; }
.card { max-width: 500px; padding: 12px 16px 12px 16px; background: #2d2d2d; border: 1px solid #444; position: relative; min-height: 100px; }
h1 { font-size: 14px; color: #61afef; font-weight: bold; margin-bottom: 6px; }
p { color: #999; font-size: 12px; margin-bottom: 10px; }
.progress { font-family: monospace; font-size: 13px; color: #98c379; white-space: pre; }
.footer { font-size: 11px; color: #777; margin-top: 10px; text-align: left; }
.mascot { position: absolute; right: 24px; bottom: 0; pointer-events: none; }
.mascot img { width: 135px; display: block; opacity: 1; }
@media (max-width: 480px) {
  .wrapper { margin-top: 60px; }
  .mascot img { width: 100px; }
  .progress { font-size: 11px; }
}
