/* Frontend form styles */
.ucslr-form { max-width: 520px; margin: 24px auto; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
.ucslr-card { background: #fff; border-radius: 18px; padding: 22px; box-shadow: 0 10px 28px rgba(0,0,0,0.08); }
.ucslr-title { margin-top: 0; margin-bottom: 16px; font-weight: 800; letter-spacing: -0.2px; }
.ucslr-alert { padding: 10px 12px; border-radius: 12px; margin-bottom: 12px; font-size: 14px; }
.ucslr-alert.error { background: #fde7e7; color: #7c1414; }
.ucslr-alert.ok { background: #e7fbef; color: #0b6a3a; }
.ucslr-label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; color: #222; }
.ucslr-form input[type="text"],
.ucslr-form input[type="email"],
.ucslr-form input[type="password"] { width: 100%; padding: 12px 13px; border-radius: 12px; border: 1px solid #d7dbe2; margin-bottom: 12px; background: #f9fbfc; transition: border 120ms ease; }
.ucslr-form input:focus { outline: none; border-color: #1e6fd9; background: #fff; box-shadow: 0 0 0 4px rgba(30,111,217,0.08); }
.ucslr-btn { width: 100%; padding: 12px; border-radius: 12px; border: 0; background: #1e6fd9; color: #fff; font-weight: 800; cursor: pointer; }
.ucslr-btn:hover { filter: brightness(0.96); }
.ucslr-note { text-align: center; font-size: 12px; color: #666; margin-top: 8px; }
.ucslr-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.ucslr-terms { display: flex; align-items: center; gap: 8px; margin: 8px 0 16px; }
.ucslr-hint { display: block; font-size: 12px; color: #6c7280; margin-top: 4px; }
