html,body{margin:0;padding:0;width:100%;height:100%;overflow:hidden;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial}
a{color:inherit}
input,button{font:inherit}
label{display:block;margin-top:10px;font-size:12px;opacity:.8}
input{width:100%;box-sizing:border-box;padding:10px;border:1px solid #ddd;border-radius:10px;margin-top:6px}
button,.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border:0;border-radius:12px;background:#111;color:#fff;text-decoration:none;cursor:pointer}
button.ghost,.btn.ghost{background:#fff;color:#111;border:1px solid #ddd}
.error{margin:10px 0;padding:10px;border-radius:10px;background:#ffecec;border:1px solid #ffcccc;color:#900}
.oauth_actions{margin-top:12px}
.oauth_actions .btn{width:100%}
.btn.google{background:#fff;color:#111;border:1px solid #ddd}
.note{margin-top:12px;font-size:12px;color:#666;line-height:1.5}
