/* Minimal styling for the forms */
.sc-auth-form { max-width:420px; margin: 10px 0; display:block; }
.sc-auth-form label { display:block; margin-bottom:10px; font-family: sans-serif; }
.sc-auth-form input[type="text"], .sc-auth-form input[type="email"], .sc-auth-form input[type="password"] { width:100%; padding:8px; box-sizing:border-box; }
.sc-auth-form button { padding:10px 14px; margin-top:6px; cursor:pointer; }
.sc-alt { margin-top:8px; font-size:0.95em; }
.sc-dashboard { max-width:720px; padding:18px; border:1px solid #eee; border-radius:6px; }
.sc-user-data { list-style:none; padding-left:0; }
.sc-user-data li { margin-bottom:6px; }
.ca-dashboard { border:1px solid #ddd; padding:15px; border-radius:6px; }
.ca-tabs { list-style:none; margin:0; padding:0; display:flex; gap:10px; }
.ca-tabs li { display:inline; }
.ca-tabs li.active a { font-weight:bold; text-decoration:underline; }
.ca-tab-content { margin-top:20px; }
