/* Shaba — login / register modal */
.shaba-authmodal{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:16px;font-family:inherit}
.shaba-authmodal[hidden]{display:none}
.shaba-authmodal__backdrop{position:absolute;inset:0;background:rgba(8,11,24,.62);backdrop-filter:blur(6px)}
.shaba-authmodal__dialog{position:relative;width:100%;max-width:420px;background:#fff;color:#111827;border-radius:20px;padding:28px 24px 24px;box-shadow:0 30px 80px rgba(2,6,23,.35);animation:shabaAuthIn .22s ease}
@keyframes shabaAuthIn{from{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:none}}
.shaba-authmodal__close{position:absolute;top:10px;left:12px;border:0;background:transparent;font-size:26px;line-height:1;cursor:pointer;color:#9ca3af}
.shaba-authmodal__close:hover{color:#111827}
.shaba-authmodal__title{margin:0 0 6px;font-size:20px;font-weight:800}
.shaba-authmodal__lead{margin:0 0 18px;font-size:13px;color:#6b7280;line-height:1.9}
.shaba-authtabs{display:flex;gap:6px;background:#f3f4f6;border-radius:12px;padding:4px;margin-bottom:18px}
.shaba-authtab{flex:1;border:0;background:transparent;padding:9px 0;border-radius:9px;font:inherit;font-size:14px;font-weight:700;color:#6b7280;cursor:pointer}
.shaba-authtab.is-active{background:#fff;color:#111827;box-shadow:0 1px 3px rgba(0,0,0,.12)}
.shaba-authfield{display:block;margin-bottom:13px}
.shaba-authfield>span{display:block;font-size:13px;font-weight:600;margin-bottom:6px}
.shaba-authfield input{width:100%;box-sizing:border-box;padding:11px 13px;border:1px solid #e5e7eb;border-radius:12px;font:inherit;font-size:14px;background:#fafafa}
.shaba-authfield input:focus{outline:none;border-color:#4f46e5;background:#fff;box-shadow:0 0 0 3px rgba(79,70,229,.14)}
.shaba-authrow{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:4px 0 16px;font-size:12.5px}
.shaba-authcheck{display:flex;align-items:center;gap:6px;color:#4b5563;cursor:pointer}
.shaba-authlink{color:#4f46e5;text-decoration:none}
.shaba-authlink:hover{text-decoration:underline}
.shaba-authsubmit{width:100%;border:0;border-radius:13px;padding:12px 0;font:inherit;font-size:15px;font-weight:800;color:#fff;background:linear-gradient(135deg,#4f46e5,#06b6d4);cursor:pointer}
.shaba-authsubmit[disabled]{opacity:.65;cursor:progress}
.shaba-authmsg{margin:12px 0 0;font-size:13px;line-height:1.8;min-height:1px}
.shaba-authmsg.is-error{color:#b91c1c}
.shaba-authmsg.is-success{color:#047857}
.shaba-authbtn{border:0;border-radius:12px;padding:10px 18px;font:inherit;font-weight:700;color:#fff;background:linear-gradient(135deg,#4f46e5,#06b6d4);cursor:pointer}
body.shaba-auth-open{overflow:hidden}
