#qwam-app { text-align:center; padding:30px; background:#f0f8ff; border:4px solid #0073aa; border-radius:20px; max-width:500px; margin:50px auto; font-family:Arial; }
#qwam-app input, button { width:100%; padding:15px; margin:8px 0; font-size:18px; border-radius:8px; }
#qwam-app button { background:#0073aa; color:white; border:none; cursor:pointer; font-weight:bold; }
#qwam-app #login-btn { background:#333; }
.qwam-question-box { background:#fff; padding:25px; border:3px solid #0073aa; border-radius:15px; margin:30px 0; }
.qwam-options label { display:block; padding:12px; background:#f9f9f9; margin:10px 0; border-radius:8px; cursor:pointer; font-size:17px; }
#qwam-save { background:#0073aa; color:white; padding:15px 40px; font-size:20px; border:none; border-radius:10px; cursor:pointer; }