body { font-family: sans-serif; width:100%; padding:0; }
button { padding: 0.6rem 1rem; background: #4CAF50; color: white; border: none; cursor: pointer; }
#status { margin-top: 1rem; padding: 1rem; border-radius: 5px; }
.success { background: #d4edda; color: #155724; }
.error { background: #f8d7da; color: #721c24; }
.loading { color: #856404; background-color: #fff3cd; }
.info {  color: #383d41; background-color: #e2e3e5; }
label{ display:block; padding:0 0 1rem 0;}
input[type="text"] { width:600px; max-width:100%;line-height:2rem; height:2rem;padding:.5rem;box-sizing:border-box;}
progress{visibility:hidden; accent-color: #000;}