:root{--auth-bg:#f8fafc;--auth-card:#fff;--auth-text:#111827;--auth-muted:#64748b;--auth-line:#e2e8f0;--auth-primary:#209cff;--auth-primary-dark:#0878d8;--auth-secondary:#68e0cf;--auth-danger:#b91c1c;--auth-danger-bg:#fee2e2;--auth-success:#047857;--auth-success-bg:#d1fae5}body.auth-action-theme-sabura{--auth-bg:#fcfaff;--auth-card:#fffffff5;--auth-text:#27114e;--auth-muted:#725f94;--auth-line:#eadffd;--auth-primary:#8b5cf6;--auth-primary-dark:#6d28d9;--auth-secondary:#ec4899;--auth-danger:#b42318;--auth-danger-bg:#fde7ef;--auth-success:#166534;--auth-success-bg:#dcfce7}*{box-sizing:border-box}body{background:linear-gradient(135deg, #209cff1f, #68e0cf1f), var(--auth-bg);min-height:100vh;color:var(--auth-text);margin:0;font-family:Inter,Tajawal,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body.auth-action-theme-sabura{background:radial-gradient(circle at top left, #8b5cf62e, transparent 34%), radial-gradient(circle at bottom right, #ec489929, transparent 30%), linear-gradient(160deg, #ffffffdb, #f7f2fff5), var(--auth-bg)}body[dir=rtl]{font-family:Tajawal,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.auth-action-shell{place-items:center;min-height:100vh;padding:24px 16px;display:grid}.auth-action-card{border:1px solid var(--auth-line);background:var(--auth-card);border-radius:16px;width:min(380px,100%);padding:25px;position:relative;box-shadow:0 10px 30px #0f172a1f}.auth-action-accent{background:linear-gradient(90deg, var(--auth-primary), var(--auth-secondary));border-radius:16px 16px 0 0;height:4px;position:absolute;inset:0 0 auto}.auth-action-content{flex-direction:column;display:flex}.auth-action-brand{color:var(--auth-text);align-items:center;gap:9px;width:fit-content;margin-bottom:22px;text-decoration:none;display:inline-flex}.auth-action-brand img{border-radius:9px;width:34px;height:34px}.auth-action-wordmark{letter-spacing:0;font-size:1rem;font-weight:800}.auth-action-wordmark span{color:var(--auth-muted);font-weight:500}.auth-action-icon{display:none}.auth-action-title{border-bottom:1px solid var(--auth-line);color:var(--auth-text);letter-spacing:0;margin:0 0 6px;padding-bottom:12px;font-size:1.15rem;font-weight:600;line-height:1.35}body[dir=rtl] .auth-action-title{font-weight:500}.auth-action-copy{color:var(--auth-muted);margin:14px 0 18px;font-size:.9rem;line-height:1.7}.auth-action-email{border:1px solid color-mix(in srgb, var(--auth-primary) 18%, white);background:color-mix(in srgb, var(--auth-primary) 8%, white);color:color-mix(in srgb, var(--auth-primary-dark) 72%, #111827);text-align:left;word-break:break-word;direction:ltr;border-radius:999px;margin:-4px 0 16px;padding:9px 12px;font-size:.86rem;display:none}.auth-action-form{flex-direction:column;gap:18px;display:none}.auth-action-field{flex-direction:column;gap:8px;display:flex}.auth-action-field label{color:var(--auth-muted);align-items:center;gap:6px;font-size:.85rem;font-weight:500;display:flex}.auth-action-field label i{color:var(--auth-primary);font-size:1.1rem}.auth-action-field input{border:1px solid var(--auth-line);width:100%;min-height:42px;color:var(--auth-text);font:inherit;text-align:left;direction:ltr;background:#fff;border-radius:8px;outline:none;padding:10px 12px;font-size:.95rem;transition:border .2s,box-shadow .2s}body[dir=rtl] .auth-action-field input{text-align:right}.auth-action-field input:focus{border-color:var(--auth-primary);box-shadow:0 0 0 4px color-mix(in srgb, var(--auth-primary) 16%, white)}.auth-action-error,.auth-action-success{text-align:center;border-radius:8px;margin:0 0 16px;padding:9px 10px;font-size:.85rem;font-weight:500;line-height:1.6;display:none}.auth-action-error{background:var(--auth-danger-bg);color:var(--auth-danger)}.auth-action-success{background:var(--auth-success-bg);color:var(--auth-success)}.auth-action-status{border:1px solid color-mix(in srgb, var(--auth-primary) 18%, white);background:color-mix(in srgb, var(--auth-primary) 7%, white);text-align:center;border-radius:12px;margin:4px 0 0;padding:18px 16px;display:none}.auth-action-status-icon{background:var(--auth-primary);color:#fff;width:46px;height:46px;box-shadow:0 10px 24px color-mix(in srgb, var(--auth-primary) 32%, transparent);border-radius:999px;justify-content:center;align-items:center;margin-bottom:10px;font-size:1.45rem;display:inline-flex}.auth-action-status-title{color:var(--auth-text);margin:0 0 6px;font-size:1rem;font-weight:600}.auth-action-status-copy{color:var(--auth-muted);margin:0;font-size:.9rem;line-height:1.7}.auth-action-actions{justify-content:flex-end;gap:12px;margin-top:30px;display:flex}.auth-action-form .auth-action-actions{margin-top:12px}.auth-action-btn{min-height:38px;font:inherit;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:8px 18px;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s,border-color .2s,box-shadow .2s,transform .2s;display:inline-flex}.auth-action-btn.primary{border:1px solid var(--auth-primary);background:var(--auth-primary);color:#fff;box-shadow:0 10px 25px color-mix(in srgb, var(--auth-primary) 32%, transparent)}.auth-action-btn.primary:hover{border-color:var(--auth-primary-dark);background:var(--auth-primary-dark);box-shadow:0 14px 32px color-mix(in srgb, var(--auth-primary-dark) 36%, transparent);transform:translateY(-1px)}.auth-action-btn.secondary{color:#6b7280;background:0 0;border:none}.auth-action-btn.secondary:hover{color:var(--auth-text)}.auth-action-footer{border-top:1px solid var(--auth-line);color:var(--auth-muted);margin-top:22px;padding-top:16px;font-size:.76rem;line-height:1.7}@media (width<=460px){.auth-action-card{padding:22px}.auth-action-actions{justify-content:stretch}.auth-action-form .auth-action-actions{grid-template-columns:1fr 1fr;display:grid}}
