/* MIYAAR Store donor auth CSS extracted from PHP inline blocks. */
.miyaar-store-scope.miyaar-donor-auth{background:var(--miyaar-auth-page-bg,#f8fafc);padding:1px 12px;border-radius:18px;}
.miyaar-store-scope .miyaar-auth-card{max-width:640px;margin:20px auto;background:var(--miyaar-auth-card-bg,#fff);border:1px solid var(--miyaar-auth-card-border,#bfdbfe);border-radius:16px;overflow:hidden;box-shadow:0 10px 24px rgba(30,64,175,.08);}
.miyaar-store-scope .miyaar-auth-card.miyaar-auth-login{max-width:520px;}
.miyaar-store-scope .miyaar-auth-head{background:var(--miyaar-auth-header-bg,#1d4ed8);color:var(--miyaar-auth-header-text,#fff);padding:14px 16px;font-weight:800;border-radius:16px 16px 0 0;}
.miyaar-store-scope .miyaar-auth-msg{padding:10px 16px;background:var(--miyaar-auth-message-bg,#eff6ff);color:var(--miyaar-auth-message-text,#1e3a8a);font-weight:700;border-bottom:1px solid var(--miyaar-auth-message-border,#dbeafe);}
.miyaar-store-scope .miyaar-auth-form{padding:16px;display:grid;gap:12px;background:var(--miyaar-auth-card-bg,#fff);}
.miyaar-store-scope .miyaar-auth-label{display:block;margin-bottom:6px;font-weight:700;color:var(--miyaar-auth-label-text,#1e3a8a);}
.miyaar-store-scope .miyaar-auth-input{width:100%;padding:12px;border:1px solid var(--miyaar-auth-input-border,#bfdbfe);border-radius:12px;color:var(--miyaar-auth-input-text,#0f172a);background:var(--miyaar-auth-input-bg,#fff);box-sizing:border-box;}
.miyaar-store-scope .miyaar-auth-input:focus{outline:2px solid var(--miyaar-auth-input-focus,#1d4ed8);border-color:var(--miyaar-auth-input-focus,#1d4ed8);}
.miyaar-store-scope .miyaar-auth-submit{padding:12px 14px;border-radius:12px;border:1px solid var(--miyaar-auth-button-border,#1d4ed8);background:var(--miyaar-auth-button-bg,#1d4ed8);color:var(--miyaar-auth-button-text,#fff);font-weight:800;cursor:pointer;}
.miyaar-store-scope .miyaar-auth-submit:hover{background:var(--miyaar-auth-button-bg-hover,#0f4fd8);color:var(--miyaar-auth-button-text-hover,#fff);border-color:var(--miyaar-auth-button-border-hover,#0f4fd8);}
.miyaar-store-scope .miyaar-auth-footer{display:flex;justify-content:center;align-items:center;gap:8px;padding-top:4px;color:var(--miyaar-auth-footer-text,#1e3a8a);font-weight:700;}
.miyaar-store-scope .miyaar-auth-footer a{color:var(--miyaar-auth-link-text,#1d4ed8);text-decoration:none;font-weight:800;}
.miyaar-store-scope .miyaar-auth-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.miyaar-store-scope .miyaar-auth-actions{display:flex;justify-content:flex-start;margin-top:-4px;}
.miyaar-store-scope .miyaar-auth-forgot-link{color:var(--miyaar-auth-link-text,#0f766e);font-weight:800;text-decoration:none;font-size:14px;}
.miyaar-store-scope .miyaar-auth-forgot-link:hover{text-decoration:underline;}
.miyaar-store-scope .miyaar-auth-msg-ok{background:#ecfdf5!important;color:#047857!important;border-color:#a7f3d0!important;}
.miyaar-store-scope .miyaar-auth-msg-error{background:#fef2f2!important;color:#b91c1c!important;border-color:#fecaca!important;}
@media(max-width:640px){.miyaar-store-scope.miyaar-donor-auth{width:100% !important;max-width:520px !important;min-width:0 !important;margin:0 auto !important;padding:12px !important;box-sizing:border-box !important;position:relative !important;left:auto !important;right:auto !important;transform:none !important;}.miyaar-store-scope .miyaar-auth-card,.miyaar-store-scope .miyaar-auth-card.miyaar-auth-login,.miyaar-store-scope .miyaar-auth-card.miyaar-auth-register{width:100% !important;max-width:100% !important;min-width:0 !important;margin:0 auto !important;box-sizing:border-box !important;}.miyaar-store-scope .miyaar-auth-form{width:100% !important;max-width:100% !important;box-sizing:border-box !important;}.miyaar-store-scope .miyaar-auth-grid-2{grid-template-columns:1fr;}}
